@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: Montserrat-Light;
}

*::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: 1660px;
    width: calc(100% - 80px);
    margin: 0 auto;
}

@media screen and (max-width:999px) {
    .safe {
        max-width: 1400px;
        width: calc(100% - 60px);
    }
}

@media screen and (max-width:768px) {
    .safe {
        width: calc(100% - 40px);
    }
}

.safe1 {
    max-width: 1400px;
    width: calc(100% - 80px);
    margin: 0 auto;
}

@media screen and (max-width:999px) {
    .safe1 {
        max-width: 1400px;
        width: calc(100% - 60px);
    }
}

@media screen and (max-width:768px) {
    .safe1 {
        width: calc(100% - 40px);
    }
}

.h_safe {
    max-width: 1800px;
    width: calc(100% - 80px);
    margin: 0 auto;
}

@media screen and (max-width:999px) {
    .h_safe {
        max-width: 1400px;
        width: calc(100% - 70px);
    }
}

@media screen and (max-width:768px) {
    .h_safe {
        width: calc(100% - 60px);
    }
}


/* 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;

}

.zoomdiv {
    transform: translateY(80px);
}

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: 80%;
    transform: translateY(-80%);
    z-index: 15000000;
    display: flex;
}

.column ul {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.column ul li {
    margin-bottom: 3px;
    min-width: 50px;
    max-width: 250px;
    background-color: #ffffff;
    border-radius: 6px;
    display: flex;
    align-items: center;
    border-radius: 50px;
}

.column ul li:last-child {
    margin-top: 30px;
}

.column ul li:hover .tiaozhuan {
    display: flex;
    width: 90px;
    margin-left: 15px;
    margin-right: 10px;
}

.column ul li .tiaozhuan {
    width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.column ul li a {
    height: 100%;
}

.column ul li .imgbox {
    width: 52px;
    height: 52px;
    background-color: #919699;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    flex-shrink: 0;
    box-shadow: 0px 0px 17px 1px rgba(0, 0, 0, 0.15);
    border-radius: 50px;
    border: 1px solid #fff;
}

.column ul li:last-child {
    background-color: transparent;
}

.column ul li:last-child .imgbox {
    background-color: #243338;
}



.column ul li .imgbox a {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 50px;
}


.column ul li .imgbox:hover i {
    color: #fff !important;
}

.column ul li .imgbox:hover img {
    transform: unset !important;
}

.column .wechat {
    position: relative;
}

.column .gotop {
    cursor: pointer;
}

.column .gotop .icon-xiajiantou {
    transform: rotate(180deg);
}

.column .wechat .erweima {
    position: absolute;
    width: 150px;
    height: 150px;
    top: -10px;
    right: 100%;
    display: none;
    cursor: pointer;
    border: 10px solid rgba(0, 0, 0, .1);
    border-radius: 10px;
}

.column .wechat .erweima img,
.column .whatsapp .erweima img {
    width: 100%;
    height: 100%;
    border-radius: 10px !important;
    padding-right: 0px;
    background-color: transparent;
}

.column img {
    display: block;
    width: 45%;
}

.column .gotop i {
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

.column .facebook i {
    font-size: 18px !important;
    padding: 5px;
    border: 1px solid #fff;
    border-radius: 50px;
}

.column .phonebox:hover img {
    filter: brightness(100);
}

.column .phonebox .phone {
    width: 0;
    display: flex;
}

.column .phonebox .phone p {
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: linear width .3s;
    color: #fff;
}

.column i {
    color: #fff !important;
}

.column .phonebox:hover .phone {
    width: 180px;
    display: flex;
    margin-right: 10px;
    margin-left: 10px;
}


.column .imgbox:hover {
    background-color: #f34a00;
}

.column .imgbox:hover img {
    filter: brightness(100);
}

.column .phonebox:hover .imgbox {
    background-color: #00205b !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;
        width: 100%;
        height: 45px;
        transform: unset;
    }

    .column ul li .imgbox {
        width: 45px;
        height: 45px;
        border: unset;
    }

    .column ul li:last-child {
        margin-top: 0;
    }

    .column .wechat .erweima,
    .column .whatsapp .erweima {
        position: absolute;
        width: 150px;
        height: 150px;
        top: -173px;
        right: 17%;
        display: none;
        cursor: pointer;
    }

    .column ul {
        display: flex;
        flex-direction: row;
        width: 100%;
        justify-content: center;
        align-items: center;
        background: rgba(255, 255, 255, 0.5);
        height: 100%;
    }

    .column ul li {
        margin-bottom: 0px;
        width: 100%;
    }

    .column ul li .imgbox {
        width: 100%;
        height: 0;
    }

    .column ul li .imgbox a {
        width: 100%;
        height: 45px;
    }

    .column ul li .imgbox img {
        /* width: 18%; */
        width: 30px;
        filter: brightness(100);
    }

    .column ul li a {
        border: unset;
    }

    .column ul {
        background-color: rgba(0, 0, 0, .3);
    }

    .column ul li .phonenum {
        position: absolute;
        right: 53px;
        padding: 10px;
        color: #333;
        background-color: #fff;
        display: none;
        word-wrap: nowrap;
        right: unset;
        top: -100%;
    }

    .column .facebook i {
        border: unset;
    }

    .column ul li .imgbox img {
        width: auto;
    }

    .column ul li {
        background-color: transparent;
    }

    .column .phonebox:hover .phone {}

    .column .phonebox .phone {
        width: auto;
        min-width: 180px;
        margin-right: 0px;
        margin-left: 0px;
        top: -40px;
        position: absolute;
        background: #fff;
        padding: 10px;
    }

    .column .phonebox .phone p {
        color: #333;
    }

    .column .phonebox .phone {
        display: none;
    }
}

@media(max-width:768px) {

    .column ul li .imgbox {
        width: 45px;
        height: 45px;
    }

    .column .wechat .erweima,
    .column .whatsapp .erweima {
        position: absolute;
        width: 135px;
        height: 135px;
        top: -157px;
        /* right: 20%; */
        display: none;
        cursor: pointer;
        left: 0;
    }

    .column ul {
        display: flex;
        flex-direction: row;
        width: 100%;
        justify-content: center;
        align-items: center;
        height: 100%;
    }

    .column ul li {
        margin-bottom: 0px;
        width: 100%;
    }

    .column ul li .imgbox {
        width: 100%;
        height: 0;
    }

    .column ul li .imgbox a {
        width: 100%;

    }

}

@media(max-width:450px) {
    .column ul li .imgbox img {
        width: 25px;
    }

    .column .phonebox .phone {
        right: 0;
    }

    .column ul li .imgbox {
        width: 45px;
        height: 45px;
    }

    .column ul li .imgbox i {
        font-size: 18px;
    }

    .column .gotop i {
        font-size: 14px !important;
    }

    .column .wechat .erweima {
        position: absolute;
        width: 100px;
        height: 100px;
        top: -125px;
        right: 20px;
        display: none;
        cursor: pointer;
        left: 0;
    }

    .column ul {
        display: flex;
        flex-direction: row;
        width: 100%;
        justify-content: center;
        align-items: center;
        height: 100%;
    }

    .column ul li {
        margin-bottom: 0px;
        width: 100%;
    }

    .column ul li .imgbox {
        width: 100%;
        height: 0;
    }

    .column ul li .imgbox a {
        width: 100%;

    }

}

.m-formcountry {
    position: relative;
}

.m-formcountry .drop-btn {
    position: relative;
}

.m-formcountry .drop-btn i,
.m-formcountry .drop-btn svg {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    color: #333;
    right: 18px;
    font-weight: bold;
}

.m-formcountry .drop-list {
    display: none;
    border: 1px solid #e6e6e6;
    width: 100%;
    position: absolute;
    top: 100%;
    background-color: #fff;
    max-height: 223px;
    overflow-x: hidden;
    z-index: 10001;
    scrollbar-color: #333 rgba(0, 0, 0, 0.05);
    scrollbar-width: thin;
    box-shadow: 0px 7px 13px 0px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    padding: 15px 0px;
}

.m-formcountry .drop-list::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.m-formcountry .drop-list::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
}

.m-formcountry .drop-list::-webkit-scrollbar-thumb {
    background-color: #333;
}

.m-formcountry .drop-list li {
    font-size: 16px;
    line-height: 20px;
    overflow: hidden;
    padding: 8px 12px;
    cursor: pointer;
    /* border-bottom: 1px solid #e6e6e6; */
    color: #666;
}

.m-formcountry .drop-list li.on {
    background-color: #eaecf1;
}

@media(max-width:768px) {
    .m-formcountry .drop-list li {
        padding: 2px 20px;
        font-size: 14px;
    }

    .m-formcountry .drop-list {
        padding: 0;
    }
}

/* search */

.searchbox a {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
}

.searchbox a:hover {
    color: #f34a00;
}

.searchbox {
    position: relative;
}

.searchbox .s_wrap {
    position: absolute;
    right: 0;
    width: 300px;
    top: 50px;
    background-color: #fff;
    height: 55px;
    border: 2px solid #f35008;
    padding-left: 15px;
    display: none;
    transition: none;
}

.searchbox .s_wrap .s_inner {
    display: flex;
    align-items: center;
    height: 100%;
}

.searchbox .s_wrap .ent {
    height: 100%;
    width: 80%;
    font-size: 16px;
    color: #333;
    padding-right: 15px;
    font-family: Montserrat-Regular;
}

.searchbox .s_wrap .searchbtn {
    width: 20%;
    height: 100%;
    position: relative;
}

.searchbox .s_wrap .searchbtn .sea {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    font-size: 18px;
    pointer-events: none;
    font-weight: bold;
    cursor: pointer;
}

.searchbox .s_wrap .sub {
    width: 100%;
    height: 100%;
    cursor: pointer;
    background-color: transparent;
}

.searchbox .s_wrap .searchbtn:hover i {
    color: #f34a00;
}

.searchbox {
    margin-right: 0 !important;
}



.lanauage_wrap {
    display: flex;
    align-items: center;
    margin-right: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 100;
    margin-left: 40px;
    font-family: Montserrat-Regular;
    font-size: 16px;
    color: #666666;
    padding-right: 20px;
    margin-right: 20px;
}

.lanauage_wrap::after {
    content: "";
    position: absolute;
    right: 0;
    width: 2px;
    height: 25px;
    background-color: #ffffff;
    opacity: 0.3;
    top: 50%;
    transform: translateY(-50%);
}

.lanauage_wrap .lanauage {
    position: relative;
    transition: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #333333;
}

.lanauage_wrap .lanauage>i {
    font-size: 22px;
}

.lanauage_wrap .lanbox {
    display: flex;
    align-items: center;
}

.lanauage_wrap .lanauage .icon-duoyuyan {
    font-size: 24px;
    color: #fff !important;
    margin-right: 6px;
}

.lanauage_wrap .lanauage .lanbox i {
    color: #fff;
    font-size: 12px;
    margin-left: 6px;
}

.lanauage_wrap .lanauage img {
    margin-right: 10px;
    width: 27px;
    height: 14px;
}

.lanauage_wrap .lanbox a {
    font-family: Montserrat-Bold;
    font-size: 18px;
    color: #ffffff;
    margin-left: 9px;
}

.lanauage_wrap .lanauage:hover .icon-duoyuyan {
    color: #fff !important;
}

.lanauage_wrap .lanauage:hover .name {
    color: #fff !important;
}

.lanauage_wrap .lanauage:hover .lanbox i {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}

.lanauage_wrap .lanauage .silde-down {
    transition: none;
    display: none;
    position: absolute;
    top: 100%;
    background-color: #fff !important;
    text-align: center;
    min-width: 100px;
    width: 120px;
    max-width: 200px;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
    z-index: 10;
    right: 0px;
    margin-top: 14px;
    z-index: 1000;
}

.lanauage_wrap .lanauage .silde-down a {
    color: #333;
    padding: 6px 0px;
    display: inline-block;
    width: 100%;
    font-size: 16px !important;
}

.lanauage_wrap .lanauage .silde-down li {}

.lanauage .silde-down li:hover {
    background-color: #f34a00;
}

.lanauage_wrap .lanauage .silde-down li:hover a {
    color: #fff !important;
}

.lanauage_wrap .name {
    color: #fff !important;
}

.lanauage_wrap .lanauage:hover .name {
    color: #f34a00 !important;
}

.lanauage_wrap .lanauage:hover i {
    color: #f34a00 !important;
}

.lanauage_wrap .lanauage:hover .icon-duoyuyan {
    color: #f34a00 !important;
}

@media(max-width:1600px) {
    .lanauage_wrap {
        margin-left: 20px;
    }

    .lanauage_wrap .lanbox a {
        margin-left: 0;
    }
}

@media(max-width:1333px) {
    .lanauage_wrap .lanbox a {
        font-size: 14px !important;
    }

    .lanauage_wrap {
        margin-left: 12px;
    }

    .lanauage_wrap {
        margin-right: 0px;
        margin-left: 12px;
        font-size: 16px;
        padding-right: 0px;
        margin-right: 0px;
    }
}

/* .m-mobilenav */

.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: 75px;
        left: 2.5%;
        padding: 4px;
        border-radius: 4px;
        overflow: hidden;
        background: #FFFFFF;
        width: 34px;
        -webkit-transition: all 550ms;
        -o-transition: all 550ms;
        -moz-transition: all 550ms;
        transition: all 550ms;
    }

    .m-mobilenav .mbnav-btn .line {
        width: 100%;
        height: 2px;
        background-color: #00205b;
    }

    .m-mobilenav .mbnav-btn.active .line {
        background-color: #FFFFFF;
    }

    .m-mobilenav .mbnav-btn .line2 {
        margin-top: 6px;
        margin-bottom: 6px;
    }

    .m-mobilenav .mbnav-btn .smalldaohangxuanzhong {
        background-color: #FFFFFF;
    }

    .m-mobilenav .mbnav-btn.active {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        background: transparent;
        top: 50px;
    }

    .m-mobilenav .mbnav-bd {
        position: absolute;
        left: 0;
        top: 0;
        width: 300px;
        height: 100%;
        top: 0;
        visibility: hidden;
        z-index: 1;
    }

    .m-mobilenav .mbnav-bd.show {
        visibility: visible;
    }

    .m-mobilenav .mbnav-bd.show .mbnav-wp {
        height: 100%;
        opacity: 1;
    }

    .m-mobilenav .mbnav-bd.show .mbnav-item>a {
        opacity: 1;
        color: #FFFFFF;
        -webkit-transform: scale(1) translate(0, 0);
        -moz-transform: scale(1) translate(0, 0);
        -ms-transform: scale(1) translate(0, 0);
        -o-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0);
    }

    .m-mobilenav .mbnav-wp {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 0;
        background-color: rgba(51, 51, 51, 0.9);
        top: 0;
        -webkit-transition: all 550ms;
        -o-transition: all 550ms;
        -moz-transition: all 550ms;
        transition: all 550ms;
        opacity: 0;
    }

    .m-mobilenav .mbnav-fix {
        position: absolute;
        left: 0;
        top: 60px;
        z-index: 1;
        height: -moz-calc(100% - 60px);
        height: calc(100% - 60px);
        width: 100%;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        /* overflow-y: scroll; */
        overflow-y: scroll;
        overflow-x: hidden;
    }

    .m-mobilenav .mbnav-item {
        position: relative;
        padding-left: 44px;
        padding-right: 24px;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .m-mobilenav .mbnav-item i {
        position: absolute;
        left: 13px;
        top: 7px;
        width: 24px;
        height: 24px;
        line-height: 24px;
        text-align: center;
        background: transparent;
        font-size: 16px;
        color: #fff;
        cursor: pointer;
    }

    .m-mobilenav .mbnav-item>a {
        display: block;
        line-height: 26px;
        font-size: 16px;
        color: #FFFFFF;
        -webkit-transform: scale(1.1) translate(60px, -35px);
        -moz-transform: scale(1.1) translate(60px, -35px);
        -ms-transform: scale(1.1) translate(60px, -35px);
        -o-transform: scale(1.1) translate(60px, -35px);
        transform: scale(1.1) translate(60px, -35px);
        opacity: 0;
        -webkit-transition: 0.5s 0.1s;
        -o-transition: 0.5s 0.1s;
        -moz-transition: 0.5s 0.1s;
        transition: 0.5s 0.1s;
    }

    .m-mobilenav .mbnav-item>a.current:after {
        content: "";
        margin-left: 5px;
        display: inline-block;
        *display: inline;
        *zoom: 1;
        vertical-align: middle;
        width: 6px;
        height: 6px;
        background-color: #fff;
        border-radius: 50%;
        -webkit-transition: all 550ms;
        -o-transition: all 550ms;
        -moz-transition: all 550ms;
        transition: all 550ms;
    }

    .m-mobilenav .mbnav-item>a.active {
        color: #529dba;
    }

    .m-mobilenav .mbnav-item>a.active:after {
        background-color: #529dba;
    }

    .m-mobilenav .mbnav-item:nth-child(1)>a {
        -webkit-transition-delay: 250ms;
        -moz-transition-delay: 250ms;
        -o-transition-delay: 250ms;
        transition-delay: 250ms;
    }

    .m-mobilenav .mbnav-item:nth-child(2)>a {
        -webkit-transition-delay: 300ms;
        -moz-transition-delay: 300ms;
        -o-transition-delay: 300ms;
        transition-delay: 300ms;
    }

    .m-mobilenav .mbnav-item:nth-child(3)>a {
        -webkit-transition-delay: 350ms;
        -moz-transition-delay: 350ms;
        -o-transition-delay: 350ms;
        transition-delay: 350ms;
    }

    .m-mobilenav .mbnav-item:nth-child(4)>a {
        -webkit-transition-delay: 400ms;
        -moz-transition-delay: 400ms;
        -o-transition-delay: 400ms;
        transition-delay: 400ms;
    }

    .m-mobilenav .mbnav-item:nth-child(5)>a {
        -webkit-transition-delay: 450ms;
        -moz-transition-delay: 450ms;
        -o-transition-delay: 450ms;
        transition-delay: 450ms;
    }

    .m-mobilenav .mbnav-item:nth-child(6)>a {
        -webkit-transition-delay: 500ms;
        -moz-transition-delay: 500ms;
        -o-transition-delay: 500ms;
        transition-delay: 500ms;
    }

    .m-mobilenav .mbnav-item:nth-child(7)>a {
        -webkit-transition-delay: 550ms;
        -moz-transition-delay: 550ms;
        -o-transition-delay: 550ms;
        transition-delay: 550ms;
    }

    .m-mobilenav .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: 60px;
    }
}


