@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;
    font-family: Roboto-Regular;
}

body {
    background-color: #fff;
    margin: 0 auto;
}

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

.imgbox a img:hover {
    transform: scaleX(1.05) scaleY(1.05);
}

img {
    max-width: 100%;
    display: block;
}

i {
    font-stretch: normal;
    font-style: normal;
}

li {
    list-style: none;
}

a {
    color: #333;
    text-decoration: none;
}

h1,
h2 {
    font-weight: normal;
}

.clear {
    clear: both;
}

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

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

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

/* video tankuang */
.tankaunga {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 9999999999
}

.tankaunga:before {
    content: "X";
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    top: 10px;
    right: 10px;
    background: #fff;
    border-radius: 50%;
    font-size: 18px;
    cursor: pointer;
}

.tankaungn2 {
    position: fixed;
    left: 5%;
    top: 5%;
    right: 5%;
    bottom: 5%;
    background: rgba(0, 0, 0, 0.5);
}

.tankaungn2 iframe,
.tankaungn2 video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.tankaungn2 iframe body {
    margin: 0px !important;
}

/*jQzoom*/

.box {
    position: relative;
}

.jqzoom {
    float: left;
    position: relative;
    padding: 0px;

}

div.zoomdiv {
    z-index: 200;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 400px;
    height: 400px;
    background: #ffffff;
    border: 1px solid #CCCCCC;
    display: none;
    text-align: center;
    overflow: hidden;
}

div.zoomdiv img {
    max-width: unset !important;
}

div.jqZoomPup {
    z-index: 200;
    visibility: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    border: 1px solid #aaa;
    background: #ffffff;
    opacity: 0.5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    filter: alpha(Opacity=50);
    transition: none;
}

/* zhengshu */

/* certifiicates */

#baguetteBox-overlay {
    display: none;
    opacity: 0;
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #222;
    background-color: rgba(0, 0, 0, .8);
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
    z-index: 99999999999999999999999999999999999999;
}

#baguetteBox-overlay.visible {
    opacity: 1
}

#baguetteBox-overlay .full-image {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
}

#baguetteBox-overlay .full-image figure {
    display: inline;
    margin: 0;
    height: 100%
}

#baguetteBox-overlay .full-image img {
    display: inline-block;
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
}

#baguetteBox-overlay .full-image figcaption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    line-height: 1.8;
    color: #ccc;
    background-color: #000;
    background-color: rgba(0, 0, 0, .6);
    font-family: Verdana, Geneva, sans-serif;
}

#baguetteBox-overlay .full-image:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px
}

#baguetteBox-slider {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    white-space: nowrap;
    -webkit-transition: left .4s ease, -webkit-transform .4s ease;
    transition: left .4s ease, -moz-transform .4s ease;
    transition: left .4s ease, transform .4s ease
}

#baguetteBox-slider.bounce-from-right {
    -webkit-animation: bounceFromRight .4s ease-out;
    animation: bounceFromRight .4s ease-out
}

#baguetteBox-slider.bounce-from-left {
    -webkit-animation: bounceFromLeft .4s ease-out;
    animation: bounceFromLeft .4s ease-out
}

.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
    top: 50%;
    top: calc(50% - 30px);
    width: 44px;
    height: 60px
}

.baguetteBox-button {
    position: absolute;
    cursor: pointer;
    outline: 0;
    padding: 0;
    margin: 0;
    border: 0;
    -moz-border-radius: 15%;
    border-radius: 15%;
    background-color: #323232;
    background-color: rgba(50, 50, 50, .5);
    color: #ddd;
    font: 1.6em sans-serif;
    -webkit-transition: background-color .4s ease;
    transition: background-color .4s ease;
}

.baguetteBox-button:hover {
    background-color: rgba(50, 50, 50, .9)
}

.baguetteBox-button#next-button {
    right: 2%
}

.baguetteBox-button#previous-button {
    left: 2%
}

.baguetteBox-button#close-button {
    top: 20px;
    right: 2%;
    right: calc(2% + 6px);
    width: 30px;
    height: 30px
}

.baguetteBox-button svg {
    position: absolute;
    left: 0;
    top: 0
}

.spinner {
    width: 40px;
    height: 40px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px
}

.double-bounce1,
.double-bounce2 {
    width: 100%;
    height: 100%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: bounce 2s infinite ease-in-out;
    animation: bounce 2s infinite ease-in-out
}

.double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

@-webkit-keyframes bounceFromRight {
    0% {
        margin-left: 0
    }

    50% {
        margin-left: -30px
    }

    100% {
        margin-left: 0
    }
}

@keyframes bounceFromRight {
    0% {
        margin-left: 0
    }

    50% {
        margin-left: -30px
    }

    100% {
        margin-left: 0
    }
}

@-webkit-keyframes bounceFromLeft {
    0% {
        margin-left: 0
    }

    50% {
        margin-left: 30px
    }

    100% {
        margin-left: 0
    }
}

@keyframes bounceFromLeft {
    0% {
        margin-left: 0
    }

    50% {
        margin-left: 30px
    }

    100% {
        margin-left: 0
    }
}

@-webkit-keyframes bounce {

    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes bounce {

    0%,
    100% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1)
    }
}


/* cebianlan  common*/
/* rightlist */

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

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

.column ul li {
    margin-bottom: 2px;
    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: 61px;
    height: 61px;
    background-color: rgba(51, 51, 51, .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 .wechat .erweima img {
    filter: unset !important;
}

.column img {
    display: block;
    width: auto;
}

.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: #227ce1;
}


.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 {
    position: relative;
    margin-right: 31px;
}


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

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

.searchbox .s_wrap {
    position: absolute;
    right: 0;
    width: 300px;
    top: 50px;
    background-color: #fff;
    height: 55px;
    border: 2px solid #227ce1;
    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: Roboto-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: #227ce1;
}



.lanauage_wrap {
    margin-right: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 24px 24px 26px 24px;
    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;
    margin-right: 5px;
    color: #fff;
}

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

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

.lanauage_wrap .lanauage .lanbox i {
    color: #fff;
    font-size: 10px;
    margin-left: 5px;
}

.lanauage_wrap .lanauage img {
    margin-right: 13px;
}

.lanauage_wrap .lanbox a {
    font-family: Roboto-Regular;
    font-size: 16px;
    color: #fff;
}

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

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

.lanauage_wrap .lanauage:hover .lanbox i {
    color: #fff;
    font-size: 10px;
    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: Roboto-Regular;
    font-size: 14px;
}

.lanauage_wrap .lanauage .silde-down li {}

.lanauage .silde-down li:hover {
    background-color: #227ce1;
}

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

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

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


.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: 18px;
        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: Roboto-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: 18px;
    }
}


@media screen and (max-width: 571px) {
    .m-mobilenav .mbnav-btn {
        top: 12px;
    }
}

/* searchbox2 */


.searchbox2 {
    position: relative;
    z-index: 1;
    margin-right: 40px;
}

.searchbox2 form>input {
    width: 220px;
    height: 40px;
    border-radius: 20px;
    background-color: #fff;
    font-size: 16px;
    font-family: Roboto-Regular;
    padding: 0px 15px;
    padding-right: 50px;
}

.searchbox2 .enter {
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 20px 20px 20px 20px;
    overflow: hidden;
}

.searchbox2 .in {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.searchbox2 .in i {
    position: absolute;
    pointer-events: none;
    font-size: 14px;
    font-weight: bold;
}

.searchbox2 .in input {
    width: 40px;
    height: 40px;
    cursor: pointer;
    opacity: 0;
}

.searchbox2 .in:hover i {
    color: #227ce1;
}

/*  */

header {
    width: 100%;
    position: fixed;
    z-index: 2;
    border-radius: 1px;
    top: 0px;
    z-index: 100000000;
    height: 105px;
    /* background-image: url(../images/header_bg.png); */
    background-repeat: no-repeat;
    background-position: center right;
}

header .bg {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 77.35%;
}

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

header .logo {
    transform: translateY(3px);
}

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

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

header .menubox>li {
    position: relative;
}

header .menubox>li>a {
    padding: 14.5px 0px 20.5px 0px;
    margin: 0px 25px;
    display: inline-block;
    font-family: Roboto-Regular;
    font-size: 20px;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

header .menubox>li>a::after {
    content: "";
    position: absolute;
    bottom: 16px;
    left: 0;
    right: 0;
    height: 3px;
    background-color: #ffffff;
    margin: 0 auto;
    width: 0;
    transition: .3s linear width;
}

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


header .menubox ul a {
    padding: 10.5px 15px 10.5px 15px;
    min-width: 250px;
    width: 100%;
    font-family: Roboto-Regular;
    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;
}

/* yiji */
header .menubox>li>ul {
    position: absolute;
    top: 100%;
    left: 20px;
    background-color: rgba(255, 255, 255, 0.9);
    display: none;
    transition: none;
    padding: 10px 0px 7px;
    box-shadow: 0px 5px 27px 0px rgba(0, 0, 0, 0.07);
    border-radius: 10px;
}

header .menubox>li ul {
    min-width: 250px;
    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;
    border-bottom: 1px solid rgba(153, 153, 153, .2);
}

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

/* 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_hover */
header .menubox>li:hover>a::after {
    width: 100%;
}

header .menubox ul li:hover>a {
    color: #227ce1;
}

/* header_active */
header .menubox .active_title>a::after {
    width: 100%;
}


@media(max-width:1780px) {
    header .bg {
        width: 80%;
        min-height: 59px;
    }
}

@media(max-width:1600px) {
    header {
        height: 90px;
    }

    header .logo img {
        height: 90px;
    }

    header .bg {
        width: 85%;
        min-height: 59px;
    }

    .searchbox2 form>input {
        width: 200px;
        height: 40px;
        border-radius: 20px;
        font-size: 16px;
        padding: 0px 15px;
        padding-right: 50px;
    }

    .searchbox2 {
        margin-right: 30px;
    }
}

@media(max-width:1420px) {
    header .bg {
        width: 85%;
        min-height: 59px;
    }

    header .menubox {
        height: 100%;
        margin-right: 10px;
    }

    .searchbox2 {
        margin-right: 25px;
    }

    header .menubox>li>a {
        padding: 14.5px 0px 20.5px 0px;
        margin: 0px 20px;
        font-size: 20px;
    }
}


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

    header {
        background-color: rgba(34, 124, 225, .8);
    }

    header .menubox {
        height: 100%;
        margin-right: 10px;
    }

    header {
        height: 80px;
    }

    header .menubox>li>a {
        padding: 28.5px 0px;
        font-size: 18px;
        margin: 0px 25px;
    }

    header .logo img {
        height: 80px;
    }

    header .menubox>li:hover>a::after {
        width: 50px;
    }

    header .menubox .active_title>a::after {
        width: 50px;
    }

    .searchbox2 {
        margin-right: 20px;
    }

    .searchbox2 form>input {
        width: 200px;
        height: 40px;
        border-radius: 20px;
        font-size: 14px;
        padding: 0px 15px;
        padding-right: 50px;
    }

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

@media(max-width:1150px) {
    header .menubox>li>a {
        padding: 28.5px 0px;
        font-size: 16px;
        margin: 0px 14px;
    }

    header .menubox {
        height: 100%;
        margin-right: 10px;
    }
}

@media(max-width:1060px) {
    header .menubox>li>a {
        padding: 28.5px 0px;
        font-size: 16px;
        margin: 0px 8px;
    }

}

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

    header {
        height: 60px;
    }

    header .logo img {
        height: 60px;
    }

    .searchbox {
        display: none;
    }

    header .bottombox {
        padding-right: 40px;
    }
}

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

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

    header {
        height: 50px;
    }
}


/* fix_header */

.fix_header {
    background-color: #fff;
    top: 0 !important;
    background-color: rgba(34, 124, 225, .8);
    background-image: unset;
}

.fix_header .bg {
    opacity: 0;
}



/* index_banner */

.index_banner {
    position: relative;
}

.index_banner * {
    transition: none;
}

.ban_dan {
    display: block;
    /* max-width: 1920px; */
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.ws_cover a {
    display: block !important
}

#wowslider-container1 {
    display: table;
    zoom: 1;
    position: relative;
    width: 100%;
    /* max-width: 1920px; */
    margin: 0px auto 0px;
    z-index: 90;
    text-align: left;
    font-size: 10px;
    text-shadow: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

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

#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-width: 1920px; */
    vertical-align: top;
    border: none;
    overflow: hidden;
}

#wowslider-container1 .ws_images ul a {
    width: 100%;
    height: 100%;
    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 {}

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

/* compatibility with Joomla styles */
#wowslider-container1 .ws_script {
    display: none;
}

#wowslider-container1 sound,
#wowslider-container1 object {
    position: absolute;
}

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


#wowslider-container1.ws_gestures {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor:
}

#wowslider-container1.ws_gestures.ws_grabbing {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
}

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

#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-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_images {
    box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.26);
    -webkit-transition: box-shadow .5s cubic-bezier(.4, 0, .2, 1);
    transition: box-shadow .5s cubic-bezier(.4, 0, .2, 1);
}

#wowslider-container1 .ws_images:hover {
    box-shadow: 0px 17px 50px rgba(0, 0, 0, 0.19);
}

#wowslider-container1 .ws_bullets {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

#wowslider-container1 .ws_bullets>div {
    display: flex;
    align-items: center;
}

#wowslider-container1 a.ws_prev span {
    font-size: 0px;
}

#wowslider-container1 .ws_bullets a {
    position: relative;
    text-shadow: none;
    color: transparent;
    display: inline-block;

    border-radius: 50px;
    margin-right: 10px;


    width: 19px;
    height: 19px;

    background-color: #b5b5b5;
    border: 1px solid transparent;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#wowslider-container1 .ws_bullets a:last-child {
    margin-right: 0;
}


#wowslider-container1 .ws_bullets .ws_selbull {
    background-color: #227ce1;
}


#wowslider-container1 a.ws_next {
    right: 80px;
}

#wowslider-container1 a.ws_prev {
    left: 80px;
}

#wowslider-container1 .ws_playpause {
    display: none !important;
}

#wowslider-container1 a.ws_next {
    position: absolute;
    top: 50%;
    z-index: 60;
    overflow: hidden;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    margin-top: -31px;
    background: url(../images/banner_next.png) no-repeat center center;
}

#wowslider-container1 a.ws_prev {
    position: absolute;
    top: 50%;
    z-index: 60;
    overflow: hidden;
    width: 57px;
    height: 57px;
    border-radius: 50px;
    margin-top: -31px;
    background: url(../images/banner_prev.png) no-repeat center center;
}

#wowslider-container1 a.ws_prev:hover {
    background: url(../images/banner_pact.png) no-repeat center center;
}

#wowslider-container1 a.ws_next:hover {
    background: url(../images/banner_nact.png) no-repeat center center;
}

/* IE10+ hacks */
/* IE10+ hacks */
_:-ms-input-placeholder,
:root #wowslider-container1 .ws_playpause:after {
    line-height: 2.8em;
}

#wowslider-container1 .ws_pause:after {}

#wowslider-container1 .ws_play:after {}

/* bottom center */
#wowslider-container1 .ws_bullets {
    bottom: 39px;
}

#wowslider-container1 .ws_bullets div {
    left: -50%;
    left: unset;
}

#wowslider-container1 .ws-title {
    position: absolute;
    margin-right: 10em;
    z-index: 50;
    left: 0.3em;
    padding: 1em;
    bottom: 30px;
    top: auto;
    opacity: 1;
}

#wowslider-container1 .ws-title div,
#wowslider-container1 .ws-title span {
    display: inline-block;
    padding: 0.5em;
}

#wowslider-container1 .ws-title div {
    display: block;
    margin-top: 0.5em;
    font-size: 1.1em;
    padding: 1em;
    line-height: 1.15em;
    color: #000000;
    border: 3px solid;
    border-color: #ffffff;
    border-radius: 7px;
    background-color: rgba(255, 255, 255, 1);
}

#wowslider-container1 .ws-title span {
    font-size: 1.8em;
    border: 3px solid;
    border-color: #ffffff;
    border-radius: 7px;
    background-color: rgba(0, 0, 0, 0.2);
}

#wowslider-container1 .ws_logo {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 9;
}

#wowslider-container1 img.loading {
    width: 96px;
    height: 48px;
}

#wowslider-container1 .ws_bullets a img {
    text-indent: 0;
    display: block;
    bottom: 7px;
    left: -48px;
    visibility: hidden;
    position: absolute;
    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: 96px;
    background-color: #FFFFFF;
}

#wowslider-container1 .ws_bullets .ws_bulframe {
    display: none;
    bottom: 25px;
    margin-left: 5px;
    overflow: visible;
    position: absolute;
    cursor: pointer;
    border: 3px solid;
    border-color: #ffffff;
    border-radius: 5px;
}

#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:768px) {

    #wowslider-container1 a.ws_next,
    #wowslider-container1 a.ws_prev {
        display: none
    }
}

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

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

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

    #wowslider-container1 a.ws_next {
        right: 3%;
    }

    #wowslider-container1 a.ws_prev {
        left: 3%;
    }

}

@media(max-width:768px) {

    #wowslider-container1 .ws_bullets {
        bottom: 20px;
    }

    #wowslider-container1 .ws_bullets a {
        border-radius: 50px;
        margin-right: 10px;
        width: 15px;
        height: 15px;
        border-radius: 50px;
    }

    #wowslider-container1 .ws_bullets a::after {
        width: 10px;
        height: 10px;
    }

    #wowslider-container1 .ws_images img {
        min-height: 160px;
        object-fit: cover;
    }

}

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

    #wowslider-container1 .ws_bullets a {
        border-radius: 50px;
        margin-right: 10px;
        width: 10px;
        height: 10px;
        border-radius: 50px;
    }

    #wowslider-container1 .ws_bullets {
        bottom: 10px;
    }
}

