@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: Arial, Helvetica, sans-serif;
}

*::selection {
    color: #fff;
    background-color: #3e6cbc;
}

.imgbox a img:hover {
    transform: scaleX(1.05) scaleY(1.05);
}

img {
    max-width: 100%;
    display: block;
}

i {
    font-stretch: normal;
    font-style: normal;
}

li {
    list-style: none;
}

a {
    color: #333;
    text-decoration: none;
}

h1,
h2 {
    font-weight: normal;
}

.clear {
    clear: both;
}

.safe {
    max-width: 1400px;
    width: calc(100% - 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% - 45px);
    }

}

.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: 60px;
    height: 60px;
    background-color: #b2b2b2;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    flex-shrink: 0;
}



.column ul li .imgbox a {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}


.column ul li .imgbox:hover i {
    color: #fff !important;
}

.column ul li .imgbox:hover img {
    transform: unset !important;
}

.column .wechat {
    position: relative;
}

.column .gotop {
    cursor: pointer;
}

.column .gotop .icon-xiajiantou {
    transform: rotate(180deg);
}

.column .wechat .erweima {
    position: absolute;
    width: 150px;
    height: 150px;
    top: -10px;
    right: 100%;
    display: none;
    cursor: pointer;
    border: 10px solid rgba(0, 0, 0, .1);
    border-radius: 10px;
}

.column .wechat .erweima img,
.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 {
    display: flex;
    width: 170px;
    position: absolute;
    left: -170px;
    background-color: #fff;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
}

.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 {
    opacity: 1;
    pointer-events: all;
}

.column .imgbox:hover {
    background-color: #031c6a;
}

.column .imgbox:hover img {
    filter: brightness(100);
}

.column .erweima img {
    filter: unset !important;
}

.column .phonebox:hover .imgbox {
    background-color: #031c6a !important;
}

.column .wechat:hover img {
    filter: unset !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: static;
        right: 53px;
        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 */

.lanauage_wrap {
    display: flex;
    align-items: center;
    margin-right: 0px;
    justify-content: center;
    position: relative;
    z-index: 100;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #333333;
    height: 100%;
}

.lanauage_wrap .lanauage {
    position: relative;
    transition: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #333;
}

.lanauage_wrap .lanauage>i {
    font-weight: bold;
}

.lanauage_wrap .lanbox {
    display: flex;
    align-items: center;
}

.lanauage_wrap .lanauage .icon-duoyuyan {
    font-size: 24px;
    color: #333 !important;
    margin-right: 6px;
}

.lanauage_wrap .lanauage .lanbox i {
    color: #333;
    font-size: 12px;
    margin-left: 5px;
    font-weight: bold;
}

.lanauage_wrap .lanauage img {
    margin-right: 10px;
    width: 27px;
    height: 14px;
}

.lanauage_wrap .lanbox a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #333;
    margin-left: 5px;
}

.lanauage_wrap .lanauage:hover .icon-duoyuyan {
    color: #fff !important;
}

.lanauage_wrap .lanauage:hover .name {
    color: #fff !important;
}

.lanauage_wrap .lanauage:hover .lanbox i {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}

.lanauage_wrap .lanauage .silde-down {
    transition: none;
    display: none;
    position: absolute;
    top: 100%;
    background-color: #fff !important;
    text-align: center;
    min-width: 100px;
    width: 120px;
    max-width: 200px;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
    z-index: 10;
    right: 0;
    margin-top: 14px;
    z-index: 1000;
}

.lanauage_wrap .lanauage .silde-down a {
    color: #333;
    padding: 6px 0px;
    display: inline-block;
    width: 100%;
    font-size: 16px !important;
}

.lanauage_wrap .lanauage .silde-down li {}

.lanauage .silde-down li:hover {
    background-color: #031c6a;
}

.lanauage_wrap .lanauage .silde-down li:hover a {
    color: #fff !important;
}

.lanauage_wrap .name {
    color: #333 !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) {}

@media(max-width:1333px) {
    .lanauage_wrap .lanbox a {
        font-size: 14px !important;
    }

    .lanauage_wrap {
        margin-left: 12px;
    }
}

@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;
    }

    .lanauage_wrap .lanauage {
        padding-right: 100px;
    }

    .lanauage_wrap .lanauage .icon-duoyuyan {
        color: #333 !important;
    }

    .lanauage_wrap .lanauage .silde-down {
        left: unset;
        right: 0;
    }
}

@media(max-width:768px) {
    .lanauage_wrap .lanauage .silde-down a {
        padding: 5px 0px;
        font-size: 14px !important;
    }

    .lanauage_wrap {
        width: 95px;
        height: 35px;
        margin-left: 10px;
    }

    .lanauage_wrap .lanauage {
        padding-right: 80px;
    }
}



.m-mobilenav {
    display: none;
}

