@charset "utf-8";

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

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

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

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

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

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% - 80px);
    margin: 0 auto;
}


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

}

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

}

.headersafe {
    max-width: 1800px;
    width: calc(100% - 50px);
    margin: 0 auto;
}

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

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

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

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

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

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

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

/*jQzoom*/

.box {
    position: relative;
}

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

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

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

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

/* zhengshu */

/* certifiicates */

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

#baguetteBox-overlay.visible {
    opacity: 1
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    50% {
        margin-left: -30px
    }

    100% {
        margin-left: 0
    }
}

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

    50% {
        margin-left: -30px
    }

    100% {
        margin-left: 0
    }
}

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

    50% {
        margin-left: 30px
    }

    100% {
        margin-left: 0
    }
}

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

    50% {
        margin-left: 30px
    }

    100% {
        margin-left: 0
    }
}

@-webkit-keyframes bounce {

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

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

@keyframes bounce {

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

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




/* cebianlan  common*/
/* rightlist */


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

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

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

.column ul li:hover .tiaozhuan {
    display: flex;
    width: 90px;
    margin-left: 15px;
    margin-right: 10px;
}

.column ul li .tiaozhuan {
    width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.column ul li a {
    height: 100%;
}

.column ul li .imgbox {
    width: 52px;
    height: 52px;
    background-color: rgba(0, 0, 0, .3);
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    flex-shrink: 0;
    box-shadow: 0px 0px 17px 1px rgba(0, 0, 0, 0.15);
}



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


.column ul li .imgbox:hover i {
    color: #fff !important;
}

.column ul li .imgbox:hover img {
    transform: unset !important;
}

.column .wechat {
    position: relative;
}

.column .gotop {
    cursor: pointer;
}

.column .gotop .icon-xiajiantou {
    transform: rotate(180deg);
}

.column .wechat .erweima {
    position: absolute;
    width: 150px;
    height: 150px;
    top: -10px;
    right: 100%;
    display: none;
    cursor: pointer;
    border: 10px solid rgba(0, 0, 0, .1);
    border-radius: 10px;
}

.column .wechat .erweima img,
.column .whatsapp .erweima img {
    width: 100%;
    height: 100%;
    border-radius: 10px !important;
    padding-right: 0px;
    background-color: transparent;
}

.column img {
    display: block;
    width: 45%;
}

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

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

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

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

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

.column i {
    color: #fff !important;
    font-size: 20px;
}

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

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

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

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


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

    .column .wechat .erweima,
    .column .whatsapp .erweima {
        position: absolute;
        width: 150px;
        height: 150px;
        top: -10px;
        right: 80px;
        display: none;
        cursor: pointer;
    }

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

@media(max-width:1333px) {


    .column .wechat .erweima,
    .column .whatsapp .erweima {
        position: absolute;
        width: 100px;
        height: 100px;
        top: -10px;
        right: 70px;
        display: none;
        cursor: pointer;
    }
}

@media(max-width:999px) {

    .column ul li .tiaozhuan {
        display: none;
    }

    .column ul li:hover .tiaozhuan {
        display: none;
    }

    .column {
        position: fixed;
        right: 0px;
        top: unset;
        bottom: 0;
        z-index: 30;
        width: 100%;
        height: 45px;
        transform: unset;
    }

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

    .column .wechat .erweima,
    .column .whatsapp .erweima {
        position: absolute;
        width: 150px;
        height: 150px;
        top: -173px;
        right: 17%;
        display: none;
        cursor: pointer;
    }

    .column ul {
        display: flex;
        flex-direction: row;
        width: 100%;
        justify-content: center;
        align-items: center;
        background: rgba(255, 255, 255, 0.5);
        height: 100%;
    }

    .column ul li {
        margin-bottom: 0px;
        width: 100%;
    }

    .column ul li .imgbox {
        width: 100%;
        height: 0;
    }

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

    .column ul li .imgbox img {
        /* width: 18%; */
        width: 30px;
        filter: brightness(100);
    }

    .column ul li a {
        border: unset;
    }

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

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

    .column .facebook i {
        border: unset;
    }

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

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

    .column .phonebox:hover .phone {}

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

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

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

@media(max-width:768px) {

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

    .column .wechat .erweima,
    .column .whatsapp .erweima {
        position: absolute;
        width: 135px;
        height: 135px;
        top: -157px;
        /* right: 20%; */
        display: none;
        cursor: pointer;
        left: 0;
    }

    .column ul {
        display: flex;
        flex-direction: row;
        width: 100%;
        justify-content: center;
        align-items: center;
        height: 100%;
    }

    .column ul li {
        margin-bottom: 0px;
        width: 100%;
    }

    .column ul li .imgbox {
        width: 100%;
        height: 0;
    }

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

    }

}

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

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

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

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

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

    .column .wechat .erweima {
        position: absolute;
        width: 100px;
        height: 100px;
        top: -125px;
        right: 20px;
        display: none;
        cursor: pointer;
        left: 0;
    }

    .column ul {
        display: flex;
        flex-direction: row;
        width: 100%;
        justify-content: center;
        align-items: center;
        height: 100%;
    }

    .column ul li {
        margin-bottom: 0px;
        width: 100%;
    }

    .column ul li .imgbox {
        width: 100%;
        height: 0;
    }

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

    }

}



.m-formcountry {
    position: relative;
}

.m-formcountry .drop-btn {
    position: relative;
}

.m-formcountry .drop-btn i,
.m-formcountry .drop-btn svg {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    color: #333;
    right: 18px;
    font-weight: bold;
}

.m-formcountry .drop-list {
    display: none;
    border: 1px solid #e6e6e6;
    width: 100%;
    position: absolute;
    top: 100%;
    background-color: #fff;
    max-height: 223px;
    overflow-x: hidden;
    z-index: 10001;
    scrollbar-color: #333 rgba(0, 0, 0, 0.05);
    scrollbar-width: thin;
    box-shadow: 0px 7px 13px 0px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    padding: 15px 0px;
}

.m-formcountry .drop-list::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.m-formcountry .drop-list::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
}

.m-formcountry .drop-list::-webkit-scrollbar-thumb {
    background-color: #333;
}

.m-formcountry .drop-list li {
    font-size: 16px;
    line-height: 20px;
    overflow: hidden;
    padding: 8px 12px;
    cursor: pointer;
    /* border-bottom: 1px solid #e6e6e6; */
    color: #666;
}

.m-formcountry .drop-list li.on {
    background-color: #eaecf1;
}

@media(max-width:768px) {
    .m-formcountry .drop-list li {
        padding: 2px 20px;
        font-size: 14px;
    }

    .m-formcountry .drop-list {
        padding: 0;
    }
}



/* search */

.searchbox {
    position: relative;
    transform: translateY(-5px);
}

.searchbox a {
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background-color: #f26924;
    border-radius: 15px;
    font-weight: bold;
    font-size: 14px;
}

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

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

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

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

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

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

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

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

.searchbox {
    margin-left: 10px;
}



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

.lanauage_wrap::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 35px;
    background-color: #e4e4e4;
    opacity: 0.8;
    top: 50%;
    transform: translateY(-50%);
    left: -14px;
}

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

.lanauage_wrap .lanauage>i {
    font-size: 20px;
    color: #666666 !important;
}

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

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

.lanauage_wrap .lanauage .lanbox i,
.lanauage_wrap .lanauage .lanbox svg {
    color: #666666;
    /*font-size: 12px;*/
    margin-left: 15px;
}

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

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

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

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

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

.lanauage_wrap .lanauage .silde-down {
    transition: none;
    display: none;
    position: absolute;
    top: 100%;
    background-color: #fff !important;
    text-align: center;
    min-width: 100px;
    width: 120px;
    max-width: 200px;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
    z-index: 10;
    left: 0px;
    margin-top: 14px;
    z-index: 1000;
}

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

.lanauage_wrap .lanauage .silde-down li {}

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

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

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

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

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

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

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

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

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

    .lanauage_wrap {
        margin-left: 12px;
    }

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

@media(max-width:999px) {

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

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

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

    .searchbox {
        display: none;
    }

    .lanauage_wrap .lanauage {
        margin-right: 100px;
    }

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

    .lanauage_wrap .lanauage .silde-down {
        left: unset;
        right: 0;
    }

    .lanauage_wrap::after {
        display: none;
    }
}

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

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

    .lanauage_wrap .lanauage {
        margin-right: 100px;
    }
}



.m-mobilenav {
    display: none;
}

