@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;
    --co-E96D00: #E96D00;
    --co-E96D00: #e96d00;
    --co-1B3F7E: #1B3F7E;

    /* font */
    --font-16: 16px;
    --font-18: 18px;

    /* ziti */
    --bold: "Poppins-Bold";
    --semibold: "Poppins-SemiBold";
    --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-size: 22px;
    color: #333;
}

.bianji table {
    border-collapse: collapse;
    border: 1px solid #ccc;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 15px;
    min-width: 700px;
    overflow: auto;
}

.bianji .tablen {
    overflow: auto;
}

.bianji table tr {
    color: #333;
}

.bianji table tr td {
    border: 1px solid #ccc;
    padding: 10px 15px;
    font-size: 16px;
}

@media(max-width:1333px) {
    body {
        font-size: 16px;
    }

    .bianji strong {
        font-size: 16px;
    }
}

@media(max-width:999px) {
    body {
        font-size: 14px;
    }

    .bianji {
        font-size: 14px;
        line-height: 26px;
    }

    .bianji strong {
        font-size: 14px;
    }

    .bianji table tr td {
        padding: 10px 15px;
        font-size: 14px;
    }
}


*::selection {}

.imgbox a img:hover {
    transform: scaleX(1.05) scaleY(1.05);
}

img {
    max-width: 100%;
    display: block;
}

i {
    font-stretch: normal;
    font-style: normal;
}

li {
    list-style: none;
}

a {
    color: #333;
    text-decoration: none;
}

h1,
h2 {
    font-weight: normal;
    font-size: unset;
}

.clear {
    clear: both;
}

.safe {
    max-width: 1400px;
    width: calc(100% - 160px);
    margin: 0 auto;
}

@media screen and (max-width:999px) {
    .safe {
        max-width: 1400px;
        width: calc(100% - 120px) !important;
    }
}

@media screen and (max-width:768px) {
    .safe {
        width: calc(100% - 90px) !important;
    }
}

@media screen and (max-width:571px) {
    .safe {
        width: calc(100% - 50px) !important;
    }
}

.h_safe {
    max-width: 1400px;
    width: calc(100% - 160px);
    margin: 0 auto;
}

@media screen and (max-width:1600px) {
    .h_safe {
        max-width: 1400px;
        width: calc(100% - 80px) !important;
    }
}

@media screen and (max-width:1333px) {
    .h_safe {
        max-width: 1400px;
        width: calc(100% - 65px) !important;
    }
}

@media screen and (max-width:999px) {
    .h_safe {
        max-width: 1400px;
        width: calc(100% - 90px) !important;
    }
}

@media screen and (max-width:571px) {
    .h_safe {
        width: calc(100% - 50px) !important;
    }
}

/* video tankuang */
.tankaunga {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 9999999999
}

.tankaunga:before {
    content: "X";
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    top: 10px;
    right: 10px;
    background: #fff;
    border-radius: 50%;
    font-size: 18px;
    cursor: pointer;
}

.tankaungn2 {
    position: fixed;
    left: 5%;
    top: 5%;
    right: 5%;
    bottom: 5%;
    background: rgba(0, 0, 0, 0.5);
}

.tankaungn2 iframe,
.tankaungn2 video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.tankaungn2 iframe body {
    margin: 0px !important;
}



/*jQzoom*/

.box {
    position: relative;
}

.jqzoom {
    float: left;
    position: relative;
    padding: 0px;

}

div.zoomdiv {
    z-index: 200;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 400px;
    height: 400px;
    background: #ffffff;
    border: 1px solid #CCCCCC;
    display: none;
    text-align: center;
    overflow: hidden;
}

div.zoomdiv img {
    max-width: unset !important;
}

div.jqZoomPup {
    z-index: 200;
    visibility: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    border: 1px solid #aaa;
    background: #ffffff;
    opacity: 0.5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    filter: alpha(Opacity=50);
    transition: none;
}



/* zhengshu */

/* certifiicates */

#baguetteBox-overlay {
    display: none;
    opacity: 0;
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #222;
    background-color: rgba(0, 0, 0, .8);
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
    z-index: 99999999999999999999999999999999999999;
}

#baguetteBox-overlay.visible {
    opacity: 1
}

#baguetteBox-overlay .full-image {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
}

#baguetteBox-overlay .full-image figure {
    display: inline;
    margin: 0;
    height: 100%
}

#baguetteBox-overlay .full-image img {
    display: inline-block;
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
}

#baguetteBox-overlay .full-image figcaption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    line-height: 1.8;
    color: #ccc;
    background-color: #000;
    background-color: rgba(0, 0, 0, .6);
    font-family: Verdana, Geneva, sans-serif;
}

#baguetteBox-overlay .full-image:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px
}

#baguetteBox-slider {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    white-space: nowrap;
    -webkit-transition: left .4s ease, -webkit-transform .4s ease;
    transition: left .4s ease, -moz-transform .4s ease;
    transition: left .4s ease, transform .4s ease
}

#baguetteBox-slider.bounce-from-right {
    -webkit-animation: bounceFromRight .4s ease-out;
    animation: bounceFromRight .4s ease-out
}

#baguetteBox-slider.bounce-from-left {
    -webkit-animation: bounceFromLeft .4s ease-out;
    animation: bounceFromLeft .4s ease-out
}

.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
    top: 50%;
    top: calc(50% - 30px);
    width: 44px;
    height: 60px
}

.baguetteBox-button {
    position: absolute;
    cursor: pointer;
    outline: 0;
    padding: 0;
    margin: 0;
    border: 0;
    -moz-border-radius: 15%;
    border-radius: 15%;
    background-color: #323232;
    background-color: rgba(50, 50, 50, .5);
    color: #ddd;
    font: 1.6em sans-serif;
    -webkit-transition: background-color .4s ease;
    transition: background-color .4s ease;
}

.baguetteBox-button:hover {
    background-color: rgba(50, 50, 50, .9)
}

.baguetteBox-button#next-button {
    right: 2%
}

.baguetteBox-button#previous-button {
    left: 2%
}

.baguetteBox-button#close-button {
    top: 20px;
    right: 2%;
    right: calc(2% + 6px);
    width: 30px;
    height: 30px
}

.baguetteBox-button svg {
    position: absolute;
    left: 0;
    top: 0
}

.spinner {
    width: 40px;
    height: 40px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px
}

.double-bounce1,
.double-bounce2 {
    width: 100%;
    height: 100%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: bounce 2s infinite ease-in-out;
    animation: bounce 2s infinite ease-in-out
}

.double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

@-webkit-keyframes bounceFromRight {
    0% {
        margin-left: 0
    }

    50% {
        margin-left: -30px
    }

    100% {
        margin-left: 0
    }
}

@keyframes bounceFromRight {
    0% {
        margin-left: 0
    }

    50% {
        margin-left: -30px
    }

    100% {
        margin-left: 0
    }
}

@-webkit-keyframes bounceFromLeft {
    0% {
        margin-left: 0
    }

    50% {
        margin-left: 30px
    }

    100% {
        margin-left: 0
    }
}

@keyframes bounceFromLeft {
    0% {
        margin-left: 0
    }

    50% {
        margin-left: 30px
    }

    100% {
        margin-left: 0
    }
}

@-webkit-keyframes bounce {

    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes bounce {

    0%,
    100% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1)
    }
}




.m-formcountry {
    position: relative;
}

.m-formcountry .drop-btn {
    position: relative;
}

.m-formcountry .drop-btn i,
.m-formcountry .drop-btn svg {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    color: #ccc;
    right: 0px;
    font-weight: bold;
}

.m-formcountry .drop-list {
    display: none;
    border: 1px solid #e6e6e6;
    width: 100%;
    position: absolute;
    top: 100%;
    background-color: #fff;
    max-height: 223px;
    overflow-x: hidden;
    z-index: 10001;
    scrollbar-color: #333 rgba(0, 0, 0, 0.05);
    scrollbar-width: thin;
    box-shadow: 0px 7px 13px 0px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    padding: 15px 0px;
}

.m-formcountry .drop-list::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.m-formcountry .drop-list::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
}

.m-formcountry .drop-list::-webkit-scrollbar-thumb {
    background-color: #333;
}

.m-formcountry .drop-list li {
    font-size: 16px;
    line-height: 20px;
    overflow: hidden;
    padding: 8px 12px;
    cursor: pointer;
    /* border-bottom: 1px solid #e6e6e6; */
    color: #666;
}

.m-formcountry .drop-list li.on {
    background-color: #eaecf1;
}

@media(max-width:768px) {
    .m-formcountry .drop-list li {
        padding: 2px 20px;
        font-size: 14px;
    }

    .m-formcountry .drop-list {
        padding: 0;
    }
}



.lanauage_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    color: var(--co-333);
}

.lanauage_wrap .lanauage {
    position: relative;
    transition: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: var(--co-333);
}

.lanauage_wrap .lanauage>i {
    color: var(--co-333);
    font-size: 20px;
    margin-right: 5px;
}

.lanauage_wrap .lanauage .icon-caret-up {
    font-size: 12px;
    margin-left: 5px;
}

.lanauage_wrap .lanbox {
    display: flex;
    align-items: center;
}

.lanauage_wrap .lanbox i {
    color: var(--co-333);
    font-size: 22px;
    margin-left: 5px;
}

.lanauage_wrap .lanbox .svgbox {
    flex-shrink: 0;
    margin-right: 5px;
}

.lanauage_wrap .lanbox a {
    color: var(--co-333);
    font-size: 16px;

    font-family: var(--regular);
}

.lanauage_wrap .lanbox>a:hover {
    text-decoration: underline;
}

.lanauage_wrap .lanauage .silde-down {
    transition: none;
    display: none;
    position: absolute;
    top: 100%;
    background-color: #fff;
    text-align: center;
    min-width: 100px;
    width: 120px;
    max-width: 200px;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
    z-index: 10;
    right: 0px;
    margin-top: 14px;
    z-index: 1000;
    transform: translateX(10%);
}

.lanauage_wrap .lanauage .silde-down a {
    color: #333;
    padding: 4px 0px;
    display: inline-block;
    width: 100%;
    font-size: 16px !important;
    font-size: 14px;
    width: 100%;
}

.lanauage_wrap .silde-down li:hover {
    background-color: var(--co-E96D00);
}

.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);
    padding-right: 25px;
    margin-right: 25px;
    z-index: 10;
}

.searchbox::after {
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 20px;
    background: var(--co-333);
}

.searchbox a {
    color: var(--co-333);
    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-1B3F7E);
    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-1B3F7E);
}

.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(27, 63, 126, 0.24);
    height: auto;
}

/* 隐藏头部的类 */
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 {}

header .rightbox {
    width: 100%;
}

header .topbox {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-end;
    margin-bottom: 25px;
    padding-top: 14px;
}

header .topbox .link {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-right: 60px;
}

header .topbox .link li {
    display: flex;
    align-items: center;
    margin-right: 20px;
}

header .topbox .link li:last-child {
    margin-right: 0;
}

header .topbox .svgbox {
    margin-right: 18px;
    flex-shrink: 0;
}

header .topbox .svgbox i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border: 1px solid var(--co-E96D00);
    border-radius: 999px;
    font-size: 20px;
    color: var(--co-E96D00);
}

header .topbox .name1 {
    color: var(--co-333);
    font-family: var(--bold);
    font-size: 16px;
    line-height: 28px;
}

header .topbox .resu,
header .topbox .resu a {
    color: var(--co-E96D00);
    font-family: var(--medium);
    font-size: 16px;
    line-height: 28px;
}

header .topbox .resu a:hover {
    text-decoration: underline;
}

header .bottombox {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

header .menubox {
    display: flex;
    align-items: center;
    height: 100%;
    margin-right: 27px;
}

header .menubox>li {
    position: relative;
    margin-right: 11px;
}

header .menubox>li:last-child {
    margin-right: 0;
}

header .menubox>li>a {
    padding: 11px 10px 14px 10px;
    display: flex;
    align-items: center;
    position: relative;

    color: var(--co-333);
    font-family: var(--semibold);
    font-size: 20px;
    line-height: 32px;
}

header .menubox>li>a::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 82.5%;
    height: 2px;
    border-radius: 99px;
    background: var(--co-E96D00);
    display: none;
}

header .btn1 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 9.5px 15px;
    background: var(--co-E96D00);
    border-radius: 10px;
    color: var(--co-fff);
    font-family: var(--semibold);
    font-size: 20px;
    transform: translateY(-4px);
}

header .btn1:hover {
    background: var(--co-1B3F7E);
}

header .bottombox .lanauage_wrap {
    display: none;
}


/* yiji */

header .list1 {
    position: absolute;
    top: 100%;
    left: 0%;
    width: 100%;
    display: none;
    transition: none;
    min-width: 300px;
    /* padding-top: 7px; */
    width: max-content;
    transform: translateX(-20%);
    background: var(--co-fff);
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.12);
}

header .list1>div {
    padding: 20px 0px;
    background: var(--co-F7F7F7);
}

header .list1>div>li {
    position: relative;
}

header .list1>div>li>a {
    padding: 15.5px 23px 15.5px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;

    color: var(--co-333);
    font-family: var(--medium);
    font-size: 18px;
}

header .list1>div>li>a i {
    color: var(--co-fff);
    opacity: 0;
    font-size: 12px;
}

header .list1>div>li {
    margin-bottom: 0px;
}

header .list1>div>li:last-child {
    margin-bottom: 0;
}


/* erji */

header .list2 {
    position: absolute;
    left: 100%;
    top: 0%;
    min-width: 417px;
    display: none;
    transition: none;

    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.10);
    padding-left: 0px;
    cursor: pointer;
    transform: translateY(-0px);
}

header .list2>div {
    background-color: #fff;
    padding: 33px 20px 40px 41px;
}

header .list2>div>li {
    margin-bottom: 20px;
}

header .list2>div>li:last-child {
    margin-bottom: 0;
}

header .list2>div>li>a {
    display: inline-block;
    width: 100%;
    color: var(--co-666);
}

header .list2>div>li:last-child {
    margin-bottom: 0;
}


header .menubox>li>a:hover,
header .menubox>.active_tit >a {
    color: var(--co-E96D00);
}

header .menubox>li:hover>a::after,
header .menubox>.active_tit>a::after {
    display: block;
}


header .list1>div>li:hover>a {
    background: var(--co-E96D00);
    color: var(--co-fff);
}

header .list1>div>li:hover>a span {
    color: var(--co-fff);
}

header .list1>div>li:hover>a i {
    opacity: 1;
}

header .list2 a:hover {
    color: var(--co-E96D00);
}



.fix_header,
.page_header {
    background: var(--co-fff);
}



@media(max-width:1600px) {
    header .topbox {
        margin-bottom: 15px;
        padding-top: 14px;
    }

    header .topbox .link {
        margin-right: 40px;
    }

    header .list1>div {
        padding: 15px 0px;
    }

    header .list1>div>li>a {
        padding: 12px 20px 12px 25px;
        font-size: 16px;
    }

    header .list1 {
        min-width: 250px;
    }

    header .list2>div {
        background-color: #fff;
        padding: 25px 20px 25px 25px;
    }

    header .list2>div>li {
        margin-bottom: 15px;
    }

    header .list2 {
        min-width: 350px;
    }

}

@media(max-width:1333px) {
    header .menubox>li>a {
        padding: 11px 10px 14px 10px;
        font-size: 18px;
        line-height: 28px;
    }

    header .btn1 {
        padding: 9.5px 12px;
        border-radius: 10px;
        font-size: 18px;
        transform: translateY(0px);
    }

    .searchbox {
        padding-right: 20px;
        margin-right: 20px;
    }

    header .logo img {
        width: 220px;
    }

    header .list1>div {
        padding: 10px 0px;
    }

    header .list1>div>li>a {
        padding: 10px 15px 10px 20px;
        font-size: 14px;
    }

    header .list1 {
        min-width: 200px;
    }

    header .list2 {
        min-width: 300px;
    }

    header .list2>div>li>a {
        font-size: 14px;
    }

    header .list2>div>li {
        margin-bottom: 10px;
    }

    header .list2>div {
        padding: 15px;
    }
}

@media(max-width:1200px) {
    header .topbox .name1 {
        font-size: 14px;
        line-height: 26px;
    }

    header .topbox .resu,
    header .topbox .resu a {
        font-size: 14px;
        line-height: 26px;
    }

    header .topbox {
        margin-bottom: 10px;
        padding-top: 10px;
    }

    header .topbox .svgbox {
        margin-right: 10px;
    }

    header .topbox .svgbox i {
        width: 42px;
        height: 42px;
        font-size: 18px;
    }

    header .menubox>li>a {
        padding: 10px 10px 10px 10px;
        font-size: 16px;
        line-height: 28px;
    }

    header .logo img {
        width: 180px;
    }

    header .btn1 {
        padding: 9px 10px;
        border-radius: 10px;
        font-size: 16px;
    }

    header .menubox>li {
        margin-right: 5px;
    }

    header .menubox {
        margin-right: 10px;
    }

    .lanauage_wrap .lanbox a {
        font-size: 14px;
    }
}

@media(max-width:999px) {

    header .topbox,
    header .menubox,
    header .btn1 {
        display: none;
    }

    header .bottombox .lanauage_wrap {
        display: block;
        margin-right: 60px;
    }

    header .logo img {
        width: auto;
        height: 60px;
    }

    header {
        height: 60px;
    }
}

@media(max-width:768px) {
    header .logo img {
        width: auto;
        height: 50px;
    }

    header {
        height: 50px;
    }

    header .bottombox .lanauage_wrap {
        margin-right: 25px;
    }
}

@media(max-width:571px) {
    header .bottombox .lanauage_wrap {
        margin-right: 35px;
    }
}

/* products_xiala */

.products_xiala {
    position: fixed;
    top: 153px;
    left: 0;
    width: 100%;
    background: var(--co-F7F7F7);
    z-index: 800;
    display: none;
    transition: none;
}

.products_xiala .safe {
    display: flex;
    justify-content: space-between;
    height: 448px;
}

.products_xiala .l_box {
    /*width: 65.7142%;*/
    width: 75%;
    display: flex;
    justify-content: space-between;
}

.products_xiala .cate1 {
    padding-top: 31px;
    width: 45.7%;
}

.products_xiala .cate1 li {
    display: flex;
    align-items: center;
}

.products_xiala .cate1 img {
    flex-shrink: 0;
    margin-right: 10px;
    display: inline-block;
}

.products_xiala .cate1 li {
    color: var(--co-666);
    font-family: var(--regular);
    font-size: 16px;
    line-height: 28px;
}

.products_xiala .cate1 li a {
    display: flex;
    align-items: center;
    padding: 15px 18px;
    width: 100%;
}

.products_xiala .cate1 .active a {
    background: var(--co-E96D00);
}

.products_xiala .cate1 .active a span {
    color: var(--co-fff);
}

.products_xiala .cate1 .active a img {
    filter: invert(1) sepia(100%) saturate(0%) hue-rotate(180deg) brightness(200%) contrast(100%);
}


.products_xiala .wrap {
    width: 64.3%;
    height: 100%;
    background-color: var(--co-fff);
    padding: 34px 8px 30px 28px;
}

.products_xiala .inner {
    overflow: auto;
    height: 100%;
    display: none;

    z-index: 10001;
    scrollbar-color: var(--co-E96D00) rgba(0, 0, 0, 0.05);
    scrollbar-width: thin;
    padding-right: 10%;
}

.products_xiala .inner ul {}

.products_xiala .inner ul li a {
    display: block;
    padding: 12px 0px;
    border-bottom: 1px solid #EBEBEB;

    color: var(--co-333);
    font-family: var(--regular);
    font-size: 14px;
}

.products_xiala .inner ul li a:hover {
    color: var(--co-E96D00);
}


.products_xiala .inner ul li a em{
    font: inherit;
    font-size: 22px;
    color: #E96D00;
    position: relative;
    top: 3px;
}

.products_xiala .r_box {
    /*width: 34.2857%;*/
    width: 30%;
    display: flex;
    flex-direction: column;

    padding: 39px 40px 30px 46px;
}

.products_xiala .r_box ul {
    margin-bottom: 30px;
    
}

.products_xiala .r_box li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-size: 20px;
}

.products_xiala .r_box li:last-child {
    margin-bottom: 0px;
}

.products_xiala .r_box li a:hover {
    color: var(--co-E96D00);
}

.products_xiala .svgbox {
    flex-shrink: 0;
    border-radius: 999px;
    width: 28px;
    height: 28px;
    background: var(--co-E96D00);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--co-fff);
    margin-right: 20px;
}

.products_xiala .svgbox i {
    font-size: 16px;
}

.products_xiala .bt {
    display: flex;
    align-items: center;
}