/* title */

.title80 {
    font-family: Oxanium-Bold;
    font-size: 80px;
    font-weight: bold;
    color: #333333;
}

.title80 a {
    color: #333;
}

.title80 a:hover {
    color: #227ce1;
}

.title60 {
    font-family: Oxanium-Bold;
    font-size: 60px;
    font-weight: bold;
    color: #ffffff;
}

.title50 {
    font-family: Oxanium-Bold;
    font-size: 50px;
    font-weight: bold;
    color: #333333;
}

.title50 a {
    color: #333;
}

.title50 a:hover {
    color: #227ce1;
}

.title46 {
    font-family: Oxanium-Bold;
    font-size: 46px;
    font-weight: bold;
    color: #333333;
}

.title40 {
    font-family: Oxanium-Bold;
    font-size: 40px;
    font-weight: bold;
    color: #333333;
}

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

    .title60 {
        font-size: 52px;
    }

    .title50 {
        font-size: 44px;
    }

    .title46 {
        font-size: 42px;
    }

    .title40 {
        font-size: 36px;
    }
}

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

    .title60 {
        font-size: 46px;
    }

    .title50 {
        font-size: 38px;
    }

    .title46 {
        font-size: 36px;
    }

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

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

    .title60 {
        font-size: 40px;
    }

    .title50 {
        font-size: 34px;
    }

    .title46 {
        font-size: 32px;
    }

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

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

    .title60 {
        font-size: 34px;
    }

    .title50 {
        font-size: 30px;
    }

    .title46 {
        font-size: 28px;
    }

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

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

    .title60 {
        font-size: 28px;
    }

    .title50 {
        font-size: 26px;
    }

    .title46 {
        font-size: 24px;
    }

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




/* btn */

.btn1 {
    width: 178px;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../images/btn_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.btn1 a {
    width: 158px;
    height: 45px;
    background-color: #227ce1;
    border-radius: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Poppins-Regular;
    font-size: 18px;
    color: #ffffff;
}

.btn1 a:hover {
    background-color: #fff;
    color: #227ce1;
}

@media(max-width:999px) {
    .btn1 {
        width: 160px;
        height: 55px;
    }

    .btn1 a {
        width: 140px;
        height: 40px;
        border-radius: 23px;
        font-size: 16px;
    }
}

@media(max-width:768px) {
    .btn1 {
        width: 150px;
        height: 50px;
    }

    .btn1 a {
        width: 130px;
        height: 36px;
        border-radius: 23px;
        font-size: 14px;
    }
}

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


/* main1 */

.main1 {
    padding: 50px 0px 629px;
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: auto;
    max-width: 1920px;
    margin: 0 auto;
}

.main1 .titlebox {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.main1 .l_box {
    width: 40%;
    padding-top: 21px;
}

.main1 .title80 {
    line-height: 95px;
    margin-bottom: 61px;
}

.main1 .btn1 {}

.main1 .r_box {
    width: 50%;
}

.main1 .con {
    font-family: Roboto-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    margin-bottom: 31px;
}

.main1 .numbox {
    display: flex;
    align-items: flex-start;
}

.main1 .sz:first-child {
    margin-right: 40px;
}

.main1 .num {
    font-family: Oxanium-Bold;
    font-size: 50px;
    line-height: 50px;
    color: #333333;
    margin-bottom: 4px;
}

.main1 .content {
    font-family: Roboto-Regular;
    font-size: 16px;
    color: #333333;
}

.main1 .imgbox {
    display: none;
}

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

    .main1 .title80 {
        line-height: unset;
        margin-bottom: 50px;
    }

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

    .main1 .num {
        font-size: 46px;
        line-height: 50px;
        margin-bottom: 4px;
    }
}

@media(max-width:1333px) {
    .main1 {
        padding: 50px 0px 629px;
    }

    .main1 .title80 {
        margin-bottom: 40px;
    }

    .main1 .l_box {
        width: 40%;
        padding-top: 0px;
    }

    .main1 .num {
        font-size: 42px;
        line-height: 50px;
        margin-bottom: 4px;
    }
}

@media(max-width:999px) {
    .main1 .titlebox {
        flex-direction: column;
        align-items: flex-start;
    }

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

    .main1 .r_box {
        width: 100%;
    }

    .main1 .title80 {
        margin-bottom: 20px;
    }

    .main1 {
        padding: 40px 0px 500px;
    }

    .main1 .num {
        font-size: 38px;
        line-height: 46px;
        margin-bottom: 4px;
    }
}

@media(max-width:768px) {
    .main1 .title80 {
        margin-bottom: 10px;
    }

    .main1 .con {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 20px;
    }

    .main1 .num {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 0px;
    }

    .main1 .content {
        font-size: 14px;
    }
}

@media(max-width:570px) {
    .main1 .sz:first-child {
        margin-right: 20px;
    }

    .main1 {
        padding: 30px 0px 30px;
        background-image: unset !important;
    }

    .main1 .imgbox {
        display: block;
    }
}


/* main2 */

.main2 {
    padding: 99px 0px 60px;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: right bottom;
}

.main2 .title50 {
    text-align: center;
    margin-bottom: 183px;
    letter-spacing: 2px;
}

.main2 .inner {
    position: relative;
    margin-bottom: 135px;
}

.main2 .inner:hover .contact {
    background-color: #227ce1;
}

.main2 .inner:hover .title a {
    color: #fff;
}

.main2 .imgbox {
    min-height: 169px;
    position: absolute;
    top: -60%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main2 .contact {
    background-color: #f6f6f6;
    min-height: 144px;
    display: flex;
    align-items: flex-end;
    padding-bottom: 30px;
}

.main2 .title {
    font-family: Roboto-Regular;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 1px;
    color: #333;
    text-align: center;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

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

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

.main2 .box {
    display: flex;
    flex-wrap: wrap;
}

.main2 .inner {
    width: 18.5714%;
    margin-right: 1.7142%;
    margin-bottom: 140px;
}

.main2 .inner:nth-child(5n) {
    margin-right: 0;
}

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

.main2 .swiper {
    overflow: visible;
}

.main2 .swiper-slide {
    opacity: 0;
    pointer-events: none;
    transition: .3s linear opacity;
}

.main2 .swiper-slide-visible {
    opacity: 1;
    pointer-events: all;
}

.main2 .swiper-slide .inner:last-child {
    margin-bottom: 0;
}

.main2 .swiper-pagination {
    position: relative;
    margin-top: 30px;
}

.main2 .swiper-pagination-bullet-active {
    background-color: #227ce1;
}

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

    .main2 .title50 {
        margin-bottom: 150px;
        letter-spacing: 2px;
    }

    .main2 .inner {
        margin-bottom: 120px;
    }
}

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

    .main2 .title {
        font-size: 18px;
        letter-spacing: 0px;
    }

    .main2 .title50 {
        margin-bottom: 100px;
        letter-spacing: 0px;
    }

    .main2 .imgbox a {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .main2 .imgbox img {
        width: 80%;
    }

}

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

    .main2 .contact {
        min-height: 130px;
        padding-bottom: 20px;
    }

    .main2 .imgbox {
        min-height: 169px;
        top: -70%;
        width: 100%;
    }

    .main2 .inner {
        width: 22.9%;
        margin-right: 2%;
        margin-bottom: 100px !important;
    }

    .main2 .inner:nth-child(5n) {
        margin-right: 2%;
    }

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

}

@media(max-width:768px) {
    .main2 .imgbox {
        position: relative;
    }

    .main2 .title50 {
        margin-bottom: 40px;
    }

    .main2 .contact {
        min-height: 55px;
        padding: 10px 0px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .main2 .title {
        font-size: 16px;
        letter-spacing: 0px;
        padding: 0px 10px;
    }

    .main2 .inner {
        margin-bottom: 35px;
    }

    .main2 .imgbox {
        min-height: unset;
        top: 0;
        width: 100%;
        margin-bottom: 10px;
    }

    .main2 .inner {
        width: 32%;
        margin-right: 2%;
        margin-bottom: 40px !important;
    }

    .main2 .inner:nth-child(4n) {
        margin-right: 2%;
    }

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

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

    .main2 .title50 {
        margin-bottom: 30px;
    }

    .main2 .contact {
        min-height: 45px;
        padding: 10px 0px;
    }

    .main2 .imgbox {
        margin-bottom: 10px;
    }

    .main2 .inner {
        margin-bottom: 25px;
    }

    .main2 .inner {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 30px !important;
    }

    .main2 .inner:nth-child(3n) {
        margin-right: 2%;
    }

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

@media(max-width:500px) {
    .main2 .title50 {
        margin-bottom: 20px;
    }

    .main2 .inner {
        margin-bottom: 20px;
    }

    .main2 .swiper-pagination {
        margin-top: 20px;
    }
}

@media(max-width:400px) {
    .main2 .inner {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 20px !important;
    }
}


/* main3 */

.main3 {
    padding: 77px 0px 326px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
}

.main3 .titlebox {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.main3 .l_box {
    width: 38%;
}

.main3 .r_box {
    width: 50%;
    padding-top: 6px;
}

.main3 .con {
    font-family: Roboto-Regular;
    font-size: 20px;
    line-height: 36px;
    color: #666666;
    margin-bottom: 45px;
}

.main3 .imgbox {
    display: none;
}

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

    .main3 .con {
        font-size: 20px;
        line-height: 36px;
        margin-bottom: 30px;
    }
}

@media(max-width:1333px) {
    .main3 .l_box {
        width: 42%;
    }

    .main3 .con {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .main3 .r_box {
        padding-top: 0;
    }

    .main3 {
        padding: 50px 0px 250px;
    }
}

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

    .main3 .titlebox {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

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

    .main3 .r_box {
        width: 100%;
    }

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

}

@media(max-width:768px) {
    .main3 .l_box {
        width: 100%;
        margin-bottom: 10px;
    }

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

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


/* main4 */

.main4 {
    padding: 146px 0px 159px;
}

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

.main4 .l_box {
    width: 33%;
    padding-top: 184px;
}

.main4 .title80 {
    line-height: 98px;
    position: absolute;
    width: 48%;
    top: -15px;
    left: 0;
    z-index: 10;
}

.main4 .con {
    font-family: Roboto-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    margin-bottom: 43px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main4 .numbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 60px;
}

.main4 .numbox .sz:nth-of-type(1) {
    width: 28.3%;
}

.main4 .numbox .sz:nth-of-type(2) {
    width: 37.3%;
}

.main4 .numbox .sz:nth-of-type(3) {
    width: 25.3%;
}

.main4 .numbox .num {
    font-family: Oxanium-Bold;
    font-size: 50px;
    color: #333333;
    margin-bottom: -3px;
}

.main4 .numbox .content {
    font-family: Roboto-Regular;
    font-size: 16px;
    color: #333333;
    hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
}

.main4 .r_box {
    width: 62.7857%;
    border-radius: 20px;
    overflow: hidden;
}

.main4 .r_box img:hover {
    transform: scale(1.05);
}

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

    .main4 .title80 {
        line-height: unset;
    }

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

    .main4 .numbox .num {
        font-size: 42px;
        margin-bottom: 0px;
    }

    .main4 .numbox {
        margin-bottom: 30px;
    }
}

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

    .main4 .title80 {
        line-height: 64px;
        font-size: 50px;
    }

    .main4 .numbox .num {
        font-size: 32px;
        margin-bottom: 0px;
    }

    .main4 .l_box {
        width: 40%;
        padding-top: 120px;
    }

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

    .main4 .r_box {
        width: 57%;
        border-radius: 20px;
    }

    .main4 .numbox {
        margin-bottom: 20px;
    }
}

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

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

    .main4 .title80 {
        position: relative;
        width: 100%;
    }

    .main4 .l_box {
        padding-top: 0;
        width: 100%;
        margin-bottom: 25px;
    }

    .main4 .r_box {
        width: 65%;
        border-radius: 20px;
    }
}

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

    .main4 .title80 {
        line-height: unset;
        font-size: 38px;
    }

    .main4 .r_box {
        width: 80%;
        border-radius: 20px;
    }

    .main4 .con {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 20px;
    }

    .main4 .numbox .num {
        font-size: 28px;
        margin-bottom: 0px;
    }
}

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

    .main4 .title80 {
        line-height: unset;
        font-size: 30px;
    }

    .main4 .r_box {
        width: 90%;
        border-radius: 20px;
    }
}

@media(max-width:500px) {
    .main4 .r_box {
        width: 100%;
        border-radius: 20px;
    }
}

@media(max-width:400px) {
    .main4 .numbox {
        flex-direction: column;
    }

    .main4 .numbox .sz {
        width: 100% !important;
        margin-bottom: 10px;
    }

    .main4 .numbox .sz:last-child {
        margin-bottom: 0;
    }
}


/* main5 */

.main5 {
    padding: 71px 0px 124px;
    background-color: #f2f2f2;
}

.main5 .title50 {
    text-align: center;
    margin-bottom: 52px;
}

.main5 .inner {
    background-color: #fff;
    padding: 22px 25px 22px 25px;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 30px;
}

.main5 .inner:last-child {
    margin-bottom: 0;
}

.main5 .l_box {
    width: 21.8%;
    border-radius: 20px;
    overflow: hidden;
}

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

.main5 .r_box {
    width: 74%;
    padding-top: 13px;
}

.main5 .data {
    font-family: Roboto-Regular;
    font-size: 16px;
    color: #333333;
    margin-bottom: 13px;
}

.main5 .title {
    font-family: Roboto-Bold;
    font-size: 24px;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 19px;
}

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

.main5 .title:hover,
.main5 .title a:hover {
    color: #227ce1;
}

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

.main5 .btn:hover i {
    transform: rotate(0deg);
}

.main5 .btn i {
    display: inline-block;
    transform: rotate(-45deg);
    color: #227ce1;
}

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

    .main5 .title50 {
        margin-bottom: 45px;
    }

    .main5 .inner {
        align-items: center;
    }

    .main5 .title {
        font-size: 22px;
        margin-bottom: 10px;
    }

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

}

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

    .main5 .title50 {
        margin-bottom: 35px;
    }

    .main5 .l_box {
        width: 24%;
        border-radius: 20px;
        overflow: hidden;
    }

    .main5 .r_box {
        width: 72%;
        padding-top: 0;
    }

    .main5 .title {
        font-size: 20px;
        margin-bottom: 10px;
    }

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

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

    .main5 .title50 {
        margin-bottom: 25px;
    }

    .main5 .l_box {
        width: 35%;
    }

    .main5 .l_box img {
        width: 100%;
    }

    .main5 .r_box {
        width: 60%;
        padding-top: 0;
    }

    .main5 .title {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .main5 .data {
        font-size: 16px;
        margin-bottom: 8px;
    }
}