.m-mobilenav * {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

@media screen and (max-width: 999px) {
    .mbnav-wp_seach {
        width: 100%;
        margin: auto;
        position: absolute;
        z-index: 2;
    }

    .mbnav-wp_seach>form>.box-form {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        height: 40px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        background: rgba(255, 255, 255, 0.7);
    }

    .mbnav-wp_seach>form>.box-form>.box-text {
        width: -moz-calc(100% - 30px);
        width: calc(100% - 30px);
        border: 0px;
        height: 100%;
        padding-left: 10px;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background: transparent;
        outline: none;
    }

    .mbnav-wp_seach>form>.box-form>.box-submit {
        width: 30px;
        height: 100%;
        border: 0px;
        position: relative;
        z-index: 2;
        background: transparent;
        cursor: pointer;
        background: transparent;
    }

    .mbnav-wp_seach>form>.box-form .icon {
        position: absolute;
        right: 4px;
        top: 10px;
        z-index: 1;
    }

    .mbnav-list {
        margin-top: 20px;
    }

    .m-mobilenav {
        position: absolute;
        z-index: 11;
        padding-top: 25px;
        top: 0;
        left: 0;
        display: block;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        z-index: 100;
    }

    .m-mobilenav .mbnav-btn {
        position: fixed;
        z-index: 2;
        top: 20px;
        right: 3.5%;
        top: 27px;
        padding: 4px;
        border-radius: 4px;
        overflow: hidden;
        background: #FFFFFF;
        width: 34px;
        -webkit-transition: all 550ms;
        -o-transition: all 550ms;
        -moz-transition: all 550ms;
        transition: all 550ms;
    }

    .m-mobilenav .mbnav-btn .line {
        width: 100%;
        height: 2px;
        background-color: #00205b;
    }

    .m-mobilenav .mbnav-btn.active .line {
        background-color: #FFFFFF;
    }

    .m-mobilenav .mbnav-btn .line2 {
        margin-top: 6px;
        margin-bottom: 6px;
    }

    .m-mobilenav .mbnav-btn .smalldaohangxuanzhong {
        background-color: #FFFFFF;
    }

    .m-mobilenav .mbnav-btn.active {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        background: transparent;
        top: 50px;
    }

    .m-mobilenav .mbnav-bd {
        position: absolute;
        left: 0;
        top: 0;
        width: 300px;
        height: 100%;
        top: 0;
        visibility: hidden;
        z-index: 1;
    }

    .m-mobilenav .mbnav-bd.show {
        visibility: visible;
    }

    .m-mobilenav .mbnav-bd.show .mbnav-wp {
        height: 100%;
        opacity: 1;
    }

    .m-mobilenav .mbnav-bd.show .mbnav-item>a {
        opacity: 1;
        color: #FFFFFF;
        -webkit-transform: scale(1) translate(0, 0);
        -moz-transform: scale(1) translate(0, 0);
        -ms-transform: scale(1) translate(0, 0);
        -o-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0);
    }

    .m-mobilenav .mbnav-wp {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 0;
        background-color: rgba(51, 51, 51, 0.9);
        top: 0;
        -webkit-transition: all 550ms;
        -o-transition: all 550ms;
        -moz-transition: all 550ms;
        transition: all 550ms;
        opacity: 0;
    }

    .m-mobilenav .mbnav-fix {
        position: absolute;
        left: 0;
        top: 60px;
        z-index: 1;
        height: -moz-calc(100% - 60px);
        height: calc(100% - 60px);
        width: 100%;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        /* overflow-y: scroll; */
        overflow-y: scroll;
        overflow-x: hidden;
    }

    .m-mobilenav .mbnav-item {
        position: relative;
        padding-left: 44px;
        padding-right: 24px;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .m-mobilenav .mbnav-item i {
        position: absolute;
        left: 13px;
        top: 7px;
        width: 24px;
        height: 24px;
        line-height: 24px;
        text-align: center;
        background: transparent;
        font-size: 16px;
        color: #fff;
        cursor: pointer;
    }

    .m-mobilenav .mbnav-item>a {
        font-family: AvenirNextLTPro-Regular;
        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: 17px;
    }
}

@media(max-width:570px) {
    .m-mobilenav .mbnav-btn {
        top: 16px;
    }
}


/*  */


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


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

header .logo {
    flex-shrink: 0;
    transform: translateY(10px);
    width: 54.7%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    transform: translateY(5px);
}

header .rightbox {
    width: 100%;
    display: flex;
    flex-direction: column;
}

header .topbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 31px;
    border-bottom: 1px solid rgba(136, 136, 136, .6);
}

header .seek_search {
    width: 321px;
    height: 50px;
    border-radius: 25px;
    overflow: hidden;
    position: relative;
    margin-right: 10px;
}

header .seek_search>input {
    width: 100%;
    height: 100%;
    border-radius: 25px;
    font-size: 16px;
    color: #333333;
    padding: 0px 50px 0px 15px;
    font-family: AvenirNextLTPro-Regular;
}

header .seek_search>input::placeholder {
    color: #666666;
    font-family: AvenirNextLTPro-Regular;
}

header .seek_search .sousuo {
    position: absolute;
    right: 40px;
    width: 40px;
    right: 10px;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #666;
}

header .seek_search .sousuo i {
    position: absolute;
    z-index: 10;
    font-weight: bold;
    pointer-events: none;
    color: #666;
}

header .seek_search .sousuo input {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: transparent;
    cursor: pointer;
}

header .seek_search .sousuo:hover i {
    color: #999 !important;
}

header .func {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-top: 62px;
}



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

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

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

header .menubox>li:first-child {
    margin-left: 0 !important;
    position: unset;
}

header .menubox>li:last-child {
    margin-right: 0;
}

header .menubox>li>a {
    padding: 15px 0px 27px;
    display: inline-block;
    font-family: AvenirNextLTPro-Demi;
    font-size: 18px;
    color: #333333;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    text-transform: uppercase;
}

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

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


header .menubox ul a {
    padding: 12px 18px;
    display: inline-block;
    min-width: 197px;
    font-family: Verdana;
    font-size: 16px;
    color: #3e3a39;
    width: 100%;
    font-family: Poppins-Regular;
    min-height: 50px;
}

/* yiji */
header .menubox>li>ul {
    position: absolute;
    top: 100%;
    background-color: #fff;
    display: none;
    transition: none;
    box-shadow: 0px 10px 40px 0px rgba(9, 9, 9, 0.12);
}

header .menubox>li ul {
    max-width: 319px;
    width: max-content;
    /* padding: 15px 0px; */
    box-shadow: 0px 13px 46px 0px rgba(0, 0, 0, 0.08);
    overflow: auto;
    scrollbar-color: #666 rgba(0, 0, 0, 0.05);
    scrollbar-width: thin;
    box-shadow: 3px 4px 29px 0px rgba(0, 0, 0, 0.05);
    border-radius: 0px;
}

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

header .lanwrap,
header .blogrolls {
    height: 99px;
}

header .lanwrap {
    position: absolute;
    right: 0;
    width: 160px;
}

header .bottombox .yuyan {
    display: none;
}




header .menu2 {
    position: absolute;
    left: 0;
    top: 100%;
    background-color: #ffffff;
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.15);
    width: 674px;
    height: 440px;
    display: flex;
    justify-content: space-between;
    padding: 19px 20px;
    overflow-x: auto;
    z-index: 10001;
    scrollbar-color: #333 rgba(0, 0, 0, 0.05);
    scrollbar-width: thin;
    display: none;
    transition: none;
}

header .menu-box {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
}

header .menu2 a,
header .menu2 {
    font-family: AvenirNextLTPro-Regular;
    font-size: 16px;
    line-height: 36px;
    color: #333;
}

header .menu2 .menu2-list {
    width: 50%;
    position: relative;
    flex-shrink: 0;
}

header .menu2 .menu2-list::after {
    content: "";
    position: absolute;
    height: 95%;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 1px;
    background-color: #e1e1e1;
}

header .menu2 .menu2-list {
    padding-left: 12px;
}

header .menu2 .menu2-list:last-child {
    padding-left: 16.1%;
}

header .menu2 .menu2-list:last-child::after {
    display: none;
}

header .menu2 p {
    margin-bottom: 8px;
}

header .menu2 p a span {
    display: none;
}

header .menu2 p a:hover span {
    display: inline-block !important;
    color: #dc2e34;
}

header .menu2 p a:hover {
    color: #dc2e34;
}





/* header_hover */
header .menubox>li:hover>a {}

header .menubox>li:hover>a::after,header .menubox>.active_title>a::after {
    width: 100%;
}

header .menubox ul li:hover>a {
    color: #fff;
    background-color: #db2d33;
}

/* header_active */
header .menubox .active_title>a {}

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


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

    header .menubox {
        width: 100%;
        justify-content: space-between;
    }

    header .logo {
        transform: unset;
    }

    header .func {
        padding-top: 0;
    }

    header .topbox {
        justify-content: space-between;
        padding-bottom: 20px;
        border-bottom: 1px solid rgba(136, 136, 136, .6);
    }

    header .bottombox {
        margin-top: 0;
    }

    header .menubox>li>a {
        padding: 27px 0px;
    }


    header .menu2 .menu2-list:last-child {
        padding-left: 14%;
    }
}

@media(max-width:1333px) {
    header .logo {
        width: auto;
    }

    header .logo img {
        width: 105px;
    }

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


    header .menu2 .menu2-list:last-child {
        padding-left: 10%;
    }

    header .menu2 p {
        margin-bottom: 5px;
    }

    header .menu2 {
        width: 600px;
        height: 431px;
        padding: 19px 30px;
    }
}

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

@media(max-width:1100px) {
    header .menubox>li>a {
        padding: 20px 0px;
        font-size: 14px;
    }
}

@media(max-width:999px) {
    header .topbox {
        padding-bottom: 0px;
        display: flex;
        border-bottom: unset;
    }

    header .bottombox {
        display: none;
    }

    header .seek_search {
        display: none;
    }

    header .logo img {
        width: 88px;
    }

}

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

    .lanauage_wrap .lanauage {
        margin-right: 100px;
    }
}

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



/* fix_header */

.fix_header {}

.fix_header .topbox {
    display: none;
}

.fix_header .rightbox {
    padding-top: 0;
}

.fix_header .menubox>li {}

.fix_header .menubox>li>a {
    padding: 25px 0px;
}

.fix_header .bottombox {
    margin-top: 0;
}

.fix_header .logo {
    transform: unset;
}

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

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

}

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

    .fix_header .topbox {
        display: flex;
    }
}





/* slideshow */

.slideshow {
    position: relative;
    margin-top: 230px;
}

.slideshow .wp {
    position: absolute;
    left: 50%;
    margin-left: -600px;
    top: 50%;
    margin-top: -166.5px;
}

.slideshow .wp img {
    max-width: 100%;
    max-height: 80%;
}

.slideshow .item a img {
    width: 100%;
    -webkit-transition: all 6s ease-out;
    -o-transition: all 6s ease-out;
    -moz-transition: all 6s ease-out;
    transition: all 6s ease-out;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.slideshow .item.slick-active img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    image-rendering: pixelated;
}
.slideshow .swiperbanner-pagination{
    text-align: center;
}
.slick-dots {
    position: absolute;
    width: 100%;
    bottom: 30px;
    text-align: center;
}

.slick-dots li {
    display: inline-block;
}