/*  */


header {
    width: 100%;
    position: fixed;
    z-index: 2;
    border-radius: 1px;
    top: 0px;
    z-index: 100000;
    height: 90px;
}

header>.h_safe {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

header .bottombox {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

header .menubox {
    display: flex;
    align-items: center;
    height: 100%;
    margin-right: 68px;
}

header .menubox>li {
    position: relative;
    margin: 0px 35.3px;
    margin-top: 34px;
}


header .menubox>li>a {
    padding: 0px 0px 34px 0px;
    display: inline-block;
    font-family: Montserrat-Bold;
    font-size: 18px;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

header .menubox>li>a img {
    margin-bottom: 0px;
    transition: ease .3s all;
}

header .menubox>li>a i {
    font-size: 12px;
    color: #000;
    font-weight: bold;
    margin-inline-end: 6px;
}

header .menubox>li>a::after {
    position: absolute;
    content: "";
    width: 0px;
    bottom: 0px;
    transition: ease width .3s;
    height: 3px;
    background-color: #f34a00;
    border-radius: 2px;
}


header .menubox ul a {
    padding: 10px 37px;
    display: inline-block;
    min-width: 189px;
    font-family: Montserrat-Light;
    font-size: 16px;
    color: #333333;
    width: 100%;
}

/* yiji */
header .menubox>li>ul {
    position: absolute;
    top: 100%;
    left: -12px;
    background-color: rgba(255, 255, 255, 0.96);
    display: none;
    transition: none;
    box-shadow: 7px 7px 24px 0px rgba(0, 0, 0, 0.08);
}

header .menubox>li ul {
    min-width: 358px;
    width: max-content;
    /* padding: 15px 0px; */
    box-shadow: 0px 13px 46px 0px rgba(0, 0, 0, 0.08);
    max-height: 500px;
}

header .menubox>li>ul>li:first-child {
    margin-top: 34px;
}

header .menubox>li>ul>li:last-child {
    padding-bottom: 20px;
}

header .menubox>li>ul>li {
    margin-bottom: 8px;
    position: relative;
}

header .menubox>li>ul>li i {
    opacity: 0;
}

header .menubox>li>ul>li a {
    display: flex;
    justify-content: space-between;
}

/* erji/sanji/siji */
header .menubox>li>ul>li ul {
    position: absolute;
    left: 100%;
    background-color: rgba(255, 255, 255, 0.96);
    display: none;
    transition: none;
    box-shadow: 0px 13px 46px 0px rgba(0, 0, 0, 0.08);
    min-width: 238px;
    top: 0;
    margin-left: 5px;
}

header .menubox>li>ul>li ul::after {
    position: absolute;
    left: -8px;
    height: 100%;
    width: 15px;
    content: "";
    top: 0;
    background-color: transparent;
}

header .menubox>li>ul>li>ul>li {
    margin-bottom: 8px;
}

header .menubox>li>ul>li>ul>li:first-child {
    margin-top: 20px;
}

header .menubox>li>ul>li>ul>li:last-child {
    padding-bottom: 15px;
}

header .logo {
    transform: translateX(-10px);
    flex-shrink: 0;
}

header .rightbox {
    margin-right: 5px;
}

header .btn {
    font-family: Montserrat-Bold;
    font-size: 18px;
    color: #ffffff;
    display: flex;
    align-items: center;
}

header .btn i {
    margin-left: 3px;
    font-size: 24px;
}

header .btn:hover {
    color: #f34a00;
}

header .btn:hover i {
    color: #f34a00;
}

/* header_hover */
header .menubox>li:hover>a {
    color: #f34a00 !important;
}

header .menubox>li:hover>a::after {}

header .menubox ul li:hover>a {
    color: #f35008;
}

header .menubox ul li:hover>a span {
    text-decoration: underline;
}

header .menubox ul ul li a:hover {
    text-decoration: underline;
}

header .menubox ul li:hover>a i {
    opacity: 1;
}

/* header_active */
header .menubox .active_title>a {
    color: #f34a00 !important;
}

header .menubox .active_title>a::after {}

@media(max-width:1800px) {
    header .menubox>li {
        position: relative;
        margin: 0px 25px;
        margin-top: 34px;
    }

    header .logo {
        transform: translateX(0px);
        flex-shrink: 0;
    }

}

@media(max-width:1600px) {
    header .menubox {
        height: 100%;
        margin-right: 20px;
    }

    header .menubox>li {
        position: relative;
        margin: 0px 20px;
        margin-top: 34px;
    }

    header .menubox>li>ul>li:first-child {
        margin-top: 15px;
    }

    header .menubox>li>ul>li:last-child {
        padding-bottom: 15px;
    }
}

@media(max-width:1450px) {
    header .menubox>li {
        position: relative;
        margin: 0px 10px;
        margin-top: 34px;
    }
}

@media(max-width:1333px) {
    header .menubox>li>a {
        padding: 0px 0px 34px 0px;
        font-size: 16px;
    }

    header .logo img {
        width: 190px;
    }

    header .btn {
        font-size: 16px;
        display: none;
    }

    header .menubox>li {
        margin: 0px 14px;
        margin-top: 34px;
    }

    header .menubox ul a {
        padding: 10px 20px;
        min-width: 189px;
        font-size: 16px;
        width: 100%;
    }

    header .menubox>li ul {
        min-width: 330px;
        max-height: 500px;
    }

    .lanauage_wrap::after {
        display: none !important;
    }
}

@media(max-width:1100px) {
    header .menubox {
        height: 100%;
        margin-right: 10px;
    }

    header .menubox>li {
        margin: 0px 10px;
        margin-top: 34px;
    }

    .lanauage_wrap .lanauage>i {
        display: none;
    }
}

@media(max-width:999px) {
    header .menubox {
        display: none;
    }

    header {
        height: 65px;
    }

    .lanauage_wrap .lanauage>i {
        display: block;
    }

    .searchbox {
        display: none;
    }
}

@media(max-width:768px) {
    header .logo img {
        width: 160px;
    }

    header {
        height: 55px;
    }
}

@media(max-width:570px) {
    header .logo img {
        width: 145px;
    }

    header {
        height: 50px;
    }
}

@media(max-width:450px) {
    header .logo img {
        width: 125px;
    }
}


/* fix_header */

.fix_header {
    background-color: #fff;
    top: 0 !important;
}

.fix_header .menubox>li>a,
.fix_header .searchbox a,
.fix_header .lanauage_wrap .lanauage .icon-duoyuyan,
.fix_header .lanauage_wrap .lanbox a,
.fix_header .lanauage_wrap .lanauage .lanbox i,
.fix_header .btn {
    color: #333 !important;
}

.fix_header .lanauage_wrap .lanauage:hover .icon-duoyuyan,
.fix_header .lanauage_wrap .lanauage:hover .lanbox i,
.fix_header .btn:hover {
    color: #f35008 !important;
}




@media(max-width:999px) {
    .fix_header {
        top: 0;
    }

    .fix_header .topbox {
        display: none;
    }
}


/* index_banner */

.index_banner {
    margin: 0 auto;
    position: relative;
}

.index_banner .ban-zs {
    position: absolute;
    bottom: -19.8%;
    left: 1%;
    z-index: 10;
}

.index_banner .swiper-slide 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: 28px !important;
    display: flex;
    justify-content: center;
    width: 100%;
    z-index: 100;
}

.index_banner .swiper-pagination-bullet {
    width: 17px;
    height: 17px;
    border-radius: 50px;
    background-color: transparent;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border: unset;
    margin: 0px 12px !important;
}

.index_banner .swiper-pagination-bullet::after {
    content: "";
    width: 13px;
    height: 13px;
    background-color: #ffffff;
    opacity: 0.6;
    border-radius: 50px;
}

.index_banner .swiper-pagination-bullet:last-child {
    margin-right: 0 !important;
}

.index_banner .swiper-pagination-bullet-active {
    border: 1px solid #fff;
}

.index_banner .swiper-pagination-bullet-active::after {
    width: 10px !important;
    height: 10px !important;
    opacity: 1;
    transform: translateX(0.5px) translateY(-0.3px);
}

.index_banner .btnbox {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    right: 5%;
    z-index: 10;
}

.index_banner .control {
    width: 61px;
    height: 61px;
    background-color: rgba(0, 0, 0, .2);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 15;
    border-radius: 50px;
    cursor: pointer;
    color: #fff;
    font-size: 22px;
}

.index_banner .control:hover {
    background-color: #f35008;
}

.index_banner .banner_prev {
    transform: rotate(90deg);
    margin-bottom: 8px;
}

.index_banner .banner_next {
    transform: rotate(90deg);
}

@media(max-width:1800px) {
    .index_banner .ban-zs {
        bottom: -18%;
        left: 1%;
    }

    .index_banner .swiper-pagination-bullet-active::after {
        width: 11px !important;
        height: 11px !important;
        opacity: 1;
        transform: unset;
    }

}

@media(max-width:1600px) {
    .index_banner .ban-zs {
        bottom: -15%;
        left: 1%;
    }

    .index_banner .control {
        width: 55px;
        height: 55px;
        font-size: 20px;
    }
}

@media(max-width:1333px) {
    .index_banner .control {
        width: 50px;
        height: 50px;
        font-size: 18px;
    }
}

@media(max-width:999px) {
    .index_banner {
        margin-top: 65px;
    }

    .index_banner .ban-zs,
    .index_banner .control {
        display: none;
    }

    .index_banner .swiper-pagination {
        top: unset;
        bottom: 15px !important;
    }

    .index_banner .swiper-pagination-bullet {
        width: 17px;
        height: 17px;
        border-radius: 50px;
        margin: 0px 8px !important;
    }
}

@media(max-width:768px) {
    .index_banner {
        margin-top: 55px;
    }

    .index_banner .swiper-pagination-bullet::after {
        width: 12px;
        height: 12px;
    }

    .index_banner .swiper-pagination-bullet-active::after {
        width: 9px !important;
        height: 9px !important;
        opacity: 1;
    }

    .index_banner .swiper-slide img {
        min-height: 200px;
        object-fit: cover;
        width: 100%;
    }
}

@media(max-width:570px) {
    .index_banner {
        margin-top: 50px;
    }
}


/* title44 */

.title56 {
    font-family: Montserrat-Bold;
    font-size: 56px;
    color: #333333;
}

.title56 a:hover {
    color: #f35008;
}

.title44 {
    font-family: Montserrat-Bold;
    font-size: 44px;
    line-height: 52px;
    color: #333333;
}

.title44 span {
    color: #f35008;
}

.title44 a:hover {
    color: #f35008;
}

.title42 {
    font-family: Montserrat-Bold;
    font-size: 42px;
    line-height: 52px;
    color: #333333;
}

.title42 span {
    color: #f35008;
}

.title42 a:hover {
    color: #f35008;
}

.title34 {
    font-family: Montserrat-Bold;
    font-size: 34px;
    color: #333333;
}

.title16 {
    font-family: Montserrat-Light;
    font-size: 16px;
    color: #f34a00;
}

.title16 a {
    color: #f34a00;
}

.title16 a:hover {
    text-decoration: underline;
}

.title18 {
    font-family: Montserrat-Light;
    font-size: 18px;
    color: #f34a00;
}


.title56 a,
.title44 a,
.title42 a {
    color: #333;
}

@media(max-width:1600px) {
    .title56 {
        font-size: 50px;
    }

    .title44 {
        font-size: 38px;
        line-height: 46px;
    }

    .title42 {
        font-size: 36px;
        line-height: 44px;
    }

    .title34 {
        font-size: 30px;
    }
}

@media(max-width:1333px) {
    .title56 {
        font-size: 44px;
    }

    .title44 {
        font-size: 34px;
        line-height: 42px;
    }

    .title42 {
        font-size: 32px;
        line-height: 40px;
    }

    .title34 {
        font-size: 26px;
    }
}

@media(max-width:999px) {
    .title56 {
        font-size: 38px;
    }

    .title44 {
        font-size: 30px;
        line-height: 40px;
    }

    .title42 {
        font-size: 28px;
        line-height: 38px;
    }

    .title34 {
        font-size: 22px;
    }
}

@media(max-width:768px) {
    .title56 {
        font-size: 30px;
    }

    .title44 {
        font-size: 26px;
        line-height: 32px;
    }

    .title42 {
        font-size: 24px;
        line-height: 32px;
    }

    .title16 {
        font-size: 14px;
    }

    .title34 {
        font-size: 20px;
    }
}

@media(max-width:570px) {
    .title56 {
        font-size: 24px;
    }

    .title44 {
        font-size: 22px;
        line-height: 30px;
    }

    .title42 {
        font-size: 20px;
        line-height: 30px;
    }

    .title34 {
        font-size: 18px;
    }
}

/* index-categories */

.index-categories {
    padding: 89px 0px 120px;
    position: relative;
    z-index: 1000;
    background: #fff;
}

.index-categories .zs {
    position: absolute;
    right: 0;
    top: 0;
}

.index-categories .titlebox {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 35px;
}

.index-categories .title44 {
    margin-bottom: 15px;
}

.index-categories .con {
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 26px;
    color: #666666;
}

.index-categories .btnbox {
    flex-shrink: 0;
    margin-left: 15px;
    position: relative;
    z-index: 10;
    margin-top: 16px;
}

.index-categories .btnbox a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 217px;
    height: 60px;
    background-color: #fff;
    border-radius: 8px;
    border: solid 1px #333333;
    font-family: Montserrat-Bold;
    font-size: 18px;
    color: #333333;
}

.index-categories .btnbox a:hover {
    background-color: #f35008;
    color: #fff;
    border: 1px solid #f35008;
}

.index-categories .wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
}

.index-categories .wrap:last-child {
    margin-bottom: 0;
}

.index-categories .inner {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
}

.index-categories .shadow {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
}

.index-categories .inner1 {
    width: 66.265%;
}

.index-categories .inner2 {
    width: 32.5301%;
}

.index-categories .imgbox {
    position: relative;
}

.index-categories .imgbox::after {
    position: absolute;
    content: "";
    height: 50%;
    width: 100%;
    bottom: 0;
    left: 0;
    pointer-events: none;
    background: linear-gradient(rgba(0, 0, 0, 0.0)0%, rgba(0, 0, 0, .5)95%);
}

.index-categories .shadow {
    padding: 20px 30px 26px 30px;
    z-index: 10;
}

.index-categories .title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}

.index-categories .title,
.index-categories .title a {
    font-family: Montserrat-Bold;
    font-size: 22px;
    line-height: 26px;
    color: #ffffff;
}

.index-categories .title:hover,
.index-categories .title a:hover {
    color: #f35008;
}

.index-categories .list {
    display: flex;
    flex-wrap: wrap;
    display: none;
}

.index-categories .list,
.index-categories .list a {
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
}

.index-categories .list a:hover {
    color: #f35008;
}

.index-categories .list span {
    margin: 0px 5px;
    display: inline-block;
}

.index-categories .inner:hover .list {
    display: flex;
}

@media(max-width:1600px) {
    .index-categories .shadow {
        padding: 20px 30px 20px 30px;
    }

    .index-categories {
        padding: 89px 0px 80px;
    }
}

@media(max-width:1333px) {
    .index-categories .zs {
        position: absolute;
        right: 0;
        top: 0;
        height: 80px;
    }

    .index-categories {
        padding: 80px 0px 60px;
    }

    .index-categories .shadow {
        padding: 20px 20px 15px 20px;
    }

    .index-categories .title,
    .index-categories .title a {
        font-size: 20px;
        line-height: 26px;
    }

    .index-categories .btnbox a {
        width: 180px;
        height: 55px;
        border-radius: 8px;
        font-size: 16px;
    }

    .index-categories .titlebox {
        margin-bottom: 30px;
    }
}

@media(max-width:999px) {
    .index-categories {
        padding: 40px 0px;
    }

    .index-categories .zs {
        display: none;
    }

    .index-categories .title,
    .index-categories .title a {
        font-size: 18px;
        line-height: 24px;
    }

    .index-categories .inner {
        border-radius: 12px;
    }

    .index-categories .list {
        display: flex;
    }

    .index-categories .title {
        margin-bottom: 5px;
    }

    .index-categories .shadow {
        padding: 15px;
    }

    .index-categories .imgbox::after {
        height: 100%;
        width: 100%;
    }

    .index-categories .title44 {
        margin-bottom: 10px;
    }

    .index-categories .btnbox a {
        width: 170px;
        height: 50px;
        border-radius: 8px;
        font-size: 16px;
    }

    .index-categories .titlebox {
        margin-bottom: 20px;
    }
}