@media(max-width:768px) {
    .main5 .title50 {
        margin-bottom: 15px;
    }

    .main5 .inner {
        padding: 20px;
        border-radius: 20px;
        margin-bottom: 20px;
    }

    .main5 .title {
        font-size: 16px;
        margin-bottom: 8px;
    }

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

    .main5 .data {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .main5 .inner {
        border-radius: 10px;
    }

    .main5 .l_box {
        margin-bottom: 10px;
    }
}

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

    .main5 .inner {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .main5 .l_box {
        width: 80%;
        margin-bottom: 20px;
        border-radius: 10px;
    }

    .main5 .r_box {
        width: 100%;
    }
}

@media(max-width:500px) {
    .main5 .l_box {
        width: 100%;
        margin-bottom: 20px;
        border-radius: 10px;
    }
}


/* footer */

footer {
    padding: 20px 0px 27px;
    background-color: #1c2020;
}

footer .f_logo {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 17px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

footer .f_logo img:hover {
    transform: scale(1.05);
}

footer .f_nav {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 18px;
    margin-bottom: 25px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

footer .box {
    padding-right: 4%;
}

footer .box1 {
    width: 23.4%;
}

footer .box2 {
    width: 21.6%;
}

footer .box3 {
    width: 25.6%;
}

footer .box4 {
    width: 29.3%;
    padding-right: 0;
}

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

footer .title,
footer .title a {
    font-family: Roboto-Bold;
    font-size: 22px;
    line-height: 22px;
    color: #ffffff;
}

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

footer .title i {
    display: none;
}

footer li {
    margin-bottom: 8px;
}

footer li,
footer li a {
    font-family: Roboto-Regular;
    font-size: 16px;
    line-height: 28px;
    color: #d2d2d2;
}

footer li a:hover {
    color: #fff;
}

footer .box3 li {
    display: flex;
    align-items: center;
}

footer .box3 li .svgbox {
    flex-shrink: 0;
    margin-right: 10px;
    width: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer .box3 li:last-child {
    align-items: flex-start;
    margin-top: 20px;
}

footer .inpbox1 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

footer .form {
    padding-top: 11px;
}

footer .inp1 {
    width: 48.5%;
}

footer .inp1 input {
    height: 41px;
    border-radius: 6px;
    border: solid 1px #ededed;
    background-color: transparent;
    padding: 0px 15px;
    width: 100%;
}


footer .inp1 input,
footer .inpbox2 textarea {
    font-family: Roboto-Regular;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
}

footer .inp1 input::placeholder,
footer .inpbox2 textarea::placeholder {
    color: #d2d2d2;
}

footer .inpbox2 textarea {
    width: 100%;
    height: 84px;
    border-radius: 6px;
    border: solid 1px #ededed;
    background-color: transparent;
    resize: none;
    padding: 6px 15px;
}

footer .inpbox3 .inp1 {
    width: 68.5%;
}

footer .inpbox3 .inp3 {
    width: 28.5%;
    border-radius: 6px;
}

footer .inpbox3 .inp3 input {
    background-color: #227ce1;
    color: #fff;
    border: 1px solid #227ce1;
    cursor: pointer;
}

footer .inpbox3 .inp3 input:hover {
    background-color: #fff;
    color: #227ce1;
}

footer .code {
    position: relative;
}

footer .code input {
    padding-right: 100px;
}

footer .code .codebox {
    position: absolute;
    right: 0;
    top: 0;
    right: 0;
    cursor: pointer;
    background: #f3fbfe;
    border-radius: 0px 6px 6px 0px;
    overflow: hidden;
    width: 90px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer .m-formcountry i {
    right: 10px !important;
}

footer .m-formcountry input {
    padding-right: 25px;
}

footer .m-formcountry .drop-list li {
    padding: 4px 10px;
}

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

footer .l {
    width: 75%;
}

footer .copyright {
    margin-bottom: 13px;
}

footer .copyright,
footer .copyright a,
footer .links,
footer .links a {
    font-family: Roboto-Regular;
    font-size: 16px;
    color: #d2d2d2;
}

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

footer .r {
    width: 25%;
    display: flex;
    justify-content: flex-end;
}

footer .r .blogrolls {
    display: flex;
    flex-wrap: wrap;
}

footer .r a {
    color: #fff;
    width: 32px;
    height: 32px;
    border-radius: 5px;
    border: solid 1px #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
}

footer .r a:hover {
    background-color: #fff;
    color: #227ce1;
}

footer .must {
    position: relative;
}

footer .must::after {
    content: "*";
    color: #ff0000;
    position: absolute;
    left: 8px;
    top: 12px;
}

footer .email a {
    word-break: break-all;
}

@media(max-width:1600px) {
    footer .f_logo img {
        width: 110px;
    }

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

    footer .box3 li:last-child {
        margin-top: 10px;
    }

    footer .box {
        padding-right: 2%;
    }

    footer .form {
        padding-top: 0px;
    }

}

@media(max-width:1333px) {

    footer .title,
    footer .title a {
        font-size: 20px;
        line-height: 22px;
    }

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

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

    footer .r a {
        width: 30px;
        height: 30px;
        border-radius: 5px;
        margin-left: 10px;
    }

    footer .l {
        width: 70%;
    }

    footer .r {
        width: 30%;
    }

    footer li,
    footer li a {
        font-size: 16px;
        line-height: 26px;
    }

    footer .f_logo img {
        width: 100px;
    }
}

@media(max-width:999px) {
    footer .f_logo img {
        width: 90px;
    }

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

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

    footer .box li:last-child {
        margin-bottom: 20px;
    }

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

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

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

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

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

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

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

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

    footer .r {
        width: 100%;
        justify-content: flex-start;
    }

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

    footer .f_nav {
        padding-bottom: 10px;
        margin-bottom: 15px;
    }

}

@media(max-width:768px) {

    footer li,
    footer li a {
        font-size: 14px;
        line-height: 24px;
    }

    footer .f_logo img {
        width: 80px;
    }

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

@media(max-width:570px) {
    footer .f_logo img {
        width: 70px;
    }
}

@media(max-width:400px) {
    footer .inpbox1 {
        flex-direction: column;
    }

    footer .inp1 {
        width: 100%;
        margin-bottom: 10px;
    }


    footer .inpbox1 {
        margin-bottom: 0px;
    }

    footer .inpbox2 {
        margin-bottom: 10px;
    }

    footer .inpbox3 .inp1 {
        width: 100%;
    }
}


/* page_banner */

.page_banner {
    position: relative;
}

.page_banner .bg {
    width: 100%;
}

.page_banner .safe {
    position: absolute;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 10;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media(max-width:1600px) {
    .page_banner .bg {
        min-height: 400px;
        object-fit: cover;
    }
}

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

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

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


/* crumb */
.crumb {
    padding-top: 28px;
}

.crumb,
.crumb a {
    font-family: Roboto-Regular;
    font-size: 16px;
    color: #666666;
}

.crumb a:hover {
    font-family: Roboto-Regular;
    font-size: 16px;
    color: #227ce1;
}

.crumb .active {
    color: #227ce1;
}

@media(max-width:1600px) {
    .crumb {
        padding-top: 20px;
    }
}


@media(max-width:1333px) {
    .crumb {
        padding-top: 15px;
    }
}

@media(max-width:768px) {

    .crumb,
    .crumb a {
        font-family: Roboto-Regular;
        font-size: 14px;
        color: #666666;
    }

}



/* comm-list */

.cate_list {
    width: 26.86%;
}

.cate_list .catename {
    width: 100%;
    padding: 10px 30px;
    font-family: Poppins-SemiBold;
    font-size: 20px;
    color: #ffffff;
    background-color: #227ce1;
    min-height: 61px;
    display: flex;
    align-items: center;
    margin-bottom: 23px;
}

.cate_list .catename i {
    font-weight: bold;
    display: none;
}

.cate_list .cate1 {}

.cate_list .cate1>li {
    margin-bottom: 19px;
}

.cate_list .cate1>li:last-child {
    margin-bottom: 0;
}

.cate_list .cate1>li>p a {
    font-family: Poppins-Regular;
    font-size: 18px;
    color: #333333;
    padding: 12px 30px;
    background-color: #f7f7f7;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cate_list .cate1>li>p a i {
    font-weight: bold;
}

.cate_list .cate1>li>p a:hover {
    background-color: #227ce1 !important;
    color: #fff !important;
}

.cate_list .cate2 {
    padding-top: 24px;
    display: none;
}

.cate_list .cate2>li>p {
    margin-bottom: 14px;
    position: relative;
    padding: 0px 20px 0px 58px;
}

.cate_list .cate2>li>p::after {
    content: "";
    position: absolute;
    left: 28px;
    top: 10px;
    width: 8px;
    height: 8px;
    background-color: #227ce1;
    border-radius: 50px;
}

.cate_list .cate2>li>p a {
    font-family: Poppins-Regular;
    font-size: 16px;
    color: #333333;
}

.cate_list .cate2>li>p a:hover {
    color: #227ce1 !important;
}

.cate_list .cate3 {
    padding: 11px 0px 15px;
    display: none;
}

.cate_list .cate3 p {
    margin-bottom: 14px;
}

.cate_list .cate3 a {
    padding: 0px 20px 0px 100px;
    font-family: Poppins-Regular;
    font-size: 14px;
    color: #666666;
    display: flex;
    align-items: center;
}

.cate_list .cate3 a:hover {
    color: #227ce1 !important;
}

.cate_list .active>p>a {
    background-color: #227ce1 !important;
    color: #fff !important;
}

.cate_list .active .cate2 {
    display: block;
}

.cate_list .act>p>a {
    color: #227ce1 !important;
}

.cate_list .act .cate3 {
    display: block;
}

@media(max-width:1600px) {
    .cate_list .catename {
        width: 100%;
        padding: 10px 30px;
        font-size: 20px;
        min-height: 60px;
        margin-bottom: 19px;
    }
}

@media(max-width:1333px) {
    .cate_list .catename {
        padding: 10px 20px;
        font-size: 18px;
        min-height: 60px;
        margin-bottom: 15px;
    }

    .cate_list .cate1>li>p a {
        font-size: 16px;
        padding: 12px 20px;
    }

    .cate_list .cate1>li {
        margin-bottom: 15px;
    }

    .cate_list .cate2>li>p {
        margin-bottom: 14px;
        position: relative;
        padding: 0px 20px 0px 35px;
    }

    .cate_list .cate2>li>p::after {
        left: 15px;
        top: 10px;
        width: 8px;
        height: 8px;
    }

    .cate_list .cate3 a {
        padding: 0px 20px 0px 50px;
        font-size: 14px;
    }

    .cate_list .cate2 {
        padding-top: 15px;
    }

    .cate_list .cate3 {
        padding: 5px 0px 15px;
    }
}

@media(max-width:999px) {
    .cate_list .catename {
        padding: 10px 20px;
        font-size: 18px;
        min-height: 50px;
        margin-bottom: 15px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .cate_list .catename i {
        display: block;
        font-size: 14px;
    }

    .cate_list .cate1 {
        display: none;
        transition: none;
    }
}

@media(max-width:768px) {
    .cate_list .catename {
        padding: 10px 10px;
        font-size: 18px;
        min-height: 40px;
        margin-bottom: 10px;
    }

    .cate_list .cate1>li>p a {
        font-size: 16px;
        padding: 10px 10px;
    }

    .cate_list .cate1>li {
        margin-bottom: 10px;
    }

    .cate_list .cate2 {
        padding-top: 10px;
    }

    .cate_list .cate2>li>p a {
        font-size: 14px;
    }

    .cate_list .cate2>li>p::after {
        left: 10px;
        top: 8px;
        width: 8px;
        height: 8px;
    }

    .cate_list .cate2>li>p {
        margin-bottom: 10px;
        position: relative;
        padding: 0px 10px 0px 28px;
    }

    .cate_list .cate3 p {
        margin-bottom: 10px;
    }

    .cate_list .cate3 a {
        padding: 0px 10px 0px 40px;
        font-size: 14px;
    }
}

@media(max-width:570px) {
    .cate_list .cate1>li>p a {
        font-size: 14px;
        padding: 10px 10px;
    }

    .cate_list .catename {
        padding: 10px 10px;
        font-size: 16px;
        min-height: 40px;
        margin-bottom: 10px;
    }
}


/* pro1_list */

.pro1_list {
    padding: 60px 0px 54px;
    position: relative;
}

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

.pro1_list .cate_list {
    padding-top: 2px;
}

.pro1_list .r_box {
    width: 67.65%;
}

.pro1_list .b_title {
    font-family: Roboto-Bold;
    font-size: 24px;
    color: #333333;
    margin-bottom: 20px;
}

.pro1_list .con {
    font-family: Roboto-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    margin-bottom: 29px;
}

.pro1_list .list {
    width: 100%;
    height: 657px;
    /*background-image: url(../images/1-1bg1.png);*/
    background-color: #f7f7f7;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left top;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-bottom: 14px;
}


.pro1_list .list .list-cate {
    transform: translateY(-15px);
}

.pro1_list .list .bg {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.5;
    z-index: -1;
}

.pro1_list .imgbox {
    margin-bottom: 11px;
}

.pro1_list .title {
    font-family: Roboto-Bold;
    font-size: 24px;
    color: #227ce1;
}

.pro1_list .title a {
    color: #227ce1;
}

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

.pro1_list .inner {
    position: relative;
}

.pro1_list .inner::after {
    content: "";
    position: absolute;
    height: 1px;
    background-color: #c7c7c7;
}

.pro1_list .inner1 {
    position: absolute;
    left: 12%;
    top: 8%;
}

.pro1_list .inner1::after {
    width: 98px;
    transform: rotate(35deg);
    left: 125%;
    top: 118%;
}

.pro1_list .inner2 {
    position: absolute;
    left: 43%;
    top: 3%;
}

.pro1_list .inner2::after {
    width: 30px;
    transform: rotate(90deg);
    left: 32%;
    top: 108%;
}

.pro1_list .inner3 {
    position: absolute;
    left: 70.5%;
    top: 8%;
}

.pro1_list .inner3::after {
    width: 98px;
    transform: rotate(-19deg);
    left: -80%;
    top: 116%;
}

.pro1_list .inner4 {
    position: absolute;
    left: 5%;
    top: 35.4%;
}

.pro1_list .inner4::after {
    width: 98px;
    transform: rotate(0deg);
    left: 156%;
    top: 47%;
}

.pro1_list .inner5 {
    position: absolute;
    left: 74%;
    top: 34%;
}

.pro1_list .inner5::after {
    width: 98px;
    transform: rotate(0deg);
    left: -91%;
    top: 52%;
}

.pro1_list .inner6 {
    position: absolute;
    left: 11.5%;
    top: 63.4%;
}

.pro1_list .inner6::after {
    width: 98px;
    transform: rotate(-36deg);
    left: 105%;
    top: -13%;
}

.pro1_list .inner7 {
    position: absolute;
    left: 43%;
    top: 70.4%;
}

.pro1_list .inner7::after {
    width: 30px;
    transform: rotate(90deg);
    left: 32%;
    top: -15%;
}

.pro1_list .inner8 {
    position: absolute;
    left: 74%;
    top: 63.4%;
}

.pro1_list .inner8::after {
    width: 98px;
    transform: rotate(38deg);
    left: -91%;
    top: -15%;
}


.pro1_list .imgbox1 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 129px;
    height: 128px;
    background-color: rgba(34, 124, 225, .1);
    border-radius: 50%;
    margin-bottom: 7px;
}

.pro1_list .imgbox1 a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
}

.pro1_list .imgbox1 img:hover {
    transform: scale(1.05);
}

.pro1_list .s_title {
    font-family: Poppins-Regular;
    font-size: 16px;
    color: #333333;
    text-align: center;
    max-width: 150px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pro1_list .s_title a {
    color: #333;
}

.pro1_list .s_title:hover,
.pro1_list .s_title a:hover {
    color: #227ce1;
}

.pro1_list .btn1 {
    margin: 0 auto;
}

.pro1_list .list .list-cate {
    position: relative;
    z-index: 100;
}

@media(max-width:1600px) {
    .pro1_list {
        padding: 60px 0px 100px;
    }

    .pro1_list .cate_list {
        padding-top: 0;
    }

    .pro1_list .imgbox1 {
        width: 129px;
        height: 128px;
        margin-bottom: 5px;
    }

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

@media(max-width:1333px) {
    .pro1_list .r_box {
        width: 69.65%;
    }

    .pro1_list .b_title {
        font-size: 22px;
        margin-bottom: 10px;
    }

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

    .pro1_list {
        padding: 50px 0px 70px;
    }
}

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

    .pro1_list .safe {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .pro1_list .cate_list {
        width: 100%;
        margin-bottom: 10px;
    }

    .pro1_list .r_box {
        width: 100%;
    }

    .pro1_list .b_title {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .pro1_list .title {
        font-size: 20px;
    }
}

@media(max-width:768px) {
    .pro1_list .b_title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .pro1_list .title {
        font-size: 18px;
    }

    .pro1_list .imgbox1 {
        width: 100px;
        height: 100px;
        margin-bottom: 5px;
    }

    .pro1_list .imgbox1 img {
        width: 80px;
        height: 80px;
    }

    .pro1_list .inner::after {
        display: none !important;
    }

    .pro1_list .s_title {
        font-size: 14px;
        max-width: 150px;
    }

    .pro1_list .inner:nth-of-type(5) {
        position: absolute;
        left: 77%;
        top: 34%;
    }

    .pro1_list .con {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 20px;
    }
}

@media(max-width:570px) {
    .pro1_list .inner {
        position: static !important;
        width: 25%;
        margin-bottom: 20px;
    }

    .pro1_list .list-box {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }

    .pro1_list .list {
        height: unset;
        padding: 20px;
    }

    .pro1_list .list .list-cate {
        transform: unset;
        margin-bottom: 25px;
    }

    .pro1_list .title {
        font-size: 16px;
        text-align: center;
    }

    .pro1_list .s_title {
        max-width: unset;
    }
}

@media(max-width:530px) {
    .pro1_list .inner {
        position: static !important;
        width: 33%;
        margin-bottom: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

@media(max-width:420px) {
    .pro1_list .inner {
        position: static !important;
        width: 50%;
        margin-bottom: 15px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}


/* 1-2product */

.pro2_list {
    padding: 73px 0px 52px;
}

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

.pro2_list .cate_list {
    padding-top: 2px;
}

.pro2_list .r_box {
    width: 67.65%;
}

.pro2_list .b_title {
    font-family: Roboto-Bold;
    font-size: 24px;
    color: #333333;
    margin-bottom: 19px;
}

.pro2_list .con {
    font-family: Roboto-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    margin-bottom: 51px;
}

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

.pro2_list .inner {
    width: 30.5%;
    margin-right: 4.25%;
    margin-bottom: 46px;
    background-color: #ffffff;
    box-shadow: 0px 1px 18px 0px rgba(53, 53, 53, 0.17);
    border-radius: 10px;
}

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

.pro2_list .imgbox {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 10px;
}


.pro2_list .contact {
    padding-top: 3px;
    padding-bottom: 37px;
}

.pro2_list .title {
    font-family: Roboto-Bold;
    font-size: 20px;
    letter-spacing: 1px;
    color: #333333;
    margin-bottom: 29px;
    padding: 0px 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

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

.pro2_list .title:hover,
.pro2_list .title a:hover {
    color: #227ce1;
}

.pro2_list .btn {
    text-align: center;
}

.pro2_list .btn a {
    font-family: Roboto-Regular;
    font-size: 18px;
    line-height: 28px;
    color: #333333;
}

.pro2_list .btn a:hover {
    color: #227ce1;
}

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

    .pro2_list .cate_list {
        padding-top: 0px;
    }

    .pro2_list .b_title {
        font-size: 24px;
        margin-bottom: 15px;
    }

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

    .pro2_list .contact {
        padding-top: 10px;
        padding-bottom: 30px;
    }

    .pro2_list .inner {
        width: 30.5%;
        margin-right: 4.25%;
        margin-bottom: 30px;
        border-radius: 10px;
    }
}

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

    .pro2_list .b_title {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .pro2_list .imgbox {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .pro2_list .imgbox a {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .pro2_list .title {
        font-size: 18px;
        letter-spacing: 1px;
        margin-bottom: 15px;
        padding: 0px 10px;
    }

    .pro2_list .inner {
        width: 32%;
        margin-right: 2%;
        margin-bottom: 20px;
        border-radius: 10px;
    }

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

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

    .pro2_list .safe {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .pro2_list .cate_list {
        width: 100%;
        margin-bottom: 10px;
    }

    .pro2_list .r_box {
        width: 100%;
    }

    .pro2_list .btn a {
        font-size: 16px;
        line-height: 28px;
    }

    .pro2_list .contact {
        padding-top: 10px;
        padding-bottom: 20px;
    }

    .pro2_list .b_title {
        font-size: 20px;
        margin-bottom: 10px;
    }
}

@media(max-width:768px) {

    .pro2_list .title {
        font-size: 16px;
        letter-spacing: 0px;
        margin-bottom: 10px;
        padding: 0px 10px;
    }

    .pro2_list .btn a {
        font-size: 14px;
        line-height: 26px;
    }

    .pro2_list .contact {
        padding-top: 10px;
        padding-bottom: 15px;
    }

    .pro2_list .con {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 20px;
    }

    .pro2_list .b_title {
        font-size: 18px;
        margin-bottom: 10px;
    }
}

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

@media(max-width:500px) {
    .pro2_list .inner {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 20px;
        border-radius: 10px;
    }

    .pro2_list .inner:nth-child(3n) {
        margin-right: 2%;
    }

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

}

@media(max-width:380px) {
    .pro2_list .inner {
        width: 100%;
        margin-right: 0 !important;
        margin-bottom: 20px;
        border-radius: 10px;
    }

    .pro2_list .imgbox {
        height: auto;
        padding-top: 40px;
        padding-bottom: 20px;
    }
}


/* 1-3 product */

.pro3_list {
    padding: 60px 0px 109px;
}

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

.pro3_list .cate_list {
    padding-top: 2px;
}

.pro3_list .r_box {
    width: 67.65%;
}

.pro3_list .b_title {
    font-family: Roboto-Bold;
    font-size: 24px;
    color: #333333;
    margin-bottom: 19px;
}

.pro3_list .con {
    font-family: Roboto-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    margin-bottom: 25px;
}

.pro3_list .wrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 7px;
}

.pro3_list .inner {
    width: 31%;
    margin-right: 3%;
    margin-bottom: 51px;
    background-color: #ffffff;
    box-shadow: 0px 1px 18px 0px rgba(53, 53, 53, 0.17);
    border-radius: 10px;
}

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

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

.pro3_list .contact {
    padding: 13px 20px 24px 34px;
}

.pro3_list .title {
    font-family: Roboto-Bold;
    font-size: 20px;
    letter-spacing: 1px;
    color: #333333;
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

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

.pro3_list .title:hover,
.pro3_list .title a:hover {
    color: #227ce1;
}

.pro3_list .content {
    font-family: Roboto-Regular;
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    margin-bottom: 22px;
}

.pro3_list .content p {
    margin-bottom: 4px;
}

/* 隐藏默认的复选框 */
.custom-checkbox input {
    display: none;
}

/* 创建自定义复选框的外观 */
.checkmark {
    height: 15px;
    width: 15px;
    background-color: #eee;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    border-radius: 0px;
    margin-right: 0px;
    cursor: pointer;
}

/* 当复选框被选中时改变样式 */
.custom-checkbox input:checked~.checkmark::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid #227ce1;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    cursor: pointer;
}

.pro3_list .btn {
    margin-left: 8px;
    font-family: Roboto-Regular;
    font-size: 18px;
    color: #333333;
}

.pro3_list .btn:hover {
    color: #227ce1;
}

.pro3_list .pagination {
    justify-content: flex-start !important;
}

@media(max-width:1600px) {
    .pro3_list {
        padding: 60px 0px 70px;
    }

    .pro3_list .b_title {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .pro3_list .contact {
        padding: 13px 20px 20px 25px;
    }

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

    .pro3_list .inner {
        width: 31%;
        margin-right: 3%;
        margin-bottom: 40px;
        border-radius: 10px;
    }

    .pro3_list .cate_list {
        padding-top: 0px;
    }

}

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

    .pro3_list .title {
        font-size: 18px;
        color: #333333;
        margin-bottom: 10px;
    }

    .pro3_list .contact {
        padding: 13px 15px 15px 15px;
    }

    .pro3_list .btn {
        margin-left: 8px;
        font-size: 16px;
    }

    .pro3_list .b_title {
        font-size: 22px;
        margin-bottom: 15px;
    }
}

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

    .pro3_list .safe {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .pro3_list .cate_list {
        width: 100%;
        margin-bottom: 10px;
    }

    .pro3_list .r_box {
        width: 100%;
    }

    .pro3_list .inner {
        width: 32%;
        margin-right: 2%;
        margin-bottom: 30px;
        border-radius: 10px;
    }

    .pro3_list .b_title {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .pro3_list .imgbox a {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .pro3_list .pagination {
        justify-content: center !important;
    }
}

@media(max-width:768px) {
    .pro3_list .inner {
        width: 49%;
        margin-right: 2%;
    }

    .pro3_list .inner:nth-child(3n) {
        margin-right: 2%;
    }

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

    .pro3_list .title {
        font-size: 16px;
        color: #333333;
        margin-bottom: 8px;
    }

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

    .pro3_list .btn {
        margin-left: 8px;
        font-size: 14px;
    }
}

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

}

@media(max-width:380px) {
    .pro3_list .inner {
        width: 100%;
        margin-right: 0% !important;
    }
}



/* pagination */

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.pagination1 {
    margin-bottom: 79px;
}

.pagination1 .safe {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.pagination a {
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #999999;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.pagination .prev {
    width: 100px;
}

.pagination .big {
    width: 100px;
}

.pagination .next {
    width: 69px;
}

.pagination a:hover {
    color: #fff;
    background-color: #227ce1;
    border: 1px solid #227ce1;
}

.pagination .active {
    color: #fff;
    background-color: #227ce1;
    border: 1px solid #227ce1;
}

.pagination .submit {
    height: 40px;
    border-radius: 4px;
    color: #333 !important;
    background-color: transparent;
    font-family: Montserrat-Light;
    font-size: 16px;
    cursor: pointer;
    margin-left: 10px;
}

.pagination .submit:hover {
    color: #227ce1 !important;
}

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

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

@media(max-width:768px) {
    .pagination a {
        width: 35px;
        height: 35px;
        margin-right: 10px;
        margin-bottom: 5px;
        font-size: 14px;
    }

    .pagination .submit {
        margin-bottom: 5px;
    }

    .pagination .prev {
        width: 90px;
    }

    .pagination .submit {
        height: 35px;
        border-radius: 4px;
        font-size: 14px;
        margin-left: 10px;
    }
}

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



/* choose_us */

.choose_us {
    padding: 71px 0px 95px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left top;
}

.choose_us .title50 {
    text-align: center;
    margin-bottom: 33px;
}

.choose_us .wrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 7px;
}

.choose_us .inner {
    width: 26%;
    margin-right: 10.6428%;
    background-image: url(../images/1-3bg3.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left top;
    border-radius: 20px;
    overflow: hidden;
    min-height: 457px;
}

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

.choose_us .contact {
    text-align: center;
    padding-top: 20px;
}

.choose_us .title {
    margin-bottom: 25px;
    font-family: Oxanium-Bold;
    font-size: 24px;
    color: #333333;
    min-height: 46px;
    padding: 0px 20px;
}

.choose_us .content {
    font-family: Roboto-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    padding: 0px 30px;
}

.choose_us .txts {
    text-align: center;
    font-family: Oxanium-Bold;
    font-size: 24px;
    color: #ffffff;
    min-height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../images/1-3bg4.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

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

    .choose_us .title50 {
        margin-bottom: 20px;
    }

    .choose_us .title {
        margin-bottom: 20px;
        font-size: 22px;
        min-height: 46px;
        padding: 0px 10px;
    }

    .choose_us .content {
        font-size: 16px;
        line-height: 30px;
        padding: 0px 15px;
    }

    .choose_us .txts {
        font-size: 22px;
        min-height: 60px;
    }
}

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

    .choose_us .inner {
        width: 30%;
        margin-right: 5%;
        border-radius: 20px;
        min-height: 420px;
    }

    .choose_us .contact {
        text-align: center;
        padding-top: 15px;
    }

    .choose_us .title {
        margin-bottom: 20px;
        font-size: 20px;
        min-height: 50px;
        padding: 0px 10px;
    }

    .choose_us .txts {
        font-size: 20px;
        min-height: 60px;
    }
}

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

    .choose_us .contact {
        text-align: center;
        padding-top: 10px;
    }

    .choose_us .title {
        margin-bottom: 10px;
        font-size: 18px;
        min-height: 50px;
        padding: 0px 10px;
    }

    .choose_us .content {
        font-size: 16px;
        line-height: 28px;
        padding: 0px 15px;
    }

    .choose_us .inner {
        width: 30%;
        margin-right: 5%;
        border-radius: 20px;
        min-height: 390px;
    }

    .choose_us .txts {
        font-size: 18px;
        min-height: 60px;
    }
}

@media(max-width:768px) {
    .choose_us .inner {
        width: 100%;
        margin-bottom: 20px;
        margin-right: 0;
        border-radius: 10px;
    }

    .choose_us .imgbox {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .choose_us .imgbox img {
        height: 180px;
    }

    .choose_us .title {
        margin-bottom: 10px;
        font-size: 16px;
        min-height: auto;
        padding: 0px 10px;
    }

    .choose_us .content {
        font-size: 14px;
        line-height: 26px;
        padding: 0px 15px;
    }

    .choose_us .inner {
        min-height: unset;
        padding: 15px 0px;
    }

    .choose_us .txts {
        font-size: 16px;
        min-height: 50px;
        padding: 10px 15px;
    }
}

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


/* four_major */

.four_major1 {
    padding: 88px 0px 116px;
}

.four_major2 {
    padding: 51px 0px 98px;
}

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

.four_major .l_box {
    width: 46.6428%;
}

.four_major .title46 {
    width: 75%;
    margin-bottom: 57px;
}

.four_major .list li {
    margin-bottom: 32px;
}

.four_major .list li:last-child {
    margin-bottom: 0;
}

.four_major .list li .resu {
    font-family: Roboto-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    padding-top: 34px;
    display: none;
    transition: none;
}

.four_major .list .quest {
    width: 100%;
    min-height: 58px;
    padding: 10px 42px;
    background-color: #ebebeb;
    border-radius: 10px;
    display: flex;
    align-items: center;
    font-family: Oxanium-Bold;
    font-size: 18px;
    color: #333333;
    position: relative;
    cursor: pointer;
}

.four_major .list .quest::after {
    content: "";
    position: absolute;
    left: 15px;
    top: 24px;
    width: 8px;
    height: 8px;
    background-color: #175aa1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}

.four_major .active {
    margin-bottom: 17px !important;
}

.four_major .active .quest {
    background-color: #227ce1 !important;
    color: #fff;
}

.four_major .active .quest::after {
    background-color: #fff !important;
}

.four_major .r_box {
    width: 50%;
    border-radius: 20px;
    overflow: hidden;
    margin-top: 13px;
}


@media(max-width:1600px) {
    .four_major {
        padding: 60px 0px !important;
    }

    .four_major .title46 {
        width: 100%;
        margin-bottom: 40px;
    }

    .four_major .list li .resu {
        font-size: 16px;
        line-height: 30px;
        padding-top: 20px;
    }

    .four_major .list li {
        margin-bottom: 25px;
    }
}

@media(max-width:1333px) {
    .four_major {
        padding: 50px 0px !important;
    }

    .four_major .title46 {
        width: 100%;
        margin-bottom: 20px;
    }

    .four_major .list .quest {
        width: 100%;
        min-height: 50px;
        padding: 10px 42px;
        font-size: 16px;
    }

    .four_major .list li .resu {
        font-size: 16px;
        line-height: 30px;
        padding-top: 15px;
    }

    .four_major .list li {
        margin-bottom: 18px;
    }

    .four_major .list .quest::after {
        top: 20px;
    }
}

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

    .four_major .safe {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

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

    .four_major .r_box {
        width: 65%;
    }
}

@media(max-width:768px) {
    .four_major .list li .resu {
        font-size: 14px;
        line-height: 26px;
        padding-top: 10px;
    }

    .four_major .list li {
        margin-bottom: 15px;
    }

    .four_major .active {
        margin-bottom: 10px !important;
    }

    .four_major .r_box {
        width: 75%;
        border-radius: 10px;
    }
}

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

    .four_major .r_box {
        width: 85%;
        border-radius: 10px;
    }
}

@media(max-width:500px) {
    .four_major .r_box {
        width: 100%;
        border-radius: 10px;
    }
}


/* pro4_detail */

.pro4_detail {
    padding: 59px 0px 92px;
    background-color: #f2f2f2;
}

.pro4_detail .safe {
    display: flex;
    justify-content: space-between;
}


.pro4_detail .leftbox {
    width: 40%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-shrink: 0;
    padding-top: 2px;
}

.pro4_detail .leftbox .box {
    width: 459px;
    height: 459px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.pro4_detail .leftbox .box .swiper-slide {
    display: flex;
    justify-content: center;
    border: solid 2px #e6e6e6;
}

.pro4_detail .leftbox .box .swiper-slide img {
    width: 100%;
    height: 100%;
}

.pro4_detail .leftbox .swiperbox {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 12px;
}

.pro4_detail .leftbox .swiperbox .product2_prev {
    top: -5px;
    font-size: 14px;
    transform: rotate(90deg);
    font-size: 20px;
}

.pro4_detail .leftbox .swiperbox .product2_next {
    bottom: -28px;
    font-size: 14px;
    transform: rotate(90deg);
    font-size: 20px;
}

.pro4_detail .leftbox .swiperbox .product2_prev:hover,
.pro4_detail .leftbox .swiperbox .product2_next:hover {
    color: #227ce1;
}

.pro4_detail .leftbox .swiperTwo .swiper-slide {
    cursor: pointer;
}

.pro4_detail .swiperTwo {
    padding: 0;
    margin: 0;
    height: 409px !important;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 22px;
}


.pro4_detail .swiperTwo .swiper-wrapper .swiper-slide {
    width: 91px;
    height: 92px;
    background-color: #ffffff;
    object-fit: cover;
}

.pro4_detail .swiperTwo .swiper-wrapper .swiper-slide img {
    height: 100%;
    width: 100%;
    border: solid 2px #e6e6e6;
}

.pro4_detail .leftbox .swiperTwo .swiper-slide-thumb-active img {
    border: solid 2px #227ce1;
}

.pro4_detail .swiper-pagination {
    display: none;
}

.pro4_detail .control {
    position: absolute;
    color: #666666;
    cursor: pointer;
    border: unset !important;
    font-size: 14px;
}

.pro4_detail .control:hover {
    color: #227ce1;
}

.pro4_detail img {
    display: block;
}

.pro4_detail .rightbox {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.pro4_detail .title {
    font-family: Oxanium-Bold;
    font-size: 26px;
    color: #333333;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(153, 153, 153, 5);
    margin-bottom: 31px;
}

.pro4_detail .con {
    font-family: Roboto-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
}

.pro4_detail .sharebox {
    display: flex;
    align-items: center;
    font-family: Poppins-Regular;
    font-size: 16px;
    color: #999999;
    margin-bottom: 70px;
}

.pro4_detail .sharebox span {
    margin-right: 5px;
}

.pro4_detail .btnbox {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.pro4_detail .btnbox .btn1:first-child {
    margin-right: 24px;
}

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

    .pro4_detail .leftbox {
        width: 45%;
        flex-shrink: 0;
        padding-top: 0px;
    }

    .pro4_detail .title {
        font-size: 24px;
        padding-bottom: 15px;
        margin-bottom: 20px;
    }

    .pro4_detail .sharebox {
        font-size: 16px;
        margin-bottom: 50px;
    }
}

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

    .pro4_detail .leftbox {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 40%;
    }

    .pro4_detail .leftbox .swiperbox {
        width: 100%;
        margin-left: 0;
    }

    .pro4_detail .swiperTwo {
        height: auto !important;
        margin-top: 0;
    }

    .pro4_detail .leftbox .box {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }

    .pro4_detail .leftbox .swiperbox .product2_prev {
        top: 50%;
        transform: translateY(-50%);
        left: -25px;
    }

    .pro4_detail .leftbox .swiperbox .product2_next {
        top: 50%;
        transform: translateY(-50%);
        bottom: unset;
        right: -25px;
    }

    .pro4_detail .swiperTwo .swiper-wrapper .swiper-slide img {
        height: auto;
    }

    .pro4_detail .swiperTwo .swiper-wrapper .swiper-slide {
        height: auto;
    }

    .pro4_detail .rightbox {
        width: 55%;
    }

    .pro4_detail .title {
        font-size: 22px;
        padding-bottom: 10px;
        margin-bottom: 15px;
    }

    .pro4_detail .sharebox {
        font-size: 16px;
        margin-bottom: 40px;
    }
}

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

    .pro4_detail .safe {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .pro4_detail .leftbox {
        width: 60%;
        margin-bottom: 20px;
    }

    .pro4_detail .leftbox .swiperbox {
        display: none;
    }

    .pro4_detail .swiper-pagination {
        display: block;
    }

    .pro4_detail .leftbox .box {
        margin-bottom: 0;
    }

    .pro4_detail .rightbox {
        width: 100%;
    }

    .pro4_detail .sharebox {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .pro4_detail .con {
        margin-bottom: 20px;
    }
}

@media(max-width:768px) {
    .pro4_detail .leftbox {
        width: 75%;
        margin-bottom: 20px;
    }

    .pro4_detail .title {
        font-size: 20px;
        padding-bottom: 10px;
        margin-bottom: 15px;
    }

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

    .pro4_detail .sharebox {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .pro4_detail .btnbox .btn1:first-child {
        margin-right: 10px;
    }
}

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

    .pro4_detail .leftbox {
        width: 90%;
        margin-bottom: 20px;
    }

    .pro4_detail .title {
        font-size: 18px;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .pro4_detail .sharebox {
        font-size: 14px;
        margin-bottom: 15px;
    }
}

@media(max-width:500px) {
    .pro4_detail .leftbox {
        width: 100%;
        margin-bottom: 20px;
    }

}


/* pro4_attribute */

.pro4_attribute {
    padding: 79px 0px 57px;
}

.pro4_attribute .title40 {
    text-align: center;
    margin-bottom: 31px;
}

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

.pro4_attribute table {
    border-collapse: collapse;
    border: 1px solid #dddddd;
    width: 100%;
    min-width: 700px;
    overflow: auto;
}

.pro4_attribute .tablen {
    overflow: auto;
}

.pro4_attribute table tr {
    color: #666666;
}

.pro4_attribute table tr td {
    border: 1px solid #dddddd;
    padding: 10px 15px;
    text-align: center;
}

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

    .pro4_attribute .title40 {
        margin-bottom: 30px;
    }
}

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

    .pro4_attribute .title40 {
        margin-bottom: 20px;
    }
}

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

    .pro4_attribute .title40 {
        margin-bottom: 15px;
    }
}

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

    .pro4_attribute .title40 {
        margin-bottom: 10px;
    }
}

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


/* pro4_description */

.pro4_description {
    margin-bottom: 166px;
}

.pro4_description .title40 {
    text-align: center;
    margin-bottom: 44px;
}

.pro4_description .inner {
    margin-bottom: 27px;
}

.pro4_description .inner:last-child {
    margin-bottom: 0;
}

.pro4_description .l_box {
    width: 100%;
    text-align: center;
    padding-top: 60px;
}

.pro4_description .tit {
    font-family: Roboto-Bold;
    font-size: 20px;
    line-height: 30px;
    color: #333333;
}

.pro4_description .content {
    font-family: Roboto-Regular;
    font-size: 18px;
    color: #666666;
    line-height: 30px;
    hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
}

.pro4_description .r_box {
    float: right;
    margin-left: 60px;
}

.pro4_description .r_box .imgbox {
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 5px;
    max-width: 447px;
    border: #f2f2f2 solid 2px;
}

.pro4_description .num {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Poppins-Regular;
    font-size: 36px;
    color: #ffffff;
    width: 50px;
    height: 46px;
    background-color: #227ce1;
    border-radius: 6px;
    margin: 0 auto;
    display: none;
}

.pro4_description .inner:nth-child(2n) .r_box {
    float: left;
    margin-left: 0;
    margin-right: 60px;
}


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

    .pro4_description .l_box {
        padding-top: 40px;
    }

    .pro4_description .num {
        font-size: 32px;
        width: 50px;
        height: 46px;
    }
}

@media(max-width:1333px) {
    .pro4_description {
        margin-bottom: 80px;
    }

    .pro4_description .r_box {
        width: 40%;
    }

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

    .pro4_description .inner {
        margin-bottom: 35px;
    }

    .pro4_description .content {
        font-size: 16px;
        line-height: 30px;
    }

    .pro4_description .tit {
        font-size: 18px;
        line-height: 30px;
    }

    .pro4_description .r_box {
        margin-left: 40px;
    }

    .pro4_description .inner:nth-child(2n) .r_box {
        float: left;
        margin-left: 0;
        margin-right: 40px;
    }

    .pro4_description .num {
        font-size: 28px;
        width: 50px;
        height: 46px;
    }
}

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

    .pro4_description .r_box .imgbox {
        border-radius: 10px;
        margin-bottom: 5px;
    }

    .pro4_description .num {
        font-size: 26px;
        width: 50px;
        height: 46px;
    }
}

@media(max-width:768px) {
    .pro4_description .num {
        font-size: 24px;
        width: 50px;
        height: 46px;
    }

    .pro4_description .content {
        font-size: 14px;
        line-height: 26px;
    }

    .pro4_description .tit {
        font-size: 16px;
        line-height: 26px;
    }
}

@media(max-width:570px) {
    .pro4_description {
        margin-bottom: 40px;
    }

    .pro4_description .r_box {
        width: 100%;
        float: right !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-bottom: 20px;
    }

    .pro4_description .inner {
        margin-bottom: 25px;
    }
}


/* technical_support */

.technical_support1 {
    padding: 91px 0px 30px;
    background-color: #f2f2f2;
}

.technical_support2 {
    padding: 88px 0px 30px;
    background-color: #f2f2f2;
}

.technical_support .title46 {
    text-align: center;
    margin-bottom: 61px;
}

.technical_support .content {
    margin-bottom: 27px;
}

.technical_support .content strong {
    font-family: Oxanium-Bold;
    font-size: 24px;
    line-height: 30px;
    color: #333333;
    hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
}

.technical_support .content p {
    font-family: Roboto-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
}

.technical_support .btnbox {
    display: flex;
    align-items: center;
    justify-content: center;
}

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

    .technical_support .title46 {
        margin-bottom: 45px;
    }

    .technical_support .content strong {
        font-size: 22px;
        line-height: 30px;
    }
}

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

    .technical_support .title46 {
        margin-bottom: 35px;
    }
}

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

    .technical_support .title46 {
        margin-bottom: 25px;
    }

    .technical_support .content strong {
        font-size: 20px;
        line-height: 30px;
    }
}

@media(max-width:768px) {
    .technical_support .title46 {
        margin-bottom: 15px;
    }

    .technical_support .content strong {
        font-size: 18px;
        line-height: 30px;
    }

    .technical_support .content p {
        font-size: 14px;
        line-height: 26px;
    }
}



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

/* after_sales */

.after_sales {
    padding-top: 113px;
}

.after_sales .title46 {
    text-align: center;
    margin-bottom: 46px;
}

.after_sales .r_box {
    float: right;
    width: 50%;
    border-radius: 20px;
    overflow: hidden;
    margin-left: 28px;
}

.after_sales .l_box {
    width: 100%;
    padding-top: 6px;
}

.after_sales .tit {
    min-height: 57px;
    background-color: #227ce1;
    border-radius: 10px;
    padding: 5px 30px;
    width: 31%;
    font-family: Oxanium-Bold;
    font-size: 26px;
    color: #ffffff;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.after_sales .content {
    font-family: Roboto-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    padding-left: 44px;
}

.after_sales .content strong {
    font-family: Oxanium-Bold;
    font-size: 20px;
    color: #333333;
    display: inline-block;
    position: relative;
}

.after_sales .content strong::after {
    content: "";
    position: absolute;
    left: -20px;
    top: 10px;
    width: 8px;
    height: 8px;
    background-color: #227ce1;
    border-radius: 50px;
}

.after_sales .content,
.after_sales .content p {
    hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
}

.after_sales .swiper-pagination {
    margin-top: 39px;
    position: static;
}

.after_sales .swiper-pagination-bullet {
    opacity: 1;
    width: 33px;
    height: 16px;
    background-color: #227ce1;
    border-radius: 8px;
    margin-right: 14px;
}

.after_sales .swiper-pagination-bullet-active {
    width: 115px;
}

.after_sales .swiper-pagination-bullet:last-child {
    margin-right: 0;
}

@media(max-width:1600px) {
    .after_sales {
        padding-top: 100px;
    }

    .after_sales .title46 {
        margin-bottom: 45px;
    }

    .after_sales .l_box {
        width: 100%;
        padding-top: 0px;
    }

    .after_sales .tit {
        min-height: 50px;
        border-radius: 10px;
        padding: 5px 30px;
        width: 32%;
        font-size: 24px;
        margin-bottom: 20px;
    }
}

@media(max-width:1333px) {
    .after_sales {
        padding-top: 80px;
    }

    .after_sales .title46 {
        margin-bottom: 35px;
    }

    .after_sales .swiper-pagination-bullet-active {
        width: 100px;
    }

    .after_sales .swiper-pagination-bullet {
        width: 33px;
        height: 13px;
        margin-right: 10px;
    }
}

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

    .after_sales .title46 {
        margin-bottom: 25px;
    }

    .after_sales .tit {
        min-height: 50px;
        border-radius: 10px;
        padding: 5px 20px;
        font-size: 22px;
        width: auto;
        margin-bottom: 15px;
    }

    .after_sales .content {
        font-size: 16px;
        line-height: 30px;
        padding-left: 30px;
    }

    .after_sales .swiper-pagination-bullet {
        width: 33px;
        height: 10px;
        margin-right: 10px;
    }

    .after_sales .swiper-pagination-bullet-active {
        width: 80px;
    }

    .after_sales .swiper-pagination {
        margin-top: 30px;
    }

}

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

    .after_sales .title46 {
        margin-bottom: 15px;
    }

    .after_sales .r_box {
        float: unset;
        width: 75%;
        border-radius: 10px;
        overflow: hidden;
        margin-left: 0;
        margin-bottom: 30px;
    }

    .after_sales .tit {
        min-height: 50px;
        border-radius: 10px;
        padding: 5px 20px;
        font-size: 20px;
        width: auto;
        margin-bottom: 15px;
    }

    .after_sales .content strong {
        font-size: 18px;
    }

    .after_sales .content {
        font-size: 14px;
        line-height: 26px;
        padding-left: 20px;
    }

    .after_sales .swiper-pagination {
        margin-top: 20px;
    }

    .after_sales .swiper-pagination-bullet-active {
        width: 70px;
    }

    .after_sales .tit {
        min-height: unset;
        border-radius: 10px;
        padding: 10px 20px;
        font-size: 18px;
        width: auto;
        margin-bottom: 15px;
    }
}

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

    .after_sales .swiper-pagination-bullet-active {
        width: 60px;
    }

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


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


/* related_products */

.related_products1 {
    padding: 62px 0px 106px;
}

.related_products .title46 {
    text-align: center;
    margin-bottom: 42px;
}

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

.related_products .contact {
    padding: 8px 20px 45px 23px;
}

.related_products .title {
    font-family: Roboto-Bold;
    font-size: 20px;
    letter-spacing: 1px;
    color: #333333;
    margin-bottom: 10px;
}

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

.related_products .title:hover,
.related_products .title a:hover {
    color: #227ce1;
}

.related_products .content {
    font-family: Roboto-Regular;
    font-size: 16px;
    line-height: 28px;
    color: #666666;
}

.related_products .content p {
    margin-bottom: 2px;
}

.related_products .content p:last-child {
    margin-bottom: 0;
}

.related_products .swiper {
    overflow: visible;
}

.related_products .swiper-wrapper {
    pointer-events: none;
}

.related_products .swiper-slide {
    opacity: 0;
    pointer-events: none;
    transition: .3s linear opacity;
    background-color: #ffffff;
    box-shadow: 0px 1px 18px 0px rgba(53, 53, 53, 0.17);
    border-radius: 10px;
}

.related_products .swiper-slide-visible {
    opacity: 1;
    pointer-events: all;
    height: auto;
}

.related_products .swiper-pagination {
    margin-top: 30px;
    position: static;
}

.related_products .swiper-pagination-bullet {
    background-color: #227ce1;
}

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

.related_products .btnbox {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.related_products .btnbox i:first-child {
    margin-right: 15px;
}

.related_products .btnbox i {
    width: 50px;
    height: 50px;
    background: rgba(51, 51, 51, .3);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-weight: bold;
    cursor: pointer;
}

.related_products .btnbox i:hover {
    background-color: #227ce1;
}

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

@media(max-width:1333px) {
    .related_products .title46 {
        margin-bottom: 30px;
    }

    .related_products .title {
        font-size: 18px;
        letter-spacing: 1px;
        margin-bottom: 10px;
    }

    .related_products .contact {
        padding: 8px 15px 30px 15px;
    }

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

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

    .related_products .swiper-pagination {
        margin-top: 20px;
    }
}

@media(max-width:768px) {
    .related_products .title {
        font-size: 16px;
        letter-spacing: 1px;
        margin-bottom: 5px;
    }

    .related_products .content {
        font-size: 14px;
        line-height: 26px;
    }

    .related_products .contact {
        padding: 8px 15px 20px 15px;
    }

    .related_products .btnbox i {
        width: 45px;
        height: 45px;
    }
}

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

    .related_products .imgbox img {
        width: 100%;
    }
}


/* company_profile */

.company_profile {
    padding: 51px 0px 60px;
}

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

.company_profile .title46 {
    width: 25%;
}

.company_profile .con {
    font-family: Roboto-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    width: 70%;
    padding-top: 4px;
}

.company_profile .box {
    position: relative;
}

.company_profile .box .imgbox {
    overflow: hidden;
    border-radius: 20px;
}

.company_profile .in {
    position: relative;
    min-height: auto;
    /*background-color: #ffffff;*/
    border-radius: 20px;
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-family: Roboto-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    padding: 30px 30px 30px 30px;
    top: 0;
}

.company_profile .content {
    margin-bottom: 19px;
}

.company_profile .btnbox {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media(max-width:1600px) {
    .company_profile .titlebox {
        margin-bottom: 35px;
    }

    .company_profile .in {
        border-radius: 20px;
        font-size: 16px;
        line-height: 30px;
        color: #666666;
        padding: 20px;
    }

}

@media(max-width:1333px) {
    .company_profile .con {
        font-size: 16px;
        line-height: 30px;
        width: 75%;
        padding-top: 0px;
    }

    .company_profile .titlebox {
        margin-bottom: 25px;
    }

    .company_profile .in {
        border-radius: 20px;
        font-size: 16px;
        line-height: 30px;
        color: #666666;
        padding: 15px;
        padding-top: 20px;
    }

    .company_profile {
        padding: 50px 0px;
    }

    .company_profile .box .imgbox {
        margin-bottom: 20px;
    }
}

@media(max-width:999px) {
    .company_profile .titlebox {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .company_profile .title46 {
        width: 100%;
        margin-bottom: 15px;
    }

    .company_profile .con {
        width: 100%;
    }

    .company_profile {
        padding: 40px 0px;
    }

    .company_profile .in {
        padding-top: 0;
    }
}

@media(max-width:768px) {
    .company_profile .title46 {
        width: 100%;
        margin-bottom: 10px;
    }

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

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

    .company_profile .in {
        border-radius: 20px;
        font-size: 14px;
        line-height: 26px;
        color: #666666;
        padding: 0px;
    }

    .company_profile .box .imgbox {
        margin-bottom: 15px;
    }

    .company_profile .box .imgbox img {
        min-height: 180px;
        object-fit: cover;
    }
}

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


/* about_one */

.about_one {
    margin-bottom: 87px;
}

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

.about_one .l_box {
    width: 45%;
    font-family: Roboto-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    padding-top: 46px;
}

.about_one .l_box p {
    margin-bottom: 29px;
}

.about_one .l_box p:last-child {
    margin-bottom: 0;
}

.about_one .r_box {
    width: 50%;
    border-radius: 20px;
    overflow: hidden;
}

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

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

    .about_one .safe {
        align-items: center;
    }

    .about_one .l_box p {
        margin-bottom: 20px;
    }

}

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

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

    .about_one .safe {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

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

    .about_one .r_box {
        width: auto;
    }
}

@media(max-width:768px) {
    .about_one .l_box {
        font-size: 14px;
        line-height: 26px;
    }

    .about_one .r_box {
        width: auto;
        border-radius: 10px;
    }
}

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


/* factory_tour */

.factory_tour {
    padding: 82px 26px 92px 33px;
    background-color: #fff;
}

.factory_tour .title50 {
    text-align: center;
    margin-bottom: 50px;
}

.factory_tour .swiper-slide {
    border-radius: 20px;
    overflow: hidden;
}

.factory_tour .swiper-slide img:hover {
    transform: scale(1.05);
}

@media(max-width:1600px) {
    .factory_tour {
        padding: 60px 30px;
    }

    .factory_tour .title50 {
        margin-bottom: 40px;
    }
}

@media(max-width:1333px) {
    .factory_tour {
        padding: 50px 30px;
    }

    .factory_tour .title50 {
        margin-bottom: 30px;
    }
}

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

    .factory_tour .title50 {
        margin-bottom: 20px;
    }

    .factory_tour .swiper-slide {
        border-radius: 10px;
        overflow: hidden;
    }
}

@media(max-width:768px) {
    .factory_tour .title50 {
        margin-bottom: 15px;
    }

}

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


/* honors_qualifica */

.honors_qualifica {
    padding: 125px 0px 64px;
}

.honors_qualifica .title50 {
    text-align: center;
    margin-bottom: 64px;
}

.honors_qualifica .honors_swiper {
    margin-bottom: 0px;
}

.honors_qualifica .imgbox {
    overflow: hidden;
}

.honors_qualifica .btnbox {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 23px;
}

.honors_qualifica .title {
    padding-top: 8px;
    text-align: center;
}

.honors_qualifica .imgbox {
    margin-bottom: 16px;
    position: relative;
    overflow: visible;
}

.honors_qualifica .imgbox::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -17px;
    width: 100%;
    height: 16px;
    background-image: url(../images/yinying.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.honors_qualifica .imgbox a {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.honors_qualifica .btnbox {
    display: flex;
    align-items: center;
    justify-content: center;
}

.honors_qualifica .btnbox i {
    width: 57px;
    height: 57px;
    background-color: #cccccc;
    color: #999;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    cursor: pointer;
}

.honors_qualifica .btnbox i:first-child {
    margin-right: 15px;
}

.honors_qualifica .btnbox i:hover {
    background-color: #90bdf0;
    color: #227ce1;
}

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

    .honors_qualifica .title50 {
        margin-bottom: 45px;
    }

    .honors_qualifica .btnbox i {
        width: 50px;
        height: 50px;
    }
}

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

    .honors_qualifica .title50 {
        margin-bottom: 35px;
    }
}

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

    .honors_qualifica .title50 {
        margin-bottom: 25px;
    }

    .honors_qualifica .btnbox i {
        width: 45px;
        height: 45px;
    }
}

@media(max-width:768px) {
    .honors_qualifica .title50 {
        margin-bottom: 15px;
    }

    .honors_qualifica .btnbox i:first-child {
        margin-right: 9px;
    }

    .honors_qualifica .btnbox i {
        width: 42px;
        height: 42px;
    }
}

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


/* cooper_partner */

.cooper_partner {
    margin-bottom: 98px;
}

.cooper_partner .title50 {
    text-align: center;
    margin-bottom: 46px;
}

.cooper_partner .swiper {
    overflow: visible;
}

.cooper_partner .imgbox {
    background-color: #ffffff;
    box-shadow: 0px 1px 35px 0px rgba(140, 140, 140, 0.17);
    border-radius: 20px;
    overflow: hidden;
}

.cooper_partner .cooper_swiper .imgbox:first-child {
    margin-bottom: 43px;
}

.cooper_partner .swiper-pagination {
    position: relative;
    margin-top: 30px;
}

.cooper_partner .swiper-slide {
    opacity: 0;
    pointer-events: none;
    transition: .3s linear opacity;
}

.cooper_partner .swiper-slide-visible {
    opacity: 1;
    pointer-events: all;
}

.cooper_partner .swiper-pagination-bullet-active {
    background-color: #227ce1;
}

.cooper_partner .btnbox {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.cooper_partner .btnbox i {
    width: 57px;
    height: 57px;
    background-color: #cccccc;
    color: #999;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    cursor: pointer;
}

.cooper_partner .btnbox i:first-child {
    margin-right: 15px;
}

.cooper_partner .btnbox i:hover {
    background-color: #90bdf0;
    color: #227ce1;
}

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

    .cooper_partner .cooper_swiper .imgbox:first-child {
        margin-bottom: 30px;
    }

    .cooper_partner .title50 {
        margin-bottom: 35px;
    }

    .cooper_partner .btnbox i {
        width: 50px;
        height: 50px;
    }

    .cooper_partner .imgbox img {
        width: 100%;
    }
}

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

    .cooper_partner .cooper_swiper .imgbox:first-child {
        margin-bottom: 20px;
    }
}

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

    .cooper_partner .title50 {
        margin-bottom: 25px;
    }

    .cooper_partner .btnbox i {
        width: 45px;
        height: 45px;
    }
}

@media(max-width:768px) {
    .cooper_partner .title50 {
        margin-bottom: 15px;
    }

    .cooper_partner .imgbox {
        border-radius: 10px;
    }

    .cooper_partner .swiper-pagination {
        position: relative;
        margin-top: 20px;
    }

    .cooper_partner .btnbox i {
        width: 42px;
        height: 42px;
    }

    .cooper_partner .btnbox {
        margin-top: 20px;
    }
}

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

/* 2-2 about */

.strat_plann {
    padding: 95px 0px 80px;
    min-height: 1351px;
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: cover;
}

.strat_plann .title46 {
    width: 46%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 35px;
}

.strat_plann .list {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 58px;
}

.strat_plann .list li {
    font-family: Oxanium-Bold;
    font-size: 30px;
    color: #333333;
    cursor: pointer;
    margin-right: 50px;
}

.strat_plann .list li:last-child {
    margin-right: 0;
}

.strat_plann .active {
    color: #227ce1 !important;
}

.strat_plann .inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    display: none;
}

.strat_plann .in {
    width: 48.285%;
    padding: 45px 25px 20px 35px;
    background-color: #fff;
    border-radius: 20px;
    min-height: 421px;
}

.strat_plann .circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 19px;
    height: 19px;
    background-color: #227ce1;
    border-radius: 50px;
    margin-bottom: 30px;
}

.strat_plann .title {
    font-family: Oxanium-Bold;
    font-size: 24px;
    color: #333333;
    margin-bottom: 25px;
}

.strat_plann .con {
    font-family: Roboto-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}

@media(max-width:1600px) {
    .strat_plann {
        padding: 60px 0px;
        min-height: 1351px;
    }

    .strat_plann .title46 {
        width: 50%;
        margin-bottom: 35px;
    }

    .strat_plann .list li {
        font-size: 28px;
        margin-right: 40px;
    }

    .strat_plann .list {
        margin-bottom: 50px;
    }
}

@media(max-width:1333px) {
    .strat_plann {
        padding: 50px 0px;
        min-height: 1000px;
    }

    .strat_plann .title46 {
        width: 60%;
        margin-bottom: 35px;
    }

    .strat_plann .list li {
        font-size: 26px;
        margin-right: 30px;
    }

    .strat_plann .list {
        margin-bottom: 40px;
    }

    .strat_plann .in {
        width: 48.285%;
        padding: 30px 25px 20px 35px;
        background-color: #fff;
        border-radius: 20px;
        min-height: 421px;
    }

    .strat_plann .title {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .strat_plann .circle {
        width: 19px;
        height: 19px;
        border-radius: 50px;
        margin-bottom: 15px;
    }
}

@media(max-width:999px) {
    .strat_plann .title {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .strat_plann .in {
        width: 48.285%;
        padding: 20px;
        border-radius: 20px;
        min-height: 421px;
    }

    .strat_plann .list li {
        font-size: 24px;
    }

    .strat_plann .list {
        margin-bottom: 30px;
    }
}

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

    .strat_plann .inner .in {
        width: 100%;
        min-height: unset;
        margin-bottom: 20px;
    }

    .strat_plann .inner .in:last-child {
        margin-bottom: 0;
    }

    .strat_plann {
        padding: 50px 0px;
        min-height: unset;
    }

    .strat_plann .circle {
        width: 15px;
        height: 15px;
        border-radius: 50px;
        margin-bottom: 10px;
    }

    .strat_plann .title {
        font-size: 18px;
        margin-bottom: 5px;
    }

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

    .strat_plann .list li {
        font-size: 22px;
    }

    .strat_plann .title46 {
        width: 100%;
    }

    .strat_plann .list {
        margin-bottom: 20px;
    }
}

@media(max-width:570px) {
    .strat_plann .list li {
        font-size: 20px;
    }
}

@media(max-width:500px) {
    .strat_plann .list {
        flex-direction: column;
        justify-content: center;
    }

    .strat_plann .list li {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .strat_plann .list li:last-child {
        margin-bottom: 0;
    }
}


/* main_market */

.main_market {
    padding: 88px 0px 140px;
}

.main_market .title46 {
    text-align: center;
    margin-bottom: 60px;
}

.main_market .number {
    position: absolute;
    left: 0;
    bottom: 11px;
}

.main_market .num {
    font-family: Oxanium-Bold;
    font-size: 95px;
    color: #333333;
    line-height: 115px;
}

.main_market .name {
    font-family: Roboto-Regular;
    font-size: 30px;
    color: #333333;
}

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

    .main_market .title46 {
        margin-bottom: 45px;
    }

    .main_market .num {
        font-size: 80px;
        line-height: 100px;
    }

    .main_market .name {
        font-size: 28px;
    }
}

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

    .main_market .title46 {
        margin-bottom: 35px;
    }

    .main_market .num {
        font-size: 68px;
        line-height: 80px;
    }

    .main_market .name {
        font-size: 26px;
    }
}

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

    .main_market .title46 {
        margin-bottom: 25px;
    }

    .main_market .num {
        font-size: 55px;
        line-height: 60px;
    }

    .main_market .name {
        font-size: 24px;
    }
}

@media(max-width:768px) {
    .main_market .title46 {
        margin-bottom: 15px;
    }

    .main_market .num {
        font-size: 42px;
        line-height: 52px;
    }

    .main_market .name {
        font-size: 22px;
    }
}

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

    .main_market .num {
        font-size: 34px;
        line-height: 42px;
    }

    .main_market .name {
        font-size: 20px;
    }
}