.slick-dots li button {
    cursor: pointer;
    margin-left: 7.5px;
    margin-right: 7.5px;
    border: none;
    outline: none;
    width: 13px;
    height: 13px;
    background-color: #888888;
    opacity: 0.25;
    border-radius: 50px;
}

.slick-dots li.slick-active button {
    opacity: 1;
    background-color: #db2d33;
}

.slick-prev,
.slick-next {
    width: 62px;
    height: 62px;
    border: 0px;
    font-size: 0px;
    cursor: pointer;
}

.slick-prev {
    position: absolute;
    top: 50%;
    margin-top: -31px;
    left: 40px;
    z-index: 999;
    background: url(../img/jtl1.png ) no-repeat left center;
}

.slick-next {
    position: absolute;
    top: 50%;
    margin-top: -31px;
    right: 40px;
    z-index: 999;
    background: url(../img/jtr1.png ) no-repeat left center;
}

@media screen and (max-width: 1219px) {
    .slideshow .wp {
        margin-left: -490px;
    }
}

@media screen and (max-width: 999px) {

    .slideshow:hover .slick-prev,
    .slick-next {
        display: none !important;
    }

    .slideshow .wp {
        width: 100%;
        left: 0;
        margin-left: 0;
        height: 80%;
        top: 0;
        margin-top: 20px;
    }
}

@media screen and (max-width: 767px) {
    .slick-dots {
        bottom: 10px;
    }
}

.slideshow .item.slick-active.item_one img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.slideshow .item.slick-active.item_one.on img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

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

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

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

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

.slick-list:focus {
    outline: 0
}

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

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

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

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

.slick-track:after {
    clear: both
}

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

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

.slick-slide img {
    display: block
}

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

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

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

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

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

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

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

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

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

@media(max-width:1600px) {
    .slideshow {
        margin-top: 214px;
    }
}

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

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

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

    .slideshow img {
        min-height: 220px;
        object-fit: cover;
    }
}

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


/* common*/

.title36 {
    font-family: AvenirNextLTPro-Bold;
    font-size: 36px;
    color: #333333;
}

.title36 a:hover {
    color: #db2d33;
}

.title36 span {
    font-family: AvenirNextLTPro-Demi;
}

.page_title36 {
    font-family: AvenirNextLTPro-Demi;
    font-size: 36px;
    color: #333333;
}

@media(max-width:1600px) {

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

@media(max-width:1333px) {

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

@media(max-width:999px) {

    .title36,
    .page_title36 {
        font-size: 26px;
    }
}

@media(max-width:768px) {

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

@media(max-width:570px) {

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



/* h_one */

.h_one {
    padding: 60px 0px 59px;
}

.h_one .tab {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 40px;
}

.h_one .tab li {
    font-family: AvenirNextLTPro-Demi;
    font-size: 20px;
    color: #222222;
    margin-right: 8%;
    position: relative;
    padding-bottom: 20px;
    cursor: pointer;
    text-transform: uppercase;
}

.h_one .tab li:last-child {
    margin-right: 0;
}

.h_one .tab li::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 4px;
    background-color: #db2d33;
    right: 0;
    margin: 0 auto;
    transition: .3s ease all;
}

.h_one .tab li:hover::after {
    width: 100%;
}

.h_one .active::after {
    width: 100% !important;
}

.h_one .wrap .inner {
    display: none;
}

.h_one .title {
    font-family: AvenirNextLTPro-Demi;
    font-size: 18px;
    color: #333333;
    padding-top: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align:center;
}

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

.h_one .title:hover,
.h_one .title a:hover {
    color: #db2d33;
}

.h_one .imgbox {
    overflow: hidden;
}

.h_one .inner {
    position: relative;
}

.h_one .btnbox i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background-color: rgba(136, 136, 136, .1);
    color: #333;
    border-radius: 50px;
    font-size: 14px;
    cursor: pointer;
    position: absolute;
    top: 40%;
    transform: translateY(-40%);
    z-index: 10;
}

.h_one .btnbox i:hover {
    background-color: rgba(136, 136, 136, 1);
    color: #fff;
}

.h_one .btnbox i:first-child {
    left: -50px;
}

.h_one .btnbox i:last-child {
    right: -50px;
}

.h_one .swiper {
    padding-bottom: 79px;
}

.h_one .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    background-color: #888888;
    opacity: 0.25;
    margin-right: 13px !important;
}

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

.h_one .swiper-pagination-bullet-active {
    background-color: #db2d33;
    opacity: 1;
}

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

    .h_one .title {
        font-size: 18px;
        padding-top: 15px;
    }

    .h_one .swiper {
        padding-bottom: 50px;
    }

    .h_one .btnbox i:first-child {
        left: -24px;
    }

    .h_one .btnbox i:last-child {
        right: -24px;
    }
}

@media(max-width:1333px) {
    .h_one .tab {
        margin-bottom: 30px;
    }

    .h_one .tab li {
        font-size: 18px;
        margin-right: 5%;
        padding-bottom: 15px;
    }

    .h_one .title {
        font-size: 16px;
        padding-top: 10px;
    }

    .h_one .swiper img {
        width: 100%;
    }
}

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

@media(max-width:768px) {
    .h_one .title {
        font-size: 14px;
        padding-top: 8px;
    }

    .h_one .btnbox {
        display: none;
    }

    .h_one .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        margin-right: 6px !important;
    }

    .h_one .tab li {
        font-size: 16px;
        margin-right: 5%;
        padding-bottom: 15px;
    }

    .h_one .tab li::after {
        height: 2px;
    }
}

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

@media(max-width:500px) {
    .h_one .tab {
        width: 60%;
        margin: 0 auto;
    }

    .h_one .tab li {
        width: 100%;
        padding-bottom: 10px;
        margin-bottom: 10px;
        margin-right: 0;
        text-align: center;
    }
}

@media(max-width:400px) {
    .h_one .tab {
        width: 80%;
        margin: 0 auto;
    }
}

/* h_two */

.h_two {
    margin-bottom: 75px;
}

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

.h_two .l_box {
    width: 61.4%;
    overflow: hidden;
}

.h_two .l_box img:hover {
    transform: scale(1.1);
}

.h_two .r_box {
    width: 35.1%;
}

.h_two .sm_swiper1 .imgbox {
    position: relative;
}

.h_two .sm_swiper1 .video {
    position: absolute;
    right: 27px;
    bottom: 23px;
    z-index: 100;
    cursor: pointer;
}

.h_two .sm_swiper1 .video .play {
    position: relative;
    z-index: 20;
}

.h_two .sm_swiper1 .video:hover .play {
    transform: scale(1.1);
}

.h_two .swiper-pagination {
    bottom: 32px !important;
    display: flex;
    align-items: flex-start;
    padding-left: 23px;
    pointer-events: none;
}

.h_two .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    background-color: #ffffff;
    opacity: 0.5;
    margin-right: 13px !important;
}

.h_two .swiper-pagination-bullet-active {
    background-color: #db2d33;
    opacity: 1;
}

.h_two .contact {
    padding-top: 26px;
}

.h_two .s_title {
    font-family: AvenirNextLTPro-Demi;
    font-size: 18px;
    line-height: 24px;
    color: #333333;
    margin-bottom: 11px;
}

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

.h_two .s_title:hover,
.h_two .s_title a:hover {
    color: #db2d33;
}

.h_two .title {
    font-family: AvenirNextLTPro-Demi;
    font-size: 30px;
    line-height: 32px;
    color: #333333;
    margin-bottom: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

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

.h_two .title:hover,
.h_two .title a:hover {
    color: #db2d33;
}

.h_two .content {
    font-family: AvenirNextLTPro-Regular;
    font-size: 16px;
    line-height: 26px;
    color: #555555;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 20px;
}

.h_two .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 153px;
    height: 51px;
    background-color: #db2d33;
    font-family: AvenirNextLTPro-Bold;
    font-size: 16px;
    color: #ffffff;
}

.h_two .btn:hover {
    background-color: #000;
}

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

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

    .h_two .s_title {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 8px;
    }

    .h_two .btn {
        width: 150px;
        height: 45px;
        font-size: 16px;
    }
}

@media(max-width:1333px) {
    .h_two .title {
        font-size: 28px;
        line-height: 28px;
        margin-bottom: 15px;
    }

    .h_two .swiper-pagination {
        bottom: 15px !important;
        padding-left: 23px;
    }

    .h_two .sm_swiper1 .video {
        position: absolute;
        right: 20px;
        bottom: 10px;
        z-index: 100;
        cursor: pointer;
    }

    .h_two .s_title {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 8px;
    }

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

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

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

    .h_two .l_box {
        width: 68%;
        margin-bottom: 20px;
    }

    .h_two .r_box {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        width: 100%;
    }

    .h_two .box {
        width: 50%;
    }

    .h_two .contact {
        width: 48%;
    }

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

@media(max-width:768px) {
    .h_two .l_box {
        width: 80%;
        margin-bottom: 20px;
    }

    .h_two .contact {
        padding-top: 0;
    }

    .h_two .title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .h_two .s_title {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 5px;
    }

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

    .h_two .btn {
        width: 130px;
        height: 40px;
        font-size: 14px;
    }

    .h_two .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        margin-right: 6px !important;
    }
}

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

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

    .h_two .r_box {
        flex-direction: column;
    }

    .h_two .box {
        width: 70%;
        margin-bottom: 18px;
    }

    .h_two .contact {
        width: 100%;
    }

    .h_two .l_box {
        width: 90%;
        margin-bottom: 15px;
    }
}

@media(max-width:450px) {
    .h_two .l_box {
        width: 100%;
    }

    .h_two .box {
        width: 80%;
        margin-bottom: 10px;
    }
}

@media(max-width:400px) {
    .h_two .box {
        width: 90%;
        margin-bottom: 10px;
    }
}

@media(max-width:350px) {
    .h_two .box {
        width: 100%;
        margin-bottom: 10px;
    }
}


/* h_three */

.h_three {
    margin-bottom: 80px;
}

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

.h_three .l_box {
    width: 38%;
    padding-top: 138px;
}