.m-mobilenav * {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

@media screen and (max-width: 999px) {
    .mbnav-wp_seach {
        width: 100%;
        margin: auto;
        position: absolute;
        z-index: 2;
    }

    .mbnav-wp_seach>form>.box-form {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        height: 40px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        background: rgba(255, 255, 255, 0.7);
    }

    .mbnav-wp_seach>form>.box-form>.box-text {
        width: -moz-calc(100% - 30px);
        width: calc(100% - 30px);
        border: 0px;
        height: 100%;
        padding-left: 10px;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background: transparent;
        outline: none;
    }

    .mbnav-wp_seach>form>.box-form>.box-submit {
        width: 30px;
        height: 100%;
        border: 0px;
        position: relative;
        z-index: 2;
        background: transparent;
        cursor: pointer;
        background: transparent;
    }

    .mbnav-wp_seach>form>.box-form .icon {
        position: absolute;
        right: 4px;
        top: 10px;
        z-index: 1;
    }

    .mbnav-list {
        margin-top: 20px;
    }

    .m-mobilenav {
        position: absolute;
        z-index: 11;
        padding-top: 25px;
        top: 0;
        left: 0;
        display: block;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        z-index: 100;
    }

    .m-mobilenav .mbnav-btn {
        position: fixed;
        z-index: 2;
        top: 20px;
        right: 3.5%;
        top: 25px;
        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: Nunito-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: 12px;
    }
}


/*  */


header {
    width: 100%;
    position: fixed;
    z-index: 2;
    border-radius: 1px;
    top: 0px;
    z-index: 100000;
}


header .bottom>.safe {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

header .logo {
    flex-shrink: 0;
    transform: translateY(0px);
}

header .logo a {
    display: inline-block;
    margin-bottom: 5px;
}


header .logo .logo-font {
    font-family: Arial;
    font-size: 18px;
    color: #333333;
    font-weight: bold;
}

header .rightbox {
    width: 100%;
    display: flex;
    flex-direction: column;
}

header .top {
    background-color: #e6e6e6;
}

header .top .safe {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 40px;
}

header .t_email,
header .t_phone {
    display: flex;
    align-items: center;
    margin-right: 0%;
}

header .t_email a,
header .t_phone a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #666666;
    opacity: 0.8;
}

header .t_email a:hover,
header .t_phone a:hover {
    color: #031c6a;
    /* text-decoration: underline; */
}

header .t_email {
    display: flex;
    align-items: center;
    margin-right: 1.8%;
}

header .t_email a {
    width: 190px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

header .svgbox {
    flex-shrink: 0;
    margin-right: 8px;
    display: inline-block;
}


header .bottom {
    background-color: #fff;
    height: 120px;
}

header .bottombox {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

header .menubox {
    display: flex;
    align-items: center;
    height: 100%;
    margin-right: 13px;
}

header .menubox>li {
    position: relative;
    margin: 0px 7px;
}

header .menubox>li:first-child {
    margin-left: 0 !important;
}

header .menubox>li:last-child {
    margin-right: 0;
}

header .menubox>li>a {
    padding: 49.5px 12px;
    display: inline-block;
    font-family: Arial;
    font-size: 18px;
    color: #333333;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    font-weight: bold;
}

header .menubox>li>a::after {
    content: "";
    position: absolute;
    background-color: #031c6a;
    height: 4px;
    width: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    transition: .3s linear all;
}

header .menubox>li>a img {
    margin-bottom: 0px;
    transition: ease .3s all;
}

header .menubox>li>a i {
    font-size: 12px;
    color: #000;
    font-weight: bold;
    margin-inline-end: 6px;
}

header .menubox ul a {
    padding: 12px 18px;
    display: flex;
    align-items: center;
    min-width: 197px;
    font-family: Verdana;
    font-size: 16px;
    color: #3e3a39;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    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;
    box-shadow: 0px 13px 46px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 3px 4px 29px 0px rgba(0, 0, 0, 0.05);
    border-radius: 0px;
}

header .menubox>li>ul li {
    position: relative;
}

/* erji/sanji/siji */
header .menubox>li>ul>li ul {
    position: absolute;
    top: 0%;
    left: 100%;
    background-color: #fff;
    display: none;
    transition: none;
    border-radius: 0px;
    box-shadow: 0px 13px 46px 0px rgba(0, 0, 0, 0.08);
}


header .search {
    width: 230px;
    height: 40px;
    background-color: #ffffff;
    border: solid 1px #e6e6e6;
    position: relative;
    margin-right: 10px;
}

header .search>input {
    width: 100%;
    height: 100%;
    font-family: Arial;
    font-size: 16px;
    color: #333;
    padding: 0px 45px 0px 15px;
}

header .search>input::placeholder {
    color: #888888;
}

header .search .sousuo {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 40px;
}

header .search .sousuo>div {
    position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

header .sousuo i {
    position: absolute;
    z-index: 11;
    pointer-events: none;
    font-weight: bold;
    color: #adadad;
}

header .sousuo input {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

header .sousuo input:hover+i {
    color: #031c6a;
}



/* header_hover */
header .menubox>li:hover>a {
    color: #031c6a;
}

header .menubox>li:hover>a::after {
    width: 106px;
}

header .menubox ul li:hover>a {
    background-color: #031c6a;
    color: #fff;
}

/* header_active */
header .menubox .active_title>a {
    color: #031c6a;
}

header .menubox .active_title>a::after {
    width: 106px;
}


@media(max-width:1600px) {
    header .logo img {
        width: 380px;
    }

    header .search {
        width: 210px;
        height: 40px;
        margin-right: 10px;
    }

    header .menubox>li>a {
        padding: 49.5px 10px;
        font-size: 16px;
    }

    header .bottom {
        height: 100px;
    }

    header .menubox>li>a {
        padding: 41px 10px;
        font-size: 16px;
    }

    header .logo .logo-font {
        font-size: 16px;
    }

    header .menubox>li:hover>a::after {
        width: 80%;
    }

    header .menubox .active_title>a::after {
        width: 80%;
    }

    header .menubox>li>a::after {
        height: 3px;
    }
}

@media(max-width:1333px) {
    header .logo img {
        width: 300px;
    }

    header .logo .logo-font {
        font-size: 14px;
    }

    header .menubox>li>a {
        padding: 42px 10px;
        font-size: 14px;
    }

    header .search {
        width: 190px;
        height: 40px;
        margin-right: 10px;
    }

    header .top .safe {
        height: 30px;
    }
}

@media(max-width:1200px) {
    header .search>input {
        font-size: 14px;
        padding: 0px 45px 0px 15px;
    }

    header .menubox {
        margin-right: 5px;
    }

    header .search {
        width: 140px;
        height: 40px;
        margin-right: 0px;
    }

    header .menubox>li {
        margin: 0px 0px;
    }

    header .menubox>li>a {
        padding: 32px 10px;
        font-size: 14px;
    }

    header .bottom {
        height: 80px;
    }

    header .t_email a,
    header .t_phone {
        font-size: 14px;
    }
}

@media(max-width:1050px) {
    header .search>input {
        font-size: 14px;
        padding: 0px 45px 0px 15px;
    }

    header .menubox {
        margin-right: 5px;
    }

    header .search {
        width: 140px;
        height: 40px;
        margin-right: 0px;
    }

    header .menubox>li {
        margin: 0px 0px;
    }

    header .menubox>li>a {
        padding: 32px 5px;
        font-size: 14px;
    }
}

@media(max-width:999px) {
    header .rightbox {
        display: none;
    }

    header .top {
        display: none;
    }
}

@media(max-width:768px) {
    header .bottom {
        height: 65px;
    }
}

@media(max-width:400px) {
    header .logo img {
        width: 250px;
    }
}

@media(max-width:570px) {}



/* fix_header */

.fix_header {
    background-color: rgba(255, 255, 255, 0.8);
}

.fix_header .bottom {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}


@media(max-width:1600px) {}


/* index_banner */


.index_banner {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    margin-top: 160px;
}

.index_banner img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.index_banner video,
.index_banner iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10;
    object-fit: cover;
}

.index_banner .swiper-pagination {
    top: unset;
    bottom: 34px !important;
    display: flex;
    justify-content: center;
    width: 100%;
}

.index_banner .swiper .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #031c6a;
    opacity: 0.8;
    border: 1px solid #031c6a;
    margin: 0px 6px !important;
}

.index_banner .swiper .swiper-pagination-bullet:last-child {
    margin-right: 0 !important;
}

.index_banner .swiper .swiper-pagination-bullet-active {
    background-color: transparent;
    opacity: 1;
    border: 1px solid #031c6a;
}


.index_banner .control {
    width: 47px;
    height: 96px;
    background-color: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    transform: translateY(-50%);
    z-index: 15;
    cursor: pointer;
    color: #fff;
    position: absolute;
    display: none;
}

.index_banner .banner_prev {
    left: 0%;
    border-radius: 0px 10px 10px 0px;
}

.index_banner .banner_next {
    right: 0%;
    border-radius: 10px 0px 0px 10px;
}

.index_banner .control:hover {
    background-color: rgba(0, 0, 0, .1);
}

@media(max-width:1600px) {
    .index_banner {
        margin-top: 140px;
    }
}

@media(max-width:1333px) {
    .index_banner {
        margin-top: 130px;
    }
}

@media(max-width:1200px) {
    .index_banner {
        margin-top: 110px;
    }
}

@media(max-width:999px) {
    .index_banner {
        margin-top: 80px;
    }

    .index_banner img {
        min-height: 250px;
        object-fit: cover;
    }
}

@media(max-width:768px) {
    .index_banner {
        margin-top: 65px;
    }
}

@media(max-width:570px) {}



/* crumb */


/* common */

.title48 {
    font-family: Arial;
    font-weight: bold;
    font-size: 48px;
    color: #333333;
}

.title48 a {
    color: #333;
}

.title48 a:hover {
    color: #031c6a;
}

.title40 {
    font-family: Arial;
    font-size: 40px;
    font-weight: bold;
    color: #333;
}

.title36 {
    font-family: Arial;
    font-weight: bold;
    font-size: 36px;
    color: #333333;
}

.title30 {
    font-family: Arial;
    font-weight: bold;
    font-size: 30px;
    color: #333333;
}

@media(max-width:1600px) {
    .title48 {
        font-size: 42px;
    }

    .title40 {
        font-size: 36px;
    }

    .title36 {
        font-size: 32px;
    }

    .title30 {
        font-size: 28px;
    }
}

@media(max-width:1333px) {
    .title48 {
        font-size: 36px;
    }

    .title40 {
        font-size: 32px;
    }

    .title36 {
        font-size: 28px;
    }

    .title30 {
        font-size: 26px;
    }
}

@media(max-width:999px) {
    .title48 {
        font-size: 30px;
    }

    .title40 {
        font-size: 28px;
    }

    .title36 {
        font-size: 24px;
    }

    .title30 {
        font-size: 22px;
    }
}

@media(max-width:768px) {
    .title48 {
        font-size: 26px;
    }

    .title40 {
        font-size: 24px;
    }

    .title36 {
        font-size: 22px;
    }

    .title30 {
        font-size: 20px;
    }
}

@media(max-width:570px) {
    .title48 {
        font-size: 22px;
    }

    .title40 {
        font-size: 20px;
    }

    .title36 {
        font-size: 20px;
    }

    .title30 {
        font-size: 18px;
    }
}


/* h_types */

.h_types {
    padding: 102px 0px 56px;
}

.h_types .title48 {
    text-align: center;
    margin-bottom: 78px;
}

.h_types .imgbox {
    border-radius: 50%;
    position: relative;
}

.h_types .imgbox a {
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    display: inline-block;
}

.h_types .imgbox img:hover {
    transform: unset;
}

.h_types .imgbox::after {
    content: "";
    position: absolute;
    width: 118%;
    height: 118%;
    background-image: url(../images/circle.png);
    background-repeat: no-repeat;
    background-size: cover;
    left: -9%;
    top: -9%;
    pointer-events: none;
    opacity: 0;
    transition: .3s linear opacity;
}

.h_types .imgbox:hover::after {
    opacity: 1;
}

.h_types .title {
    font-family: Arial;
    font-size: 20px;
    line-height: 26px;
    color: #333333;
    padding-top: 23px;
    font-weight: bold;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.h_types .title a {
    color: #333333;
}

.h_types .title:hover,
.h_types .title a:hover {
    color: #021c69;
}

.h_types .swiper {
    overflow: visible;
}

.h_types .swiper-slide {
    opacity: 0;
    pointer-events: none;
}

.h_types .swiper-wrapper {
    pointer-events: none;
}

.h_types .swiper-slide-visible {
    opacity: 1;
    pointer-events: all;
}

.h_types .active .title {
    transform: translateY(20px);
}

.h_types .active .imgbox {
    box-shadow: 0px 0px 20px 0px rgba(0, 8, 24, 0.31);
}

.h_types .active .imgbox::after {
    opacity: 1;
}

.h_types .active .title a {
    color: #031c6a;
}

@media(max-width:1600px) {
    .h_types {
        padding: 50px 0px;
    }

    .h_types .title48 {
        margin-bottom: 50px;
    }

    .h_types .title {
        font-size: 20px;
        line-height: 26px;
        padding-top: 20px;
    }

    .h_types .active .title {
        transform: translateY(15px);
    }

}

@media(max-width:1333px) {
    .h_types .title48 {
        margin-bottom: 40px;
    }

    .h_types .title {
        font-size: 18px;
        line-height: 26px;
        padding-top: 10px;
    }

    .h_types .active .title {
        transform: translateY(10px);
    }

}

@media(max-width:999px) {
    .h_types {
        padding: 40px 0px;
    }

    .h_types .active .title {
        transform: translateY(0px);
    }

    .h_types .title48 {
        margin-bottom: 30px;
    }

    .h_types .swiper {
        padding-bottom: 35px;
    }

    .h_types .swiper-pagination-bullet-active {
        background-color: #031c6a;
    }

    .h_types .imgbox::after {
        display: none;
    }

    .h_types .active .title a {
        color: #333;
    }

    .h_types .active .imgbox {
        box-shadow: none;
    }

}

@media(max-width:768px) {
    .h_types .title48 {
        margin-bottom: 20px;
    }

    .h_types .title {
        font-size: 16px;
        line-height: 26px;
        padding-top: 8px;
    }
}

@media(max-width:570px) {
    .h_types {
        padding: 30px 0px;
    }
}


/* h_cutting */

.h_cutting {
    margin-bottom: 71px;
}

.h_cutting .title30 {
    text-align: center;
    color: #031c6a;
    margin-bottom: 41px;
}

/* .h_cutting .box {
    display: none;
} */

.h_cutting .swiper {
    overflow: visible;
}

.h_cutting .swiper-slide {
    border-radius: 20px;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    transition: .3s linear opacity;
}

.h_cutting .swiper-slide:hover {
    box-shadow: 2px 0px 12px 0px rgba(0, 8, 24, 0.15);
}

.h_cutting .swiper-slide:hover .cate {
    opacity: 1;
}

.h_cutting .imgbox {
    overflow: hidden;
    margin-bottom: 14px;
    position: relative;
}

.h_cutting .cate {
    position: absolute;
    top: 16px;
    left: 13px;
    width: 45px;
    height: 24px;
    background-color: #031c6a;
    border-radius: 10px;
    font-family: Arial;
    font-weight: bold;
    font-size: 14px;
    color: #ffffff;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}

.h_cutting .contact {
    padding: 0px 16px 22px 14px;
}

.h_cutting .title {
    font-family: Arial;
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
    color: #333333;
    margin-bottom: 6px;
}

.h_cutting .title a {
    color: #333;
}

.h_cutting .title:hover,
.h_cutting .title a:hover {
    color: #021c69;
}

.h_cutting .num {
    font-family: Arial;
    font-size: 18px;
    color: #555555;
}

.h_cutting .btnbox i {
    width: 51px;
    height: 51px;
    background-color: #192d79;
    border-radius: 10px;
    opacity: 0.2;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
}

.h_cutting .btnbox i:first-child {
    left: -25.5px;
}

.h_cutting .btnbox i:last-child {
    right: -25.5px;
}

.h_cutting .btnbox i:hover {
    opacity: 1;
}

.h_cutting .swiper-wrapper {
    pointer-events: none;
}

.h_cutting .swiper-slide-visible {
    opacity: 1;
    pointer-events: all;
}

.h_cutting .active {
    display: block !important;
}



@media(max-width:1600px) {
    .h_cutting {
        margin-bottom: 50px;
    }

    .h_cutting .title30 {
        margin-bottom: 35px;
    }
}

@media(max-width:1333px) {
    .h_cutting .title30 {
        margin-bottom: 25px;
    }

    .h_cutting .imgbox {
        margin-bottom: 10px;
    }

    .h_cutting .btnbox i {
        width: 44px;
        height: 44px;
        font-size: 18px;
    }

    .h_cutting .btnbox i:first-child {
        left: -22px;
    }

    .h_cutting .btnbox i:last-child {
        right: -22px;
    }

    .h_cutting .title {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 5px;
    }

    .h_cutting .num {
        font-size: 16px;
    }

    .h_cutting .contact {
        padding: 0px 15px 15px 14px;
    }
}

@media(max-width:999px) {
    .h_cutting {
        margin-bottom: 40px;
        display: none;

    }

    .h_cutting .title30 {
        margin-bottom: 20px;
    }

    .h_cutting .swiper-slide {
        border-radius: 10px;
    }

    .h_cutting .cate {
        top: 10px;
        left: 10px;
        width: 45px;
        height: 24px;
        border-radius: 10px;
        font-size: 14px;
        opacity: 1;
    }

    .h_cutting .wrap .box {
        display: block !important;
        margin-bottom: 30px;
    }

    .h_cutting .wrap .box:last-child {
        margin-bottom: 0;
    }
}

@media(max-width:768px) {

    .h_cutting .swiper {
        margin-bottom: 12px;
    }

    .h_cutting .btnbox i {
        position: static;
        transform: unset;
    }

    .h_cutting .btnbox {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .h_cutting .btnbox i:first-child {
        margin-right: 10px;
    }

    .h_cutting .btnbox i {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

    .h_cutting .title {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 5px;
    }

    .h_cutting .num {
        font-size: 14px;
    }

    .h_cutting .contact {
        padding: 0px 10px 10px
    }
}

@media(max-width:570px) {
    .h_cutting {
        margin-bottom: 30px;
    }
}



/* h_about */

.h_about {
    padding: 78px 0px 15px;
    background: linear-gradient(to bottom, rgba(242, 242, 242, 1)0%, rgba(255, 255, 255, 0)100%);
}

@media(max-width:1600px) {
    .h_about {
        padding: 50px 0px;
    }
}

@media(max-width:999px) {
    .h_about {
        padding: 40px 0px;
    }
}

@media(max-width:570px) {
    .h_about {
        padding: 30px 0px;
    }
}

.about_us {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 84px;
}

.about_us .l_box {
    width: 46%;
    padding-top: 22px;
}

.about_us .title48 {
    margin-bottom: 37px;
}

.about_us .content1 {
    font-family: Arial;
    font-size: 24px;
    line-height: 25px;
    color: #031c6a;
    margin-bottom: 29px;
    padding-bottom: 29px;
    border-bottom: 1px solid #e6e6e6;
}

.about_us .content1 p {
    padding-left: 32px;
    position: relative;
}

.about_us .content1 p::after {
    content: "";
    position: absolute;
    left: 3px;
    width: 22px;
    height: 22px;
    border-radius: 50px;
    left: 0;
    background-repeat: no-repeat;
    background-image: url(../images/duigou.png);
    top: 0;
}

.about_us .content2 {
    font-family: Arial;
    font-size: 16px;
    line-height: 25px;
    color: #333333;
}

.about_us .content2 p {
    margin-bottom: 25px;
}

.about_us .content2 p:last-child {
    margin-bottom: 0;
}

.about_us .r_box {
    width: 50%;
    overflow: hidden;
}

.about_us .r_box img:hover {
    transform: scale(1.05);
}

@media(max-width:1600px) {
    .about_us {
        margin-bottom: 60px;
    }

    .about_us .title48 {
        margin-bottom: 30px;
    }

    .about_us .content1 {
        font-size: 22px;
        line-height: 25px;
        margin-bottom: 25px;
        padding-bottom: 25px;
    }
}

@media(max-width:1333px) {
    .about_us .l_box {
        width: 46%;
        padding-top: 0px;
    }

    .about_us .content1 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .about_us .content2 p {
        margin-bottom: 20px;
    }

    .about_us .title48 {
        margin-bottom: 25px;
    }
}

@media(max-width:999px) {
    .about_us {
        margin-bottom: 50px;
        flex-direction: column;
    }

    .about_us .l_box {
        width: 100%;
        margin-bottom: 18px;
    }

    .about_us .content1 {
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 15px;
        padding-bottom: 15px;
    }

    .about_us .r_box {
        width: 80%;
    }

    .about_us .title48 {
        margin-bottom: 20px;
    }
}

@media(max-width:768px) {
    .about_us .content1 {
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    .about_us .content2 {
        font-size: 14px;
        line-height: 24px;
    }

    .about_us .r_box {
        width: 90%;
    }

    .about_us .title48 {
        margin-bottom: 15px;
    }
}

@media(max-width:570px) {
    .about_us {
        margin-bottom: 40px;
    }

    .about_us .r_box {
        width: 100%;
    }

    .about_us .content1 {
        font-size: 14px;
        line-height: 25px;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
}


.numberbox {
    display: flex;
    flex-wrap: wrap;
}

.numberbox .inner {
    width: 33.3%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 75px;
    padding-right: 2%;
}

.numberbox .l {
    flex-shrink: 0;
    margin-right: 15px;
    margin-top: 3px;
}

.numberbox .s_title {
    font-family: Arial;
    font-weight: bold;
    font-size: 20px;
    line-height: 25px;
    color: #333333;
    margin-bottom: 21px;
}

.numberbox .content {
    font-family: Arial;
    font-size: 16px;
    line-height: 25px;
    color: #666666;
}

@media(max-width:1600px) {
    .numberbox .inner {
        width: 33.3%;
        margin-bottom: 50px;
        padding-right: 2%;
    }

    .numberbox .s_title {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 20px;
    }

    .numberbox .l img {
        width: 100px;
    }
}

@media(max-width:1333px) {
    .numberbox .l img {
        width: 90px;
    }

    .numberbox .s_title {
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 15px;
    }

    .numberbox .inner {
        width: 33.3%;
        margin-bottom: 40px;
        padding-right: 2%;
    }
}

@media(max-width:999px) {
    .numberbox .inner {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 30px;
    }

    .numberbox .inner:nth-child(3n) {
        margin-right: 2%;
    }

    .numberbox .inner:nth-child(2n) {
        margin-right: 0;
    }

    .numberbox .l img {
        width: 80px;
    }

    .numberbox .s_title {
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 10px;
    }
}

@media(max-width:768px) {
    .numberbox .l img {
        width: 70px;
    }

    .numberbox .s_title {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 8px;
    }

    .numberbox .content {
        font-size: 14px;
        line-height: 23px;
    }

    .numberbox .inner {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 20px;
    }
}

@media(max-width:570px) {
    .numberbox .inner {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 20px;
    }
}


/* h_contact */

.h_contact {
    padding: 67px 0px 71px;
    background-image: url(../images/index_bg1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-size: cover;
}

.h_contact .title40 {
    color: #fff;
    text-align: center;
    margin-bottom: 18px;
}

.h_contact .content {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    font-family: Arial;
    font-size: 24px;
    line-height: 36px;
    color: #ffffff;
    margin-bottom: 24px;
}

.h_contact .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 240px;
    height: 54px;
    border: solid 1px #ffffff;
    font-family: Arial;
    font-size: 16px;
    color: #ffffff;
    margin: 0 auto;
}

.h_contact .btn i {
    margin-left: 6px;
    display: inline-block;
    transform: rotate(-45deg);
}

.h_contact .btn:hover {
    background-color: #fff;
    color: #031c6a;
}

.h_contact .btn:hover i {
    color: #031c6a;
}

@media(max-width:1600px) {
    .h_contact {
        padding: 65px 0px;
    }

    .h_contact .content {
        width: 90%;
        font-size: 22px;
        line-height: 34px;
        margin-bottom: 24px;
    }

    .h_contact .btn {
        width: 220px;
        height: 50px;
        font-size: 16px;
    }
}

@media(max-width:1333px) {

    .h_contact .content {
        width: 100%;
        font-size: 20px;
        line-height: 32px;
        margin-bottom: 20px;
    }

    .h_contact .title40 {
        margin-bottom: 15px;
    }

    .h_contact .btn {
        width: 210px;
        height: 50px;
        font-size: 16px;
    }
}

@media(max-width:999px) {
    .h_contact {
        padding: 50px 0px;
    }

    .h_contact .content {
        width: 100%;
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 15px;
    }

    .h_contact .title40 {
        margin-bottom: 10px;
    }
}

@media(max-width:768px) {
    .h_contact .btn {
        width: 180px;
        height: 45px;
        font-size: 14px;
    }

    .h_contact .content {
        width: 100%;
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 15px;
    }
}

@media(max-width:570px) {
    .h_contact {
        padding: 40px 0px;
    }
}


/* h_products */

.h_products {
    padding: 73px 0px 56px;
}

.h_products .title48 {
    text-align: center;
    margin-bottom: 73px;
}

.h_products .wrap {
    display: flex;
    flex-wrap: wrap;
}

.h_products .inner {
    width: 18.3571%;
    margin-right: 2.014%;
    border: solid 1px #cfcfcf;
    cursor: pointer;
    position: relative;
    margin-bottom: 28px;
}

.h_products .inner::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    height: 2px;
    width: 0%;
    background-color: #031c6a;
    transition: .3s linear width;
}

.h_products .inner:nth-child(5n) {
    margin-right: 0;
}

.h_products .inner:hover {
    border: solid 1px transparent;
    box-shadow: 2px 0px 12px 0px rgba(0, 8, 24, 0.15);
}

.h_products .inner:hover::after {
    width: 100%;
}

.h_products .imgbox {
    overflow: hidden;
    position: relative;
    margin-bottom: 19px;
}

.h_products .cate {
    position: absolute;
    top: 16px;
    left: 13px;
    width: 45px;
    height: 24px;
    background-color: #031c6a;
    border-radius: 10px;
    font-family: Arial;
    font-weight: bold;
    font-size: 14px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.h_products .title {
    font-family: Arial;
    font-size: 18px;
    line-height: 30px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.h_products .title a {
    color: #333;
}

.h_products .title:hover,
.h_products .title a:hover {
    color: #031c6a;
}

.h_products .num {
    font-family: Arial;
    font-size: 18px;
    color: #555555;
}

.h_products .contact {
    padding: 0px 15px 20px 15px;
}

@media(max-width:1600px) {
    .h_products {
        padding: 50px 0px;
    }

    .h_products .title48 {
        margin-bottom: 50px;
    }
}

@media(max-width:1333px) {
    .h_products .title48 {
        margin-bottom: 40px;
    }

    .h_products .inner {
        width: 19%;
        margin-right: 1%;
        margin-bottom: 25px;
    }

    .h_products .inner:nth-child(5n) {
        margin-right: 0;
    }

    .h_products .imgbox {
        margin-bottom: 15px;
    }

    .h_products .title {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 5px;
    }

    .h_products .num {
        font-size: 16px;
    }

    .h_products .contact {
        padding: 0px 15px 15px 14px
    }
}

@media(max-width:999px) {
    .h_products {
        padding: 40px 0px;
    }

    .h_products .title48 {
        margin-bottom: 30px;
    }

    .h_products .inner {
        width: 24%;
        margin-right: 1%;
    }

    .h_products .inner:nth-child(5n) {
        margin-right: 1%;
    }

    .h_products .inner:nth-child(4n) {
        margin-right: 0;
    }

    .h_products .imgbox {
        margin-bottom: 10px;
    }
}

@media(max-width:768px) {
    .h_products .title48 {
        margin-bottom: 20px;
    }

    .h_products .inner {
        width: 32%;
        margin-right: 2%;
    }

    .h_products .inner:nth-child(5n) {
        margin-right: 2%;
    }

    .h_products .inner:nth-child(4n) {
        margin-right: 2%;
    }

    .h_products .inner:nth-child(3n) {
        margin-right: 0%;
    }

    .h_products .title {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 5px;
    }

    .h_products .num {
        font-size: 14px;
    }

    .h_products .contact {
        padding: 0px 10px 10px 10px;
    }

    .h_products .cate {
        top: 10px;
        left: 10px;
        width: 45px;
        height: 24px;
        font-size: 14px;
    }
}

@media(max-width:570px) {
    .h_products {
        padding: 30px 0px 20px;
    }
}

@media(max-width:500px) {
    .h_products .inner {
        width: 49%;
        margin-right: 2%;
    }

    .h_products .inner:nth-child(3n) {
        margin-right: 2%;
    }

    .h_products .inner:nth-child(2n) {
        margin-right: 0%;
    }
}


/* h_news */

.h_news {
    padding: 76px 0px 75px;
    background-color: #f2f2f2;
}

.h_news .title48 {
    text-align: center;
    margin-bottom: 64px;
}

.h_news .imgbox {
    overflow: hidden;
}

.h_news .contact {
    padding-top: 23px;
}

.h_news .data {
    font-family: Arial;
    font-size: 16px;
    color: #555555;
    margin-bottom: 21px;
}

.h_news .title {
    font-family: Arial;
    font-size: 18px;
    line-height: 24px;
    color: #333333;
    margin-bottom: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.h_news .title a {
    color: #333333;
}

.h_news .title:hover,
.h_news .title a:hover {
    color: #031c6a;
}

.h_news .content {
    font-family: Arial;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media(max-width:1600px) {
    .h_news {
        padding: 50px 0px;
    }

    .h_news .title48 {
        margin-bottom: 50px;
    }

    .h_news .data {
        font-size: 16px;
        margin-bottom: 20px;
    }
}

@media(max-width:1333px) {
    .h_news .title48 {
        margin-bottom: 40px;
    }

    .h_news .contact {
        padding-top: 15px;
    }

    .h_news .data {
        font-size: 16px;
        margin-bottom: 15px;
    }


}

@media(max-width:999px) {
    .h_news {
        padding: 40px 0px;
    }

    .h_news .title48 {
        margin-bottom: 30px;
    }

    .h_news .data {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .h_news .title {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 6px;
    }

    .h_news .content {
        font-size: 16px;
        line-height: 28px;
    }
}

@media(max-width:768px) {
    .h_news .title48 {
        margin-bottom: 20px;
    }


    .h_news .content {
        font-size: 14px;
        line-height: 26px;
    }

    .h_news .title {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 5px;
    }

    .h_news .swiper {
        padding-bottom: 35px;
    }

    .h_news .swiper-pagination-bullet-active {
        background-color: #031c6a;
    }

    .h_news .data {
        font-size: 14px;
        margin-bottom: 6px;
    }
}

@media(max-width:570px) {
    .h_news {
        padding: 30px 0px;
    }

    .h_news .title {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 5px;
    }

    .h_news .content {
        font-size: 14px;
        line-height: 24px;
    }
}


/* footer */

footer {
    padding: 69px 0px 20px;
    background-color: #333333;
}

footer .title {
    font-family: Arial;
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 45px;
}

footer .title i {
    font-weight: bold;
    display: none;
}

footer .email a {
    word-break: break-all;
}

footer .f_nav {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 37px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 26px;
}

footer .f_logo {
    display: flex;
    align-items: center;
    margin-top: 12px;
}

footer .f_logo a:first-child {
    margin-right: 13px;
}

footer .f_logo a:hover img {
    transform: scale(1.05);
}



footer .title,
footer .title a {
    font-family: Arial;
    font-size: 24px;
    color: #ffffff;
    text-transform: uppercase;
}

footer .title a:hover {
    text-decoration: underline;
}

footer .box li,
footer .box li a {
    font-family: Arial;
    font-size: 16px;
    color: #cbcbcb;
}

footer .box li a:hover {
    color: #fff;
}

footer .blogrolls {
    display: flex;
    flex-wrap: wrap;
    padding-top: 19px;
}

footer .blogrolls a {
    color: #fff;
    width: 40px;
    height: 39px;
    background-color: #626262;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
    margin-right: 9px;
}

footer .blogrolls a:hover {
    background-color: #031c6a;
    color: #fff;
}

footer .box li {
    margin-bottom: 18px;
}

footer .box3 li {
    line-height: 28px;
    margin-bottom: 5px;
}

footer .inpbox1 {
    width: 100%;
    height: 34px;
    border: solid 1px rgba(247, 247, 247, .5);
    margin-bottom: 8px;
    /* opacity: 0.5; */
    position: relative;
}

footer .must::after {
    content: "*";
    color: #ff0000;
    position: absolute;
    left: 4px;
    top: 8px;

}

footer .inpbox2 textarea,
footer .inpbox1 input {
    width: 100%;
    height: 100%;
    background-color: transparent;
    font-family: Arial;
    font-size: 14px;
    color: #fff;
}

footer .inpbox2 textarea::placeholder,
footer .inpbox1 input::placeholder {
    color: #cbcbcb;
}

footer .box4 input {
    padding: 0px 15px;
}

footer .inpbox2 {
    height: 92px;
    border: solid 1px rgba(247, 247, 247, .5);
}

footer .inpbox2 textarea {
    width: 100%;
    height: 100%;
    resize: none;
    padding: 10px 15px;
    background-color: transparent;
}

footer .inpbox3 input {
    padding-right: 85px;
}

footer .inpbox4 {
    border: unset;
    cursor: pointer;
}

footer .inpbox4 input {
    background-color: #031c6a;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
}

footer .inpbox4:hover {
    border: 1px solid #fff;
}

footer .inpbox4 input:hover {
    background-color: #fff;
    color: #031c6a;
}

footer .codebox {
    position: absolute;
    right: 0;
    top: 0;
    width: 80px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    background: #f3fbfe;
    cursor: pointer;
}

footer .codebox img {
    height: 100%;
}

footer .copyright {
    margin-bottom: 20px;
}

footer .copyright,
footer .copyright a {
    color: #cbcbcb;
}

footer .copyright a:hover {
    color: #fff;
}

footer .copyright a {
    display: inline-block;
}

footer .copyright img {
    margin-left: 6px;
}

footer .copyright img:hover {
    transform: scale(1.05);
}

footer .keywords,
footer .tags {
    margin-bottom: 14px;
}

footer .keywords,
footer .tags,
footer .links,
footer .keywords a,
footer .tags a,
footer .links a {
    font-family: Arial;
    font-size: 14px;
    color: #999999;
}

footer .keywords a,
footer .tags a,
footer .links a {
    text-decoration: underline;
    color: #1566af;
    margin-left: 10px;
}

footer .keywords a:hover,
footer .tags a:hover,
footer .links a:hover {
    color: #fff;
}

footer .box3 .title {
    margin-bottom: 39px;
}

footer .box1 ul {
    margin-bottom: 37px;
}

footer .box1 {
    width: 25.7%;
}

footer .box2 {
    width: 23%;
}

footer .box3 {
    width: 28.5%;
}

footer .box4 {
    width: 22.8%;
    padding-left: 3%;
}


@media(max-width:1600px) {
    footer {
        padding: 60px 0px 20px;
    }

    footer .title,
    footer .title a {
        font-size: 22px;
    }

    footer .title {
        margin-bottom: 35px;
    }
}

@media(max-width:1333px) {

    footer .title,
    footer .title a {
        font-size: 20px;
    }

    footer .box3 .title {
        margin-bottom: 30px;
    }

    footer .blogrolls {
        padding-top: 10px;
    }

    footer .f_nav {
        padding-bottom: 30px;
        margin-bottom: 20px;
    }

    footer .box1 ul {
        margin-bottom: 25px;
    }
}

@media(max-width:999px) {
    footer {
        padding: 50px 0px 50px;
    }

    footer .f_nav {
        flex-direction: column;
    }

    footer .title,
    footer .title a {
        font-size: 18px;
    }

    footer .box .title {
        margin-bottom: 15px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    footer .box {
        width: 100%;
        padding-right: 0;
        margin-bottom: 0px;
    }

    footer .box4 {
        padding-left: 0;
    }

    footer .box li {
        margin-bottom: 10px;
    }

    footer .f_logo {
        display: none;
    }

    footer .box1 ul {
        margin-bottom: 0;
    }

    footer .box ul,
    footer .box form {
        display: none;
        transition: none;
    }

    footer .blogrolls {
        padding-top: 0;
    }

    footer .blogrolls a {
        display: none;
    }

    footer .title i {
        display: block;
    }

    /* footer .box ul {
        margin-bottom: 15px;
    } */
}

@media(max-width:768px) {

    footer .title,
    footer .title a {
        font-size: 16px;
    }

    footer .f_nav {
        padding-bottom: 15px;
        margin-bottom: 20px;
    }

    footer .copyright {
        margin-bottom: 15px;
    }
}


@media(max-width:570px) {
    footer .copyright {
        margin-bottom: 10px;
    }

    footer .keywords,
    footer .tags {
        margin-bottom: 10px;
    }

    footer {
        padding: 40px 0px 40px;
    }
}


/* page_banner */

.page_banner {
    position: relative;
    margin-top: 160px;
}

.page_banner .bg {
    width: 100%;
}

.page_banner img {
    min-height: 300px;
    object-fit: cover;
}

.page_banner .safe {
    position: absolute;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 10;
    top: 0;
}

.page_banner .title48 {
    margin-bottom: 20px;
}

.page_banner .line {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 130px;
    height: 6px;
    background-color: #031c6a;
}

@media(max-width:1600px) {
    .page_banner {
        margin-top: 140px;
    }
}

@media(max-width:1333px) {
    .page_banner {
        margin-top: 110px;
    }
}

@media(max-width:999px) {
    .page_banner {
        margin-top: 80px;
    }
}

@media(max-width:768px) {
    .page_banner {
        margin-top: 65px;
    }

    .page_banner .title48 {
        margin-bottom: 0;
    }

    .page_banner .line {
        display: none;
    }
}

@media(max-width:570px) {}

/* crumb */

.crumb {
    padding: 18px 0px 17px;
    border-bottom: 1px solid #cdcdcd;
}

.crumb a,
.crumb i {
    font-family: Arial;
    font-size: 16px;
    line-height: 27px;
    color: #666666;
}

.crumb a:hover {
    color: #031c6a;
}

.crumb .active {
    color: #031c6a;
}

@media(max-width:1600px) {
    .crumb {
        padding: 15px 0px;
    }

}

@media(max-width:999px) {
    .crumb {
        padding: 10px 0px;
    }
}

@media(max-width:768px) {

    .crumb a,
    .crumb i {
        font-size: 14px;
        line-height: 26px;
    }
}

/* pro_list */

.pro_list {
    padding: 62px 0px 104px;
}

.pro_list .safe {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.pro_list .l_box {
    width: 18.5%;
}

.pro_list .l_box .cate {
    margin-bottom: 22px;
}

.pro_list .l_box .cate:last-child {
    margin-bottom: 0;
}

.pro_list .catename {
    width: 100%;
    min-height: 48px;
    background-color: #031c6a;
    display: flex;
    align-items: center;
    padding: 0px 14px;
    font-family: Arial;
    font-weight: bold;
    font-size: 22px;
    color: #ffffff;
    text-transform: uppercase;
}

.pro_list .catename i {
    display: none;
}

.pro_list .cate .list {
    padding: 0px 9px;
    background-color: #f8f8f8;
}

.pro_list .cate .list li p {
    border-bottom: 1px solid #cdcdcd;
}

.pro_list .cate .list li p:hover {
    border-bottom: 1px solid #031c6a;
}

.pro_list .cate .listp li:last-child {
    border-bottom: unset;
}

.pro_list .cate .list li p {
    font-family: Arial;
    font-size: 16px;
    color: #333;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 14px;
}

.pro_list .cate .list li p i {
    font-weight: bold;
    cursor: pointer;
}

.pro_list .cate .list li p a:hover {
    color: #031c6a;
}

.pro_list .cate .list li a:hover i {
    color: #031c6a;
}

.pro_list .cate .list li ul {
    display: none;
    transition: none;
}



.pro_list .list {
    padding: 0px 25px;
    margin-bottom: 15px;
}

.pro_list .list ul li {
    margin-bottom: 10px;
    padding: 0px 0px 0px 10px;
}

.pro_list .list ul a:hover {
    color: #031c6a !important;
}

.pro_list .active {
    /*border-bottom: 1px solid #031c6a !important;*/
}

.pro_list .active>a {
    color: #031c6a !important;
}

.pro_list .active>a i {
    color: #031c6a !important;
    transform: rotate(90deg);
}

.pro_list .cate2 .catename {
    margin-bottom: 18px;
}

.pro_list .form {}

.pro_list .inpbox1 {
    width: 100%;
    height: 55px;
    background-color: #ffffff;
    border: solid 1px #e9e9e9;
    margin-bottom: 10px;
}

.pro_list .inpbox1:last-child {
    margin-bottom: 0 !important;
}

.pro_list .inpbox1>div {
    width: 100%;
    height: 100%;
}

.pro_list .inpbox2 {
    width: 100%;
    height: 119px;
    background-color: #ffffff;
    border: solid 1px #e9e9e9;
}

.pro_list .form .inpbox3 {}

.pro_list .form input,
.pro_list .form textarea {
    width: 100%;
    height: 100%;
    font-family: Arial;
    font-size: 16px;
    color: #333;
    resize: none;
}


.pro_list .form input::placeholder,
.pro_list .form textarea::placeholder {
    color: #999;
}

.pro_list .form input {
    padding: 0px 10px;
}

.pro_list .form textarea {
    padding: 16px 20px;
}

.pro_list .form .must {
    position: relative;
}

.pro_list .form .must input {
    padding: 0px 20px;
}

.pro_list .form .must::after {
    content: "*";
    color: #ff0000;
    position: absolute;
    top: 20px;
    left: 8px;
}

.pro_list .form .submit input {
    background-color: #031c6a;
    color: #fff;
    cursor: pointer;
}

.pro_list .form .submit:hover {
    border: 1px solid #031c6a;
}

.pro_list .form .submit input:hover {
    background-color: #fff;
    color: #031c6a !important;
}

.pro_list .codebox {
    position: absolute;
    right: 2px;
    width: 85px !important;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f3fbfe;
    top: 0;
    cursor: pointer;
}

.pro_list .code input {
    padding-right: 90px;
}

.pro_list .r_box {
    width: 79.6%;
    padding-top: 8px;
}

.pro_list .titlebox {
    display: flex;
   display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 18px;
  
}

.pro_list .title30 {}

.pro_list .con {
    font-family: Arial;
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    margin-bottom: 40px;
}

.pro_list .intro {
  /*  width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-items: center;*/
    margin-bottom:15px;
}

.pro_list .btn {
    flex-shrink: 0;
    width: 177px;
    height: 54px;
    background-color: #031c6a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Arial;
    font-size: 16px;
    color: #ffffff;
}

.pro_list .btn i {
    transform: rotate(-45deg);
    margin-left: 10px;
}

.pro_list .btn:hover {
    background-color: #fff;
    color: #031c6a;
    border: 1px solid #031c6a;
}

.pro_list .wrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 34px;
}

.pro_list .inner {
    width: 23.05%;
    margin-right: 2.6%;
    border: solid 1px #cfcfcf;
    margin-bottom: 28px;
    position: relative;
}

.pro_list .inner:nth-child(4n) {
    margin-right: 0;
}

.pro_list .inner::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    background-color: #031c6a;
    width: 0%;
    transition: .3s linear all;
}

.pro_list .inner:hover {
    border: 1px solid transparent;
    box-shadow: 2px 0px 12px 0px rgba(0, 8, 24, 0.15);
}

.pro_list .inner:hover::after {
    width: 100%;
}

.pro_list .imgbox {
    overflow: hidden;
    margin-bottom: 19px;
    position: relative;
}

.pro_list .contact {
    padding: 0px 15px 22px 15px;
}

.pro_list .title {
    font-family: Arial;
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 5px;
    height: 60px;
}

.pro_list .title a {
    color: #333;
}

.pro_list .title:hover,
.pro_list .title a:hover {
    color: #031c6a;
}

.pro_list .number {
    font-family: Arial;
    font-size: 18px;
    color: #555555;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pro_list .number input {
    cursor: pointer;
}

.pro_list .fenlei {
    width: 45px;
    height: 24px;
    background-color: #031c6a;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Arial-BoldMT;
    font-size: 14px;
    color: #ffffff;
    position: absolute;
    top: 16px;
    left: 13px;
}

.pro_list .pagination {
    justify-content: flex-end;
}

.pro_list .dele {
    flex-shrink: 0;
    width: 100px;
    height: 40px;
    background-color: #031c6a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Arial;
    font-size: 16px;
    color: #ffffff;
}

.pro_list .dele:hover {
    background-color: #fff;
    border: 1px solid #031c6a;
    color: #031c6a;
}


@media(max-width:1600px) {
    .pro_list {
        padding: 50px 0px;
    }

    .pro_list .r_box {
        padding-top: 0;
    }

    .pro_list .catename {
        width: 100%;
        min-height: 48px;
        padding: 10px 14px;
        font-size: 20px;
    }

    .pro_list .titlebox {
        margin-bottom: 40px;
    }
}

@media(max-width:1333px) {
    .pro_list .catename {
        width: 100%;
        min-height: 48px;
        padding: 10px 14px;
        font-size: 18px;
    }

    .pro_list .titlebox {
        margin-bottom: 20px;
    }

    .pro_list .btn {
        margin-left: 4.7%;
        width: 160px;
        height: 50px;
        font-size: 16px;
        margin-top: 36px;
    }

    .pro_list .inner {
        width: 32%;
        margin-right: 2%;
        margin-bottom: 25px;
    }

    .pro_list .inner:nth-child(4n) {
        margin-right: 2%;
    }

    .pro_list .inner:nth-child(3n) {
        margin-right: 0;
    }

    .pro_list .l_box {
        width: 23%;
    }

    .pro_list .r_box {
        width: 73%;
    }

    .pro_list .titlebox {
        flex-direction: column;
    }

    .pro_list .intro {
        padding-right: 0;
        border-right: unset;   margin-top: 10px;
    }

    .pro_list .btn {
        margin-left: 0;
        margin-top: 0;
    }

    .pro_list .inpbox1 {
        width: 100%;
        height: 50px;
        margin-bottom: 10px;
    }

    .pro_list .inpbox2 {
        width: 100%;
        height: 120px;
    }
}


@media(max-width:999px) {
    .pro_list {
        padding: 40px 0px;
    }

    .pro_list .safe {
        flex-direction: column;
        align-items: flex-start;
    }

    .pro_list .l_box {
        width: 100%;
        margin-bottom: 20px;
    }

    .pro_list .r_box {
        width: 100%;
    }

    .pro_list .catename {
        width: 100%;
        min-height: 40px;
        padding: 12px 14px;
        font-size: 16px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .pro_list .catename i {
        display: block;
    }

    .pro_list .cate .list>li>a {
        font-size: 16px;
        padding: 12px 14px;
    }

    .pro_list .list,
    .pro_list .form {
        display: none;
        transition: none;
    }

    .pro_list .contact {
        padding: 0px 15px 15px 15px;
    }

    .pro_list .imgbox {
        margin-bottom: 15px;
    }

    .pro_list .pagination {
        justify-content: center;
    }
}

@media(max-width:768px) {
    .pro_list .cate .list>li>a {
        font-size: 14px;
        padding: 10px 14px;
    }

    .pro_list .inpbox1 {
        width: 100%;
        height: 45px;
        margin-bottom: 10px;
    }

    .pro_list .inpbox2 {
        width: 100%;
        height: 100px;
    }

    .pro_list .form .must::after {
        top: 16px;
        left: 8px;
    }

    .pro_list .form input,
    .pro_list .form textarea {
        font-size: 14px;
    }

    .pro_list .btn {
        width: 150px;
        height: 45px;
        font-size: 14px;
    }

    .pro_list .title {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 5px;
    }

    .pro_list .number {
        font-size: 16px;
    }

    .pro_list .con {
        font-size: 14px;
        line-height: 24px;
    }

    .pro_list .wrap {
        margin-bottom: 25px;
    }

    .pro_list .catename {
        min-height: 40px;
        padding: 10px 14px;
        font-size: 16px;
    }

    .pro_list .fenlei {
        width: 45px;
        height: 24px;
        border-radius: 10px;
        font-size: 14px;
        top: 10px;
        left: 10px;
    }


    .pro_list .dele {
        flex-shrink: 0;
        width: 90px;
        height: 35px;
        font-size: 14px;
    }
}

@media(max-width:570px) {
    .pro_list {
        padding: 30px 0px;
    }

    .pro_list .title {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 5px;
    }

    .pro_list .number {
        font-size: 14px;
    }

    .pro_list .contact {
        padding: 0px 10px 10px 10px;
    }

    .pro_list .imgbox {
        margin-bottom: 10px;
    }
}

@media(max-width:500px) {
    .pro_list .inner {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 20px;
    }

    .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 !important;
    }

    .pro_list .imgbox {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .pro_list .intro {
        flex-direction: column;
    }

    .pro_list .title30 {
        margin-bottom: 20px;
    }
}




/* pagination */

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.pagination .safe {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.pagination a {
    width: 37px;
    height: 36px;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #999999;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    flex-shrink: 0;
    color: #666;
}

.pagination .prev {
    width: 90px;
}

.pagination .next {
    width: 62px;
}

.pagination a:hover {
    color: #fff;
    background-color: #031c6a;
    border: 1px solid #031c6a;
}

.pagination .active {
    color: #fff;
    background-color: #031c6a;
    border: 1px solid #031c6a;
}

.pagination .submit {
    width: 159px;
    height: 36px;
    border-radius: 4px;
    color: #fff;
    background-color: #031c6a;
    font-family: Montserrat-Light;
    font-size: 16px;
    color: #ffffff;
    margin-right: 10px;
    cursor: pointer;
    border: 1px solid #031c6a;
}

.pagination .submit:hover {
    border: 1px solid #000;
    background-color: #000;
}


@media(max-width:768px) {
    .pagination a {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .pagination a {
        width: 32px;
        height: 32px;
    }

    .pagination .prev {
        width: 80px;
    }

    .pagination .next {
        width: 55px;
    }

    .pagination .submit {
        width: 145px;
        height: 32px;
        font-size: 14px;
        margin-right: 10px;
    }
}

@media(max-width:570px) {}


/* featured_products */


.featured_products .safe {
    padding: 65px 0px 100px;
    position: relative;
}

.featured_products .safe::after {
    content: "";
    height: 1px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #d2d2d2;
    width: 100%;
}

.featured_products .titlebox {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 57px;
}

.featured_products2 .titlebox {
    margin-bottom: 31px;
}

.featured_products .titlebox .l {
    width: 80%;
}

.featured_products .title36 {
    margin-bottom: 20px;
}

.featured_products .con {
    font-family: Arial;
    font-size: 16px;
    line-height: 26px;
    color: #666666;
}

.featured_products .btnbox {
    display: flex;
    align-items: center;
    padding-top: 23px;
}

.featured_products .btnbox i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 51px;
    height: 51px;
    background-color: #192d79;
    border-radius: 10px;
    opacity: 0.2;
    color: #fff;
    cursor: pointer;
}

.featured_products .btnbox i:hover {
    opacity: 1;
}

.featured_products .btnbox i:first-child {
    margin-right: 8px;
}

.featured_products .swiper-slide {
    border: solid 1px #cfcfcf;
    opacity: 0;
    pointer-events: none;
    box-shadow: unset;
    transition: .3s linear opacity;
    position: relative;
}

.featured_products .swiper {
    overflow: visible;
}

.featured_products .imgbox {
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}


.featured_products .swiper-slide::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    background-color: #031c6a;
    width: 0;
    transition: .3s linear width;
}

.featured_products .swiper-slide:hover::after {
    width: 100%;
}

.featured_products .swiper-slide-visible {
    opacity: 1;
    pointer-events: all;
}

.featured_products .swiper-wrapper {
    pointer-events: none;
}

.featured_products .swiper-slide:hover {
    transition: .3s linear box-shadow;
    box-shadow: 2px 0px 12px 0px rgba(0, 8, 24, 0.15);
}

.featured_products .title {
    font-family: Arial;
    font-size: 18px;
    line-height: 30px;
    color: #333333;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 5px;
}

.featured_products .contact {
    padding: 0px 15px 22px 15px;
}

.featured_products .title a {
    color: #333;
}

.featured_products .title:hover,
.featured_products .title a:hover {
    color: #031c6a;
}

.featured_products .numer {
    font-family: Arial;
    font-size: 18px;
    color: #555555;
}

.featured_products .cate {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 24px;
    background-color: #031c6a;
    border-radius: 10px;
    font-family: Arial;
    font-weight: bold;
    font-size: 14px;
    color: #ffffff;
    position: absolute;
    top: 16px;
    left: 13px;
}


@media(max-width:1600px) {
    .featured_products .safe {
        padding: 50px 0px;
    }

    .featured_products .titlebox {
        margin-bottom: 45px;
    }
}

@media(max-width:1333px) {
    .featured_products .titlebox {
        margin-bottom: 35px;
    }

    .featured_products .contact {
        padding: 0px 15px 15px 15px;
    }
}

@media(max-width:999px) {
    .featured_products .safe {
        padding: 40px 0px;
    }

    .featured_products .titlebox {
        margin-bottom: 25px;
    }

    .featured_products .btnbox i {
        width: 45px;
        height: 45px;
    }

    .featured_products2 .titlebox {
        margin-bottom: 20px;
    }

}

@media(max-width:768px) {
    .featured_products .titlebox {
        margin-bottom: 20px;
    }

    .featured_products .title36 {
        margin-bottom: 15px;
    }

    .featured_products .title {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 5px;
    }

    .featured_products .numer {
        font-size: 16px;
    }

    .featured_products .contact {
        padding: 0px 10px 10px 10px;
    }

    .featured_products .con {
        font-size: 14px;
        line-height: 24px;
    }

    .featured_products .btnbox i {
        width: 42px;
        height: 42px;
    }

    .featured_products .titlebox {
        flex-direction: column;
    }

    .featured_products .titlebox .l {
        width: 100%;
    }

    .featured_products .btnbox {
        padding-top: 18px;
        margin: 0 auto;
    }

    .featured_products .cate {
        width: 45px;
        height: 24px;
        border-radius: 10px;
        font-size: 14px;
        top: 10px;
        left: 10px;
    }

    .featured_products2 .titlebox {
        margin-bottom: 15px;
    }
}

@media(max-width:570px) {
    .featured_products .safe {
        padding: 30px 0px;
    }

    .featured_products .title {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 5px;
    }

    .featured_products .numer {
        font-size: 14px;
    }
}


/* pro_section */

.pro_section {
    padding: 75px 0px 80px;
}

.pro_section .safe {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.pro_section .l_box {
    width: 49.7542%;
    border: solid 1px #f0f0f0;
    position: relative;
}

.pro_section .l_box .btnbox {
    display: none;
}

.pro_section .l_box .swiper:hover .btnbox {
    display: block;
}

.pro_section .btnbox i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 51px;
    height: 51px;
    background-color: #192d79;
    border-radius: 10px;
    opacity: 0.2;
    color: #fff;
    font-size: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
}

.pro_section .btnbox i:first-child {
    left: 0;
}

.pro_section .btnbox i:last-child {
    right: 0;
}

.pro_section .btnbox i:hover {
    opacity: 1;
}

.pro_section .r_box {
    width: 46.2%;
    padding-top: 21px;
}

.pro_section .title30 {
    margin-bottom: 33px;
}

.pro_section .sharebox {
    display: flex;
    align-items: center;
    font-family: Arial;
    font-size: 16px;
    color: #666666;
    margin-bottom: 24px;
}

.pro_section .sharebox span {
    margin-right: 5px;
}

.pro_section .biaoge {
    margin-bottom: 39px;
}

.pro_section table {
    border-collapse: collapse;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 15px;
    overflow: auto;
}

.pro_section .tablen {
    overflow: auto;
}

.pro_section table tr {
    color: #666666;
    border-bottom: 1px solid #d2d2d2;
}

.pro_section table tr td {
    padding: 17.5px 15px;
    font-family: Arial;
    font-size: 16px;
    color: #666666;
}

.pro_section table tr td:last-child {
    color: #333;
}

.pro_section .btnbox1 {
    display: flex;
}

.pro_section .btnbox1 a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 54px;
    background-color: #ffffff;
    border: solid 1px #d2d2d2;
    font-family: Arial;
    font-size: 16px;
    color: #333333;
}

.pro_section .btnbox1 a:first-child {
    width: 183px;
}

.pro_section .btnbox1 a i {
    color: #333;
    display: inline-block;
    transform: rotate(-45deg);
    margin-left: 8px;
}

.pro_section .btnbox1 a:first-child {
    margin-right: 33px;
}

.pro_section .btnbox1 a:hover {
    background-color: #031c6a;
    border: 1px solid #031c6a;
    color: #fff;
}

.pro_section .btnbox1 a:hover i {
    color: #fff;
}

@media(max-width:1600px) {
    .pro_section {
        padding: 50px 0px;
    }

    .pro_section .r_box {
        width: 46.2%;
        padding-top: 15px;
    }

    .pro_section .title30 {
        margin-bottom: 25px;
    }

    .pro_section .sharebox {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .pro_section table {
        margin: 0;
    }

    .pro_section table tr td {
        padding: 15px 12px;
        font-size: 16px;
    }

    .pro_section .btnbox1 a:first-child {
        margin-right: 28px;
    }
}

@media(max-width:1333px) {
    .pro_section .title30 {
        margin-bottom: 16px;
    }

    .pro_section .sharebox {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .pro_section table {
        min-width: 400px;
        overflow: auto;
    }

    .pro_section table tr td {
        padding: 10px 10px;
        font-size: 14px;
    }

    .pro_section .btnbox1 a:first-child {
        margin-right: 20px;
    }

    .pro_section .btnbox1 a {
        width: 170px !important;
        height: 50px;
        font-size: 16px;
    }

    .pro_section .biaoge {
        margin-bottom: 30px;
    }

    .pro_section .btnbox i {
        width: 45px;
        height: 45px;
        border-radius: 10px;
        font-size: 18px;
    }
}


@media(max-width:999px) {
    .pro_section {
        padding: 40px 0px;
    }

    .pro_section .safe {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .pro_section .l_box {
        width: 60%;
        margin: 0 auto;
        margin-bottom: 25px;
    }

    .pro_section .r_box {
        width: 100%;
        padding-top: 0;
    }

    .pro_section .l_box .btnbox {
        display: block !important;
    }
}

@media(max-width:768px) {
    .pro_section .btnbox i {
        width: 40px;
        height: 40px;
        border-radius: 10px;
        font-size: 16px;
    }

    .pro_section .l_box {
        width: 70%;
        margin: 0 auto;
        margin-bottom: 25px;
    }

    .pro_section .sharebox {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .pro_section .btnbox1 a {
        width: 150px !important;
        height: 45px;
        font-size: 14px;
    }

    .pro_section .biaoge {
        margin-bottom: 20px;
    }
}

@media(max-width:570px) {
    .pro_section {
        padding: 30px 0px;
    }

    .pro_section .l_box {
        width: 80%;
    }
}

@media(max-width:500px) {
    .pro_section .l_box {
        width: 90%;
    }
}

@media(max-width:450px) {
    .pro_section .l_box {
        width: 100%;
    }
}

/* pro_detail */

.pro_detail {
    margin-bottom: 59px;
}

.pro_detail .title30 {
    margin-bottom: 27px;
}

.pro_detail .content {
    font-family: Arial;
    font-size: 16px;
    line-height: 26px;
    color: #666666;
}

@media(max-width:1600px) {
    .pro_detail {
        margin-bottom: 50px;
    }

    .pro_detail .title30 {
        margin-bottom: 25px;
    }
}

@media(max-width:1333px) {
    .pro_detail .title30 {
        margin-bottom: 20px;
    }
}

@media(max-width:999px) {
    .pro_detail {
        margin-bottom: 40px;
    }

    .pro_detail .title30 {
        margin-bottom: 15px;
    }
}

@media(max-width:768px) {
    .pro_detail .content {
        font-size: 14px;
        line-height: 24px;
    }
}

@media(max-width:570px) {
    .pro_detail {
        margin-bottom: 30px;
    }

}


/* pro_specification */

.pro_specification {
    margin-bottom: 89px;
}

.pro_specification .title30 {
    margin-bottom: 38px;
}

.pro_specification .biaoge {}

.pro_specification table {
    border-collapse: collapse;
    border: 1px solid #dedede;
    width: 100%;
    min-width: 700px;
    overflow: auto;
    border-top: unset;

    font-family: Arial;
    font-weight: bold;
    color: #333333;
    font-size: 16px;
}

.pro_specification .tablen {
    overflow: auto;
}

.pro_specification table tr {
    color: #333;
}

.pro_specification table tr td {
    border: 1px solid #dedede;
    padding: 15px 15px;
    text-align: center;
}

.pro_specification table tr:first-child {
    background-color: #f0f0f0;
    position: relative;
}

.pro_specification table tr:first-child td {
    border: unset !important;
    font-size: 18px;
}

@media(max-width:1600px) {
    .pro_specification .title30 {
        margin-bottom: 30px;
    }

    .pro_specification {
        margin-bottom: 50px;
    }
}

@media(max-width:1333px) {
    .pro_specification table tr:first-child td {
        border: unset !important;
        font-size: 16px;
    }
}

@media(max-width:999px) {
    .pro_specification .title30 {
        margin-bottom: 20px;
    }

    .pro_specification {
        margin-bottom: 40px;
    }
}

@media(max-width:768px) {
    .pro_specification .title30 {
        margin-bottom: 15px;
    }

    .pro_specification table tr td {
        padding: 10px 10px;
    }

    .pro_specification table tr:first-child td {
        border: unset !important;
        font-size: 14px;
    }

    .pro_specification table {
        font-size: 14px;
    }
}

@media(max-width:570px) {
    .pro_specification {
        margin-bottom: 30px;
    }
}


/* page_about */

.page_about {
    padding: 76px 0px 74px;
}

.page_about .box {
    margin-bottom: 50px;
}

.page_about .l_box {
    width: 46%;
    padding-top: 30px;
}

.page_about .r_box {
    float: right;
}

.page_about .title40 {
    margin-bottom: 39px;
}

.page_about .content1 {
    font-family: Arial;
    font-size: 24px;
    line-height: 25px;
    color: #031c6a;
    margin-bottom: 31px;
    padding-bottom: 29px;
    border-bottom: 1px solid #e6e6e6;
}

.page_about .content1 p {
    padding-left: 32px;
    position: relative;
}

.page_about .content1 p::after {
    content: "";
    position: absolute;
    left: 3px;
    width: 22px;
    height: 22px;
    border-radius: 50px;
    left: 0;
    background-repeat: no-repeat;
    background-image: url(../images/duigou.png);
    top: 0;
}

.page_about .content {
    font-family: Arial;
    font-size: 16px;
    line-height: 25px;
    color: #333333;
}

.page_about .content p {
    margin-bottom: 25px;
}

.page_about .content p:last-child {
    margin-bottom: 0;
}

.page_about .photo_group {}


.page_about .photo_group .swiper-slide {
    overflow: hidden;
}

.page_about .photo_group img:hover {
    transform: scale(1.05);
}

@media(max-width:1600px) {
    .page_about {
        padding: 50px 0px;
    }

    .page_about .l_box {
        width: 42%;
        padding-top: 0px;
    }

    .page_about .title40 {
        margin-bottom: 30px;
    }

    .page_about .content1 {
        font-size: 22px;
        line-height: 25px;
        margin-bottom: 25px;
        padding-bottom: 25px;
    }

    .page_about .content p {
        margin-bottom: 20px;
    }

    .page_about .box {
        margin-bottom: 50px;
    }
}

@media(max-width:1333px) {
    .page_about .l_box {
        width: 100%;
        padding-top: 0px;
    }

    .page_about .r_box {
        width: 50%;
        margin-left: 20px;
    }

    .page_about .content1 {
        padding-bottom: 0;
        border-bottom: unset;
        margin-bottom: 20px;
        font-size: 20px;
        line-height: 25px;
    }

    .page_about .title40 {
        margin-bottom: 25px;
    }
}

@media(max-width:999px) {
    .page_about {
        padding: 40px 0px;
    }

    .page_about .title40 {
        margin-bottom: 20px;
    }

    .page_about .content1 {
        margin-bottom: 20px;
        font-size: 18px;
        line-height: 25px;
    }

    .page_about .box {
        margin-bottom: 40px;
    }

    .page_about .photo_group .swiper {
        padding-bottom: 35px;
    }

    .page_about .photo_group .swiper img {
        width: 100%;
    }

    .page_about .photo_group .swiper-pagination-bullet {
        background-color: #031c6a;
    }
}

@media(max-width:768px) {
    .page_about .content {
        font-size: 14px;
        line-height: 25px;
    }

    .page_about .content1 {
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 25px;
    }
}

@media(max-width:570px) {
    .page_about {
        padding: 30px 0px;
    }

    .page_about .box {
        margin-bottom: 30px;
    }

    .page_about .box {
        display: flex;
        flex-direction: column-reverse;
    }

    .page_about .box .r_box {
        float: unset;
        margin-left: 0;
        width: 85%;
        margin-bottom: 0;
    }

    .page_about .l_box {
        margin-bottom: 20px;
    }

    .page_about .content1 {
        margin-bottom: 15px;
        font-size: 16px;
        line-height: 25px;
    }
}

@media(max-width:450px) {
    .page_about .box .r_box {
        width: 100%;
    }
}

/* about_choose */

.about_choose {
    padding: 82px 0px 72px;
    background-color: #f2f2f2;
}

.about_choose .safe {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.about_choose .l_box {
    width: 65.9%;
}

.about_choose .wrap {
    display: flex;
    flex-wrap: wrap;
}

.about_choose .inner {
    width: 32.5%;
    margin-right: 1%;
    min-height: 294px;
    background-color: #ffffff;
    padding: 38px 20px 8px 19px;
    margin-bottom: 10px;
}

.about_choose .inner:nth-child(3n) {
    margin-right: 0;
}

.about_choose .svgbox {
    margin-bottom: 21px;
}

.about_choose .title {
    min-height: 40px;
    font-family: Arial;
    font-weight: bold;
    font-size: 20px;
    line-height: 25px;
    color: #333333;
    margin-bottom: 20px;
}

.about_choose .content {
    font-family: Arial;
    font-size: 16px;
    line-height: 25px;
    color: #666666;
}

.about_choose .r_box {
    width: 32%;
    padding-top: 155px;
}

.about_choose .title40 {
    margin-bottom: 33px;
}

.about_choose .line {
    width: 100%;
    background-color: #d2d2d2;
    height: 1px;
    position: relative;
    margin-bottom: 68px;
}

.about_choose .line::after {
    content: "";
    left: 0;
    width: 70px;
    position: absolute;
    height: 3px;
    background-color: #031c6a;
    top: -1.5px;
}

.about_choose .con {
    font-family: Arial;
    font-size: 16px;
    line-height: 25px;
    color: #333333;
}

@media(max-width:1600px) {
    .about_choose {
        padding: 50px 0px;
    }

    .about_choose .inner {
        width: 32.5%;
        margin-right: 1%;
        min-height: 294px;
        padding: 25px 20px 20px 19px;
    }

    .about_choose .title {
        min-height: 38px;
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 10px;
    }

    .about_choose .safe {
        align-items: center;
    }

    .about_choose .r_box {
        padding-top: 0;
    }

    .about_choose .title40 {
        margin-bottom: 30px;
    }

    .about_choose .line {
        margin-bottom: 50px;
    }
}

@media(max-width:1333px) {
    .about_choose .safe {
        flex-direction: column-reverse;
    }

    .about_choose .r_box {
        width: 100%;
        margin-bottom: 20px;
    }

    .about_choose .l_box {
        width: 100%;
    }

    .about_choose .line {
        width: 100%;
        height: 1px;
        margin-bottom: 40px;
    }

    .about_choose .title40 {
        margin-bottom: 20px;
    }
}

@media(max-width:999px) {
    .about_choose {
        padding: 40px 0px;
    }

    .about_choose .title {
        min-height: 38px;
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 6px;
    }

    .about_choose .svgbox {
        margin-bottom: 15px;
    }

    .about_choose .inner {
        width: 32.5%;
        margin-right: 1%;
        min-height: 290px;
        padding: 20px;
    }

    .about_choose .line {
        margin-bottom: 30px;
    }
}

@media(max-width:768px) {
    .about_choose .con {
        font-size: 14px;
        line-height: 24px;
    }

    .about_choose .line {
        margin-bottom: 20px;
    }

    .about_choose .inner {
        width: 49%;
        margin-right: 2%;
        min-height: 200px;
        padding: 20px 20px 20px 20px;
    }

    .about_choose .inner:nth-child(3n) {
        margin-right: 2%;
    }

    .about_choose .inner:nth-child(2n) {
        margin-right: 0;
    }

    .about_choose .content {
        font-size: 14px;
        line-height: 24px;
    }
}

@media(max-width:570px) {
    .about_choose {
        padding: 30px 0px;
    }
}

@media(max-width:500px) {
    .about_choose .inner {
        width: 100%;
        margin-right: 0% !important;
        min-height: 200px;
        padding: 20px 20px 20px 20px;
    }
}


/* about_stringent */

.about_stringent {
    padding: 83px 0px 79px;
}

.about_stringent .title40 {
    margin-bottom: 30px;
}

.about_stringent .con {
    font-family: Arial;
    font-size: 16px;
    line-height: 25px;
    color: #333333;
    margin-bottom: 51px;
}

.about_stringent .lunbo {
    margin-bottom: 51px;
}

.about_stringent .lunbo .swiper-slide {
    overflow: hidden;
}

.about_stringent .lunbo .swiper-slide img:hover {
    transform: scale(1.05);
}

.about_stringent .lunbo:last-child {
    margin-bottom: 0;
}

.about_stringent .titlebox {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.about_stringent .title {
    display: flex;
    align-items: center;
    font-family: Arial;
    font-weight: bold;
    font-size: 26px;
    line-height: 25px;
    color: #333333;
}

.about_stringent .title span {
    width: 60px;
    height: 60px;
    background-color: #192d79;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Arial;
    font-size: 24px;
    color: #ffffff;
    margin-right: 12px;
    flex-shrink: 0;
}

.about_stringent .btnbox {
    display: flex;
    align-items: center;
}

.about_stringent .btnbox i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 51px;
    height: 51px;
    background-color: #192d79;
    border-radius: 10px;
    opacity: 0.2;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}

.about_stringent .btnbox i:hover {
    opacity: 1;
}

.about_stringent .btnbox i:first-child {
    margin-right: 11px;
}

@media(max-width:1600px) {
    .about_stringent {
        padding: 50px 0px;
    }

    .about_stringent .title40 {
        margin-bottom: 25px;
    }

    .about_stringent .con {
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 45px;
    }

    .about_stringent .title {
        font-size: 24px;
        line-height: 25px;
    }
}

@media(max-width:1333px) {
    .about_stringent .title40 {
        margin-bottom: 20px;
    }

    .about_stringent .con {
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 35px;
    }

    .about_stringent .titlebox {
        margin-bottom: 20px;
    }

    .about_stringent .title {
        font-size: 22px;
        line-height: 25px;
    }

    .about_stringent .title span {
        width: 55px;
        height: 55px;
        border-radius: 50px;
        font-size: 22px;
        margin-right: 10px;
    }

    .about_stringent .lunbo {
        margin-bottom: 40px;
    }

    .about_stringent .btnbox i {
        width: 45px;
        height: 45px;
        border-radius: 10px;
        font-size: 18px;
    }
}

@media(max-width:999px) {
    .about_stringent {
        padding: 40px 0px;
    }

    .about_stringent .con {
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 25px;
    }

    .about_stringent .title {
        font-size: 20px;
        line-height: 25px;
    }

    .about_stringent .title span {
        width: 50px;
        height: 50px;
        border-radius: 50px;
        font-size: 20px;
        margin-right: 10px;
    }

    .about_stringent img {
        width: 100%;
    }
}

@media(max-width:768px) {
    .about_stringent .con {
        font-size: 14px;
        line-height: 25px;
        margin-bottom: 15px;
    }

    .about_stringent .title40 {
        margin-bottom: 15px;
    }

    .about_stringent .btnbox i {
        width: 40px;
        height: 40px;
        border-radius: 10px;
        font-size: 16px;
    }

    .about_stringent .title span {
        width: 45px;
        height: 45px;
        border-radius: 50px;
        font-size: 18px;
        margin-right: 10px;
    }

    .about_stringent .title {
        font-size: 18px;
        line-height: 25px;
    }

    .about_stringent .lunbo {
        margin-bottom: 30px;
    }
}

@media(max-width:570px) {
    .about_stringent {
        padding: 30px 0px;
    }

    .about_stringent .title span {
        width: 40px;
        height: 40px;
        border-radius: 50px;
        font-size: 16px;
        margin-right: 10px;
    }

    .about_stringent .title {
        font-size: 16px;
        line-height: 25px;
    }
}


/* about_advanced */

.about_advanced {
    margin-bottom: 97px;
}

.about_advanced .title40 {
    margin-bottom: 30px;
}

.about_advanced .con {
    font-family: Arial;
    font-size: 16px;
    line-height: 25px;
    color: #333333;
    margin-bottom: 32px;
}

.about_advanced .wrap {
    display: flex;
    flex-wrap: wrap;
}

.about_advanced .inner {
    width: 31.2071%;
    margin-right: 3.0714%;
    margin-bottom: 33px;
}

.about_advanced .inner:nth-child(3n) {
    margin-right: 0;
}

.about_advanced .imgbox {
    overflow: hidden;
}

.about_advanced .imgbox {
    overflow: hidden;
    position: relative;
}

.about_advanced .shadow {
    min-height: 40px;
    background-color: rgba(25, 45, 121, .7);
    padding: 8px 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    font-family: Arial;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}


@media(max-width:1600px) {
    .about_advanced {
        margin-bottom: 40px;
    }

    .about_advanced .title40 {
        margin-bottom: 25px;
    }
}

@media(max-width:1333px) {
    .about_advanced .title40 {
        margin-bottom: 20px;
    }

    .about_advanced .inner {
        width: 32%;
        margin-right: 2%;
        margin-bottom: 25px;
    }
}

@media(max-width:999px) {
    .about_advanced {
        margin-bottom: 40px;
    }

    .about_advanced .con {
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 20px;
    }
}

@media(max-width:768px) {
    .about_advanced .title40 {
        margin-bottom: 15px;
    }

    .about_advanced .inner {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 25px;
    }

    .about_advanced .inner:nth-child(3n) {
        margin-right: 2%;
    }

    .about_advanced .inner:nth-child(2n) {
        margin-right: 0;
    }

    .about_advanced .con {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .about_advanced .shadow {
        min-height: 35px;
        padding: 6px 15px;
        font-size: 14px;
    }
}

@media(max-width:570px) {
    .about_advanced {
        margin-bottom: 30px;
    }
}

@media(max-width:400px) {
    .about_advanced .inner {
        width: 100%;
        margin-right: 0% !important;
        margin-bottom: 20px;
    }

    .about_advanced .inner:last-child {
        margin-bottom: 0;
    }
}

/* packaging_matters */

.packaging_matters {
    padding: 68px 0px 56px;
}

.packaging_matters .safe {
    padding-bottom: 56px;
    border-bottom: 1px solid #d2d2d2;
}

.packaging_matters .titlebox {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.packaging_matters .title40 {
    width: 35%;
}

.packaging_matters .content {
    font-family: Arial;
    font-size: 18px;
    line-height: 28px;
    color: #333333;
    width: 62%;
    padding-top: 1px;
}

@media(max-width:1600px) {
    .packaging_matters {
        padding: 50px 0px;
    }

    .packaging_matters .safe {
        padding-bottom: 50px;
    }
}

@media(max-width:1333px) {
    .packaging_matters .safe {
        padding-bottom: 40px;
    }

    .packaging_matters .content {
        font-size: 16px;
        line-height: 26px;
    }

}

@media(max-width:999px) {
    .packaging_matters {
        padding: 40px 0px;
    }

    .packaging_matters .safe {
        padding-bottom: 30px;
    }

    .packaging_matters .titlebox {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .packaging_matters .title40 {
        width: 100%;
        margin-bottom: 15px;
    }

    .packaging_matters .content {
        width: 100%;
    }
}

@media(max-width:768px) {
    .packaging_matters .safe {
        padding-bottom: 20px;
    }

    .packaging_matters .content {
        width: 100%;
        font-size: 14px;
        line-height: 24px;
    }
}

@media(max-width:570px) {
    .packaging_matters {
        padding: 30px 0px;
    }
}

/* packaing_types */

.packaing_types {
    margin-bottom: 68px;
}

.packaing_types .title40 {
    margin-bottom: 39px;
}

.packaing_types table {
    border-collapse: collapse;
    width: 100%;
    min-width: 700px;
    overflow: auto;
    font-family: Arial;
    font-size: 16px;
    color: #333333;
    border-bottom: 1px solid #e3e3e3;
}

.packaing_types .tablen {
    overflow: auto;
}

.packaing_types table tr {
    background-color: #f8f7f7;
}

.packaing_types table tr:nth-child(2n) {
    background-color: #fff;
}

.packaing_types table tr td:first-child {
    font-family: Arial;
    font-weight: bold !important;
}

.packaing_types table tr td {
    padding: 20px 30px;
}

@media(max-width:1600px) {
    .packaing_types {
        margin-bottom: 50px;
    }

    .packaing_types .title40 {
        margin-bottom: 35px;
    }
}

@media(max-width:1333px) {
    .packaing_types .title40 {
        margin-bottom: 25px;
    }

    .packaing_types table tr td {
        padding: 15px 25px;
    }
}

@media(max-width:999px) {
    .packaing_types {
        margin-bottom: 40px;
    }

    .packaing_types .title40 {
        margin-bottom: 20px;
    }

    .packaing_types table tr td {
        padding: 12px 20px;
    }
}

@media(max-width:768px) {
    .packaing_types .title40 {
        margin-bottom: 15px;
    }

    .packaing_types table {
        font-size: 14px;
    }

    .packaing_types table tr td {
        padding: 10px 18px;
    }
}

@media(max-width:570px) {
    .packaing_types {
        margin-bottom: 30px;
    }
}


/* package_needs */

.package_needs {
    padding: 78px 0px 72px;
    background-color: #f2f2f2;
}

.package_needs .titlebox {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 48px;
}

.package_needs .title40 {
    width: 40%;
}

.package_needs .content {
    width: 60%;
    font-family: Arial;
    font-size: 18px;
    line-height: 28px;
    color: #333333;
}

.package_needs .wrap {
    display: flex;
    flex-wrap: wrap;
}

.package_needs .inner {
    width: 23.9285%;
    margin-right: 1.3571%;
    position: relative;
    margin-bottom: 21px;
}

.package_needs .inner:nth-child(4n) {
    margin-right: 0;
}

.package_needs .shadow {
    position: absolute;
    width: 100%;
    bottom: 15px;
    left: 0;
    border-bottom: 15px;
    padding: 0px 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: Arial;
    font-weight: bold;
    font-size: 16px;
    color: #333333;
}

@media(max-width:1600px) {
    .package_needs {
        padding: 50px 0px;
    }

    .package_needs .titlebox {
        margin-bottom: 40px;
    }
}

@media(max-width:1333px) {
    .package_needs .titlebox {
        margin-bottom: 30px;
    }

    .package_needs .content {
        width: 60%;
        font-size: 16px;
        line-height: 26px;
    }
}

@media(max-width:999px) {
    .package_needs {
        padding: 40px 0px;
    }

    .package_needs .titlebox {
        margin-bottom: 20px;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .package_needs .title40 {
        width: 100%;
        margin-bottom: 15px;
    }

    .package_needs .content {
        width: 100%;
    }
}

@media(max-width:768px) {
    .package_needs .titlebox {
        margin-bottom: 15px;
    }

    .package_needs .inner {
        width: 32%;
        margin-right: 2%;
    }

    .package_needs .inner:nth-child(4n) {
        margin-right: 2%;
    }

    .package_needs .inner:nth-child(3n) {
        margin-right: 0;
    }

    .package_needs .shadow {
        width: 100%;
        bottom: 10px;
        left: 0;
        border-bottom: 10px;
        padding: 0px 10px;
        font-size: 14px;
    }

    .package_needs .content {
        font-size: 14px;
        line-height: 24px;
    }
}

@media(max-width:570px) {
    .package_needs {
        padding: 30px 0px;
    }

    .package_needs .inner {
        width: 49%;
        margin-right: 2%;
    }

    .package_needs .inner:nth-child(3n) {
        margin-right: 2%;
    }

    .package_needs .inner:nth-child(2n) {
        margin-right: 0;
    }
}


@media(max-width:360px) {
    .package_needs .inner {
        width: 100%;
        margin-right: 0% !important;
    }

    .package_needs .inner img {
        width: 100%;
    }
}


/* packaging_contact */

.packaging_contact {
    padding: 99px 0px 113px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/index_bg1.jpg);
}

.packaging_contact .safe {
    display: flex;
    justify-content: space-between;
}

.packaging_contact .l_box {
    width: 50%;
}

.packaging_contact .title40 {
    color: #fff;
    margin-bottom: 17px;
}

.packaging_contact .content {
    font-family: Arial;
    font-size: 24px;
    line-height: 36px;
    color: #ffffff;
}

.packaging_contact .btn {
    width: 240px;
    height: 54px;
    border: solid 1px #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: ArialMT;
    font-size: 16px;
    color: #ffffff;
    margin-top: 40px;
}

.packaging_contact .btn i {
    display: inline-block;
    transform: rotate(-45deg);
    margin-left: 8px;
}

.packaging_contact .btn:hover {
    background-color: #fff;
    color: #031c6a;
}

@media(max-width:1600px) {
    .packaging_contact {
        padding: 65px 0px;
    }

    .packaging_contact .content {
        font-size: 22px;
        line-height: 34px;
    }
}

@media(max-width:1333px) {
    .packaging_contact .content {
        font-family: Arial;
        font-size: 20px;
        line-height: 30px;
        color: #ffffff;
    }

    .packaging_contact .btn {
        width: 230px;
        height: 50px;
        font-size: 16px;
    }
}

@media(max-width:999px) {
    .packaging_contact {
        padding: 55px 0px;
    }

    .packaging_contact .safe {
        flex-direction: column;
    }

    .packaging_contact .l_box {
        width: 100%;
        margin-bottom: 18px;
    }

    .packaging_contact .content {
        font-size: 18px;
        line-height: 28px;
    }

    .packaging_contact .btn {
        width: 230px;
        height: 45px;
        font-size: 16px;
        margin-top: 0;
    }
}

@media(max-width:768px) {
    .packaging_contact .content {
        font-size: 16px;
        line-height: 28px;
    }

    .packaging_contact .btn {
        width: 200px;
        height: 42px;
        font-size: 14px;
        margin-top: 0;
    }
}

@media(max-width:570px) {
    .packaging_contact {
        padding: 45px 0px;
    }
}


/* blogs_list */

.blogs_list {
    padding: 74px 0px 86px;
}

.blogs_list>.safe {
    margin-bottom: 98px;
}

.blogs_list .inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 40px;
    margin-bottom: 38px;
    border-bottom: 1px solid #d2d2d2;
}

.blogs_list .imgbox {
    width: 19.6428%;
    margin-right: 2.3%;
    flex-shrink: 0;
    overflow: hidden;
}

.blogs_list .r_box {
    width: 100%;
    display: flex;
    align-items: flex-start;
    position: relative;
}

.blogs_list .r_box * {
    transition: none;
}

.blogs_list .contact {
    width: 75%;
    width: 100%;
    padding-top: 25px;
}

.blogs_list .data {
    /*    width: 97px;*/
    height: 15px;
    font-family: Arial;
    font-size: 16px;
    color: #555555;
    margin-bottom: 16px;
}

.blogs_list .title {
    font-family: Arial;
    font-size: 18px;
    line-height: 24px;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 16px;
    width: 100%;
}

.blogs_list .title a {
    color: #333333;
}

.blogs_list .title:hover,
.blogs_list .title a:hover {
    color: #031c6a;
}

.blogs_list .content {
    font-family: Arial;
    font-size: 16px;
    line-height: 26px;
    color: #333333;
    width: 100%;
}

.blogs_list .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 166px;
    height: 54px;
    background-color: #031c6a;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #ffffff;
    flex-shrink: 0;
    position: absolute;
    top: 40px;
    right: 0;
    opacity: 0;
    transition: .3s linear all;
}

.blogs_list .btn i {
    display: inline-block;
    transform: rotate(-45deg);
    margin-left: 10px;
}

.blogs_list .btn:hover {
    color: #031c6a;
    background-color: #fff;
    border: 1px solid #031c6a;
}

.blogs_list .inner:hover {
    border-bottom: 1px solid #031c6a;
}

.blogs_list .inner:hover .contact {
    width: 75%;
}

.blogs_list .inner:hover .btn {
    opacity: 1;
}

@media(max-width:1600px) {
    .blogs_list {
        padding: 50px 0px;
    }

    .blogs_list .contact {
        padding-top: 0;
    }

    .blogs_list .inner {
        padding-bottom: 25px;
        margin-bottom: 25px;
        align-items: center;
    }
}

@media(max-width:1333px) {
    .blogs_list .imgbox {
        width: 21.6428%;
        margin-right: 2.3%;
        overflow: hidden;
    }

    .blogs_list .btn {
        height: 50px;
        font-size: 14px;
        flex-shrink: 0;
        position: absolute;
        top: 40px;
        right: 0;
        opacity: 0;
    }


    .blogs_list .inner {
        padding-bottom: 20px;
        margin-bottom: 20px;
        align-items: center;
    }
}

@media(max-width:999px) {
    .blogs_list {
        padding: 40px 0px;
    }

    .blogs_list .btn {
        position: static;
        left: unset;
        top: unset;
        opacity: 1;
    }

    .blogs_list .r_box {
        flex-direction: column;
        align-items: flex-start;
    }

    .blogs_list .contact {
        margin-bottom: 20px;
    }

    .blogs_list .inner:hover .contact {
        width: 100% !important;
    }

    .blogs_list .data {
        width: 97px;
        height: auto;
        font-size: 16px;
        margin-bottom: 10px;
    }

    .blogs_list .title {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .blogs_list .imgbox {
        width: 30.6428%;
        margin-right: 2.3%;
        overflow: hidden;
    }

    .blogs_list .inner {
        align-items: flex-start;
    }

    .blogs_list .btn {
        height: 45px;
        font-size: 14px;
        top: 40px;
        width: 150px;
    }

    .blogs_list .inner {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
}

@media(max-width:768px) {
    .blogs_list .inner {
        flex-direction: column;
    }

    .blogs_list .imgbox {
        width: auto;
        margin-right: 0;
        margin-bottom: 18px;
    }

    .blogs_list .title {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 5px;
    }

    .blogs_list .content {
        font-size: 14px;
        line-height: 24px;
        color: #333333;
        width: 100%;
    }

    .blogs_list .btn {
        height: 40px;
        font-size: 14px;
        top: 40px;
        width: 130px;
    }
}

@media(max-width:570px) {
    .blogs_list {
        padding: 30px 0px;
    }
}


/* blogs_detail */

.blogs_detail {
    padding: 77px 0px 64px;
}

.blogs_detail .safe {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.blogs_detail .l_box {
    width: 71%;
}

.blogs_detail .title {
    font-family: Arial;
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    color: #333333;
    margin-bottom: 32px;
}

.blogs_detail .con {
    display: flex;
    align-items: center;
    font-family: Arial;
    font-size: 16px;
    color: #555555;
    margin-bottom: 33px;
}

.blogs_detail .sharebox {
    display: flex;
    align-items: center;
    margin-left: 25px;
}

.blogs_detail .content {
    font-family: Arial;
    font-size: 16px;
    line-height: 30px;
    padding-top: 38px;
    margin-bottom: 36px;
    border-top: 1px solid #bcbcbc;
    padding-bottom: 40px;
    border-bottom: 1px solid #bcbcbc;
    color: #666666;
}

.blogs_detail .content p {
    color: #666666;
}

.blogs_detail .title2 {
    font-family: Arial;
    font-weight: bold;
    font-size: 26px;
    color: #333333;
    margin-bottom: 19px;
}

.blogs_detail .r_box {
    width: 25.5%;
    padding-top: 3px;
}

.blogs_detail .s_title {
    font-family: Arial;
    font-size: 18px;
    line-height: 24px;
    color: #333333;
    margin-bottom: 13px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blogs_detail .s_title:hover,
.blogs_detail .s_title a:hover {
    color: #031c6a;
}

.blogs_detail ul li {
    padding: 23px 52px 22px 21px;
    background-color: #ffffff;
    box-shadow: 0px 2px 12px 0px rgba(11, 11, 11, 0.06);
    margin-bottom: 25px;
}

.blogs_detail ul li:last-child {
    margin-bottom: 0;
}

.blogs_detail .s_data {
    font-family: Arial;
    font-size: 16px;
    color: #555555;
    margin-bottom: 16px;
}

.blogs_detail .s_content {
    font-family: Arial;
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blogs_detail .in {
    display: flex;
    align-items: center;
}

.blogs_detail .in:first-child {
    margin-bottom: 14px;
}

.blogs_detail .in .iconfont {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    background-color: #bcbcbc;
    opacity: 0.5;
    margin-right: 10px;
    color: #fff;
    flex-shrink: 0;
}

.blogs_detail .in .iconfont:hover {
    background-color: #031c6a;
    color: #fff;
    opacity: 1;
}

.blogs_detail .in p,
.blogs_detail .in a,
.blogs_detail .in {
    font-family: Arial;
    font-size: 16px;
    color: #888888;
}

.blogs_detail .in a:hover {
    opacity: 1;
    color: #333;
}


@media(max-width:1600px) {
    .blogs_detail {
        padding: 50px 0px;
    }

    .blogs_detail .title {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 24px;
    }

    .blogs_detail .content {
        font-size: 16px;
        line-height: 30px;
        padding-top: 30px;
        margin-bottom: 30px;
        border-top: 1px solid #bcbcbc;
        padding-bottom: 30px;
        border-bottom: 1px solid #bcbcbc;
    }

    .blogs_detail .r_box {
        padding-top: 0;
    }

    .blogs_detail .title2 {
        font-size: 24px;
        margin-bottom: 19px;
    }
}

@media(max-width:1333px) {
    .blogs_detail .con {
        font-size: 16px;
        margin-bottom: 25px;
    }

    .blogs_detail ul li {
        padding: 15px 15px 15px 15px;
        margin-bottom: 20px;
    }

    .blogs_detail .s_data {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .blogs_detail .title {
        font-size: 22px;
        line-height: 22px;
        margin-bottom: 20px;
    }

    .blogs_detail .title2 {
        font-size: 22px;
        margin-bottom: 18px;
    }
}

@media(max-width:999px) {
    .blogs_detail {
        padding: 40px 0px;
    }

    .blogs_detail .safe {
        flex-direction: column;
    }

    .blogs_detail .l_box {
        width: 100%;
        margin-bottom: 20px;
    }

    .blogs_detail .r_box {
        width: 100%;
    }

    .blogs_detail .s_title {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 13px;
    }

    .blogs_detail .title {
        font-size: 20px;
        line-height: 22px;
        margin-bottom: 20px;
    }

    .blogs_detail .content {
        font-size: 16px;
        line-height: 30px;
        padding-top: 25px;
        margin-bottom: 25px;
        border-top: 1px solid #bcbcbc;
        padding-bottom: 25px;
        border-bottom: 1px solid #bcbcbc;
    }

    .blogs_detail .in .iconfont {
        width: 35px;
        height: 35px;
        margin-right: 10px;
    }

    .blogs_detail .title2 {
        font-size: 20px;
        margin-bottom: 15px;
    }
}

@media(max-width:768px) {
    .blogs_detail .title {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 15px;
    }

    .blogs_detail .con {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .blogs_detail .content {
        font-size: 14px;
        line-height: 26px;
        padding-top: 20px;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .blogs_detail .in p,
    .blogs_detail .in a,
    .blogs_detail .in {
        font-size: 14px;
    }

    .blogs_detail .in .iconfont {
        width: 32px;
        height: 32px;
        margin-right: 10px;
    }

    .blogs_detail .title2 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .blogs_detail .s_title {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 8px;
    }

    .blogs_detail .s_data {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .blogs_detail .s_content {
        font-size: 14px;
        line-height: 24px;
    }
}

@media(max-width:570px) {
    .blogs_detail {
        padding: 30px 0px;
    }

    .blogs_detail .con {
        flex-direction: column;
        align-items: flex-start;
    }

    .blogs_detail .con .data {
        margin-bottom: 12px;
    }

    .blogs_detail .con .sharebox {
        margin-left: 0;
    }
}

/* contactus */


.contactus {
    padding: 69px 0px 117px;
}

.contactus .title {
    font-family: Arial;
    font-weight: bold;
    font-size: 34px;
    color: #333333;
    margin-bottom: 27px;
}

.contactus .con {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 28px;
    color: #333333;
    margin-bottom: 40px;
}

.contactus .box {
    display: flex;
    justify-content: space-between;
}


.contactus .l_box {
    width: 30%;
    padding-top: 11px;
}

.contactus .in {
    display: flex;
    align-items: center;
    margin-bottom: 31px;
}

.contactus .in:last-child {
    margin-bottom: 0;
}

.contactus .in>i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    background-color: #031c6a;
    border-radius: 50px;
    color: #fff;
    font-size: 22px;
    flex-shrink: 0;
    margin-right: 15px;
}

.contactus .in .name {
    font-family: Arial;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    color: #333333;
}

.contactus .in .resu {
    font-family: Arial;
    font-size: 16px;
    color: #333333;
}

.contactus .in .resu a:hover {
    color: #031c6a;
}

.contactus .r_box {
    width: 64.15%;
}

.contactus .inpbox1 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 22px;
}

.contactus .inpbox1:last-child {
    margin-bottom: 0;
}

.contactus .inp1 {
    width: 48.3%;
    height: 55px;
    background-color: #f8f8f8;
    border: solid 1px #f8f8f8;
}

.contactus .r_box input,
.contactus .r_box textarea {
    background-color: #f8f8f8;
    width: 100%;
    height: 100%;
    font-family: ArialMT;
    font-size: 16px;
    color: #333;
    resize: none;
}

.contactus .r_box input::placeholder,
.contactus .r_box textarea::placeholder {
    color: #999999;
}

.contactus .inp1 input {
    padding: 0px 15px;
}

.contactus .inp1>div {
    width: 100%;
    height: 100%;
}

.contactus .inpbox2 {
    height: 119px;
}

.contactus .inpbox2 textarea {
    padding: 12px 15px;
}

.contactus .inpbox3 .inp1 {
    width: 67.9%;
}

.contactus .inpbox3 .submit {
    width: 29.8%;
    background-color: #031c6a;
    height: 100%;
    height: 55px;
}


.contactus .inpbox3 .submit input {
    height: 100%;
    background-color: #031c6a;
    font-family: Arial;
    font-size: 18px;
    color: #ffffff;
    cursor: pointer;
}

.contactus .inpbox3 .submit input:hover {
    border: 1px solid #031c6a;
    color: #031c6a;
    background-color: #fff;
}

.contactus .code {
    position: relative;
}

.contactus .code input {
    padding-right: 120px;
}

.contactus .codebox {
    position: absolute;
    right: 0;
    top: 0;
    width: 110px !important;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f3fbfe;
    cursor: pointer;
}

.contactus .must {
    position: relative;
}

.contactus .must::after {
    content: "*";
    color: #ff0000;
    position: absolute;
    left: -16px;
    top: 18px;
}

.contactus .email a {
    word-break: break-all;
}

@media(max-width:1600px) {
    .contactus {
        padding: 50px 0px;
    }

    .contactus .title {
        font-size: 30px;
        margin-bottom: 25px;
    }

    .contactus .con {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 30px;
    }
}

@media(max-width:1333px) {
    .contactus .title {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .contactus .con {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .contactus .inp1 {
        width: 48.3%;
        height: 50px;
    }

    .contactus .inpbox3 .submit {
        width: 29.8%;
        height: 100%;
        height: 50px;
    }

    .contactus .inpbox3 .submit input {
        font-size: 16px;
    }
}

@media(max-width:999px) {
    .contactus {
        padding: 40px 0px;
    }

    .contactus .title {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .contactus .box {
        flex-direction: column;
    }

    .contactus .l_box {
        padding-top: 0;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 20px;
    }

    .contactus .in {
        width: 33.3%;
    }

    .contactus .r_box {
        width: 100%;
    }

    .contactus .inpbox1 {
        margin-bottom: 20px;
    }
}

@media(max-width:768px) {
    .contactus .title {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .contactus .con {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 15px;
    }

    .contactus .in {
        width: 50%;
    }

    .contactus .inp1 {
        width: 49%;
        height: 45px;
    }

    .contactus .inpbox1 {
        margin-bottom: 12px;
    }

    .contactus .r_box input,
    .contactus .r_box textarea {
        width: 100%;
        height: 100%;
        font-size: 14px;
    }

    .contactus .inpbox3 .submit input {
        font-size: 14px;
    }

    .contactus .in .name {
        font-size: 14px;
        line-height: 24px;
    }

    .contactus .in .resu {
        font-size: 14px;
    }

    .contactus .inpbox3 .submit {
        height: 100%;
        height: 45px;
    }
}

@media(max-width:570px) {
    .contactus {
        padding: 30px 0px;
    }
}

@media(max-width:500px) {
    .contactus .in {
        width: 100%;
    }
}

@media(max-width:400px) {
    .contactus .inpbox1 {
        flex-direction: column;
        margin-bottom: 0;
    }

    .contactus .inp1 {
        width: 100%;
        margin-bottom: 10px;
    }

    .contactus .inpbox2 {
        height: 100px;
        margin-bottom: 10px;
    }

    .contactus .inpbox3 .inp1 {
        width: 100%;
    }

    .contactus .inpbox3 .submit {
        width: 100%;
    }
}




.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
}


.biaoge p {

    /*font-family: HelveticaNeueLTStd-LtEx, Arial;*/
    font-size: 20px;
    color: #555555;
    line-height: 30px;
    margin-bottom: 8.4px;

}

.biaoge p:last-child {
    margin-bottom: 0;
}

@media screen and (max-width:1600px) {
    .biaoge p {
        font-size: 16px;
        margin-bottom: 0;
    }
}

@media screen and (max-width:1333px) {
    .biaoge p {
        font-size: 14px;
        line-height: 26px;
    }
}

@media screen and (max-width:768px) {
    .biaoge p {
        font-size: 12px;
        line-height: 24px;
    }
}



.m-clstext .box-desc.hid {
  max-height: 130px;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  /*width:80%;*/
}
.m-clstext .box-link {
  display: none;
}
.m-clstext .box-link .span {
  display: inline-block;
  min-width: 140px;
  padding: 7px 10px;
  line-height: 26px;
  color: #fff;
  background-color: #031c6a;
  border-radius: 8px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}
.m-clstext .box-link .span2 {
  display: none;
}
.m-clstext .box-link.active .span1 {
  display: none;
}
.m-clstext .box-link.active .span2 {
  display: inline-block;
}