@media(max-width:1600px) {
    .products_xiala {
        top: 143px;
    }

    .products_xiala .cate1 li a {
        padding: 12px 16px;
    }

    .products_xiala .safe {
        height: 400px;
    }
}

@media(max-width:1333px) {
    .products_xiala {
        top: 139px;
    }

    .products_xiala .cate1 li a {
        padding: 10px 14px;
        font-size: 14px;
    }

    .products_xiala .inner ul li a {
        padding: 10px 0px;
    }

    .products_xiala .btn3 {
        font-size: 14px;
        padding: 10px 20px;
    }

    .products_xiala .r_box li {
        margin-bottom: 10px;
    }

    .products_xiala .safe {
        height: 380px;
    }

    .products_xiala .r_box li a {
        font-size: 14px;
    }

    .products_xiala .cate1 {
        padding-top: 30px;
    }

    .products_xiala .wrap {
        padding: 30px 8px 30px 25px;
    }

    .products_xiala .r_box {
        padding: 30px 20px 30px 20px;
    }
    .products_xiala .r_box li{
        font-size: 18px;
    }
}

@media(max-width:1200px) {
    .products_xiala {
        top: 121px;
    }

    .products_xiala .safe {
        height: 350px;
    }

    .products_xiala .inner ul li a {
        padding: 8px 0px;
    }

    .products_xiala .svgbox {
        width: 24px;
        height: 24px;
        margin-right: 10px;
    }
}

@media(max-width:999px) {
    .products_xiala {
        display: none !important;
    }
}



/* 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-pagination {
    top: unset;
    bottom: 55px !important;
    display: flex;
    justify-content: center;
    width: 100%;
}

.index_banner .swiper .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
    margin-right: 12px !important;

    border: 2px solid var(--co-fff);
}

.index_banner .swiper .swiper-pagination-bullet:last-child {
    margin-right: 0 !important;
}

.index_banner .swiper .swiper-pagination-bullet-active {
    background: var(--co-E96D00);
}


.index_banner .control {
    width: 46px;
    height: 46px;
    background-color: var(--co-1B3F7E);
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    transform: translateY(-50%);
    z-index: 15;
    cursor: pointer;
    color: #fff;
    position: absolute;
    border-radius: 999px;
}

.index_banner .banner_prev {
    left: 8.90625%;
}

.index_banner .banner_next {
    right: 8.90625%;
}

.index_banner .control:hover {
    background-color: var(--co-E96D00);
}


@media(max-width:1600px) {
    .index_banner .banner_prev {
        left: 5%;
    }

    .index_banner .banner_next {
        right: 5%;
    }
}

@media(max-width:1333px) {
    .index_banner .swiper-pagination {
        bottom: 35px !important;
    }
}

@media(max-width:999px) {
    .index_banner {
        margin-top: 60px;
    }

    .index_banner .control {
        width: 42px;
        height: 42px;
    }

    .index_banner .swiper .swiper-pagination-bullet {
        width: 15px;
        height: 15px;
        margin-right: 8px !important;
        border: 2px solid var(--co-fff);
    }

    .index_banner .swiper-pagination {
        bottom: 20px !important;
    }
}

@media(max-width:768px) {
    .index_banner {
        margin-top: 50px;
    }
}

@media(max-width:538px) {
    .index_banner .control {
        display: none;
    }
}


/* title46 */

.title32 {
    color: var(--co-333);
    font-family: var(--semibold);
    font-size: 32px;
    line-height: 58px;
}

.title34 {
    color: var(--co-333);
    font-family: var(--semibold);
    font-size: 34px;
    line-height: 58px;
}

.title36 {
    color: var(--co-333);
    font-family: var(--semibold);
    font-size: 36px;
    line-height: 58px;
}

.title46 {
    color: var(--co-333);
    font-family: var(--semibold);
    font-size: 46px;
    line-height: 54px;
}

.title46 a {
    color: var(--co-333);
}

.title46 a:hover {
    color: var(--co-E96D00);
}

@media(max-width:1600px) {
    .title32 {
        font-size: 28px;
        line-height: unset;
    }

    .title34 {
        font-size: 30px;
        line-height: unset;
    }

    .title36 {
        font-size: 32px;
        line-height: unset;
    }

    .title46 {
        font-size: 40px;
        line-height: unset;
    }
}

@media(max-width:1333px) {
    .title32 {
        font-size: 24px;
    }

    .title34 {
        font-size: 26px;
    }

    .title36 {
        font-size: 28px;
    }

    .title46 {
        font-size: 34px;
    }
}

@media(max-width:999px) {
    .title32 {
        font-size: 20px;
    }

    .title34 {
        font-size: 22px;
    }

    .title36 {
        font-size: 24px;
    }

    .title46 {
        font-size: 30px;
    }
}

@media(max-width:768px) {
    .title32 {
        font-size: 18px;
    }

    .title34 {
        font-size: 20px;
    }

    .title36 {
        font-size: 22px;
    }

    .title46 {
        font-size: 26px;
    }
}

@media(max-width:538px) {
    .title34 {
        font-size: 18px;
    }

    .title36 {
        font-size: 20px;
    }

    .title46 {
        font-size: 22px;
    }
}

/* btn1 */

.btn1 {
    color: var(--co-fff);
    font-family: var(--regular);
    font-size: 16px;
    background: var(--co-1B3F7E);
    padding: 14px 26px;
    border-radius: 8px;
    display: inline-block;
}

.btn1 span {
    margin-right: 6px;
}

.btn1 i {
    display: inline-block;
    transform: rotate(-45deg);
}

.btn1:hover {
    background: var(--co-E96D00);
}

.btn2 {
    color: var(--co-E96D00);
    font-family: var(--regular);
    font-size: 16px;
    background: var(--co-fff);
    padding: 14px 26px;
    border-radius: 8px;
    display: inline-block;
}

.btn2 span {
    margin-right: 6px;
}

.btn2 i {
    display: inline-block;
    transform: rotate(-45deg);
}

.btn2:hover {
    background: var(--co-1B3F7E);
}

.btn2:hover span {
    color: var(--co-fff);
}

.btn2:hover i {
    color: var(--co-fff);
}

.btn3 {
    color: var(--co-fff);
    font-family: var(--regular);
    font-size: 16px;
    background: var(--co-E96D00);
    padding: 14px 26px;
    border-radius: 8px;
    display: inline-block;
}

.btn3 span {
    margin-right: 6px;
    color: var(--co-fff);
}

.btn3 i {
    display: inline-block;
    transform: rotate(-45deg);
    color: var(--co-fff);
}

.btn3:hover {
    background: var(--co-1B3F7E);
}

.btn3:hover span {
    color: var(--co-fff);
}

.btn3:hover i {
    color: var(--co-fff);
}

@media(max-width:1333px) {
    .btn1 {
        font-size: 16px;
        padding: 12px 22px;
    }

    .btn2 {
        font-size: 16px;
        padding: 12px 22px;
    }

    .btn3 {
        font-size: 16px;
        padding: 12px 22px;
    }
}

@media(max-width:999px) {
    .btn1 {
        font-size: 14px;
        padding: 10px 20px;
    }

    .btn2 {
        font-size: 14px;
        padding: 10px 20px;
    }

    .btn3 {
        font-size: 14px;
        padding: 10px 20px;
    }
}

/* ind_main1 */

.ind_main1 {
    padding: 90px 0px 100px;
}

.ind_main1 .title46 {
    text-align: center;
    margin-bottom: 54px;
}

.ind_main1 .swiper {
    overflow: visible;
}

.ind_main1 .swiper-wrapper {
    pointer-events: none;
}

.ind_main1 .swiper-slide {
    opacity: 0;
    pointer-events: none;
    transition: .3s linear opacity;
}

.ind_main1 .swiper-slide-visible {
    opacity: 1;
    pointer-events: all;
}

.ind_main1 .inner {
    border-radius: 16px;
    margin-bottom: 40px;
}

.ind_main1 .inner:last-child {
    margin-bottom: 0;
}

.ind_main1 .imgbox {
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.15);
    overflow: hidden;
    border-radius: 16px 16px 0 0;
}

.ind_main1 .contact {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f6f7;
    padding: 26px 20px 27px 20px;
    border-radius: 0px 0px 16px 16px;
    overflow: hidden;
}

.ind_main1 .contact a {
    color: var(--co-333);
    font-family: var(--medium);
    font-size: 20px;
    line-height: 32px;
    display: flex;
    align-items: center;
}

.ind_main1 .contact span {
    color: var(--co-333);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.ind_main1 .contact i {
    width: 22px;
    height: 22px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--co-1B3F7E);
    color: var(--co-fff);
    font-size: 10px;
    transform: rotate(-45deg);
    margin-left: 10px;
    flex-shrink: 0;
}

.ind_main1 .contact a:hover,
.ind_main1 .contact a:hover span {
    color: var(--co-E96D00);
}

.ind_main1 .contact a:hover i {
    background: var(--co-E96D00);
}

.ind_main1 .btnbox i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 46px;
    height: 46px;
    border-radius: 999px;
    background: var(--co-1B3F7E);
    color: var(--co-fff);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
}

.ind_main1 .btnbox i:hover {
    background: var(--co-E96D00);
}

.ind_main1 .btnbox i:first-child {
    left: -91px;
}

.ind_main1 .btnbox i:last-child {
    right: -91px;
}

@media(max-width:1700px) {
    .ind_main1 .btnbox i:first-child {
        left: -70px;
    }

    .ind_main1 .btnbox i:last-child {
        right: -70px;
    }
}

@media(max-width:1600px) {
    .ind_main1 {
        padding: 60px 0px;
    }

    .ind_main1 .title46 {
        margin-bottom: 45px;
    }

    .ind_main1 .contact {
        padding: 20px 20px 20px 20px;
        border-radius: 0px 0px 16px 16px;
    }

    .ind_main1 .contact a {
        font-size: 18px;
        line-height: 28px;
    }

    .ind_main1 .inner {
        border-radius: 16px;
        margin-bottom: 30px;
    }
}

@media(max-width:1333px) {
    .ind_main1 {
        padding: 50px 0px;
    }

    .ind_main1 .title46 {
        margin-bottom: 35px;
    }

    .ind_main1 .contact a {
        font-size: 16px;
        line-height: 26px;
    }

    .ind_main1 .contact {
        padding: 15px 15px 15px 15px;
        border-radius: 0px 0px 16px 16px;
    }

    .ind_main1 .inner {
        border-radius: 16px;
        margin-bottom: 20px;
    }
}

@media(max-width:999px) {
    .ind_main1 {
        padding: 40px 0px;
    }

    .ind_main1 .title46 {
        margin-bottom: 25px;
    }

    .ind_main1 .inner {
        border-radius: 10px;
        margin-bottom: 20px;
    }

    .ind_main1 .contact {
        padding: 10px;
        border-radius: 0px 0px 10px 10px;
    }

    .ind_main1 .swiper {
        margin-bottom: 25px;
    }

    .ind_main1 .btnbox {
        display: flex;
        justify-content: center;
    }

    .ind_main1 .btnbox i:first-child {
        margin-right: 10px;
    }

    .ind_main1 .btnbox i {
        position: static;
        transform: unset;
        width: 42px;
        height: 42px;
    }

}

@media(max-width:768px) {
    .ind_main1 .title46 {
        margin-bottom: 15px;
    }
}

@media(max-width:538px) {
    .ind_main1 {
        padding: 30px 0px;
    }
}


/* ind_main2 */

.ind_main2 {
    padding: 64px 0px;
    background-image: url(../images/h_pic3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.ind_main2 .box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 50px;
}

.ind_main2 .l_box {
    width: 40%;
}

.ind_main2 .title46 {
    margin-bottom: 20px;
}

.ind_main2 .content {
    color: var(--co-666);
    font-family: var(--medium);
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 14px;
}

.ind_main2 .content p {
    margin-bottom: 10px;
}

.ind_main2 .content p:last-child {
    margin-bottom: 0;
}

.ind_main2 .content strong {
    color: var(--co-E96D00);
    font-family: var(--semibold);
    font-size: 20px;
    line-height: 32px;
}

.ind_main2 .list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 32px;
}

.ind_main2 .list li {
    margin-right: 11px;
}

.ind_main2 .numberbox {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 29px;
}

.ind_main2 .numberbox .nu {
    width: 32%;
    margin-right: 2%;
}

.ind_main2 .numberbox .nu:nth-child(3n) {
    margin-right: 0;
}

.ind_main2 .numberbox .nu:hover em,
.ind_main2 .numberbox .nu:hover .num,
.ind_main2 .numberbox .nu:hover span {
    color: var(--co-E96D00);
}

.ind_main2 .num {
    color: var(--co-1B3F7E);
    font-family: var(--semibold);
    font-size: 36px;
    line-height: 58px;
    display: flex;
    align-items: flex-end;
}

.ind_main2 .num em {
    color: var(--co-1B3F7E);
    font-family: var(--medium);
    font-size: 18px;
    line-height: 28px;
    font-style: normal;
    transform: translateY(-13px);
}

.ind_main2 .title {
    color: var(--co-666);
    font-family: var(--regular);
    font-size: 16px;
    line-height: 28px;
}

.ind_main2 .r_box {
    width: 56.2142%;
    border-radius: 16px;
    overflow: hidden;
}

.ind_main2 .r_box img:hover {
    transform: scale(1.05);
}


.ind_main2 .wrap {
    display: flex;
    flex-wrap: wrap;
}

.ind_main2 .inner {
    width: 23.4%;
    margin-right: 2%;
    background: var(--co-fff);
    padding: 18px 20px 16px 36px;
    border-radius: 16px;
}

.ind_main2 .inner:nth-child(4n) {
    margin-right: 0;
}

.ind_main2 .svgbox {
    margin-bottom: 12px;
}

.ind_main2 .txts {
    color: var(--co-666);
    font-family: var(--regular);
    font-size: 18px;
    line-height: 28px;
}

@media(max-width:1600px) {
    .ind_main2 {
        padding: 60px 0px;
    }

    .ind_main2 .num {
        font-size: 32px;
        line-height: 40px;
    }

    .ind_main2 .num em {
        font-size: 18px;
        line-height: 28px;
        transform: translateY(-5px);
    }

    .ind_main2 .box {
        margin-bottom: 40px;
    }
}

@media(max-width:1333px) {
    .ind_main2 {
        padding: 50px 0px;
    }

    .ind_main2 .content strong {
        font-size: 18px;
        line-height: 28px;
    }

    .ind_main2 .content {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 8px;
    }

    .ind_main2 .content p {
        margin-bottom: 5px;
    }

    .ind_main2 .list li img {
        width: 72px;
    }

    .ind_main2 .list li {
        margin-right: 5px;
    }

    .ind_main2 .num {
        font-size: 28px;
        line-height: 36px;
    }

    .ind_main2 .title {
        font-size: 14px;
        line-height: 26px;
    }

    .ind_main2 .box {
        margin-bottom: 30px;
    }

    .ind_main2 .inner {
        width: 23.4%;
        margin-right: 2%;
        padding: 15px 15px 15px 20px;
        border-radius: 16px;
    }

    .ind_main2 .txts {
        font-size: 16px;
        line-height: 28px;
    }
}

@media(max-width:1250px) {
    .ind_main2 .numberbox .nu {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 15px;
    }

    .ind_main2 .numberbox .nu:nth-child(2n) {
        margin-right: 0;
    }

    .ind_main2 .numberbox {
        margin-bottom: 15px;
    }
}

@media(max-width:999px) {
    .ind_main2 {
        padding: 40px 0px;
    }

    .ind_main2 .box {
        flex-direction: column;
    }

    .ind_main2 .l_box {
        width: 100%;
        margin-bottom: 20px;
    }

    .ind_main2 .title46 {
        margin-bottom: 15px;
    }

    .ind_main2 .content strong {
        font-size: 16px;
        line-height: 26px;
    }

    .ind_main2 .content {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 5px;
    }

    .ind_main2 .list {
        margin-bottom: 20px;
    }

    .ind_main2 .num {
        font-size: 26px;
        line-height: 32px;
    }

    .ind_main2 .num em {
        font-size: 16px;
        line-height: 26px;
        transform: translateY(0px);
    }

    .ind_main2 .r_box {
        width: auto;
        border-radius: 10px;
    }

    .ind_main2 .txts {
        font-size: 14px;
        line-height: 26px;
    }

    .ind_main2 .svgbox {
        margin-bottom: 8px;
    }

    .ind_main2 .svgbox img {
        width: 40px;
    }

    .ind_main2 .inner {
        border-radius: 10px;
    }

    .ind_main2 .list li img {
        width: 65px;
    }
}

@media(max-width:768px) {
    .ind_main2 .num {
        font-size: 24px;
        line-height: 30px;
    }

    .ind_main2 .inner {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 20px;
    }

    .ind_main2 .inner:nth-child(2n) {
        margin-right: 0;
    }

    .ind_main2 .list li img {
        width: 60px;
    }
}

@media(max-width:538px) {
    .ind_main2 {
        padding: 30px 0px;
    }
}

@media(max-width:400px) {
    .ind_main2 .inner {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 15px;
    }

    .ind_main2 .inner:last-child {
        margin-bottom: 0;
    }
}


/* ind_main3 */

.ind_main3 {
    padding: 64px 0px 90px;
}