.h_three .s_title {
    font-family: AvenirNextLTPro-Demi;
    font-size: 18px;
    line-height: 24px;
    color: #333333;
    margin-bottom: 10px;
}

.h_three .s_title a:hover {
    color: #db2d33;
}

.h_three .title {
    font-family: AvenirNextLTPro-Demi;
    font-size: 30px;
    line-height: 32px;
    color: #333333;
    margin-bottom: 37px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

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

.h_three .title a:hover {
    color: #db2d33;
}

.h_three .content {
    font-family: AvenirNextLTPro-Regular;
    font-size: 16px;
    line-height: 26px;
    color: #555555;
    margin-bottom: 44px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
}

.h_three .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 153px;
    height: 51px;
    background-color: #db2d33;
    font-family: AvenirNextLTPro-Bold;
    font-size: 16px;
    color: #ffffff;
}

.h_three .btn:hover {
    background-color: #000;
}

.h_three .r_box {
    width: 59.8%;
    display: flex;
    justify-content: space-between;
}

.h_three .inner {
    width: 48.1%;
    overflow: hidden;
}

.h_three .inner img:hover {
    transform: scale(1.1);
}

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

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

    .h_three .safe {
        align-items: center;
    }

    .h_three .title {
        font-size: 28px;
        line-height: 30px;
        margin-bottom: 25px;
    }

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

@media(max-width:1333px) {
    .h_three .title {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 15px;
    }

    .h_three .s_title {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 8px;
    }

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

    .h_three .btn {
        width: 150px;
        height: 45px;
        font-size: 16px;
    }
}

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

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

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

@media(max-width:768px) {
    .h_three .s_title {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 5px;
    }

    .h_three .title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .h_three .btn {
        width: 130px;
        height: 40px;
        font-size: 14px;
    }

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

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

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

    .h_three .r_box {
        width: 78%;
        margin-bottom: 15px;
    }

    .h_three .l_box {
        width: 100%;
    }
}

@media(max-width:500px) {
    .h_three .r_box {
        width: 85%;
        margin-bottom: 15px;
    }
}

@media(max-width:450px) {
    .h_three .r_box {
        width: 100%;
        margin-bottom: 15px;
    }
}



/* h_four */

.h_four {
    padding: 93px 0px 92px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.h_four .title {
    font-family: AvenirNextLTPro-Bold;
    font-size: 30px;
    color: #333333;
    text-align: center;
    margin-bottom: 33px;
    color: #fff;
}

.h_four .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 153px;
    height: 51px;
    background-color: #db2d33;
    font-family: AvenirNextLTPro-Bold;
    font-size: 16px;
    color: #ffffff;
    margin: 0 auto;
}

.h_four .btn:hover {
    background-color: #000;
}

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

    .h_four .title {
        font-size: 28px;
        margin-bottom: 30px;
    }

}

@media(max-width:1333px) {
    .h_four .title {
        font-size: 24px;
        margin-bottom: 25px;
    }

    .h_four .btn {
        width: 150px;
        height: 45px;
        font-size: 16px;
    }
}

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

    .h_four .title {
        font-size: 22px;
        margin-bottom: 20px;
    }
}

@media(max-width:768px) {
    .h_four .title {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .h_four .btn {
        width: 125px;
        height: 40px;
        font-size: 14px;
    }
}

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

    .h_four .title {
        font-size: 18px;
        margin-bottom: 15px;
    }
}

/* h_five */


.h_five {
    padding: 82px 0px 108px;
}

.h_five .wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 79px;
}

.h_five .wrap:nth-child(2n) {
    flex-direction: row-reverse;
}

.h_five .wrap:last-child {
    margin-bottom: 0;
}

.h_five .imgbox {
    position: relative;
}

.h_five .l_box {
    width: 61.4%;
    overflow: hidden;
}

.h_five .l_box img:hover {
    transform: scale(1.1);
}

.h_five .r_box {
    width: 35.1%;
}

.h_five .swiper .imgbox {
    position: relative;
}

.h_five .swiper .video {
    position: absolute;
    right: 27px;
    bottom: 23px;
    z-index: 100;
    cursor: pointer;
}

.h_five .swiper .video .play {
    position: relative;
    z-index: 20;
}

.h_five .swiper .video:hover .play {
    transform: scale(1.1);
}

.h_five .swiper-pagination {
    bottom: 32px !important;
    display: flex;
    align-items: flex-start;
    padding-left: 23px;
    pointer-events: none;
}

.h_five .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    background-color: #ffffff;
    opacity: 0.5;
    margin-right: 13px !important;
}

.h_five .swiper-pagination-bullet-active {
    background-color: #db2d33;
    opacity: 1;
}

.h_five .contact {
    padding-top: 26px;
}

.h_five .s_title {
    font-family: AvenirNextLTPro-Demi;
    font-size: 18px;
    line-height: 24px;
    color: #333333;
    margin-bottom: 11px;
}

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

.h_five .s_title:hover,
.h_five .s_title a:hover {
    color: #db2d33;
}

.h_five .title {
    font-family: AvenirNextLTPro-Demi;
    font-size: 30px;
    line-height: 32px;
    color: #333333;
    margin-bottom: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

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

.h_five .title:hover,
.h_five .title a:hover {
    color: #db2d33;
}

.h_five .content {
    font-family: AvenirNextLTPro-Regular;
    font-size: 16px;
    line-height: 26px;
    color: #555555;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.h_five .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 153px;
    height: 51px;
    background-color: #db2d33;
    font-family: AvenirNextLTPro-Bold;
    font-size: 16px;
    color: #ffffff;
}

.h_five .btn:hover {
    background-color: #000;
}


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

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

    .h_five .title {
        font-size: 28px;
        line-height: 28px;
        margin-bottom: 15px;
    }

    .h_five .wrap {
        margin-bottom: 50px;
    }
}

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

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

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

    .h_five .wrap {
        margin-bottom: 40px;
    }

    .h_five .btn {
        width: 150px;
        height: 45px;
        font-size: 16px;
    }
}

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

    .h_five .s_title {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 8px;
    }

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

    .h_five .wrap {
        margin-bottom: 30px;
        flex-direction: column !important;
    }

    .h_five .l_box {
        width: 68%;
        margin-bottom: 20px;
    }

    .h_five .r_box {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .h_five .r_box .box {
        width: 50%;
    }

    .h_five .r_box .contact {
        width: 48%;
    }

    .h_five .l_box {
        width: 80%;
    }
}

@media(max-width:768px) {
    .h_five .wrap {
        margin-bottom: 25px;
    }

    .h_five .title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 10px;
    }

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

    .h_five .btn {
        width: 130px;
        height: 40px;
        font-size: 14px;
    }
}

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

    .h_five .r_box {
        flex-direction: column;
    }

    .h_five .r_box .box {
        width: 70%;
    }

    .h_five .l_box {
        width: 90%;
    }

    .h_five .r_box .contact {
        width: 100%;
    }

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

@media(max-width:450px) {
    .h_five .l_box {
        width: 100%;
    }

    .h_five .r_box .box {
        width: 80%;
    }
}

@media(max-width:400px) {
    .h_five .r_box .box {
        width: 90%;
    }
}

@media(max-width:350px) {
    .h_five .r_box .box {
        width: 100%;
    }
}



/* recent_hot */

.recent_hot {
    margin-bottom: 40px;
}

.recent_hot .title36 {
    text-align: center;
    margin-bottom: 29px;
}

.recent_hot .imgbox {
    overflow: hidden;
}


.recent_hot .btnbox i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background-color: rgba(136, 136, 136, .1);
    color: #333;
    border-radius: 50px;
    font-size: 14px;
    cursor: pointer;
    position: absolute;
    top: 40%;
    transform: translateY(-40%);
}

.recent_hot .btnbox i:hover {
    background-color: rgba(136, 136, 136, 1);
    color: #fff;
}

.recent_hot .btnbox i:first-child {
    left: -50px;
}

.recent_hot .btnbox i:last-child {
    right: -50px;
}

.recent_hot .swiper {
    padding-bottom: 80px;
}

.recent_hot .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    background-color: #888888;
    opacity: 0.25;
    margin-right: 13px !important;
}

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

.recent_hot .swiper-pagination-bullet-active {
    background-color: #db2d33;
    opacity: 1;
}

.recent_hot .title {
    padding-top: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.recent_hot .title,
.recent_hot .title a {
    font-family: AvenirNextLTPro-Demi;
    font-size: 18px;
    color: #333333;
    text-align: center;
}

.recent_hot .title:hover,
.recent_hot .title a:hover {
    color: #db2d33;
}

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

    .recent_hot .title a {
        font-size: 18px;
        padding-top: 15px;
    }

    .recent_hot .swiper {
        padding-bottom: 50px;
    }

    .recent_hot .btnbox i {
        z-index: 10;
    }

    .recent_hot .btnbox i:first-child {
        left: -24px;
    }

    .recent_hot .btnbox i:last-child {
        right: -24px;
    }

    .recent_hot .title36 {
        margin-bottom: 25px;
    }
}

@media(max-width:1333px) {
    .recent_hot .tab {
        margin-bottom: 30px;
    }

    .recent_hot .tab li {
        font-size: 18px;
        margin-right: 5%;
        padding-bottom: 15px;
    }

    .recent_hot .title a {
        font-size: 16px;
        padding-top: 10px;
    }

    .recent_hot .swiper img {
        width: 100%;
    }

    .recent_hot .title36 {
        margin-bottom: 20px;
    }
}

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

    .recent_hot .title36 {
        margin-bottom: 15px;
    }
}

@media(max-width:768px) {
    .recent_hot .title a {
        font-size: 14px;
        padding-top: 8px;
    }

    .recent_hot .btnbox {
        display: none;
    }

    .recent_hot .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        margin-right: 6px !important;
    }

    .recent_hot .tab li {
        font-size: 16px;
        margin-right: 5%;
        padding-bottom: 15px;
    }

    .recent_hot .tab li::after {
        height: 2px;
    }
}

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

