@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;
    --co-1857c5: #1857c5;
    --co-337BF8: #337BF8;
    --co-004EA2: #004EA2;
    --co-f4f4f4: #f4f4f4;
    --co-1957c6: #1957c6;
    --co-EFC395: #EFC395;

    /* font */
    --font-16: 16px;
    --font-18: 18px;

    /* ziti */
    --bold: "Montserrat-Bold";
    --regular: "Poppins-Regular";
    --medium: "Poppins-Medium"
}

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-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: 1500px;
    width: calc(100% - 160px);
    margin: 0 auto;
}

@media screen and (max-width:999px) {
    .safe {
        max-width: 1500px;
        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: 1500px;
    width: calc(100% - 160px);
    margin: 0 auto;
}

@media screen and (max-width:1600px) {
    .h_safe {
        max-width: 1500px;
        width: calc(100% - 80px) !important;
    }
}

@media screen and (max-width:1333px) {
    .h_safe {
        max-width: 1500px;
        width: calc(100% - 65px) !important;
    }
}

@media screen and (max-width:999px) {
    .h_safe {
        max-width: 1500px;
        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;

}

.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-fff);
    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-fff);
    font-size: 22px;
    margin-left: 5px;
}

.lanauage_wrap .lanbox .svgbox {
    flex-shrink: 0;
    margin-right: 5px;
}

.lanauage_wrap .lanbox a {
    color: var(--co-fff);
    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-1857c5);
}

.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);
    width: 38px;
    height: 38px;
    background: var(--co-1857c5);
    border-radius: 5px;
    margin-left: 32px;
}

.searchbox a {
    color: var(--co-fff);
    font-size: 18px;
    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-1857c5);
    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-1857c5);
}

.searchbox a:hover {
    color: var(--co-999);
}






/*  */


header {
    width: 100%;
    position: fixed;
    z-index: 2;
    border-radius: 1px;
    top: 0px;
    z-index: 1000;
    margin: 0 auto;

    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    height: 100px;
}

/* 隐藏头部的类 */
header.hide {
    transform: translate3d(0, -100%, 0);
}

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 .logo img {
    filter: brightness(100);
}

header .rightbox {
    width: 100%;
}

header .bottombox {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

header .menubox {
    display: flex;
    align-items: center;
    height: 100%;
    margin-right: 47px;
}

header .menubox>li {
    position: relative;
    margin-right: 24.5px;
}

header .menubox>li:last-child {
    margin-right: 0;
}

header .menubox>li>a {
    padding: 35.5px 10px;
    display: flex;
    align-items: center;
    position: relative;

    color: var(--co-fff);

    font-size: 18px;
    font-family: var(--regular);
}

header .menubox>li>a::after {
    content: "";
    position: absolute;
    bottom: 18px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 82%;
    border-radius: 99px;
    background: #fff;
    height: 3px;
    display: none;
}


/* yiji */

header .list1 {
    position: absolute;
    top: 100%;
    left: 0%;
    width: 100%;
    display: none;
    transition: none;
    min-width: 225px;
    /* padding-top: 7px; */
    width: max-content;
    transform: translateX(-32%);
    background: var(--co-fff);
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.12);
}

header .list1>div {
    background-color: rgba(255, 255, 255, 1);
    padding: 20px 0px;
}

header .list1>div>li {
    position: relative;
}

header .list1>div>li>a {
    /* padding: 13px 30px; */
    padding: 10px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;

    color: var(--co-141414);

    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;
}

header .menubox>li:nth-of-type(2)>.list1 {
    min-width: 433px;
}

header .menubox>li:nth-of-type(3)>.list1 {
    min-width: 461px;
}



/* erji */

header .list2 {
    position: absolute;
    left: 100%;
    top: 0%;
    min-width: 375px;
    display: none;
    transition: none;

    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.10);
    padding-left: 3px;
    cursor: pointer;
    transform: translateY(-20px);
}

header .list2>div {
    background-color: #fff;
    padding: 20px 0px;
}

header .list2>div>li {
    margin-bottom: 0px;
}

header .list2>div>li>a {
    display: inline-block;
    width: 100%;
    padding: 10px 30px 10px 30px;
    color: var(--co-1E1E1E);
}

header .list2>div>li:last-child {
    margin-bottom: 0;
}


header .menubox>li>a:hover {}

header .menubox>li:hover>a::after,
header .menubox>.active_tit>a::after {
    display: block;
}


header .list1 li:hover>a {
    /* background: var(--co-A68D62); */
    color: var(--co-1857c5);
}

header .list1 li:hover>a span {
    color: var(--co-fff);
}

header .list1 li:hover>a i {
    opacity: 1;
}





.fix_header {
    background: var(--co-fff);
}

.fix_header .logo img {
    filter: unset;
}

.fix_header .menubox>li>a,
.fix_header .lanauage_wrap .lanauage>i,
.fix_header .lanauage_wrap .lanbox a,
.fix_header .lanauage_wrap .lanauage .icon-caret-up {
    color: var(--co-333);
}

.fix_header .menubox>li>a::after {
    background: var(--co-333);
}


.page_header {
    background: var(--co-fff);
}

.page_header .logo img {
    filter: unset;
}

.page_header .menubox>li>a,
.page_header .lanauage_wrap .lanauage>i,
.page_header .lanauage_wrap .lanbox a,
.page_header .lanauage_wrap .lanauage .icon-caret-up {
    color: var(--co-333);
}

.page_header .menubox>li>a::after {
    background: var(--co-333);
}


@media(max-width:1600px) {
    header .menubox>li>a {
        padding: 38.5px 10px;
        font-size: 16px;
    }

    header .menubox {
        margin-right: 25px;
    }

    header .menubox>li {
        margin-right: 20px;
    }

    header .logo img {
        width: 300px;
    }


    .searchbox {
        width: 38px;
        height: 38px;
        margin-left: 20px;
    }

    header .list1>div>li>a,
    header .list2>div>li>a {
        padding: 14px 20px;
        font-size: 16px;
    }

    header .list1>div {
        padding: 15px 0px;
    }

    header .list2 {
        transform: translateY(-15px);
    }

    header .menubox>li:nth-of-type(2)>.list1 {
        min-width: 380px;
    }

    header .menubox>li:nth-of-type(3)>.list1 {
        min-width: 380px;
    }
}

@media(max-width:1333px) {
    header .menubox>li>a {
        padding: 31.5px 10px;
        font-size: 14px;
    }

    header {
        height: 80px;
    }

    header .menubox {
        height: auto;
    }

    header .menubox>li>a::after {
        bottom: 18px;
        width: 70%;
        height: 2px;
    }

    header .lanauage_wrap .lanbox a {
        font-size: 14px;
    }

    header .menubox>li {
        margin-right: 14px;
    }

    header .menubox>li {
        margin-right: 10px;
    }

    header .menubox>li>a {
        padding: 31.5px 10px;
        font-size: 14px;
    }

    header .menubox {
        margin-right: 15px;
    }

    header .list1>div>li>a,
    header .list2>div>li>a {
        padding: 10px 18px;
        font-size: 16px;
    }

    .searchbox {
        width: 35px;
        height: 35px;
        margin-left: 15px;
    }

    .lanauage_wrap .lanauage>i {
        font-size: 18px;
        margin-right: 5px;
    }


    header .menubox>li:nth-of-type(2)>.list1 {
        min-width: 300px;
    }

    header .list2 {
        min-width: 280px;
    }

    header .menubox>li:nth-of-type(3)>.list1 {
        min-width: 300px;
    }
}

@media(max-width:1200px) {
    header .menubox>li>a {
        padding: 30.5px 6px;
        font-size: 14px;
    }

    header .logo img {
        width: 230px;
    }

    header .menubox>li {
        margin-right: 5px;
    }

    header .list1>div>li>a,
    header .list2>div>li>a {
        padding: 8px 15px;
        font-size: 14px;
    }

    header .list2 {
        min-width: 260px;
    }
}

@media(max-width:999px) {

    header .menubox,
    header .searchbox {
        display: none;
    }

    header {
        height: 60px;
    }

    header .h_safe {
        height: 100%;
    }

    header .rightbox {
        width: auto;
    }

    .lanauage_wrap {
        margin-right: 60px;
    }
}

@media(max-width:768px) {
    header {
        height: 50px;
    }

    .lanauage_wrap {
        margin-right: 50px;
    }
}

@media(max-width:538px) {
    .lanauage_wrap {
        margin-right: 45px;
    }
}



/* index_banner */


/* index_banner */

.index_banner {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}


.index_banner img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.index_banner video,
.index_banner iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10;
    object-fit: cover;
}

.index_banner .swiper .swiper-pagination-bullet {
    position: relative;
}

.index_banner .swiper .swiper-pagination-bullet::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    left: -5px;
    top: -5px;
    border: 1px solid var(--co-1857c5);
    border-radius: 999px;
    display: none;
}

.index_banner .swiper .swiper-pagination-bullet:last-child {
    margin-right: 0 !important;
}

.index_banner .swiper .swiper-pagination-bullet-active {}

.index_banner .swiper .swiper-pagination-bullet-active::after {
    display: block;
}

.index_banner .control {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    transform: translateY(-50%);
    z-index: 15;
    cursor: pointer;
    color: var(--co-fff);
    border: 1px solid var(--co-fff);
    position: absolute;
    border-radius: 999px;
    font-weight: bold;
}

.index_banner .banner_prev {
    left: 2.5%;
}

.index_banner .banner_next {
    right: 2.5%;
}

.index_banner .control:hover {
    background: var(--co-fff);
    color: var(--co-333);
}


.index_banner .bottom {
    position: absolute;
    bottom: 35px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 10%;
    z-index: 10;
}

.index_banner .swiper-pagination {
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.3);
    width: auto !important;
    padding: 12px 30px;
    position: relative !important;
}

.index_banner .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: var(--co-D9D9D9);
    margin-right: 21px !important;
    z-index: 10 !important;
    position: static;
    opacity: 1 !important;
}

.index_banner .swiper-pagination-bullet:last-child {
    margin-right: 0 !important;
}

.index_banner .swiper-pagination-bullet-active {
    background: var(--co-1857c5);
}

.index_banner .pagination {
    display: flex;
    align-items: flex-end;
    z-index: 10;

    color: var(--co-fff);
    font-size: 18px;
    line-height: 30px;
    font-family: var(--regular);
}

.index_banner .pagination span {
    margin: 0px 5px;
}

.index_banner .pagination .this_page {
    color: var(--co-337BF8);
    font-family: var(--bold);
    font-size: 30px;
    line-height: 35px;
}


.index_banner .go {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 38px;
}

.index_banner .safe {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
}

.index_banner .box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 88%;
}

.index_banner .s_title {
    color: var(--co-fff);
    font-family: var(--medium);
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 19px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index_banner .title46 {
    margin-bottom: 62px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index_banner .title46,
.index_banner .title46 a {
    color: var(--co-fff);
}

.index_banner .btn1 {}


@media(max-width:1600px) {
    .index_banner .s_title {
        font-size: 20px;
        line-height: 32px;
        margin-bottom: 10px;
    }

    .index_banner .title46 {
        margin-bottom: 45px;
    }
}

@media(max-width:1333px) {
    .index_banner .s_title {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 5px;
    }

    .index_banner .title46 {
        margin-bottom: 25px;
    }
}

@media(max-width:999px) {
    .index_banner {
        margin-top: 60px;
    }

    .index_banner .go,
    .index_banner .pagination,
    .index_banner .btnbox {
        display: none;
    }

    .index_banner .swiper-pagination {
        width: auto !important;
        padding: 5px 15px;
        position: relative !important;
    }

    .index_banner .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        margin-right: 10px !important;
    }

    .index_banner .bottom {
        bottom: 10px;
        padding: 0px 10%;
        z-index: 10;
        justify-content: center;
    }

    .index_banner .s_title {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 5px;
    }

    .index_banner .bg {
        min-height: 200px;
        object-fit: cover;
    }

    .index_banner .box {
        width: 100%;
    }
}

@media(max-width:768px) {
    .index_banner {
        margin-top: 50px;
    }
}

@media(max-width:538px) {}


/* title46 */

.title30 {
    color: var(--co-1E1E1E);
    font-family: var(--bold);
    font-size: 30px;
    line-height: 54px;
}

.title36 {
    color: var(--co-1E1E1E);
    font-family: var(--bold);
    font-size: 36px;
}

.title36 span {
    color: var(--co-1857c5);
}

.title44 {
    color: var(--co-fff);
    font-family: var(--bold);
    font-size: 44px;
    line-height: 52px;
}

.title46 {
    color: var(--co-333);
    font-family: var(--bold);
    font-size: 46px;
}

.title46 a {
    columns: var(--co-333);
}

.title46 span {
    color: var(--co-004EA2);
}

.title46 a:hover {
    color: var(--co-004EA2);
}

.title60 {
    color: var(--co-1857c5);
    font-family: var(--bold);
    font-size: 60px;
    line-height: 62px;
}

@media(max-width:1600px) {
    .title30 {
        font-size: 26px;
        line-height: 46px;
    }

    .title36 {
        font-size: 32px;
    }

    .title44 {
        font-size: 38px;
        line-height: 46px;
    }

    .title46 {
        font-size: 42px;
    }

    .title60 {
        font-size: 52px;
        line-height: 60px;
    }
}

@media(max-width:1333px) {
    .title30 {
        font-size: 24px;
        line-height: 42px;
    }

    .title36 {
        font-size: 28px;
    }

    .title44 {
        font-size: 34px;
        line-height: 42px;
    }

    .title46 {
        font-size: 38px;
    }

    .title60 {
        font-size: 46px;
        line-height: 52px;
    }
}

@media(max-width:999px) {
    .title30 {
        font-size: 22px;
        line-height: unset;
    }

    .title36 {
        font-size: 24px;
    }

    .title44 {
        font-size: 30px;
        line-height: 40px;
    }

    .title46 {
        font-size: 32px;
    }

    .title60 {
        font-size: 40px;
        line-height: 48px;
    }
}

@media(max-width:768px) {
    .title30 {
        font-size: 20px;
    }

    .title36 {
        font-size: 22px;
    }

    .title44 {
        font-size: 24px;
        line-height: 36px;
    }

    .title46 {
        font-size: 26px;
    }

    .title60 {
        font-size: 34px;
        line-height: 44px;
    }
}

@media(max-width:538px) {
    .title30 {
        font-size: 18px;
    }

    .title36 {
        font-size: 20px;
    }

    .title44 {
        font-size: 20px;
        line-height: 30px;
    }

    .title46 {
        font-size: 22px;
    }

    .title60 {
        font-size: 28px;
        line-height: 34px;
    }
}

.btn1 {
    display: flex;
    align-items: center;
    padding: 10px 10px 10px 26px;

    color: var(--co-fff);
    font-family: var(--regular);
    font-size: 16px;
    background: var(--co-1857c5);
    border-radius: 999px;
    border: 1px solid transparent;


    position: relative;
}

.btn1 i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 999px;
    background: var(--co-fff);
    color: var(--co-1857c5);
    margin-left: 10px;
    transform: rotate(-45deg);
}

.btn1:hover {
    background: var(--co-fff);
    color: var(--co-1857c5);
    border: 1px solid var(--co-1857c5);
}



@media(max-width:999px) {
    .ind_main1 .video .playBtn {
        width: 65px;
        height: 65px;
    }
}


@media(max-width:1600px) {}

@media(max-width:1333px) {
    .btn1 {
        padding: 5px 5px 5px 15px;
        font-size: 16px;
    }
}

@media(max-width:999px) {
    .btn1 {
        padding: 5px 5px 5px 15px;
        font-size: 14px;
    }
}

@media(max-width:768px) {}

@media(max-width:538px) {}


/* ind_main1 */

.ind_main1 {
    padding: 116px 0px 97px;
    background-repeat: no-repeat;
    background-position: right top;
    background-size: cover;
}

.ind_main1 .top {
    display: flex;
    margin-bottom: 80px;
}

.ind_main1 .l {
    width: auto;
    margin-right: 8.9%;
    padding-top: 11px;
}

.ind_main1 .year_ar {
    color: var(--co-666);
    font-family: var(--medium);
    font-size: 30px;
    text-align: right;
    margin-bottom: -2px;
}

.ind_main1 .day {
    font-family: var(--bold);
    font-size: 300px;
    line-height: 230px;
}

.ind_main1 .day span:first-child {
    color: rgba(24, 87, 197, 0.50);
}

.ind_main1 .day span:last-child {
    color: rgba(24, 87, 197, 1);
}

.ind_main1 .title46 {
    margin-bottom: 38px;
}

.ind_main1 .bianji {
    color: var(--co-666);
    margin-bottom: 63px;
    padding-right: 20%;
}

.ind_main1 .btn1 {
    width: 198px;
}

.ind_main1 .center {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 76px;
}

.ind_main1 .number {
    border-radius: 24px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.30);
    box-shadow: 0 4px 24px 0 rgba(75, 96, 120, 0.16);
    backdrop-filter: blur(30px);
    padding: 32.5px 9px 32.5px 80px;
    display: flex;
    min-width: 881px;
}

.ind_main1 .number li {
    position: relative;
    /* margin-right: 5%;
    padding-right: 5%; */
}

.ind_main1 .number li:nth-of-type(1) {
    width: 36.4%;
    margin-right: 8.2%;
}

.ind_main1 .number li:nth-of-type(2) {
    width: 22.5%;
    margin-right: 8.2%;
}

.ind_main1 .number li:last-child::after {
    display: none;
}

.ind_main1 .number li::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 81px;
    width: 1px;
    background: var(--co-1857c5);
    opacity: .5;
}

.ind_main1 .num {
    color: var(--co-1857c5);
    font-family: var(--bold);
    font-size: 40px;
    line-height: 62px;
}

.ind_main1 .num em {
    font-style: normal;
    color: var(--co-1857c5);
    font-family: var(--regular);
    font-size: 18px;
    line-height: 30px;
}

.ind_main1 .txts {
    color: var(--co-333);
    font-family: var(--regular);
    font-size: 18px;
    line-height: 30px;
}

