@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: 1600px;
    width: calc(100% - 50px);
    margin: 0 auto;
}

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

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




.banner {
    position: relative;
    z-index: 2;
    line-height: 0;
    font-size: 0;
}

.banner .slick-arrow {
    position: absolute;
    z-index: 99;
    display: block !important;
    top: 50%;
    transform: translateY(-50%);
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}

.banner .slick-arrow i {
    font-size: 36px;
    color: #fff;
}

.banner .slick-prev {
    left: 53px;
    cursor: pointer;
}

.banner .slick-next {
    right: 53px;
    cursor: pointer;
}

.banner .slick-dots {
    position: absolute;
    z-index: 999999;
    left: 0;
    right: 0;
    bottom: 26px;
    text-align: center;
    font-size: 0;
    letter-spacing: 0;
    text-align: center;
    display: none !important;
}

.banner .slick-dots li {
    margin-right: 8px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.banner .slick-dots a {
    display: block;
    width: 11px;
    height: 11px;
    background-color: #000000;
    opacity: 0.2;
    border-radius: 50px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}

.banner.hide {
    display: none;
}

.banner .slick-arrow i:hover {
    color: #1d3d7d;
}

@media screen and (max-width: 959px) {
    .banner {
        display: block;
    }

    .banner.hide {
        display: block;
    }

    .banner .slick-arrow {
        display: none !important;
    }

    .banner .slick-dots {
        bottom: 10px;
    }

    .banner .slick-dots li {
        margin: 0 5px;
    }

    .banner .slick-dots a {
        width: 10px;
        height: 10px;
    }

    .banner2 {
        display: none;
    }
}

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

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

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

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

.slick-list:focus {
    outline: 0
}

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

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

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

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

.slick-track:after {
    clear: both
}

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

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

.slick-slide img {
    display: block
}

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

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

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

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

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

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

.slick-slide {
    position: relative;
}

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

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

.slick-arrow img {
    filter: brightness(100);
}

.slick-arrow:hover img {
    filter: unset;
}

@media(max-width:1333px) {

    .banner .slick-prev img,
    .banner .slick-next img {
        width: 50px;
    }

    .banner .slick-arrow {
        z-index: 99;
        top: 50%;
        margin-top: -31px;
        width: 50px;
        height: 50px;
    }
}

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

}



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

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

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

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

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

/*jQzoom*/

.box {
    position: relative;
}

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

}

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

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

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

/* zhengshu */

/* certifiicates */

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

#baguetteBox-overlay.visible {
    opacity: 1
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    50% {
        margin-left: -30px
    }

    100% {
        margin-left: 0
    }
}

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

    50% {
        margin-left: -30px
    }

    100% {
        margin-left: 0
    }
}

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

    50% {
        margin-left: 30px
    }

    100% {
        margin-left: 0
    }
}

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

    50% {
        margin-left: 30px
    }

    100% {
        margin-left: 0
    }
}

@-webkit-keyframes bounce {

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

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

@keyframes bounce {

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

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




/* cebianlan  common*/
/* rightlist */

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

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

.column ul li {
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    background-color: #000000;
    border-radius: 5px;
}

.column ul li:last-child {
    margin-bottom: 0;
}

.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: 40px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    flex-shrink: 0;
    border-radius: 5px;
}



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


.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 {
    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;
}

.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 .phonebox:hover .phone {
    width: 180px;
    display: flex;
    margin-right: 10px;
    margin-left: 10px;
}


.column i {
    color: #fff !important;
}

.column li:hover {
    background-color: #f36421;
}

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

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

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

@media(max-width:1333px) {


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

@media(max-width:999px) {

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

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

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

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

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

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

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

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

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

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

    .column ul li a {
        border: unset;
    }

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

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

    .column .facebook i {
        border: unset;
    }

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

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

    .column .phonebox:hover .phone {
        width: unset;
    }

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

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

    .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) {}

.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: 0px;
    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;
    cursor: pointer;
    font-weight: bold;
    margin-left: 6px;
}

.searchbox a:hover {
    color: #f36421 !important;
}

.searchbox {
    position: relative;
}

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

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

.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: 35px;
    font-family: Montserrat-Regular;
    font-size: 16px;
    color: #666666;
}

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

.lanauage_wrap .lanauage>i {
    font-size: 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: 25px;
}

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

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

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

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

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

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

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

.lanauage_wrap .lanauage .silde-down li {}

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

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

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

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

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

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

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

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

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

    .lanauage_wrap {
        margin-left: 12px;
    }

    .searchbox a {
        font-size: 18px;
        font-weight: bold;
        cursor: pointer;
    }
}



@media(max-width:999px) {

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

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

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

    .searchbox {
        display: none;
    }

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

}

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

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

    .lanauage_wrap .lanauage {
        padding-right: 80px;
    }
}





.m-mobilenav {
    display: none;
}

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

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

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

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

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

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

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

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

    .m-mobilenav .mbnav-btn {
        position: fixed;
        z-index: 2;
        top: 20px;
        right: 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 .mbnav-item:nth-child(8)>a {
        -webkit-transition-delay: 600ms;
        -moz-transition-delay: 600ms;
        -o-transition-delay: 600ms;
        transition-delay: 600ms;
    }


    .m-mobilenav .mbsbnav-list {
        padding: 10px 0;
        display: none;
        transition: none;
    }

    .m-mobilenav .mbsbnav-item {
        position: relative;
        padding-left: 20px;
        padding-right: 5px;
    }

    .m-mobilenav .mbsbnav-item i {
        left: 0;
        top: 6px;
        line-height: 24px;
    }

    .m-mobilenav .mbsbnav-item a {
        display: block;
        padding: 5px 5px;
        line-height: 24px;
        font-size: 14px;
        color: #fff;
    }

    .m-mobilenav .mbsbnav-item a.active {
        color: #529dba;
    }

    .box-form-tj {
        position: absolute;
        font-size: 20px !important;
        right: 5px;
        top: 8px;
        color: #043F71;
    }
}

@media screen and (max-width: 768px) {
    .m-mobilenav .mbnav-item>a {
        font-size: 14px;
        line-height: 24px;
    }

    .m-mobilenav .mbnav-item {
        padding-top: 5px;
    }

    .m-mobilenav .mbnav-item i {
        top: 4px;
    }

    .m-mobilenav .mbnav-btn {
        top: 15px;
    }
}


/*  */


header {
    width: 100%;
    position: fixed;
    z-index: 2;
    border-radius: 1px;
    top: 0px;
    z-index: 100000;
    height: 96px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

header>.safe {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    background-color: rgba(255, 255, 255, 0);
}

header .bottombox {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

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

header .menubox1 {
    margin-right: 7.5%;
}

header .men2 {
    display: flex;
    align-items: center;
    transform: translateX(13px);
}

header .menubox>li {
    position: relative;
    margin: 0px 16.8px;
    margin-top: 38px;
}


header .menubox>li>a {
    padding: 0px 0px 34px 0px;
    display: inline-block;
    font-family: Montserrat-Light;
    font-size: 18px;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    text-transform: uppercase;
}

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

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

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


header .menubox ul a {
    padding: 8px 20px;
    display: inline-block;
    min-width: 197px;
    font-family: Verdana;
    font-size: 16px;
    color: #333;
    width: 100%;
}

header .rightbox {
    width: 100%;
}

header .menubox>li li {
    position: relative;
}

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

header .menubox>li ul {
    min-width: 197px;
    width: max-content;
    /* padding: 15px 0px; */
    box-shadow: 0px 13px 46px 0px rgba(0, 0, 0, 0.08);
    max-height: 500px;
    /* overflow: auto;
    scrollbar-color: #666 rgba(0, 0, 0, 0.05);
    scrollbar-width: thin; */
    box-shadow: 0px 0px 7px 0px rgba(51, 51, 51, 0.08);
    border-radius: 5px;
}

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

header .logo {
    flex-shrink: 0;
}

header .logo img {
    filter: invert(1) sepia(100%) saturate(0%) hue-rotate(180deg) brightness(200%) contrast(100%);
}


/* header_hover */
header .menubox>li:hover>a {
    color: #f36421;
}

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

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

/* header_active */
header .menubox .active_title>a {
    color: #f36421 !important;
}

header .menubox .active_title>a::after {}



@media(max-width:1800px) {
    header .men2 {
        transform: unset;
    }

    header .menubox1 {
        margin-right: 0;
    }
}

@media(max-width:1600px) {
    header .menubox>li {
        margin: 0px 11.8px;
        margin-top: 38px;
    }
}

@media(max-width:1333px) {
    header {
        height: 80px;
    }

    header .logo img {
        width: 220px;
    }

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

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

    header .menubox>li {
        margin: 0px 10.8px;
        margin-top: 30px;
    }
}

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

    header .menubox>li {
        margin: 0px 8px;
        margin-top: 31px;
    }

}

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

    header {
        height: 60px;
    }

    header .logo img {
        width: 150px;
    }

}

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

    header {
        height: 50px;
    }

    header .logo img {
        width: 130px;
    }
}

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

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

/* fix_header */

.fix_header,
.fix_header1 {
    background-color: #fff;
    box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.1);
}

.fix_header .menubox>li>a,
.fix_header1 .menubox>li>a {
    color: #333333;
}

.fix_header .logo img,
.fix_header1 .logo img {
    filter: unset;
}

.fix_header .searchbox a,
.fix_header1 .searchbox a {
    color: #333;
}


/* crumb */

.crumb .safe {
    padding: 35px 0px 27px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.crumb1 .safe {
    padding: 31px 0px 27px;
}

.crumb,
.crumb a {
    font-family: Montserrat-Light;
    font-size: 16px;
    color: #ffffff;
}

.crumb2 a,
.crumb2 {
    color: #666;
}

.crumb a:hover {
    text-decoration: underline;
}

.crumb .active {
    text-decoration: underline;
}

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

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

@media(max-width:768px) {
    .crumb .safe {
        padding: 15px 0px 12px;
    }

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

}

/* index_banner */

.index_banner {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.index_banner .swiper-slide {
    position: relative;
}

.index_banner .swiper-slide::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.0)0%, rgba(0, 0, 0, .5)100%);
}


.index_banner img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.index_banner video,
.index_banner iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10;
    object-fit: cover;
}

.index_banner .swiper-pagination {
    top: unset;
    bottom: 20px !important;
    display: flex;
    justify-content: center;
    width: 100%;
    display: none;
}

.index_banner .swiper .swiper-pagination-bullet {}

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

.index_banner .swiper .swiper-pagination-bullet-active {}

.index_banner .btnbox {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 5%;
    right: 7%;
    z-index: 100;
}

.index_banner .btnbox i {
    font-size: 28px;
    color: #000;
    cursor: pointer;
    position: relative;
    z-index: 100;
}

.index_banner .btnbox i:hover {
    color: #f36421;
}

.index_banner .btnbox i:first-child {
    margin-right: 17px;
}

.index_banner .control {}

.index_banner .banner_prev {
    left: 0%;
    border-radius: 0px 10px 10px 0px;
}

.index_banner .banner_next {
    right: 0%;
    border-radius: 10px 0px 0px 10px;
}

.index_banner .swiper-pagination-bullet-active {
    background-color: #f36421;
}

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

.index_banner .box {
    width: 52%;
}

.index_banner .name {
    font-family: Montserrat-Light;
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 28px;
}

.index_banner .title {
    font-family: Montserrat-SemiBold;
    font-size: 60px;
    color: #ffffff;
    margin-bottom: 19px;
    width: 90%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index_banner .title a {
    color: #ffffff;
}

.index_banner .title:hover,
.index_banner .title a:hover {
    color: #f36421;
}

.index_banner .content {
    font-family: Montserrat-Regular;
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    margin-bottom: 27px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index_banner .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 48px;
    background-color: #f36421;
    border-radius: 5px;
    font-family: Montserrat-Light;
    font-size: 16px;
    color: #ffffff;
}

.index_banner .btn:hover {
    background-color: #fff;
    color: #f36421;
}

@media(max-width:1600px) {
    .index_banner .box {
        width: 40%;
    }

    .index_banner .title {
        font-size: 60px;
        margin-bottom: 19px;
        width: 80%;
    }

    .index_banner .name {
        font-size: 16px;
        margin-bottom: 20px;
    }
}

@media(max-width:1333px) {
    .index_banner::after {
        pointer-events: none;
    }

    .index_banner::after {
        content: "";
        top: 0;
        left: 0;
        height: 190px;
    }

    .index_banner .title {
        font-size: 50px;
        margin-bottom: 19px;
        width: 90%;
    }

    .index_banner .content {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .index_banner .name {
        font-size: 16px;
        margin-bottom: 10px;
    }
}

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

    .index_banner .btnbox i {
        display: none;
    }

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

    .index_banner::after {
        height: 200px;
    }

    .index_banner::after {
        height: 100%;
        background: unset;
        background-color: rgba(0, 0, 0, .1);
    }

    .index_banner .banner_mySwiper {
        position: relative;
    }

    .index_banner .swiper-slide {
        position: relative;
    }

    .index_banner .title {
        font-size: 42px;
        margin-bottom: 19px;
        width: 90%;
    }
}

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

    .index_banner::after {
        height: 100%;
    }

    .index_banner .title {
        font-size: 36px;
        margin-bottom: 15px;
        width: 100%;
    }

    .index_banner .safe {
        padding-bottom: 20px;
    }

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

    .index_banner .box {
        width: 80%;
    }

    .index_banner .btn {
        width: 130px;
        height: 40px;
        border-radius: 5px;
        font-size: 14px;
    }
}

@media(max-width:570px) {
    .index_banner .box {
        width: 100%;
    }

    .index_banner .title {
        font-size: 26px;
        margin-bottom: 10px;
        width: 100%;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
        text-overflow: ellipsis;
    }

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

    .index_banner .name {
        font-size: 14px;
        margin-bottom: 5px;
    }

}

/* page_banner */

.page_banner {
    position: relative;
    margin-top: 96px;
}

.page_banner .bg {
    width: 100%;
}

.page_banner .safe {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    justify-content: center;
}


.page_banner .title {
    font-family: Montserrat-SemiBold;
    font-size: 60px;
    color: #ffffff;
}

.page_banner .crumb {
    transform: translateY(5px);
}

@media(max-width:1600px) {
    .page_banner .box {
        transform: unset;
    }

    .page_banner .title {
        font-size: 52px;
    }
}

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

    .page_banner .crumb {
        transform: translateY(0px);
    }

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

    .page_banner .title {
        font-size: 44px;
    }
}

@media(max-width:999px) {
    .page_banner .bg {
        min-height: 180px;
        width: 100%;
        object-fit: cover;
    }

    .page_banner .title {
        font-size: 38px;
    }

    .page_banner {
        margin-top: 60px;
    }
}

@media(max-width:768px) {
    .page_banner .title {
        font-size: 34px;
        margin-bottom: 10px;
    }

    .page_banner {
        margin-top: 50px;
    }

    .index_banner::after {
        height: 100%;
    }

    .index_banner img {
        min-height: 200px;
        width: 100%;
        object-fit: cover;
    }
}

@media(max-width:570px) {
    .page_banner .title {
        font-size: 26px;
        margin-bottom: 5px;
    }

    .index_banner::after {
        height: 100%;
    }
}


/* page_banner1 */

.page_banner1 {
    position: relative;
    margin-top: 96px;
    height: 500px;
    background-color: #f7f7f7;
}

.page_banner1 .bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    object-fit: cover;
    width: 50.4%;
}

.page_banner1 .safe {
    height: 100%;
    display: flex;
    justify-content: flex-end;
}

.page_banner1 .inner {
    width: 45%;
    padding-top: 45px;
}

.page_banner1 .crumb,
.page_banner1 .crumb a {
    font-family: Montserrat-Light;
    font-size: 16px;
    color: #666666;
}

.page_banner1 .crumb {
    margin-bottom: 47px;
}

.page_banner1 .title {
    font-family: Montserrat-SemiBold;
    font-size: 26px;
    line-height: 28px;
    color: #333333;
    margin-bottom: 21px;
}

.page_banner1 .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: 28px;
    color: #666666;
    margin-bottom: 26px;
}

.page_banner1 .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 48px;
    background-color: #f36421;
    border-radius: 5px;
    font-family: Montserrat-SemiBold;
    font-size: 16px;
    color: #ffffff;
}

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

@media(max-width:1600px) {
    .page_banner1 {
        height: 430px;
    }

    .page_banner1 .title {
        font-size: 24px;
        line-height: unset;
    }
}

@media(max-width:1333px) {
    .page_banner1 {
        margin-top: 80px;
        height: 360px;
    }

    .page_banner1 .crumb {
        margin-bottom: 30px;
    }

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

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

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

    .page_banner1 .crumb {
        margin-bottom: 15px;
    }

    .page_banner1 .title {
        font-size: 22px;
        margin-bottom: 15px;
    }

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

    .page_banner1 .inner {
        width: 45%;
        padding-top: 35px;
    }
}

@media(max-width:768px) {
    .page_banner1 {
        margin-top: 50px;
        height: 250px;
    }

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

    .page_banner1 .inner {
        width: 45%;
        padding-top: 0px;
    }

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

    .page_banner1 .crumb {
        margin-bottom: 10px;
    }

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

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

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

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

    .page_banner1 .title {
        font-size: 18px;
        margin-bottom: 10px;
    }
}

@media(max-width:500px) {
    .page_banner1 {
        background-color: transparent;
    }

    .page_banner1::after {
        content: "";
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        position: absolute;
        background-color: rgba(0, 0, 0, .4);
    }

    .page_banner1 .bg {
        width: 100%;
        height: 100%;
        z-index: -1;
    }

    .page_banner1 .inner {
        width: 100%;
        padding-top: 0px;
        z-index: 100;
    }

    .page_banner1 .crumb,
    .page_banner1 .crumb a {
        color: #fff;
    }

    .page_banner1 .title,
    .page_banner1 .content,
    .page_banner1 .btn {
        color: #fff;
    }
}

/* common */

.title46 {
    font-family: Montserrat-SemiBold;
    font-size: 46px;
    color: #333333;
}

.title46 a {
    color: #333;
}

.title46 a:hover {
    color: #f36421;
}

.title36 {
    font-family: Montserrat-SemiBold;
    font-size: 36px;
    color: #333333;
}

.l_title36 {
    font-family: Montserrat-SemiBold;
    font-size: 36px;
    line-height: 50px;
    color: #333333;
    position: relative;
}

.l_title36::after {
    content: "";
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 81px;
    height: 4px;
    background-color: #f36421;
    border-radius: 1px;
    bottom: -13px;
}

.l_title30 {
    font-family: Montserrat-SemiBold;
    line-height: 50px;
    color: #333333;
    position: relative;
    font-size: 30px;
}

.l_title30::after {
    content: "";
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 81px;
    height: 4px;
    background-color: #f36421;
    border-radius: 1px;
    bottom: -13px;
}

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

    .title36 {
        font-size: 32px;
    }

    .l_title36 {
        line-height: unset;
        font-size: 32px;
    }

    .l_title30 {
        line-height: normal;
        font-size: 28px;
    }
}

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

    .title36l,
    .l_title36 {
        font-size: 28px;
    }

    .l_title30 {
        font-size: 26px;
    }
}

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

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

    .l_title36::after {
        display: none;
    }

    .l_title30 {
        font-size: 24px;
    }

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

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

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

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

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

    .title36,
    .l_title36 {
        font-size: 20px;
    }

    .l_title30 {
        font-size: 20px;
    }
}



/* h_product */

.h_product {
    height: 830px;
    position: relative;
}

.h_product::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 45%;
    width: 100%;
    z-index: 1;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.0)0%, rgba(0, 0, 0, .3)100%);
}

.h_product .safe {
    position: relative;
    height: 100%;
    z-index: 10;
}

.h_product .pro_mySwiper {
    top: 31%;
    transform: translateY(-31%);
    position: absolute;
    right: 0;
    height: 336px;
    padding-right: 20px;
}

.h_product .pro_mySwiper .swiper-pagination {
    background-color: #fff;
    border-radius: 1px;
    left: unset;
    right: 0;
}

.h_product .pro_mySwiper .swiper-slide {
    font-family: Montserrat-SemiBold;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.h_product .pro_mySwiper .swiper-slide-thumb-active {
    color: #f36421;
}

.h_product .pro_mySwiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background-color: #f36421;
}

.h_product .pro_mySwiper2 {
    width: 50%;
    margin: unset;
    padding-top: 9.1%;
}

.h_product .title {
    font-family: Montserrat-SemiBold;
    font-size: 30px;
    color: #ffffff;
    margin-bottom: 25px;
}

.h_product .title a {
    color: #fff;
}

.h_product .title:hover,
.h_product .title a:hover {
    color: #f36421;
}

.h_product .content {
    font-family: Montserrat-Light;
    font-size: 18px;
    line-height: 28px;
    color: #ffffff;
    margin-bottom: 41px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.h_product .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 48px;
    background-color: #f36421;
    border-radius: 5px;
    font-family: Montserrat-Light;
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 70px;
}

.h_product .btn:hover {
    background-color: #fff;
    color: #f36421;
}

.h_product .menu2 {
    display: flex;
    flex-wrap: wrap;
    width: 60%;
}

.h_product .menu2 li {
    width: 50%;
    margin-bottom: 16px;
    padding-left: 15px;
    position: relative;
}

.h_product .menu2 li a::after {
    width: 8px;
    height: 8px;
    border: solid 1px #f36421;
    border-radius: 50px;
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
}

.h_product .menu2 li,
.h_product .menu2 li a {
    font-family: Montserrat-Light;
    font-size: 20px;
    color: #ffffff;
}

.h_product .menu2 li:hover,
.h_product .menu2 li a:hover {
    color: #f36421;
}

.h_product .menu2 li a:hover::after {
    background-color: #f36421;
}

.h_product .pro_mySwiper2 .swiper-pagination {
    display: none;
}

@media(max-width:1600px) {
    .h_product .pro_mySwiper2 {
        padding-top: 5.5%;
    }

    .h_product .pro_mySwiper {
        top: 20%;
        transform: translateY(-20%);
        height: 300px;
        padding-right: 20px;
    }

    .h_product .pro_mySwiper .swiper-slide {
        font-size: 18px;
    }

    .h_product .content {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 30px;
    }

    .h_product .btn {
        width: 150px;
        height: 48px;
        border-radius: 5px;
        font-size: 16px;
        margin-bottom: 50px;
    }

    .h_product .menu2 {
        width: 70%;
    }

    .h_product {
        height: 700px;
    }

    .h_product .title {
        font-size: 26px;
        margin-bottom: 20px;
    }
}