@media(max-width:500px) {
    .recent_hot .tab {
        width: 60%;
        margin: 0 auto;
    }

    .recent_hot .tab li {
        width: 100%;
        padding-bottom: 10px;
        margin-bottom: 10px;
        margin-right: 0;
        text-align: center;
    }
}

@media(max-width:400px) {
    .recent_hot .tab {
        width: 80%;
        margin: 0 auto;
    }
}




/* blog_center */

.blog_center {
    margin-bottom: 84px;
}

.blog_center .title36 {
    text-align: center;
    margin-bottom: 45px;
}

.blog_center .box {
    margin-bottom: 55px;
}

.blog_center .swiper {
    overflow: visible;
}

.blog_center .swiper-wrapper {
    pointer-events: none;
}

.blog_center .swiper-slide {
    opacity: 0;
    pointer-events: none;
    transition: .3s linear opacity;
    height: auto;
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.11);
    border-radius: 10px;
    overflow: hidden;
}

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

.blog_center .imgbox {
    overflow: hidden;
}

.blog_center .contact {
    padding: 26px 20px 42px 20px;
}

.blog_center .title {
    font-family: AvenirNextLTPro-Demi;
    font-size: 18px;
    line-height: 24px;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 23px;
}

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

.blog_center .title:hover,
.blog_center .title a:hover {
    color: #db2d33;
}

.blog_center .data {
    font-family: AvenirNextLTPro-Demi;
    font-size: 16px;
    color: #888888;
}

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

.blog_center .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    background-color: #888888;
    opacity: 0.25;
    margin-right: 13px !important;
}

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

.blog_center .swiper-pagination-bullet-active {
    background-color: #db2d33;
    opacity: 1;
}

.blog_center .btn {
    width: 153px;
    height: 51px;
    background-color: #db2d33;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: AvenirNextLTPro-Bold;
    font-size: 16px;
    color: #ffffff;
    margin: 0 auto;
}

.blog_center .btn:hover {
    background-color: #000;
}

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

    .blog_center .title36 {
        margin-bottom: 35px;
    }

    .blog_center .contact {
        padding: 20px 20px 30px 20px;
    }

    .blog_center .box {
        margin-bottom: 45px;
    }
}

@media(max-width:1333px) {
    .blog_center .title36 {
        margin-bottom: 25px;
    }

    .blog_center .contact {
        padding: 15px;
    }

    .blog_center .title {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 18px;
    }

    .blog_center .box {
        margin-bottom: 35px;
    }

    .blog_center .btn {
        width: 150px;
        height: 45px;
        font-size: 16px;
    }
}

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

    .blog_center .title36 {
        margin-bottom: 15px;
    }

    .blog_center .box {
        margin-bottom: 25px;
    }

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

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

    .blog_center .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        margin-right: 10px !important;
    }
}

@media(max-width:768px) {
    .blog_center .title {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 10px;
    }

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

    .blog_center .imgbox img {
        width: 100%;
    }

    .blog_center .box {
        margin-bottom: 15px;
    }

    .blog_center .btn {
        width: 130px;
        height: 40px;
        font-size: 14px;
    }
}

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



/* footer */

footer {
    padding: 57px 0px 33px;
    border-top: 1px solid rgba(136, 136, 136, .6);
}

footer .f_top {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 32px;
}

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

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

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

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


footer .title,
footer .title a {
    font-family: AvenirNextLTPro-Demi;
    font-size: 24px;
    line-height: 24px;
    color: #333333;
}

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

footer li a {
    font-family: AvenirNextLTPro-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #333333;
}

footer li a:hover,
footer .title a:hover {
    color: #d72149;
}

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

footer .blogrolls a {
    width: 44px;
    height: 44px;
    border: solid 1px #8c8989;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8c8989;
    border-radius: 50px;
    margin-right: 9px;
    margin-bottom: 5px;
}

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

footer .blogrolls a:hover {
    background-color: #d72149;
    color: #fff;
    border: 1px solid #d72149;
}

footer .f_bottom {
    font-family: AvenirNextLTPro-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    text-align: center;
}

footer .title i {
    display: none;
}

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

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

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

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

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

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

    footer .f_top {
        margin-bottom: 25px;
    }
}

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

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

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

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

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

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

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

@media(max-width:768px) {

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

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

    footer .f_bottom {
        font-size: 14px;
        line-height: 26px;
    }
}

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


/* crumb */

.crumb {
    margin-top: 230px;
    height: 60px;
    background-color: #f5f5f5;
    display: flex;
    align-items: center;
}

.crumb a,
.crumb {
    font-family: AvenirNextLTPro-Demi;
    font-size: 18px;
    color: #555555;
}

.crumb .active {
    color: #dc2e34;
}

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

@media(max-width:1600px) {
    .crumb {
        margin-top: 214px;
        height: unset;
        min-height: 50px;
    }
}

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

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

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

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

    .crumb {
        min-height: 40px;
    }

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

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


/* pro_kitchen */

.pro_kitchen {
    padding: 53px 0px 61px;
}

.pro_kitchen .page_title36 {
    margin-bottom: 14px;
}

.pro_kitchen .showMore {
    width: 68%;
}

.pro_kitchen .txts {
    font-family: AvenirNextLTPro-Regular;
    font-size: 16px;
    line-height: 24px;
    color: #444444;
    overflow: hidden;
    margin-bottom: 37px;
}

.pro_kitchen .txts p {
    color: #444444;
}

.pro_kitchen .view_more {
    width: 153px;
    height: 51px;
    background-color: #db2d33;
    font-family: AvenirNextLTPro-Regular;
    font-size: 16px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 1px solid #db2d33;
}

.pro_kitchen .view_more:hover {
    background-color: #fff;
    color: #db2d33;
}

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

    .pro_kitchen .page_title36 {
        margin-bottom: 10px;
    }

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

    .pro_kitchen .showMore {
        width: 85%;
    }

    .pro_kitchen .showMore {
        width: 100%;
    }

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

    .pro_kitchen .view_more {
        width: 150px;
        height: 45px;
        font-size: 16px;
    }
}

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

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

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

    .pro_kitchen .view_more {
        width: 130px;
        height: 40px;
        font-size: 14px;
    }
}

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

/* pro_list */

.pro_list {
    margin-bottom: 80px;
}

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

.pro_list .inner {
    width: 22.4285%;
    margin-right: 3.2142%;
    padding: 64px 20px 46px 30px;
    margin-bottom: 61px;
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.11);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

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

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

.pro_list .imgbox {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 3px;
}

.pro_list .imgbox>a {
    display: inline-block;
    overflow: hidden;
}

.pro_list .sign {
    position: absolute;
    width: 95px;
    height: 35px;
    left: 0;
    top: 28px;
    color: #dc2e34;
    background-color: #f5f5f5;
    border-radius: 0px 5px 5px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: AvenirNextLTPro-Regular;
    font-size: 18px;
    color: #dc2e34;
}

.pro_list .sign a {
    font-family: AvenirNextLTPro-Regular;
    font-size: 18px;
    color: #dc2e34;
}

.pro_list .contact {
    text-align: center;
}

.pro_list .title {
    font-family: AvenirNextLTPro-Demi;
    font-size: 20px;
    line-height: 47px;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

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

.pro_list .content {
    font-family: AvenirNextLTPro-Regular;
    font-size: 14px;
    color: #555555;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

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

    .pro_list .inner {
        width: 22.4285%;
        margin-right: 3.2142%;
        padding: 50px 20px 40px 30px;
        margin-bottom: 50px;
        border-radius: 10px;
    }
}

@media(max-width:1333px) {
    .pro_list .inner {
        width: 23.5%;
        margin-right: 2%;
        padding: 34px 20px 35px 20px;
        margin-bottom: 40px;
        border-radius: 10px;
    }

    .pro_list .title {
        font-size: 18px;
        line-height: unset;
        margin-bottom: 12px;
    }

    .pro_list .sign {
        position: absolute;
        width: 80px;
        height: 35px;
        left: 0;
        top: 28px;
        font-size: 16px;
        border-radius: 0px 5px 5px 0px;
    }

    .pro_list .sign {
        font-size: 16px;
    }
}

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

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

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

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

@media(max-width:768px) {
    .pro_list .title {
        font-size: 16px;
        line-height: unset;
        margin-bottom: 10px;
    }

    .pro_list .inner {
        padding: 25px 15px 25px 15px;
        margin-bottom: 20px !important;
        border-radius: 10px;
    }

    .pro_list .sign {
        width: 80px;
        height: 35px;
        left: 0;
        top: 15px;
        font-size: 14px;
    }

    .pro_list .sign {
        font-size: 14px;
    }
}

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

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

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

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

@media(max-width:350px) {
    .pro_list .inner {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 15px !important;
    }

    .pro_list .inner:last-child {
        margin-bottom: 0 !important;
    }
}


/* pagination */

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

.pagination a {
    width: 40px;
    height: 30px;
    background-color: #f8f8f8;
    border: solid 1px #e5e5e5;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    flex-shrink: 0;
}

.pagination .prev {
    width: 93px;
}

.pagination .next {
    width: 61px;
}

.pagination a:hover {
    color: #fff;
    background-color: #dc2e34;
    border: 1px solid #dc2e34;
}
.pagination .no:hover{
    background-color: #f8f8f8;
    border: solid 1px #e5e5e5;
    color: #333;
}
.pagination .active {
    color: #fff;
    background-color: #dc2e34;
    border: 1px solid #dc2e34;
}

.pagination .submit {
    width: 178px;
    height: 40px;
    border-radius: 4px;
    color: #fff;
    background-color: #dc2e34;
    font-family: Montserrat-Light;
    font-size: 16px;
    color: #ffffff;
    margin-right: 10px;
    cursor: pointer;
}

.pagination .submit:hover {
    background-color: #000;
}

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

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

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

@media(max-width:768px) {
    .pagination a {
        margin-bottom: 5px;
    }

    .pagination a {
        width: 40px;
        height: 30px;
        font-size: 14px;
    }

}

/* pro_detail */

.pro_detail {
    padding: 80px 0px 59px;
}

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

.pro_detail .l_box {
    width: 52%;
    padding-top: 46px;
}

.pro_detail .num {
    font-family: AvenirNextLTPro-Regular;
    font-size: 14px;
    color: #666666;
    margin-bottom: 8px;
}

.pro_detail .title {
    font-family: AvenirNextLTPro-Demi;
    font-size: 24px;
    color: #333333;
    line-height: 34px;
    margin-bottom: 8px;
}

.pro_detail .content {
    font-family: AvenirNextLTPro-Regular;
    font-size: 16px;
    color: #555555;
    line-height: 26px;
    margin-bottom: 14px;
}

.pro_detail .contact {
    font-family: AvenirNextLTPro-Demi;
    font-size: 16px;
    color: #555555;
    line-height: 30px;
    margin-bottom: 43px;
}

.pro_detail .contact p {
    padding-left: 16px;
    position: relative;
}

.pro_detail .contact p::after {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 8px;
    height: 8px;
    background-color: #555;
    border-radius: 50px;
}

.pro_detail .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 153px;
    height: 51px;
    background-color: #db2d33;
    font-family: AvenirNextLTPro-Bold;
    font-size: 16px;
    color: #ffffff;
    border: 1px solid #db2d33;
}