.ind_main1 .bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ind_main1 .video {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.ind_main1 .play {
    margin-bottom: 24px;
    cursor: pointer;
}

.ind_main1 .bt {
    width: 155px;
    height: 40px;
    border-radius: 30px;
    border: 1px solid rgba(24, 87, 197, 0.50);
    background: rgba(24, 87, 197, 0.10);
    backdrop-filter: blur(5px);
    display: flex;
    align-items: center;
    justify-content: center;

    color: var(--co-1857c5);
    font-family: var(--regular);
    font-size: 14px;
    cursor: pointer;
}

@media(max-width:1600px) {
    .ind_main1 {
        padding: 60px 0px;
    }

    .ind_main1 .day {
        font-size: 250px;
        line-height: 210px;
    }

    .ind_main1 .year_ar {
        font-size: 26px;
        margin-bottom: -2px;
    }

    .ind_main1 .title46 {
        margin-bottom: 20px;
    }

    .ind_main1 .bianji {
        padding-right: 10%;
        margin-bottom: 40px;
    }

    .ind_main1 .top {
        margin-bottom: 70px;
    }

    .ind_main1 .num {
        font-size: 36px;
        line-height: 40px;
    }

    .ind_main1 .center {
        margin-bottom: 50px;
    }
}

@media(max-width:1333px) {
    .ind_main1 {
        padding: 50px 0px;
    }

    .ind_main1 .title46 {
        margin-bottom: 15px;
    }

    .ind_main1 .bianji {
        padding-right: 0;
        margin-bottom: 20px;
    }

    .ind_main1 .top {
        margin-bottom: 50px;
    }

    .ind_main1 .day {
        font-size: 200px;
        line-height: 180px;
    }

    .ind_main1 .l {
        width: auto;
        margin-right: 5%;
        padding-top: 0px;
    }

    .ind_main1 .year_ar {
        font-size: 22px;
        margin-bottom: -5px;
    }

    .ind_main1 .btn1 {
        width: 185px;
    }

    .ind_main1 .number {
        border-radius: 24px;
        padding: 32.5px 9px 32.5px 50px;
        min-width: 881px;
    }

    .ind_main1 .num {
        font-size: 32px;
        line-height: 36px;
    }

    .ind_main1 .txts {
        font-size: 16px;
        line-height: 28px;
    }
}

@media(max-width:999px) {
    .ind_main1 {
        padding: 30px 0px 40px;
    }

    .ind_main1 .top {
        flex-direction: column;
    }

    .ind_main1 .l {
        margin-right: 0;
    }

    .ind_main1 .year_ar {
        text-align: left;
        font-size: 18px;
        margin-bottom: -5px;
    }

    .ind_main1 .day {
        font-size: 160px;
        line-height: 160px;
    }

    .ind_main1 .btn1 {
        width: 170px;
    }

    .ind_main1 .num {
        font-size: 28px;
        line-height: 32px;
    }

    .ind_main1 .number {
        min-width: unset;
        width: 100%;
        padding: 25px;
    }

    .ind_main1 .number li {
        padding-right: 4% !important;
        margin-right: 4% !important;
    }

    .ind_main1 .number li:last-child {
        margin-right: 0 !important;
        padding-right: 0 !important;
    }

    .ind_main1 .txts {
        font-size: 14px;
        line-height: 26px;
    }

    .ind_main1 .number li::after {
        height: 60px;
    }

    .ind_main1 .center {
        margin-bottom: 40px;
    }
}

@media(max-width:768px) {
    .ind_main1 .day {
        font-size: 130px;
        line-height: 130px;
    }

    .ind_main1 .number {
        flex-wrap: wrap;
        padding-top: 18px;
        border-radius: 15px;
    }

    .ind_main1 .num {
        font-size: 24px;
        line-height: 30px;
    }

    .ind_main1 .center {
        margin-bottom: 30px;
    }
}

@media(max-width:538px) {
    .ind_main1 {
        padding: 20px 0px 30px;
    }

    .ind_main1 .center {
        margin-bottom: 20px;
    }
}

@media(max-width:500px) {
    .ind_main1 .number li {
        width: 100% !important;
        padding-right: 0 !important;
        margin-right: 0 !important;
        margin-bottom: 10px;
    }

    .ind_main1 .number li::after {
        display: none !important;
    }

    .ind_main1 .number li:last-child {
        margin-bottom: 0;
    }
}


/* ind_main2 */

.ind_main2 {
    padding: 131px 0px 162px;
}

.ind_main2 .tit {
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 33px;
}

.ind_main2 .title60 {
    opacity: .1;
    position: absolute;
    top: -30px;
}

.ind_main2 .title46 span {
    color: var(--co-1857c5);
}

.ind_main2 .bt {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 45px;
}

.ind_main2 .wrap {
    display: flex;
    flex-wrap: wrap;
}

.ind_main2 .inner {
    width: 11.1333%;
    margin-right: 1.6666%;
    height: 446px;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
}

.ind_main2 .inner:nth-child(2n) {
    transform: translateY(69px);
}

.ind_main2 .inner:nth-child(5n) {
    margin-right: 0;
}

.ind_main2 .inner .bg {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.ind_main2 .bot,
.ind_main2 .shadow {
    padding: 15px 19px;
}

.ind_main2 .bot {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.ind_main2 .bot .title,
.ind_main2 .bot .title a {
    color: var(--co-fff);
    font-family: var(--regular);
    font-size: 16px;
    line-height: 28px;
}

.ind_main2 .shadow {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .35);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    opacity: 0;
    pointer-events: none;
}

.ind_main2 .shadow .titlebox {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.ind_main2 .shadow .svgbox {
    margin-right: 15px;
}

.ind_main2 .shadow .title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ind_main2 .shadow .title,
.ind_main2 .shadow .title a {
    color: var(--co-fff);
    font-family: var(--bold);
    font-size: 20px;
    line-height: 30px;
}

.ind_main2 .shadow .bianji {
    color: var(--co-fff);
    margin-bottom: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ind_main2 .shadow .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background: var(--co-1857c5);
    border-radius: 999px;
    color: var(--co-fff);
    font-size: 14px;
}


.ind_main2 .active {
    width: 48.7333%;
}

.ind_main2 .active .bot {
    opacity: 0;
    pointer-events: none;
}

.ind_main2 .active .shadow {
    opacity: 1;
    pointer-events: all;
}

.ind_main2 .bt1 {
    display: flex;
}

/* 定义水波纹伪元素 */

.ind_main2 .bt1 .btn1::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 999px;
    border: 1px solid var(--co-fff);
}

@media(max-width:1600px) {
    .ind_main2 {
        padding: 80px 0px 100px;
    }

    .ind_main2 .tit {
        margin-bottom: 20px;
    }

    .ind_main2 .bt {
        margin-bottom: 40px;
    }

    .ind_main2 .shadow .titlebox {
        margin-bottom: 10px;
    }

    .ind_main2 .inner:nth-child(2n) {
        transform: translateY(50px);
    }
}

@media(max-width:1333px) {
    .ind_main2 {
        padding: 60px 0px 100px;
    }

    .ind_main2 .bt {
        margin-bottom: 30px;
    }

    .ind_main2 .inner:nth-child(2n) {
        transform: translateY(35px);
    }

    .ind_main2 .bot .title,
    .ind_main2 .bot .title a {
        font-size: 14px;
        line-height: 24px;
    }

    .ind_main2 .svgbox img {
        width: 42px;
    }

    .ind_main2 .shadow .title,
    .ind_main2 .shadow .title a {
        font-size: 18px;
        line-height: 28px;
    }

    .ind_main2 .shadow .svgbox {
        margin-right: 8px;
    }
}

@media(max-width:999px) {
    .ind_main2 {
        padding: 50px 0px 30px;
    }

    .ind_main2 .bt {
        margin-bottom: 20px;
    }

    .ind_main2 .inner {
        width: 48% !important;
        margin-right: 4%;
        transform: unset !important;
        height: 250px;
        border-radius: 10px;
        margin-bottom: 20px;
    }

    .ind_main2 .inner:nth-child(2n) {
        margin-right: 0;
    }

    .ind_main2 .bot {
        display: none;
    }

    .ind_main2 .shadow {
        opacity: 1 !important;
        pointer-events: all !important;
    }

    .ind_main2 .shadow .bianji {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 10px;
    }

    .ind_main2 .shadow .title,
    .ind_main2 .shadow .title a {
        font-size: 16px;
        line-height: 26px;
    }

    .ind_main2 .svgbox img {
        width: 38px;
    }
}

@media(max-width:768px) {
    .ind_main2 .shadow .btn {
        flex-shrink: 0;
    }

    .ind_main2 .inner {
        height: 220px;
    }
}

@media(max-width:400px) {
    .ind_main2 .inner {
        width: 100% !important;
        margin-right: 0%;
        transform: unset !important;
        height: 250px;
        border-radius: 10px;
        margin-bottom: 20px;
    }
}



/* ind_main3 */

.ind_main3 {
    padding: 80px 0px 38px;
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    background: var(--co-f4f4f4);
}


.ind_main3 .safe {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.ind_main3 .l_box {
    width: 25%;
    padding-top: 2px;
}

.ind_main3 .title46 {
    margin-bottom: 72px;
}

.ind_main3 .list {
    margin-bottom: 84px;
}

.ind_main3 .list li {
    margin-bottom: 28px;
}

.ind_main3 .list li:last-child {
    margin-bottom: 0;
}

.ind_main3 .list li,
.ind_main3 .list li a {
    color: var(--co-666);
    font-family: var(--bold);
    font-size: 18px;
    line-height: 28px;
    cursor: pointer;
}

.ind_main3 .list li a:hover {
    color: var(--co-1857c5);
}

.ind_main3 .bt {
    display: flex;
    justify-content: flex-start;
}

.ind_main3 .active a {
    color: var(--co-1857c5) !important;
}

.ind_main3 .r_box {
    width: 72.1%;
}

.ind_main3 .wrap {
    display: flex;
    flex-wrap: wrap;
    display: none;
}

.ind_main3 .inner {
    width: 31.15%;
    margin-right: 3.25%;
    margin-bottom: 20px;
}

.ind_main3 .inner:nth-child(3n) {
    margin-right: 0;
}

.ind_main3 .imgbox {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border: 1px solid rgba(153, 153, 153, 0.50); */
    background: url(<path-to-image>) lightgray 50% / cover no-repeat;

    border-radius: 10px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.10);
}

.ind_main3 .imgbox .act {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
}

.ind_main3 .imgbox .btn1 {
    position: absolute;
    opacity: 0;
}

.ind_main3 .imgbox:hover .act,
.ind_main3 .imgbox:hover .btn1 {
    opacity: 1;
}

.ind_main3 .title {
    text-align: center;
    color: var(--co-000);
    font-family: var(--regular);
    font-size: 16px;
    line-height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0px 15px;
    padding-top: 9px;
}


.ind_main3 .title a {
    color: var(--co-000);
}

.ind_main3 .title:hover,
.ind_main3 .title a:hover {
    color: var(--co-1857c5);
}

@media(max-width:1600px) {
    .ind_main3 {
        padding: 60px 0px 30px;
    }

    .ind_main3 .title46 {
        margin-bottom: 45px;
    }

    .ind_main3 .list li {
        margin-bottom: 25px;
    }

    .ind_main3 .list {
        margin-bottom: 45px;
    }
}

@media(max-width:1333px) {
    .ind_main3 {
        padding: 50px 0px 30px;
    }

    .ind_main3 .title46 {
        margin-bottom: 35px;
    }

    .ind_main3 .list li,
    .ind_main3 .list li a {
        font-size: 16px;
        line-height: 26px;
    }

    .ind_main3 .list li {
        margin-bottom: 18px;
    }

    .ind_main3 .list {
        margin-bottom: 35px;
    }
}

@media(max-width:999px) {
    .ind_main3 {
        padding: 40px 0px 30px;
    }

    .ind_main3 .title46 {
        margin-bottom: 25px;
    }

    .ind_main3 .safe {
        flex-direction: column;
    }

    .ind_main3 .l_box {
        width: 100%;
        padding-top: 0;
        margin-bottom: 20px;
    }

    .ind_main3 .list {
        margin-bottom: 25px;
    }

    .ind_main3 .list li {
        margin-bottom: 10px;
    }

    .ind_main3 .list li,
    .ind_main3 .list li a {
        font-size: 14px;
        line-height: 24px;
    }

    .ind_main3 .r_box {
        width: 100%;
    }

    .ind_main3 .title {
        font-size: 14px;
        line-height: 26px;
        padding: 0px 10px;
        padding-top: 5px;
    }

    .ind_main3 .imgbox .act,
    .ind_main3 .imgbox .btn1 {
        opacity: 1 !important;
    }

    .ind_main3 .imgbox .btn1 {
        display: none;
    }
}

@media(max-width:768px) {
    .ind_main3 .title46 {
        margin-bottom: 15px;
    }
}

@media(max-width:538px) {
    .ind_main3 {
        padding: 30px 0px;
    }

    .ind_main3 .inner {
        width: 48%;
        margin-right: 4%;
    }

    .ind_main3 .inner:nth-child(3n) {
        margin-right: 4%;
    }

    .ind_main3 .inner:nth-child(2n) {
        margin-right: 0;
    }
}



/* ind_main4 */

.ind_main4 {
    padding: 95px 0px 99px 0px
}

.ind_main4 .title46 {
    text-align: center;
    margin-bottom: 19px;
}

.ind_main4 .bianji {
    width: 68%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 50px;
}

.ind_main4 .bt {
    display: flex;
    justify-content: flex-start;
    margin-top: 35px;
}

.ind_main4 .btn1 {
    margin-left: 7.8%;
}

.ind_main4 .btn1 span {
    margin-right: 10px;
}

.box-wp {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.box-wp .box-tabhd {
    width: 34.1428571429%;
}

.box-wp .box-fix {
    width: 63%;
}

.box-wp .tabhd-item {
    position: relative;
    padding-left: 45px;
    padding-top: 15px;
    padding-bottom: 15px;
    cursor: pointer;

    color: var(--co-333);
    font-family: var(--semibold);
    font-size: 18px;
    line-height: 30px;
}

.box-wp .tabhd-item em {
    font-style: normal;
}

.box-wp .tabhd-item,
.box-wp .tabhd-item em {
    transition: none;
}

/* 1. 确保父元素有相对定位，以便伪元素定位 */
.box-wp .tabhd-item {
    position: relative;
    /* ...其他现有样式... */
}

/* 2. 保持原有的图标样式 (::before) */
.box-wp .tabhd-item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 13px;
    width: 30px;
    height: 30px;
    background: url(../images/check.png) center no-repeat;
    background-size: auto;
    display: none;
    z-index: 2;
    /* 确保图标在波纹之上 */
}

/* 3. 新增 ::after 作为水波纹 */
.box-wp .tabhd-item:after {
    content: "";
    position: absolute;
    left: -1.5px;
    top: 12px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid rgba(24, 87, 197, 0.5);
    /* 使用主题色的透明背景 */
    transform: scale(0);
    opacity: 0;
    z-index: 1;

    animation: circles 3.2s linear 0s infinite;

    display: none;
}



.box-wp .tabhd-item.active,
.box-wp .tabhd-item:hover {
    font-family: var(--bold);
    color: var(--co-1857c5);
    font-size: 20px;
    line-height: 30px;
}

.box-wp .tabhd-item.active::after {
    display: block;
}

.box-wp .tabhd-item.active:before {
    display: block;
}

.box-wp .tabhd-item:hover::after,
.box-wp .tabhd-item:hover::before {
    display: block !important;
}


.box-wp .box-slide {
    position: relative;
}

.box-wp .box-slide .box-item {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
}

.box-wp .box-slide .box-item::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    content: "";
    background: linear-gradient(rgba(0, 0, 0, 0.0)0%, rgba(0, 0, 0, .9)95%);
}

.box-wp .box-slide .item-title {
    position: absolute;
    z-index: 10;
    left: 0;
    bottom: 18px;
    width: 100%;
    padding: 0 30px;
    color: var(--co-fff);
    font-family: var(--bold);
    font-size: 20px;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    display: none;
}

.box-wp .box-slide .item-title a {
    color: #fff;
}

.box-wp .box-slide .item-title:hover {
    color: var(--co-1857c5);
}

.box-wp .box-slide .item-title:hover a {
    color: var(--co-1857c5);
}

.box-wp .box-slide .swiper-slide-active .item-title {
    display: -webkit-box;
}

.box-wp .box-btn {
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    color: rgba(255, 255, 255, 1);
    cursor: pointer;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    border: 1px solid var(--co-fff);
}

.box-wp .box-btn:hover {
    color: #fff;
}

.box-wp .prev {
    left: 3%;
}

.box-wp .next {
    right: 3%;
}

.box-wp .box-tabbd {
    margin-left: auto;
    margin-right: auto;
    margin-top: 28px;
    max-width: 600px;
}

.box-wp .tabbd-item {
    display: none;
}

.box-wp .tabbd-item .item-desc {
    color: var(--co-333);
    font-family: var(--regular);
    font-size: 16px;
    line-height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.box-wp .tabbd-item .item-link {
    margin-top: 14px;
}

.box-wp .tabbd-item.show {
    display: block;
}



@media(max-width:1600px) {
    .ind_main4 {
        padding: 60px 0px;
    }

    .ind_main4 .bianji {
        width: 80%;
        margin-bottom: 40px;
    }

    .box-wp .tabhd-item.active,
    .box-wp .tabhd-item:hover {
        font-size: 18px;
        line-height: 28px;
    }

    .box-wp .tabhd-item {
        padding-left: 45px;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 16px;
        line-height: 28px;
    }

    .box-wp .box-slide .box-item {
        border-radius: 25px;
    }
}

@media(max-width:1333px) {
    .ind_main4 {
        padding: 50px 0px;
    }

    .ind_main4 .bianji {
        width: 90%;
        margin-bottom: 30px;
    }

    .box-wp .box-btn {
        width: 45px;
        height: 45px;
    }

    .box-wp .box-slide .box-item {
        border-radius: 20px;
    }

    .ind_main4 .bt {
        margin-top: 20px;
    }

    .box-wp .box-slide .item-title {
        bottom: 18px;
        padding: 0 25px;
        font-size: 18px;
        line-height: 30px;
    }
}

@media(max-width:999px) {
    .ind_main4 {
        padding: 40px 0px;
    }

    .ind_main4 .bianji {
        width: 100%;
        margin-bottom: 20px;
    }

    .box-wp {
        flex-direction: column-reverse;
    }

    .box-wp .box-fix,
    .box-wp .box-tabhd {
        width: 100%;
    }

    .box-wp .tabhd-item:before {
        left: 0;
        top: 10px;
        width: 25px;
        height: 25px;
        background-size: cover;
    }

    .box-wp .tabhd-item {
        padding-left: 40px;
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 16px;
        line-height: 26px;
    }

    .ind_main4 .btn1 {
        margin-left: 0;
    }

    .box-tabhd {
        margin-bottom: 30px;
    }

    .box-wp .box-slide .item-title {
        bottom: 12px;
        padding: 0 18px;
        font-size: 16px;
        line-height: 26px;
    }

    .box-wp .tabbd-item .item-desc {
        font-size: 14px;
        line-height: 26px;
    }

    .box-wp .box-tabbd {
        margin-top: 20px;
        max-width: 600px;
    }

    .box-wp .tabhd-item:after {
        left: -1px;
        top: 10px;
        width: 25px;
        height: 25px;
    }

}

@media(max-width:768px) {
    .box-wp .tabhd-item {
        padding-left: 30px;
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 14px;
        line-height: 26px;
    }

    .box-wp .tabhd-item.active,
    .box-wp .tabhd-item:hover {
        font-size: 16px;
        line-height: 26px;
    }

    .box-wp .tabhd-item:before {
        left: 0;
        top: 7px;
        width: 20px;
        height: 20px;
    }

    .box-wp .box-slide .item-title {
        bottom: 8px;
        padding: 0 15px;
        font-size: 14px;
        line-height: 26px;
    }

    .box-wp .box-slide .box-item {
        border-radius: 10px;
    }

    .box-wp .box-btn {
        width: 40px;
        height: 40px;
    }

    .box-wp .box-tabbd {
        margin-top: 10px;
        max-width: 600px;
    }

    .box-wp .tabhd-item:after {
        left: -1px;
        top: 7px;
        width: 20px;
        height: 20px;
    }
}

@media(max-width:538px) {
    .ind_main4 {
        padding: 30px 0px;
    }
}



/* ind_main5 */

.ind_main5 {
    padding: 80px 0px 80px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.ind_main5::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .6;
    background: var(--co-000);
}

.ind_main5 .safe {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ind_main5 .l_box {
    width: 48%;
}

.ind_main5 .title46 {
    color: var(--co-fff);
    margin-bottom: 38px;
}

.ind_main5 .bianji {
    color: var(--co-fff);
    font-family: var(--regular);
    font-size: 16px;
}

.ind_main5 .r_box {
    width: 45%;
}

.ind_main5 .form {
    padding: 26px 38px 21px 38px;
    background: var(--co-fff);
    border-radius: 10px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}

.ind_main5 .title {
    color: var(--co-333);
    font-family: var(--regular);
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 16px;
}

.ind_main5 .inpbox1 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.ind_main5 .inpbox1 .inp1 {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 9px;
}

.ind_main5 .inpbox2 {
    margin-bottom: 9px;
}

.ind_main5 .inpbox1 .inp1:nth-child(2n) {
    margin-right: 0;
}

.ind_main5 form input,
.ind_main5 form textarea {
    width: 100%;
    height: 39px;
    border-radius: 4px;
    border: 1px solid #ddd;
    background: #FFF;
    padding: 0px 12px;
    color: var(--co-333);
    font-family: var(--regular);
    font-size: 16px;
    line-height: 28px;
}

.ind_main5 form input::placeholder,
.ind_main5 form textarea::placeholder {
    color: var(--co-999);
}

.ind_main5 .submit input {
    background: var(--co-1857c5);
    color: var(--co-fff);
    border: 1px solid var(--co-1857c5);
    cursor: pointer;
}

.ind_main5 .submit input:hover {
    background: var(--co-fff);
    color: var(--co-1857c5);
}

.ind_main5 .m-formcountry input {
    padding-right: 30px !important;
}

.ind_main5 .m-formcountry i {
    right: 10px;
}

.ind_main5 .must {
    position: relative;
}

.ind_main5 .must::after {
    content: "*";
    position: absolute;
    left: 8px;
    top: 8px;
    color: #9C0C0E;
}

.ind_main5 .must input {
    padding-left: 20px;
}

@media(max-width:1600px) {
    .ind_main5 {
        padding: 60px 0px;
    }

    .ind_main5 .title46 {
        margin-bottom: 30px;
    }

    .ind_main5 .r_box {
        width: 49%;
    }
}

@media(max-width:1333px) {
    .ind_main5 {
        padding: 50px 0px;
    }

    .ind_main5 .title46 {
        margin-bottom: 20px;
    }

    .ind_main5 .form {
        padding: 25px;
    }
}

@media(max-width:999px) {
    .ind_main5 {
        padding: 40px 0px;
    }

    .ind_main5 .safe {
        flex-direction: column;
    }

    .ind_main5 .l_box {
        width: 100%;
        margin-bottom: 20px;
    }

    .ind_main5 .form,
    .ind_main5 .r_box {
        width: 100%;
    }

    .ind_main5 form input,
    .ind_main5 form textarea {
        width: 100%;
        height: 39px;
        border-radius: 4px;
        padding: 0px 12px;
        font-size: 14px;
        line-height: 26px;
    }

    .ind_main5 .bianji {
        font-size: 14px;
    }
}

@media(max-width:538px) {
    .ind_main5 {
        padding: 30px 0px;
    }
}

@media(max-width:500px) {
    .ind_main5 .inpbox1 {
        flex-direction: column;
    }

    .ind_main5 .inpbox1 .inp1 {
        width: 100%;
        margin-right: 0;
    }

    .ind_main5 .must::after {
        left: 8px;
        top: 12px;
    }
}


/* ind_main6 */

.ind_main6 {
    padding: 100px 0px 100px 0px;
}

.ind_main6 .safe {
    display: flex;
    justify-content: space-between;
}

.ind_main6 .l_box {
    width: 16%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.ind_main6 .top {
    margin-bottom: 30px;
}

.ind_main6 .title46 {
    margin-bottom: 20px;
}

.ind_main6 .bianji {
    margin-bottom: 20px;
}

.ind_main6 .line {
    background: var(--co-1857c5);
    width: 52px;
    height: 3px;
}

.ind_main6 .control {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.ind_main6 .control i {
    color: var(--co-1857c5);
    font-size: 20px;
    cursor: pointer;
}

.ind_main6 .pagination {
    display: flex;
    align-items: center;
    margin: 0px 15px;

    color: var(--co-666);
    font-family: var(--regular);
    font-size: 16px;
    line-height: 28px;
}

.ind_main6 .pagination .this_page {
    color: var(--co-1857c5);
    font-family: var(--regular);
    font-size: 30px;
    transform: translateY(-4px);
}

.ind_main6 .pagination span {
    margin: 0px 6px;
}

.ind_main6 .r_box {
    width: 78%;
}

.ind_main6 .swiper {
    overflow: visible;
}

.ind_main6 .swiper-slide {
    padding: 25px 24.5px 41px 24.5px;
    border-radius: 12px;
    background: var(--co-fff);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0);
    position: relative;
}

.ind_main6 .swiper-slide:hover {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
}

.ind_main6 .swiper-slide:hover::after {
    opacity: 1;
}

.ind_main6 .swiper-slide::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 10px;
    background: var(--co-1857c5);
    border-radius: 0 0 12px 12px;
    opacity: 0;
}

.ind_main6 .data {
    display: flex;
    align-items: center;
    color: var(--co-666);
    font-family: var(--regular);
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 51px;
}

.ind_main6 .data span {
    color: var(--co-333);
    font-family: var(--bold);
    font-size: 36px;
    line-height: 54px;
    margin-right: 8px;
}

.ind_main6 .title {
    color: var(--co-333);
    font-family: var(--medium);
    font-size: 20px;
    line-height: 30px;
    min-height: 60px;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ind_main6 .title a {
    color: var(--co-333);
}

.ind_main6 .title:hover,
.ind_main6 .title a:hover {
    color: var(--co-1857c5);
}

.ind_main6 .b2 {
    min-height: 56px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 14px;
}

.ind_main6 .imgbox {
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 43px;
}

.ind_main6 .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    border-radius: 999px;
    color: var(--co-999);
    border: 1px solid var(--co-999);
}

.ind_main6 .btn:hover {
    background: var(--co-1857c5);
    border: 1px solid var(--co-1857c5);
    color: var(--co-fff);
}

.ind_main6 .swiper-wrapper {
    pointer-events: none;
}

.ind_main6 .swiper-slide {
    transition: .3s linear opacity;
    opacity: 0;
    pointer-events: none;
}

.ind_main6 .swiper-slide-visible {
    opacity: 1;
    pointer-events: all;
}

@media(max-width:1600px) {
    .ind_main6 {
        padding: 60px 0px;
    }

    .ind_main6 .pagination .this_page {
        font-size: 30px;
        transform: translateY(0px);
    }

    .ind_main6 .data span {
        font-size: 32px;
        line-height: 48px;
        margin-right: 8px;
    }

    .ind_main6 .data {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 40px;
    }

    .ind_main6 .title {
        font-size: 18px;
        line-height: 28px;
        min-height: 56px;
        margin-bottom: 5px;
    }

    .ind_main6 .imgbox {
        margin-bottom: 20px;
    }

    .ind_main6 .l_box {
        width: 20%;
    }

    .ind_main6 .control {
        margin-bottom: 30px;
    }

    .ind_main6 .btn {
        width: 50px;
        height: 50px;
    }
}

@media(max-width:1333px) {
    .ind_main6 {
        padding: 50px 0px;
    }

    .ind_main6 .swiper-slide {
        padding: 20px;
        border-radius: 12px;
    }

    .ind_main6 .data {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 30px;
    }

    .ind_main6 .data span {
        font-size: 28px;
        line-height: 36px;
        margin-right: 5px;
    }

    .ind_main6 .btn {
        width: 45px;
        height: 45px;
    }

    .ind_main6 .title {
        font-size: 16px;
        line-height: 28px;
        min-height: 55px;
        margin-bottom: 5px;
    }

    .ind_main6 .pagination .this_page {
        font-size: 28px;
    }
}

@media(max-width:999px) {
    .ind_main6 {
        padding: 40px 0px;
    }

    .ind_main6 .safe {
        flex-direction: column;
    }

    .ind_main6 .l_box {
        width: 100%;
        margin-bottom: 20px;
    }

    .ind_main6 .top {
        margin-bottom: 20px;
    }

    .ind_main6 .control {
        margin-bottom: 20px;
    }

    .ind_main6 .r_box {
        width: 100%;
    }

    .ind_main6 .data {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .ind_main6 .swiper-slide {
        box-shadow: 0 0 15px 0 rgba(0, 0, 0, .25);
    }

    .ind_main6 .swiper-slide::after {
        display: none !important;
    }

    .ind_main6 .pagination .this_page {
        font-size: 24px;
        transform: translateY(0px);
    }

    .ind_main6 .title {
        font-size: 14px;
        line-height: 26px;
        min-height: 52px;
        margin-bottom: 5px;
    }

    .ind_main6 .b2 {
        min-height: 52px;
        margin-bottom: 14px;
    }

    .ind_main6 .title46 {
        margin-bottom: 10px;
    }
}

@media(max-width:538px) {
    .ind_main6 {
        padding: 40px 0px;
    }
}

/* footer */

footer {
    padding: 80px 0px 55px;
    background-image: url(../images/f_bg1.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    z-index: 1;
    position: relative;
}

footer .top {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding-bottom: 45px;
    margin-bottom: 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-left: 40px;
}

footer .txts {
    color: var(--co-fff);
    font-family: var(--bold);
    font-size: 20px;
    line-height: 30px;
    width: 35%;
}

footer .line1 {
    width: 2px;
    height: 38px;
    background: var(--co-D9D9D9);
    margin: 0px 35px;
}

footer .center {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 143px;
    margin-bottom: 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

footer .box1 {
    width: 19.5%;
}

footer .box2 {
    width: 33.5%;
}

footer .box3 {
    width: 27%;
}

footer .box4 {
    width: 20%;
}

footer .title {
    color: var(--co-fff);
    font-family: var(--regular);
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 23px;
}

footer .title a {
    color: var(--co-fff);
}

footer .title a:hover {
    text-decoration: underline;
}

footer .title i {
    display: none;
}

footer ul li,
footer ul li a {
    color: var(--co-fff);
    font-family: var(--regular);
}

footer ul li a:hover {
    text-decoration: underline;
}

footer ul li {
    margin-bottom: 2px;
}

footer ul li:last-child {
    margin-bottom: 0;
}

footer .box4 li {
    display: flex;
    align-items: flex-start;
}

footer .box4 .svgbox {
    width: 20px;
    flex-shrink: 0;
    margin-right: 10px;
    margin-top: 2px;
}

footer .bottom {
    display: flex;
    justify-content: space-between;
}

footer .copyright {}

footer .copyright img {
    display: inline-block;
    margin-left: 10px;
}

footer .copyright,
footer .copyright a,
footer .links,
footer .links a {
    color: var(--co-fff);

    font-size: 16px;
    line-height: 28px;
}

footer .copyright a:hover {
    text-decoration: underline;
}

footer .blogrolls {
    display: flex;
    flex-wrap: wrap;
}

footer .blogrolls a {
    color: rgba(255, 255, 255, 0.8);
    width: 35px;
    height: 35px;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

footer .blogrolls a:last-child {
    margin-right: 0;
}

footer .blogrolls a:hover {
    transform: translateY(-5px);
}

@media(max-width:1920px) {
    footer .top {
        padding-left: 16px;
    }

    footer {
        background-position: top center;
    }
}

@media(max-width:1600px) {
    footer {
        padding: 60px 0px 40px;
        background-position: center;
    }

    footer .logo {
        width: 48%;
    }

    footer .txts {
        width: 48%;
    }

    footer .line1 {
        margin: 0;
    }

    footer .top {
        justify-content: space-between;
        margin-bottom: 40px;
        padding-bottom: 40px;
        padding-left: 0;
    }

    footer .center {
        padding-bottom: 100px;
        margin-bottom: 25px;
    }

}

@media(max-width:1333px) {
    footer .txts {
        font-size: 18px;
        line-height: 28px;
    }

    footer .top {
        margin-bottom: 30px;
        padding-bottom: 30px;
    }

    footer .title {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 15px;
    }

    footer .center {
        padding-bottom: 60px;
        margin-bottom: 25px;
    }
}

@media(max-width:999px) {
    footer .logo {
        width: 100%;
        margin-bottom: 15px;
    }

    footer .txts {
        width: 100%;
    }

    footer .line1 {
        display: none;
    }

    footer .center {
        flex-direction: column;
    }

    footer .box {
        width: 100% !important;
    }

    footer {
        background-size: cover;
    }

    footer .top {
        flex-direction: column;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    footer ul {
        display: none;
        transition: none;
        padding-bottom: 10px;
    }

    footer ul li,
    footer ul li a {
        font-size: 14px;
    }

    footer .title {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 10px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    footer .title i {
        display: block;
    }

    footer ul li {
        margin-bottom: 8px;
    }

    footer ul li:last-child {
        margin-bottom: 0;
    }

    footer .center {
        padding-bottom: 15px;
        margin-bottom: 25px;
    }

    footer .txts {
        font-size: 16px;
        line-height: 26px;
    }

    footer .bottom {
        flex-direction: column;
    }

    footer .l {
        margin-bottom: 15px;
    }

    footer .copyright,
    footer .copyright a,
    footer .links,
    footer .links a {
        font-size: 14px;
        line-height: 26px;
    }
}




/* page_banner */

.page_banner {
    margin-top: 100px;
    position: relative;
}

.page_banner::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
}

.page_banner .safe {
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    top: 0;
    z-index: 10;
}

.page_banner .box {
    width: 54%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.page_banner .title46 {
    margin-bottom: 18px;
    color: var(--co-fff);
}

.page_banner .line {
    width: 100%;
    height: 1px;
    background: var(--co-fff);
    margin-bottom: 28px;
}

.page_banner .content {
    color: var(--co-fff);
    font-family: var(--regular);
    font-size: 20px;
    line-height: 30px;
}

@media(max-width:1600px) {
    .page_banner .title46 {
        margin-bottom: 15px;
    }

    .page_banner .line {
        margin-bottom: 20px;
    }

    .page_banner .content {
        font-size: 18px;
        line-height: 28px;
    }
}

@media(max-width:1333px) {
    .page_banner {
        margin-top: 80px;
    }

    .page_banner .line {
        margin-bottom: 15px;
    }

    .page_banner .content {
        font-size: 16px;
        line-height: 26px;
    }
}

@media(max-width:999px) {
    .page_banner {
        margin-top: 60px;
    }

    .page_banner .box {
        width: 75%;
    }

    .page_banner .content {
        font-size: 14px;
        line-height: 24px;
    }

    .page_banner .title46 {
        margin-bottom: 10px;
    }

    .page_banner .line {
        margin-bottom: 10px;
    }
}

@media(max-width:768px) {
    .page_banner {
        margin-top: 50px;
    }

    .page_banner .box {
        width: 85%;
    }

    .page_banner .bg {
        min-height: 180px;
        object-fit: cover;
    }
}

@media(max-width:538px) {
    .page_banner .box {
        width: 100%;
    }
}


/* crumb */

.crumb {
    padding-top: 19px;
}

.crumb,
.crumb a {
    color: var(--co-666);
    font-family: var(--medium);
    font-size: 18px;
    line-height: 30px;
}

.crumb a:hover,
.crumb .active {
    color: var(--co-1857c5);
}

@media(max-width:1333px) {

    .crumb,
    .crumb a {
        font-size: 16px;
        line-height: 28px;
    }
}

@media(max-width:999px) {

    .crumb,
    .crumb a {
        font-size: 14px;
        line-height: 26px;
    }
}


/* products_list */

.products_list {
    padding: 51px 0px 100px;
}

.products_list .safe {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.pro_cate {
    width: 24.666%;
}

.pro_cate .catename {
    color: var(--co-fff);
    font-family: var(--medium);
    font-size: 18px;
    line-height: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: var(--co-1957c6);
    padding: 14px 20px;
    display: none;
}

.pro_cate .catename i {
    font-size: 18px;
    cursor: pointer;
}

.pro_cate .list1 {
    margin-bottom: 46px;
}

.pro_cate .list1>li {
    margin-bottom: 16px;
}

.pro_cate .list1>li:last-child {
    margin-bottom: 0;
}

.pro_cate .list1>li>div:hover>a {
    color: var(--co-1857c5);
}

.pro_cate .list1>li>div {
    padding: 14px 20px;
    background: #f4f4f4;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pro_cate .list1>li>div a {
    color: var(--co-333);
    font-family: var(--regular);
    font-size: 18px;
    line-height: 24px;
}

.pro_cate .list1>li>div>i {
    width: 20px;
    height: 20px;
    border: 2px solid var(--co-1857c5);
    color: var(--co-1857c5);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    font-weight: bold;
    cursor: pointer;
}

.pro_cate .list2 {
    display: none;
    transition: none;
    padding-top: 15px;
}

.pro_cate .list2>li {
    margin-bottom: 16px;
}

.pro_cate .list2>li:last-child {
    margin-bottom: 0;
}

.pro_cate .list2>li>a {
    font-family: var(--regular);
    color: var(--co-666);
    font-size: 16px;
    line-height: 28px;
    padding-left: 20px;
    position: relative;
}

.pro_cate .list2>li>a::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 9px;
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: var(--co-999);
}

.pro_cate .list2>li>a:hover {
    color: var(--co-1857c5);
}

.pro_cate .list2>li>a:hover::after {
    background: var(--co-1857c5);
}

.pro_cate .active>div>a {
    color: var(--co-1857c5) !important;
}

.pro_cate .act>a {
    color: var(--co-1857c5) !important;
}

.pro_cate .act>a::after {
    background: var(--co-1857c5) !important;
}

.pro_cate .contact {}


.pro_cate .contact .name {
    background: var(--co-1857c5);
    padding: 10px 26px;
    color: var(--co-fff);
    font-family: var(--bold);
    font-size: 20px;
    line-height: 30px;
    border-radius: 4px;
    margin-bottom: 13px;
}

.pro_cate .bot {
    border-radius: 4px;
    border: 1px solid #f6f6f6;
    background: var(--co-fff);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.10);
    padding: 11px 20px 10px 20px;
}

.pro_cate .t {}

.pro_cate .bot .t {
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    margin-bottom: 16px;

    color: var(--co-1857c5);
    font-family: var(--regular);
    font-size: 18px;
    line-height: 30px;
}

.pro_cate .b li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 24px;
}

.pro_cate .b li:last-child {
    margin-bottom: 0;
}

.pro_cate .b .svgbox {
    flex-shrink: 0;
    margin-right: 10px;
}

.pro_cate .b .svgbox i {
    font-size: 23px;
    color: var(--co-1857c5);
}

.pro_cate .b .resu,
.pro_cate .b .resu a {
    color: var(--co-333);
    font-family: var(--regular);
    font-size: 16px;
    line-height: 28px;
}

.products_list .r_box {
    width: 72%;
    padding-top: 5px;
}

.products_list .title36 {
    margin-bottom: 16px;
}

.products_list .bianji {
    color: var(--co-666);
    margin-bottom: 41px;
}

.products_list .wrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.products_list .inner {
    width: 31.15%;
    margin-right: 3.25%;
    margin-bottom: 30px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.10);
    border-radius: 8px;
    overflow: hidden;
}

.products_list .inner:nth-child(3n) {
    margin-right: 0;
}

.products_list .imgbox {
    position: relative;
    overflow: hidden;
    display: flex;
    border-radius: 8px;
    align-items: center;
    justify-content: center;
    /*border: 1px solid rgba(153, 153, 153, 0.50);*/
    background: url(<path-to-image>) lightgray 50% / cover no-repeat;
}

.products_list .imgbox .act {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
}

.products_list .imgbox .btn1 {
    position: absolute;
    opacity: 0;
}

.products_list .imgbox:hover .act,
.products_list .imgbox:hover .btn1 {
    opacity: 1;
}

.products_list .title {
    text-align: center;
    color: var(--co-000);
    font-family: var(--regular);
    font-size: 16px;
    line-height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0px 15px;
    padding-top: 15px;
    margin-bottom: 15px;
}


.products_list .title a {
    color: var(--co-000);
}

.products_list .title:hover,
.products_list .title a:hover {
    color: var(--co-1857c5);
}

.products_list .bt {
    display: flex;
    align-items: center;
    justify-content: center;
}

.products_list .btn {
    color: var(--co-1857c5);
    font-family: var(--regular);
    font-size: 16px;
    line-height: 28px;
}

.products_list .btn label {
    margin-right: 10px;
}

/* 隐藏默认的复选框 */
.products_list .custom-checkbox input {
    display: none;
}

/* 创建自定义复选框的外观 */
.products_list .checkmark {
    height: 15px;
    width: 15px;
    background-color: #e8eef9;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    border-radius: 0px;
    margin-right: 0px;
    cursor: pointer;
    border: 1px solid var(--co-1857c5);
}

/* 当复选框被选中时改变样式 */
.products_list .custom-checkbox input:checked~.checkmark::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 1px;
    width: 3px;
    height: 10px;
    border: solid var(--co-1857c5);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    cursor: pointer;
}

@media(max-width:1600px) {
    .products_list {
        padding: 50px 0px 80px;
    }

    .products_list .bianji {
        margin-bottom: 35px;
    }

    .products_list .title {
        font-size: 16px;
        line-height: 28px;
        padding: 0px 10px;
        padding-top: 10px;
        margin-bottom: 10px;
    }

    .pro_cate .list2>li {
        margin-bottom: 12px;
    }

    .pro_cate .b li {
        margin-bottom: 20px;
    }
}

@media(max-width:1333px) {
    .products_list {
        padding: 50px 0px 60px;
    }

    .products_list .bianji {
        margin-bottom: 25px;
    }

    .pro_cate .list1>li>div a {
        font-size: 16px;
        line-height: 24px;
    }

    .pro_cate .list1>li>div {
        padding: 10px 15px;
    }

    .pro_cate .list2>li>a {
        color: var(--co-666);
        font-size: 14px;
        line-height: 26px;
        padding-left: 20px;
    }

    .pro_cate .list1 {
        margin-bottom: 20px;
    }

    .pro_cate .b li {
        margin-bottom: 18px;
    }

    .pro_cate .contact .name {
        font-size: 18px;
        line-height: 28px;
    }

}

@media(max-width:999px) {
    .products_list {
        padding: 40px 0px;
    }

    .products_list .bianji {
        margin-bottom: 15px;
    }

    .products_list .safe {
        flex-direction: column;
    }

    .pro_cate {
        width: 100%;
        margin-bottom: 20px;
    }

    .products_list .r_box {
        padding-top: 0;
        width: 100%;
    }

    .products_list .b li {
        margin-bottom: 10px;
    }

    .pro_cate .bot .t {
        padding-bottom: 10px;
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 28px;
    }

    .pro_cate .list1>li>div a {
        font-size: 14px;
        line-height: 24px;
    }

    .pro_cate .catename {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 15px;
        border-radius: 4px;
    }

    .pro_cate .list1 {
        display: none;
        transition: none;
    }

    .pro_cate .catename {
        font-size: 16px;
        line-height: 28px;
        padding: 10px 15px;
    }

    .pro_cate .contact .name {
        padding: 10px 15px;
        font-size: 16px;
        line-height: 28px;
        border-radius: 4px;
        margin-bottom: 10px;
    }

    .pro_cate .b .resu,
    .pro_cate .b .resu a {
        font-size: 14px;
        line-height: 26px;
    }

    .pro_cate .b .svgbox {
        margin-top: 4px;
    }

    .pro_cate .b .svgbox i {
        font-size: 18px;
    }

    .pro_cate .title {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 0;
    }

    .products_list .btn {
        font-size: 14px;
        line-height: 26px;
    }

    .products_list .btn label {
        margin-right: 5px;
    }

    .products_list .imgbox .act {
        opacity: 1 !important;
    }

    .products_list .btn1 {
        display: none !important;
    }

    .products_list .inner {
        margin-bottom: 20px;
    }
}

@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;
    }
}

/* pagination */

.p_pagination {
    display: flex;
    justify-content: center;
    align-items: center;
}

.p_pagination a {
    width: 36px;
    height: 36px;
    background-color: #ffffff;
    border-radius: 0px;
    border: solid 1px #E1E2E4;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;

    color: #333;
    font-size: 16px;
}

.p_pagination .prev,
.p_pagination .next {
    background: var(--co-999);
    color: var(--co-fff);
    border: 1px solid var(--co-999);
}

.p_pagination .prev:hover,
.p_pagination .next:hover {
    background: var(--co-1857c5);
    border: 1px solid var(--co-1857c5);
    color: var(--co-fff);
}

.p_pagination a:hover,
.p_pagination .active {
    border: 1px solid var(--co-1857c5);
    color: var(--co-1857c5);
    background: rgba(24, 87, 197, 0.10);
}

.p_pagination .submit {
    border-radius: 4px;
    font-size: 16px;
    margin-right: 10px;
    cursor: pointer;
    color: var(--co-1857c5);
    font-size: 16px;
    background: transparent;
}

.p_pagination .submit:hover {
    text-decoration: underline;
}

@media(max-width:1600px) {
    .p_pagination {
        flex-wrap: wrap;
    }
}

@media(max-width:1333px) {}

@media(max-width:999px) {
    .p_pagination a {
        margin-right: 10px;
        margin-bottom: 5px;
    }

    .p_pagination .submit,
    .p_pagination img {
        margin-bottom: 5px;
    }

    .p_pagination .submit {
        font-size: 14px;
    }

    .p_pagination a {
        width: 32px;
        height: 32px;
    }
}

@media(max-width:768px) {}

@media(max-width:538px) {}


/* latest_cases */

.latest_cases1 {
    background: var(--co-f4f4f4);
}

.latest_cases {
    padding: 102px 0px 88px;
}

.latest_cases .titlebox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 33px;
}

.latest_cases .btnbox {
    display: flex;
    align-items: center;
}

.latest_cases .btnbox i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 999px;
    border: 1px solid var(--co-000);
    color: var(--co-000);
    margin-right: 10px;
    cursor: pointer;
}

.latest_cases .btnbox i:last-child {
    margin-right: 0;
}

.latest_cases .btnbox i:hover {
    background: var(--co-1857c5);
    color: var(--co-fff);
    border: 1px solid var(--co-1857c5);
}

.latest_cases .imgbox {
    border-radius: 24px;
    overflow: hidden;
}

.latest_cases .contact {
    padding-top: 34px;
}

.latest_cases .title {
    color: var(--co-1E1E1E);
    font-family: var(--bold);
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 7px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.latest_cases .title a {
    color: var(--co-1E1E1E);
}

.latest_cases .title:hover,
.latest_cases .title a:hover {
    color: var(--co-1857c5);
}

.latest_cases .bianji {
    font-family: var(--regular);
    color: var(--co-333);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.latest_cases .imgbox {
    position: relative;
}

.latest_cases .enter {
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0;
}

.latest_cases .enter img:hover {
    transform: unset;
}

.latest_cases .imgbox:hover .enter {
    opacity: 1;
}

@media(max-width:1600px) {
    .latest_cases {
        padding: 60px 0px;
    }

    .latest_cases .contact {
        padding-top: 30px;
    }
}

@media(max-width:1333px) {
    .latest_cases {
        padding: 50px 0px;
    }

    .latest_cases .contact {
        padding-top: 20px;
    }

    .latest_cases .imgbox {
        border-radius: 20px;
    }

    .latest_cases .title {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 5px;
    }

    .latest_cases .titlebox {
        margin-bottom: 30px;
    }
}

@media(max-width:999px) {
    .latest_cases {
        padding: 40px 0px;
    }

    .latest_cases .titlebox {
        margin-bottom: 20px;
    }

    .latest_cases .imgbox {
        border-radius: 10px;
    }

    .latest_cases .contact {
        padding-top: 10px;
    }

    .latest_cases .title {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 2px;
    }

    .latest_cases .btnbox i {
        width: 45px;
        height: 45px;
        margin-right: 10px;
    }
}

@media(max-width:768px) {
    .latest_cases .btnbox i {
        width: 42px;
        height: 42px;
        margin-right: 10px;
    }
}

@media(max-width:538px) {
    .latest_cases {
        padding: 30px 0px;
    }
}




/* products_detail */

.products_wrap {
    padding: 49px 0px 100px;
}

.products_wrap .safe {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.products_wrap .lie {
    width: 72%;
}

@media(max-width:1600px) {
    .products_wrap {
        padding: 40px 0px 60px;
    }
}

@media(max-width:1333px) {
    .products_wrap {
        padding: 30px 0px 50px;
    }
}

@media(max-width:999px) {
    .products_wrap {
        padding: 20px 0px 30px;
    }

    .products_wrap .safe {
        flex-direction: column;
    }

    .products_wrap .lie {
        width: 100%;
    }


}

@media(max-width:768px) {}

@media(max-width:538px) {}


.products_detail {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 55px;
}

.products_detail .l_box {
    width: 46.5%;
}

.products_detail img {
    display: block;
}

.products_detail .big_mySwiper {
    margin-bottom: 20px;
    position: relative;
}

.products_detail .vid {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.products_detail .vid .video {
    position: absolute;
}

.products_detail .vid .play {
    width: 70px;
    cursor: pointer;
}

.products_detail .big_mySwiper {}

.products_detail .big_mySwiper .swiper-slide {
    border: 1px solid rgba(153, 153, 153, 0.50);
}

.products_detail .small_mySwiper .swiper-slide {
    border: 1px solid rgba(153, 153, 153, 0.50);
    background: var(--co-fff);
    cursor: pointer;
}

.products_detail .small_mySwiper .swiper-slide-thumb-active {}

.products_detail .bottom .switch {
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--co-333);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    font-weight: bold;
    font-size: 18px;
}

.products_detail .bottom .switch:hover {
    color: var(--co-1857c5);
}

.products_detail .bottom .big_prev {
    left: 10px;
}

.products_detail .bottom .big_next {
    right: 10px;
}

.products_detail .l_box .swiper-pagination {
    display: none;
}

.products_detail .bottom {
    position: relative;
}

.products_detail .bottom {
    padding: 0px 41px;
    position: relative;
}


.products_detail .r_box {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 2px;
}

.products_detail .title30 {
    padding-bottom: 10px;
    margin-bottom: 17px;
    border-bottom: 1px solid var(--co-D9D9D9);
}

.products_detail .content {
    color: var(--co-666);
    font-family: var(--regular);
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 29px;
}

.products_detail .sharebox {
    display: flex;
    align-items: center;
    color: var(--co-666);
    font-family: var(--regular);
    font-size: 16px;
    line-height: 28px;
}

.products_detail .sharebox span {
    margin-right: 5px;
}

.products_detail .lianxi {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
}

.products_detail .lianxi li {
    width: 48%;
    display: flex;
    align-items: center;
    border-radius: 4px;
    background: #E8EFFA;
    padding: 7px 10px;
}

.products_detail .lianxi .svg {
    width: 33px;
    height: 33px;
    margin-right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.products_detail .lianxi i {
    font-size: 28px;
    margin-right: 10px;
    color: #4275d0;
}

.products_detail .lianxi li,
.products_detail .lianxi li a {
    color: var(--co-1857c5);
    font-family: var(--regular);
    font-size: 18px;
    line-height: 30px;
}

.products_detail .lianxi li a:hover {
    text-decoration: underline;
}

.products_detail .btnbox2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 13px;
}

.products_detail .btnbox2 a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 11px 35px 11px 35px;
    color: var(--co-fff);
    font-family: var(--regular);
    font-size: 16px;
    line-height: 28px;
    background: var(--co-1957c6);
    border-radius: 4px;
}

.products_detail .btnbox3 a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 10.5px 0px 10.5px 0px;
    background: var(--co-1957c6);

    color: var(--co-fff);
    font-family: var(--regular);
    font-size: 16px;
    line-height: 28px;
    border-radius: 4px;
}

.products_detail .btnbox3 img {
    margin-right: 10px;
}

.products_detail .btnbox2 a:hover,
.products_detail .btnbox3 a:hover {
    background: #347bf9;
}

@media(max-width:1600px) {
    .products_detail .lianxi {
        flex-direction: column;
        margin-bottom: 0;
    }

    .products_detail .lianxi li {
        width: 100%;
        margin-bottom: 10px;
    }

    .products_detail .content {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .products_detail .sharebox {
        margin-bottom: 10px;
    }

    .products_detail .btnbox2 {
        margin-bottom: 0;
    }

    .products_detail .btnbox2 a {
        width: 49%;
        margin-right: 2%;
        padding: 0;
        min-height: 48px;
        margin-bottom: 10px;
    }

    .products_detail .btnbox2 a:nth-child(2n) {
        margin-right: 0;
    }

    .products_detail .bottom {
        padding: 0px 20px;
    }

    .products_detail .bottom .big_prev {
        left: 0px;
    }

    .products_detail .bottom .big_next {
        right: 0px;
    }
}

@media(max-width:1333px) {
    .products_detail {
        margin-bottom: 40px;
    }

    .products_detail .title30 {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .products_detail .lianxi li,
    .products_detail .lianxi li a {
        font-size: 16px;
        line-height: 28px;
    }
}

@media(max-width:999px) {
    .products_detail {
        margin-bottom: 30px;
    }

    .products_detail .content {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 10px;
    }

    .products_detail .sharebox {
        font-size: 14px;
        line-height: 26px;
    }

    .products_detail .lianxi li,
    .products_detail .lianxi li a {
        font-size: 14px;
        line-height: 26px;
    }

    .products_detail .lianxi i {
        font-size: 20px !important;
        margin-right: 10px;
    }

    .products_detail .lianxi li {
        padding: 5px 10px !important;
    }

    .products_detail .btnbox2 a {
        width: 49%;
        margin-right: 2%;
        padding: 0;
        min-height: 42px;
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 26px;
    }

    .products_detail .btnbox3 a {
        width: 100%;
        padding: 0;
        font-size: 14px;
        line-height: 26px;
        border-radius: 4px;
        min-height: 42px;
    }
}

@media(max-width:768px) {
    .products_detail {
        flex-direction: column;
    }

    .products_detail .l_box {
        width: 74%;
        margin-bottom: 20px;
    }

    .products_detail .r_box {
        width: 100%;
    }
}

@media(max-width:538px) {
    .products_detail .l_box {
        width: 80%;
        margin-bottom: 20px;
    }

    .products_detail .bottom {
        display: none;
    }

    .products_detail .l_box .swiper-pagination {
        display: block;
    }

    .products_detail .big_mySwiper {
        margin-bottom: 0;
    }
}

@media(max-width:500px) {
    .products_detail .l_box {
        width: 100%;
        margin-bottom: 20px;
    }
}

/* products_description */

.products_description {
    margin-bottom: 37px;
}

.products_description .title36 {
    margin-bottom: 15px;
}

.products_description .bianji {
    color: var(--co-666);
}

@media(max-width:1600px) {}

@media(max-width:1333px) {
    .products_description {
        margin-bottom: 30px;
    }
}

@media(max-width:999px) {
    .products_description {
        margin-bottom: 20px;
    }
}

@media(max-width:768px) {}

@media(max-width:538px) {}

/* products_advantages */

.products_advantages {
    margin-bottom: 55px;
}

.products_advantages .title36 {
    margin-bottom: 16px;
}

.products_advantages .bianji {
    margin-bottom: 39px;
}

.products_advantages .content {
    color: var(--co-666);
    font-family: var(--regular);
    font-size: 16px;
    line-height: 28px;
    padding-left: 40px;
}

.products_advantages .content strong {
    display: inline-block;
    color: var(--co-1E1E1E);
    font-family: var(--bold);
    font-size: 20px;
    line-height: 30px;
    position: relative;
}

.products_advantages .content strong::after {
    content: "";
    position: absolute;
    left: -40px;
    top: 0px;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/bingo.png);
}

.products_advantages .content em {
    font-style: normal;
    color: var(--co-666);
    font-family: var(--regular);
    font-size: 16px;
    line-height: 28px;
    display: inline-block;
    padding-left: 15px;
    position: relative;
}

.products_advantages .content em::after {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: var(--co-666);
}

@media(max-width:1600px) {
    .products_advantages .bianji {
        margin-bottom: 30px;
    }

    .products_advantages .content strong {
        font-size: 18px;
        line-height: 30px;
    }

    .products_advantages {
        margin-bottom: 45px;
    }

    .products_advantages .content strong {
        font-size: 16px;
        line-height: 28px;
    }

    .products_advantages .content strong::after {
        left: -35px;
        top: 0px;
        width: 25px;
        height: 25px;
        background-size: cover;
    }

    .products_advantages .content {
        padding-left: 20px;
    }

    .products_advantages {
        margin-bottom: 35px;
    }
}

@media(max-width:1333px) {
    .products_advantages .bianji {
        margin-bottom: 25px;
    }
}

@media(max-width:999px) {
    .products_advantages .bianji {
        margin-bottom: 20px;
    }

    .products_advantages .title36 {
        margin-bottom: 10px;
    }

    .products_advantages .content em {
        font-size: 14px;
        line-height: 26px;
        padding-left: 15px;
    }

    .products_advantages .content strong {
        font-size: 14px;
        line-height: 26px;
    }

    .products_advantages .content strong::after {
        left: -30px;
        top: 2px;
        width: 20px;
        height: 20px;
        background-size: cover;
    }

    .products_advantages .content {
        font-size: 14px;
        line-height: 26px;
    }

    .products_advantages {
        margin-bottom: 25px;
    }

}

/* products_parameters */

.products_parameters {
    margin-bottom: 55px;
}

.products_parameters .title36 {
    margin-bottom: 34px;
}

.products_parameters table {
    border-collapse: collapse;
    border: 1px solid #E1E2E4;
    width: 100%;
    min-width: 900px;
    overflow: auto;
}

.products_parameters .tablen {
    overflow: auto;
}

.products_parameters table tr {
    color: #666666;
}

.products_parameters table tr td {
    border: 1px solid #E1E2E4;
    padding: 15px 18px;

    color: var(--co-666);
    font-family: var(--regular);
    font-size: 16px;
    line-height: 28px;
}

.products_parameters table tr td:first-child {
    background-color: #e8eefa;
}

.products_parameters table tr:first-child td {
    background: var(--co-1957c6);
    color: #FFF;
    font-family: Arial;
    font-size: 18px;
    line-height: 30px;
}

.products_parameters table tr:first-child td {
    border-right: 1px solid var(--co-1957c6);
}

.products_parameters table tr td:last-child {
    width: 55%;
}

@media(max-width:1333px) {
    .products_parameters {
        margin-bottom: 40px;
    }

    .products_parameters table tr:first-child td {
        font-size: 16px;
        line-height: 28px;
    }
}

@media(max-width:999px) {
    .products_parameters {
        margin-bottom: 30px;
    }

    .products_parameters table tr td {
        padding: 10px 15px;
        font-size: 14px;
        line-height: 26px;
    }
}


/* products_application */

.products_application {
    margin-bottom: 56px;
}

.products_application .title36 {
    margin-bottom: 27px;
}

.products_application .wrap {
    display: flex;
    flex-wrap: wrap;
}

.products_application .imgbox {
    width: 48%;
    margin-right: 4%;
}

.products_application .imgbox:nth-child(2n) {
    margin-right: 0;
}

@media(max-width:1600px) {}

@media(max-width:1333px) {
    .products_application .title36 {
        margin-bottom: 20px;
    }
}


/* products_faq */

.products_faq {
    margin-bottom: 0px;
}

.products_faq .title36 {
    margin-bottom: 45px;
}

.products_faq .list li {
    padding: 20px 30px;
    background: #f5f5f5;
    margin-bottom: 20px;
    border-radius: 8px;
}

.products_faq .list li:last-child {
    margin-bottom: 0;
}

.products_faq .question {
    color: var(--co-1E1E1E);
    font-family: var(--regular);
    font-size: 18px;
    line-height: 30px;
    cursor: pointer;
}

.products_faq .answer {
    color: var(--co-666);
    font-family: var(--regular);
    font-size: 16px;
    line-height: 28px;
    padding-top: 10px;
    display: none;
    transition: none;
}

.products_faq .active {
    background: rgba(24, 87, 197, 0.10) !important;
}

@media(max-width:1600px) {}

@media(max-width:1333px) {
    .products_faq .list li {
        padding: 20px;
    }
}

@media(max-width:999px) {
    .products_faq .list li {
        padding: 15px;
    }

    .products_faq .question {
        font-size: 16px;
        line-height: 28px;
    }

    .products_faq .answer {
        font-size: 14px;
        line-height: 26px;
        padding-top: 5px;
    }
}

@media(max-width:768px) {}

@media(max-width:538px) {}


/* related_products */

.related_products {
    padding: 109px 0px 102px;
}

.related_products .title36 {
    margin-bottom: 13px;
}

.related_products .bianji {
    color: var(--co-666);
    margin-bottom: 51px;
}

.related_products .swiper{
    overflow:visible;
}

.related_products .swiper-slide{
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.10);
    border-radius: 8px;
    overflow: hidden;
    height:auto;
    
    opacity: 0;
    pointer-events: none;
    transition:.3s linear opacity;
}

.related_products .swiper-slide-visible{
    opacity: 1;
    pointer-events: all
}

.related_products .imgbox {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    /*border: 1px solid rgba(153, 153, 153, 0.50);*/
    
        border-radius: 8px;
    align-items: center;
    justify-content: center;
    background: url(<path-to-image>) lightgray 50% / cover no-repeat;

}

.related_products .imgbox .act {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
}

.related_products .imgbox .btn1 {
    position: absolute;
    opacity: 0;
}

.related_products .imgbox:hover .act,
.related_products .imgbox:hover .btn1 {
    opacity: 1;
}

.related_products .title {
    text-align: center;
    color: var(--co-000);
    font-family: var(--regular);
    font-size: 16px;
    line-height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0px 15px;
    padding-top: 14px;
}

.related_products .title a {
    color: var(--co-000);
}

.related_products .title:hover,
.related_products .title a:hover {
    color: var(--co-1857c5);
}

.related_products .btnbox i {
    position: absolute;
    top: 45%;
    transform: translateY(-45%);
    width: 48px;
    height: 48px;
    border: 1px solid var(--co-000);
    color: var(--co-000);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    cursor: pointer;
    z-index:10;
}

.related_products .btnbox i:hover {
    background: var(--co-1957c6);
    border: 1px solid var(--co-1957c6);
    color: var(--co-fff);
}

.related_products .btnbox i:first-child {
    left: -6%;
}

.related_products .btnbox i:last-child {
    right: -6%;
}

@media(max-width:1600px) {
    .related_products {
        padding: 60px 0px;
    }

    .related_products .bianji {
        margin-bottom: 45px;
    }

    .related_products .title {
        font-size: 16px;
        line-height: 28px;
        padding: 0px 15px;
        padding-top: 10px;
    }
}

@media(max-width:1333px) {
    .related_products {
        padding: 50px 0px;
    }

    .related_products .bianji {
        margin-bottom: 35px;
    }

    .related_products .btnbox i:first-child {
        left: -8%;
    }

    .related_products .btnbox i:last-child {
        right: -8%;
    }
}

@media(max-width:999px) {
    .related_products {
        padding: 40px 0px;
    }

    .related_products .bianji {
        margin-bottom: 25px;
    }

    .related_products .swiper {
        margin-bottom: 20px;
    }

    .related_products .btnbox {
        display: flex;
        justify-content: center;
    }

    .related_products .btnbox i {
        position: static;
        transform: unset;
        width: 45px;
        height: 45px;
    }

    .related_products .btnbox i:first-child {
        margin-right: 10px;
    }

    .related_products .imgbox .act {
        opacity: 1 !important;
    }

    .related_products .imgbox .btn1 {
        display: none;
    }

    .related_products .title {
        font-size: 14px;
        line-height: 26px;
        padding: 0px 15px;
        padding-top: 10px;
    }
}

@media(max-width:768px) {
    .related_products .bianji {
        margin-bottom: 15px;
    }
}

@media(max-width:538px) {
    .related_products {
        padding: 30px 0px;
    }
}


/* 3-1 */

/* solutions_list */

.solutions_list {
    padding: 52px 0px 100px;
}

.solutions_list .title46 {
    text-align: center;
    margin-bottom: 63px;
}

.solutions_list .wrap {
    margin-bottom: 60px;
}

.solutions_list .inner {
    display: flex;
    justify-content: flex-start;
    position: relative;
    margin-bottom: 60px;
}

.solutions_list .inner:nth-child(2n) {
    justify-content: flex-end;
}

.solutions_list .inner:nth-child(2n) .contact {
    left: 0;
    right: unset;
}

.solutions_list .inner:last-child {
    margin-bottom: 0;
}

.solutions_list .imgbox {
    width: 45.8666%;
    overflow: hidden;
    border-radius: 16px;
}

.solutions_list .inner:hover .contact {
    background: #E8EFFA;
}

.solutions_list .contact {
    position: absolute;
    width: 60.25%;
    padding: 22px 28.21px 20px 45.79px;
    border-radius: 24px;
    background: var(--co-fff);
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 4px 4px 16px 0px rgba(210, 210, 214, 0.4);

    min-height: 390px;
}

.solutions_list .title {
    color: var(--co-1E1E1E);
    font-family: var(--bold);
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.solutions_list .title a {
    color: var(--co-1E1E1E);
}

.solutions_list .bianji {
    color: var(--co-666);
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
}

.solutions_list .list1>li .list2 {
    display: none;
}

.solutions_list .list1>li.active .list2 {
    display: block;
}

.solutions_list .list1>li.active>p>a {
    color: var(--co-1857c5) !important;
}

.solutions_list .list1 {
    padding-left: 23px;
}

.solutions_list .list1>li {
    position: relative;
    margin-bottom: 12px;
}

.solutions_list .list1>li::after {
    content: "";
    position: absolute;
    left: -18px;
    top: 8px;
    width: 17px;
    height: 14px;
    background-image: url(../images/sanjiao.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
}

.solutions_list .list1>li:last-child {
    margin-bottom: 0;
}

.solutions_list .list1>li>p>a {
    color: var(--co-333);
    font-family: var(--medium);
    font-size: 18px;
    line-height: 30px;
}

.solutions_list .list2 {
    padding-top: 7px;
    display: none;
    transition: none;
}

.solutions_list .list2>li>a {
    padding: 7px 15px;
    border-radius: 10px;
    display: inline-block;
    color: var(--co-333);
    font-size: 16px;
    font-family: var(--regular);
    padding-left: 28px;
    position: relative;
}

.solutions_list .list2>li>a::after {
    content: "";
    position: absolute;
    left: 13px;
    top: 16px;
    width: 5px;
    height: 5px;
    border-radius: 999px;
    background: var(--co-1857c5);
}

.solutions_list .list2>li>a:hover {
    background: var(--co-fff);
    color: var(--co-1857c5);
}

@media(max-width:1600px) {
    .solutions_list {
        padding: 50px 0px 60px;
    }

    .solutions_list .title46 {
        margin-bottom: 45px;
    }

    .solutions_list .title {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 15px;
    }

    .solutions_list .inner {
        margin-bottom: 100px;
    }

    .solutions_list .contact {
        width: 60.25%;
        padding: 22px 28.21px 20px 35px;
        border-radius: 24px;
        min-height: unset;
    }
}

@media(max-width:1333px) {
    .solutions_list {
        padding: 50px 0px;
    }

    .solutions_list .title46 {
        margin-bottom: 35px;
    }

    .solutions_list .inner {
        border-radius: 20px;
        overflow: hidden;
    }

    .solutions_list .imgbox {
        width: 45%;
        border-radius: 0;
    }

    .solutions_list .contact {
        width: 55%;
        position: static;
        transform: unset;
        border-radius: 0;
    }

    .solutions_list .title {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 8px;
    }

    .solutions_list .bianji {
        color: var(--co-666);
        margin-bottom: 10px;
        -webkit-line-clamp: 3;
    }

    .solutions_list .list1>li>p>a {
        font-size: 16px;
        line-height: 26px;
    }

    .solutions_list .list1>li::after {
        left: -18px;
        top: 5px;
        width: 17px;
        height: 14px;
    }

    .solutions_list .inner {
        margin-bottom: 35px;
        background: #e8effa;
        align-items: center;
    }

    .solutions_list .inner:last-child {
        margin-bottom: 0;
    }

    .solutions_list .wrap {
        margin-bottom: 50px;
    }
}

@media(max-width:999px) {
    .solutions_list {
        padding: 40px 0px;
    }

    .solutions_list .title46 {
        margin-bottom: 25px;
    }

    .solutions_list .wrap {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 40px;
    }

    .solutions_list .inner {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 20px;
        flex-direction: column;
        border-radius: 10px;
        align-items: flex-start;
        justify-content: flex-start !important;
        background: transparent !important;
    }

    .solutions_list .inner:nth-child(2n) {
        margin-right: 0;
    }

    .solutions_list .imgbox {
        width: 100%;
    }

    .solutions_list .contact {
        width: 100%;
        padding: 15px;
        background: #e8effa;
    }

    .solutions_list .title {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 5px;
    }

    .solutions_list .list1>li>p>a {
        font-size: 14px;
        line-height: 26px;
    }

    .solutions_list .list2>li>a {
        padding: 5px 15px;
        border-radius: 10px;
        font-size: 14px;
        padding-left: 26px;
    }

    .solutions_list .list1>li .list2 {
        display: block !important;
    }

    .solutions_list .inner:nth-child(2n) .contact {
        border-radius: 10px !important;
    }

    .solutions_list .list1>li::after {
        left: -18px;
        top: 7px;
        width: 9px;
        height: 10px;
    }
}

@media(max-width:768px) {
    .solutions_list .title46 {
        margin-bottom: 15px;
    }

    .solutions_list .wrap {
        margin-bottom: 30px;
    }

    .solutions_list .title {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 5px;
    }

    .solutions_list .list1>li {
        margin-bottom: 5px;
    }
}

@media(max-width:538px) {
    .solutions_list {
        padding: 20px 0px 30px;
    }

    .solutions_list .wrap {
        margin-bottom: 20px;
    }
}

@media(max-width:500px) {
    .solutions_list .inner {
        width: 100%;
        margin-right: 0 !important;
    }
}


/* 4-1 */

/* page_main1 */

.about_top {
    background-repeat: no-repeat;
    background-position: right top;
    background-size: cover;
}

@media(max-width:1600px) {
    .about_top {
        background-size: cover;
    }
}


.page_main1 {
    padding: 54px 0px 46px;
    background-repeat: no-repeat;
    background-position: right top;
    background-size: cover;
}

.page_main1 .top {
    margin-bottom: 92px;
}

.page_main1 .title46 {
    margin-bottom: 35px;
}

.page_main1 .bianji {
    width: 88%;
}

.page_main1 .bianji p {
    margin-bottom: 15px;
}

.page_main1 .bianji p:last-child {
    margin-bottom: 0;
}

.page_main1 .center {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 76px;
}

.page_main1 .number {
    border-radius: 24px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.30);
    box-shadow: 0 4px 24px 0 rgba(75, 96, 120, 0.16);
    backdrop-filter: blur(30px);
    padding: 32.5px 9px 32.5px 80px;
    display: flex;
    min-width: 881px;
}

.page_main1 .number li {
    position: relative;
    /* margin-right: 5%;
    padding-right: 5%; */
}

.page_main1 .number li:nth-of-type(1) {
    width: 36.4%;
    margin-right: 8.2%;
}

.page_main1 .number li:nth-of-type(2) {
    width: 22.5%;
    margin-right: 8.2%;
}

.page_main1 .number li:last-child::after {
    display: none;
}

.page_main1 .number li::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 81px;
    width: 1px;
    background: var(--co-1857c5);
    opacity: .5;
}

.page_main1 .num {
    color: var(--co-1857c5);
    font-family: var(--bold);
    font-size: 40px;
    line-height: 62px;
}

.page_main1 .num em {
    font-style: normal;
    color: var(--co-1857c5);
    font-family: var(--regular);
    font-size: 18px;
    line-height: 30px;
}

.page_main1 .txts {
    color: var(--co-333);
    font-family: var(--regular);
    font-size: 18px;
    line-height: 30px;
}

.page_main1 .bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.page_main1 .video {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.page_main1 .play {
    margin-bottom: 24px;
    cursor: pointer;
}

.page_main1 .bt {
    width: 155px;
    height: 40px;
    border-radius: 30px;
    border: 1px solid rgba(24, 87, 197, 0.50);
    background: rgba(24, 87, 197, 0.10);
    backdrop-filter: blur(5px);
    display: flex;
    align-items: center;
    justify-content: center;

    color: var(--co-1857c5);
    font-family: var(--regular);
    font-size: 14px;
    cursor: pointer;
}

@media(max-width:1600px) {
    .page_main1 {
        padding: 60px 0px;
    }

    .page_main1 .day {
        font-size: 250px;
        line-height: 210px;
    }

    .page_main1 .year_ar {
        font-size: 26px;
        margin-bottom: -2px;
    }

    .page_main1 .title46 {
        margin-bottom: 20px;
    }

    .page_main1 .bianji {
        padding-right: 10%;
        margin-bottom: 40px;
    }

    .page_main1 .top {
        margin-bottom: 70px;
    }

    .page_main1 .num {
        font-size: 36px;
        line-height: 40px;
    }

    .page_main1 .center {
        margin-bottom: 50px;
    }
}

@media(max-width:1333px) {
    .page_main1 {
        padding: 50px 0px;
    }

    .page_main1 .title46 {
        margin-bottom: 15px;
    }

    .page_main1 .bianji {
        padding-right: 0;
        margin-bottom: 20px;
    }

    .page_main1 .top {
        margin-bottom: 50px;
    }

    .page_main1 .day {
        font-size: 200px;
        line-height: 180px;
    }

    .page_main1 .l {
        width: auto;
        margin-right: 5%;
        padding-top: 0px;
    }

    .page_main1 .year_ar {
        font-size: 22px;
        margin-bottom: -5px;
    }

    .page_main1 .btn1 {
        width: 185px;
    }

    .page_main1 .number {
        border-radius: 24px;
        padding: 32.5px 9px 32.5px 50px;
        min-width: 881px;
    }

    .page_main1 .num {
        font-size: 32px;
        line-height: 36px;
    }

    .page_main1 .txts {
        font-size: 16px;
        line-height: 28px;
    }

    .page_main1 {
        position: relative;
    }

    .page_main1::after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.4);
    }

    .page_main1 .top,
    .page_main1 .center,
    .page_main1 .bottom {
        position: relative;
        z-index: 10;
    }
}

@media(max-width:999px) {
    .page_main1 {
        padding: 30px 0px 40px;
    }

    .page_main1 .top {
        flex-direction: column;
    }

    .page_main1 .l {
        margin-right: 0;
    }

    .page_main1 .year_ar {
        text-align: left;
        font-size: 18px;
        margin-bottom: -5px;
    }

    .page_main1 .day {
        font-size: 160px;
        line-height: 160px;
    }

    .page_main1 .btn1 {
        width: 170px;
    }

    .page_main1 .num {
        font-size: 28px;
        line-height: 32px;
    }

    .page_main1 .number {
        min-width: unset;
        width: 100%;
        padding: 25px;
    }

    .page_main1 .number li {
        padding-right: 4% !important;
        margin-right: 4% !important;
    }

    .page_main1 .number li:last-child {
        margin-right: 0 !important;
        padding-right: 0 !important;
    }

    .page_main1 .txts {
        font-size: 14px;
        line-height: 26px;
    }

    .page_main1 .number li::after {
        height: 60px;
    }

    .page_main1 .center {
        margin-bottom: 40px;
    }
}

@media(max-width:768px) {
    .page_main1 .day {
        font-size: 130px;
        line-height: 130px;
    }

    .page_main1 .number {
        flex-wrap: wrap;
        padding-top: 18px;
        border-radius: 15px;
    }

    .page_main1 .num {
        font-size: 24px;
        line-height: 30px;
    }

    .page_main1 .center {
        margin-bottom: 30px;
    }
}

@media(max-width:538px) {
    .page_main1 {
        padding: 20px 0px 30px;
    }

    .page_main1 .center {
        margin-bottom: 20px;
    }
}

@media(max-width:500px) {
    .page_main1 .number li {
        width: 100% !important;
        padding-right: 0 !important;
        margin-right: 0 !important;
        margin-bottom: 10px;
    }

    .page_main1 .number li::after {
        display: none !important;
    }

    .page_main1 .number li:last-child {
        margin-bottom: 0;
    }
}


/* about_company */

.about_company {
    padding: 102px 0px 98px;
    background-image: url(../images/4-1bg1.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: auto;
}

.about_company .title46 {
    padding-bottom: 25px;
    text-align: center;
    position: relative;
    z-index: 10;
    background: var(--co-fff);
}

.about_company .content {
    width: 100%;
    margin: 0 auto;
    color: var(--co-666);
    text-align: center;
    font-family: var(--regular);
    font-size: 20px;
    line-height: 30px;
    padding: 0px 10% 48px 10%;
    background: #fff;
    position: relative;
    z-index: 10;
}

.about_company .jl {
    /* overflow-X: hidden; */
}

.about_company .wrap {
    margin-left: 74px;
    /* overflow: hidden; */
    margin-bottom: 50px;
}

.about_company .inner {
    border: 1px solid rgba(153, 153, 153, .3);
    background: var(--co-fff);
    padding: 36px 19px 20px 24px;
    margin-bottom: 40px;
    position: relative;
}

.about_company .inner:last-child {
    margin-bottom: 0;
}

.about_company .line {
    content: "";
    position: absolute;
    left: -65px;
    top: -25%;
    height: 115%;
    width: 1px;
    background: var(--co-E3C48B);
}

.about_company .inner .circle {
    position: absolute;
    left: -76px;
    top: 35px;
    width: 17px;
    height: 17px;
    border-radius: 999px;
    border: 12px solid rgba(239, 195, 149, .6);
}

.about_company .inner .circle div {
    content: "";
    position: absolute;
    left: -4px;
    top: -4px;
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: var(--co-E3C48B);
}

.about_company .title36 {
    margin-bottom: 11px;
    position: relative;
}

.about_company .title36 span {
    color: var(--co-1857c5);
}

.about_company .title36::after {
    content: "";
    position: absolute;
    right: 102%;
    top: 15px;
    width: 60px;
    height: 1px;
    background: var(--co-EFC395);
}

.about_company .bo {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.about_company .l_box {
    width: 58.5%;
}

.about_company .title {
    color: var(--co-222);
    font-size: 20px;
    line-height: 30px;
    font-family: var(--bold);
    margin-bottom: 11px;
}

.about_company .r_box {
    width: 36.2%;
}

.about_company .bianji em {
    font-style: normal;
    display: inline-block;
    padding-left: 20px;
    position: relative;
}

.about_company .bianji em::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 999px;
    left: 6px;
    top: 10px;
    background: var(--co-444);
}

.about_company .bianji strong {
    font-family: var(--medium);
    color: var(--co-1857c5);
}

.about_company .bt {
    display: flex;
    align-items: center;
    justify-content: center;
}

.about_company .wrap .inner {
    display: block;
}

.about_company .wrap .inner:hover {
    background: #f2f2f2;
}

.about_company .wrap .inner.hidden {
    display: none;
}

.about_company .btn1 {
    cursor: pointer;
}

.about_company .wrap .inner .line.hidden-line {
    display: none;
}

@media(max-width:1600px) {
    .about_company {
        padding: 60px 0px;
    }

    .about_company .content {
        font-size: 18px;
        line-height: 30px;
        padding: 0px 10% 48px 10%;
    }

    .about_company .title {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 11px;
    }
}

@media(max-width:1333px) {
    .about_company {
        padding: 50px 0px;
    }

    .about_company .line {
        left: -65px;
        top: -0%;
        height: 115%;
        width: 1px;
    }

    .about_company .content {
        font-size: 16px;
        line-height: 28px;
        padding: 0px 5% 30px 5%;
    }

    .about_company .title {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 8px;
    }
}

@media(max-width:999px) {
    .about_company {
        padding: 40px 0px;
    }

    .about_company .line,
    .about_company .circle,
    .about_company .title36::after {
        display: none;
    }

    .about_company .wrap {
        margin-left: 0;
    }

    .about_company .bo {
        flex-direction: column;
    }

    .about_company .l_box {
        width: 100%;
        margin-bottom: 20px;
    }

    .about_company .r_box {
        width: auto;
    }

    .about_company .title {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 5px;
    }

    .about_company .inner {
        padding: 30px 19px 20px 24px;
        margin-bottom: 30px;
    }
}

@media(max-width:768px) {
    .about_company .wrap {
        margin-bottom: 20px;
    }
}

@media(max-width:538px) {
    .about_company {
        padding: 30px 0px;
    }
}



/* rd_team */

.rd_team {
    padding: 102px 0px 68px;
}

.rd_team .title46 {
    text-align: center;
    margin-bottom: 27px;
}

.rd_team .b1 {
    text-align: center;
    width: 95%;
    margin: 0 auto;
    margin-bottom: 26px;


    color: var(--co-666);
    font-size: 20px;
    line-height: 30px;
}

.rd_team .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}

.rd_team .inner:nth-child(odd) .squre {
    right: 0;
}

.rd_team .inner:nth-child(odd) .r_box {
    padding-right: 30px;
}

.rd_team .inner:nth-child(2n) {
    flex-direction: row-reverse;
}

.rd_team .inner:nth-child(even) .squre {
    left: 0;
}

.rd_team .inner:nth-child(even) .r_box {
    padding-left: 30px;
}

.rd_team .inner:last-child {
    margin-bottom: 0;
}

.rd_team .l_box {
    width: 48%;
}

.rd_team .title30 {
    margin-bottom: 16px;
}

.rd_team .r_box {
    width: 48.7%;
    position: relative;
}

.rd_team .squre {
    width: 250px;
    height: 360px;
    background: var(--co-1857c5);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}

@media(max-width:1600px) {
    .rd_team {
        padding: 60px 0px;
    }

    .rd_team .b1 {
        width: 95%;
        margin-bottom: 20px;
        font-size: 18px;
        line-height: 30px;
    }

    .rd_team .title30 {
        margin-bottom: 10px;
        line-height: unset;
    }

    .rd_team .squre {
        height: 80%;
    }
}

@media(max-width:1333px) {
    .rd_team {
        padding: 50px 0px;
    }

    .rd_team .b1 {
        width: 100%;
        margin-bottom: 15px;
        font-size: 16px;
        line-height: 28px;
    }

    .rd_team .inner {
        margin-bottom: 40px;
    }
}

@media(max-width:999px) {
    .rd_team {
        padding: 40px 0px;
    }

    .rd_team .b1 {
        margin-bottom: 15px;
        font-size: 14px;
        line-height: 26px;
    }

    .rd_team .inner {
        margin-bottom: 30px;
        flex-direction: column !important;
    }

    .rd_team .l_box {
        width: 100%;
        margin-bottom: 20px;
    }

    .rd_team .r_box {
        width: auto;
    }

    .rd_team .squre {
        display: none;
    }
}

@media(max-width:538px) {
    .rd_team {
        padding: 30px 0px;
    }
}

/* certificate_list */

.certificate_list {
    padding: 102px 0px 80px;
    background: var(--co-f4f4f4);
}

.certificate_list .title46 {
    text-align: center;
    margin-bottom: 27px;
}

.pum1 {}

.pum1 .box {
    position: relative;
    margin: auto;
    max-width: 100%;
    padding-bottom: 20px;
}

.pum1 .box ul {
    position: relative;
    margin: auto;
    height: 500px;
    margin: 0px 50px;
}

.pum1 .box li {
    position: absolute;
    width: 0;
    height: 0;
    z-index: 0;
    cursor: pointer;
    -moz-box-sizing: content-box;
    box-sizing: content-box !important;
    transition: none;
}

.pum1 .box li a {
    display: block;
}

.pum1 .box li:nth-child(3) img {
    opacity: 1;
}

.pum1 .box .prev,
.pum1 .box .next {
    position: absolute;
    overflow: hidden;
    cursor: pointer;
    color: #666;
    z-index: 99;
    top: 68%;
    transform: translateY(-68%);
    font-size: 12px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--co-D9D9D9);
    border-radius: 999px;
}