@media(max-width:768px) {
    .index-categories .wrap {
        margin-bottom: 0px;
        justify-content: space-between;
    }

    .index-categories .inner {
        width: 49%;
        height: 220px;
        margin-bottom: 10px;
    }

    .index-categories .inner img {
        height: 100%;
        object-fit: cover;
        width: 100%;
    }

    .index-categories .imgbox {
        height: 100%;
    }

    .index-categories .title,
    .index-categories .title a {
        font-size: 16px;
        line-height: 22px;
    }

    .index-categories .list,
    .index-categories .list a {
        font-size: 14px;
        line-height: 22px;
    }

    .index-categories .shadow {
        padding: 12px;
    }

    .index-categories .con {
        font-size: 14px;
        line-height: 24px;
    }

    .index-categories .btnbox a {
        width: 150px;
        height: 45px;
        border-radius: 8px;
        font-size: 14px;
    }

    .index-categories .titlebox {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .index-categories .contact {
        margin-bottom: 12px;
    }

    .index-categories .btnbox {
        margin: 0;
    }
}

@media(max-width:570px) {}

@media(max-width:500px) {
    .index-categories .inner {
        width: 100%;
        height: 220px;
        margin-bottom: 10px;
    }
}

/* index-about */

.index-about {
    padding: 58px 0px 150px;
    min-height: 100vh;
    background-color: #fdf8f8;
    position: relative;
    overflow: hidden;
}

.index-about .safe {
    position: relative;
    z-index: 10;
}

.index-about .titlebox {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.index-about .l {
    width: 38%;
}

.index-about .title16 {
    margin-bottom: 9px;
}

.index-about .title56 {
    line-height: 60px;
    margin-bottom: 52px;
}

.index-about .numberbox {
    display: flex;
    flex-wrap: wrap;
}

.index-about .num {
    width: 276px;
    height: 100px;
    background-image: url(../images/num-border.png);
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
}

.index-about .num:first-child {
    margin-right: 30px;
}

.index-about .num .nu {
    font-family: Montserrat-Bold;
    font-size: 40px;
    color: #f35008;
}

.index-about .resu {
    font-family: Montserrat-Regular;
    font-size: 16px;
    color: #333333;
}

.index-about .bg {
    position: absolute;
    bottom: 0;
    left: 0%;
    right: 0;
    margin: 0 auto;
    z-index: 0;
    bottom: -37%;
}

.index-about .r {
    width: 56%;
    padding-top: 37px;
}

.index-about .content {
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    margin-bottom: 42px;
}

.index-about .content p {
    margin-bottom: 30px;
}

.index-about .content p:last-child {
    margin-bottom: 0;
}

.index-about .content a {
    color: #f35008;
}

.index-about .content a:hover {
    text-decoration: underline;
}

.index-about .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 247px;
    height: 60px;
    border-radius: 8px;
    border: solid 1px #333333;
    font-family: Montserrat-Bold;
    font-size: 18px;
    color: #333333;
}

.index-about .btn:hover {
    background-color: #f35008;
    border: 1px solid #f35008;
    color: #fff;
}

@media(max-width:1800px) {
    .index-about .r {
        padding-top: 20px;
    }

    .index-about .num {
        width: 260px;
        height: 94px;
        padding: 20px;
    }
}

@media(max-width:1600px) {
    .index-about .r {
        padding-top: 0;
    }

    .index-about .titlebox {
        flex-direction: column;
    }

    .index-about .l {
        width: 100%;
        margin-bottom: 20px;
    }

    .index-about .title56 {
        line-height: 60px;
        margin-bottom: 40px;
    }

    .index-about .r {
        width: 100%;
    }
}

@media(max-width:1333px) {
    .index-about .bg {
        position: absolute;
        bottom: 0;
        left: 1%;
        right: 0;
        margin: 0 auto;
        z-index: 0;
        bottom: -16%;
    }

    .index-about .num .nu {
        font-size: 36px;
    }

    .index-about .content p {
        margin-bottom: 25px;
    }

    .index-about .btn {
        width: 220px;
        height: 55px;
        border-radius: 8px;
        font-size: 16px;
    }
}

@media(max-width:999px) {
    .index-about {
        padding: 40px 0px 150px;
    }

    .index-about .title56 {
        line-height: 50px;
        margin-bottom: 40px;
    }

    .index-about .title56 {
        line-height: 50px;
        margin-bottom: 30px;
    }

    .index-about .num .nu {
        font-size: 32px;
    }

    .index-about .content p {
        margin-bottom: 20px;
    }

    .index-about .btn {
        width: 200px;
        height: 50px;
        border-radius: 8px;
        font-size: 16px;
    }
}


@media(max-width:768px) {
    .index-about .num:first-child {
        margin-right: 20px;
    }

    .index-about .num .nu {
        font-size: 28px;
    }

    .index-about .title56 {
        line-height: 36px;
        margin-bottom: 20px;
    }

    .index-about .bg {
        position: absolute;
        bottom: 0;
        left: 1%;
        right: 0;
        margin: 0 auto;
        z-index: 0;
        bottom: -9%;
    }

    .index-about .content p {
        margin-bottom: 15px;
    }

    .index-about .num {
        width: 230px;
        height: 83px;
        padding: 20px;
        justify-content: center;
        margin-bottom: 5px;
        align-items: center;
    }

    .index-about .resu {
        font-family: Montserrat-Regular;
        font-size: 14px;
        color: #333333;
    }

    .index-about .content {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 30px;
    }

    .index-about .btn {
        width: 180px;
        height: 45px;
        font-size: 14px;
    }

    .index-about {
        padding: 40px 0px 250px;
        min-height: auto;
    }
}

@media(max-width:570px) {
    .index-about .num:first-child {
        margin-right: 0;
    }

    .index-about {
        padding: 30px 0px 80px;
    }

    .index-about .num .nu {
        font-size: 24px;
    }

    .index-about .num {
        width: 210px;
        height: 76px;
        padding: 15px;
        margin-bottom: 5px;
    }

    .index-about .bg {
        left: 1%;
        bottom: -5%;
    }
}



/* index-future */

.index-future {
    padding: 95px 0px 99px;
    background-image: url(../images/index_bg1.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
}

.index-future::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-image: url(../images/index_bg2.png);
    background-repeat: no-repeat;
    top: 0;
    background-position: right bottom;
    z-index: -1;
}

.index-future .l_box {
    width: 100%;
    padding-top: 20px;
}

.index-future .title42 {
    margin-bottom: 35px;
}

.index-future .title42 span {
    position: relative;
}

.index-future .title42 span::after {
    content: "";
    width: 100%;
    height: 9px;
    background-image: url(../images/line2.png);
    background-repeat: no-repeat;
    position: absolute;
    bottom: 5px;
    left: 0;
}

.index-future .content {
    font-family: Montserrat-Light;
    font-size: 18px;
    line-height: 32px;
    color: #333333;
    hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    margin-bottom: 56px;
}

.index-future .content p {
    margin-bottom: 32px;
}

.index-future .content p:last-child {
    margin-bottom: 0;
}

.index-future .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 247px;
    height: 60px;
    border-radius: 8px;
    border: solid 1px #333333;
    font-family: Montserrat-Bold;
    font-size: 18px;
    color: #333333;
}

.index-future .btn:hover {
    background-color: #f35008;
    color: #fff;
    border: 1px solid #f35008;
}

.index-future .r_box {
    float: right;
    width: 51.8%;
    margin-left: 4.5%;
    border-radius: 24px 24px 24px 88px;
    overflow: hidden;
    margin-top: 23px;
}

.index-future .r_box:hover img {
    transform: scale(1.05);
}

@media(max-width:1600px) {
    .index-future {
        padding: 50px 0px;
    }

    .index-future .title42 {
        margin-bottom: 25px;
    }

    .index-future .content p {
        margin-bottom: 25px;
    }

    .index-future .content {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 40px;
    }
}

@media(max-width:1333px) {
    .index-future .title42 {
        margin-bottom: 20px;
    }

    .index-future .content p {
        margin-bottom: 20px;
    }

    .index-future .content {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 30px;
    }

    .index-future .btn {
        width: 210px;
        height: 55px;
        border-radius: 8px;
        font-size: 16px;
    }
}

@media(max-width:999px) {
    .index-future {
        padding: 40px 0px;
    }

    .index-future .r_box {
        border-radius: 18px;
    }

    .index-future .btn {
        width: 200px;
        height: 50px;
        border-radius: 8px;
        font-size: 16px;
    }
}

@media(max-width:768px) {
    .index-future .title42 {
        margin-bottom: 15px;
    }

    .index-future .content p {
        margin-bottom: 15px;
    }

    .index-future .content {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 20px;
    }

    .index-future .btn {
        width: 170px;
        height: 45px;
        border-radius: 8px;
        font-size: 14px;
    }
}

@media(max-width:570px) {
    .index-future {
        padding: 30px 0px;
    }

    .index-future .r_box {
        width: 100%;
        margin: 0;
        margin-bottom: 20px;
    }
}


/* index-quote */

.index-quote {
    padding: 153px 0px 178px;
    background-image: url(../images/index_pic5.jpg);
}

.index-quote .title44 {
    margin: 0 auto;
    margin-bottom: 16px;
    text-align: center;
    color: #fff;
}

.index-quote .content {
    text-align: center;
    width: 80%;
    margin: 0 auto;
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 35px;
}

.index-quote .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 247px;
    height: 60px;
    background-color: #f34a00;
    border-radius: 8px;
    font-family: Montserrat-Bold;
    font-size: 18px;
    line-height: 24px;
    color: #ffffff;
}

.index-quote .btn:hover {
    color: #f35008;
    background-color: #fff;
}

@media(max-width:1600px) {
    .index-quote {
        padding: 100px 0px;
    }
}

@media(max-width:1333px) {
    .index-quote {
        padding: 75px 0px;
    }

    .index-quote .content {
        width: 90%;
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 25px;
    }

    .index-quote .btn {
        width: 210px;
        height: 55px;
        border-radius: 8px;
        font-size: 16px;
    }
}

@media(max-width:999px) {
    .index-quote {
        padding: 65px 0px;
    }

    .index-quote .content {
        width: 100%;
    }

    .index-quote .btn {
        width: 190px;
        height: 50px;
        border-radius: 8px;
        font-size: 16px;
    }
}

@media(max-width:768px) {
    .index-quote .content {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 15px;
    }

    .index-quote .btn {
        width: 170px;
        height: 45px;
        border-radius: 8px;
        font-size: 14px;
    }

    .index-quote {
        padding: 45px 0px;
    }
}

@media(max-width:570px) {
    .index-quote {
        padding: 35px 0px;
    }

    .index-quote .title44 {
        margin-bottom: 10px;
    }
}


/* index-best */

.index-best {
    padding: 98px 0px 80px;
    position: relative;
    height: 750px;
}

.index-best .safe {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.index-best .l_box {
    width: 30%;
    padding-top: 38px;
}

.index-best .title42 {
    margin-bottom: 35px;
}

.index-best .con {
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    width: 76%;
    margin-bottom: 106px;
}

.index-best .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 218px;
    height: 60px;
    border-radius: 8px;
    border: solid 1px #333333;
    font-family: Montserrat-Bold;
    font-size: 18px;
    color: #333333;
    margin-bottom: 208px;
}

.index-best .btn:hover {
    background-color: #f35008;
    color: #fff;
    border: 1px solid #f35008;
}

.index-best .bt {
    display: flex;
    align-items: center;
}

.index-best .btnbox {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    margin-right: 42px;
}

.index-best .btnbox i {
    font-size: 26px;
    color: #333;
    opacity: .3;
    cursor: pointer;
}

.index-best .btnbox i:hover {
    color: #f35008;
    opacity: 1;
}

.index-best .btnbox i:first-child {
    margin-right: 18px;
}

.index-best .swiper-pagination {
    position: static;
    width: 57% !important;
    display: flex;
    align-items: center;
    /* pointer-events: none; */
}

.index-best .swiper-pagination .swiper-pagination-bullet {
    flex-shrink: 0;
    margin: 0 !important;
    border-radius: 0;
    flex: 1 1;
    height: 2px;
}

.index-best .swiper-pagination .swiper-pagination-bullet-active {
    height: 4px;
    background-color: #f34a00;
}

.index-best .r_box {
    position: absolute;
    right: 0;
    width: 65.3%;
}

.index-best .swiper-slide {
    border-radius: 30px;
}

.index-best .title {
    font-family: Montserrat-Regular;
    font-size: 22px;
    line-height: 26px;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 16px;
}

.index-best .title a {
    color: #333;
}

.index-best .title:hover,
.index-best .title a:hover {
    color: #f35008;
}

.index-best .content {
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    margin-bottom: 33px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index-best .view_more {
    font-family: Montserrat-Regular;
    font-size: 16px;
    color: #f34a00;
}

.index-best .view_more:hover {
    text-decoration: underline;
}

.index-best .swiper-slide {
    width: 35.6%;
    margin-right: 2% !important;
    background-color: #fdf9ea;
    padding: 20px 24px 30px 23px;
}

.index-best .swiper-slide:nth-of-type(1) {
    background-color: #fef2ed;
}

.index-best .swiper-slide:nth-of-type(2) {
    background-color: #fdf9ea;
}

.index-best .swiper-slide:nth-of-type(3) {
    background-color: #f5fafd;
}

.index-best .imgbox {
    overflow: hidden;
    border-radius: 16px;
}

.index-best .contact {
    padding: 37px 0px 20px 0px;
}


/* index-latest */

.index-latest {
    padding: 93px 0px 107px;
}

.index-latest .titlebox {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 16px;
}

.index-latest .titlebox .l {
    width: 74%;
}

.index-latest .title44 {
    margin-bottom: 17px;
}

.index-latest .con {
    font-family: Montserrat-Light;
    font-size: 16px;
    color: #666666;
    margin-bottom: 60px;
}

.index-latest .titlebox .r {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
}

.index-latest .btnbox {
    display: flex;
    align-items: center;
    margin-top: 3px;
    box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.index-latest .btnbox i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 75px;
    height: 54px;
    background-color: #ffffff;
    border-radius: 8px;
    color: rgba(30, 30, 30, .45);
    font-size: 22px;
    cursor: pointer;
}

.index-latest .btnbox i:hover {
    color: #fff;
    opacity: 1;
    background-color: #f34a00;
}

.index-latest .box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.index-latest .l_box {
    width: 44.9%;
}

.index-latest .l_box .imgbox {
    border-radius: 40px 88px 40px 40px;
    overflow: hidden;
}

.index-latest .l_box .imgbox img:hover {
    transform: scale(1.05);
}

.index-latest .r_box {
    width: 51.9%;
    padding-top: 29px;
}

.index-latest .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 130px;
    border: solid 2px #e5e5e5;
    margin-bottom: 25px;
    cursor: pointer;
}

.index-latest .active {
    border: 2px solid #f35008;
}

.index-latest .active .day,
.index-latest .active .year {
    color: #f35008;
}

.index-latest .inner:hover {
    border: 2px solid #f35008;
}

.index-latest .inner:hover .day,
.index-latest .inner:hover .year {
    color: #f35008;
}

.index-latest .data {
    width: 168px;
    flex-shrink: 0;
    margin-right: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    padding-left: 38px;
}

.index-latest .data::after {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    width: 2px;
    height: 70px;
    background-color: #d0d0d1;
}

.index-latest .day {
    font-family: Montserrat-Bold;
    font-size: 36px;
    color: #333333;
    margin-bottom: 10px;
}

.index-latest .year {
    font-family: Montserrat-Bold;
    font-size: 16px;
    color: #f34a00;
}

.index-latest .content {
    font-family: Montserrat-Regular;
    font-size: 16px;
    line-height: 27px;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 50px;
}

.index-latest .content a {
    color: #333;
}


.index-latest .content:hover,
.index-latest .content a:hover {
    color: #f35008;
}

@media(max-width:1600px) {
    .index-best {
        padding: 50px 0px;
    }

    .index-best .l_box {
        width: 34%;
        padding-top: 30px;
    }

    .index-best .con {
        font-size: 16px;
        line-height: 26px;
        width: 90%;
        margin-bottom: 50px;
    }

    .index-best .btn {
        width: 218px;
        height: 60px;
        border-radius: 8px;
        font-size: 18px;
        margin-bottom: 100px;
    }

    .index-best .contact {
        padding: 24px 0px 0px 0px;
    }

    .index-best .content {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 25px;
    }

    .index-best {
        height: auto;
    }

    .index-best .title42 {
        margin-bottom: 25px;
    }

    .index-best {
        height: 600px;
    }
}

@media(max-width:1333px) {
    .index-best .l_box {
        width: 34%;
        padding-top: 20px;
    }

    .index-best .title42 {
        margin-bottom: 15px;
    }

    .index-best .con {
        font-size: 16px;
        line-height: 26px;
        width: 100%;
        margin-bottom: 30px;
    }

    .index-best .btn {
        width: 200px;
        height: 55px;
        border-radius: 8px;
        font-size: 16px;
        margin-bottom: 70px;
    }

    .index-best .swiper-slide {
        width: 41%;
        margin-right: 2% !important;
        padding: 18px;
        border-radius: 20px;
    }

    .index-best .title {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 10px;
    }

    .index-best .content {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 15px;
    }

    .index-best .contact {
        padding: 14px 0px 0px 0px;
    }

    .index-best .btnbox i {
        font-size: 22px;
    }

    .index-best .r_box {
        position: absolute;
        right: 0;
        width: 60.3%;
    }

    .index-best {
        height: 500px;
    }
}

@media(max-width:999px) {
    .index-best {
        height: unset;
    }

    .index-best .safe {
        flex-direction: column;
    }

    .index-best .r_box {
        position: static;
    }

    .index-best .l_box {
        width: 100%;
        padding-top: 0;
        margin-bottom: 20px;
    }

    .index-best .con {
        font-size: 16px;
        line-height: 26px;
        width: 100%;
        margin-bottom: 20px;
    }

    .index-best .btn {
        width: 190px;
        height: 50px;
        border-radius: 8px;
        font-size: 16px;
        margin-bottom: 50px;
    }

    .index-best .r_box {
        width: 100%;
    }

    .index-best .swiper-slide {
        width: 31.5%;
        margin-right: 2% !important;
        padding: 15px;
        border-radius: 10px;
    }

    .index-best .contact {
        padding: 10px 0px 0px 0px;
    }

    .index-best .title {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 8px;
    }

    .index-best .btnbox i {
        font-size: 18px;
    }
}

@media(max-width:768px) {
    .index-best .swiper-slide {
        width: 40.5%;
        margin-right: 2% !important;
        padding: 15px;
        border-radius: 10px;
    }

    .index-best .title {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 5px;
    }

    .index-best .content {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 15px;
    }

    .index-best .view_more {
        font-size: 14px;
    }

    .index-best .btn {
        width: 170px;
        height: 45px;
        border-radius: 8px;
        font-size: 14px;
        margin-bottom: 30px;
    }

    .index-best .con {
        font-size: 14px;
        line-height: 24px;
        width: 100%;
        margin-bottom: 20px;
    }
}