.pro_detail .btn:hover {
    background-color: #fff;
    color: #db2d33;
}

.pro_detail .r_box {
    width: 43.3857%;
}

.pro_detail .mySwiper2 {
    border: solid 1px #bbbbbb;
}

.pro_detail .mySwiper {
    padding-bottom: 10px;
}

.pro_detail .mySwiper .swiper-slide {
    cursor: pointer;
}

.pro_detail .mySwiper .swiper-slide::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid #dc2e34;
    top: 0;
    left: 0;
    opacity: 0;
}

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

.pro_detail .mySwiper .swiper-slide-thumb-active::after {
    opacity: 0;
}

.pro_detail .mySwiper .swiper-slide-thumb-active::before {
    opacity: 1;
}

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


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

    .pro_detail .l_box {
        width: 52%;
        padding-top: 30px;
    }

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

@media(max-width:1333px) {
    .pro_detail .l_box {
        width: 52%;
        padding-top: 20px;
    }

    .pro_detail .title {
        font-size: 20px;
        line-height: 34px;
        margin-bottom: 5px;
    }

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

    .pro_detail .contact {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 30px;
    }

    .pro_detail .btn {
        width: 150px;
        height: 45px;
        font-size: 16px;
    }

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

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

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

    .pro_detail .l_box {
        width: 100%;
        padding-top: 0;
    }

    .pro_detail .r_box {
        width: 60%;
        margin-bottom: 20px;
    }

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

    .pro_detail .mySwiper {
        display: none;
    }

    .pro_detail .title {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 5px;
    }

    .pro_detail .swiper-pagination-bullet-active {
        background-color: #d72149;
    }
}

@media(max-width:768px) {
    .pro_detail .num {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .pro_detail .r_box {
        width: 75%;
        margin-bottom: 20px;
    }

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

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

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

    .pro_detail .btn {
        width: 130px;
        height: 40px;
        font-size: 14px;
    }
}

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

    .pro_detail .r_box {
        width: 85%;
        margin: 0 auto;
        margin-bottom: 15px;
    }
}

@media(max-width:450px) {
    .pro_detail .r_box {
        width: 100%;
        margin-bottom: 15px;
    }
}


/* related_product */

.related_product {
    margin-bottom: 82px;
}

.related_product .title36 {
    text-align: center;
    margin-bottom: 50px;
}

.related_product .rela_swiper {
    overflow: visible;
    padding-bottom: 60px;
}

.related_product .swiper-pagination-bullet-active {
    background-color: #db2d33;
}

.related_product .swiper-slide {
    overflow: visible;
    padding: 64px 20px 46px 30px;
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.11);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.related_product .imgbox {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 3px;
}

.related_product .imgbox>a {
    display: inline-block;
    overflow: hidden;
}

.related_product .sign {
    position: absolute;
    width: 95px;
    height: 35px;
    left: 0;
    top: 28px;
    color: #dc2e34;
    background-color: #f5f5f5;
    border-radius: 0px 5px 5px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #dc2e34;
}

.related_product .sign a {
    font-family: AvenirNextLTPro-Regular;
    font-size: 18px;
    color: #dc2e34;
}

.related_product .contact {
    text-align: center;
}

.related_product .title {
    font-family: AvenirNextLTPro-Demi;
    font-size: 20px;
    line-height: 47px;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.related_product .title:hover,
.related_product .title a:hover {
    color: #db2e34;
}

.related_product .content {
    font-family: AvenirNextLTPro-Regular;
    font-size: 14px;
    color: #555555;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

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

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


@media(max-width:1600px) {
    .related_product .swiper-slide {
        padding: 50px 20px 40px 30px;
        box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.11);
        border-radius: 10px;
    }

    .related_product .title36 {
        margin-bottom: 40px;
    }

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

@media(max-width:1333px) {
    .related_product .title36 {
        margin-bottom: 30px;
    }

    .related_product .swiper-slide {
        padding: 40px 20px 30px 20px;
        box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.11);
        border-radius: 10px;
    }

    .related_product .sign {
        font-size: 16px;
    }

    .related_product .sign {
        width: 80px;
        height: 35px;
        top: 28px;
        border-radius: 0px 5px 5px 0px;
    }
}

@media(max-width:999px) {
    .related_product .title36 {
        margin-bottom: 20px;
    }

    .related_product .title {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 5px;
    }

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

    .related_product .swiper-pagination-bullet-active {
        opacity: 1 !important;
        background-color: #db2d33 !important;
    }

    .related_product {
        margin-bottom: 40px;
    }

    .related_product .rela_swiper {
        padding-bottom: 80px;
    }

}

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

    .related_product .title {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 5px;
    }

    .related_product .swiper-slide {
        padding: 30px 20px 30px 20px;
        box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.11);
        border-radius: 10px;
    }

    .related_product .sign {
        width: 65px;
        height: 35px;
        top: 20px;
        border-radius: 0px 5px 5px 0px;
    }

    .related_product .sign {
        font-size: 14px;
    }
      .related_product .rela_swiper {
        padding-bottom: 60px;
    }
}

@media(max-width:570px) {
    .related_product .swiper-slide {
        padding: 20px 20px 20px 20px;
        box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.11);
        border-radius: 10px;
    }

    .related_product {
        margin-bottom: 30px;
    }
}



/* news_list */

.news_list {
    padding: 81px 0px 80px;
}

.news_list .wrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 62px;
}

.news_list .inner {
    width: 22.465%;
    margin-right: 3.2142%;
    margin-bottom: 61px;
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.11);
    border-radius: 10px;
    overflow: hidden;
}

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

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

.news_list .imgbox {
    overflow: hidden;
}

.news_list .contact {
    padding: 21px 20px 37px 20px;
}

.news_list .title {
    font-family: AvenirNextLTPro-Demi;
    font-size: 18px;
    line-height: 30px;
    color: #333333;
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

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

.news_list .title:hover,
.news_list .title a:hover {
    color: #dc2e34;
}

.news_list .data {
    font-family: AvenirNextLTPro-Demi;
    font-size: 16px;
    line-height: 28px;
    color: #888888;
}

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

    .news_list .contact {
        padding: 20px 20px 30px 20px;
    }

    .news_list .inner {
        width: 22.465%;
        margin-right: 3.2142%;
        margin-bottom: 45px;
        border-radius: 10px;
    }

    .news_list .wrap {
        margin-bottom: 50px;
    }
}

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

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

    .news_list .data {
        font-size: 16px;
        line-height: 26px;
    }

    .news_list .inner {
        width: 23%;
        margin-right: 2.6%;
        margin-bottom: 35px;
        border-radius: 10px;
    }

    .news_list .wrap {
        margin-bottom: 40px;
    }
}

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

    .news_list .inner {
        width: 32%;
        margin-right: 2%;
        margin-bottom: 25px !important;
        border-radius: 10px;
    }

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

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

    .news_list .wrap {
        margin-bottom: 30px;
    }
}

@media(max-width:768px) {
    .news_list .title {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 8px;
    }

    .news_list .data {
        font-size: 14px;
        line-height: 24px;
    }
}

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

    .news_list .wrap {
        margin-bottom: 20px;
    }

    .news_list .inner {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 15px !important;
        border-radius: 10px;
    }

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

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

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


/* news_detail */

.news_detail {
    padding: 57px 0px 53px;
}

.news_detail .title {
    margin-bottom: 37px;
    font-family: AvenirNextLTPro-Demi;
    font-size: 20px;
    line-height: 24px;
    color: #333333;
}

.news_detail .con {
    display: flex;
    align-items: center;
    font-family: AvenirNextLTPro-Demi;
    font-size: 16px;
    margin-bottom: 33px;
}

.news_detail .data {
    color: #888888;
    margin-right: 3.6%;
}

.news_detail .sharebox {
    display: flex;
    align-items: center;
}

.news_detail .sharebox span {
    color: #666666;
    margin-right: 10px;
}

.news_detail .content {
    font-family: AvenirNextLTPro-Regular;
    font-size: 16px;
    line-height: 26px;
    color: #444444;
    padding-top: 46px;
    border-top: 1px solid #dddddd;
}

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

    .news_detail .title {
        margin-bottom: 30px;
        font-size: 18px;
        line-height: 24px;
    }

    .news_detail .con {
        font-size: 16px;
        margin-bottom: 25px;
    }

    .news_detail .content {
        font-size: 16px;
        line-height: 26px;
        padding-top: 30px;
    }
}

@media(max-width:1333px) {
    .news_detail .title {
        margin-bottom: 20px;
        font-size: 18px;
        line-height: 24px;
    }

}

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

    .news_detail .con {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .news_detail .content {
        font-size: 16px;
        line-height: 26px;
        padding-top: 20px;
    }

    .news_detail .content {
        font-size: 14px;
        line-height: 26px;
        padding-top: 20px;
    }
}