@media(max-width:1333px) {
    .h_product {
        height: 550px;
    }

    .h_product .pro_mySwiper2 {
        padding-top: 4%;
    }

    .h_product .title {
        font-size: 24px;
        margin-bottom: 10px;
    }

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

    .h_product .btn {
        width: 150px;
        height: 45px;
        border-radius: 5px;
        font-size: 16px;
        margin-bottom: 30px;
    }

    .h_product .menu2 li,
    .h_product .menu2 li a {
        font-size: 18px;
    }

    .h_product .menu2 {
        width: 80%;
    }

    .h_product .pro_mySwiper .swiper-slide {
        font-size: 16px;
    }

    .h_product .pro_mySwiper {
        top: 20%;
        transform: translateY(-20%);
        height: 250px;
        padding-right: 20px;
    }
}

@media(max-width:999px) {
    .h_product .pro_mySwiper2 {
        width: 65%;
    }

    .h_product .pro_mySwiper {
        width: 30%;
    }

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

    .h_product .btn {
        width: 150px;
        height: 45px;
        border-radius: 5px;
        font-size: 16px;
        margin-bottom: 30px;
    }

    .h_product .menu2 li,
    .h_product .menu2 li a {
        font-size: 16px;
    }

    .h_product .menu2 li a::after {
        width: 8px;
        height: 8px;
        top: 4px;
    }

    .h_product {
        height: 420px;
    }
}

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

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

    .h_product .btn {
        width: 130px;
        height: 40px;
        font-size: 14px;
        margin-bottom: 20px;
    }

    .h_product .menu2 li {
        margin-bottom: 12px;
    }

    .h_product .menu2 li,
    .h_product .menu2 li a {
        font-size: 14px;
    }

    .h_product .menu2 li a::after {
        width: 6px;
        height: 6px;
        top: 4px;
    }

    .h_product .pro_mySwiper .swiper-slide {
        font-size: 14px;
    }

    .h_product .pro_mySwiper {
        top: 20%;
        transform: translateY(-20%);
        height: 200px;
        padding-right: 20px;
    }

    .h_product {
        height: 330px;
    }

    .h_product .menu2 {
        width: 90%;
    }
}

@media(max-width:570px) {

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

    .h_product .pro_mySwiper {
        display: none;
    }

    .h_product .pro_mySwiper2 {
        padding-top: 0;
        width: 100%;
        height: 100%;
        padding-bottom: 30px;
    }

    .h_product .pro_mySwiper2 .swiper-slide {
        padding-top: 20px;
    }

    .h_product .swiper-pagination-bullet-active {
        background-color: #f36421;
    }

    .h_product .menu2 {
        width: 100%;
    }

    .h_product {
        height: auto;
    }

    .h_product .swiper-pagination {
        display: block !important;
    }
}


/* h_about */

.h_about {
    position: relative;
    height: 864px;
}

.h_about .btnbox {
    position: absolute;
    right: 8%;
    top: 21.2%;
    z-index: 20;
}

.h_about .btnbox i {
    font-size: 22px;
    font-weight: bold;
    cursor: pointer;
}

.h_about .btnbox i:hover {
    color: #f36421;
}

.h_about .btnbox i:first-child {
    margin-right: 17px;
}

.h_about .safe,
.h_about .swiper,
.h_about .swiper-slide {
    height: 100%;
}

.h_about .swiper .box {
    width: 53%;
    padding-top: 82px;
    margin-bottom: 82px;
}

.h_about .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

.h_about .s_title {
    font-family: Montserrat-Regular;
    font-size: 18px;
    color: #f36421;
    margin-bottom: 16px;
}

.h_about .s_title a {
    color: #f36421;
}

.h_about .s_title a:hover {
    text-decoration: underline;
}

.h_about .title46 {
    margin-bottom: 32px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.h_about .title46:hover,
.h_about .title46 a:hover {
    color: #f36421;
}

.h_about .content {
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 28px;
    color: #666666;
    margin-bottom: 76px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 86%;
}

.h_about .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 48px;
    background-color: #f36421;
    border-radius: 5px;
    font-family: Montserrat-Light;
    font-size: 16px;
    color: #ffffff;
}

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

.h_about .numbox {
    position: relative;
    z-index: 10;
}

.h_about .numbox ul {
    display: flex;
    flex-wrap: wrap;
    /* background-color: #e3ecf8; */
    box-shadow: 0px 0px 7px 0px rgba(51, 51, 51, 0.08);
    border-radius: 16px;
    border: solid 1px #ffffff;
    padding-left: 50px;
    height: 163px;
    align-items: center;
    backdrop-filter: blur(8px)
}

.h_about .numbox ul li {
    margin-right: 7%;
    margin-bottom: 5px;
}

.h_about .numbox ul li:last-child {
    margin-right: 0;
}

.h_about .numbox .con {
    font-family: Montserrat-Light;
    font-size: 20px;
    line-height: 26px;
    color: #333333;
    transform: translateY(-8px);
}

.h_about .numbox .num {
    display: flex;
    align-items: flex-start;
    font-family: Montserrat-SemiBold;
    font-size: 22px;
    color: #f36421;
}

.h_about .numbox .num span {
    color: #f36421;
    flex-shrink: 0;
}

.h_about .numbox .title46 {
    margin-bottom: 10px;
}

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

@media(max-width:1600px) {
    .h_about .swiper .box {
        width: 60%;
        padding-top: 40px;
        margin-bottom: 50px;
    }

    .h_about .content {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 50px;
        width: 90%;
    }

    .h_about .btnbox {
        position: absolute;
        right: 8%;
        top: 10%;
        z-index: 20;
    }

    .h_about .numbox ul li {
        margin-right: 6%;
        margin-bottom: 5px;
    }

    .h_about .numbox ul {
        padding-left: 0px;
        padding: 0px 25px;
        justify-content: space-between;
    }

    .h_about .numbox .num {
        font-size: 20px;
    }

    .h_about .numbox .title46 {
        margin-bottom: 7px;
    }

    .h_about .numbox ul {
        height: 150px;
    }

    .h_about {
        position: relative;
        height: 750px;
    }

    .h_about .title46 {
        margin-bottom: 30px;
    }

    .h_about .numbox .con {
        transform: translateY(0px);
    }
}

@media(max-width:1333px) {

    .h_about .s_title {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .h_about .swiper .box {
        width: 70%;
        padding-top: 40px;
        margin-bottom: 30px;
    }

    .h_about .title46 {
        margin-bottom: 20px;
    }

    .h_about .content {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 50px;
        width: 100%;
    }

    .h_about .numbox ul li {
        margin-right: 0;
        margin-bottom: 0;
        width: 20%;
        padding: 0px 15px;
    }

    .h_about .numbox .con {
        font-size: 18px;
        line-height: 26px;
    }

    .h_about .numbox ul {
        align-items: flex-start;
        height: auto;
        padding: 20px 0px;
    }

    .h_about .numbox .num {
        font-size: 18px;
    }

    .h_about {
        position: relative;
        height: 650px;
    }
}

@media(max-width:999px) {
    .h_about .swiper .box {
        width: 80%;
        padding-top: 40px;
        margin-bottom: 30px;
    }

    .h_about .content {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 30px;
        width: 100%;
    }

    .h_about .btn {
        width: 150px;
        height: 45px;
        border-radius: 5px;
        font-size: 16px;
    }

    .h_about .numbox ul {
        justify-content: center;
    }

    .h_about .numbox ul li {
        margin-right: 0;
        margin-bottom: 0;
        width: 33.3%;
        padding: 0px 15px;
        margin-bottom: 20px;
    }

    .h_about .numbox ul li:nth-last-child(-n+2) {
        margin-bottom: 0;
    }

    .h_about .numbox .con {
        font-size: 16px;
        line-height: 26px;
    }

    .h_about .numbox .title46 {
        margin-bottom: 3px;
    }
}

@media(max-width:768px) {
    .h_about .swiper .box {
        width: 80%;
        padding-top: 30px;
        margin-bottom: 20px;
    }

    .h_about .content {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 20px;
        width: 100%;
    }

    .h_about .btn {
        width: 130px;
        height: 40px;
        border-radius: 5px;
        font-size: 14px;
    }

    .h_about .title46 {
        margin-bottom: 15px;
    }

    .h_about {
        position: relative;
        height: 550px;
    }

    .h_about .numbox .con {
        font-size: 14px;
        line-height: 22px;
    }

    .h_about .numbox .num {
        font-size: 16px;
    }

    .h_about .s_title {
        font-size: 14px;
        margin-bottom: 6px;
    }
}

@media(max-width:570px) {
    .h_about .btnbox {
        display: none;
    }

    .h_about .swiper-slide {
        padding: 30px 0px;
        height: auto;
    }

    .h_about .swiper .box {
        width: 100%;
        padding-top: 00px;
        margin-bottom: 20px;
    }

    .h_about .numbox .num {
        font-size: 14px;
    }

    .h_about {
        height: auto;
    }

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

    .h_about .swiper-pagination-bullet-active {
        background-color: #f36421;
    }
}

@media(max-width:500px) {
    .h_about .numbox ul li {
        margin-right: 0;
        margin-bottom: 0;
        width: 50%;
        padding: 0px 15px;
        margin-bottom: 15px !important;
    }

    .h_about .numbox ul li:last-child {
        margin-bottom: 0;
    }

    .h_about .numbox ul {
        justify-content: flex-start;
    }
}


@media(max-width:350px) {
    .h_about .numbox ul {
        justify-content: center;
        align-items: center;
    }

    .h_about .numbox ul li {
        width: 100%;
        text-align: center;
    }

    .h_about .numbox .num {
        display: flex;
        align-items: flex-start;
        justify-content: center;
    }
}


/* h_choose */

.h_choose {
    padding: 76px 0px 105px;
    background-image: url(../images/h_bg1.png);
    background-repeat: no-repeat;
    background-position: top right;
}

.h_choose .s_title {
    text-align: center;
    margin-bottom: 15px;
}

.h_choose .s_title a,
.h_choose .s_title span {
    font-family: Montserrat-Regular;
    font-size: 18px;
    color: #f36421;
}

.h_choose .s_title a:hover {
    text-decoration: underline;
}

.h_choose .title46 {
    width: 50%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 100px;
}

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

.h_choose .inner {
    width: 31.875%;
    margin-right: 2.1875%;
    min-height: 288px;
    background-color: #ffffff;
    box-shadow: 0px 0px 14px 1px rgba(51, 51, 51, 0.1);
    border-radius: 16px;
    padding: 36px 30px 30px 30px;
    margin-bottom: 35px;
    cursor: pointer;
}

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

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

.h_choose .svgbox {
    height: 55px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 16px;
}

.h_choose .inner .title {
    font-family: Montserrat-SemiBold;
    font-size: 20px;
    color: #333333;
    margin-bottom: 16px;
}

.h_choose .inner .content {
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 28px;
    color: #666666;
}

.h_choose .inner:hover {
    background-color: #000000;
    transform: translateY(-40px);
}

.h_choose .inner:hover .content {
    color: #fff;
}

.h_choose .inner:hover .title {
    color: #f36421;
}

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

    .h_choose .title46 {
        width: 70%;
        margin-bottom: 50px;
    }

    .h_choose .inner {
        width: 31.875%;
        margin-right: 2.1875%;
        min-height: 288px;
        border-radius: 16px;
        padding: 30px 30px 30px 30px;
        margin-bottom: 35px;
    }

    .h_choose .inner:hover {
        transform: translateY(-25px);
    }
}

@media(max-width:1333px) {
    .h_choose .title46 {
        width: 80%;
        margin-bottom: 30px;
    }

    .h_choose .inner {
        width: 31.875%;
        margin-right: 2.1875%;
        min-height: 288px;
        border-radius: 16px;
        padding: 20px;
        margin-bottom: 30px;
    }

    .h_choose .inner .title {
        font-size: 18px;
        margin-bottom: 12px;
    }

    .h_choose .svgbox {
        height: 55px;
        margin-bottom: 14px;
    }

    .h_choose .s_title a,
    .h_choose .s_title span {
        font-size: 16px;
    }
}

@media(max-width:999px) {
    .h_choose {
        padding: 40px 0px;
        background-image: none;
    }

    .h_choose .title46 {
        width: 90%;
        margin-bottom: 15px;
    }

    .h_choose .svgbox {
        height: 45px;
        margin-bottom: 10px;
    }

    .h_choose .svgbox img {
        height: 100%;
    }

    .h_choose .inner:hover {
        transform: translateY(0px);
    }

    .h_choose .inner {
        width: 31.875%;
        margin-right: 2.1875%;
        min-height: 288px;
        border-radius: 16px;
        padding: 15px;
        margin-bottom: 30px;
    }

    .h_choose .s_title {
        text-align: center;
        margin-bottom: 6px;
    }
}

@media(max-width:768px) {
    .h_choose .title46 {
        width: 100%;
        margin-bottom: 15px;
    }

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

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

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

    .h_choose .inner:nth-last-child(-n+2) {
        margin-bottom: 0 !important;
    }

    .h_choose .s_title a,
    .h_choose .s_title span {
        font-size: 14px;
    }

    .h_choose .inner .content {
        font-size: 14px;
        line-height: 24px;
    }

    .h_choose .inner .title {
        font-size: 16px;
        margin-bottom: 10px;
    }
}

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

    .h_choose .svgbox {
        height: 40px;
        margin-bottom: 10px;
    }
}

@media(max-width:450px) {
    .h_choose .inner {
        width: 100%;
        margin-right: 0;
        min-height: auto;
        margin-bottom: 15px;
    }

    .h_choose .inner:nth-last-child(-n+2) {
        margin-bottom: 15px !important;
    }

    .h_choose .inner:nth-last-child(-n+1) {
        margin-bottom: 0px !important;
    }
}


/* h_solutions */

.h_solutions {
    padding: 89px 0px 99px;
    position: relative;
    /* background-color: #000000; */
}

.h_solutions .black_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

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

.h_solutions .l_box {
    width: 41%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 39px 0px 35px;
}

.h_solutions .s_title {
    font-family: Montserrat-Regular;
    font-size: 18px;
    color: #f36421;
    margin-bottom: 15px;
}

.h_solutions .s_title a {
    color: #f36421;
}

.h_solutions .s_title a:hover {
    text-decoration: underline;
}

.h_solutions .title46 {
    color: #fff;
}

.h_solutions .content {
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    margin-bottom: 79px;
    hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
}

.h_solutions .btn {
    font-family: Montserrat-Regular;
    font-size: 16px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 241px;
    height: 48px;
    background-color: #f36421;
    border-radius: 5px;
}

.h_solutions .btn:hover {
    background-color: #fff;
    color: #f36421;
}

.h_solutions .r_box {
    width: 50%;
    /* overflow: hidden; */
}

.h_solutions .swiper {
    height: 800px;
    overflow: visible;
}

.h_solutions .swiper-slide {
    display: flex;
    opacity: 0;
    pointer-events: none;
    transition: .2s linear opacity;
}

.h_solutions .swiper-slide .imgbox {
    border-radius: 16px;
    overflow: hidden;
}

.h_solutions .swiper-slide .imgbox:first-child {
    transform: translateY(-24px);
    margin-right: 20px;
}

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

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

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

    .h_solutions .l_box {
        justify-content: flex-start;
    }

    .h_solutions .l_box {
        padding: 0;
    }

    .h_solutions .s_title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .h_solutions .title46 {
        margin-bottom: 20px;
    }

    .h_solutions .content {
        margin-bottom: 45px;
    }

    .h_solutions .swiper-slide .imgbox:first-child {
        transform: unset;
    }

    .h_solutions .swiper-slide .imgbox a {
        display: block;
        width: 100%;
        height: 100%;
    }

    .h_solutions .swiper-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .h_solutions .swiper {
        height: 700px;
        overflow: hidden;
    }

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

    .h_solutions .l_box {
        width: 46%;
    }
}

@media(max-width:1333px) {
    .h_solutions .swiper {
        height: 550px;
        overflow: hidden;
    }

    .h_solutions .title46 {
        margin-bottom: 15px;
    }

    .h_solutions .s_title {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .h_solutions .btn {
        font-size: 16px;
        width: 240px;
        height: 45px;
    }
}

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

    .h_solutions .swiper .swiper-slide {
        flex-direction: column;
    }

    .h_solutions .swiper-slide .imgbox:first-child {
        margin-right: 0;
        margin-bottom: 18px;
    }

    .h_solutions .swiper {
        height: auto;
    }

    .h_solutions .content {
        margin-bottom: 30px;
    }

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

    .h_solutions .swiper-pagination-bullet-active {
        background-color: #f36421;
    }
}

@media(max-width:768px) {
    .h_solutions .safe {
        flex-direction: column;
    }

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

    .h_solutions .r_box {
        width: 100%;
    }

    .h_solutions .s_title {
        font-size: 14px;
        margin-bottom: 6px;
    }

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

    .h_solutions .btn {
        font-size: 14px;
        width: 220px;
        height: 40px;
    }

    .h_solutions .swiper-slide .imgbox {
        border-radius: 10px;
    }

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

    .h_solutions .swiper-pagination-bullet-active {
        background-color: #f36421;
    }
}

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


/* h_reviews */

.h_reviews {
    padding: 89px 0px 126px;
    position: relative;
}

.h_reviews .flower {
    position: absolute;
    left: 0;
    bottom: 0;
}

.h_reviews .titlebox {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
    align-items: center;
}

.h_reviews .l_box {
    width: 50%;
}

.h_reviews .s_title {
    font-family: Montserrat-Regular;
    font-size: 18px;
    color: #f36421;
    margin-bottom: 15px;
}

.h_reviews .s_title a {
    color: #f36421;
}

.h_reviews .s_title a:hover {
    text-decoration: underline;
}

.h_reviews .r_box {
    width: 50%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}

.h_reviews .r_box i {
    font-size: 26px;
    cursor: pointer;
}

.h_reviews .r_box i:first-child {
    margin-right: 21px;
}

.h_reviews .r_box i:hover {
    color: #f36421;
}

.h_reviews .content {
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 28px;
    color: #333333;
    margin-bottom: 25px;
    /* min-height: 187px; */
}

.h_reviews .swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.h_reviews .star {
    margin-bottom: 39px;
}

.h_reviews .contact {
    border-top: 1px solid #ccc;
    padding: 27px 0px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.h_reviews .people {
    display: flex;
    align-items: center;
}

.h_reviews .name {
    font-family: Montserrat-Light;
    font-size: 16px;
    color: #333333;
}

.h_reviews .people .svgbox {
    margin-right: 16px;
}

.h_reviews .swiper {
    overflow: visible;
}

.h_reviews .swiper-slide {
    width: 33.4%;
    margin-right: 1.3%;
    padding: 35px 40px 30px 45px;
    background-color: #ffffff;
    box-shadow: 0px 0px 14px 1px rgba(51, 51, 51, 0.1);
    border-radius: 16px;
    height: auto;
}

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

    .h_reviews .titlebox {
        margin-bottom: 40px;
    }

    .h_reviews .titlebox {
        align-items: flex-start;
    }

    .h_reviews .swiper-slide {
        width: 33%;
        margin-right: 1.5%;
        padding: 30px;
        border-radius: 16px;
    }

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

    .h_reviews .star {
        margin-bottom: 30px;
    }

    .h_reviews .contact {
        padding: 20px 0px 0px;
    }
}

@media(max-width:1333px) {
    .h_reviews .s_title {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .h_reviews .titlebox {
        margin-bottom: 30px;
    }

    .h_reviews .swiper-slide {
        width: 33%;
        margin-right: 1.5%;
        padding: 20px;
        border-radius: 16px;
    }
}

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

    .h_reviews .swiper-slide {
        width: 40%;
        margin-right: 1.5%;
        padding: 20px;
        border-radius: 16px;
    }

    .h_reviews .titlebox {
        margin-bottom: 20px;
    }

    .h_reviews .star {
        margin-bottom: 25px;
    }

    .h_reviews .r_box i {
        font-size: 22px;
        cursor: pointer;
    }
}

@media(max-width:768px) {
    .h_reviews .s_title {
        font-size: 14px;
        margin-bottom: 6px;
    }

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

    .h_reviews .star {
        margin-bottom: 20px;
    }

    .h_reviews .name {
        font-size: 14px;
    }

    .h_reviews .swiper-slide {
        width: 49%;
        margin-right: 1.5%;
        padding: 20px;
        border-radius: 16px;
    }
}

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

    .h_reviews .swiper-slide {
        width: 60%;
        margin-right: 1.5%;
        padding: 15px;
        border-radius: 16px;
    }

    .h_reviews .people .svgbox img {
        width: 70px;
    }

    .h_reviews .titlebox {
        flex-direction: column;
    }

    .h_reviews .l_box {
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }

    .h_reviews .r_box {
        width: 100%;
        justify-content: center;
    }

    .h_reviews .r_box i:first-child {
        margin-right: 15px;
    }
}

@media(max-width:450px) {
    .h_reviews .swiper-slide {
        width: 100%;
        margin-right: 1.5%;
    }
}

/* h_recent */

.h_recent {
    padding: 93px 0px 105px;
    background-color: #fbf6f3;
}

.h_recent .s_title {
    font-family: Montserrat-Regular;
    font-size: 18px;
    color: #f36421;
    text-align: center;
    margin-bottom: 16px;
}

.h_recent .s_title a {
    color: #f36421;
}

.h_recent .s_title a:hover {
    text-decoration: underline;
}

.h_recent .title46 {
    text-align: center;
    margin-bottom: 48px;
}

.h_recent .box {}

.h_recent .swiper {
    overflow: visible;
}

.h_recent .imgbox {
    overflow: hidden;
    border-radius: 5px 5px 1px 1px;
}

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

.h_recent .contact {
    padding: 20px 20px 45px 20px;
    background-color: #fff;
}

.h_recent .data {
    font-family: Montserrat-Light;
    font-size: 14px;
    color: #666666;
    margin-bottom: 16px;
}

.h_recent .title {
    font-family: Montserrat-SemiBold;
    font-size: 20px;
    line-height: 28px;
    color: #333333;
    margin-bottom: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 56px;
}

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

.h_recent .title:hover,
.h_recent .title a:hover {
    color: #f36421;
}