@media(max-width:500px) {
    .main_market .number {
        position: static;
    }
}


/* process_description */

.process_description {
    padding: 51px 0px 99px;
}

.process_description .tit {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 48px;
}

.process_description .l_box {
    width: 50%;
}

.process_description .title46 {
    width: 79%;
    margin-bottom: 64px;
}

.process_description .list {
    display: flex;
    flex-wrap: wrap;
}

.process_description .list i {
    font-weight: bold;
    font-size: 14px;
    color: #999;
}

.process_description .list li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.process_description .list li:nth-of-type(2) i {
    opacity: 0;
}

.process_description .list li:last-child i {
    opacity: 0;
}

.process_description .list p {
    padding: 16px 20px;
    background-color: #f1f1f1;
    border-radius: 27px;
    font-family: Roboto-Regular;
    font-size: 18px;
    color: #333333;
    cursor: pointer;
}

.process_description .list i {
    margin: 0px 10px;
    display: inline-block;
}

.process_description .list li p:hover {
    background-color: #227ce1;
    color: #fff;
}

.process_description .active p {
    background-color: #227ce1;
    color: #fff;
}

.process_description .r_box {
    width: 50%;
    font-family: Roboto-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    padding-top: 57px;
}

.process_description .r_box p {
    margin-bottom: 30px;
}

