@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    transition: .3s linear all;
    border: none;
    outline: none;
    box-sizing: border-box;
}

:root {
    /* color */
    --co-000: #000;
    --co-111: #111;
    --co-222: #222;
    --co-333: #333;
    --co-444: #444;
    --co-555: #555;
    --co-666: #666;
    --co-777: #777;
    --co-888: #888;
    --co-999: #999;
    --co-fff: #fff;
    --co-BBB: #bbb;
    --co-CCC: #ccc;
    --co-1E1E1E: #1E1E1E;
    --co-F7F7F7: #F7F7F7;
    --co-141414: #141414;
    --co-4D4D4D: #4d4d4d;
    --co-D9D9D9: #D9D9D9;
    --co-E6E6E6: #E6E6E6;
    --co-A68D62: #A68D62;
    --co-E3C48B: #E3C48B;
    --co-927661: #927661;

    --jianbian1: linear-gradient(96deg, #F5DCA6 1.35%, #D7AE78 37.35%, #F5DCA6 62.82%, #D7AE78 100%);
    --jianbian2: linear-gradient(96deg, #E3C48B 1.35%, #D7AE78 37.35%, #F5DCA6 62.82%, #C0935C 100%);
    --jianbian_hover: linear-gradient(180deg, #F5DCA6 1.35%, #D7AE78 37.35%, #F5DCA6 62.82%, #D7AE78 100%);

    /* font */
    --font-16: 16px;
    --font-18: 18px;

    /* ziti */
    --regular: "NotoSans-Regular";
    --medium: "NotoSans-Medium";
    --bold: "NotoSans-Bold";
    --regular1: "NotoHans-Regular"
}

html {
    overflow-x: hidden;
    width: 100%;
    scroll-behavior: smooth;
    scroll-padding-top: 120px;
    margin: 0 auto;
}

body {
    background-color: #fff;
    margin: 0 auto;
    overflow-x: hidden;
    font-family: var(--regular);
    font-size: 16px;
    color: #333;
}

.bianji {
    color: var(--co-666);
    /* font-family: var(--regular); */
    font-size: 16px;
    line-height: 28px;
}

.bianji img,
.content img,
.content1 img,
.content2 img,
.content3 img,
.content4 img,
.content5 img {
    display: inline-block;
}

.bianji strong {
    font-style: normal;
    font-weight: normal;
    font-family: var(--semibold);
    font-size: 18px;
    color: #333;
}

.bianji table {
    border-collapse: collapse;
    border: 1px solid #ccc;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 15px;
    min-width: 700px;
    overflow: auto;
}

.bianji .tablen {
    overflow: auto;
}

.bianji table tr {
    color: #333;
}

.bianji table tr td {
    border: 1px solid #ccc;
    padding: 10px 15px;
    font-size: 16px;
}

@media(max-width:1333px) {
    body {
        font-size: 16px;
    }

    .bianji strong {
        font-size: 16px;
    }
}

@media(max-width:999px) {
    body {
        font-size: 14px;
    }

    .bianji {
        font-size: 14px;
        line-height: 26px;
    }

    .bianji strong {
        font-size: 14px;
    }

    .bianji table tr td {
        padding: 10px 15px;
        font-size: 14px;
    }
}


*::selection {}

.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;
    font-size: unset;
}

.clear {
    clear: both;
}

.safe {
    max-width: 1400px;
    width: calc(100% - 160px);
    margin: 0 auto;
}

@media screen and (max-width:999px) {
    .safe {
        max-width: 1400px;
        width: calc(100% - 120px) !important;
    }
}

@media screen and (max-width:768px) {
    .safe {
        width: calc(100% - 90px) !important;
    }
}

@media screen and (max-width:571px) {
    .safe {
        width: calc(100% - 50px) !important;
    }
}

.h_safe {
    max-width: 1400px;
    width: calc(100% - 160px);
    margin: 0 auto;
}

@media screen and (max-width:1600px) {
    .h_safe {
        max-width: 1400px;
        width: calc(100% - 80px) !important;
    }
}

@media screen and (max-width:1333px) {
    .h_safe {
        max-width: 1400px;
        width: calc(100% - 65px) !important;
    }
}

@media screen and (max-width:999px) {
    .h_safe {
        max-width: 1400px;
        width: calc(100% - 90px) !important;
    }
}

@media screen and (max-width:571px) {
    .h_safe {
        width: calc(100% - 50px) !important;
    }
}



/* 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)
    }
}




.m-formcountry {
    position: relative;
}

.m-formcountry .drop-btn {
    position: relative;
}

.m-formcountry .drop-btn i,
.m-formcountry .drop-btn svg {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    color: #ccc;
    right: 0px;
    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;
    }
}



.lanauage_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    color: #fff;
    margin-right: 0px;
    margin-left: 64px;
}

.lanauage_wrap .lanauage {
    position: relative;
    transition: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #fff;
}

.lanauage_wrap .lanauage>i {
    color: var(--co-333);
    font-size: 20px;
    margin-right: 5px;
}

.lanauage_wrap .lanauage .icon-caret-up {
    font-size: 12px;
    margin-left: 5px;
}

.lanauage_wrap .lanbox {
    display: flex;
    align-items: center;
}

.lanauage_wrap .lanbox i {
    color: var(--co-333);
    font-size: 22px;
    margin-left: 5px;
}

.lanauage_wrap .lanbox .svgbox {
    flex-shrink: 0;
    margin-right: 5px;
}

.lanauage_wrap .lanbox a {
    color: var(--co-333);
    font-size: 16px;

    font-family: var(--regular);
}

.lanauage_wrap .lanbox>a:hover {
    text-decoration: underline;
}

.lanauage_wrap .lanauage .silde-down {
    transition: none;
    display: none;
    position: absolute;
    top: 100%;
    background-color: #fff;
    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;
    transform: translateX(10%);
}

.lanauage_wrap .lanauage .silde-down a {
    color: #333;
    padding: 4px 0px;
    display: inline-block;
    width: 100%;
    font-size: 16px !important;
    font-size: 14px;
}

.lanauage_wrap .silde-down li:hover {
    background-color: var(--co-A68D62);
}

.lanauage_wrap .silde-down li:hover a {
    color: #fff;
}

.lanauage_wrap .icon-bottom7 {
    font-size: 10px !important;
    margin-left: 7px;
    color: #333;
}

/* .lanauage_wrap .lanauage:hover .lanbox>a {
    color: var(--co-E77817) !important;
}

.lanauage_wrap .lanauage:hover i {
    color: var(--co-E77817) !important;
} */


@media(max-width:1333px) {
    .lanauage_wrap .lanauage .silde-down a {
        padding: 3px 0px;
        font-size: 14px !important;
    }

    .lanauage_wrap .lanauage .silde-down {
        min-width: 100px;
        width: 100px;
        max-width: 200px;
        margin-top: 14px;
    }
}


/* 移动端 */

.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: 16px;
        right: 62px;
        padding: 4px;
        border-radius: 4px;
        overflow: hidden;
        background: #FFFFFF;
        width: 34px;
        -webkit-transition: all 550ms;
        -o-transition: all 550ms;
        -moz-transition: all 550ms;
        transition: all 550ms;
    }

    .m-mobilenav .mbnav-btn .line {
        width: 100%;
        height: 2px;
        background-color: #00205b;
    }

    .m-mobilenav .mbnav-btn.active .line {
        background-color: #FFFFFF;
    }

    .m-mobilenav .mbnav-btn .line2 {
        margin-top: 6px;
        margin-bottom: 6px;
    }

    .m-mobilenav .mbnav-btn .smalldaohangxuanzhong {
        background-color: #FFFFFF;
    }

    .m-mobilenav .mbnav-btn.active {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        background: transparent;
        top: 50px;
    }

    .m-mobilenav .mbnav-bd {
        position: absolute;
        left: 0;
        top: 0;
        width: 300px;
        height: 100%;
        top: 0;
        visibility: hidden;
        z-index: 1;
    }

    .m-mobilenav .mbnav-bd.show {
        visibility: visible;
    }

    .m-mobilenav .mbnav-bd.show .mbnav-wp {
        height: 100%;
        opacity: 1;
    }

    .m-mobilenav .mbnav-bd.show .mbnav-item>a {
        opacity: 1;
        color: #FFFFFF;
        -webkit-transform: scale(1) translate(0, 0);
        -moz-transform: scale(1) translate(0, 0);
        -ms-transform: scale(1) translate(0, 0);
        -o-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0);
    }

    .m-mobilenav .mbnav-wp {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 0;
        background-color: rgba(51, 51, 51, 0.9);
        top: 0;
        -webkit-transition: all 550ms;
        -o-transition: all 550ms;
        -moz-transition: all 550ms;
        transition: all 550ms;
        opacity: 0;
    }

    .m-mobilenav .mbnav-fix {
        position: absolute;
        left: 0;
        top: 60px;
        z-index: 1;
        height: -moz-calc(100% - 60px);
        height: calc(100% - 60px);
        width: 100%;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        /* overflow-y: scroll; */
        overflow-y: scroll;
        overflow-x: hidden;
    }

    .m-mobilenav .mbnav-item {
        position: relative;
        padding-left: 44px;
        padding-right: 24px;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .m-mobilenav .mbnav-item i {
        position: absolute;
        left: 13px;
        top: 7px;
        width: 24px;
        height: 24px;
        line-height: 24px;
        text-align: center;
        background: transparent;
        font-size: 16px;
        color: #fff;
        cursor: pointer;
    }

    .m-mobilenav .mbnav-item>a {
        display: block;
        line-height: 26px;
        font-size: 16px;
        color: #FFFFFF;
        -webkit-transform: scale(1.1) translate(60px, -35px);
        -moz-transform: scale(1.1) translate(60px, -35px);
        -ms-transform: scale(1.1) translate(60px, -35px);
        -o-transform: scale(1.1) translate(60px, -35px);
        transform: scale(1.1) translate(60px, -35px);
        opacity: 0;
        -webkit-transition: 0.5s 0.1s;
        -o-transition: 0.5s 0.1s;
        -moz-transition: 0.5s 0.1s;
        transition: 0.5s 0.1s;
    }

    .m-mobilenav .mbnav-item>a.current:after {
        content: "";
        margin-left: 5px;
        display: inline-block;
        *display: inline;
        *zoom: 1;
        vertical-align: middle;
        width: 6px;
        height: 6px;
        background-color: #fff;
        border-radius: 50%;
        -webkit-transition: all 550ms;
        -o-transition: all 550ms;
        -moz-transition: all 550ms;
        transition: all 550ms;
    }

    .m-mobilenav .mbnav-item>a.active {
        color: #529dba;
    }

    .m-mobilenav .mbnav-item>a.active:after {
        background-color: #529dba;
    }

    .m-mobilenav .mbnav-item:nth-child(1)>a {
        -webkit-transition-delay: 250ms;
        -moz-transition-delay: 250ms;
        -o-transition-delay: 250ms;
        transition-delay: 250ms;
    }

    .m-mobilenav .mbnav-item:nth-child(2)>a {
        -webkit-transition-delay: 300ms;
        -moz-transition-delay: 300ms;
        -o-transition-delay: 300ms;
        transition-delay: 300ms;
    }

    .m-mobilenav .mbnav-item:nth-child(3)>a {
        -webkit-transition-delay: 350ms;
        -moz-transition-delay: 350ms;
        -o-transition-delay: 350ms;
        transition-delay: 350ms;
    }

    .m-mobilenav .mbnav-item:nth-child(4)>a {
        -webkit-transition-delay: 400ms;
        -moz-transition-delay: 400ms;
        -o-transition-delay: 400ms;
        transition-delay: 400ms;
    }

    .m-mobilenav .mbnav-item:nth-child(5)>a {
        -webkit-transition-delay: 450ms;
        -moz-transition-delay: 450ms;
        -o-transition-delay: 450ms;
        transition-delay: 450ms;
    }

    .m-mobilenav .mbnav-item:nth-child(6)>a {
        -webkit-transition-delay: 500ms;
        -moz-transition-delay: 500ms;
        -o-transition-delay: 500ms;
        transition-delay: 500ms;
    }

    .m-mobilenav .mbnav-item:nth-child(7)>a {
        -webkit-transition-delay: 550ms;
        -moz-transition-delay: 550ms;
        -o-transition-delay: 550ms;
        transition-delay: 550ms;
    }

    .m-mobilenav .mbnav-item:nth-child(8)>a {
        -webkit-transition-delay: 600ms;
        -moz-transition-delay: 600ms;
        -o-transition-delay: 600ms;
        transition-delay: 600ms;
    }

    .m-mobilenav .mbsbnav-list {
        padding: 10px 0;
        display: none;
        transition: none;
    }

    .m-mobilenav .mbsbnav-item {
        position: relative;
        padding-left: 20px;
        padding-right: 5px;
    }

    .m-mobilenav .mbsbnav-item i {
        left: 0;
        top: 6px;
        line-height: 24px;
    }

    .m-mobilenav .mbsbnav-item a {
        display: block;
        padding: 5px 5px;
        line-height: 24px;
        font-size: 14px;
        color: #fff;
    }

    .m-mobilenav .mbsbnav-item a.active {
        color: #529dba;
    }

    .box-form-tj {
        position: absolute;
        font-size: 20px !important;
        right: 5px;
        top: 8px;
        color: #043F71;
    }
}

@media screen and (max-width: 768px) {
    .m-mobilenav .mbnav-item>a {
        font-size: 14px;
        line-height: 24px;
    }

    .m-mobilenav .mbnav-item {
        padding-top: 5px;
    }

    .m-mobilenav .mbnav-item i {
        top: 4px;
    }

    .m-mobilenav .mbnav-btn {
        top: 13px;
        right: 26px;
    }

}


@media screen and (max-width: 571px) {
    .m-mobilenav .mbnav-btn {
        top: 12px;
    }
}


/* search */

.searchbox {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transform: translateY(0px);
}

.searchbox a {
    color: var(--co-333);
    font-size: 22px;
    cursor: pointer;
    font-weight: bold;
}

.searchbox .s_wrap {
    position: absolute;
    right: 0;
    width: 250px;
    top: 100%;
    background-color: #fff;
    height: 50px;
    border: 2px solid var(--co-A68D62);
    padding-left: 15px;
    display: none;
    transition: none;
    transform: translateY(15px);

    box-shadow: 4px 4px 16px 0px rgba(210, 210, 214, 0.4);
}

.searchbox .s_wrap .s_inner {
    display: flex;
    align-items: center;
    height: 100%;
}

.searchbox .s_wrap .ent {
    height: 100%;
    width: 80%;
    font-size: 16px;
    color: var(--co-333);
    padding-right: 15px;
    font-family: var(--regular);
}

.searchbox .s_wrap .searchbtn {
    width: 20%;
    height: 100%;
    position: relative;
}

.searchbox .s_wrap .searchbtn .sea {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    font-size: 18px;
    pointer-events: none;
    font-weight: bold;
    cursor: pointer;
}

.searchbox .s_wrap .sub {
    width: 100%;
    height: 100%;
    cursor: pointer;
    background-color: transparent;
}

.searchbox .s_wrap .searchbtn:hover i {
    color: var(--co-A68D62);
}

.searchbox a:hover {
    color: var(--co-A68D62);
}






/*  */


header {
    width: 100%;
    position: fixed;
    z-index: 2;
    border-radius: 1px;
    top: 0px;
    z-index: 1000;
    margin: 0 auto;
    background: var(--jianbian1);

    box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.05);
}

/* 隐藏头部的类 */
header.hide {
    transform: translate3d(0, -100%, 0);
}

header .top {
    background: var(--co-18318D);
    display: flex;
    align-items: center;
}

header .top .h_safe {
    height: 40px;
    display: flex;
    justify-content: space-between;
}

header .bottom {
    background-color: var(--co-fff);
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.06);
    height: 90px;
}

header .h_safe {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .logo {
    flex-shrink: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

header .rightbox {
    width: 100%;
}

header .bottombox {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

header .bottombox .lanauage_wrap {
    display: none;
}

header .menubox {
    display: flex;
    align-items: center;
    height: 100%;
    margin-right: 65px;
}

header .menubox>li {
    position: relative;
    margin-right: 36px;
}

header .menubox>li:last-child {
    margin-right: 0;
}

header .menubox>li>a {
    padding: 31.5px 10px;
    display: flex;
    align-items: center;
    position: relative;

    color: var(--co-333);
    font-family: "Microsoft YaHei", sans-serif;
    /* font-family: var(--regular); */
    font-size: 18px;
}

header .menubox>li>a::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 50px;
    border-radius: 99px;
    background: #fff;
    height: 2px;
    display: none;
}

header .searchbox {
    margin-right: 42px;
}

header .btn {
    width: 136px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--co-333);
    font-family: var(--regular);
    font-size: 18px;
    border-radius: 999px;
    background: var(--jianbian1);
}

header .btn:hover {
    background: var(--jianbian2);
}

/* yiji */

header .list1 {
    position: absolute;
    top: 100%;
    left: 0%;
    width: 100%;
    display: none;
    transition: none;
    min-width: 250px;
    /* padding-top: 7px; */
    width: max-content;

    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.10);
}

header .list1>div {
    background-color: rgba(255, 255, 255, 1);
    padding: 0px 0px;
}

header .list1>div>li {
    position: relative;
}

header .list1>div>li>a {
    padding: 13px 23px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;

    color: var(--co-141414);
    font-family: var(--regular);
    font-size: 16px;
}

header .list1>div>li>a i {
    color: var(--co-fff);
    opacity: 0;
}

header .list1>div>li {
    margin-bottom: 0px;
}

header .list1>div>li:last-child {
    margin-bottom: 0;
}



/* erji */

header .list2 {
    position: absolute;
    left: 100%;
    top: 0%;
    min-width: 194px;
    display: none;
    transition: none;

    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.10);
}

header .list2>div {
    background-color: #fff;
}

header .list2>div>li {
    margin-bottom: 0px;
}

header .list2>div>li>a {
    display: inline-block;
    width: 100%;
    padding: 17px 15px 17px 24px;
    color: var(--co-1E1E1E);
}

header .list2>div>li:last-child {
    margin-bottom: 0;
}

header .menubox>li:nth-of-type(5) .list2 {
    min-width: 321px;
}



header .menubox>li>a:hover {
    color: var(--co-A68D62);
}

header .menubox>.active_tit>a {
    color: var(--co-A68D62);
}


header .list1 li:hover>a {
    background: var(--co-A68D62);
    color: var(--co-fff);
}

header .list1 li:hover>a span {
    color: var(--co-fff);
}

header .list1 li:hover>a i {
    opacity: 1;
}

.fix_header {}

@media(max-width:1700px) {
    header .menubox {
        margin-right: 60px;
    }
}

@media(max-width:1600px) {
    header .searchbox {
        margin-right: 30px;
    }

    header .menubox {
        margin-right: 30px;
    }

    header .menubox>li {
        margin-right: 25px;
    }

    .searchbox a {
        font-size: 20px;
    }
}