.h_recent .content {
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 28px;
    color: #666666;
    margin-bottom: 29px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 56px;
}

.h_recent .btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 150px;
    height: 48px;
    background-color: #fff;
    border-radius: 5px;
    font-family: Montserrat-SemiBold;
    font-size: 16px;
    color: #333;
}

.h_recent .btn:hover {
    background-color: #f36421;
    color: #fff;
    justify-content: center;
}

.h_recent .swiper-slide {
    opacity: 0;
    pointer-events: none;
    transition: .3s linear opacity, .3s linear box-shadow;
}

.h_recent .swiper-slide:hover {
    box-shadow: 0px 0px 18px 2px rgba(36, 25, 22, 0.15);
}

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

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

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

    .h_recent .s_title {
        font-size: 18px;
        margin-bottom: 13px;
    }

    .h_recent .title46 {
        margin-bottom: 40px;
    }

    .h_recent .contact {
        padding: 20px 20px 20px 20px;
    }

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

    .h_recent .title {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 10px;
        min-height: 56px;
    }

    .h_recent .content {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 20px;
        min-height: 56px;
    }
}

@media(max-width:1333px) {
    .h_recent .s_title {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .h_recent .title46 {
        margin-bottom: 30px;
    }

    .h_recent .contact {
        padding: 15px;
    }

    .h_recent .title {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 10px;
        min-height: 52px;
    }

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

    .h_recent .btn {
        width: 150px;
        height: 45px;
        border-radius: 5px;
        font-size: 16px;
    }
}

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

    .h_recent .title46 {
        margin-bottom: 20px;
    }

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

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

    .h_recent .swiper-pagination-bullet-active {
        background-color: #f36421;
    }
}

@media(max-width:768px) {
    .h_recent .s_title {
        font-size: 14px;
        margin-bottom: 6px;
    }

    .h_recent .title46 {
        margin-bottom: 15px;
    }

    .h_recent .title {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 10px;
        min-height: 48px;
    }

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

    .h_recent .btn {
        width: 130px;
        height: 40px;
        border-radius: 5px;
        font-size: 14px;
        background-color: #f36421;
        color: #fff;
        justify-content: center;
    }
}

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



/* footer */

footer {
    padding: 66px 0px 29px;
    background-color: #000000;
}

footer .t_box {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 37px;
}

footer .box {
    padding-bottom: 10px;
}

footer .box1 {
    width: 22.95%;
    border-right: 1px solid #2f2f36;
}

footer .box2 {
    width: 23.2%;
    padding-left: 1.95%;
    border-right: 1px solid #2f2f36;
}

footer .box3 {
    width: 23.1%;
    padding-left: 1.8%;
    border-right: 1px solid #2f2f36;
}

footer .box4 {
    width: 30.7%;
    padding-left: 1.84%;
}

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

footer .title,
footer .title a {
    color: #fff;
    font-family: Montserrat-SemiBold;
    font-size: 18px;
    color: #ffffff;
    text-transform: uppercase;
}

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

footer .title i {
    display: none;
}

footer li {
    margin-bottom: 21px;
}

footer li a,
footer li span,
footer li {
    font-family: Montserrat-Light;
    font-size: 16px;
    color: #b4b4b4;
}

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

footer .copyright,
footer .copyright a {
    font-size: 14px;
    color: #b4b4b4;
}

footer .copyright {
    text-align: center;
    padding-bottom: 32px;
    border-bottom: 1px solid #2f2f36;
}

footer .copyright img {
    display: inline-block;
}

footer .copyright img:hover {
    transform: scale(1.1);
}

footer .blogrolls {
    display: flex;
    justify-content: center;
    padding-top: 37px;
}

footer .blogrolls a {
    width: 44px;
    height: 44px;
    border-radius: 5px;
    border: solid 1px #b4b4b4;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #b4b4b4;
    margin-right: 13px;
    font-size: 20px;
}

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

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

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

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

@media(max-width:1333px) {
    footer .box {
        padding-bottom: 0px;
    }

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

    footer li {
        margin-bottom: 15px;
    }

    footer .t_box {
        margin-bottom: 30px;
    }

    footer .copyright {
        padding-bottom: 25px;
    }

    footer .blogrolls {
        padding-top: 25px;
    }

    footer .blogrolls a {
        width: 40px;
        height: 40px;
        margin-right: 10px;
        font-size: 18px;
    }
}

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

    footer .t_box {
        flex-direction: column;
        margin-bottom: 10px;
    }

    footer .box {
        border-right: unset;
        width: 100%;
        padding: 0;
    }

    footer li {
        margin-bottom: 10px;
    }

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

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

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

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

@media(max-width:768px) {

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

    footer li a,
    footer li span,
    footer li,
    footer .copyright,
    footer .copyright a {
        font-size: 14px;
    }

    footer .copyright {
        padding-bottom: 20px;
    }

    footer .blogrolls {
        padding-top: 18px;
    }

    footer .blogrolls a {
        width: 36px;
        height: 36px;
        margin-right: 8px;
        font-size: 16px;
    }
}

@media(max-width:570px) {

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

    footer {
        padding: 30px 0px 50px;
    }
}


/* 2-1 */

.a1_company {
    padding: 102px 0px 84px;
}

.a1_company .box {
    display: flex;
    justify-content: space-between;
}

.a1_company .l_box {
    width: 49.45%;
    display: flex;
    position: relative;
}

.a1_company .imgbox {
    border-radius: 8px;
    overflow: hidden;
}

.a1_company .playbox {
    width: 167px;
    height: 120px;
    background-color: #f36421;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    bottom: 0;
}

.a1_company .playbox .play {
    cursor: pointer;
}

.a1_company .playbox .play:hover {
    transform: scale(1.1);
}

.a1_company .r_box {
    width: 44.5%;
    padding-top: 51px;
}

.a1_company .s_title {
    font-family: Montserrat-Light;
    font-size: 16px;
    color: #f36421;
    margin-bottom: 10px;
}

.a1_company .title36 {
    margin-bottom: 27px;
}

.a1_company .content {
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 28px;
    color: #666666;
}

.a1_company .numbox {
    position: relative;
    z-index: 10;
}

.a1_company .numbox ul {
    display: flex;
    flex-wrap: wrap;
    border-radius: 16px;
    border: solid 1px #ffffff;
    padding-left: 50px;
    align-items: center;
    padding: 74px 0px 0px 50px;
}

.a1_company .numbox ul li {
    margin-right: 7%;
    margin-bottom: 5px;
}

.a1_company .numbox ul li:last-child {
    margin-right: 0;
}

.a1_company .numbox .con {
    font-family: Montserrat-Light;
    font-size: 20px;
    line-height: 26px;
    color: #333333;
}

.a1_company .numbox .num {
    display: flex;
    align-items: flex-start;
    font-family: Montserrat-SemiBold;
    font-size: 22px;
    color: #f36421;
}

.a1_company .numbox .num span {
    color: #f36421;
    flex-shrink: 0;
}

.a1_company .numbox .title46 {
    margin-bottom: 2px;
}

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

    .a1_company .r_box {
        width: 41%;
        padding-top: 10px;
    }

    .a1_company .box {
        align-items: flex-start;
    }

    .a1_company .l_box {
        width: 54.45%;
    }

    .a1_company .numbox ul li {
        margin-right: 6%;
        margin-bottom: 5px;
    }

    .a1_company .numbox ul {
        padding-left: 0px;
        padding: 0px 25px;
        justify-content: space-between;
    }

    .a1_company .numbox .num {
        font-size: 20px;
    }

    .a1_company .numbox .title46 {
        margin-bottom: 7px;
    }

    .a1_company .numbox ul {
        height: 150px;
    }
}

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

    .a1_company .box {
        display: unset;
    }

    .a1_company .l_box {
        float: left;
        width: 60%;
        margin-right: 20px;
        margin-bottom: 15px;
    }

    .a1_company .r_box {
        width: 100%;
        padding-top: 10px;
    }

    .a1_company .numbox ul li {
        margin-right: 0;
        margin-bottom: 0;
        width: 20%;
        padding: 0px 15px;
    }

    .a1_company .numbox .con {
        font-size: 18px;
        line-height: 26px;
    }

    .a1_company .numbox ul {
        align-items: flex-start;
        height: auto;
        padding: 20px 0px;
    }

    .a1_company .numbox .num {
        font-size: 18px;
    }
}

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

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

    .a1_company .playbox {
        width: 120px;
        height: 80px;
        border-radius: 8px;
    }

    .a1_company .playbox .play {
        width: 45px;
    }

    .a1_company .numbox ul {
        justify-content: center;
    }

    .a1_company .numbox ul li {
        margin-right: 0;
        margin-bottom: 0;
        width: 33.3%;
        padding: 0px 15px;
        margin-bottom: 20px;
    }

    .a1_company .numbox ul li:nth-last-child(-n+2) {
        margin-bottom: 0;
    }

    .a1_company .numbox .con {
        font-size: 16px;
        line-height: 26px;
    }

    .a1_company .numbox .title46 {
        margin-bottom: 3px;
    }
}

@media(max-width:768px) {
    .a1_company .s_title {
        font-size: 14px;
        margin-bottom: 6px;
    }

    .a1_company .content {
        font-family: Montserrat-Light;
        font-size: 14px;
        line-height: 26px;
        color: #666666;
    }

    .a1_company .l_box {
        width: 50%;
        margin-right: 20px;
        margin-bottom: 15px;
    }

    .a1_company .title36 {
        margin-bottom: 10px;
    }

    .a1_company .numbox .con {
        font-size: 14px;
        line-height: 22px;
    }

    .a1_company .numbox .num {
        font-size: 16px;
    }
}

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

    .a1_company .l_box {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 0px;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .a1_company .playbox {
        width: 90px;
        height: 60px;
        border-radius: 8px;
    }

    .a1_company .playbox .play {
        width: 35px;
    }

    .a1_company .numbox .num {
        font-size: 14px;
    }
}

@media(max-width:500px) {
    .a1_company .numbox ul li {
        margin-right: 0;
        margin-bottom: 0;
        width: 50%;
        padding: 0px 15px;
        margin-bottom: 15px !important;
    }

    .a1_company .numbox ul li:last-child {
        margin-bottom: 0;
    }

    .a1_company .numbox ul {
        justify-content: flex-start;
    }
}


@media(max-width:350px) {
    .a1_company .numbox ul {
        justify-content: center;
        align-items: center;
    }

    .a1_company .numbox ul li {
        width: 100%;
        text-align: center;
    }

    .a1_company .numbox .num {
        display: flex;
        align-items: flex-start;
        justify-content: center;
    }
}


/* h_blog */


.h_blog {
    padding: 93px 0px 70px;
    background-color: #fbf6f3;
}

.h_blog .s_title {
    font-family: Montserrat-Regular;
    font-size: 18px;
    color: #f36421;
    text-align: center;
    margin-bottom: 19px;
}

.h_blog .s_title a {
    color: #f36421;
}

.h_blog .s_title a:hover {
    text-decoration: underline;
}

.h_blog .title36 {
    text-align: center;
    width: 60%;
    margin: 0 auto;
    margin-bottom: 55px;
}

.h_blog .box {
    margin-bottom: 73px;
}

.h_blog .swiper {
    overflow: visible;
}

.h_blog .imgbox {
    overflow: hidden;
    border-radius: 5px 5px 1px 1px;
}

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

.h_blog .contact {
    padding: 20px 20px 45px 20px;
    background-color: #fff;
}

.h_blog .data {
    font-family: Montserrat-Light;
    font-size: 14px;
    color: #666666;
    margin-bottom: 16px;
}

.h_blog .title {
    font-family: Montserrat-SemiBold;
    font-size: 20px;
    line-height: 28px;
    color: #333333;
    margin-bottom: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 56px;
}

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

.h_blog .title:hover,
.h_blog .title a:hover {
    color: #f36421;
}

.h_blog .content {
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 28px;
    color: #666666;
    margin-bottom: 29px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 56px;
}

.h_blog .btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 150px;
    height: 48px;
    background-color: #fff;
    border-radius: 5px;
    font-family: Montserrat-SemiBold;
    font-size: 16px;
    color: #333;
}

.h_blog .btn:hover {
    background-color: #f36421;
    color: #fff;
    justify-content: center;
}

.h_blog .swiper-slide {
    opacity: 0;
    pointer-events: none;
    transition: .3s linear opacity, .3s linear box-shadow;
}

.h_blog .swiper-slide:hover {
    box-shadow: 0px 0px 18px 2px rgba(36, 25, 22, 0.15);
}

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

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

.h_blog .learn_more {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 330px;
    height: 48px;
    background-color: #f36421;
    border-radius: 5px;
    font-family: Montserrat-SemiBold;
    font-size: 16px;
    color: #ffffff;
    margin: 0 auto;
}

.h_blog .learn_more:hover {
    background-color: #000;
}

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

    .h_blog .s_title {
        font-size: 18px;
        margin-bottom: 13px;
    }

    .h_blog .title46 {
        margin-bottom: 40px;
    }

    .h_blog .contact {
        padding: 20px 20px 20px 20px;
    }

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

    .h_blog .title {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 10px;
        min-height: 56px;
    }

    .h_blog .content {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 20px;
        min-height: 56px;
    }

    .h_blog .title36 {
        width: 70%;
        margin-bottom: 40px;
    }

    .h_blog .box {
        margin-bottom: 50px;
    }
}

@media(max-width:1333px) {
    .h_blog .s_title {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .h_blog .title46 {
        margin-bottom: 30px;
    }

    .h_blog .contact {
        padding: 15px;
    }

    .h_blog .title {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 10px;
        min-height: 52px;
    }

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

    .h_blog .btn {
        width: 150px;
        height: 45px;
        border-radius: 5px;
        font-size: 16px;
    }

    .h_blog .title36 {
        width: 80%;
        margin-bottom: 25px;
    }

    .h_blog .box {
        margin-bottom: 40px;
    }

    .h_blog .learn_more {
        width: 310px;
        height: 45px;
        border-radius: 5px;
        font-size: 16px;
    }
}

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

    .h_blog .title46 {
        margin-bottom: 20px;
    }

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

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

    .h_blog .swiper-pagination-bullet-active {
        background-color: #f36421;
    }

    .h_blog .title36 {
        width: 100%;
        margin-bottom: 15px;
    }

    .h_blog .box {
        margin-bottom: 30px;
    }
}

@media(max-width:768px) {
    .h_blog .s_title {
        font-size: 14px;
        margin-bottom: 6px;
    }

    .h_blog .title46 {
        margin-bottom: 15px;
    }

    .h_blog .title {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 10px;
        min-height: 48px;
    }

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

    .h_blog .btn {
        width: 130px;
        height: 40px;
        border-radius: 5px;
        font-size: 14px;
        background-color: #f36421;
        color: #fff;
        justify-content: center;
    }

    .h_blog .box {
        margin-bottom: 20px;
    }

    .h_blog .learn_more {
        width: 280px;
        height: 40px;
        border-radius: 5px;
        font-size: 14px;
    }
}

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



/* a1_manufactur */

.a1_manufactur {
    padding: 97px 0px 98px;
}

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

.a1_manufactur .l_box {
    width: 48%;
    padding-top: 53px;
}

.a1_manufactur .l_title36 {
    margin-bottom: 30px;
}

.a1_manufactur .content {
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 28px;
    color: #666666;
    margin-bottom: 57px;
}

.a1_manufactur .learn_more {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 366px;
    height: 48px;
    background-color: #ffffff;
    border-radius: 5px;
    border: solid 1px #f36421;
    font-family: Montserrat-SemiBold;
    font-size: 16px;
    color: #f36421;
}

.a1_manufactur .learn_more:hover {
    background-color: #f36421;
    color: #fff;
}

.a1_manufactur .r_box {
    width: 49.5%;
    display: flex;
    flex-wrap: wrap;
}

.a1_manufactur .imgbox {
    width: 49.5%;
    margin-right: 1%;
    margin-bottom: 7px;
    border-radius: 8px;
    overflow: hidden;
}

.a1_manufactur .imgbox:nth-child(2n) {
    margin-right: 0;
}

.a1_manufactur .imgbox:nth-last-child(-n+2) {
    margin-bottom: 0;
}

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

    .a1_manufactur .safe {
        align-items: flex-start;
    }

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

    .a1_manufactur .content {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 40px;
    }
}

@media(max-width:1333px) {
    .a1_manufactur .content {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 30px;
    }

    .a1_manufactur .l_title36 {
        margin-bottom: 20px;
    }

    .a1_manufactur .learn_more {
        width: 360px;
        height: 45px;
        font-size: 16px;
    }
}

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

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

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

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

    .a1_manufactur .r_box {
        width: 68%;
    }
}

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

    .a1_manufactur .learn_more {
        width: 320px;
        height: 40px;
        font-size: 14px;
    }

    .a1_manufactur .r_box {
        width: 80%;
    }

    .a1_manufactur .l_title36 {
        margin-bottom: 15px;
    }
}

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

    .a1_manufactur .r_box {
        width: 100%;
    }

    .a1_manufactur .learn_more {
        width: 290px;
        height: 40px;
        font-size: 14px;
    }
}


/* a1_vision */

.a1_vision {
    padding: 122px 0px 121px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.a1_vision .l_title36 {
    text-align: center;
    color: #fff;
    margin-bottom: 37px;
}

.a1_vision .l_title36::after {
    left: 0;
    right: 0;
    margin: 0 auto;
}

.a1_vision .content {
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
    width: 41.5%;
    margin: 0 auto;
    margin-bottom: 47px;
}

.a1_vision .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Montserrat-SemiBold;
    font-size: 16px;
    color: #f36421;
    width: 272px;
    height: 48px;
    background-color: #ffffff;
    border-radius: 5px;
    margin: 0 auto;
}

.a1_vision .btn:hover {
    background-color: #f36421;
    color: #fff;
}

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

    .a1_vision .content {
        font-size: 16px;
        line-height: 28px;
        width: 55%;
        margin-bottom: 30px;
    }

    .a1_vision .l_title36 {
        margin-bottom: 30px;
    }
}

@media(max-width:1333px) {
    .a1_vision .content {
        font-size: 16px;
        line-height: 28px;
        width: 70%;
        margin-bottom: 20px;
    }

    .a1_vision .l_title36 {
        margin-bottom: 20px;
    }

    .a1_vision .btn {
        font-size: 16px;
        width: 250px;
        height: 45px;
        border-radius: 5px;
    }
}

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

    .a1_vision .content {
        font-size: 16px;
        line-height: 28px;
        width: 85%;
        margin-bottom: 20px;
    }
}

@media(max-width:768px) {
    .a1_vision .content {
        font-size: 14px;
        line-height: 24px;
        width: 100%;
        margin-bottom: 15px;
    }

    .a1_vision .l_title36 {
        margin-bottom: 10px;
    }

    .a1_vision .btn {
        font-size: 14px;
        width: 220px;
        height: 40px;
    }
}

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

/* a1_faq */

.a1_faq {
    padding: 96px 0px 116px;
}

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

.a1_faq .l_box {
    width: 53.3%;
    border-radius: 16px;
    overflow: hidden;
}

.a1_faq .r_box {
    width: 40%;
    padding-top: 59px;
}

.a1_faq .l_title36::after {
    bottom: -10px;
}

.a1_faq .l_title36 {
    margin-bottom: 38px;
}

.a1_faq .content {
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 28px;
    color: #666666;
    margin-bottom: 34px;
}

.a1_faq .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 179px;
    height: 49px;
    background-color: #ffffff;
    border-radius: 5px;
    border: solid 1px #f36421;
    font-family: Montserrat-SemiBold;
    font-size: 16px;
    color: #f36421;
}

.a1_faq .btn:hover {
    background-color: #f36421;
    color: #fff;
}

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

    .a1_faq .r_box {
        width: 42%;
        padding-top: 0px;
    }

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

    .a1_faq .l_title36 {
        margin-bottom: 30px;
    }

    .a1_faq .content {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 28px;
    }
}

@media(max-width:1333px) {
    .a1_faq .l_title36 {
        margin-bottom: 20px;
    }

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

    .a1_faq .btn {
        width: 170px;
        height: 45px;
        border-radius: 5px;
        font-size: 16px;
    }
}

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

}

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

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

    .a1_faq .l_box {
        width: 75%;
        border-radius: 16px;
        overflow: hidden;
        margin-bottom: 18px;
    }

    .a1_faq .r_box {
        width: 100%;
        padding-top: 0px;
    }

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

    .a1_faq .btn {
        width: 150px;
        height: 40px;
        border-radius: 5px;
        font-size: 14px;
    }
}

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

    .a1_faq .l_box {
        width: 90%;
        margin-bottom: 18px;
    }
}

@media(max-width:500px) {
    .a1_faq .l_box {
        width: 100%;
        margin-bottom: 18px;
    }
}


/* a1_certificate */

.a1_certificate1 {
    padding: 70px 0px 91px;
    background-color: #f6f6f6;
}

.a1_certificate2 {
    padding: 70px 0px 91px;
    background-color: #f6f6f6;
}



.a1_certificate .l_title36 {
    text-align: center;
    margin-bottom: 56px;
}

.a1_certificate .l_title36::after {
    left: 0;
    right: 0;
    margin: 0 auto;
}

.a1_certificate .l_title36::after {
    bottom: -6px;
}

.a1_certificate .title {
    font-family: Montserrat-Light;
    font-size: 16px;
    color: #333333;
    text-align: center;
    padding-top: 17px;
}

.a1_certificate .imgbox {
    overflow: hidden;
}

.a1_certificate .btnbox i {
    font-size: 24px;
    position: absolute;
    top: 45%;
    transform: translateY(-45%);
    cursor: pointer;
}

.a1_certificate .btnbox i:first-child {
    left: -30px;
}

.a1_certificate .btnbox i:last-child {
    right: -30px;
}

.a1_certificate .btnbox i:hover {
    color: #f36421;
}

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

    .a1_certificate .l_title36 {
        margin-bottom: 40px;
    }

    .a1_certificate .btnbox i {
        position: static;
        transform: unset;
    }

    .a1_certificate .btnbox {
        display: flex;
        justify-content: center;
    }

    .a1_certificate .swiper {
        margin-bottom: 30px;
    }

    .a1_certificate .btnbox i:first-child {
        margin-right: 16px;
    }
}

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

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

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

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

    .a1_certificate .l_title36 {
        margin-bottom: 18px;
    }
}

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


/* a1_sustain */