.process_description .r_box p:last-child {
    margin-bottom: 0;
}

.process_description .r_box .inner {
    display: none;
}


.process_description .box {
    display: flex;
    justify-content: space-between;
}

.process_description .l {
    width: 69.4285%;
    border-radius: 20px;
    overflow: hidden;
}

.process_description .r {
    width: 29.5%;
    background-color: #227ce1;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 100px;
    text-align: center;
}

.process_description .title {
    font-family: Oxanium-Bold;
    font-size: 36px;
    color: #ffffff;
    margin-bottom: 50px;
}

.process_description .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 158px;
    height: 45px;
    background-color: #ffffff;
    border: 1px solid #fff;
    border-radius: 23px;
    font-family: Poppins-Regular;
    font-size: 18px;
    color: #333333;
}

.process_description .btn:hover {
    background-color: #227ce1;
    border: 1px solid #fff;
    color: #fff;
}

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

    .process_description .title46 {
        width: 85%;
        margin-bottom: 45px;
    }

    .process_description .r_box {
        width: 50%;
        font-size: 16px;
        line-height: 30px;
        padding-top: 45px;
    }

    .process_description .list li:nth-of-type(2) i {
        opacity: 1;
    }

    .process_description .tit {
        margin-bottom: 40px;
    }

    .process_description .r {
        width: 29.5%;
        border-radius: 20px;
        padding-top: 80px;
    }

    .process_description .title {
        font-size: 32px;
        margin-bottom: 40px;
    }
}

