@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: HelveticaLTStd-Roman;
}

*::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% - 78px);
    margin: 0 auto;
}

@media screen and (max-width:999px) {
    .safe {
        max-width: 1400px;
        width: calc(100% - 40px);
    }
}

@media screen and (max-width:768px) {
    .safe {
        width: calc(100% - 30px);
    }
}

.f_safe {
    max-width: 1860px;
    width: calc(100% - 58px);
    margin: 0 auto;
}

@media screen and (max-width:999px) {
    .f_safe {
        max-width: 1400px;
        width: calc(100% - 50px);
    }
}

@media screen and (max-width:768px) {
    .f_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%;
    margin-top: -31px;
    width: 62px;
    height: 62px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}

.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;
}

.banner .slick-dots li {
    margin-right: 8px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.banner .slick-dots li.slick-active a {
    cursor: pointer;
    opacity: 1;
    background-color: #e4002b;
}

.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;
}

@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: 3px;
    min-width: 50px;
    max-width: 250px;
    background-color: #ffffff;
    border-radius: 6px;
    display: flex;
    align-items: center;
}

.column ul li:hover .tiaozhuan {
    display: flex;
    width: 90px;
    margin-left: 15px;
    margin-right: 10px;
}

.column ul li .tiaozhuan {
    width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.column ul li a {
    height: 100%;
}

.column ul li .imgbox {
    width: 52px;
    height: 52px;
    background-color: #ababab;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    flex-shrink: 0;
    box-shadow: 0px 0px 17px 1px rgba(0, 0, 0, 0.15);
}



.column ul li .imgbox a {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}


.column ul li .imgbox:hover i {
    color: #fff !important;
}

.column ul li .imgbox:hover img {
    transform: unset !important;
}

.column .wechat {
    position: relative;
}

.column .gotop {
    cursor: pointer;
}

.column .gotop .icon-xiajiantou {
    transform: rotate(180deg);
}

.column .wechat .erweima {
    position: absolute;
    width: 150px;
    height: 150px;
    top: -10px;
    right: 100%;
    display: none;
    cursor: pointer;
    border: 10px solid rgba(0, 0, 0, .1);
    border-radius: 10px;
}

.column .wechat .erweima img,
.column .whatsapp .erweima img {
    width: 100%;
    height: 100%;
    border-radius: 10px !important;
    padding-right: 0px;
    background-color: transparent;
}

.column img {
    display: block;
    width: 45%;
}

.column .gotop i {
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

.column .facebook i {
    font-size: 18px !important;
    padding: 5px;
    border: 1px solid #fff;
    border-radius: 50px;
}

/*.column .phonebox:hover img {
    filter: brightness(100);
}*/

.column .phonebox .phone {
    width: 0;
    /* padding: 0px 10px; */
    display: flex;
}

.column .phonebox .phone p {
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: linear width .3s;
    color: #fff;
}

.column i {
    color: #fff !important;
}

.column .phonebox:hover .phone {
    width: 180px;
    display: flex;
    margin-right: 10px;
    margin-left: 10px;
}


.column .imgbox:hover {
    background-color: #e4002b;
}

/*.column .imgbox:hover img {
    filter: brightness(100);
}
*/
.column .phonebox:hover .imgbox {
    background-color: #00205b !important;
}


@media(max-width:1600px) {
    .column ul li .imgbox {
        width: 50px;
        height: 50px;
    }

    .column .wechat .erweima,
    .column .whatsapp .erweima {
        position: absolute;
        width: 150px;
        height: 150px;
        top: -10px;
        right: 80px;
        display: none;
        cursor: pointer;
    }

    .column ul li .imgbox i {
        font-size: 21px;
    }
}

@media(max-width:1333px) {


    .column .wechat .erweima,
    .column .whatsapp .erweima {
        position: absolute;
        width: 100px;
        height: 100px;
        top: -10px;
        right: 70px;
        display: none;
        cursor: pointer;
    }
}

@media(max-width:999px) {

    .column ul li .tiaozhuan {
        display: none;
    }

    .column ul li:hover .tiaozhuan {
        display: none;
    }

    .column {
        position: fixed;
        right: 0px;
        top: unset;
        bottom: 0;
        z-index: 30;
        width: 100%;
        height: 45px;
        transform: unset;
    }

    .column ul li .imgbox {
        width: 45px;
        height: 45px;
    }

    .column .wechat .erweima,
    .column .whatsapp .erweima {
        position: absolute;
        width: 150px;
        height: 150px;
        top: -173px;
        right: 17%;
        display: none;
        cursor: pointer;
    }

    .column ul {
        display: flex;
        flex-direction: row;
        width: 100%;
        justify-content: center;
        align-items: center;
        background: rgba(255, 255, 255, 0.5);
        height: 100%;
    }

    .column ul li {
        margin-bottom: 0px;
        width: 100%;
    }

    .column ul li .imgbox {
        width: 100%;
        height: 0;
    }

    .column ul li .imgbox a {
        width: 100%;
        height: 45px;
    }

    .column ul li .imgbox img {
        /* width: 18%; */
        width: 30px;
        filter: brightness(100);
    }

    .column ul li a {
        border: unset;
    }

    .column ul {
        background-color: rgba(0, 0, 0, .3);
    }

    .column ul li .phonenum {
        position: absolute;
        right: 53px;
        padding: 10px;
        color: #333;
        background-color: #fff;
        display: none;
        word-wrap: nowrap;
        right: unset;
        top: -100%;
    }

    .column .facebook i {
        border: unset;
    }

    .column ul li .imgbox img {
        width: auto;
    }

    .column ul li {
        background-color: transparent;
    }

    .column .phonebox:hover .phone {}

    .column .phonebox .phone {
        width: auto;
        min-width: 180px;
        margin-right: 0px;
        margin-left: 0px;
        top: -40px;
        position: absolute;
        background: #fff;
        padding: 10px;
    }

    .column .phonebox .phone p {
        color: #333;
    }

    .column .phonebox .phone {
        display: none;
    }
}

@media(max-width:768px) {

    .column ul li .imgbox {
        width: 45px;
        height: 45px;
    }

    .column .wechat .erweima,
    .column .whatsapp .erweima {
        position: absolute;
        width: 135px;
        height: 135px;
        top: -157px;
        /* right: 20%; */
        display: none;
        cursor: pointer;
        left: 0;
    }

    .column ul {
        display: flex;
        flex-direction: row;
        width: 100%;
        justify-content: center;
        align-items: center;
        height: 100%;
    }

    .column ul li {
        margin-bottom: 0px;
        width: 100%;
    }

    .column ul li .imgbox {
        width: 100%;
        height: 0;
    }

    .column ul li .imgbox a {
        width: 100%;

    }

}

@media(max-width:450px) {
    .column ul li .imgbox img {
        width: 25px;
    }

    .column .phonebox .phone {
        right: 0;
    }

    .column ul li .imgbox {
        width: 45px;
        height: 45px;
    }

    .column ul li .imgbox i {
        font-size: 18px;
    }

    .column .gotop i {
        font-size: 14px !important;
    }

    .column .wechat .erweima {
        position: absolute;
        width: 100px;
        height: 100px;
        top: -125px;
        right: 20px;
        display: none;
        cursor: pointer;
        left: 0;
    }

    .column ul {
        display: flex;
        flex-direction: row;
        width: 100%;
        justify-content: center;
        align-items: center;
        height: 100%;
    }

    .column ul li {
        margin-bottom: 0px;
        width: 100%;
    }

    .column ul li .imgbox {
        width: 100%;
        height: 0;
    }

    .column ul li .imgbox a {
        width: 100%;

    }

}

.m-formcountry {
    position: relative;
}

.m-formcountry .drop-btn {
    position: relative;
}

.m-formcountry .drop-btn i,
.m-formcountry .drop-btn svg {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    color: #333;
    right: 18px;
    font-weight: bold;
}

.m-formcountry .drop-list {
    display: none;
    border: 1px solid #e6e6e6;
    width: 100%;
    position: absolute;
    top: 100%;
    background-color: #fff;
    max-height: 223px;
    overflow-x: hidden;
    z-index: 10001;
    scrollbar-color: #333 rgba(0, 0, 0, 0.05);
    scrollbar-width: thin;
    box-shadow: 0px 7px 13px 0px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    padding: 15px 0px;
}

.m-formcountry .drop-list::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.m-formcountry .drop-list::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
}

.m-formcountry .drop-list::-webkit-scrollbar-thumb {
    background-color: #333;
}

.m-formcountry .drop-list li {
    font-size: 16px;
    line-height: 20px;
    overflow: hidden;
    padding: 8px 12px;
    cursor: pointer;
    /* border-bottom: 1px solid #e6e6e6; */
    color: #666;
}

.m-formcountry .drop-list li.on {
    background-color: #eaecf1;
}

@media(max-width:768px) {
    .m-formcountry .drop-list li {
        padding: 2px 20px;
        font-size: 14px;
    }

    .m-formcountry .drop-list {
        padding: 0;
    }
}






/* search */

.searchbox a {
    color: #333;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
}

.searchbox a:hover {
    color: #e4002b;
}

.searchbox {
    position: relative;
}

.searchbox .s_wrap {
    position: absolute;
    right: 0;
    width: 300px;
    top: 50px;
    background-color: #fff;
    height: 55px;
    border: 2px solid #00205b;
    padding-left: 15px;
    display: none;
    transition: none;
}

.searchbox .s_wrap .s_inner {
    display: flex;
    align-items: center;
    height: 100%;
}

.searchbox .s_wrap .ent {
    height: 100%;
    width: 80%;
    font-family: HelveticaLTStd-Roman;
    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: #e4002b;
}

.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: 25px;
    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: #333333;
}

.lanauage_wrap .lanauage>i {
    font-size: 22px;
}

.lanauage_wrap .lanbox {
    display: flex;
    align-items: center;
}

.lanauage_wrap .lanauage .icon-duoyuyan {
    font-size: 24px;
    color: #333333 !important;
    margin-right: 6px;
}

.lanauage_wrap .lanauage .lanbox i {
    color: #333333;
    font-size: 12px;
    margin-left: 14px;
}

.lanauage_wrap .lanauage img {
    margin-right: 10px;
    width: 27px;
    height: 14px;
}

.lanauage_wrap .lanbox a {
    font-family: Montserrat-Regular;
    font-size: 16px;
    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;
    right: 0px;
    margin-top: 14px;
    z-index: 1000;
}

.lanauage_wrap .lanauage .silde-down a {
    color: #333;
    padding: 6px 0px;
    display: inline-block;
    width: 100%;
    font-size: 16px !important;
}

.lanauage_wrap .lanauage .silde-down li {}

.lanauage .silde-down li:hover {
    background-color: #e4002b;
}

.lanauage_wrap .lanauage .silde-down li:hover a {
    color: #fff !important;
}

.lanauage_wrap .name {
    color: #333333 !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;
    }
}

@media(max-width:1333px) {
    .lanauage_wrap .lanbox a {
        font-size: 14px !important;
    }

    .lanauage_wrap {
        margin-left: 12px;
    }

    .searchbox a {
        color: #333;
        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;
    }

}

@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;
    }
}





.m-mobilenav {
    display: none;
}