.pum1 .box .prev:hover,
.pum1 .box .next:hover {
    background: var(--co-1857c5);
    color: var(--co-fff);
}

.pum1 .box .prev {
    left: -3.8%;
}

.pum1 .box .next {
    right: -4.9%;
}

.pum1 .box li:nth-child(4) {}


.pum1 .title {
    position: absolute;
    top: 100%;
    margin-top: 10px;
    width: 100%;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;

    color: var(--co-333);
    font-family: var(--medium);
    font-size: 18px;
    line-height: 30px;
}


@media screen and (max-width: 1700px) {}

@media screen and (max-width: 1600px) {

    .pum1 .box .prev {
        left: -40px;
    }

    .pum1 .box .next {
        right: -40px;
    }

    .pum1 {
        padding-bottom: 20px;
    }

    .pum1 .box {
        margin-top: 0px;
        padding: 0px;
        width: auto;
    }

    .pum1 .img-scroll7 {
        position: relative;
        width: 100%;
        z-index: 9
    }

    .pum1 .img-list7 {
        position: relative;
        overflow: hidden;
        z-index: 90;
        margin: 0 0px;
    }

    .pum1 .img-list7 ul {
        transition: none;
        width: 10000% !important;
        height: auto !important;
    }

    .pum1 .box li {
        position: relative;
        left: auto;
        top: auto;
        width: 0.225% !important;
        height: auto !important;
        padding: 0px;
    }

    .pum1 .img-list7 li {
        float: left;
        display: inline;
        margin-right: 0.035% !important;
        /* margin-left: 1.4vw; */
    }

    .pum1 .box li a {
        display: flex;
        align-items: center;
        justify-content: center;
    }


    .pum1 .box li .name {
        width: 100%;
        align-items: center;
    }


    .certificate_list {
        padding: 60px 0px;
    }

    .pum1 .box .prev,
    .pum1 .box .next {
        top: 50%;
        transform: translateY(-50%);
        font-size: 12px;
        width: 60px;
        height: 60px;
        border-radius: 999px;
    }

    .pum1 .box ul {
        margin: 0;
    }
}