@media(max-width:1333px) {
    .process_description .title46 {
        width: 100%;
        margin-bottom: 25px;
    }

    .process_description .r_box {
        width: 48%;
        font-size: 16px;
        line-height: 30px;
        padding-top: 0px;
    }

    .process_description .list p {
        padding: 12px 18px;
        border-radius: 27px;
        font-size: 16px;
    }

    .process_description .list li {
        margin-bottom: 15px;
    }

    .process_description .r_box p {
        margin-bottom: 20px;
    }

    .process_description {
        padding: 50px 0px;
    }

    .process_description .r {
        width: 29.5%;
        border-radius: 20px;
        padding-top: 65px;
    }

    .process_description .title {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .process_description .btn {
        width: 150px;
        height: 45px;
        border-radius: 23px;
        font-size: 16px;
    }
}

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

    .process_description .tit {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        margin-bottom: 30px;
    }

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

    .process_description .r_box {
        width: 100%;
    }

    .process_description .title46 {
        width: 100%;
        margin-bottom: 15px;
    }

    .process_description .r {
        width: 29.5%;
        border-radius: 20px;
        padding-top: 0px;
        justify-content: center;
        align-items: center;
    }

    .process_description .title {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .process_description .btn {
        width: 140px;
        height: 40px;
        border-radius: 23px;
        font-size: 16px;
    }
}

@media(max-width:768px) {
    .process_description .list p {
        padding: 12px 12px;
        border-radius: 27px;
        font-size: 14px;
    }

    .process_description .r_box {
        font-size: 14px;
        line-height: 26px;
    }

    .process_description .r_box p {
        margin-bottom: 10px;
    }

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

    .process_description .l {
        width: 69.4285%;
        border-radius: 10px;
        overflow: hidden;
    }

    .process_description .r {
        width: 29.5%;
    }

    .process_description .title {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .process_description .l img {
        min-height: 180px;
        object-fit: cover;
    }
}

@media(max-width:570px) {
    .process_description .list i {
        margin: 0px 4px;
        display: inline-block;
    }

    .process_description {
        padding: 30px 0px;
    }

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

    .process_description .l {
        width: 100%;
        margin-bottom: 18px;
    }

    .process_description .r {
        width: 100%;
        background-color: transparent;
    }

    .process_description .title {
        font-size: 22px;
        margin-bottom: 15px;
        color: #333;
    }

    .process_description .btn {
        width: 140px;
        height: 40px;
        border-radius: 23px;
        font-size: 14px;
        background-color: #227ce1;
        color: #fff;
    }

    .process_description .list p {
        padding: 10px 8px;
        border-radius: 27px;
        font-size: 14px;
    }
}


/* oem_intro */

.oem_intro {
    padding: 84px 0px 119px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left top;
}

.oem_intro .title46 {
    text-align: center;
    color: #fff;
    margin-bottom: 29px;
}

.oem_intro .list {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 75px;
}

.oem_intro .list li {
    font-family: Oxanium-Bold;
    font-size: 30px;
    font-weight: bold;
    color: #ffffff;
    cursor: pointer;
}

.oem_intro .list li:first-child {
    margin-right: 65px;
}

.oem_intro .list .active {
    text-decoration: underline;
}

.oem_intro .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.oem_intro .in {
    width: 30.7142%;
    background-color: #fff;
    padding: 40px 40px 15px 45px;
    border-radius: 20px;
    min-height: 366px;
}

.oem_intro .svgbox {
    height: 43px;
    display: flex;
    align-items: center;
    margin-bottom: 34px;
}

.oem_intro .title {
    font-family: Oxanium-Bold;
    font-size: 24px;
    color: #333333;
    margin-bottom: 17px;
}

.oem_intro .con {
    font-family: Roboto-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
}

.oem_intro .con p {
    margin-bottom: 20px;
    hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
}

.oem_intro .con p:last-child {
    margin-bottom: 0;
}

.oem_intro .wrap .inner {
    display: none;
}

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

    .oem_intro .title46 {
        margin-bottom: 25px;
    }

    .oem_intro .list {
        margin-bottom: 60px;
    }

    .oem_intro .in {
        width: 30.7142%;
        padding: 30px 30px 15px 30px;
        border-radius: 20px;
        min-height: 366px;
    }

    .oem_intro .svgbox {
        height: 43px;
        display: flex;
        align-items: center;
        margin-bottom: 20px;
    }

    .oem_intro .list li {
        font-size: 28px;
    }

    .oem_intro .title {
        font-size: 22px;
        margin-bottom: 10px;
    }
}

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

    .oem_intro .list {
        margin-bottom: 40px;
    }

    .oem_intro .list li {
        font-size: 26px;
    }

    .oem_intro .in {
        width: 31%;
        padding: 20px 20px 15px 20px;
        border-radius: 20px;
        min-height: 366px;
    }

    .oem_intro .title {
        font-size: 20px;
        margin-bottom: 10px;
    }
}

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

    .oem_intro .list {
        margin-bottom: 30px;
    }

    .oem_intro .list li:first-child {
        margin-right: 45px;
    }

    .oem_intro .list li {
        font-size: 24px;
    }

    .oem_intro .wrap .inner {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .oem_intro .in {
        width: 100%;
        min-height: unset;
        padding: 25px;
        margin-bottom: 20px;
    }
}

@media(max-width:768px) {
    .oem_intro .list {
        margin-bottom: 25px;
    }

    .oem_intro .list li {
        font-size: 22px;
    }

    .oem_intro .in {
        border-radius: 10px;
    }

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

    .oem_intro .svgbox {
        height: 38px;
        margin-bottom: 15px;
    }

    .oem_intro .svgbox img {
        height: 35px;
    }

    .oem_intro .in {
        width: 100%;
        min-height: unset;
        padding: 20px;
        margin-bottom: 20px;
    }

    .oem_intro .title {
        font-size: 18px;
        margin-bottom: 6px;
    }
}

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

    .oem_intro .list li {
        font-size: 20px;
    }
}



/* after_sales2 */

.after_sales2 {
    padding: 123px 0px 300px;
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: contain;
}

.after_sales2 .title46 {
    text-align: center;
    margin-bottom: 46px;
}

.after_sales2 .r_box {
    float: right;
    width: 50%;
    border-radius: 20px;
    overflow: hidden;
    margin-left: 28px;
}

.after_sales2 .l_box {
    width: 100%;
    padding-top: 6px;
}

.after_sales2 .tit {
    min-height: 57px;
    background-color: #227ce1;
    border-radius: 10px;
    padding: 5px 30px;
    width: 31%;
    font-family: Oxanium-Bold;
    font-size: 26px;
    color: #ffffff;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.after_sales2 .content {
    font-family: Roboto-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    padding-left: 44px;
}

.after_sales2 .content strong {
    font-family: Oxanium-Bold;
    font-size: 20px;
    color: #333333;
    display: inline-block;
    position: relative;
}