@media(max-width:570px) {
    .index-best .swiper-slide {
        width: 45%;
        margin-right: 2% !important;
        padding: 15px;
        border-radius: 10px;
    }
}

@media(max-width:500px) {
    .index-best .swiper-slide {
        width: 49%;
        margin-right: 2% !important;
        padding: 15px;
        border-radius: 10px;
    }
}

@media(max-width:400px) {
    .index-best .swiper-slide {
        width: 100%;
        margin-right: 2% !important;
        padding: 15px;
        border-radius: 10px;
    }
}

@media(max-width:1600px) {
    .index-latest {
        padding: 50px 0px;
    }

    .index-latest .r_box {
        width: 51.9%;
        padding-top: 20px;
    }

    .index-latest .con {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 45px;
    }

    .index-latest .day {
        font-size: 32px;
        margin-bottom: 10px;
    }

}

@media(max-width:1333px) {
    .index-latest .con {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .index-latest .l_box .imgbox {
        border-radius: 20px;
    }

    .index-latest .inner {
        min-height: 125px;
        margin-bottom: 25px;
    }

    .index-latest .day {
        font-size: 28px;
        margin-bottom: 10px;
    }
}

@media(max-width:999px) {
    .index-latest {
        padding: 40px 0px;
    }

    .index-latest .btnbox i {
        width: 55px;
        height: 55px;
        border-radius: 8px;
        font-size: 20px;
    }

    .index-latest .r_box {
        padding-top: 0;
    }

    .index-latest .titlebox {
        flex-direction: column;
    }

    .index-latest .titlebox .l {
        width: 100%;
    }

    .index-latest .box {
        flex-direction: column-reverse;
    }

    .index-latest .l_box {
        width: 65%;
        margin-bottom: 20px;
    }

    .index-latest .imgbox {
        border-radius: 10px;
    }

    .index-latest .r_box {
        width: 100%;
    }
}

@media(max-width:768px) {
    .index-latest .l_box {
        width: 75%;
        margin-bottom: 20px;
    }

    .index-latest .data {
        width: 145px;
        flex-shrink: 0;
        margin-right: 30px;
        padding-left: 30px;
    }

    .index-latest .con {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .index-latest .btnbox i {
        width: 50px;
        height: 50px;
        border-radius: 8px;
        font-size: 18px;
    }

    .index-latest .content {
        font-size: 14px;
        line-height: 25px;
        padding-right: 0px;
    }
}

@media(max-width:570px) {
    .index-latest .l_box {
        width: 90%;
        margin-bottom: 15px;
    }

    .index-latest .inner {
        flex-direction: column;
        padding: 15px;
    }

    .index-latest .data::after {
        display: none;
    }

    .index-latest .data {
        width: 100%;
        padding: 0;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .index-latest .day {
        font-size: 26px;
        margin-bottom: 10px;
    }
}

@media(max-width:500px) {
    .index-latest .l_box {
        width: 100%;
    }
}


/* common-contact */

.common-contact1 {
    padding: 64px 0px 110px;
}

.common-contact2 {
    padding: 71px 0px 108px;
}

.common-contact {
    margin-bottom: -45px;
    background-image: url(../images/index_pic8.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.common-contact .title44 {
    margin-bottom: 14px;
}

.common-contact .content {
    font-family: Montserrat-Light;
    font-size: 16px;
    color: #666666;
    margin-bottom: 41px;
}

.common-contact form {
    width: 50%;
}

.common-contact .inpbox1 {
    display: flex;
    justify-content: space-between;
}

.common-contact .inp1 {
    width: 48.5%;
    height: 50px;
    margin-bottom: 14px;
    border-bottom: 1px solid rgba(34, 24, 25, .3);
}

.common-contact .inp1>div {
    width: 100%;
    height: 100%;
}

.common-contact .inp1 input {
    width: 100%;
    height: 100%;
    padding: 0px 15px;
}


.common-contact .inp1:hover,
.common-contact .inpbox2:hover {
    border-bottom: 1px solid rgba(34, 24, 25, 1);
}

.common-contact .inpbox2 {
    height: 101px;
    border-bottom: 1px solid rgba(34, 24, 25, .3);
    margin-bottom: 15px;
}

.common-contact .inpbox2 textarea {
    padding: 14px 15px;
    width: 100%;
    height: 100%;
    resize: none;
}

.common-contact input,
.common-contact textarea {
    font-family: Montserrat-Light;
    font-size: 16px;
    color: #333;
    background-color: transparent;
}

.common-contact input::placeholder,
.common-contact textarea::placeholder {
    color: #999;
}

.common-contact .sub {
    border-bottom: unset;
}

.common-contact .sub input {
    background-color: #f34a00;
    color: #fff;
    border: 1px solid #f34a00;
    cursor: pointer;
}

.common-contact .sub:hover {
    border-bottom: unset !important;
}

.common-contact .sub input:hover {
    color: #f35008;
    background-color: #fff;
    border: 1px solid #f34a00;
}

.common-contact .must {
    position: relative;
}

.common-contact .must::after {
    content: "*";
    position: absolute;
    color: #ff0000;
    top: 16px;
    left: 5px;
}


.common-contact .code {
    position: relative;
}

.common-contact .code input {
    padding-right: 110px;
}

.common-contact .codebox {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f3fbfe;
    width: 100px !important;
    cursor: pointer;
}

@media(max-width:1600px) {

    .common-contact1,
    .common-contact2 {
        padding: 60px 0px 80px;
    }

    .common-contact .content {
        font-size: 16px;
        margin-bottom: 25px;
    }
}

@media(max-width:1333px) {
    .common-contact1 {
        padding: 50px 0px 80px;
    }

    .common-contact .inp1 {
        width: 48.5%;
        height: 50px;
        margin-bottom: 10px;
        border-bottom: 1px solid rgba(34, 24, 25, .3);
    }
}

@media(max-width:999px) {

    .common-contact1,
    .common-contact2 {
        padding: 40px 0px 40px;
    }

    .common-contact {
        margin-bottom: 0;
    }

    .common-contact form {
        width: 60%;
    }
}

@media(max-width:768px) {
    .common-contact .content {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .common-contact form {
        width: 100%;
    }

    .common-contact input,
    .common-contact textarea {
        font-size: 14px;
        background-color: transparent;
    }

    .common-contact .inp1 {
        width: 48.5%;
        height: 45px;
        margin-bottom: 10px;
        border-bottom: 1px solid rgba(34, 24, 25, .3);
    }
}

@media(max-width:570px) {

    .common-contact1,
    .common-contact2 {
        padding: 30px 0px;
    }
}

@media(max-width:450px) {
    .common-contact .inpbox1 {
        flex-direction: column;
    }

    .common-contact .inp1 {
        width: 100%;
    }
}


/* footer */

footer {
    padding: 64px 0px 67px;
    background-color: #243338;
    border-radius: 48px 48px 0px 0px;
    position: relative;
    z-index: 10;
}

footer .email a {
    word-break: break-all;
}

footer .f_top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 48px;
}

footer .logobox {
    width: 25%;
}

footer .logo {
    margin-bottom: 40px;
}

footer .logo img:hover {
    transform: scale(1.05);
}

footer .content {
    font-family: Montserrat-Regular;
    font-size: 20px;
    line-height: 32px;
    color: #ffffff;
    opacity: 0.8;
}

footer .nav {
    width: 55.6%;
    display: flex;
    flex-wrap: wrap;
    padding-top: 15px;
    justify-content: flex-end;
}

footer .title {
    margin-bottom: 30px;
    position: relative;
}

footer .title::after {
    content: "";
    position: absolute;
    left: -20px;
    top: 5px;
    width: 9px;
    height: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../images/shape1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

footer .title i {
    display: none;
}

footer .title,
footer .title a {
    font-family: Montserrat-Regular;
    font-size: 20px;
    color: #ffffff;
}

footer .title a:hover {
    color: #f35008;
}

footer ul a,
footer ul span {
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 36px;
    color: #ffffff;
    opacity: .8;
}

footer ul a:hover {
    opacity: 1;
}

footer .box {}

footer .box1 {
    width: 31.5%;
    padding-right: 5%;
}

footer .box2 {
    width: 38.8%;
    padding-right: 5%;
}

footer .box3 {
    width: 29.5%;
    padding-right: 0;
}

footer .f_bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer .blogrolls {
    display: flex;
    flex-wrap: wrap;

}

footer .blogrolls a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 18px;
    border: solid 1px #ffffff;
    opacity: 0.6;
    color: #fff;
    margin-right: 26px;
}

footer .blogrolls a:last-child {
    margin-right: 0;
}

footer .blogrolls a:hover {
    opacity: 1;
}

footer .copyright {
    margin-bottom: 0px;
}

footer .copyright,
footer .copyright a,
footer .links a,
footer .links {
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    opacity: 0.8;
}

footer .links a,
footer .copyright a {
    opacity: 1;
}

footer .copyright a:hover,
footer .links a:hover {
    text-decoration: underline;
    ;
}

footer .links a:hover,
footer .copyright a:hover {
    opacity: 1;
}

footer .r {
    width: 55.6%;
}

footer .copyright img {
    display: inline-block;
}


@media(max-width:1600px) {
    footer {
        padding: 60px 0px 50px;
        background-color: #243338;
        border-radius: 48px 48px 0px 0px;
    }

    footer .title {
        margin-bottom: 25px;
        position: relative;
    }

    footer .content {
        font-size: 18px;
        line-height: 30px;
        opacity: 0.8;
    }
}

@media(max-width:1333px) {
    footer .nav {
        width: 62%;
        padding-top: 0px;
    }

    footer .title,
    footer .title a {
        font-size: 18px;
    }

    footer ul a,
    footer ul,
    footer ul span {
        font-size: 16px;
        line-height: 32px;
        opacity: .8;
    }

    footer .title::after {
        left: -15px;
        top: 4px;
        width: 9px;
        height: 17px;
    }

    footer .blogrolls a {
        width: 40px;
        height: 40px;
        border-radius: 18px;
        margin-right: 18px;
        margin-bottom: 5px;
    }

    footer .blogrolls {
        display: flex;
        flex-wrap: wrap;
        width: 25%;
    }

    footer .r {
        width: 62%;
    }

    footer .content {
        font-size: 16px;
        line-height: 30px;
        opacity: 0.8;
    }

    footer {
        padding: 50px 0px 60px;
        background-color: #243338;
        border-radius: 48px 48px 0px 0px;
    }
}

@media(max-width:999px) {
    footer .f_top {
        flex-direction: column;
        margin-bottom: 30px;
    }

    footer .logobox {
        width: 100%;
        margin-bottom: 18px;
    }

    footer .nav {
        flex-direction: column;
        width: 100%;

    }

    footer .box {
        width: 100%;
        padding: 0;
    }


    footer .logo {
        margin-bottom: 30px;
    }

    footer .title {
        margin-bottom: 15px;
        position: relative;
    }

    footer ul a,
    footer ul,
    footer ul span {
        font-size: 16px;
        line-height: 30px;
        opacity: .8;
    }

    footer ul {
        display: none;
        transition: none;
    }

    footer ul li:last-child {
        margin-bottom: 13px;
    }

    footer .title::after {
        display: none;
    }

    footer .f_bottom {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    footer .blogrolls {
        width: 100%;
        margin-bottom: 15px;
    }

    footer .r {
        width: 100%;
    }

    footer .title i {
        display: block;
    }

    footer .title {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    footer {
        padding: 40px 0px 60px;
        background-color: #243338;
        border-radius: 0;
    }
}

@media(max-width:768px) {

    footer .title,
    footer .title a {
        font-size: 16px;
    }

    footer .content {
        font-size: 16px;
        line-height: 26px;
        opacity: 0.8;
    }

    footer .logo {
        margin-bottom: 20px;
    }

    footer .copyright,
    footer .copyright a,
    footer .links a,
    footer .links {
        font-size: 14px;
        line-height: 28px;
        opacity: 0.8;
    }

    footer ul li {
        margin-bottom: 5px;
    }

    footer ul a,
    footer ul,
    footer ul span {
        font-size: 14px;
        line-height: 28px;
    }

    footer .content {
        font-size: 14px;
        line-height: 24px;
    }

}

@media(max-width:570px) {
    footer .blogrolls a {
        width: 35px;
        height: 35px;
        border-radius: 18px;
        margin-right: 12px;
        margin-bottom: 5px;
    }

    footer {
        padding: 30px 0px 60px;
        background-color: #243338;
        border-radius: 0;
    }

}



/* page_banner */

.page_banner {
    position: relative;
}

.page_banner::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.0)0%, rgba(0, 0, 0, .7)95%);
}

.page_banner img {
    min-height: 200px;
    object-fit: cover;
    width: 100%;
}

/* page_banner1 */

.page_banner1 {
    margin-top: 90px;
}

.page_banner1 img {
    min-height: 200px;
    object-fit: cover;
}

@media(max-width:1600px) {
    .page_banner1 {
        margin-top: 90px;
    }
}

@media(max-width:1333px) {}

@media(max-width:999px) {

    .page_banner,
    .page_banner1 {
        margin-top: 65px;
    }

    .page_banner::after {
        display: none;
    }
}

@media(max-width:768px) {

    .page_banner,
    .page_banner1 {
        margin-top: 55px;
    }
}

@media(max-width:570px) {

    .page_banner,
    .page_banner1 {
        margin-top: 50px;
    }
}


/* about_us */


.about_us {
    padding: 78px 0px 93px;
    position: relative;
}

.about_us .safe {
    position: relative;
    z-index: 10;
}

.about_us .titlebox {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.about_us .l {
    width: 46%;
}

.about_us .title16 {
    margin-bottom: 1px;
}

.about_us .title56 {
    margin-bottom: 28px;
}

.about_us .numberbox {
    display: flex;
    flex-wrap: wrap;
}

.about_us .num {
    width: 276px;
    height: 100px;
    background-image: url(../images/num-border.png);
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
}

.about_us .num:first-child {
    margin-right: 30px;
}

.about_us .num .nu {
    font-family: Montserrat-Bold;
    font-size: 40px;
    color: #f35008;
}

.about_us .resu {
    font-family: Montserrat-Regular;
    font-size: 16px;
    color: #333333;
}

.about_us .bg {
    position: absolute;
    bottom: 0;
    left: 1%;
    right: 0;
    margin: 0 auto;
    z-index: 0;
    bottom: -37%;
}

.about_us .r {
    width: 50%;
    margin-top: 38px;
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about_us .r .video {
    position: absolute;
    cursor: pointer;
}

.about_us .r .video:hover img {
    transform: scale(1.05);
}

.about_us .content {
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    margin-bottom: 61px;
}

.about_us .content p {
    margin-bottom: 30px;
}

.about_us .content p:last-child {
    margin-bottom: 0;
}

.about_us .content a {
    color: #f35008;
}

.about_us .content a:hover {
    text-decoration: underline;
}

.about_us .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 247px;
    height: 60px;
    border-radius: 8px;
    border: solid 1px #333333;
    font-family: Montserrat-Bold;
    font-size: 18px;
    color: #333333;
}

.about_us .btn:hover {
    background-color: #f35008;
    border: 1px solid #f35008;
    color: #fff;
}

@media(max-width:1800px) {

    .about_us .r {
        padding-top: 20px;
    }

    .about_us .num {
        width: 260px;
        height: 94px;
        padding: 20px;
    }
}

@media(max-width:1600px) {
    .about_us {
        padding: 50px 0px;
    }

    .about_us .r {
        padding-top: 0;
    }

    .about_us .titlebox {
        flex-direction: column;
    }

    .about_us .l {
        width: 100%;
        margin-bottom: 20px;
    }

    .about_us .title56 {
        margin-bottom: 25px;
    }

    .about_us .r {
        width: 100%;
    }
}

@media(max-width:1333px) {

    .about_us .bg {
        position: absolute;
        bottom: 0;
        left: 1%;
        right: 0;
        margin: 0 auto;
        z-index: 0;
        bottom: -16%;
    }

    .about_us .num .nu {
        font-size: 36px;
    }

    .about_us .content p {
        margin-bottom: 25px;
    }

    .about_us .btn {
        width: 220px;
        height: 55px;
        border-radius: 8px;
        font-size: 16px;
    }

    .about_us .r {
        width: 55%;
    }
}

@media(max-width:999px) {
    .about_us {
        padding: 40px 0px;
    }

    .about_us .title56 {
        margin-bottom: 20px;
    }

    .about_us .num .nu {
        font-size: 32px;
    }

    .about_us .content p {
        margin-bottom: 20px;
    }

    .about_us .btn {
        width: 200px;
        height: 50px;
        border-radius: 8px;
        font-size: 16px;
    }

    .about_us .title16 {
        margin-bottom: 5px;
    }

    .about_us .title56 {
        margin-bottom: 15px;
    }

    .about_us .r {
        margin-top: 0;
        border-radius: 10px;
    }

    .about_us .r {
        width: 65%;
    }
}


@media(max-width:768px) {
    .about_us .num:first-child {
        margin-right: 20px;
    }

    .about_us .num .nu {
        font-size: 28px;
    }

    .about_us .title56 {
        margin-bottom: 20px;
    }

    .about_us .bg {
        position: absolute;
        bottom: 0;
        left: 1%;
        right: 0;
        margin: 0 auto;
        z-index: 0;
        bottom: -9%;
    }

    .about_us .content p {
        margin-bottom: 15px;
    }

    .about_us .num {
        width: 230px;
        height: 83px;
        padding: 20px;
        justify-content: center;
        margin-bottom: 5px;
        align-items: center;
    }

    .about_us .resu {
        font-family: Montserrat-Regular;
        font-size: 14px;
        color: #333333;
    }

    .about_us .content {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 30px;
    }

    .about_us .btn {
        width: 180px;
        height: 45px;
        font-size: 14px;
    }

    .about_us {
        min-height: auto;
    }

    .about_us .r {
        width: 80%;
    }

    .about_us .r>img {
        min-height: 180px;
        object-fit: cover;

    }

    .about_us .r .video img {
        width: 60px;
    }
}

@media(max-width:570px) {
    .about_us .num:first-child {
        margin-right: 0;
    }

    .about_us {
        padding: 30px 0px 30px;
    }

    .about_us .num .nu {
        font-size: 24px;
    }

    .about_us .num {
        width: 210px;
        height: 76px;
        padding: 15px;
        margin-bottom: 5px;
    }

    .about_us .bg {
        left: 1%;
        bottom: -5%;
    }

    .about_us .numberbox {
        flex-direction: column;
    }

    .about_us .r {
        width: 90%;
    }
}

@media(max-width:500px) {
    .about_us .r {
        width: 100%;
    }
}


/* about_certificates */

.about_certificates {
    margin-bottom: 109px;
}

.about_certificates .titlebox {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 55px;
}

.about_certificates .title44 {
    flex-shrink: 0;
}

.about_certificates .content {
    width: 73%;
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}

.about_certificates .box {
    padding: 0px 19px 0px 21px;
}

.about_certificates .imgbox {
    overflow: hidden;
}

.about_certificates .imgbox img:hover {
    transform: translateY(-5px);
}

.about_certificates .title {
    padding-top: 22px;
    text-align: center;
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.about_certificates .swiper-slide:hover .title {
    color: #f35008;
}

.about_certificates .btnbox i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 57px;
    height: 57px;
    background-color: #ffffff;
    border: solid 1px #1e1e1e;
    color: #1e1e1e;
    top: 40%;
    transform: translateY(-40%);
    position: absolute;
    border-radius: 50px;
    cursor: pointer;
}

.about_certificates .btnbox i:hover {
    background-color: #f35008;
    color: #fff;
    border: 1px solid #f35008;
}

.about_certificates .btnbox i:first-child {
    left: -70px;
}

.about_certificates .btnbox i:last-child {
    right: -70px;
}

@media(max-width:1800px) {
    .about_certificates .btnbox i:first-child {
        left: -40px;
    }

    .about_certificates .btnbox i:last-child {
        right: -40px;
    }
}

@media(max-width:1600px) {
    .about_certificates {
        margin-bottom: 50px;
    }

    .about_certificates .titlebox {
        margin-bottom: 45px;
    }

    .about_certificates .title {
        padding-top: 15px;
        font-size: 16px;
        line-height: 24px;
    }
}

@media(max-width:1333px) {
    .about_certificates .titlebox {
        margin-bottom: 35px;
    }

    .about_certificates .title {
        padding-top: 8px;
        font-size: 16px;
        line-height: 24px;
    }

    .about_certificates .btnbox i {
        width: 48px;
        height: 48px;
        top: 40%;
        transform: translateY(-40%);
        border-radius: 50px;
    }

    .about_certificates .btnbox i:first-child {
        left: -34px;
    }

    .about_certificates .btnbox i:last-child {
        right: -34px;
    }
}

@media(max-width:999px) {
    .about_certificates {
        margin-bottom: 40px;
    }

    .about_certificates .titlebox {
        margin-bottom: 30px;
    }

    .about_certificates .titlebox {
        flex-direction: column;
    }

    .about_certificates .title44 {
        margin-bottom: 10px;
    }

    .about_certificates .content {
        width: 100%;
    }

    .about_certificates .btnbox i {
        width: 45px;
        height: 45px;
        top: 40%;
        transform: translateY(-40%);
        border-radius: 50px;
    }
}

@media(max-width:768px) {
    .about_certificates .titlebox {
        margin-bottom: 15px;
    }

    .about_certificates .content {
        font-size: 14px;
        line-height: 26px;
    }

    .about_certificates .title {
        padding-top: 5px;
        font-size: 14px;
        line-height: 24px;
    }

    .about_certificates .btnbox i {
        position: static;
        transform: unset;
    }

    .about_certificates .btnbox {
        display: flex;
        justify-content: center;
    }

    .about_certificates .swiper {
        margin-bottom: 20px;
    }

    .about_certificates .btnbox i:first-child {
        margin-right: 15px;
    }
}

@media(max-width:570px) {
    .about_certificates {
        margin-bottom: 30px;
    }

    .about_certificates .box {
        padding: 0;
    }
}



/* factory_show */

.factory_show {
    padding: 71px 0px 60px;
    background-color: #f7f9fa;
}

.factory_show .titlebox {
    margin-bottom: 59px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.factory_show .l_box {
    flex-shrink: 0;
    margin-right: 15px;
}

.factory_show .r_box {
    width: 70%;
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}

.factory_show .title44 {
    margin-bottom: 25px;
}

.factory_show .title16 {
    font-family: Montserrat-Regular;
}

.factory_show .title16:hover {
    text-decoration: underline;
}

.factory_show .swiper {
    overflow: visible;
    margin-bottom: 40px;
}

.factory_show .imgbox {
    border-radius: 24px;
    overflow: hidden;
}

.factory_show .btnbox {
    display: flex;
    align-items: center;
    box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    width: 130px;
    height: 54px;
}

.factory_show .btnbox i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 65px;
    height: 100%;
    background-color: #ffffff;
    border-radius: 8px;
    cursor: pointer;
    color: rgba(30, 30, 30, .45);
}

.factory_show .btnbox i:hover {
    background-color: #f35008;
    color: #fff;
}


@media(max-width:1600px) {
    .factory_show {
        padding: 50px 0px;
    }

    .factory_show .titlebox {
        margin-bottom: 45px;
    }

    .factory_show .swiper {
        margin-bottom: 30px;
    }
}

@media(max-width:1333px) {
    .factory_show .titlebox {
        margin-bottom: 35px;
    }

    .factory_show .title44 {
        margin-bottom: 20px;
    }

    .factory_show .swiper {
        margin-bottom: 20px;
    }

    .factory_show .imgbox {
        border-radius: 20px;
    }

    .factory_show .btnbox i {
        width: 60px;
        height: 100%;
        border-radius: 8px;
    }

    .factory_show .btnbox {
        width: 120px;
        height: 50px;
    }
}

@media(max-width:999px) {
    .factory_show {
        padding: 40px 0px;
    }

    .factory_show .titlebox {
        margin-bottom: 25px;
    }

    .factory_show .imgbox {
        border-radius: 10px;
    }

    .factory_show .titlebox {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .factory_show .l_box {
        margin-bottom: 18px;
    }

    .factory_show .title44 {
        margin-bottom: 15px;
    }

    .factory_show .r_box {
        width: 100%;
    }

    .factory_show .btnbox i {
        width: 55px;
        height: 100%;
        border-radius: 8px;
    }

    .factory_show .btnbox {
        width: 110px;
        height: 50px;
    }
}

@media(max-width:768px) {
    .factory_show .titlebox {
        margin-bottom: 15px;
    }

    .factory_show .btnbox i {
        width: 50px;
        height: 100%;
        border-radius: 8px;
    }

    .factory_show .btnbox {
        width: 100px;
        height: 45px;
    }

    .factory_show .r_box {
        font-size: 14px;
        line-height: 26px;
    }
}

@media(max-width:570px) {
    .factory_show {
        padding: 30px 0px;
    }
}


/* customer_testimonial */

.customer_testimonial {
    padding: 77px 0px 89px;
}

.customer_testimonial .title18 {
    margin-bottom: 3px;
}

.customer_testimonial .titlebox {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
}

.customer_testimonial .swiper {
    padding-top: 8px;
}

.customer_testimonial .l {
    width: 50%;
}

.customer_testimonial .btnbox {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 54px;
    background-color: #ffffff;
    box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    font-size: 22px;
}

.customer_testimonial .btnbox i {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 65px;
    cursor: pointer;
    border-radius: 8px;
    color: rgba(30, 30, 30, .45);
}

.customer_testimonial .btnbox i:hover {
    background-color: #f34a00;
    color: #fff;
    opacity: 1;
}

.customer_testimonial .wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.customer_testimonial .inner {
    padding: 40px 90px 33px 89px;
    background-color: #f7f9fa;
    border-radius: 24px;
}

.customer_testimonial .inner:hover {
    transform: translateY(-8px);
}

.customer_testimonial .inner:first-child {
    margin-bottom: 29px;
}

.customer_testimonial .content {
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 34px;
    color: #666666;
    margin-bottom: 28px;
    position: relative;
}

.customer_testimonial .content::after {
    content: "";
    position: absolute;
    top: 0;
    left: -55px;
    width: 26px;
    height: 22px;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../images/yh_prev.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.customer_testimonial .content::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: -50px;
    width: 26px;
    height: 22px;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../images/yh_next.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.customer_testimonial .fon {
    text-align: right;
    font-family: Montserrat-Regular;
    font-size: 16px;
    color: #333333;
}


@media(max-width:1600px) {
    .customer_testimonial {
        padding: 50px 0px;
    }

    .customer_testimonial .titlebox {
        margin-bottom: 40px;
    }

    .customer_testimonial .inner {
        padding: 40px 70px 33px 70px;
        border-radius: 24px;
    }

    .customer_testimonial .content {
        font-size: 16px;
        line-height: 32px;
        margin-bottom: 28px;
    }
}

@media(max-width:1333px) {
    .customer_testimonial .titlebox {
        margin-bottom: 30px;
    }

    .customer_testimonial .content {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .customer_testimonial .inner {
        padding: 30px 50px 30px 50px;
        border-radius: 20px;
    }

    .customer_testimonial .content::after {

        left: -40px;
        width: 26px;
        height: 22px;
    }

    .customer_testimonial .content::before {
        right: -40px;
        width: 26px;
        height: 22px;
    }

    .customer_testimonial .btnbox {
        height: 50px;
        box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.1);
        border-radius: 8px;
        font-size: 22px;
    }

    .customer_testimonial .btnbox i {
        height: 100%;
        width: 60px;
        border-radius: 8px;
    }
}

@media(max-width:999px) {
    .customer_testimonial {
        padding: 40px 0px;
    }

    .customer_testimonial .titlebox {
        margin-bottom: 20px;
    }

    .customer_testimonial .titlebox {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .customer_testimonial .l {
        margin-bottom: 15px;
        width: 100%;
    }

    .customer_testimonial .inner {
        border-radius: 10px;
    }

    .customer_testimonial .btnbox {
        height: 50px;
        font-size: 20px;
    }

    .customer_testimonial .btnbox i {
        height: 100%;
        width: 55px;
        border-radius: 8px;
    }
}

@media(max-width:768px) {
    .customer_testimonial .titlebox {
        margin-bottom: 15px;
    }

    .customer_testimonial .content {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 15px;
    }

    .customer_testimonial .fon {
        font-size: 14px;
    }

    .customer_testimonial .inner {
        padding: 20px 50px 20px 45px;
        border-radius: 20px;
    }

    .customer_testimonial .btnbox {
        height: 45px;
        font-size: 18px;
    }

    .customer_testimonial .btnbox i {
        height: 100%;
        width: 50px;
        border-radius: 8px;
    }
}

@media(max-width:570px) {
    .customer_testimonial {
        padding: 30px 0px;
    }
}


/* product_list */

.product_list {
    padding: 84px 0px 31px;
}

.product_list .titlebox {
    margin-bottom: 60px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.product_list .title44 {
    width: 30%;
}

.product_list .pro_search {
    width: 70%;
    height: 60px;
    background-color: #ffffff;
    border: solid 1px #e5e5e5;
    display: flex;
    align-items: center;
}

.product_list .pro_sea {
    width: 100%;
    height: 100%;
}

.product_list .pro_sea input {
    width: 100%;
    height: 100%;
    padding: 0px 15px;
    font-size: 16px;
    color: #333;
    font-family: Montserrat-Regular;
}

.product_list .pro_sea input::placeholder {
    color: #666;
}

.product_list .pro_sub {
    width: 60px;
    height: 100%;
    background-color: #f34a00;
    border: solid 1px #e5e5e5;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
}

.product_list .pro_sub:hover i {
    color: #666;
}

.product_list .pro_sub i {
    font-size: 22px;
    color: #fff;
}

.product_list .sub {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

.product_list .box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.product_list .l_box {
    width: 22.1686%;
}

.product_list .cate_list:first-child {
    margin-bottom: 40px;
}

.product_list .cate_name {
    min-height: 84px;
    padding: 15px 20px;
    font-family: Montserrat-Regular;
    font-size: 20px;
    color: #ffffff;
    background-color: #f34a00;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 16px;
    margin-bottom: 20px;
}

.product_list .cate_name i {
    display: none;
}

.product_list .list {
    background-color: #f5f8fa;
    padding: 6px 20px;
    border-radius: 16px;
}

.product_list .list>ul>li {
    padding: 25px 0px 33px;
    border-bottom: 1px solid rgba(191, 191, 191, .3);
}

.product_list .list>ul>li:last-child {
    border-bottom: unset;
}

.product_list .list>ul>li>a {
    font-family: Montserrat-Light;
    font-size: 18px;
    color: #333333;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.product_list .list>ul>li>a:hover {
    color: #f35008;
}

.product_list .list>ul>li>a i {
    color: #666666;
    font-size: 24px;
}

.product_list .list>ul>li>ul {
    padding-top: 26px;
}

.product_list .list>ul>li>ul>li {
    margin-bottom: 21px;
}

.product_list .list>ul>li>ul>li:last-child {
    margin-bottom: 0;
}

.product_list .list>ul>li>ul>li a {
    font-family: Montserrat-Light;
    font-size: 16px;
    color: #333333;
}

.product_list .active>a span {
    color: #f34a00;
}

.product_list .list>ul>li>ul>li a:hover {
    color: #f35008;
}

.product_list .tags_href {
    display: flex;
    flex-wrap: wrap;
}

.product_list .tags_href a {
    display: inline-block;
    padding: 5px 10px;
    margin-right: 10px;
    background-color: #f0f3f5;
    font-family: Montserrat-Light;
    font-size: 14px;
    color: #666666;
    margin-bottom: 10px;
}

.product_list .tags_href a:hover {
    background-color: rgba(243, 74, 0, .1);
    font-family: Montserrat-Light;
    color: #f34a00;
}

.product_list .r_box {
    width: 74.6%;
}

.product_list .r_box a {
    cursor: pointer;
}

.product_list .wrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 31px;
}

.product_list .inner {
    width: 32%;
    margin-right: 2%;
    background-color: #f5f8fa;
    padding: 20px 21px 33px 21px;
    margin-bottom: 19px;
    border-radius: 24px;
}

.product_list .inner:nth-child(3n) {
    margin-right: 0;
}

.product_list .imgbox {
    overflow: hidden;
    border-radius: 16px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product_list .imgbox .video {
    position: absolute;
    cursor: pointer;
    opacity: .5;
    cursor: pointer;
}

.product_list .imgbox .video:hover img {
    transform: scale(1.05);
}

.product_list .contact {
    padding-top: 19px;
}

.product_list .title {
    font-family: Montserrat-Regular;
    font-size: 20px;
    line-height: 26px;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 18px;
}

.product_list .title a {
    color: #333333;
}

.product_list .title:hover,
.product_list .title a:hover {
    color: #f35008;
}

.product_list .contact .content {
    margin-bottom: 29px;
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product_list .btn {
    font-family: Montserrat-Light;
    font-size: 16px;
    color: #f34a00;
}

.product_list .btn:hover {
    text-decoration: underline;
}

@media(max-width:1600px) {
    .product_list {
        padding: 40px 0px 30px;
    }

    .product_list .title44 {
        width: 25%;
    }

    .product_list .titlebox {
        margin-bottom: 45px;
    }

    .product_list .cate_name {
        min-height: 65px;
        padding: 12px 15px;
        font-size: 20px;
        border-radius: 16px;
        margin-bottom: 20px;
    }

    .product_list .list>ul>li {
        padding: 22px 0px;
    }

    .product_list .list>ul>li>ul>li {
        margin-bottom: 17px;
    }

    .product_list .contact {
        padding-top: 15px;
    }

    .product_list .title {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 12px;
    }

    .product_list .contact .content {
        margin-bottom: 25px;
        font-size: 16px;
        line-height: 24px;
    }

    .product_list .wrap {
        margin-bottom: 25px;
    }

}

@media(max-width:1333px) {
    .product_list .titlebox {
        margin-bottom: 35px;
    }

    .product_list .r_box {
        width: 72%;
    }

    .product_list .l_box {
        width: 25%;
    }

    .product_list .cate_name {
        min-height: 60px;
        padding: 10px 15px;
        font-size: 18px;
        border-radius: 15px;
        margin-bottom: 15px;
    }

    .product_list .list>ul>li {
        padding: 18px 0px;
    }

    .product_list .list>ul>li>ul {
        padding-top: 15px;
    }

    .product_list .list>ul>li>ul>li {
        margin-bottom: 15px;
    }

    .product_list .list>ul>li>a {
        font-size: 16px;
    }

    .product_list .inner {
        width: 32%;
        margin-right: 2%;
        padding: 15px;
        margin-bottom: 15px;
        border-radius: 24px;
    }

    .product_list .title {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 10px;
    }

    .product_list .contact .content {
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 24px;
    }

    .product_list .inner {
        width: 32%;
        margin-right: 2%;
        padding: 15px;
        margin-bottom: 15px;
        border-radius: 20px;
    }

    .product_list .wrap {
        margin-bottom: 20px;
    }

}

@media(max-width:999px) {
    .product_list .titlebox {
        margin-bottom: 25px;
    }

    .product_list .titlebox {
        flex-direction: column;
    }

    .product_list .title44 {
        width: 100%;
        margin-bottom: 20px;
    }

    .product_list .pro_search {
        width: 100%;
    }

    .product_list .box {
        flex-direction: column;
    }

    .product_list .l_box {
        width: 100%;
        margin-bottom: 30px;
    }

    .product_list .cate_name {
        min-height: 55px;
        padding: 10px 15px;
        font-size: 16px;
        border-radius: 10px;
        margin-bottom: 15px;
    }

    .product_list .list>ul>li {
        padding: 15px 0px;
    }

    .product_list .list {
        margin-top: 15px;
        display: none;
        transition: none;
    }

    .product_list .tags_href {
        margin-top: 15px;
        display: none;
        transition: none;
    }

    .product_list .cate_name {
        margin-bottom: 0;
    }

    .product_list .cate_list:first-child {
        margin-bottom: 20px;
    }

    .product_list .cate_name {}

    .product_list .cate_name i {
        display: block;
        font-weight: bold;
    }

    .product_list .r_box {
        width: 100%;
    }

    .product_list .inner {
        width: 32%;
        margin-right: 2%;
        padding: 15px;
        margin-bottom: 15px;
        border-radius: 10px;
    }

    .product_list .imgbox {
        overflow: hidden;
        border-radius: 10px;
    }

    .product_list .pro_search {
        height: 55px;
    }

    .product_list .pro_sub i {
        font-size: 18px;
    }

    .product_list .wrap {
        margin-bottom: 15px;
    }

    .product_list .imgbox .video img {
        width: 70px;
    }
}

@media(max-width:768px) {
    .product_list .titlebox {
        margin-bottom: 15px;
    }

    .product_list .title {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 9px;
    }

    .product_list .contact .content {
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 24px;
    }

    .product_list .btn {
        font-size: 14px;
    }

    .product_list .inner {
        width: 32%;
        margin-right: 2%;
        padding: 10px;
        margin-bottom: 15px;
        border-radius: 10px;
    }

    .product_list .pro_search {
        height: 50px;
    }

    .product_list .list>ul>li>ul>li a {
        font-size: 14px;
    }

    .product_list .list>ul>li {
        padding: 12px 0px;
    }

    .product_list .imgbox .video {
        width: 60px;
    }
}

@media(max-width:570px) {
    .product_list .cate_name {
        min-height: 50px;
        padding: 10px 15px;
        font-size: 16px;
        border-radius: 10px;
        margin-bottom: 15px;
    }

    .product_list .l_box {
        margin-bottom: 15px;
    }
}

@media(max-width:500px) {
    .product_list .inner {
        width: 49%;
        margin-right: 2%;
    }

    .product_list .inner:nth-child(3n) {
        margin-right: 2%;
    }

    .product_list .inner:nth-child(2n) {
        margin-right: 0;
    }
}

@media(max-width:350px) {
    .product_list .inner {
        width: 100%;
        margin-right: 0%;
    }
}

/* pagination */

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination1 {
    margin-bottom: 54px;
}

.pagination2 {
    margin-bottom: 75px;
}

.pagination .safe {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.pagination a {
    width: 36px;
    height: 30px;
    border: solid 1px #e5e5e5;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    font-family: Montserrat-Light;
    font-size: 14px;
    color: #333333;
    flex-shrink: 0;
    margin-bottom: 5px;
}

.pagination .prev,
.pagination .big {
    width: 80px;
}

.pagination .next {
    width: 62px;
}

.pagination a:hover {
    color: #fff;
    background-color: #f34a00;
    border: 1px solid #f34a00;
}

.pagination .active {
    color: #fff;
    background-color: #f34a00;
    border: 1px solid #f34a00;
}

.pagination .submit {
    width: 178px;
    height: 40px;
    border-radius: 4px;
    color: #fff;
    background-color: #e4002b;
    font-family: Montserrat-Light;
    font-size: 16px;
    color: #ffffff;
    margin-right: 10px;
    cursor: pointer;
}

.pagination .submit:hover {
    background-color: #000;
}

@media(max-width:1600px) {

    .pagination1,
    .pagination2 {
        margin-bottom: 50px;
    }
}

@media(max-width:999px) {

    .pagination1,
    .pagination2 {
        margin-bottom: 40px;
    }
}

@media(max-width:570px) {

    .pagination1,
    .pagination2 {
        margin-bottom: 30px;
    }
}


/* product_shadow */

.product_shadow {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .3);
    z-index: 10000000;

}

.cl {
    opacity: 0;
    pointer-events: none;
}

.shadow_box {
    width: 1440px;
    background-color: #ffffff;
    border-radius: 24px;
    height: 90%;
    padding: 70px 0px 50px 70px;
    position: relative;
}

.shadow_box .close {
    position: absolute;
    right: 50px;
    top: 50px;
    font-weight: bold;
    cursor: pointer;
}

.shadow_inner {
    padding-right: 70px;
}

@media(max-width:1440px) {
    .shadow_box {
        width: 1200px;
        border-radius: 24px;
        height: 90%;
        padding: 50px 50px 50px 50px;
    }

}

@media(max-width:1333px) {
    .shadow_box {
        width: 900px;
        border-radius: 20px;
        height: 90%;
        padding: 50px 50px 50px 50px;
    }

}

@media(max-width:999px) {
    .shadow_box .close {
        top: 25px;
        right: 25px;
    }

    .shadow_box {
        width: 750px;
        border-radius: 20px;
        height: 90%;
        padding: 35px;
    }

    .shadow_inner {
        padding-right: 0;
    }
}

@media(max-width:768px) {
    .shadow_box {
        width: 600px;
        border-radius: 20px;
        height: 90%;
        padding: 35px;
    }
}

@media(max-width:600px) {
    .shadow_box {
        width: 95%;
        border-radius: 10px;
        padding: 38px 20px 20px 20px;

    }
}

@media(max-width:570px) {
    .shadow_box .close {
        top: 15px;
        right: 15px;
    }

    .shadow_box {
        width: 95%;
        border-radius: 10px;
        padding: 38px 20px 20px 20px;

    }
}


/* product_detail */

.product_detail {
    display: flex;
    justify-content: space-between;
    margin-bottom: 35px;
}

.product_detail .leftbox {
    width: 52%;
    display: flex;
    flex-shrink: 0;
    padding-top: 0px;
}

.product_detail .leftbox .box {
    width: 520px;
    height: 520px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.product_detail .leftbox .box .swiper-slide {
    display: flex;
    justify-content: center;
    box-shadow: 0px 5px 17px 1px rgba(62, 62, 62, 0.09);
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product_detail .leftbox .box .video {
    position: absolute;
}

.product_detail .leftbox .box .swiper-slide img {
    width: 100%;
    height: 100%;
}

.product_detail .leftbox .box .swiper-slide .play {
    cursor: pointer;
}

.product_detail .leftbox .box .swiper-slide .play:hover {
    transform: scale(1.05);
}

.product_detail .leftbox .swiperbox {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
}

.product_detail .leftbox .swiperbox .product2_prev {
    top: -0px;
    font-size: 14px;
    transform: rotate(90deg);
    font-size: 20px;
}

.product_detail .leftbox .swiperbox .product2_next {
    bottom: 0px;
    font-size: 14px;
    transform: rotate(90deg);
    font-size: 20px;
}

.product_detail .leftbox .swiperbox .product2_prev:hover,
.product_detail .leftbox .swiperbox .product2_next:hover {
    color: #f35008;
}

.product_detail .leftbox .swiperTwo .swiper-slide {
    cursor: pointer;
    border-radius: 8px !important;
    overflow: hidden;
}

.product_detail .swiperTwo {
    padding: 0;
    margin: 0;
    height: 470px !important;
    padding-top: 0px;
    padding-bottom: 0px;
}


.product_detail .swiperTwo .swiper-wrapper .swiper-slide {
    width: 107px;
    height: 107px;
    background-color: #ffffff;
    object-fit: cover;
    border-radius: 10px;
}

.product_detail .swiperTwo .swiper-wrapper .swiper-slide img {
    height: 100%;
    width: 100%;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
}

.product_detail .leftbox .swiperTwo .swiper-slide-thumb-active img {
    border: solid 1px #f35008;
}

.product_detail .swiper-pagination {
    display: none;
}

.product_detail .control {
    position: absolute;
    color: #666666;
    cursor: pointer;
    font-weight: bold;
    border: unset !important;
}

.product_detail .control:hover {
    color: #f35008;
}

.product_detail img {
    display: block;
}

.product_detail .rightbox {
    width: 44.6%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 31px;
    padding-top: 22px;
}

.product_detail .title34 {
    margin-bottom: 35px;
}

.product_detail table tr {}


.product_detail table td {
    padding-bottom: 12px;
}

.product_detail table td:first-child {
    font-family: Montserrat-Regular;
    font-size: 16px;
    color: #333333;
    width: 34%;
}

.product_detail table td:last-child {
    font-family: Montserrat-Light;
    font-size: 16px;
    color: #666666;
}

.product_detail .btnbox {
    display: flex;
}

.product_detail .btnbox a {
    width: 208px;
    height: 52px;
    border-radius: 8px;
    border: solid 1px #333333;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Montserrat-Bold;
    font-size: 16px;
    color: #333333;
}

.product_detail .btnbox a:first-child {
    margin-right: 11px;
}

.product_detail .btnbox a:hover {
    color: #fff;
    background-color: #f35008;
    border: 1px solid #f35008;
}




@media(max-width:1333px) {
    .product_detail .leftbox {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 43%;
    }

    .product_detail .leftbox .swiperbox {
        width: 100%;
    }

    .product_detail .swiperTwo {
        height: auto !important;
    }

    .product_detail .leftbox .box {
        width: 100%;
        height: auto;
        margin-bottom: 25px;
    }

    .product_detail .leftbox .swiperbox .product2_prev {
        top: 50%;
        transform: translateY(-50%);
        left: -3px;
    }

    .product_detail .leftbox .swiperbox .product2_next {
        top: 50%;
        transform: translateY(-50%);
        bottom: unset;
        right: -22px;
    }

    .product_detail .swiperTwo .swiper-wrapper .swiper-slide img {
        height: auto;
    }

    .product_detail {
        align-items: flex-start;
    }

    .product_detail .swiperTwo .swiper-wrapper .swiper-slide {
        height: auto;
    }

    .product_detail .rightbox {
        width: 50%;
        padding-bottom: 20px;
        padding-top: 15px;
    }

    .product_detail .title34 {
        margin-bottom: 20px;
    }

    .product_detail .table {
        margin-bottom: 20px;
    }

    .product_detail .btnbox a {
        width: 180px;
        height: 50px;
        border-radius: 8px;
        font-size: 16px;
    }

    .product_detail .leftbox .swiperbox {
        padding-left: 20px;
        margin-left: 0;
    }
}

@media(max-width:999px) {
    .product_detail .safe {
        flex-direction: column;
    }

    .product_detail .leftbox {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 60%;
        margin: 0 auto;
    }

    .product_detail .swiperTwo {
        display: none;
    }

    .product_detail .leftbox .swiperbox .product2_prev,
    .product_detail .leftbox .swiperbox .product2_next {
        display: none;
    }

    .product_detail .swiper-pagination {
        display: block;
    }

    .product_detail .swiper-pagination-bullet-active {
        background-color: #f35008 !important;
    }

    .product_detail {
        flex-direction: column;
    }

    .product_detail .rightbox {
        padding: 0;
        width: 100%;
    }

    .product_detail .btnbox a {
        width: 170px;
        height: 50px;
        border-radius: 8px;
        font-size: 16px;
    }

    .product_detail .leftbox .play {
        width: 70px !important;
    }
}

@media(max-width:768px) {
    .product_detail .leftbox {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 75%;
        margin: 0 auto;
    }

    .product_detail table td:first-child {
        font-size: 14px;
        width: 34%;
    }

    .product_detail table td:last-child {
        font-size: 14px;
    }

    .product_detail .btnbox a {
        width: 155px;
        height: 45px;
        border-radius: 8px;
        font-size: 14px;
    }

    .product_detail .leftbox .play {
        width: 65px !important;
    }
}

@media(max-width:570px) {
    .product_detail .leftbox {
        width: 90%;
    }

    .product_detail .leftbox .play {
        width: 60px !important;
    }
}

@media(max-width:500px) {
    .product_detail .leftbox {
        width: 100%;
    }
}

@media(max-width:400px) {
    .product_detail .btnbox {
        flex-direction: column;
    }

    .product_detail .btnbox a:first-child {
        margin-right: 0;
        margin-bottom: 10px;
    }
}


/* product_description */

.product_description {
    margin-bottom: 53px;
}

.product_description .title34 {
    margin-bottom: 19px;
}

.product_description .group {
    display: flex;
    justify-content: space-between;
}

.product_description .group .imgbox {
    width: 49%;
}

.product_description .content {
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 32px;
    color: #666666;
    margin-bottom: 20px;
}

.product_description .imgbox {
    border-radius: 16px;
    overflow: hidden;
}

@media(max-width:1600px) {
    .product_description {
        margin-bottom: 50px;
    }
}

@media(max-width:1333px) {
    .product_description .content {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 20px;
    }
}

@media(max-width:999px) {
    .product_description {
        margin-bottom: 40px;
    }
}

@media(max-width:768px) {
    .product_description .content {
        font-size: 14px;
        line-height: 28px;
        margin-bottom: 15px;
    }
}

@media(max-width:570px) {
    .product_description {
        margin-bottom: 30px;
    }
}

@media(max-width:450px) {
    .product_description .group {
        flex-direction: column;
    }

    .product_description .group .imgbox {
        width: 100%;
        border-radius: 10px;
    }

    .product_description .group .imgbox:first-child {
        margin-bottom: 15px;
    }
}

/* product_features */


.product_features .title34 {
    margin-bottom: 31px;
}

.product_features .wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.product_features .inner {
    width: 191px;
    height: 190px;
    background-color: #f5f8fa;
    border-radius: 12px;
}

.product_features .svgbox {
    margin-bottom: 15px;
    padding: 30px 60px 0px 60px;
    border-radius: 12px;
    overflow: hidden;
}

.product_features .svgbox img {
    border-radius: 12px;
}

.product_features .name {
    font-family: Montserrat-Regular;
    font-size: 16px;
    line-height: 22px;
    color: #333333;
    text-align: center;
    padding: 0px 15px;
}


@media(max-width:1600px) {
    .product_features .inner {
        margin-bottom: 20px;
    }
}

@media(max-width:1333px) {
    .product_features .inner {
        width: 154px;
        height: 190px;
        border-radius: 12px;
    }

    .product_features .svgbox {
        margin-bottom: 15px;
        padding: 30px 40px 0px 40px;
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .product_features .wrap {
        justify-content: flex-start;
    }
}

@media(max-width:999px) {
    .product_features .inner {
        width: 31%;
        margin-right: 2%;
    }

    .product_features .inner:nth-child(3n) {
        margin-right: 0;
    }
}

@media(max-width:768px) {
    .product_features .name {
        font-size: 14px;
        line-height: 22px;
        padding: 0px 10px;
    }

    .product_features .svgbox {
        margin-bottom: 15px;
        padding: 30px 30px 0px 30px;
        border-radius: 12px;
    }
}

@media(max-width:450px) {
    .product_features .inner {
        width: 49%;
        margin-right: 2%;
    }

    .product_features .inner:nth-child(3n) {
        margin-right: 2%;
    }

    .product_features .inner:nth-child(2n) {
        margin-right: 0;
    }
}



/* mold_make */

.mold_make {
    padding: 74px 0px 92px;
}

.mold_make .title44 {
    margin-bottom: 14px;
    text-align: center;
}

.mold_make .title16 {
    text-align: center;
    margin-bottom: 48px;
}

.mold_make .wrap {
    display: flex;
    flex-wrap: wrap;
    background-position: center 29%;
    background-repeat: no-repeat;
    margin-bottom: 30px;
}

.mold_make .inner {
    width: 12.5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px 2%;
    cursor: pointer;
}

.mold_make .svgbox {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 81px;
    background-color: #fef2ed;
    border-radius: 50px;
    margin-bottom: 24px;
    position: relative;
    font-family: Montserrat-Bold;
    font-size: 22px;
    color: #f34a00;
}

.mold_make .svgbox:hover {
    background-color: #f34a00;
    color: #fff;
}

.mold_make .svgbox:hover::after {
    opacity: 0.1;
}

.mold_make .svgbox::after {
    content: "";
    position: absolute;
    width: 100px;
    height: 101px;
    background-color: #f34a00;
    opacity: 0.1;
    left: -10px;
    top: -10px;
    border-radius: 50px;
    opacity: 0;
}

.mold_make .title {
    text-align: center;
    font-family: Montserrat-Regular;
    font-size: 16px;
    line-height: 22px;
    color: #333333;
}

.mold_make .active .svgbox {
    background-color: #f34a00;
    color: #fff;
}

.mold_make .active .svgbox::after {
    opacity: 0.1;
}

@media(max-width:1600px) {
    .mold_make {
        padding: 40px 0px 50px;
    }

    .mold_make .title16 {
        margin-bottom: 40px;
    }

    .mold_make .inner {
        width: 12.5%;
        padding: 0px 0.5%;
        cursor: pointer;
    }

    .mold_make .svgbox {
        width: 80px;
        height: 81px;
        border-radius: 50px;
        margin-bottom: 15px;
        font-size: 20px;
    }
}

@media(max-width:1333px) {
    .mold_make .title16 {
        margin-bottom: 30px;
    }

    .mold_make .title {
        font-size: 14px;
        line-height: 20px;
    }

    .mold_make .svgbox::after {
        content: "";
        position: absolute;
        width: 90px;
        height: 90px;
        background-color: #f34a00;
        opacity: 0.1;
        left: -10px;
        top: -10px;
        border-radius: 50px;
        opacity: 0;
    }

    .mold_make .svgbox {
        width: 70px;
        height: 70px;
        border-radius: 50px;
        margin-bottom: 15px;
        font-size: 20px;
    }
}

@media(max-width:999px) {
    .mold_make {
        padding: 30px 0px 40px;
    }

    .mold_make .title16 {
        margin-bottom: 20px;
    }

    .mold_make .inner {
        width: 24%;
        margin-bottom: 20px;
    }

    .mold_make .wrap {
        background-image: unset !important;
    }
}

@media(max-width:768px) {
    .mold_make .title16 {
        margin-bottom: 15px;
    }

    .mold_make .title44 {
        margin-bottom: 10px;
        text-align: center;
    }

    .mold_make .svgbox::after {
        content: "";
        position: absolute;
        width: 80px;
        height: 80px;
        background-color: #f34a00;
        opacity: 0.1;
        left: -10px;
        top: -10px;
        border-radius: 50px;
        opacity: 0;
    }

    .mold_make .svgbox {
        width: 60px;
        height: 60px;
        border-radius: 50px;
        margin-bottom: 15px;
        font-size: 20px;
    }
}

@media(max-width:570px) {
    .mold_make {
        padding: 20px 0px 30px;
    }
}

@media(max-width:500px) {
    .mold_make .inner {
        width: 33%;
        margin-bottom: 20px;
    }
}

@media(max-width:400px) {
    .mold_make .inner {
        width: 50%;
        margin-bottom: 20px;
    }
}


/* mold_case */

.mold_case {
    padding: 32px 64px 27px 64px;
    background-color: #f7f9fa;
    display: flex;
    justify-content: space-between;
}

.mold_case .case {
    display: none;
    justify-content: space-between;
}

.mold_case .l_box {
    width: 26.2%;
}

.mold_case .r_box {
    width: 68%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mold_case .box {
    width: 66%;
    transform: translateY(-4px);
}

.mold_case .t2 {
    font-family: Montserrat-Regular;
    font-size: 22px;
    color: #333333;
    margin-bottom: 34px;
}

.mold_case .t2 span {
    color: #f35008;
    margin-right: 5px;
}

.mold_case .content {
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 32px;
    color: #666666;
    hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
}

@media(max-width:1600px) {
    .mold_case .t2 {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .mold_case .box {
        width: 75%;
        transform: translateY(0px);
    }
}

@media(max-width:1333px) {
    .mold_case {
        padding: 30px;
    }

    .mold_case .t2 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .mold_case .box {
        width: 90%;
        transform: translateY(0px);
    }

    .mold_case .r_box {
        width: 65%;
    }

    .mold_case .l_box {
        width: 31%;
    }
}

@media(max-width:999px) {
    .mold_case .box {
        width: 100%;
    }

    .mold_case .content {
        font-size: 16px;
        line-height: 30px;
    }

    .mold_case .t2 {
        font-size: 18px;
        margin-bottom: 10px;
    }
}

@media(max-width:768px) {
    .mold_case {
        padding: 20px;
    }

    .mold_case .case {
        flex-direction: column;
    }

    .mold_case .l_box {
        width: 100%;
        margin-bottom: 20px;
    }

    .mold_case .r_box {
        width: 100%;
    }

    .mold_case .t2 {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .mold_case .content {
        font-size: 14px;
        line-height: 26px;
    }
}

@media(max-width:570px) {}


/* mold_details */

.mold_details {
    padding: 60px 0px 40px;
    background-color: #f9fafb;
}

.mold_details .title44 {
    text-align: center;
    margin-bottom: 14px;
}

.mold_details .title16 {
    text-align: center;
    margin-bottom: 59px;
}

.mold_details .wrap {
    display: flex;
    flex-wrap: wrap;
}

.mold_details .inner {
    width: 31.9277%;
    margin-right: 2.0481%;
    margin-bottom: 43px;
}

.mold_details .inner:nth-child(3n) {
    margin-right: 0;
}

.mold_details .imgbox {
    border-radius: 24px;
    overflow: hidden;
}

.mold_details .contact {
    padding-top: 25px;

}

.mold_details .title {
    font-family: Montserrat-Regular;
    font-size: 20px;
    color: #333333;
    margin-bottom: 16px;
}

.mold_details .content {
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 32px;
    color: #666666;
}


@media(max-width:1600px) {
    .mold_details {
        padding: 50px 0px;
    }

    .mold_details .title16 {
        margin-bottom: 50px;
    }

    .mold_details .contact {
        padding-top: 20px;
    }
}

@media(max-width:1333px) {
    .mold_details .title16 {
        margin-bottom: 40px;
    }

    .mold_details .contact {
        padding-top: 15px;
    }

    .mold_details .title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .mold_details .content {
        font-size: 16px;
        line-height: 30px;
    }
}

@media(max-width:999px) {
    .mold_details {
        padding: 40px 0px;
    }

    .mold_details .title16 {
        margin-bottom: 30px;
    }

    .mold_details .imgbox {
        border-radius: 10px;
        overflow: hidden;
    }
}

@media(max-width:768px) {
    .mold_details .title16 {
        margin-bottom: 20px;
    }

    .mold_details .inner {
        width: 49%;
        margin-right: 2%;
    }

    .mold_details .inner:nth-child(3n) {
        margin-right: 2%;
    }

    .mold_details .inner:nth-child(2n) {
        margin-right: 0;
    }

    .mold_details .title {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .mold_details .content {
        font-size: 14px;
        line-height: 26px;
    }

    .mold_details .inner {
        margin-bottom: 30px;
    }
}

@media(max-width:570px) {
    .mold_details {
        padding: 30px 0px;
    }
}

@media(max-width:450px) {
    .mold_details .inner {
        width: 100%;
        margin-right: 0%;
    }

    .mold_details .inner:last-child {
        margin-bottom: 0;
    }
}


/* mold_application */

.mold_application {
    padding: 82px 0px 100px;
}

.mold_application .titlebox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 17px;
}

.mold_application .title44 {
    margin-bottom: 14px;
}

.mold_application .title16 {
    margin-bottom: 30px;
}

.mold_application .btnbox {
    display: flex;
    align-items: center;
    box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.mold_application .btnbox i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 65px;
    height: 55px;
    font-size: 22px;
    border-radius: 8px;
    cursor: pointer;
    color: rgba(30, 30, 30, .45);
}

.mold_application .btnbox i:hover {
    background-color: #f34a00;
    box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.1);
    color: #fff;
}

.mold_application .swiper-slide {
    padding: 39px 40px;
    /* background-color: #f5fbfd; */
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.mold_application .imgbox {
    width: 48%;
    border-radius: 20px;
    overflow: hidden;
}

@media(max-width:1600px) {
    .mold_application {
        padding: 50px 0px;
    }
}

@media(max-width:1333px) {
    .mold_application .title16 {
        margin-bottom: 20px;
    }

    .mold_application .swiper-slide {
        padding: 30px;
    }

    .mold_application .btnbox i {
        width: 60px;
        height: 50px;
        font-size: 22px;
        border-radius: 8px;
    }
}

@media(max-width:999px) {
    .mold_application {
        padding: 40px 0px;
    }

    .mold_application .btnbox i {
        width: 55px;
        height: 50px;
        font-size: 20px;
        border-radius: 8px;
    }

    .mold_application .swiper-slide {
        padding: 20px;
    }

}

@media(max-width:768px) {
    .mold_application .btnbox i {
        width: 50px;
        height: 45px;
        font-size: 18px;
        border-radius: 8px;
    }

    .mold_application .swiper-slide {
        padding: 15px;
    }

    .mold_application .titlebox {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }
}

@media(max-width:570px) {
    .mold_application {
        padding: 30px 0px;
    }
}

@media(max-width:500px) {
    .mold_application .swiper-slide {
        flex-direction: column;
    }

    .mold_application .imgbox {
        width: 100%;
    }

    .mold_application .imgbox:first-child {
        margin-bottom: 20px;
    }
}


/* news_list */

.news_list {
    padding: 74px 0px 62px;
}

.news_list .titlebox {
    margin-bottom: 61px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.news_list .title44 {
    width: 30%;
}

.news_list .pro_search {
    width: 70%;
    height: 60px;
    background-color: #ffffff;
    border: solid 1px #e5e5e5;
    display: flex;
    align-items: center;
}

.news_list .pro_sea {
    width: 100%;
    height: 100%;
}

.news_list .pro_sea input {
    width: 100%;
    height: 100%;
    padding: 0px 15px;
    font-size: 16px;
    color: #333;
    font-family: Montserrat-Light;
}

.news_list .pro_sea input::placeholder {
    color: #666;
}

.news_list .pro_sub {
    width: 60px;
    height: 100%;
    background-color: #f34a00;
    border: solid 1px #e5e5e5;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
}

.news_list .pro_sub:hover i {
    color: #666;
}

.news_list .pro_sub i {
    font-size: 22px;
    color: #fff;
}

.news_list .sub {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

.news_list .wrap {
    display: flex;
    flex-wrap: wrap;
}

.news_list .inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
}

.news_list .inner:last-child {
    border-bottom: unset;
    padding-bottom: 0;
    margin-bottom: 0;
}

.news_list .l_box {
    width: 28.5132%;
    border-radius: 21px;
    overflow: hidden;
}

.news_list .l_box:hover img {
    transform: scale(1.05);
}

.news_list .r_box {
    width: 66.8%;
    padding-top: 24px;
}

.news_list .data {
    font-family: Montserrat-Light;
    font-size: 18px;
    line-height: 27px;
    color: #666666;
    margin-bottom: 7px;
}

.news_list .title {
    font-family: Montserrat-Regular;
    font-size: 18px;
    line-height: 27px;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 31px;
}

.news_list .title a {
    color: #333;
}

.news_list .title:hover,
.news_list .title a:hover {
    color: #f35008;
}

.news_list .content {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 32px;
    color: #666666;
    margin-bottom: 46px;
}

.news_list .btn {
    font-family: Montserrat-Regular;
    font-size: 18px;
    color: #f34a00;
}

.news_list .btn:hover {
    text-decoration: underline;
}

@media(max-width:1600px) {
    .news_list {
        padding: 40px 0px 50px;
    }

    .news_list .titlebox {
        margin-bottom: 45px;
    }

    .news_list .r_box {
        padding-top: 15px;
    }

    .news_list .title {
        font-size: 18px;
        line-height: 27px;
        margin-bottom: 20px;
    }

    .news_list .content {
        font-size: 16px;
        line-height: 32px;
        margin-bottom: 30px;
    }
}

@media(max-width:1333px) {
    .news_list .titlebox {
        margin-bottom: 35px;
    }

    .news_list .r_box {
        padding-top: 0;
    }

    .news_list .data {
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 5px;
    }

    .news_list .title {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 10px;
    }

    .news_list .content {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .news_list .btn {
        font-size: 16px;
    }

    .news_list .l_box {
        width: 30%;
        border-radius: 20px;
        overflow: hidden;
    }

}

@media(max-width:999px) {
    .news_list {
        padding: 30px 0px 40px;
    }

    .news_list .titlebox {
        margin-bottom: 25px;
    }

    .news_list .titlebox {
        flex-direction: column;
    }

    .news_list .title44 {
        text-align: center;
        width: 100%;
        margin-bottom: 15px;
    }

    .news_list .pro_search {
        width: 100%;
        height: 55px;
    }

    .news_list .inner {
        flex-direction: column;
    }

    .news_list .l_box {
        width: 100%;
        border-radius: 10px;
        display: flex;
        justify-content: flex-start;
        margin-bottom: 18px;
    }

    .news_list .l_box a {
        border-radius: 10px;
        overflow: hidden;
    }

    .news_list .r_box {
        width: 100%;
    }
}

@media(max-width:768px) {
    .news_list .titlebox {
        margin-bottom: 15px;
    }

    .news_list .data {
        font-size: 14px;
        line-height: 25px;
        margin-bottom: 4px;
    }

    .news_list .title {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 9px;
    }

    .news_list .content {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 15px;
    }

    .news_list .btn {
        font-size: 14px;
    }

    .news_list .pro_search {
        width: 100%;
        height: 50px;
    }

    .news_list .pro_sea input {
        width: 100%;
        height: 100%;
        padding: 0px 15px;
        font-size: 14px;
    }

    .news_list .pro_sub i {
        font-size: 18px;
    }
}

@media(max-width:570px) {
    .news_list {
        padding: 20px 0px 30px;
    }
}



/* news_detail */

.news_detail {
    padding: 78px 0px 73px;
}

.news_detail .title {
    font-family: Montserrat-Regular;
    font-size: 30px;
    line-height: 36px;
    color: #333333;
    margin-bottom: 20px;
}

.news_detail .sharebox {
    display: flex;
    align-items: center;
    font-family: Montserrat-Light;
    font-size: 18px;
    color: #666666;
    margin-bottom: 19px;
}

.news_detail .sharebox .data {
    margin-right: 35px;
}

.news_detail .sharebox .share {
    display: flex;
    align-items: center;
}

.news_detail .content {
    padding: 31px 0px 44px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 32px;
    color: #666666;
    margin-bottom: 20px;
}

.news_detail .content em {
    font-style: normal;
    display: inline-block;
    padding-left: 40px;
    position: relative;
}

.news_detail .content em::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    width: 27px;
    height: 28px;
    background-image: url(../images/bingo.png);
    background-repeat: no-repeat;
    background-size: contain;
}

@media(max-width:1600px) {
    .news_detail {
        padding: 40px 0px 50px;
    }

    .news_detail .title {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 20px;
    }
}

@media(max-width:1333px) {
    .news_detail .title {
        font-size: 26px;
        line-height: 34px;
        margin-bottom: 20px;
    }

    .news_detail .content {
        padding: 25px 0px 25px;
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .news_detail .sharebox {
        font-size: 16px;
        margin-bottom: 15px;
    }
}

@media(max-width:999px) {
    .news_detail {
        padding: 30px 0px 40px;
    }

    .news_detail .title {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 20px;
    }
}

@media(max-width:768px) {
    .news_detail .title {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 15px;
    }

    .news_detail .content {
        padding: 25px 0px 25px;
        font-size: 14px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .news_detail .content em::after {
        width: 23px;
        height: 23px;
    }
}

@media(max-width:570px) {
    .news_detail {
        padding: 20px 0px 30px;
    }

    .news_detail .title {
        font-size: 20px;
    }

    .news_detail .sharebox {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .news_detail .sharebox .data {
        margin-bottom: 10px;
        margin-right: 0;
    }
}


/* page_control */

.page_control .safe1 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.page_control .con {
    display: flex;
    align-items: flex-start;
}

.page_control .con>a,
.page_control .con>i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 57px;
    background-color: #ffffff;
    border: solid 1px #1e1e1e;
    color: #333;
    border-radius: 50px;
}

.page_control .con:first-child .box {
    margin-left: 16px;
}

.page_control .con:last-child .box {
    margin-right: 16px;
    text-align: right;
}

.page_control .name {
    font-family: Montserrat-Regular;
    font-size: 18px;
    line-height: 32px;
    color: #333333;
}

.page_control .resu {
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 32px;
    color: #666666;
}

.page_control .con>a:hover {
    color: #fff;
    border: 1px solid #f35008;
    background-color: #f35008;
}

.page_control .resu a:hover {
    color: #f35008;
}


@media(max-width:1333px) {
    .page_control .con>a {
        width: 50px;
        height: 50px;
    }

    .page_control .name {
        font-size: 16px;
        line-height: 26px;
    }

    .page_control .resu {
        font-size: 16px;
        line-height: 30px;
    }
}

@media(max-width:999px) {
    .page_control .safe1 {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .page_control .con:last-child {
        flex-direction: row-reverse;
    }

    .page_control .con:last-child .box {
        text-align: left;
        margin-right: 0;
        margin-left: 16px;
    }

    .page_control .con:first-child {
        margin-bottom: 16px;
    }
}

@media(max-width:768px) {
    .page_control .resu {
        font-size: 14px;
        line-height: 26px;
    }

    .page_control .name {
        font-size: 14px;
        line-height: 26px;
    }

    .page_control .con>a {
        width: 45px;
        height: 45px;
    }
}



/* contact_us */


.contact_us {
    padding: 71px 0px 71px;
}

.contact_us .safe {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contact_us .l_box {
    width: 30%;
    transform: translateY(-27px);
}

.contact_us .title44 {
    margin-bottom: 40px;
}

.contact_us .content {
    font-family: Montserrat-Light;
    font-size: 18px;
    line-height: 32px;
    color: #666666;
}

.contact_us .r_box {
    width: 67.3%;
    padding: 32px 54px 36px 55px;
    box-shadow: 0px 6px 46px 0px rgba(0, 0, 0, 0.06);
    border-radius: 16px;
}

.contact_us .inpbox1 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 10px;
}

.contact_us .inpbox2 {
    flex-direction: column;
}

.contact_us .inp1 {
    width: 49%;
}

.contact_us .inp1>p,
.contact_us .inpbox1>p {
    font-family: Montserrat-Light;
    font-size: 16px;
    color: #666666;
    margin-bottom: 12px;
}

.contact_us .inpbox1 span {
    color: #ff0000;
    margin-right: 3px;
}

.contact_us .inpbox1 input {
    height: 54px;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #e6e6e6;
    width: 100%;
}

.contact_us textarea {
    height: 160px;
    width: 100%;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #e6e6e6;
    display: block;
    resize: none;
}

.contact_us .sub>p {
    opacity: 0;
}

.contact_us .sub input {
    background-color: #f35008;
    color: #fff !important;
    border: 1px solid #f35008;
    font-family: Montserrat-Light;
    font-size: 18px;
    cursor: pointer;
}

.contact_us .sub input:hover {
    background-color: #fff;
    border: 1px solid #f35008;
    color: #f35008 !important;
}

.contact_us .r_box input {
    padding: 0px 15px;
}

.contact_us .r_box textarea {
    padding: 10px 15px;
}

.contact_us .r_box input,
.contact_us .r_box textarea {
    font-family: Montserrat-Light;
    font-size: 16px;
    color: #333;
}


.contact_us .r_box input::placeholder,
.contact_us .r_box textarea::placeholder {
    color: #666;
}

.contact_us .r_box input:focus,
.contact_us .r_box textarea:focus {
    border: 1px solid #f35008;
}

.contact_us .codebox {
    position: relative;
}

.contact_us .codebox input {
    padding-right: 110px;
}

.contact_us .code {
    position: absolute;
    right: 3px;
    width: 100px !important;
    height: 95%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f3fbfe;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.contact_us .code img {
    height: 100%;
}



@media(max-width:1600px) {
    .contact_us {
        padding: 40px 0px 50px;
    }

    .contact_us .r_box {
        width: 67.3%;
        padding: 30px 40px;
        box-shadow: 0px 6px 46px 0px rgba(0, 0, 0, 0.06);
        border-radius: 16px;
    }

    .contact_us .title44 {
        margin-bottom: 30px;
    }

    .contact_us .l_box {
        transform: unset;
    }
}

@media(max-width:1333px) {
    .contact_us .title44 {
        margin-bottom: 25px;
    }

    .contact_us .content {
        font-size: 16px;
        line-height: 30px;
    }

    .contact_us .inpbox1 input {
        height: 50px;
    }
}

@media(max-width:999px) {
    .contact_us {
        padding: 30px 0px 40px;
    }

    .contact_us .safe {
        flex-direction: column;
    }

    .contact_us .l_box {
        width: 100%;
        margin-bottom: 18px;
    }

    .contact_us .r_box {
        width: 100%;
    }

    .contact_us .title44 {
        margin-bottom: 18px;
    }
}

@media(max-width:768px) {

    .contact_us .inp1>p,
    .contact_us .inpbox1>p {
        font-size: 14px;
        margin-bottom: 8px;
    }

    .contact_us .inpbox1 input {
        height: 45px;
    }

    .contact_us .content {
        font-size: 14px;
        line-height: 26px;
    }

    .contact_us .code {
        right: 3px;
        width: 100px !important;
        height: 92%;
        top: 50%;
        transform: translateY(-50%);
    }
}

@media(max-width:570px) {
    .contact_us {
        padding: 20px 0px 30px;
    }

    .contact_us .r_box {
        padding: 20px;
        box-shadow: 0px 6px 46px 0px rgba(0, 0, 0, 0.06);
        border-radius: 16px;
    }
}

@media(max-width:500px) {
    .contact_us .inpbox1 {
        flex-direction: column;
        margin-bottom: 0;
    }

    .contact_us .inp1 {
        width: 100%;
        margin-bottom: 10px;
    }

    .contact_us .inpbox2 {
        margin-bottom: 10px;
    }
}


/* contact_connect */

.contact_connect {
    margin-bottom: 81px;
}

.contact_connect .box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact_connect .inner {
    width: 32.5301%;
    min-height: 272px;
    padding: 42px 30px 15px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.contact_connect .inner i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 61px;
    height: 60px;
    background-color: #05b1fb;
    color: #fff;
    border-radius: 50px;
    font-size: 28px;
    margin-bottom: 24px;
}

.contact_connect .name {
    font-family: Montserrat-Regular;
    font-size: 24px;
    color: #333333;
    margin-bottom: 23px;
}

.contact_connect .resu,
.contact_connect .resu a {
    font-family: Montserrat-Light;
    font-size: 18px;
    color: #333333;
}

.contact_connect .resu a:hover {
    color: #f35008;
}

.contact_connect .email a {
    word-break: break-all;
}

.contact_connect .inner:nth-of-type(1) {
    background-color: #fdfaee;
}

.contact_connect .inner:nth-of-type(1) i {
    background-color: #f6c921;
}

.contact_connect .inner:nth-of-type(2) {
    background-color: #f5fafd;
}

.contact_connect .inner:nth-of-type(2) i {
    background-color: #05b1fb;
}

.contact_connect .inner:nth-of-type(3) {
    background-color: #fef5f1;
}

.contact_connect .inner:nth-of-type(3) i {
    background-color: #fc4b02;
}

@media(max-width:1600px) {
    .contact_connect {
        margin-bottom: 50px;
    }

    .contact_connect .inner {
        width: 32.5301%;
        min-height: 272px;
        padding: 30px 30px 30px 30px;
    }

    .contact_connect .name {
        font-size: 22px;
        margin-bottom: 20px;
    }
}

@media(max-width:1333px) {
    .contact_connect .inner i {
        width: 61px;
        height: 60px;
        border-radius: 50px;
        font-size: 28px;
        margin-bottom: 15px;
    }

    .contact_connect .resu,
    .contact_connect .resu a {
        font-size: 16px;
    }

    .contact_connect .name {
        font-size: 20px;
        margin-bottom: 15px;
    }
}

@media(max-width:999px) {
    .contact_connect {
        margin-bottom: 40px;
    }

    .contact_connect .inner {
        width: 100%;
        min-height: unset;
        padding: 20px;
        margin-bottom: 15px;
    }

    .contact_connect .inner:last-child {
        margin-bottom: 0;
    }

    .contact_connect .name {
        font-size: 18px;
        margin-bottom: 12px;
    }
}

@media(max-width:768px) {
    .contact_connect .name {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .contact_connect .resu,
    .contact_connect .resu a {
        font-size: 14px;
    }
}

@media(max-width:570px) {
    .contact_connect {
        margin-bottom: 30px;
    }
}


/* contact_map */

.contact_map {
    margin-bottom: -50px;
}

.contact_map img {
    width: 100%;
}


@media(max-width:999px) {
    .contact_map {
        margin-bottom: 40px;
    }
}

@media(max-width:570px) {
    .contact_map {
        margin-bottom: 30px;
    }
}




@font-face {
    font-family: 'Montserrat-Bold';
    src: url('../fonts/Montserrat-Bold.eot');
    src: url('../fonts/Montserrat-Bold.eot') format('embedded-opentype'),
        url('../fonts/Montserrat-Bold.woff2') format('woff2'),
        url('../fonts/Montserrat-Bold.woff') format('woff'),
        url('../fonts/Montserrat-Bold.ttf') format('truetype'),
        url('../fonts/MontserratBold.svg#MontserratBold') format('svg');
}

@font-face {
    font-family: 'Montserrat-Light';
    src: url('../fonts/MontserratLight.eot');
    src: url('../fonts/MontserratLight.eot') format('embedded-opentype'),
        url('../fonts/MontserratLight.woff2') format('woff2'),
        url('../fonts/MontserratLight.woff') format('woff'),
        url('../fonts/MontserratLight.ttf') format('truetype'),
        url('../fonts/MontserratLight.svg#MontserratLight') format('svg');
}

@font-face {
    font-family: 'Montserrat-Regular';
    src: url('../fonts/MontserratRegular.eot');
    src: url('../fonts/MontserratRegular.eot') format('embedded-opentype'),
        url('../fonts/MontserratRegular.woff2') format('woff2'),
        url('../fonts/MontserratRegular.woff') format('woff'),
        url('../fonts/MontserratRegular.ttf') format('truetype'),
        url('../fonts/MontserratRegular.svg#MontserratRegular') format('svg');
}



.bgf5 {
    background-color: #f7f7f7 !important;
}

.bgec {
    background-color: #ececec !important;
}

.bgec i {
    color: #666;
}

.check {
    background-color: #007e4d !important;
}

.close_form {
    opacity: 0;
    pointer-events: none;
}

.rota {
    transform: rotate(90deg);
}

.rota45 {
    transform: rotate(45deg);
}

.swiper-button-lock {
    display: none !important;
}

.opc0 {
    opacity: 0;
}

@font-face {
    font-family: "iconfont";
    /* Project id 4354916 */
    src:
        url('data:application/x-font-woff2;charset=utf-8;base64,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') format('woff2'),
        url('iconfont.woff?t=1747357068433') format('woff'),
        url('iconfont.ttf?t=1747357068433') format('truetype');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-dianhua:before {
    content: "\e61b";
}

.icon-dianhua1:before {
    content: "\e842";
}

.icon-xiazai16:before {
    content: "\e612";
}

.icon-jinru:before {
    content: "\e627";
}

.icon-mima-yanjing-guanbi:before {
    content: "\e622";
}

.icon-mima_yanjing:before {
    content: "\e6c2";
}

.icon-Youtube-fill:before {
    content: "\e883";
}

.icon-xiangxiajiantoushuang-mianxing:before {
    content: "\e60a";
}

.icon-caret-up:before {
    content: "\e621";
}

.icon-duihao:before {
    content: "\eaf1";
}

.icon-duigou:before {
    content: "\e644";
}

.icon-pinterest1:before {
    content: "\e6e1";
}

.icon-xiazai:before {
    content: "\e606";
}

.icon-instagram-fill:before {
    content: "\e88f";
}

.icon-jia:before {
    content: "\e632";
}

.icon-jian:before {
    content: "\e64e";
}

.icon-duoyuyan:before {
    content: "\e654";
}

.icon-icon-jian:before {
    content: "\e609";
}

.icon-icon_jia:before {
    content: "\e652";
}

.icon-icon_earth:before {
    content: "\e6ff";
}

.icon-top1:before {
    content: "\e660";
}

.icon-tell:before {
    content: "\e6a7";
}

.icon-home:before {
    content: "\e624";
}

.icon-edit:before {
    content: "\e611";
}

.icon-facebook:before {
    content: "\e620";
}

.icon-pinterest:before {
    content: "\e8ab";
}

.icon-linkedin:before {
    content: "\e648";
}

.icon-youtube:before {
    content: "\e6d6";
}

.icon-twitter:before {
    content: "\e607";
}

.icon-bigger:before {
    content: "\e647";
}

.icon-left:before {
    content: "\e72c";
}

.icon-right:before {
    content: "\e72d";
}

.icon-up1:before {
    content: "\e72e";
}

.icon-bottom1:before {
    content: "\e72f";
}

.icon-left1:before {
    content: "\e730";
}

.icon-right1:before {
    content: "\e731";
}

.icon-up:before {
    content: "\e73e";
}

.icon-bottom:before {
    content: "\e73f";
}

.icon-instagram:before {
    content: "\e79d";
}

.icon-tumblr:before {
    content: "\e79e";
}

.icon-download:before {
    content: "\e7a0";
}

.icon-download1:before {
    content: "\e7a7";
}

.icon-search4:before {
    content: "\e7b2";
}

.icon-address:before {
    content: "\e7bc";
}

.icon-email:before {
    content: "\e7bd";
}

.icon-contact:before {
    content: "\e7be";
}

.icon-whatsapp:before {
    content: "\e7bf";
}

.icon-fax:before {
    content: "\e7c2";
}

.icon-mobile:before {
    content: "\e7c6";
}

.icon-phone:before {
    content: "\e7c8";
}

.icon-phone1:before {
    content: "\e7cb";
}

.icon-skype:before {
    content: "\e7cc";
}

.icon-whatsapp1:before {
    content: "\e7c1";
}

.icon-address1:before {
    content: "\e7c3";
}

.icon-contact1:before {
    content: "\e7c4";
}

.icon-email1:before {
    content: "\e7c5";
}

.icon-skype1:before {
    content: "\e7c9";
}

.icon-fax1:before {
    content: "\e7ca";
}

.icon-qq:before {
    content: "\e7ce";
}

.icon-tel1:before {
    content: "\e7cd";
}

.icon-wechat:before {
    content: "\e7cf";
}

.icon-phone2:before {
    content: "\e7d0";
}

.icon-message:before {
    content: "\e7da";
}

.icon-calendar:before {
    content: "\e7e1";
}

.icon-calendar1:before {
    content: "\e7e3";
}

.icon-top:before {
    content: "\e7ed";
}

.icon-youbian:before {
    content: "\e60f";
}

.icon-jian2:before {
    content: "\e600";
}

.icon-jia2:before {
    content: "\e608";
}

.icon-vk:before {
    content: "\e735";
}

.icon-instagram1:before {
    content: "\e640";
}

.icon-up7:before {
    content: "\e722";
}

.icon-bottom7:before {
    content: "\e723";
}

.icon-left7:before {
    content: "\e724";
}

.icon-right7:before {
    content: "\e725";
}

.icon-sousuo4:before {
    content: "\e610";
}

.icon-sousuo:before {
    content: "\e616";
}

.icon-sousuo1:before {
    content: "\e65b";
}

.icon-shangchuan:before {
    content: "\e602";
}

.icon-top2:before {
    content: "\e637";
}

.icon-biaoqian:before {
    content: "\e649";
}

.icon-twitter3:before {
    content: "\e7fd";
}

.icon-twitter4:before {
    content: "\e7fe";
}

.icon-twitter-new2:before {
    content: "\e800";
}

.icon-twitter-new:before {
    content: "\e7ff";
}

.icon-tiktok:before {
    content: "\e8db";
}

.icon-delete:before {
    content: "\e69d";
}

.icon-chahao:before {
    content: "\e617";
}

.icon-earth:before {
    content: "\e6d5";
}

.icon-earth1:before {
    content: "\e781";
}

.icon-chahao1:before {
    content: "\e60e";
}

.icon-jiahao:before {
    content: "\e726";
}

.icon-home1:before {
    content: "\e734";
}

.icon-guanbi:before {
    content: "\e6ca";
}

.icon-guanbi1:before {
    content: "\e61e";
}

.icon-bottom71:before {
    content: "\e74c";
}






/* animation.min.css */


.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

@-webkit-keyframes bounce {

    0%,
    100%,
    20%,
    53%,
    80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    40%,
    43% {
        -webkit-transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

@keyframes bounce {

    0%,
    100%,
    20%,
    53%,
    80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    40%,
    43% {
        -webkit-transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes flash {

    0%,
    100%,
    50% {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

@keyframes flash {

    0%,
    100%,
    50% {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shake {

    0%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes shake {

    0%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

.swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes bounceIn {

    0%,
    100%,
    20%,
    40%,
    60%,
    80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes bounceIn {

    0%,
    100%,
    20%,
    40%,
    60%,
    80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes bounceInDown {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInDown {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInLeft {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInRight {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInUp {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }

    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }

    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
    0% {
        opacity: 1
    }

    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1
    }

    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    100% {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    100% {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

@keyframes rollOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    100% {
        opacity: 0
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    100% {
        opacity: 0
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}


/* swiper-bundle */


@font-face {
    font-family: swiper-icons;
    src: url('data:application/font-woff;charset=utf-8;base64, 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');
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

:host {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 1
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0)
}

.swiper-horizontal {
    touch-action: pan-y
}

.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d {
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
    transform-style: preserve-3d
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
    scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: none
}

.swiper-css-mode.swiper-centered>.swiper-wrapper::before {
    content: '';
    flex-shrink: 0;
    order: 9999
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size)
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
    display: none !important
}

.swiper-button-next svg,
.swiper-button-prev svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform-origin: center
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
    transform: rotate(180deg)
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 10px);
    right: auto
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto
}

.swiper-button-lock {
    display: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: 'prev'
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: 'next'
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
    right: var(--swiper-pagination-right, 8px);
    left: var(--swiper-pagination-left, auto);
    top: 50%;
    transform: translate3d(0px, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform, .2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s right
}

.swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color, inherit)
}

.swiper-pagination-progressbar {
    background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    position: relative;
    touch-action: none;
    background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, .1))
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: var(--swiper-scrollbar-sides-offset, 1%);
    bottom: var(--swiper-scrollbar-bottom, 4px);
    top: var(--swiper-scrollbar-top, auto);
    z-index: 50;
    height: var(--swiper-scrollbar-size, 4px);
    width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
    position: absolute;
    left: var(--swiper-scrollbar-left, auto);
    right: var(--swiper-scrollbar-right, 4px);
    top: var(--swiper-scrollbar-sides-offset, 1%);
    z-index: 50;
    width: var(--swiper-scrollbar-size, 4px);
    height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, .5));
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move;
    touch-action: none
}

.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active {
    pointer-events: auto
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube {
    overflow: visible
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
    content: '';
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px)
}

.swiper-cube .swiper-slide-next+.swiper-slide {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-flip {
    overflow: visible
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height
}

.swiper-cards {
    overflow: visible
}

.swiper-cards .swiper-slide {
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden
}



/* swiper-bundle.min.css */

/**
 * Swiper 11.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 26, 2023
 */

@font-face {
    font-family: swiper-icons;
    src: url('data:application/font-woff;charset=utf-8;base64, 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');
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

:host {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 1
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0)
}

.swiper-horizontal {
    touch-action: pan-y
}

.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d {
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
    transform-style: preserve-3d
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
    scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: none
}

.swiper-css-mode.swiper-centered>.swiper-wrapper::before {
    content: '';
    flex-shrink: 0;
    order: 9999
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size)
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
    display: none !important
}

.swiper-button-next svg,
.swiper-button-prev svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform-origin: center
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
    transform: rotate(180deg)
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 10px);
    right: auto
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto
}

.swiper-button-lock {
    display: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: 'prev'
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: 'next'
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
    right: var(--swiper-pagination-right, 8px);
    left: var(--swiper-pagination-left, auto);
    top: 50%;
    transform: translate3d(0px, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform, .2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s right
}

.swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color, inherit)
}

.swiper-pagination-progressbar {
    background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    position: relative;
    touch-action: none;
    background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, .1))
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: var(--swiper-scrollbar-sides-offset, 1%);
    bottom: var(--swiper-scrollbar-bottom, 4px);
    top: var(--swiper-scrollbar-top, auto);
    z-index: 50;
    height: var(--swiper-scrollbar-size, 4px);
    width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
    position: absolute;
    left: var(--swiper-scrollbar-left, auto);
    right: var(--swiper-scrollbar-right, 4px);
    top: var(--swiper-scrollbar-sides-offset, 1%);
    z-index: 50;
    width: var(--swiper-scrollbar-size, 4px);
    height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, .5));
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move;
    touch-action: none
}

.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active {
    pointer-events: auto
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube {
    overflow: visible
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
    content: '';
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px)
}

.swiper-cube .swiper-slide-next+.swiper-slide {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-flip {
    overflow: visible
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height
}

.swiper-cards {
    overflow: visible
}

.swiper-cards .swiper-slide {
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden
}

.keyword_sentence_pattern {
    padding: 31px 0px 44px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 32px;
    color: #666666;
    margin-bottom: 20px;
}



.safe_unset {
    max-width: unset;
    width: 100%;
}

.ifram_contact {
    padding: 30px 0px;
    overflow: hidden;
    padding-right: 70px;
}


@media(max-width:1333px) {
    .ifram_contact {
        padding-right: 0px;

    }
}

@media(max-width:999px) {
    .ifram_contact {
        margin-top: 0;

    }

    .ifram_contact .page_banner {
        margin-top: 0;
    }
}