@media screen and (max-width: 1333px) {
    .pum1 {
        padding-bottom: 0px;
    }

    .pum1 .box li .name {
        margin-top: 15px;
        font-size: 16px;
    }

    .certificate_list {
        padding: 50px 0px;
    }

    .pum1 .img-list7 {
        margin-left: 0px;
    }

}

@media screen and (max-width: 999px) {
    .pum1 .box li .name {
        margin-top: 10px;
        font-size: 14px;
    }

    .pum1 .box .next {
        right: -15px;
    }

    .pum1 .box .prev {
        left: -15px;
    }

    .pum1 {
        padding-bottom: 0px;
    }

    .pum1 .img-list7 {
        margin: 0;
    }

    .pum1 .box .prev,
    .pum1 .box .next {
        width: 40px;
        height: 40px;
    }

    .pum1 .box .prev {
        left: -50px;
    }

    .pum1 .box .next {
        right: -50px;
    }

    .main4 .title42::after {
        display: none;
    }

    .certificate_list {
        padding: 40px 0px;
    }
}

@media screen and (max-width: 767px) {

    .pum1 .box li {
        position: relative;
        left: auto;
        top: auto;
        width: 0.31% !important;
        height: auto !important;
        padding: 0px;
    }

    .pum1 .img-list7 li {
        float: left;
        display: inline;
        margin-right: 0.03% !important;
        /* margin-left: 1.4vw; */
    }

    .pum1 .box .prev,
    .pum1 .box .next {
        top: 110%;
        left: 50%;
        width: 38px;
        height: 38px;
    }

    .pum1 .box .prev {
        transform: translateX(-130%);
    }

    .pum1 .box .next {
        transform: translateX(30%);
    }

    .pum1 {
        padding-bottom: 60px;
    }
}