@media(max-width:1333px) {
    header .btn {
        width: 130px;
        height: 50px;
        font-size: 16px;
    }

    header .menubox>li>a {
        padding: 31.5px 8px;
        font-size: 16px;
    }

    header .menubox>li {
        margin-right: 15px;
    }

    header .logo img {
        width: 220px;
    }

    .searchbox .s_wrap .ent {
        height: 100%;
        width: 80%;
        font-size: 14px;
        padding-right: 15px;
    }

    .searchbox a {
        font-size: 18px;
    }
}

@media(max-width:1150px) {

    header .top .name,
    .lanauage_wrap .lanbox a {
        font-size: 14px;
    }

    header .btn {
        width: 125px;
        height: 45px;
        font-size: 14px;
    }

    header .menubox>li>a {
        padding: 28px 5px;
        font-size: 14px;
    }

    header .logo img {
        width: 200px;
    }

    header .bottom {
        height: 78px;
    }

    .searchbox a {
        font-size: 16px;
    }
}

@media(max-width:999px) {

    header .top,
    header .menubox,
    header .btn,
    header .searchbox {
        display: none;
    }

    header .bottom {
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    header .bottombox .lanauage_wrap {
        display: block;
        margin-right: 55px;
    }

    header .logo img {
        width: 190px;
    }
}

@media(max-width:768px) {
    header .bottom {
        height: 50px;
    }

    header .bottombox .lanauage_wrap {
        margin-left: 0;
        margin-right: 35px;
    }

    header .logo img {
        width: 180px;
    }
}

@media(max-width:538px) {
    header .logo img {
        width: 150px;
    }
}

/* login */

.login {
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login .bg {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.login .safe {
    padding: 0px 10px;
}

.login .cardbox {
    display: flex;
    justify-content: space-between;
    /* align-items: flex-start; */

    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.80);
    background: rgba(0, 0, 0, 0.07);
    backdrop-filter: blur(15px);
    height: 420px;
}

.login .box {
    width: 50%;
    padding: 123px 100px 100px 100px;
    position: relative;
    height: 100%;
}

.login .box::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 189px;
    background: rgba(255, 255, 255, 0.5);
}

.login .box:nth-child(2n)::after {
    display: none;
}

.login .top {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 45px;
}

.login .top .imgbox {
    margin-bottom: 17px;
}

.login .top .imgbox:last-child {
    margin-bottom: 0;
}

.login .btn_b1 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 309px;
    height: 50px;
    background: var(--co-fff);

    color: var(--co-141414);
    font-family: var(--regular);
    font-size: 16px;
    margin: 0 auto;
}

.login .btn_b1 i {
    margin-right: 8px;
    font-size: 16px;
    font-weight: bold;
}

/* .login .btn_b1:hover {
    background: var(--co-141414);
}

.login .btn_b1:hover span {
    color: var(--co-fff);
}

.login .btn_b1:hover i {
    color: var(--co-fff);
} */

.login .btn_b2 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 309px;
    height: 50px;
    background: var(--co-fff);

    color: var(--co-141414);
    font-family: var(--regular);
    font-size: 16px;
    margin: 0 auto;
}

.login .btn_b2 i {
    margin-right: 8px;
    font-size: 16px;
    font-weight: bold;
}

.login .btn_b1:hover,
.login .btn_b2:hover {
    background: var(--jianbian2);
}

@media(max-width:1600px) {
    .login .box {
        width: 50%;
        padding: 80px;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}

@media(max-width:1333px) {
    .login .box {
        width: 50%;
        padding: 60px;
        height: 100%;
    }

    .login .cardbox {
        height: auto;
    }

    .login .btn_b1 {
        width: 285px;
        height: 50px;
        font-size: 16px;
    }
}

@media(max-width:999px) {
    .login .box {
        width: 100%;
        padding: 30px;
    }

    .login .cardbox {
        flex-direction: column;
    }

    .login .top {
        margin-bottom: 20px;
    }

    .login .box::after {
        display: none;
    }

    .login .btn_b1,
    .login .btn_b2,
    .login .btn_b1 i,
    .login .btn_b2 i {
        font-size: 14px;
    }
}

@media(max-width:768px) {
    .login .box {
        padding: 0px;
    }

    .login .cardbox {
        padding: 30px;
    }

    .login .box {
        margin-bottom: 30px;
    }

    .login .box:last-child {
        margin-bottom: 0;
    }

    .login .top .imgbox {
        margin-bottom: 10px;
    }

    .login .box:first-child .top .imgbox:first-child img {
        width: 223px;
    }

    .login .box:first-child .top .imgbox:last-child img {
        width: 129px;
    }

    .login .box:last-child .top .imgbox:first-child img {
        width: 91px;
    }

    .login .box:last-child .top .imgbox:last-child img {
        width: 75px;
    }
}

@media(max-width:538px) {

    .login .btn_b1,
    .login .btn_b2 {
        width: 100%;
        margin-right: 0;
    }
}


/* index_banner */

.index_banner {
    margin-top: 130px;
}

.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: 0;
    background-image: url("../img/jtl1.png");
    cursor: pointer;
}

.banner .slick-next {
    right: 0;
    background-image: url("../img/jtr1.png");
    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: 0 11px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.banner .slick-dots li.slick-active a {
    background-image: url("../img/dot2.png");
    cursor: pointer;
}

.banner .slick-dots a {
    display: block;
    width: 16px;
    height: 16px;
    background-image: url("../img/dot1.png");
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}

.banner.hide {
    display: none;
}


@media(max-width:1150px) {
    .index_banner {
        margin-top: 120px;
    }
}

@media(max-width:999px) {
    .index_banner {
        margin-top: 60px;
    }
}

@media(max-width:768px) {
    .index_banner {
        margin-top: 50px;
    }
}

@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;
}

@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;
    }
}




/* .title */

.title32 {
    color: var(--co-4D4D4D);
    font-family: var(--regular);
    font-weight: 700;
    font-size: 32px;
}

.title40 {
    color: var(--co-4D4D4D);
    font-family: var(--regular1);
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
}

.title40 span {
    color: var(--co-A68D62);
}

.title40 a {
    color: var(--co-4D4D4D);
}

.title40 a:hover {
    color: var(--co-A68D62);
}

.title42 {
    color: var(--co-4D4D4D);
    font-family: var(--regular1);
    font-size: 42px;
    font-weight: 700;
}

@media(max-width:1600px) {
    .title42 {
        font-size: 38px;
        line-height: unset;
    }

    .title40 {
        font-size: 36px;
        line-height: 44px;
    }

    .title32 {
        font-size: 28px;
    }
}

@media(max-width:1333px) {
    .title42 {
        font-size: 34px;
    }

    .title40 {
        font-size: 32px;
        line-height: 40px;
    }

    .title32 {
        font-size: 24px;
    }
}

@media(max-width:999px) {
    .title42 {
        font-size: 30px;
    }

    .title40 {
        font-size: 28px;
        line-height: 38px;
    }

    .title32 {
        font-size: 22px;
    }
}

@media(max-width:768px) {
    .title42 {
        font-size: 26px;
    }

    .title40 {
        font-size: 24px;
        line-height: 34px;
    }

    .title32 {
        font-size: 20px;
    }
}

@media(max-width:538px) {
    .title42 {
        font-size: 22px;
    }

    .title40 {
        font-size: 20px;
        line-height: 30px;
    }

    .title32 {
        font-size: 18px;
    }
}


.btn1 {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--jianbian2);
    border-radius: 999px;
    height: 50px;
    font-family: var(--regular);
    font-size: 16px;
}

.btn1 span {
    margin-right: 5px;
    color: var(--co-333);
}

.btn1 i {
    width: 34px;
    height: 34px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--co-E3C48B);
    background: var(--co-fff);
}

.btn1:hover {
    background: var(--co-A68D62);
}

.btn1:hover span {
    color: var(--co-fff);
}

.btn2 {
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 1px solid var(--co-333);
    border-radius: 999px;
    font-family: var(--regular);
    font-size: 16px;
    height: 50px;
}

.btn2 span {
    color: var(--co-333);
}

.btn2 i {
    width: 34px;
    height: 34px;
    border-radius: 999px;
    background: var(--co-333);
    color: var(--co-fff);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
}

.btn2:hover {
    border: 1px solid var(--co-A68D62);
    background: var(--co-A68D62);
}

.btn2:hover span {
    color: var(--co-fff);
}

.btn2:hover i {
    background: var(--co-fff);
    color: var(--co-A68D62);
}

@media(max-width:1600px) {}

@media(max-width:1333px) {
    .btn1 {
        height: 45px;
        font-size: 16px;
    }

    .btn2 {
        font-size: 16px;
        height: 45px;
    }
}

@media(max-width:999px) {
    .btn1 {
        height: 42px;
        font-size: 14px;
    }

    .btn1 i {
        width: 30px;
        height: 30px;
    }

    .btn2 {
        font-size: 14px;
        height: 42px;
    }

    .btn2 i {
        width: 30px;
        height: 30px;
        margin-left: 10px;
    }
}

@media(max-width:768px) {}

@media(max-width:538px) {}


/* ind_main1 */

.ind_main1 {
    padding: 110px 0px 15px;
    background-position: left bottom;
}

.ind_main1 .title40 {
    text-align: center;
    margin-bottom: 92px;
}

.ind_main1 .line {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 61px;
    width: 100%;
}

.ind_main1 .box {
    margin-bottom: 53px;
}

.ind_main1 .in {
    padding: 0px 8.6428%;
}

.ind_main1 .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ind_main1 .swiper-slide:nth-child(2n) {
    flex-direction: column-reverse;
}

.ind_main1 .swiper-slide:nth-child(2n) .circle {
    margin-bottom: 15px;
}

.ind_main1 .year {
    color: var(--co-333);
    text-align: center;
    font-family: var(--medium);
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 22px;
}

.ind_main1 .circle {
    width: 20px;
    height: 20px;
    border-radius: 999px;
    border: 1px solid var(--co-333);
    display: flex;
    align-items: center;
    justify-content: center;
}

.ind_main1 .circle>div {
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: var(--co-333);
}

.ind_main1 .kb {
    height: 30px;
    margin-top: 21px;
}

.ind_main1 .btnbox i {
    position: absolute;
    top: 43%;
    transform: translateY(-43%);
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}

.ind_main1 .btnbox i:hover {
    color: var(--co-A68D62);
}

.ind_main1 .btnbox i:first-child {
    left: -45px;
}

.ind_main1 .btnbox i:last-child {
    right: -45px;
}

.ind_main1 .content {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    font-family: var(--medium);
    color: var(--co-333);
    font-size: 18px;
    line-height: 34px;
    margin-bottom: 38px;
    font-weight: 500;
}

.ind_main1 .btn1 {
    width: 322px;
    margin: 0 auto;
    justify-content: space-between;
    padding: 0px 10px 0px 30px;
}

.ind_main1 .swiper-slide {
    position: relative;
}

.ind_main1 .swiper-slide-visible {
    cursor: pointer;
}

.ind_main1 .swiper-slide-visible::after {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    background: rgba(219, 144, 20, 0.2);
    top: 0;
    border-radius: 999px;
    top: 50.5%;
    transform: translateY(-50%);
    opacity: 0;
}

.ind_main1 .swiper-slide-visible:nth-child(2n)::after {
    top: 44.5%;
}

.ind_main1 .active::after {
    opacity: 1;
}

.ind_main1 .active .year {
    color: var(--co-A68D62);
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
    transition: none;
}

@media(max-width:1600px) {
    .ind_main1 {
        padding: 60px 0px 15px;
    }

    .ind_main1 .title40 {
        margin-bottom: 60px;
    }

    .ind_main1 .in {
        padding: 0px 5%;
    }

    .ind_main1 .box {
        margin-bottom: 50px;
    }

    .ind_main1 .active .year {
        font-size: 24px;
        line-height: 30px;
    }
}

@media(max-width:1333px) {
    .ind_main1 {
        padding: 50px 0px 15px;
    }

    .ind_main1 .title40 {
        margin-bottom: 40px;
    }

    .ind_main1 .year {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 15px;
    }

    .ind_main1 .line {
        top: 55px;
    }

    .ind_main1 .kb {
        height: 30px;
        margin-top: 15px;
    }

    .ind_main1 .box {
        margin-bottom: 40px;
    }

    .ind_main1 .content {
        width: 90%;
        font-size: 18px;
        line-height: 34px;
        margin-bottom: 30px;
    }

    .ind_main1 .active .year {
        font-size: 22px;
        line-height: 30px;
    }
}

@media(max-width:999px) {
    .ind_main1 {
        padding: 40px 0px 15px;
    }

    .ind_main1 .title40 {
        margin-bottom: 30px;
    }

    .ind_main1 .btnbox i:first-child {
        left: -30px;
    }

    .ind_main1 .btnbox i:last-child {
        right: -30px;
    }

    .ind_main1 .box {
        margin-bottom: 30px;
    }

    .ind_main1 .content {
        width: 100%;
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 20px;
    }

    .ind_main1 .year {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 19px;
    }

    .ind_main1 .btn1 {
        width: 285px;
        padding: 0px 10px 0px 30px;
    }

    .ind_main1 .active .year {
        font-size: 20px;
        line-height: 30px;
    }

    .ind_main1 .swiper-slide-visible::after {
        width: 42px;
        height: 42px;
        top: 50%;
        transform: translateY(-50%);
    }
}

@media(max-width:768px) {
    .ind_main1 .swiper-slide:nth-child(2n) .circle {
        margin-bottom: 10px;
    }

    .ind_main1 .year {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 10px;
    }

    .ind_main1 .line {
        top: 46px;
    }

    .ind_main1 .kb {
        height: 20px;
        margin-top: 15px;
    }

    .ind_main1 .title40 {
        margin-bottom: 20px;
    }

    .ind_main1 .box {
        margin-bottom: 20px;
    }

    .ind_main1 .content {
        width: 100%;
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 20px;
    }

    .ind_main1 .active .year {
        font-size: 18px;
        line-height: 28px;
    }
}

@media(max-width:538px) {
    .ind_main1 {
        padding: 30px 0px 10px;
    }

    .ind_main1 .btnbox i:first-child {
        left: -20px;
    }

    .ind_main1 .btnbox i:last-child {
        right: -20px;
    }

    .ind_main1 .btnbox i {
        top: 45%;
        transform: translateY(-45%);
        font-size: 18px;
    }

    .ind_main1 .year {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 10px;
    }
}


/* ind_main2 */

.page_main2 .ind_main2 {
    padding: 90px 0px 100px;
}

.ind_main2 {
    padding: 125px 0px 100px;
}

.ind_main2 .titlebox {
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
}

.ind_main2 .title40 {
    margin-bottom: 57px;
}

.ind_main2 .btn1 {
    width: 152px;
    display: flex;
    justify-content: space-between;
    padding: 0px 10px 0px 25px;
}

.ind_main2 .btn1 span {
    margin-right: 13px;
}

.ind_main2 .l {
    width: 25%;
}

.ind_main2 .r {
    width: 65%;
    color: var(--co-4D4D4D);
    font-family: var(--regular);
    font-size: 16px;
    line-height: 28px;
}

.ind_main2 .r p {
    margin-bottom: 16px;
}

.ind_main2 .r p:last-child {
    margin-bottom: 0;
}

.ind_main2 .in {
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    padding: 70px;
    width: 100%;
    top: 0;
    z-index: 10;
}

.ind_main2 .title32 {
    color: var(--co-fff);
    font-family: var(--regular);
    text-align: center;
    margin-bottom: 80px;
}

.ind_main2 .bt {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ind_main2 .video {
    cursor: pointer;
}

@media(max-width:1600px) {
    .ind_main2 {
        padding: 60px 0px;
    }

    .ind_main2 .titlebox {
        margin-bottom: 45px;
    }

    .ind_main2 .title40 {
        margin-bottom: 45px;
    }

    .ind_main2 .btn1 {
        width: 148px;
    }

    .ind_main2 .title32 {
        margin-bottom: 60px;
    }

    .ind_main2 .in {
        padding: 50px;
    }

    .page_main2 .ind_main2 {
        padding: 60px 0px;
    }
}

@media(max-width:1333px) {
    .ind_main2 {
        padding: 50px 0px;
    }

    .ind_main2 .titlebox {
        margin-bottom: 35px;
    }

    .ind_main2 .title40 {
        margin-bottom: 35px;
    }

    .ind_main2 .title32 {
        margin-bottom: 40px;
    }

    .page_main2 .ind_main2 {
        padding: 50px 0px;
    }
}

@media(max-width:999px) {
    .ind_main2 {
        padding: 40px 0px;
    }

    .ind_main2 .titlebox {
        margin-bottom: 25px;
        flex-direction: column;
    }

    .ind_main2 .l {
        width: 100%;
        margin-bottom: 20px;
    }

    .ind_main2 .r {
        width: 100%;
        font-size: 14px;
        line-height: 26px;
    }

    .ind_main2 .title40 {
        margin-bottom: 20px;
    }

    .ind_main2 .title32 {
        margin-bottom: 30px;
    }

    .ind_main2 .in {
        padding: 40px;
    }

    .ind_main2 .bt img {
        width: 140px;
    }

    .page_main2 .ind_main2 {
        padding: 40px 0px;
    }

    .ind_main2 .btn1 {
        width: 135px;
    }
}

@media(max-width:768px) {
    .ind_main2 .titlebox {
        margin-bottom: 15px;
    }

    .ind_main2 .in {
        padding: 30px;
    }

    .ind_main2 .title32 {
        margin-bottom: 20px;
    }

    .ind_main2 .box .bg {
        min-height: 170px;
        object-fit: cover;
    }
}

@media(max-width:538px) {
    .ind_main2 {
        padding: 30px 0px;
    }

    .page_main2 .ind_main2 {
        padding: 30px 0px;
    }
}


/* ind_main3 */

.ind_main3 {
    padding: 90px 0px 90px;
    background: var(--co-F7F7F7);
}

.ind_main3 .title40 {
    text-align: center;
    margin-bottom: 60px;
}

.ind_main3 .swiper {
    margin-bottom: 59px;
}

.ind_main3 .imgbox {
    overflow: hidden;
}

.ind_main3 .title {
    padding-top: 24px;

    color: var(--co-333);
    text-align: center;
    font-family: var(--medium);
    font-size: 20px;
    line-height: 32px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ind_main3 .title a {
    color: var(--co-333);
}

.ind_main3 .title:hover,
.ind_main3 .title a:hover {
    color: var(--co-A68D62);
}

.ind_main3 .swiper-pagination {
    position: static;
    margin-top: 30px;
}

.ind_main3 .swiper-pagination-bullet-active {
    background: var(--co-A68D62);
}

.ind_main3 .btn2 {
    width: 152px;
    margin: 0 auto;
    justify-content: space-between;
    padding: 0px 10px 0px 28px;
}

@media(max-width:1600px) {
    .ind_main3 {
        padding: 60px 0px;
    }

    .ind_main3 .title40 {
        margin-bottom: 40px;
    }

    .ind_main3 .title40 {
        margin-bottom: 45px;
    }

    .ind_main3 .swiper {
        margin-bottom: 50px;
    }

    .ind_main3 .title {
        padding-top: 20px;
        font-size: 18px;
        line-height: 30px;
    }
}

@media(max-width:1333px) {
    .ind_main3 {
        padding: 50px 0px;
    }

    .ind_main3 .title40 {
        margin-bottom: 35px;
    }

    .ind_main3 .swiper {
        margin-bottom: 40px;
    }

    .ind_main3 .title {
        padding-top: 15px;
        font-size: 16px;
        line-height: 26px;
    }
}

@media(max-width:999px) {
    .ind_main3 {
        padding: 40px 0px;
    }

    .ind_main3 .title40 {
        margin-bottom: 25px;
    }

    .ind_main3 .swiper {
        margin-bottom: 30px;
    }

    .ind_main3 .title {
        padding-top: 10px;
        font-size: 14px;
        line-height: 24px;
    }

    .ind_main3 .swiper-pagination {
        margin-top: 20px;
    }

    .ind_main3 .btn2 {
        width: 136px;
    }
}

@media(max-width:768px) {
    .ind_main3 .title40 {
        margin-bottom: 15px;
    }

    .ind_main3 .swiper {
        margin-bottom: 15px;
    }

    .ind_main3 .swiper-pagination {
        margin-top: 10px;
    }
}

@media(max-width:538px) {
    .ind_main3 {
        padding: 30px 0px;
    }
}

/* ind_main4 */

.ind_main4 {
    padding: 88px 0px 151px;
}

.ind_main4 .title40 {
    margin-bottom: 59px;
}

.ind_main4 .box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.ind_main4 .list {
    width: 44%;
}

.ind_main4 .list li {
    padding: 20px 15px 20px 15px;
    border-top: 1px solid var(--co-D9D9D9);
}

.ind_main4 .list li:last-child {
    border-bottom: 1px solid var(--co-D9D9D9);
}

.ind_main4 .question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--bold);
    font-family: var(--regular);
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
}