.a1_sustain {
    padding: 134px 0px 106px;
}

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

.a1_sustain .l_title36 {
    margin-bottom: 55px;
}

.a1_sustain .content {
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 28px;
    color: #666666;
}

.a1_sustain .l_box {
    width: 42%;
    padding-top: 51px;
}

.a1_sustain .r_box {
    width: 53.25%;
    border-radius: 16px;
    overflow: hidden;
}

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

    .a1_sustain .l_box {
        width: 44%;
        padding-top: 20px;
    }

    .a1_sustain .l_title36 {
        margin-bottom: 40px;
    }
}

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

    .a1_sustain .safe {
        align-items: flex-start;
    }

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

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

    .a1_sustain .l_title36 {
        margin-bottom: 20px;
    }

    .a1_sustain .r_box {
        width: 53.25%;
        border-radius: 10px;
        overflow: hidden;
    }
}

@media(max-width:768px) {
    .a1_sustain .content {
        font-size: 14px;
        line-height: 24px;
    }

    .a1_sustain .l_title36 {
        margin-bottom: 10px;
    }

    .a1_sustain .safe {
        flex-direction: column;
        align-items: flex-start;
    }

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

    .a1_sustain .r_box {
        width: 80%;
    }
}

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

    .a1_sustain .r_box {
        width: 90%;
    }
}

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


/* a1_display */

.a1_display {
    padding: 75px 0px 83px;
    position: relative;
}

.a1_display::after {
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 59.3%;
    background-color: #000000;
    z-index: -1;
}

.a1_display .l_title36::after {
    bottom: -9px;
}

.a1_display .l_title36 {
    text-align: center;
    color: #fff;
    margin-bottom: 60px;
}

.a1_display .l_title36::after {
    left: 0;
    right: 0;
    margin: 0 auto;
}

.a1_display .imgbox {
    border-radius: 8px;
    overflow: hidden;
}

.a1_display .title {
    font-family: Montserrat-Light;
    font-size: 16px;
    color: #333333;
    text-align: center;
    padding-top: 13px;
}

.a1_display img {
    width: 100%;
}

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

    .a1_display .l_title36 {
        margin-bottom: 40px;
    }
}

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

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

    .a1_display .l_title36 {
        margin-bottom: 20px;
    }
}

@media(max-width:768px) {
    .a1_display .l_title36 {
        margin-bottom: 18px;
    }

    .a1_display .title {
        font-size: 14px;
        padding-top: 10px;
    }
}

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


/* a2_main */

.a2_main {
    padding: 110px 0px 97px;
}

.a2_main .l_title36 {
    text-align: center;
    width: 45%;
    margin: 0 auto;
    margin-bottom: 38px;
}

.a2_main .l_title36::after {
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -11px;
}

.a2_main .content {
    width: 70%;
    margin: 0 auto;
    text-align: center;
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 28px;
    color: #666666;
    margin-bottom: 38px;
}

.a2_main table thead {
    background-color: #000000;
    color: #fff;
}

.a2_main table thead tr td {
    font-family: Montserrat-Light;
    font-size: 18px;
    color: #ffffff;
}

.a2_main .table {
    margin-bottom: 28px;
}

.a2_main table {
    border-collapse: collapse;
    border: 1px solid #dddddd;
    width: 100%;
    min-width: 900px;
    overflow: auto;
}

.a2_main .tablen {
    overflow: auto;
}

.a2_main table tr {
    color: #666666;
}

.a2_main table tr td {
    border: 1px solid #dddddd;
    padding: 7.5px 15px;
    font-family: Montserrat-Light;
    font-size: 16px;
    color: #333;
}

.a2_main .con {
    font-family: Montserrat-Light;
    font-size: 16px;
    color: #333333;
}

.a2_main .con a {
    color: #f36421;
    font-family: Montserrat-SemiBold;
}

.a2_main .con a:hover {
    text-decoration: underline;
}

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

    .a2_main .l_title36 {
        width: 50%;
        margin-bottom: 30px;
    }

    .a2_main .content {
        width: 80%;
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 30px;
    }
}

@media(max-width:1333px) {
    .a2_main .l_title36 {
        width: 60%;
        margin-bottom: 20px;
    }

    .a2_main .content {
        width: 90%;
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .a2_main table tr td {
        border: 1px solid #dddddd;
        padding: 6px 10px;
    }
}

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

    .a2_main .l_title36 {
        width: 80%;
        margin-bottom: 10px;
    }

    .a2_main .content {
        width: 100%;
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .a2_main table tr:first-child td {
        font-size: 16px;
    }

    .a2_main .table {
        margin-bottom: 20px;
    }
}

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

    .a2_main .content {
        width: 100%;
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 15px;
    }

    .a2_main table tr:first-child td {
        font-size: 14px;
    }

    .a2_main table tr td {
        padding: 10px 15px;
        font-size: 14px;
    }

    .a2_main .table {
        margin-bottom: 13px;
    }

    .a2_main .con {
        font-size: 14px;
    }
}

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

/* a2_seecin */

.a2_seecin {
    padding: 86px 0px 120px;
    background-color: #fbf6f3;
}

.a2_seecin .l_title36 {
    text-align: center;
    margin-bottom: 39px;
}

.a2_seecin .l_title36::after {
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -16px;
}

.a2_seecin .con {
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 28px;
    color: #666666;
    width: 70%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 44px;
}

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

.a2_seecin .inner {
    width: 31.9375%;
    margin-right: 2.025%;
    position: relative;
    padding: 46px 30px 30px 30px;
    background-color: #ffffff;
    min-height: 393px;
    margin-bottom: 29px;
    border-radius: 16px;
}

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

.a2_seecin .inner:nth-last-child(-n+3) {
    margin-bottom: 0px;
}

.a2_seecin .bg_num {
    font-family: Montserrat-SemiBold;
    font-size: 66px;
    line-height: 28px;
    color: #f36421;
    opacity: 0.2;
    position: absolute;
    left: 20px;
    top: 30px;
}

.a2_seecin .title {
    font-family: Montserrat-SemiBold;
    font-size: 20px;
    line-height: 28px;
    color: #333333;
    margin-bottom: 14px;
}

.a2_seecin .content {
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 28px;
    color: #666666;
}

.a2_seecin .content p {
    padding-left: 20px;
    position: relative;
}

.a2_seecin .content p::after {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../images/bingo.png);
    background-repeat: no-repeat;
    background-position: center;
}

.a2_seecin em {
    font-style: normal;
    color: #f36421;
}

.a2_seecin .special {
    background-color: transparent;
}

.a2_seecin .s_con {
    font-family: Montserrat-Light;
    font-size: 20px;
    line-height: 28px;
    color: #666666;
    margin-bottom: 30px;
}

.a2_seecin .special {
    padding-left: 0;
    padding-right: 0;
}

.a2_seecin .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 147px;
    height: 48px;
    background-color: #f36421;
    border-radius: 5px;
    font-family: Montserrat-SemiBold;
    font-size: 16px;
    color: #ffffff;
}

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

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

    .a2_seecin .l_title36 {
        margin-bottom: 30px;
    }

    .a2_seecin .con {
        font-size: 16px;
        line-height: 28px;
        width: 80%;
        margin-bottom: 35px;
    }

    .a2_seecin .inner {
        width: 31.9375%;
        margin-right: 2.025%;
        position: relative;
        padding: 40px 25px 25px 25px;
        min-height: 393px;
        margin-bottom: 25px;
    }

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

    .a2_seecin .bg_num {
        font-size: 60px;
        line-height: 28px;
        opacity: 0.2;
        left: 20px;
        top: 22px;
    }
}

@media(max-width:1333px) {
    .a2_seecin .con {
        font-size: 16px;
        line-height: 28px;
        width: 90%;
        margin-bottom: 25px;
    }

    .a2_seecin .l_title36 {
        margin-bottom: 25px;
    }

    .a2_seecin .inner {
        width: 31.9375%;
        margin-right: 2.025%;
        position: relative;
        padding: 30px 20px 20px 20px;
        min-height: 393px;
        margin-bottom: 25px;
    }

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

    .a2_seecin .bg_num {
        font-size: 50px;
        line-height: 28px;
        opacity: 0.2;
        left: 20px;
        top: 22px;
    }

    .a2_seecin .s_con {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 20px;
    }

    .a2_seecin .btn {
        width: 140px;
        height: 45px;
        border-radius: 5px;
        font-size: 16px;
    }
}

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

    .a2_seecin .con {
        font-size: 16px;
        line-height: 28px;
        width: 100%;
        margin-bottom: 15px;
    }

    .a2_seecin .l_title36 {
        margin-bottom: 10px;
    }

    .a2_seecin .inner {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 20px;
    }

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

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

    .a2_seecin .inner:nth-last-child(-n+3) {
        margin-bottom: 20px;
    }

    .a2_seecin .inner:nth-last-child(-n+2) {
        margin-bottom: 0px;
    }
}

@media(max-width:768px) {
    .a2_seecin .con {
        font-size: 14px;
        line-height: 24px;
        width: 100%;
        margin-bottom: 15px;
    }

    .a2_seecin .inner {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 15px !important;
        min-height: auto;
        padding: 20px;
    }

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

    .a2_seecin .content {
        font-size: 14px;
        line-height: 24px;
    }

    .a2_seecin .content p::after {
        left: 0;
        top: 4px;
        width: 16px;
        height: 16px;
    }

    .a2_seecin .bg_num {
        font-size: 42px;
        line-height: 28px;
        opacity: 0.2;
        left: 20px;
        top: 18px;
    }

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

    .a2_seecin .btn {
        width: 130px;
        height: 40px;
        border-radius: 5px;
        font-size: 14px;
    }

}

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

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

    .a2_seecin .special {
        padding: 0;
    }

    .a2_seecin .inner {
        border-radius: 0;
    }
}


/* a2_process */

.a2_process {
    padding: 86px 0px 81px;
}

.a2_process .l_title36 {
    margin-bottom: 47px;
    text-align: center;
}

.a2_process .l_title36::after {
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -9px;
}

.a2_process .swiper-slide .imgbox {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.a2_process .swiper-slide .video {
    position: absolute;
    cursor: pointer;
}

.a2_process .swiper-slide .video:hover img {
    transform: scale(1.1);
}

.a2_process .bg {
    border-radius: 8px;
}

.a2_process .swiper-pagination-bullet-active {
    background-color: #f36421;
}

.a2_process .title {
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    text-align: center;
    padding-top: 7px;
}

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

    .a2_process .l_title36 {
        margin-bottom: 40px;
    }
}

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

    .a2_process .bg {
        width: 100%;
    }

    .a2_process .swiper {
        padding-bottom: 30px;
    }

}

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

    .a2_process .l_title36 {
        margin-bottom: 12px;
    }
}

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

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

/* our_team */

.our_team {
    padding: 88px 0px 75px;
}

.our_team .l_title36 {
    text-align: center;
    margin-bottom: 37px;
}

.our_team .l_title36::after {
    left: 0;
    right: 0;
    margin: 0 auto;
}

.our_team .content {
    width: 68%;
    text-align: center;
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 28px;
    color: #666666;
    margin: 0 auto;
    margin-bottom: 19px;
}

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

.our_team .inner {
    width: 32.5625%;
    margin-right: 1.125%;
}

.our_team .inner:last-child {
    margin-right: 0;
}

.our_team .imgbox {
    border-radius: 16px;
    overflow: hidden;
}

.our_team .title {
    font-family: Montserrat-Light;
    font-size: 18px;
    color: #333333;
    padding-top: 18px;
    text-align: center;
}


.our_team .swiper-pagination-bullet-active {
    background-color: #f36421;
}

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

    .our_team .l_title36 {
        margin-bottom: 30px;
    }

    .our_team .content {
        width: 70%;
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 19px;
    }

    .our_team .title {
        font-size: 18px;
        padding-top: 10px;
    }
}

@media(max-width:1333px) {
    .our_team .content {
        width: 80%;
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 19px;
    }

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

    .our_team .imgbox {
        border-radius: 10px;
    }
}

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

    .our_team .content {
        width: 100%;
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 19px;
    }

    .our_team .l_title36 {
        margin-bottom: 10px;
    }
}

@media(max-width:768px) {
    .our_team .content {
        width: 100%;
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 15px;
    }

    .our_team .title {
        font-size: 14px;
        padding-top: 10px;
    }

    .our_team .swiper {
        padding-bottom: 30px;
    }
}

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


/* v3_tradeshow */

.v3_tradeshow {
    padding: 81px 0px 85px;
}

.v3_tradeshow .l_title36 {
    text-align: center;
    margin-bottom: 48px;
}

.v3_tradeshow .l_title36::after {
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -9px;
}

.v3_tradeshow .imgbox {
    border-radius: 8px;
    overflow: hidden;
}

.v3_tradeshow .imgbox img:hover {
    transform: scale(1.05);
}

.v3_tradeshow .title {
    font-family: Montserrat-Light;
    font-size: 16px;
    color: #333333;
    padding-top: 12px;
    text-align: center;
}


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

    .v3_tradeshow .l_title36 {
        margin-bottom: 30px;
    }

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

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

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

    .v3_tradeshow .l_title36 {
        margin-bottom: 15px;
    }
}

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

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


/* f4_faq */

.f4_faq {
    padding: 80px 0px 78px;
}

.f4_faq .faq1 {
    width: 74.88%;
    margin: 0 auto;
}

.f4_faq .faq1 .quest {
    padding: 17px 15px 19px 15px;
    cursor: pointer;

    background-color: rgba(244, 244, 244, .5);
    border: solid 1px #cccccc;
    margin-bottom: 16px;
}

.f4_faq .faq1 .quest:last-child {
    margin-bottom: 0;
}

.f4_faq .faq1 .question {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.f4_faq .faq1 .name {
    font-family: Montserrat-Light;
    font-size: 16px;
    color: #333333;
}

.f4_faq .faq1 .answer {
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 28px;
    color: #333333;
    padding-top: 33px;
    display: none;
    transition: none;
    position: relative;
}

.f4_faq .faq1 .answer::after {
    position: absolute;
    width: 99%;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: "";
    top: 21px;
    left: 0;
    height: 1px;
    border-radius: 1px;
    background-color: #dddddd;
}

.f4_faq .faq1 .answer p {
    margin-bottom: 20px;
}

.f4_faq .faq1 .answer p:last-child {
    margin-bottom: 0;
}

.f4_faq .faq1 .question i {
    color: #f36421;
    font-size: 20px;
    font-weight: bold;
}

.f4_faq .faq1 .active .name {
    font-family: Montserrat-SemiBold;
}

.f4_faq .faq1 .active {
    background-color: #fff;
}

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

    .f4_faq .faq1 {
        width: 80%;
    }
}

@media(max-width:1333px) {
    .f4_faq .faq1 {
        width: 90%;
    }

    .f4_faq .faq1 .answer {
        font-size: 16px;
        line-height: 28px;
        padding-top: 24px;
    }

    .f4_faq .faq1 .answer::after {
        width: 99%;
        left: 0;
        right: 0;
        content: "";
        top: 13px;
        left: 0;
        height: 1px;
        border-radius: 1px;
    }

    .f4_faq .faq1 .quest {
        padding: 15px 15px 15px 15px;
        margin-bottom: 16px;
    }
}

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

    .f4_faq .faq1 {
        width: 100%;
    }
}

@media(max-width:768px) {
    .f4_faq .faq1 .name {
        font-size: 14px;
    }

    .f4_faq .faq1 .answer {
        font-size: 14px;
        line-height: 24px;
        padding-top: 24px;
    }

    .f4_faq .faq1 .quest {
        padding: 12px 15px 12px 15px;
        margin-bottom: 12px;
    }
}

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

/* pagination */

.pagination1 {
    margin-bottom: 78px;
}

.pagination2 {
    margin-bottom: 78px;
}

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

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

.pagination a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 29px;
    height: 29px;
    background-color: #fff;
    border-radius: 5px;
    font-size: 16px;
    color: #999999;
    margin-right: 10px;
    flex-shrink: 0;
}

.pagination i {
    font-size: 14px;
}

.pagination a:hover {
    background-color: #f36421;
    color: #fff;
}

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

.pagination .active {
    background-color: #f36421;
    color: #fff;
}

.pagination .submit {
    width: 178px;
    height: 30px;
    border-radius: 4px;
    color: #fff;
    background-color: #f36421;
    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 {
        margin-bottom: 50px;
    }
}

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

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

    .pagination .submit {
        width: 160px;
        height: 30px;
        font-size: 14px;
    }

}

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



/* p1_list */

.p1_list {
    padding: 78px 0px 89px;
}

.p1_list .l_title36 {
    text-align: center;
    margin-bottom: 82px;
    font-size: 30px;
}

.p1_list .l_title36::after {
    left: 0;
    right: 0;
    margin: 0 auto;
}

.p1_list .wrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 78px;
}

.p1_list .inner {
    width: 23.9875%;
    border-radius: 16px;
    border: solid 1px #dddddd;
    margin-right: 1.35%;
    margin-bottom: 25px;
}

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

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

.p1_list .imgbox {
    overflow: hidden;
    border-radius: 16px 16px 0px 0px;
}

.p1_list .contact {
    padding: 15px 20px 43px 20px;
}

.p1_list .title {
    font-family: Montserrat-Light;
    font-size: 20px;
    color: #333333;
    text-align: center;
    margin-bottom: 7px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

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

.p1_list .title:hover,
.p1_list .title a:hover {
    color: #f36421;
}

.p1_list .content {
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    min-height: 78px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 28px;
}

.p1_list .btnbox {
    display: flex;
    align-items: center;
}

.p1_list .btnbox .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 132px;
    height: 37px;
    background-color: #ffffff;
    border-radius: 18px;
    border: solid 1px #f36421;
    font-family: Montserrat-Light;
    font-size: 14px;
    color: #f36421;
    margin-right: 10px;
}

.p1_list .btnbox .inp {
    cursor: pointer;
}

.p1_list .btnbox .btn:hover {
    background-color: #f36421;
    color: #fff;
}

.p1_list .imgbox {
    position: relative;
}

.p1_list .apply_pic {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.p1_list .inner:hover .imgbox .apply_pic {
    opacity: 1;
    z-index: 10;
}


/* .p1_list . */


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

    .p1_list .l_title36 {
        margin-bottom: 50px;
        font-size: 28px;
    }

    .p1_list .contact {
        padding: 10px 20px 30px 20px;
    }

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

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

@media(max-width:1333px) {
    .p1_list .title {
        font-size: 18px;
        margin-bottom: 5px;

    }

    .p1_list .contact {
        padding: 10px 10px 20px 10px;
    }

    .p1_list .l_title36 {
        margin-bottom: 40px;
        font-size: 26px;
    }

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

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

    .p1_list .l_title36 {
        margin-bottom: 30px;
        font-size: 24px;
    }

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

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

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

    .p1_list .inner:nth-last-child(-n+4) {
        margin-bottom: 20px;
    }

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

    .p1_list .inner:hover .imgbox .apply_pic {
        opacity: 0;
        z-index: -1;
    }
}

@media(max-width:768px) {
    .p1_list .l_title36 {
        margin-bottom: 20px;
        font-size: 22px;
    }

    .p1_list .title {
        font-size: 16px;
        margin-bottom: 5px;
    }

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

    .p1_list .btnbox .btn {
        width: 120px;
        height: 35px;
        border-radius: 18px;
        font-size: 14px;
        margin-right: 10px;
    }

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

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

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

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

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

    .p1_list .l_title36 {
        margin-bottom: 18px;
        font-size: 20px;
    }

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

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

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

    .p1_list .content {
        min-height: auto;
    }

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

/* p1_intro */

.p1_intro {
    padding: 93px 0px 99px;
    background-color: #f7f7f7;
}

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

.p1_intro .l_title36::after {
    bottom: -10px;
}

.p1_intro .l_box {
    width: 53.3%;
    border-radius: 16px;
    overflow: hidden;
}

.p1_intro .r_box {
    width: 40.9%;
    padding-top: 65px;
}

.p1_intro .l_title36 {
    margin-bottom: 31px;
}

.p1_intro .content {
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 28px;
    color: #666666;
}

.p1_intro .content em {
    font-style: normal;
    color: #f36421;
}

.p1_intro .con:first-child {
    margin-bottom: 56px;
}

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

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

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

    .p1_intro .l_title36 {
        margin-bottom: 25px;
    }

    .p1_intro .con:first-child {
        margin-bottom: 35px;
    }
}

@media(max-width:1333px) {
    .p1_intro .safe {
        align-items: flex-start;
    }
}

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

    .p1_intro .l_title36 {
        margin-bottom: 10px;
    }

    .p1_intro .r_box {
        width: 43%;
    }

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

    .p1_intro .l_box {
        width: 65%;
        border-radius: 16px;
        overflow: hidden;
        margin-bottom: 18px;
    }

    .p1_intro .r_box {
        width: 100%;
    }

    .p1_intro .con:first-child {
        margin-bottom: 25px;
    }
}

@media(max-width:768px) {
    .p1_intro .l_box {
        width: 80%;
        border-radius: 16px;
        overflow: hidden;
        margin-bottom: 18px;
    }

    .p1_intro .content {
        font-family: Montserrat-Light;
        font-size: 14px;
        line-height: 24px;
        color: #666666;
    }

    .p1_intro .con:first-child {
        margin-bottom: 15px;
    }
}

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

    .p1_intro .l_box {
        border-radius: 10px;
    }
}

@media(max-width:500px) {
    .p1_intro .l_box {
        width: 100%;
        margin-bottom: 15px;
    }
}

/* use_guidance */

.use_guidance {
    padding: 93px 0px 71px;
}

.use_guidance .l_title36 {
    text-align: center;
    margin-bottom: 40px;
}

.use_guidance .l_title36::after {
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -11px;
}

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

.use_guidance .inner {
    width: 20%;
    padding: 0px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.use_guidance .inner .jiantou1 {
    position: absolute;
    top: 30px;
    right: -33%;
}

.use_guidance .inner .jiantou2 {
    top: 20px;
}

.use_guidance .svgbox {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.use_guidance .title {
    font-family: Montserrat-Light;
    font-size: 20px;
    line-height: 26px;
    color: #333333;
    margin-bottom: 11px;
}

.use_guidance .content {
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 26px;
    color: #333333;
    padding-left: 20px;
}

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

    .use_guidance .inner .jiantou1 {
        display: none;
    }
}

@media(max-width:1333px) {
    .use_guidance .title {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 10px;
        text-align: center;
    }

    .use_guidance .content {
        font-size: 16px;
        text-align: center;
        line-height: 26px;
        padding-left: 0px;
    }

}

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

    .use_guidance .inner {
        width: 33.3%;
        margin-bottom: 20px;
    }

    .use_guidance .l_title36 {
        text-align: center;
        margin-bottom: 20px;
    }
}