@media screen and (max-width: 538px) {

    .pum1 .box li {
        width: 0.47% !important;
    }

    .pum1 .img-list7 li {
        float: left;
        display: inline;
        margin-right: 0.05% !important;
        /* margin-left: 1.4vw; */
    }

    .pum1 {
        padding-bottom: 30px;
    }

    .pum1 .box .prev,
    .pum1 .box .next {
        width: 35px;
        height: 35px;
        font-size: 14px;
        top: 105%;
    }

    .pum1 .box li .name {
        font-size: 13px;
    }

    .certificate_list {
        padding: 30px 0px;
    }
}

@media screen and (max-width: 350px) {
    .pum1 .box li {
        width: 1% !important;
    }

    .pum1 .img-list7 li {
        float: left;
        display: inline;
        margin-right: 0.05% !important;
    }

}


/* partner_list */

.partner_list {
    padding: 103px 0px 102px;
}

.partner_list .title46 {
    text-align: center;
    margin-bottom: 53px;
}

.ind8LoopSw {
    height: 290px;
}

.ind8LoopSw * {
    transition: none;
}

.logoSwiper {
    margin-bottom: 20px;
    min-height: 120px;
}

.logoSwiper .bd {
    /* overflow: hidden; */
}

.logoSwiper .bd ul {
    overflow: visible !important;
    zoom: 1;
}