.ind_main3 .safe {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.ind_main3 .l_box {
    width: 49%;
}

.ind_main3 .contact {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: var(--co-E96D00);
    padding: 52px 50px 51px 50px;
    border-radius: 16px;
    margin-bottom: 18px;
}

.ind_main3 .title46 {
    margin-bottom: 21px;
}

.ind_main3 .title46 a {
    color: var(--co-fff);
}

.ind_main3 .content {
    color: var(--co-fff);
    font-family: var(--regular);
    font-size: 20px;
    line-height: 36px;
}

.ind_main3 .btn2 {
    flex-shrink: 0;
    margin-left: 15px;
}

.ind_main3 .imgbox {
    overflow: hidden;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ind_main3 .imgbox .video {
    position: absolute;
    cursor: pointer;
}

.ind_main3 .imgbox .video img:hover {
    transform: scale(1.05);
}

.ind_main3 .imgbox:hover img {
    transform: scale(1.05);
}

.ind_main3 .r_box {
    width: 49%;
}

.ind_main3 .inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 18px;
}

@media(max-width:1600px) {
    .ind_main3 {
        padding: 60px 0px;
    }

    .ind_main3 .contact {
        padding: 40px 40px 40px 50px;
        border-radius: 16px;
        margin-bottom: 18px;
    }

    .ind_main3 .content {
        font-size: 18px;
        line-height: 34px;
    }

    .ind_main3 .inner .imgbox {
        width: 49%;
    }

    .ind_main3 .imgbox .video img {
        width: 95px;
    }
}

@media(max-width:1333px) {
    .ind_main3 {
        padding: 50px 0px;
    }

    .ind_main3 .contact {
        padding: 30px;
        border-radius: 16px;
        margin-bottom: 18px;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .ind_main3 .title46 {
        margin-bottom: 10px;
    }

    .ind_main3 .content {
        font-size: 16px;
        line-height: 28px;
    }

    .ind_main3 .contact .l {
        width: 100%;
        margin-bottom: 20px;
    }

    .ind_main3 .btn2 {
        margin-left: 0;
    }

    .ind_main3 .imgbox .video img {
        width: 80px;
    }
}

@media(max-width:999px) {
    .ind_main3 {
        padding: 40px 0px;
    }

    .ind_main3 .content {
        font-size: 14px;
        line-height: 26px;
    }

    .ind_main3 .contact {
        padding: 20px;
        border-radius: 10px;
        margin-bottom: 15px;
    }

    .ind_main3 .imgbox {
        border-radius: 10px;
    }

    .ind_main3 .imgbox .video img {
        width: 70px;
    }
}

@media(max-width:768px) {
    .ind_main3 .imgbox .video img {
        width: 60px;
    }
}

@media(max-width:640px) {
    .ind_main3 .inner {
        flex-direction: column;
    }

    .ind_main3 .inner .imgbox {
        width: 100%;
        margin-bottom: 18px;
    }

    .ind_main3 .inner .imgbox:last-child {
        margin-bottom: 0;
    }
}

@media(max-width:538px) {
    .ind_main3 {
        padding: 30px 0px;
    }
}

@media(max-width:500px) {
    .ind_main3 .safe {
        flex-direction: column;
    }

    .ind_main3 .contact {
        width: 100%;
    }

    .ind_main3 .l_box {
        width: 100%;
        margin-bottom: 20px;
    }

    .ind_main3 .r_box {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .ind_main3 .inner .imgbox img {
        border-radius: 10px;
    }
}


/* ind_main4 */

.ind_main4 {
    padding: 194px 0px 186px;
    background-image: url(../images/h_pic7.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.ind_main4 .safe {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 100;
}

.ind_main4 .indVideo{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
}

.ind_main4 .l_box {
    width: 60%;
}

.ind_main4 .title46 {
    margin-bottom: 39px;
    color: var(--co-fff);
}

.ind_main4 .content {
    color: var(--co-fff);
    font-family: var(--regular);
    font-size: 20px;
    line-height: 32px;
}

@media(max-width:1600px) {
    .ind_main4 {
        padding: 120px 0px;
    }

    .ind_main4 .title46 {
        margin-bottom: 30px;
    }

    .ind_main4 .l_box {
        width: 70%;
    }

    .ind_main4 .content {
        font-size: 18px;
        line-height: 30px;
    }
}

@media(max-width:1333px) {
    .ind_main4 .title46 {
        margin-bottom: 20px;
    }

    .ind_main4 .l_box {
        width: 70%;
    }

    .ind_main4 .content {
        font-size: 16px;
        line-height: 26px;
    }

    .ind_main4 {
        padding: 80px 0px;
    }
}

@media(max-width:999px) {
    .ind_main4 .safe {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .ind_main4 .l_box {
        width: 100%;
        margin-bottom: 20px;
    }

    .ind_main4 {
        padding: 60px 0px;
    }

    .ind_main4 .title46 {
        margin-bottom: 10px;
    }

}

@media(max-width:538px) {
    .ind_main4 {
        padding: 40px 0px;
    }
}

/* ind_main5 */

.ind_main5 {
    padding: 80px 0px 65px;
    background-size: auto;
    background-position: right top;
    background-repeat: no-repeat;
}

.ind_main5 .title46 {
    margin-bottom: 51px;
}

.ind_main5 .wrap {
    display: flex;
    flex-wrap: wrap;
}

.ind_main5 .inner {
    width: 23.2857%;
    margin-right: 2.2857%;
    display: flex;
    flex-direction: column;
}

.ind_main5 .inner:nth-child(4n) {
    margin-right: 0;
}

.ind_main5 .inner:nth-child(2n) {
    flex-direction: column-reverse;
}

.ind_main5 .in {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 33px;
}

.ind_main5 .in:hover .shadow {
    background: transparent;
}

.ind_main5 .in:hover .btn2 {
    display: block;
}

.ind_main5 .shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.ind_main5 .title {
    color: var(--co-fff);
    text-align: center;
    font-family: var(--semibold);
    font-size: 24px;
    line-height: 34px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ind_main5 .title a {
    color: var(--co-fff);
}

.ind_main5 .title a:hover {
    text-decoration: underline;
}

.ind_main5 .btn2 {
    margin-top: 25px;
    display: none;
}

.ind_main5 .btn2 span,
.ind_main5 .btn2 i {
    color: var(--co-1857c5);
}

.ind_main5 .btn2:hover i,
.ind_main5 .btn2:hover span {
    color: var(--co-fff);
}

@media(max-width:1600px) {
    .ind_main5 {
        padding: 60px 0px;
    }

    .ind_main5 .title46 {
        margin-bottom: 45px;
    }

    .ind_main5 .title {
        font-size: 22px;
        line-height: 32px;
    }

    .ind_main5 .btn2 {
        margin-top: 20px;
    }

    .ind_main5 .in {
        margin-bottom: 20px;
    }
}

@media(max-width:1333px) {
    .ind_main5 {
        padding: 50px 0px;
    }

    .ind_main5 .title46 {
        margin-bottom: 35px;
    }

    .ind_main5 .title {
        font-size: 20px;
        line-height: 30px;
    }

    .ind_main5 .btn2 {
        margin-top: 15px;
    }
}

@media(max-width:999px) {
    .ind_main5 {
        padding: 40px 0px;
    }

    .ind_main5 .title46 {
        margin-bottom: 25px;
    }

    .ind_main5 .in {
        border-radius: 10px;
    }

    .ind_main5 .title {
        font-size: 18px;
        line-height: 28px;
    }

    .ind_main5 .btn2 {
        margin-top: 10px;
        display: none !important;
    }
}

@media(max-width:768px) {
    .ind_main5 .title46 {
        margin-bottom: 15px;
    }

    .ind_main5 .inner {
        width: 49%;
        margin-right: 2%;
    }

    .ind_main5 .inner:nth-child(2n) {
        margin-right: 0;
    }
}

@media(max-width:538px) {
    .ind_main5 {
        padding: 30px 0px;
    }
}

/* ind_main6 */

.ind_main6 .title46 {
    text-align: center;
    margin-bottom: 51px;
}

.ind_main6 .wrap {
    display: flex;
    flex-wrap: wrap;
    border-radius: 16px;
    overflow: hidden;

    /* box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.10); */
}

.ind_main6 .inner {
    width: 6.4285%;
    min-height: 628px;
    padding: 40px 10px 40px 10px;

    position: relative;

    box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.10);
}

.ind_main6 .active {
    width: 67.8571%;
}

.ind_main6 .step {
    text-align: center;
    position: absolute;
    padding: 40px 10px 10px 10px;
    width: 100%;
    text-align: center;
    left: 0;
    top: 0;
}

.ind_main6 .na {
    color: var(--co-fff);
    font-family: var(--medium);
    font-size: 20px;
    line-height: 28px;
}

.ind_main6 .na1 {
    margin-bottom: 10px;
}

.ind_main6 .num {
    color: var(--co-fff);
    font-family: var(--bold);
    font-size: 40px;
    line-height: 52px;
}

.ind_main6 .shadow {
    overflow: hidden;
    opacity: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.ind_main6 .titlebox {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.ind_main6 .st {
    margin-bottom: 8px;
}

.ind_main6 .st .na2 {
    font-size: 24px;
    margin-right: 8px;
}

.ind_main6 .name {
    color: var(--co-fff);
    font-family: var(--bold);
    font-size: 22px;
    line-height: 34px;
    margin-bottom: 6px;
}

.ind_main6 .s_tit {
    color: var(--co-E96D00);
    font-family: var(--medium);
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ind_main6 .bianji {
    color: var(--co-fff);
    margin-bottom: 11px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 84px;
}

.ind_main6 .imgbox {
    border-radius: 16px;
    overflow: hidden;
}

.ind_main6 .btn2 span,
.ind_main6 .btn2 i {
    color: var(--co-1B3F7E);
}

.ind_main6 .btn2:hover span,
.ind_main6 .btn2:hover i {
    color: var(--co-fff);
}

.ind_main6 .active {
    padding: 37px 39px 30px 41px;
}

.ind_main6 .active .step {
    display: none;
}

.ind_main6 .active .shadow {
    opacity: 1 !important;
}


.ind_main6 .inner:nth-of-type(1) {
    background: #00217f;
}

.ind_main6 .inner:nth-of-type(2) {
    background-color: #334d99;
}

.ind_main6 .inner:nth-of-type(3) {
    background-color: #006491;
}

.ind_main6 .inner:nth-of-type(4) {
    background-color: #2786b0;
}

.ind_main6 .inner:nth-of-type(5) {
    background-color: #11a0af;
}

.ind_main6 .inner:nth-of-type(6) {
    background-color: #76bdc4;
}

@media(max-width:1600px) {
    .ind_main6 .title46 {
        margin-bottom: 45px;
    }

    .ind_main6 .num {
        font-size: 36px;
        line-height: 48px;
    }

    .ind_main6 .na {
        font-size: 18px;
    }

    .ind_main6 .st .na2 {
        font-size: 22px;
        margin-right: 5px;
    }

    .ind_main6 .name {
        font-size: 20px;
        line-height: 32px;
        margin-bottom: 6px;
    }
}

@media(max-width:1333px) {
    .ind_main6 .title46 {
        margin-bottom: 35px;
    }

    .ind_main6 .num {
        font-size: 32px;
        line-height: 42px;
    }

    .ind_main6 .na {
        font-size: 16px;
    }

    .ind_main6 .st .na2 {
        font-size: 20px;
    }

    .ind_main6 .name {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 5px;
    }

    .ind_main6 .inner {
        min-height: 500px;
        padding: 30px 10px 30px 10px;
    }

    .ind_main6 .active {
        padding: 30px 30px 30px 30px;
    }

    .ind_main6 .s_tit {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 5px;
    }
}

@media(max-width:999px) {
    .ind_main6 .title46 {
        margin-bottom: 25px;
    }

    .ind_main6 .num {
        font-size: 28px;
        line-height: 38px;
    }

    .ind_main6 .inner {
        width: 49% !important;
        margin-right: 2% !important;
        min-height: unset;
        margin-bottom: 20px;
        border-radius: 10px;
    }

    .ind_main6 .inner:nth-child(2n) {
        margin-right: 0 !important;
    }

    .ind_main6 .step {
        display: none !important;
    }

    .ind_main6 .shadow {
        opacity: 1 !important;
    }

    .ind_main6 .wrap {
        border-radius: 10px;
    }

    .ind_main6 .active,
    .ind_main6 .inner {
        padding: 20px !important;
    }

    .ind_main6 .s_tit {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 5px;
    }

    .ind_main6 .st .na2 {
        font-size: 18px;
    }
}

@media(max-width:768px) {
    .ind_main6 .title46 {
        margin-bottom: 15px;
    }

    .ind_main6 .num {
        font-size: 26px;
        line-height: 34px;
    }

    .ind_main6 .titlebox {
        flex-direction: column;
        margin-bottom: 10px;
    }

    .ind_main6 .l {
        width: 100%;
        margin-bottom: 10px;
    }

    .ind_main6 .name {
        margin-bottom: 0;
    }

    .ind_main6 .imgbox {
        border-radius: 10px;
    }

    .ind_main6 .st .na2 {
        font-size: 16px;
    }
}

@media(max-width:538px) {
    .ind_main6 .num {
        font-size: 22px;
        line-height: 32px;
    }
}

@media(max-width:500px) {
    .ind_main6 .inner {
        width: 100% !important;
        margin-right: 0 !important;
    }

    .ind_main6 .inner:last-child {
        margin-bottom: 0 !important;
    }
}


/* ind_bottom */

.ind_bottom {
    background-image: url(../images/h_pic13.jpg);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: auto;

    max-width: 1920px;
    margin: 0 auto;
}


/* news_info */

.news_info1 {
    padding: 90px 0px 86px;
}

.news_info2 {
    padding: 0px 0px 80px;
}

.news_info .safe {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.news_info .l_box {
    width: 57.5%;
}

.news_info .titlebox1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 38px;
}

.news_info .bt {
    color: var(--co-1B3F7E);
    font-family: var(--medium);
    font-size: 18px;
}

.news_info .bt span,
.news_info .bt i {
    color: var(--co-1B3F7E);
}

.news_info .bt i {
    display: inline-block;
    transform: rotate(-45deg);
}

.news_info .bt:hover span,
.news_info .bt:hover i {
    color: var(--co-E96D00);
}

.news_info .inner {
    display: flex;
    justify-content: space-between;
    border-radius: 16px;
    overflow: hidden;
    background: #f7f8fa;
    margin-bottom: 39px;
}

.news_info .inner:last-child {
    margin-bottom: 0;
}

.news_info .imgbox {
    overflow: hidden;
    width: 47.3%;
    border-radius: 16px;
}

.news_info .contact {
    width: 52.7%;
    padding: 37px 20px 20px 24px;
}

.news_info .data {
    color: var(--co-999);
    font-family: var(--regular);
    font-size: 16px;
    line-height: 28px;
}

.news_info .title {
    color: var(--co-333);
    font-family: var(--semibold);
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 20px;
    min-height: 64px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_info .title a {
    color: var(--co-333);
}

.news_info .btn {
    color: var(--co-1B3F7E);
    font-family: var(--regular);
    font-size: 16px;
    line-height: 28px;
}

.news_info .btn span {
    margin-right: 8px;
    color: var(--co-1B3F7E);
    font-family: var(--regular);
}

.news_info .btn i {
    display: inline-block;
    transform: rotate(-45deg);
    color: var(--co-1B3F7E);
}

.news_info .inner:hover .data,
.news_info .inner:hover .title,
.news_info .inner:hover .title a,
.news_info .inner:hover .btn,
.news_info .inner:hover .btn span,
.news_info .inner:hover .btn i {
    color: var(--co-E96D00);
}

.news_info .r_box {
    width: 37%;
}

.news_info .titlebox2 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 55px;
}

.news_info .btnbox {
    display: flex;
    align-items: center;
}

.news_info .btnbox i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 999px;
    background: var(--co-1B3F7E);
    color: var(--co-fff);
    margin-right: 16px;
    cursor: pointer;
}

.news_info .btnbox i:last-child {
    margin-right: 0;
}

.news_info .btnbox i:hover {
    background: var(--co-E96D00);
    color: var(--co-fff);
}

.news_info .img {
    overflow: hidden;
}

.news_info .img img:hover {
    transform: scale(1.05);
}

.news_info .name {
    padding-top: 25px;
    text-align: center;

    color: var(--co-333);
    font-family: var(--regular);
    font-size: 16px;
    line-height: 28px;
}

@media(max-width:1600px) {
    .news_info1 {
        padding: 60px 0px;
    }

    .news_info .titlebox1 {
        margin-bottom: 30px;
    }

    .news_info .imgbox a,
    .news_info .imgbox a img {
        height: 100%;
        object-fit: cover;
    }

    .news_info .title {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 15px;
        min-height: 56px;
    }

    .news_info .titlebox2 {
        margin-bottom: 40px;
    }

    .news_info .name {
        padding-top: 20px;
        font-size: 16px;
        line-height: 28px;
    }
}

@media(max-width:1333px) {
    .news_info1 {
        padding: 50px 0px;
    }

    .news_info .titlebox1 {
        margin-bottom: 20px;
    }

    .news_info .contact {
        width: 52.7%;
        padding: 20px 20px 20px 20px;
    }

    .news_info .titlebox2 {
        margin-bottom: 30px;
    }

    .news_info .btnbox i {
        width: 42px;
        height: 42px;
        margin-right: 10px;
    }

    .news_info .name {
        padding-top: 10px;
        font-size: 16px;
        line-height: 26px;
    }

    .news_info .bt {
        font-size: 16px;
    }
}

@media(max-width:999px) {
    .news_info1 {
        padding: 40px 0px;
    }

    .news_info .safe {
        flex-direction: column;
    }

    .news_info .l_box {
        width: 100%;
        margin-bottom: 20px;
    }

    .news_info .imgbox {
        width: 42%;
        border-radius: 10px;
    }

    .news_info .contact {
        width: 56%;
        padding: 20px 20px 20px 20px;
        border-radius: 10px;
    }

    .news_info .inner {
        border-radius: 10px;
        margin-bottom: 20px;
    }

    .news_info .bt {
        font-size: 14px;
    }

    .news_info .r_box {
        width: 100%;
    }

    .news_info .name {
        padding-top: 5px;
        font-size: 14px;
        line-height: 26px;
    }

    .news_info .titlebox2 {
        margin-bottom: 20px;
    }

    .news_info .title {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 10px;
        min-height: 52px;
    }

    .news_info .data {
        font-size: 14px;
        line-height: 26px;
    }

    .news_info .btn {
        font-size: 14px;
        line-height: 26px;
    }
}

@media(max-width:768px) {
    .news_info .titlebox2 {
        margin-bottom: 10px;
    }

    .news_info .title {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 10px;
        min-height: 52px;
    }
}

@media(max-width:538px) {
    .news_info1 {
        padding: 30px 0px;
    }
}

@media(max-width:450px) {
    .news_info .inner {
        flex-direction: column;
    }

    .news_info .imgbox {
        width: auto;
        margin-bottom: 20px;
    }

    .news_info .contact {
        width: 100%;
    }
}


/* ind_main7 */

.ind_main7 {
    max-width: 1920px;
    margin: 0 auto;
    padding-bottom: 134px;
}

.ind_main7 .title46 {
    text-align: center;
    margin-bottom: 61px;
}

.ind_main7 .swiper {}

.ind_main7 .imgbox {
    margin-bottom: 30px;
    border-radius: 10px;
    overflow: hidden;
}

.ind_main7 .imgbox:last-child {
    margin-bottom: 0;
}

.ind_main7 .imgbox:nth-child(2n) {
    transform: translateX(50%);
}

/* .ind_main7 .swiper-wrapper {
    transition-timing-function: linear !important;
} */

.ind_main7 .btnbox i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 46px;
    height: 46px;
    border-radius: 999px;
    background: var(--co-1B3F7E);
    color: var(--co-fff);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.ind_main7 .btnbox i:hover {
    background: var(--co-E96D00);
}

.ind_main7 .btnbox i:first-child {
    left: -80px;
}

.ind_main7 .btnbox i:last-child {
    right: -80px;
}

@media(max-width:1600px) {
    .ind_main7 {
        padding-bottom: 60px;
    }

    .ind_main7 .title46 {
        margin-bottom: 45px;
    }

    .ind_main7 .btnbox i:first-child {
        left: -65px;
    }

    .ind_main7 .btnbox i:last-child {
        right: -65px;
    }
}

@media(max-width:1333px) {
    .ind_main7 {
        padding-bottom: 50px;
    }

    .ind_main7 .title46 {
        margin-bottom: 35px;
    }

    .ind_main7 .imgbox {
        margin-bottom: 20px;
        border-radius: 10px;
    }
}

@media(max-width:999px) {
    .ind_main7 {
        padding-bottom: 40px;
    }

    .ind_main7 .title46 {
        margin-bottom: 25px;
    }

    .ind_main7 .imgbox {
        margin-bottom: 10px;
        border-radius: 0px;
    }

    .ind_main7 .swiper {
        margin-bottom: 20px;
    }

    .ind_main7 .btnbox i {
        position: static;
        transform: unset;
    }

    .ind_main7 .btnbox {
        display: flex;
        justify-content: center;
    }

    .ind_main7 .btnbox i:first-child {
        margin-right: 10px;
    }
}

@media(max-width:768px) {
    .ind_main7 .title46 {
        margin-bottom: 15px;
    }
}

@media(max-width:538px) {
    .ind_main7 {
        padding-bottom: 30px;
    }
}

/* footer */

footer {
    padding: 53px 0px 30px;
    background-image: url(../images/foot.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

footer::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
}

footer .topbox,
footer .bottombox {
    position: relative;
    z-index: 10;
}

footer .topbox .safe {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


footer .topbox {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 35px;
    margin-bottom: 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

footer .l_box {
    width: 25%;
    margin-top: -52px;
}

footer .logo {
    margin-bottom: -9px;
}

footer .logo img:hover {
    transform: scale(1.05);
}

footer .address {
    color: var(--co-fff);
    font-family: var(--semibold);
    font-size: 22px;
    line-height: 34px;
    margin-bottom: 51px;
}

footer .blogrolls {
    display: flex;
    flex-wrap: wrap;
}

footer .blogrolls a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: var(--co-fff);
    margin-right: 10px;
    background: var(--co-1B3F7E);
    font-size: 18px;
    border-radius: 4px;
}

footer .blogrolls a:hover {
    background: var(--co-E96D00);
}

footer .r_box {
    width: 71.1%;
}

footer .wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

footer .title {
    margin-bottom: 20px;
}

footer .title,
footer .title a {
    color: var(--co-fff);
    font-family: var(--semibold);
    font-size: 24px;
    line-height: 38px;
}

footer .title i {
    font-weight: bold;
    display: none;
}

footer ul li {
    margin-bottom: 9px;
}

footer ul li:last-child {
    margin-bottom: 0;
}

footer ul li,
footer ul li a {
    color: var(--co-fff);
    font-family: var(--regular);
    font-size: 16px;
    line-height: 28px;
}

footer .title a:hover,
footer ul li a:hover,
footer .links a:hover,
footer .copyright a:hover {
    color: var(--co-E3C48B);
}

footer .box1 {
    width: 41.1%;
}

footer .box2 {
    width: 22.7%;
}

footer .box3 {
    width: 36.1%;
}

footer .box1 ul li,
footer .box2 ul li {
    padding-right: 10%;
}

footer .inpbox1 {
    margin-bottom: 12px;
}

footer .inpbox1:last-child {
    margin-bottom: 0;
}

footer .inp1 input {
    width: 100%;
    height: 36px;
    border-radius: 4px;
    border: 1px solid #CCC;
    background: transparent;
    padding: 0px 15px;
}

footer .inpbox2 textarea {
    width: 100%;
    border-radius: 4px;
    border: 1px solid #CCC;
    background: transparent;
    padding: 5px 15px;
    height: 74px;
    display: block;
}

footer .inp1 input,
footer .inpbox2 textarea {
    color: var(--co-fff);
    font-family: var(--regular);
    font-size: 14px;
    line-height: 28px;
}

footer .inp1 input::placeholder,
footer .inpbox2 textarea::placeholder {
    color: var(--co-999);
}

footer .inpbox3 {
    display: flex;
    align-items: flex-start;
}

footer .inpbox3 .submit {
    margin-left: 16px;

}

footer .inpbox3 .submit input {
    width: 154px;
    height: 37px;
    background: var(--co-1B3F7E);

    color: var(--co-fff);
    font-family: var(--regular);
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
}

footer .inpbox3 .submit input:hover {
    background: var(--co-fff);
    color: var(--co-1B3F7E);
}

footer .must {
    position: relative;
}

footer .must::after {
    content: "*";
    color: #D1111B;
    font-size: 14px;
    line-height: 16px;
    position: absolute;
    top: 12px;
    left: 12px;
}

footer .must input,
footer .must textarea {
    padding-left: 20px;
    resize: none;
}

footer .code {
    position: relative;
}

footer .code input {
    padding-right: 90px !important;
}

footer .codebox {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 4px;
    overflow: hidden;
}

footer .codebox img {
    height: 100%;
}

footer .copyright {
    margin-bottom: 5px;
}

footer .copyright,
footer .copyright a,
footer .links,
footer .links a {
    color: var(--co-fff);
    font-family: var(--regular);
    font-size: 16px;
    line-height: 26px;
}


@media(max-width:1600px) {
    footer .address {
        font-size: 20px;
        line-height: 32px;
        margin-bottom: 40px;
    }

    footer .inpbox3 {
        flex-direction: column;
    }

    footer .code {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    footer .inpbox3 .submit {
        margin-left: 0;
        width: 100%;
    }

    footer .inpbox3 .submit input {
        width: 100%;
    }

    footer .title,
    footer .title a {
        font-size: 22px;
        line-height: 36px;
    }
}

@media(max-width:1333px) {
    footer .address {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 30px;
    }

    footer .l_box {
        width: 25%;
        margin-top: -20px;
    }

    footer .blogrolls a {
        margin-bottom: 8px;
    }

    footer .title,
    footer .title a {
        font-size: 20px;
        line-height: 30px;
    }

    footer .title {
        margin-bottom: 15px;
    }

    footer .logo img {
        width: 300px;
    }
}

@media(max-width:999px) {
    footer {
        padding: 30px 0px 50px;
    }

    footer .topbox .safe {
        flex-direction: column;
    }

    footer .l_box {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: 0;
        margin-bottom: 20px;
    }

    footer .r_box {
        width: 100%;
    }

    footer .wrap .box {
        width: 100% !important;
        margin-right: 0 !important;
    }

    footer .title {
        margin-bottom: 0px;
    }

    footer ul {
        margin-top: 5px;
        display: none;
        transition: none;
    }

    footer form {
        display: none;
        margin-top: 10px;
        transition: none;
    }

    footer .box {
        margin-bottom: 10px !important;
    }

    footer .box:last-child {
        margin-bottom: 0 !important;
    }

    footer .title {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    footer .title i {
        display: block;
    }

    footer .title,
    footer .title a {
        font-size: 18px;
        line-height: 28px;
    }

    footer .topbox {
        padding-bottom: 25px;
        margin-bottom: 25px;
    }

    footer ul li,
    footer ul li a {
        font-size: 14px;
        line-height: 26px;
    }

    footer .copyright,
    footer .copyright a,
    footer .links,
    footer .links a {
        font-size: 14px;
        line-height: 26px;
    }

    footer .logo img {
        width: 280px;
    }

    footer .address {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 20px;
    }
}

@media(max-width:768px) {

    footer .title,
    footer .title a {
        font-size: 16px;
        line-height: 26px;
    }
}


/* 2-0 */

.products_list {
    padding: 62px 0px 3px;
}

.products_list .title36 {
    margin-bottom: 9px;
}

.products_list .bianji {
    margin-bottom: 59px;
}

.products_list .wrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 38px;
}

.products_list .inner {
    width: 22.8%;
    margin-right: 2%;
    background: #f5f6f7;
    border-radius: 16px;
    margin-bottom: 42px;
}

.products_list .inner:nth-child(4n) {
    margin-right: 0;
}

.products_list .inner:hover,
.products_list .inner:hover .contact {
    background: var(--co-E96D00);
}

.products_list .inner:hover .title,
.products_list .inner:hover .title a,
.products_list .inner:hover .btn span {
    color: var(--co-fff);
}

.products_list .imgbox {
    overflow: hidden;

    border-radius: 16px 16px 0 0;
    background: url(<path-to-image>) lightgray 50% / cover no-repeat;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.15);
}

.products_list .contact {
    padding: 13px 20px 23px 26px;
    background: #f5f6f7;
    border-radius: 0 0 16px 16px;
}

.products_list .title {
    color: var(---co-333);
    font-family: var(--medium);
    font-size: 18px;
    line-height: 28px;
    min-height: 56px;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.products_list .title a {
    color: var(--co-333);
}

.products_list .title a:hover {
    text-decoration: underline;
}

.products_list .btn {
    color: var(--co-666);
    font-family: var(--regular);
    font-size: 16px;
}

.products_list .btn span {
    margin-left: 5px;
}

.products_list .btn:hover span {
    text-decoration: underline;
}

/* 隐藏默认的复选框 */
.products_list .custom-checkbox input {
    display: none;
}

/* 创建自定义复选框的外观 */
.products_list .checkmark {
    height: 15px;
    width: 15px;
    background-color: #eee;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    border-radius: 0px;
    margin-right: 0px;
    cursor: pointer;
}

/* 当复选框被选中时改变样式 */
.products_list .custom-checkbox input:checked~.checkmark::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid #e96d00;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    cursor: pointer;
}

@media(max-width:1600px) {
    .products_list {
        padding: 60px 0px 0px;
    }

    .products_list .bianji {
        margin-bottom: 45px;
    }

    .products_list .inner {
        margin-bottom: 30px;
    }
}

@media(max-width:1333px) {
    .products_list {
        padding: 50px 0px 0px;
    }

    .products_list .bianji {
        margin-bottom: 35px;
    }

    .products_list .title {
        font-size: 16px;
        line-height: 26px;
        min-height: 52px;
        margin-bottom: 10px;
    }
}

@media(max-width:999px) {
    .products_list {
        padding: 40px 0px 0px;
    }

    .products_list .bianji {
        margin-bottom: 25px;
    }

    .products_list .inner {
        width: 32%;
        margin-right: 2%;
        border-radius: 10px;
    }

    .products_list .inner:nth-child(4n) {
        margin-right: 2%;
    }

    .products_list .inner:nth-child(3n) {
        margin-right: 0;
    }

    .products_list .imgbox {
        border-radius: 10px 10px 0 0;
    }

    .products_list .contact {
        padding: 13px 15px 15px 15px;
        border-radius: 0 0 10px 10px;
    }

    .products_list .btn {
        font-size: 14px;
    }

    .products_list .title {
        font-size: 14px;
        line-height: 26px;
        min-height: 52px;
        margin-bottom: 10px;
    }

    .products_list .wrap {
        margin-bottom: 30px;
    }
}

@media(max-width:768px) {
    .products_list .bianji {
        margin-bottom: 15px;
    }
}

@media(max-width:700px) {
    .products_list .inner {
        width: 49%;
    }

    .products_list .inner:nth-child(3n) {
        margin-right: 2%;
    }

    .products_list .inner:nth-child(2n) {
        margin-right: 0;
    }

    .products_list .wrap {
        margin-bottom: 20px;
    }
}

@media(max-width:538px) {
    .products_list {
        padding: 30px 0px 0px;
    }
}

@media(max-width:400px) {
    .products_list .inner {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .products_list .inner:last-child {
        margin-bottom: 0;
    }

    .products_list .inner .imgbox img {
        width: 100%;
    }
}


/* pagination */

.p_pagination {
    display: flex;
    justify-content: center;
    align-items: center;
}

.p_pagination a {
    width: 48px;
    height: 48px;
    background-color: #ffffff;
    border-radius: 0px;
    border: solid 1px #E1E2E4;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    border-radius: 999px;

    color: #333;
    font-size: 16px;
}

.p_pagination .prev,
.p_pagination .next {
    background: var(--co-1B3F7E);
    color: var(--co-fff);
    border: 1px solid var(--co-1B3F7E);
}

.p_pagination .prev:hover,
.p_pagination .next:hover {
    background: var(--co-E96D00);
    border: 1px solid var(--co-E96D00);
    color: var(--co-fff);
}

.p_pagination a:hover,
.p_pagination .active {
    border: 1px solid var(--co-E96D00);
    color: var(--co-E96D00);
    background: var(--co-fff);
}

.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;
}


.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination a {
    width: 32px;
    height: 32px;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #E1E2E4;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;

    color: #333;
    font-size: 16px;
}

.pagination a:hover,
.pagination .active {
    color: var(--co-fff);
    background: var(--co-1B3F7E);
    border: 1px solid var(--co-1B3F7E);
}

@media(max-width:1600px) {

    .p_pagination,
    .pagination {
        flex-wrap: wrap;
    }
}

@media(max-width:999px) {

    .p_pagination a,
    .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;
    }

    .pagination a {
        margin-right: 10px;
    }
}



/* 2-0 products-1 */

.crumb {
    background: var(--co-1B3F7E);
    margin-top: 153px;
    padding: 13px 0px;
    display: flex;
    align-items: center;
}

.crumb .txts {
    color: var(--co-fff);
    font-family: var(--semibold);
    font-size: 24px;
    line-height: 54px;
    text-transform: uppercase;
}

@media(max-width:1600px) {
    .crumb {
        margin-top: 143px;
    }

    .crumb .txts {
        font-size: 22px;
        line-height: 34px;
    }
}

@media(max-width:1333px) {
    .crumb {
        margin-top: 139px;
        padding: 10px 0px;
    }

    .crumb .txts {
        font-size: 20px;
        line-height: 30px;
    }
}

@media(max-width:1200px) {
    .crumb {
        margin-top: 121px;
        padding: 8px 0px;
    }

    .crumb .txts {
        font-size: 18px;
        line-height: 28px;
    }
}

@media(max-width:999px) {
    .crumb {
        margin-top: 60px;
        padding: 5px 0px;
    }

    .crumb .txts {
        font-size: 16px;
        line-height: 26px;
    }
}

@media(max-width:768px) {
    .crumb {
        margin-top: 50px;
    }

    .crumb .txts {
        font-size: 14px;
        line-height: 26px;
    }
}

@media(max-width:538px) {}

/* products_categories */

.products_categories {
    padding: 61px 0px 41px;
}

.products_categories .title46 {
    margin-bottom: 14px;
}

.products_categories .bianji {
    margin-bottom: 46px;
}

.products_categories .wrap {
    display: flex;
    flex-wrap: wrap;
}

.products_categories .inner {
    width: 31.45%;
    margin-right: 2.82%;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}

.products_categories .inner:nth-child(3n) {
    margin-right: 0;
}

.products_categories .inner:hover .btn {
    display: flex;
}

.products_categories .shadow {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px;
}

.products_categories .title {
    color: var(--co-fff);
    text-align: center;
    font-family: var(--bold);
    font-size: 24px;
    line-height: 38px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.products_categories .title a {
    color: var(--co-fff);
}

.products_categories .title:hover,
.products_categories .title a:hover {
    color: var(--co-E96D00);
}

.products_categories .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 999px;
    background: var(--co-E96D00);
    color: var(--co-fff);
    margin-top: 14px;
    display: none;
}

@media(max-width:1600px) {
    .products_categories {
        padding: 60px 0px 40px;
    }

    .products_categories .bianji {
        margin-bottom: 35px;
    }

    .products_categories .title {
        font-size: 22px;
        line-height: 34px;
    }

    .products_categories .shadow {
        padding: 30px;
    }
}

@media(max-width:1333px) {
    .products_categories {
        padding: 50px 0px 40px;
    }

    .products_categories .bianji {
        margin-bottom: 25px;
    }

    .products_categories .title {
        font-size: 20px;
        line-height: 30px;
    }

    .products_categories .shadow {
        padding: 20px;
    }
}

@media(max-width:999px) {
    .products_categories {
        padding: 40px 0px;
    }

    .products_categories .bianji {
        margin-bottom: 15px;
    }

    .products_categories .title {
        font-size: 18px;
        line-height: 28px;
    }

    .products_categories .inner {
        border-radius: 10px;
    }

    .products_categories .title46 {
        margin-bottom: 8px;
    }

    .products_categories .inner {
        width: 31.45%;
        margin-right: 2.82%;
        border-radius: 10px;
        margin-bottom: 20px;
    }

    .products_categories .btn {
        display: none !important;
    }
}

@media(max-width:768px) {
    .products_categories .title {
        font-size: 16px;
        line-height: 26px;
    }

    .products_categories .inner {
        width: 48%;
        margin-right: 4%;
    }

    .products_categories .inner:nth-child(3n) {
        margin-right: 4%;
    }

    .products_categories .inner:nth-child(2n) {
        margin-right: 0;
    }
}

@media(max-width:538px) {
    .products_categories {
        padding: 30px 0px;
    }

    .products_categories .title {
        font-size: 14px;
        line-height: 26px;
    }
}

@media(max-width:400px) {
    .products_categories .inner {
        width: 100%;
        margin-right: 0%;
    }

    .products_categories .inner:last-child {
        margin-bottom: 0;
    }
}


/* products_frequen */

.products_frequen .titlebox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 39px;
}

.products_frequen .btnbox {
    display: flex;
    align-items: center;
}

.products_frequen .btnbox i {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: var(--co-fff);
    background: var(--co-1B3F7E);
    margin-left: 16px;
    cursor: pointer;
}

.products_frequen .btnbox i:hover{
    background: var(--co-E96D00);
}

.products_frequen .list li {
    margin-bottom: 24px;
}

.products_frequen .list li:last-child {
    margin-bottom: 0;
}

.products_frequen .question span,
.products_frequen .answer span {
    color: var(--co-E96D00);
    text-align: center;
    font-family: var(--semibold);
    font-size: 20px;
    line-height: 32px;
    flex-shrink: 0;

    margin-right: 19px;
    display: inline-block;
    transform: translateY(-1px);
}

.products_frequen .question {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;

    color: var(--co-333);
    font-family: var(--semibold);
    font-size: 20px;
    line-height: 32px;
    padding: 19px 20px;
    background: rgba(233, 109, 0, 0.05);
}

.products_frequen .question>.l {
    display: flex;
    align-items: flex-start;
}

.products_frequen .question>i {
    font-size: 20px;
    color: var(--co-E96D00);
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-shrink: 0;
    margin-left: 10px;
}

.products_frequen .question>.icon-jia {
    border: 1px solid var(--co-E96D00);
}


.products_frequen .answer {
    margin-top: 25px;
    padding-left: 54px;
    margin-bottom: 40px;

    display: none;
    transition: none;
}

.products_frequen .answer>div {
    display: flex;
    align-items: flex-start;
}

.products_frequen .content {
    font-size: 18px;
    line-height: 30px;
    color: var(--co-666);
}

.products_frequen .content strong {
    font-weight: normal;
    font-family: var(--semibold);
    font-size: 20px;
    color: var(--co-333);
}

@media(max-width:1600px) {
    .products_frequen .titlebox {
        margin-bottom: 30px;
    }

    .products_frequen .answer {
        margin-top: 25px;
        padding-left: 30px;
        margin-bottom: 20px;
    }

    .products_frequen .content {
        font-size: 16px;
        line-height: 28px;
    }

    .products_frequen .content strong {
        font-size: 18px;
    }

    .products_frequen .question {
        font-size: 18px;
        line-height: 30px;
        padding: 15px 20px;
        background: rgba(233, 109, 0, 0.05);
    }

    .products_frequen .question span,
    .products_frequen .answer span {
        font-size: 18px;
        line-height: 30px;
        margin-right: 10px;
        transform: translateY(-1px);
    }
}

@media(max-width:1333px) {
    .products_frequen .titlebox {
        margin-bottom: 20px;
    }

    .products_frequen .list li {
        margin-bottom: 20px;
    }
}

@media(max-width:999px) {
    .products_frequen .titlebox {
        margin-bottom: 15px;
    }

    .products_frequen .question {
        font-size: 16px;
        line-height: 26px;
        padding: 12px 16px;
    }

    .products_frequen .answer {
        margin-top: 15px;
        padding-left: 20px;
        margin-bottom: 10px;
    }

    .products_frequen .content strong {
        font-size: 16px;
    }

    .products_frequen .content strong {
        font-size: 16px;
    }

    .products_frequen .question span,
    .products_frequen .answer span {
        font-size: 16px;
        line-height: 28px;
        margin-right: 10px;
        transform: translateY(-1px);
    }

    .products_frequen .content {
        font-size: 14px;
        line-height: 26px;
    }

    .products_frequen .list li {
        margin-bottom: 15px;
    }

    .products_frequen .btnbox i {
        width: 42px;
        height: 42px;
        margin-left: 10px;
    }
}

@media(max-width:768px) {
    .products_frequen .question {
        font-size: 14px;
        line-height: 26px;
    }
}

/* talk_now */

.talk_now1 {
    padding: 91px 0px 69px;
}

.talk_now2 {
    padding: 91px 0px 59px;
}

.talk_now3 {
    padding: 81px 0px 59px;
}

.talk_now4 {
    padding: 71px 0px 49px;
}

.talk_now .title46 {
    margin-bottom: 38px;
}

.talk_now .inpbox1 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
}

.talk_now .inp1 {
    width: 49.3%;
    margin-right: 1.5%;
}

.talk_now .inp1:nth-child(2n) {
    margin-right: 0;
}

.talk_now .inp1 input,
.talk_now .inpbox2 textarea {
    width: 100%;
    resize: none;

    border-radius: 5px;
    border: 1px solid #D2D2D2;
    background: rgba(255, 255, 255, 0.05);

    color: var(--co-333);
    font-family: var(--regular);
    font-size: 16px;
    line-height: 28px;
}

.talk_now .inp1 input::placeholder,
.talk_now .inpbox2 textarea::placeholder {
    color: var(--co-666);
}

.talk_now .inp1 input {
    height: 62px;
    padding: 0px 14px;
}

.talk_now .inpbox2 textarea {
    height: 214px;
    padding: 12px 14px;
}

.talk_now .submit input {
    background: var(--co-1B3F7E);
    color: var(--co-fff);
    border: 1px solid var(--co-1B3F7E);
    cursor: pointer;
}

.talk_now .submit input:hover {
    background: var(--co-fff);
    color: var(--co-1B3F7E);
}

.talk_now .drop-btn i {
    right: 10px !important;
}

.talk_now .drop-btn input {
    padding-right: 25px !important;
}

.talk_now .code {
    position: relative;
}

.talk_now .code input {
    padding-right: 110px !important;
}

.talk_now .codebox {
    position: absolute;
    right: 2px;
    top: 50%;
    transform: translateY(-50%);
    height: 97%;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
    background: #f3fbfe;
}

.talk_now .must {
    position: relative;
}

.talk_now .must input,
.talk_now .must textarea {
    padding-left: 25px;
}

.talk_now .must::after {
    content: "*";
    color: #ff0000;
    top: 15px;
    left: 12px;
    position: absolute;
}

@media(max-width:1600px) {

    .talk_now1,
    .talk_now2,
    .talk_now3,
    .talk_now4 {
        padding: 60px 0px;
    }

    .talk_now .title46 {
        margin-bottom: 30px;
    }

    .talk_now .inp1 input {
        height: 60px;
    }
}

@media(max-width:1333px) {

    .talk_now1,
    .talk_now2,
    .talk_now3,
    .talk_now4 {
        padding: 50px 0px;
    }

    .talk_now .title46 {
        margin-bottom: 20px;
    }

    .talk_now .inpbox1 {
        margin-bottom: 15px;
    }

    .talk_now .inp1 input {
        height: 55px;
    }
}

@media(max-width:999px) {

    .talk_now1,
    .talk_now2,
    .talk_now3,
    .talk_now4 {
        padding: 40px 0px;
    }

    .talk_now .title46 {
        margin-bottom: 15px;
    }

    .talk_now .inp1 input {
        height: 50px;
    }

    .talk_now .inp1 input,
    .talk_now .inpbox2 textarea {
        font-size: 14px;
        line-height: 26px;
    }

    .talk_now .inpbox2 textarea {
        height: 200px;
    }
}

@media(max-width:768px) {
    .talk_now .inpbox2 textarea {
        height: 150px;
    }

    .talk_now .inp1 input {
        height: 45px;
    }
}

@media(max-width:538px) {

    .talk_now1,
    .talk_now2,
    .talk_now3,
    .talk_now4 {
        padding: 30px 0px;
    }

    .talk_now .inpbox1 {
        flex-direction: column;
        margin-bottom: 0;
    }

    .talk_now .inp1 {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .talk_now .inpbox2 {
        margin-bottom: 10px;
    }
}

/* 2-1 */

.products_detail {
    padding: 60px 0px 80px;
}

.products_detail .safe {
    display: flex;
    justify-content: space-between;
}

.products_detail .l_box {
    width: 51.5%;
    position: relative;
}

.products_detail img {
    display: block;
}

.products_detail .big_mySwiper {
    margin-bottom: 27px;
    position: relative;
}

.products_detail .big_mySwiper .swiper-slide{
    border: 1px solid #e5e5e5;
}

.products_detail .small_mySwiper .swiper-slide {
    border: 1px solid #e3e3e3;
    cursor: pointer;
}

.products_detail .small_mySwiper .swiper-slide-thumb-active {
    border: 1px solid #000;
}

.products_detail .top {
    position: relative;
}

.products_detail .top .switch {
    width: 46px;
    height: 46px;
    background-color: var(--co-1B3F7E);
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--co-fff);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 200;
    cursor: pointer;
    font-weight: bold;
}

.products_detail .top .switch:hover {
    background-color: var(--co-E96D00);
    color: #fff;
}

.products_detail .top .big_prev {
    left: -23px;
}

.products_detail .top .big_next {
    right: -23px;
}

.products_detail .l_box .swiper-pagination {
    display: none;
}

.products_detail .r_box {
    width: 44.4%;
    padding-top: 4px;
}

.products_detail .title {
    color: var(--co-1E1E1E);
    font-family: var(--semibold);
    font-size: 28px;
    line-height: 42px;
    margin-bottom: 15px;
}

.products_detail .gohref {
    color: var(--co-E96D00);
    font-family: var(--regular);
    font-size: 14px;
    font-style: italic;
    line-height: 26px;
    text-decoration: underline;
    margin-bottom: 27px;
}

.products_detail .gohref a {
    color: var(--co-E96D00);
}

.products_detail .list1 {
    margin-bottom: 38px;
}

.products_detail .list1 li {
    display: flex;
    align-items: center;
    margin-bottom: 14px;
}

.products_detail .list1 li:last-child {
    margin-bottom: 0;
}

.products_detail .list1 .svgbox {
    flex-shrink: 0;
    margin-right: 10px;
}

.products_detail .list2 {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 33px;
}

.products_detail .list2 li {
    margin-right: 21px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    border: 1px solid #DCE2E8;
    cursor: pointer;
}

.products_detail .list2 li:last-child {
    margin-right: 0;
}

.products_detail .sharebox {
    display: flex;
    align-items: center;

    color: var(--co-666);
    font-family: var(--regular);
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 38px;
}

.products_detail .sharebox span {
    margin-right: 5px;
}

.products_detail .btnbox a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 10px;
    width: 100%;
    margin-bottom: 8px;

    font-family: var(--regular);
    font-size: 16px;
    border-radius: 8px;
}

.products_detail .btnbox a:last-child {
    margin-bottom: 0;
}

.products_detail .btnbox i {
    display: inline-block;
    transform: rotate(-45deg);
    font-size: 22px;
    margin-left: 10px;
}

.products_detail .b1 {
    border: 1px solid var(--co-E96D00);
}

.products_detail .b1 span,
.products_detail .b1 i {
    color: var(--co-E96D00);
}

.products_detail .b1:hover {
    background: var(--co-E96D00);
}

.products_detail .b1:hover span,
.products_detail .b1:hover i {
    color: var(--co-fff);
}

.products_detail .b2 {
    border: 1px solid var(--co-1B3F7E);
    color: var(--co-fff);
    background: var(--co-1B3F7E);
}

.products_detail .b2 span,
.products_detail .b2 i {
    color: var(--co-fff);
}

.products_detail .b2:hover {
    background: var(--co-fff);
}

.products_detail .b2:hover span,
.products_detail .b2:hover i {
    color: var(--co-1B3F7E);
}

.products_detail .b3 {
    border: 1px solid var(--co-E96D00);
    color: var(--co-fff);
    background: var(--co-E96D00);
}

.products_detail .b3 span,
.products_detail .b3 i {
    color: var(--co-fff);
}

.products_detail .b3:hover {
    background: var(--co-fff);
}

.products_detail .b3:hover span,
.products_detail .b3:hover i {
    color: var(--co-E96D00);
}

@media(max-width:1600px) {
    .products_detail {
        padding: 50px 0px;
    }

    .products_detail .r_box {
        padding-top: 0;
    }

    .products_detail .big_mySwiper {
        margin-bottom: 20px;
    }

    .products_detail .title {
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 15px;
    }

    .products_detail .gohref {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 20px;
    }

    .products_detail .list1 {
        margin-bottom: 30px;
    }

    .products_detail .list2 li {
        margin-bottom: 5px;
    }

    .products_detail .list2 {
        margin-bottom: 25px;
    }
}

@media(max-width:1333px) {
    .products_detail .title {
        font-size: 20px;
        line-height: 32px;
        margin-bottom: 10px;
    }

    .products_detail .gohref {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 10px;
    }

    .products_detail .list1 li {
        margin-bottom: 10px;
    }

    .products_detail .list1 {
        margin-bottom: 20px;
    }

    .products_detail .list2 {
        margin-bottom: 20px;
    }

    .products_detail .btnbox a {
        padding: 10px 10px;
        width: 100%;
        margin-bottom: 8px;
        font-size: 16px;
        border-radius: 8px;
    }
}

@media(max-width:999px) {
    .products_detail {
        padding: 30px 0px 40px 0px;
    }

    .products_detail .sharebox {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .products_detail .safe {
        align-items: center;
        flex-direction: column;
    }

    .products_detail .title {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .products_detail .r_box {
        width: 100%;
    }

    .products_detail .l_box {
        width: 60%;
        margin-bottom: 20px;
    }

    .products_detail .small_mySwiper {
        display: none;
    }

    .products_detail .big_mySwiper {
        margin-bottom: 0;
    }

    .products_detail .l_box .swiper-pagination {
        display: block;
    }

    .products_detail .swiper-pagination-bullet-active {
        background: var(--co-1B3F7E);
    }

    .products_detail .switch {
        display: none !important;
    }

    .products_detail .list2 li {
        margin-right: 10px;
        width: 50px;
        height: 50px;
    }

    .products_detail .btnbox a {
        padding: 8px 10px;
        margin-bottom: 8px;
        font-size: 14px;
        border-radius: 8px;
    }

    .products_detail .btnbox i {
        font-size: 16px;
    }
}

@media(max-width:768px) {
    .products_detail .safe {
        flex-direction: column;
    }

    .products_detail .l_box {
        width: 75%;
        margin: 0 auto;
        margin-bottom: 18px;
    }
}

@media(max-width:570px) {
    .products_detail {
        padding: 20px 0px 30px 0px;
    }

    .products_detail .l_box {
        width: 90%;
        margin: 0 auto;
        margin-bottom: 18px;
    }

    .products_detail .big_mySwiper .switch {
        width: 38px;
        height: 38px;
        border-radius: 5px;
        top: 50%;
        transform: translateY(-50%);
    }
}

@media(max-width:450px) {
    .products_detail .l_box {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 18px;
    }
}


/* products_option */

.products_option {
    padding: 47px 0px 80px;
    background: #f5f6f7;
}

.products_option .list_cate {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid var(--co-CCC);
    margin-bottom: 35px;
}

.products_option .list_cate li a {
    padding: 23px 13px;
    border-radius: 4px;
    display: block;
    position: relative;
}

.products_option .list_cate .active a{
    background: #1B3F7E;
    color: #ffffff;
    
}

.products_option .list_cate .active a::after{
    opacity: 1;
}

.products_option .list_cate li a:hover{
    background: #1B3F7E;
    color: #ffffff;
}

.products_option .list_cate a::after{
    background: url('../images/sanjiao1.png') center center / cover no-repeat;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: calc(100% + 1px);
    width: 18px;
    height: 18px;
    opacity: 0;
    transition: 0.2s;
    content: '';
}
.products_option .list_cate li a:hover::after {
    opacity: 1 !important;
}

.products_option .list_cate li {
    margin-right: 5.5174%;

    color: var(--co-333);
    font-family: var(--medium);
    font-size: 18px;
    line-height: 28px;
}

.products_option .list_cate li a {
    color: var(--co-333);
    cursor: pointer;
}

.products_option .list_cate li:last-child {
    margin-right: 0;
}

.products_option .inner {
    display: none;
}

@media(max-width:1600px) {
    .products_option {
        padding: 50px 0px 60px;
    }

    .products_option .list_cate li {
        margin-bottom: 10px;
    }



    .products_option .list_cate li {
        margin-right: 5%;
        font-size: 18px;
        line-height: 28px;
    }

    .products_option .list_cate li a {
        padding: 10px;
    }

}

@media(max-width:1333px) {
    .products_option {
        padding: 40px 0px;
    }

    .products_option .list_cate li {
        margin-right: 5%;
        font-size: 16px;
        line-height: 26px;
    }

    .products_option .list_cate {
        margin-bottom: 25px;
    }
}

@media(max-width:999px) {
    .products_option {
        padding: 30px 0px;
    }

    .products_option .list_cate {
        margin-bottom: 15px;
    }

    .products_option .list_cate .active a::after {
        display: none !important;
    }

    .products_option .list_cate .active a::after,
    .products_option .list_cate li a:hover::after {
        display: none;
    }


    .products_option .list_cate li {
        margin-bottom: 10px !important;
    }
}

@media(max-width:768px) {
    .products_option .list_cate li {
        margin-right: 5%;
        font-size: 14px;
        line-height: 26px;
    }
}

@media(max-width:538px) {}

/* features_benefits */

.features_benefits .title36 {
    margin-bottom: 18px;
}

.features_benefits .bianji {
    color: var(--co-666);
    position: relative;
}

.features_benefits .bianji p {
    position: relative;
    padding-left: 41px;
    margin-bottom: 15px;
}

.features_benefits .bianji p:last-child {
    margin-bottom: 0;
}

.features_benefits .bianji p::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 5px;
    width: 18px;
    height: 18px;
    background-image: url(../images/2-1svg3.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


@media(max-width:999px) {
    .features_benefits .bianji p {
        padding-left: 30px;
        margin-bottom: 15px;
    }
}


/* application_sus */

.application_sus {
    padding-top: 11px;
    margin-bottom: -53px;
}

.application_sus .title36 {
    margin-bottom: 22px;
}

.application_sus .bianji {
    margin-bottom: 17px;
}

.application_sus .bianji p {
    padding-left: 20px;
    position: relative;
    margin-bottom: 15px;
}

.application_sus .bianji p em {
    font-style: normal;
}

.application_sus .bianji p::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 10px;
    width: 5px;
    height: 5px;
    background: var(--co-666);
    border-radius: 999px;
}

.application_sus .imgbox {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 18px;
}

.application_sus .img {
    width: 31.9%;
    margin-right: 2.1%;
    margin-bottom: 26px;
    border-radius: 16px;
    overflow: hidden;
}

.application_sus .img:nth-child(3n) {
    margin-right: 0;
}

@media(max-width:1600px) {
    .application_sus {
        margin-bottom: -20px;
    }
}

@media(max-width:999px) {
    .application_sus .img {
        margin-bottom: 20px;
        border-radius: 10px;
    }

    .application_sus .imgbox {
        margin-bottom: 10px;
    }

    .application_sus .bianji {
        margin-bottom: 10px;
    }
}

@media(max-width:538px) {
    .application_sus .img {
        width: 49%;
        margin-right: 2%;
    }

    .application_sus .img:nth-child(3n) {
        margin-right: 2%;
    }

    .application_sus .img:nth-child(2n) {
        margin-right: 0;
    }
}



/*=====================================*/
.features_benefits .imgbox {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 18px;
}

.features_benefits .img {
    width: 31.9%;
    margin-right: 2.1%;
    margin-bottom: 26px;
    border-radius: 16px;
    overflow: hidden;
}

.features_benefits .img:nth-child(3n) {
    margin-right: 0;
}

@media(max-width:1600px) {
    .features_benefits {
        margin-bottom: -20px;
    }
}

@media(max-width:999px) {
    .features_benefits .img {
        margin-bottom: 20px;
        border-radius: 10px;
    }

    .features_benefits .imgbox {
        margin-bottom: 10px;
    }

    .features_benefits .bianji {
        margin-bottom: 10px;
    }
}

@media(max-width:538px) {
    .features_benefits .img {
        width: 49%;
        margin-right: 2%;
    }

    .features_benefits .img:nth-child(3n) {
        margin-right: 2%;
    }

    .features_benefits .img:nth-child(2n) {
        margin-right: 0;
    }
}

/* specifications_table */

.specifications_table {
    padding-top: 10px;
}

.specifications_table .title36 {
    margin-bottom: 23px;
}

.specifications_table table {
    border-collapse: collapse;
    border: 1px solid #E1E2E4;
    width: 100%;
    min-width: 700px;
    overflow: auto;

    color: var(--co-666);
    font-family: var(--regular);
    font-size: 16px;
    line-height: 36px;
}

.specifications_table .tablen {
    overflow: auto;
}

.specifications_table table tr {
    color: #666666;
}

.specifications_table table tr td {
    border: 1px solid #E1E2E4;
    background: #FFF;
    padding: 9px 50px;
    text-align: left;
}

.specifications_table table tr td em {
    font: inherit;
    font-family: var(--medium);
    color: var(--co-333);
}

@media(max-width:1600px) {
    .specifications_table {
        padding-top: 0;
    }

    .specifications_table .title36 {
        margin-bottom: 20px;
    }

    .specifications_table table tr td {
        padding: 9px 40px;
    }

    .specifications_table table {
        font-size: 16px;
        line-height: 30px;
    }
}

@media(max-width:1333px) {
    .specifications_table .title36 {
        margin-bottom: 10px;
    }

    .specifications_table table tr td {
        padding: 9px 30px;
    }

    .specifications_table table {
        font-size: 16px;
        line-height: 28px;
    }
}

@media(max-width:999px) {
    .specifications_table table {
        font-size: 14px;
        line-height: 26px;
    }

    .specifications_table table tr td {
        padding: 6px 20px;
    }

}

/* options_list */

.options_list {
    padding-top: 15px;
}

.options_list .title36 {
    margin-bottom: 20px;
}

.options_list .list {}

.options_list .list li {
    padding-left: 35px;
    position: relative;

    color: var(--co-666);
    font-family: var(--regular);
    line-height: 28px;
    margin-bottom: 12px;
}

.options_list .list li:last-child {
    margin-bottom: 0;
}

.options_list .list li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 18px;
    height: 18px;
    background-image: url(../images/bingo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
}

@media(max-width:1600px) {
    .options_list {
        padding-top: 0;
    }

    .options_list .list li {
        padding-left: 30px;
        line-height: 28px;
        margin-bottom: 10px;
    }
}

@media(max-width:999px) {
    .options_list .list li {
        padding-left: 30px;
        line-height: 26px;
        margin-bottom: 6px;
    }
}

/* brochure_box */

.brochure_box {
    padding-top: 11px;
}

.brochure_box .title36 {
    margin-bottom: 12px;
}

.brochure_box .list {
    margin-bottom: 30px;
}

.brochure_box .list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 22px;
    margin-bottom: 22px;
    border-bottom: 1px solid #DBDBDB;
}

.brochure_box .list li:last-child {
    margin-bottom: 0;
}

.brochure_box .list .l {
    display: flex;
    align-items: center;

    color: var(--co-666);
    font-family: var(--regular);
    font-size: 16px;
    line-height: 26px;
}

.brochure_box .svgbox {
    flex-shrink: 0;
    margin-right: 24px;
}

.brochure_box .svgbox i {
    font-size: 30px;
}

.brochure_box .btn {
    font-size: 30px;
    color: #1a1a1a;
    flex-shrink: 0;
    margin-left: 30px;
}

.brochure_box .list li:hover .svgbox i,
.brochure_box .list li:hover .l p,
.brochure_box .list li:hover .btn {
    color: var(--co-E96D00);
}

@media(max-width:1600px) {
    .brochure_box {
        padding-top: 0;
    }

    .brochure_box .list li {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .brochure_box .svgbox {
        margin-right: 20px;
    }

    .brochure_box .btn {
        font-size: 26px;
        margin-left: 30px;
    }
}

@media(max-width:1333px) {
    .brochure_box .list li {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .brochure_box .svgbox {
        margin-right: 15px;
    }

    .brochure_box .btn {
        font-size: 22px;
        margin-left: 30px;
    }
}

@media(max-width:999px) {
    .brochure_box .list .l {
        font-size: 14px;
        line-height: 26px;
    }

    .brochure_box .svgbox {
        margin-right: 10px;
    }
}

/* video_list */

.video_list {
    padding-top: 10px;
}

.video_list .title36 {
    margin-bottom: 43px;
}

.video_list .list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -3px;
}

.video_list .list li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 46px;
}

.video_list .list li:nth-child(3n) {
    margin-right: 0;
}

.video_list .imgbox {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    overflow: hidden;
}

.video_list .video {
    position: absolute;
    cursor: pointer;
}

.video_list .video:hover .play {
    transform: scale(1.05);
}

.video_list .contact {
    padding-top: 18px;
}

.video_list .contact {
    padding: 12px 9px 10px 15px;
}

.video_list .tit {
    color: var(--co-333);
    font-family: var(--semibold);
    font-size: 20px;
    line-height: 32px;
}

.video_list .pagination {
    margin-bottom: -22px;
}

@media(max-width:1600px) {
    .video_list {
        padding-top: 0;
    }

    .video_list .contact {
        padding: 10px 9px 10px 10px;
    }

    .video_list .tit {
        font-size: 18px;
        line-height: 30px;
    }

    .video_list .list li {
        width: 32%;
        margin-right: 2%;
        margin-bottom: 30px;
    }

    .video_list .list {
        margin-bottom: 0;
    }

    .video_list .title36 {
        margin-bottom: 30px;
    }
}

@media(max-width:1333px) {

    .video_list .list li {
        width: 32%;
        margin-right: 2%;
        margin-bottom: 20px;
    }

    .video_list .pagination {
        margin-bottom: 0;
    }

    .video_list .title36 {
        margin-bottom: 25px;
    }
}

@media(max-width:999px) {
    .video_list .tit {
        font-size: 16px;
        line-height: 26px;
    }

    .video_list .imgbox {
        border-radius: 10px;
    }

    .video_list .contact {
        padding: 10px 0px 10px 0px;
    }

    .video_list .video .play {
        width: 50px;
    }

    .video_list .title36 {
        margin-bottom: 15px;
    }
}

@media(max-width:768px) {
    .video_list .list li {
        width: 49%;
        margin-right: 2%;
    }

    .video_list .list li:nth-child(3n) {
        margin-right: 2%;
    }

    .video_list .list li:nth-child(2n) {
        margin-right: 0;
    }
}

@media(max-width:450px) {
    .video_list .list {
        margin-bottom: 20px;
    }

    .video_list .list li {
        width: 100%;
        margin-right: 0% !important;
    }

    .video_list .list li:last-child {
        margin-bottom: 0;
    }
}

/* blog_insights */

.blog_insights {
    padding-top: 10px;
}

.blog_insights .title36 {
    margin-bottom: 25px;
}

.blog_insights .list li {
    margin-bottom: 12px;
}

.blog_insights .list li:last-child {
    margin-bottom: 0;
}

.blog_insights .list li a {
    color: var(--co-1B3F7E);
    font-family: var(--regular);
    font-size: 16px;
    font-style: italic;
    line-height: 28px;
    text-decoration: underline;
}

.blog_insights .list li a:hover {
    color: var(--co-E96D00);
}

@media(max-width:1600px) {
    .blog_insights {
        padding-top: 0;
    }
}

@media(max-width:1333px) {
    .blog_insights .title36 {
        margin-bottom: 20px;
    }
}

@media(max-width:999px) {
    .blog_insights .title36 {
        margin-bottom: 15px;
    }

    .blog_insights .list li a {
        font-size: 14px;
        line-height: 26px;
    }
}


/* related_products */

.related_products1 {
    padding-top: 81px;
}

.related_products2 {
    padding: 60px 0px 80px;
}

.related_products .title46 {
    margin-bottom: 44px;
}

.related_products .swiper {
    overflow: visible;
}

.related_products .swiper-wrapper {
    pointer-events: none;
}

.related_products .swiper-slide {
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.15);
    overflow: hidden;

    opacity: 0;
    pointer-events: none;
    transition: .3s linear opacity;
}

.related_products .swiper-slide-visible {
    opacity: 1;
    pointer-events: all;
}

.related_products .imgbox {
    background: var(--co-fff);
    overflow: hidden;
}

.related_products .contact {
    padding: 9px 20px 12px 25px;
    background: #f5f6f7;
}

.related_products .title {
    color: var(--co-333);
    font-family: var(--regular);
    font-size: 16px;
    line-height: 28px;
    min-height: 56px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 6px;
}

.related_products .title a {
    color: var(--co-333);
}

.related_products .title:hover,
.related_products .title a:hover {
    color: var(--co-1B3F7E);
}

.related_products .btn {
    color: var(--co-1B3F7E);
    text-align: center;
    font-family: var(--regular);
    font-size: 16px;
    line-height: 28px;
}

.related_products .btn i {
    display: inline-block;
    transform: rotate(-45deg);
}

.related_products .btn:hover,
.related_products .btn:hover i {
    color: var(--co-E96D00);
}

.related_products .btnbox i {
    width: 46px;
    height: 46px;
    background: var(--co-1B3F7E);
    color: var(--co-fff);
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.related_products .btnbox i:hover {
    border: 1px solid var(--co-1B3F7E);
    background: var(--co-fff);
    color: var(--co-1B3F7E);
}

.related_products .btnbox i:first-child {
    left: -100px;
}

.related_products .btnbox i:last-child {
    right: -100px;
}

@media(max-width:1600px) {
    .related_products1 {
        padding-top: 60px;
    }

    .related_products2 {
        padding: 60px 0px;
    }

    .related_products .title46 {
        margin-bottom: 40px;
    }

    .related_products .btnbox i:first-child {
        left: -65px;
    }

    .related_products .btnbox i:last-child {
        right: -65px;
    }
}

@media(max-width:1333px) {
    .related_products1 {
        padding-top: 50px;
    }

    .related_products2 {
        padding: 50px 0px;
    }

    .related_products .title46 {
        margin-bottom: 30px;
    }
}

@media(max-width:999px) {
    .related_products1 {
        padding-top: 40px;
    }

    .related_products2 {
        padding: 40px 0px;
    }

    .related_products .title46 {
        margin-bottom: 20px;
    }

    .related_products .btnbox i:first-child {
        left: -55px;
    }

    .related_products .btnbox i:last-child {
        right: -55px;
    }

    .related_products .btnbox i {
        width: 42px;
        height: 42px;
    }

    .related_products .swiper-slide {
        border-radius: 10px;
    }

    .related_products .title {
        font-size: 14px;
        line-height: 26px;
        min-height: 56px;
        margin-bottom: 6px;
    }

    .related_products .btn {
        font-size: 14px;
        line-height: 26px;
    }
}

@media(max-width:768px) {
    .related_products .title46 {
        margin-bottom: 15px;
    }

    .related_products .btnbox {
        display: flex;
        justify-content: center;
    }

    .related_products .btnbox i {
        position: static;
        transform: unset;
    }

    .related_products .btnbox i:first-child {
        margin-right: 10px;
    }

    .related_products .swiper {
        margin-bottom: 15px;
    }
}

@media(max-width:538px) {
    .related_products1 {
        padding-top: 30px;
    }

    .related_products2 {
        padding: 30px 0px;
    }
}

/* 3-1 */

/* about_us */

.about_us {
    padding: 60px 0px 72px;
}


.about_us .b1 {
    margin-bottom: 34px;
}

.about_us .bianji img {
    border-radius: 16px;
}

.about_us .box {
    margin-bottom: 13px;
}

.about_us .swiper-slide {
    position: relative;
}

.about_us .swiper-slide::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.0)0%, rgba(0, 0, 0, .5)95%);
}

.about_us .bot {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 40px 34px 45px;
    z-index: 10;
}

.about_us .bot .title36 {
    color: var(--co-fff);
}

.about_us .swiper {
    margin-bottom: 25px;
}

.about_us .btnbox {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.about_us .btnbox div {
    display: flex;
    align-items: center;
}

.about_us .btnbox i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    background: var(--co-1B3F7E);
    color: var(--co-fff);
    cursor: pointer;
    border-radius: 999px;
}

.about_us .btnbox i:first-child {
    margin-right: 10px;
}

.about_us .btnbox i:hover {
    background: var(--co-E96D00);
}

@media(max-width:1600px) {
    .about_us .bot {
        padding: 10px 20px 20px 20px;
    }

    .about_us .b1 {
        margin-bottom: 30px;
    }

    .about_us {
        padding: 60px 0px;
    }
}

@media(max-width:1333px) {
    .about_us .bot {
        padding: 15px;
    }

    .about_us .swiper {
        margin-bottom: 20px;
    }

    .about_us {
        padding: 50px 0px;
    }
}

@media(max-width:999px) {
    .about_us .b1 {
        margin-bottom: 15px;
    }

    .about_us .swiper {
        margin-bottom: 15px;
    }

    .about_us .btnbox i {
        width: 42px;
        height: 42px;
    }

    .about_us {
        padding: 40px 0px;
    }

    .about_us .bianji img {
        border-radius: 10px;
    }

}

@media(max-width:538px) {
    .about_us {
        padding: 30px 0px;
    }
}

/* 4-1 */

/* industry_soultions */

.industry_soultions {
    padding: 60px 0px 85px;
}

.industry_soultions .titlebox {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 61px;
}

.industry_soultions .title46 {
    width: 45%;
}

.industry_soultions .bianji {
    width: 55%;
}

.industry_soultions .wrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.industry_soultions .inner {
    width: 22.89%;
    margin-right: 2.8%;
    margin-bottom: 46px;
}

.industry_soultions .inner:nth-child(4n) {
    margin-right: 0;
}

.industry_soultions .imgbox {
    overflow: hidden;
    border-radius: 16px;
}

.industry_soultions .contact {
    padding: 16px 13px 10px 13px;
}

.industry_soultions .title {
    color: var(--co-333);
    font-family: var(--semibold);
    font-size: 20px;
    line-height: 34px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 5px;
}

.industry_soultions .title a {
    color: var(--co-333);
}

.industry_soultions .title:hover,
.industry_soultions .title a:hover {
    color: var(--co-E96D00);
}

.industry_soultions .txts {
    color: var(--co-666);
    font-family: var(--regular);
    font-size: 16px;
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 15px;
}

.industry_soultions .btn {
    color: var(--co-1B3F7E);
    font-family: var(--regular);
    font-size: 16px;
}

.industry_soultions .btn span,
.industry_soultions .btn i {
    color: var(--co-1B3F7E);
}

.industry_soultions .btn i {
    display: inline-block;
    transform: rotate(-45deg);
}

.industry_soultions .btn:hover span,
.industry_soultions .btn:hover i {
    color: var(--co-E96D00);
}

@media(max-width:1600px) {
    .industry_soultions {
        padding: 60px 0px;
    }

    .industry_soultions .titlebox {
        margin-bottom: 45px;
    }

    .industry_soultions .inner {
        width: 22.89%;
        margin-right: 2.8%;
        margin-bottom: 40px;
    }
}

@media(max-width:1333px) {
    .industry_soultions {
        padding: 50px 0px;
    }

    .industry_soultions .titlebox {
        margin-bottom: 35px;
    }

    .industry_soultions .inner {
        width: 22.89%;
        margin-right: 2.8%;
        margin-bottom: 30px;
    }

    .industry_soultions .title {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 5px;
    }
}

@media(max-width:999px) {
    .industry_soultions {
        padding: 40px 0px;
    }

    .industry_soultions .titlebox {
        margin-bottom: 25px;
        flex-direction: column;
    }

    .industry_soultions .title46 {
        width: 100%;
        margin-bottom: 10px;
    }

    .industry_soultions .bianji {
        width: 100%;
    }

    .industry_soultions .inner {
        width: 32%;
        margin-right: 2%;
        margin-bottom: 20px;
    }

    .industry_soultions .inner:nth-child(4n) {
        margin-right: 2%;
    }

    .industry_soultions .inner:nth-child(3n) {
        margin-right: 0;
    }

    .industry_soultions .contact {
        padding: 10px 10px 10px 10px;
    }

    .industry_soultions .title {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 5px;
    }

    .industry_soultions .txts {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 10px;
    }

    .industry_soultions .btn {
        font-size: 14px;
    }

    .industry_soultions .imgbox {
        border-radius: 10px;
    }
}

@media(max-width:768px) {
    .industry_soultions .titlebox {
        margin-bottom: 15px;
    }
}

@media(max-width:538px) {
    .industry_soultions {
        padding: 30px 0px;
    }

    .industry_soultions .inner {
        width: 49%;
        margin-right: 2%;
    }

    .industry_soultions .inner:nth-child(3n) {
        margin-right: 2%;
    }

    .industry_soultions .inner:nth-child(2n) {
        margin-right: 0;
    }
}


/* solutions_detail */

.solutions_detail {
    padding: 60px 0px 80px;
}

.solutions_detail .title34 {
    margin-bottom: 13px;
}

.solutions_detail .sharebox {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    /*padding-bottom: 24px;*/
    /*margin-bottom: 35px;*/
    /*border-bottom: 1px solid var(--co-D9D9D9);*/
}

.solutions_detail .sharebox span {
    margin-right: 5px;
}

.solutions_detail .title26 {
    color: var(--co-333);
    font-family: var(--semibold);
    font-size: 26px;
    line-height: 38px;
    margin-bottom: 12px;
}

.solutions_detail .wrap .inner {
    padding-bottom: 54px;
    margin-bottom: 54px;
    border-bottom: 1px solid #DBDBDB;
}

.solutions_detail .wrap .inner:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: unset;
}


.solutions_detail .inn1 {
    display: flex;
    flex-wrap: wrap;
    padding-top: 24px;
}

.solutions_detail .in1 {
    width: 32%;
    margin-right: 2%;
    background: #f3f5f8;
    padding: 26px 15px 30px 25px;
    display: flex;
    align-items: flex-start;
    border-radius: 16px;
    margin-bottom: 37px;
}

.solutions_detail .in1:nth-child(3n) {
    margin-right: 0;
}

.solutions_detail .in1:nth-last-child(-n+2) {
    margin-bottom: 0;
}

.solutions_detail .num {
    width: 46px;
    height: 46px;
    color: #FFF;
    font-family: var(--semibold);
    font-size: 20px;
    line-height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--co-1B3F7E);
    border-radius: 999px;
    flex-shrink: 0;
    margin-right: 15px;
}

.solutions_detail .title {
    color: var(--co-333);
    font-family: var(--semibold);
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 9px;
}

.solutions_detail .txts {
    color: var(--co-666);
    font-family: var(--regular);
    font-size: 18px;
    line-height: 30px;
}

.solutions_detail .bianji {
    margin-bottom: 17px;
}

.solutions_detail .bianji strong {
    color: var(--co-333);
    font-family: var(--semibold);
    font-size: 20px;
    line-height: 32px;
    position: relative;
    display: inline-block;
    padding-left: 30px;
    font-style: normal;
}

.solutions_detail .bianji strong::after {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 18px;
    height: 18px;
    background: url(../images/bingo.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.solutions_detail .bianji em {
    position: relative;
    display: inline-block;
    padding-left: 30px;
    font-style: normal;
}

.solutions_detail .bianji em::after {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 18px;
    height: 18px;
    background: url(../images/bingo.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


.solutions_detail .inn2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 66px;
}

.solutions_detail .inn2:nth-child(2n) {
    flex-direction: row-reverse;
}

.solutions_detail .inn2:last-child {
    margin-bottom: 0;
}

.solutions_detail .l_box {
    width: 49%;
}

.solutions_detail .r_box {
    width: 48.3571%;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid var(--co-CCC);
}

@media(max-width:1600px) {
    .solutions_detail {
        padding: 60px 0px;
    }

    .solutions_detail .title26 {
        font-size: 22px;
        line-height: 34px;
        margin-bottom: 10px;
    }

    .solutions_detail .inn1 {
        padding-top: 0;
    }

    .solutions_detail .title {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 5px;
    }

    .solutions_detail .wrap .inner {
        padding-bottom: 40px;
        margin-bottom: 40px;
    }
}

@media(max-width:1333px) {
    .solutions_detail {
        padding: 50px 0px;
    }

    .solutions_detail .title26 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .solutions_detail .title {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 5px;
    }

    .solutions_detail .txts {
        font-size: 16px;
        line-height: 26px;
    }

    .solutions_detail .wrap .inner {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    .solutions_detail .bianji strong {
        font-size: 18px;
        line-height: 30px;
        padding-left: 30px;
    }
}

@media(max-width:999px) {
    .solutions_detail {
        padding: 40px 0px;
    }

    .solutions_detail .title26 {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 5px;
    }

    .solutions_detail .in1 {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 20px !important;
        padding: 20px;
    }

    .solutions_detail .in1:nth-child(3n) {
        margin-right: 4%;
    }

    .solutions_detail .in1:nth-child(2n) {
        margin-right: 0;
    }

    .solutions_detail .title {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 5px;
    }

    .solutions_detail .txts {
        font-size: 14px;
        line-height: 26px;
    }

    .solutions_detail .num {
        width: 40px;
        height: 40px;
        font-size: 18px;
        line-height: 28px;
        margin-right: 10px;
    }

    .solutions_detail .wrap .inner {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .solutions_detail .inn2 {
        flex-direction: column !important;
    }

    .solutions_detail .l_box {
        width: 100%;
        margin-bottom: 20px;
    }

    .solutions_detail .r_box {
        width: auto;
    }

    .solutions_detail .bianji strong {
        font-size: 16px;
        line-height: 26px;
        padding-left: 30px;
    }
}

@media(max-width:768px) {
    .solutions_detail .title26 {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 5px;
    }

    .solutions_detail .in1 {
        flex-direction: column;
    }

    .solutions_detail .wrap .inner {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .solutions_detail .bianji strong {
        font-size: 14px;
        line-height: 26px;
        padding-left: 30px;
    }
}

@media(max-width:538px) {
    .solutions_detail {
        padding: 30px 0px;
    }
}

@media(max-width:400px) {
    .solutions_detail .in1 {
        width: 100% !important;
        margin-right: 0% !important;
        margin-bottom: 15px !important;
        padding: 15px;
    }
}

/* page_control */

.page_control1 {
    padding-bottom: 80px;
}

.page_control .safe {
    padding-top: 24px;
    border-top: 1px solid #F2ECE6;
}

.page_control .safe {
    display: flex;
    justify-content: space-between;
}

.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: 46px;
    height: 46px;
    border-radius: 999px;
    color: var(--co-fff);
    background: var(--co-1B3F7E);
    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(--semibold);
    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-E96D00);
    color: var(--co-fff);
}

.page_control .co a:hover .resu {
    color: var(--co-E96D00);
}

@media(max-width:1600px) {
    .page_control .safe {
        padding-top: 20px;
    }

    .page_control1 {
        padding-bottom: 60px;
    }
}

@media(max-width:1333px) {
    .page_control .name {
        font-size: 16px;
        line-height: 28px;
    }

    .page_control .safe {
        padding-top: 15px;
    }

    .page_control1 {
        padding-bottom: 50px;
    }
}

@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;
    }

    .page_control1 {
        padding-bottom: 40px;
    }
}

@media(max-width:768px) {
    .page_control {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }

    .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;
    }

    .page_control .safe {
        flex-direction: column !important;
    }

    .page_control .co {
        margin-bottom: 8px;
    }

    .page_control .co:last-child {
        margin-bottom: 0;
    }
}

@media(max-width:538px) {
    .page_control1 {
        padding-bottom: 30px;
    }
}

/* inside_list */

.inside_list {
    padding: 61px 0px 85px;
}

.inside_list .title46 {
    margin-bottom: 20px;
}

.inside_list .b1 {
    margin-bottom: 46px;
}

.inside_list .wrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 16px;
}

.inside_list .inner {
    width: 31.9%;
    margin-right: 2.1%;
    margin-bottom: 46px;
}

.inside_list .inner:nth-child(3n) {
    margin-right: 0;
}

.inside_list .inner:hover .title,
.inside_list .inner:hover .bianji {
    color: var(--co-E96D00);
}

.inside_list .imgbox {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}

.inside_list .video {
    position: absolute;
    cursor: pointer;
}

.inside_list .video .play:hover {
    transform: scale(1.05);
}

.inside_list .contact {
    padding: 18px 14px 10px 14px;
}

.inside_list .title {
    font-family: var(--semibold);
    font-size: 20px;
    color: var(--co-333);
    line-height: 32px;
}

.inside_list .bianji {
    color: var(--co-666);
}

@media(max-width:1600px) {
    .inside_list {
        padding: 60px 0px;
    }

    .inside_list .b1 {
        margin-bottom: 40px;
    }

    .inside_list .inner {
        width: 31.9%;
        margin-right: 2.1%;
        margin-bottom: 40px;
    }
}

@media(max-width:1333px) {
    .inside_list {
        padding: 50px 0px;
    }

    .inside_list .b1 {
        margin-bottom: 30px;
    }

    .inside_list .inner {
        width: 31.9%;
        margin-right: 2.1%;
        margin-bottom: 30px;
    }

    .inside_list .title46 {
        margin-bottom: 10px;
    }

    .inside_list .video img {
        width: 50px;
    }

    .inside_list .title {
        font-size: 18px;
        line-height: 28px;
    }
}

@media(max-width:999px) {
    .inside_list {
        padding: 40px 0px;
    }

    .inside_list .b1 {
        margin-bottom: 20px;
    }

    .inside_list .inner {
        width: 31.9%;
        margin-right: 2.1%;
        margin-bottom: 20px;
    }

    .inside_list .contact {
        padding: 10px 10px 10px 10px;
    }

    .inside_list .title {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 5px;
    }

    .inside_list .imgbox {
        border-radius: 10px;
    }
}

@media(max-width:768px) {
    .inside_list .b1 {
        margin-bottom: 15px;
    }

    .inside_list .inner {
        width: 49%;
        margin-right: 2%;
    }

    .inside_list .inner:nth-child(3n) {
        margin-right: 2%;
    }

    .inside_list .inner:nth-child(2n) {
        margin-right: 0;
    }
}

@media(max-width:538px) {
    .inside_list {
        padding: 30px 0px;
    }
}

@media(max-width:400px) {
    .inside_list .inner {
        width: 100%;
        margin-right: 0%;
    }
}


/* 4-4 */

.brochure_list {
    padding: 61px 0px 85px;
}

.brochure_list .title46 {
    margin-bottom: 25px;
}

.brochure_list .b1 {
    margin-bottom: 52px;
}

.brochure_list .list {
    margin-bottom: 58px;
}

.brochure_list .list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 22px;
    margin-bottom: 26px;
    border-bottom: 1px solid #DBDBDB;
}

.brochure_list .list li:last-child {
    margin-bottom: 0;
}

.brochure_list .list .l {
    display: flex;
    align-items: center;

    color: var(--co-666);
    font-family: var(--regular);
    font-size: 16px;
    line-height: 26px;
}

.brochure_list .svgbox {
    flex-shrink: 0;
    margin-right: 24px;
}

.brochure_list .svgbox i {
    font-size: 30px;
}

.brochure_list .btn {
    font-size: 30px;
    color: #1a1a1a;
    flex-shrink: 0;
    margin-left: 30px;
}

.brochure_list .list li:hover .svgbox i,
.brochure_list .list li:hover .l p,
.brochure_list .list li:hover .btn {
    color: var(--co-E96D00);
}

@media(max-width:1600px) {
    .brochure_list {
        padding: 60px 0px;
    }

    .brochure_list .list li {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .brochure_list .svgbox {
        margin-right: 20px;
    }

    .brochure_list .btn {
        font-size: 26px;
        margin-left: 30px;
    }

    .brochure_list .title46 {
        margin-bottom: 20px;
    }

    .brochure_list .b1 {
        margin-bottom: 45px;
    }

    .brochure_list .list {
        margin-bottom: 45px;
    }
}

@media(max-width:1333px) {
    .brochure_list .list li {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .brochure_list .svgbox {
        margin-right: 15px;
    }

    .brochure_list .btn {
        font-size: 22px;
        margin-left: 30px;
    }

    .brochure_list {
        padding: 50px 0px;
    }

    .brochure_list .title46 {
        margin-bottom: 15px;
    }

    .brochure_list .b1 {
        margin-bottom: 35px;
    }

    .brochure_list .list {
        margin-bottom: 35px;
    }
}

@media(max-width:999px) {
    .brochure_list .list .l {
        font-size: 14px;
        line-height: 26px;
    }

    .brochure_list .svgbox {
        margin-right: 10px;
    }

    .brochure_list {
        padding: 40px 0px;
    }

    .brochure_list .title46 {
        margin-bottom: 10px;
    }

    .brochure_list .b1 {
        margin-bottom: 25px;
    }

    .brochure_list .list {
        margin-bottom: 25px;
    }
}

@media(max-width:538px) {
    .brochure_list {
        padding: 30px 0px;
    }

    .brochure_list .b1 {
        margin-bottom: 15px;
    }

    .brochure_list .list {
        margin-bottom: 15px;
    }
}

/* 5-1 */

/* news_list */

.news_list {
    padding: 61px 0px 85px;
}

.news_list .title46 {
    margin-bottom: 20px;
}

.news_list .b1 {
    margin-bottom: 40px;
}

.news_list .wrap {
    margin-bottom: 53px;
}

.news_list .inner {
    padding: 22px 35px 33px 35px;
    background: #f7f8fa;
    margin-bottom: 30px;
    border-radius: 0 16px 16px 0;
}

.news_list .inner:hover {
    background: rgba(233, 109, 0, 0.05);
}

.news_list .inner:hover .data,
.news_list .inner:hover .title,
.news_list .inner:hover .title a,
.news_list .inner:hover .bianji,
.news_list .inner:hover .btn span,
.news_list .inner:hover .btn i {
    color: var(--co-E96D00);
}

.news_list .inner:hover .btn {
    text-decoration: underline;
}

.news_list .inner:last-child {
    margin-bottom: 0;
}

.news_list .data {
    color: var(--co-999);
    font-family: var(--regular);
    margin-bottom: 26px;
}

.news_list .title {
    color: var(--co-333);
    font-family: var(--bold);
    font-size: 28px;
    line-height: 38px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}

.news_list .title a {
    color: var(--co-333);
}

.news_list .b2 {
    color: var(--co-666);
    font-family: var(--regular);
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_list .btn {
    font-family: var(--regular);
    color: var(--co-E96D00);
}

.news_list .btn span {
    color: var(--co-1B3F7E);
}

.news_list .btn i {
    font-size: 16px;
    color: var(--co-1B3F7E);
    margin-left: 12px;
    display: inline-block;
    transform: rotate(-45deg);
}

@media(max-width:1600px) {
    .news_list {
        padding: 60px 0px;
    }

    .news_list .b1 {
        margin-bottom: 30px;
    }

    .news_list .title {
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 10px;
    }

    .news_list .inner {
        padding: 22px 30px 22px 30px;
        margin-bottom: 25px;
    }

    .news_list .data {
        margin-bottom: 20px;
    }
}

@media(max-width:1333px) {
    .news_list {
        padding: 50px 0px;
    }

    .news_list .title46 {
        margin-bottom: 10px;
    }

    .news_list .b1 {
        margin-bottom: 20px;
    }

    .news_list .title {
        font-size: 20px;
        line-height: 32px;
        margin-bottom: 10px;
    }

    .news_list .inner {
        padding: 20px;
        margin-bottom: 20px;
    }

    .news_list .data {
        margin-bottom: 15px;
    }
}

@media(max-width:999px) {
    .news_list {
        padding: 40px 0px;
    }

    .news_list .title {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 5px;
    }

    .news_list .data {
        margin-bottom: 10px;
    }
}

@media(max-width:768px) {
    .news_list .title {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 5px;
    }

    .news_list .data {
        margin-bottom: 5px;
    }
}

@media(max-width:538px) {
    .news_list {
        padding: 30px 0px;
    }
}


/* news_detail */

.news_detail {
    padding: 60px 0px 43px;
}

.news_detail .title32 {
    margin-bottom: 17px;
}

.news_detail .sharebox {
    display: flex;
    align-items: center;
}

.news_detail .sharebox span {
    margin-right: 5px;
}

.news_detail .in {
    margin-bottom: 60px;
}

.news_detail .in:last-child {
    margin-bottom: 0;
}

.news_detail .con {
    display: flex;
    align-items: center;
    padding-bottom: 19px;
    margin-bottom: 49px;
    border-bottom: 1px solid var(--co-D9D9D9);
}

.news_detail .data {
    margin-right: 20px;
}

.news_detail .data,
.news_detail .sharebox {
    color: var(--co-666);
}

.news_detail .title {
    color: var(--co-333);
    font-family: var(--semibold);
    font-size: 24px;
    line-height: 38px;
    margin-bottom: 18px;
}

.news_detail .bianji {
    margin-bottom: 20px;
}

.news_detail .b2 {
    padding-left: 32px;
}

.news_detail .bianji strong {
    color: var(--co-333);
    font-family: var(--semibold);
    font-size: 20px;
    line-height: 32px;
}

@media(max-width:1600px) {
    .news_detail {
        padding: 60px 0px 40px;
    }

    .news_detail .con {
        padding-bottom: 15px;
        margin-bottom: 40px;
    }

    .news_detail .title {
        font-size: 22px;
        line-height: 36px;
        margin-bottom: 15px;
    }

    .news_detail .bianji strong {
        font-size: 20px;
        line-height: 30px;
    }

    .news_detail .b2 {
        padding-left: 30px;
    }

    .news_detail .in {
        margin-bottom: 50px;
    }
}

@media(max-width:1333px) {
    .news_detail {
        padding: 50px 0px 40px;
    }

    .news_detail .con {
        padding-bottom: 15px;
        margin-bottom: 30px;
    }

    .news_detail .title {
        font-size: 20px;
        line-height: 32px;
        margin-bottom: 10px;
    }

    .news_detail .bianji strong {
        font-size: 18px;
        line-height: 28px;
    }

    .news_detail .b2 {
        padding-left: 20px;
    }

    .news_detail .in {
        margin-bottom: 40px;
    }
}

@media(max-width:999px) {
    .news_detail {
        padding: 40px 0px;
    }

    .news_detail .con {
        padding-bottom: 15px;
        margin-bottom: 20px;
    }

    .news_detail .title {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 5px;
    }

    .news_detail .bianji strong {
        font-size: 16px;
        line-height: 26px;
    }

    .news_detail .in {
        margin-bottom: 30px;
    }

    .news_detail .title32 {
        margin-bottom: 10px;
    }
}

@media(max-width:538px) {
    .news_detail {
        padding: 30px 0px 10px;
    }
}

@media(max-width:400px) {
    .news_detail .con {
        flex-direction: column;
    }

    .news_detail .data {
        margin-right: 0;
        margin-bottom: 10px;
    }
}


/* faqs_list */

.faqs_list {
    padding: 61px 0px 26px;
}

.faqs_list .title46 {
    margin-bottom: 25px;
}

.faqs_list .b1 {
    margin-bottom: 32px;
}

.faqs_list .list li {
    padding: 57px 0px 55px;
    margin-bottom: 0px;
}

.faqs_list .list li:last-child {
    margin-bottom: 0;
}

.faqs_list .list li:nth-child(odd) {
    background-color: #f7f8fa;
}

.faqs_list .title36 {
    color: var(--co-E96D00);
    margin-bottom: 20px;
}

.faqs_list .wrap .inner {
    margin-bottom: 32px;
    padding-left: 25px;
}

.faqs_list .wrap .inner:last-child {
    margin-bottom: 0;
}

.faqs_list .question {
    color: var(--co-333);
    font-family: var(--medium);
    font-size: 20px;
    line-height: 32px;
    position: relative;
    margin-bottom: 11px;
}

.faqs_list .question::after {
    content: "";
    position: absolute;
    left: -18px;
    top: 11px;
    width: 6px;
    height: 6px;
    background: var(--co-333);
    border-radius: 999px;
}

.faqs_list .answer {
    color: var(--co-666);
    font-family: var(--regular);
    font-size: 16px;
    line-height: 28px;
}

@media(max-width:1600px) {
    .faqs_list {
        padding: 60px 0px 26px;
    }

    .faqs_list .title46 {
        margin-bottom: 20px;
    }

    .faqs_list .b1 {
        margin-bottom: 25px;
    }

    .faqs_list .list li {
        padding: 50px 0px;
    }

    .faqs_list .title36 {
        margin-bottom: 15px;
    }
}

@media(max-width:1333px) {
    .faqs_list {
        padding: 50px 0px 26px;
    }

    .faqs_list .title46 {
        margin-bottom: 15px;
    }

    .faqs_list .b1 {
        margin-bottom: 20px;
    }

    .faqs_list .list li {
        padding: 40px 0px;
    }

    .faqs_list .title36 {
        margin-bottom: 10px;
    }

    .faqs_list .question {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 5px;
    }

    .faqs_list .wrap .inner {
        margin-bottom: 25px;
        padding-left: 25px;
    }
}

@media(max-width:999px) {
    .faqs_list {
        padding: 40px 0px 20px;
    }

    .faqs_list .b1 {
        margin-bottom: 15px;
    }

    .faqs_list .list li {
        padding: 30px 0px;
    }

    .faqs_list .question {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 5px;
    }

    .faqs_list .question::after {
        left: -18px;
        top: 9px;
        width: 6px;
        height: 6px;
    }

    .faqs_list .answer {
        font-size: 14px;
        line-height: 26px;
    }

    .faqs_list .wrap .inner {
        margin-bottom: 20px;
        padding-left: 20px;
    }
}

@media(max-width:768px) {
    .faqs_list .list li {
        padding: 20px 0px;
    }
}

@media(max-width:538px) {
    .faqs_list {
        padding: 30px 0px 15px;
    }
}


/* our_service */

.our_service {
    padding: 62px 0px 80px;
}

.our_service .title46 {
    margin-bottom: 24px;
}

.our_service .bianji {
    margin-bottom: 46px;
}

.our_service .inner {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #DBDBDB;
}

.our_service .inner:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: unset;
}

.our_service .title {
    color: var(--co-333);
    font-family: var(--semibold);
    font-size: 24px;
    line-height: 58px;
    margin-bottom: 18px;
}

.our_service .content {
    color: var(--co-666);
    font-family: var(--regular);
    line-height: 30px;
    margin-bottom: 30px;
}

.our_service .imgbox {
    border-radius: 16px;
    overflow: hidden;
}

.our_service .imgbox img:hover {
    transform: scale(1.05);
}

@media(max-width:1600px) {
    .our_service {
        padding: 60px 0px;
    }

    .our_service .title46 {
        margin-bottom: 20px;
    }

    .our_service .bianji {
        margin-bottom: 40px;
    }

    .our_service .title {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 15px;
    }

    .our_service .inner {
        padding-bottom: 45px;
        margin-bottom: 45px;
    }
}

@media(max-width:1333px) {
    .our_service {
        padding: 50px 0px;
    }

    .our_service .title46 {
        margin-bottom: 15px;
    }

    .our_service .bianji {
        margin-bottom: 30px;
    }

    .our_service .title {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 15px;
    }

    .our_service .content {
        line-height: 28px;
        margin-bottom: 30px;
    }

    .our_service .inner {
        padding-bottom: 35px;
        margin-bottom: 35px;
    }
}

@media(max-width:999px) {
    .our_service {
        padding: 40px 0px;
    }

    .our_service .title46 {
        margin-bottom: 10px;
    }

    .our_service .bianji {
        margin-bottom: 20px;
    }

    .our_service .title {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .our_service .content {
        line-height: 26px;
        margin-bottom: 20px;
    }

    .our_service .inner {
        padding-bottom: 25px;
        margin-bottom: 25px;
    }

    .our_service .imgbox {
        border-radius: 10px;
    }
}

@media(max-width:768px) {
    .our_service .bianji {
        margin-bottom: 15px;
    }

    .our_service .inner {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
}

@media(max-width:538px) {
    .our_service {
        padding: 30px 0px;
    }
}


/* 7-1 */

.get_touch {
    padding: 72px 0px 34px;
}

.get_touch .safe {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.get_touch .l_box {
    width: 36.6%;
}

.get_touch .title36 {
    margin-bottom: 1px;
}

.get_touch .s_title {
    color: var(--co-E96D00);
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 15px;
}

.get_touch .tit {
    color: var(--co-1B3F7E);
    font-family: var(--bold);
    font-size: 24px;
    line-height: 38px;
    margin-bottom: 22px;
}

.get_touch .wrap {
    padding: 35px 34px 95px 34px;
    background: #f7f8fa;
    border-radius: 16px;
}

.get_touch .list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 16px;
}

.get_touch .list li:last-child {
    margin-bottom: 0;
}

.get_touch .svgbox {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    border-radius: 999px;
    background: var(--co-1B3F7E);
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 18px;
}

.get_touch .svgbox i {
    font-size: 12px;
    color: var(--co-fff);
}

.get_touch .resu,
.get_touch .resu a {
    color: var(--co-333);
    font-family: var(--regular);
    line-height: 28px;
}

.get_touch .list a:hover {
    color: var(--co-1B3F7E);
}

.get_touch .r_box {
    width: 58.7%;
    padding-top: 5px;
}

.get_touch .title {
    color: var(--co-333);
    font-family: var(--semibold);
    font-size: 30px;
    line-height: 58px;
    margin-bottom: 9px;
}

.get_touch .inpbox1 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
}

.get_touch .inp1 {
    width: 49.3%;
    margin-right: 1.5%;
}

.get_touch .inp1:nth-child(2n) {
    margin-right: 0;
}

.get_touch .inp1 input,
.get_touch .inpbox2 textarea {
    width: 100%;
    resize: none;

    border-radius: 5px;
    border: 1px solid #D2D2D2;
    background: rgba(255, 255, 255, 0.05);

    color: var(--co-333);
    font-family: var(--regular);
    font-size: 16px;
    line-height: 28px;
}

.get_touch .inp1 input::placeholder,
.get_touch .inpbox2 textarea::placeholder {
    color: var(--co-666);
}

.get_touch .inp1 input {
    height: 62px;
    padding: 0px 14px;
}

.get_touch .inpbox2 textarea {
    height: 214px;
    padding: 12px 14px;
}

.get_touch .submit input {
    background: var(--co-1B3F7E);
    color: var(--co-fff);
    border: 1px solid var(--co-1B3F7E);
    cursor: pointer;
}

.get_touch .submit input:hover {
    background: var(--co-fff);
    color: var(--co-1B3F7E);
}

.get_touch .drop-btn i {
    right: 10px !important;
}

.get_touch .drop-btn input {
    padding-right: 25px !important;
}

.get_touch .code {
    position: relative;
}

.get_touch .code input {
    padding-right: 110px !important;
}

.get_touch .codebox {
    position: absolute;
    right: 2px;
    top: 50%;
    transform: translateY(-50%);
    height: 97%;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
    background: #f3fbfe;
}

.get_touch .must {
    position: relative;
}

.get_touch .must input,
.get_touch .must textarea {
    padding-left: 25px;
}

.get_touch .must::after {
    content: "*";
    color: #ff0000;
    top: 15px;
    left: 12px;
    position: absolute;
}

@media(max-width:1600px) {
    .get_touch {
        padding: 60px 0px 34px;
    }

    .get_touch .tit {
        font-size: 22px;
        line-height: 34px;
        margin-bottom: 20px;
    }

    .get_touch .inp1 input {
        height: 60px;
    }

    .get_touch .wrap {
        padding: 35px 34px 60px 34px;
        border-radius: 16px;
    }
}

@media(max-width:1333px) {
    .get_touch {
        padding: 50px 0px 30px;
    }

    .get_touch .wrap {
        padding: 25px 25px 25px 25px;
        border-radius: 16px;
    }

    .get_touch .inpbox1 {
        margin-bottom: 15px;
    }

    .get_touch .inp1 input {
        height: 55px;
    }

    .get_touch .tit {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .get_touch .l_box {
        width: 42%;
    }

    .get_touch .r_box {
        width: 53.7%;
        padding-top: 0px;
    }

    .get_touch .list li {
        margin-bottom: 12px;
    }
}

@media(max-width:999px) {
    .get_touch {
        padding: 40px 0px 20px;
    }

    .get_touch .tit {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 15px;
    }

    .get_touch .inp1 input {
        height: 50px;
    }

    .get_touch .inp1 input,
    .get_touch .inpbox2 textarea {
        font-size: 14px;
        line-height: 26px;
    }

    .get_touch .inpbox2 textarea {
        height: 200px;
    }

    .get_touch .safe {
        flex-direction: column;
    }

    .get_touch .l_box {
        width: 100%;
        margin-bottom: 20px;
    }

    .get_touch .r_box {
        width: 100%;
    }

    .get_touch .s_title {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 10px;
    }

    .get_touch .list li {
        margin-bottom: 10px;
    }

    .get_touch .wrap {
        padding: 20px;
    }
}

@media(max-width:768px) {
    .get_touch .tit {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 10px;
    }

    .get_touch .inpbox2 textarea {
        height: 150px;
    }

    .get_touch .inp1 input {
        height: 45px;
    }
}

@media(max-width:538px) {
    .get_touch {
        padding: 30px 0px 20px;
    }

    .get_touch .inpbox1 {
        flex-direction: column;
        margin-bottom: 0;
    }

    .get_touch .inp1 {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .get_touch .inpbox2 {
        margin-bottom: 10px;
    }
}


/* links_wrap */

.links_wrap {
    margin-bottom: 31px;
}

.links_wrap .wrap {
    display: flex;
    flex-wrap: wrap;
}

.links_wrap .inner {
    width: 49%;
    margin-right: 2%;
}

.links_wrap .inner:nth-child(2n) {
    margin-right: 0;
}

.links_wrap .title {
    font-family: var(--bold);
    font-size: 24px;
    line-height: 38px;
    margin-bottom: 28px;
}

.links_wrap .list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.links_wrap .list li:last-child {
    margin-bottom: 0;
}

.links_wrap .svgbox {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 18px;
}

.links_wrap .svgbox i {
    font-size: 12px;
    color: var(--co-fff);
}

.links_wrap .name {
    color: var(--co-333);
    font-family: var(--regular);
    line-height: 28px;
}

.links_wrap .resu,
.links_wrap .resu a {
    color: var(--co-333);
    font-family: var(--regular);
    line-height: 28px;
}

.links_wrap .inner:nth-child(odd) {
    border-radius: 16px;
    background: rgba(233, 109, 0, 0.05);
    padding: 28px 37px 42px 37px;
}

.links_wrap .inner:nth-child(odd) .title {
    color: var(--co-E96D00);
}

.links_wrap .inner:nth-child(odd) .svgbox {
    background-color: var(--co-E96D00);
}

.links_wrap .inner:nth-child(odd) li a:hover {
    color: var(--co-E96D00);
}


.links_wrap .inner:nth-child(even) {
    border-radius: 16px;
    background: #F7F8FA;
    padding: 28px 37px 28px 37px;
}

.links_wrap .inner:nth-child(even) .title {
    color: var(--co-1B3F7E);
}

.links_wrap .inner:nth-child(even) .svgbox {
    background-color: var(--co-1B3F7E);
}

.links_wrap .inner:nth-child(even) li a:hover {
    color: var(--co-1B3F7E);
}

@media(max-width:1600px) {
    .links_wrap .title {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 25px;
    }

    .links_wrap .list li {
        margin-bottom: 15px;
    }
}

@media(max-width:1333px) {
    .links_wrap .title {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .links_wrap .inner:nth-child(odd) {
        border-radius: 16px;
    }

    .links_wrap .list li {
        margin-bottom: 10px;
    }

    .links_wrap .svgbox {
        width: 24px;
        height: 24px;
        margin-right: 10px;
    }

    .links_wrap .inner {
        padding: 25px !important;
    }
}

@media(max-width:999px) {
    .links_wrap .title {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 15px;
    }

    .links_wrap .inner {
        padding: 20px !important;
    }
}

@media(max-width:768px) {
    .links_wrap .title {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 10px;
    }

    .links_wrap .inner {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .links_wrap .inner:last-child {
        margin-bottom: 0;
    }
}


/* mapbox */

.mapbox {
    margin-bottom: 60px;
}

.mapbox .box {
    border-radius: 16px;
    overflow: hidden;
}

@media(max-width:999px) {
    .mapbox .box {
        border-radius: 10px;
    }

    .mapbox {
        margin-bottom: 40px;
    }
}

@media(max-width:538px) {
    .mapbox {
        margin-bottom: 30px;
    }
}


/* shipping_policy */

.shipping_policy {
    padding: 60px 0px 43px;
}

.shipping_policy .title34 {
    margin-bottom: 10px;
}

.shipping_policy .s_title {
    color: var(--co-E96D00);
    font-family: var(--regular);
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 30px;
}

.shipping_policy .inner {
    padding: 29px 0px 37px;
    border-top: 1px solid var(--co-D9D9D9);
}

.shipping_policy .bianji {
    margin-bottom: 32px;
}

.shipping_policy .bianji:last-child {
    margin-bottom: 0px;
}

.shipping_policy .title {
    color: var(--co-333);
    font-family: var(--semibold);
    font-size: 26px;
    line-height: 38px;
    margin-bottom: 20px;
}

.shipping_policy .bianji strong {
    color: var(--co-333);
    font-family: var(--semibold);
    font-size: 20px;
    line-height: 32px;
}

.shipping_policy .b2 {
    padding-left: 35px;
}

.shipping_policy .b2 strong {
    position: relative;
    display: inline-block;
}

.shipping_policy .b2 strong::after {
    content: "";
    position: absolute;
    left: -35px;
    top: 6px;
    width: 18px;
    height: 18px;
    background-image: url(../images/bingo.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
}

@media(max-width:1600px) {
    .shipping_policy {
        padding: 60px 0px 40px;
    }

    .shipping_policy .title {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 15px;
    }

    .shipping_policy .bianji {
        margin-bottom: 30px;
    }

    .shipping_policy .bianji strong {
        font-size: 18px;
        line-height: 28px;
    }

    .shipping_policy .b2 strong::after {
        left: -35px;
        top: 5px;
        width: 18px;
        height: 18px;
    }
}

@media(max-width:1333px) {
    .shipping_policy {
        padding: 50px 0px 40px;
    }

    .shipping_policy .s_title {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .shipping_policy .inner {
        padding: 30px 0px;
    }

    .shipping_policy .title {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .shipping_policy .bianji {
        margin-bottom: 20px;
    }

    .shipping_policy .bianji strong {
        font-size: 16px;
        line-height: 26px;
    }

}

@media(max-width:999px) {
    .shipping_policy {
        padding: 40px 0px;
    }

    .shipping_policy .s_title {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 15px;
    }

    .shipping_policy .inner {
        padding: 20px 0px;
    }

    .shipping_policy .title {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .shipping_policy .bianji {
        margin-bottom: 15px;
    }
}

@media(max-width:768px) {
    .shipping_policy .title {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 10px;
    }
}

@media(max-width:538px) {
    .shipping_policy {
        padding: 30px 0px;
    }
}

/* tablet_press */

.tablet_press {
    padding: 71px 0px 10px;
}

.tablet_press .safe {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.tablet_press .l_box {
    width: 22.8571%;
    padding-top: 9px;
}

.tablet_press .cate {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    background: #f5f6f7;
    margin-bottom: 15px;
    border-radius: 10px;
    font-size: 16px;
    display: none;
}

.tablet_press .cate span {
    font-family: var(--medium);
}

.tablet_press .list1>li {
    margin-bottom: 18px;
}

.tablet_press .list1>li:last-child {
    margin-bottom: 0;
}

.tablet_press .list1>li>a {
    display: block;
    padding: 15px 20px;
    background: #f5f6f7;
    border-radius: 10px;

    color: var(--co-333);
    font-family: var(--medium);
    font-size: 16px;
    line-height: 26px;
}

.tablet_press .list1>li>a:hover,
.tablet_press .list1>.active>a {
    color: var(--co-fff);
    background: var(--co-1B3F7E);
}

.tablet_press .r_box {
    width: 72%;
}

.tablet_press .title36 {
    margin-bottom: 11px;
}

.tablet_press .bianji {
    margin-bottom: 36px;
}

.tablet_press .wrap {
    display: flex;
    flex-wrap: wrap;
}

.tablet_press .inner {
    width: 31.8%;
    margin-right: 2.3%;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 50px;
}

.tablet_press .inner:nth-child(3n) {
    margin-right: 0;
}

.tablet_press .inner:hover,
.tablet_press .inner:hover .contact {
    background: var(--co-E96D00);
}

.tablet_press .inner:hover .btn1 {
    background: var(--co-fff);
}

.tablet_press .inner:hover .btn1 span,
.tablet_press .inner:hover .btn1 i {
    color: var(--co-E96D00);
}

.tablet_press .inner:hover .title,
.tablet_press .inner:hover .title a {
    color: var(--co-fff);
}

.tablet_press .imgbox {
    overflow: hidden;
}

.tablet_press .contact {
    background: #F5F6F7;
    padding: 18px 35px 24px 35px;

    display: flex;
    flex-direction: column;
    align-items: center;
}

.tablet_press .title {
    color: var(--co-333);
    font-family: var(--medium);
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 19px;
    min-height: 56px;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tablet_press .title a {
    color: var(--co-333);
}

.tablet_press .title a:hover {
    text-decoration: underline;
}

.tablet_press .btn1 {
    padding: 13px 26px;
}

@media(max-width:1600px) {
    .tablet_press {
        padding: 60px 0px 10px;
    }

    .tablet_press .list1>li>a {
        padding: 12px 20px;
        border-radius: 10px;
        font-size: 16px;
        line-height: 26px;
    }

    .tablet_press .bianji {
        margin-bottom: 30px;
    }

    .tablet_press .list1>li {
        margin-bottom: 15px;
    }
}

@media(max-width:1333px) {
    .tablet_press {
        padding: 50px 0px 10px;
    }

    .tablet_press .bianji {
        margin-bottom: 20px;
    }

    .tablet_press .l_box {
        padding-top: 0;
        width: 24%;
    }

    .tablet_press .list1>li>a {
        padding: 10px 15px;
        border-radius: 10px;
        font-size: 14px;
        line-height: 24px;
    }

    .tablet_press .bianji {
        margin-bottom: 15px;
    }

    .tablet_press .contact {
        padding: 15px 20px 15px 20px;
    }

    .tablet_press .title {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 15px;
    }

    .tablet_press .btn1 {
        padding: 10px 12px;
    }

    .tablet_press .list1>li {
        margin-bottom: 12px;
    }

    .tablet_press .inner {
        margin-bottom: 30px;
    }
}

@media(max-width:999px) {
    .tablet_press {
        padding: 40px 0px 0px;
    }

    .tablet_press .safe {
        flex-direction: column;
    }

    .tablet_press .l_box {
        width: 100%;
        margin-bottom: 20px;
    }

    .tablet_press .list1>li>a {
        padding: 10px 15px;
        border-radius: 5px;
        font-size: 14px;
        line-height: 24px;
    }

    .tablet_press .r_box {
        width: 100%;
    }

    .tablet_press .title {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 10px;
    }

    .tablet_press .inner {
        width: 31.8%;
        margin-right: 2.3%;
        border-radius: 10px;
        margin-bottom: 20px;
    }

    .tablet_press .list1 {
        margin-top: 10px;
        display: none;
        transition: none;
    }

    .tablet_press .cate {
        padding: 10px 15px;
        margin-bottom: 0px;
        border-radius: 5px;
        font-size: 14px;
        display: flex;
    }

    .tablet_press .inner,
    .tablet_press .inner .contact {
        background: var(--co-E96D00);
    }

    .tablet_press .inner .btn1 {
        background: var(--co-fff);
    }

    .tablet_press .inner .btn1 span,
    .tablet_press .inner .btn1 i {
        color: var(--co-E96D00);
    }

    .tablet_press .inner .title,
    .tablet_press .inner .title a {
        color: var(--co-fff);
    }

}

@media(max-width:700px) {
    .tablet_press .inner {
        width: 49%;
        margin-right: 2%;
    }

    .tablet_press .inner:nth-child(3n) {
        margin-right: 2%;
    }

    .tablet_press .inner:nth-child(2n) {
        margin-right: 0;
    }
}

@media(max-width:538px) {
    .tablet_press {
        padding: 30px 0px 0px;
    }

    .tablet_press .contact {
        padding: 10px 10px 10px 10px;
    }

    .tablet_press .btn1 {
        padding: 10px 10px !important;
    }

    .tablet_press .btn1 span {
        margin-right: 2px;
    }
}

@media(max-width:350px) {
    .tablet_press .inner {
        width: 100%;
        margin-right: 0 !important;
    }

    .tablet_press .title {
        min-height: auto;
    }
}


/* tablet_machine */

.tablet_machine .box {
    padding: 38px 40px 48px 40px;
    background: #F5F6F7;
    border-radius: 16px;
}

.tablet_machine .title36 {
    margin-bottom: 14px;
}

.tablet_machine .bianji {
    color: var(--co-666);
}

@media(max-width:1600px) {
    .tablet_machine .box {
        padding: 30px;
        border-radius: 16px;
    }
}

@media(max-width:1333px) {
    .tablet_machine .box {
        padding: 25px;
        border-radius: 16px;
    }
}

@media(max-width:999px) {
    .tablet_machine .box {
        padding: 20px;
        border-radius: 10px;
    }

    .tablet_machine .title36 {
        margin-bottom: 10px;
    }
}


/* related_infomation */

.related_infomation {
    padding: 78px 0px 74px;
    background: #f3f3f3;
}

.related_infomation .title36 {
    margin-bottom: 30px;
}

.related_infomation .wrap {
    display: flex;
    flex-wrap: wrap;
}

.related_infomation .list {
    width: 33.3%;
}

.related_infomation .list li {
    margin-bottom: 10px;
}

.related_infomation .list li,
.related_infomation .list li a {
    color: var(--co-333);
    font-family: var(--regular);
    font-size: 16px;
    line-height: 28px;
}

.related_infomation .list li a:hover {
    color: var(--co-E96D00);
}

.related_infomation .list li a {
    padding-right: 20px !important;
}

@media(max-width:1600px) {
    .related_infomation {
        padding: 60px 0px;
    }

    .related_infomation .title36 {
        margin-bottom: 25px;
    }
}

@media(max-width:1333px) {
    .related_infomation {
        padding: 50px 0px;
    }

    .related_infomation .title36 {
        margin-bottom: 20px;
    }
}

@media(max-width:999px) {
    .related_infomation {
        padding: 40px 0px;
    }

    .related_infomation .title36 {
        margin-bottom: 15px;
    }

    .related_infomation .list li,
    .related_infomation .list li a {
        font-size: 14px;
        line-height: 26px;
    }

    .related_infomation .list li {
        margin-bottom: 10px;
    }
}

@media(max-width:768px) {

    .related_infomation .wrap {
        display: flex;
        flex-wrap: wrap;
    }

    .related_infomation .list {
        width: 48%;
        margin-right: 4%;
        padding-right: 0 !important;
    }

    .related_infomation .list:nth-child(2n) {
        margin-right: 0;
    }

    .related_infomation .list li {
        margin-bottom: 8px;
    }
}

@media(max-width:538px) {
    .related_infomation {
        padding: 30px 0px;
    }

    .related_infomation .list {
        width: 100%;
        margin-right: 0%;
        padding-right: 0 !important;
    }
}



@font-face {
    font-family: 'Poppins-Bold';
    src: url('../fonts/Poppins-Bold.eot');
    src: url('../fonts/Poppins-Bold.eot') format('embedded-opentype'),
        url('../fonts/Poppins-Bold.woff2') format('woff2'),
        url('../fonts/Poppins-Bold.woff') format('woff'),
        url('../fonts/Poppins-Bold.ttf') format('truetype'),
        url('../fonts/Poppins-Bold.svg#Bold') format('svg');
}

@font-face {
    font-family: 'Poppins-SemiBold';
    src: url('../fonts/Poppins-SemiBold.eot');
    src: url('../fonts/Poppins-SemiBold.eot') format('embedded-opentype'),
        url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('../fonts/Poppins-SemiBold.woff') format('woff'),
        url('../fonts/Poppins-SemiBold.ttf') format('truetype'),
        url('../fonts/Poppins-SemiBold.svg#PoppinsSemiBold') 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=1775099829282') format('woff'),
        url('iconfont.ttf?t=1775099829282') format('truetype');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-pdf:before {
    content: "\e740";
}

.icon-yifangjianqiyejiejuefangan4:before {
    content: "\e982";
}

.icon-hexinjiazhiguan:before {
    content: "\e992";
}

.icon-shiming:before {
    content: "\ea77";
}

.icon-qiyejiazhiguan:before {
    content: "\e796";
}

.icon-line:before {
    content: "\ec0e";
}

.icon-wechat1:before {
    content: "\e6c7";
}

.icon-dianhua:before {
    content: "\e61b";
}

.icon-dianhua1:before {
    content: "\e842";
}

.icon-xiazai16:before {
    content: "\e612";
}

.icon-jinru:before {
    content: "\e627";
}

.icon-mima-yanjing-guanbi:before {
    content: "\e622";
}

.icon-mima_yanjing:before {
    content: "\e6c2";
}

.icon-Youtube-fill:before {
    content: "\e883";
}

.icon-xiangxiajiantoushuang-mianxing:before {
    content: "\e60a";
}

.icon-caret-up:before {
    content: "\e621";
}

.icon-duihao:before {
    content: "\eaf1";
}

.icon-duigou:before {
    content: "\e644";
}

.icon-pinterest1:before {
    content: "\e6e1";
}

.icon-xiazai:before {
    content: "\e606";
}

.icon-instagram-fill:before {
    content: "\e88f";
}

.icon-jia:before {
    content: "\e632";
}

.icon-jian:before {
    content: "\e64e";
}

.icon-duoyuyan:before {
    content: "\e654";
}

.icon-icon-jian:before {
    content: "\e609";
}

.icon-icon_jia:before {
    content: "\e652";
}

.icon-icon_earth:before {
    content: "\e6ff";
}

.icon-top1:before {
    content: "\e660";
}

.icon-tell:before {
    content: "\e6a7";
}

.icon-home:before {
    content: "\e624";
}

.icon-edit:before {
    content: "\e611";
}

.icon-facebook:before {
    content: "\e620";
}

.icon-pinterest:before {
    content: "\e8ab";
}

.icon-linkedin:before {
    content: "\e648";
}

.icon-youtube:before {
    content: "\e6d6";
}

.icon-twitter:before {
    content: "\e607";
}

.icon-bigger:before {
    content: "\e647";
}

.icon-left:before {
    content: "\e72c";
}

.icon-right:before {
    content: "\e72d";
}

.icon-up1:before {
    content: "\e72e";
}

.icon-bottom1:before {
    content: "\e72f";
}

.icon-left1:before {
    content: "\e730";
}

.icon-right1:before {
    content: "\e731";
}

.icon-up:before {
    content: "\e73e";
}

.icon-bottom:before {
    content: "\e73f";
}

.icon-instagram:before {
    content: "\e79d";
}

.icon-tumblr:before {
    content: "\e79e";
}

.icon-download:before {
    content: "\e7a0";
}

.icon-download1:before {
    content: "\e7a7";
}

.icon-search4:before {
    content: "\e7b2";
}

.icon-address:before {
    content: "\e7bc";
}

.icon-email:before {
    content: "\e7bd";
}

.icon-contact:before {
    content: "\e7be";
}

.icon-whatsapp:before {
    content: "\e7bf";
}

.icon-fax:before {
    content: "\e7c2";
}

.icon-mobile:before {
    content: "\e7c6";
}

.icon-phone:before {
    content: "\e7c8";
}

.icon-phone1:before {
    content: "\e7cb";
}

.icon-skype:before {
    content: "\e7cc";
}

.icon-whatsapp1:before {
    content: "\e7c1";
}

.icon-address1:before {
    content: "\e7c3";
}

.icon-contact1:before {
    content: "\e7c4";
}

.icon-email1:before {
    content: "\e7c5";
}

.icon-skype1:before {
    content: "\e7c9";
}

.icon-fax1:before {
    content: "\e7ca";
}

.icon-qq:before {
    content: "\e7ce";
}

.icon-tel1:before {
    content: "\e7cd";
}

.icon-wechat:before {
    content: "\e7cf";
}

.icon-phone2:before {
    content: "\e7d0";
}

.icon-message:before {
    content: "\e7da";
}

.icon-calendar:before {
    content: "\e7e1";
}

.icon-calendar1:before {
    content: "\e7e3";
}

.icon-top:before {
    content: "\e7ed";
}

.icon-youbian:before {
    content: "\e60f";
}

.icon-jian2:before {
    content: "\e600";
}

.icon-jia2:before {
    content: "\e608";
}

.icon-vk:before {
    content: "\e735";
}

.icon-instagram1:before {
    content: "\e640";
}

.icon-up7:before {
    content: "\e722";
}

.icon-bottom7:before {
    content: "\e723";
}

.icon-left7:before {
    content: "\e724";
}

.icon-right7:before {
    content: "\e725";
}

.icon-sousuo4:before {
    content: "\e610";
}

.icon-sousuo:before {
    content: "\e616";
}

.icon-sousuo1:before {
    content: "\e65b";
}

.icon-shangchuan:before {
    content: "\e602";
}

.icon-top2:before {
    content: "\e637";
}

.icon-biaoqian:before {
    content: "\e649";
}

.icon-twitter3:before {
    content: "\e7fd";
}

.icon-twitter4:before {
    content: "\e7fe";
}

.icon-twitter-new2:before {
    content: "\e800";
}

.icon-twitter-new:before {
    content: "\e7ff";
}

.icon-tiktok:before {
    content: "\e8db";
}

.icon-delete:before {
    content: "\e69d";
}

.icon-chahao:before {
    content: "\e617";
}

.icon-earth:before {
    content: "\e6d5";
}

.icon-earth1:before {
    content: "\e781";
}

.icon-chahao1:before {
    content: "\e60e";
}

.icon-jiahao:before {
    content: "\e726";
}

.icon-home1:before {
    content: "\e734";
}

.icon-guanbi:before {
    content: "\e6ca";
}

.icon-guanbi1:before {
    content: "\e61e";
}

.icon-bottom71:before {
    content: "\e74c";
}





.column {
    position: fixed;
    right: 2px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10000;
    display: flex;
    background: var(--co-fff);
    padding: 10px 4px;
    border-radius: 999px;
    box-shadow: 4px 4px 16px 0px rgba(210, 210, 214, 0.4);
}

.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: #9d9e9f; */
    border-radius: 999px;
}

.column ul li:last-child {
    margin-top: 0px;
}

.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: 999px;
}

.column ul li .imgbox a {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 999px;
}


.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-bottom {
    transform: rotate(180deg);
    color: var(--co-333);
}

.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: #1B3F7E;
    font-size: 24px;
}

.column .phonebox .phone {
    width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 100%;
    height: 40px;
    background-color: var(--co-fff);
}

.column .phonebox .phone p {
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: linear width .3s;
    color: var(--co-1E1E1E);

    font-size: 16px;
}

.column .phonebox:hover .phone {
    /* width: 201px; */
    display: flex;
    margin-right: 10px;
    margin-left: 10px;
    border-radius: 999px;
}

.column .w201 {
    width: 201px !important;
}


.column .imgbox:hover {
    background-color: var(--co-E96D00);
}

.column .gotop i {}

.column li i {
    font-size: 34px;
}

@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: 30px;
    }
}

@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;
        border-radius: 0;
        background-color: rgba(0, 0, 0, .3);

    }

    .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;
        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 li .imgbox img {
        width: auto;
    }

    .column ul li {
        background-color: transparent;
    }

    .column ul li:last-child {
        margin-top: 0;
    }

    .column .phonebox .phone {
        right: -45px;
        left: unset;
        bottom: 25px;
        top: unset;
        align-items: center;
        justify-content: center;
    }
}

@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: 30px;
    }

    .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
}
.whatsappBtn{
    position: fixed;
    bottom: 30px;
    left: 50px;
    z-index: 800;
    text-align: center;
    color: #1B3F7E;
    font-family: Poppins-Medium,Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 28px;
}
.whatsappBtn i{
    line-height: 72px;
    font-size: 36px;
    color: #ffffff;
    transition: 0.2s;
    width: 72px;
    height: 72px;
    background: #1B3F7E;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 8px;
    display: block;
    
}
@media(max-width: 1500px){
    .whatsappBtn{
        bottom: 20px;
        left: 30px;
    }
}
@media(max-width: 1000px){
    .whatsappBtn{
        display: none;
    }
}

.tdColor{
    color: #666666 !important;
    font-family: 'Poppins-Regular' !important;
}

.fenYe {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: start;
}

.fenYe a {
  width: 49%;
  display: flex;
  align-items: center;
}

.fenYe a span {
  width: 46px;
  height: 46px;
  line-height: 46px;
  border-radius: 50%;
  margin-right: 18px;
  transition: 0.2s;
  background-color: #1B3F7E;
  color: #ffffff;
  text-align: center;
  font-size: 20px;
}

.fenYe a div {
  color: #333333;
  font-family: var(--semibold);
  font-size: 16px;
  line-height: 24px;
  flex: 1;
}

.fenYe a:nth-child(2) {
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.fenYe a:nth-child(2) div {
  text-align: right;
}

.fenYe a:nth-child(2) span {
  margin-right: 0;
  margin-left: 18px;
}

.fenYe a:hover span {
  background-color: #0D3C67;
  color: #ffffff;
}
@media(max-width: 1000px){
    .fenYe {
    flex-direction: column;
    margin-top: 20px;
    padding-top: 10px;
  }
  .fenYe a {
    width: 100%;
    flex-direction: row !important;
    margin-top: 10px;
  }
  .fenYe a span {
    margin-right: 10px !important;
    margin-left: 0 !important;
  }
  .fenYe a div {
    text-align: left !important;
  }
}