.ind_main4 .answer {
    padding-top: 19px;
    color: var(--co-4D4D4D);
    font-family: var(--regular);
    font-size: 16px;
    line-height: 28px;
    display: none;
    transition: none;
}

.ind_main4 .answer p {
    margin-bottom: 12px;
}

.ind_main4 .answer p:last-child {
    margin-bottom: 0;
}

.ind_main4 .question i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 999px;
    background: var(--co-A68D62);
    color: var(--co-fff);
    font-size: 16px;
    cursor: pointer;
}

.ind_main4 .active .question p {
    color: var(--co-A68D62);
}

.ind_main4 .imgbox {
    width: 48.8%;
}

@media(max-width:1600px) {
    .ind_main4 {
        padding: 60px 0px;
    }

    .ind_main4 .title40 {
        margin-bottom: 45px;
    }

    .ind_main4 .answer {
        padding-top: 10px;
        font-size: 16px;
        line-height: 28px;
    }
}

@media(max-width:1333px) {
    .ind_main4 {
        padding: 50px 0px;
    }

    .ind_main4 .title40 {
        margin-bottom: 35px;
    }

    .ind_main4 .question {
        font-size: 18px;
        line-height: 28px;
    }

    .ind_main4 .answer {
        padding-top: 10px;
        font-size: 14px;
        line-height: 26px;
    }
}

@media(max-width:999px) {
    .ind_main4 {
        padding: 40px 0px;
    }

    .ind_main4 .title40 {
        margin-bottom: 25px;
    }

    .ind_main4 .box {
        flex-direction: column;
    }

    .ind_main4 .list {
        width: 100%;
        margin-bottom: 20px;
    }

    .ind_main4 .imgbox {
        width: auto;
    }

    .ind_main4 .list li {
        padding: 15px 10px 15px 10px;
    }

    .ind_main4 .question {
        font-size: 16px;
        line-height: 26px;
    }

    .ind_main4 .answer p {
        margin-bottom: 5px;
    }
}

@media(max-width:768px) {
    .ind_main4 .title40 {
        margin-bottom: 15px;
    }
}

@media(max-width:538px) {
    .ind_main4 {
        padding: 30px 0px;
    }
}


/* ind_main5 */

.ind_main5 {
    padding: 120px 0px 155px;
    height: 880px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-size: cover;
    overflow: hidden;
    max-width: 1920px;
    margin: 0 auto;
}

.ind_main5 .titlebox {
    position: relative;
    margin-bottom: 100px;
}

.ind_main5 .titlebox .safe {
    padding-left: 7.5%;
}

.ind_main5 .safe {
    display: flex;
    justify-content: space-between;
    max-width: 1680px;
}

.ind_main5 .titlebox .l_box {
    width: 35%;
}

.ind_main5 .titlebox .title40 {
    margin-bottom: 45px;
}

.ind_main5 .titlebox .btn1 {
    width: 152px;
    justify-content: space-between;
    padding: 0px 10px 0px 28px;
}

.ind_main5 .titlebox .r_box {
    width: 49%;
    padding-right: 21px;
}

.ind_main5 .titlebox .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.ind_main5 .titlebox .list li {
    width: 30.3%;
    margin-right: 4%;
}

.ind_main5 .titlebox .list li:last-child {
    margin-right: 0 !important;
}

.ind_main5 .titlebox .line1 {
    position: absolute;
    top: 100%;
    right: 0;
}

.ind_main5 .bottom {
    position: relative;
}

.ind_main5 .line2 {
    top: 100%;
    left: 0;
    position: absolute;
}

.ind_main5 .bottom .wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
    z-index: 10;
}

.ind_main5 .bottom .inner {
    width: 12.95%;
    margin-right: 1.55%;
}

@media(max-width:1600px) {
    .ind_main5 {
        padding: 100px 0px;
        height: auto;
    }

    .ind_main5 .titlebox {
        margin-bottom: 180px;
    }

    .ind_main5 .bottom .inner {
        width: 15%;
        margin-right: 1.55%;
    }

    .ind_main5 .titlebox .r_box {
        width: 55%;
        padding-right: 0px;
    }

    .ind_main5 .titlebox .safe {
        padding-left: 5%;
    }
}

@media(max-width:1333px) {
    .ind_main5 {
        padding: 80px 0px;
        height: auto;
    }

    .ind_main5 .titlebox .title40 {
        margin-bottom: 25px;
    }

    .ind_main5 .titlebox .r_box {
        width: 60%;
        padding-right: 0px;
    }

    .ind_main5 .titlebox {
        margin-bottom: 120px;
    }

    .ind_main5 .bottom .inner {
        width: 18%;
        margin-right: 1.55%;
    }
}

@media(max-width:999px) {
    .ind_main5 {
        padding: 40px 0px;
    }

    .ind_main5 .titlebox .safe {
        flex-direction: column;
        padding-left: 0;
    }

    .ind_main5 .titlebox .l_box {
        padding-left: 0;
        width: 100%;
        margin-bottom: 20px;
    }

    .ind_main5 .titlebox .title40 {
        margin-bottom: 15px;
    }

    .ind_main5 .titlebox .r_box {
        width: 100%;
    }

    .ind_main5 .titlebox {
        margin-bottom: 100px;
    }

    .ind_main5 .titlebox .btn1 {
        width: 135px;
        padding: 0px 10px 0px 20px;
    }
}

@media(max-width:768px) {
    .ind_main5 .bottom .inner {
        width: 32%;
        margin-right: 2%;
        margin-bottom: 20px;
    }

    .ind_main5 .bottom .inner:nth-child(3n) {
        margin-right: 0;
    }

    .ind_main5 .titlebox {
        margin-bottom: 65px;
    }
}

@media(max-width:538px) {
    .ind_main5 .titlebox {
        margin-bottom: 35px;
    }

    .ind_main5 .bottom .inner {
        width: 32%;
        margin-right: 2%;
        margin-bottom: 10px;
    }
}


/* ind_main6 */

.ind_main6 {
    padding: 90px 0px 90px;
    background: var(--co-F7F7F7);
}

.ind_main6 .title40 {
    text-align: center;
    margin-bottom: 60px;
}

.ind_main6 .box {
    margin-bottom: 61px;
}

.ind_main6 .swiper {
    overflow: visible;
}

.ind_main6 .swiper-slide:hover {
    box-shadow: 4px 4px 16px 0px rgba(210, 210, 214, 0.4);
}

.ind_main6 .imgbox {
    overflow: hidden;
}

.ind_main6 .contact {
    padding: 24px 20px 24px 20px;
    background: var(--co-fff);
}

.ind_main6 .top {
    margin-bottom: 24px;
}