.logoSwiper .bd ul li {
    width: 270px;
    /* min-height: 120px; */
    margin-right: 26px;
    float: left;

    border-radius: 16px;
    background: #FFF;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.10);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.logoSwiper1 {
    margin-bottom: 50px;
}

@media(max-width:1600px) {
    .partner_list {
        padding: 60px 0px;
    }

    .partner_list .title46 {
        margin-bottom: 45px;
    }

    .logoSwiper1 {
        margin-bottom: 40px;
    }
}

@media(max-width:1333px) {
    .partner_list {
        padding: 50px 0px;
    }

    .partner_list .title46 {
        margin-bottom: 35px;
    }

    .logoSwiper1 {
        margin-bottom: 30px;
    }

    .logoSwiper .bd ul li {
        width: 220px !important;
    }

    .logoSwiper {
        min-height: 97px;
    }
}

@media(max-width:999px) {
    .partner_list {
        padding: 40px 0px;
    }

    .partner_list .title46 {
        margin-bottom: 25px;
    }

    .logoSwiper .bd ul li {
        width: 180px !important;
    }

    .logoSwiper {
        min-height: 80px;
    }

    .logoSwiper1 {
        margin-bottom: 20px;
    }
}

@media(max-width:768px) {
    .partner_list .title46 {
        margin-bottom: 15px;
    }
}

@media(max-width:538px) {
    .partner_list {
        padding: 30px 0px;
    }
}


/* blobal_layout */

.blobal_layout {
    margin-bottom: 100px;
}

.blobal_layout .title46 {
    margin-bottom: 27px;
}

.blobal_layout .content {
    font-size: 20px;
    line-height: 30px;
    color: var(--co-666);
    margin-bottom: 38px;
}

.blobal_layout .box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.blobal_layout .l_box {
    width: 30%;
    padding-top: 50px;
}

.blobal_layout .title {
    color: #151515;
    font-family: var(--bold);
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 29px;
}

.blobal_layout .list {
    display: flex;
    flex-wrap: wrap;
}

.blobal_layout .list li {
    margin-right: 22.63px;
    margin-bottom: 23.63px;
}

.blobal_layout .r_box {
    width: 60%;
}

@media(max-width:1600px) {
    .blobal_layout {
        margin-bottom: 60px;
    }

    .blobal_layout .content {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 30px;
    }
}

@media(max-width:1333px) {
    .blobal_layout {
        margin-bottom: 50px;
    }

    .blobal_layout .content {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .blobal_layout .l_box {
        padding-top: 20px;
    }
}

@media(max-width:999px) {
    .blobal_layout {
        margin-bottom: 40px;
    }

    .blobal_layout .content {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 15px;
    }

    .blobal_layout .box {
        flex-direction: column;
    }

    .blobal_layout .l_box {
        width: 100%;
        padding-top: 0;
    }

    .blobal_layout .r_box {
        width: auto;
    }
}

@media(max-width:768px) {}

@media(max-width:538px) {
    .blobal_layout {
        margin-bottom: 30px;
    }
}



/* 5-1 */

.case_list {
    padding: 52px 0px 99px;
}

.case_list .titlebox {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 59px;
}

.case_list .title46 {
    width: 27%;
}

.case_list .bj1 {
    color: var(--co-666);
    width: 73%;
}

.case_list .list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 70px;
}

.case_list .list li {
    margin-right: 0.5%;
}

.case_list .list li:last-child {
    margin-right: 0;
}

.case_list .list a {
    padding: 10.5px 30px;
    display: inline-block;
    border-radius: 50px;
    background: var(--co-f4f4f4);

    color: var(--co-666);
    font-family: var(--medium);
    font-size: 20px;
}

.case_list .list li a:hover,
.case_list .list .active a {
    background: var(--co-1857c5);
    color: var(--co-fff);
}

.case_list .wrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.case_list .inner {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 62px;
}

.case_list .inner:nth-child(2n) {
    margin-right: 0;
}

.case_list .imgbox {
    overflow: hidden;
    border-radius: 30px;
}

.case_list .contact {
    padding-top: 30px;
}

.case_list .title {
    color: var(--co-1E1E1E);
    font-family: var(--bold);
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 21px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.case_list .title a {
    color: var(--co-1E1E1E);
}

.case_list .title:hover,
.case_list .title a:hover {
    color: var(--co-1857c5);
}

.case_list .bj2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media(max-width:1750px) {
    .case_list .list li {
        margin-bottom: 15px;
    }
}

@media(max-width:1600px) {
    .case_list {
        padding: 50px 0px 60px;
    }

    .case_list .titlebox {
        margin-bottom: 45px;
    }

    .case_list .list {
        margin-bottom: 45px;
    }

    .case_list .contact {
        padding-top: 20px;
    }

    .case_list .inner {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 50px;
    }
}

@media(max-width:1333px) {
    .case_list {
        padding: 40px 0px 50px;
    }

    .case_list .titlebox {
        margin-bottom: 35px;
    }

    .case_list .list {
        margin-bottom: 35px;
    }

    .case_list .list a {
        padding: 8px 25px;
        border-radius: 50px;
        font-size: 18px;
    }

    .case_list .title {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 15px;
    }

    .case_list .inner {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 35px;
    }

}

@media(max-width:999px) {
    .case_list {
        padding: 30px 0px 40px;
    }

    .case_list .titlebox {
        margin-bottom: 25px;
        flex-direction: column;
    }

    .case_list .list {
        margin-bottom: 25px;
    }

    .case_list .title46 {
        width: 100%;
        margin-bottom: 10px;
    }

    .case_list .bj1 {
        width: 100%;
    }

    .case_list .list a {
        padding: 6px 20px;
        border-radius: 50px;
        font-size: 16px;
    }

    .case_list .imgbox {
        border-radius: 10px;
    }

    .case_list .contact {
        padding-top: 10px;
    }

    .case_list .title {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 6px;
    }

    .case_list .inner {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 25px;
    }
}

@media(max-width:768px) {
    .case_list .titlebox {
        margin-bottom: 15px;
    }

    .case_list .list {
        margin-bottom: 15px;
    }
}

@media(max-width:538px) {
    .case_list {
        padding: 20px 0px 30px;
    }

    .case_list .list a {
        padding: 6px 15px;
        border-radius: 50px;
        font-size: 14px;
    }
}

@media(max-width:400px) {
    .case_list .inner {
        width: 100%;
        margin-right: 0;
    }
}

/* 5-2 */

/* case_detail */

.case_detail {
    padding: 56px 0px 99px;
}

.case_detail .title36 {
    margin-bottom: 47px;
}

.case_detail .sharebox {
    display: flex;
    align-items: center;

    color: var(--co-333);
    font-size: 16px;
    margin-bottom: 31px;
    padding-bottom: 25px;
    border-bottom: 1px solid var(--co-D9D9D9);
}

.case_detail .sharebox span {
    margin-right: 5px;
}

.case_detail .bianji {
    margin-bottom: 38px;
}

.case_detail .bianji strong {
    display: inline-block;
    padding-left: 40px;
    position: relative;
    font-family: var(--medium);
}

.case_detail .bianji strong::after {
    content: "";
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../images/bingo.png);
    left: 0;
    top: -3px;
    position: absolute;
}

@media(max-width:1600px) {
    .case_detail {
        padding: 50px 0px 60px;
    }

    .case_detail .title36 {
        margin-bottom: 40px;
    }

    .case_detail .sharebox {
        font-size: 16px;
        margin-bottom: 25px;
        padding-bottom: 25px;
    }
}

@media(max-width:1333px) {
    .case_detail {
        padding: 40px 0px 50px;
    }

    .case_detail .title36 {
        margin-bottom: 30px;
    }

    .case_detail .sharebox {
        font-size: 16px;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .case_detail .bianji {
        margin-bottom: 30px;
    }
}

@media(max-width:999px) {
    .case_detail {
        padding: 30px 0px 40px;
    }

    .case_detail .title36 {
        margin-bottom: 20px;
    }

    .case_detail .sharebox {
        font-size: 14px;
        margin-bottom: 15px;
        padding-bottom: 15px;
    }

    .case_detail .bianji {
        margin-bottom: 20px;
    }

    .case_detail .bianji strong::after {
        content: "";
        width: 25px;
        height: 25px;
        left: 0;
        top: -1px;
        background-size: cover;
    }

    .case_detail .bianji strong {
        padding-left: 35px;
    }
}

@media(max-width:768px) {
    .case_detail {
        padding: 20px 0px 40px;
    }

    .case_detail .title36 {
        margin-bottom: 15px;
    }

    .case_detail .sharebox {
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
}

@media(max-width:538px) {
    .case_detail {
        padding: 20px 0px 30px;
    }
}

/* page_control */

.page_control {
    display: flex;
    justify-content: space-between;
    padding-top: 24px;
    border-top: 1px solid #F2ECE6;
}

.page_control .co {
    width: 50%;
}

.page_control .co,
.page_control .co>a {
    display: flex;
    align-items: center;
}

.page_control .co>i,
.page_control .co>a>i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 8px;
    color: var(--co-fff);
    background: var(--co-999);
    flex-shrink: 0;
}

.page_control .co:first-child i {
    margin-right: 20px;
}

.page_control .co:last-child,
.page_control .co:last-child a {
    display: flex;
    flex-direction: row-reverse;
}

.page_control .co:last-child .contact {
    text-align: right;
}

.page_control .co:last-child i {
    margin-left: 20px;
}

.page_control .name {
    color: var(--co-333);
    font-family: var(--medium);
    font-size: 18px;
    line-height: 30px;
}

.page_control .resu {
    color: var(--co-666);
    font-family: var(--regular);
    font-size: 16px;
    line-height: 28px;
}

.page_control .resu a {
    color: var(--co-666);
}

.page_control .co a:hover i {
    background-color: var(--co-1857c5);
    color: var(--co-fff);
}

.page_control .co a:hover .resu {
    color: var(--co-1857c5);
}

@media(max-width:1600px) {}

@media(max-width:1333px) {
    .page_control .name {
        font-size: 16px;
        line-height: 28px;
    }
}

@media(max-width:999px) {
    .page_control .name {
        font-size: 14px;
        line-height: 26px;
    }

    .page_control .resu {
        font-size: 14px;
        line-height: 26px;
    }

    .page_control .co:first-child i {
        margin-right: 10px;
    }

    .page_control .co:last-child i {
        margin-left: 10px;
    }

    .page_control .co>i,
    .page_control .co>a>i {
        width: 42px;
        height: 42px;
    }
}

@media(max-width:768px) {
    .page_control {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        padding-top: 15px;
    }

    .page_control .co {
        width: 100%;
    }

    .page_control .co:last-child,
    .page_control .co:last-child a {
        flex-direction: row;
    }

    .page_control .co:last-child .contact {
        text-align: left;
    }

    .page_control .co:last-child i {
        margin-left: 0;
        margin-right: 10px;
    }
}


/* contact_today */

.contact_today {
    background: var(--co-f4f4f4);
    padding: 83px 0px 117px;
}

.contact_today .safe {
    display: flex;
    justify-content: space-between;
}

.contact_today .l_box {
    width: 31.6%;
    background: var(--co-1857c5);
    padding: 50px 31px 69px 31px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.contact_today .l_box .top {
    margin-bottom: 30px;
}

.contact_today .title44 {
    padding-right: 50px;
    margin-bottom: 20px;
}

.contact_today .content {
    color: rgba(255, 255, 255, 0.6);
    font-family: var(--regular);
    font-size: 18px;
    line-height: 30px;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}

.contact_today .links li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.contact_today .links li:last-child {
    margin-bottom: 0;
}

.contact_today .svgbox {
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.contact_today .svgbox i {
    font-size: 20px;
    color: var(--co-fff);
}

.contact_today .contact,
.contact_today .contact a {
    font-family: var(--medium);
    color: var(--co-fff);
    font-size: 20px;
}

.contact_today .contact a:hover {
    text-decoration: underline;
}

.contact_today .r_box {
    width: 65.1%;
    padding-top: 13px;
}

.contact_today .title30 {
    margin-bottom: 23px;
}

.contact_today .inpbox1 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 12px;
}

.contact_today .inp1 {
    width: 49.35%;
    margin-right: 1.5%;
}

.contact_today .inp1:nth-child(2n) {
    margin-right: 0;
}

.contact_today .inpbox1 {}

.contact_today .inpbox1:last-child {
    margin-bottom: 0;
}

.contact_today .inp1 input,
.contact_today .inpbox2 textarea {
    width: 100%;

    border-radius: 5px;
    border: 1px solid #D2D2D2;
    background: rgba(255, 255, 255, 0.60);

    color: var(--co-666);
    font-family: var(--regular);
    font-size: 16px;
    line-height: 28px;
}

.contact_today .inp1 input {
    height: 62px;
    padding: 0px 20px;
}

.contact_today .inpbox2 textarea {
    height: 197px;
    padding: 14px 20px;
    display: block;
}

.contact_today .submit input {
    border: 1px solid var(--co-1857c5);
    background: var(--co-1857c5);
    color: var(--co-fff);
    cursor: pointer;
}

.contact_today .submit input:hover {
    background: var(--co-fff);
    color: var(--co-1857c5);
}

.contact_today .must {
    position: relative;
}

.contact_today .must::after {
    content: "*";
    color: #ff0000;
    position: absolute;
    left: 8px;
    top: 18px;
}

.contact_today .code {
    position: relative;
}

.contact_today .code input {
    padding-right: 110px !important;
}

.contact_today .codebox {
    content: "";
    position: absolute;
    right: 1px;
    top: 50%;
    transform: translateY(-50%);
    width: 100px;
    height: 98%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f3fbfe;
    border-radius: 8px;
    cursor: pointer;
}

.contact_today .drop-btn i {
    right: 15px !important;
    color: var(--co-333);
}

.contact_today .drop-btn input {
    padding-right: 30px !important;
}

@media(max-width:1600px) {
    .contact_today {
        padding: 60px 0px;
    }

    .contact_today .r_box {
        padding-top: 0;
    }

    .contact_today .title30 {
        margin-bottom: 20px;
    }

    .contact_today .inp1 input {
        height: 60px;
    }

    .contact_today .contact,
    .contact_today .contact a {
        font-size: 18px;
    }

    .contact_today .l_box {
        width: 31.6%;
        padding: 40px 31px 50px 31px;
    }
}

@media(max-width:1333px) {
    .contact_today {
        padding: 50px 0px;
    }

    .contact_today .title30 {
        margin-bottom: 15px;
    }

    .contact_today .title44 {
        padding-right: 0;
    }

    .contact_today .contact,
    .contact_today .contact a {
        font-size: 16px;
    }

    .contact_today .content {
        font-size: 16px;
        line-height: 28px;
        padding-bottom: 18px;
    }

    .contact_today .content {
        font-size: 16px;
        line-height: 28px;
        padding-bottom: 18px;
    }

    .contact_today .inp1 input {
        height: 55px;
    }
}

@media(max-width:999px) {
    .contact_today {
        padding: 40px 0px;
    }

    .contact_today .safe {
        flex-direction: column;
    }

    .contact_today .l_box {
        width: 100%;
        padding: 20px 20px;
        margin-bottom: 20px;
    }

    .contact_today .content {
        font-size: 14px;
        line-height: 26px;
        padding-bottom: 15px;
    }

    .contact_today .contact,
    .contact_today .contact a {
        font-size: 14px;
    }

    .contact_today .l_box .top {
        margin-bottom: 20px;
    }

    .contact_today .title44 {
        margin-bottom: 10px;
    }

    .contact_today .r_box {
        width: 100%;
    }

    .contact_today .inp1 input {
        height: 50px;
    }

    .contact_today .inp1 input,
    .contact_today .inpbox2 textarea {
        border-radius: 5px;
        font-size: 14px;
        line-height: 26px;
    }

    .contact_today .inpbox2 textarea {
        height: 150px;
    }
}

@media(max-width:538px) {
    .contact_today {
        padding: 30px 0px;
    }
}

@media(max-width:500px) {
    .contact_today .inpbox1 {
        flex-direction: column;
        margin-bottom: 0;
    }

    .contact_today .inp1 {
        width: 100%;
        margin-right: 0 !important;
        margin-bottom: 10px;
    }

    .contact_today .inpbox2 {
        margin-bottom: 10px;
    }
}

/* service_customer */

.service_customer {
    padding: 53.5px 0px 102px;
}

.service_customer .title46 {
    margin: 0 auto;
    width: 70%;
    text-align: center;
    margin-bottom: 38px;
}

.service_customer .bianji {
    color: var(--co-666);
}

.service_customer .b1 {
    width: 88%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 59px;
}


.service_customer .box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.service_customer .l_box {
    width: 48%;
    padding-top: 25px;
}

.service_customer .l_box li {
    padding: 26px 0px 20px;
    border-bottom: 1px solid var(--co-D9D9D9);
}

.service_customer .question {
    display: flex;
    justify-content: space-between;
    align-items: center;

    color: var(--co-333);
    font-family: var(--bold);
    font-size: 20px;
    line-height: 30px;
}

.service_customer .question i {
    color: var(--co-444);
    font-weight: bold;
    font-size: 20px;
    cursor: pointer;
}

.service_customer .answer {
    margin-top: 25px;
    color: var(--co-666);
    font-family: var(--regular);
    font-size: 18px;
    line-height: 30px;
    display: none;
    transition: none;
}

.service_customer .active .question {
    color: var(--co-1857c5);
}

.service_customer .r_box {
    width: 48%;
}

@media(max-width:1600px) {
    .service_customer {
        padding: 50px 0px 60px;
    }

    .service_customer .title46 {
        width: 80%;
        margin-bottom: 30px;
    }

    .service_customer .b1 {
        width: 90%;
        margin-bottom: 45px;
    }

    .service_customer .l_box {
        padding-top: 0;
    }
}

@media(max-width:1333px) {
    .service_customer {
        padding: 40px 0px 50px;
    }

    .service_customer .title46 {
        width: 90%;
        margin-bottom: 20px;
    }

    .service_customer .b1 {
        width: 100%;
        margin-bottom: 35px;
    }

    .service_customer .l_box li {
        padding: 20px 0px;
    }

    .service_customer .answer {
        margin-top: 15px;
        font-size: 16px;
        line-height: 28px;
    }

    .service_customer .question {
        font-size: 18px;
        line-height: 28px;
    }
}

@media(max-width:999px) {
    .service_customer {
        padding: 30px 0px 40px;
    }

    .service_customer .b1 {
        margin-bottom: 25px;
    }

    .service_customer .title46 {
        width: 100%;
    }

    .service_customer .box {
        flex-direction: column;
    }

    .service_customer .l_box {
        width: 100%;
        margin-bottom: 20px;
    }

    .service_customer .r_box {
        width: auto;
    }

    .service_customer .l_box li {
        padding: 15px 0px;
    }

    .service_customer .answer {
        margin-top: 10px;
        font-size: 14px;
        line-height: 26px;
    }

    .service_customer .question {
        font-size: 16px;
        line-height: 26px;
    }
}

@media(max-width:768px) {
    .service_customer {
        padding: 20px 0px 40px;
    }

    .service_customer .b1 {
        margin-bottom: 15px;
    }
}

@media(max-width:538px) {
    .service_customer {
        padding: 20px 0px 30px;
    }
}


/* service_case */

.service_case {
    margin-bottom: 100px;
}

.service_case .title46 {
    margin-bottom: 24px;
    text-align: center;
}

.service_case .bianji {
    color: var(--co-666);
}

.service_case .b1 {
    width: 74%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 59px;
}

.service_case .inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    background: var(--co-f4f4f4);
    border-radius: 16px;

    padding: 37px 50px 38px 70px;
    position: relative;
    margin-bottom: 41px;
}

.service_case .inner::after {
    content: "";
    position: absolute;
    left: 210px;
    top: 50px;
    width: 1px;
    height: 120%;
    background: var(--co-666);
    opacity: .2;
    z-index: 2;
}

.service_case .inner:last-child::after {
    display: none;
}

.service_case .inner:last-child {
    margin-bottom: 0;
}

.service_case .inner:nth-child(2n) {
    background: var(--co-fff);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.10);
}