@media(max-width:768px) {
    .news_detail .con {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .news_detail .title {
        margin-bottom: 15px;
        font-size: 16px;
        line-height: 24px;
    }
}

@media(max-width:570px) {
    .news_detail .con {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .news_detail .data {
        margin-right: 0;
        margin-bottom: 10px;
    }
}


/* page_control */

.page_control .safe {
    padding: 26px 0px 23px;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}

.page_control .box:first-child {
    margin-bottom: 17px;
}

.page_control .box,
.page_control .box a {
    font-family: AvenirNextLTPro-Regular;
    font-size: 16px;
    line-height: 26px;
    color: #333333;
}

.page_control .box a:hover {
    color: #d72149;
}

@media(max-width:1600px) {
    .page_control .safe {
        padding: 20px 0px;
    }

    .page_control .box:first-child {
        margin-bottom: 15px;
    }
}

@media(max-width:999px) {
    .page_control .safe {
        padding: 15px 0px;
    }

    .page_control .box:first-child {
        margin-bottom: 10px;
    }
}

@media(max-width:768px) {
    .page_control .safe {
        padding: 10px 0px;
    }

    .page_control .box:first-child {
        margin-bottom: 8px;
    }

    .page_control .box,
    .page_control .box a {
        font-size: 14px;
        line-height: 24px;
    }
}


/* latest_news */

.latest_news {
    padding: 71px 0px 78px;
}

.latest_news .title36 {
    text-align: center;
    margin-bottom: 53px;
}

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

.latest_news .contact {
    padding-top: 27px;
}

.latest_news .data {
    font-family: AvenirNextLTPro-Demi;
    font-size: 16px;
    color: #888888;
    margin-bottom: 12px;
}

.latest_news .title {
    font-family: AvenirNextLTPro-Demi;
    font-size: 18px;
    line-height: 24px;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

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

.latest_news .title:hover,
.latest_news .title a:hover {
    color: #d72149;
}

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

    .latest_news .title36 {
        margin-bottom: 45px;
    }

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

@media(max-width:1333px) {
    .latest_news .title36 {
        margin-bottom: 35px;
    }

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

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

    .latest_news .title36 {
        margin-bottom: 25px;
    }

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

    .latest_news .data {
        font-size: 16px;
        margin-bottom: 5px;
    }
}

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

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

    .latest_news .swiper-pagination-bullet-active {
        background-color: #d72149;
    }

    .latest_news .data {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .latest_news .title {
        font-size: 16px;
        line-height: 24px;
    }
}

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


/* about_hearth */

.about_hearth {
    padding: 79px 0px 31px;
}

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

.about_hearth .l_box {
    width: 47.5%;
    padding-top: 28px;
}

.about_hearth .r_box {
    width: 50%;
}

.about_hearth .title36 {
    margin-bottom: 26px;
}

.about_hearth .content {
    font-family: AvenirNextLTPro-Regular;
    font-size: 16px;
    line-height: 24px;
    color: #555555;
}

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

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

    .about_hearth .title36 {
        margin-bottom: 20px;
    }
}

@media(max-width:1333px) {
    .about_hearth .title36 {
        margin-bottom: 15px;
    }
}

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

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

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

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

@media(max-width:768px) {
    .about_hearth .content {
        font-size: 14px;
        line-height: 24px;
    }

    .about_hearth .r_box {
        width: 75%;
    }
}

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

    .about_hearth .r_box {
        width: 85%;
    }
}

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


/* about_harmony */

.about_harmony {
    padding: 60px 0px 52px;
}

.about_harmony .title36 {
    width: 29%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 9px;
    font-size: 40px;
}

.about_harmony .title36 span {
    font-size: 36px;
}

.about_harmony .con {
    text-align: center;
    margin-bottom: 57px;
    font-size: 16px;
    color: #555555;
}

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

.about_harmony .inner {
    width: 31.2571%;
    margin-right: 3.0428%;
    margin-bottom: 77px;
}

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

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

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

.about_harmony .title {
    font-family: AvenirNextLTPro-Demi;
    font-size: 18px;
    line-height: 27px;
    color: #333333;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

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

/* .about_harmony .title:hover,
.about_harmony .title a:hover {
    color: #d72149;
} */

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


@media(max-width:1600px) {
    .about_harmony .title36 {
        width: 38%;
        margin-bottom: 15px;
        font-size: 36px;
    }

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

    .about_harmony .con {
        margin-bottom: 45px;
    }

    .about_harmony .inner {
        width: 31.2571%;
        margin-right: 3.0428%;
        margin-bottom: 45px;
    }

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

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

@media(max-width:1333px) {
    .about_harmony .title36 {
        width: 50%;
        margin-bottom: 9px;
        font-size: 32px;
    }

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

    .about_harmony .con {
        margin-bottom: 35px;
    }

    .about_harmony .inner {
        width: 32%;
        margin-right: 2%;
        margin-bottom: 35px;
    }

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

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

    .about_harmony .title36 {
        width: 60%;
        margin-bottom: 9px;
        font-size: 28px;
    }

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

    .about_harmony .con {
        margin-bottom: 25px;
    }

    .about_harmony .title {
        font-size: 18px;
        line-height: 27px;
    }

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

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

@media(max-width:768px) {
    .about_harmony .title36 {
        width: 80%;
        margin-bottom: 9px;
        font-size: 24px;
    }

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

    .about_harmony .con {
        margin-bottom: 15px;
    }

    .about_harmony .title {
        font-size: 16px;
        line-height: 25px;
    }

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

    .about_harmony .con {
        font-size: 14px;
    }

}

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

    .about_harmony .title36 {
        width: 100%;
        margin-bottom: 9px;
        font-size: 20px;
    }

    .about_harmony .title36 span {
        font-size: 18px;
    }

    .about_harmony .inner {
        width: 49%;
        margin-right: 2%;
    }

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

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

    .about_harmony .contact {
        padding-top: 6px;
    }

    .about_harmony .title {
        font-size: 14px;
        line-height: 25px;
    }
}

@media(max-width:400px) {
    .about_harmony .inner {
        width: 100%;
        margin-right: 0%;
    }
}



/* about_erweima */

.about_erweima {
    margin-bottom: 76px;
}

.about_erweima .wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.about_erweima .inner:first-child {
    margin-right: 10px;
}

.about_erweima .content {
    font-family: AvenirNextLTPro-Demi;
    font-size: 20px;
    line-height: 27px;
    color: #333333;
    text-align: center;
    padding-top: 8px;
}

.about_erweima .content p:first-child {
    margin-bottom: 8px;
}

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

@media(max-width:1333px) {
    .about_erweima .content {
        font-size: 18px;
        line-height: 25px;
        padding-top: 8px;
    }

    .about_erweima .content p:first-child {
        margin-bottom: 5px;
    }
}

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

@media(max-width:768px) {
    .about_erweima .content {
        font-size: 16px;
        line-height: 25px;
        padding-top: 8px;
    }
}


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

    .about_erweima .content {
        font-size: 14px;
        line-height: 25px;
        padding-top: 8px;
    }

    .about_erweima .content p:first-child {
        margin-bottom: 0px;
    }
}

@media(max-width:380px) {
    .about_erweima .inner {
        width: 49%;
    }

    .about_erweima .inner img {
        width: 100%;
    }

    .about_erweima .inner:first-child {
        margin-right: 2%;
    }
}


/* contentus */

.contentus {
    padding: 70px 0px 63px;
}

.contentus .box {
    width: 86.425%;
    margin: 0 auto;
}

.contentus .title {
    font-family: AvenirNextLTPro-Bold;
    font-size: 48px;
    line-height: 30px;
    color: #333333;
    text-align: center;
    margin-bottom: 22px;
}

.contentus .con {
    font-family: AvenirNextLTPro-Bold;
    font-size: 20px;
    line-height: 30px;
    color: #333333;
    text-align: center;
    margin-bottom: 59px;
}

.contentus .inpbox1 {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 26px;
}

.contentus .inpbox1:last-child {
    margin-bottom: 0;
}

.contentus .inp1 {
    width: 31.8%;
    margin-right: 2.0714%;
}

.contentus .inp1:nth-child(3n) {
    margin-right: 0;
}

.contentus .in1 {
    height: 50px;
    background-color: #f2f2f2;
}

.contentus .in1 input {
    width: 100%;
    height: 100%;
    background-color: #f2f2f2;
    padding: 0px 15px;
    font-size: 16px;
    color: #333333;
    font-family: AvenirNextLTPro-Regular;
}

.contentus .in1 input::placeholder {
    color: #888;
}

.contentus .name {
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 20px;
    color: #888888;
    margin-bottom: 8px;
}

.contentus .in1 {
    position: relative;
}

.contentus .codebox {
    padding-right: 110px;
}

.contentus .code {
    position: absolute;
    width: 110px;
    height: 100%;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f3fbfe;
    cursor: pointer;
    border: 1px solid #cfcfcf;
}

.contentus .must {
    position: relative;
}

.contentus .must::after {
    content: "*";
    color: #ff0000;
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
}

.contentus .sub input {
    background-color: #db2d33;
    font-family: Montserrat-Regular;
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
    border: 1px solid #db2d33;
}

.contentus .sub input:hover {
    background-color: #fff;
    color: #db2d33;
}

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

    .contentus .title {
        line-height: unset;
        margin-bottom: 15px;
        font-size: 42px;
    }

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

    .contentus .box {
        width: 90%;
    }
}

@media(max-width:1333px) {
    .contentus .con {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 30px;
    }

    .contentus .title {
        margin-bottom: 10px;
        font-size: 36px;
    }

    .contentus .box {
        width: 100%;
    }

    .contentus .name {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 8px;
    }
}

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

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

    .contentus .title {
        margin-bottom: 10px;
        font-size: 32px;
    }
}