.after_sales2 .content strong::after {
    content: "";
    position: absolute;
    left: -20px;
    top: 10px;
    width: 8px;
    height: 8px;
    background-color: #227ce1;
    border-radius: 50px;
}

.after_sales2 .content,
.after_sales2 .content p {
    hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
}

.after_sales2 .box .inner {
    margin-bottom: 113px;
}

.after_sales2 .box .inner:last-child {
    margin-bottom: 0;
}

.after_sales2 .box .inner:nth-child(2n) .r_box {
    float: left !important;
    margin-left: 0px;
    margin-right: 40px;
}


@media(max-width:1600px) {
    .after_sales2 {
        padding-top: 100px;
        padding-bottom: 200px;
    }

    .after_sales2 .title46 {
        margin-bottom: 45px;
    }

    .after_sales2 .l_box {
        width: 100%;
        padding-top: 0px;
    }

    .after_sales2 .tit {
        min-height: 50px;
        border-radius: 10px;
        padding: 5px 30px;
        width: 32%;
        font-size: 24px;
        margin-bottom: 20px;
    }

    .after_sales2 .box .inner {
        margin-bottom: 80px;
    }
}

@media(max-width:1333px) {
    .after_sales2 {
        padding-top: 80px;
    }

    .after_sales2 .title46 {
        margin-bottom: 35px;
    }

    .after_sales2 .box .inner {
        margin-bottom: 60px;
    }
}

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

    .after_sales2 .title46 {
        margin-bottom: 25px;
    }

    .after_sales2 .tit {
        min-height: 50px;
        border-radius: 10px;
        padding: 5px 20px;
        font-size: 22px;
        width: auto;
        margin-bottom: 15px;
    }

    .after_sales2 .content {
        font-size: 16px;
        line-height: 30px;
        padding-left: 30px;
    }

    .after_sales2 .box .inner {
        margin-bottom: 40px;
    }
}

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

    .after_sales2 .title46 {
        margin-bottom: 15px;
    }

    .after_sales2 .r_box {
        float: unset;
        width: 75%;
        border-radius: 10px;
        overflow: hidden;
        margin-left: 0;
        margin-bottom: 30px;
    }

    .after_sales2 .tit {
        min-height: 50px;
        border-radius: 10px;
        padding: 5px 20px;
        font-size: 20px;
        width: auto;
        margin-bottom: 15px;
    }

    .after_sales2 .content strong {
        font-size: 18px;
    }

    .after_sales2 .content {
        font-size: 14px;
        line-height: 26px;
        padding-left: 20px;
    }

    .after_sales2 .tit {
        min-height: unset;
        border-radius: 10px;
        padding: 10px 20px;
        font-size: 18px;
        width: auto;
        margin-bottom: 15px;
    }
}

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

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


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

/* our_wrap */

.our_wrap {
    background-repeat: no-repeat;
    background-size: auto;
    background-position: right 75%;
}

/* download_list */

.download_list {
    padding: 52px 0px 54px;
}

.download_list .title50 {
    text-align: center;
    margin-bottom: 60px;
}

.download_list .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 61px;
    background-color: #f0f0f0;
    padding: 10px 20px;
    margin-bottom: 31px;
}

.download_list .item:last-child {
    margin-bottom: 0;
}

.download_list .l {
    display: flex;
    align-items: center;
}

.download_list .svgbox {
    flex-shrink: 0;
    margin-right: 30px;
}

.download_list .do {
    font-family: Roboto-Regular;
    font-size: 16px;
    line-height: 28px;
    color: #666666;
}

.download_list .r {
    flex-shrink: 0;
    margin-left: 20px;
}

.download_list .r a {
    font-family: Roboto-Regular;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}

.download_list .r a i {
    color: #227ce1;
    margin-left: 32px;
}

.download_list .r a:hover {
    color: #227ce1;
}

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

    .download_list .title50 {
        margin-bottom: 45px;
    }

    .download_list .item {
        min-height: 60px;
        padding: 10px 20px;
        margin-bottom: 25px;
    }

    .download_list .svgbox {
        margin-right: 20px;
    }

    .download_list .r a i {
        margin-left: 20px;
    }
}

@media(max-width:1333px) {
    .download_list .title50 {
        margin-bottom: 35px;
    }

    .download_list .svgbox {
        margin-right: 15px;
    }

    .download_list .r a i {
        margin-left: 15px;
    }
}

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

    .download_list .title50 {
        margin-bottom: 25px;
    }

    .download_list .r a {
        font-size: 16px;
    }

    .download_list .do {
        font-size: 16px;
        line-height: 26px;
    }
}

@media(max-width:768px) {
    .download_list .title50 {
        margin-bottom: 15px;
    }

    .download_list .item {
        min-height: 50px;
        padding: 10px 15px;
        margin-bottom: 15px;
    }

    .download_list .do {
        font-size: 14px;
        line-height: 24px;
    }

    .download_list .r a {
        font-size: 14px;
    }

    .download_list .r a i {
        margin-left: 10px;
    }
}

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

    .download_list .item {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .download_list .l {
        width: 100%;
        margin-bottom: 10px;
    }

    .download_list .r {
        width: 100%;
        margin-left: 0;
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
    }
}


/* our_main */


.our_main {
    padding: 0px 0px 114px;
}

.our_main .title50 {
    text-align: center;
    margin-bottom: 156px;
    letter-spacing: 2px;
}

.our_main .inner {
    position: relative;
    margin-bottom: 135px;
}

.our_main .inner:hover .contact {
    background-color: #227ce1;
}

.our_main .inner:hover .title a {
    color: #fff;
}

.our_main .imgbox {
    min-height: 169px;
    position: absolute;
    top: -60%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.our_main .contact {
    background-color: #f6f6f6;
    min-height: 144px;
    display: flex;
    align-items: flex-end;
    padding-bottom: 29px;
}

.our_main .title {
    font-family: Roboto-Regular;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 1px;
    color: #333;
    text-align: center;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

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

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

.our_main .swiper {
    overflow: visible;
    height: 144px;
}

.our_main .swiper-slide {
    opacity: 0;
    pointer-events: none;
    transition: .3s linear opacity;
}

.our_main .swiper-slide-visible {
    opacity: 1;
    pointer-events: all;
}

.our_main .swiper-slide .inner:last-child {
    margin-bottom: 0;
}

.our_main .swiper-pagination {
    position: relative;
    margin-top: 30px;
}

.our_main .swiper-pagination-bullet-active {
    background-color: #227ce1;
}

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

    .our_main .title50 {
        margin-bottom: 150px;
        letter-spacing: 2px;
    }

    .our_main .inner {
        margin-bottom: 120px;
    }
}

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

    .our_main .title {
        font-size: 18px;
        letter-spacing: 0px;
    }

    .our_main .title50 {
        margin-bottom: 100px;
        letter-spacing: 0px;
    }
}

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

    .our_main .contact {
        min-height: 130px;
        padding-bottom: 20px;
    }

    .our_main .imgbox {
        min-height: 169px;
        top: -70%;
        width: 100%;
    }

    .our_main .swiper {
        overflow: visible;
        height: 120px;
    }

}

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

    .our_main .imgbox {
        position: relative;
    }

    .our_main .title50 {
        margin-bottom: 40px;
    }

    .our_main .contact {
        min-height: 55px;
        padding: 10px 0px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .our_main .title {
        font-size: 16px;
        letter-spacing: 0px;
        padding: 0px 10px;
    }

    .our_main .inner {
        margin-bottom: 35px;
    }

    .our_main .swiper-wrapper {
        height: 215px;
    }

}

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

    .our_main .title50 {
        margin-bottom: 30px;
    }

    .our_main .contact {
        min-height: 45px;
        padding: 10px 0px;
    }

    .our_main .imgbox {
        margin-bottom: 10px;
    }

    .our_main .inner {
        margin-bottom: 25px;
    }

    .our_main .swiper {
        overflow: visible;
        height: unset;
    }

    .our_main .swiper-wrapper {
        height: 215px;
    }

}

@media(max-width:500px) {
    .our_main .title50 {
        margin-bottom: 20px;
    }

    .our_main .inner {
        margin-bottom: 20px;
    }

    .our_main .swiper-pagination {
        margin-top: 20px;
    }
}

/* faq_list */

.faq_list {
    padding: 51px 0px 146px;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: right 140%;
}

.faq_list .title50 {
    text-align: center;
    margin-bottom: 33px;
}

.faq_list .list {
    margin-bottom: 69px;
}

.faq_list .list li {
    padding: 23px 23px 31px 23px;
    background-color: #f7f7f7;
    border-radius: 10px;
    margin-bottom: 36px;
}

.faq_list .list li:last-child {
    margin-bottom: 0;
}

.faq_list .question {
    display: flex;
    align-items: flex-start;
    margin-bottom: 7px;
}

.faq_list .question span {
    font-family: Oxanium-Bold;
    font-size: 18px;
    line-height: 30px;
    color: #1e5998;
    margin-right: 11px;
}

.faq_list .question .resu {
    font-family: Oxanium-Bold;
    font-size: 16px;
    line-height: 30px;
    color: #333333;
}

.faq_list .answer {
    font-family: Roboto-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    padding-left: 30px;
}

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

    .faq_list .title50 {
        margin-bottom: 30px;
    }

    .faq_list .list li {
        padding: 20px 20px 20px 20px;
        border-radius: 10px;
        margin-bottom: 30px;
    }

    .faq_list .list {
        margin-bottom: 50px;
    }
}

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

    .faq_list .title50 {
        margin-bottom: 20px;
    }
}

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

    .faq_list .list {
        margin-bottom: 40px;
    }

    .faq_list .list li {
        padding: 20px 20px 20px 20px;
        border-radius: 10px;
        margin-bottom: 20px;
    }
}

@media(max-width:768px) {
    .faq_list .title50 {
        margin-bottom: 15px;
    }

    .faq_list .question .resu {
        font-size: 14px;
        line-height: 26px;
    }

    .faq_list .question span {
        font-size: 16px;
        line-height: 26px;
        margin-right: 11px;
    }

    .faq_list .answer {
        font-size: 14px;
        line-height: 26px;
        padding-left: 30px;
    }
}

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

    .faq_list .list {
        margin-bottom: 30px;
    }
}


/* news_blog */


.news_blog {
    padding: 51px 0px 76px;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: right bottom;
}

.news_blog .title50 {
    text-align: center;
    margin-bottom: 27px;
}

.news_blog .wrap {
    margin-bottom: 45px;
}

.news_blog .inner {
    background-color: #f0f0f0;
    padding: 22px 25px 22px 25px;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 30px;
}

.news_blog .inner:last-child {
    margin-bottom: 0;
}

.news_blog .inner:hover {
    background-color: #227ce1;
}

.news_blog .inner:hover .data,
.news_blog .inner:hover .title a,
.news_blog .inner:hover .content,
.news_blog .inner:hover .btn i {
    color: #fff;
}

.news_blog .l_box {
    width: 21.8%;
    border-radius: 20px;
    overflow: hidden;
}

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

.news_blog .r_box {
    width: 74%;
    padding-top: 13px;
}

.news_blog .data {
    font-family: Roboto-Regular;
    font-size: 16px;
    color: #333333;
    margin-bottom: 13px;
}

.news_blog .title {
    font-family: Roboto-Bold;
    font-size: 24px;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 19px;
}

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

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

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

.news_blog .btn:hover i {
    transform: rotate(0deg);
}

.news_blog .btn i {
    display: inline-block;
    transform: rotate(-45deg);
    color: #227ce1;
}

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

    .news_blog .title50 {
        margin-bottom: 45px;
    }

    .news_blog .inner {
        align-items: center;
    }

    .news_blog .title {
        font-size: 22px;
        margin-bottom: 10px;
    }

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

}

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

    .news_blog .title50 {
        margin-bottom: 35px;
    }

    .news_blog .l_box {
        width: 24%;
        border-radius: 20px;
        overflow: hidden;
    }

    .news_blog .r_box {
        width: 72%;
        padding-top: 0;
    }

    .news_blog .title {
        font-size: 20px;
        margin-bottom: 10px;
    }

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

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

    .news_blog .title50 {
        margin-bottom: 25px;
    }

    .news_blog .l_box {
        width: 35%;
    }

    .news_blog .l_box img {
        width: 100%;
    }

    .news_blog .r_box {
        width: 60%;
        padding-top: 0;
    }

    .news_blog .title {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .news_blog .data {
        font-size: 16px;
        margin-bottom: 8px;
    }
}

@media(max-width:768px) {
    .news_blog .title50 {
        margin-bottom: 15px;
    }

    .news_blog .inner {
        padding: 20px;
        border-radius: 20px;
        margin-bottom: 20px;
    }

    .news_blog .title {
        font-size: 16px;
        margin-bottom: 8px;
    }

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

    .news_blog .data {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .news_blog .inner {
        border-radius: 10px;
    }

    .news_blog .l_box {
        margin-bottom: 10px;
    }
}

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

    .news_blog .inner {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .news_blog .l_box {
        width: 80%;
        margin-bottom: 20px;
        border-radius: 10px;
    }

    .news_blog .r_box {
        width: 100%;
    }
}

@media(max-width:500px) {
    .news_blog .l_box {
        width: 100%;
        margin-bottom: 20px;
        border-radius: 10px;
    }
}



/* news_detail */

.news_detail {
    padding: 61px 0px 72px;
}

.news_detail .box {
    background-color: #f5f5f5;
    padding: 62px 39px 83px 45px;
}

.news_detail .title {
    text-align: center;
    font-family: Roboto-Bold;
    font-size: 24px;
    color: #333333;
    margin-bottom: 31px;
}

.news_detail .sharebox {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    margin-left: 22px;
}

.news_detail .data {
    font-family: Roboto-Regular;
    font-size: 16px;
    color: #227ce1;
    margin-right: 30px;
}

.news_detail .share {
    display: flex;
    align-items: center;
    font-family: Roboto-Regular;
    font-size: 16px;
    color: #666666;
}

.news_detail .share span {
    margin-right: 10px;
}

.news_detail .content {
    font-family: Roboto-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    padding-top: 34px;
    padding-bottom: 53px;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}

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

    .news_detail .box {
        padding: 50px 40px 60px 40px;
    }

    .news_detail .title {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .news_detail .sharebox {
        margin-bottom: 30px;
        margin-left: 0;
    }

    .news_detail .content {
        font-size: 16px;
        line-height: 30px;
        padding-top: 30px;
        padding-bottom: 40px;
    }
}

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

    .news_detail .box {
        padding: 40px 40px 50px 40px;
    }

    .news_detail .sharebox {
        margin-bottom: 20px;
        margin-left: 0;
    }

    .news_detail .content {
        font-size: 16px;
        line-height: 30px;
        padding-top: 20px;
        padding-bottom: 30px;
    }
}

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

    .news_detail .box {
        padding: 30px 30px 40px 30px;
    }

    .news_detail .title {
        font-size: 20px;
        margin-bottom: 15px;
    }
}