.service_case .svgbox {
    width: 147.5px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    margin-right: 3%;
}

.service_case .svgbox::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 15px;
    height: 15px;
    border-radius: 999px;
    background: var(--co-1857c5);
}

.service_case .contact {
    width: 100%;
}

.service_case .title {
    color: var(--co-333);
    font-family: var(--bold);
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 11px;
}

.service_case .num {
    width: 50px;
    height: 50px;
    border-radius: 0 16px;
    background: var(--co-1857c5);
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--co-fff);
    font-family: var(--bold);
    font-size: 24px;
}

@media(max-width:1600px) {
    .service_case {
        margin-bottom: 60px;
    }

    .service_case .b1 {
        width: 80%;
        margin-bottom: 45px;
    }

    .service_case .title46 {
        margin-bottom: 20px;
    }
}

@media(max-width:1333px) {
    .service_case {
        margin-bottom: 50px;
    }

    .service_case .b1 {
        width: 90%;
        margin-bottom: 35px;
    }

    .service_case .title46 {
        margin-bottom: 15px;
    }

    .service_case .inner {
        border-radius: 16px;
        padding: 30px 50px 30px 70px;
        margin-bottom: 30px;
    }
}

@media(max-width:999px) {
    .service_case {
        margin-bottom: 40px;
    }

    .service_case .b1 {
        width: 100%;
        margin-bottom: 25px;
    }

    .service_case .svgbox::after {
        display: none;
    }

    .service_case .inner::after {
        display: none;
    }

    .service_case .inner {
        flex-direction: column;
    }

    .service_case .svgbox {
        width: auto;
        margin-bottom: 15px;
    }

    .service_case .svgbox img {
        width: 60px;
    }

    .service_case .inner {
        border-radius: 10px;
        padding: 30px 50px 30px 30px;
        margin-bottom: 30px;
    }

    .service_case .title {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 11px;
    }
}