@media(max-width:768px) {
    .use_guidance .content {
        font-size: 14px;
        text-align: center;
        line-height: 24px;
        padding-left: 0px;
    }

    .use_guidance .title {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 5px;
        text-align: center;
    }

    .use_guidance .inner {
        width: 50%;
        margin-bottom: 20px;
    }
}

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

@media(max-width:400px) {
    .use_guidance .inner {
        width: 100%;
        margin-bottom: 15px;
    }
}


/* p1_press */

.p1_press1 {
    margin-bottom: 44px;
}

.p1_press1 .l_title36 {
    text-align: center;
    margin-bottom: 31px;
}

.p1_press1 .l_title36::after {
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -10px;
}

.p1_press1 .con {
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 28px;
    color: #666666;
    margin: 0 auto;
    width: 60%;
    text-align: center;
    margin-bottom: 40px;
}

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

    .p1_press1 .con {
        font-size: 16px;
        line-height: 28px;
        width: 70%;
        margin-bottom: 30px;
    }

}

@media(max-width:1333px) {
    .p1_press1 .con {
        font-size: 16px;
        line-height: 28px;
        width: 80%;
        margin-bottom: 25px;
    }
}

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

    .p1_press1 .con {
        font-size: 16px;
        line-height: 28px;
        width: 100%;
        margin-bottom: 15px;
    }

    .p1_press1 .l_title36 {
        margin-bottom: 15px;
    }

}

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

    .p1_press1 .con {
        font-size: 14px;
        line-height: 26px;
        width: 100%;
        margin-bottom: 15px;
    }
}

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


/* p1_press2 */

.p1_press2 {
    height: 445px;
    border-radius: 1px;
    position: relative;
}

.p1_press2 .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.p1_press2 .safe {
    height: 100%;
    padding-top: 71px;
}

.p1_press2 .l_title36::after {
    bottom: -10px;
}

.p1_press2 .l_title36 {
    color: #ffffff;
    margin-bottom: 32px;
}

.p1_press2 .box {
    width: 53%;
}

.p1_press2 .content {
    margin-bottom: 42px;
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
}

.p1_press2 .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 48px;
    background-color: #f36421;
    border-radius: 5px;
    font-family: Montserrat-SemiBold;
    font-size: 16px;
    color: #ffffff;
}

.p1_press2 .btn:hover {
    background-color: #fff;
    color: #f36421;
}

@media(max-width:1600px) {
    .p1_press2 {
        height: auto;
    }

    .p1_press2 .safe {
        padding: 70px 0px 70px;
    }

    .p1_press2 .box {
        width: 60%;
    }
}

@media(max-width:1333px) {
    .p1_press2 .box {
        width: 70%;
    }

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

    .p1_press2 .btn {
        width: 150px;
        height: 45px;
        border-radius: 5px;
        font-size: 16px;
    }
}

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

    .p1_press2 .l_title36 {
        color: #ffffff;
        margin-bottom: 12px;
    }

    .p1_press2 .box {
        width: 80%;
    }
}

@media(max-width:768px) {
    .p1_press2 .box {
        width: 90%;
    }

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

    .p1_press2 .btn {
        width: 130px;
        height: 40px;
        border-radius: 5px;
        font-size: 14px;
    }
}

@media(max-width:570px) {
    .p1_press2 .safe {
        padding: 40px 0px;
    }

    .p1_press2 .box {
        width: 100%;
    }
}


/* common_faq */

.common_faq1 {
    padding: 63px 0px 94px;
}

.common_faq .faq1 {
    width: 74.88%;
    margin: 0 auto;
}

.common_faq .l_title36 {
    text-align: center;
    margin-bottom: 49px;
}

.common_faq .l_title36::after {
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -11px;
}

.common_faq .faq1 {
    width: 74.88%;
    margin: 0 auto;
}

.common_faq .faq1 .quest {
    padding: 17px 15px 19px 15px;
    cursor: pointer;

    background-color: rgba(244, 244, 244, .5);
    border: solid 1px #cccccc;
    margin-bottom: 16px;
}

.common_faq .faq1 .quest:last-child {
    margin-bottom: 0;
}

.common_faq .faq1 .question {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.common_faq .faq1 .name {
    font-family: Montserrat-Light;
    font-size: 16px;
    color: #333333;
}

.common_faq .faq1 .answer {
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 28px;
    color: #333333;
    padding-top: 33px;
    display: none;
    transition: none;
    position: relative;
}

.common_faq .faq1 .answer::after {
    position: absolute;
    width: 99%;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: "";
    top: 21px;
    left: 0;
    height: 1px;
    border-radius: 1px;
    background-color: #dddddd;
}

.common_faq .faq1 .answer p {
    margin-bottom: 20px;
}

.common_faq .faq1 .answer p:last-child {
    margin-bottom: 0;
}

.common_faq .faq1 .question i {
    color: #f36421;
    font-size: 20px;
    font-weight: bold;
}

.common_faq .faq1 .active .name {
    font-family: Montserrat-SemiBold;
}

.common_faq .faq1 .active {
    background-color: #fff;
}

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

    .common_faq .faq1 {
        width: 80%;
    }

    .common_faq .l_title36 {
        margin-bottom: 40px;
    }
}

@media(max-width:1333px) {
    .common_faq .faq1 {
        width: 90%;
    }

    .common_faq .faq1 .answer {
        font-size: 16px;
        line-height: 28px;
        padding-top: 24px;
    }

    .common_faq .faq1 .answer::after {
        width: 99%;
        left: 0;
        right: 0;
        content: "";
        top: 13px;
        left: 0;
        height: 1px;
        border-radius: 1px;
    }

    .common_faq .faq1 .quest {
        padding: 15px 15px 15px 15px;
        margin-bottom: 16px;
    }
}

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

    .common_faq .faq1 {
        width: 100%;
    }

    .common_faq .l_title36 {
        margin-bottom: 15px;
    }
}

@media(max-width:768px) {
    .common_faq .faq1 .name {
        font-size: 14px;
    }

    .common_faq .faq1 .answer {
        font-size: 14px;
        line-height: 24px;
        padding-top: 24px;
    }

    .common_faq .faq1 .quest {
        padding: 12px 15px 12px 15px;
        margin-bottom: 12px;
    }
}

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


/* co */

.common_policy1 {
    background-color: #f7f7f7;
    padding: 80px 0px 90px;
}

.common_policy .l_title36 {
    text-align: center;
    margin-bottom: 50px;
}

.common_policy .l_title36::after {
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -10px;
}

.common_policy .box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.common_policy .l_box {
    width: 37%;
    padding-top: 32px;
}

.common_policy .show_time {
    margin-bottom: 43px;
    width: 95%;
}

.common_policy .question {
    cursor: pointer;
    border-bottom: 1px solid #ddd;
}

.common_policy .name {
    font-family: Montserrat-SemiBold;
    font-size: 20px;
    color: #333;
    padding: 21px 20px;
    position: relative;
}

.common_policy .name::after {
    position: absolute;
    left: -0px;
    top: 25px;
    width: 8px;
    height: 8px;
    background-color: #333333;
    border-radius: 1px;
    content: "";
    display: flex;
    align-items: center;
    justify-content: center;
}

.common_policy .resu {
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    display: none;
    transition: none;
    padding: 0px 20px;
    margin-bottom: 22px;
}

.common_policy .active .name {
    padding-bottom: 13px;
    color: #f36421;
}

.common_policy .active .name::after {
    background-color: #f36421;
}

/* .common_policy .active .resu {
    display: block;
} */

.common_policy .content {
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 26px;
    color: #333333;
    margin-bottom: 29px;
}

.common_policy .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 48px;
    background-color: #f36421;
    border-radius: 5px;
    font-family: Montserrat-SemiBold;
    font-size: 16px;
    color: #ffffff;
}

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

.common_policy .r_box {
    width: 54.8%;
}

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

    .common_policy .show_time {
        margin-bottom: 35px;
        width: 100%;
    }

    .common_policy .l_box {
        width: 42%;
        padding-top: 0px;
    }

    .common_policy .name {
        font-size: 20px;
        padding: 20px 20px;
    }
}

@media(max-width:1333px) {
    .common_policy .name {
        font-size: 18px;
        padding: 15px 15px;
    }

    .common_policy .name::after {
        left: -0px;
        top: 22px;
        width: 8px;
        height: 8px;
        border-radius: 1px;
    }

    .common_policy .resu {
        font-size: 16px;
        line-height: 26px;
        padding: 0px 15px;
        margin-bottom: 15px;
    }

    .common_policy .show_time {
        margin-bottom: 20px;
        width: 100%;
    }

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

    .common_policy .l_title36 {
        text-align: center;
        margin-bottom: 40px;
    }

    .common_policy .btn {
        width: 150px;
        height: 46px;
        border-radius: 5px;
        font-size: 16px;
    }
}

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

    .common_policy .l_title36 {
        text-align: center;
        margin-bottom: 20px;
    }

    .common_policy .box {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

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

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

@media(max-width:768px) {
    .common_policy .active .name {
        padding-bottom: 10px;
        color: #f36421;
    }

    .common_policy .resu {
        font-size: 14px;
        line-height: 26px;
        padding: 0px 15px;
        margin-bottom: 10px;
    }

    .common_policy .name {
        font-size: 16px;
        padding: 13px 15px;
    }

    .common_policy .name::after {
        left: -0px;
        top: 18px;
        width: 8px;
        height: 8px;
        border-radius: 1px;
    }

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

    .common_policy .show_time {
        margin-bottom: 15px;
        width: 100%;
    }

    .common_policy .r_box {
        width: 80%;
    }

    .common_policy .btn {
        width: 130px;
        height: 40px;
        border-radius: 5px;
        font-size: 14px;
    }

    .common_policy .l_title36 {
        text-align: center;
        margin-bottom: 15px;
    }
}

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

    .common_policy .r_box {
        width: 90%;
    }
}

@media(max-width:500px) {
    .common_policy .r_box {
        width: 100%;
    }
}


/* product_detail */

.product_detail {
    padding-top: 190px;
}

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

.product_detail .leftbox {
    width: 48.5%;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    padding-top: 0px;

}

.product_detail .leftbox .box {
    width: 585px;
    height: 535px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-shadow: 0px 0px 29px 2px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.product_detail .leftbox .box .swiper {
    border-radius: 8px;
}

.product_detail .leftbox .box .swiper-slide {
    display: flex;
    justify-content: center;
}

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

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

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

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

.product_detail .leftbox .swiperbox .product2_prev:hover,
.product_detail .leftbox .swiperbox .product2_next:hover {
    color: #f36421;
}

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

.product_detail .swiperTwo {
    padding: 0;
    margin: 0;
    height: 420px !important;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 15px;
    overflow: visible;
    -webkit-clip-path: polygon(-20% -3%, 110% -3%, 115% 103%, -15% 103%);
    clip-path: polygon(-20% -3%, 110% -3%, 115% 103%, -15% 103%);
}


.product_detail .swiperTwo .swiper-slide {
    width: 136px;
    height: 92px;
    background-color: #ffffff;
    object-fit: cover;
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    opacity: 0;
    pointer-events: none;
    transition: .4s linear all;
}

.product_detail .swiperTwo .swiper-slide-visible {
    opacity: 1 !important;
    pointer-events: all !important;
}

.product_detail .swiperTwo .swiper-wrapper .swiper-slide img {
    height: 100%;
    width: 100%;
    border: 1px solid transparent;
    border-radius: 10px;
}

.product_detail .leftbox .swiperTwo .swiper-slide-thumb-active img {
    border: solid 1px #000000;
}

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

.product_detail .control {
    position: absolute;
    cursor: pointer;
    font-weight: bold;
    border: unset !important;
    width: 48px;
    height: 48px;
    background-color: #f4f4f4;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}

.product_detail .control:hover {
    color: #28a23d;
}

.product_detail .box .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.product_detail .video {
    position: absolute;
    cursor: pointer;
}

.product_detail .video:hover img {
    transform: scale(1.05);
}

.product_detail img {
    display: block;
}

.product_detail .rightbox {
    width: 46.15%;
    padding-top: 17px;
}

.product_detail .crumb {
    margin-bottom: 30px;
}

.product_detail .title {
    font-family: Montserrat-SemiBold;
    font-size: 26px;
    color: #333333;
    margin-bottom: 17px;
}

.product_detail .s_title {
    font-family: Montserrat-SemiBold;
    font-size: 16px;
    line-height: 28px;
    color: #f36421;
    margin-bottom: 10px;
}

.product_detail .content {
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    padding-left: 25px;
    margin-bottom: 41px;
}

.product_detail .btnbox {
    display: flex;
    flex-wrap: wrap;
}

.product_detail .btnbox a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 48px;
    background-color: #ffffff;
    border-radius: 5px;
    border: solid 1px #333333;
    font-family: Montserrat-SemiBold;
    font-size: 16px;
    color: #333333;
}

.product_detail .btnbox a:hover {
    background-color: #f36421;
    color: #fff;
    border: 1px solid #f36421;
}

.product_detail .btnbox a:first-child {
    margin-right: 20px;
}


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

    .product_detail .leftbox .box {
        width: 76%;
        height: auto;
    }

    .product_detail .leftbox .swiperbox {
        width: 22%;
        margin-left: 25px;
    }

    .product_detail .swiperTwo .swiper-wrapper .swiper-slide {
        width: 100%;
    }

    .product_detail .leftbox {
        align-items: center;
    }

    .product_detail .leftbox .swiperbox .product2_prev {
        font-size: 16px;
    }

    .product_detail .leftbox .swiperbox .product2_next {
        font-size: 16px;
    }

    .product_detail .crumb {
        margin-bottom: 20px;
    }

    .product_detail .title {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .product_detail .content {
        font-size: 16px;
        line-height: 30px;
        padding-left: 15px;
        margin-bottom: 25px;
    }

    .product_detail .swiperTwo {
        padding-top: 0;
    }
}

@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;
        width: 100%;
    }

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

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

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

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

    .product_detail .swiperTwo {
        clip-path: unset;
    }

    .product_detail .swiperTwo .swiper-slide {
        height: auto;
    }

    .product_detail .swiperTwo .swiper-slide-visible {
        overflow: visible;
    }

    .product_detail .control {
        z-index: 10;
    }

    .product_detail .rightbox {
        width: 51.15%;
        padding-top: 0px;
    }

    .product_detail .btnbox a:first-child {
        margin-right: 15px;
    }

    .product_detail .title {
        font-size: 22px;
        margin-bottom: 15px;
    }
}

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

    .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: #f36421 !important;
    }

    .product_detail .leftbox {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 55%;
        margin: 0 auto;
    }

    .product_detail .rightbox {
        width: 100%;
        padding-top: 0px;
    }

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

    .product_detail .crumb {
        margin-bottom: 15px;
    }

    .product_detail .video img {
        width: 70px !important;
    }
}

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

    .product_detail .leftbox {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 75%;
        margin: 0 auto;
    }

    .product_detail .title {
        font-size: 18px;
        margin-bottom: 10px;
    }

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

    .product_detail .content {
        font-size: 14px;
        line-height: 26px;
        padding-left: 15px;
        margin-bottom: 20px;
    }

    .product_detail .btnbox a {
        width: 130px;
        height: 42px;
        border-radius: 5px;
        font-size: 14px;
    }

    .product_detail .video img {
        width: 60px !important;
    }

    .product_detail .crumb {
        margin-bottom: 12px;
    }
}

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

    .product_detail .leftbox {
        width: 85%;
    }

    .product_detail .btnbox a {
        margin-bottom: 6px;
    }
}

@media(max-width:500px) {
    .product_detail .leftbox {
        width: 95%;
    }
}

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



/* p2_custom */

.p2_custom {
    padding: 103px 0px 104px;
}

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

.p2_custom .l_box {
    width: 40%;
    padding-top: 68px;
}

.p2_custom .r_box {
    width: 53.3%;
    border-radius: 16px;
    overflow: hidden;
}

.p2_custom .l_title36 {
    margin-bottom: 33px;
}

.p2_custom .l_title36::after {
    bottom: -11px;
}

.p2_custom .content {
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 28px;
    color: #666666;
}

.p2_custom .content p {
    padding-left: 28px;
    position: relative;
}

.p2_custom .content p::after {
    content: "";
    position: absolute;
    background-image: url(../images/bingo.png);
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    top: 6px;
    width: 16px;
    height: 16px;
}

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

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

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

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

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

    .p2_custom .l_title36 {
        margin-bottom: 10px;
    }
}

@media(max-width:768px) {
    .p2_custom .safe {
        flex-direction: column;
        align-items: flex-start;
    }

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

    .p2_custom .r_box {
        width: 75%;
    }

    .p2_custom .content {
        font-size: 14px;
        line-height: 28px;
    }
}

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

    .p2_custom .r_box {
        width: 85%;
    }

    .p2_custom .r_box {
        border-radius: unset;
    }
}

@media(max-width:500px) {
    .p2_custom .r_box {
        width: 95%;
    }
}

@media(max-width:500px) {
    .p2_custom .r_box {
        width: 100%;
    }
}



/* p2_specif */

.p2_specif {
    padding: 79px 0px 87px;
    background-color: #f7f7f7;
}

.p2_specif .l_title36 {
    margin-bottom: 38px;
}

.p2_specif table {
    font-family: Montserrat-Light;
    font-size: 16px;
    color: #333333;
}

.p2_specif table {
    border-collapse: collapse;
    border: 1px solid #cccccc;
    width: 100%;
    min-width: 700px;
    overflow: auto;
}

.p2_specif .tablen {
    overflow: auto;
}

.p2_specif table tr {
    color: #666666;
}

.p2_specif table tr td {
    border: 1px solid #cccccc;
    padding: 18px 15px;
}

.p2_specif table tr td:first-child {
    width: 13.9%;
}

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

@media(max-width:1333px) {
    .p2_specif .l_title36 {
        margin-bottom: 29px;
    }
}

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

    .p2_specif .l_title36 {
        margin-bottom: 15px;
    }
}

@media(max-width:768px) {
    .p2_specif table tr td {
        padding: 14px 10px;
    }

    .p2_specif table {
        font-size: 14px;
    }
}

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


/* p2_compon */

.p2_compon {
    padding: 76px 0px 54px;
}

.p2_compon .l_title36 {
    margin-bottom: 33px;
}

.p2_compon .content {
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 28px;
    color: #666666;
}

.p2_compon .l_title36::after {
    bottom: -10px;
}

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

    .p2_compon .l_title36 {
        margin-bottom: 28px;
    }
}

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

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

    .p2_compon .l_title36 {
        margin-bottom: 15px;
    }
}

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

    .p2_compon .content {
        font-size: 14px;
        line-height: 28px;
    }
}

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

/* p2_mater */

.p2_mater .l_title36 {
    margin-bottom: 30px;
}

.p2_mater .content {
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 28px;
    color: #666666;
}

.p2_mater .l_title36::after {
    bottom: -10px;
}


@media(max-width:999px) {
    .p2_mater .l_title36 {
        margin-bottom: 15px;
    }
}

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

    .p2_mater .content {
        font-size: 14px;
        line-height: 28px;
    }
}


/* related_products */

.related_products1 {
    padding: 146px 0px 101px;
}

.related_products2 {
    margin-bottom: 115px;
}

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

.related_products .l_title30 {
    margin-bottom: 82px;
}

.related_products .btnbox {
    display: flex;
    align-items: center;
    padding-top: 6px;
}

.related_products .btnbox i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background-color: #f4f4f4;
    border-radius: 50px;
    color: #333;
    font-weight: bold;
    cursor: pointer;
}

.related_products .btnbox i:first-child {
    margin-right: 15px;
}

.related_products .btnbox i:hover {
    background-color: #f36421;
    color: #fff;
}

.related_products .imgbox {
    overflow: hidden;
}

.related_products .swiper-slide {
    border-radius: 16px;
    border: solid 1px #dddddd;
    overflow: hidden;
    height: auto;
}

.related_products .contact {
    padding: 13px 20px 49px 20px;
}

.related_products .title {
    text-align: center;
    font-family: Montserrat-Light;
    font-size: 20px;
    color: #333333;
    padding: 0px 15px;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

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

.related_products .title:hover,
.related_products .title a:hover {
    color: #f36421;
}

.related_products .content {
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.related_products .imgbox {
    position: relative;
}

.related_products .apply_pic {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.related_products .swiper-slide:hover .imgbox .apply_pic {
    opacity: 1;
    z-index: 10;
}


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

    .related_products2 {
        margin-bottom: 50px;
    }

    .related_products .l_title30 {
        margin-bottom: 50px;
    }

    .related_products .contact {
        padding: 13px 20px 30px 20px;
    }

}

@media(max-width:1333px) {
    .related_products .title {
        font-size: 18px;
        padding: 0px 8px;
        margin-bottom: 8px;
    }

    .related_products .content {
        font-size: 16px;
        line-height: 24px;
    }

    .related_products .contact {
        padding: 12px 12px 20px 12px;
    }

    .related_products .l_title30 {
        margin-bottom: 40px;
    }

    .related_products .btnbox {
        padding-top: 0;
    }
}

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

    .related_products2 {
        margin-bottom: 40px;
    }

    .related_products .l_title30 {
        margin-bottom: 0;
    }

    .related_products .titlebox {
        margin-bottom: 20px;
        align-items: center;
    }

    .related_products .swiper-slide:hover .imgbox .apply_pic {
        opacity: 0;
        z-index: -1;
    }
}

@media(max-width:768px) {
    .related_products .title {
        font-size: 16px;
        padding: 0px 8px;
        margin-bottom: 5px;
    }

    .related_products .content {
        font-size: 14px;
        line-height: 23px;
    }

    .related_products .btnbox i {
        width: 40px;
        height: 40px;
        border-radius: 50px;
    }

    .related_products .btnbox i:first-child {
        margin-right: 10px;
    }
}

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

    .related_products2 {
        margin-bottom: 30px;
    }

    .related_products .contact {
        padding: 10px 10px 15px 10px;
    }

    .related_products .swiper-slide {
        border-radius: unset;
    }
}