.m-mobilenav * {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

@media screen and (max-width: 999px) {
    .mbnav-wp_seach {
        width: 100%;
        margin: auto;
        position: absolute;
        z-index: 2;
    }

    .mbnav-wp_seach>form>.box-form {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        height: 40px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        background: rgba(255, 255, 255, 0.7);
    }

    .mbnav-wp_seach>form>.box-form>.box-text {
        width: -moz-calc(100% - 30px);
        width: calc(100% - 30px);
        border: 0px;
        height: 100%;
        padding-left: 10px;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background: transparent;
        outline: none;
    }

    .mbnav-wp_seach>form>.box-form>.box-submit {
        width: 30px;
        height: 100%;
        border: 0px;
        position: relative;
        z-index: 2;
        background: transparent;
        cursor: pointer;
        background: transparent;
    }

    .mbnav-wp_seach>form>.box-form .icon {
        position: absolute;
        right: 4px;
        top: 10px;
        z-index: 1;
    }

    .mbnav-list {
        margin-top: 20px;
    }

    .m-mobilenav {
        position: absolute;
        z-index: 11;
        padding-top: 25px;
        top: 0;
        left: 0;
        display: block;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        z-index: 100;
    }

    .m-mobilenav .mbnav-btn {
        position: fixed;
        z-index: 2;
        top: 75px;
        left: 2.5%;
        padding: 4px;
        border-radius: 4px;
        overflow: hidden;
        background: #FFFFFF;
        width: 34px;
        -webkit-transition: all 550ms;
        -o-transition: all 550ms;
        -moz-transition: all 550ms;
        transition: all 550ms;
    }

    .m-mobilenav .mbnav-btn .line {
        width: 100%;
        height: 2px;
        background-color: #00205b;
    }

    .m-mobilenav .mbnav-btn.active .line {
        background-color: #FFFFFF;
    }

    .m-mobilenav .mbnav-btn .line2 {
        margin-top: 6px;
        margin-bottom: 6px;
    }

    .m-mobilenav .mbnav-btn .smalldaohangxuanzhong {
        background-color: #FFFFFF;
    }

    .m-mobilenav .mbnav-btn.active {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        background: transparent;
        top: 50px;
    }

    .m-mobilenav .mbnav-bd {
        position: absolute;
        left: 0;
        top: 0;
        width: 300px;
        height: 100%;
        top: 0;
        visibility: hidden;
        z-index: 1;
    }

    .m-mobilenav .mbnav-bd.show {
        visibility: visible;
    }

    .m-mobilenav .mbnav-bd.show .mbnav-wp {
        height: 100%;
        opacity: 1;
    }

    .m-mobilenav .mbnav-bd.show .mbnav-item>a {
        opacity: 1;
        color: #FFFFFF;
        -webkit-transform: scale(1) translate(0, 0);
        -moz-transform: scale(1) translate(0, 0);
        -ms-transform: scale(1) translate(0, 0);
        -o-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0);
    }

    .m-mobilenav .mbnav-wp {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 0;
        background-color: rgba(51, 51, 51, 0.9);
        top: 0;
        -webkit-transition: all 550ms;
        -o-transition: all 550ms;
        -moz-transition: all 550ms;
        transition: all 550ms;
        opacity: 0;
    }

    .m-mobilenav .mbnav-fix {
        position: absolute;
        left: 0;
        top: 60px;
        z-index: 1;
        height: -moz-calc(100% - 60px);
        height: calc(100% - 60px);
        width: 100%;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        /* overflow-y: scroll; */
        overflow-y: scroll;
        overflow-x: hidden;
    }

    .m-mobilenav .mbnav-item {
        position: relative;
        padding-left: 44px;
        padding-right: 24px;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .m-mobilenav .mbnav-item i {
        position: absolute;
        left: 13px;
        top: 7px;
        width: 24px;
        height: 24px;
        line-height: 24px;
        text-align: center;
        background: transparent;
        font-size: 16px;
        color: #fff;
        cursor: pointer;
    }

    .m-mobilenav .mbnav-item>a {
        display: block;
        line-height: 26px;
        font-size: 16px;
        color: #FFFFFF;
        -webkit-transform: scale(1.1) translate(60px, -35px);
        -moz-transform: scale(1.1) translate(60px, -35px);
        -ms-transform: scale(1.1) translate(60px, -35px);
        -o-transform: scale(1.1) translate(60px, -35px);
        transform: scale(1.1) translate(60px, -35px);
        opacity: 0;
        -webkit-transition: 0.5s 0.1s;
        -o-transition: 0.5s 0.1s;
        -moz-transition: 0.5s 0.1s;
        transition: 0.5s 0.1s;
    }

    .m-mobilenav .mbnav-item>a.current:after {
        content: "";
        margin-left: 5px;
        display: inline-block;
        *display: inline;
        *zoom: 1;
        vertical-align: middle;
        width: 6px;
        height: 6px;
        background-color: #fff;
        border-radius: 50%;
        -webkit-transition: all 550ms;
        -o-transition: all 550ms;
        -moz-transition: all 550ms;
        transition: all 550ms;
    }

    .m-mobilenav .mbnav-item>a.active {
        color: #529dba;
    }

    .m-mobilenav .mbnav-item>a.active:after {
        background-color: #529dba;
    }

    .m-mobilenav .mbnav-item:nth-child(1)>a {
        -webkit-transition-delay: 250ms;
        -moz-transition-delay: 250ms;
        -o-transition-delay: 250ms;
        transition-delay: 250ms;
    }

    .m-mobilenav .mbnav-item:nth-child(2)>a {
        -webkit-transition-delay: 300ms;
        -moz-transition-delay: 300ms;
        -o-transition-delay: 300ms;
        transition-delay: 300ms;
    }

    .m-mobilenav .mbnav-item:nth-child(3)>a {
        -webkit-transition-delay: 350ms;
        -moz-transition-delay: 350ms;
        -o-transition-delay: 350ms;
        transition-delay: 350ms;
    }

    .m-mobilenav .mbnav-item:nth-child(4)>a {
        -webkit-transition-delay: 400ms;
        -moz-transition-delay: 400ms;
        -o-transition-delay: 400ms;
        transition-delay: 400ms;
    }

    .m-mobilenav .mbnav-item:nth-child(5)>a {
        -webkit-transition-delay: 450ms;
        -moz-transition-delay: 450ms;
        -o-transition-delay: 450ms;
        transition-delay: 450ms;
    }

    .m-mobilenav .mbnav-item:nth-child(6)>a {
        -webkit-transition-delay: 500ms;
        -moz-transition-delay: 500ms;
        -o-transition-delay: 500ms;
        transition-delay: 500ms;
    }

    .m-mobilenav .mbnav-item:nth-child(7)>a {
        -webkit-transition-delay: 550ms;
        -moz-transition-delay: 550ms;
        -o-transition-delay: 550ms;
        transition-delay: 550ms;
    }

    .m-mobilenav .mbsbnav-list {
        padding: 10px 0;
        display: none;
        transition: none;
    }

    .m-mobilenav .mbsbnav-item {
        position: relative;
        padding-left: 20px;
        padding-right: 5px;
    }

    .m-mobilenav .mbsbnav-item i {
        left: 0;
        top: 6px;
        line-height: 24px;
    }

    .m-mobilenav .mbsbnav-item a {
        display: block;
        padding: 5px 5px;
        line-height: 24px;
        font-size: 14px;
        color: #fff;
    }

    .m-mobilenav .mbsbnav-item a.active {
        color: #529dba;
    }

    .box-form-tj {
        position: absolute;
        font-size: 20px !important;
        right: 5px;
        top: 8px;
        color: #043F71;
    }
}

@media screen and (max-width: 768px) {
    .m-mobilenav .mbnav-item>a {
        font-size: 14px;
        line-height: 24px;
    }

    .m-mobilenav .mbnav-item {
        padding-top: 5px;
    }

    .m-mobilenav .mbnav-item i {
        top: 4px;
    }

    .m-mobilenav .mbnav-btn {
        top: 60px;
    }
}


/*  */


header {
    width: 100%;
    position: fixed;
    z-index: 2;
    border-radius: 1px;
    top: 0px;
    z-index: 100000;
    height: 105px;
    background-color: #fff;
}

header>.safe {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

header .bottombox {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

header .menubox {
    display: flex;
    align-items: center;
    height: 100%;
    margin-right: 20px;
}

header .menubox>li {
    position: relative;
    margin: 0px 24.3px;
    margin-top: 45px;
}


header .menubox>li>a {
    padding: 0px 0px 37px 0px;
    display: inline-block;
    font-family: Montserrat-Regular;
    font-size: 18px;
    color: #333333;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

header .menubox>li>a img {
    margin-bottom: 0px;
    transition: ease .3s all;
}

header .menubox>li>a i {
    font-size: 12px;
    color: #000;
    font-weight: bold;
    margin-inline-end: 6px;
}

header .menubox>li>a::after {
    position: absolute;
    content: "";
    width: 0px;
    bottom: 0px;
    transition: ease width .3s;
    height: 3px;
    background-color: #b3c700;
    border-radius: 2px;
}


header .menubox ul a {
    padding: 16px 20px;
    display: inline-block;
    min-width: 189px;
    font-family: Verdana;
    font-size: 18px;
    color: #333;
    width: 100%;
}

header .get_a_quote {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 130px;
    height: 40px;
    background-color: #e4002b;
    border-radius: 4px;
    font-family: Montserrat-Light;
    font-size: 16px;
    color: #fefefe;
    margin-left: 33px;
}

/* yiji */
header .menubox>li>ul {
    position: absolute;
    top: 100%;
    left: -12px;
    background-color: #fff;
    display: none;
    transition: none;
}

header .menubox>li ul {
    min-width: 262px;
    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;
}

/* 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 .rightbox {
    margin-right: 5px;
}


/* header_hover */
header .menubox>li:hover>a {
    color: #e4002b !important;
}

header .menubox>li:hover>a::after {}

header .menubox ul li:hover>a {
    color: #fff !important;
    background-color: #e4002b;
}

/* header_active */
header .menubox .active_title>a {
    color: #e4002b !important;
}

header .menubox .active_title>a::after {}



@media(max-width:1600px) {
    header {
        height: 90px;
    }

    header .get_a_quote {
        width: 130px;
        height: 40px;
        font-size: 16px;
        margin-left: 20px;
    }

    header .menubox>li {
        position: relative;
        margin: 0px 19.3px;
        margin-top: 34px;
    }

    header .menubox>li>a {
        padding: 0px 0px 34px 0px;
        font-size: 18px;
    }

    header .rightbox {
        margin-right: 0px;
    }
}

@media(max-width:1333px) {
    header {
        height: 80px;
    }

    header .menubox>li>a {
        padding: 0px 0px 31px 0px;
        font-size: 16px;
    }

    header .menubox {
        margin-right: 10px;
    }

    header .get_a_quote {
        width: 130px;
        height: 36px;
        font-size: 14px;
        margin-left: 12px;
    }

    header .logo img {
        width: 120px;
    }

    header .get_a_quote {
        width: 120px;
        height: 36px;
        font-size: 14px;
        margin-left: 12px;
    }

    header .menubox>li {
        margin: 0px 12px;
        margin-top: 31px;
    }

    header .menubox>li ul {
        min-width: 180px;
    }

    header .menubox ul a {
        padding: 14px 20px;
        display: inline-block;
        min-width: 180px;
        font-family: Verdana;
        font-size: 14px;
        color: #333;
        width: 100%;
    }
}

@media(max-width:1100px) {
    header .menubox>li>a {
        padding: 0px 0px 31px 0px;
        font-size: 14px;
    }

    header .menubox>li {
        margin: 0px 10px;
        margin-top: 31px;
    }
}

@media(max-width:999px) {
    header .menubox {
        display: none;
    }

    header {
        height: 60px;
    }

    header .logo img {
        width: 95px;
    }

}

@media(max-width:768px) {
    header .get_a_quote {
        display: none;
    }

    header {
        height: 50px;
    }

    header .logo img {
        width: 78px;
    }
}

@media(max-width:570px) {}

@media(max-width:400px) {}

/* fix_header */

.fix_header {
    background-color: #fff;
    top: 0 !important;
}

@media(max-width:999px) {
    .fix_header {
        top: 0;
    }

    .fix_header .topbox {
        display: none;
    }
}


/* 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: #333333;
}

.crumb a:hover {
    color: #e4002b;
}

.crumb .active {
    color: #e4002b;
}

@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;
        color: #333333;
    }

}


/* banner */


/* index_banner */

.index_banner,
.page_banner {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    margin-top: 105px;
}


.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: 35px !important;
    display: flex;
    justify-content: center;
    width: 100%;
}

.index_banner .swiper .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background-color: #000000;
    opacity: 0.3;
    margin-right: 10px !important;
}

.index_banner .swiper .swiper-pagination-bullet-active {
    background-color: #17267b;
    opacity: 1;
}

.index_banner .swiper .swiper-pagination-bullet:last-child {
    margin-right: 0 !important;
}

.index_banner .control {
    top: 50%;
    transform: translateY(-50%);
    z-index: 15;
    cursor: pointer;
    color: #fff;
    position: absolute;
    font-weight: bold;
    transition: .3s linear color;
    font-size: 26px;
}

.index_banner .banner_prev {
    left: 2.6%;
}

.index_banner .banner_next {
    right: 2.6%;
}

.index_banner .control:hover {
    color: #cccc;
}

.index_banner .box {
    position: absolute;
    top: 13%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.index_banner .box .title {
    text-align: center;
    font-family: HelveticaLTStd-BoldCond;
    font-size: 80px;
    color: #000000;
    width: 60%;
    margin: 0 auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index_banner .box .title a {
    color: #000;
}

.index_banner .box .title span {
    color: #4eb23c;
}

.index_banner .box .title:hover,
.index_banner .box .title a:hover {
    color: #4eb23c !important;
}

@media(max-width:1600px) {

    .index_banner,
    .page_banner {
        margin-top: 90px;
    }
}

@media(max-width:1333px) {

    .index_banner,
    .page_banner {
        margin-top: 80px;
    }
}

@media(max-width:999px) {

    .index_banner,
    .page_banner {
        margin-top: 60px;
    }

    .index_banner .slick-slide img {
        min-height: 200px;
        object-fit: cover;
    }
}

@media(max-width:768px) {

    .index_banner,
    .page_banner {
        margin-top: 50px;
    }
}

@media(max-width:570px) {}


/* page_banner */

.page_banner {}

.page_banner .safe {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 46%;
    transform: translateY(-50%);
}

.page_banner .box {
    width: 40%;
}

.page_banner .rn_title40 {
    margin-bottom: 22px;
}

.page_banner .content {
    font-family: Montserrat-Light;
    font-size: 24px;
    line-height: 34px;
    color: #333333;
}

.page_banner img {
    width: 100%;
}

@media(max-width:1600px) {
    .page_banner .box {
        width: 45%;
    }

    .page_banner .content {
        font-size: 22px;
        line-height: 34px;
    }

    .page_banner .rn_title40 {
        margin-bottom: 20px;
    }
}

@media(max-width:1333px) {
    .page_banner .box {
        width: 50%;
    }

    .page_banner .content {
        font-size: 20px;
        line-height: 30px;
    }

    .page_banner .rn_title40 {
        margin-bottom: 15px;
    }
}

@media(max-width:999px) {
    .page_banner .safe {
        z-index: 1;
    }

    .page_banner .box {
        width: 60%;
    }

    .page_banner .rn_title40 {
        margin-bottom: 10px;
    }

    .page_banner .content {
        font-size: 18px;
        line-height: 28px;
    }

    .page_banner::after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.4);
        z-index: 0;
    }
}

@media(max-width:768px) {
    .page_banner .box {
        width: 80%;
    }

    .page_banner .content {
        font-size: 16px;
        line-height: 26px;
    }

    .page_banner img {
        min-height: 180px;
        width: 100%;
        object-fit: cover;
    }
}

@media(max-width:570px) {
    .page_banner .box {
        width: 100%;
    }

    .page_banner .content {
        font-size: 14px;
        line-height: 22px;
    }
}


/* common */

.rn_title46 {
    font-family: Montserrat-Bold;
    font-size: 46px;
    color: #333333;
}

.rn_title46 span {
    color: #e4002b;
}

.rn_title46 a:hover {
    color: #e4002b;
}

.rn_title_46 a:hover span {
    color: #e4002b;
}

.rn_title40 {
    font-family: Montserrat-Bold;
    font-size: 40px;
    color: #333333;
}

.rn_title36 {
    font-family: Montserrat-Bold;
    font-size: 36px;
    color: #333333;
}

.rn_title36 a {
    color: #333333;
}

.rn_title36 a:hover {
    color: #e4002b;
}

.rn_title30 {
    font-family: Montserrat-Regular;
    font-size: 30px;
    color: #333333;
}

@media(max-width:1600px) {
    .rn_title46 {
        font-size: 40px;
    }

    .rn_title40 {
        font-size: 36px;
    }

    .rn_title36 {
        font-size: 32px;
    }

    .rn_title30 {
        font-size: 26px;
    }
}

@media(max-width:1333px) {
    .rn_title46 {
        font-size: 34px;
    }

    .rn_title40 {
        font-size: 32px;
    }

    .rn_title36 {
        font-size: 28px;
    }

    .rn_title30 {
        font-size: 24px;
    }
}

@media(max-width:999px) {
    .rn_title46 {
        font-size: 30px;
    }

    .rn_title40 {
        font-size: 28px;
    }

    .rn_title36 {
        font-size: 26px;
    }

    .rn_title30 {
        font-size: 22px;
    }
}

@media(max-width:768px) {
    .rn_title46 {
        font-size: 26px;
    }

    .rn_title40 {
        font-size: 24px;
    }

    .rn_title36 {
        font-size: 22px;
    }

    .rn_title30 {
        font-size: 20px;
    }
}

@media(max-width:570px) {
    .rn_title46 {
        font-size: 22px;
    }

    .rn_title40 {
        font-size: 20px;
    }

    .rn_title36 {
        font-size: 20px;
    }

    .rn_title30 {
        font-size: 18px;
    }
}



/* h_about */

.h_about {}

.h_about1 {
    padding: 73px 0px 50px;
}

.h_about2 {
    padding: 97px 0px 50px;
}

.h_about .titlebox {
    display: flex;
    justify-content: space-between;
    margin-bottom: 97px;
}

.h_about2 .titlebox {
    margin-bottom: 100px;
}

.h_about .l_box {
    width: 20.15%;
    border-right: 1px solid #e4002b;
}

.h_about .l_box .rn_title46 {
    padding-top: 18px;
}

.h_about .r_box {
    width: 72.6%;
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 30px;
    color: #333333;
}

@media(max-width:1600px) {
    .h_about {
        padding: 40px 0px 50px;
    }

    .h_about .r_box {
        width: 75%;
        font-size: 16px;
        line-height: 30px;
    }

    .h_about .titlebox {
        margin-bottom: 50px;
    }
}

@media(max-width:1333px) {
    .h_about .r_box {
        width: 75%;
        font-size: 16px;
        line-height: 28px;
    }

    .h_about .titlebox {
        margin-bottom: 40px;
    }
}

@media(max-width:999px) {
    .h_about {
        padding: 30px 0px 40px;
    }

    .h_about .l_box .rn_title46 {
        padding-top: 0px;
    }

    .h_about .titlebox {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 30px;
    }

    .h_about .l_box,
    .h_about .r_box {
        width: 100%;
        border-right: unset;
    }

    .h_about .l_box .rn_title46 {
        margin-bottom: 12px;
    }

    .h_about .titlebox {
        margin-bottom: 30px;
    }
}

@media(max-width:768px) {
    .h_about .r_box {
        font-size: 14px;
        line-height: 26px;
    }

    .h_about .l_box .rn_title46 {
        margin-bottom: 5px;
    }

    .h_about .titlebox {
        margin-bottom: 20px;
    }
}

@media(max-width:570px) {
    .h_about {
        padding: 20px 0px 30px;
    }
}

.shuzi_gun {
    display: flex;
    flex-wrap: wrap;
}

.shuzi_gun .inner {
    width: 13.125%;
    margin-right: 8.4375%;
    height: 210px;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: Montserrat-Light;
    font-size: 16px;
    color: #333333;
}

.shuzi_gun .inner:nth-child(5n) {
    margin-right: 0;
}

.shuzi_gun .inner .inn {
    position: absolute;
    text-align: center;
}

.shuzi_gun .num {
    font-family: Montserrat-Bold;
    font-size: 46px;
    color: #e4002b;
    transform: translateY(-4px);
}

.shuzi_gun .con {
    transform: translateY(-5px);
}

.shuzi_gun .num i {
    font-family: Montserrat-Light;
    font-size: 16px;
    color: #333333;
}


@media(max-width:1800px) {
    .shuzi_gun .inner {
        width: 14.125%;
        margin-right: 6.4375%;
        height: 215px;
    }

    .shuzi_gun .num {
        font-size: 42px;
        transform: translateY(0px);
    }
}

@media(max-width:1600px) {
    .shuzi_gun .inner {
        width: 14.125%;
        margin-right: 6.4375%;
        height: 215px;
    }
}

@media(max-width:1358px) {
    .shuzi_gun .inner {
        width: 17.125%;
        margin-right: 3.4375%;
        height: auto;
    }
}

@media(max-width:1333px) {
    .shuzi_gun .num {
        font-size: 36px;
        margin-bottom: 3px;
    }

    .shuzi_gun .inner {
        width: 18.125%;
        margin-right: 2.3375%;
        height: auto;
    }
}

@media(max-width:999px) {
    .shuzi_gun .num {
        font-size: 30px;
    }

    .shuzi_gun .inner {
        font-size: 14px;
    }

    .shuzi_gun .inner {
        width: 19.125%;
        margin-right: 1.0375%;
        height: auto;
    }
}

@media(max-width:768px) {
    .shuzi_gun .num {
        font-size: 30px;
    }

    .shuzi_gun .inner {
        width: 115px;
        height: 115px;
        margin-right: 2%;
        margin-bottom: 15px;
    }

    .shuzi_gun .inner:nth-child(4n) {
        margin-right: 0;
    }

    .shuzi_gun .inner {
        width: 150px;
        height: 150px;
        margin-right: 1.2%;
        margin-bottom: 15px;
    }

    .shuzi_gun {
        justify-content: center;
    }

    .shuzi_gun .inner img {
        display: none;
    }

    .shuzi_gun .inner {
        width: 31.3%;
        height: 50px;
        margin-right: 1.2%;
        margin-bottom: 15px;
    }

    .shuzi_gun {
        align-items: flex-start;
        justify-content: flex-start;
    }
}

@media(max-width:570px) {
    .shuzi_gun .num {
        font-size: 26px;
    }
}

@media(max-width:500px) {
    .shuzi_gun {
        align-items: flex-start;
        justify-content: flex-start;
    }

    .shuzi_gun .inner {
        width: 49%;
        height: 50px;
        margin-right: 2%;
        margin-bottom: 15px;
    }

    .shuzi_gun .inner:nth-child(2n) {
        margin-right: 0;
    }
}


/* h_video */

.h_video {
    position: relative;
}

.h_video1 {
    padding-bottom: 61px;
}

.h_video::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 40%;
    bottom: 0;
    background-color: #ececec;
    z-index: -1;
}

.h_video2 {
    padding-bottom: 62px;
}

.h_video2::after {
    display: none;
}

.h_video .videobox {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.h_video .videobox .video {
    position: absolute;
    cursor: pointer;
}

.h_video .videobox .video:hover img {
    transform: scale(1.05);
}

@media(max-width:1600px) {
    .h_video {
        padding-bottom: 50px;
    }
}

@media(max-width:1333px) {
    .h_video .videobox .video img {
        width: 80px;
    }
}

@media(max-width:999px) {
    .h_video .videobox .video img {
        width: 70px;
    }

    .h_video {
        padding-bottom: 40px;
    }

    .h_video .videobox>img {
        min-height: 180px;
        object-fit: cover;
    }
}

@media(max-width:768px) {}

@media(max-width:570px) {
    .h_video {
        padding-bottom: 30px;
    }
}


/* h_product */

.h_product {
    margin-bottom: 83px;
}

.h_product .b_pro {
    background-color: #ececec;
}

.h_product .h_s2 {
    padding: 40px 0px 114px;
}

.h_product .h_s2 .swiper-slide {
    display: flex;
    justify-content: space-between;
}

.h_product .h_s2 .swiper-slide .l_box {
    width: 55%;
}

.h_product .h_s2 .rn_title36 {
    margin-bottom: 17px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.h_product .h_s2 .content {
    font-family: Montserrat-Light;
    font-size: 18px;
    line-height: 30px;
    color: #666666;
    margin-bottom: 34px;
}

.h_product .h_s2 .content p {
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
}

.h_product .h_s2 .content img {
    margin-right: 8px;
    transform: translateY(6px);
}

.h_product .h_s2 .content p:last-child {
    margin-bottom: 0;
}

.h_product .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 195px;
    height: 60px;
    background-color: #e4002b;
    font-family: Montserrat-Light;
    font-size: 18px;
    color: #ffffff;
}

.h_product .btn i {
    transform: rotate(-90deg);
    margin-left: 6px;
}

.h_product .btn:hover {
    background-color: #000;
}

.h_product .h_s2 .swiper-slide .r_box {
    width: 41.5%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 6px;
}

.h_product .h_s2 .r_box img:hover {
    transform: scale(1.05);
}


.h_product .box .h_s1 {
    background-color: #ececec;
}

.h_product .box .r {
    font-family: Montserrat-Regular;
    font-size: 18px;
    line-height: 26px;
    color: #333333;
}

.h_product .box .swiper-slide {
    display: flex;
    align-items: center;
    padding: 28px 10px 28px 15px;
    background-color: #f5f5f5;
    flex-wrap: wrap;
    cursor: pointer;
    position: relative;
}

.h_product .box .swiper-slide .l {
    flex-shrink: 0;
    width: 22%;
    margin-right: 2%;
}

.h_product .box .swiper-slide .r {
    width: 76%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}


.h_product .box .swiper-slide-thumb-active {
    background-color: #e4002b;
}

.h_product .box .swiper-slide-thumb-active .r {
    color: #fff;
}

.h_product .box .swiper-slide-thumb-active .num {
    color: #fff !important;
}

.h_product .box .num {
    font-family: Montserrat-Bold;
    font-size: 88px;
    color: #000000;
    opacity: 0.05;
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
}

.h_product .swiper-pagination {
    display: none;
}


@media(max-width:1600px) {
    .h_product {
        margin-bottom: 50px;
    }

    .h_product .h_s2 {
        padding: 0px 0px 50px;
    }

    .h_product .h_s2 .rn_title36 {
        margin-bottom: 10px;
    }

    .h_product .h_s2 .content p {
        margin-bottom: 20px;
    }

    .h_product .box .num {
        font-size: 78px;
        right: 5px;
    }
}

@media(max-width:1333px) {
    .h_product .h_s2 .content p {
        margin-bottom: 15px;
    }

    .h_product .h_s2 .content {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .h_product .h_s2 .swiper-slide {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

    .h_product .btn {
        width: 170px;
        height: 55px;
        font-size: 16px;
    }

    .h_product .box .r {
        font-size: 16px;
        line-height: 24px;
    }

    .h_product .box .num {
        font-size: 68px;
        right: 0px;
    }

    .h_product .swiper-pagination {
        display: block;
    }

    .h_product .box .h_s1 {
        padding-bottom: 35px;
    }

    .h_product .h_s1 .swiper-pagination-bullet {
        width: 18px;
        height: 5px;
        background-color: #000000;
        border-radius: 3px;
        opacity: 0.1;
    }

    .h_product .h_s1 .swiper-pagination-bullet-active {
        opacity: 1;
        background-color: #e4002b;
        width: 33px;
    }

    .h_product .box .swiper-slide {
        padding: 20px 10px 20px 10px;
    }

    .h_product .box .swiper-slide .l {
        flex-shrink: 0;
        width: 21%;
        margin-right: 3%;
    }
}

@media(max-width:999px) {
    .h_product .h_s2 {
        padding: 0px 0px 40px;
    }

    .h_product .h_s2 .swiper-slide {
        flex-direction: column;
    }

    .h_product .h_s2 .swiper-slide .l_box {
        width: 100%;
        margin-bottom: 30px;
    }

    .h_product .h_s2 .swiper-slide .r_box {
        width: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 6px;
        margin: 0 auto;
    }

    .h_product .btn {
        width: 170px;
        height: 55px;
        font-size: 16px;
    }

    .h_product .box .num {
        font-size: 55px;
        right: 0px;
    }

    .h_product {
        margin-bottom: 40px;
    }
}

@media(max-width:768px) {
    .h_product .h_s2 .content p {
        margin-bottom: 10px;
    }

    .h_product .h_s2 .content {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 15px;
    }

    .h_product .btn {
        width: 150px;
        height: 50px;
        font-size: 14px;
    }

    .h_product .h_s2 .swiper-slide .r_box {
        width: 60%;
        padding-top: 0px;
    }

    .h_product .box .num {
        font-size: 38px;
        right: 0px;
    }

    .h_product .box .r {
        font-size: 14px;
        line-height: 22px;
    }

    .h_product .box .swiper-slide .l {
        flex-shrink: 0;
    }

    .h_product .box .swiper-slide {
        padding: 10px 10px 10px 10px;
    }

    .h_product .h_s2 .content img {
        transform: translateY(4px);
    }

}

@media(max-width:570px) {
    .h_product .h_s2 {
        padding: 0px 0px 30px;
    }

    .h_product .btn {
        width: 140px;
        height: 45px;
        font-size: 14px;
    }

    .h_product .h_s2 .swiper-slide .r_box {
        width: 70%;
        padding-top: 0px;
    }

    .h_product {
        margin-bottom: 30px;
    }
}

@media(max-width:500px) {
    .h_product .h_s2 .swiper-slide .r_box {
        width: 80%;
        padding-top: 0px;
    }

    .h_product .box .r {
        font-size: 14px;
        line-height: 20px;
    }
}

@media(max-width:450px) {
    .h_product .h_s2 .swiper-slide .r_box {
        width: 90%;
        padding-top: 0px;
    }
}



/* h_strength */

.h_strength1 {
    padding: 90px 0px 111px;
}

.h_strength2 {
    padding: 180px 0px 92px;
}

.h_strength .bg {
    position: absolute;
    right: 0;
    top: -70px;
    z-index: 0;
}

.h_strength .safe {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}

.h_strength .l_box {
    width: 46.95%;
    position: relative;
    z-index: 2;
}

.h_strength .l_box .imgbox {
    display: flex;
}

.h_strength .l_box .imgbox a {
    display: inline-block;
    overflow: hidden;
}

.h_strength .l_box .imgbox a:first-child {
    transform: translateY(-63px);
    margin-right: 4%;
}


.h_strength .r_box {
    width: 47.9%;
    padding-top: 27px;
    position: relative;
    z-index: 2;
}

.h_strength .r_box .rn_title46 {
    margin-bottom: 23px;
}

.h_strength .r_box .content {
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}

.h_strength .r_box .content strong {
    font-style: normal;
    font-family: Montserrat-Regular;
    color: #e4002b;
}

.h_strength .r_box .content1 {
    margin-bottom: 12px;
}

.h_strength .r_box .content2 {
    margin-bottom: 38px;
}

.h_strength .r_box .contact {
    font-family: Montserrat-Regular;
    font-size: 16px;
    line-height: 32px;
    color: #333333;
    margin-bottom: 25px;
}

.h_strength .contact p {
    display: flex;
    align-items: flex-start;
}

.h_strength .contact p:last-child {
    margin-bottom: 0;
}

.h_strength .contact p img {
    transform: translateY(8px);
    margin-right: 8px;
}


.h_strength .r_box .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 195px;
    height: 60px;
    background-color: #e4002b;
    font-family: Montserrat-Light;
    font-size: 18px;
    color: #ffffff;
}
.h_strength .contact p>a:hover{color: #e4002b;}

.h_strength .r_box .btn i {
    margin-left: 15px;
    display: inline-block;
    transform: rotate(-90deg);
}

.h_strength .r_box .btn:hover {
    background-color: #000;
}

@media(max-width:1600px) {
    .h_strength .l_box .imgbox a:first-child {
        transform: translateY(-30px);
        margin-right: 4%;
    }

    .h_strength .r_box {
        width: 48%;
        padding-top: 0px;
    }

    .h_strength {
        padding: 50px 0px;
    }

    .h_strength .r_box .rn_title46 {
        margin-bottom: 10px;
    }

    .h_strength .r_box .content1 {
        margin-bottom: 10px;
    }

    .h_strength .r_box .contact {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 15px;
    }

    .h_strength .r_box .content2 {
        margin-bottom: 25px;
    }

    .h_strength .bg {
        width: 900px;
    }
}

@media(max-width:1333px) {
    .h_strength .r_box .btn {
        width: 170px;
        height: 55px;
        font-size: 16px;
    }

    .h_strength .r_box .content {
        font-size: 16px;
        line-height: 28px;
    }

    .h_strength .r_box .contact {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 15px;
    }

    .h_strength .bg {
        width: 700px;
    }
}

@media(max-width:999px) {
    .h_strength {
        padding: 40px 0px;
    }

    .h_strength .l_box .imgbox a:first-child {
        transform: translateY(0px);
        margin-right: 4%;
    }

    .h_strength .safe {
        flex-direction: column;
    }

    .h_strength .l_box {
        width: 70%;
        margin: 0 auto;
        margin-bottom: 25px;
    }

    .h_strength .r_box {
        width: 100%;
        padding-top: 0px;
    }

    .h_strength .bg {
        display: none;
    }
}

@media(max-width:768px) {
    .h_strength .l_box {
        width: 85%;
        margin: 0 auto;
        margin-bottom: 25px;
    }

    .h_strength .r_box .content {
        font-size: 14px;
        line-height: 26px;
    }

    .h_strength .r_box .contact {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 10px;
    }

    .h_strength .r_box .btn {
        width: 150px;
        height: 50px;
        font-size: 14px;
    }
}

@media(max-width:570px) {
    .h_strength {
        padding: 30px 0px;
    }

    .h_strength .l_box {
        width: 95%;
        margin: 0 auto;
        margin-bottom: 25px;
    }

    .h_strength .r_box .btn {
        width: 140px;
        height: 45px;
        font-size: 14px;
    }
}

@media(max-width:500px) {
    .h_strength .l_box {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 18px;
    }
}


/* h_certificate */

.h_certificate {
    padding: 46px 0px;
    height: 960px;
    background-repeat: no-repeat;
    background-position: left top;
    max-width: 1920px;
    margin: 0 auto;
}

.h_certificate .rn_title46 {
    text-align: center;
    margin-bottom: 6px;
}

.h_certificate .content {
    margin-bottom: 16px;
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    width: 92%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 31px;
}

.h_certificate .h_s3 .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.h_certificate .h_s3 .imgbox {
   /* border: solid 1px #cccccc;*/
    border-radius: 50px;
}

.h_certificate .swiper-pagination-bullet {
    width: 18px;
    height: 5px;
    background-color: #000000;
    border-radius: 3px;
    opacity: 0.1;
}

.h_certificate .swiper-pagination-bullet-active {
    width: 33px;
    opacity: 1;
    background-color: #e4002b;
}

@media(max-width:1600px) {
    .h_certificate {
        padding: 40px 0px;
    }

    .h_certificate .content {
        font-size: 16px;
        line-height: 30px;
        width: 100%;
        margin-bottom: 20px;
    }

    .h_certificate .h_s3 {
        padding-bottom: 38px;
    }

    .h_certificate .swiper-pagination-bullet-active {
        background-color: #e4002b;
    }
}

@media(max-width:1333px) {
    .h_certificate .content {
        font-size: 16px;
        line-height: 28px;
        width: 100%;
        margin-bottom: 20px;
    }
}

@media(max-width:999px) {
    .h_certificate {
        height: auto;
    }
}

@media(max-width:768px) {
    .h_certificate {
        padding: 40px 0px;
    }

    .h_certificate .content {
        font-size: 14px;
        line-height: 26px;
        width: 100%;
        margin-bottom: 15px;
    }
}

@media(max-width:570px) {
    .h_certificate {
        padding: 30px 0px;
    }
}


/* common_one */

.common_one {
    background-repeat: no-repeat;
    background-position: left top;
    background-color: #f7f7f7;
}

.common_one1 {
    padding: 63px 0px 56px;
}

.common_one2 {
    padding: 105px 0px 68px;
    background-color: transparent;
}

.common_one3 {
    padding: 64px 0px 54px;
    background-color: transparent;
}

.common_one .rn_title46 {
    text-align: center;
    margin-bottom: 15px;
}

.common_one .content {
    width: 70%;
    margin: 0 auto;
    font-family: Montserrat-Light;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    margin-bottom: 30px;
}

.common_one .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 208px;
    height: 60px;
    background-color: #e4002b;
    font-family: Montserrat-Light;
    font-size: 18px;
    color: #ffffff;
    margin: 0 auto;
}

.common_one .btn i {
    display: inline-block;
    transform: rotate(-90deg);
    margin-left: 8px;
}

.common_one .btn:hover {
    background-color: #000;
}

@media(max-width:1600px) {
    .common_one {
        padding: 50px 0px;
    }

    .common_one .content {
        width: 80%;
        font-size: 18px;
        line-height: 32px;
        margin-bottom: 25px;
    }
}

@media(max-width:1333px) {
    .common_one .content {
        width: 90%;
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .common_one .btn {
        width: 170px;
        height: 55px;
        font-size: 16px;
        margin: 0 auto;
    }

    .common_one .btn i {
        margin-left: 5px;
    }
}

@media(max-width:999px) {
    .common_one {
        padding: 40px 0px;
    }

    .common_one .content {
        width: 100%;
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 20px;
    }
}

@media(max-width:768px) {
    .common_one .content {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 10px;
    }

    .common_one .btn {
        width: 150px;
        height: 50px;
        font-size: 14px;
        margin: 0 auto;
    }
}

@media(max-width:570px) {
    .common_one {
        padding: 30px 0px;
    }

    .common_one .btn {
        width: 140px;
        height: 45px;
        font-size: 14px;
        margin: 0 auto;
    }

    .common_one .rn_title46 {
        text-align: center;
        margin-bottom: 10px;
    }
}


/* h_solution */
.h_solution {
    max-width: 1920px;
    margin: 0 auto;
}

.h_solution1 {
    padding: 60px 0px 100px;
}

.h_solution2 {
    padding: 60px 0px 0px;
}

.h_solution3 {
    padding: 62px 0px 0px;
}

.h_solution .rn_title46 {
    text-align: center;
    margin-bottom: 25px;
}

.h_solution .content {
    text-align: center;
    width: 94%;
    margin: 0 auto;
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    margin-bottom: 45px;
}


.h_solution .h_s4 .swiper-slide {
    width: 20%;
    height: auto;
}

.h_solution .h_s4 .swiper-slide-next {
    width: 63.1%;
}

.h_solution .h_s4 .swiper-slide-next .shadow {
    bottom: 0;
}

.h_solution .h_s4 .swiper-slide .imgbox {
    height: 100%;
    overflow: hidden;
}

.h_solution .h_s4 .swiper-slide img {
    height: 100%;
    object-fit: cover;
}

.h_solution .shadow {
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 18.3%;
    padding: 0px 30px 0px 30px;
    bottom: -100%;
    transition: .3s linear bottom;
    background: linear-gradient(rgba(0, 0, 0, 0.0)0%, rgba(0, 0, 0, .8)100%);
}

.h_solution .shadow .l_box {
    width: 80%;
}

.h_solution .tit {
    font-family: Montserrat-Bold;
    font-size: 30px;
    color: #ffffff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 6px;
}

.h_solution .tit a {
    color: #fff;
}

.h_solution .tit:hover,
.h_solution .tit a:hover {
    color: #e4002b;
}

.h_solution .con {
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.h_solution .shadow .r_box {
    width: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.h_solution .shadow .r_box a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 57px;
    height: 57px;
    background-color: #e4002b;
    cursor: pointer;
    color: #fff;
    border-radius: 50px;
    flex-shrink: 0;
}

.h_solution .shadow .r_box a:hover {
    background-color: #000;
}

.h_solution .swiper-pagination {
    display: none;
}

.h_solution .swiper-pagination-bullet {
    width: 18px;
    height: 5px;
    background-color: #000000;
    border-radius: 3px;
    opacity: 0.1;
}

.h_solution .swiper-pagination-bullet-active {
    width: 33px;
    opacity: 1;
    background-color: #e4002b;
}

@media(max-width:1700px) {
    .h_solution .shadow {
        height: 130px;
    }
}

@media(max-width:1600px) {
    .h_solution1 {
        padding: 0px 0px 50px;
    }

    .h_solution2,
    .h_solution3 {
        padding: 50px 0px 0px;
    }

    .h_solution .rn_title46 {
        margin-bottom: 20px;
    }

    .h_solution .content {
        width: 94%;
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 35px;
    }

    .h_solution .shadow {
        padding: 0px 18px;
    }

    .h_solution .shadow .r_box a {
        width: 50px;
        height: 50px;
    }

    .h_solution .tit {
        font-size: 28px;
        margin-bottom: 5px;
    }
}

@media(max-width:1333px) {
    .h_solution .rn_title46 {
        margin-bottom: 15px;
    }

    .h_solution .content {
        width: 100%;
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 25px;
    }

    .h_solution .tit {
        font-size: 26px;
        margin-bottom: 5px;
    }

    .h_solution .con {
        font-size: 16px;
        line-height: 28px;
    }

    .h_solution .shadow {
        height: 115px;
        display: flex;
        align-items: center;
    }
}

@media(max-width:999px) {
    .h_solution1 {
        padding: 0px 0px 40px;
    }

    .h_solution2,
    .h_solution3 {
        padding: 40px 0px 0px;
    }

    .h_solution .rn_title46 {
        margin-bottom: 10px;
    }

    .h_solution .content {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 15px;
    }

    .h_solution .tit {
        font-size: 24px;
        margin-bottom: 5px;
    }
}

@media(max-width:768px) {
    .h_solution .content {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 10px;
    }

    .h_solution .tit {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .h_solution .con {
        font-size: 14px;
        line-height: 24px;
    }

    .h_solution .h_s4 .swiper-slide {
        width: 49% !important;
    }

    .h_solution .shadow {
        bottom: 0 !important;
    }

    .h_solution .shadow {
        height: 100px;
        display: flex;
        align-items: center;
    }

    .h_solution .shadow .r_box a {
        width: 45px;
        height: 45px;
    }

    .h_solution .h_s4 .swiper-slide img {
        min-height: 180px;
        object-fit: cover;
    }

    .h_solution .shadow .r_box a {
        display: none;
    }

    .h_solution .shadow .l_box {
        width: 100%;
    }

    .h_solution .con {
        font-size: 14px;
        line-height: 22px;
    }

    .h_solution .swiper-pagination {
        display: block;
    }

    .h_solution .h_s4 {
        padding-bottom: 45px;
    }

    .h_solution .swiper-pagination-bullet-active {
        background-color: #e4002b;
    }
}

@media(max-width:570px) {
    .h_solution1 {
        padding: 0px 0px 30px;
    }

    .h_solution2,
    .h_solution3 {
        padding: 30px 0px 0px;
    }

    .h_solution .tit {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .h_solution .h_s4 .swiper-slide {
        width: 100% !important;
    }

    .h_solution .h_s4 {
        padding-bottom: 35px;
    }
}


/* h_form */

.h_form {}

.h_form2 {
    padding: 112px 0px 60px;
}

.h_form3 {
    /*padding: 105px 0px 60px;*/
    padding: 0px 0px 100px;
}

.h_form4 {
    padding: 96px 0px 60px;
}

.h_form .safe {
    display: flex;
    justify-content: space-between;
}

.h_form .l_box {
    width: 42.5%;
}

.h_form .r_box {
    width: 50.4%;
    padding-top: 5px;
}

.h_form .rn_title36 {
    margin-bottom: 15px;
}

.h_form .content {
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 28px;
    color: #333333;
}

.h_form .l_box .content {
    margin-bottom: 30px;
}

.h_form .r_box .content {
    margin-bottom: 29px;
}

.h_form form {}

.h_form .inpbox1 {
    display: flex;
    justify-content: space-between;
}

.h_form .inp1 {
    width: 48.5%;
    background-color: #f5f5f5;
}

.h_form .inp1 i {
    color: #333;
}

.h_form .inp1,
.h_form .inp2,
.h_form .inp3 {
    height: 54px;
}

.h_form .inp1>div {
    width: 100%;
    height: 100%;
}

.h_form input {
    width: 100%;
    height: 100%;
    padding: 0px 10px;
}

.h_form .drop-btn input {
    padding-right: 30px;
}

.h_form input,
.h_form textarea {
    font-family: Montserrat-Light;
    font-size: 16px;
    color: #333;
    background-color: #f5f5f5;
}

.h_form input::placeholder,
.h_form textarea::placeholder {
    color: #999999;
}


.h_form .inpbox2 {
    width: 100%;
    background-color: #f5f5f5;
}

.h_form .inpbox2 textarea {
    width: 100%;
    height: 112px;
    padding: 12px 10px;
    resize: none;
}

.h_form .inp1,
.h_form .inpbox2 {
    margin-bottom: 23px;
}

.h_form .inpbox3 {
    display: flex;
    justify-content: space-between;
}

.h_form .inpbox3 .inp2 {
    width: 35%;
}

.h_form .inpbox3 .codebox {
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: #f3fbfe;
}

.h_form .inpbox3 .inp3 {
    width: 35%;
}

.h_form .inp3 input {
    background-color: #e4002b;
    font-family: Montserrat-Light;
    font-size: 18px;
    color: #ffffff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer; text-transform:uppercase;
}

.h_form .inp3 input:hover {
    background-color: #000;
}

.h_form .must {
    position: relative;
}

.h_form .must::after {
    content: "*";
    color: #ff0000;
    left: -12px;
    top: 15px;
    position: absolute;
}

.h_form .btnbox {
    display: flex;
}

.h_form .s_title {
    font-family: Montserrat-Bold;
    font-size: 16px;
    color: #e4002b;
    margin-bottom: 2px;
}

.h_form .rn_title46 {
    color: #333333;
}

.h_form .titlebox {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 20px;
    padding-right: 15px;
}

.h_form .btnbox {
    display: flex;
}

.h_form .btnbox i {
    width: 44px;
    height: 44px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 2px #e4002b;
    border-radius: 50px;
    margin-left: 13px;
    cursor: pointer;
    color: #e4002b;
    font-weight: bold;
}

.h_form .btnbox i:hover {
    background-color: #e4002b;
    color: #fff;
}

.h_form .btnbox i:hover img {
    filter: brightness(100);
}


.h_form .swiper-slide .imgbox {
    margin-bottom: 25px;
}

.h_form .swiper-slide .imgbox:last-child {
    margin-bottom: 0;
}


@media(max-width:1600px) {
    .h_form .r_box {
        width: 55%;
        padding-top: 0px;
    }

    .h_form2,
    .h_form3,
    .h_form4 {
        padding: 50px 0px 0px;
    }

    .h_form .titlebox {
        padding-right: 0;
    }
}

@media(max-width:1333px) {
    .h_form .l_box .content {
        margin-bottom: 18px;
    }

    .h_form .titlebox {
        margin-bottom: 15px;
    }

    .h_form .partner_swiper .imgbox {
        margin-bottom: 10px;
    }

    .h_form .inp1,
    .h_form .inpbox2 {
        margin-bottom: 15px;
    }

    .h_form .must::after {
        left: -8px;
        top: 15px;
    }
}

@media(max-width:999px) {
    .h_form .r_box .content {
        margin-bottom: 18px;
    }

    .h_form .inp1,
    .h_form .inp2,
    .h_form .inp3 {
        height: 48px;
    }

    .h_form2,
    .h_form3,
    .h_form4 {
        padding: 40px 0px 0px;
    }
}

@media(max-width:768px) {
    .h_form .safe {
        flex-direction: column;
    }

    .h_form .l_box {
        width: 100%;
        margin-bottom: 18px;
    }

    .h_form .rn_title36 {
        margin-bottom: 10px;
    }

    .h_form .l_box .content {
        margin-bottom: 15px;
        font-size: 14px;
    }

    .h_form .r_box {
        width: 100%;
        padding-top: 0px;
    }

    .h_form .r_box .content {
        margin-bottom: 10px;
        font-size: 14px;
    }

    .h_form .s_title {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .h_form .btnbox i {
        width: 40px;
        height: 40px;
        border-radius: 50px;
        margin-left: 10px;
    }

    .h_form input,
    .h_form textarea {
        font-size: 14px;
    }
}

@media(max-width:570px) {
    .h_form .inp3 input {
        font-size: 14px;
    }

    .h_form2,
    .h_form3,
    .h_form4 {
        padding: 30px 0px 0px;
    }
}

@media(max-width:450px) {
    .h_form .inpbox1 {
        flex-direction: column;
    }

    .h_form .inp1 {
        width: 100%;
        background-color: #ffffff;
    }

    .h_form .inpbox3 {
        flex-wrap: wrap;
    }


    .h_form .inpbox3 .inp3 {
        width: 100%;
    }

    .h_form .inpbox3 .inp2 {
        width: 49%;
    }

    .h_form .inpbox3 .codebox {
        width: 30%;
    }

    .h_form .inpbox3 .inp2 {
        width: 49%;
        margin-bottom: 15px;
    }

    .h_form .inpbox3 .codebox {
        margin-bottom: 15px;
    }
}



/* h_news */


.h_news {
    padding: 88px 0px 87px;
}

.h_news1 {
    padding: 81px 0px 87px;
}

.h_news2 {
    padding: 123px 0px 95px;
}

.h_news3 {
    padding: 118px 0px 120px;
}

.h_news4 {
    padding: 81px 0px 95px;
}

.h_news .titlebox {
    display: flex;
    justify-content: space-between;
    margin-bottom: 41px;
    align-items: center;
}

.h_news .btnbox {
    display: flex;
}

.h_news .control {
    width: 44px;
    height: 44px;
    background-color: #ffffff;
    border: solid 2px #e4002b;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    margin-left: 13px;
    cursor: pointer;
    color: #e4002b;
}

.h_news .control:hover {
    background-color: #e4002b;
    color: #fff;
}

.h_news .control:hover img {
    filter: brightness(100);
}


.h_news .contact {
    padding: 14px 10px 0px 10px;
}

.h_news .title {
    font-family: Montserrat-Bold;
    font-size: 18px;
    line-height: 30px;
    color: #333333;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 60px;
}

.h_news .title a {
    color: #333;
}

.h_news .title a:hover {
    color: #e4002b;
}

.h_news .date {
    margin-bottom: 32px;
    font-family: Montserrat-Light;
    font-size: 14px;
    line-height: 30px;
    color: #999999;
}

.h_news .learn_more {
    font-family: Montserrat-Light;
    font-weight: bold;
    font-size: 16px;
    color: #e4002b; text-transform:uppercase;
}

.h_news .learn_more:hover {
    text-decoration: underline;
}


.h_news .imgbox {
    overflow: hidden;
}

@media(max-width:1600px) {
    .h_news {
        padding: 50px 0px;
    }

    .h_news .titlebox {
        margin-bottom: 30px;
    }

    .h_news .contact {
        padding: 10px 10px 0px 10px;
    }

    .h_news .title {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 5px;
        min-height: 60px;
    }

    .h_news .date {
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 24px;
    }
}

@media(max-width:1333px) {
    .h_news .title {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 5px;
        min-height: 52px;
    }

    .h_news .date {
        margin-bottom: 14px;
        font-size: 14px;
        line-height: 24px;
    }

    .h_news .learn_more {
        font-size: 14px;
    }
}

@media(max-width:999px) {
    .h_news {
        padding: 40px 0px;
    }
}

@media(max-width:768px) {
    .h_news .titlebox {
        margin-bottom: 20px;
    }

    .h_news .control {
        width: 40px;
        height: 40px;
        border-radius: 50px;
        margin-left: 10px;
    }

    .h_news .imgbox img {
        width: 100%;
    }
}

@media(max-width:570px) {
    .h_news {
        padding: 30px 0px;
    }

    .h_news .control {
        width: 35px;
        height: 35px;
        border-radius: 50px;
        margin-left: 10px;
    }
}



/* footer */


footer {
    background-color: #efefef;
    padding: 73px 0px 40px;
}

footer span,
footer a,
footer {
    color: #333333;
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 30px;
}

footer a:hover {
    color: #e4002b !important;
}

footer .title i {
    display: none;
}

footer .sitmap {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 80px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

footer .box li {
    margin-bottom: 4px;
}

footer .box1 {
    width: 28.8%;
    padding-right: 3%;
    padding-top: 12px;
}

footer .box2 {
    width: 25.4%;
    padding-right: 2%;
    padding-left: 1.5%;
}

footer .box3 {
    width: 18%;
    padding-right: 5%;
    padding-left: 3%;
}

footer .box4 {
    width: 25%;
    transform: translateX(56px);
}

footer .box4 li {
    margin-bottom: 4px;
}

footer .box1 .copyright {
    margin-bottom: 32px;
}

footer .box1 .imgbox {
    margin-bottom: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer .title,
footer .title a {
    font-family: Montserrat-Bold;
    font-size: 22px;
    line-height: 30px;
    color: #333333;
}

footer .title {
    padding-bottom: 14px;
    position: relative;
    margin-bottom: 17px;
    padding-top: 3px;
}

footer .title::after {
    content: "";
    position: absolute;
    width: 23px;
    height: 2px;
    background-color: #e4002b;
    bottom: 0;
    left: 0;
}

footer .blogrolls {
    display: flex;
    flex-wrap: wrap;
}



footer .blogrolls a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 10px;
    margin-right: 15px;
    color: #fff;
}

footer .blogrolls a:last-child {
    margin-right: 0;
}

footer .blogrolls a:hover {
    background-color: #000 !important;
    color: #fff !important;
}

footer .b_bottom {
    padding-top: 16px;
}


footer .blogrolls a:nth-of-type(1) {
    background-color: #29c5f6;
}

footer .blogrolls a:nth-of-type(2) {
    background-color: #3b5998;
}

footer .blogrolls a:nth-of-type(3) {
    background-color: #006dc0;
}

footer .blogrolls a:nth-of-type(4) {
    background-color: #dd332c;
}

footer .blogrolls a:nth-of-type(5) {
    background-color: #c61118;
}

footer .blogrolls a:nth-of-type(6) {
    background-color: #b50ac9;
}

footer .email a {
    word-break: break-all;
}


@media(max-width:1600px) {
    footer .box2 {
        width: 20%;
        padding-right: 2%;
        padding-left: 2%;
    }

    footer .box3 {
        width: 20%;
        padding-right: 5%;
        padding-left: 3%;
    }

    footer .box1 {
        width: 28%;
        padding-right: 3%;
    }

    footer .box4 {
        width: 32%;
        padding-left: 4.2%;
    }

    footer .title {
        padding-bottom: 14px;
        position: relative;
        margin-bottom: 17px;
        padding-top: 0px;
    }

    footer {
        padding: 50px 0px 30px;
    }

    footer .b_bottom {
        padding-top: 18px;
    }

    footer .blogrolls a {
        width: 32px;
        height: 32px;
        margin-right: 10px;
        margin-bottom: 5px;
    }

    footer .box4 {
        transform: unset;
    }


    footer span,
    footer a,
    footer {
        line-height: 24px;
    }

    footer .box li {
        margin-bottom: 8px;
    }
}

@media(max-width:1333px) {
    footer .box2 {
        width: 23%;
        padding-right: 2%;
        padding-left: 2%;
    }

    footer .box3 {
        width: 19%;
        padding-right: 2%;
        padding-left: 2%;
    }

    footer .box4 {
        width: 30%;
        padding-left: 2.2%;
    }

    footer .title {
        padding-bottom: 10px;
        margin-bottom: 12px;
        padding-top: 0px;
    }

    footer .sitmap {
        padding-bottom: 40px;
    }

    footer .title,
    footer .title a {
        font-size: 20px;
        line-height: 30px;
    }

}

@media(max-width:999px) {
    footer {
        padding: 30px 0px 50px;
    }

    footer .box1 {
        padding-top: 0;
    }

    footer .sitmap {
        padding-bottom: 30px;
        flex-direction: column;
    }

    footer .box1 {
        margin-bottom: 15px;
    }

    footer .box1,
    footer .box2,
    footer .box3,
    footer .box4 {
        width: 100%;
        padding-left: 0;
        padding-right: 0%;
    }

    footer .title::after {
        display: none;
    }

    footer .title {
        padding-bottom: 6px;
        margin-bottom: 0px;
        padding-top: 0px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    footer span,
    footer a,
    footer {
        font-size: 16px;
        line-height: 28px;
    }

    footer .box li {
        display: none;
        transition: none;
    }

    footer .box1 .copyright {
        margin-bottom: 10px;
    }

    footer .imgbox img {
        width: 140px;
    }

    footer .title i {
        display: block;
        font-size: 14px;
        font-weight: bold;
    }

    footer .box li:last-child {
        margin-bottom: 6px;
    }

    footer .b_bottom {
        padding-top: 10px;
    }

    footer .box li {
        margin-bottom: 5px;
    }
}

@media(max-width:768px) {
    footer .sitmap {
        padding-bottom: 20px;
    }

    footer .title,
    footer .title a {
        font-size: 18px;
        line-height: 28px;
    }

    footer span,
    footer a,
    footer {
        font-size: 14px;
        line-height: 26px;
    }

    footer .box1 .imgbox {
        margin-bottom: 15px;
    }

    footer .imgbox img {
        width: 120px;
    }
}

@media(max-width:570px) {
    footer .imgbox img {
        width: 100px;
    }

    footer .title,
    footer .title a {
        font-size: 16px;
        line-height: 28px;
    }
}




/* p1_prov */

.p1_prov {
    padding: 157px 0px 0px;
    background-color: #ececec;
}

.p1_prov .safe {
    display: flex;
    justify-content: space-between;
}

.p1_prov .l_box {
    width: 52%;
}

.p1_prov .rn_title36 {
    margin-bottom: 17px;
}

.p1_prov .content {
    margin-bottom: 34px;
}

.p1_prov .content p {
    font-family: Montserrat-Light;
    font-size: 18px;
    line-height: 30px;
    color: #666666;
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
    hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
}

.p1_prov .content p:last-child {
    margin-bottom: 0;
}

.p1_prov .content p img {
    transform: translateY(5px);
    margin-right: 10px;
}

.p1_prov .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 195px;
    height: 60px;
    background-color: #e4002b;
    font-family: Montserrat-Light;
    font-size: 18px;
    color: #ffffff;
}

.p1_prov .btn i {
    margin-left: 10px;
    display: inline-block;
    transform: rotate(-90deg);
}

.p1_prov .btn:hover {
    background-color: #000;
}

.p1_prov .r_box {
    width: 45.6%;
}

@media(max-width:1850px) {
    .p1_prov {
        padding: 60px 0px;
    }
}

@media(max-width:1600px) {
    .p1_prov {
        padding: 40px 0px 50px;
    }

    .p1_prov .rn_title36 {
        margin-bottom: 15px;
    }

    .p1_prov .content p {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 20px;
    }
}

@media(max-width:1333px) {
    .p1_prov .content p {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 20px;
    }

    .p1_prov .content {
        margin-bottom: 20px;
    }

    .p1_prov .btn {
        width: 170px;
        height: 55px;
        font-size: 16px;
    }
}

@media(max-width:999px) {
    .p1_prov {
        padding: 30px 0px 40px;
    }

    .p1_prov .safe {
        flex-direction: column;
    }

    .p1_prov .l_box {
        width: 100%;
    }

    .p1_prov .r_box {
        width: 50%;
        margin: 0 auto;
    }
}

@media(max-width:768px) {
    .p1_prov .r_box {
        width: 60%;
        margin: 0 auto;
    }

    .p1_prov .btn {
        width: 150px;
        height: 50px;
        font-size: 14px;
    }

    .p1_prov .content p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .p1_prov .content p img {
        transform: translateY(3px);
        margin-right: 8px;
    }
}

@media(max-width:570px) {
    .p1_prov {
        padding: 20px 0px 30px;
    }

    .p1_prov .btn {
        width: 140px;
        height: 45px;
        font-size: 14px;
    }

    .p1_prov .r_box {
        width: 70%;
        margin: 0 auto;
    }
}

@media(max-width:500px) {
    .p1_prov .r_box {
        width: 80%;
        margin: 0 auto;
    }
}

@media(max-width:450px) {
    .p1_prov .r_box {
        width: 90%;
        margin: 0 auto;
    }
}

@media(max-width:400px) {
    .p1_prov .r_box {
        width: 100%;
        margin: 0 auto;
    }
}



/* p1_list */

.p1_list {
    padding: 105px 0px 102px;
}

.p1_list .safe {
    display: flex;
    justify-content: space-between;
}

.p1_list .l_box {
    width: 24.35%;
}

.p1_list .rn_title46 {
    margin-bottom: 24px;
}

.p1_list .rn_title46 i {
    display: none;
}

.p1_list .cate1 ul {
    display: none;
    transition: none;
}

.p1_list .cate1 a {
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: relative;
}

.p1_list .cate1>li {
    margin-bottom: 13px;
}

.p1_list .cate1>li:last-child {
    margin-bottom: 0;
}

.p1_list .cate1>li>p {
    display: flex;
    justify-content: space-between;
    font-family: Montserrat-Regular;
    font-size: 16px;
    color: #333333;
    background-color: #f7f7f7;
    height: 100%;
}

.p1_list .cate1>li>p a {
    padding: 19.5px 15px;
}

.p1_list .cate1 i {
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
}

.p1_list .cate1>li:hover>p {
    background-color: #e4002b;
}

.p1_list .cate1>li:hover>p a {
    color: #fff !important;
}

/* .p1_list .cate1 i:hover {
    color: #e4002b;
} */

.p1_list .cate2 {
    padding: 22px 15px 19px 20px;
}

.p1_list .cate2>li p {
    font-family: Montserrat-Regular;
    font-size: 16px;
    color: #666666;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.p1_list .cate2>li:last-child p {
    margin-bottom: 0;
}

.p1_list .cate2 a:hover {
    color: #e4002b !important;
}

.p1_list .cate3 {
    padding: 21px 0px 0px 20px;
}

.p1_list .cate3 li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 13px;
}

.p1_list .cate3 li:last-child {
    margin-bottom: 0;
}

.p1_list .cate3 li a {
    font-family: Montserrat-Light;
}

.p1_list .cate3 li::after {
    position: absolute;
    left: 0px;
    top: 7px;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #666666;
    border-radius: 50px;
}

.p1_list .active1>p {
    background-color: #e4002b !important;
}

.p1_list .active1>p a {
    color: #fff;
}

.p1_list .active1>p i {
    color: #fff;
    transform: rotateZ(90deg) translateY(10px);
}

.p1_list .active1 .cate2 {
    display: block;
}

.p1_list .active2>p a {
    color: #e4002b;
}

.p1_list .active2>p i {
    transform: rotateZ(90deg) translateY(10px);
}

.p1_list .active2>ul {
    display: block;
}


.p1_list .r_box {
    width: 72.15%;
    padding-top: 5px;
}

.p1_list .wrap {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 45px;
}

.p1_list .inner {
    width: 31.2%;
    margin-right: 3.2%;
    margin-bottom: 38px;
}

.p1_list .inner:hover {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.p1_list .inner:nth-child(3n) {
    margin-right: 0;
}

.p1_list .inner:nth-last-child(-n+3) {
    margin-bottom: 0;
}

.p1_list .inner .imgbox {
    overflow: hidden;
}

.p1_list .inner .contact {
    padding: 21px 10px 40px 10px;
}

.p1_list .inner .title {
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 32px;
    color: #333333;
    margin-bottom: 16px;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.p1_list .inner .title a {
    color: #333333;
}

.p1_list .inner .title:hover,
.p1_list .inner .title a:hover {
    color: #e4002b;
}

.p1_list .inner .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 168px;
    height: 46px;
    background-color: #dfdfdf;
    font-family: Montserrat-Light;
    font-size: 16px;
    color: #333333;
    margin: 0 auto;
}

.p1_list .inner input[type=checkbox] {
    margin-right: 5px;
    cursor: pointer;
    font-size: 14px;
    width: 15px;
    height: 12px;
    position: relative;
}

.p1_list .inner input[type=checkbox]:after {
    position: absolute;
    width: 6px;
    height: 12px;
    top: -2px;
    content: " ";
    background-color: #dfdfdf;
    border: 1px solid #666666;
    color: #fff;
    display: inline-block;
    visibility: visible;
    padding: 0px 3px;
    border-radius: 1px;
}

.p1_list .inner .btn:hover {
    color: #fff;
    background-color: #e4002b;
}

.p1_list .inner .btn:hover input::after {
    background-color: #e4002b;
    border: 1px solid #fff;
}

.p1_list .inner input[type=checkbox]:checked:after {
    content: "";
    background-color: #000;
    font-size: 14px;
}

.p1_list .inner .btn:hover {
    background-color: #e4002b;
}

.p1_list .icon-jiahaos {
    display: none;
}

.p1_list .box1 {
    margin-bottom: 45px;
}

.p1_list .box2 .rn_title46 {
    margin-bottom: 20px;
}

.p1_list .box2 .inn {
    display: flex;
    flex-wrap: wrap;
}

.p1_list .inn a {
    display: inline-block;
    padding: 15.5px 7px 15.5px 7px;
    background-color: #dfdfdf;
    font-family: Montserrat-Light;
    font-size: 16px;
    color: #333333;
    margin-right: 8px;
    margin-bottom: 11px;
}

.p1_list .inn a:hover {
    background-color: #e4002b;
    color: #fff;
}



@media(max-width:1600px) {
    .p1_list {
        padding: 50px 0px;
    }

    .p1_list .cate1>li>p a {
        padding: 18px 15px;
    }

    .p1_list .cate2 {
        padding: 20px 20px;
    }

    .p1_list .cate3 {
        padding: 15px 0px 0px 20px;
    }

    .p1_list .inner .contact {
        padding: 10px 10px 20px 10px;
    }

    .p1_list .inner .title {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 16px;
    }

    .p1_list .inner .btn {
        width: 160px;
        height: 45px;
        font-size: 16px;
        margin: 0 auto;
    }

    .p1_list .inner {
        width: 31.2%;
        margin-right: 3.2%;
        margin-bottom: 30px;
    }

    .p1_list .cate2 {
        padding: 20px 22px 20px 20px;
    }

    .p1_list .rn_title46 {
        margin-bottom: 20px;
    }

    .p1_list .box1 {
        margin-bottom: 20px;
    }

    .p1_list .box2 .rn_title46 {
        margin-bottom: 15px;
    }

}

@media(max-width:1333px) {
    .p1_list .inner .title {
        line-height: 26px;
    }

    .p1_list .inner .btn {
        width: 150px;
        height: 42px;
        font-size: 16px;
        margin: 0 auto;
    }

    .p1_list .cate2 {
        padding: 15px 15px;
    }

    .p1_list .cate3 {
        padding: 15px 0px 0px 15px;
    }

    .p1_list .cate1>li>p a {
        padding: 15px 15px;
    }

    .p1_list .cate2>li p {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .p1_list .cate1>li>p {
        font-size: 14px;
    }

    .p1_list .inner .btn {
        width: 150px;
        height: 42px;
        font-size: 14px;
        margin: 0 auto;
    }

    .p1_list .rn_title46 {
        margin-bottom: 15px;
    }

    .p1_list .box1 {
        margin-bottom: 20px;
    }

    .p1_list .inn a {
        padding: 12.5px 7px 12.5px 7px;
        font-size: 16px;
        margin-right: 8px;
        margin-bottom: 11px;
    }
}

@media(max-width:999px) {
    .p1_list {
        padding: 40px 0px;
    }

    .p1_list .rn_title46 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-right: 15px;
    }

    .p1_list .icon-jiahao {
        display: block;
        font-size: 28px;
    }

    .p1_list .cate1 {
        display: none;
        transition: none;
    }

    .p1_list .rn_title46 i {
        display: block;
    }

    .p1_list .box2 .inn {
        display: none;
        transition: none;
    }

    .p1_list .inn a {
        padding: 12px 7px 12px 7px;
        font-size: 16px;
        margin-right: 5px;
        margin-bottom: 10px;
    }
}

@media(max-width:768px) {
    .p1_list .inner .title {
        font-size: 14px;
        margin-bottom: 10px;
        line-height: 24px;
    }

    .p1_list .inner .btn {
        width: 135px;
        height: 42px;
        font-size: 14px;
        margin: 0 auto;
    }

    .p1_list .inner {
        width: 31.2%;
        margin-right: 3.2%;
        margin-bottom: 20px;
    }

    .p1_list .inn a {
        padding: 10px 5px 10px 5px;
        font-size: 14px;
        margin-right: 5px;
        margin-bottom: 8px;
    }
}

@media(max-width:570px) {
    .p1_list {
        padding: 30px 0px;
    }

    .p1_list .inner {
        width: 49%;
        margin-right: 2%;
    }

    .p1_list .inner:nth-child(3n) {
        margin-right: 2%;
    }

    .p1_list .inner:nth-last-of-type(-n+3) {
        margin-bottom: 20px;
    }

    .p1_list .inner:nth-child(2n) {
        margin-right: 0;
    }

    .p1_list .inner:nth-last-child(-n+2) {
        margin-bottom: 0;
    }
}

@media(max-width:400px) {
    .p1_list .inner {
        width: 100% !important;
        margin-right: 0% !important;
        margin-bottom: 15px !important;
    }

    .p1_list .inner:last-child {
        margin-bottom: 0 !important;
    }
}


/* pagination */

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.pagination1 {
    margin-bottom: 124px;
}

.pagination .safe {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.pagination a {
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #999999;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    font-family: Montserrat-Light;
    font-size: 16px;
    color: #666666;
}

.pagination .prev,.pagination .big {
    width: 100px;
}

.pagination .next {
    width: 69px;
}

.pagination a:hover {
    color: #fff;
    background-color: #e4002b;
    border: 1px solid #e4002b;
}

.pagination .active {
    color: #fff;
    background-color: #e4002b;
    border: 1px solid #e4002b;
}
.pagination a.no:hover {
    color: #666666;
    background-color: #ffffff;
    border: 1px solid #999999;
}
.pagination .submit {
    width: 178px;
    height: 40px;
    border-radius: 4px;
    color: #fff;
    background-color: #e4002b;
    font-family: Montserrat-Light;
    font-size: 16px;
    color: #ffffff;
    margin-right: 10px;
    cursor: pointer;
}

.pagination .submit:hover {
    background-color: #000;
}

@media(max-width:1600px) {
    .pagination1 {
        margin-bottom: 40px;
    }
}

@media(max-width:1333px) {
    .pagination a {
        width: 35px;
        height: 35px;
        border-radius: 4px;
        margin-right: 10px;
        margin-bottom: 5px;
    }

    .pagination .submit {
        width: 166px;
        height: 35px;
        border-radius: 4px;
        font-size: 16px;
        margin-right: 10px;
        margin-bottom: 5px;
    }
}

@media(max-width:999px) {
    .p1_list .safe {
        flex-direction: column;
    }

    .p1_list .l_box {
        width: 100%;
    }

    .p1_list .r_box {
        width: 100%;
    }
}

@media(max-width:768px) {
    .pagination a {
        width: 32px;
        height: 32px;
        margin-right: 6px;
        margin-bottom: 5px;
        font-size: 14px;
    }

    .pagination .submit {
        width: 150px;
        height: 35px;
        font-size: 14px;
        margin-right: 6px;
        margin-bottom: 5px;
    }

    .pagination .prev,.pagination .big {
        width: 90px;
    }

    .pagination .next {
        width: 60px;
    }

    .pagination1 {
        margin-bottom: 20px;
    }
}

@media(max-width:570px) {}



/* p2_pro */


.p2_pro {
    padding: 101px 0px 66px;
}

.p2_pro .safe {
    display: flex;
    justify-content: space-between;
}

.p2_pro .leftbox {
    width: 47%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: flex-start;
    flex-shrink: 0;
    padding-top: 0px;
}

.p2_pro .leftbox .box {
    width: 613px;
    height: 613px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.p2_pro .leftbox .box .swiper-slide {
    display: flex;
    justify-content: center;
    box-shadow: 0px 5px 17px 1px rgba(62, 62, 62, 0.09);
}

.p2_pro .leftbox .box .swiper-slide img {
    width: 100%;
    height: 100%;
}

.p2_pro .leftbox .swiperbox {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 18px;
    padding: 44px 0px 44px 0px;
}

.p2_pro .leftbox .swiperbox .product2_prev {
    top: 0px;
    font-size: 14px;
    transform: rotate(90deg);
    font-size: 20px;
    z-index: 10;
}

.p2_pro .leftbox .swiperbox .product2_next {
    bottom: 0px;
    font-size: 14px;
    transform: rotate(90deg);
    font-size: 20px;
    z-index: 10;
}

.p2_pro .leftbox .swiperbox .product2_prev:hover,
.p2_pro .leftbox .swiperbox .product2_next:hover {
    color: #28a23d;
}

.p2_pro .leftbox .swiperTwo .swiper-slide {
    cursor: pointer;
}

.p2_pro .swiperTwo {
    padding: 0;
    margin: 0;
    height: 530px !important;
}


.p2_pro .swiperTwo .swiper-wrapper .swiper-slide {
    width: 123px;
    height: 124px;
    background-color: #ffffff;
    object-fit: cover;
}

.p2_pro .swiperTwo .swiper-wrapper .swiper-slide img {
    height: 100%;
    width: 100%;
    border: 1px solid transparent;
}

.p2_pro .leftbox .swiperTwo .swiper-slide-thumb-active img {
    border: solid 1px #e4002b;
}

.p2_pro .swiper-pagination {
    display: none;
}

.p2_pro .control {
    position: absolute;
    color: #666666;
    cursor: pointer;
    font-weight: bold;
    border: unset !important;
}

.p2_pro .control:hover {
    color: #28a23d;
}

.p2_pro img {
    display: block;
}

.p2_pro .rightbox {
    width: 48.25%;
    padding-top: 2px;
}

.p2_pro .s_title {
    font-family: Montserrat-Bold;
    font-size: 20px;
    line-height: 36px;
    color: #e4002b;
    margin-bottom: 3px;
}

.p2_pro .rn_title30 {
    margin-bottom: 27px;
}

.p2_pro .name {
    font-family: Montserrat-Regular;
    font-size: 16px;
    color: #333333;
    margin-bottom: 13px;
}

.p2_pro .content {
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    margin-bottom: 35px;
}

.p2_pro .content p {
    margin-bottom: 30px;
}

.p2_pro .content p:last-child {
    margin-bottom: 0;
}

.p2_pro .btnbox {
    display: flex;
    margin-right: 30px;
}

.p2_pro .btnbox a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 211px;
    height: 46px;
    font-family: Montserrat-Light;
    font-size: 16px;
}

.p2_pro .btnbox a:first-child {
    background-color: #e4002b;
    color: #fff;
    margin-right: 29px;
}

.p2_pro .btnbox a:last-child {
    background-color: #dfdfdf;
    color: #333333;
}

.p2_pro .btnbox a:hover {
    background-color: #000;
    color: #fff;
}

.p2_pro .con {
    display: flex;
    align-items: center;
}

.p2_pro .sharebox {
    display: flex;
    align-items: center;
    font-family: Montserrat-Light;
    font-size: 16px;
    color: #333333;
}

.p2_pro .sharebox span {
    margin-right: 5px;
}

@media(max-width:1600px) {
    .p2_pro {
        padding: 50px 0px;
    }

    .p2_pro .leftbox .box {
        width: 76%;
        height: auto;
    }

    .p2_pro .leftbox .swiperbox {
        width: 22%;
    }

    .p2_pro .swiperTwo .swiper-wrapper .swiper-slide {
        width: 100%;
    }

    .p2_pro .leftbox {
        align-items: center;
    }

    .p2_pro .leftbox .swiperbox .product2_prev {
        font-size: 16px;
    }

    .p2_pro .leftbox .swiperbox .product2_next {
        font-size: 16px;
    }

    .p2_pro .rn_title30 {
        margin-bottom: 20px;
    }

    .p2_pro .name {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .p2_pro .content p {
        margin-bottom: 20px;
    }

    .p2_pro .content {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 25px;
    }

    .p2_pro .con {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .p2_pro .btnbox {
        margin-bottom: 15px;
    }
}

@media(max-width:1333px) {
    .p2_pro .leftbox {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 43%;
    }

    .p2_pro .leftbox .swiperbox {
        width: 100%;
    }

    .p2_pro .swiperTwo {
        height: auto !important;
    }

    .p2_pro .leftbox .box {
        width: 100%;
        height: auto;
        margin-bottom: 25px;
    }

    .p2_pro .leftbox .swiperbox .product2_prev {
        top: 50%;
        transform: translateY(-50%);
        left: -15px;
    }

    .p2_pro .leftbox .swiperbox .product2_next {
        top: 50%;
        transform: translateY(-50%);
        bottom: unset;
        right: -15px;
    }

    .p2_pro .leftbox .swiperbox {
        padding: 0px 20px;
    }

    .p2_pro .rightbox {
        width: 52%;
        padding-top: 0px;
    }

    .p2_pro .s_title {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 0px;
    }

    .p2_pro .rn_title30 {
        margin-bottom: 15px;
    }

    .p2_pro .content {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .p2_pro .content p {
        margin-bottom: 15px;
    }

    .p2_pro .btnbox a:first-child {
        margin-right: 20px;
    }

    .p2_pro .btnbox a {
        width: 180px;
        height: 45px;
        font-size: 16px;
    }

    .p2_pro .btnbox {
        margin-right: 0;
    }

    .p2_pro .swiperTwo .swiper-wrapper .swiper-slide {
        height: auto;
    }
}

@media(max-width:999px) {
    .p2_pro {
        padding: 40px 0px;
    }

    .p2_pro .safe {
        flex-direction: column;
    }

    .p2_pro .leftbox {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 65%;
        margin: 0 auto;
    }

    .p2_pro .swiperTwo {
        display: none;
    }

    .p2_pro .leftbox .swiperbox .product2_prev,
    .p2_pro .leftbox .swiperbox .product2_next {
        display: none;
    }

    .p2_pro .swiper-pagination {
        display: block;
    }

    .p2_pro .swiper-pagination-bullet-active {
        background-color: #e4002b !important;
    }

    .p2_pro .rightbox {
        width: 100%;
        padding-top: 0px;
    }

    .p2_pro .rn_title30 {
        margin-bottom: 10px;
    }

    .p2_pro .s_title {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 0px;
    }
}

@media(max-width:768px) {
    .p2_pro .leftbox {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 80%;
        margin: 0 auto;
    }

    .p2_pro .s_title {
        font-size: 14px;
        line-height: 30px;
        margin-bottom: 0px;
    }

    .p2_pro .name {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .p2_pro .content {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 15px;
    }

    .p2_pro .content p {
        margin-bottom: 10px;
    }

    .p2_pro .btnbox a:first-child {
        margin-right: 15px;
    }

    .p2_pro .btnbox a {
        width: 150px;
        height: 42px;
        font-size: 14px;
    }

    .p2_pro .sharebox {
        font-size: 14px;
    }
}

@media(max-width:570px) {
    .p2_pro {
        padding: 30px 0px;
    }

    .p2_pro .leftbox {
        width: 85%;
    }

    .p2_pro .btnbox {
        flex-wrap: wrap;
    }

    .p2_pro .btnbox a {
        margin-bottom: 10px;
    }

    .p2_pro .btnbox a:first-child {
        margin-right: 10px;
    }
}

@media(max-width:450px) {
    .p2_pro .leftbox {
        width: 100%;
    }
}



/* p2_detail */

.p2_detail {
    padding: 0px 0px 42px;
}

.p2_detail .rn_title46 {
    font-family: Montserrat-Regular;
    text-align: center;
    margin-bottom: 54px;
}

.p2_detail .box1 {
    margin-bottom: 63px;
}

.p2_detail .box1 .rn_title30 {
    margin-bottom: 31px;
}

.p2_detail table {
    border-collapse: collapse;
    width: 100%;
    min-width: 800px;
    overflow: auto;
    border: solid 1px #dddddd;
}

.p2_detail .tablen {
    overflow: auto;
}
.p2_detail .box1 p{ font-family: Montserrat-Light;
font-size: 16px;
line-height: 30px;
color: #333333;}
.p2_detail table tr {
    border-bottom: 1px solid #dddddd;
}

.p2_detail table tr:last-child {
    border-bottom: unset;
}

.p2_detail table tr td {
    padding: 5px;
    font-family: Montserrat-Light;
    font-size: 16px;
    color: #333333;
}

.p2_detail table tr td:nth-child(odd) {
    background-color: #f5f5f5;
}

.p2_detail video {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    left: 0;
    top: 0;
    object-fit: cover;
}


.p2_detail .box2 {
    margin-bottom: 40px;
}

.p2_detail .box2 .rn_title30 {
    margin-bottom: 20px;
}

.p2_detail .box2 .content {
    font-family: Montserrat-Light;
    font-size: 16px;
    color: #333333;
    margin-bottom: 38px;
}

.p2_detail .box2 .list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 41px;
}

.p2_detail .box2 .list li {
    width: 6.25%;
    margin-right: 4.8125%;
    font-family: Montserrat-Light;
    font-size: 16px;
    color: #333333;
    text-align: center;
}

.p2_detail .box2 .list p {
    padding-top: 11px;
}

.p2_detail .box2 .list li:last-child {
    margin-right: 0;
}

.p2_detail .box2 .wrarning {
    display: flex;
    align-items: center;
    background-color: #f5f5f5;
    padding: 12px 20px;
    margin-bottom: 24px;
    font-size: 18px;
    color: #333333;
}

.p2_detail .box2 .wrarning img {
    margin-right: 10px;
}

.p2_detail .box2 .contact {
    font-family: Montserrat-Light;
    font-size: 16px;
    color: #333333;
}

.p2_detail .box2 .contact p {
    margin-bottom: 25px;
    padding-left: 25px;
    position: relative;
}

.p2_detail .box2 .contact p::after {
    width: 12px;
    height: 8px;
    content: "";
    background-image: url(../images/s_bingo.png);
    top: 6px;
    left: 0;
    position: absolute;
}

.p2_detail .box2 .contact p:last-child {
    margin-bottom: 0;
}

@media(max-width:1600px) {
    .p2_detail {
        padding: 0px 0px 50px;
    }

    .p2_detail .rn_title46 {
        margin-bottom: 40px;
    }

    .p2_detail .box1 .rn_title30 {
        margin-bottom: 25px;
    }

    .p2_detail table tr td {
        padding: 22px 15px;
        font-size: 16px;
    }

    .p2_detail .box1 {
        margin-bottom: 40px;
    }

    .p2_detail .box2 .list li {
        width: 7.25%;
        margin-right: 4.8125%;
        font-size: 16px;
    }

    .p2_detail .box2 .content {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .p2_detail .box2 .list {
        margin-bottom: 30px;
    }

    .p2_detail .box2 .wrarning {
        padding: 10px 20px;
        margin-bottom: 20px;
    }

    .p2_detail .box2 {
        margin-bottom: 30px;
    }
}

@media(max-width:1333px) {
    .p2_detail .rn_title46 {
        margin-bottom: 30px;
    }

    .p2_detail .box1 .rn_title30 {
        margin-bottom: 20px;
    }

    .p2_detail table tr td {
        padding: 18px 12px;
        font-size: 16px;
    }

    .p2_detail .box1 {
        margin-bottom: 30px;
    }

    .p2_detail .box2 .rn_title30 {
        margin-bottom: 15px;
    }

    .p2_detail .box2 .content {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .p2_detail .box2 .list li {
        width: 8.25%;
        margin-right: 3.8125%;
        font-size: 16px;
    }

    .p2_detail .box2 {
        margin-bottom: 20px;
    }
}

@media(max-width:999px) {
    .p2_detail {
        padding: 0px 0px 40px;
    }

    .p2_detail .rn_title46 {
        margin-bottom: 20px;
    }

    .p2_detail .box1 .rn_title30 {
        margin-bottom: 15px;
    }

    .p2_detail .box2 .list li {
        width: 9.25%;
        margin-right: 2.8125%;
        font-size: 16px;
    }

    .p2_detail .box2 .list {
        margin-bottom: 20px;
    }

    .p2_detail .box2 .wrarning {
        padding: 10px 15px;
        margin-bottom: 15px;
        font-size: 16px;
    }

    .p2_detail .box2 .contact p {
        margin-bottom: 20px;
        padding-left: 25px;
    }

    .p2_detail .box2 {
        margin-bottom: 10px;
    }
}

@media(max-width:768px) {
    .p2_detail .rn_title46 {
        margin-bottom: 15px;
    }

    .p2_detail .box1 .rn_title30 {
        margin-bottom: 10px;
    }

    .p2_detail table tr td {
        padding: 15px 10px;
        font-size: 14px;
    }

    .p2_detail .box1 {
        margin-bottom: 20px;
    }

    .p2_detail .box2 .list li {
        width: 11%;
        margin-right: 2%;
        font-size: 14px;
        margin-bottom: 6px;
    }

    .p2_detail .box2 .content {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .p2_detail .box2 .wrarning {
        padding: 10px 15px;
        margin-bottom: 15px;
        font-size: 14px;
    }

    .p2_detail .box2 .contact {
        font-size: 14px;
    }

    .p2_detail .box2 .contact p {
        margin-bottom: 15px;
        padding-left: 25px;
    }
	.p2_detail .box1 p{ 
font-size: 14px;
line-height: 26px;
}
}

@media(max-width:570px) {
    .p2_detail {
        padding: 0px 0px 0px;
    }

    .p2_detail table tr td {
        padding: 12px 10px;
        font-size: 14px;
    }

    .p2_detail .box2 .list li {
        width: 65px;
        margin-right: 10px;
        font-size: 14px;
    }

    .p2_detail .box2 .wrarning {
        padding: 10px 10px;
        margin-bottom: 15px;
        font-size: 14px;
    }
}



/* a1_contact */

.a1_contact {
    margin-bottom: 52px;
}

.a1_contact .safe {
    display: flex;
    justify-content: space-between;
}

.a1_contact .l_box {
    width: 48%;
}

.a1_contact .l_box .content {
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    margin-bottom: 52px;
}

.a1_contact .l_box .content p {
    margin-bottom: 30px;
    hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
}

.a1_contact .l_box .content p:last-child {
    margin-bottom: 0;
}

.a1_contact .btnbox {
    display: flex;
    align-items: center;
}

.a1_contact .btnbox a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    background-color: #e4002b;
    font-family: Montserrat-Light;
    font-size: 18px;
    color: #ffffff;
}

.a1_contact .btnbox a i {
    color: #fff;
    transform: rotate(-90deg);
    margin-left: 10px;
}

.a1_contact .btnbox a img {
    margin-left: 18px;
}

.a1_contact .btnbox a:first-child {
    width: 208px;
    margin-right: 26px;
}

.a1_contact .btnbox a:last-child {
    width: 289px;
}

.a1_contact .btnbox a:hover {
    background-color: #000;
}

.a1_contact .r_box {
    width: 49.9%;
    padding-top: 18px;
}

@media(max-width:1600px) {
    .a1_contact {
        margin-bottom: 50px;
    }

    .a1_contact .r_box {
        padding-top: 0;
    }

    .a1_contact .l_box .content {
        margin-bottom: 20px;
    }

    .a1_contact .l_box .content p {
        margin-bottom: 20px;
    }

    .a1_contact .btnbox a:first-child {
        width: 200px;
        margin-right: 20px;
    }

    .a1_contact .btnbox a:last-child {
        width: 250px;
    }
}

@media(max-width:1333px) {
    .a1_contact .l_box .content {
        font-size: 16px;
        line-height: 28px;
    }

    .a1_contact .btnbox a {
        height: 55px;
        font-size: 16px;
    }
}

@media(max-width:999px) {
    .a1_contact {
        margin-bottom: 40px;
    }

    .a1_contact .safe {
        flex-direction: column-reverse;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .a1_contact .l_box {
        width: 100%;
    }

    .a1_contact .l_box .content p {
        margin-bottom: 15px;
    }

    .a1_contact .r_box {
        width: 70%;
        margin-bottom: 20px;
    }
}

@media(max-width:768px) {
    .a1_contact .l_box .content p {
        margin-bottom: 10px;
    }

    .a1_contact .l_box .content {
        font-size: 14px;
        line-height: 24px;
    }

    .a1_contact .btnbox a:first-child {
        width: 150px;
        margin-right: 20px;
    }

    .a1_contact .btnbox a {
        height: 50px;
        font-size: 14px;
    }

    .a1_contact .btnbox a:last-child {
        width: 210px;
    }

    .a1_contact .r_box {
        width: 80%;
        margin-bottom: 20px;
    }

    .a1_contact .btnbox {
        flex-wrap: wrap;
    }

    .a1_contact .btnbox a {
        margin-bottom: 5px;
    }
}

@media(max-width:570px) {
    .a1_contact {
        margin-bottom: 30px;
    }

    .a1_contact .r_box {
        width: 90%;
        margin-bottom: 15px;
    }
}

@media(max-width:500px) {
    .a1_contact .r_box {
        width: 100%;
        margin-bottom: 15px;
    }
}


/* a1_factory */

.a1_factory {
    margin-bottom: 58px;
}

.a1_factory .safe {}

.a1_factory .box {}

.a1_factory .swiper {
    padding-bottom: 59px;
}

.a1_factory .box .imgbox {
    overflow: hidden;
}

.a1_factory .title {
    font-family: Montserrat-Light;
    font-size: 16px;
    color: #333333;
    text-align: center;
    padding-top: 23px;
}

.a1_factory .swiper-pagination-bullet {
    width: 18px;
    height: 5px;
    background-color: #000000;
    border-radius: 3px;
    opacity: 0.1;
}

.a1_factory .swiper-pagination-bullet-active {
    width: 33px;
    opacity: 1;
    background-color: #e4002b;
}

@media(max-width:1600px) {
    .a1_factory {
        margin-bottom: 50px;
    }

    .a1_factory .swiper {
        padding-bottom: 40px;
    }

    .a1_factory .title {
        font-size: 16px;
        padding-top: 15px;
    }
}

@media(max-width:1333px) {
    .a1_factory .swiper {
        padding-bottom: 30px;
    }

    .a1_factory .title {
        font-size: 16px;
        padding-top: 10px;
    }
}

@media(max-width:999px) {
    .a1_factory {
        margin-bottom: 40px;
    }

    .a1_factory .swiper {
        padding-bottom: 28px;
    }
}

@media(max-width:768px) {
    .a1_factory .swiper {
        padding-bottom: 35px;
    }

    .a1_factory .title {
        font-size: 14px;
        padding-top: 12px;
    }

    .a1_factory img {
        width: 100%;
    }
}

@media(max-width:570px) {
    .a1_factory {
        margin-bottom: 30px;
    }
}


/* a1_list */


.a1_list {
    display: flex;
    flex-wrap: wrap;
}

.a1_list .inner {
    width: 33.33333%;
    padding: 70px 40px;
    min-height: 800px;
    background-size: cover;
}

.a1_list .svgbox {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 35px;
}

.a1_list .rn_title30 {
    text-align: center;
    color: #ffffff;
    margin-bottom: 11px;
}

.a1_list .s_title {
    text-align: center;
    font-family: Montserrat-Light;
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 33px;
}

.a1_list .content {
    text-align: center;
    font-family: Montserrat-Light;
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
    hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
}

@media(max-width:1600px) {
    .a1_list .svgbox {
        margin-bottom: 20px;
    }

    .a1_list .svgbox img {
        width: 150px;
    }

    .a1_list .s_title {
        font-size: 22px;
        margin-bottom: 20px;
    }
}

@media(max-width:1333px) {
    .a1_list .s_title {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .a1_list .content {
        font-size: 16px;
        line-height: 26px;
    }

    .a1_list .inner {
        padding: 40px 40px;
        min-height: 800px;
    }

    .a1_list .svgbox img {
        width: 130px;
    }
}

@media(max-width:999px) {
    .a1_list {
        flex-direction: column;
    }

    .a1_list .inner {
        width: 100%;
        min-height: auto;
        padding: 25px 20px;
    }

    .a1_list .svgbox img {
        width: 110px;
    }

    .a1_list .svgbox {
        margin-bottom: 10px;
    }

    .a1_list .s_title {
        font-size: 18px;
        margin-bottom: 10px;
    }
}

@media(max-width:768px) {
    .a1_list .s_title {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .a1_list .rn_title30 {
        margin-bottom: 5px;
    }

    .a1_list .svgbox img {
        width: 85px;
    }

    .a1_list .content {
        font-size: 14px;
        line-height: 24px;
    }
}

@media(max-width:570px) {
    .a1_list .svgbox img {
        width: 70px;
    }


}


/* a1_certificate */

.a1_certificate {
    padding: 44px 0px 79px;
    background-repeat: no-repeat;
    background-position: left top;
}

.a1_certificate .rn_title46 {
    text-align: center;
    margin-bottom: 5px;
}

.a1_certificate .content {
    margin-bottom: 16px;
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    width: 92%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 31px;
}

.a1_certificate .h_s3 {
    margin-bottom: 68px;
}

.a1_certificate .h_s3 .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.a1_certificate .h_s3 .imgbox {
    border: solid 1px #cccccc;
    border-radius: 50px;
}

.a1_certificate .h_s3 .swiper-pagination-bullet {
    width: 18px;
    height: 5px;
    background-color: #000000;
    border-radius: 3px;
    opacity: 0.1;
}

.a1_certificate .h_s3 .swiper-pagination-bullet-active {
    width: 33px;
    opacity: 1;
    background-color: #e4002b;
}


.a1_certificate .name {
    text-align: center;
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    padding-top: 18px;
}

.a1_certificate .imgbox {
    overflow: hidden;
}

.a1_certificate .a1_s2 {
    margin-bottom: 40px;
}

.a1_certificate .btnbox {
    display: flex;
    align-items: center;
    justify-content: center;
}

.a1_certificate .btnbox i {
    width: 44px;
    height: 44px;
    background-color: transparent;
    border: solid 2px #e4002b;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e4002b;
    border-radius: 50px;
    cursor: pointer;
}

.a1_certificate .btnbox i:first-child {
    margin-right: 13px;
}

.a1_certificate .btnbox i:hover {
    background-color: #e4002b;
    color: #fff;
}

@media(max-width:1600px) {
    .a1_certificate {
        padding: 40px 0px;
    }

    .a1_certificate .content {
        font-size: 16px;
        line-height: 30px;
        width: 100%;
        margin-bottom: 20px;
    }

    .a1_certificate .h_s3 {
        padding-bottom: 38px;
    }

    .a1_certificate .h_s3 .swiper-pagination-bullet-active {
        background-color: #e4002b;
    }

    .a1_certificate .h_s3 {
        margin-bottom: 50px;
    }
}

@media(max-width:1333px) {
    .a1_certificate .content {
        font-size: 16px;
        line-height: 28px;
        width: 100%;
        margin-bottom: 20px;
    }

    .a1_certificate .h_s3 {
        margin-bottom: 40px;
    }

    .a1_certificate .name {
        font-size: 16px;
        line-height: 30px;
        padding-top: 10px;
    }

    .a1_certificate .a1_s2 {
        margin-bottom: 30px;
    }
}

@media(max-width:999px) {
    .a1_certificate {
        height: auto;
    }

    .a1_certificate .h_s3 {
        margin-bottom: 30px;
    }

    .a1_certificate .a1_s2 {
        margin-bottom: 20px;
    }
}

@media(max-width:768px) {
    .a1_certificate {
        padding: 40px 0px;
    }

    .a1_certificate .content {
        font-size: 14px;
        line-height: 26px;
        width: 100%;
        margin-bottom: 15px;
    }

    .a1_certificate .h_s3 {
        margin-bottom: 20px;
    }

    .a1_certificate .name {
        font-size: 14px;
        line-height: 24px;
        padding-top: 5px;
    }

    .a1_certificate .imgbox img {
        width: 100%;
    }
}

@media(max-width:570px) {
    .a1_certificate {
        padding: 30px 0px;
    }
}

/*a1_service */

.a1_service {
    padding: 58px 0px 93px;
    background-color: #f5f5f5;
}


.a1_service .rn_title46 {
    text-align: center;
    margin-bottom: 86px;
}

.a1_service .wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 62px;
}

.a1_service .wrap .inner {
    width: 17.5%;
    min-height: 150px;
    background-color: #fff;
    border: solid 1px #e4002b;
    text-align: center;
    padding: 30px 11px 30px 11px;
    position: relative;
    cursor: pointer;
}

.a1_service .wrap .num {
    position: absolute;
    left: 0;
    right: 0;
    top: -37.5px;
    margin: 0 auto;
    width: 75px;
    height: 75px;
    background-color: rgba(255, 255, 255, 0.5);
    font-family: Montserrat-Bold;
    font-size: 28px;
    color: #e4002b;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.a1_service .num span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 62px;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 50px;
    position: relative;
    z-index: 10;
    color: #e4002b;
}

.a1_service .content {
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 30px;
    color: #333;
    padding-top: 15px;
}

.a1_service .wrap img {
    padding: 0px 12px;
}

.a1_service .inner:hover {
    background-color: #e4002b;
}

.a1_service .inner:hover .num {
    background-color: rgba(228, 0, 43, .5);
    color: #fff;
}

.a1_service .inner:hover .num span {
    background-color: #e4002b;
    color: #fff;
}

.a1_service .inner:hover .content {
    color: #fff;
}

.a1_service .contact {
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 30px;
    color: #333333;
}

@media(max-width:1600px) {
    .a1_service {
        padding: 50px 0px;
    }

    .a1_service .rn_title46 {
        margin-bottom: 50px;
    }

    .a1_service .wrap .num {
        font-size: 26px;
    }

    .a1_service .wrap {
        margin-bottom: 50px;
    }

    .a1_service .wrap .inner {
        margin-bottom: 50px;
    }
}

@media(max-width:1333px) {
    .a1_service .rn_title46 {
        margin-bottom: 40px;
    }

    .a1_service .wrap .inner {
        width: 250px;
        min-height: 150px;
        padding: 30px 11px 30px 11px;
        margin-bottom: 32px;
    }

    .a1_service .wrap .num {
        font-size: 24px;
    }

    .a1_service .contact {
        font-size: 16px;
        line-height: 28px;
    }
}

@media(max-width:999px) {
    .a1_service {
        padding: 40px 0px;
    }

    .a1_service .rn_title46 {
        margin-bottom: 30px;
    }

    .a1_service .wrap .num {
        font-size: 22px;
    }

    .a1_service .wrap {
        margin-bottom: 40px;
    }
}

@media(max-width:768px) {
    .a1_service .content {
        font-size: 14px;
        line-height: 22px;
        padding-top: 10px;
    }

    .a1_service .wrap .inner {
        width: 200px;
        min-height: auto;
        padding: 30px 10px 30px 10px;
        margin-bottom: 42px;
    }

    .a1_service .wrap .num {
        font-size: 20px;
    }

    .a1_service .wrap>img {
        transform: translateY(-20px);
    }

    .a1_service .contact {
        font-size: 14px;
        line-height: 24px;
    }
}

@media(max-width:570px) {
    .a1_service {
        padding: 30px 0px;
    }

    .a1_service .wrap .inner {
        width: 80%;
    }

    .a1_service .wrap .inner:last-child {
        margin-bottom: 0;
    }

    .a1_service .wrap {
        margin-bottom: 30px;
    }
}



/* s2_list */

.s2_list {
    padding: 99px 0px 91px;
}

.s2_list .wrap {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.s2_list .inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-items: center;
    margin-bottom: 61px;
}

.s2_list .inner:nth-child(2n) {
    flex-direction: row-reverse;
}

.s2_list .inner:last-child {
    margin-bottom: 0;
}

.s2_list .l_box {
    width: 59.45%;
    overflow: hidden;
}

.s2_list .l_box img:hover {
    transform: scale(1.05);
}

.s2_list .r_box {
    width: 36.8%;
}

.s2_list .rn_title36 {
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.s2_list .content {
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    margin-bottom: 51px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 9;
    overflow: hidden;
    text-overflow: ellipsis;
}

.s2_list .view_more {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 266px;
    height: 54px;
    background-color: #dfdfdf;
    font-family: Montserrat-Light;
    font-size: 18px;
    color: #333333;
}

.s2_list .view_more:hover {
    color: #fff;
    background-color: #e4002b;
}

@media(max-width:1600px) {
    .s2_list {
        padding: 50px 0px;
    }

    .s2_list .rn_title36 {
        margin-bottom: 10px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .s2_list .content {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 30px;
    }

    .s2_list .inner {
        margin-bottom: 40px;
    }
}

@media(max-width:1333px) {
    .s2_list .content {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 30px;
    }

    .s2_list .l_box {
        width: 57%;
        overflow: hidden;
    }

    .s2_list .r_box {
        width: 40%;
        overflow: hidden;
    }

    .s2_list .view_more {
        width: 200px;
        height: 50px;
        font-size: 16px;
    }

    .s2_list .inner {
        margin-bottom: 30px;
    }
}

@media(max-width:999px) {
    .s2_list {
        padding: 40px 0px;
    }

    .s2_list .inner {
        flex-direction: column !important;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .s2_list .l_box {
        width: 70%;
        overflow: hidden;
        margin-bottom: 18px;
    }

    .s2_list .r_box {
        width: 100%;
        overflow: hidden;
    }
}

@media(max-width:768px) {
    .s2_list .inner {
        margin-bottom: 20px;
    }

    .s2_list .l_box {
        width: 80%;
        overflow: hidden;
        margin-bottom: 18px;
    }

    .s2_list .content {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 15px;
    }

    .s2_list .view_more {
        width: 150px;
        height: 42px;
        font-size: 14px;
    }

    .s2_list .rn_title36 {
        margin-bottom: 5px;
    }
}

@media(max-width:570px) {
    .s2_list {
        padding: 30px 0px;
    }

    .s2_list .l_box {
        width: 90%;
        overflow: hidden;
        margin-bottom: 18px;
    }
}

@media(max-width:570px) {
    .s2_list .l_box {
        width: 100%;
        overflow: hidden;
        margin-bottom: 15px;
    }

    .s2_list .rn_title36 {
        font-size: 18px;
    }
}


/* related_product */
.related_product0 {
    padding: 68px 0px 106px;
}

.related_product1 {
    padding: 105px 0px 114px;
}

.related_product2 {
    /*padding: 100px 0px 79px;*/
     padding: 100px 0px 0px;
}

.related_product3 {
    padding: 68px 0px 100px;
}

.related_product .titlebox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 68px;
}

.related_product .btnbox {
    display: flex;
}

.related_product .btnbox i {
    width: 44px;
    height: 44px;
    background-color: #ffffff;
    border: solid 2px #e4002b;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: #e4002b;
    cursor: pointer;
}

.related_product .btnbox i:first-child {
    margin-right: 13px;
}

.related_product .btnbox i:hover {
    background-color: #e4002b;
    color: #fff;
}

.related_product .swiper {
    overflow: visible;
}

.related_product .swiper-slide {
    pointer-events: none;
    opacity: 0;
    transition: .4s linear opacity;
}

.related_product .swiper-slide:hover {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);

}

.related_product .imgbox {
    overflow: hidden;
}

.related_product .title {
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 32px;
    color: #333333;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 17px;
}

.related_product .title:hover,
.related_product .title a:hover {
    color: #e4002b;
}

.related_product .view_more {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Montserrat-Light;
    font-size: 16px;
    color: #333333;
    width: 168px;
    height: 46px;
    background-color: #dfdfdf;
    margin: 0 auto;
}

.related_product .swiper-slide-visible {
    opacity: 1 !important;
    pointer-events: all !important;
}


.related_product .view_more:hover {
    background-color: #e4002b;
    color: #fff;
}

.related_product .contact {
    padding: 20px 10px 40px 10px;
}


@media(max-width:1600px) {

    .related_product1,
    .related_product2,
    .related_product3,
    .related_product0 {
        padding: 50px 0px;
    }

    .related_product .titlebox {
        margin-bottom: 50px;
    }

    .related_product .contact {
        padding: 20px 10px 30px 10px;
    }
}

@media(max-width:1333px) {
    .related_product .titlebox {
        margin-bottom: 40px;
    }

    .related_product .contact {
        padding: 20px 10px 20px 10px;
    }

    .related_product .view_more {
        font-size: 16px;
        width: 150px;
        height: 45px;
    }

    .related_product .title {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 15px;
    }
}

@media(max-width:999px) {

    .related_product1,
    .related_product2,
    .related_product3,
    .related_product0 {
        padding: 40px 0px;
    }

    .related_product .titlebox {
        margin-bottom: 30px;
    }
}

@media(max-width:768px) {
    .related_product .titlebox {
        margin-bottom: 15px;
    }

    .related_product .btnbox i:first-child {
        margin-right: 10px;
    }

    .related_product .btnbox i {
        width: 40px;
        height: 40px;
    }

    .related_product .contact {
        padding: 10px 7px 20px 9px;
    }

    .related_product .title {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 10px;
    }

    .related_product .view_more {
        font-size: 14px;
        width: 110px;
        height: 40px;
    }
}

@media(max-width:570px) {

    .related_product1,
    .related_product2,
    .related_product3,
    .related_product0 {
        padding: 30px 0px;
    }

    .related_product .btnbox i {
        width: 35px;
        height: 35px;
    }
}


/* s3_detail */

.s3_detail {
    padding: 94px 0px 83px;
}

.s3_detail .rn_title46 {
    margin-bottom: 21px;
}

.s3_detail .sharebox {
    display: flex;
    align-items: center;
    margin-bottom: 46px;
}

.s3_detail .sharebox span {
    margin-right: 6px;
    font-family: Montserrat-Light;
    font-size: 16px;
    color: #666666;
}

.s3_detail .contact {
    background-repeat: no-repeat;
    background-size: cover;
}

.s3_detail .inner {
    width: 50%;
    padding: 91px 20px 79px 35px;
}

.s3_detail .inner .content {
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    margin-bottom: 44px;
}

.s3_detail .btnbox {
    display: flex;
    align-items: center;
}

.s3_detail .btnbox a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 50px;
    background-color: #e4002b;
    font-family: Montserrat-Light;
    font-size: 16px;
    color: #fefefe;
    margin-right: 50px;
}

.s3_detail .btnbox a:hover {
    background-color: #fff;
    color: #e4002b;
}

.s3_detail .btnbox .video {
    font-family: Montserrat-Bold;
    font-size: 16px;
    color: #ffffff;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.s3_detail .btnbox .video .play {
    margin-right: 12px;
}

.s3_detail .btnbox .video:hover .play {
    transform: scale(1.05);
}

@media(max-width:1600px) {
    .s3_detail {
        padding: 40px 0px 50px 0px;
    }

    .s3_detail .rn_title46 {
        margin-bottom: 20px;
    }

    .s3_detail .sharebox {
        margin-bottom: 40px;
    }

    .s3_detail .inner {
        width: 60%;
        padding: 50px 20px 50px 30px;
    }

    .s3_detail .btnbox .video .play {
        margin-right: 10px;
    }

    .s3_detail .btnbox a {
        width: 180px;
        height: 50px;
        font-size: 16px;
        margin-right: 30px;
    }

    .s3_detail .inner .content {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 40px;
    }
}

@media(max-width:1333px) {
    .s3_detail .rn_title46 {
        margin-bottom: 15px;
    }

    .s3_detail .sharebox {
        margin-bottom: 30px;
    }

    .s3_detail .inner .content {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 30px;
    }

    .s3_detail .btnbox .video .play {
        width: 65px;
    }
}

@media(max-width:999px) {
    .s3_detail {
        padding: 30px 0px 40px 0px;
    }

    .s3_detail .rn_title46 {
        margin-bottom: 10px;
    }

    .s3_detail .sharebox {
        margin-bottom: 20px;
    }

    .s3_detail .inner {
        width: 60%;
        padding: 40px 20px 40px 30px;
    }

    .s3_detail .inner {
        width: 80%;
        padding: 40px 20px 40px 30px;
    }
}

@media(max-width:768px) {
    .s3_detail .sharebox span {
        margin-right: 5px;
        font-size: 14px;
    }

    .s3_detail .inner .content {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 20px;
    }

    .s3_detail .btnbox a {
        width: 150px;
        height: 45px;
        font-size: 14px;
        margin-right: 20px;
    }

    .s3_detail .btnbox .video .play {
        width: 60px;
    }

    .s3_detail .btnbox .video {
        font-size: 14px;
    }

    .s3_detail .inner {
        width: 100%;
        padding: 30px 20px 30px 20px;
    }
}

@media(max-width:570px) {
    .s3_detail {
        padding: 20px 0px 30px 0px;
    }

    .s3_detail .inner {
        width: 100%;
        padding: 20px;
    }

    .s3_detail .btnbox {
        flex-wrap: wrap;
    }

    .s3_detail .btnbox>a {
        margin-bottom: 8px;
    }

    .s3_detail .video {
        margin-bottom: 8px;
    }

    .s3_detail .btnbox .video .play {
        width: 50px;
    }
}


/* s3_cleaning */

.s3_cleaning {
    padding: 85px 0px 64px;
    background-repeat: no-repeat;
background-image: url(../images/2-3bg2.png);
}

.s3_cleaning .rn_title46 {
    font-family: Montserrat-Regular;
    margin-bottom: 14px;
}

.s3_cleaning .content {
    font-family: Montserrat-Light;
    font-size: 18px;
    line-height: 30px;
    color: #333333;
    margin-bottom: 43px;
}

.s3_cleaning .s3_s1 {
    padding-bottom: 89px;
}

.s3_cleaning .swiper-slide {
    overflow: hidden;
}

.s3_cleaning .swiper-slide img:hover {
    transform: scale(1.05);
}
.s3_cleaning .swiper-slide .title{ text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 17px;}

.s3_cleaning .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    border-radius: 8px;
    border: solid 1px #e4002b;
    background-color: #fff;
    opacity: 1;
    margin-right: 13px !important;
}

.s3_cleaning .swiper-pagination-bullet:last-child {
    margin-right: 0 !important;
}

.s3_cleaning .swiper-pagination-bullet-active {
    border: solid 1px #e4002b;
    background-color: #e4002b;
}

@media(max-width:1600px) {
    .s3_cleaning {
        padding: 50px 0px;
    }

    .s3_cleaning .content {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 35px;
    }

    .s3_cleaning .s3_s1 {
        padding-bottom: 70px;
    }

    .s3_cleaning .rn_title46 {
        margin-bottom: 10px;
    }
}

@media(max-width:1333px) {
    .s3_cleaning .content {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 25px;
    }

    .s3_cleaning .s3_s1 {
        padding-bottom: 50px;
    }
}

@media(max-width:999px) {
    .s3_cleaning {
        padding: 40px 0px;
    }

    .s3_cleaning .content {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 15px;
    }
}

@media(max-width:768px) {
    .s3_cleaning .content {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .s3_cleaning .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        margin-right: 8px !important;
    }
}

@media(max-width:570px) {
    .s3_cleaning {
        padding: 30px 0px;
    }
}


/* s3_process */

.s3_process {
    padding: 71px 0px 76px;
}

.s3_process .rn_title46 {
    text-align: center;
    font-family: Montserrat-Regular;
    margin-bottom: 81px;
}

.s3_process .swiper {
    position: relative;
    margin-bottom: 84px;
}

.s3_process .swiper::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #949494;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.s3_process .name {
    text-align: center;
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    height: 48px;
    margin-bottom: 8px;
    overflow: auto;
    scrollbar-color: #333 rgba(0, 0, 0, 0.05);
    scrollbar-width: thin;
}

.s3_process .in {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.s3_process .in span {
    position: absolute;
    font-family: Montserrat-Regular;
    font-size: 18px;
    color: #ffffff;
}

.s3_process .swiper-slide .inner span {
    transform: translateY(-5px);
}

.s3_process .swiper-slide .inner:last-child {
    height: 123px;
}

.s3_process .swiper-slide:nth-child(2n) {
    display: flex;
    flex-direction: column-reverse;
}

.s3_process .swiper-slide:nth-child(2n) .inner1 {
    display: flex;
    flex-direction: column-reverse;
}

.s3_process .swiper-slide:nth-child(2n) .inner1 span {
    transform: translateY(5px) !important;
}

.s3_process .btnbox {
    display: flex;
    justify-content: center;
    align-items: center;
}

.s3_process .btnbox i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background-color: #ffffff;
    border: solid 2px #e4002b;
    color: #e4002b;
    border-radius: 50px;
    cursor: pointer;
}

.s3_process .btnbox i:first-child {
    margin-right: 13px;
}

.s3_process .btnbox i:hover {
    background-color: #e4002b;
    color: #fff;
}

@media(max-width:1600px) {
    .s3_process {
        padding: 50px 0px;
    }

    .s3_process .rn_title46 {
        margin-bottom: 45px;
    }

    .s3_process .swiper {
        margin-bottom: 50px;
    }
}

@media(max-width:1333px) {
    .s3_process .rn_title46 {
        margin-bottom: 35px;
    }

    .s3_process .swiper {
        margin-bottom: 40px;
    }
}

@media(max-width:999px) {
    .s3_process {
        padding: 40px 0px;
    }

    .s3_process .rn_title46 {
        margin-bottom: 25px;
    }

    .s3_process .swiper {
        margin-bottom: 30px;
    }
}

@media(max-width:768px) {
    .s3_process .rn_title46 {
        margin-bottom: 45px;
    }

    .s3_process .rn_title46 {
        margin-bottom: 15px;
    }

    .s3_process .swiper {
        margin-bottom: 20px;
    }

    .s3_process .name {
        font-size: 14px;
        line-height: 24px;
        min-height: 48px;
        margin-bottom: 8px;
    }

    .s3_process .in span {
        font-size: 16px;
    }
}

@media(max-width:570px) {
    .s3_process {
        padding: 30px 0px;
    }

    .s3_process .rn_title46 {
        margin-bottom: 10px;
    }
}

/* a3_features */

.a3_features {
    padding: 61px 0px 97px;
    background-color: #ececec;
}

.a3_features .rn_title46 {
    text-align: center;
    font-family: Montserrat-Regular;
    margin-bottom: 70px;
}

.a3_features .wrap {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 88px;
    margin-bottom: 45px;
    border-bottom: 1px solid rgba(0, 0, 0, .3);
}

.a3_features .inner {
    width: 23.75%;
    margin-right: 1.625%;
    background-color: #fff;
    min-height: 220px;
    box-shadow: 0px -7px 70px 0px rgba(0, 0, 0, 0.14);
    padding: 18px 15px 15px 22px;
      margin-bottom: 20px;
}

.a3_features .inner:last-child,.a3_features .inner:nth-child(4n) {
    margin-right: 0;
}

.a3_features .inner img {
    margin-bottom: 13px;
}

.a3_features .inner .content {
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 30px;
    color: #333333;
}

.a3_features .contact {
    font-family: Montserrat-Regular;
    font-size: 24px;
    line-height: 30px;
    color: #333333;
    text-align: center;
    width: 91%;
    margin: 0 auto;
}

@media(max-width:1600px) {
    .a3_features {
        padding: 50px 0px;
    }

    .a3_features .rn_title46 {
        margin-bottom: 45px;
    }

    .a3_features .inner {
        width: 23.75%;
        margin-right: 1.625%;
        min-height: 220px;
        padding: 15px 15px 20px 20px;
    }

    .a3_features .wrap {
        padding-bottom: 50px;
        margin-bottom: 35px;
        border-bottom: 1px solid rgba(0, 0, 0, .3);
    }

    .a3_features .contact {
        font-size: 22px;
        line-height: 30px;
        width: 100%;
    }
}

@media(max-width:1333px) {
    .a3_features .rn_title46 {
        margin-bottom: 35px;
    }

    .a3_features .inner img {
        margin-bottom: 10px;
    }

    .a3_features .inner .content {
        font-size: 16px;
        line-height: 28px;
    }

    .a3_features .inner {
        width: 23.75%;
        margin-right: 1.625%;
        min-height: 220px;
        padding: 15px;
    }

    .a3_features .contact {
        font-size: 20px;
        line-height: 28px;
    }
}

@media(max-width:999px) {
    .a3_features {
        padding: 40px 0px;
    }

    .a3_features .rn_title46 {
        margin-bottom: 25px;
    }

    .a3_features .wrap {
        padding-bottom: 40px;
        margin-bottom: 25px;
        border-bottom: 1px solid rgba(0, 0, 0, .3);
    }

    .a3_features .contact {
        font-size: 18px;
        line-height: 26px;
    }

    .a3_features .inner img {
        width: 30px;
    }

    .a3_features .wrap {
        flex-direction: column;
    }

    .a3_features .inner {
        width: 100%;
        margin-right: 1.625%;
        min-height: auto;
        padding: 15px;
        margin-bottom: 20px;
    }

  /*  .a3_features .inner:last-child {
        margin-bottom: 0;
    }*/
}

@media(max-width:768px) {
    .a3_features .rn_title46 {
        margin-bottom: 25px;
    }

    .a3_features .contact {
        font-size: 16px;
        line-height: 26px;
    }

    .a3_features .inner .content {
        font-size: 14px;
        line-height: 24px;
    }

    .a3_features .inner img {
        width: 25px;
    }
}

@media(max-width:570px) {
    .a3_features {
        padding: 30px 0px;
    }

    .a3_features .rn_title46 {
        margin-bottom: 15px;
    }

    .a3_features .wrap {
        padding-bottom: 30px;
        margin-bottom: 20px;
        border-bottom: 1px solid rgba(0, 0, 0, .3);
    }

    .a3_features .inner img {
        width: 20px;
    }
}


/* quality_control */

.quality_control {
    padding: 94px 0px 0px;
}

.quality_control .rn_title46 {
    text-align: center;
    margin-bottom: 26px;
}

.quality_control .content {
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 28px;
    color: #333333;
    text-align: center;
    margin-bottom: 26px;
}


.resource_faq .quest1:last-child {
    margin-bottom: 0;
}

.resource_faq .question {
    background-color: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.resource_faq .question .que {
    width: 100%;
    font-family: Montserrat-Bold;
    font-size: 30px;
    line-height: 30px;
    color: #333333;
    display: flex;
    align-items: center;

}

.resource_faq .question .que span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 53px;
    height: 53px;
    background-color: #e4002b;
    border-radius: 0px 20px 0px 20px;
    font-family: Montserrat-Bold;
    font-size: 24px;
    color: #ffffff;
    margin-right: 18px;
}

.resource_faq .question i {
    font-size: 22px;
}

.resource_faq .quest1 .answer {
    display: none;
    transition: none;
    padding-top: 23px;
}

.resource_faq .quest1 .answer p {
    transition: none;

    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 26px;
    color: #333333;
}

.resource_faq .quest1 {
    padding: 36px 0px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding-right:38% !important;
}

.resource_faq .question i {
    display: inline-block;
    transform: rotate(180deg);
}

.resource_faq .active {
    padding: 36px 0px 31px;
}

.resource_faq .active .question i {
    transform: rotate(360deg)
}

@media(max-width:1600px) {
    .quality_control {
        padding: 40px 0px 0px;
    }

    .quality_control .rn_title46 {
        margin-bottom: 25px;
    }

    .quality_control .content {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 25px;
    }

    .resource_faq .question .que {
        font-size: 28px;
        line-height: 30px;
    }

    .resource_faq .question .que span {
        width: 50px;
        height: 50px;
        font-size: 22px;
        margin-right: 15px;
    }

    .resource_faq .quest1 .answer {
        padding-top: 20px;
    }

    .resource_faq .quest1 {
        padding: 30px 0px !important;
        padding-right:38% !important;
    }
}

@media(max-width:1333px) {
    .quality_control .rn_title46 {
        margin-bottom: 20px;
    }

    .quality_control .content {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .resource_faq .question .que {
        font-size: 26px;
        line-height: 30px;
    }

    .resource_faq .question .que span {
        width: 45px;
        height: 45px;
        font-size: 20px;
        margin-right: 10px;
    }

    .resource_faq .quest1 .answer {
        padding-top: 15px;
    }

    .resource_faq .question i {
        font-size: 20px;
    }

    .resource_faq .quest1 {
        padding: 25px 0px !important;
    }
    .resource_faq .quest1 {
        padding-right:20% !important;
    }

}

@media(max-width:999px) {
    .quality_control {
        padding: 30px 0px 0px;
    }

    .quality_control .rn_title46 {
        margin-bottom: 15px;
    }

    .quality_control .content {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 15px;
    }

    .resource_faq .question .que {
        font-size: 20px;
        line-height: 28px;
    }

    .resource_faq .question .que span {
        width: 42px;
        height: 42px;
        font-size: 18px;
        margin-right: 10px;
    }

    .resource_faq .question i {
        font-size: 18px;
    }

    .resource_faq .quest1 {
        padding: 15px 0px !important;
    }
}

@media(max-width:768px) {
    .quality_control .rn_title46 {
        margin-bottom: 10px;
    }

    .quality_control .content {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .resource_faq .question .que {
        font-size: 18px;
        line-height: 26px;
    }

    .resource_faq .question .que span {
        width: 38px;
        height: 38px;
        font-size: 16px;
        margin-right: 10px;
    }

    .resource_faq .quest1 .answer p {
        font-size: 14px;
        line-height: 24px;
    }

    .resource_faq .quest1 {
        padding: 15px 0px !important;
    }
}

@media(max-width:570px) {
    .quality_control {
        padding: 20px 0px 0px;
    }

    .resource_faq .question .que {
        font-size: 16px;
        line-height: 24px;
    }

    .resource_faq .question .que span {
        width: 30px;
        height: 30px;
        font-size: 14px;
        margin-right: 5px;
        border-radius: 0px 15px 0px 15px;
    }

    .resource_faq .quest1 .answer {
        padding-top: 10px;
    }
}


/* n1_list */

.n1_list {
    padding: 101px 0px 73px;
}

.n1_list .wrap {
    display: flex;
    flex-wrap: wrap;
}

.n1_list .inner {
    width: 23.75%;
    margin-right: 1.625%;
    margin-bottom: 49px;
}

.n1_list .inner:nth-child(4n) {
    margin-right: 0;
}

.n1_list .inner:nth-last-child(-n+4) {
    margin-bottom: 0;
}

.n1_list .imgbox {
    overflow: hidden;
}

.n1_list .imgbox img:hover {
    transform: scale(1.05);
}

.n1_list .contact {
    padding: 14px 0px 0px 12px;
}

.n1_list .title {
    font-family: Montserrat-Bold;
    font-size: 18px;
    line-height: 30px;
    color: #333333;
    margin-bottom: 14px;
    min-height: 60px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.n1_list .title a {
    color: #333;
}

.n1_list .title:hover,
.n1_list .title a:hover {
    color: #e4002b;
}

.n1_list .data {
    font-family: Montserrat-Light;
    font-size: 14px;
    color: #999999;
    margin-bottom: 39px;
}

.n1_list .learn_more {
    font-family: Montserrat-Regular;
    /* text-decoration: underline; */
    font-size: 16px;
    color: #e4002b; text-transform:uppercase;
}

.n1_list .learn_more:hover {
    text-decoration: underline;
}


@media(max-width:1600px) {
    .n1_list {
        padding: 40px 0px 50px;
    }

    .n1_list .title {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 10px;
        min-height: 60px;
    }

    .n1_list .data {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .n1_list .inner {
        width: 23.75%;
        margin-right: 1.625%;
        margin-bottom: 40px;
    }
}

@media(max-width:1333px) {
    .n1_list .data {
        font-size: 14px;
        margin-bottom: 12px;
    }

    .n1_list .inner {
        width: 23.75%;
        margin-right: 1.625%;
        margin-bottom: 30px;
    }

    .n1_list .contact {
        padding: 10px 0px 0px 10px;
    }

    .n1_list .title {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 10px;
        min-height: 52px;
    }
}

@media(max-width:999px) {
    .n1_list {
        padding: 30px 0px 40px;
    }

    .n1_list .inner {
        width: 32%;
        margin-right: 2%;
        margin-bottom: 20px;
    }

    .n1_list .inner:nth-child(4n) {
        margin-right: 2%;
    }

    .n1_list .inner:nth-child(3n) {
        margin-right: 0;
    }
}

@media(max-width:768px) {
    .n1_list .title {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 8px;
        min-height: 48px;
    }

    .n1_list .data {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .n1_list .learn_more {
        font-size: 14px;
    }
}

@media(max-width:570px) {
    .n1_list {
        padding: 20px 0px 30px;
    }

    .n1_list .inner {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 20px;
    }

    .n1_list .inner:nth-child(3n) {
        margin-right: 2%;
    }

    .n1_list .inner:nth-child(2n) {
        margin-right: 0;
    }

    .n1_list .inner:nth-last-child(-n+4) {
        margin-bottom: 20px;
    }

    .n1_list .inner:nth-last-child(-n+2) {
        margin-bottom: 0;
    }
}

@media(max-width:400px) {
    .n1_list .inner {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 15px !important;
    }
}


/* n2_detail */

.n2_detail {
    padding: 98px 0px 35px;
}

.n2_detail .rn_title36 {
    margin-bottom: 14px;
}

.n2_detail .con {
    display: flex;
    align-items: center;
    font-family: Montserrat-Light;
    font-size: 14px;
    color: #999999;
    margin-bottom: 33px;
}

.n2_detail .data {
    margin-right: 30px;
}

.n2_detail .sharebox {
    display: flex;
    align-items: center;
}

.n2_detail .content {
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding-bottom: 44px;
}

.n2_detail .content a {
    color: #e4002b;
}

.n2_detail .content a:hover {
    text-decoration: underline;
}

.n2_detail table {
    border-collapse: collapse;
    border: 1px solid #dddddd;
    width: 100%;
    min-width: 700px;
    overflow: auto;
}

.n2_detail .tablen {
    overflow: auto;
}

.n2_detail table tr {
    color: #666666;
}

.n2_detail table tr td {
    border: 1px solid #dddddd;
    padding: 10px 15px;
    text-align: center;
}

.n2_detail video {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    left: 0;
    top: 0;
    object-fit: cover;
}

@media(max-width:1600px) {
    .n2_detail {
        padding: 40px 0px 40px;
    }

    .n2_detail .content {
        font-size: 16px;
        line-height: 30px;
        padding-bottom: 30px;
    }

    .n2_detail .con {
        font-size: 14px;
        margin-bottom: 25px;
    }
}

@media(max-width:1333px) {
    .n2_detail .content {
        font-size: 16px;
        line-height: 28px;
        padding-bottom: 20px;
    }
}

@media(max-width:999px) {
    .n2_detail {
        padding: 30px 0px 30px;
    }

    .n2_detail .con {
        font-size: 14px;
        margin-bottom: 15px;
    }
}

@media(max-width:768px) {
    .n2_detail .content {
        font-size: 14px;
        line-height: 26px;
        padding-bottom: 20px;
    }
}

@media(max-width:570px) {
    .n2_detail {
        padding: 20px 0px 20px;
    }

    .n2_detail .con {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .n2_detail .con .data {
        margin-bottom: 10px;
    }
}


/* page_control */

.page_control .inn {
    display: flex;
    align-items: center;
    margin-bottom: 11px;
}

.page_control .inn:last-child {
    margin-bottom: 0;
}

.page_control i {
    font-size: 14px;
    color: #e4002b;
    font-weight: bold;
    margin-right: 18px;
}

.page_control p,
.page_control a {
    font-family: Montserrat-Regular;
    font-size: 16px;
    color: #333333;
}

.page_control .resu {
    color: #999999;
}


.page_control a:hover .resu {
    color: #e4002b;
}

@media(max-width:1600px) {
    .page_control .inn {
        margin-bottom: 10px;
    }
}

@media(max-width:768px) {

    .page_control p,
    .page_control a {
        font-size: 14px;
    }
}



/* c1_contact */

.c1_contact {
    padding: 96px 0px 67px;
}

.c1_contact .safe {
    display: flex;
    justify-content: space-between;
}

.c1_contact .l_box {
    width: 55%;
}

.c1_contact .rn_title46 {
    margin-bottom: 18px;
}

.c1_contact .content {
    font-family: Montserrat-Light;
    font-size: 18px;
    line-height: 30px;
    color: #333333;
    margin-bottom: 30px;
}

.c1_contact .rn_title30 {
    font-family: Montserrat-Light;
    margin-bottom: 45px;
}

.c1_contact .form {
    width: 90.4%;
}

.c1_contact .inp1 {
    background-color: #ffffff;
    border-radius: 8px;
    border: solid 1px #cccccc;
    margin-bottom: 30px;
    position: relative;
}

.c1_contact .inp1 input {
    padding: 0px 20px;
}

.c1_contact textarea {
    padding: 15px 20px;
    width: 100%;
    height: 100%;
    resize: none;
    border-radius: 8px;
}

.c1_contact .inp1,
.c1_contact .inp2 {
    height: 50px;
}

.c1_contact .text {
    height: 96px;
}

.c1_contact .inp1:last-child {
    margin-bottom: 0;
}

.c1_contact .inp1 input {
    height: 100%;
    width: 100%;
    border-radius: 8px;
}

.c1_contact input,
.c1_contact textarea {
    font-family: Montserrat-Light;
    font-size: 16px;
    color: #333;
}

.c1_contact input::placeholder,
.c1_contact textarea::placeholder {
    color: #666666;
}

.c1_contact .inp1>div {
    height: 100%;
    width: 100%;
}

.c1_contact .inp2 {
    display: flex;
    justify-content: space-between;
}

.c1_contact .inp2 .l {
    width: 55.9%;
}

.c1_contact .inp2 .r {
    width: 39.1%;
    height: 100%;
    border-radius: 10px;
}

.c1_contact .inp2 .r input {
    width: 100%;
    height: 100%;
    background-color: #e6143c;
    font-family: Montserrat-Light;
    font-size: 16px;
    color: #ffffff;
    border-radius: 8px;text-transform:uppercase;
}

.c1_contact .code {
    padding-right: 120px;
}

.c1_contact .code .codebox {
    width: 110px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 99%;
    right: 1px;
    top: 50%;
    transform: translateY(-50%);
    background: #f3fbfe;
    cursor: pointer;
}

.c1_contact .must {
    position: relative;
}

.c1_contact .must::after {
    content: "*";
    position: absolute;
    left: 8px;
    top: 12px;
    color: #ff0000;
}

.c1_contact .submit {
    cursor: pointer;
}

.c1_contact .submit:hover {
    background-color: #000 !important;
}

.c1_contact .r_box {
    width: 34.78%;
    padding-top: 14px;
}

.c1_contact .inn {
    margin-bottom: 53px;
}

.c1_contact .inn:nth-of-type(2) {
    margin-bottom: 63px;
}

.c1_contact .add {
    margin-bottom: 45px;
}

.c1_contact .r_box .name {
    font-family: Montserrat-Regular;
    font-size: 20px;
    color: #333333;
    margin-bottom: 11px;
}

.c1_contact .r_box .resu {
    font-family: Montserrat-Light;
    font-size: 18px;
    color: #666666;
}

.c1_contact .email a {
    word-break: break-all;
}

.c1_contact .add .resu {
    line-height: 36px;
}

.c1_contact .blogrolls {
    display: flex;
    flex-wrap: wrap;
}

.c1_contact .follows .name {
    margin-bottom: 32px;
}

.c1_contact .blogrolls a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    color: #fff;
    font-size: 18px;
    margin-right: 10px;
    margin-bottom: 5px;
    border-radius: 8px;
}

.c1_contact .blogrolls a:hover {
    background-color: #000 !important;
}

.c1_contact .blogrolls a:last-child {
    margin-right: 0;
}

.c1_contact .blogrolls a:nth-of-type(1) {
    background-color: #29c5f6;
}

.c1_contact .blogrolls a:nth-of-type(2) {
    background-color: #3b5998;
}

.c1_contact .blogrolls a:nth-of-type(3) {
    background-color: #006dc0;
}

.c1_contact .blogrolls a:nth-of-type(4) {
    background-color: #dd332c;
}

.c1_contact .blogrolls a:nth-of-type(5) {
    background-color: #c61118;
}

.c1_contact .blogrolls a:nth-of-type(6) {
    background-color: #b50ac9;
}

@media(max-width:1600px) {
    .c1_contact {
        padding: 40px 0px 50px;
    }

    .c1_contact .r_box {
        width: 38%;
        padding-top: 0px;
    }

    .c1_contact .rn_title46 {
        margin-bottom: 15px;
    }

    .c1_contact .content {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 25px;
    }

    .c1_contact .rn_title30 {
        margin-bottom: 35px;
    }

    .c1_contact .inp1 {
        border-radius: 8px;
        margin-bottom: 25px;
    }

    .c1_contact .inn {
        margin-bottom: 45px !important;
    }
}

@media(max-width:1333px) {
    .c1_contact .rn_title46 {
        margin-bottom: 10px;
    }

    .c1_contact .content {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 20px;
    }

    .c1_contact .rn_title30 {
        margin-bottom: 25px;
    }

    .c1_contact .inp1 {
        border-radius: 8px;
        margin-bottom: 20px;
    }

    .c1_contact .r_box .name {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .c1_contact .r_box .resu {
        font-size: 16px;
    }

    .c1_contact .inn {
        margin-bottom: 35px !important;
    }

    .c1_contact .add .resu {
        line-height: 30px;
    }
}

@media(max-width:999px) {
    .c1_contact {
        padding: 30px 0px 40px;
    }

    .c1_contact .l_box {
        width: 65%;
    }

    .c1_contact .inn {
        margin-bottom: 30px !important;
    }

    .c1_contact .code input {
        padding-right: 0;
    }
}

@media(max-width:768px) {
    .c1_contact .safe {
        flex-direction: column;
    }

    .c1_contact .l_box {
        width: 100%;
        margin-bottom: 20px;
    }

    .c1_contact .r_box {
        width: 100%;
    }

    .c1_contact input,
    .c1_contact textarea {
        font-size: 14px;
    }

    .c1_contact .inp2 .r input {
        font-size: 14px;
        border-radius: 8px;
    }

    .c1_contact .inp1,
    .c1_contact .inp2 {
        height: 45px;
    }

    .c1_contact .text {
        height: 90px;
    }

    .c1_contact .content {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 15px;
    }

    .c1_contact .rn_title30 {
        margin-bottom: 15px;
    }

    .c1_contact .inn {
        margin-bottom: 20px !important;
    }

    .c1_contact .r_box .name {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .c1_contact .r_box .resu {
        font-size: 14px;
    }

    .c1_contact .blogrolls a {
        width: 35px;
        height: 35px;
        font-size: 16px;
        margin-right: 8px;
    }
}

@media(max-width:570px) {
    .c1_contact {
        padding: 20px 0px 30px;
    }

    .c1_contact .form {
        width: 100%;
    }

    .c1_contact .inp1 {
        border-radius: 8px;
        margin-bottom: 15px;
    }
}

@media(max-width:450px) {
    .c1_contact .inp2 {
        flex-direction: column;
        height: auto;
    }

    .c1_contact .inp2 .r {
        width: 70%;
        height: 100%;
        border-radius: 10px;
        height: 45px;
    }

    .c1_contact .inp2 .l {
        width: 100%;
    }
}


/* mapbox */

.mapbox {
    margin-bottom: 105px;
}

@media(max-width:1600px) {
    .mapbox {
        margin-bottom: 50px;
    }
}

@media(max-width:999px) {
    .mapbox {
        margin-bottom: 40px;
    }
}

@media(max-width:570px) {
    .mapbox {
        margin-bottom: 30px;
    }
}



@font-face {
    font-family: 'Montserrat-Bold';
    src: url('../fonts/Montserrat-Bold.eot');
    src: url('../fonts/Montserrat-Bold.eot') format('embedded-opentype'),
        url('../fonts/Montserrat-Bold.woff2') format('woff2'),
        url('../fonts/Montserrat-Bold.woff') format('woff'),
        url('../fonts/Montserrat-Bold.ttf') format('truetype'),
        url('../fonts/Montserrat-Bold.svg#MontserratBold') format('svg');
}

@font-face {
    font-family: 'Montserrat-Light';
    src: url('../fonts/MontserratLight.eot');
    src: url('../fonts/MontserratLight.eot') format('embedded-opentype'),
        url('../fonts/MontserratLight.woff2') format('woff2'),
        url('../fonts/MontserratLight.woff') format('woff'),
        url('../fonts/MontserratLight.ttf') format('truetype'),
        url('../fonts/MontserratLight.svg#MontserratLight') format('svg');
}

@font-face {
    font-family: 'Montserrat-Regular';
    src: url('../fonts/MontserratRegular.eot');
    src: url('../fonts/MontserratRegular.eot') format('embedded-opentype'),
        url('../fonts/MontserratRegular.woff2') format('woff2'),
        url('../fonts/MontserratRegular.woff') format('woff'),
        url('../fonts/MontserratRegular.ttf') format('truetype'),
        url('../fonts/MontserratRegular.svg#MontserratRegular') format('svg');
}


.bgf5 {
    background-color: #f7f7f7 !important;
}

.bgec {
    background-color: #ececec !important;
}

.bgec i {
    color: #666;
}

.check {
    background-color: #007e4d !important;
}

.close_form {
    opacity: 0;
    pointer-events: none;
}

.rota {
    transform: rotate(90deg);
}

.rota45 {
    transform: rotate(45deg);
}

.swiper-button-lock {
    display: none !important;
}

.opc0 {
    opacity: 0;
}

@font-face {
    font-family: "iconfont";
    /* Project id 4354916 */
    src:
        url('data:application/x-font-woff2;charset=utf-8;base64,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') format('woff2'),
        url('iconfont.woff?t=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
}
/* Sitemap -- start*/

.sitmaphtml {
	padding: 63px 0 69px 0;
	margin-top:60px;
}


.sitmaphtml a {
	display: block;
}


.sitmaphtml .title {
	font-family: HelveticaLTStd-BoldCond;
	font-size: 85px;
	line-height: 85px;
	color: #111111;
	position: relative;
	z-index: 9;
	margin-bottom: 68px;
}


.sitmaphtml .title::after {
	content: "Sitemap";
	position: absolute;
	bottom: -55px;
	left: -100px;
	z-index: -1;
	color: #a3a3a3;
	opacity: 0.1;
	font-size: 100px;
}


.sTit {
	background-color: rgba(0, 0, 0, 0.04);
	padding: 12px 36px;
	position: relative;
	padding-right: 50px;
}

.sTit a {
	font-family: HelveticaLTStd-BoldCond;
	font-size: 32px;
	line-height: 45px;
	color: #111111;
}

.sTit .btn {
	cursor: pointer;
	display: none;
}

.sTit .btn:hover i {
	color: #ef8200;
}


.sitmapPages {
	margin-bottom: 19px;
}


.sitmapPages .list {
	padding: 23px 40px;
	display: flex;
	flex-wrap: wrap;
}


.sitmapPages .list a {
	margin-top: 16px;
	font-size: 16px;
	color: #111111;
	width: 17.6%;
	margin-right: 3%;
}

.sitmapPages .list a:nth-child(-n+5) {
	margin-top: 0;
}


.sitmapPages .list a:nth-child(5n) {
	margin-right: 0;
}




.sitmapList .item {
	margin-bottom: 52px;
}


.sitmapList .item:last-child {
	margin-bottom: 0;
}


.sitmapList .list li{
	position: relative;
}

.sitmapList .list {
	padding-top: 10px;
	padding-left: 20px;
}


.sitmapList .list>li {
	margin-top: 10px;
	position: relative;
}


.sitmapList .list>li:nth-child(1) {
	margin-top: 0;
}


.sitmapList .list>li>a {
	font-size: 16px;
	color: #111111;
	font-family: Inter-Bold;
	background-color: rgba(0, 0, 0, 0.06);
	padding: 8px 20px;
	padding-right: 50px;

}

.sitmapList .list>li .btn {
	position: absolute;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	right: 13px;
	top: 8px;
	cursor: pointer;
}

.sitmapList .list>li .btn:hover i{
	color: #ef8200;
}

.sitmapList .list>li .btn i {
	transform: rotate(90deg);
	font-size: 14px;
	color: #666666;
}


.sitmapList .list a{color: #333333;}
.sitmapList .list>li>ul>li>a {
	font-size: 16px;
	color: #333333;
	text-decoration: underline;
	padding: 8px 20px;
	padding-right: 50px;
}

.sitmapList .list>li>ul>li>ul>li>a {
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	padding: 10px 34px;
	position: relative;
	padding-right: 50px;
}

.sitmapList .list>li>ul>li>ul>li>a:hover::after{
	background-color: #ef8200;
}

.sitmapList .list>li>ul>li>ul>li:nth-child(1)>a {
	border-top: 1px solid rgba(0, 0, 0, .1);
}

.sitmapList .list>li>ul>li>ul>li>a::after {
	position: absolute;
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 50%;
	left: 20px;
	top: 22px;
	background-color: #000000;
	transition: .4s ease all;
}

.sitmapList .list>li>ul>li>ul>li>.box ul {
	display: flex;
	flex-wrap: wrap;
	padding: 12px 20px;
}


.sitmapList .list>li>ul>li>ul>li>.box ul li {
	width: 17.6%;
	margin-right: 3%;
}

.sitmapList .list>li>ul>li>ul>li>.box ul li:nth-child(5n) {
	margin-right: 0;
}

.sitmapList .list>li>ul>li>ul>li>.box ul li:nth-child(n) {
	margin-top: 19px;
}

.sitmapList .list>li>ul>li>ul>li>.box ul li:nth-child(-n+5) {
	margin-top: 0;
}

.sitmapList .list>li>ul>li>ul>li>.box ul li:nth-child(n) a{
	color: #666666;
}

.sitmapList li.active>.btn i{
	transform: rotate(0);
}

.sitmapList ul{
	transition: none;
}

.sitmapPages .list,
.sitmapPages .box{
	transition: none;
}
.sitmapList .box{
	transition: none;
}

@media screen and (max-width:1600px){
	.sitmaphtml .title{
		font-size: 60px;
		line-height: 60px;
		margin-bottom: 60px;	margin-top: 60px;
	}	
	.sitmaphtml .title::after{
		font-size: 70px;
		left: -80px;
		bottom: -30px;
	}
	.sTit{
		padding: 10px 30px;
	}
	.sitmapList .list>li:nth-child(n){
		margin-top: 20px;
	}
	.sTit a{
		font-size: 28px;
		line-height: 35px;
	}
}

@media screen and (max-width:1333px){
	.sitmaphtml .title{
		font-size: 50px;
		line-height: 50px;
		margin-bottom: 50px;
	}	

	.sitmaphtml .title::after{
		font-size: 60px;
		left: -80px;
		bottom: -30px;
	}
	.sTit a{
		font-size: 24px;
		line-height: 30px;
	}
	.sitmapPages .list a:nth-child(n),
	.sitmapList .list>li>ul>li>ul>li>.box ul li:nth-child(n){
		width: 23.5%;
		margin-right: 2%;
		margin-top: 15px;
	}
	.sitmapPages .list a:nth-child(-n+4),
	.sitmapList .list>li>ul>li>ul>li>.box ul li:nth-child(-n+4){
		margin-top: 0;
	}
	.sitmapPages .list a:nth-child(4n),
	.sitmapList .list>li>ul>li>ul>li>.box ul li:nth-child(4n){
		margin-right: 0;
	}
	
}
@media screen and (max-width:999px){
	.sitmaphtml .title{
		font-size: 40px;
		line-height: 40px;
		margin-bottom: 40px;
	}	
	.sitmaphtml .title::after{
		font-size: 45px;
		left: -80px;
		bottom: -20px;
	}
	
	.sitmapPages .list a:nth-child(n),
	.sitmapList .list>li>ul>li>ul>li>.box ul li:nth-child(n){
		width: 32%;
		margin-right: 2%;
		margin-top: 15px;
	}
	.sitmapPages .list a:nth-child(-n+3),
	.sitmapList .list>li>ul>li>ul>li>.box ul li:nth-child(-n+3){
		margin-top: 0;
	}
	.sitmapPages .list a:nth-child(3n),
	.sitmapList .list>li>ul>li>ul>li>.box ul li:nth-child(3n){
		margin-right: 0;
	}
	.sitmapPages .list{
		padding: 20px;
	}
	.sTit a{
		font-size: 20px;
		line-height: 30px;
	}
	.sTit .btn{
		display: flex;
		align-items: center;
		justify-content: center;
		width: 30px;
		height: 30px;
		position: absolute;
		right: 13px;
		top: 50%;
		transform: translateY(-50%);
	}
	
	.sTit .btn i{
		font-size: 12px;
		transform: rotate(90deg);
	}
	.sTit.active .btn i {
		transform: rotate(0deg);
	}
	.sitmapList .list>li:nth-child(n){
		margin-top: 15px;
	}
	.sitmapList .list{
		padding-top: 0;
	}
	.sTit{
		padding: 5px 20px;
	}
	.sitmapPages .list a{
		font-size: 14px;
		line-height: 24px;
	}
	.sitmapList .list>li>ul>li>ul>li>.box ul li:nth-child(n) a{
		font-size: 14px;
		line-height: 24px;
	}
	.sitmapList .list>li>ul>li>a,
	.sitmapList .list>li>ul>li>ul>li>a{
		font-size: 15px;
	}
	.sitmapList .item{
		margin-bottom: 20px;
	}
	.sitmapList .list>li .btn i{
		font-size: 12px;
	}
	
	.sitmapList .list>li>a{
		font-size: 15px;
	}
	.sitmapList .list>li .btn{
		top: 7px;
	}
	.sitmapList .list>li>ul>li>ul>li>a{
		padding:8px 30px;
	}
	.sitmapList .list ul,
	.sitmapList .list,
	.sitmapPages .box{
		display: none;
		transition: none;
	}
	.sitmapPages .box{
		display: none;
		transition: none;
	}
}




@media screen and (max-width:768px){
	.sitmapPages .list a:nth-child(n),
	.sitmapList .list>li>ul>li>ul>li>.box ul li:nth-child(n){
		width: 48%;
		margin-right: 4%;
		margin-top: 15px;
	}
	.sitmapPages .list a:nth-child(-n+2),
	.sitmapList .list>li>ul>li>ul>li>.box ul li:nth-child(-n+2){
		margin-top: 0;
	}
	.sitmapPages .list a:nth-child(2n),
	.sitmapList .list>li>ul>li>ul>li>.box ul li:nth-child(2n){
		margin-right: 0;
	}	
	 
	 .sitmaphtml .title{
	 	font-size: 32px;
	 	line-height: 32px;
	 	margin-bottom: 40px;
	 }	
	 .sitmaphtml .title::after{
	 	font-size: 38px;
	 	left: -25px;
	 	bottom: -20px;
	 }
	 
}


.h_s4 .btnbox {
   left: 50%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    z-index: 999;
   
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}



.h_s4 .btnbox i {
    width: 44px;
    height: 44px;
    background-color: transparent;
    border: solid 2px #e4002b;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e4002b;
    border-radius: 50px;
    cursor: pointer;
}

.h_s4 .btnbox i:first-child {
    margin-left: 0%;
}
.h_s4 .btnbox i:last-child {
    margin-right: 0%;
}
.h_s4 .btnbox i:hover {
    background-color: #e4002b;
    color: #fff;
}
@media (max-width: 768px) {
    .h_s4 .btnbox{     top: 33%;}

    .h_s4 .btnbox i:first-child {
    margin-left: 2%;
}
.h_s4 .btnbox i:last-child {
    margin-right: 2%;
}
}
header .menubox>li ul>li{     position: relative;}

.p2_cwz a{
    color:#e4002b;
}