@media(max-width:768px) {
    .service_case .b1 {
        margin-bottom: 15px;
    }

    .service_case .inner {
        border-radius: 10px;
        padding: 20px 40px 20px 20px;
        margin-bottom: 20px;
    }

    .service_case .num {
        width: 45px;
        height: 45px;
        border-radius: 0 16px;
        font-size: 20px;
    }

    .service_case .title {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .service_case .svgbox img {
        width: 50px;
    }
}

@media(max-width:538px) {
    .service_case {
        margin-bottom: 30px;
    }
}



/* warranty_policy */

.warranty_policy {
    padding: 53px 0px 100px;
}

.warranty_policy .title46 {
    text-align: center;
    margin-bottom: 24px;
}

.warranty_policy .bianji {
    width: 74%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 49px;
}

.warranty_policy .box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.warranty_policy .title36 {
    color: var(--co-fff);
    width: 80%;
    text-align: center;
    position: absolute;
}

@media(max-width:1600px) {
    .warranty_policy {
        padding: 50px 0px 60px;
    }

    .warranty_policy .bianji {
        width: 80%;
        margin-bottom: 45px;
    }
}

@media(max-width:1333px) {
    .warranty_policy {
        padding: 40px 0px 50px;
    }

    .warranty_policy .bianji {
        width: 90%;
        margin-bottom: 35px;
    }
}

@media(max-width:999px) {
    .warranty_policy {
        padding: 30px 0px 40px;
    }

    .warranty_policy .bianji {
        width: 100%;
        margin-bottom: 25px;
    }
}

@media(max-width:768px) {
    .warranty_policy {
        padding: 20px 0px 40px;
    }

    .warranty_policy .bianji {
        margin-bottom: 15px;
    }

    .warranty_policy .title36 {
        width: 90%;
    }
}

@media(max-width:538px) {
    .warranty_policy {
        padding: 20px 0px 30px;
    }
}

/* 6-3 */

/* faq_list */

.faq_list {
    padding: 51px 0px 100px;
}

.faq_list .title46 {
    text-align: center;
    margin-bottom: 63px;
}

.faq_list .list {
    margin-bottom: 60px;
}

.faq_list .list li {
    padding: 20px 30px 19px 30px;
    background: #f5f5f5;
    border-radius: 8px;
    margin-bottom: 20px;
}

.faq_list .list li:last-child {
    margin-bottom: 0;
}

.faq_list .list .question {
    color: var(--co-1E1E1E);
    font-family: var(--medium);
    font-size: 18px;
    line-height: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq_list .list .question span {
    margin-right: 5px;
}

.faq_list .question i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 999px;
    color: var(--co-1857c5);
    border: 1.5px solid var(--co-1857c5);
    font-weight: bold;
    cursor: pointer;
}

.faq_list .answer {
    color: var(--co-666);
    line-height: 28px;
    padding-top: 11px;
    display: none;
    transition: none;
}

.faq_list .active {
    background: rgba(24, 87, 197, 0.10) !important;
}

@media(max-width:1600px) {
    .faq_list {
        padding: 50px 0px 60px;
    }

    .faq_list .title46 {
        margin-bottom: 45px;
    }

    .faq_list .list {
        margin-bottom: 50px;
    }
}

@media(max-width:1333px) {
    .faq_list {
        padding: 40px 0px 50px;
    }

    .faq_list .title46 {
        margin-bottom: 35px;
    }

    .faq_list .list {
        margin-bottom: 40px;
    }
}

@media(max-width:999px) {
    .faq_list {
        padding: 30px 0px 40px;
    }

    .faq_list .title46 {
        margin-bottom: 25px;
    }

    .faq_list .list {
        margin-bottom: 30px;
    }

    .faq_list .list .question {
        font-size: 16px;
        line-height: 26px;
    }

    .faq_list .list li {
        padding: 15px 20px;
    }
}

@media(max-width:768px) {
    .faq_list {
        padding: 20px 0px 40px;
    }

    .faq_list .title46 {
        margin-bottom: 15px;
    }
}

@media(max-width:538px) {
    .faq_list {
        padding: 20px 0px 30px;
    }
}



/* download_list */

.download_list {
    padding: 51px 0px 99px;
}

.download_list .title46 {
    text-align: center;
    margin-bottom: 61px;
}

.download_list .wrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.download_list .inner {
    width: 32%;
    margin-right: 2%;
    display: flex;
    padding: 25px 50px 25px 20px;
    border-radius: 8px;
    background: var(--co-fff);
    box-shadow: 4px 4px 16px 0px rgba(210, 210, 214, 0.4);
    margin-bottom: 30px;
}

.download_list .inner:nth-child(3n) {
    margin-right: 0;
}

.download_list .svgbox {
    flex-shrink: 0;
    margin-right: 20px;
}

.download_list .contact {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.download_list .bianji {
    color: var(--co-666);
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 20px;
}

.download_list .down {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.download_list .down img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    opacity: 1;
}

.download_list .down span {
    margin-right: 10px;
}

.download_list .down:hover {
    color: var(--co-1857c5);
}

.download_list .down:hover span {
    color: var(--co-1857c5);
}

.download_list .down:hover img {
    filter: unset;
}

@media(max-width:1600px) {
    .download_list {
        padding: 50px 0px 60px;
    }

    .download_list .title46 {
        margin-bottom: 45px;
    }

    .download_list .svgbox img {
        width: 50px;
    }
}

@media(max-width:1333px) {
    .download_list {
        padding: 40px 0px 50px;
    }

    .download_list .title46 {
        margin-bottom: 35px;
    }

    .download_list .svgbox img {
        width: 45px;
    }

    .download_list .inner {
        width: 32%;
        margin-right: 2%;
        padding: 25px 20px 25px 20px;
        border-radius: 8px;
        margin-bottom: 20px;
    }
}

@media(max-width:999px) {
    .download_list {
        padding: 30px 0px 40px;
    }

    .download_list .title46 {
        margin-bottom: 25px;
    }

    .download_list .inner {
        width: 49%;
        margin-right: 2%;
    }

    .download_list .inner:nth-child(3n) {
        margin-right: 2%;
    }

    .download_list .inner:nth-child(2n) {
        margin-right: 0;
    }

    .download_list .svgbox img {
        width: 40px;
    }

    .download_list .bianji {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 10px;
    }
}

@media(max-width:768px) {
    .download_list {
        padding: 20px 0px 40px;
    }

    .download_list .title46 {
        margin-bottom: 15px;
    }
}

@media(max-width:538px) {
    .download_list {
        padding: 20px 0px 30px;
    }

}

@media(max-width:500px) {
    .download_list .inner {
        width: 100%;
        margin-right: 0;
    }
}


/* 6-5 */
/* global_agency */

.global_agency {
    padding: 51px 0px 100px;
}

.global_agency .box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.global_agency .title46 {
    text-align: center;
    margin-bottom: 83px;
}

.global_agency .l_box {
    width: 50%;
    position: relative;
    display: flex;
}

.global_agency .imgbox {
    border-radius: 20px;
    overflow: hidden;
}

.global_agency .imgbox2 {
    position: absolute;
    right: 0;
    bottom: -29px;
    width: 50%;
}

.global_agency .r_box {
    width: 46%;
    padding-top: 36px;
}

.global_agency .title30 {
    margin-bottom: 31px;
    padding-bottom: 29px;
    position: relative;
    border-bottom: 1px solid #D5D5D5;
    line-height: 48px;
}

.global_agency .bianji {
    color: var(--co-666);
    padding-left: 32px;
    position: relative;
}

.global_agency .bianji::after {
    content: "";
    width: 25px;
    height: 25px;
    border-radius: 999px;
    left: -5px;
    top: 0;
    position: absolute;
    background-image: url(../images/bingo.png);
    background-repeat: no-repeat;
    background-size: cover;
}

@media(max-width:1600px) {
    .global_agency {
        padding: 50px 0px 60px;
    }

    .global_agency .title46 {
        margin-bottom: 50px;
    }

    .global_agency .title30 {
        margin-bottom: 25px;
        padding-bottom: 25px;
        line-height: 44px;
    }

    .global_agency .r_box {
        width: 46%;
        padding-top: 20px;
    }
}

@media(max-width:1333px) {
    .global_agency {
        padding: 50px 0px;
    }

    .global_agency .title46 {
        margin-bottom: 40px;
    }

    .global_agency .title30 {
        margin-bottom: 20px;
        padding-bottom: 20px;
        line-height: 40px;
    }
}

@media(max-width:999px) {
    .global_agency {
        padding: 40px 0px;
    }

    .global_agency .title46 {
        margin-bottom: 30px;
    }

    .global_agency .title30 {
        margin-bottom: 15px;
        padding-bottom: 15px;
        line-height: 36px;
    }

    .global_agency .box {
        flex-direction: column;
    }

    .global_agency .l_box {
        width: 60%;
        margin-bottom: 30px;
        padding-top: 0;
    }

    .global_agency .r_box {
        padding-top: 0;
        width: 100%;
    }

    .global_agency .l_box .imgbox {
        border-radius: 10px;
    }
}

@media(max-width:768px) {
    .global_agency .title46 {
        margin-bottom: 20px;
    }

    .global_agency .l_box {
        width: auto;
        margin-bottom: 50px;
    }

    .global_agency .title30 {
        margin-bottom: 15px;
        padding-bottom: 15px;
        line-height: 32px;
    }
}

@media(max-width:538px) {
    .global_agency {
        padding: 30px 0px;

    }

    .global_agency .l_box {
        margin-bottom: 30px;
    }

    .global_agency .title30 {
        margin-bottom: 15px;
        padding-bottom: 15px;
        line-height: 28px;
    }
}



/* brand_power */

.brand_power {
    margin-bottom: 85px;
    position: relative;
}

.brand_power::after {
    content: "";
    position: absolute;
    bottom: 28px;
    left: 0;
    width: 50%;
    height: 1px;
    background-color: #D5D5D5;
}

.brand_power .safe {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.brand_power .l_box {
    width: 53%;
}

.brand_power .title30 {
    margin-bottom: 41px;
    padding-bottom: 30px;
    border-bottom: 1px solid #D5D5D5;
}

.brand_power .bianji {
    color: var(--co-666);
    padding-left: 32px;
    position: relative;
}

.brand_power .bianji::after {
    content: "";
    width: 25px;
    height: 25px;
    border-radius: 999px;
    left: -5px;
    top: 0;
    position: absolute;
    background-image: url(../images/bingo.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.brand_power .r_box {
    width: 35.2666%;
    border-radius: 12px;
    border: 1px solid #C8D6B3;
    padding: 22px 20px 17px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.brand_power .r_box img {
    border-radius: 12px;
}

@media(max-width:1600px) {
    .brand_power {
        margin-bottom: 60px;
    }

    .brand_power .title30 {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .brand_power::after {
        display: none;
    }
}

@media(max-width:1333px) {
    .brand_power {
        margin-bottom: 50px;
    }
}

@media(max-width:999px) {
    .brand_power {
        margin-bottom: 40px;
    }

    .brand_power .safe {
        flex-direction: column;
    }

    .brand_power .l_box {
        width: 100%;
        margin-bottom: 20px;
    }

    .brand_power .title30 {
        margin-bottom: 15px;
        padding-bottom: 15px;
    }

    .brand_power .r_box {
        width: 60%;
    }
}

@media(max-width:768px) {
    .brand_power .title30 {
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    .brand_power .r_box {
        width: auto;
    }
}

@media(max-width:538px) {
    .brand_power {
        margin-bottom: 30px;
    }
}


/* global_services */

.global_services {
    padding: 105px 0px 40px;
    background: var(--co-f4f4f4);
}

.global_services .title36 {
    text-align: center;
    margin-bottom: 51px;
}

.global_services .wrap {
    display: flex;
    flex-wrap: wrap;
}

.global_services .inner {
    width: 32%;
    padding: 20px 29px 20px 29px;
    border-radius: 20px;
    background: var(--co-fff);
    margin-bottom: 60px;
    margin-right: 2%;
    min-height: 366px;
}

.global_services .inner:nth-child(3n) {
    margin-right: 0;
}

.global_services .svgbox {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 7px;
}

.global_services .contact {
    text-align: center;
    padding-top: 15px;
}

.global_services .title {
    font-size: 18px;
    line-height: 30px;
}

.global_services .title1 {
    color: var(--co-1857c5);
    font-family: var(--bold);
    margin-bottom: 11px;
}

.global_services .title2 {
    color: var(--co-333);
    font-family: var(--medium);
    margin-bottom: 19px;
}

.global_services .content {
    color: #666;
    text-align: center;
    font-size: 16px;
    line-height: 28px;
}

@media(max-width:1600px) {
    .global_services {
        padding: 60px 0px;
    }

    .global_services .title36 {
        margin-bottom: 40px;
    }

    .global_services .inner {
        width: 32%;
        padding: 20px 29px 20px 29px;
        border-radius: 20px;
        margin-bottom: 40px;
        margin-right: 2%;
        min-height: 366px;
    }

    .global_services .title1 {
        margin-bottom: 5px;
    }

    .global_services .title2 {
        margin-bottom: 10px;
    }
}

@media(max-width:1333px) {
    .global_services {
        padding: 50px 0px;
    }

    .global_services .title36 {
        margin-bottom: 30px;
    }

    .global_services .inner {
        width: 32%;
        padding: 20px 20px 20px 20px;
        border-radius: 20px;
        margin-bottom: 20px;
        margin-right: 2%;
        min-height: auto;
    }
}

@media(max-width:999px) {
    .global_services {
        padding: 40px 0px;
    }

    .global_services .title36 {
        margin-bottom: 20px;
    }

    .global_services .inner {
        width: 32%;
        padding: 20px 20px 20px 20px;
        border-radius: 10px;
        margin-bottom: 20px;
        margin-right: 2%;
        min-height: auto;
    }

    .global_services .svgbox img {
        width: 70px;
    }

    .global_services .title {
        font-size: 16px;
        line-height: 28px;
    }

    .global_services .content {
        font-size: 14px;
        line-height: 26px;
    }
}

@media(max-width:768px) {
    .global_services .inner {
        width: 49%;
        margin-right: 2%;
    }

    .global_services .inner:nth-child(3n) {
        margin-right: 2%;
    }

    .global_services .inner:nth-child(2n) {
        margin-right: 0%;
    }
}

@media(max-width:538px) {
    .global_services {
        padding: 30px 0px;
    }
}


@media(max-width:420px) {
    .global_services .inner {
        width: 100%;
        margin-right: 0% !important;
    }
}



/* global_vision */

.global_vision {
    padding: 102px 0px 80px;
}

.global_vision .title46 {
    margin-bottom: 26px;
    text-align: center;
}

.global_vision .txts {
    color: var(--co-666);
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    width: 94%;
    margin: 0 auto;
    margin-bottom: 45px;
}

.global_vision .in {
    display: flex;
    justify-content: flex-end;
    position: relative;
    min-height: 654px;
}

.global_vision .bg {
    position: absolute;
    left: 0;
    top: 0;
}

.global_vision .in .safe {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.global_vision .box {
    width: 49.666%;

    border-radius: 20px;
    opacity: 0.8;
    background: var(--co-fff);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.10);
    padding: 40px;
}

.global_vision .yinhao {
    margin-bottom: 38px;
}

.global_vision .title36 {
    margin-bottom: 20px;
}

.global_vision .content {
    color: var(--co-666);
    font-size: 18px;
    line-height: 30px;
}

@media(max-width:1600px) {
    .global_vision {
        padding: 60px 0px;
    }

    .global_vision .txts {
        font-size: 18px;
        line-height: 30px;
        width: 100%;
        margin-bottom: 45px;
    }

    .global_vision .yinhao {
        margin-bottom: 30px;
    }
}

@media(max-width:1333px) {
    .global_vision {
        padding: 50px 0px;
    }

    .global_vision .title46 {
        margin-bottom: 20px;
    }

    .global_vision .txts {
        font-size: 16px;
        line-height: 28px;
        width: 100%;
        margin-bottom: 35px;
    }

    .global_vision .yinhao {
        margin-bottom: 20px;
    }

    .global_vision .title36 {
        margin-bottom: 15px;
    }

    .global_vision .content {
        font-size: 16px;
        line-height: 28px;
    }

    .global_vision .yinhao img {
        width: 50px;
    }
}

@media(max-width:999px) {
    .global_vision {
        padding: 40px 0px;
    }

    .global_vision .title46 {
        margin-bottom: 10px;
    }

    .global_vision .txts {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 25px;
    }

    .global_vision .content {
        font-size: 14px;
        line-height: 26px;
    }

    .global_vision .box {
        width: 49.666%;
        border-radius: 20px;
        padding: 25px;
    }

    .global_vision .yinhao img {
        width: 45px;
    }

    .global_vision .in {
        min-height: unset;
    }
}

@media(max-width:768px) {
    .global_vision .box {
        width: 80%;
    }
}

@media(max-width:538px) {
    .global_vision {
        padding: 30px 0px;
    }

    .global_vision .box {
        width: 100%;
    }
}


/* news_list */

.news_list {
    padding: 68px 0px 100px;
}

.news_list .titlebox {
    display: flex;
    justify-content: space-between;
    align-content: flex-start;
    margin-bottom: 43px;
}

.news_list .l {
    width: 25%;
}

.news_list .bianji {
    width: 72.4%;
}

.news_list .b1 {
    color: var(--co-666);
}

.news_list .list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 51px;
}

.news_list .list li {
    margin-right: 10px;
}

.news_list .list li:last-child {
    margin-right: 0;
}

.news_list .list li a {
    padding: 12px 30px;
    background: var(--co-f4f4f4);
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;

    color: var(--co-333);
    font-size: 20px;
    line-height: 30px;
}

.news_list .active a,
.news_list .list li a:hover {
    background: var(--co-1857c5) !important;
    color: var(--co-fff) !important;
}

.news_list .wrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

.news_list .inner {
    display: flex;
    justify-content: space-between;
    /* align-items: flex-start; */
    width: 100%;
    margin-bottom: 40px;
}

.news_list .inner:last-child {
    margin-bottom: 0;
}

.news_list .l_box {
    width: 100%;
    padding: 34px 30px 30px 44px;
    border-radius: 12px;
    background: var(--co-f4f4f4);
}

.news_list .data {
    color: var(--co-666);
    font-size: 16px;
    line-height: 28px;
    position: relative;
    padding-left: 20px;
    margin-bottom: 8px;
}

.news_list .data::after {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: var(--co-1857c5);
}

.news_list .title {
    font-family: var(--bold);
    font-size: 20px;
    line-height: 30px;
    color: var(--co-333);
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_list .title a {
    color: var(--co-333);
}

.news_list .title:hover,
.news_list .title a:hover {
    color: var(--co-1857c5);
}

.news_list .b2 {
    margin-bottom: 10px;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_list .r_box {
    /* width: 24.5%; */
    border-radius: 12px;
    overflow: hidden;
    flex-shrink: 0;
}


@media(max-width:1600px) {
    .news_list {
        padding: 60px 0px;
    }

    .news_list .list li a {
        padding: 12px 30px;
        font-size: 18px;
        line-height: 28px;
    }

    .news_list .list {
        margin-bottom: 40px;
    }

    .news_list .l_box {
        width: 100%;
        padding: 30px 30px 30px 30px;
        border-radius: 12px;
    }

    .news_list .title {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 12px;
    }

    .news_list .inner {
        align-items: center;
    }
}

@media(max-width:1333px) {
    .news_list {
        padding: 50px 0px;
    }

    .news_list .data {
        font-size: 14px;
        line-height: 26px;
        padding-left: 20px;
        margin-bottom: 5px;
    }

    .news_list .title {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 10px;
    }

    .news_list .titlebox {
        margin-bottom: 25px;
    }

    .news_list .list li a {
        padding: 12px 30px;
        font-size: 16px;
        line-height: 26px;
    }

    .news_list .list {
        margin-bottom: 20px;
    }
}

@media(max-width:999px) {
    .news_list {
        padding: 40px 0px;
    }

    .news_list .inner {
        flex-direction: column;
    }

    .news_list .l_box {
        margin-bottom: 20px;
    }

    .news_list .r_box {
        width: auto;
    }

    .news_list .titlebox {
        flex-direction: column;
    }

    .news_list .l {
        width: 100%;
        margin-bottom: 15px;
    }

    .news_list .b1 {
        width: 100%;
    }

    .news_list .list li a {
        padding: 10px 24px;
        font-size: 14px;
        line-height: 26px;
    }

    .news_list .list li {
        margin-bottom: 10px;
    }

    .news_list .list {
        margin-bottom: 10px;
    }

    .news_list .l_box {
        padding: 20px;
    }

    .news_list .title {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 5px;
    }

    .news_list .inner {
        margin-bottom: 20px;
    }
}

@media(max-width:768px) {
    .news_list .l_box {
        padding: 15px;
    }
}

@media(max-width:538px) {
    .news_list {
        padding: 30px 0px;
    }
}



/* news_detail */

.news_detail {
    padding: 51px 0px 98px;
}

.news_detail .title36 {
    text-align: center;
    line-height: 54px;
    margin-bottom: 32px;
}

.news_detail .con {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 21px;
    margin-bottom: 30px;
    border-bottom: 1px solid var(--co-D9D9D9);
}

.news_detail .data {
    margin-right: 60px;
    position: relative;
    padding-left: 20px;
}

.news_detail .data::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 7px;
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: var(--co-1857c5);
}

.news_detail .sharebox {
    display: flex;
    align-items: center;
}

.news_detail .sharebox span {
    margin-right: 5px;
}

.news_detail .bianji {
    margin-bottom: 67px;
}

@media(max-width:1600px) {
    .news_detail {
        padding: 50px 0px 60px;
    }

    .news_detail .title36 {
        line-height: unset;
        margin-bottom: 32px;
    }

    .news_detail .con {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .news_detail .bianji {
        margin-bottom: 50px;
    }

    .news_detail .title36 {
        margin-bottom: 30px;
    }
}

@media(max-width:1333px) {
    .news_detail {
        padding: 40px 0px 50px;
    }

    .news_detail .bianji {
        margin-bottom: 40px;
    }

    .news_detail .title36 {
        margin-bottom: 20px;
    }

    .news_detail .data {
        margin-right: 40px;
        padding-left: 20px;
    }
}

@media(max-width:999px) {
    .news_detail {
        padding: 30px 0px 40px;
    }

    .news_detail .bianji {
        margin-bottom: 30px;
    }

    .news_detail .con {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
}

@media(max-width:768px) {
    .news_detail {
        padding: 20px 0px 30px;
    }

    .news_detail .bianji {
        margin-bottom: 20px;
    }
}

@media(max-width:538px) {
    .news_detail .con {
        flex-direction: column;
    }

    .news_detail .data {
        margin-right: 0;
        margin-bottom: 12px;
    }
}


/* get_touch */

.get_touch {
    padding: 50px 0px 67px;
}

.get_touch .title46 {
    text-align: center;
    margin-bottom: 15px;
}

.get_touch .content {
    text-align: center;
    width: 80%;
    margin: 0 auto;
    color: var(--co-1857c5);
    margin-bottom: 28px;
}

.get_touch .wrap {
    display: flex;
    flex-wrap: wrap;
}

.get_touch .inner {
    width: 24%;
    margin-right: 1.3%;
    border-radius: 16px;
    background: var(--co-f4f4f4);
    padding: 48.6px 5px 28px 5px;
}

.get_touch .inner:nth-child(4n) {
    margin-right: 0;
}

.get_touch .inner:hover {
    border-radius: 16px;
    background: rgba(24, 87, 197, .06);
}

.get_touch .svgbox {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 28.6px;
}

.get_touch .svgbox i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 82.8px;
    height: 82.8px;
    border-radius: 999px;
    color: var(--co-fff);
    background: var(--co-1857c5);
    font-size: 28px;
}

.get_touch .contact {
    text-align: center;
}

.get_touch .resu {
    min-height: 60px;
}

.get_touch .resu {
    margin-bottom: 4px;
}

.get_touch .resu,
.get_touch .resu a {
    color: var(--co-333);
    font-family: var(--bold);
    font-size: 20px;
    line-height: 30px;
}

.get_touch .resu a:hover {
    text-decoration: underline;
}

.get_touch .name {
    color: var(--co-666);
    font-size: 16px;
    line-height: 28px;
}

@media(max-width:1600px) {
    .get_touch {
        padding: 50px 0px 60px;
    }

    .get_touch .inner {
        width: 24%;
        margin-right: 1.3%;
        border-radius: 16px;
        padding: 40px 5px 20px 5px;
    }

    .get_touch .resu,
    .get_touch .resu a {
        font-size: 18px;
        line-height: 28px;
    }

    .get_touch .resu {
        min-height: 56px;
    }

}

@media(max-width:1333px) {
    .get_touch {
        padding: 40px 0px 50px;
    }

    .get_touch .inner {
        width: 24%;
        margin-right: 1.3%;
        border-radius: 16px;
        padding: 20px 10px 20px 10px;
    }

    .get_touch .resu,
    .get_touch .resu a {
        font-size: 16px;
        line-height: 26px;
    }

    .get_touch .resu {
        min-height: 52px;
    }

    .get_touch .svgbox i {
        width: 70px;
        height: 70px;
        font-size: 24px;
    }

    .get_touch .content {
        width: 90%;
    }
}

@media(max-width:999px) {
    .get_touch {
        padding: 30px 0px 40px;
    }

    .get_touch .inner {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 20px;
    }

    .get_touch .inner:nth-child(2n) {
        margin-right: 0;
    }

    .get_touch .svgbox {
        margin-bottom: 20px;
    }

    .get_touch .name {
        font-size: 14px;
        line-height: 26px;
    }

    .get_touch .svgbox i {
        width: 60px;
        height: 60px;
        font-size: 22px;
    }

    .get_touch .resu,
    .get_touch .resu a {
        font-size: 14px;
        line-height: 24px;
    }

    .get_touch .content {
        width: 100%;
    }
}

@media(max-width:768px) {
    .get_touch {
        padding: 30px 0px 30px;
    }
}

@media(max-width:538px) {
    .get_touch {
        padding: 20px 0px 30px;
    }
}

@media(max-width:450px) {
    .get_touch .inner {
        width: 100%;
        margin-right: 0;
    }

    .get_touch .inner:last-child {
        margin-bottom: 0;
    }
}


/* send_message */


.send_message {
    background: #f8f8f8;
    padding: 52px 0px 60px;
    margin-bottom: 92px;
}

.send_message .safe {
    display: flex;
    justify-content: space-between;
}

.send_message .title46 {
    text-align: center;
    margin-bottom: 12px;
}

.send_message .txts {
    color: var(--co-666);
    text-align: center;
    font-size: 16px;
    line-height: 28px;
    opacity: .8;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 39px;
}

.send_message .r_box {
    width: 100%;
    padding-top: 0px;
}

.send_message .title30 {
    margin-bottom: 23px;
}

.send_message .inpbox1 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 12px;
}

.send_message .inp1 {
    width: 49.35%;
    margin-right: 1.5%;
}

.send_message .inp1:nth-child(2n) {
    margin-right: 0;
}

.send_message .inpbox1 {}

.send_message .inpbox1:last-child {
    margin-bottom: 0;
}

.send_message .inp1 input,
.send_message .inpbox2 textarea {
    width: 100%;

    border-radius: 5px;
    border: 1px solid #D2D2D2;
    background: rgba(255, 255, 255, 0.60);

    color: var(--co-666);
    font-family: var(--regular);
    font-size: 16px;
    line-height: 28px;
}

.send_message .inp1 input {
    height: 62px;
    padding: 0px 20px;
}

.send_message .inpbox2 textarea {
    height: 197px;
    padding: 14px 20px;
    display: block;
}

.send_message .submit input {
    border: 1px solid var(--co-1857c5);
    background: var(--co-1857c5);
    color: var(--co-fff);
    cursor: pointer;
}

.send_message .submit input:hover {
    background: var(--co-fff);
    color: var(--co-1857c5);
}

.send_message .must {
    position: relative;
}

.send_message .must::after {
    content: "*";
    color: #ff0000;
    position: absolute;
    left: 8px;
    top: 18px;
}

.send_message .code {
    position: relative;
}

.send_message .code input {
    padding-right: 110px !important;
}

.send_message .codebox {
    content: "";
    position: absolute;
    right: 1px;
    top: 50%;
    transform: translateY(-50%);
    width: 100px;
    height: 98%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f3fbfe;
    border-radius: 8px;
    cursor: pointer;
}

.send_message .drop-btn i {
    right: 15px !important;
    color: var(--co-333);
}

.send_message .drop-btn input {
    padding-right: 30px !important;
}

@media(max-width:1600px) {
    .send_message {
        padding: 60px 0px;
        margin-bottom: 60px;
    }

    .send_message .r_box {
        padding-top: 0;
    }

    .send_message .title30 {
        margin-bottom: 20px;
    }

    .send_message .inp1 input {
        height: 60px;
    }

    .send_message .contact,
    .send_message .contact a {
        font-size: 18px;
    }

    .send_message .l_box {
        width: 31.6%;
        padding: 40px 31px 50px 31px;
    }
}

@media(max-width:1333px) {
    .send_message {
        padding: 50px 0px;
        margin-bottom: 50px;
    }

    .send_message .title30 {
        margin-bottom: 15px;
    }

    .send_message .title44 {
        padding-right: 0;
    }

    .send_message .contact,
    .send_message .contact a {
        font-size: 16px;
    }

    .send_message .content {
        font-size: 16px;
        line-height: 28px;
        padding-bottom: 18px;
    }

    .send_message .content {
        font-size: 16px;
        line-height: 28px;
        padding-bottom: 18px;
    }

    .send_message .inp1 input {
        height: 55px;
    }
}

@media(max-width:999px) {
    .send_message {
        padding: 40px 0px;
        margin-bottom: 40px;
    }

    .send_message .safe {
        flex-direction: column;
    }

    .send_message .l_box {
        width: 100%;
        padding: 20px 20px;
        margin-bottom: 20px;
    }

    .send_message .content {
        font-size: 14px;
        line-height: 26px;
        padding-bottom: 15px;
    }

    .send_message .contact,
    .send_message .contact a {
        font-size: 14px;
    }

    .send_message .l_box .top {
        margin-bottom: 20px;
    }

    .send_message .title44 {
        margin-bottom: 10px;
    }

    .send_message .r_box {
        width: 100%;
    }

    .send_message .inp1 input {
        height: 50px;
    }

    .send_message .inp1 input,
    .send_message .inpbox2 textarea {
        border-radius: 5px;
        font-size: 14px;
        line-height: 26px;
    }

    .send_message .inpbox2 textarea {
        height: 150px;
    }
}

@media(max-width:538px) {
    .send_message {
        padding: 30px 0px;
        margin-bottom: 30px;
    }
}

@media(max-width:500px) {
    .send_message .inpbox1 {
        flex-direction: column;
        margin-bottom: 0;
    }

    .send_message .inp1 {
        width: 100%;
        margin-right: 0 !important;
        margin-bottom: 10px;
    }

    .send_message .inpbox2 {
        margin-bottom: 10px;
    }
}


/* mapbox */

.mapbox {
    margin-bottom: -27px;
}




@font-face {
    font-family: 'Montserrat-Bold';
    src: url('../fonts/Montserrat-Bold.eot');
    src: url('../fonts/Montserrat-Bold.eot') format('embedded-opentype'),
        url('../fonts/Montserrat-Bold.woff2') format('woff2'),
        url('../fonts/Montserrat-Bold.woff') format('woff'),
        url('../fonts/Montserrat-Bold.ttf') format('truetype'),
        url('../fonts/Montserrat-Bold.svg#MontserratBold') format('svg');
}

@font-face {
    font-family: 'Poppins-Regular';
    src: url('../fonts/Poppins-Regular.eot');
    src: url('../fonts/Poppins-Regular.eot') format('embedded-opentype'),
        url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff'),
        url('../fonts/Poppins-Regular.ttf') format('truetype'),
        url('../fonts/Poppins-Regular.svg#PoppinsRegular') format('svg');
}

@font-face {
    font-family: 'Poppins-Medium';
    src: url('../fonts/Poppins-Medium.eot');
    src: url('../fonts/Poppins-Medium.eot') format('embedded-opentype'),
        url('../fonts/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/Poppins-Medium.woff') format('woff'),
        url('../fonts/Poppins-Medium.ttf') format('truetype'),
        url('../fonts/Poppins-Medium.svg#PoppinsMedium') format('svg');
}




.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: 10px;
    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: 10px;
    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-1857c5);
}

.column .gotop i {
    display: inline-block;
    transform: rotate(-180deg);
}

.column li i {
    font-size: 24px;
}



@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;
    }
}

@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
}















.ind_main1 .video .playBtn {
    position: relative;
    width: 78px;
    height: 78px;
}


.ind_main1 .video .playBtn div {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    z-index: 1;
    border-width: 0.5px;
    border-style: solid;
    border-color: rgba(24, 87, 197, 0.5);
    opacity: 0;
    animation: circles 3.2s linear 0s infinite;
    animation-play-state: running;
}



.ind_main1 .video .playBtn .circle1 {
    animation-delay: 0.8s;
}

.ind_main1 .video .playBtn .circle2 {
    animation-delay: 1.6s;
}

.ind_main1 .video .playBtn .circle3 {
    animation-delay: 2.4s;
}


@keyframes circles {
    0% {
        transform: scale(1);
        opacity: 0;
    }

    20% {
        transform: scale(1.28);
        opacity: 0.5;
    }

    100% {
        transform: scale(2.2);
        opacity: 0;
    }
}


@media(max-width:999px) {
    .ind_main1 .video .playBtn {
        width: 65px;
        height: 65px;
    }
}




/* 定义名为 float-up-down 的动画 */
@keyframes float-up-down {
    0% {
        transform: translateY(10px);
    }

    50% {
        transform: translateY(-10px);
        /* 向上移动 10px */
    }

    100% {
        transform: translateY(10px);
    }
}

/* 应用到需要晃动的元素类名 */
.shake-vertical {
    animation: float-up-down 2s ease-in-out infinite;
}


/*  */

/* 定义水波纹伪元素 */
.ind_main1 .btn1::before,
.ind_main2 .btn1::before,
.ind_main3 .btn1::before,
.ind_main4 .btn1::before,
.ind_main5 .btn1::before,
.ind_main6 .btn1::before,
.index_banner .btn1::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 999px;
    border: 1px solid var(--co-1857c5);
    opacity: 0;
}

.index_banner .btn1::before {
    border: 1px solid var(--co-fff);
    opacity: 0;
}

.ind_main1 .btn1:hover::before,
.ind_main2 .btn1:hover::before,
.ind_main3 .btn1:hover::before,
.ind_main4 .btn1:hover::before,
.ind_main5 .btn1:hover::before,
.ind_main6 .btn1:hover::before,
.index_banner .btn1:hover::before {
    animation: circles1 0.8s ease-out infinite;
    opacity: 1;
}


@keyframes circles1 {
    0% {
        transform: scale(1.1);
        opacity: 0;
    }

    20% {
        transform: scale(1.2);
        opacity: 0.5;
    }

    100% {
        transform: scale(1.3);
        opacity: 0;
    }
}



/* column */

.column .imgbox:hover .playBtn div {
    opacity: 1 !important;
}

.column .playBtn div {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    z-index: 1;
    border-width: 0.5px;
    border-style: solid;
    border-color: rgba(24, 87, 197, 0.2);
    opacity: 0;
    animation: circles2 3.2s linear 0s infinite;
    animation-play-state: running;
    z-index: -1;
    background: rgba(24, 87, 197, 0.2);
    opacity: 0 !important;
}

.column ul li:first-child {
    background: var(--co-1857c5);
}

.column ul li:first-child .playBtn div {
    opacity: 1 !important;
}

@keyframes circles2 {
    0% {
        transform: scale(1);
        opacity: 0;
    }

    20% {
        transform: scale(1.1);
        opacity: 0.5;
    }

    100% {
        transform: scale(1.3);
        opacity: 0;
    }
}

@media(max-width:999px) {
    .column ul li:first-child {
        background: unset !important;
    }

    .column ul li:first-child .playBtn div {
        opacity: 0 !important;
    }

    .column ul li:first-child {
        background: var(--co-1857c5) !important;
        display: flex;
        height: 50px;
        position: relative;
    }

    .column ul li:first-child::after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        border-radius: 8px;
        width: 100%;
        height: 100%;
        content: "";
        background: #1857c5;
        opacity: .8;
        /* border: 1px solid var(--co-1857c5); */
        animation: circles3 2s linear 0s infinite;
        animation-play-state: running;
        z-index: -1;
    }

    .column ul li:first-child i {
        color: var(--co-fff);
    }
}

@keyframes circles3 {
    0% {
        transform: scale(1);
        opacity: 0;
    }

    20% {
        transform: scale(1.3);
        opacity: 0.5;
    }

    100% {
        transform: scale(1.6);
        opacity: 0;
    }
}

/* ind_main5 */

.ind_main5 .inp1 {
    position: relative;
    background: #f3fbfe;
}

.ind_main5 .code input {
    padding-right: 110px !important;
}

.ind_main5 .codebox {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 95%;
    width: 100px;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}