/* company_blog */

.company_blog1 {
    padding: 92px 0px 72px;
    background-color: #fbf6f3;
}

.company_blog .safe {}

.company_blog .s_title {
    font-family: Montserrat-Regular;
    font-size: 18px;
    color: #f36421;
    text-align: center;
    margin-bottom: 10px;
}

.company_blog .title36 {
    text-align: center;
    width: 62%;
    margin: 0 auto;
    margin-bottom: 32px;
    line-height: 60px;
}

.company_blog .imgbox {
    border-radius: 5px 5px 1px 1px;
    overflow: hidden;
}

.company_blog .contact {
    padding: 19px 20px 45px 27px;
    background-color: #fff;
}

.company_blog .data {
    font-family: Montserrat-Light;
    font-size: 14px;
    color: #666666;
    margin-bottom: 16px;
}

.company_blog .title {
    font-family: Montserrat-SemiBold;
    font-size: 20px;
    line-height: 28px;
    color: #333333;
    margin-bottom: 16px;
    min-height: 56px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

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

.company_blog .title:hover,
.company_blog .title a:hover {
    color: #f36421;
}

.company_blog .content {
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 28px;
    color: #666666;
    min-height: 56px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 29px;
}

.company_blog .btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 150px;
    height: 48px;
    background-color: #fff;
    border-radius: 5px;
    font-family: Montserrat-SemiBold;
    font-size: 16px;
    color: #333;
}

.company_blog .btn:hover {
    background-color: #f36421;
    color: #fff;
    justify-content: center;
}


.company_blog .swiper {
    overflow: visible;
    margin-bottom: 74px;
}

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

.company_blog .swiper-slide-visible {
    opacity: 1 !important;
    pointer-events: all !important;
}

.company_blog .swiper-slide:hover {
    box-shadow: 0px 0px 18px 2px rgba(36, 25, 22, 0.15);
}

.company_blog .learn_more {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 330px;
    height: 48px;
    background-color: #f36421;
    border-radius: 5px;
    font-family: Montserrat-SemiBold;
    font-size: 16px;
    color: #ffffff;
    margin: 0 auto;
}

.company_blog .learn_more:hover {
    background-color: #000;
}

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

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

    .company_blog .title36 {
        line-height: normal;
    }

    .company_blog .title36 {
        width: 70%;
        margin: 0 auto;
        margin-bottom: 32px;
    }

    .company_blog .contact {
        padding: 15px 20px 30px 20px;
    }

    .company_blog .swiper {
        margin-bottom: 50px;
    }
}

@media(max-width:1333px) {
    .company_blog .s_title {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .company_blog .title36 {
        width: 80%;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .company_blog .title {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 10px;
        min-height: 54px;
    }

    .company_blog .content {
        font-size: 16px;
        line-height: 28px;
        min-height: 56px;
        margin-bottom: 20px;
    }

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

    .company_blog .content {
        font-size: 16px;
        line-height: 28px;
        min-height: 56px;
        margin-bottom: 15px;
    }

    .company_blog .swiper {
        margin-bottom: 40px;
    }
}

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

    .company_blog .title36 {
        width: 100%;
        margin-bottom: 15px;
    }

    .company_blog .btn {
        background-color: #f36421;
        justify-content: center;
        color: #fff;
    }

    .company_blog .swiper {
        padding-bottom: 30px;
    }

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

    .company_blog .swiper-pagination-bullet-active {
        background-color: #f36421;
    }

    .company_blog .title {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 10px;
        min-height: 48px;
    }
}

@media(max-width:768px) {
    .company_blog .s_title {
        font-size: 14px;
        margin-bottom: 8px;
    }

    .company_blog .swiper {
        margin-bottom: 0px;
    }

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

    .company_blog .title {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 10px;
        min-height: 44px;
    }

    .company_blog .contact {
        padding: 15px;
    }

    .company_blog .btn {
        width: 130px;
        height: 45px;
        border-radius: 5px;
        font-size: 14px;
    }

    .company_blog .learn_more {
        width: 280px;
        height: 45px;
        border-radius: 5px;
        font-size: 14px;
    }
}

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

    .company_blog .imgbox {
        border-radius: 0;
    }
}


/* 4-1 */

.s1_one {
    padding: 85px 0px 107px;
}

.s1_one .box {
    margin-bottom: 72px;
}

.s1_one .inner {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.s1_one .inner:hover {
    background-color: #f4f4f4;
}

.s1_one .inner:hover .r_box {
    box-shadow: unset;
}

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

.s1_one .l_box {
    width: 28.4%;
}

.s1_one .r_box {
    width: 71.6%;
    padding-top: 48px;
    box-shadow: 0px 0px 29px 2px rgba(0, 0, 0, 0.1);
    padding-left: 3%;
}

.s1_one .title {
    font-family: Montserrat-SemiBold;
    font-size: 22px;
    line-height: 26px;
    color: #f36421;
    margin-bottom: 23px;
}

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

.s1_one .s_title {
    font-family: Montserrat-SemiBold;
    font-size: 18px;
    line-height: 26px;
    min-height: 52px;
    color: #333333;
    margin-bottom: 8px;
}

.s1_one .content {
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 26px;
    color: #666666;
}

.s1_one .inn {
    width: 33.3%;
    padding-right: 3%;
    margin-bottom: 39px;
}

.s1_one .con {
    font-family: Montserrat-Light;
    font-size: 20px;
    line-height: 30px;
    color: #666666;
    width: 65%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 33px;
}

.s1_one .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 48px;
    background-color: #f36421;
    border-radius: 5px;
    font-family: Montserrat-SemiBold;
    font-size: 16px;
    color: #ffffff;
    margin: 0 auto;
}

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

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

    .s1_one .r_box {
        width: 71.6%;
        padding-top: 20px;
        box-shadow: unset;

        padding-left: 3%;
    }

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

    .s1_one .inner {
        background-color: #fff;
        box-shadow: 0px 0px 29px 2px rgba(0, 0, 0, 0.1);
    }

    .s1_one .inn {
        width: 33.3%;
        padding-right: 3%;
        margin-bottom: 30px;
    }

    .s1_one .box {
        margin-bottom: 50px;
    }

    .s1_one .con {
        width: 75%;
    }
}

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

    .s1_one .s_title {
        font-size: 16px;
        line-height: 22px;
        min-height: 44px;
        margin-bottom: 5px;
    }

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

    .s1_one .con {
        width: 85%;
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 25px;
    }

    .s1_one .con {}
}

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

    .s1_one .inner {
        flex-direction: column;
    }

    .s1_one .l_box {
        width: 65%;
        margin-bottom: 30px;
    }

    .s1_one .r_box {
        width: 100%;
    }

    .s1_one .inner .r_box {
        padding-top: 0;
    }

    .s1_one .box {
        margin-bottom: 40px;
    }

    .s1_one .con {
        width: 100%;
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 25px;
    }

    .s1_one .con {
        width: 100%;
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 20px;
    }
}

@media(max-width:768px) {
    .s1_one .content {
        font-size: 14px;
        line-height: 22px;
    }

    .s1_one .s_title {
        font-size: 14px;
        line-height: 22px;
        min-height: 44px;
        margin-bottom: 5px;
    }

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

    .s1_one .con {
        width: 100%;
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 15px;
    }

    .s1_one .btn {
        width: 130px;
        height: 42px;
        border-radius: 5px;
        font-size: 14px;
    }
}

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

    .s1_one {
        padding: 30px 0px;
    }

    .s1_one .l_box {
        width: 75%;
        margin-bottom: 25px;
    }

    .s1_one .inn {
        width: 50%;
        margin-bottom: 20px;
    }

    .s1_one .con {
        margin-bottom: 15px;
    }

}

@media(max-width:500px) {
    .s1_one .l_box {
        width: 85%;
        margin-bottom: 20px;
    }
}

@media(max-width:400px) {
    .s1_one .l_box {
        width: 95%;
        margin-bottom: 20px;
    }

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

    .s1_one .inn {
        width: 100%;
        margin-bottom: 15px;
    }

    .s1_one .s_title {
        min-height: unset;
    }
}


/* n_list */

.n_list {
    padding: 85px 0px 101px;
}

.n_list .box {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 39px;
}

.n_list .inner {
    width: 23.9375%;
    margin-right: 1.3125%;
    margin-bottom: 45px;
}

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

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

.n_list .inner:hover {
    box-shadow: 0px 0px 18px 2px rgba(36, 25, 22, 0.15);
}

.n_list .inner .read_more:hover {
    background-color: #f36421;
    justify-content: center;
    color: #fff;
}

.n_list .imgbox {
    overflow: hidden;
    border-radius: 5px 5px 1px 1px;
}

.n_list .contact {
    padding: 20px 30px 47px 34px;
}

.n_list .data {
    font-family: Montserrat-Light;
    font-size: 14px;
    color: #666666;
    margin-bottom: 16px;
}

.n_list .title {
    font-family: Montserrat-SemiBold;
    font-size: 20px;
    line-height: 28px;
    color: #333333;
    margin-bottom: 15px;
    min-height: 56px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

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

.n_list .title:hover,
.n_list .title a:hover {
    color: #f36421;
}

.n_list .content {
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 28px;
    color: #666666;
    margin-bottom: 26px;
    min-height: 56px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.n_list .read_more {
    width: 150px;
    height: 48px;
    background-color: #fff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-family: Montserrat-SemiBold;
    font-size: 16px;
    color: #333333;
}

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

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

    .n_list .inner {
        width: 23.9375%;
        margin-right: 1.3125%;
        margin-bottom: 30px;
    }
}

@media(max-width:1333px) {
    .n_list .data {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .n_list .title {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 10px;
        min-height: 52px;
    }

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

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

    .n_list .inner {
        width: 32%;
        margin-right: 2%;
        margin-bottom: 20px;
    }

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

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

    .n_list .inner:nth-last-child(-n+4) {
        margin-bottom: 20px;
    }

    .n_list .inner:nth-last-child(-n+3) {
        margin-bottom: 0px;
    }

    .n_list .title {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 8px;
        min-height: 48px;
    }

    .n_list .read_more {
        background-color: #f36421;
        color: #fff;
        justify-content: center;
    }

    .n_list .box {
        margin-bottom: 30px;
    }
}

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

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

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

    .n_list .inner:nth-last-child(-n+3) {
        margin-bottom: 15px;
    }

    .n_list .inner:nth-last-child(-n+2) {
        margin-bottom: 0px;
    }

    .n_list .title {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 8px;
        min-height: 44px;
    }

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

    .n_list .read_more {
        width: 130px;
        height: 42px;
        border-radius: 5px;
        font-size: 14px;
    }

    .n_list .contact {
        padding: 15px;
    }

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

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

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

/* n_detail */

.n_detail {
    padding: 86px 0px 60px;
}

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

.n_detail .l_box {
    width: 68%;
    padding-top: 3px;
}

.n_detail .title {
    font-family: Montserrat-SemiBold;
    font-size: 26px;
    color: #333333;
    margin-bottom: 31px;
}

.n_detail .con {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.n_detail .data {
    font-family: Montserrat-Light;
    font-size: 18px;
    color: #f36421;
    margin-right: 40px;
}

.n_detail .sharebox {
    display: flex;
    align-items: center;
    font-family: Montserrat-Light;
    font-size: 16px;
    color: #999999;
}

.n_detail .content {
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 28px;
    color: #666666;
    padding-top: 23px;
    padding-bottom: 26px;
    border-top: 1px solid rgba(0, 0, 0, .1);
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 30px;
}

.n_detail .content a {
    color: #f36421;
}

.n_detail .content a:hover {
    text-decoration: underline;
}

.n_detail .title2 {
    font-family: Montserrat-SemiBold;
    font-size: 24px;
    color: #333333;
    margin-bottom: 24px;
}

.n_detail .r_box {
    width: 28%;
}

.n_detail .inner {
    position: relative;
    display: flex;
    justify-content: space-between;
    background-color: #eeeeee;
    padding: 44px 35px 45px 30px;
    margin-bottom: 20px;
}

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

.n_detail .inner::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 7px;
    height: 100%;
    background-color: #f36421;
    opacity: 0;
}

.n_detail .inner:hover::after {
    opacity: 1;
}

.n_detail .inner:hover {
    background-color: #fff;
    box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.2);
}

.n_detail .l {
    flex-shrink: 0;
    margin-right: 25px;
    padding-top: 3px;
}

.n_detail .r {
    width: 100%;
    padding-left: 28px;
    border-left: 1px solid #dadada;
}

.n_detail .day {
    font-family: Montserrat-SemiBold;
    font-size: 62px;
    color: #333333;
    line-height: 62px;
    margin-bottom: 2px;
}

.n_detail .year {
    font-family: Montserrat-Light;
    font-size: 16px;
    color: #666666;
}

.n_detail .r a {
    font-family: Montserrat-Light;
    font-size: 18px;
    line-height: 30px;
    color: #555555;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.n_detail .r a:hover {
    color: #f36421;
}

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

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

    .n_detail .title {
        font-size: 24px;
        margin-bottom: 25px;
    }

    .n_detail .con {
        margin-bottom: 25px;
    }

    .n_detail .inner {
        padding: 30px 30px 30px 30px;
        margin-bottom: 20px;
    }

    .n_detail .day {
        font-size: 56px;
        line-height: 56px;
        margin-bottom: 2px;
    }
}

@media(max-width:1333px) {
    .n_detail .title {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .n_detail .data {
        font-size: 16px;
        margin-right: 30px;
    }

    .n_detail .title2 {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .n_detail .day {
        font-size: 50px;
        line-height: 50px;
        margin-bottom: 0px;
    }

    .n_detail .l {
        margin-right: 15px;
        padding-top: 3px;
    }

    .n_detail .r {
        padding-left: 20px;
    }

    .n_detail .inner {
        padding: 15px 15px 15px 20px;
        margin-bottom: 20px;
    }

    .n_detail .r a {
        font-size: 16px;
        line-height: 26px;
    }

    .n_detail .inner::after {
        width: 5px;
    }
}

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

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

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

    .n_detail .r_box {
        width: 100%;
    }

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

    .n_detail .day {
        font-size: 42px;
        line-height: 46px;
        margin-bottom: 0px;
    }

    .n_detail .year {
        font-size: 14px;
    }

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

    .n_detail .title2 {
        font-size: 20px;
        margin-bottom: 20px;
    }
}

@media(max-width:768px) {
    .n_detail .title {
        font-size: 18px;
        margin-bottom: 16px;
    }

    .n_detail .data {
        font-size: 14px;
        margin-right: 30px;
    }

    .n_detail .sharebox {
        font-size: 14px;
    }

    .n_detail .content {
        font-size: 14px;
        line-height: 24px;
        padding-top: 15px;
        padding-bottom: 15px;
        margin-bottom: 20px;
    }

    .n_detail .con {
        margin-bottom: 19px;
    }

    .n_detail .title2 {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .n_detail .day {
        font-size: 34px;
        line-height: normal;
        margin-bottom: 0px;
        padding-top: 0;
    }

    .n_detail .l {
        padding-top: 0;
    }

    .n_detail .r a {
        font-size: 14px;
        line-height: 24px;
    }

    .n_detail .inner::after {
        width: 4px;
    }
}

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

    .n_detail .day {
        font-size: 28px;
        line-height: normal;
        margin-bottom: 0px;
        padding-top: 0;
    }

    .n_detail .inner {
        padding: 10px 10px 10px 15px;
        margin-bottom: 15px;
    }

    .n_detail .con {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

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



/* page_control */

.page_control,
.page_control a,
.page_control span {
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 28px;
    color: #666666;
}

.page_control a:hover {
    color: #f36421;
}


@media(max-width:768px) {

    .page_control,
    .page_control a,
    .page_control span {
        font-size: 14px;
        line-height: 24px;
    }

    .page_control .page {
        margin-bottom: 8px;
    }

    .page_control .page:last-child {
        margin-bottom: 0;
    }
}


/* contactus */

.contactus {
    padding: 95px 0px 91px;
}

.contactus .l_title36 {
    margin-bottom: 38px;
    text-align: center;
}

.contactus .l_title36::after {
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -5px;
}

.contactus .content {
    width: 80%;
    margin: 0 auto;
    font-family: Montserrat-Light;
    font-size: 18px;
    line-height: 30px;
    color: #666666;
    text-align: center;
    margin-bottom: 29px;
}

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

.contactus .inner {
    width: 23.6875%;
    margin-right: 1.7225%;
    background-color: #f2f2f2;
    padding: 42px 30px 28px 40px;
    border: solid 1px #dcdfe6;
    border-radius: 5px;
}

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

.contactus .svgbox {
    display: flex;
    justify-content: center;
    margin-bottom: 8px;
}

.contactus .svgbox img {
    box-shadow: 0px 0px 9px 1px #d2d2d4;
    border-radius: 50px;
}

.contactus .name {
    text-align: center;
    font-family: Montserrat-Light;
    font-size: 20px;
    color: #333333;
    margin-bottom: 11px;
}

.contactus .resu {
    text-align: center;
    font-family: Montserrat-Light;
    font-size: 16px;
    color: #666666;
}

.contactus .resu a:hover {
    color: #f36421;
}

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

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

    .contactus .l_title36::after {
        bottom: -10px;
    }

    .contactus .l_title36 {
        margin-bottom: 30px;
    }

    .contactus .content {
        width: 90%;
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 25px;
    }

    .contactus .inner {
        width: 23.6875%;
        margin-right: 1.7225%;
        padding: 30px 30px 30px 30px;
        border-radius: 5px;
    }
}

@media(max-width:1333px) {
    .contactus .content {
        width: 100%;
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 18px;
    }

    .contactus .l_title36 {
        margin-bottom: 25px;
    }

    .contactus .inner {
        width: 23.6875%;
        margin-right: 1.7225%;
        padding: 15px;
        border-radius: 5px;
    }

    .contactus .name {
        font-size: 18px;
        margin-bottom: 8px;
    }
}

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

    .contactus .l_title36 {
        margin-bottom: 10px;
    }
}

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

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

    .contactus .resu {
        font-size: 14px;
    }

    .contactus .content {
        width: 100%;
        font-size: 14px;
        line-height: 25px;
        margin-bottom: 15px;
    }

    .contactus .name {
        font-size: 16px;
        margin-bottom: 5px;
    }
}

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

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



/* con_form */

.con_form {
    background-color: #f7f7f7;
    position: relative;
    padding-bottom: 61px;
}

.con_form::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 12.9%;
    background-color: #fff;
}

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

.con_form .l_box {
    padding-top: 192px;
    width: 35.5%;
}

.con_form .s_title {
    font-family: Montserrat-Light;
    font-size: 20px;
    line-height: 36px;
    color: #f36421;
}

.con_form .title {
    font-family: Montserrat-Light;
    font-size: 30px;
    line-height: 44px;
    color: #333333;
    margin-bottom: 12px;
}

.con_form .content {
    font-family: Montserrat-Light;
    font-size: 18px;
    line-height: 32px;
    color: #666666;
    margin-bottom: 27px;
}

.con_form .email {
    font-family: Montserrat-Light;
    font-size: 18px;
    line-height: 32px;
    color: #333333;
}

.con_form .email a {
    color: #f36421;
}

.con_form .email a:hover {
    text-decoration: underline;
}

.con_form .r_box {
    position: relative;
    z-index: 10;
    width: 59.1%;
    box-shadow: 0px 0px 9px 1px #ececed;
    border-radius: 5px;
    background-color: #fff;
}


.con_form .top {
    display: flex;
    align-items: flex-start;
    padding: 30px 30px 19px 35px;
    font-family: Montserrat-Light;
    font-size: 22px;
    line-height: 40px;
    color: #ffffff;
    background-color: #f36421;
    border-radius: 5px 5px 0px 0px;
}

.con_form .l {
    flex-shrink: 0;
    margin-right: 22px;
}

.con_form .bottom {
    padding: 35px 26px 26px 25px;
}

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

.con_form .inp1 {
    width: 48.7%;
    height: 59px;
    background-color: #f6f6f6;
}

.con_form .inp1>div {
    height: 100%;
    width: 100%;
}

.con_form input,
.con_form textarea {
    width: 100%;
    height: 100%;
    background-color: #f6f6f6;
    font-family: Montserrat-Light;
    font-size: 16px;
    color: #333;
}

.con_form input::placeholder,
.con_form textarea::placeholder {
    color: #999;
}

.con_form .inpbox2 {
    height: 210px;
    background-color: #f6f6f6;
    margin-bottom: 25px;
}

.con_form input {
    padding: 0px 16px;
}

.con_form .inpbox2 textarea {
    padding: 16px;
}

.con_form .select_file {
    display: flex;
    align-items: center;
}

.con_form .submit {
    width: 100%;
    background-color: #f36421;
    border-radius: 2px;
    font-family: Montserrat-Light;
    font-size: 18px;
    color: #ffffff;
    cursor: pointer;
}

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

.con_form .inp2 {
    display: flex;
    align-items: center;
    background-color: #fff;
}

.con_form .codebox {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f3fbfe;
    cursor: pointer;
}

.wjsc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
    margin-bottom: 24px;
}

.wjsc {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}

.wjsc input {
    cursor: pointer;
    height: 59px;
    flex-shrink: 0;
    border-radius: 10px;
    font-family: Montserrat-Light;
    font-size: 16px;
    color: #999999;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    text-align: left;
    width: 100%;
}

.wjsc .form-control {
    width: 100%;
    background-color: #f6f6f6;
}

.wjsc input[type=file] {
    position: absolute;
    opacity: 0;
    width: 100%;
}

.wjsc span {
    font-size: 16px;
    color: #ff0000;
    display: block;
}


.file-list {
    list-style-type: none;
}

.file-list .file-item {
    margin: 5px 10px 5px 0px;
    display: inline-block;
    padding: 5px 10px;
    background-color: #bfbfbf;
    position: relative;
    font-size: 14px;
}

.file-list .file-item .file-name {
    margin-right: 10px;
}

.file-list .file-item .file-delete {
    font-size: 10px;
    position: absolute;
    right: 5px;
    top: 0;
}

.disnone {
    display: none;
}

.wjsc .upload1 {
    display: flex;
    align-items: center;
    font-family: Montserrat-Light;
    font-size: 16px;
    color: #f36421;
    position: absolute;
    right: 28%;
    top: 16px;
    pointer-events: none;
}