.ind_main6 .title {
    font-size: 20px;
    line-height: 30px;
    font-family: var(--regular);
    min-height: 60px;
    font-weight: 700;
    margin-bottom: 15px;
    color: var(--co-4D4D4D);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ind_main6 .title a {
    color: var(--co-4D4D4D);
}

.ind_main6 .title:hover,
.ind_main6 .title a:hover {
    color: var(--co-A68D62);
}

.ind_main6 .bianji {
    color: var(--co-666);
    line-height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ind_main6 .bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ind_main6 .data {
    color: var(--co-666);
    font-size: 16px;
    line-height: 26px;
}

.ind_main6 .btn {
    width: 40px;
    height: 40px;
    border-radius: 999px;
    border: 1px solid var(--co-333);
    color: var(--co-333);
    display: flex;
    align-items: center;
    justify-content: center;
}

.ind_main6 .btn:hover {
    background: var(--co-A68D62);
    color: var(--co-fff);
    border: 1px solid var(--co-A68D62);
}

.ind_main6 .btn2 {
    width: 152px;
    justify-content: space-between;
    padding: 0px 10px 0px 28px;
    margin: 0 auto;
}

@media(max-width:1600px) {
    .ind_main6 {
        padding: 60px 0px;
    }

    .ind_main6 .title40 {
        margin-bottom: 45px;
    }

    .ind_main6 .title {
        font-size: 18px;
        line-height: 28px;
        min-height: 56px;
        margin-bottom: 15px;
    }

    .ind_main6 .box {
        margin-bottom: 45px;
    }
}

@media(max-width:1333px) {
    .ind_main6 {
        padding: 50px 0px;
    }

    .ind_main6 .title40 {
        margin-bottom: 35px;
    }

    .ind_main6 .title {
        font-size: 16px;
        line-height: 26px;
        min-height: 52px;
        margin-bottom: 10px;
    }

    .ind_main6 .top {
        margin-bottom: 15px;
    }

    .ind_main6 .box {
        margin-bottom: 35px;
    }
}

@media(max-width:999px) {
    .ind_main6 {
        padding: 40px 0px;
    }

    .ind_main6 .title40 {
        margin-bottom: 25px;
    }

    .ind_main6 .box {
        margin-bottom: 25px;
    }

    .ind_main6 .contact {
        padding: 15px;
    }

    .ind_main6 .title {
        font-size: 14px;
        line-height: 26px;
        min-height: 52px;
        margin-bottom: 5px;
    }

    .ind_main6 .top {
        margin-bottom: 10px;
    }

    .ind_main6 .btn {
        width: 35px;
        height: 35px;
    }

    .ind_main6 .btn2 {
        width: 130px;
        padding: 0px 10px 0px 20px;
    }
}

@media(max-width:768px) {
    .ind_main6 .title40 {
        margin-bottom: 15px;
    }
}

@media(max-width:538px) {
    .ind_main6 {
        padding: 30px 0px;
    }
}


/* footer */

footer {
    padding: 81px 0px 36px;
    background: var(--co-927661);
}

footer .top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 74px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

footer .l {
    width: 24%;
}

footer .logo {
    margin-bottom: 22px;
}

footer .font {
    color: var(--co-fff);
    font-family: var(--regular);
    font-size: 28px;
    font-weight: 700;
    line-height: 38px;
    margin-bottom: 35px;
}

footer .address {
    display: flex;
    align-items: center;
    color: var(--co-fff);
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 85px;
}

footer .svgbox {
    flex-shrink: 0;
    margin-right: 12px;
}

footer .blogrolls {
    display: flex;
    flex-wrap: wrap;
}

footer .blogrolls a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 999px;
    background: rgba(219, 219, 219, .2);
    color: var(--co-fff);
    font-size: 18px;
    margin-right: 16px;
}

footer .blogrolls a:hover {
    transform: translateY(-5px);
}

footer .blogrolls a:last-child {
    margin-right: 0;
}

footer .r {
    width: 58%;
    display: flex;
    flex-wrap: wrap;
    padding-top: 5px;
}

footer .title {
    color: var(--co-fff);
    font-family: var(--regular);
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 18px;
}

footer .title a {
    color: var(--co-fff);
}

footer .title a:hover {
    text-decoration: underline;
}

footer .title i {
    display: none;
}

footer .box1 {}

footer .box li,
footer .box li a {
    color: rgba(255, 255, 255, 0.8);
    font-family: var(--regular1);
    font-size: 16px;
    line-height: 30px;
}

footer .box li a:hover {
    color: rgba(255, 255, 255, 1);
}

footer .box li {
    margin-bottom: 10px;
}

footer .box li:last-child {
    margin-bottom: 0;
}

footer .box1 {
    width: 32.5%;
}

footer .box2 {
    width: 26.5%;
}

footer .box3 {
    width: 41%;
}

footer .box3 li {}

footer .copyright,
footer .copyright a {
    color: var(--co-fff);
    font-size: 14px;
    line-height: 24px;
}

footer .copyright a:hover {
    text-decoration: underline;
}

@media(max-width:1600px) {
    footer {
        padding: 60px 0px 30px;
    }

    footer .l {
        width: 30%;
    }

    footer .font {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 30px;
    }

    footer .address {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 60px;
    }

    footer .top {
        padding-bottom: 60px;
        margin-bottom: 30px;
    }

    footer .title {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 15px;
    }
}

@media(max-width:1333px) {
    footer {
        padding: 50px 0px 20px;
    }

    footer .font {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 25px;
    }

    footer .address {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 40px;
    }

    footer .top {
        padding-bottom: 50px;
        margin-bottom: 30px;
    }

    footer .logo {
        margin-bottom: 15px;
    }

    footer .l {
        width: 32%;
    }

    footer .blogrolls a {
        margin-right: 10px;
        margin-bottom: 5px;
    }

    footer .title {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 10px;
    }

    footer .box li {
        margin-bottom: 8px;
    }
}

@media(max-width:999px) {
    footer .font {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    footer .top {
        flex-direction: column;
    }

    footer .l {
        width: 100%;
        margin-bottom: 20px;
    }

    footer .address {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 15px;
    }

    footer .r {
        padding-top: 0;
        width: 100%;
    }

    footer .box {
        width: 100% !important;
        margin-bottom: 10px;
    }

    footer .box:last-child {
        margin-bottom: 0;
    }

    footer .title {
        margin-bottom: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    footer .title i {
        display: block;
    }

    footer .box ul {
        padding-top: 10px;
        display: none;
        transition: none;
    }

    footer {
        padding: 40px 0px 50px;
    }

    footer .top {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    footer .box li,
    footer .box li a {
        font-size: 14px;
        line-height: 26px;
    }

    footer .box li {
        margin-bottom: 5px;
    }
}


@media(max-width:768px) {
    footer .font {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 15px;
    }

    footer .top {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
}

@media(max-width:538px) {
    footer {
        padding: 30px 0px 50px;
    }
}


/* 2-1 */

.page_banner {
    position: relative;
    margin-top: 130px;
}

.page_banner .bg {
    width: 100%;
}

.page_banner .safe {
    position: absolute;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.page_banner .title40 {
    margin-bottom: 20px;
}

/* .page_banner .crumb {
    display: flex;
    align-items: center;
}

.page_banner .crumb i {
    display: inline-block;
    padding: 0px 10px;
} */

.crumb {
    display: flex;
    align-items: center;
    color: var(--co-333);
    flex-wrap: wrap;
}

.crumb i {
    display: inline-block;
    padding: 0px 10px;
}

.crumb,
.crumb a {
    color: var(--co-333);
    font-size: 16px;
    line-height: 28px;
    font-family: var(--regular);
}

.crumb a:hover,
.crumb .active {
    color: var(--co-A68D62);
}

@media(max-width:1600px) {
    .page_banner {}
}

@media(max-width:1150px) {
    .page_banner {
        margin-top: 118px;
    }
}

@media(max-width:999px) {
    .page_banner {
        margin-top: 60px;
    }

    .page_banner .title40 {
        margin-bottom: 10px;
    }

    .crumb,
    .crumb a {
        font-size: 14px;
        line-height: 24px;
    }

}

@media(max-width:768px) {
    .page_banner {
        margin-top: 50px;
    }
}



/* products_list */

.products_list {
    padding: 80px 0px 120px;
    background: var(--co-F7F7F7);
}

.products_list .list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.products_list .list li {
    margin-right: 35px;
}

.products_list .list li,
.products_list .list a {
    color: var(--co-666);
    font-size: 18px;
    line-height: 30px;
}

.products_list .list li:last-child {
    margin-right: 0;
}

.products_list .list .active a,
.products_list .list a:hover {
    font-family: var(--medium);
    color: var(--co-333);
}

.products_list .wrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.products_list .inner {
    width: 23.3%;
    margin-right: 2.25%;
    margin-bottom: 40px;
}

.products_list .inner:nth-child(4n) {
    margin-right: 0%;
}

.products_list .imgbox {
    overflow: hidden;
}

.products_list .contact {
    background: var(--co-fff);
    padding: 24px 20px 33px 20px;
}

.products_list .title {
    text-align: center;
    font-family: var(--medium);

    color: var(--co-333);
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.products_list .title a {
    color: var(--co-333);
}

.products_list .title:hover,
.products_list .title a:hover {
    color: var(--co-A68D62);
}

.products_list .btnbox {
    display: flex;
    align-items: center;
    justify-content: center;
}

.products_list .custom-checkbox {
    margin-right: 18px;
}

.products_list .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 124px;
    height: 41px;
    border: 1px solid var(--co-CCC);

    color: var(--co-666);
    font-size: 16px;
}

.products_list .btn:hover {
    background: var(--co-A68D62);
    border: 1px solid var(--co-A68D62);
    color: var(--co-fff);
}


/* 隐藏默认的复选框 */
.products_list .custom-checkbox input {
    display: none;
}

/* 创建自定义复选框的外观 */
.products_list .checkmark {
    height: 15px;
    width: 15px;
    background-color: #eee;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    border-radius: 0px;
    margin-right: 0px;
    cursor: pointer;
}

/* 当复选框被选中时改变样式 */
.products_list .custom-checkbox input:checked~.checkmark::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid #A68D62;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    cursor: pointer;
}

@media(max-width:1600px) {
    .products_list {
        padding: 60px 0px;
    }

    .products_list .list {
        margin-bottom: 45px;
    }

    .products_list .title {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 20px;
    }
}

@media(max-width:1333px) {
    .products_list {
        padding: 50px 0px;
    }

    .products_list .list {
        margin-bottom: 35px;
    }

    .products_list .list li {
        margin-right: 25px;
    }

    .products_list .contact {
        padding: 10px 20px;
    }

    .products_list .title {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 15px;
    }
}

@media(max-width:999px) {
    .products_list {
        padding: 40px 0px;
    }

    .products_list .list {
        margin-bottom: 25px;
    }

    .products_list .inner {
        width: 32%;
        margin-right: 2%;
        margin-bottom: 25px;
    }

    .products_list .inner:nth-child(4n) {
        margin-right: 2%;
    }

    .products_list .inner:nth-child(3n) {
        margin-right: 0;
    }

    .products_list .title {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 10px;
    }

    .products_list .custom-checkbox {
        margin-right: 10px;
    }

    .products_list .list li,
    .products_list .list a {
        font-size: 16px;
        line-height: 28px;
    }

    .products_list .list li {
        margin-right: 15px;
    }

    .products_list .btn {
        width: 120px;
        height: 38px;
        font-size: 14px;
    }
}

@media(max-width:768px) {
    .products_list .list {
        margin-bottom: 15px;
    }

    .products_list .list li,
    .products_list .list a {
        font-size: 14px;
        line-height: 26px;
    }
}

@media(max-width:538px) {
    .products_list {
        padding: 30px 0px;
    }

    .products_list .inner {
        width: 48%;
        margin-right: 4%;
    }

    .products_list .inner:nth-child(3n) {
        margin-right: 4%;
    }

    .products_list .inner:nth-child(2n) {
        margin-right: 0;
    }
}

@media(max-width:350px) {
    .products_list .inner {
        width: 100%;
        margin-right: 0%;
    }

    .products_list .inner:last-child {
        margin-bottom: 0;
    }
}



/* pagination */

.pagination {
    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 #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    color: var(--co-333);
}

.pagination a:hover {
    color: #fff;
    background-color: #A68D62;
    border: 1px solid #A68D62;
}

.pagination .active {
    color: #fff;
    background-color: #A68D62;
    border: 1px solid #A68D62;
}

.pagination .sub {
    display: flex;
    align-items: center;
}

.pagination .submit {
    color: var(--co-333);
    font-size: 16px;
    margin-right: 10px;
    cursor: pointer;
    background: transparent;
    margin-left: 30px;
}

.pagination .submit:hover {
    color: var(--co-A68D62);
}

@media(max-width:999px) {
    .pagination a {
        margin-bottom: 5px;
    }

    .pagination .sub {
        margin-bottom: 5px;
    }

    .pagination a {
        width: 35px;
        height: 35px;
    }

    .pagination .submit {
        font-size: 14px;
        margin-right: 10px;
        margin-left: 20px;
    }
}


/* products_detail */

.products_detail {
    margin-top: 130px;
    padding: 34px 0px 54px;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
}

.products_detail .crumb {
    margin-bottom: 80px;
}

.products_detail .box {
    margin-bottom: 20px;
}

.products_detail .swiper-slide {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.products_detail .l_box {
    width: 45%;
    padding-top: 58px;
}

.products_detail .s_title {
    color: var(--co-A68D62);
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 12px;
}

.products_detail .title32 {
    margin-bottom: 36px;
    font-weight: 500;
}

.products_detail .list {
    margin-bottom: 106px;
}

.products_detail .list li {
    color: var(--co-333);
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 12px;
    padding-left: 20px;
    position: relative;
}

.products_detail .list li:last-child {
    margin-bottom: 0;
}

.products_detail .list li::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 11px;
    width: 4px;
    height: 4px;
    border-radius: 999px;
    background: var(--co-333);
}

.products_detail .btn2 {
    width: 152px;
    display: flex;
    justify-content: space-between;
    padding: 0px 10px 0px 25px;
}

.products_detail .r_box {
    width: 41.42%;
}

.products_detail .end {
    display: flex;
    justify-content: flex-end;
}

.products_detail .sharebox {
    display: flex;
    align-items: center;
}

.products_detail .sharebox span {
    color: var(--co-333);
    font-family: "Source Han Sans CN";
    font-size: 14px;
    margin-right: 10px;
}

.products_detail .sharebox>div {
    display: inline-block;
}

.products_detail .btnbox i {
    position: absolute;
    top: 50%;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    border: 1px solid var(--co-CCC);
    color: var(--co-141414);
    cursor: pointer;
    font-weight: bold;
}

.products_detail .btnbox i:hover {
    background: var(--co-A68D62);
    color: var(--co-fff);
    border: 1px solid var(--co-A68D62);
}

.products_detail .btnbox i:first-child {
    left: -14.55%;
}

.products_detail .btnbox i:last-child {
    right: -14.55%;
}

@media(max-width:1820px) {
    .products_detail .btnbox i:first-child {
        left: -5%;
    }

    .products_detail .btnbox i:last-child {
        right: -5%;
    }
}

@media(max-width:1600px) {
    .products_detail {
        margin-top: 130px;
        padding: 30px 0px 30px;
    }

    .products_detail .crumb {
        margin-bottom: 60px;
    }

    .products_detail .l_box {
        width: 48%;
        padding-top: 45px;
    }


    .products_detail .title32 {
        margin-bottom: 30px;
    }

    .products_detail .list {
        margin-bottom: 80px;
    }
}

@media(max-width:1333px) {
    .products_detail .crumb {
        margin-bottom: 40px;
    }

    .products_detail .s_title {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .products_detail .title32 {
        margin-bottom: 20px;
    }

    .products_detail .list li {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 10px;
        padding-left: 20px;
    }

    .products_detail .list {
        margin-bottom: 50px;
    }

    .products_detail .l_box {
        width: 48%;
        padding-top: 35px;
    }

    .products_detail .btnbox i:first-child {
        left: -60px;
    }

    .products_detail .btnbox i:last-child {
        right: -60px;
    }
}

@media(max-width:1150px) {
    .products_detail {
        margin-top: 118px;
        padding: 30px 0px 30px;
    }

}

@media(max-width:999px) {
    .products_detail {
        margin-top: 60px;
        padding: 20px 0px 20px;
    }

    .products_detail .crumb {
        margin-bottom: 25px;
    }

    .products_detail .l_box {
        width: 48%;
        padding-top: 20px;
    }

    .products_detail .list {
        margin-bottom: 20px;
    }

    .products_detail .s_title {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 5px;
    }

    .products_detail .list li {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 5px;
        padding-left: 20px;
    }

    .products_detail .btn2 {
        width: 135px;
        padding: 0px 10px 0px 20px;
    }

    .products_detail .btnbox {
        display: flex;
        align-items: center;
        margin-top: 35px;
        justify-content: center;
    }

    .products_detail .btnbox i {
        position: static;
        transform: unset;
    }

    .products_detail .btnbox i:first-child {
        margin-right: 10px;
    }

    .products_detail .btnbox i {
        width: 38px;
        height: 38px;
    }
}

@media(max-width:768px) {
    .products_detail .crumb {
        margin-bottom: 15px;
    }
}

@media(max-width:538px) {
    .products_detail .swiper-slide {
        flex-direction: column;
    }

    .products_detail .l_box {
        padding-top: 0;
        width: 100%;
        margin-bottom: 20px;
    }

    .products_detail .r_box {
        width: auto;
    }
}



/* products_why */

.products_why {
    padding: 90px 0px 90px;
}

.products_why .title32 {
    margin-bottom: 21px;
    text-align: center;

    font-family: var(--regular1);
    font-weight: 700;
}

.products_why .s_title {
    color: var(--co-A68D62);
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 59px;
}

.products_why .wrap {
    display: flex;
    flex-wrap: wrap;
}

.products_why .inner {
    width: 22.9%;
    margin-right: 2.8%;
}

.products_why .inner:nth-child(4n) {
    margin-right: 0;
}

.products_why .imgbox {
    position: relative;
}

.products_why .bot {
    position: absolute;
    width: 100%;
    min-height: 60px;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .3);
    padding: 10px 10px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;

    color: var(--co-fff);
    font-size: 16px;
    line-height: 28px;
}

.products_why .title {
    text-align: center;
    padding-top: 20px;

    color: var(--co-141414);
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    font-family: var(--medium);
}

@media(max-width:1600px) {
    .products_why {
        padding: 60px 0px;
    }

    .products_why .s_title {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 45px;
    }

    .products_why .title {
        padding-top: 15px;
        font-size: 20px;
        line-height: 32px;
    }
}

@media(max-width:1333px) {
    .products_why {
        padding: 50px 0px;
    }

    .products_why .s_title {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 35px;
    }

    .products_why .title32 {
        margin-bottom: 10px;
    }

    .products_why .bot {
        padding: 10px 10px;
        font-size: 16px;
        line-height: 28px;
        min-height: unset;
    }

    .products_why .title {
        padding-top: 10px;
        font-size: 18px;
        line-height: 28px;
    }

    .products_why .s_title {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 25px;
    }
}

@media(max-width:999px) {
    .products_why {
        padding: 40px 0px;
    }

    .products_why .s_title {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 20px;
    }

    .products_why .title {
        padding-top: 10px;
        font-size: 16px;
        line-height: 26px;
    }

    .products_why .bot {
        padding: 5px 10px;
        font-size: 14px;
        line-height: 26px;
        min-height: unset;
    }
}

@media(max-width:768px) {
    .products_why .inner {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 15px;
    }

    .products_why .inner:nth-child(2n) {
        margin-right: 0;
    }

    .products_why .title {
        padding-top: 5px;
        font-size: 14px;
        line-height: 26px;
    }

    .products_why .s_title {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 15px;
    }
}

@media(max-width:538px) {
    .products_why {
        padding: 30px 0px;
    }
}


/* products_case1 */

.products_case1 {
    padding: 90px 0px 90px;
    background: var(--co-F7F7F7);
}

.products_case1 .title32 {
    margin-bottom: 25px;
    text-align: center;

    font-family: var(--regular1);
}

.products_case1 .s_title {
    color: var(--co-A68D62);
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 65px;
}

.products_case1 .wrap {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.products_case1 .inner {
    margin-right: 2.8571%;
}

.products_case1 .inner:nth-child(2n) {
    margin-right: 0;
}

@media(max-width:1600px) {
    .products_case1 {
        padding: 60px 0px;
    }

    .products_case1 .s_title {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 45px;
    }

    .products_case1 .title32 {
        margin-bottom: 20px;
    }
}

@media(max-width:1333px) {
    .products_case1 {
        padding: 50px 0px;
    }

    .products_case1 .s_title {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 35px;
    }

    .products_case1 .title32 {
        margin-bottom: 15px;
    }
}

@media(max-width:999px) {
    .products_case1 {
        padding: 40px 0px;
    }

    .products_case1 .s_title {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 25px;
    }

    .products_case1 .title32 {
        margin-bottom: 10px;
    }
}

@media(max-width:768px) {
    .products_case1 .s_title {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 20px;
    }
}

@media(max-width:538px) {
    .products_case1 {
        padding: 30px 0px;
    }
}


/* products_case2 */

.products_case2 .safe {
    display: flex;
    justify-content: space-between;
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
}

.products_case2 .l_box {
    width: 50%;
    background: var(--co-333);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 60px 0px 60px;
}

.products_case2 .end {
    width: 72.8%;
}

.products_case2 .title32 {
    color: var(--co-fff);
    margin-bottom: 25px;
    font-family: var(--regular1);
    font-weight: 400;
}

.products_case2 .s_title {
    font-size: 20px;
    margin-bottom: 65px;
    background: linear-gradient(96deg, #E3C48B 1.35%, #D7AE78 37.35%, #F5DCA6 62.82%, #C0935C 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.products_case2 .list {
    margin-bottom: 136px;
}

.products_case2 .list li {
    padding-left: 35px;
    color: var(--co-fff);
    position: relative;
    margin-bottom: 30px;
}

.products_case2 .list li:last-child {
    margin-bottom: 0;
}

.products_case2 .list li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 31px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../images/bingo.png);
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.products_case2 .list li span {
    color: var(--co-fff);
    font-weight: 700;
    font-size: 18px;
    font-family: var(--bold);
}

.products_case2 .list li em {
    background: var(--jianbian1);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 60px;
    line-height: 60px;
    font-style: normal;
}

.products_case2 .explane {
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    line-height: 24px;
}

.products_case2 .r_box {
    width: 50%;
}

@media(max-width:1600px) {
    .products_case2 .end {
        width: 100%;
        padding: 20px 8%;
    }

    .products_case2 .title32 {
        margin-bottom: 20px;
    }

    .products_case2 .s_title {
        font-size: 20px;
        margin-bottom: 45px;
    }

    .products_case2 .list li {
        padding-left: 35px;
        margin-bottom: 10px;
    }

    .products_case2 .list li em {
        font-size: 54px;
        line-height: 60px;
    }

    .products_case2 .list {
        margin-bottom: 30px;
    }
}

@media(max-width:1333px) {
    .products_case2 .title32 {
        margin-bottom: 15px;
    }

    .products_case2 .s_title {
        font-size: 18px;
        margin-bottom: 35px;
    }

    .products_case2 .l_box {
        padding: 0;
    }

    .products_case2 .end {
        width: 100%;
        padding: 50px 8%;
    }

    .products_case2 .list li span {
        font-size: 16px;
    }

    .products_case2 .list li em {
        font-size: 46px;
        line-height: 54px;
    }
}

@media(max-width:999px) {
    .products_case2 .title32 {
        margin-bottom: 10px;
    }

    .products_case2 .s_title {
        font-size: 16px;
        margin-bottom: 25px;
    }

    .products_case2 .safe {
        flex-direction: column;
    }

    .products_case2 .l_box {
        width: 100%;
    }

    .products_case2 .end {
        width: 100%;
        margin-bottom: 20px;
    }

    .products_case2 .r_box {
        width: auto;
    }

    .products_case2 .end {
        width: 100%;
        padding: 30px 5%;
        margin-bottom: 0;
    }

    .products_case2 .list li em {
        font-size: 40px;
        line-height: 48px;
    }

    .products_case2 .list li::after {
        top: 20px;
        width: 20px;
        height: 20px;
    }

    .products_case2 .list li {
        padding-left: 30px;
        margin-bottom: 10px;
    }

    .products_case2 .list li span {
        font-size: 14px;
    }

    .products_case2 .list li em {
        font-size: 34px;
        line-height: 45px;
    }
}

@media(max-width:768px) {
    .products_case2 .s_title {
        font-size: 14px;
        margin-bottom: 15px;
    }
}

@media(max-width:538px) {}


/* products_case3 */

.products_case3 {
    padding: 100px 0px 100px;
}

.products_case3 .title32 {
    margin-bottom: 60px;
    font-family: var(--regular1);
    text-align: center;
}

.products_case3 .wrap {
    display: flex;
    flex-wrap: wrap;
}

.products_case3 .inner {
    width: 32%;
    margin-right: 2%;
    padding: 50px 30px 58px 30px;
    background: var(--co-fff);
    box-shadow: 0 0 16px 0 rgba(89, 89, 89, 0.10);
}

.products_case3 .inner:nth-child(3n) {
    margin-right: 0;
}

.products_case3 .svgbox {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}

.products_case3 .contact {
    text-align: center;
}

.products_case3 .title {
    color: var(--co-333);
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 26px;
}

.products_case3 .txts {
    color: var(--co-666);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

@media(max-width:1600px) {
    .products_case3 {
        padding: 60px 0px;
    }

    .products_case3 .title32 {
        margin-bottom: 45px;
    }

    .products_case3 .inner {
        width: 32%;
        margin-right: 2%;
        padding: 40px 30px 40px 30px;
    }

    .products_case3 .svgbox {
        margin-bottom: 40px;
    }

    .products_case3 .title {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 20px;
    }
}

@media(max-width:1333px) {
    .products_case3 {
        padding: 50px 0px;
    }

    .products_case3 .title32 {
        margin-bottom: 35px;
    }

    .products_case3 .inner {
        width: 32%;
        margin-right: 2%;
        padding: 30px 20px 30px 20px;
    }

    .products_case3 .svgbox {
        margin-bottom: 30px;
    }

    .products_case3 .title {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 15px;
    }

    .products_case3 .txts {
        font-size: 16px;
        line-height: 26px;
    }
}

@media(max-width:999px) {
    .products_case3 {
        padding: 40px 0px;
    }

    .products_case3 .title32 {
        margin-bottom: 25px;
    }

    .products_case3 .title {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 10px;
    }

    .products_case3 .svgbox {
        margin-bottom: 20px;
    }

    .products_case3 .txts {
        font-size: 14px;
        line-height: 24px;
    }
}

@media(max-width:768px) {
    .products_case3 .title32 {
        margin-bottom: 15px;
    }

    .products_case3 .title {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .products_case3 .inner {
        width: 32%;
        margin-right: 2%;
        padding: 20px 15px 20px 15px;
    }

    .products_case3 .svgbox {
        margin-bottom: 10px;
    }
}

@media(max-width:538px) {
    .products_case3 {
        padding: 30px 0px;
    }

    .products_case3 .inner {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
        padding: 15px 10px;
    }

    .products_case3 .inner:last-child {
        margin-bottom: 0;
    }
}

/* products_case4 */

.products_case4 {
    padding: 90px 0px 100px;
    background: var(--co-F7F7F7);
}

.products_case4 .title32 {
    font-family: var(--regular1);
    text-align: center;
    margin-bottom: 20px;
}

.products_case4 .s_title {
    color: var(--co-A68D62);
    text-align: center;
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 60px;
}

.products_case4 .inner {
    display: flex;
    justify-content: space-between;
    background: var(--co-fff);
}

.products_case4 .inner:nth-child(2n) {
    flex-direction: row-reverse;
}

.products_case4 .l_box {
    padding: 30px 30px 30px 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
}

.products_case4 .title {
    color: var(--co-333);
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    margin-bottom: 24px;
}

.products_case4 .txts {
    color: var(--co-333);
    font-size: 16px;
    line-height: 28px;
}

.products_case4 .r_box {
    width: 50%;
}

@media(max-width:1600px) {
    .products_case4 {
        padding: 60px 0px;
    }

    .products_case4 .s_title {
        margin-bottom: 45px;
    }

    .products_case4 .l_box {
        padding: 30px 30px 30px 80px;
    }

    .products_case4 .title {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 20px;
    }
}

@media(max-width:1333px) {
    .products_case4 {
        padding: 50px 0px;
    }

    .products_case4 .s_title {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 45px;
    }

    .products_case4 .l_box {
        padding: 20px 20px 20px 50px;
    }

    .products_case4 .title {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 15px;
    }
}

@media(max-width:999px) {
    .products_case4 {
        padding: 40px 0px;
    }

    .products_case4 .s_title {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 35px;
    }

    .products_case4 .title {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .products_case4 .txts {
        font-size: 14px;
        line-height: 26px;
    }

    .products_case4 .l_box {
        padding: 20px 20px 20px 20px;
    }
}

@media(max-width:768px) {
    .products_case4 .s_title {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 20px;
    }

    .products_case4 .inner {
        flex-direction: column !important;
    }

    .products_case4 .l_box {
        width: 100%;
    }

    .products_case4 .r_box {
        width: auto;
    }
}

@media(max-width:538px) {
    .products_case4 {
        padding: 30px 0px;
    }
}


/* products_case5 */

.products_case5 {
    padding: 101px 0px 100px;
}

.products_case5 .safe {
    display: flex;
    justify-content: space-between;
}

.products_case5 .l_box {
    width: 48%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.products_case5 .title32 {
    font-family: var(--regular1);
    margin-bottom: 90px;
}

.products_case5 .s_title {
    color: var(--co-A68D62);
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 30px;
}

.products_case5 .list li {
    color: var(--co-333);
    font-size: 18px;
    line-height: 60px;
    margin-bottom: 24px;
}

.products_case5 .list li:last-child {
    margin-bottom: 0;
}

.products_case5 .list li em {
    font-size: 60px;
    line-height: 60px;
    font-style: normal;
    background: linear-gradient(96deg, #E3C48B 1.35%, #D7AE78 37.35%, #F5DCA6 62.82%, #C0935C 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.products_case5 .imgbox {
    width: 49.7%;
}

@media(max-width:1600px) {
    .products_case5 {
        padding: 60px 0px;
    }

    .products_case5 .title32 {
        margin-bottom: 60px;
    }

    .products_case5 .list li em {
        font-size: 52px;
        line-height: 60px;
    }
}

@media(max-width:1333px) {
    .products_case5 {
        padding: 50px 0px;
    }

    .products_case5 .title32 {
        margin-bottom: 45px;
    }

    .products_case5 .s_title {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 25px;
    }

    .products_case5 .list li em {
        font-size: 46px;
        line-height: 50px;
    }
}

@media(max-width:999px) {
    .products_case5 {
        padding: 40px 0px;
    }

    .products_case5 .title32 {
        margin-bottom: 30px;
    }

    .products_case5 .s_title {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 20px;
    }

    .products_case5 .title32 {
        margin-bottom: 20px;
    }

    .products_case5 .list li em {
        font-size: 36px;
        line-height: 46px;
    }

    .products_case5 .list li {
        font-size: 16px;
        line-height: unset;
        margin-bottom: 24px;
    }
}

@media(max-width:768px) {
    .products_case5 .title32 {
        margin-bottom: 20px;
    }

    .products_case5 .s_title {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 15px;
    }

    .products_case5 .safe {
        flex-direction: column;
    }

    .products_case5 .l_box {
        width: 100%;
        margin-bottom: 20px;
    }

    .products_case5 .imgbox {
        width: auto;
    }

    .products_case5 .list li em {
        font-size: 30px;
        line-height: 42px;
    }

    .products_case5 .list li {
        font-size: 14px;
        margin-bottom: 15px;
    }
}

@media(max-width:538px) {
    .products_case5 {
        padding: 30px 0px;
    }

    .products_case5 .list li em {
        font-size: 26px;
        line-height: 38px;
    }

    .products_case5 .list li {
        margin-bottom: 10px;
    }
}


/* products_customize */

.products_customize {
    padding: 100px 0px 89px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}

.products_customize .title32 {
    text-align: center;
    margin-bottom: 25px;
    font-family: var(--regular1);
    color: var(--co-fff);
    font-weight: 500;
}

.products_customize .s_title {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    background: linear-gradient(96deg, #E3C48B 1.35%, #D7AE78 37.35%, #F5DCA6 62.82%, #C0935C 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 65px;
}

.products_customize .wrap {
    display: flex;
    flex-wrap: wrap;
}

.products_customize .inner {
    width: 49%;
    margin-right: 2%;
}

.products_customize .inner:nth-child(2n) {
    margin-right: 0;
}

.products_customize .contact {
    padding-top: 30px;
    text-align: center;
}

.products_customize .tit {
    margin-bottom: 15px;
    color: var(--co-fff);
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
}

.products_customize .txts {
    color: var(--co-fff);
    font-size: 16px;
    line-height: 28px;
}

@media(max-width:1600px) {
    .products_customize {
        padding: 60px 0px;
    }

    .products_customize .s_title {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 45px;
    }

    .products_customize .contact {
        padding-top: 25px;
    }

    .products_customize .tit {
        margin-bottom: 15px;
        font-size: 20px;
        line-height: 30px;
    }
}

@media(max-width:1333px) {
    .products_customize {
        padding: 50px 0px;
    }

    .products_customize .s_title {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 35px;
    }

    .products_customize .contact {
        padding-top: 20px;
    }

    .products_customize .tit {
        margin-bottom: 10px;
        font-size: 18px;
        line-height: 28px;
    }
}

@media(max-width:999px) {
    .products_customize {
        padding: 40px 0px;
    }

    .products_customize .s_title {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 25px;
    }

    .products_customize .contact {
        padding-top: 15px;
    }

    .products_customize .tit {
        margin-bottom: 5px;
        font-size: 16px;
        line-height: 26px;
    }

    .products_customize .txts {
        font-size: 14px;
        line-height: 26px;
    }

    .products_customize .title32 {
        margin-bottom: 15px;
    }
}

@media(max-width:768px) {
    .products_customize .s_title {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 15px;
    }

    .products_customize .contact {
        padding-top: 10px;
    }
}

@media(max-width:538px) {
    .products_customize {
        padding: 30px 0px;
    }

    .products_customize .inner {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .products_customize .inner:last-child {
        margin-bottom: 0;
    }
}


/* products_ingredient */

.products_ingredient {
    padding: 100px 0px 100px;
    background: var(--co-F7F7F7);
}

.products_ingredient .title32 {
    text-align: center;
    margin-bottom: 25px;
    font-family: var(--regular1);
    color: var(--co-333);
}

.products_ingredient .s_title {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    color: var(--co-A68D62);
    margin-bottom: 65px;
}

.products_ingredient .wrap {
    display: flex;
    flex-wrap: wrap;
}

.products_ingredient .inner {
    width: 32%;
    margin-right: 2%;
}

.products_ingredient .inner:nth-child(3n) {
    margin-right: 0;
}

.products_ingredient .contact {
    padding: 40px 20px 46px 20px;
    background: var(--co-fff);
    text-align: center;
}

.products_ingredient .title {
    color: var(--co-333);
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 20px;
}

.products_ingredient .txts {
    color: var(--co-666);
    font-size: 16px;
    line-height: 28px;
}

@media(max-width:1600px) {
    .products_ingredient {
        padding: 60px 0px;
    }

    .products_ingredient .s_title {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 45px;
    }

    .products_ingredient .title {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 15px;
    }
}

@media(max-width:1333px) {
    .products_ingredient {
        padding: 50px 0px;
    }

    .products_ingredient .s_title {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 35px;
    }

    .products_ingredient .contact {
        padding: 30px 20px 30px 20px;
    }

    .products_ingredient .title {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 10px;
    }
}

@media(max-width:999px) {
    .products_ingredient {
        padding: 40px 0px;
    }

    .products_ingredient .s_title {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 25px;
    }

    .products_ingredient .title32 {
        margin-bottom: 15px;
    }

    .products_ingredient .contact {
        padding: 20px 20px 20px 20px;
    }

    .products_ingredient .txts {
        font-size: 14px;
        line-height: 26px;
    }
}

@media(max-width:768px) {
    .products_ingredient .s_title {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 15px;
    }

    .products_ingredient .contact {
        padding: 15px;
    }
}

@media(max-width:538px) {
    .products_ingredient {
        padding: 30px 0px;
    }

    .products_ingredient .inner {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 15px;
    }

    .products_ingredient .inner:nth-child(2n) {
        margin-right: 0;
    }
}


/* products_kibu */

.products_kibu {
    padding: 100px 0px 100px;
}

.products_kibu .title32 {
    text-align: center;
    margin-bottom: 58px;
    font-family: var(--regular1);
}

.products_kibu .box {
    display: flex;
    justify-content: space-between;
}

.products_kibu .l_box {
    width: 50%;
    background: var(--co-F7F7F7);
    padding: 50px 50px 50px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.products_kibu .s_title {
    color: var(--co-A68D62);
    font-size: 18px;
    font-weight: 500;
    font-family: var(--regular1);
    line-height: 34px;
    margin-bottom: 42px;
    width: 68%;
}

.products_kibu .list li {
    position: relative;
    padding-left: 38px;
    margin-bottom: 33px;
    font-weight: 500;
}

.products_kibu .list li:last-child {
    margin-bottom: 0;
}

.products_kibu .list li::after {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    background-image: url(../images/bingo2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    left: 0;
    top: 2px;
}

.products_kibu .r_box {
    width: 50%;
}

@media(max-width:1600px) {
    .products_kibu {
        padding: 60px 0px;
    }

    .products_kibu .title32 {
        margin-bottom: 45px;
    }

    .products_kibu .s_title {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 30px;
        width: 80%;
    }

    .products_kibu .l_box {
        width: 50%;
        padding: 40px;
    }

    .products_kibu .list li {
        padding-left: 38px;
        margin-bottom: 20px;
    }
}

@media(max-width:1333px) {
    .products_kibu {
        padding: 50px 0px;
    }

    .products_kibu .title32 {
        margin-bottom: 35px;
    }

    .products_kibu .l_box {
        width: 50%;
        padding: 30px;
    }

    .products_kibu .list li {
        padding-left: 38px;
        margin-bottom: 15px;
    }

    .products_kibu .s_title {
        width: 90%;
        margin-bottom: 20px;
    }
}

@media(max-width:999px) {
    .products_kibu {
        padding: 40px 0px;
    }

    .products_kibu .title32 {
        margin-bottom: 25px;
    }

    .products_kibu .l_box {
        width: 50%;
        padding: 20px;
    }

    .products_kibu .s_title {
        width: 100%;
        margin-bottom: 10px;
    }

    .products_kibu .list li::after {
        width: 20px;
        height: 20px;
        top: 0px;
    }

    .products_kibu .list li {
        padding-left: 30px;
        margin-bottom: 15px;
    }
}

@media(max-width:768px) {
    .products_kibu .title32 {
        margin-bottom: 15px;
    }

    .products_kibu .box {
        flex-direction: column;
    }

    .products_kibu .l_box {
        width: 100%;
    }

    .products_kibu .r_box {
        width: auto;
    }

    .products_kibu .s_title {
        font-size: 16px;
        line-height: 26px;
    }
}

@media(max-width:538px) {
    .products_kibu {
        padding: 30px 0px;
    }
}

/* products_used */

.products_used {
    padding: 94px 0px 80px;
    background: var(--co-F7F7F7);
}

.products_used .title32 {
    text-align: center;
    margin-bottom: 65px;
    font-family: var(--regular1);
}

.products_used .title32 .p1 {
    color: var(--co-A68D62);
    margin-bottom: 11px;
}

.products_used .wrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 80px;
}

.products_used .inner {
    width: 12%;
    margin-right: 2%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 200px;
    border-radius: 999px;
    border: 1px solid var(--co-A68D62);
}

.products_used .inner:nth-child(7n) {
    margin-right: 0;
}

.products_used .svgbox {
    margin-bottom: 20px;
}

.products_used .title {
    color: var(--co-333);
    font-size: 20px;
    line-height: 32px;
}

.products_used .box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.products_used .l_box {
    width: 30%;
    color: var(--co-333);
    font-size: 18px;
    padding-top: 120px;
}

.products_used .l_box em {
    font-style: normal;
    font-size: 60px;

    background: linear-gradient(96deg, #E3C48B 1.35%, #D7AE78 37.35%, #F5DCA6 62.82%, #C0935C 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.products_used .r_box {
    width: 54.2%;
    border-radius: 295px;
    overflow: hidden;
}

@media(max-width:1600px) {
    .products_used {
        padding: 60px 0px;
    }

    .products_used .title32 {
        margin-bottom: 45px;
    }

    .products_used .wrap {
        margin-bottom: 45px;
    }

    .products_used .l_box {
        width: 30%;
        font-size: 18px;
        padding-top: 50px;
    }

    .products_used .l_box em {
        font-size: 52px;
    }
}

@media(max-width:1333px) {
    .products_used {
        padding: 50px 0px;
    }

    .products_used .title32 {
        margin-bottom: 35px;
    }

    .products_used .inner {
        width: 18%;
        margin-right: 2%;
        min-height: 200px;
        margin-bottom: 20px;
    }

    .products_used .title {
        font-size: 18px;
        line-height: 28px;
    }

    .products_used .wrap {
        margin-bottom: 35px;
    }

    .products_used .l_box {
        width: 40%;
        font-size: 16px;
        padding-top: 30px;
    }

    .products_used .l_box em {
        font-size: 42px;
    }
}

@media(max-width:999px) {
    .products_used {
        padding: 40px 0px;
    }

    .products_used .title32 {
        margin-bottom: 25px;
    }

    .products_used .inner {
        width: 18%;
        margin-right: 2%;
        min-height: 180px;
        margin-bottom: 20px;
    }

    .products_used .title {
        font-size: 16px;
        line-height: 26px;
    }

    .products_used .wrap {
        margin-bottom: 25px;
    }

    .products_used .l_box em {
        font-size: 36px;
    }

    .products_used .box {
        flex-direction: column;
    }

    .products_used .l_box {
        width: 100%;
        font-size: 16px;
        padding-top: 0px;
        margin-bottom: 15px;
    }

    .products_used .r_box {
        width: auto;
        border-radius: 10px;
        overflow: hidden;
    }

    .products_used .r_box img {
        width: 100%;
    }
}

@media(max-width:768px) {
    .products_used .title32 {
        margin-bottom: 15px;
    }

    .products_used .wrap {
        margin-bottom: 15px;
    }

    .products_used .inner {
        width: 24%;
        margin-right: 1.2%;
        min-height: 180px;
        margin-bottom: 20px;
    }

    .products_used .inner:nth-child(4n) {
        margin-right: 0;
    }

    .products_used .title {
        font-size: 14px;
        line-height: 26px;
    }

    .products_used .svgbox {
        margin-bottom: 10px;
    }

    .products_used .l_box em {
        font-size: 30px;
    }
}

@media(max-width:538px) {
    .products_used {
        padding: 30px 0px;
    }

    .products_used .inner {
        border-radius: 0;
        width: 32%;
        margin-right: 2%;
        min-height: 150px;
    }

    .products_used .inner:nth-child(4n) {
        margin-right: 2%;
    }

    .products_used .inner:nth-child(3n) {
        margin-right: 0;
    }
}

@media(max-width:400px) {
    .products_used .inner {
        border-radius: 0;
        width: 49%;
        margin-right: 2%;
        min-height: 150px;
        margin-bottom: 15px;
    }

    .products_used .inner:nth-child(3n) {
        margin-right: 2%;
    }

    .products_used .inner:nth-child(2n) {
        margin-right: 0;
    }
}


/* products_detection */

.products_detection .safe {
    display: flex;
    justify-content: space-between;
    max-width: 100%;
    width: 100%;
}

.products_detection .l_box {
    width: 50%;
    background: var(--co-333);
    padding: 160px 5% 50px 10%;
}

.products_detection .title32 {
    color: var(--co-fff);
    font-family: var(--regular1);
    margin-bottom: 80px;
    font-weight: 500;
}

.products_detection .list {
    display: flex;
    flex-wrap: wrap;
}

.products_detection .list li {
    width: 50%;
    padding-bottom: 17px;
    margin-bottom: 28px;

    color: var(--co-fff);
    font-size: 18px;
    line-height: 60px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.products_detection .list li span {
    font-size: 46px;
    font-weight: 500;
    line-height: 60px;
    background: linear-gradient(96deg, #E3C48B 1.35%, #D7AE78 37.35%, #F5DCA6 62.82%, #C0935C 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.products_detection .r_box {
    width: 50%;
}

@media(max-width:1600px) {
    .products_detection .l_box {
        padding: 50px 5% 50px 5%;
    }

    .products_detection .list li span {
        font-size: 42px;
        line-height: unset;
    }

    .products_detection .title32 {
        margin-bottom: 35px;
    }
}

@media(max-width:1333px) {
    .products_detection .l_box {
        padding: 40px 4% 40px 4%;
    }

    .products_detection .title32 {
        margin-bottom: 20px;
    }

    .products_detection .list li span {
        font-size: 36px;
    }

    .products_detection .list li {
        width: 50%;
        padding-bottom: 15px;
        margin-bottom: 28px;
        font-size: 16px;
        line-height: unset;
    }
}

@media(max-width:999px) {
    .products_detection .safe {
        flex-direction: column;
    }

    .products_detection .l_box {
        width: 100%;
        padding: 30px;
    }

    .products_detection .list li span {
        font-size: 32px;
    }

    .products_detection .list li {
        width: 50%;
        padding-bottom: 10px;
        margin-bottom: 20px;
        font-size: 14px;
        line-height: unset;
    }

    .products_detection .r_box {
        width: auto;
    }
}

@media(max-width:768px) {
    .products_detection .l_box {
        padding: 20px;
    }

    .products_detection .list li span {
        font-size: 26px;
    }
}

@media(max-width:538px) {
    .products_detection .list li {
        width: 100%;
        margin-right: 0;
    }
}


/* products_step */

.products_step {
    padding: 98px 0px 90px;
}

.products_step .title32 {
    font-family: var(--regular1);
    text-align: center;
    margin-bottom: 60px;
}

.products_step .wrap {
    display: flex;
    flex-wrap: wrap;
}

.products_step .inner {
    width: 21.4285%;
    margin-right: 4.6857%;
}

.products_step .inner:nth-child(4n) {
    margin-right: 0;
}

.products_step .imgbox {
    padding: 21px;
    background-image: url(../images/circle.png);
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 30px;
}

.products_step .contact {
    text-align: center;
}

.products_step .ti {
    color: var(--co-A68D62);
    font-size: 24px;
    line-height: 42px;
    font-family: var(--regular1);
    margin-bottom: 27px;
}

.products_step .ti span {
    font-size: 32px;
}

.products_step .txts {
    color: var(--co-333);
    font-size: 16px;
    line-height: 28px;
}

@media(max-width:1600px) {
    .products_step {
        padding: 60px 0px;
    }

    .products_step .title32 {
        margin-bottom: 50px;
    }

    .products_step .imgbox {
        padding: 15px;
        margin-bottom: 20px;
    }

    .products_step .ti {
        font-size: 22px;
        line-height: unset;
        margin-bottom: 20px;
    }

    .products_step .ti span {
        font-size: 28px;
    }
}

@media(max-width:1333px) {
    .products_step {
        padding: 50px 0px;
    }

    .products_step .title32 {
        margin-bottom: 40px;
    }

    .products_step .imgbox {
        padding: 15px;
        margin-bottom: 15px;
    }

    .products_step .ti {
        font-size: 20px;
        line-height: unset;
        margin-bottom: 20px;
    }

    .products_step .ti span {
        font-size: 24px;
    }
}

@media(max-width:999px) {
    .products_step {
        padding: 40px 0px;
    }

    .products_step .title32 {
        margin-bottom: 30px;
    }

    .products_step .ti {
        font-size: 18px;
        line-height: unset;
        margin-bottom: 15px;
    }

    .products_step .txts {
        font-size: 14px;
        line-height: 26px;
    }
}

@media(max-width:768px) {
    .products_step .title32 {
        margin-bottom: 20px;
    }

    .products_step .inner {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 20px;
    }

    .products_step .inner:nth-child(2n) {
        margin-right: 0;
    }
}

@media(max-width:538px) {
    .products_step {
        padding: 30px 0px;
    }
}


/* products_contact */

.products_contact {
    padding: 87px 0px 88px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}

.products_contact .title42 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--regular1);
    text-align: center;
    margin-bottom: 31px;
}

.products_contact .title42 em {
    display: inline-block;
    width: 6px;
    height: 6px;
    background: var(--co-4D4D4D);
    border-radius: 999px;
    margin: 0px 15px;
}

.products_contact .s_title {
    font-family: var(--regular1);
    color: var(--co-4D4D4D);
    font-size: 34px;
    font-weight: 500;
    line-height: 44px;
    text-align: center;
    margin-bottom: 59px;
}

.products_contact .btn2 {
    justify-content: space-between;
    padding: 0px 10px 0px 28px;
    width: 152px;
    margin: 0 auto;
}

@media(max-width:1600px) {
    .products_contact {
        padding: 60px 0px;
    }

    .products_contact .s_title {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 45px;
    }

    .products_contact .title42 {
        margin-bottom: 25px;
    }
}

@media(max-width:1333px) {
    .products_contact {
        padding: 50px 0px;
    }

    .products_contact .s_title {
        font-size: 26px;
        line-height: 36px;
        margin-bottom: 35px;
    }

    .products_contact .title42 {
        margin-bottom: 20px;
    }
}

@media(max-width:999px) {
    .products_contact {
        padding: 40px 0px;
    }

    .products_contact .s_title {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 25px;
    }

    .products_contact .title42 {
        margin-bottom: 15px;
    }

    .products_contact .btn2 {
        width: 140px;
    }
}

@media(max-width:768px) {
    .products_contact .s_title {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 20px;
    }
}

@media(max-width:538px) {
    .products_contact {
        padding: 30px 0px;
    }

    .products_contact .s_title {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 15px;
    }
}



/* about_brand */

.about_brand {
    padding: 80px 0px 100px;
    background: var(--co-F7F7F7);
}

.about_brand .content {
    color: var(--co-4D4D4D);
    font-size: 16px;
    line-height: 28px;
}

.about_brand .box {
    margin-bottom: 90px;
}

.about_brand .top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 90px;
}

.about_brand .top .l_box {
    width: 36%;
    padding-top: 82px;
}

.about_brand .top .title40 {
    margin-bottom: 40px;
}

.about_brand .top .content {}

.about_brand .top .r_box {
    width: 55.7%;
    display: flex;
    justify-content: space-between;
}

.about_brand .top .imgbox {
    width: 48%;
}

.about_brand .bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.about_brand .bottom .l_box {
    width: 40.7142%;
}

.about_brand .bottom .r_box {
    width: 50.5%;
    padding-top: 82px;
}

.about_brand .bottom .content em {
    font-style: normal;
    color: var(--co-A68D62);
    font-size: 20px;
    font-family: var(--regular);
}


.about_brand .lo {
    width: 50%;
    margin: 0 auto;
    font-family: var(--regular1);
    color: var(--co-A68D62);
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 46px;
}

@media(max-width:1600px) {
    .about_brand {
        padding: 60px 0px;
    }

    .about_brand .top .l_box,
    .about_brand .bottom .r_box {
        padding-top: 40px;
    }

    .about_brand .top .title40 {
        margin-bottom: 30px;
    }

    .about_brand .top {
        margin-bottom: 60px;
    }

    .about_brand .bottom .content em {
        font-size: 18px;
    }

    .about_brand .box {
        margin-bottom: 60px;
    }

    .about_brand .lo {
        width: 60%;
        font-size: 22px;
        line-height: 38px;
    }
}

@media(max-width:1333px) {
    .about_brand {
        padding: 50px 0px;
    }

    .about_brand .top .title40 {
        margin-bottom: 20px;
    }

    .about_brand .top .l_box,
    .about_brand .bottom .r_box {
        padding-top: 0;
    }

    .about_brand .top {
        margin-bottom: 50px;
    }

    .about_brand .box {
        margin-bottom: 50px;
    }

    .about_brand .lo {
        width: 70%;
        font-size: 20px;
        line-height: 34px;
    }
}

@media(max-width:999px) {
    .about_brand {
        padding: 40px 0px;
    }

    .about_brand .top {
        margin-bottom: 40px;
        flex-direction: column;
    }

    .about_brand .bottom {
        display: flex;
        flex-direction: column;
    }

    .about_brand .top .l_box,
    .about_brand .bottom .r_box {
        width: 100%;
    }

    .about_brand .top .l_box {
        margin-bottom: 20px;
    }

    .about_brand .top .r_box {
        width: auto;
    }

    .about_brand .bottom .l_box {
        width: auto;
        margin-bottom: 20px;
    }

    .about_brand .content {
        font-size: 14px;
        line-height: 26px;
    }

    .about_brand .bottom .content em {
        font-size: 16px;
    }

    .about_brand .box {
        margin-bottom: 40px;
    }

    .about_brand .lo {
        width: 80%;
        font-size: 18px;
        line-height: 28px;
    }
}

@media(max-width:768px) {
    .about_brand .bottom .content em {
        font-size: 14px;
    }

    .about_brand .lo {
        width: 90%;
        font-size: 16px;
        line-height: 26px;
    }
}

@media(max-width:538px) {
    .about_brand {
        padding: 30px 0px;
    }

    .about_brand .top {
        margin-bottom: 30px;
    }

    .about_brand .box {
        margin-bottom: 30px;
    }
}

/* about_history */


.about_history {
    padding: 90px 0px 0px;
    background-position: left bottom;
}

.about_history .title40 {
    text-align: center;
    margin-bottom: 92px;
}

.about_history .line {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 61px;
    width: 100%;
}

.about_history .box {
    margin-bottom: 43px;
}

.about_history .in {
    padding: 0px 8.6428%;
}

.about_history .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.about_history .swiper-slide:nth-child(2n) {
    flex-direction: column-reverse;
}

.about_history .swiper-slide:nth-child(2n) .circle {
    margin-bottom: 15px;
}

.about_history .year {
    color: var(--co-333);
    text-align: center;
    font-family: var(--medium);
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 22px;
}

.about_history .circle {
    width: 20px;
    height: 20px;
    border-radius: 999px;
    border: 1px solid var(--co-333);
    display: flex;
    align-items: center;
    justify-content: center;
}

.about_history .circle>div {
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: var(--co-333);
}

.about_history .kb {
    height: 30px;
    margin-top: 21px;
}

.about_history .btnbox i {
    position: absolute;
    top: 43%;
    transform: translateY(-43%);
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}

.about_history .btnbox i:hover {
    color: var(--co-A68D62);
}

.about_history .btnbox i:first-child {
    left: -45px;
}

.about_history .btnbox i:last-child {
    right: -45px;
}

.about_history .content {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    font-family: var(--medium);
    color: var(--co-333);
    font-size: 18px;
    line-height: 34px;
    margin-bottom: 38px;
    font-weight: 500;
}

.about_history .btn1 {
    width: 322px;
    margin: 0 auto;
    justify-content: space-between;
    padding: 0px 10px 0px 30px;
}

/* .about_history .swiper-slide-active::after{
    content: "";
} */



.about_history .bottom .swiper-slide {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background: var(--co-F7F7F7);
    padding: 50px 52px 50px 60px;
}


.about_history .bottom .l_box {
    width: 16%;
}

.about_history .bottom .year {
    color: var(--co-A68D62);
    font-size: 90px;
    font-weight: 500;
    line-height: 100px;
}

.about_history .bottom .r_box {
    width: 73%;

    color: var(--co-4D4D4D);
    font-size: 16px;
    line-height: 28px;
}

.about_history .bottom .r_box strong {
    color: var(--co-A68D62);
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
}

.about_history .swiper-slide {
    position: relative;
}

.about_history .swiper-slide-visible {
    cursor: pointer;
}

.about_history .swiper-slide-visible::after {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    background: rgba(219, 144, 20, 0.2);
    top: 0;
    border-radius: 999px;
    top: 50.5%;
    transform: translateY(-50%);
    opacity: 0;
}

.about_history .swiper-slide-visible:nth-child(2n)::after {
    top: 44.5%;
}

.about_history .swiper-slide-thumb-active::after {
    opacity: 1;
}

.about_history .swiper-slide-thumb-active .year {
    color: var(--co-A68D62);
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
}


@media(max-width:1600px) {
    .about_history {
        padding: 60px 0px 0px;
    }

    .about_history .title40 {
        margin-bottom: 60px;
    }

    .about_history .in {
        padding: 0px 5%;
    }

    .about_history .box {
        margin-bottom: 50px;
    }

    .about_history .bottom .year {
        font-size: 80px;
        line-height: 90px;
    }

    .about_history .swiper-slide-thumb-active .year {
        font-size: 26px;
        line-height: 30px;
    }

}

@media(max-width:1333px) {
    .about_history {
        padding: 50px 0px 0px;
    }

    .about_history .title40 {
        margin-bottom: 40px;
    }

    .about_history .year {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 15px;
    }

    .about_history .line {
        top: 55px;
    }

    .about_history .kb {
        height: 30px;
        margin-top: 15px;
    }

    .about_history .box {
        margin-bottom: 40px;
    }

    .about_history .content {
        width: 90%;
        font-size: 18px;
        line-height: 34px;
        margin-bottom: 30px;
    }

    .about_history .bottom .year {
        font-size: 68px;
        line-height: 78px;
    }

    .about_history .bottom .swiper-slide {
        padding: 40px;
    }

    .about_history .bottom .r_box strong {
        font-size: 18px;
        line-height: 28px;
    }

    .about_history .swiper-slide-thumb-active .year {
        font-size: 24px;
        line-height: 30px;
    }
}

@media(max-width:999px) {
    .about_history {
        padding: 40px 0px 0px;
    }

    .about_history .title40 {
        margin-bottom: 30px;
    }

    .about_history .btnbox i:first-child {
        left: -30px;
    }

    .about_history .btnbox i:last-child {
        right: -30px;
    }

    .about_history .box {
        margin-bottom: 30px;
    }

    .about_history .content {
        width: 100%;
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 20px;
    }

    .about_history .year {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 19px;
    }

    .about_history .btn1 {
        width: 285px;
        padding: 0px 10px 0px 30px;
    }

    .about_history .bottom .swiper-slide {
        flex-direction: column;
        padding: 30px;
    }

    .about_history .bottom .l_box {
        width: auto;
    }

    .about_history .bottom .r_box {
        width: 100%;
        font-size: 14px;
        line-height: 26px;
    }

    .about_history .bottom .year {
        font-size: 54px;
        line-height: 68px;
    }

    .about_history .bottom .r_box strong {
        font-size: 16px;
        line-height: 26px;
    }

    .about_history .swiper-slide-thumb-active .year {
        font-size: 22px;
        line-height: 30px;
    }
}

@media(max-width:768px) {
    .about_history .swiper-slide:nth-child(2n) .circle {
        margin-bottom: 10px;
    }

    .about_history .year {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 10px;
    }

    .about_history .line {
        top: 46px;
    }

    .about_history .kb {
        height: 20px;
        margin-top: 15px;
    }

    .about_history .title40 {
        margin-bottom: 20px;
    }

    .about_history .box {
        margin-bottom: 20px;
    }

    .about_history .content {
        width: 100%;
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 20px;
    }

    .about_history .swiper-slide-visible::after {
        width: 42px;
        height: 42px;
    }

    .about_history .bottom .year {
        font-size: 44px;
        line-height: 60px;
    }

    .about_history .bottom .swiper-slide {
        padding: 20px;
    }

    .about_history .swiper-slide-thumb-active .year {
        font-size: 18px;
        line-height: 28px;
    }
}

@media(max-width:538px) {
    .about_history {
        padding: 30px 0px 0px;
    }

    .about_history .btnbox i:first-child {
        left: -20px;
    }

    .about_history .btnbox i:last-child {
        right: -20px;
    }

    .about_history .btnbox i {
        top: 45%;
        transform: translateY(-45%);
        font-size: 18px;
    }

    .about_history .year {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 10px;
    }

    .about_history .bottom .year {
        font-size: 34px;
        line-height: 48px;
    }
}



/* about_certificate */

.about_certificate {
    padding: 90px 0px 120px;
}

.about_certificate .title40 {
    text-align: center;
    margin-bottom: 59px;
}

.about_certificate .swiper-slide {
    padding: 30px 30px 23px 30px;
    background: #f5f5f5;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.about_certificate .imgbox {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 330px;
}

.about_certificate .title {
    padding-top: 16px;
    text-align: center;

    color: var(--co-666);
    font-size: 16px;
    line-height: 28px;
}

.about_certificate .btnbox a {
    width: 100px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid var(--co-333);
    color: var(--co-333);
    border-radius: 999px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.about_certificate .btnbox a i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 999px;
    background: var(--co-333);
    color: var(--co-fff);
    flex-shrink: 0;
}

.about_certificate .btnbox a:first-child {
    padding: 0px 15px 0px 10px;
    left: -130px;
}

.about_certificate .btnbox a:first-child i {
    margin-right: 5px;
}


.about_certificate .btnbox a:last-child {
    padding: 0px 10px 0px 15px;
    right: -130px;
}

.about_certificate .btnbox a:last-child i {
    margin-left: 5px;
}

.about_certificate .btnbox a:hover {
    background: var(--co-333);
    color: var(--co-fff);
}


@media(max-width:1700px) {
    .about_certificate .btnbox a:first-child {
        left: -110px;
    }

    .about_certificate .btnbox a:last-child {
        right: -110px;
    }

    .about_certificate .imgbox {
        min-height: auto;
    }
}

@media(max-width:1600px) {
    .about_certificate {
        padding: 60px 0px;
    }

    .about_certificate .title40 {
        margin-bottom: 45px;
    }

    .about_certificate .btnbox a {
        position: static;
        transform: unset;
    }

    .about_certificate .btnbox {
        display: flex;
        justify-content: center;
        margin-top: 25px;
    }

    .about_certificate .btnbox a:first-child {
        margin-right: 10px;
    }
}

@media(max-width:1333px) {
    .about_certificate {
        padding: 50px 0px;
    }

    .about_certificate .title40 {
        margin-bottom: 35px;
    }

    .about_certificate .swiper-slide {
        padding: 20px;
    }

    .about_certificate .title {
        padding-top: 10px;
        font-size: 16px;
        line-height: 28px;
    }
}

@media(max-width:999px) {
    .about_certificate {
        padding: 40px 0px;
    }

    .about_certificate .title40 {
        margin-bottom: 25px;
    }

    .about_certificate .swiper-slide {
        padding: 15px;
    }

    .about_certificate .title {
        padding-top: 10px;
        font-size: 14px;
        line-height: 26px;
    }

    .about_certificate .btnbox a {
        width: 100px;
        height: 42px;
    }
}

@media(max-width:768px) {
    .about_certificate .title40 {
        margin-bottom: 15px;
    }
}

@media(max-width:538px) {
    .about_certificate {
        padding: 30px 0px;
    }
}


/* 4-1 */

.research_strength {
    padding: 90px 0px 90px;
}

.research_strength .safe {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.research_strength .l_box {
    width: 41.5%;
}

.research_strength .title40 {
    margin-bottom: 50px;
}

.research_strength .content {
    color: var(--co-4D4D4D);
    font-size: 16px;
    line-height: 28px;
}

.research_strength .content p {
    margin-bottom: 10px;
}

.research_strength .content p:last-child {
    margin-bottom: 0;
}

.research_strength .r_box {
    width: 48.8%;
}

@media(max-width:1600px) {
    .research_strength {
        padding: 60px 0px;
    }

    .research_strength .title40 {
        margin-bottom: 40px;
    }
}

@media(max-width:1333px) {
    .research_strength {
        padding: 50px 0px;
    }

    .research_strength .title40 {
        margin-bottom: 30px;
    }

    .research_strength .l_box {
        width: 45%;
    }
}

@media(max-width:999px) {
    .research_strength {
        padding: 40px 0px;
    }

    .research_strength .title40 {
        margin-bottom: 20px;
    }

    .research_strength .safe {
        flex-direction: column;
    }

    .research_strength .l_box {
        width: 100%;
        margin-bottom: 20px;
    }

    .research_strength .r_box {
        width: auto;
    }

    .research_strength .content {
        font-size: 14px;
        line-height: 26px;
    }
}

@media(max-width:538px) {
    .research_strength {
        padding: 30px 0px;
    }
}


/* production_advantage */

.production_advantage {
    background: var(--co-F7F7F7);
    position: relative;
}

.production_advantage .safe {
    display: flex;
    justify-content: space-between;
    max-width: 100%;
    width: 100%;
}

.production_advantage .imgbox {
    width: 50.833%;
}

.production_advantage .contact {
    position: absolute;
    width: 53.1%;
    background: var(--co-fff);
    right: 0;
    padding: 152px 13% 152px 5.8%;
    top: 50%;
    transform: translateY(-50%);
}

.production_advantage .title40 {
    margin-bottom: 40px;
}

.production_advantage .bianji {
    color: var(--co-4D4D4D);
    font-size: 16px;
    line-height: 28px;
}

@media(max-width:1600px) {
    .production_advantage .contact {
        width: 53.1%;
        right: 0;
        padding: 80px 13% 80px 5.8%;
    }

    .production_advantage .title40 {
        margin-bottom: 30px;
    }
}

@media(max-width:1333px) {
    .production_advantage .contact {
        width: 53.1%;
        right: 0;
        padding: 60px 10% 60px 5.8%;
    }

    .production_advantage .title40 {
        margin-bottom: 20px;
    }
}

@media(max-width:999px) {
    .production_advantage {
        flex-direction: column;
        padding: 30px 0px;
    }

    .production_advantage .contact {
        position: static;
        transform: unset;
        width: 100%;
    }

    .production_advantage .imgbox {
        width: auto;
    }

    .production_advantage .safe {
        flex-direction: column;
    }

    .production_advantage .contact {
        padding: 20px;
    }

    .production_advantage .bianji {
        font-size: 14px;
        line-height: 26px;
    }
}



/* rd_team */

.rd_team {
    padding: 100px 0px 100px;
}

.rd_team .swiper-slide {
    display: flex;
    justify-content: space-between;
}

.rd_team .l_box {
    width: 55%;
    padding-bottom: 65px;
    padding-top: 30px;
}

.rd_team .title40 {
    margin-bottom: 60px;
}

.rd_team .s_title {
    color: var(--co-A68D62);
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 36px;
}

.rd_team .bianji {
    color: var(--co-4D4D4D);
    font-size: 16px;
    line-height: 28px;
}

.rd_team .r_box {
    width: 32.8571%;
}

.rd_team .control {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 55%;
    z-index: 10;
}

.rd_team .control .swiper-pagination {
    width: 100%;
    position: static;
    margin-right: 20px;
}

.rd_team .btnbox {
    display: flex;
    align-items: center;
}

.rd_team .btnbox i {
    width: 40px;
    height: 40px;
    border-radius: 999px;
    color: var(--co-333);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--co-333);
    margin-right: 20px;
    cursor: pointer;
}

.rd_team .btnbox i:last-child {
    margin-right: 0;
}

.rd_team .btnbox i:hover {
    background: var(--co-A68D62);
    color: var(--co-fff);
    border: 1px solid var(--co-A68D62);
}

.rd_team .swiper-pagination-progressbar-fill {
    background: var(--co-333) !important;
}

@media(max-width:1600px) {
    .rd_team {
        padding: 60px 0px;
    }

    .rd_team .title40 {
        margin-bottom: 40px;
    }

    .rd_team .s_title {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 30px;
    }
}

@media(max-width:1333px) {
    .rd_team {
        padding: 50px 0px;
    }

    .rd_team .title40 {
        margin-bottom: 30px;
    }

    .rd_team .l_box {
        padding-top: 0;
    }

    .rd_team .r_box {
        width: 40%;
    }

    .rd_team .s_title {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 20px;
    }
}

@media(max-width:999px) {
    .rd_team {
        padding: 40px 0px;
    }

    .rd_team .box {
        padding-bottom: 60px;
    }

    .rd_team .title40 {
        margin-bottom: 20px;
    }

    .rd_team .swiper-slide {
        flex-direction: column;
    }

    .rd_team .l_box {
        width: 100%;
        padding-bottom: 0;
        margin-bottom: 20px;
    }

    .rd_team .r_box {
        width: auto;
    }

    .rd_team .control {
        width: 100%;
    }

    .rd_team .bianji {
        font-size: 14px;
        line-height: 26px;
    }

    .rd_team .s_title {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 10px;
    }
}

@media(max-width:768px) {
    .rd_team .btnbox i:first-child {
        margin-right: 10px;
    }
}

@media(max-width:538px) {
    .rd_team {
        padding: 30px 0px;
    }
}


/* ingredient_advantage */

.ingredient_advantage {
    padding: 100px 0px;
    background: var(--co-F7F7F7);
}

.ingredient_advantage .safe {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.ingredient_advantage .l_box {
    width: 55.8%;
    display: flex;
    align-items: flex-start;
}

.ingredient_advantage .l_box img:first-child {
    width: 57%;
    margin-right: 20px;
}

.ingredient_advantage .l_box img:last-child {
    width: 40%;
}

.ingredient_advantage .r_box {
    width: 34%;
    padding-top: 70px;
}

.ingredient_advantage .title42 {
    margin-bottom: 30px;
}

.ingredient_advantage .bianji {}


@media(max-width:1600px) {
    .ingredient_advantage {
        padding: 60px 0px;
    }

    .ingredient_advantage .r_box {
        width: 36%;
        padding-top: 40px;
    }

    .ingredient_advantage .title42 {
        margin-bottom: 20px;
    }
}

@media(max-width:1333px) {
    .ingredient_advantage {
        padding: 50px 0px;
    }

    .ingredient_advantage .title42 {
        margin-bottom: 10px;
    }

    .ingredient_advantage .r_box {
        width: 36%;
        padding-top: 20px;
    }
}

@media(max-width:999px) {
    .ingredient_advantage {
        padding: 40px 0px;
    }

    .ingredient_advantage .safe {
        flex-direction: column;
    }

    .ingredient_advantage .l_box {
        width: auto;
        margin-bottom: 20px;
    }

    .ingredient_advantage .r_box {
        width: 100%;
        padding-top: 0;
    }

    .ingredient_advantage .l_box img:first-child {
        width: 58%;
        margin-right: 10px;
    }
}

@media(max-width:768px) {}

@media(max-width:538px) {
    .ingredient_advantage {
        padding: 30px 0px;
    }
}


.seek_search {
    width: 327px;
    height: 44px;
    border-radius: 0px;
    overflow: hidden;
    position: relative;
}

.seek_search>input {
    width: 100%;
    height: 100%;
    border-radius: 0px;
    border: solid 1px #ccc;
    padding: 0px 50px 0px 15px;

    color: var(--co-333);
    font-family: var(--regular);
    font-size: 14px;
    line-height: 24px;
}

.seek_search>input::placeholder {
    font-size: 16px;
    color: var(--co-999);
}

.seek_search .sousuo {
    position: absolute;
    right: 40px;
    width: 40px;
    right: 10px;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: var(--co-999);
}

.seek_search .sousuo i {
    position: absolute;
    z-index: 10;
    font-weight: bold;
    pointer-events: none;
    color: #999;
}

.seek_search .sousuo input {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: transparent;
    cursor: pointer;
}

.seek_search .sousuo:hover i {
    color: #333 !important;
}


@media(max-width:1333px) {
    .seek_search {
        width: 300px;
        height: 44px;
    }
}

@media(max-width:999px) {
    .seek_search {
        width: 280px;
        height: 44px;
    }

    .seek_search>input,
    .seek_search>input::placeholder {
        font-size: 14px;
    }
}

@media(max-width:768px) {
    .seek_search {
        width: 250px;
        height: 40px;
    }
}

@media(max-width:538px) {}


/* 5-1 */

.ingredient_faq {
    padding: 90px 0px 100px;
}

.ingredient_faq .top {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 50px;
}

.ingredient_faq .list {
    margin-bottom: 41px;
}

.ingredient_faq .list li {
    margin-bottom: 24px;
    padding: 13px 30px 13px 30px;
    background: var(--co-F7F7F7);
}

.ingredient_faq .list li:last-child {
    margin-bottom: 0;
}

.ingredient_faq .question {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ingredient_faq .l {
    width: 100%;
    display: flex;
    align-items: center;
}

.ingredient_faq li span {
    color: var(--co-333);
    font-family: var(--regular1);
    font-size: 32px;
    font-weight: 600;
    line-height: 42px;
    margin-right: 24px;
    flex-shrink: 0;
}

.ingredient_faq .question i {
    flex-shrink: 0;
    margin-left: 25px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--co-A68D62);
    color: var(--co-fff);
    border-radius: 999px;
    cursor: pointer;
}

.ingredient_faq .question p {
    color: var(--co-333);
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
}

.ingredient_faq .answer {
    display: none;
    transition: none;
}

.ingredient_faq .answer>div {
    display: flex;
    align-items: flex-start;

    color: var(--co-4D4D4D);
    font-size: 16px;
    line-height: 28px;
    padding-top: 37px;
    padding-bottom: 15px;
}

.ingredient_faq .explain {
    display: flex;
    justify-content: flex-end;
    color: var(--co-666);
    font-size: 14px;
    line-height: 24px;
}

@media(max-width:1600px) {
    .ingredient_faq {
        padding: 60px 0px;
    }

    .ingredient_faq .top {
        margin-bottom: 45px;
    }

    .ingredient_faq .answer>div {
        font-size: 16px;
        line-height: 28px;
        padding-top: 30px;
        padding-bottom: 10px;
    }

    .ingredient_faq li span {
        font-size: 28px;
        line-height: 38px;
        margin-right: 20px;
    }
}

@media(max-width:1333px) {
    .ingredient_faq {
        padding: 50px 0px;
    }

    .ingredient_faq .top {
        margin-bottom: 35px;
    }

    .ingredient_faq .answer>div {
        font-size: 16px;
        line-height: 28px;
        padding-top: 20px;
        padding-bottom: 0px;
    }

    .ingredient_faq li span {
        font-size: 24px;
        line-height: 34px;
        margin-right: 15px;
    }
}

@media(max-width:999px) {
    .ingredient_faq {
        padding: 40px 0px;
    }

    .ingredient_faq .top {
        margin-bottom: 25px;
    }

    .ingredient_faq .question p {
        font-size: 16px;
        line-height: 28px;
    }

    .ingredient_faq .answer>div {
        font-size: 14px;
        line-height: 26px;
        padding-top: 10px;
        padding-bottom: 0px;
    }

    .ingredient_faq .list {
        margin-bottom: 20px;
    }

    .ingredient_faq .list li {
        margin-bottom: 18px;
        padding: 13px 20px 13px 20px;
    }
}

@media(max-width:768px) {
    .ingredient_faq .top {
        margin-bottom: 15px;
    }

    .ingredient_faq .question p {
        font-size: 14px;
        line-height: 26px;
    }
}

@media(max-width:538px) {
    .ingredient_faq {
        padding: 30px 0px;
    }
}


/* hot_products */

.hot_products {
    padding: 90px 0px 90px;
    background: var(--co-F7F7F7);
}

.hot_products .title40 {
    margin-bottom: 70px;
    text-align: center;
}

.hot_products .box {
    margin-bottom: 50px;
}

.hot_products .swiper-slide {
    background: var(--co-fff);
}

.hot_products .imgbox {
    overflow: hidden;
}

.hot_products .contact {
    text-align: center;
    padding: 20px 10px 40px 10px;
}

.hot_products .title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;

    color: var(--co-333);
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
}

.hot_products .title a {
    color: var(--co-333);
}

.hot_products .title:hover,
.hot_products .title a:hover {
    color: var(--co-A68D62);
}

.hot_products .btn2 {
    justify-content: space-between;
    padding: 0px 10px 0px 25px;
    width: 152px;
    margin: 0 auto;
}

.hot_products .swiper-pagination {
    position: static;
    margin-top: 20px;
}

.hot_products .swiper-pagination-bullet-active {
    background: var(--co-A68D62);
}

@media(max-width:1600px) {
    .hot_products {
        padding: 60px 0px;
    }

    .hot_products .title40 {
        margin-bottom: 45px;
    }

    .hot_products .contact {
        padding: 20px 10px 20px 10px;
    }

    .hot_products .box {
        margin-bottom: 40px;
    }
}

@media(max-width:1333px) {
    .hot_products {
        padding: 50px 0px;
    }

    .hot_products .title40 {
        margin-bottom: 35px;
    }

    .hot_products .box {
        margin-bottom: 30px;
    }

    .hot_products .title {
        font-size: 18px;
        line-height: 30px;
    }
}

@media(max-width:999px) {
    .hot_products {
        padding: 40px 0px;
    }

    .hot_products .title40 {
        margin-bottom: 25px;
    }

    .hot_products .title {
        font-size: 16px;
        line-height: 26px;
    }

    .hot_products .contact {
        padding: 15px 10px 15px 10px;
    }

    .hot_products .swiper-pagination {
        position: static;
        margin-top: 10px;
    }

    .hot_products .box {
        margin-bottom: 20px;
    }

    .hot_products .btn2 {
        padding: 0px 10px 0px 25px;
        width: 140px;
    }
}

@media(max-width:768px) {
    .hot_products .title40 {
        margin-bottom: 15px;
    }

    .hot_products .title {
        font-size: 14px;
        line-height: 26px;
    }
}

@media(max-width:538px) {
    .hot_products {
        padding: 30px 0px;
    }
}


/* news_tab */

.news_tab {
    background: var(--co-fff);
    border-bottom: 1px solid var(--co-E6E6E6);
}

.news_tab .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 29px 0px;
}

.news_tab .list li {
    margin-right: 10%;
}

.news_tab .list li:last-child {
    margin-right: 0;
}

.news_tab .list li,
.news_tab .list li a {
    color: var(--co-333);
    font-size: 18px;
    line-height: 30px;
}

.news_tab .list li a:hover,
.news_tab .list .active a {
    color: var(--co-A68D62);
}

@media(max-width:1600px) {
    .news_tab .list {
        padding: 25px 0px;
    }

    .news_tab .list li {
        margin-right: 8%;
    }

    .news_tab .list li:last-child {
        margin-right: 0;
    }
}

@media(max-width:1333px) {
    .news_tab .list {
        padding: 20px 0px;
    }

    .news_tab .list li {
        margin-right: 6%;
    }

    .news_tab .list li:last-child {
        margin-right: 0;
    }
}

@media(max-width:999px) {
    .news_tab .list {
        padding: 15px 0px;
    }

    .news_tab .list li,
    .news_tab .list li a {
        font-size: 16px;
        line-height: 28px;
    }

    .news_tab .list li {
        margin-right: 4%;
    }

    .news_tab .list li:last-child {
        margin-right: 0;
    }
}


/* news_list */

.news_list {
    padding: 80px 0px 120px;
    background: var(--co-F7F7F7);
}

.news_list .wrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.news_list .inner {
    width: 31.7857%;
    margin-right: 2.257%;
    margin-bottom: 60px;
}

.news_list .inner:nth-child(3n) {
    margin-right: 0;
}

.news_list .inner:hover {
    box-shadow: 4px 4px 16px 0px rgba(210, 210, 214, 0.4);
}

.news_list .imgbox {
    overflow: hidden;
}

.news_list .contact {
    padding: 24px 20px 25px 20px;
    background: var(--co-fff);
}

.news_list .title {
    color: var(--co-4D4D4D);
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    min-height: 60px;
    margin-bottom: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_list .title a {
    color: var(--co-4D4D4D);
}

.news_list .title:hover,
.news_list .title a:hover {
    color: var(--co-A68D62);
}

.news_list .content {
    color: var(--co-666);
    font-size: 16px;
    line-height: 28px;
    min-height: 56px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 23px;
}

.news_list .bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news_list .data {
    color: var(--co-666);
    font-size: 16px;
    line-height: 26px;
    /* 162.5% */
}

.news_list .btn {
    width: 40px;
    height: 40px;
    border: 1px solid var(--co-333);
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--co-333);
}

.news_list .btn:hover {
    border: 1px solid var(--co-A68D62);
    color: var(--co-fff);
    background: var(--co-A68D62);
}

@media(max-width:1600px) {
    .news_list {
        padding: 60px 0px;
    }

    .news_list .contact {
        padding: 20px 20px 20px 20px;
    }

    .news_list .inner {
        width: 31.7857%;
        margin-right: 2.257%;
        margin-bottom: 50px;
    }
}

@media(max-width:1333px) {
    .news_list {
        padding: 50px 0px;
    }

    .news_list .title {
        font-size: 18px;
        line-height: 28px;
        min-height: 56px;
        margin-bottom: 10px;
    }

    .news_list .content {
        font-size: 16px;
        line-height: 28px;
        min-height: 56px;
        margin-bottom: 15px;
    }

    .news_list .inner {
        width: 31.7857%;
        margin-right: 2.257%;
        margin-bottom: 35px;
    }
}

@media(max-width:999px) {
    .news_list {
        padding: 40px 0px;
    }

    .news_list .contact {
        padding: 15px;
    }

    .news_list .title {
        font-size: 16px;
        line-height: 26px;
        min-height: 52px;
        margin-bottom: 5px;
    }

    .news_list .content {
        font-size: 14px;
        line-height: 26px;
        min-height: 52px;
        margin-bottom: 10px;
    }

    .news_list .btn {
        width: 35px;
        height: 35px;
    }
}

@media(max-width:768px) {
    .news_list .inner {
        width: 48%;
        margin-right: 4%;
    }

    .news_list .inner:nth-child(3n) {
        margin-right: 4%;
    }

    .news_list .inner:nth-child(2n) {
        margin-right: 0;
    }

    .news_list .title {
        font-size: 14px;
        line-height: 26px;
        min-height: 52px;
        margin-bottom: 5px;
    }
}

@media(max-width:538px) {
    .news_list {
        padding: 30px 0px;
    }
}

@media(max-width:400px) {
    .news_list .wrap {
        margin-bottom: 30px;
    }

    .news_list .inner {
        width: 100%;
        margin-right: 0;
    }

    .news_list .inner:last-child {
        margin-bottom: 0;
    }
}

/* 6-2 */

/* news_detail */

.news_detail {
    padding: 73px 0px 90px;
}

.news_detail .safe {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.news_detail .data {
    color: var(--co-666);
    font-size: 16px;
    line-height: 28px;
}

.news_detail .l_box {
    width: 70%;
}

.news_detail .t1 {
    margin-bottom: 30px;
}

.news_detail .sha {
    display: flex;
    align-items: center;
    padding-bottom: 24px;
    margin-bottom: 40px;
    border-bottom: 1px solid var(--co-D9D9D9);
}

.news_detail .data1 {
    margin-right: 50px;
}

.news_detail .sharebox {
    display: flex;
    align-items: center;

    color: var(--co-333);
    font-size: 14px;
    line-height: 24px;
}

.news_detail .sharebox span {
    margin-right: 5px;
}

.news_detail .content {
    color: var(--co-4D4D4D);
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 40px;
}

.news_detail .content strong {
    color: var(--co-A68D62);
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
}

.news_detail .r_box {
    width: 24.2%;
}

.news_detail .t2 {
    margin-bottom: 33px;
}

.news_detail .inner {
    margin-bottom: 30px;
}

.news_detail .inner:last-child {
    margin-bottom: 0;
}

.news_detail .imgbox {
    overflow: hidden;
}

.news_detail .contact {
    padding-top: 18px;
}

.news_detail .title {
    color: var(--co-333);
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media(max-width:1600px) {
    .news_detail {
        padding: 60px 0px;
    }

    .news_detail .t1 {
        margin-bottom: 25px;
    }

    .news_detail .sha {
        padding-bottom: 20px;
        margin-bottom: 35px;
    }

    .news_detail .t2 {
        margin-bottom: 25px;
    }

    .news_detail .contact {
        padding-top: 15px;
    }

    .news_detail .title {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 15px;
    }

    .news_detail .content strong {
        font-size: 22px;
        line-height: 34px;
    }
}

@media(max-width:1333px) {
    .news_detail {
        padding: 50px 0px;
    }

    .news_detail .t1 {
        margin-bottom: 20px;
    }

    .news_detail .sha {
        padding-bottom: 15px;
        margin-bottom: 20px;
    }

    .news_detail .t2 {
        margin-bottom: 20px;
    }

    .news_detail .content {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .news_detail .content strong {
        font-size: 20px;
        line-height: 30px;
    }

    .news_detail .contact {
        padding-top: 10px;
    }

    .news_detail .title {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .news_detail .inner {
        margin-bottom: 20px;
    }

}

@media(max-width:999px) {
    .news_detail {
        padding: 40px 0px;
    }

    .news_detail .t1 {
        margin-bottom: 15px;
    }

    .news_detail .t2 {
        margin-bottom: 15px;
    }

    .news_detail .safe {
        flex-direction: column;
    }

    .news_detail .l_box {
        width: 100%;
        margin-bottom: 20px;
    }

    .news_detail .r_box {
        width: 100%;
    }

    .news_detail .wrap {
        display: flex;
        flex-wrap: wrap;
    }

    .news_detail .inner {
        width: 32%;
        margin-right: 2%;
    }

    .news_detail .inner:nth-child(3n) {
        margin-right: 0;
    }

    .news_detail .content {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 15px;
    }

    .news_detail .content strong {
        font-size: 18px;
        line-height: 28px;
    }

    .news_detail .title {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 5px;
    }

    .news_detail .data {
        font-size: 14px;
        line-height: 26px;
    }
}

@media(max-width:768px) {
    .news_detail .t1 {
        margin-bottom: 10px;
    }
}

@media(max-width:538px) {
    .news_detail {
        padding: 30px 0px;
    }

    .news_detail .inner {
        width: 49%;
        margin-right: 2%;
    }

    .news_detail .inner:nth-child(2n) {
        margin-right: 0;
    }
}

@media(max-width:400px) {
    .news_detail .sha {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .news_detail .l_box .data {
        margin-bottom: 10px;
        margin-right: 0;
    }
}


/* page_control */

.page_control {
    padding: 30px 0px 30px;
    border-top: 1px solid var(--co-E6E6E6);
    border-bottom: 1px solid var(--co-E6E6E6);
}

.page_control p,
.page_control p a {
    color: var(--co-333);
    font-family: var(--regular);
    font-size: 16px;
    line-height: 28px;
}

.page_control p {
    margin-bottom: 20px;
}

.page_control p:last-child {
    margin-bottom: 0;
}

.page_control p a:hover {
    color: var(--co-A68D62);
}

@media(max-width:1600px) {
    .page_control {
        padding: 25px 0px;
    }
}

@media(max-width:1333px) {
    .page_control {
        padding: 20px 0px;
    }

    .page_control p {
        margin-bottom: 15px;
    }
}

@media(max-width:999px) {
    .page_control {
        padding: 15px 0px;
    }

    .page_control p {
        margin-bottom: 6px;
    }

    .page_control p,
    .page_control p a {
        font-size: 14px;
        line-height: 26px;
    }
}



/* contact_form */

.contact_form {
    padding: 80px 0px 80px;
}

.contact_form .title40 {
    text-align: center;
    margin-bottom: 60px;
}

.pub_form input {
    height: 60px;
    width: 100%;
    background: var(--co-F7F7F7);
    padding: 0px 16px;
}

.pub_form .inpbox1 {
    margin-bottom: 20px;
}

.pub_form .inpbox2 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.pub_form .inpbox2 .inp1 {
    width: 49.2%;
}

.pub_form input,
.pub_form textarea {
    color: var(--co-333);
    font-family: var(--regular);
    font-size: 14px;
    line-height: 24px;
}

.pub_form input::placeholder,
.pub_form textarea::placeholder {
    color: var(--co-666);
}

.pub_form .inpbox1 textarea {
    width: 100%;
    height: 180px;
    padding: 12px 16px;
    background: var(--co-F7F7F7);
    display: block;
}

.pub_form .submit input {
    background: var(--jianbian1);
    cursor: pointer;
}

.pub_form .submit input:hover {
    background: var(--jianbian2);
}

.pub_form .inpbox3 {
    display: flex;
}

.pub_form .inpbox3 .inp1 {
    width: 100%;
}

.pub_form .codebox {
    position: relative;
    flex-shrink: 0;
    width: 100px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 0px 20px;
    background: #f3fbfe;
}


@media(max-width:1600px) {
    .contact_form {
        padding: 60px 0px;
    }

    .contact_form .title40 {
        margin-bottom: 45px;
    }
}

@media(max-width:1333px) {
    .contact_form {
        padding: 50px 0px;
    }

    .contact_form .title40 {
        margin-bottom: 35px;
    }

    .pub_form input {
        height: 55px;
        padding: 0px 16px;
    }

    .pub_form .codebox {
        width: 100px;
        height: 55px;
        margin: 0px 15px;
    }

    .pub_form .inpbox1 {
        margin-bottom: 15px;
    }
}

@media(max-width:999px) {
    .contact_form {
        padding: 40px 0px;
    }

    .contact_form .title40 {
        margin-bottom: 25px;
    }

    .pub_form input {
        height: 50px;
        padding: 0px 16px;
    }

    .pub_form .codebox {
        width: 100px;
        height: 50px;
        margin: 0px 15px;
    }

    .pub_form .inpbox1 {
        margin-bottom: 10px;
    }
}

@media(max-width:768px) {
    .contact_form .title40 {
        margin-bottom: 15px;
    }

    .pub_form .inpbox1 textarea {
        height: 150px;
    }
}

@media(max-width:538px) {
    .contact_form {
        padding: 30px 0px;
    }

    .pub_form .inpbox2 {
        flex-direction: column;
    }

    .pub_form .inpbox2 .inp1 {
        width: 100%;
        margin-bottom: 10px;
    }

    .pub_form .inpbox2 .inp1:last-child {
        margin-bottom: 0;
    }

    .pub_form .inpbox3 {
        flex-wrap: wrap;
    }

    .pub_form .inpbox3 .inp1:first-child {
        width: 70%;
    }

    .pub_form .inpbox3 .codebox {
        width: 30%;
        margin: 0;
    }

    .pub_form .inpbox3 .submit {
        margin-top: 10px;
    }
}


/* contact_list */

.contact_list {
    margin-bottom: 80px;
}

.contact_list .safe {}

.contact_list .wrap {
    display: flex;
    flex-wrap: wrap;
}

.contact_list .inner {
    width: 31.4285%;
    margin-right: 2.8571%;
    background: var(--co-F7F7F7);
    padding: 36px 50px;
}

.contact_list .inner:nth-child(3n) {
    margin-right: 0;
}

.contact_list .svgbox {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 31px;
}

.contact_list .contact {
    text-align: center;
}

.contact_list .title {
    color: var(--co-333);
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 15px;
}

.contact_list .resu,
.contact_list .resu a {
    color: var(--co-666);
    font-size: 16px;
    line-height: 26px;
}

.contact_list .resu a:hover {
    color: var(--co-A68D62);
}

@media(max-width:1600px) {
    .contact_list {
        margin-bottom: 60px;
    }
}

@media(max-width:1333px) {
    .contact_list {
        margin-bottom: 50px;
    }

    .contact_list .inner {
        width: 31.4285%;
        margin-right: 2.8571%;
        padding: 20px 30px;
    }

    .contact_list .svgbox {
        margin-bottom: 20px;
    }
}

@media(max-width:999px) {
    .contact_list {
        margin-bottom: 40px;
    }

    .contact_list .title {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .contact_list .resu,
    .contact_list .resu a {
        font-size: 14px;
        line-height: 26px;
    }

    .contact_list .title {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 10px;
    }
}

@media(max-width:768px) {
    .contact_list .inner {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .contact_list .inner:last-child {
        margin-bottom: 0;
    }

    .contact_list .svgbox {
        margin-bottom: 10px;
    }
}

@media(max-width:538px) {
    .contact_list {
        margin-bottom: 30px;
    }
}


/* mapbox */

.mapbox {
    margin-bottom: 90px;
}

@media(max-width:1600px) {
    .mapbox {
        margin-bottom: 60px;
    }
}

@media(max-width:1333px) {
    .mapbox {
        margin-bottom: 50px;
    }
}

@media(max-width:999px) {
    .mapbox {
        margin-bottom: 40px;
    }
}

@media(max-width:538px) {
    .mapbox {
        margin-bottom: 30px;
    }
}


/* 7-2 */

.contact_partner {
    padding: 80px 0px 100px;
}

.contact_partner .title40 {
    text-align: center;
    position: relative;
    margin-bottom: 28px;
}

.contact_partner .line {
    width: 80px;
    height: 4px;
    margin: 0 auto;
    background: var(--co-A68D62);
    margin-bottom: 32px;
}

.contact_partner .txts {
    color: var(--co-333);
    text-align: center;
    font-size: 18px;
    line-height: 40px;
    width: 85%;
    margin: 0 auto;
    margin-bottom: 90px;
}

.contact_partner .partner {
    color: var(--co-666);
    font-size: 14px;
    line-height: 34px;
    margin-bottom: 35px;
}

.contact_partner .partner span {
    color: var(--co-A68D62);
    font-size: 24px;
    font-weight: 700;
    font-family: var(--regular1);
}

.contact_partner .fujian {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact_partner .fujian .file {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    opacity: 0;
    cursor: pointer;
}

.contact_partner .fujian .file_txts {
    height: 180px;
    /* background-color: red; */
    cursor: pointer;
}

.contact_partner .fujian .jia {
    position: absolute;
    pointer-events: none;
}


@media(max-width:1600px) {
    .contact_partner {
        padding: 60px 0px;
    }

    .contact_partner .txts {
        font-size: 18px;
        line-height: 40px;
        width: 90%;
        margin-bottom: 60px;
    }

    .contact_partner .partner span {
        font-size: 22px;
    }
}

@media(max-width:1333px) {
    .contact_partner {
        padding: 50px 0px;
    }

    .contact_partner .txts {
        font-size: 16px;
        line-height: 28px;
        width: 90%;
        margin-bottom: 40px;
    }

    .contact_partner .title40 {
        margin-bottom: 20px;
    }

    .contact_partner .line {
        width: 80px;
        height: 4px;
        margin-bottom: 20px;
    }

    .contact_partner .partner span {
        font-size: 20px;
    }

    .contact_partner .partner {
        font-size: 14px;
        line-height: 28px;
        margin-bottom: 25px;
    }
}

@media(max-width:999px) {
    .contact_partner {
        padding: 40px 0px;
    }

    .contact_partner .txts {
        font-size: 14px;
        line-height: 26px;
        width: 100%;
        margin-bottom: 20px;
    }

    .contact_partner .partner span {
        font-size: 18px;
    }

    .contact_partner .partner {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 15px;
    }

    .contact_partner .title40 {
        margin-bottom: 10px;
    }

    .contact_partner .line {
        width: 70px;
        height: 3px;
        margin-bottom: 10px;
    }
}

@media(max-width:538px) {
    .contact_partner {
        padding: 30px 0px;
    }
}







@font-face {
    font-family: 'NotoSans-Bold';
    src: url('../fonts/NotoSansCJK-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NotoSans-Medium';
    src: url('../fonts/NotoSansCJK-Medium.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NotoSans-Regular';
    src: url('../fonts/NotoSansCJK-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NotoHans-Regular';
    src: url('../fonts/SourceHanSerifCN-Regular-dedup3651.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

.bg00 {
    background-color: #000;
}

.m-kefu-chat {
    z-index: 1000000000 !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 !important;
    pointer-events: none;
}

.email a {
    word-break: break-all;
}

@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=1768199771057') format('woff'),
        url('iconfont.ttf?t=1768199771057') format('truetype');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-line:before {
    content: "\ec0e";
}

.icon-wechat1:before {
    content: "\e6c7";
}

.icon-dianhua:before {
    content: "\e61b";
}

.icon-dianhua1:before {
    content: "\e842";
}

.icon-xiazai16:before {
    content: "\e612";
}

.icon-jinru:before {
    content: "\e627";
}

.icon-mima-yanjing-guanbi:before {
    content: "\e622";
}

.icon-mima_yanjing:before {
    content: "\e6c2";
}

.icon-Youtube-fill:before {
    content: "\e883";
}

.icon-xiangxiajiantoushuang-mianxing:before {
    content: "\e60a";
}

.icon-caret-up:before {
    content: "\e621";
}

.icon-duihao:before {
    content: "\eaf1";
}

.icon-duigou:before {
    content: "\e644";
}

.icon-pinterest1:before {
    content: "\e6e1";
}

.icon-xiazai:before {
    content: "\e606";
}

.icon-instagram-fill:before {
    content: "\e88f";
}

.icon-jia:before {
    content: "\e632";
}

.icon-jian:before {
    content: "\e64e";
}

.icon-duoyuyan:before {
    content: "\e654";
}

.icon-icon-jian:before {
    content: "\e609";
}

.icon-icon_jia:before {
    content: "\e652";
}

.icon-icon_earth:before {
    content: "\e6ff";
}

.icon-top1:before {
    content: "\e660";
}

.icon-tell:before {
    content: "\e6a7";
}

.icon-home:before {
    content: "\e624";
}

.icon-edit:before {
    content: "\e611";
}

.icon-facebook:before {
    content: "\e620";
}

.icon-pinterest:before {
    content: "\e8ab";
}

.icon-linkedin:before {
    content: "\e648";
}

.icon-youtube:before {
    content: "\e6d6";
}

.icon-twitter:before {
    content: "\e607";
}

.icon-bigger:before {
    content: "\e647";
}

.icon-left:before {
    content: "\e72c";
}

.icon-right:before {
    content: "\e72d";
}

.icon-up1:before {
    content: "\e72e";
}

.icon-bottom1:before {
    content: "\e72f";
}

.icon-left1:before {
    content: "\e730";
}

.icon-right1:before {
    content: "\e731";
}

.icon-up:before {
    content: "\e73e";
}

.icon-bottom:before {
    content: "\e73f";
}

.icon-instagram:before {
    content: "\e79d";
}

.icon-tumblr:before {
    content: "\e79e";
}

.icon-download:before {
    content: "\e7a0";
}

.icon-download1:before {
    content: "\e7a7";
}

.icon-search4:before {
    content: "\e7b2";
}

.icon-address:before {
    content: "\e7bc";
}

.icon-email:before {
    content: "\e7bd";
}

.icon-contact:before {
    content: "\e7be";
}

.icon-whatsapp:before {
    content: "\e7bf";
}

.icon-fax:before {
    content: "\e7c2";
}

.icon-mobile:before {
    content: "\e7c6";
}

.icon-phone:before {
    content: "\e7c8";
}

.icon-phone1:before {
    content: "\e7cb";
}

.icon-skype:before {
    content: "\e7cc";
}

.icon-whatsapp1:before {
    content: "\e7c1";
}

.icon-address1:before {
    content: "\e7c3";
}

.icon-contact1:before {
    content: "\e7c4";
}

.icon-email1:before {
    content: "\e7c5";
}

.icon-skype1:before {
    content: "\e7c9";
}

.icon-fax1:before {
    content: "\e7ca";
}

.icon-qq:before {
    content: "\e7ce";
}

.icon-tel1:before {
    content: "\e7cd";
}

.icon-wechat:before {
    content: "\e7cf";
}

.icon-phone2:before {
    content: "\e7d0";
}

.icon-message:before {
    content: "\e7da";
}

.icon-calendar:before {
    content: "\e7e1";
}

.icon-calendar1:before {
    content: "\e7e3";
}

.icon-top:before {
    content: "\e7ed";
}

.icon-youbian:before {
    content: "\e60f";
}

.icon-jian2:before {
    content: "\e600";
}

.icon-jia2:before {
    content: "\e608";
}

.icon-vk:before {
    content: "\e735";
}

.icon-instagram1:before {
    content: "\e640";
}

.icon-up7:before {
    content: "\e722";
}

.icon-bottom7:before {
    content: "\e723";
}

.icon-left7:before {
    content: "\e724";
}

.icon-right7:before {
    content: "\e725";
}

.icon-sousuo4:before {
    content: "\e610";
}

.icon-sousuo:before {
    content: "\e616";
}

.icon-sousuo1:before {
    content: "\e65b";
}

.icon-shangchuan:before {
    content: "\e602";
}

.icon-top2:before {
    content: "\e637";
}

.icon-biaoqian:before {
    content: "\e649";
}

.icon-twitter3:before {
    content: "\e7fd";
}

.icon-twitter4:before {
    content: "\e7fe";
}

.icon-twitter-new2:before {
    content: "\e800";
}

.icon-twitter-new:before {
    content: "\e7ff";
}

.icon-tiktok:before {
    content: "\e8db";
}

.icon-delete:before {
    content: "\e69d";
}

.icon-chahao:before {
    content: "\e617";
}

.icon-earth:before {
    content: "\e6d5";
}

.icon-earth1:before {
    content: "\e781";
}

.icon-chahao1:before {
    content: "\e60e";
}

.icon-jiahao:before {
    content: "\e726";
}

.icon-home1:before {
    content: "\e734";
}

.icon-guanbi:before {
    content: "\e6ca";
}

.icon-guanbi1:before {
    content: "\e61e";
}

.icon-bottom71:before {
    content: "\e74c";
}


.column {
    position: fixed;
    right: 2px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10000;
    display: flex;
}

.column ul {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.column ul li {
    margin-bottom: 6px;
    max-width: 250px;
    background-color: transparent;
    display: flex;
    align-items: center;
    background: rgba(219, 219, 219, .86);
    border-radius: 5px;
}

.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: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    flex-shrink: 0;
    border-radius: 5px;
}

.column ul li .imgbox a {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 5px;
}


.column ul li .imgbox:hover i {
    color: #fff !important;
}

.column ul li .imgbox:hover img {
    transform: unset !important;
}

.column .wechat {
    position: relative;
}

.column .gotop {
    cursor: pointer;
}

.column .gotop .icon-top {
    transform: rotate(0deg);
}

.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 .wechat .erweima img {
    filter: unset !important;
}

.column img {
    display: block;
    width: auto;
}

.column .gotop i {
    display: flex;
    align-items: center;
    justify-content: center;
}

.column i {
    color: #fff !important;
}

.column .imgbox:hover {
    background: var(--co-A68D62);
}

.column .gotop i {
    display: inline-block;
    transform: rotate(-180deg);
}

.column li i {
    font-size: 24px;
}

.column .tell {
    position: absolute;
    right: 100%;
    height: 50px;
    width: 160px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background: var(--co-fff);
    color: var(--co-333);
    padding: 10px 15px;
    display: none;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.06);
}

.column .phone:hover .tell {
    display: flex;
}



@media(max-width:1600px) {
    .column ul li .imgbox {
        width: 45px;
        height: 45px;
    }

    .column .wechat .erweima,
    .column .whatsapp .erweima {
        position: absolute;
        width: 150px;
        height: 150px;
        top: -10px;
        right: 80px;
        display: none;
        cursor: pointer;
    }

    .column ul li .imgbox i {
        font-size: 21px;
    }
}

@media(max-width:1333px) {


    .column .wechat .erweima,
    .column .whatsapp .erweima {
        position: absolute;
        width: 100px;
        height: 100px;
        top: -10px;
        right: 70px;
        display: none;
        cursor: pointer;
    }
}

@media(max-width:999px) {

    .column ul li .tiaozhuan {
        display: none;
    }

    .column ul li:hover .tiaozhuan {
        display: none;
    }

    .column {
        position: fixed;
        right: 0px;
        top: unset;
        bottom: 0;
        width: 100%;
        height: 50px;
        transform: unset;
    }

    .column ul li .imgbox {
        width: 50px;
        height: 50px;
    }

    .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: 30px;
        filter: brightness(100);
    }

    .column ul li a {
        border: unset;
    }

    .column ul {
        background-color: rgba(0, 0, 0, .3);
    }

    .column ul li .imgbox img {
        width: auto;
    }

    .column ul li {
        background-color: transparent;
    }

    .column .phone:hover .tell {
        display: unset;
    }

    .column .phone .tell {
        right: unset;
        left: 0;
        bottom: 25px;
        padding: 10px 0px;
        text-align: center;
        display: none !important;
    }

    .column .act .tell {
        display: block !important;

    }

}

@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%;

    }

    .column .wechat .erweima {
        border: 10px solid rgba(0, 0, 0, .1);
        border-radius: 0px;
    }

    .column .wechat .erweima img,
    .column .whatsapp .erweima img {
        border-radius: 0 !important;
    }
}

@media(max-width:450px) {
    .column ul li .imgbox img {
        width: 25px;
    }

    .column ul li .imgbox {
        width: 45px;
        height: 45px;
        width: 100%;
        height: 0;
    }

    .column ul li .imgbox i {
        font-size: 18px;
    }

    .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 a {
        width: 100%;

    }
}





/* 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
}


.ceshi {
    padding: 80px 0px;
}

.ceshi p {
    font-family: SourceHanSerifCN3500;
}



@font-face {
    font-family: 'SourceHanSerifCN3500';
    src: url('../fonts/SourceHanSerifCN-Regular-dedup3651.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}


/* html,
body {
    font-family: 'SourceHanSerifCN3500', serif;
} */