@media(max-width:768px) {
    .news_detail .box {
        padding: 20px;
    }

    .news_detail .content {
        font-size: 14px;
        line-height: 26px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .news_detail .data {
        font-size: 14px;
        margin-right: 20px;
    }

    .news_detail .share {
        font-size: 14px;
    }

    .news_detail .content img {
        min-height: 200px;
        object-fit: cover;
    }
}

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

@media(max-width:500px) {
    .news_detail .sharebox {
        flex-direction: column;
    }

    .news_detail .data {
        margin-right: 0;
        margin-bottom: 10px;
    }
}



/* page_control */

.page_control {
    padding-top: 26px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page_control .con {
    width: 50%;
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.page_control .con:last-child {
    flex-direction: row-reverse;
    margin-right: 0;
    margin-left: 20px;
    text-align: right;
}

.page_control .con a {
    display: flex;
    align-items: center;
    font-family: Roboto-Bold;
    font-size: 20px;
    color: #333333;
}

.page_control .con>div {
    display: flex;
    align-items: center;
    font-family: Roboto-Bold;
    color: #333333;
    font-size: 20px;
}

.page_control .con i {
    margin-right: 25px;
    flex-shrink: 0;
}

.page_control .con i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 57px;
    height: 57px;
    background-color: #e3e3e3;
    border: solid 1px #e3e3e3;
    color: #999;
    border-radius: 50px;
}

.page_control .con:last-child i {
    margin-right: 0;
    margin-left: 25px;
}

.page_control .con a:hover {
    color: #227ce1;
}

.page_control .con a:hover i {
    background-color: #227ce1;
    color: #fff;
}


@media(max-width:1333px) {
    .page_control .con i {
        width: 50px;
        height: 50px;
    }

    .page_control .con i {
        margin-right: 15px;
    }

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

    .page_control .con>div {
        font-size: 18px;
    }

    .page_control .con a {
        font-size: 18px;
    }

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

@media(max-width:999px) {
    .page_control {
        flex-direction: column;
    }

    .page_control .con {
        margin: 0 !important;
        width: 100%;
        margin-bottom: 15px !important;
    }

    .page_control .con:last-child {
        flex-direction: unset;
        text-align: left;
        margin-bottom: 0 !important;
    }

    .page_control .con a {
        flex-direction: row-reverse;
    }

    .page_control .con:last-child i {
        margin-left: 0;
        margin-right: 15px;
    }

    .page_control .con i {
        width: 45px;
        height: 45px;
    }
}

@media(max-width:768px) {
    .page_control .con>div {
        font-size: 16px;
    }

    .page_control .con a {
        font-size: 16px;
    }

    .page_control .con i {
        width: 40px;
        height: 40px;
    }
}


/* contact_us */

.contact_us {
    padding: 60px 0px 90px;
}

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

.contact_us .l_box {
    width: 48.6%;
}

.contact_us .box {
    padding: 29px 20px 27px 29px;
    background-color: #f7f7f7;
}

.contact_us .title {
    font-family: Oxanium-Bold;
    font-size: 36px;
    color: #333333;
}

.contact_us .tit1 {
    margin-bottom: 10px;
}

.contact_us .con {
    font-family: Roboto-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}

.contact_us .con1 {
    margin-bottom: 23px;
}

.contact_us .form {
    padding: 0px 18px 0px 8px;
}

.contact_us .inpbox1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 13px;
}

.contact_us .inp1 {
    width: 49%;
}

.contact_us .inp1 input {
    height: 54px;
    width: 100%;
    background-color: #ffffff;
    padding: 0px 10px;
}

.contact_us .inp1 input,
.contact_us .inpbox1 textarea {
    font-family: Roboto-Regular;
    font-size: 16px;
    color: #333;
}

.contact_us .inp1 input::placeholder,
.contact_us .inpbox1 textarea::placeholder {
    color: #999;
}

.contact_us .inpbox1 textarea {
    width: 100%;
    height: 108px;
    background-color: #ffffff;
    resize: none;
    padding: 12px 10px;
}

.contact_us .inpbox3 .submit input {
    background-color: #227ce1;
    font-family: Roboto-Regular;
    font-size: 18px;
    color: #ffffff;
    cursor: pointer;
}

.contact_us .inpbox3 .submit input:hover {
    background-color: #000;
}

.contact_us .m-formcountry i {
    right: 15px !important;
}

.contact_us .m-formcountry input {
    padding-right: 35px !important;
}

.contact_us .code {
    position: relative;
}

.contact_us .code input {
    padding-right: 120px !important;
}

.contact_us .codebox {
    right: 0;
    top: 0;
    position: absolute;
    width: 110px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f3fbfe;
    cursor: pointer;
}


.contact_us .r_box {
    width: 45.654%;
    padding-top: 29px;
}

.contact_us .tit2 {
    margin-bottom: 10px;
}

.contact_us .con2 {
    margin-bottom: 23px;
}

.contact_us .inner {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding: 12px 13px 11px 13px;
    border-radius: 4px;
    border: solid 1px #000000;
}

.contact_us .inner:first-child {
    padding: 0;
    border: unset;
    justify-content: space-between;
}

.contact_us .inner:first-child .in {
    padding: 10px 13px 11px 13px;
    border: solid 1px #000000;
    border-radius: 4px;
}

.contact_us .inner .contact {
    padding-top: 7px;
}

.contact_us .svgbox {
    flex-shrink: 0;
    border-radius: 6px;
    overflow: hidden;
    margin-right: 10px;
}

.contact_us .email a {
    word-break: break-all;
}

.contact_us .in {
    display: flex;
    align-items: flex-start;
    width: 47.7%;
}

.contact_us .name {
    font-family: Roboto-Regular;
    font-size: 18px;
    line-height: 26px;
    color: #333333;
}

.contact_us .resu {
    font-family: Roboto-Regular;
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    width: 100%;
}

.contact_us .resu a:hover {
    color: #227ce1;
}

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

    .contact_us .box {
        padding: 20px 20px 20px 20px;
        background-color: #f7f7f7;
    }

    .contact_us .r_box {
        width: 45.654%;
        padding-top: 20px;
    }

    .contact_us .title {
        font-size: 34px;
    }
}

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

    .contact_us .title {
        font-size: 30px;
    }

    .contact_us .resu {
        font-size: 16px;
        line-height: 22px;
    }

    .contact_us .con1 {
        margin-bottom: 15px;
    }

    .contact_us .form {
        padding: 0px;
    }

    .contact_us .codebox {
        right: 0;
        top: 0;
        width: 100px;
        height: 100%;
    }

    .contact_us .code input {
        padding-right: 105px !important;
    }
}

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

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

    .contact_us .safe {
        flex-direction: column;
        justify-content: flex-start;
    }

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

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

    .contact_us .inner .contact {
        padding-top: 0px;
    }

    .contact_us .in {
        align-items: center;
    }
}

@media(max-width:768px) {
    .contact_us .title {
        font-size: 24px;
    }

    .contact_us .tit1 {
        margin-bottom: 5px;
    }

    .contact_us .inp1 input {
        height: 50px;
        padding: 0px 10px;
    }

    .contact_us .inpbox3 .submit input {
        background-color: #227ce1;
        font-size: 16px;
    }

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

    .contact_us .inp1 input,
    .contact_us .inpbox1 textarea {
        font-size: 14px;
    }

    .contact_us .con2 {
        margin-bottom: 10px;
    }

    .contact_us .name {
        font-size: 16px;
        line-height: 24px;
    }

    .contact_us .resu {
        font-size: 14px;
        line-height: 22px;
    }

    .contact_us .svgbox img {
        width: 50px;
        height: 50px;
    }

    .contact_us .inner:first-child .in {
        padding: 10px;
    }

    .contact_us .inner {
        padding: 10px;
    }
}

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

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

@media(max-width:500px) {
    .contact_us .inpbox1 {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        margin-bottom: 0;
    }

    .contact_us .inp1 {
        width: 100%;
        margin-bottom: 10px;
    }

    .contact_us .inpbox2 {
        margin-bottom: 10px;
    }

    .contact_us .inp1 input {
        height: 45px;
        padding: 0px 10px;
    }

    .contact_us .inner {
        margin-bottom: 15px;
    }

    .contact_us .inner:first-child {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        margin-bottom: 0;
    }

    .contact_us .inner:first-child .in {
        width: 100%;
        margin-bottom: 15px;
    }
}


/* mapbox */

.mapbox {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 74px;
}

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

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

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

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







@font-face {
    font-family: 'Oxanium-Bold';
    src: url('../fonts/OxaniumBold.eot');
    src: url('../fonts/OxaniumBold.eot') format('embedded-opentype'),
        url('../fonts/OxaniumBold.woff2') format('woff2'),
        url('../fonts/OxaniumBold.woff') format('woff'),
        url('../fonts/OxaniumBold.ttf') format('truetype'),
        url('../fonts/OxaniumBold.svg#OxaniumBold') format('svg');
}

@font-face {
    font-family: 'Roboto-Regular';
    src: url('../fonts/RobotoRegular.eot');
    src: url('../fonts/RobotoRegular.eot') format('embedded-opentype'),
        url('../fonts/RobotoRegular.woff2') format('woff2'),
        url('../fonts/RobotoRegular.woff') format('woff'),
        url('../fonts/Roboto-Regular.ttf') format('truetype'),
        url('../fonts/Roboto-Regular.svg#RobotoRegular') format('svg');
}

@font-face {
    font-family: 'Roboto-Bold';
    src: url('../fonts/RobotoBold.eot');
    src: url('../fonts/RobotoBold.eot') format('embedded-opentype'),
        url('../fonts/RobotoBold.woff2') format('woff2'),
        url('../fonts/RobotoBold.woff') format('woff'),
        url('../fonts/RobotoBold.ttf') format('truetype'),
        url('../fonts/RobotoBold.svg#RobotoBold') format('svg');
}

.bgf2 {
    background-color: #f2f2f2;
}

.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=1750659631960') format('woff'),
        url('iconfont.ttf?t=1750659631960') format('truetype');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-wechat1:before {
    content: "\e6c7";
}

.icon-dianhua:before {
    content: "\e61b";
}

.icon-dianhua1:before {
    content: "\e842";
}

.icon-xiazai16:before {
    content: "\e612";
}

.icon-jinru:before {
    content: "\e627";
}

.icon-mima-yanjing-guanbi:before {
    content: "\e622";
}

.icon-mima_yanjing:before {
    content: "\e6c2";
}

.icon-Youtube-fill:before {
    content: "\e883";
}

.icon-xiangxiajiantoushuang-mianxing:before {
    content: "\e60a";
}

.icon-caret-up:before {
    content: "\e621";
}

.icon-duihao:before {
    content: "\eaf1";
}

.icon-duigou:before {
    content: "\e644";
}

.icon-pinterest1:before {
    content: "\e6e1";
}

.icon-xiazai:before {
    content: "\e606";
}

.icon-instagram-fill:before {
    content: "\e88f";
}

.icon-jia:before {
    content: "\e632";
}

.icon-jian:before {
    content: "\e64e";
}

.icon-duoyuyan:before {
    content: "\e654";
}

.icon-icon-jian:before {
    content: "\e609";
}

.icon-icon_jia:before {
    content: "\e652";
}

.icon-icon_earth:before {
    content: "\e6ff";
}

.icon-top1:before {
    content: "\e660";
}

.icon-tell:before {
    content: "\e6a7";
}

.icon-home:before {
    content: "\e624";
}

.icon-edit:before {
    content: "\e611";
}

.icon-facebook:before {
    content: "\e620";
}

.icon-pinterest:before {
    content: "\e8ab";
}

.icon-linkedin:before {
    content: "\e648";
}

.icon-youtube:before {
    content: "\e6d6";
}

.icon-twitter:before {
    content: "\e607";
}

.icon-bigger:before {
    content: "\e647";
}

.icon-left:before {
    content: "\e72c";
}

.icon-right:before {
    content: "\e72d";
}

.icon-up1:before {
    content: "\e72e";
}

.icon-bottom1:before {
    content: "\e72f";
}

.icon-left1:before {
    content: "\e730";
}

.icon-right1:before {
    content: "\e731";
}

.icon-up:before {
    content: "\e73e";
}

.icon-bottom:before {
    content: "\e73f";
}

.icon-instagram:before {
    content: "\e79d";
}

.icon-tumblr:before {
    content: "\e79e";
}

.icon-download:before {
    content: "\e7a0";
}

.icon-download1:before {
    content: "\e7a7";
}

.icon-search4:before {
    content: "\e7b2";
}

.icon-address:before {
    content: "\e7bc";
}

.icon-email:before {
    content: "\e7bd";
}

.icon-contact:before {
    content: "\e7be";
}

.icon-whatsapp:before {
    content: "\e7bf";
}

.icon-fax:before {
    content: "\e7c2";
}

.icon-mobile:before {
    content: "\e7c6";
}

.icon-phone:before {
    content: "\e7c8";
}

.icon-phone1:before {
    content: "\e7cb";
}

.icon-skype:before {
    content: "\e7cc";
}

.icon-whatsapp1:before {
    content: "\e7c1";
}

.icon-address1:before {
    content: "\e7c3";
}

.icon-contact1:before {
    content: "\e7c4";
}

.icon-email1:before {
    content: "\e7c5";
}

.icon-skype1:before {
    content: "\e7c9";
}

.icon-fax1:before {
    content: "\e7ca";
}

.icon-qq:before {
    content: "\e7ce";
}

.icon-tel1:before {
    content: "\e7cd";
}

.icon-wechat:before {
    content: "\e7cf";
}

.icon-phone2:before {
    content: "\e7d0";
}

.icon-message:before {
    content: "\e7da";
}

.icon-calendar:before {
    content: "\e7e1";
}

.icon-calendar1:before {
    content: "\e7e3";
}

.icon-top:before {
    content: "\e7ed";
}

.icon-youbian:before {
    content: "\e60f";
}

.icon-jian2:before {
    content: "\e600";
}

.icon-jia2:before {
    content: "\e608";
}

.icon-vk:before {
    content: "\e735";
}

.icon-instagram1:before {
    content: "\e640";
}

.icon-up7:before {
    content: "\e722";
}

.icon-bottom7:before {
    content: "\e723";
}

.icon-left7:before {
    content: "\e724";
}

.icon-right7:before {
    content: "\e725";
}

.icon-sousuo4:before {
    content: "\e610";
}

.icon-sousuo:before {
    content: "\e616";
}

.icon-sousuo1:before {
    content: "\e65b";
}

.icon-shangchuan:before {
    content: "\e602";
}

.icon-top2:before {
    content: "\e637";
}

.icon-biaoqian:before {
    content: "\e649";
}

.icon-twitter3:before {
    content: "\e7fd";
}

.icon-twitter4:before {
    content: "\e7fe";
}

.icon-twitter-new2:before {
    content: "\e800";
}

.icon-twitter-new:before {
    content: "\e7ff";
}

.icon-tiktok:before {
    content: "\e8db";
}

.icon-delete:before {
    content: "\e69d";
}

.icon-chahao:before {
    content: "\e617";
}

.icon-earth:before {
    content: "\e6d5";
}

.icon-earth1:before {
    content: "\e781";
}

.icon-chahao1:before {
    content: "\e60e";
}

.icon-jiahao:before {
    content: "\e726";
}

.icon-home1:before {
    content: "\e734";
}

.icon-guanbi:before {
    content: "\e6ca";
}

.icon-guanbi1:before {
    content: "\e61e";
}

.icon-bottom71:before {
    content: "\e74c";
}








/* animation.min.css */


.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

@-webkit-keyframes bounce {

    0%,
    100%,
    20%,
    53%,
    80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    40%,
    43% {
        -webkit-transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

@keyframes bounce {

    0%,
    100%,
    20%,
    53%,
    80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    40%,
    43% {
        -webkit-transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes flash {

    0%,
    100%,
    50% {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

@keyframes flash {

    0%,
    100%,
    50% {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shake {

    0%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes shake {

    0%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

.swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes bounceIn {

    0%,
    100%,
    20%,
    40%,
    60%,
    80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes bounceIn {

    0%,
    100%,
    20%,
    40%,
    60%,
    80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes bounceInDown {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInDown {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInLeft {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInRight {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInUp {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }

    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }

    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
    0% {
        opacity: 1
    }

    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1
    }

    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    100% {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    100% {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

@keyframes rollOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    100% {
        opacity: 0
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    100% {
        opacity: 0
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}


/* swiper-bundle */


@font-face {
    font-family: swiper-icons;
    src: url('data:application/font-woff;charset=utf-8;base64, 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');
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

:host {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 1
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0)
}

.swiper-horizontal {
    touch-action: pan-y
}

.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d {
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
    transform-style: preserve-3d
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
    scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: none
}

.swiper-css-mode.swiper-centered>.swiper-wrapper::before {
    content: '';
    flex-shrink: 0;
    order: 9999
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size)
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
    display: none !important
}

.swiper-button-next svg,
.swiper-button-prev svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform-origin: center
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
    transform: rotate(180deg)
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 10px);
    right: auto
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto
}

.swiper-button-lock {
    display: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: 'prev'
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: 'next'
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
    right: var(--swiper-pagination-right, 8px);
    left: var(--swiper-pagination-left, auto);
    top: 50%;
    transform: translate3d(0px, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform, .2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s right
}

.swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color, inherit)
}

.swiper-pagination-progressbar {
    background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    position: relative;
    touch-action: none;
    background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, .1))
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: var(--swiper-scrollbar-sides-offset, 1%);
    bottom: var(--swiper-scrollbar-bottom, 4px);
    top: var(--swiper-scrollbar-top, auto);
    z-index: 50;
    height: var(--swiper-scrollbar-size, 4px);
    width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
    position: absolute;
    left: var(--swiper-scrollbar-left, auto);
    right: var(--swiper-scrollbar-right, 4px);
    top: var(--swiper-scrollbar-sides-offset, 1%);
    z-index: 50;
    width: var(--swiper-scrollbar-size, 4px);
    height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, .5));
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move;
    touch-action: none
}

.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active {
    pointer-events: auto
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube {
    overflow: visible
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
    content: '';
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px)
}

.swiper-cube .swiper-slide-next+.swiper-slide {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-flip {
    overflow: visible
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height
}

.swiper-cards {
    overflow: visible
}

.swiper-cards .swiper-slide {
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden
}



/* swiper-bundle.min.css */

/**
 * Swiper 11.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 26, 2023
 */

@font-face {
    font-family: swiper-icons;
    src: url('data:application/font-woff;charset=utf-8;base64, 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');
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

:host {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 1
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0)
}

.swiper-horizontal {
    touch-action: pan-y
}

.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d {
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
    transform-style: preserve-3d
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
    scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: none
}

.swiper-css-mode.swiper-centered>.swiper-wrapper::before {
    content: '';
    flex-shrink: 0;
    order: 9999
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size)
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
    display: none !important
}

.swiper-button-next svg,
.swiper-button-prev svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform-origin: center
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
    transform: rotate(180deg)
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 10px);
    right: auto
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto
}

.swiper-button-lock {
    display: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: 'prev'
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: 'next'
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
    right: var(--swiper-pagination-right, 8px);
    left: var(--swiper-pagination-left, auto);
    top: 50%;
    transform: translate3d(0px, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform, .2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s right
}

.swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color, inherit)
}

.swiper-pagination-progressbar {
    background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    position: relative;
    touch-action: none;
    background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, .1))
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: var(--swiper-scrollbar-sides-offset, 1%);
    bottom: var(--swiper-scrollbar-bottom, 4px);
    top: var(--swiper-scrollbar-top, auto);
    z-index: 50;
    height: var(--swiper-scrollbar-size, 4px);
    width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
    position: absolute;
    left: var(--swiper-scrollbar-left, auto);
    right: var(--swiper-scrollbar-right, 4px);
    top: var(--swiper-scrollbar-sides-offset, 1%);
    z-index: 50;
    width: var(--swiper-scrollbar-size, 4px);
    height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, .5));
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move;
    touch-action: none
}

.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active {
    pointer-events: auto
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube {
    overflow: visible
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
    content: '';
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px)
}

.swiper-cube .swiper-slide-next+.swiper-slide {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-flip {
    overflow: visible
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height
}

.swiper-cards {
    overflow: visible
}

.swiper-cards .swiper-slide {
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden
}