.wjsc .upload1 img {
    margin-right: 5px;
}


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

    .con_form .l_box {
        padding-top: 150px;
        width: 35.5%;
    }

    .con_form .title {
        font-size: 28px;
        line-height: 40px;
        margin-bottom: 12px;
    }

    .con_form .content {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 25px;
    }

    .wjsc .upload1 {
        font-size: 16px;
        right: 25%;
        top: 16px;
    }
}

@media(max-width:1333px) {
    .con_form .top {
        padding: 20px;
        font-size: 20px;
        line-height: normal;
    }

    .con_form .bottom {
        padding: 20px;
    }

    .con_form .l_box {
        padding-top: 130px;
        width: 37.5%;
    }

    .con_form .s_title {
        font-size: 18px;
        line-height: 30px;
    }

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

    .con_form .content {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 18px;
    }

    .con_form .email {
        font-size: 18px;
        line-height: 28px;
    }

    .wjsc .upload1 {
        display: none;
    }
}

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

    .con_form::after {
        display: none;
        background-color: transparent;
    }

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

    .con_form .l_box {
        padding-top: 20px;
        width: 100%;
        margin-bottom: 20px;
    }

    .con_form .r_box {
        width: 100%;
    }

    .con_form .s_title {
        font-size: 16px;
        line-height: 28px;
    }

    .con_form .title {
        font-size: 24px;
        margin-bottom: 10px;
    }

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

    .con_form .email {
        font-size: 16px;
        line-height: 26px;
    }

    .con_form .top {
        padding: 20px;
        font-size: 18px;
        line-height: normal;
        align-items: center;
    }

    .con_form .top {
        padding: 15px;
        font-size: 18px;
        line-height: normal;
        align-items: center;
    }

    .con_form .submit {
        margin-left: 10px;
    }
}

@media(max-width:768px) {
    .con_form .title {
        font-size: 22px;
        margin-bottom: 8px;
    }

    .con_form .top {
        padding: 10px;
        font-size: 16px;
        line-height: normal;
        align-items: center;
    }

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

    .con_form .email {
        font-size: 14px;
        line-height: 24px;
    }

    .con_form .l img {
        width: 60px;
    }

    .con_form input,
    .con_form textarea {
        width: 100%;
        font-size: 14px;
    }

    .con_form .inp1 {
        width: 48.7%;
        height: 50px;
        background-color: #f6f6f6;
    }

    .wjsc input {
        height: 50px;
    }

    .con_form .inpbox1 {
        margin-bottom: 15px;
    }

    .con_form .inpbox2 {
        height: 180px;
        background-color: #f6f6f6;
        margin-bottom: 15px;
    }

    .wjsc {
        margin-bottom: 15px;
    }

    .con_form .submit {
        width: 100%;
        border-radius: 2px;
        font-size: 16px;
    }

    .wjsc span {
        font-size: 14px;
    }
}

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

    .con_form .title {
        font-size: 20px;
        margin-bottom: 6px;
    }

    .m-formcountry .drop-list li {
        padding: 2px 10px;
        font-size: 14px;
    }
}

@media(max-width:450px) {
    .con_form .inp1 {
        width: 100%;
        height: 50px;
        background-color: #f6f6f6;
    }

    .con_form .inpbox1 {
        flex-direction: column;
        margin-bottom: 0px;
    }

    .con_form .inp1 {
        margin-bottom: 12px;
    }

    .con_form .inpbox2 {
        margin-bottom: 12px;
    }

    .con_form .submit {
        width: 100%;
        border-radius: 2px;
        font-size: 14px;
    }

    .con_form .l {
        display: none;
    }
}


/* mapbox */

.mapbox {
    max-width: 1920px;
    margin: 0 auto;
}




@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-SemiBold';
    src: url('../fonts/MONTSERRAT-SEMIBOLD-9.eot');
    src: url('../fonts/MONTSERRAT-SEMIBOLD-9.eot') format('embedded-opentype'),
        url('../fonts/MONTSERRAT-SEMIBOLD-9.woff2') format('woff2'),
        url('../fonts/MONTSERRAT-SEMIBOLD-9.woff') format('woff'),
        url('../fonts/MontserratMONTSERRAT-SEMIBOLD-9emiBold.ttf') format('truetype'),
        url('../fonts/MONTSERRAT-SEMIBOLD-9.svg#MONTSERRAT-SEMIBOLD-9') 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');
}