@media(max-width:768px) {
    .contentus .con {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 20px;
    }

    .contentus .title {
        margin-bottom: 10px;
        font-size: 28px;
    }

    .contentus .inpbox1 {
        flex-direction: column;
        margin-bottom: 0;
    }

    .contentus .inp1 {
        width: 100%;
        margin-bottom: 15px;
    }

    .contentus .must::after {
        content: "*";
        color: #ff0000;
        position: absolute;
        left: -9px;
        top: 50%;
        transform: translateY(-50%);
    }

    .contentus .form {
        width: 80%;
        margin: 0 auto;
    }

    .contentus .in1 input {
        padding: 0px 15px;
        font-size: 14px;
    }

    .contentus .in1 {
        height: 45px;
        background-color: #f2f2f2;
    }
}

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

    .contentus .title {
        font-size: 24px;
    }
}

@media(max-width:500px) {
    .contentus .form {
        width: 100%;
        margin: 0 auto;
    }
}


/* contact_conn */

.contact_conn {
    padding-bottom: 95px;
    position: relative;
}

.contact_conn::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 84%;
    background-color: #f2f2f2;
    z-index: -1;
}


.contact_conn .wrap {
    width: 85.625%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.contact_conn .svgbox {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 113px;
    height: 113px;
    background-color: #db2d33;
    border-radius: 50%;
    margin-bottom: 9px;
}

.contact_conn .inner {
    width: 33%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.contact_conn .inner:nth-of-type(2) {
    transform: translateX(9%);
}

.contact_conn .inner:nth-of-type(3) {
    transform: translateX(19%);
}

.contact_conn .contact {
    padding-top: 12px;
    padding-left: 10px;
    padding-right: 10px;
}

.contact_conn .name {
    font-family: AvenirNextLTPro-Demi;
    font-size: 20px;
    color: #333333;
    margin-bottom: 13px;
}

.contact_conn .resu {
    font-family: AvenirNextLTPro-Regular;
    font-size: 20px;
    color: #333333;
}

.contact_conn .resu a:hover {
    color: #db2d33;
}

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

@media(max-width:1600px) {
    .contact_conn .wrap {
        width: 85.625%;
    }

    .contact_conn .contact {
        padding-top: 8px;
    }

    .contact_conn .inner:nth-of-type(2) {
        transform: translateX(0%);
    }

    .contact_conn .inner:nth-of-type(3) {
        transform: translateX(0%);
    }
}

@media(max-width:1333px) {
    .contact_conn .name {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .contact_conn .resu {
        font-size: 18px;
    }

    .contact_conn {
        padding-bottom: 50px;
        position: relative;
    }

    .contact_conn .wrap {
        width: 90%;
    }
}

@media(max-width:999px) {
    .contact_conn .svgbox {
        width: 90px;
        height: 90px;
    }

    .contact_conn .wrap {
        width: 95%;
    }

    .contact_conn .name {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .contact_conn .resu {
        font-size: 16px;
    }
}

@media(max-width:768px) {
    .contact_conn .svgbox {
        width: 75px;
        height: 75px;
    }

    .contact_conn .svgbox img {
        width: 30%;
    }

    .contact_conn .name {
        font-size: 14px;
        margin-bottom: 6px;
    }

    .contact_conn .resu {
        font-size: 14px;
    }

    .contact_conn {
        padding-bottom: 40px;
        position: relative;
    }

    .contact_conn .wrap {
        width: 100%;
    }
}

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

    .contact_conn::after {
        display: none;
    }

    .contact_conn .inner {
        width: 50%;
        align-items: flex-start;
        justify-content: flex-start;
        text-align: left;
        margin-bottom: 20px;
    }

    .contact_conn .svgbox {
        width: 60px;
        height: 60px;
    }
}

/* inquire_form */

.inquire_form {
    padding: 58px 0px 125px;
}

.inquire_form .title {
    text-align: center;
    font-family: AvenirNextLTPro-Bold;
    font-size: 48px;
    color: #333333;
    margin-bottom: 7px;
}

.inquire_form .content {
    font-family: AvenirNextLTPro-Bold;
    font-size: 20px;
    line-height: 30px;
    color: #333333;
    width: 48%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 30px;
}


.inquire_form .form {
    width: 87.2%;
    margin: 0 auto;
}

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

.inquire_form .inp1 {
    width: 49.2%;
}

.inquire_form .inp2 {
    width: 100%;
}

.inquire_form .inp3 {
    width: 100%;
}


.inquire_form .in1 {
    height: 50px;
    background-color: #f2f2f2;
}

.inquire_form .inp3 .in1 {
    height: 159px;
}

.inquire_form .in1>div {
    width: 100%;
    height: 100%;
    background-color: #f2f2f2;
}

.inquire_form .in1 input,
.inquire_form textarea {
    width: 100%;
    height: 100%;
    background-color: #f2f2f2;
    font-family: AvenirNextLTPro-Regular;
    font-size: 16px;
    color: #333;
}

.inquire_form input::placeholder {
    color: #888888;
}

.inquire_form input {
    padding: 0px 15px;
}

.inquire_form textarea {
    padding: 15px 15px;
}

.inquire_form .name {
    font-family: AvenirNextLTPro-Regular;
    font-size: 16px;
    color: #888888;
    margin-bottom: 8px;
}

.inquire_form .sub input {
    background-color: #db2d33;
    font-family: AvenirNextLTPro-Regular;
    font-size: 16px;
    color: #ffffff;
    border: 1px solid #db2d33;
    cursor: pointer;
}

.inquire_form .sub input:hover {
    background-color: #fff;
    color: #db2d33;
}


.inquire_form .must {
    position: relative;
}

.inquire_form .must::after {
    content: "*";
    color: #ff0000;
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
}

.inquire_form .codebox {
    padding-right: 110px;
    position: relative;
}

.inquire_form .code {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 110px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f3fbfe;
    cursor: pointer;
    border: 1px solid #cfcfcf;
}

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

    .inquire_form .title {
        font-size: 42px;
        margin-bottom: 7px;
    }

    .inquire_form .content {
        font-size: 20px;
        line-height: 30px;
        width: 60%;
        margin-bottom: 30px;
    }
}

@media(max-width:1333px) {
    .inquire_form .title {
        font-size: 36px;
        margin-bottom: 5px;
    }

    .inquire_form .content {
        font-size: 18px;
        line-height: 30px;
        width: 70%;
        margin-bottom: 20px;
    }

    .inquire_form .form {
        width: 90%;
    }
}

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

    .inquire_form .title {
        font-size: 32px;
        margin-bottom: 5px;
    }

    .inquire_form .form {
        width: 100%;
    }

    .inquire_form .content {
        font-size: 16px;
        line-height: 28px;
        width: 80%;
        margin-bottom: 15px;
    }

    .inquire_form .inpbox1 {
        margin-bottom: 20px;
    }
}

@media(max-width:768px) {
    .inquire_form .title {
        font-size: 28px;
        margin-bottom: 5px;
    }

    .inquire_form .content {
        font-size: 14px;
        line-height: 26px;
        width: 100%;
        margin-bottom: 15px;
    }

    .inquire_form .must::after {
        left: -10px;
    }

    .inquire_form .name {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .inquire_form .inpbox1 {
        margin-bottom: 15px;
    }

    .inquire_form .in1 input,
    .inquire_form textarea {
        font-size: 14px;
    }

    .inquire_form .in1 {
        height: 45px;
    }

    .inquire_form .inp3 .in1 {
        height: 130px;
    }
}

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

    .inquire_form .title {
        font-size: 24px;
        margin-bottom: 5px;
    }

    .inquire_form .inpbox1 {
        flex-direction: column;
        margin-bottom: 0;
    }

    .inquire_form .inp1 {
        width: 100%;
        margin-bottom: 15px;
    }
}




@font-face {
    font-family: 'AvenirNextLTPro-Bold';
    src: url('../fonts/AvenirNextLTProBold_1.eot');
    src: url('../fonts/AvenirNextLTProBold_1.eot') format('embedded-opentype'),
        url('../fonts/AvenirNextLTProBold_1.woff2') format('woff2'),
        url('../fonts/AvenirNextLTProBold_1.woff') format('woff'),
        url('../fonts/AvenirNextLTProBold_1.ttf') format('truetype'),
        url('../fonts/AvenirNextLTProBold_1.svg#AvenirNextLTProBold_1') format('svg');
}

@font-face {
    font-family: 'AvenirNextLTPro-Demi';
    src: url('../fonts/AvenirNextLTProDemi_1.eot');
    src: url('../fonts/AvenirNextLTProDemi_1.eot') format('embedded-opentype'),
        url('../fonts/AvenirNextLTProDemi_1.woff2') format('woff2'),
        url('../fonts/AvenirNextLTProDemi_1.woff') format('woff'),
        url('../fonts/AvenirNextLTProDemi_1.ttf') format('truetype'),
        url('../fonts/AvenirNextLTProDemi_1.svg#AvenirNextLTProDemi_1') format('svg');
}

@font-face {
    font-family: 'AvenirNextLTPro-Regular';
    src: url('../fonts/AvenirNextLTProRegular_1.eot');
    src: url('../fonts/AvenirNextLTProRegular_1.eot') format('embedded-opentype'),
        url('../fonts/AvenirNextLTProRegular_1.woff2') format('woff2'),
        url('../fonts/AvenirNextLTProRegular_1.woff') format('woff'),
        url('../fonts/AvenirNextLTProRegular_1.ttf') format('truetype'),
        url('../fonts/AvenirNextLTProRegular_1.svg#AvenirNextLTProRegular_1') format('svg');
}



.close_form {
    opacity: 0;
    pointer-events: none;
}

.rota {
    transform: rotate(90deg) !important;
}

.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=1743664636327') format('woff'),
        url('iconfont.ttf?t=1743664636327') format('truetype');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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

.column .wechat:hover img {
    filter: unset !important;
}


.goog-te-gadget-simple,.goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed{
    display: flex !important;
}