.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,d09GMgABAAAAADHwAAsAAAAAVhAAADGfAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHFQGYACPGgqBiTDuVQE2AiQDgmALgTIABCAFhGcHhlobPUc1082dILcDiHv9iiuK0jiKUZRKTp39/98TlIyx7cn7ASCZSYJWuyr1McdibJK5ibvv0YFDMl/fpKd+FW88L9lpCpIFTd9DcqCONj223LkEwfOs7LDAgX6VW51fMiAACa2uZD4yowIygYJmkCAKI5YrqJV27FYCRfkqNJxl9dd1obHEvO4hSdE0iDZtVk40HId4A8QUIk6qpjFp+2IqOZ4ebvj330W1wJNhoDAguaGc6t3Gdy0L7DjQbSE7BUwHBJI1AsOQUn9OX+mr08l2oGCUUw6Q7TAIiCZ3v1XGKSWC7U+1T8W+OswelhT5cr+tda/rfzIWmBgjAiLtai4Tmyuor3sgKAAvFFEhJvZB1rpO1eVazQWoHQBDMLduIwYisYCNkRtjAYytiTGXrFg0gx4KGyAxJBUFtMG33ydKDAQbbbAaCzO/fSze/2a/tc9k5mOyWJK+jhaO4EOR12xsYg8AXa/C9vkjBHcWzgtRJQEkPIiKsawDSAqQK/zPRqidgwDWeaG+uAc8V7bR87JTehQVgma2e382QUgiYP51mqtkOEDnSnjIw1Kkbfz/y/bp65u+dGDZYedA8YF/fGAfYVIAmvo63cswSU5en+QcSGGn5BRhI546rDx22Dp2HgmWdS0P3+/XKkNIOt3shBBW9P2LyZ9NW5cEiY00hpo+zdKSLIlGa+hUMYbux05qtQxpsxhTvSdraAkS3R8liJaOMZexafGo9gejoYf+iYAAUFGBFtBRYybNgrlp+a4tCIEjvCsBso3JpvVrl0OeKuANFQRyRDQ9JFfJSSMAdGCfA+BE/fmTbyFFZIBCYAh7NO1Gr8JDX4BvftZeA/YedLjbCe1TAAIABqDEs8VsQ3OKrgJLcIkmKvf+4rQOwBKthHhcAFR60MLhEDAlEJJS0jIyy5Kvx6BrDpc/Yow4CVLXUm/9DTbS6S61dXZ1984ya2fXPH2+1vX4cPyzRp6z3L3PjC8udrO8PVPGOtt6sRT+93MNkwRLovGrbLDprFvOeYd718yH9PYPeo9NPeW867y3/E/zgCaMJcCLZqiYqRGjuDDaNHNZIMiChHEyYPDBxngyNCgYw8BUJuaYzgMOHa2GG2FkzzXLT2cwWWz/Fg7Xc8YwHl8gFIklUrVMo9XJFXqDUmUymi1Wm93hNXHyJFF+lKbBhr3QumL1fxSQM7hAQfGM8kQbBcMYyguXKG90U374hfLHOSoADyh4Uo0g4BGFxjcqHP9QkYlN4IAmipAMEUygg0rAC0qIa5QULZQc4ygFRlDKRIcW6KSM6KHM6KKy8ITKRx/Vgy/UIPqpa/iLuo8fqAcYRb1GKzWNXoLHDRKFW4SAOyQa9wgRv5E4TCBUTCLxmEJomEbomEEYmEXY+INw5lwhmEMEmEfUVR+jBfiJ9GAB6cUi0o8lZDA5zzGCBDGGBHESCeIUEsRpYBk5myDOASvIeWwhF7CNXMQOcgmryBWsIVexi1zDHnId68g4NpAbOEBuYh+5hUPkNo6QJzhGXuMEeYtT5DecIf/hFfkfb8g0PtAAeEdjLdpp7MIwGk9zn8/UNewBo48QNwO4CSQH8IWByBkIJ+h1s0qinIKLnMBShxQCVJ0xvsOg0XkkyrhNxSDnEChnkFXHhOhmlborodKYSdOKk1qlgrPCwOsUbT6pZG2CNpXZyRO4Ki7TRe/4xstIGUqU6BG52uJJhcqqlIU60Y2wVLIZWkSOp3ARUyVlJFwQUZlv5n1WyJI9ol4s2+6oWhePeMvKLLyvoniMkKtSqZUC+V47FDMMjyALYq5BXCQvWZRMlpv2qIbTxRWF68EdXbyMC6nKgG0Y+eWVpD6WbRq6IKtmczbnuh7ZTEaQfglFDWgaiRppoii2reiGxXlMDXJ0Je5xxYsNPdrJeMKo+H7LpHeYN+bxR4NBt0uNBDwenft0HuXFut3nxZ4I8Qnc+1sySVGkk3I4rHwrSeXcsiLeuNcb4dGlcdomJlknuget78xHcvKD1N9Rm5AbC1iUePli/FLBZk61l+kVUsRxDH1zzq2kV7D5vi6eZ6gTDKAR94l8qIUJN6D42FxAWvXNtmT9a1BuHO4DJCj1PuKphiH/UvdCYXqZcDFDExKmyfIPU16+dynLdJrm/jdttSIepGVS4n7S1qfNmY3a1pw1u7mtQmm+2tzvdY+8OoJIz88XhpzG3mO9AEjTlaY+98LwKwuC7eJSedRvGXhsAM6o540dWTnRm6saybbeK0ghFFsrAUBnkpQxw6RegcjHVBthFYXZxnE/28teT5GmoWEXAHAX/7Tmf8TEP/EtOmOzarUqO4D2/V/QHfmdMzYgvB91CR7unEg3zRPwZAOhm3syQD4vAAZH6iEo7J7MNC8hvB3uDQxuRyHfwCLjG9m3Sf7q2OvegLuzDasd/trka26/tz3HC+3OamoCpexUAnsxzYbNXG2CRv9AjXoc+QJn9BPdo3lsos/+6rmpv5nBzaZDagvNF4siLfMk2Bcst+XLQYoXxSI2ylkkXA6He5sKrR6Jy85Mk/MHWTZT4AzBzOBKYeJZu9tsNZDCvUcFTDFvsCxO4KsLjKd8moOIDK6F5vKFVoMnBpcbsUXmFBdFNtASylf62+1utwZCU8gUSr1Bx9P7TPmEQYtiJVSwX/GfqXGSQaguKjLVmSpEYxgwZCT4DukUAFLFbHWIUkN5bSBS82zAmN3nUQDf2Yjch8I7OSIF8GJzCiAVLYy0vp8Vpx+x/oaorXVKpYAVTDfxJ66fmOl350toAO1wpTjcpVSutUNZoBcxKcYpcAil6tWhIaeJJWSQyIb6lyg/wWvZefxLRUpBRng53zc41P6nwMU4Y8huEGBKS8AdaIa0hIMLtkHKOLUKVtX+Opkn/Gwms2KSEk2BEYslcuTJRWzDvPIVOXP7jfLIbWEZwb4TuupX/bD+xgo7lfj0FDqYuNEfyp4bCA3A9YxdQLruaL0nPnaQ0jreIqvAS/eirrAljqKSJWduG27JqMnFwcjEDfXm5GhbcWXGnF4O9SAvJx1tvdEK3vNSgbtxGGVd7Se9KwtRGspp0C0AJFhWVB0A0WC+BJGB8BRbF8SO8ALpJwBB0f+9cxbLJc4uOtj6o3+z26PF6ssODK3zphC0tXHBxYXaaz6PbvUQI4d/zjUexbNYayDsASfmNWdxkeL3MlSwBSnIERBsIfbBIHEGV9IiGYgSqujhNIAoIEgFyLCllocqcy3rcMNzFpKz1gd06xHiPrHYAYjrFoe6b7vyujS03bWFKf7SWhdhazDFyzRtGbmCEN1+hWhfslypxkNZGpGcA8hhCmAm3JKAlDQbIiF5XNnNZQrkBBasWyUcl8oYT9ghrnlIKHgcp3pFFRKH6QInDQHbPR2DIwbhUqoIFWeCShaJIKgmlItZWonw8UMySk17BmLEJBNVRp1svKzX1UiifthYiVT1rr9O6hQJPzqzK1lRa6HkDr4JhcOF/hpALxTxHH3zYK9IxqXEA1VrmMcSSvzBKhG2VHugT0Xap3q7H9oTnX4xanBMDBSpCX1eo4tyCqtRVmB5oAEclMRWBtU9DOieuqmPT7eNY7s4+hQonc+1zuuO16DQbkYKDWZDxoOe8H9v/Vy2JQs/enLFM1n58DNPzXhVx4F5KU3XFYwUcZXgpy40d0I4SaUZBFj3fcvzThLYs+PRQpIPlIXEWXxasLXddrjYUayEWEPKZ18a1rsSZF1TlFrc+0ZOiJqmGHUkecv12F/eQVdUYu8aQwq66aB7SImhCbDmOV2GZqpi3XeFrKuKCkGdR3mhGyjwmv09FZ5wn7bGjER3ydPpJzmX0DLkT26LJd0Ey3365VvAkdsrFmt3oZc7q//Hv75X4s/g3bLrm0N/JSlwX+rLaCpSBZ1DJdVZLM1E02uxRnhbY3YpZ6R51w7XJS/6ixY1W4ckZ+jl526euhliwmxC/Qgi6EK8D97ReZdcIM5V7gvp4xZpYFTPblb8rrc1115oL7yu9jdD825XBdsz5eNWZzAdvB6+/k65TfyLo1PvO8Lzuk5xaCIpZAsHUART0FCgHGeAmjd4+fUQ6sWLBTMAOYzwjf+ZBUQKoDPR307DAoC0zhJwJEzzmPXDFrF1sSxE3q3yckkVk4r6I5YCOPAP1VhCiIJjT0T1/mBeM18DeKRpCgNGOU5k0KehREFGAKRhBqSlAymHVSqDxngiTo2Hj9VMW1OWtCyQBGodP2+dzUKJmAXZgBwsWDRSB9RiLJxOBq5MmtpfY0DPGl19vZgq69Fqal2vkillXzP8SGoQitmYakbP1+Mn789TBn+rpJZA7HPAKPthXzLyud9bYd7Y1nabcVopoieu1oabM27Nn3Pnwer/B7mVRpfiVqWvLsZMrjaDGVMY8TTnvGEEoMWRll5mejli6i2rLp/9huxiOZi+NfWtDhmZIA1CyvuduTCMTcyGshFP1R2pFEyHqdQQ4MPhYVbMdkz6PxzQidqNay3+II5iM9h3ZXBqLKFJ0x4rYFV9K+oNmYarL3JWh6SNDZLr4/rkTfXGRGoAUnJHhrZuGiqtg6M5jN5GYQYrDq6tlS32P6DkIH1XaM0h9UJ2idVQSLgDxd/7EPYE31HE5rL0ZoFAcMZDnASnN6ljC9OwMUnlXbKF3l7XiCwPg7qzlHf5pF18xvUzG7X36vCeUlZniW/IiJxJ6OJPdPPBoOugnNFpcEBPyuBnusefyLfxtCiyU2K2jb6x8hqwfoQqOdyf6peUDfb0I4iiD6LmcDANTsJaXo3diHoDXk4SSQioVXdDVB+1ZkPuLNtr7g75smqAFwnxMP9FIklBg3D/q3AJNkWE8c+HNAElcxOts3G0kFLv1FYXQ1GzYGagYBsul/O9tHjeiGYVFL29sVKUFxx5so501bYn4M6q2sXml4xEyUKqEL1QdXlsfaaPTV4SXeRr5Jj7cBAOSG6JB33ikGM4DLGfiDD+4mM3fuFcyddPufM5XFIVJVpw3w7G23GtfY+vV4vXvJN3vPaBk9kGbeJYWpdgBQebQM45/RUTs2Klo9g2/oxbMXGDgzIrBXrDVVnmKZ/vKHbVd/bCE67XhWW1kLE586xgRzj8xkmd5qstA99oSAVzFQqxyaW24SfcfheFEwArFJozUKBqYyN294SioQ/qhEwo248tTCPo8u3tNgtmgx2pPbn6gO9oMSjRjSQlfyHP5zGvCZjgVCKDo1GbUCe/3kj4KtWjRmfNOypNDijsClu6KEe3Bud2NFsBo9fN8MkIVXXn4Pkhab7+qvWET3rNlGpuaasksqVD8mV3fqe/PDwZKibITNmZyI0nJ95cFf/a2HJl7DiARn3MK9jH7iiK/2lTpKrX1Ro6QPlxpgPuIa4T+A6bD714n5MpFGQYaO1q4zqOrQqyT5/EN94f+f/s/qLzwz57ihwJro3+CtSCA+KFqPYVAQbrrX8iXC7keHBgpyJtu5GO38Gp7dHdnvB8kmqmeAiO+JVeHsZA8kWIGCkYwYDhmpf4aPherJYKu9DzYHAYHOo5pHmzuOicP6LuDHZm2rk/pE0dcPUO1x9LNRGOf6dQDIUmTuVOSqQ4fEGrl9bBay21z0vtlzq372hqKIcuxyr04SZzrZbqk54vVck0zT9BeTfL07SVQ9nCiCAUZm9McJxhWL1BYhz0WtGQ5723CabtoRCZqigyXC5SvuVl9zbP990u53WRsezAteZMvyBkus3KMpOH2yhNpwnXaAGw0oCf5hYrc6fmmDERmUoxz6e08xTs21W9YIM0Abt+Bg7jK/0isO9m8ADcVpuBPfdHRiPon6TjwwsLxeGdpr5H+oKEgJXGy4292+eHXh5q1TR01L1YGtlt7n+0v0FV4XrLtZaBvYujr4126F9I5BYrTW6zXVLKaYUMVIHMT/H3E7EPuyG4uPiZxNjkUlwy0fPtnKm5yAwJiOtP9tbaLOW/oUWxi2UugS0YAAog/h7vonu/1Cv+rAzG9yL8LSfq0azrjVM9O8IbwfDpqfrNAe/BNmggFncAAqMrfHBfn+BlWnNLEWixChACm8V+F8ZSQItUZbcfgIVYvBPz1S6iPb2uCVEJgiYVpuPtz1/arhdnk9jC5SuXO42xqDZ1pYqtfrX2PbSEmRGzgL8Tkx0Kw7ZSvR2QrMHOmDGWsrWlku0hGW0S46KYZFlRGdhNaY5D26zrith8v5/neca72FZuP5j+1jKKdPVOD+6uyZ98jMscj5UoKyTcp1+qb1dXEFQLCnrXJvy+jaIiQ+NjcTyocO/1vrEeGg72j07iH1QF/R4eju5/M0S9yX/x90rz3r2nAgIGrdIG7Fxquv+BIFGJUyZDynRR0B8zpv3f8Nv9YmoGaHS9Cx/Ja2YnfnrW3llHI2P/DiRsTPpt8fBfNlmg5RWwuQKttrb/M23T4HnOMChlBstXSJlgyipEkXUND9qATW4LDZmBLgMGSMIdITSUPcNvAElBMcQFsx1A1DAuZSHzVCxEZbZYxM2EIGNixzdSMcD0HpmmwrcsZ5QKIdbxBEjOY3JNMOUMsNAJI4dYXFpIXJhGmYyv5mkhux3KDyA1XRbT0BRmGONpOAcIwMqURomFFWC9JhQ4WdPE4nKcETgacBbPl/k8rxfDYRoNxMMQziBpQD/UCJxQSAODGzvv0Eh3e5SAZgvCrioBSkGMQj4UahQXWkrcHxgh4kYKwKBfNrkc7AsXIm1gsldqqYWIsMt4qblObrtEU/NhfqdU3zqLonLr6YknfcY7CrqjyaeqZ25/utJd6vR6Pjc4uDDeG7j1VbppeQgu8uWPId94wKoV3k+CK7IEHAXciz7m++EKgjI2BftspnltdXFiIHS3hopIuihOSXakLt19rvrEfz1rCd/i2NO1s3c+We2pPOV2f1cWxepKOTz1eur/aOrXHunSN+BFsXyRhhCV9wghhBC6tWq5w1FO3aPbKpFAvxkxOOwTUD5tcIhz1ZhhdhZtysRkUW+Tu7oeTqb0m+4JgV+u8Z72lCW57RoUGHVRU60MO68wPU+4B492jlR8PMlGy31cLE5JaSg+ZsjuF5OJj35/RnNFBnRFoyOoTt7Yetl/XdZlrMxgxZ/44+uj56OgTvyEEPJ6onZiZCU2dHmg28x+qVVdG4Zt3zIBeK7mupqrV2vqBHcCB8Prd9yKSi3V8FZaRRJXs9yQ4ohUcFkyjJrIo2Ye8BS3UFvPsdJrF9iteTlpds0KftR6FytQfA4R+n1YFF3IoDxNnFwRWsNa92iZURyKkwK2ByLwX760Y3EhK0nE4bBhcrRVIBj/cVb4ZeqDV+XPyL8qvTArMQcgweSm5/artm6GwwmPpihSziuCkkqXwnyX05D334tENzWiz3ay/TMj55RY9P4CgZY7kRZ18b12KocBXcaeKNLcFOneQ9Fy1x5OzOFycyoFHK1M0j1VqFFSxIJKV+9ff/l+bdDMV4xDhBAd4UI4X6ASno33HxUu9R+VD3ACMtWJm40ZkoHGxj5JOoB6k7mQ3hELFkj6wBxPD8wV9y9sHJAc1O/X5MpVb1BjkHykWY70X0atMxs+KpBIEyR3lEat/ePIKCQXZVIip7+m1rwS9HTLwXuktrP42NEEzfX+rtIjx4Sga93TlETso+4uSCZC+6vpUlefDLxH6NtLj+5MSLne31l8+KgIdK67rk4MedjXA8lC6t8v7BuFCqm1dqBAoMzKtUO3w/K+OkP5oZ6RpbeHNRr18s6XYbkVB19Dcz90qjXg/n4zapwyjjIHUluBgG03rEbuIu5CBnU2KfJEopwg4p8hyHxqXiGqFrjKpS6Z74w9KdU8RUlaeaBv7X5ujUNTqlsWsAnrvc0BcsgZxLbVxExirjwvuhoWcMyvPL6rTmYMVX6al8ugyO6hPybcnE30aj2P9BaVyISYvcSftgbJbh9zwI2zDHxqJi0bL8D8MOEhvXe0q7N3opmNZyA4+c8WH01oLrrr4SUKszwhp2R55tgiZLSnPzsgPXrtPw1nC5fH5WQnrH78hOHJPRWFTkIxZ55xhFNzhU1CmtKXUoXQTLBNOX9pmIWlb//33GCNSZhEmTO9N++v99PPUETF4EBlKCBOFKIsQ0NFyBuoovb2jnYr6gbSOjR0fv+c6fLpGO0PGsQ3YuCY4xgEplHi45mhzy9CkUejh9XjOLdqR0Xux6e9DsD0xccvcwXDMRwMCMs5qLrUrvpfSw6S9y/dtiB3vz9Yo1apxGKRDT+Nvz+4HVQEGIzSJE65+MdAevvVVRtZQrjd3pIhjLsKKKKJSaMRjuADcE9TWFI6TDpYLt45f4VPj5OSE89kGszxAWe11Pi0mRHIEx67w+uyXRP+ufOfZ95e3Prtu1ebd011wcHAjNre1gj+lzcRHo+vXv7HsdH34s92ZSBIwk0fHUa2X2mtQ3WQOlDbkUPIH0qYILlL86173dUzGTP5HDz/PMgDK9DlFYC+sX4gn5MWV30Ifbj7ztid7iPdy6uaGksyg0ADXH/1v6ObyNhTCZJCeXK4d8l6o7aUvEH7TVZSodASv6b9RIK+cn+nOdPzt9GL0QH7nP/CIxPCpbH+TRNnocoRFe4bcmQWQnExfjnYqSFuyVWy5Uz9kSpbboeRaqOVF5pxaeErmCHiXvBx/pXmK06d/VQEhRZDu+n63BYoDGz7nGi89TZNsv1yEuHEgFKZ+WPzq8KLc5MuKhft+x8nyQdfACltKr6AOqXWqKeoV97vab7X8umkWnrJ1gs1Yc9ZN5EgZEaW9EY6mBVxJxR7QoBlYonM6DgUkkfaGL0xWfKyI7GjYa4xP9R9lKcVwniJcXoh9XTTt3cQkQJxAKkjP9RtFKzWB3PT6kgIIRh3VuuX0poo5HH2fVfNDL/Dma0JecYaR0AH+iV+LXXqLEW7JiJkTQizhrlgUWjEWg3lpHAOg4RFsN2jaa8wNy+YrMuaotrj3mWrs6fikj9K64hBvvddPeobBMGbk+0Pv/xz8K7c99NsXJabMS5Bicjc0+zhSi5P1OafgXErs3ZHHnNjFFnVvL9+/UlXqheD0mVUefBiOXUbzdJWwylh6DKUZnIp0VGCgL13I6gCdQEDA0Ui8TgBVbRt+7uOBGPTXIGTzy8WlP4vmMt3Npjk/7nohFlTeoQ+THMUs9KPHWP79dsnCZPSPv/FMP8+U2mYxG94aXEGO53JTGdnTGhapjWdlcGaGG5l0YyJhVm6lZnBBt6bCQCFF5L3ME5fREDgZE5u7o2YUdJ7P5+E5wR5FIX31d8vuEa6kZvNQkIsCmTsxdCAIy4/IXpDH5vqpSkdPOnIsD9P84FhM28oRQqAyZyyZlF907DhkelShw+k8jovtbI5b7yJv3SpTP5/CG7wPhofRLGaK1yiBUhuCSYAQvCWKEDY4g0d74sv4SbmsBOy5gpYrITITZ6bc4QMn4SfCfh/m+gCrlHNMfIYqZyspOwJMzmJkhojN1OvaQKafREmRuKNt4KJMJD80gz+6/8XxDIj1SvXImPJ3+zl9Z/jP3nI48sY38X8xfC7+YJ5dpiUkL+o/55924ZBRmI8iOF1WDvs9tErl1mu0fbX3nJT9W0hbmOz2FgDk52fLUx0NgpKS2cJhBZhjJRIlJiJUuvEuN8/jpdgtyfWJkA9T3HSneekvAQaYUFr+6WNic7ZQgC9U4i/0HSx6eaVf8y/1ELoJ48JGLRzKpzKOrKJlR9XGbVtB4sKB15RdJpubkhJFCsLeV9SpSK8IDQv6rJAJxFXfTZ3d9YHdzwb2rCyuyOVRpZKDEnnQ3NC88Plcr02dG6IM6Q4tHRw+woNUoVMQ96MqxKpRiq3ojqwpoJVU1cVVk111acVdYH/BxWBQgeW81pqgyYD66Y7caaAJ7pam1yYVFCQWMj7bQ7PoMHUr7VF6iLUY5C//1kpX3kGDeyOVEfq6soAOPu7J6hfVgydvwgPEYaKVQUMM81goJvpl0x0I52WmBWoQsQhQjh4zJudnDy7Tr7ZSbV+5CYnl5LERKJYB+Colo4CkqDfZYeHToT9HzYRGh70nwvyfGe6vvwRJklkTX86PST94kOJwQOIsB9nImSpw+HDJw9EvF2ol5JETp4ZslSfTpNTZWlRWdj1C8kWsm2O9w37uXcZN5udkcHO5szVS8n9NZIk/SRpnzpSki5c4hKLXSvkc4lWiKIXwNollvpl1uBPRc1RJRm253o/ty9ncdZxowBE59Y7OXa9SzVTOKP7YNyF4Ru78jwSc5qk9mgbwbxsqTUqg3ARwKAfQTBH284zBqZ8zPZ8Rnl9Ee9SqLWnFP4m4KzZSUW8j47KrxWvsHYWrtrtfvFY+/mvddFDRsaD4bOrldvEM1Y2G/JS5CGW5wK39RD87DC8UDZ+H5fe+CSoZ+rlj9O29sp7Hg/+lF78e3LqxlcTvpI81U6y1bDy3DVU3DxyOpOepcTZKU1Mp1J0K42vAl9Bn2wn+BxCqu1cKm169BT+VOtxGNnUTFH64ee3a9xjD8ed3zEsNdg/MZm/I/lYYu+zda4Dw5L5SevwWCrnw8nUSVeJSWqNJqxKep72z5n3HhOTCZumxCoGuoaRxMT5pzcobi1KE76VkY49GS09gVUeJqrMupdQLj6OI/xGgqfWMDFx8pT1yuFz1IfbCUrndAVbSReJaeqKS+yE11N/2prDbcOf43u3mqeha+9bblhijyavOxufJicjLd8UVIzcb+s/nXeeP122Bm2I6hFd+K6f4+z77K+c7+ji7AZDrIlWruWVwSu9VwBqTD3jVuDWDLW3ol6tObef8zdfzSpr0HHEuw06GPHGTmwQU9JmvPTfRrnIS0DkB142VFfAi+BOqVQEaMeotqK8oimvdVmyABAVAZf5R43/yfJIyW3kI8RV4QuIgGfQohuFUWo1NkYr/WUsm2ySoJvRAY+w8IskWyBJdIyac0o6aqewACO7ID7X35HvwLAVOXQQlWwfZfVm05jMSXTS7PkWrbaFUk/Czicvpuh0HRXZmPpLb5IdiMqGI9kKQA3ESIeu/0PGzvsYnVKfKv1RA/9BLZFasBh4NZb8z7VOCQUVBpTZh+fnO+DLD3Vi76L83N3wVBXbZKIVJxNXGc00lkkFT12K8PO8WjT+ybnN7cOJ7uHnRnRGdIW7t00z57aPhTGpZIrMtICj5mRLynTjr3sT9v6aqF4MwIMrRPhFKXOTimfziwT1EXfPytKEpPsEMUGiA/LpFKSN17AbxFTD2PeAIBoM0Lfww0sNLlbE+RtfhdG08h3lofIwFdBHCHBNG5KoEcbT4+kS//0JejBS4SwPYQ0RWvw6mB9exuSlNpQSTsA2E+I2VvdAyU+i6COVEg38mMZZFV4feZ0UYqgm0Y6aLqLRqFYU7W3JaNxfMlA5Pwy8eHt71L8b+brp4CV1hBC7YUm8gqXn4zFC07KIYNjy0XBV4KIKBaRjNMSBQit5j8KiklcxNuKKOl3yCdtI5lgmNLB0H1iTQ3xH8Q5rjc4kZTsMGDVG+WLWibMpl7+JURXlkDKi29qiM0g5N0jZ0ZltrRnEHCKIdDvstDGtDIaFZSvh4E2h0sT8YEV1vMr4ECeCTY4tUDkQidbTeE1yCcvGsFgZNqZjgjyl0xGEX8jRQkKFruIgBznyBpmsYa2s3nhNwtVzDWaRXz6ucyuelcm3zmE5WZ8FIsa3zvIASN6DBnu/K6JYI9b4BAn1jGdcUEJtVi/kQeNTb++HGpiROr/A7G8+4PlphBoA/QACt9nYTftqD2oZPr5uJnNp6M1va2/CI5Rh0YokV9grqgmlIMcq6eQ2z/r6vKC9P6nZolic+b8xD2QcFmvqs1TS09EKaqx6Mrd448Ziq4QdQ8/dpWxcoNiVSx9gS6zMqYoFjUodMNNNaM80uwuXpa3LQqiwebr5LPTskekHFrY0tTS3NK7+AGeCjzkt/XSzwV/58F9uUPCQCh2XkhmzDtmc/3H5cUr08eAg2fsrAQrRun0Of70Ps1JuUzuQi6GZio2PxLHDotif5BvdMqvccIIxjilnAt5euWzkvajw4nN6Dk+RSHry/h1o36NOFP+4f44lR7v7tz9Lhftrft/zQUGercBAR7bQW3W+4plGiihSzmR5bZ9EcHoWPbDs8qYt0A+dnKR6CPppj2cukocD0FtyQkiqZSmgWaRk+fxNh98uq2JF+7HAbX9bxmiL9Xs8PT+67Y+FLWpG9YFHvnotjSYRpLtV8jTFvYceohtOl/BDfb4q78S3EAHLSI8JMM2SpIgzo3OIznlnc7m6JNMcc5wiRqbnxCzaKDM6LtyZh4qdS+Uic3M69bHGuMZK7K+xv7LVMWmoYmxazOqgvB3O6zR1vOh0e1p6jpqoIliaO+KugakIamJmRMMMZ0JIwV5842ip/6Duf6oL9RD98HLAbLiFLAsS8IStgnD45Emb24aRizPc9vyA88uMxNnwWUl6gU3JMiUNCdi50Jaklx0eaWaa6QyDnWE2M+eYGXRTIf3dYLl2LxWXWATFunqDniLFj6diZzhzi1way0M70MfTU+aaj6T5mHxvxjOv9hmcVUbJj+1r9fFIZUsph2aXKNYAPTI6zB/idfA7/wrv5HekDPGHp3OX2EtL7R27tRtuQMd/KBh4LQnAMdHrq2tg73XFe9sXfAqjjO21gUfnAOfQI/fwmPsRH30gFmUG9rGFjW5j7NQ/f0Nk6Sd60i1S7nr5CQx2XsyKLVsM3bUo2Z1dh5Bl52TPq8qR+S5a5CuLj7UckoX0owhJtQyWfGCBqBh1gDbQhhxF5shmjHvGZ5gOLyuD5fjxYznFTC/OzvnpJ2f0x+wCP4Blul/gm+u9gp2CXtfgDi9tiRbIA5rfEEXRFcSfiBVXc2KWB1154k3YzrCfZEAUsX37YOJBFbM0tfSeS+b6rKSWOEk0B1GrmuR1tAzAIeDhrpaXh9Yl1oVWlu+vTawNdblCHeu4qzI0fpNiV4BRi9MvFCwWzoVFZAav+wVApzrHRbFFC4PWQyYajuzwuf1n5gVR5I2tK2DezQlEJ0PssgQJCbJnzy3cFD0vU/ctXk+e6bZXYbog9gtw3LK03c/Wrv38uq0ioACwNgkzKZ67udwJlIt7eLIYvLo/8rOLifOTZF8AQotOrm7Rx9dFmbBYaaADJ7bvAyuOsh8Hf4izheEHZFAHSaMhOaAybIT7EzwiBB1Dcmg0DpIMeiAmvNQ4PCT84uHh0gqyCghntrhyQ+FnfwjCzsx5jDAz5PvhLDy03L7ljKg7s8Vezo8G/hw93P/58CXbc5ZPKJtcWjp5kYCji5Kc0hvGXkaP3ntCgIieQPYE1dIefB789wWT6TSc3v4/dpkrL4Gzb6n91dYpok0ei6Bie/vUXobjyI8J+ucrRoKVqV2J+dycXG5+4lsBx7g5k7yZdzchP6FKfHeEHYUP+qfjbEdDZwh/AuVgP4fE2LeEnnM0tu0WO134mDaWyDKE3XTA/6g6dmwabySYcxtnlaQ4HCkls/4SiBjPMcW/QuYVbfuxUC1DS9G7RsdWhiCwSQivjZxsts3GzuI8xLQZbJaNm/0AGGdQ/x5kc2xsto2TDZL3u/tnLSKX8zPjNHFpqlgN9UhMmxYbm0bVHAaB08h2Jr/afMHffy/mYxBL9ElDFBGEQoKI2BVGv6tbOonivN/FxM5csTyiGHAhs31x5jf6p5sv6LiJC93xZ9qvwXLsAtyZu1Z4Wz69Zdh7TLHK3OEOmBRu8eMm/tpIfQUi3cZlG/F6XGMjTh9lOipg0K3R4UxRx4xRjJ0FOrwJn8UoyiZmRLe2RmcQs8cTZKx11dSySePZJHGWVXwrQ1yy2MfxMNzcETgZWPvTz7WoHfiWAkbfUh5DLbcmXUGUp6ypw4RJF2pnaDrKhA3BWyvuddBvElp7azzPurgHsnzG9+H9PuHVTnS435eCCrL4/BsBgV+KvJo/D79ze2xx9w3ajFESGtOvYN/inrFJX78vM21Ac9tLVcfFqan91EXVcfEuhcw+Wn9kxdfIqPlaEZmUYtjxLOmFR8oDL7penP5su/BDytbTy08X0FSGl6qu3Ie3ie/Dr/7wCNe/ZXHfTD7GlT00sbX1dMqF7z/bTnc9P/U85YV7s2J4odJLBZgsVbdpyVr/pN8EaEF3Se+iKdEzwlW4NfZFNkDN00oW/uvsnU80/W+SfAO3rJqP5O8Hha+zlx2QzHg2q4YYmJVOVpHk0hhZ7I4FDLqBotpLqejGmDBLjjmDo+8TRJqkD1SvGLtIPDAsSilzCmaNgObPV32mhWnMuwmis71XhoYc8HyRWV24ptFz6GWfSd//Pm+bfX6s4Ldc6oOP8M0h8la16MsNK4U6w7e1D1piTSJ+Encb/wLP4ADpkr5PGjPGY57393Y/tZRnMZNO9vX8VgHh2VLSFvDMUi58BIVyj89EEExVcDcpp/7t5lh0pAGE5rvYEEZXKec7UubweHNSHFMCBn33jpSpyr9J+JeQYE7eD/2b95VYCH0eAacR2UsnGYPZTQ1FS411hzM4OVXmMfWlrpIq/XTyJcarMftnNuKim+bR6apV0oVcWYGnR6j/oKfyjn2rYUMh01AduT6b4sMl6lu1893dQgLDczOTcVioT4Z1rGtrgpN0ZE8pv3fAcLa4rlIv3A4eEHnBqhTV/fztaJiaU/R1aZTrYN2GFjrLneZU9VdvR96wHD9A907ZlqDbkXS72bSzYNN+2J3klvx3LsYIndWURPTz8Yzsml0I2ax95uemzeS66fQCKDngWb8EMRcWPCceAzHFUH20k5Agbripx5q9D10gt/MguIq1ik2N7fLWehtipCyPd50vkRDoYW5lY9l4izvm+tWBMaWeeseyNJZUgkd4M3YjhS2F4be2PVtoBJz8PAAQxspDVAOCcU7D5GV1uDZiLwDufHnlS/YqxZMPTTsidwsxuiNwBVS3Vu1evRag36gjOozQ+RJy/N8dn9BigfbMk/snDtZc/K8fm/v/hZqDx+89+Yt3pXATVPQc8uPI/kKJ24/kORVdTxgpMIhIuBXeb4f7zWVejW2ftvz55H4NGoJOAVr8+sg/bXvpwcJeR6yDTCsMpte/BMdYaNBIAcYdZr4g8SeD4yDz+T5HYh4e2tUOgWrTyw/rgenmzAHxokWSgREBg255aK7nsbVJ05Y0tzSptTNBgiSdYlRbR2pDzpkzL2L2KPQAe70S4T/b79l7G2TXz+KPINMhcl+FL5QeICWzK6Gwka1Kxue8Zg8L/5md1jBmWFt1hVenXC7zfj7kMPmDIfFt3biQlzyH75ziO5ILC5MDzjkumVfocoKZD7t0fEkW28ZiPYuI9xVjpXc8i3MfsXQW4pys+4ixbDDIYotX1NbWo6fFeNraujrMdKCOraldgQbo+lqz+jq0f2AvaAZAlts8XJkGBY1GLkeMYTBB6Ov4Ytz1pzM43GjkCvjuKAIucgzvdDgLbV9M+LHO0KTYajpLJy7Ya8uGnNKfZ5yn3akW4//WpSb9k5O4TJK19E6oNeQypB/2oEwxuYjcQm3tpr/3j7YFrBfq0+4d4XmAcd73kG9FupPK2oX7vPEXhrLpGcdd7IhT2ochLEnp0/yiw4eKf9gTv/c/6Zh/93zpfzGd0yXKDvI9/OFke+AyiGRbuItkm4XFY84O8k/n2OX81W4igyTdbjsdwIb2+/ED7nMkfVE0tthXMlRMD8pm+zX53QX+QhCP7+TtpuRxf+mqfm3F8FMuK/7f93DveZEO+Oq/jFLOCe7yeXyXv7WxN+Z88x3HZZKx0HkgsSFw13kXzluKo5tcV80EMOfzhvTvZXAQgM+hvaYHAThov4a2RBYCwSGq2kKL5Gukn3ertMsR7YtPOo8QWc61LtNwnqr+so8gqHPHkHgC0rf4zxSOXHae8SnnEZngY7b8/thD2Hy4Dl43+OEiaRmq4gX305r7POwzf7JvD/9+n9TS1qbfZe2/+Cs+fc88rdHtjDvWDA4g/wVPIh4zNYsaDdyvu/sLfQMwr/43GpA34wwV94jlzh+pwLX7uPk6Oi4g8cGWqs3Z/7quhv1uiSfSFfphnPKoOJtwbcaL64P6vT9EIRAA87ICFkKNAlCjGwF/469x44PrJGwbI4Xlgn8ymUJCeDKDjATPvUWTBWhITRYho3myimKMPrwGG9swEK4AyENXMJnAhasnU5i4GzPO+yTm8L45WYAPX2IR3v8nq5gTw56GPPJjtCQRCvVNd2uc5mAUEd3aX2SLx1S36h+l7LCige2+vPYnBUpdWOSzbUVMYxJPzY9xz8h7bmLiI2nZDiLxy25nOMdbzdPsayIU6pvuphZ2moO5eil++X6RLR6TIf9PTVkgan0D270B/5MEo916YpzPthUxQjUJa6bmx1Qlv0pzE/m2jqRlO1ho8csuujpjSrbDh6cHA3Kz22PYiVrboKqmC8OU/klWt2w/lP5tdAVRkhVV0w3Tsh335PlBGMVJmuVFWdVN2/XDOM3Luu3H+XK93R9ExCSkUsnIKSippFHT0NLRMzAyMbOwSmeTUdpU1phINiWqvrgBOR48y+UxuiCUKAuoq8M7ulcXsqBNOG2M8355dLiShULdF76VG4aHWxnZlFHC/yePo0KESYaVcITVbalPq4EnWlHvpDaoqWMeHwbSau/CyFuE6sZFSkeVXJwEA1Wds5bSypORdXJ2kGWJUHUswhOs6xRQYwqLM+JH9MHfIyspU+dT3fMleMb+Ya9ClX1j9XCosO8Hz8trmtD56lQ/XkEt9WVAyRjj0uBVTdw5T+s4cCCltoN1Hm+RHtosgbqLJVBbK6A6AxZaUVi5qIfF6XQxaKAupI/yd6O21bRQ0dLVsbGn0GN62DfCUjheGo2dw7C+eKX2cl/XLs7j49nDcGF4P7o/ej6KH7E+l1z4oHQgXxAe84DB6qFguGZoWzumfBqF68s78rYffXg+6CbQpX3KWSlxo/CoevIkpM4JoMLra5sotRiqKgV1ahGPrnkVlO2xsnNVnIAZAA==') format('woff2'),
        url('iconfont.woff?t=1740022733908') format('woff'),
        url('iconfont.ttf?t=1740022733908') format('truetype');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.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
}

.listcart {
    margin-top: 90px;
}

.listcart a.l {
    float: left;
}

.listcart a.r {
    float: right;
}

.listcart a {
    background: #f36421;
    display: inline-block;
    height: 34px;
    width: 200px;
    line-height: 34px;
    cursor: pointer;
    border: none;
    overflow: hidden;
    color: #fff;
    cursor: pointer;
    border: 1px solid #f36421;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    margin-left: 10px;
}

.listcart a:hover {
    border: #f36421 solid 1px;
    background: #f36421;
    color: #fff !important;
}

@media screen and (max-width:999px) {
    .listcart a {
        margin-left: 2.5%;
        margin-right: 2.5%;
        padding-left: 0px;
        padding-right: 0px;
        float: none;
    }

    .listcart {
        width: 100%;
        margin-top: 50px;
    }
}

@media screen and (max-width:472px) {
    .listcart a {
        width: 95% !important;
        float: none;
        overflow: hidden;
        margin-bottom: 1rem;
        margin-top: 1rem
    }
}

.pagination .no:hover {
    color: #999999;
    background-color: #fff;
}

.n_detail .sharebox span {
    margin-right: 10px;
}
footer .copyright1{
    padding:10px 0px;
}