@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    transition: .3s linear all;
    border: none;
    outline: none;
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
    width: 100%;
    scroll-behavior: smooth;
    scroll-padding-top: 120px;
    margin: 0 auto;
}

body {
    background-color: #fff;
    margin: 0 auto;
    overflow-x: hidden;
    font-family: Poppins;
    font-size: 16px;
    color: #333;
}

@media(max-width:999px) {
    body {
        font-size: 14px;
    }
}


*::selection {
    color: #fff;
    background-color: #3e6cbc;
}

.imgbox a img:hover {
    transform: scaleX(1.05) scaleY(1.05);
}

img {
    max-width: 100%;
    display: block;
}

i {
    font-stretch: normal;
    font-style: normal;
}

li {
    list-style: none;
}

a {
    color: #333;
    text-decoration: none;
}

h1,
h2 {
    font-weight: normal;
}

.clear {
    clear: both;
}

.safe {
    max-width: 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% - 70px) !important;
    }
}

.safe1 {
    max-width: 1500px;
    width: calc(100% - 160px);
    margin: 0 auto;
}

@media screen and (max-width:999px) {
    .safe1 {
        max-width: 1500px;
        width: calc(100% - 120px) !important;
    }
}

@media screen and (max-width:768px) {
    .safe1 {
        width: calc(100% - 90px) !important;
    }
}

@media screen and (max-width:571px) {
    .safe1 {
        width: calc(100% - 70px) !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;
    }
}



/* search */

.searchbox {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transform: translateY(13px);

    width: 50px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.2);
}

.searchbox>a {
    font-weight: bold;
}

.searchbox a {
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}

.searchbox .s_wrap {
    position: absolute;
    right: 0;
    width: 300px;
    top: 110%;
    background-color: #fff;
    height: 55px;
    border: 2px solid #1D4D99;
    padding-left: 15px;
    display: none;
    transition: none;
}

.searchbox .s_wrap .s_inner {
    display: flex;
    align-items: center;
    height: 100%;
}

.searchbox .s_wrap .ent {
    height: 100%;
    width: 80%;
    font-size: 16px;
    color: #333;
    padding-right: 15px;
}

.searchbox .s_wrap .searchbtn {
    width: 20%;
    height: 100%;
    position: relative;
}

.searchbox .s_wrap .searchbtn .sea {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    font-size: 18px;
    pointer-events: none;
    font-weight: bold;
    cursor: pointer;
}

.searchbox .s_wrap .sub {
    width: 100%;
    height: 100%;
    cursor: pointer;
    background-color: transparent;
}

.searchbox .s_wrap .searchbtn:hover i {
    color: #1D4D99;
}

@media(max-width:1600px) {
    .searchbox {
        transform: unset;
    }
}

@media(max-width:1333px) {}

@media(max-width:1200px) {
    .searchbox {
        margin-right: 0px;
    }

    .searchbox {
        width: 45px;
        height: 45px;
    }
}

@media(max-width:999px) {
    .searchbox {
        margin-right: 40px;
        display: none;
    }
}


.lanauage_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    color: #333;
}

.lanauage_wrap .lanauage {
    position: relative;
    transition: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #333333;
}

.lanauage_wrap .lanauage>i {
    font-size: 24px;
    margin-right: 5px;
    color: #666;
}

.lanauage_wrap .lanbox {
    display: flex;
    align-items: center;
}

.lanauage_wrap .lanbox i {
    color: #666;
    font-size: 16px;
    margin-left: 5px;
}

.lanauage_wrap .lanbox a {
    color: #666;
    font-family: Poppins;
}

.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;
}

.lanauage_wrap .lanauage .silde-down a {
    color: #333;
    padding: 6px 0px;
    display: inline-block;
    width: 100%;
    font-size: 16px !important;
    font-family: OpenSans-Regular;
    font-size: 14px;
}

.lanauage_wrap .silde-down li:hover {
    background-color: #1D4D99;
}

.lanauage_wrap .silde-down li:hover a {
    color: #fff;
}

.lanauage_wrap .icon-bottom7 {
    font-size: 10px !important;
    margin-left: 10px;
}

.lanauage_wrap .lanauage:hover .lanbox>a {
    color: #aaa !important;
}

.lanauage_wrap .lanauage:hover i {
    color: #aaa !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: 18px;
        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;
        font-family: OpenSans-Regular;
        -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: 40px;
    }

}


@media screen and (max-width: 571px) {
    .m-mobilenav .mbnav-btn {
        top: 12px;
    }
}



/*  */

header {
    width: 100%;
    position: fixed;
    z-index: 2;
    border-radius: 1px;
    top: 0px;
    z-index: 100000000;
    /* height: 80px; */
    margin: 0 auto;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.07);
}

/* 隐藏头部的类 */
header.hide {
    transform: translate3d(0, -100%, 0);
}

header .top {
    background-color: #fff;
}

header .top .safe {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 48px;
}

header .top .l {
    display: flex;
    align-items: center;
}

header .top .txt {
    display: flex;
    align-items: center;
    margin-right: 41px;
}

header .top .txt:last-child {
    margin-right: 0;
}

header .top .svgbox {
    margin-right: 10px;
}

header .top .svgbox i {
    color: #1d4d99;
    font-size: 20px;
}

header .top .txt,
header .top .txt a {
    color: #333;
    font-family: Poppins;
    font-size: 16px;
    line-height: 28px;
}

header .top .txt a:hover {
    color: #1d4d99;
}

header .bottom {
    margin-top: 7px;
}

header .bottom .safe {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

header .logo {
    flex-shrink: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

header .logo .noact {
    position: absolute;
    top: 0;
    opacity: 0;
}

header .bottom .lanauage_wrap {
    display: none;
}

header .rightbox {
    width: 100%;
}

header .bottombox {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

header .menubox {
    display: flex;
    align-items: center;
    height: 100%;
    margin-right: 63px;
}

header .menubox>li {
    position: relative;
    margin-right: 5px;
}

header .menubox>li:last-child {
    margin-right: 0;
}

header .menubox>li>a {
    padding: 49px 24px 21px 24px;
    display: flex;
    align-items: center;
    position: relative;
    color: #FFF;
    font-family: Poppins;
    font-size: 18px;
}

header .menubox ul a {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
}

header .menubox ul>li {
    margin-bottom: 15.5px;
}

header .menubox ul li:last-child {
    margin-bottom: 0;
}

header .menubox ul li:last-child a {
    border-bottom: unset;
}

/* yiji */
header .menubox>li>ul {
    position: absolute;
    top: 100%;
    left: 0px;
    width: 100%;
    background-color: #fff;
    display: none;
    transition: none;
    box-shadow: 0px 5px 27px 0px rgba(0, 0, 0, 0.07);
    border-radius: 0px;
    min-width: 250px;
    padding: 30px 15px 30px 30px;
    background-color: #fff;
}


header .menubox>li ul {
    width: max-content;
    box-shadow: 0px 5px 27px 0px rgba(0, 0, 0, 0.07);
    width: 100%;
}

header .menubox>li>ul>li {
    position: relative;
}

/* erji/sanji/siji */
header .menubox>li>ul>li ul {
    position: absolute;
    top: 0%;
    left: 100%;
    display: none;
    transition: none;
    box-shadow: 0px 13px 46px 0px rgba(0, 0, 0, 0.08);
    padding-left: 1px;
}



/* header_hover */

header .menubox>li:hover>a {
    background-color: #1d4d99;
    color: #fff;
}

header .menubox li:hover>a::after {}

header .menubox .active_tit>a {
    background-color: #1d4d99;
}

header .menubox ul a:hover {
    color: #1d4d99;
}

@media(max-width:1600px) {
    header .menubox {
        margin-right: 40px;
    }

    header .menubox>li>a {
        padding: 49px 18px 21px 18px;
        font-size: 16px;
    }

    header .menubox>li {
        margin-right: 4px;
    }
}

@media(max-width:1333px) {
    header .logo img {
        width: 220px;
    }

    header .menubox>li>a {
        padding: 26px 7px;
        font-size: 16px;
    }

    header .menubox {
        margin-right: 20px;
    }

    header .bottom {
        margin-top: 0;
    }

    header .top .txt,
    header .top .txt a {
        font-size: 14px;
        line-height: 26px;
    }

    .lanauage_wrap .lanauage {
        font-size: 14px;
    }
}

@media(max-width:1100px) {
    header .logo img {
        width: 190px;
    }

    header .menubox>li>a {
        padding: 22px 6px;
        font-size: 14px;
    }
}

@media(max-width:999px) {

    header .top,
    header .menubox {
        display: none;
    }

    header .bottom .lanauage_wrap {
        display: block;
        margin-right: 45px;
    }

    header {
        height: 60px;
    }

    header .logo img {
        width: auto;
        height: 60px;
    }

    header .rightbox {
        height: 100%;
    }

    header .bottom .safe {
        align-items: center;
    }
}

@media(max-width:768px) {
    header {
        height: 50px;
    }

    header .logo img {
        height: 50px;
    }

    header .bottom .lanauage_wrap {
        margin-right: 34px;
    }
}

@media(max-width:538px) {
    header .bottom .lanauage_wrap {
        margin-right: 45px;
    }
}



/* fix_header */

.fix_header {
    background-color: #fff;
}

.fix_header .top {
    background-color: #f2f3f5;
}

.fix_header .logo .act {
    opacity: 0;
}

.fix_header .logo .noact {
    opacity: 1;
    transform: translateY(8px);
}

.fix_header .bottom {
    margin-top: 0;
    height: 98px;
}

.fix_header .menubox>li>a {
    padding: 35px 24px 27px 24px;
    color: #333;
}

.fix_header .menubox .active_tit>a {
    background-color: #1d4d99;
    color: #fff;
}

.fix_header .searchbox {
    background-color: rgba(29, 77, 153, .2);
    transform: translateY(3px);
}

.fix_header .searchbox a {
    color: #1d4d99;
}

@media(max-width:1600px) {
    .fix_header .menubox>li>a {
        padding: 36px 18px;
    }
}

@media(max-width:1333px) {
    .fix_header .menubox>li>a {
        padding: 26px 7px;
    }

    .fix_header .logo .noact {
        transform: unset;
    }

    .fix_header .searchbox {
        transform: translateY(0px);
    }

    .fix_header .bottom {
        height: auto;
    }

    .fix_header .menubox>li>a {
        padding: 22px 6px;
    }
}



/* indeX_banner */

.slideshow {
    position: relative;
}

.slideshow .wp {
    position: absolute;
    left: 50%;
    margin-left: -600px;
    top: 50%;
    margin-top: -166.5px;
}

.slideshow .wp img {
    max-width: 100%;
    max-height: 80%;
}

.slideshow .item a img {
    width: 100%;
    -webkit-transition: all 6s ease-out;
    -o-transition: all 6s ease-out;
    -moz-transition: all 6s ease-out;
    transition: all 6s ease-out;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.slideshow .item.slick-active img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    /* image-rendering: pixelated; */
}

.slideshow .btnbox {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 69px;
    right: 15%;
}

.slideshow .btnbox i {
    color: #fff;
}

.slideshow .btnbox i:first-child {
    margin-right: 14px;
}

.slick-dots {
    position: absolute;
    text-align: center;
    display: flex;
    flex-direction: column;
    right: 65px !important;
    /* right: 53px !important; */
    top: 50%;
    transform: translateY(-50%);
}

.slick-dots li {
    display: inline-block;
    margin-bottom: 14px;
}

.slick-dots li:last-child {
    margin-bottom: 0;
}

.slick-dots li button {
    cursor: pointer;
    font-size: 0px;
    margin-left: 4.5px;
    margin-right: 4.5px;
    border: none;
    outline: none;
    width: 9px;
    height: 26px;
    border-radius: 999px;
    background-color: rgba(255, 255, 255, 0.36);
}

.slick-dots li.slick-active button {
    height: 40px;
    background-color: rgba(255, 255, 255, 1);
}

.slick-prev,
.slick-next {
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    bottom: 69px;
    color: #fff;
}

.slick-prev {
    z-index: 999;
    right: 17%;
}

.slick-next {
    z-index: 999;
    right: 13.5714%;
}

.slick-prev:hover,
.slick-next:hover {
    background-color: #1d4d99;
}

@media screen and (max-width: 1219px) {
    .slideshow .wp {
        margin-left: -490px;
    }
}

@media screen and (max-width: 999px) {

    .slideshow:hover .slick-prev,
    .slick-next {
        display: none !important;
    }

    .slideshow .wp {
        width: 100%;
        left: 0;
        margin-left: 0;
        height: 80%;
        top: 0;
        margin-top: 20px;
    }
}

@media screen and (max-width: 767px) {
    .slick-dots {
        bottom: 10px;
    }
}

.slideshow .item.slick-active.item_one img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.slideshow .item.slick-active.item_one.on img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.slick-list,
.slick-slider,
.slick-track {
    position: relative;
    display: block
}

.slick-loading .slick-slide,
.slick-loading .slick-track {
    visibility: hidden
}

.slick-slider {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    top: 0;
    left: 0
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-slide iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.slick-slide video {
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 101%;
    min-height: 100%;
    max-width: none;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    display: none \9;
    display: block \9\0;
}

.slick-dots .slide-count {
    display: none;
}

@media screen and (max-width: 991px) {
    .slick-slide video {
        object-position: inherit;
        object-fit: inherit;
        width: 100%;
        height: 100%;
        transform: translate(0, 0);
        left: 0;
        top: 0;
    }
}

@media(max-width:1600px) {

    .slick-prev,
    .slick-next {
        top: 50%;
        transform: translateY(-50%);
    }

    .slick-prev {
        left: 5%;
    }

    .slick-next {
        right: 5%;
    }

    .slick-dots {
        right: unset !important;
        top: unset;
        transform: unset;
        bottom: 20px !important;
        display: flex !important;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        width: 100%;
    }

    .slick-dots li button {
        margin-left: 4.5px;
        margin-right: 4.5px;
        width: 20px;
        height: 8px;
    }

    .slick-dots li.slick-active button {
        width: 28px;
        height: 8px;
    }
}

@media(max-width:1333px) {}

@media(max-width:999px) {
    .slideshow {
        margin-top: 60px;
    }

    .slick-dots {
        bottom: 0px !important;
    }

    .slick-dots li button {
        margin-left: 3px;
        margin-right: 3px;
        width: 20px;
        height: 5px;
    }

    .slick-dots li.slick-active button {
        width: 30px;
        height: 5px;
    }

    .slick-prev,
    .slick-next {
        display: none !important;
    }
}

@media(max-width:768px) {
    .slideshow {
        margin-top: 50px;
    }
}




/* title */

.title32 {
    color: #333;
    font-family: Poppins-SemiBold;
    font-size: 32px;
    line-height: 50px;
}

.b_font {
    color: #1D4D99;
    font-family: Poppins-SemiBold;
    font-size: 92px;
    font-weight: 600;
    line-height: 129.2px;
    opacity: .1;

    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.title42 {
    color: #1E1E1E;
    font-family: Poppins-SemiBold;
    font-size: 42px;
}

.title42 span {
    color: #1D4D99;
}

.title46 {
    color: #1E1E1E;
    font-family: Poppins-SemiBold;
    font-size: 46px;
    padding-left: 20px;
}

.title46 a {
    color: #1E1E1E;
    position: relative;
    display: inline-block;
}

.title46 a::after {
    content: "";
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    width: 78px;
    height: 78px;
    background-color: #1D4D99;
    opacity: 0.2;
}

.title46 a:hover {
    color: #1d4d99;
}

@media(max-width:1600px) {
    .title32 {
        font-size: 28px;
        line-height: 44px;
    }

    .title42 {
        font-size: 36px;
    }

    .title46 {
        font-size: 38px;
        padding-left: 0px;
    }

    .title46 a::after {
        left: -20px;
        top: 50%;
        transform: translateY(-50%);
        width: 70px;
        height: 70px;
    }

    .b_font {
        font-size: 80px;
        line-height: 100px;
    }
}

@media(max-width:1333px) {
    .title32 {
        font-size: 24px;
        line-height: 36px;
    }

    .title42 {
        font-size: 30px;
    }

    .title46 {
        font-size: 32px;
    }

    .b_font {
        font-size: 70px;
        line-height: 80px;
    }
}

@media(max-width:999px) {
    .title32 {
        font-size: 22px;
        line-height: 30px;
    }

    .title42 {
        font-size: 26px;
    }

    .title46 {
        font-size: 28px;
    }

    .title46 a::after {
        display: none;
    }

    .b_font {
        display: none;
    }
}

@media(max-width:768px) {
    .title32 {
        font-size: 20px;
        line-height: 28px;
    }

    .title42 {
        font-size: 22px;
    }

    .title46 {
        font-size: 24px;
    }
}

@media(max-width:538px) {
    .title32 {
        font-size: 18px;
        line-height: 28px;
    }

    .title42 {
        font-size: 20px;
    }

    .title46 {
        font-size: 20px;
    }
}



/* main1 */

.main1 {
    padding: 104px 0px 141px;
    background-color: #f2f3f5;
    background-image: url(../images/h_bg1.png);
    background-position: right bottom;
    background-size: auto;
    background-repeat: no-repeat;
}

.main1 .title46 {
    text-align: center;
    margin-bottom: 24px;
    padding-left: 0;
}

.main1 .con {
    width: 90%;
    color: #333;
    text-align: center;
    font-family: Poppins;
    line-height: 28px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 130px;
}

.main1 .wrap {
    display: flex;
    flex-wrap: wrap;
}

.main1 .inner {
    width: 22.7%;
    margin-right: 2.85%;
    position: relative;
    height: 267px;
    background-color: #ffffff;
    padding: 130px 15px 0px 15px;
    display: flex;
    justify-content: center;
    margin-bottom: 146px;
}

.main1 .inner:nth-child(4n) {
    margin-right: 0;
}

.main1 .inner:nth-last-child(-n+4) {
    margin-bottom: 0;
}

.main1 .imgbox {
    position: absolute;
    top: -50%;
    overflow: hidden;
}

.main1 .contact {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.main1 .title {
    margin-top: 20px;
    color: #1E1E1E;
    font-family: Poppins-SemiBold;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    margin-bottom: 11px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main1 .title a {
    color: #1E1E1E;
}

.main1 .title:hover,
.main1 .title a:hover {
    color: #1d4d99;
}

.main1 .content {
    color: #666;
    text-align: center;
    font-family: Poppins;
    line-height: 28px;
    margin-bottom: 5px;
    min-height: 56px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main1 .btn {
    display: inline-block;
    transform: translateY(6px);
    border-radius: 999px;
    padding: 4px;
    border: 1px solid rgba(29, 77, 153, .5);
    margin: 0 auto;
}

.main1 .btn i {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 999px;
    width: 50px;
    height: 50px;
    font-size: 24px;
    background-color: rgba(29, 77, 153, .3);
}

.main1 .btn:hover {
    border: 1px solid rgba(29, 77, 153, 1);
}

.main1 .btn:hover i {
    background-color: rgba(29, 77, 153, 1);
}

@media(max-width:1600px) {
    .main1 {
        padding: 60px 0px;
    }

    .main1 .inner {}

    .main1 .con {
        width: 90%;
        line-height: 28px;
        margin-bottom: 140px;
    }

    .main1 .imgbox {
        width: 90%;
    }

    .main1 .inner {
        width: 22.7%;
        margin-right: 2.85%;
        height: 270px;
        padding: 100px 15px 0px 15px;
        margin-bottom: 150px;
    }
}

@media(max-width:1333px) {
    .main1 {
        padding: 50px 0px;
    }

    .main1 .con {
        width: 100%;
        line-height: 28px;
        margin-bottom: 30px;
    }

    .main1 .inner {
        width: 22.7%;
        margin-right: 2.85%;
        height: auto;
        padding: 15px 15px 15px 15px;
        margin-bottom: 40px !important;
        display: flex;
        flex-direction: column;
    }

    .main1 .imgbox {
        position: static;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .main1 .top {
        padding-top: 10px;
    }

    .main1 .title {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .main1 .btn i {
        width: 45px;
        height: 45px;
        font-size: 24px;
    }
}

@media(max-width:999px) {
    .main1 {
        padding: 40px 0px;
    }

    .main1 .title46 {
        margin-bottom: 15px;
    }

    .main1 .con {
        width: 100%;
        line-height: 26px;
        margin-bottom: 20px;
        font-size: 14px;
    }

    .main1 .inner {
        width: 32%;
        margin-right: 2%;
        margin-bottom: 30px !important;
    }

    .main1 .inner:nth-child(4n) {
        margin-right: 2%;
    }

    .main1 .inner:nth-child(3n) {
        margin-right: 0;
    }

    .main1 .title {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 6px;
    }

    .main1 .content {
        line-height: 26px;
        margin-bottom: 5px;
        min-height: 52px;
    }
}

@media(max-width:768px) {
    .main1 .title46 {
        margin-bottom: 5px;
    }

    .main1 .inner {
        width: 49%;
        margin-right: 2%;
    }

    .main1 .inner:nth-child(3n) {
        margin-right: 2%;
    }

    .main1 .inner:nth-child(2n) {
        margin-right: 0;
    }

    .main1 .btn i {
        width: 40px;
        height: 40px;
        font-size: 22px;
    }
}

@media(max-width:538px) {
    .main1 {
        padding: 30px 0px;
    }

    .main1 .title {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 6px;
    }

    .main1 .inner {
        margin-bottom: 20px !important;
    }
}

@media(max-width:400px) {
    .main1 .inner {
        width: 100%;
        margin-right: 0 !important;
    }
}



/* main2 */

.main2 {
    padding: 139px 0px 0px 0px;
    background-image: url(../images/h_bg2.png);
    background-position: left 26px;
    background-size: auto;
    background-repeat: no-repeat;
    position: relative;
}

.main2::after {
    content: "";
    position: absolute;
    height: 92px;
    background-color: #f2f3f5;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}

.main2 .safe {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.main2 .box {
    padding: 0px 0px 0px 0px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.main2 .l_box {
    width: 40%;
    padding-top: 26px;
}

.main2 .title46 {
    margin-bottom: 30px;
}

.main2 .content {
    color: #666;
    font-family: Poppins;
    line-height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 48px;
}

.main2 .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 56px;
    color: #FFF;
    font-family: Poppins;
    background-color: #1d4d99;
}

.main2 .btn:hover {
    background-color: #fff;
    border: 1px solid #1d4d99;
    color: #1d4d99;
}

.main2 .r_box {
    width: 55.95%;
    position: relative;
}

.main2 .r_box::after {
    content: "";
    position: absolute;
    right: -19px;
    width: 88px;
    background-color: #1d4d99;
    height: 85%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 0;
}

.main2 .r_box a {
    display: inline-block;
    overflow: hidden;
    position: relative;
    z-index: 10;
}

.main2 .r_box img:hover {
    transform: scale(1.05);
}

@media(max-width:1600px) {
    .main2 {
        padding: 60px 0px 0px 0px;
    }

    .main2 .l_box {
        padding-top: 0;
    }

    .main2 .box {
        align-items: center;
    }

    .main2 .title46 {
        margin-bottom: 20px;
    }

    .main2 .content {
        line-height: 28px;
        margin-bottom: 30px;
    }
}

@media(max-width:1333px) {
    .main2 {
        padding: 50px 0px 0px 0px;
    }

    .main2 .l_box {
        padding-top: 0;
    }

    .main2 .title46 {
        line-height: 42px;
    }

    .main2 .btn {
        width: 160px;
        height: 50px;
    }
}

@media(max-width:999px) {
    .main2 {
        padding: 40px 0px 0px 0px;
    }

    .main2 .box {
        flex-direction: column;
    }

    .main2 .l_box {
        width: 100%;
        margin-bottom: 20px;
    }

    .main2 .title46 {
        line-height: unset;
        margin-bottom: 10px;
    }

    .main2 .content {
        line-height: 26px;
        margin-bottom: 20px;
    }

    .main2 .btn {
        width: 140px;
        height: 45px;
    }

    .main2 .r_box {
        width: auto;
    }
}

@media(max-width:768px) {
    .main2 .title46 {
        line-height: unset;
        margin-bottom: 5px;
    }

    .main2 .r_box::after {
        display: none;
    }
}

@media(max-width:538px) {
    .main2 {
        padding: 30px 0px 0px 0px;
    }
}


/* main3 */

.main3 {
    padding: 65px 0px 164px;
    background-color: #f2f3f5;
}

.main3 .wrap {
    display: flex;
    flex-wrap: wrap;
}

.main3 .inner {
    width: 31%;
    margin-right: 3.5%;
}

.main3 .inner:nth-child(3n) {
    margin-right: 0;
}

.main3 .svgbox {
    margin-bottom: 28px;
}

.main3 .tit {
    color: #1E1E1E;
    font-family: Poppins-SemiBold;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 28px;
}

.main3 .tit a {
    color: #1E1E1E;
}

.main3 .tit:hover,
.main3 .tit a:hover {
    color: #1d4d99;
}

.main3 .line {
    width: 55px;
    height: 5px;
    background-color: #1d4d99;
    margin-bottom: 29px;
}

.main3 .content {
    color: #666;
    font-family: Poppins;
    line-height: 28px;
    margin-bottom: 18px;
}

.main3 .btn {
    color: #666;
    font-family: Poppins;
    font-size: 18px;
}

.main3 .btn:hover {
    text-decoration: underline;
    color: #1D4D99;
}

@media(max-width:1600px) {
    .main3 {
        padding: 60px 0px;
    }

    .main3 .svgbox {
        margin-bottom: 20px;
    }

    .main3 .tit {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 15px;
    }

    .main3 .line {
        width: 55px;
        height: 5px;
        margin-bottom: 20px;
    }

    .main3 .svgbox img {
        width: 80px;
    }
}

@media(max-width:1333px) {
    .main3 {
        padding: 50px 0px;
    }

    .main3 .svgbox {
        margin-bottom: 15px;
    }

    .main3 .tit {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .main3 .line {
        width: 50px;
        height: 3px;
        margin-bottom: 15px;
    }

    .main3 .btn {
        font-size: 16px;
    }
}

@media(max-width:999px) {
    .main3 {
        padding: 40px 0px;
    }

    .main3 .tit {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 10px;
    }

    .main3 .content {
        line-height: 26px;
        margin-bottom: 10px;
    }

    .main3 .btn {
        font-size: 14px;
    }

    .main3 .svgbox img {
        width: 70px;
    }

    .main3 .svgbox {
        margin-bottom: 10px;
    }
}

@media(max-width:768px) {
    .main3 .svgbox img {
        width: 60px;
    }

    .main3 .inner {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .main3 .inner:last-child {
        margin-bottom: 0;
    }

    .main3 .content {
        line-height: 24px;
        margin-bottom: 10px;
    }
}

@media(max-width:538px) {
    .main3 {
        padding: 30px 0px;
    }

    .main3 .svgbox img {
        width: 50px;
    }
}



/* main4 */

.page_main4 .main4 {
    padding: 98px 0px 114px;
}

.main4 {
    padding: 102px 0px 134px;
    background-image: url(../images/h_bg3.jpg);
    background-position: center;
    background-size: auto;
    background-repeat: no-repeat;
}

.main4 .title46 {
    text-align: center;
    margin-bottom: 78px;
    padding-left: 0;
}

.main4 .titlebox {
    display: flex;
    justify-content: center;
    margin-bottom: 11px;
}

.main4 .title42 {
    position: relative;
}

.main4 .title42::after {
    content: "";
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    width: 78px;
    height: 78px;
    background-color: #1D4D99;
    opacity: 0.1;
}

.main4 .content {
    text-align: center;
    color: #666;
    text-align: center;
    font-family: Poppins;
    line-height: 28px;
    width: 78%;
    margin: 0 auto;
    margin-bottom: 41px;
}

.pum1 {}

.pum1 .box {
    position: relative;
    margin: auto;
    max-width: 100%;
    padding-bottom: 20px;
}

.pum1 .box ul {
    position: relative;
    margin: auto;
    height: 412px;
}

.pum1 .box li {
    position: absolute;
    width: 0;
    height: 0;
    z-index: 0;
    cursor: pointer;
    -moz-box-sizing: content-box;
    box-sizing: content-box !important;
    transition: none;
}

.pum1 .box li a {
    display: block;
}

.pum1 .box li:nth-child(3) img {
    opacity: 1;
}

.pum1 .box .prev,
.pum1 .box .next {
    position: absolute;
    overflow: hidden;
    cursor: pointer;
    color: #ffffff;
    z-index: 99;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    font-size: 18px;
    border: 1px solid #333;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    font-size: 16px;
}


.pum1 .box .prev:hover,
.pum1 .box .next:hover {
    background-color: #1d4d99;
    color: #ffffff;
    border: 1px solid #1d4d99;
}

.pum1 .box .prev {
    left: -8.3%;
}

.pum1 .box .next {
    right: -8.3%;
}

.pum1 .box li:nth-child(4) {
    /* overflow: visible; */
}

@media screen and (max-width: 1700px) {
    .pum1 .box .prev {
        left: -5%;
    }

    .pum1 .box .next {
        right: -5%;
    }
}

@media screen and (max-width: 1600px) {
    .main4 {
        padding: 60px 0px !important;
    }

    .main4 .title46 {
        margin-bottom: 60px;
    }

    .pum1 .box .prev {
        left: -40px;
    }

    .pum1 .box .next {
        right: -40px;
    }

    .pum1 {
        padding-bottom: 20px;
    }

    .pum1 .box li .name {
        margin-top: 20px;
    }

    .pum1 .box {
        margin-top: 0px;
        padding: 0px;
        width: auto;
    }

    .pum1 .img-scroll7 {
        position: relative;
        width: 100%;
        z-index: 9
    }

    .pum1 .img-list7 {
        position: relative;
        overflow: hidden;
        z-index: 90;
        margin: 0 30px;
    }

    .pum1 .img-list7 ul {
        transition: none;
        width: 10000% !important;
        height: auto !important;
    }

    .pum1 .box li {
        position: relative;
        left: auto;
        top: auto;
        width: 0.235% !important;
        height: auto !important;
        padding: 0px;
    }

    .pum1 .img-list7 li {
        float: left;
        display: inline;
        margin-right: 0.02% !important;
        /* margin-left: 1.4vw; */
    }

    .pum1 .box li a {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .pum1 .box .prev,
    .pum1 .box .next {
        top: 50%;
        transform: translateY(-50%);
    }

    .pum1 .box li .name {
        width: 100%;
        align-items: center;
    }

    .main4 .title46 {
        margin-bottom: 40px;
    }

    .main4 .content {
        line-height: 28px;
        width: 85%;
        margin-bottom: 30px;
    }
}


@media screen and (max-width: 1333px) {
    .pum1 {
        padding-bottom: 0px;
    }

    .pum1 .box li .name {
        margin-top: 15px;
        font-size: 16px;
    }

    .main4 {
        padding: 50px 0px !important;
    }

    .main4 .content {
        line-height: 28px;
        width: 90%;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 999px) {
    .main4 {
        padding: 40px 0px !important;
    }

    .main4 .title46 {
        margin-bottom: 8px;
    }

    .pum1 .box li .name {
        margin-top: 10px;
        font-size: 14px;
    }

    .pum1 .box .next {
        right: -15px;
    }

    .pum1 .box .prev {
        left: -15px;
    }

    .pum1 {
        padding-bottom: 0px;
    }

    .pum1 .img-list7 {
        margin: 0;
    }

    .pum1 .box .prev,
    .pum1 .box .next {
        width: 40px;
        height: 40px;
    }

    .pum1 .box .prev {
        left: -50px;
    }

    .pum1 .box .next {
        right: -50px;
    }

    .main4 .title42::after {
        display: none;
    }

    .main4 .content {
        line-height: 26px;
        width: 100%;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 767px) {

    .pum1 .box li {
        position: relative;
        left: auto;
        top: auto;
        width: 0.31% !important;
        height: auto !important;
        padding: 0px;
    }

    .pum1 .img-list7 li {
        float: left;
        display: inline;
        margin-right: 0.03% !important;
        /* margin-left: 1.4vw; */
    }

    .pum1 .box .prev,
    .pum1 .box .next {
        top: 110%;
        left: 50%;
        width: 38px;
        height: 38px;
    }

    .pum1 .box .prev {
        transform: translateX(-130%);
    }

    .pum1 .box .next {
        transform: translateX(30%);
    }

    .pum1 {
        padding-bottom: 60px;
    }
}

@media screen and (max-width: 538px) {
    .main4 {
        padding: 30px 0px 50px !important;
    }

    .pum1 .box li {
        width: 0.47% !important;
    }

    .pum1 .img-list7 li {
        float: left;
        display: inline;
        margin-right: 0.05% !important;
        /* margin-left: 1.4vw; */
    }

    .pum1 {
        padding-bottom: 30px;
    }

    .pum1 .box .prev,
    .pum1 .box .next {
        width: 35px;
        height: 35px;
        font-size: 14px;
        top: 105%;
    }

    .pum1 .box li .name {
        font-size: 13px;
    }
}

@media screen and (max-width: 350px) {
    .pum1 .box li {
        width: 1% !important;
    }

    .pum1 .img-list7 li {
        float: left;
        display: inline;
        margin-right: 0.05% !important;
    }

}



/* main5 */

.main5 {
    padding: 94px 0px 90px;
    background-image: url(../images/h_pic4.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.main5 .title46 {
    padding-left: 30px;
    margin-bottom: 87px;
}

.main5 .title46 a {
    color: #fff;
}

.main5 .title46 a::after {
    background-color: rgba(255, 255, 255, 0.8);
}

.main5 .title46 a:hover {
    text-decoration: underline;
}

.main5 .swiper {
    overflow: visible;
}

.main5 .swiper-slide {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    transition: .3s linear opacity;
}

.main5 .swiper-slide::after {
    content: "";
    width: 61px;
    height: 2px;
    background-image: url(../images/line1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 90%;
    top: 63px;
}

.main5 .swiper-slide-visible {
    opacity: 1;
    pointer-events: all;
}

.main5 .swiper-slide:last-child::after {
    display: none;
}

.main5 .svgbox {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 126px;
    height: 126px;
    margin-bottom: 23px;
    background-color: #fff;
    border-radius: 999px;
}

.main5 .title {
    color: #FFF;
    font-family: Poppins;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
}

.main5 .swiper-pagination {
    position: static;
    margin-top: 88px;
}

.main5 .swiper-pagination-bullet {
    width: 26px;
    height: 9px;
    opacity: 1;
    background-color: rgba(255, 255, 255, .36);
    border-radius: 999px;
    margin-right: 18px !important;
}

.main5 .swiper-pagination-bullet-active {
    width: 40px;
    background-color: rgba(255, 255, 255, 1);
}

.main5 .swiper-pagination-bullet:last-child {
    margin-right: 0 !important;
}

@media(max-width:1600px) {
    .main5 {
        padding: 60px 0px;
    }

    .main5 .title46 {
        padding-left: 0px;
        margin-bottom: 50px;
    }

    .main5 .title {
        font-size: 16px;
        line-height: 28px;
    }

    .main5 .svgbox {
        width: 120px;
        height: 120px;
        margin-bottom: 15px;
    }

    .main5 .swiper-pagination {
        margin-top: 60px;
    }
}

@media(max-width:1333px) {
    .main5 {
        padding: 50px 0px;
    }

    .main5 .svgbox {
        width: 100px;
        height: 100px;
        margin-bottom: 15px;
    }

    .main5 .swiper-slide::after {
        width: 61px;
        height: 2px;
        left: 87%;
        top: 50px;
    }

    .main5 .swiper-pagination {
        margin-top: 40px;
    }

    .main5 .title {
        font-size: 16px;
        line-height: 25px;
    }

    .main5 .title46 {
        margin-bottom: 40px;
    }
}

@media(max-width:999px) {
    .main5 {
        padding: 40px 0px;
    }

    .main5 .svgbox {
        width: 90px;
        height: 90px;
        margin-bottom: 10px;
    }

    .main5 .svgbox img {
        width: 50px;
    }

    .main5 .title {
        font-size: 14px;
        line-height: 23px;
    }

    .main5 .title46 {
        margin-bottom: 30px;
    }

    .main5 .swiper-pagination-bullet {
        width: 26px;
        height: 5px;
        margin-right: 10px !important;
    }

    .main5 .swiper-pagination-bullet-active {
        width: 32px;
    }
}

@media(max-width:768px) {
    .main5 .title46 {
        margin-bottom: 20px;
    }

    .main5 .svgbox {
        width: 85px;
        height: 85px;
        margin-bottom: 10px;
    }

    .main5 .swiper-pagination {
        margin-top: 30px;
    }
}

@media(max-width:538px) {
    .main5 {
        padding: 30px 0px;
    }
}



/* main6 */

.main6 {
    padding: 131px 0px 102px;
}

.main6 .titlebox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 80px;
}

.main6 .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 56px;
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    background-color: #1d4d99;
}

.main6 .btn:hover {
    background-color: #fff;
    border: 1px solid #1d4d99;
    color: #1d4d99;
}

.main6 .swiper {
    overflow: visible;
}

.main6 .swiper-slide-visible {
    width: 33.2142% !important;
}

.main6 .swiper-slide-active {
    box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.10);
    width: 46.5714% !important;
}

.main6 .imgbox {
    overflow: hidden;
}

.main6 .contact {
    padding: 35px 14px 40px 20px;
    position: relative;
}

.main6 .title {
    color: #1E1E1E;
    font-family: Poppins-SemiBold;
    font-size: 20px;
    line-height: 28px;
    padding-bottom: 20px;
    margin-bottom: 23px;
    border-bottom: 1px solid #BDBDBD;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main6 .title a {
    color: #1E1E1E;
}

.main6 .content {
    color: #666;
    font-family: Poppins;
    font-size: 16px;
    line-height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main6 .btnbox {
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}

.main6 .btnbox i {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #666;
    border-radius: 99px;
    margin-right: 14px;
    cursor: pointer;
    z-index: 10;
}

.main6 .btnbox i:last-child {
    margin-right: 0;
}

.main6 .btnbox i:hover {
    background-color: #1d4d99;
    border: 1px solid #1d4d99;
    color: #fff;
}

.main6 .an {
    position: absolute;
    right: 34px;
    top: -29px;
    opacity: 0;
    pointer-events: none;
}

.main6 .swiper-slide-active .an {
    opacity: 1;
    pointer-events: all;
}

.main6 .btn1 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 999px;
    background-color: #1d4d99;
    color: #fff;
    position: relative;
}

.main6 .btn1::after {
    content: "";
    position: absolute;
    left: -5px;
    top: -5px;
    border-radius: 999px;
    width: 58px;
    height: 58px;
    border: 1px solid #1d4d99;
}

@media(max-width:1600px) {
    .main6 {
        padding: 60px 0px;
    }

    .main6 .titlebox {
        margin-bottom: 50px;
    }
}

@media(max-width:1333px) {
    .main6 {
        padding: 50px 0px;
    }

    .main6 .btn {
        width: 160px;
        height: 50px;
        font-size: 16px;
    }

    .main6 .titlebox {
        margin-bottom: 40px;
    }

    .main6 .swiper-slide {
        width: 32% !important;
        margin-right: 2.2% !important;
    }

    .main6 .btnbox i {
        width: 45px;
        height: 45px;
        border-radius: 99px;
        margin-right: 10px;
    }

    .main6 .btnbox i:last-child {
        margin-right: 0;
    }

    .main6 .btnbox {
        position: static;
        margin-top: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .main6 .contact {
        padding: 20px 20px 20px 20px;
    }

    .main6 .title {
        font-size: 18px;
        line-height: 28px;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
}

@media(max-width:999px) {
    .main6 {
        padding: 40px 0px;
    }

    .main6 .swiper-slide-active .an {
        display: none;
    }

    .main6 .titlebox {
        margin-bottom: 30px;
        flex-direction: column;
    }

    .main6 .title46 {
        margin-bottom: 10px;
    }

    .main6 .btn {
        width: 140px;
        height: 45px;
        font-size: 14px;
    }

    .main6 .contact {
        padding: 15px;
    }

    .main6 .title {
        font-size: 16px;
        line-height: 26px;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .main6 .content {
        font-size: 14px;
        line-height: 25px;
    }

    .main6 .swiper-slide {
        box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.10);
    }

    .main6 .swiper-slide {
        width: 49% !important;
        margin-right: 15px !important;
    }
}

@media(max-width:768px) {
    .main6 .contact {
        padding: 20px;
    }

    .main6 .titlebox {
        margin-bottom: 20px;
        flex-direction: column;
    }
}

@media(max-width:538px) {
    .main6 {
        padding: 30px 0px;
    }
}

@media(max-width:400px) {
    .main6 .swiper-slide {
        width: 100% !important;
        margin-right: 15px !important;
    }
}



/* main7 */

.main7 {
    padding: 125px 0px 114px;
    background-image: url(../images/h_pic6.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left top;
}

.main7 .safe {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-right: 54px;
}

.main7 .l_box {
    width: 75%;
}

.main7 .title {
    color: #FFF;
    font-family: Poppins-SemiBold;
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 12px;
}

.main7 .content {
    color: #FFF;
    font-family: Poppins;
    line-height: 28px;
    width: 62%;
}

.main7 .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 56px;
    border: 1px solid #fff;
    color: #fff;
    margin-top: 40px;
}

.main7 .btn:hover {
    background-color: #fff;
    color: #1d4d99;
}

@media(max-width:1600px) {
    .main7 {
        padding: 70px 0px;
    }

    .main7 .title {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 10px;
    }

    .main7 .content {
        width: 70%;
    }

    .main7 .btn {
        width: 180px;
        height: 56px;
        margin-top: 20px;
    }
}

@media(max-width:1333px) {
    .main7 {
        padding: 60px 0px;
    }

    .main7 .safe {
        padding-right: 0;
        align-items: center;
    }

    .main7 .title {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 10px;
    }

    .main7 .content {
        width: 85%;
    }

    .main7 .btn {
        width: 160px;
        height: 50px;
        margin-top: 0px;
    }
}

@media(max-width:999px) {
    .main7 {
        padding: 50px 0px;
    }

    .main7 .title {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .main7 .safe {
        flex-direction: column;
    }

    .main7 .l_box {
        width: 100%;
        margin-bottom: 15px;
    }

    .main7 .r_box {
        width: 100%;
    }

    .main7 .content {
        width: 100%;
    }

    .main7 .btn {
        width: 150px;
        height: 45px;
        margin-top: 0px;
    }
}

@media(max-width:768px) {
    .main7 {
        padding: 40px 0px;
    }

    .main7 .title {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .main7 .content {
        line-height: 26px;
    }

    .main7 .btn {
        width: 140px;
        height: 45px;
    }
}

@media(max-width:538px) {
    .main7 {
        padding: 30px 0px;
    }
}

/* main8 */

.main8 {
    padding: 115px 0px 30px;
    background-image: url(../images/h_bg6.png);
    background-repeat: no-repeat;
    background-position: right top;
}

.main8 .titlebox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 84px;
}

.main8 .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 56px;
    color: #FFF;
    font-family: Poppins;
    background-color: #1d4d99;
}

.main8 .btn:hover {
    background-color: #fff;
    border: 1px solid #1d4d99;
    color: #1d4d99;
}

.main8 .box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.main8 .l_box {
    width: 48.9%;
}

.main8 .imgbox {
    position: relative;
    overflow: visible;
}

.main8 .imgbox a {
    display: block;
    overflow: hidden;
}

.main8 .imgbox::after {
    content: "";
    position: absolute;
    width: 82px;
    height: 87%;
    right: -22px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #1d4d99;
    z-index: -1;
}

.main8 .databox {
    position: absolute;
    width: 136px;
    height: 100px;
    background-color: rgba(29, 77, 153, .8);
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px 24px;
}

.main8 .databox .day {
    color: #FFF;
    font-family: Poppins-SemiBold;
    font-size: 38px;
    line-height: 50px;
}

.main8 .databox .data {
    color: #FFF;
    font-family: Poppins;
    font-size: 18px;
    line-height: 30px;
    border-top: 1px solid #fff;
    padding-top: 5px;
}

.main8 .contact1 {
    padding: 35px 30px 29px 31px;
    background-color: #f2f3f5;
}

.main8 .title {
    color: #1E1E1E;
    font-family: Poppins-Medium;
    font-size: 18px;
    line-height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main8 .title a {
    color: #1E1E1E;
}

.main8 .title:hover,
.main8 .title a:hover {
    color: #1d4d99;
}

.main8 .t1 {
    margin-bottom: 15px;
}

.main8 .inner {
    padding-bottom: 27px;
    margin-bottom: 38px;
    border-bottom: 1px solid rgba(102, 102, 102, .2);
}

.main8 .t2 {
    margin-bottom: 16px;
}

.main8 .data {
    color: #666;
    font-family: Poppins;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 8px;
}

.main8 .content {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #666;
    font-family: Poppins;
    line-height: 28px;
}

.main8 .r_box {
    width: 45.7%;
    padding-top: 40px;
}

@media(max-width:1600px) {
    .main8 {
        padding: 60px 0px 20px;
    }

    .main8 .titlebox {
        margin-bottom: 45px;
    }

    .main8 .r_box {
        width: 45.7%;
        padding-top: 30px;
    }

    .main8 .inner {
        padding-bottom: 25px;
        margin-bottom: 25px;
    }

    .main8 .contact1 {
        padding: 30px 25px 25px 25px;
    }
}

@media(max-width:1333px) {
    .main8 {
        padding: 50px 0px 20px;
    }

    .main8 .titlebox {
        margin-bottom: 30px;
    }

    .main8 .btn {
        width: 160px;
        height: 50px;
    }

    .main8 .r_box {
        padding-top: 0;
    }

    .main8 .title {
        font-size: 16px;
        line-height: 26px;
    }

    .main8 .t1 {
        margin-bottom: 10px;
    }

    .main8 .t2 {
        margin-bottom: 10px;
    }

    .main8 .data {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 5px;
    }

    .main8 .inner {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .main8 .contact1 {
        padding: 20px 20px 20px 20px;
    }

    .main8 .imgbox::after {
        display: none;
    }
}

@media(max-width:999px) {
    .main8 {
        padding: 40px 0px 40px;
    }

    .main8 .btn {
        width: 140px;
        height: 45px;
    }

    .main8 .box {
        flex-direction: column;
    }

    .main8 .l_box {
        width: 65%;
        margin-bottom: 20px;
    }

    .main8 .r_box {
        width: 100%;
    }

    .main8 .inner {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .main8 .title {
        font-size: 14px;
        line-height: 24px;
    }

    .main8 .data {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 5px;
    }
}

@media(max-width:768px) {
    .main8 .l_box {
        width: 75%;
        margin-bottom: 20px;
    }

    .main8 .contact1 {
        padding: 15px;
    }

    .main8 .titlebox {
        margin-bottom: 20px;
        flex-direction: column;
    }

    .main8 .title46 {
        margin-bottom: 10px;
    }
}

@media(max-width:538px) {
    .main8 {
        padding: 30px 0px;
    }

    .main8 .l_box {
        width: 100%;
        margin-bottom: 20px;
    }
}

/* .zs */

.zs {
    display: flex;
    justify-content: flex-end;
}

@media(max-width:999px) {
    .zs {
        display: none;
    }
}



/* footer */


footer {
    padding: 91px 0px 0px;
    background-image: url(../images/h_bg5.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left top;
    position: relative;
}

footer .zs {
    position: absolute;
    top: -63px;
    right: 0;
}

footer .top {
    margin-bottom: 113px;
}

footer .nav {
    display: flex;
    flex-wrap: wrap;
}

footer .title i {
    display: none;
}

footer .box {
    padding-right: 4%;
}

footer .box1 {
    width: 16.9%;
}

footer .box2 {
    width: 20.75%;
}

footer .box3 {
    width: 29%;
}

footer .box4 {
    width: 33.3%;
    padding-right: 0;
}

footer .title {
    color: #1E1E1E;
    font-family: Poppins-SemiBold;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 30px;
}

footer .title a {
    color: #1E1E1E;
}

footer .title a:hover {
    color: #1d4d99;
}

footer li,
footer li a {
    color: #333;
    font-family: Poppins;
    line-height: 28px;

}

footer li a,
footer li span {
    opacity: .6;
}

footer li a:hover {
    opacity: 1;
}

footer li {
    margin-bottom: 4px;
}


footer .inpbox1 {
    display: flex;
    margin-bottom: 8px;
}

footer .inpbox1:last-child {
    margin-bottom: 0;
}

footer .inp1 {
    width: 49%;
    margin-right: 2%;
    border: 1px solid #BDBDBD;
}

footer .inp1 input {
    height: 48px;
    width: 100%;
    background-color: transparent;
    padding: 0px 10px;

    color: #333;
    font-family: Poppins;
    opacity: 1;
}

footer .inp1 input::placeholder {
    color: #333;
    opacity: .6;
}

footer .inp1:last-child {
    margin-right: 0;
}

footer .inpbox2 textarea {
    height: 138px;
    width: 100%;
    border: 1px solid #BDBDBD;
    background-color: transparent;
    resize: none;
    padding: 10px 10px;
    color: #333;
    opacity: 1;
    font-family: Poppins;
}

footer .inpbox2 textarea::placeholder {
    color: #333;
    opacity: .6;
}

footer .code {
    width: 100%;
    position: relative;
}

footer .code input {
    padding-right: 110px;
}

footer .codebox {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

footer .codebox img {
    height: 100%;
}

footer .sub {
    width: 150px;
    flex-shrink: 0;
    border: unset;
}

footer .sub input {
    background-color: #1d4d99;
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    cursor: pointer;
}

footer .sub input:hover {
    border: 1px solid #1d4d99;
    color: #1d4d99;
    background-color: #fff;
}

footer .blogrolls {
    display: flex;
    flex-wrap: wrap;
    margin-top: 35px;
}

footer .blogrolls a {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
    opacity: 1;
    margin-right: 6px;
}

footer .blogrolls a:last-child {
    margin-right: 0;
}

footer .blogrolls a:nth-of-type(1) {
    background-color: #8356a4;
}

footer .blogrolls a:nth-of-type(2) {
    background-color: #f01d26;
}

footer .blogrolls a:nth-of-type(3) {
    background-color: #000000;
}

footer .blogrolls a:nth-of-type(4) {
    background-color: #e71e28;
}

footer .blogrolls a:nth-of-type(5) {
    background-color: #4168b3;
}

footer .blogrolls a:nth-of-type(6) {
    background-color: #2767b1;
}

footer .blogrolls a:hover {
    background-color: #1d4d99;
}

footer .bottom {
    background-color: #1d4d99;
}

footer .bottom .safe {
    padding: 33px 0px 36px;
}

footer .copyright,
footer .copyright a,
footer .links,
footer .links a {
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
}

footer .copyright {
    margin-bottom: 12px;
}

footer .copyright,
footer .links {
    opacity: .9;
}

footer .links a:hover {
    text-decoration: underline;
}


@media(max-width:1600px) {
    footer {
        padding: 60px 0px 0px;
        background-position: left -70px;
    }

    footer .top {
        margin-bottom: 50px;
    }

    footer .title {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 15px;
    }

    footer li,
    footer li a {
        line-height: 26px;
    }

    footer .blogrolls {
        margin-top: 20px;
    }
}

@media(max-width:1333px) {
    footer {
        padding: 50px 0px 0px;
        background-position: left -70px;
    }

    footer .title {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 10px;
    }

    footer li,
    footer li a {
        font-size: 14px;
    }

    footer .box {
        padding-right: 2%;
    }

    footer .blogrolls a {
        margin-bottom: 5px;
    }

    footer .inpbox1 {
        flex-direction: column;
    }

    footer .inp1 {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    footer .inpbox1 {
        margin-bottom: 0;
    }

    footer .inpbox2 {
        margin-bottom: 10px;
    }

    footer .inpbox2 textarea {
        height: 100px;
        width: 100%;
        padding: 10px 10px;
    }

    footer .inp1 input {
        height: 45px;
        width: 100%;
        padding: 0px 10px;
    }

    footer .sub input {
        font-size: 14px;
    }

    footer .bottom .safe {
        padding: 20px 0px;
    }

    footer .copyright {
        margin-bottom: 6px;
    }

    footer .copyright,
    footer .copyright a,
    footer .links,
    footer .links a {
        font-size: 14px;
    }

    footer .top {
        margin-bottom: 40px;
    }
}

@media(max-width:999px) {
    footer {
        padding: 30px 0px 50px;
        background-position: left -122px;
        background-image: unset;
        background-color: #f1f3f5;
    }

    footer .top {
        margin-bottom: 20px;
    }

    footer .nav {
        flex-direction: column;
    }

    footer .box {
        width: 100% !important;
    }

    footer .title {
        margin-bottom: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    footer .title i {
        display: block;
        font-weight: bold;
    }

    footer .box ul {
        display: none;
        transition: none;
        padding-top: 10px;
    }

    footer .box form {
        display: none;
        transition: none;
        padding-top: 15px;
    }

    footer .inp1 input {
        height: 40px;
        width: 100%;
        padding: 0px 10px;
    }
}

@media(max-width:538px) {
    footer {
        padding: 20px 0px 50px;
    }
}


/* page_banner */

.page_banner {
    margin-top: 48px;
    position: relative;
}

.page_banner .bg {
    width: 100%;
}

.page_banner::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.1)0%, rgba(0, 0, 0, .8)100%);
}

.page_banner .safe {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 10;
}

.page_banner .title46 {
    color: #fff;
}

.crumb {
    text-align: center;
}

.crumb,
.crumb a {
    color: #FFF;
    font-family: Poppins;
    font-size: 18px;
    line-height: 28px;
}

.crumb i {
    margin: 0px 5px;
}

.crumb a:hover {
    text-decoration: underline;
}

.crumb .active {
    text-decoration: underline;
}


@media(max-width:1333px) {

    .crumb,
    .crumb a {
        font-size: 16px;
        line-height: 26px;
    }
}

@media(max-width:999px) {
    .page_banner {
        margin-top: 60px;
    }
}

@media(max-width:768px) {
    .page_banner {
        margin-top: 50px;
    }

    .page_banner .bg {
        min-height: 180px;
        background-size: cover;
        object-fit: cover;
    }

    .crumb,
    .crumb a {
        font-size: 14px;
        line-height: 24px;
    }
}



/* products_about */

.products_about {
    padding: 90px 0px 90px;
    background-color: #f2f3f5;

    background-image: url(../images/2-1bg1.png);
    background-position: bottom right;
    background-repeat: no-repeat;
}

.products_about .l_box {
    padding-top: 45px;
}


.products_about .r_box {
    width: 49.9285%;
    float: right;
    margin-left: 90px;
}

.products_about .title42 {
    margin-bottom: 32px;
}

.products_about .content {
    color: #666;
    font-family: Poppins;
    line-height: 28px;
}

.products_about .content p em {
    font-style: normal;
    color: #1D4D99;
}

.products_about .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.6);
    margin-right: 20px !important;
    position: relative;
}

.products_about .swiper-pagination-bullet::after {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background-color: #fff;
    top: -2px;
    left: -2px;
    z-index: -1;
    opacity: 0;
}

.products_about .swiper-pagination-bullet-active {
    background-color: #1D4D99;
}

.products_about .swiper-pagination-bullet-active::after {
    opacity: 1;
}

.products_about .swiper-pagination-bullet:last-child {
    margin-right: 0px;
}

@media(max-width:1600px) {
    .products_about {
        padding: 60px 0px;
    }

    .products_about .l_box {
        padding-top: 35px;
    }

    .products_about .r_box {
        width: 49.9285%;
        margin-left: 60px;
    }

    .products_about .title42 {
        margin-bottom: 25px;
    }
}

@media(max-width:1333px) {
    .products_about {
        padding: 50px 0px;
    }

    .products_about .l_box {
        padding-top: 25px;
    }

    .products_about .r_box {
        width: 49.9285%;
        margin-left: 40px;
    }

    .products_about .title42 {
        margin-bottom: 10px;
    }
}

@media(max-width:999px) {
    .products_about {
        padding: 40px 0px;
    }

    .products_about .l_box {
        padding-top: 15px;
    }

    .products_about .content {
        line-height: 26px;
    }
}

@media(max-width:768px) {
    .products_about .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        margin-right: 15px !important;
    }

    .products_about .title42 {
        line-height: 30px;
    }
}

@media(max-width:538px) {
    .products_about {
        padding: 30px 0px;
    }

    .products_about .l_box {
        padding-top: 0;
        width: 100%;
    }

    .products_about .r_box {
        float: unset;
        width: 100%;
        margin-left: 0;
        margin-bottom: 20px;
    }
}



/* products_advantages */

.products_advantages {
    padding: 70px 0px 50px;
}

.products_advantages .title42 {
    margin-bottom: 41px;
}

.products_advantages .wrap {
    display: flex;
    flex-wrap: wrap;
}

.products_advantages .inner {
    width: 31.8571%;
    margin-right: 2.2142%;
    padding: 18px 15px 15px 20px;
    min-height: 215px;
    background-color: #f2f3f5;
    margin-bottom: 31px;
}

.products_advantages .inner:nth-child(3n) {
    margin-right: 0;
}

.products_advantages .inner:hover {
    background-color: #1d4d99;
}

.products_advantages .inner:hover .num,
.products_advantages .inner:hover .title,
.products_advantages .inner:hover .content {
    color: #fff;
}

.products_advantages .num {
    color: #1D4D99;
    font-family: Poppins-SemiBold;
    font-size: 20px;
    margin-bottom: 14px;
}

.products_advantages .title {
    color: #1E1E1E;
    font-family: Poppins-SemiBold;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 28px;
}

.products_advantages .content {
    color: #666;
    font-family: Poppins;
    line-height: 28px;
}

@media(max-width:1600px) {
    .products_advantages {
        padding: 60px 0px;
    }

    .products_advantages .title42 {
        margin-bottom: 25px;
    }

    .products_advantages .title {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 20px;
    }
}

@media(max-width:1333px) {
    .products_advantages {
        padding: 50px 0px;
    }

    .products_advantages .title42 {
        margin-bottom: 15px;
    }

    .products_advantages .num {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .products_advantages .title {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 10px;
    }
}

@media(max-width:999px) {
    .products_advantages {
        padding: 40px 0px;
    }

    .products_advantages .inner {
        width: 49%;
        margin-right: 2%;
    }

    .products_advantages .inner:nth-child(3n) {
        margin-right: 2%;
    }

    .products_advantages .inner:nth-child(2n) {
        margin-right: 0;
    }

    .products_advantages .content {
        line-height: 26px;
    }
}

@media(max-width:768px) {
    .products_advantages .num {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .products_advantages .title {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 5px;
    }

    .products_advantages .inner {
        min-height: 200px;
        margin-bottom: 20px;
    }
}

@media(max-width:538px) {
    .products_advantages {
        padding: 30px 0px;
    }

    .products_advantages .inner {
        width: 100%;
        margin-right: 0% !important;
        min-height: unset;
    }
}



/* products_types */

.products_types {
    padding: 80px 0px 90px;
    background-color: #f2f3f5;
}

.products_types .title42 {
    margin-bottom: 2px;
}

.products_types .swiper-slide:hover .contact {
    background-color: #1d4d99;
}

.products_types .swiper-slide:hover .contact a,
.products_types .swiper-slide:hover .contact p {
    color: #fff;
}

.products_types .content {
    color: #666;
    font-family: Poppins;
    line-height: 28px;
    margin-bottom: 53px;
}

.products_types .imgbox {
    border-radius: 8px;
    overflow: hidden;
}

.products_types .contact {
    padding: 20px 15px 10px 15px;
    color: #333;
    text-align: center;
    line-height: 28px;
    background-color: #fff;
    border-radius: 8px;
}

.products_types .contact p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.products_types .contact a {
    caret-color: #333;
}

.products_types .contact a:hover {
    text-decoration: underline;
}

.products_types .btnbox i {
    width: 50px;
    height: 50px;
    border-radius: 999px;
    color: #666;
    border: 1px solid #666;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    cursor: pointer;
}

.products_types .btnbox i:first-child {
    left: -8.55%;
}

.products_types .btnbox i:last-child {
    right: -8.55%;
}

.products_types .btnbox i:hover {
    background-color: #1d4d99;
    color: #fff;
    border: 1px solid #1d4d99;
}

@media(max-width:1600px) {
    .products_types {
        padding: 60px 0px;
    }

    .products_types .content {
        line-height: 28px;
        margin-bottom: 30px;
    }

    .products_types .btnbox i:first-child {
        left: -60px;
    }

    .products_types .btnbox i:last-child {
        right: -60px;
    }
}

@media(max-width:1333px) {
    .products_types {
        padding: 50px 0px;
    }

    .products_types .content {
        line-height: 28px;
        margin-bottom: 20px;
    }
}

@media(max-width:999px) {
    .products_types {
        padding: 40px 0px;
    }

    .products_types .content {
        line-height: 26px;
        margin-bottom: 15px;
    }

    .products_types .btnbox i {
        width: 45px;
        height: 45px;
    }

    .products_types .contact {
        padding: 10px 10px 10px 10px;
        line-height: 26px;
        border-radius: 8px;
    }
}

@media(max-width:768px) {
    .products_types .btnbox i {
        position: static;
        transform: unset;
    }

    .products_types .btnbox {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .products_types .btnbox i:first-child {
        margin-right: 15px;
    }

    .products_types .swiper {
        margin-bottom: 18px;
    }
}

@media(max-width:538px) {
    .products_types {
        padding: 30px 0px;
    }

    .products_types .imgbox img {
        width: 100%;
    }
}


/* products_material */


.products_material {
    padding: 80px 0px 90px;
}

.products_material1 .products_material {
    padding: 70px 0px 90px;
}

.products_material .title42 {
    margin-bottom: 2px;
}

.products_material .content {
    color: #666;
    font-family: Poppins;
    line-height: 28px;
    margin-bottom: 54px;
}

.products_material .box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.products_material .list {
    width: 19.3%;
    background-color: #f2f3f5;
}

.products_material .list li {
    color: #333;
    font-family: Poppins-Medium;
    padding: 16.8px 20px;
    border-bottom: 1px solid #EAEAEA;
    cursor: pointer;
}

.products_material .list li:last-child {
    border-bottom: unset;
}

.products_material .list .active {
    background: rgba(64, 124, 219, .2);
    color: #1D4D99;
}

.products_material .list li:hover {
    background: rgba(64, 124, 219, .2);
    color: #1D4D99;
}

.products_material .wrap {
    width: 78.55%;
}

.products_material .inner {
    display: none;
    justify-content: space-between;
    background-color: #f2f3f5;
}

.products_material .imgbox {
    width: 49.1%;
    border-radius: 8px;
    overflow: hidden;
}

.products_material .contact {
    width: 48%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 15px;
}

.products_material .title {
    color: #333;
    font-family: Poppins-SemiBold;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 35px;
}

.products_material .con {
    color: #666;
    line-height: 28px;
}

@media(max-width:1600px) {
    .products_material {
        padding: 60px 0px;
    }

    .products_material .content {
        line-height: 28px;
        margin-bottom: 30px;
    }

    .products_material .title {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .products_material .list li {
        padding: 15px 20px;
    }
}

@media(max-width:1333px) {
    .products_material {
        padding: 50px 0px;
    }

    .products_material .content {
        line-height: 28px;
        margin-bottom: 20px;
    }

    .products_material .list li {
        padding: 12px 15px;
    }

    .products_material .title {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 15px;
    }
}

@media(max-width:999px) {
    .products_material {
        padding: 40px 0px;
    }

    .products_material .content {
        line-height: 26px;
        margin-bottom: 15px;
    }

    .products_material .box {
        flex-direction: column;
    }

    .products_material .list {
        width: 100%;
        margin-bottom: 20px;
    }

    .products_material .wrap {
        width: 100%;
    }

    .products_material .title {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 10px;
    }
}

@media(max-width:768px) {}

@media(max-width:538px) {
    .products_material {
        padding: 30px 0px;
    }

    .products_material .inner {
        flex-direction: column;
    }

    .products_material .imgbox {
        width: 100%;
        margin-bottom: 0px;
    }

    .products_material .contact {
        padding-right: 0;
        padding: 15px;
        width: 100%;
    }
}



/* products_surface */

.products_surface1 {
    padding: 63px 0px 90px;
    background-color: #f2f3f5;
}

.products_surface2 {
    padding: 73px 0px 90px;
    background-color: #fff;
}

.products_surface3 {
    padding: 73px 0px 90px;
    background-color: #f2f3f5;
}

.products_surface .title42 {
    margin-bottom: 0px;
}

.products_surface2 .title42 {
    margin-bottom: 38px;
}

.products_surface3 .title42 {
    margin-bottom: 38px;
}

.products_surface .content {
    color: #666;
    font-family: Poppins;
    line-height: 28px;
    margin-bottom: 28px;
}

.products_surface table {
    border-collapse: collapse;
    width: 100%;
    min-width: 700px;
    overflow: auto;
}

.products_surface .table,
.products_surface .tablen {
    width: 100%;
}

.products_surface .tablen {
    overflow: auto;
}

.products_surface .biaoge1 tr:first-child {
    background-color: #1d4d99 !important;
    display: flex;
    /* justify-content: space-between; */
}

.products_surface .biaoge1 tr:first-child td {
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    line-height: 28px;
}

/* .products_surface .biaoge1 tr:first-child td:first-child {
    padding: 20px 15px 20px 60px;
} */

.products_surface .biaoge1 tr td:nth-of-type(1) {
    width: 21.8%;
}

.products_surface .biaoge1 tr td:nth-of-type(2) {
    width: 40.7%;
}

.products_surface .biaoge1 tr td:nth-of-type(3) {
    width: 14.3%;
}

.products_surface .biaoge1 tr td:nth-of-type(4) {
    width: 13.6%;
}

.products_surface .biaoge1 tr td:nth-of-type(5) {
    width: 9.5%;
}

.products_surface .biaoge1 tr {
    padding: 19px 14px;
    background-color: #fff;
    display: block;
    border-bottom: 1px solid #CFCFCF;
    border-left: 1px solid #CFCFCF;
    border-right: 1px solid #CFCFCF;
}

.products_surface .biaoge1 tr:nth-child(odd) {
    background-color: #fafafa;
}

.products_surface2 .biaoge1 tr:nth-child(odd) {
    background-color: #f2f3f5;
}

.products_surface .biaoge1 div {
    display: flex;
    align-items: flex-start;

    color: #333;
    font-family: Poppins;
    line-height: 28px;
    flex-shrink: 0;
}

.products_surface .biaoge1 div .imgbox {
    border-radius: 8px;
    overflow: hidden;
    margin-right: 15px;
}

.products_surface .biaoge1 .con {
    color: #666;
    line-height: 28px;
    padding-right: 50px;
}

.products_surface .biaoge1 .name {
    font-family: Poppins-Medium;
    color: #333;
    line-height: 28px;
}

.products_surface .biaoge1 .deta {
    color: #333;
    line-height: 28px;
    font-family: Poppins-Medium;
}

.products_surface .biaoge1 .color {
    color: #333;
    line-height: 28px;
    font-family: Poppins-Medium;
}

.products_surface .biaoge1 .texture {
    color: #333;
    line-height: 28px;
    font-family: Poppins-Medium;
}

@media(max-width:1600px) {

    .products_surface1,
    .products_surface2,
    .products_surface3 {
        padding: 60px 0px;
    }
}

@media(max-width:1333px) {

    .products_surface1,
    .products_surface2,
    .products_surface3 {
        padding: 50px 0px;
    }

    .products_surface .biaoge1 .im {
        display: flex;
        flex-direction: column;
    }

    .products_surface .biaoge1 .imgbox {
        margin-bottom: 10px;
    }
}

@media(max-width:999px) {

    .products_surface1,
    .products_surface2,
    .products_surface3 {
        padding: 40px 0px;
    }

    .products_surface .biaoge1 .con {
        line-height: 26px;
        padding-right: 20px;
    }

    .products_surface .biaoge1 tr:first-child td {
        font-size: 14px;
        line-height: 26px;
    }

    .products_surface .content {
        line-height: 26px;
        margin-bottom: 16px;
    }

    .products_surface .biaoge1 .deta {
        line-height: 26px;
    }

    .products_surface .biaoge1 .color {
        line-height: 26px;
    }

    .products_surface .biaoge1 .name {
        line-height: 26px;
    }
}

@media(max-width:768px) {
    .products_surface .biaoge1 tr {
        padding: 10px 10px;
    }
}

@media(max-width:538px) {

    .products_surface1,
    .products_surface2,
    .products_surface3 {
        padding: 30px 0px;
    }
}




/* products_key */

.products_key {
    padding: 70px 0px 90px;
}

.products_key .title42 {
    margin-bottom: 2px;
}

.products_key .content {
    color: #666;
    font-family: Poppins;
    line-height: 28px;
    margin-bottom: 43px;
}

.products_key .biaoge2 {
    color: #666;
    line-height: 22px;
}

.products_key table {
    border-collapse: collapse;
    border: 1px solid #C8C8C8;
    width: 100%;
    min-width: 700px;
    overflow: auto;
}

.products_key .tablen {
    overflow: auto;
}

.products_key table tr {
    color: #666666;
}

.products_key table td {
    border-right: 1px solid #C8C8C8;
    border-bottom: 1px solid #C8C8C8;
    padding: 19px 18px;
    width: 16.7142%;
    vertical-align: top;
}

.products_key table tr:first-child {
    background-color: #1d4d99;
}

.products_key table tr:first-child td {
    color: #fff;
}

@media(max-width:1600px) {
    .products_key {
        padding: 60px 0px;
    }

    .products_key .content {
        line-height: 28px;
        margin-bottom: 30px;
    }
}

@media(max-width:1333px) {
    .products_key {
        padding: 50px 0px;
    }

    .products_key .content {
        line-height: 28px;
        margin-bottom: 20px;
    }
}

@media(max-width:999px) {
    .products_key {
        padding: 40px 0px;
    }

    .products_key .content {
        line-height: 26px;
        margin-bottom: 20px;
    }

    .products_key table td {
        padding: 15px 15px;
    }
}

@media(max-width:538px) {
    .products_key {
        padding: 30px 0px;
    }
}


/* products_application */

.products_application {
    padding: 70px 0px 70px;
    background-color: #f2f3f5;
}

.products_application .title42 {
    margin-bottom: 10px;
}

.products_application .list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 29px;
}

.products_application .list li {
    margin-right: 10px;
    padding: 8.5px 16.5px;
    border: 1px solid #DEDEDE;
    background-color: #fff;
    margin-bottom: 10px;
    cursor: pointer;
}

.products_application .list li:hover {
    background: rgba(29, 77, 153, 0.14);
    color: #1D4D99;
    border: 1px solid rgba(29, 77, 153, 0.14);
}

.products_application .active {
    background: rgba(29, 77, 153, 0.14) !important;
    color: #1D4D99;
    border: 1px solid rgba(29, 77, 153, 0.14);
}

.products_application .inner {
    display: none;
}

.products_application .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #ffffff;
    border-radius: 8px;
}

.products_application .imgbox {
    overflow: hidden;
    border-radius: 8px;
    width: 40%;
}

.products_application .contact {
    width: 57%;
}

.products_application .title {
    margin-bottom: 24px;
    color: #333;
    font-family: Poppins-SemiBold;
    font-size: 24px;
    line-height: 34px;
}

.products_application .con {
    color: #666;
    line-height: 28px;
}

.products_application .swiper-pagination {
    position: static;
    margin-top: 29px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.products_application .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: 1;
    background-color: #9e9e9f;
    border-radius: 999px;
    border: 2px solid transparent;
    margin-right: 18px !important;
}

.products_application .swiper-pagination-bullet-active {
    width: 18px;
    height: 18px;
    background-color: #1d4d99;
    border: 2px solid #fff;
}

.products_application .swiper-pagination-bullet:last-child {
    margin-right: 0 !important;
}

@media(max-width:1600px) {
    .products_application {
        padding: 60px 0px;
    }

    .products_application .title {
        margin-bottom: 20px;
        font-size: 22px;
        line-height: 34px;
    }
}

@media(max-width:1333px) {
    .products_application {
        padding: 50px 0px;
    }

    .products_application .list {
        margin-bottom: 20px;
    }

    .products_application .title {
        margin-bottom: 15px;
        font-size: 20px;
        line-height: 30px;
    }
}

@media(max-width:999px) {
    .products_application {
        padding: 40px 0px;
    }

    .products_application .list li {
        margin-right: 10px;
        padding: 7px 14px;
        margin-bottom: 10px;
    }

    .products_application .title {
        margin-bottom: 5px;
        font-size: 18px;
        line-height: 28px;
    }
}

@media(max-width:768px) {
    .products_application .title {
        margin-bottom: 5px;
        font-size: 16px;
        line-height: 28px;
    }

    .products_application .list li {
        margin-right: 5px;
        padding: 5px 10px;
        margin-bottom: 5px;
    }
}

@media(max-width:538px) {
    .products_application {
        padding: 30px 0px;
    }

    .products_application .swiper-slide {
        flex-direction: column;
    }

    .products_application .imgbox {
        width: 100%;
    }

    .products_application .contact {
        width: 100%;
        padding: 15px;
    }
}


/* related_products */

.related_products1 {
    padding: 70px 0px 70px;
}

.related_products2 {
    padding: 70px 0px 70px;
    background-color: #f2f3f5;
}

.related_products3 {
    padding: 82px 0px 70px;
}

.related_products .title42 {
    margin-bottom: 44px;
}

.related_products .wrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 22px;
}

.related_products .inner {
    width: 23.8571%;
    margin-right: 1.4285%;
    background-color: #fff;
    filter: drop-shadow(0 4px 22px rgba(0, 0, 0, 0.10));
    padding: 19px 29px 28px 29px;
    margin-bottom: 19px;
}

.related_products .inner:nth-child(4n) {
    margin-right: 0;
}

.related_products .imgbox {
    overflow: hidden;
    margin-bottom: 10px;
}

.related_products .title {
    color: #1E1E1E;
    font-family: Poppins-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;
}

.related_products .title a {
    color: #1E1E1E;
}

.related_products .title:hover,
.related_products .title a:hover {
    color: #1d4d99;
}

.related_products .content {
    color: #666;
    line-height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.related_products .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-family: Poppins;
    background-color: #1d4d99;
    width: 180px;
    height: 56px;
    margin: 0 auto;
}

.related_products .btn i {
    font-size: 12px;
    margin-left: 10px;
}

.related_products .btn:hover {
    background-color: #fff;
    border: 1px solid #1d4d99;
    color: #1d4d99;
}

@media(max-width:1600px) {

    .related_products1,
    .related_products2,
    .related_products3 {
        padding: 60px 0px;
    }

    .related_products .title42 {
        margin-bottom: 35px;
    }


}

@media(max-width:1333px) {

    .related_products1,
    .related_products2,
    .related_products3 {
        padding: 50px 0px;
    }

    .related_products .title42 {
        margin-bottom: 25px;
    }

    .related_products .inner {
        width: 23.8571%;
        margin-right: 1.4285%;
        padding: 20px;
        margin-bottom: 19px;
    }

    .related_products .btn {
        width: 160px;
        height: 50px;
    }
}

@media(max-width:999px) {

    .related_products1,
    .related_products2,
    .related_products3 {
        padding: 40px 0px;
    }

    .related_products .inner {
        width: 32%;
        margin-right: 2%;
    }

    .related_products .inner:nth-child(4n) {
        margin-right: 2%;
    }

    .related_products .inner:nth-child(3n) {
        margin-right: 0;
    }

    .related_products .title {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 5px;
    }

    .related_products .content {
        line-height: 26px;
    }

    .related_products .title42 {
        margin-bottom: 20px;
    }

    .related_products .btn {
        width: 140px;
        height: 45px;
    }
}

@media(max-width:768px) {
    .related_products .inner {
        padding: 15px;
    }

    .related_products .title42 {
        margin-bottom: 15px;
    }

    .related_products .btn {
        width: 140px;
        height: 45px;
    }
}

@media(max-width:538px) {

    .related_products1,
    .related_products2,
    .related_products3 {
        padding: 30px 0px;
    }

    .related_products .inner {
        width: 49%;
        margin-right: 2%;
    }

    .related_products .inner:nth-child(3n) {
        margin-right: 2%;
    }

    .related_products .inner:nth-child(2n) {
        margin-right: 0;
    }
}

@media(max-width:380px) {
    .related_products .inner {
        width: 100%;
        margin-right: 0% !important;
    }
}

/* products_custom */

.products_custom {
    padding: 90px 0px 90px;
    background-image: url(../images/2-2bg1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left top;
}


.products_custom .l_box {
    width: 100%;
    padding-top: 3px;
}

.products_custom .title42 {
    margin-bottom: 28px;
    line-height: 50px;
}

.products_custom .content {
    color: #666;
    font-family: Poppins;
    line-height: 28px;
    margin-bottom: 34px;
}

.products_custom .txts {
    color: #333;
    font-family: Poppins;
    line-height: 28px;
}

.products_custom .txts p {
    position: relative;
    padding-left: 35px;
    margin-bottom: 8.5px;
}

.products_custom .txts p:last-child {
    margin-bottom: 0;
}

.products_custom .txts p::after {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../images/bingo1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.products_custom .r_box {
    float: right;
    width: 50%;
    margin-left: 90px;
}

.products_custom .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.6);
    margin-right: 20px !important;
    position: relative;
}

.products_custom .swiper-pagination-bullet::after {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background-color: #fff;
    top: -2px;
    left: -2px;
    z-index: -1;
    opacity: 0;
}

.products_custom .swiper-pagination-bullet-active {
    background-color: #1D4D99;
}

.products_custom .swiper-pagination-bullet-active::after {
    opacity: 1;
}

.products_custom .swiper-pagination-bullet:last-child {
    margin-right: 0px;
}


@media(max-width:1600px) {
    .products_custom {
        padding: 60px 0px;
    }

    .products_custom .title42 {
        margin-bottom: 20px;
        line-height: 44px;
    }

    .products_custom .content {
        line-height: 28px;
        margin-bottom: 20px;
    }
}

@media(max-width:1333px) {
    .products_custom {
        padding: 50px 0px;
    }
}

@media(max-width:999px) {
    .products_custom {
        padding: 40px 0px;
    }

    .products_custom .title42 {
        margin-bottom: 20px;
        line-height: 34px;
    }

    .products_custom .r_box {
        width: 50%;
        margin-left: 40px;
    }

    .products_custom .content {
        line-height: 26px;
        margin-bottom: 15px;
    }

    .products_custom .txts {
        line-height: 26px;
    }

    .products_custom .txts p::after {
        width: 20px;
        height: 20px;
    }

    .products_custom .txts p {
        padding-left: 30px;
        margin-bottom: 8.5px;
    }
}

@media(max-width:768px) {
    .products_custom .r_box {
        float: unset;
        margin-left: 0;
    }

    .products_custom .safe {
        display: flex;
        flex-direction: column-reverse;
    }

    .products_custom .l_box {
        padding-top: 0;
        margin-bottom: 20px;
    }

    .products_custom .title42 {
        margin-bottom: 10px;
        line-height: 28px;
    }

    .products_custom .r_box {
        width: auto;
    }
}

@media(max-width:538px) {
    .products_custom {
        padding: 30px 0px;
    }
}


/* products_custom1 */

.products_custom1 {
    padding: 90px 0px 90px;
    background-image: url(../images/2-2bg1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left top;
}


.products_custom1 .l_box {
    width: 100%;
    padding-top: 3px;
}

.products_custom1 .title42 {
    margin-bottom: 28px;
    line-height: 50px;
}

.products_custom1 .content {
    color: #666;
    font-family: Poppins;
    line-height: 28px;
    margin-bottom: 34px;
}

.products_custom1 .txts {
    color: #333;
    font-family: Poppins;
    line-height: 28px;
}

.products_custom1 .txts p {
    position: relative;
    margin-bottom: 8.5px;
    display: flex;
    align-items: flex-start;
}

.products_custom1 .txts p:last-child {
    margin-bottom: 0;
}

.products_custom1 .txts p::before {
    content: "";
    left: 0;
    top: 2px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../images/bingo1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    flex-shrink: 0;
    margin-right: 10px;
}

.products_custom1 .r_box {
    float: left;
    width: 50%;
    margin-right: 50px;
}

.products_custom1 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.6);
    margin-right: 20px !important;
    position: relative;
}

.products_custom1 .swiper-pagination-bullet::after {
    content: "";
    width: 14px;
    height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background-color: #fff;
    top: -2px;
    left: -2px;
    z-index: -1;
    opacity: 0;
    position: relative;
}

.products_custom1 .swiper-pagination-bullet-active {
    background-color: #1D4D99 !important;
}

.products_custom1 .swiper-pagination-bullet-active::after {
    opacity: 1;
}

.products_custom1 .swiper-pagination-bullet:last-child {
    margin-right: 0px;
}


@media(max-width:1600px) {
    .products_custom1 {
        padding: 60px 0px;
    }

    .products_custom1 .title42 {
        margin-bottom: 20px;
        line-height: 44px;
    }

    .products_custom1 .content {
        line-height: 28px;
        margin-bottom: 20px;
    }
}

@media(max-width:1333px) {
    .products_custom1 {
        padding: 50px 0px;
    }
}

@media(max-width:999px) {
    .products_custom1 {
        padding: 40px 0px;
    }

    .products_custom1 .title42 {
        margin-bottom: 20px;
        line-height: 34px;
    }

    .products_custom1 .r_box {
        width: 50%;
        margin-left: 40px;
    }

    .products_custom1 .content {
        line-height: 26px;
        margin-bottom: 15px;
    }

    .products_custom1 .txts {
        line-height: 26px;
    }

    .products_custom1 .txts p::after {
        width: 20px;
        height: 20px;
    }

    .products_custom1 .txts p {
        padding-left: 0px;
        margin-bottom: 8.5px;
    }

}

@media(max-width:768px) {
    .products_custom1 .r_box {
        float: unset;
        margin-left: 0;
    }

    .products_custom1 .safe {
        display: flex;
        flex-direction: column-reverse;
    }

    .products_custom1 .l_box {
        padding-top: 0;
        margin-bottom: 20px;
    }

    .products_custom1 .title42 {
        margin-bottom: 10px;
        line-height: 28px;
    }

    .products_custom1 .r_box {
        width: auto;
    }

    .products_custom1 .r_box {
        margin-right: 0;
    }
}

@media(max-width:538px) {
    .products_custom1 {
        padding: 30px 0px;
    }
}



/* products_cnc */

.products_cnc {
    padding: 73px 0px 90px;
}

.products_cnc .titlebox {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 58px;
}

.products_cnc .l {
    width: 42%;
}

.products_cnc .title42 {
    margin-bottom: 76px;
}

.products_cnc .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 56px;
    background-color: #1d4d99;
    color: #FFF;
    font-family: Poppins;
    line-height: 28px;
}

.products_cnc .btn i {
    font-size: 12px;
    margin-left: 10px;
}

.products_cnc .btn:hover {
    background-color: #fff;
    border: 1px solid #1d4d99;
    color: #1d4d99;
}

.products_cnc .r {
    width: 58%;
    padding-top: 17px;
    line-height: 28px;
    color: #666;
}

.products_cnc .swiper {
    overflow: visible;
}

.products_cnc .swiper-slide {
    box-shadow: 0 4px 22px rgba(0, 0, 0, 0.10);
    padding: 20px 29px 27px 29px;
}

.products_cnc .imgbox {
    overflow: hidden;
    margin-bottom: 10px;
}

.products_cnc .title {
    color: #1E1E1E;
    font-family: Poppins-Medium;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 9px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.products_cnc .title a {
    color: #1E1E1E;
}

.products_cnc .title:hover,
.products_cnc .title a:hover {
    color: #1d4d99;
}

.products_cnc .content1 {
    color: #666;
    line-height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.products_cnc .swiper-pagination-bullet-active {
    background-color: #1d4d99;
}

@media(max-width:1600px) {
    .products_cnc {
        padding: 60px 0px;
    }

    .products_cnc .r {
        padding-top: 0;
    }

    .products_cnc .title42 {
        margin-bottom: 50px;
    }
}

@media(max-width:1333px) {
    .products_cnc {
        padding: 50px 0px;
    }

    .products_cnc .title42 {
        margin-bottom: 40px;
    }

    .products_cnc .btn {
        width: 160px;
        height: 50px;
        line-height: 28px;
    }

    .products_cnc .swiper-slide {
        padding: 20px;
    }
}

@media(max-width:999px) {
    .products_cnc {
        padding: 40px 0px;
    }

    .products_cnc .titlebox {
        flex-direction: column;
        margin-bottom: 30px;
    }

    .products_cnc .l {
        width: 100%;
        margin-bottom: 18px;
    }

    .products_cnc .r {
        width: 100%;
    }

    .products_cnc .title42 {
        margin-bottom: 10px;
    }

    .products_cnc .btn {
        width: 140px;
        height: 45px;
        line-height: 28px;
    }

    .products_cnc .content {
        line-height: 26px;
    }

    .products_cnc .title {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 5px;
    }
}

@media(max-width:768px) {
    .products_cnc .titlebox {
        margin-bottom: 18px;
    }
}

@media(max-width:538px) {
    .products_cnc {
        padding: 30px 0px;
    }
}



/* products_workshop */

.products_workshop {
    padding: 73px 0px 90px;
    background-color: #f2f3f5;
}

.products_workshop .title42 {
    text-align: center;
    margin-bottom: 38px;
}

.products_workshop .wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.products_workshop .inner {
    width: 48.9%;
}

.products_workshop .imgbox {
    overflow: hidden;
    border-radius: 8px;
}

.products_workshop .contact {
    padding: 20.5px 20px;
    text-align: center;
    background-color: #fff;
    border-radius: 8px;
}

.products_workshop .contact:hover {
    background-color: #1d4d99;
}

.products_workshop .contact:hover p {
    color: #fff;
}

.products_workshop .contact p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media(max-width:1600px) {
    .products_workshop {
        padding: 60px 0px;
    }

    .products_workshop .title42 {
        margin-bottom: 30px;
    }
}

@media(max-width:1333px) {
    .products_workshop {
        padding: 50px 0px;
    }

    .products_workshop .title42 {
        margin-bottom: 20px;
    }

    .products_workshop .contact {
        padding: 15px 20px;
        border-radius: 8px;
    }
}

@media(max-width:999px) {
    .products_workshop {
        padding: 40px 0px;
    }

    .products_workshop .contact {
        padding: 12px 15px;
        border-radius: 8px;
    }
}

@media(max-width:768px) {
    .products_workshop .title42 {
        margin-bottom: 10px;
    }
}

@media(max-width:538px) {
    .products_workshop {
        padding: 30px 0px;
    }

    .products_workshop .wrap {
        flex-direction: column;
    }

    .products_workshop .inner {
        width: 100%;
        margin-bottom: 20px;
    }

    .products_workshop .inner:last-child {
        margin-bottom: 0;
    }
}



/* products_tolerance */

.products_tolerance {
    padding: 73px 0px 79px;
}

.products_tolerance .title42 {
    margin-bottom: -1px;
}

.products_tolerance .con {
    color: #666;
    line-height: 28px;
    margin-bottom: 43px;
}

.products_tolerance .biaoge1 table {
    width: 100%;
}

.products_tolerance table {
    color: #666;
    font-family: Poppins;
    line-height: 30px;
    border-collapse: collapse;
    min-width: 700px;
    overflow: auto;
    border: 1px solid #ccc;
}

.products_tolerance .tablen {
    overflow: auto;
}

.products_tolerance table tr:nth-child(odd) {
    background: rgba(29, 77, 153, 0.14);
}

.products_tolerance table tr:nth-child(odd) td {
    color: #1D4D99;
}


.products_tolerance table td {
    padding: 11px 20px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

@media(max-width:1600px) {
    .products_tolerance {
        padding: 60px 0px;
    }

    .products_tolerance .con {
        line-height: 28px;
        margin-bottom: 35px;
    }
}

@media(max-width:1333px) {
    .products_tolerance {
        padding: 50px 0px;
    }

    .products_tolerance .con {
        line-height: 28px;
        margin-bottom: 25px;
    }

    .products_tolerance table {
        line-height: 28px;
    }
}

@media(max-width:999px) {
    .products_tolerance {
        padding: 40px 0px;
    }

    .products_tolerance .con {
        line-height: 26px;
        margin-bottom: 15px;
    }

    .products_tolerance table td {
        padding: 8px 20px;
        border-right: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
    }

    .products_tolerance table {
        line-height: 26px;
    }
}

@media(max-width:768px) {}

@media(max-width:538px) {
    .products_tolerance {
        padding: 30px 0px;
    }
}


/* products_material */


.products_material1 {
    padding: 84px 0px 86px;
    background-color: #f2f3f5;
}

.products_material2 {
    background-color: #fff;
}

.products_material1 .title42 {
    margin-bottom: -1px;
}

.products_material1 .content {
    color: #666;
    font-family: Poppins;
    line-height: 28px;
    margin-bottom: 54px;
}

.products_material1 .box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.products_material1 .list {
    width: 19.3%;
    background-color: #fff;
    max-height: 425px;
    overflow-x: hidden;
    z-index: 10001;
    scrollbar-color: #333 rgba(0, 0, 0, 0.05);
    scrollbar-width: thin;
}

.products_material1 .list li {
    color: #333;
    font-family: Poppins-Medium;
    padding: 16.8px 20px;
    border-bottom: 1px solid #EAEAEA;
    cursor: pointer;
}

.products_material1 .list li:last-child {
    border-bottom: unset;
}

.products_material1 .list .active {
    background: rgba(64, 124, 219, .2);
    color: #1D4D99;
}

.products_material1 .list li:hover {
    background: rgba(64, 124, 219, .2);
    color: #1D4D99;
}

.products_material1 .wrap {
    width: 78.55%;
}

.products_material1 .inner {
    display: none;
    justify-content: space-between;
    background-color: #fff;
}

.products_material1 .imgbox {
    width: 49.1%;
    border-radius: 8px;
    overflow: hidden;
}

.products_material1 .contact {
    width: 48%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 15px;
}

.products_material1 .title {
    color: #333;
    font-family: Poppins-Medium;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 35px;
}

.products_material1 .con {
    color: #666;
    line-height: 28px;
}

@media(max-width:1600px) {
    .products_material1 {
        padding: 60px 0px;
    }

    .products_material1 .content {
        line-height: 28px;
        margin-bottom: 30px;
    }

    .products_material1 .title {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .products_material1 .list li {
        padding: 15px 20px;
    }
}

@media(max-width:1333px) {
    .products_material1 {
        padding: 50px 0px;
    }

    .products_material1 .content {
        line-height: 28px;
        margin-bottom: 20px;
    }

    .products_material1 .list li {
        padding: 12px 15px;
    }

    .products_material1 .title {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 15px;
    }
}

@media(max-width:999px) {
    .products_material1 {
        padding: 40px 0px;
    }

    .products_material1 .content {
        line-height: 26px;
        margin-bottom: 15px;
    }

    .products_material1 .box {
        flex-direction: column;
    }

    .products_material1 .list {
        width: 100%;
        margin-bottom: 20px;
    }

    .products_material1 .wrap {
        width: 100%;
    }

    .products_material1 .title {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 10px;
    }
}

@media(max-width:768px) {}

@media(max-width:538px) {
    .products_material1 {
        padding: 30px 0px;
    }

    .products_material1 .inner {
        flex-direction: column;
    }

    .products_material1 .imgbox {
        width: 100%;
        margin-bottom: 0px;
    }

    .products_material1 .contact {
        padding-right: 0;
        padding: 15px;
        width: 100%;
    }
}


/* products_capability */

.products_capability {
    padding: 74px 0px 61px;
    background-color: #f2f3f5;
}

.products_capability .title42 {
    margin-bottom: 8px;
}

.products_capability .content {
    color: #666;
    font-family: Poppins;
    line-height: 28px;
    margin-bottom: 49px;
}

.products_capability .swiper {
    margin-bottom: 30px;
}

.products_capability .swiper-slide {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.products_capability .imgbox {
    width: 37.5%;
}

.products_capability .contact {
    width: 57%;
    padding-top: 28px;
}

.products_capability .line {
    width: 55px;
    height: 5px;
    background-color: #1D4D99;
    margin-bottom: 21px;
}

.products_capability .title {
    color: #1E1E1E;
    font-family: Poppins-SemiBold;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 20px;
}

.products_capability .txts {
    color: #666;
    line-height: 28px;
}

.products_capability .control {
    display: flex;
    align-items: center;
    justify-content: center;
}

.products_capability .control i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38.918px;
    height: 38.918px;
    border-radius: 999px;
    border: 1px solid #666;
    cursor: pointer;
}

.products_capability .control i:hover {
    background-color: #1d4d99;
    border: 1px solid #1d4d99;
    color: #fff;
}

.products_capability .pagination {
    margin: 0px 10px;
    display: flex;
    align-items: center;
    color: #666;
    font-family: Poppins-SemiBold;
    font-size: 18px;
}

.products_capability .pagination .this_page {
    color: #1d4d99;
}

.products_capability .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    position: static;
    margin: 0px 10px;
    width: 130px !important;
    height: 2px;
}

.products_capability .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background-color: #1d4d99;
}

@media(max-width:1600px) {
    .products_capability {
        padding: 60px 0px;
    }

    .products_capability .content {
        line-height: 28px;
        margin-bottom: 30px;
    }

    .products_capability .title {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 20px;
    }
}

@media(max-width:1333px) {
    .products_capability {
        padding: 50px 0px;
    }

    .products_capability .content {
        line-height: 28px;
        margin-bottom: 20px;
    }

    .products_capability .title {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .products_capability .contact {
        padding-top: 0;
    }

    .products_capability .line {
        display: none;
        margin-bottom: 0;
    }
}

@media(max-width:999px) {
    .products_capability {
        padding: 40px 0px;
    }

    .products_capability .content {
        line-height: 26px;
        margin-bottom: 15px;
    }

    .products_capability .swiper-slide {
        flex-direction: column;
    }

    .products_capability .imgbox {
        width: auto;
        margin-bottom: 18px;
    }

    .products_capability .contact {
        width: 100%;
    }

    .products_capability .title {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 15px;
    }
}

@media(max-width:768px) {
    .products_capability .title {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 10px;
    }
}

@media(max-width:538px) {
    .products_capability {
        padding: 30px 0px;
    }

    .products_capability .swiper-pagination {
        margin: 0px 10px;
        width: 100px !important;
        height: 2px;
    }
}



/* products_qc */

.products_qc {
    padding: 73px 0px 80px;
    background-image: url(../images/2-2bg2.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: auto;
}

.products_qc .title42 {
    margin-bottom: 19px;
}

.products_qc .content {
    color: #666;
    line-height: 28px;
    margin-bottom: 67px;
}

.products_qc .box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.products_qc .list {
    width: 27.8%;
}

.products_qc .list .active {
    background-color: rgba(29, 77, 153, .1);
    color: #1d4d99;
    border-bottom: 1px solid #1d4d99;
}

.products_qc .list li:first-child {
    border-top: 1px solid #D9D9D9;
}

.products_qc .list li {
    padding: 15px 20px;
    font-family: Poppins-Medium;
    border-bottom: 1px solid #D9D9D9;
    cursor: pointer;
    font-size: 18px;
    color: #1E1E1E;
}

.products_qc .wrap {
    width: 66.4%;
}

.products_qc .inner {
    display: none;
}

.products_qc .line {
    width: 55px;
    height: 5px;
    background-color: #1d4d99;
    margin-bottom: 31px;
}

.products_qc .title {
    color: #1E1E1E;
    font-family: Poppins-SemiBold;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 20px;
}

.products_qc .txts {
    color: #666;
    font-family: Poppins;
    line-height: 28px;
    margin-bottom: 94px;
}

@media(max-width:1600px) {
    .products_qc {
        padding: 60px 0px;
    }

    .products_qc .content {
        line-height: 28px;
        margin-bottom: 45px;
    }

    .products_qc .txts {
        line-height: 28px;
        margin-bottom: 50px;
    }

    .products_qc .title {
        font-size: 22px;
        line-height: 34px;
        margin-bottom: 20px;
    }

    .products_qc .list li {
        padding: 15px 20px;
        font-size: 16px;
    }
}

@media(max-width:1333px) {
    .products_qc {
        padding: 50px 0px;
    }

    .products_qc .content {
        line-height: 28px;
        margin-bottom: 35px;
    }

    .products_qc .line {
        width: 55px;
        height: 5px;
        margin-bottom: 20px;
    }

    .products_qc .title {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 15px;
    }

    .products_qc .txts {
        line-height: 28px;
        margin-bottom: 30px;
    }

    .products_qc .list li {
        padding: 12px 15px;
    }

    .products_qc .title42 {
        margin-bottom: 10px;
    }
}

@media(max-width:999px) {
    .products_qc {
        padding: 40px 0px;
    }

    .products_qc .content {
        line-height: 26px;
        margin-bottom: 15px;
    }

    .products_qc .title42 {
        margin-bottom: 5px;
    }

    .products_qc .box {
        flex-direction: column;
    }

    .products_qc .list {
        width: 100%;
        margin-bottom: 20px;
    }

    .products_qc .wrap {
        width: 100%;
    }

    .products_qc .list li {
        padding: 10px 15px;
    }

    .products_qc .txts {
        line-height: 26px;
        margin-bottom: 20px;
    }
}

@media(max-width:768px) {
    .products_qc .title {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 11px;
    }

    .products_qc .list li {
        padding: 12px 15px;
        font-size: 14px;
    }
}

@media(max-width:538px) {
    .products_qc {
        padding: 30px 0px;
    }
}


/* page_main6 */

.page_main6 {
    padding: 89px 0px 89px;
    background-color: #f2f3f5;
}

.page_main6 .title42 {
    margin-bottom: 60px;
}

.page_main6 .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 56px;
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    background-color: #1d4d99;
}

.page_main6 .btn:hover {
    background-color: #fff;
    border: 1px solid #1d4d99;
    color: #1d4d99;
}

.page_main6 .swiper {
    overflow: visible;
}

.page_main6 .swiper-slide-visible {
    width: 33.2142% !important;
}

.page_main6 .swiper-slide-active {
    box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.10);
    width: 46.5714% !important;
}

.page_main6 .imgbox {
    overflow: hidden;
}

.page_main6 .contact {
    padding: 35px 14px 40px 20px;
    position: relative;
}

.page_main6 .title {
    color: #1E1E1E;
    font-family: Poppins-SemiBold;
    font-size: 20px;
    line-height: 28px;
    padding-bottom: 20px;
    margin-bottom: 23px;
    border-bottom: 1px solid #BDBDBD;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.page_main6 .title a {
    color: #1E1E1E;
}

.page_main6 .title:hover,
.page_main6 .title a:hover {
    color: #1d4d99;
}

.page_main6 .content {
    color: #666;
    font-family: Poppins;
    font-size: 16px;
    line-height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.page_main6 .btnbox {
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}

.page_main6 .btnbox i {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #666;
    border-radius: 99px;
    margin-right: 14px;
    cursor: pointer;
    z-index: 10;
}

.page_main6 .btnbox i:last-child {
    margin-right: 0;
}

.page_main6 .btnbox i:hover {
    background-color: #1d4d99;
    border: 1px solid #1d4d99;
    color: #fff;
}

.page_main6 .an {
    position: absolute;
    right: 34px;
    top: -29px;
    opacity: 0;
    pointer-events: none;
}

.page_main6 .swiper-slide-active .an {
    opacity: 1;
    pointer-events: all;
}

.page_main6 .btn1 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 999px;
    background-color: #1d4d99;
    color: #fff;
    position: relative;
}

.page_main6 .btn1::after {
    content: "";
    position: absolute;
    left: -5px;
    top: -5px;
    border-radius: 999px;
    width: 58px;
    height: 58px;
    border: 1px solid #1d4d99;
}

@media(max-width:1600px) {
    .page_main6 {
        padding: 60px 0px;
    }

    .page_main6 .title42 {
        margin-bottom: 45px;
    }

    .page_main6 .titlebox {
        margin-bottom: 50px;
    }
}

@media(max-width:1333px) {
    .page_main6 {
        padding: 50px 0px;
    }

    .page_main6 .title42 {
        margin-bottom: 25px;
    }

    .page_main6 .btn {
        width: 160px;
        height: 50px;
        font-size: 16px;
    }

    .page_main6 .titlebox {
        margin-bottom: 40px;
    }

    .page_main6 .swiper-slide {
        width: 32% !important;
        margin-right: 2.2% !important;
    }

    .page_main6 .btnbox i {
        width: 45px;
        height: 45px;
        border-radius: 99px;
        margin-right: 10px;
    }

    .page_main6 .btnbox i:last-child {
        margin-right: 0;
    }

    .page_main6 .btnbox {
        position: static;
        margin-top: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .page_main6 .contact {
        padding: 20px 20px 20px 20px;
    }

    .page_main6 .title {
        font-size: 18px;
        line-height: 28px;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
}

@media(max-width:999px) {
    .page_main6 {
        padding: 40px 0px;
    }

    .page_main6 .title42 {
        margin-bottom: 15px;
    }

    .page_main6 .swiper-slide-active .an {
        display: none;
    }

    .page_main6 .titlebox {
        margin-bottom: 30px;
        flex-direction: column;
    }

    .page_main6 .title46 {
        margin-bottom: 10px;
    }

    .page_main6 .btn {
        width: 140px;
        height: 45px;
        font-size: 14px;
    }

    .page_main6 .contact {
        padding: 15px;
    }

    .page_main6 .title {
        font-size: 16px;
        line-height: 26px;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .page_main6 .content {
        font-size: 14px;
        line-height: 25px;
    }

    .page_main6 .swiper-slide {
        box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.10);
    }

    .page_main6 .swiper-slide {
        width: 49% !important;
        margin-right: 15px !important;
    }
}

@media(max-width:768px) {
    .page_main6 .contact {
        padding: 20px;
    }

    .page_main6 .titlebox {
        margin-bottom: 20px;
        flex-direction: column;
    }
}

@media(max-width:538px) {
    .page_main6 {
        padding: 30px 0px;
    }
}

@media(max-width:400px) {
    .page_main6 .swiper-slide {
        width: 100% !important;
        margin-right: 15px !important;
    }
}


/* products_faq */

.products_faq {
    padding: 73px 0px 60px;
}

.products_faq .title42 {
    margin-bottom: 38px;
}

.products_faq .wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.products_faq .box {
    width: 49%;
    margin-right: 2%;
}

.products_faq .box:nth-child(2n) {
    margin-right: 0;
}

.products_faq .inner {
    padding: 24px 30px;
    width: 100%;
    margin-right: 0%;
    background-color: #f2f3f5;
    border-radius: 16px;
    margin-bottom: 20px;
}

.products_faq .inner:nth-child(2n) {
    margin-right: 0;
}

.products_faq .question {
    display: flex;
    /* align-items: center; */
    color: #242424;
    font-size: 18px;
    line-height: 28px;
    cursor: pointer;
}

.products_faq .question span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    background-color: #1d4d99;
    border-radius: 999px;
    color: #fff;
    margin-right: 12px;
    flex-shrink: 0;
}

.products_faq .question>div {
    padding-top: 5px;
}

.products_faq .answer {
    color: #666;
    line-height: 30px;
    padding-top: 15px;
    display: none;
    transition: none;
}

@media(max-width:1600px) {
    .products_faq {
        padding: 60px 0px;
    }

    .products_faq .title42 {
        margin-bottom: 30px;
    }

    .products_faq .inner {
        padding: 20px 30px;
        width: 100%;
        border-radius: 16px;
        margin-bottom: 20px;
    }
}

@media(max-width:1333px) {
    .products_faq {
        padding: 50px 0px;
    }

    .products_faq .title42 {
        margin-bottom: 20px;
    }

    .products_faq .inner {
        padding: 15px 20px;
        width: 100%;
        border-radius: 16px;
        margin-bottom: 20px;
    }

    .products_faq .question {
        font-size: 16px;
        line-height: 26px;
    }

    .products_faq .answer {
        line-height: 28px;
        padding-top: 10px;
    }
}

@media(max-width:999px) {
    .products_faq {
        padding: 40px 0px;
    }

    .products_faq .wrap {
        flex-direction: column;
    }

    .products_faq .box {
        width: 100%;
        margin-right: 0;
    }

    .products_faq .inner {
        padding: 12px 15px;
        border-radius: 16px;
        margin-bottom: 15px;
    }

    .products_faq .inner:last-child {
        margin-bottom: 0;
    }
}

@media(max-width:538px) {
    .products_faq {
        padding: 30px 0px;
    }
}

/* 2-3 */

/* products_service */

.products_service {
    padding: 84px 0px 84px;
    background-color: #f2f3f5;
    background-image: url(../images/2-3bg1.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: auto;
}

.products_service .safe {}

.products_service .l_box {
    float: left;
    width: 51%;
    margin-right: 50px;
}

.products_service .swiper-pagination {
    bottom: 15px !important;
}

.products_service .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.6);
    margin-right: 20px !important;
    position: relative;
}

.products_service .swiper-pagination-bullet::after {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background-color: #fff;
    top: -2px;
    left: -2px;
    z-index: -1;
    opacity: 0;
}

.products_service .swiper-pagination-bullet-active {
    background-color: #1D4D99;
}

.products_service .swiper-pagination-bullet-active::after {
    opacity: 1;
}

.products_service .swiper-pagination-bullet:last-child {
    margin-right: 0px;
}

.products_service .r_box {
    padding-top: 37px;
}

.products_service .title42 {
    margin-bottom: 11px;
}

.products_service .content {
    color: #666;
    line-height: 28px;
    margin-bottom: 50px;
}

.products_service .txts {
    color: #333;
    line-height: 28px;
}

.products_service .txts p {
    position: relative;
    /* margin-left: 30px; */
    display: flex;
    align-items: flex-start;
}

.products_service .txts p::before {
    content: "";
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    background-image: url(../images/bingo1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    flex-shrink: 0;
    margin-right: 8px;
}

@media(max-width:1600px) {
    .products_service {
        padding: 60px 0px;
    }

    .products_service .r_box {
        padding-top: 20px;
    }

    .products_service .swiper-pagination {
        bottom: 10px !important;
    }
}

@media(max-width:1333px) {
    .products_service {
        padding: 50px 0px;
    }

    .products_service .title42 {
        line-height: 38px;
    }
}

@media(max-width:999px) {
    .products_service {
        padding: 40px 0px;
    }

    .products_service .content {
        color: #666;
        line-height: 26px;
        margin-bottom: 20px;
    }

    .products_service .txts p::before {
        width: 24px;
        height: 24px;
    }

    .products_service .txts {
        color: #333;
        line-height: 25px;
    }

    .products_service .l_box {
        margin-right: 30px;
        padding-top: 0;
    }

    .products_service .r_box {
        padding-top: 0;
    }
}

@media(max-width:768px) {
    .products_service .title42 {
        line-height: 32px;
    }
}

@media(max-width:538px) {
    .products_service {
        padding: 30px 0px;
    }

    .products_service .safe {
        display: flex;
        flex-direction: column-reverse;
    }

    .products_service .l_box {
        margin-right: 0;
        width: auto;
    }

    .products_service .r_box {
        margin-bottom: 20px;
    }

}



/* products_features */

.products_features {
    padding: 80px 0px 90px;
}

.products_features .title42 {
    margin-bottom: 41px;
}

.products_features .wrap {
    display: flex;
    flex-wrap: wrap;
}

.products_features .inner {
    width: 18.9285%;
    margin-right: 1.2571%;
    background-color: #f2f3f5;
    padding: 20px 20px 19px 20px;
}

.products_features .inner:nth-child(5n) {
    margin-right: 0;
}

.products_features .inner:hover {
    background-color: #1d4d99;
}

.products_features .inner:hover img {
    filter: invert(1) sepia(100%) saturate(0%) hue-rotate(180deg) brightness(200%) contrast(100%);
}

.products_features .inner:hover .tit,
.products_features .inner:hover .content {
    color: #fff;
}

.products_features .imgbox {
    margin-bottom: 28px;
}

.products_features .tit {
    color: #333;
    font-family: Poppins-Medium;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 29px;
}

.products_features .content {
    color: #666;
    line-height: 28px;
}

@media(max-width:1600px) {
    .products_features {
        padding: 60px 0px;
    }

    .products_features .title42 {
        margin-bottom: 20px;
    }

    .products_features .tit {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 20px;
    }
}

@media(max-width:1333px) {
    .products_features {
        padding: 50px 0px;
    }

    .products_features .imgbox {
        margin-bottom: 20px;
    }

    .products_features .imgbox img {
        width: 60px;
    }

    .products_features .inner {
        width: 32%;
        margin-right: 2%;
        margin-bottom: 20px;
    }

    .products_features .inner:nth-child(3n) {
        margin-right: 0;
    }
}

@media(max-width:999px) {
    .products_features {
        padding: 40px 0px;
    }

    .products_features .imgbox img {
        width: 50px;
    }

    .products_features .imgbox {
        margin-bottom: 10px;
    }

    .products_features .tit {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 10px;
    }

    .products_features .content {
        line-height: 26px;
    }
}

@media(max-width:768px) {
    .products_features .inner {
        width: 49%;
        margin-right: 2%;
    }

    .products_features .inner:nth-child(3n) {
        margin-right: 2%;
    }

    .products_features .inner:nth-child(2n) {
        margin-right: 0;
    }
}

@media(max-width:538px) {
    .products_features {
        padding: 30px 0px;
    }
}

@media(max-width:400px) {
    .products_features .inner {
        width: 100%;
        margin-right: 0%;
    }

    .products_features .inner:last-child {
        margin-bottom: 0;
    }
}


/* products_advantages1 */

.products_advantages1 {
    padding: 71px 0px 70px;
    background-image: url(../images/2-3pic2.jpg);
    position: relative;
}

.products_advantages1::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, #323A50 35.52%, rgba(54, 62, 85, 0.00) 100%);
}

.products_advantages1 .safe {
    position: relative;
    z-index: 10;
}

.products_advantages1 .title42 {
    color: #fff;
    margin-bottom: 59px;
}

.products_advantages1 .inner {
    width: 40.6%;
    padding: 21px 21px 25px 21px;
    background-color: rgba(255, 255, 255, .1);
    color: #fff;
    display: flex;
    align-items: flex-start;
    margin-bottom: 13px;
    border-radius: 12px;
    overflow: hidden;
}

.products_advantages1 .inner:last-child {
    margin-bottom: 0;
}

.products_advantages1 .inner span {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    overflow: hidden;
}

.products_advantages1 .inner:hover {
    background-color: rgba(255, 255, 255, .8);
    color: #333;
}

.products_advantages1 .inner:hover span {
    background-color: #1d4d99;
    color: #fff;
}


@media(max-width:1600px) {
    .products_advantages1 {
        padding: 60px 0px;
    }

    .products_advantages1 .title42 {
        margin-bottom: 30px;
    }

    .products_advantages1 .inner {
        width: 60%;
        padding: 21px 21px 25px 21px;
        margin-bottom: 13px;
        border-radius: 12px;
    }
}

@media(max-width:1333px) {
    .products_advantages1 {
        padding: 50px 0px;
    }

    .products_advantages1 .title42 {
        margin-bottom: 20px;
    }

    .products_advantages1 .inner {
        width: 70%;
        padding: 20px;
        margin-bottom: 13px;
        border-radius: 12px;
    }
}

@media(max-width:999px) {
    .products_advantages1 {
        padding: 40px 0px;
    }

    .products_advantages1 .title42 {
        margin-bottom: 10px;
    }

    .products_advantages1 .inner {
        width: 80%;
        padding: 15px;
        margin-bottom: 13px;
        border-radius: 12px;
    }

    .products_advantages1 .inner span {
        flex-shrink: 0;
    }
}

@media(max-width:768px) {
    .products_advantages1 .inner {
        width: 90%;
        padding: 15px;
        margin-bottom: 13px;
        border-radius: 12px;
    }
}

@media(max-width:538px) {
    .products_advantages1 {
        padding: 30px 0px;
    }

    .products_advantages1 .inner {
        width: 100%;
        margin-bottom: 10px;
    }
}


/* products_laser */

.products_laser {
    padding: 80px 0px 90px;
}

.products_laser .title42 {
    margin-bottom: 41px;
}

.products_laser .biaoge1 {}

.products_laser table {
    border-collapse: collapse;
    border: 1px solid #DFDFDF;
    width: 100%;
    min-width: 700px;
    overflow: auto;
}

.products_laser .tablen {
    overflow: auto;
}

.products_laser tr:first-child {
    background-color: #1d4d99 !important;
}

.products_laser tr:first-child td {
    color: #fff;
}

.products_laser td {
    padding: 13px 18px;
    border-right: 1px solid #DFDFDF;
}

.products_laser tr:nth-child(odd) {
    background-color: #f2f3f5;
}

@media(max-width:1600px) {
    .products_laser {
        padding: 60px 0px;
    }

    .products_laser .title42 {
        margin-bottom: 25px;
    }
}

@media(max-width:1333px) {
    .products_laser {
        padding: 50px 0px;
    }

    .products_laser .title42 {
        margin-bottom: 15px;
    }
}

@media(max-width:999px) {
    .products_laser {
        padding: 40px 0px;
    }

    .products_laser td {
        padding: 10px 15px;
    }
}

@media(max-width:768px) {}

@media(max-width:538px) {
    .products_laser {
        padding: 30px 0px;
    }
}



/* products_technical */

.products_technical {
    padding: 60px 0px 100px;
    background-color: #f2f3f5;
}

.products_technical .title42 {
    margin-bottom: 30px;
}

.products_technical table {
    width: 100%;
    border: 1px solid #CFCFCF;
    border-collapse: collapse;
    min-width: 700px;
    overflow: auto;
}

.products_technical .tablen {
    overflow: auto;
}

.products_technical tr {
    background-color: #fff;
}

.products_technical tr td {
    padding: 19px 40px;
    border-right: 1px solid #CFCFCF;
    border-bottom: 1px solid #CFCFCF !important;
}

.products_technical tr td:last-child {
    border-right: unset;
    border-bottom: unset;
}

.products_technical tr:first-child {
    background-color: #1d4d99 !important;
}

.products_technical tr:first-child td {
    color: #fff;
}

.products_technical tr td:first-child {
    font-family: Poppins-Medium;
}



/* products_stamping */

.products_stamping {
    padding: 71px 0px 71px;
}

.products_stamping .title42 {
    margin-bottom: 2px;
}

.products_stamping .content {
    color: #666;
    font-family: Poppins;
    line-height: 28px;
    width: 82%;
    margin-bottom: 38px;
}

.products_stamping .box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.products_stamping .l_box {
    width: 25%;
}

.products_stamping .list {
    position: relative;
}

.products_stamping .list::after {
    content: "";
    position: absolute;
    height: 94%;
    width: 2px;
    background-image: url(../images/2-4line1.png);
    left: 6px;
    top: 50%;
    transform: translateY(-50%);
}

.products_stamping .list li {
    color: #333;
    font-family: Poppins;
    font-size: 18px;
    padding-left: 38px;
    margin-bottom: 30px;
    position: relative;
    cursor: pointer;
}

.products_stamping .list li:last-child {
    margin-bottom: 0;
}

.products_stamping .list li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 14px;
    height: 14px;
    border-radius: 999px;
    background-color: #D9D9D9;
    z-index: 10;
}

.products_stamping .list li::before {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    border-radius: 999px;
    z-index: 10;
    border: 1px solid #1d4d99;
    left: -6px;
    top: 1px;
    opacity: 0;
}

.products_stamping .r_box {
    width: 70%;
}

.products_stamping .r_box .swiper {
    width: 125.6%;
}

.products_stamping .swiper-slide {
    display: flex;
    justify-content: space-between;
}

.products_stamping .contact {
    width: 50%;
    padding: 67px 0px 102px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.products_stamping .tit {
    color: #333;
    font-family: Poppins-SemiBold;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 25px;
}

.products_stamping .txts {
    color: #666;
    font-family: Poppins;
    line-height: 28px;
    margin-bottom: 15px;
}

.products_stamping .btnbox {
    display: flex;
    align-items: center;
}

.products_stamping .btnbox i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border: 1px solid #666;
    color: #666;
    margin-right: 14px;
    border-radius: 999px;
    cursor: pointer;
}

.products_stamping .btnbox i:last-child {
    margin-right: 0;
}

.products_stamping .btnbox i:hover {
    background-color: #1d4d99;
    border: 1px solid #1d4d99;
    color: #fff;
}

.products_stamping .imgbox {
    width: 45.5%;
}

.products_stamping .active::after {
    background-color: #1d4d99 !important;
}

.products_stamping .active::before {
    opacity: 1 !important;
}


@media(max-width:1600px) {
    .products_stamping .contact {
        width: 50%;
        padding: 40px 0px 40px;
    }

    .products_stamping .r_box .swiper {
        width: 110%;
    }

    .products_stamping .tit {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 15px;
    }

    .products_stamping .list li {
        font-size: 18px;
        padding-left: 38px;
        margin-bottom: 20px;
    }

    .products_stamping .content {
        width: 90%;
        margin-bottom: 25px;
    }

    .products_stamping {
        padding: 60px 0px;
    }
}

@media(max-width:1333px) {
    .products_stamping {
        padding: 50px 0px;
    }

    .products_stamping .swiper-slide {
        flex-direction: column;
    }

    .products_stamping .contact {
        padding: 0;
        width: 100%;
        margin-bottom: 20px;
    }

    .products_stamping .imgbox {
        width: 100%;
    }

    .products_stamping .box {
        align-items: flex-start;
    }

    .products_stamping .list li {
        font-size: 16px;
        padding-left: 30px;
        margin-bottom: 20px;
    }

    .products_stamping .btnbox i {
        width: 45px;
        height: 45px;
        margin-right: 14px;
    }

    .products_stamping .content {
        width: 100%;
        margin-bottom: 15px;
    }
}

@media(max-width:999px) {
    .products_stamping {
        padding: 40px 0px;
    }

    .products_stamping .list li {
        font-size: 14px;
        padding-left: 30px;
        margin-bottom: 15px;
    }

    .products_stamping .r_box .swiper {
        width: 100%;
    }
}

@media(max-width:768px) {
    .products_stamping .l_box {
        display: none;
    }

    .products_stamping .r_box {
        width: 100%;
    }

    .products_stamping .tit {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .products_stamping .btnbox i {
        width: 40px;
        height: 40px;
        margin-right: 10px;
    }

    .products_stamping .txts {
        line-height: 26px;
        margin-bottom: 15px;
    }
}

@media(max-width:538px) {
    .products_stamping {
        padding: 30px 0px;
    }
}


/* products_services */

.products_services {
    padding: 90px 0px 90px;
    background-color: #f2f3f5;
    background-image: url(../images/2-2bg1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left top;
}

.products_services .l_box {
    width: 100%;
    padding-top: 92px;
}

.products_services .title42 {
    line-height: 50px;
    margin-bottom: 30px;
}

.products_services .content {
    color: #666;
    line-height: 28px;
}


.products_services .r_box {
    float: right;
    width: 50%;
    margin-left: 60px;
}

@media(max-width:1600px) {
    .products_services {
        padding: 60px 0px;
    }

    .products_services .l_box {
        padding-top: 35px;
    }

    .products_services .title42 {
        line-height: 42px;
        margin-bottom: 20px;
    }
}

@media(max-width:1333px) {
    .products_services {
        padding: 50px 0px;
    }

    .products_services .l_box {
        padding-top: 0;
    }

    .products_services .r_box {
        width: 50%;
        margin-left: 30px;
    }
}

@media(max-width:999px) {
    .products_services {
        padding: 40px 0px;
    }

    .products_services .title42 {
        line-height: 36px;
        margin-bottom: 15px;
    }

    .products_services .content {
        color: #666;
        line-height: 26px;
    }
}

@media(max-width:768px) {
    .products_services .title42 {
        line-height: 30px;
        margin-bottom: 10px;
    }
}

@media(max-width:538px) {
    .products_services {
        padding: 30px 0px;
    }

    .products_services .r_box {
        width: 100%;
        margin-left: 0;
    }

    .products_services .safe {
        display: flex;
        flex-direction: column-reverse;
    }

    .products_services .l_box {
        margin-bottom: 20px;
    }

    .products_services .title42 {
        line-height: 26px;
        margin-bottom: 10px;
    }
}

/* products_welding */

.products_welding {
    padding: 69px 0px 70px;
}

.products_welding .title46 {
    margin-bottom: 27px;
}

.products_welding table {
    color: #666;
    line-height: 28px;
    border-collapse: collapse;
    min-width: 900px;
    overflow: auto;
    border: 1px solid #CFCFCF;
}

.products_welding .tablen {
    overflow: auto;
}

.products_welding table td {
    padding: 18px 15px;
}

.products_welding table tr {
    border-bottom: 1px solid #CFCFCF;
}

.products_welding table tr td:first-child {
    color: #333;
    font-family: Poppins-Medium;
    line-height: 28px;
    padding-left: 40px;
}

.products_welding table tr:first-child {
    background-color: #1d4d99;
}

.products_welding table tr:first-child td {
    color: #fff;
}

.products_welding table tr td:nth-of-type(1) {
    width: 15%;
}

.products_welding table tr td:nth-of-type(2) {
    width: 20%;
}

.products_welding table tr td:nth-of-type(3) {
    width: 20.5%;
}

.products_welding table tr td:nth-of-type(4) {
    width: 22%;
}

@media(max-width:1600px) {
    .products_welding {
        padding: 60px 0px;
    }

    .products_welding table td {
        padding: 15px 10px;
    }
}

@media(max-width:1333px) {
    .products_welding {
        padding: 50px 0px;
    }

    .products_welding table td {
        width: auto !important;
    }
}

@media(max-width:999px) {
    .products_welding {
        padding: 40px 0px;
    }

    .products_welding table tr td:first-child {
        line-height: 26px;
        padding-left: 20px;
    }

    .products_welding table {
        line-height: 26px;
    }

    .products_welding .title46 {
        margin-bottom: 20px;
    }
}

@media(max-width:538px) {
    .products_welding {
        padding: 30px 0px;
    }
}


/* products5_surface */

.products5_surface {
    padding: 60px 0px 60px;
    background-color: #f2f3f5;
}

.products5_surface .title42 {
    margin-bottom: 38px;
}

.products5_surface .content {
    color: #666;
    font-family: Poppins;
    line-height: 28px;
    margin-bottom: 28px;
}

.products5_surface table {
    border-collapse: collapse;
    width: 100%;
    min-width: 900px;
    overflow: auto;
}

.products5_surface .table,
.products5_surface .tablen {
    width: 100%;
}

.products5_surface .tablen {
    overflow: auto;
}

.products5_surface .biaoge1 tr:first-child {
    background-color: #1d4d99 !important;
    display: flex;
    /* justify-content: space-between; */
}

.products5_surface .biaoge1 tr:first-child td {
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    line-height: 28px;
}

.products5_surface .biaoge1 tr td {
    vertical-align: top;
    color: #666;
    padding-right: 20px;
}

.products5_surface .biaoge1 tr td:nth-child(1) {
    width: 21.8%;
}

.products5_surface .biaoge1 tr td:nth-child(2) {
    width: 30%;
    padding-right: 30px;
}

.products5_surface .biaoge1 tr td:nth-child(3) {
    width: 14.3%;
}

.products5_surface .biaoge1 tr td:nth-child(4) {
    width: 13.6%;
}

.products5_surface .biaoge1 tr td:nth-child(5) {
    width: 20.5%;
}

.products5_surface .biaoge1 tr {
    padding: 19px 14px;
    background-color: #fff;
    display: block;
    border-bottom: 1px solid #CFCFCF;
    border-left: 1px solid #CFCFCF;
    border-right: 1px solid #CFCFCF;
}

.products5_surface .biaoge1 tr:nth-child(odd) {
    background-color: #fafafa;
}

.products5_surface2 .biaoge1 tr:nth-child(odd) {
    background-color: #f2f3f5;
}

.products5_surface .biaoge1 div {
    display: flex;
    align-items: flex-start;

    color: #333;
    font-family: Poppins;
    line-height: 28px;
    flex-shrink: 0;
}

.products5_surface .biaoge1 div .imgbox {
    border-radius: 8px;
    overflow: hidden;
    margin-right: 15px;
}

.products5_surface .biaoge1 .con {
    color: #666;
    line-height: 28px;
    padding-right: 50px;
}

.products5_surface .biaoge1 .name {
    font-family: Poppins-Medium;
    color: #333;
    line-height: 28px;
}

.products5_surface .biaoge1 .deta {
    color: #333;
    line-height: 28px;
    font-family: Poppins-Medium;
}

.products5_surface .biaoge1 .color {
    color: #333;
    line-height: 28px;
    font-family: Poppins-Medium;
}

.products5_surface .biaoge1 .texture {
    color: #333;
    line-height: 28px;
    font-family: Poppins-Medium;
}

@media(max-width:1600px) {

    .products5_surface1,
    .products5_surface2,
    .products5_surface3,
    .products5_surface {
        padding: 60px 0px;
    }

    .products5_surface .title42 {
        margin-bottom: 30px;
    }
}

@media(max-width:1333px) {

    .products5_surface1,
    .products5_surface2,
    .products5_surface3,
    .products5_surface {
        padding: 50px 0px;
    }

    .products5_surface .biaoge1 .im {
        display: flex;
        flex-direction: column;
    }

    .products5_surface .biaoge1 .imgbox {
        margin-bottom: 10px;
    }

    .products5_surface .title42 {
        margin-bottom: 20px;
    }

    .products5_surface .biaoge1 tr {
        padding: 15px 10px;
    }
}

@media(max-width:999px) {

    .products5_surface1,
    .products5_surface2,
    .products5_surface3,
    .products5_surface {
        padding: 40px 0px;
    }

    .products5_surface .biaoge1 .con {
        line-height: 26px;
        padding-right: 20px;
    }

    .products5_surface .biaoge1 tr:first-child td {
        font-size: 14px;
        line-height: 26px;
    }

    .products5_surface .content {
        line-height: 26px;
        margin-bottom: 16px;
    }

    .products5_surface .biaoge1 .deta {
        line-height: 26px;
    }

    .products5_surface .biaoge1 .color {
        line-height: 26px;
    }

    .products5_surface .biaoge1 .name {
        line-height: 26px;
    }

    .products5_surface .biaoge1 tr:first-child td {
        font-size: 14px;
        line-height: 24px;
    }
}

@media(max-width:768px) {
    .products5_surface .biaoge1 tr {
        padding: 10px 10px;
    }

}

@media(max-width:538px) {

    .products5_surface1,
    .products5_surface2,
    .products5_surface3,
    .products5_surface {
        padding: 30px 0px;
    }
}



/* products_patameters */

.products_patameters {
    padding: 80px 0px 80px;
}

/* .products_patameters table {
    border-collapse: collapse;
    border: 2px solid #dddddd;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 15px;
    min-width: 700px;
    overflow: auto;
}

.products_patameters .tablen {
    overflow: auto;
} */

.products_patameters .con {
    color: #1D4D99;
    font-family: Poppins-Medium;
    line-height: 28px;
    margin-bottom: 35px;
}

.products_patameters .biaoge {
    width: 100%;
    color: #666;
}

.products_patameters table {
    border-collapse: collapse;
    width: 100%;
    min-width: 1700px;
    overflow: auto;
    border: 1px solid #d9d9dd;
    overflow: hidden;
}

.products_patameters table tr {
    display: flex;
}



.products_patameters .tablen {
    overflow: auto;
    z-index: 10001;
    scrollbar-color: #333 rgba(0, 0, 0, 0.05);
    scrollbar-width: thin;
    padding-bottom: 40px;
}

.products_patameters table td {
    border-bottom: 1px solid #d9d9dd;
    vertical-align: top;
    padding: 20px 25px;
    display: block;
    width: 400px;
}

.products_patameters table td:last-child {
    width: 30%;
}

.products_patameters tr:first-child {
    background-color: #1d4d99;
}

.products_patameters tr:first-child td {
    color: #fff !important;
    font-family: Poppins-Medium;
}

.products_patameters tr:first-child td:first-child {
    background-color: #1d4d99;
}

.products_patameters tr td:first-child {
    background-color: #f4f5fa;
    font-family: Poppins-Medium;
    color: #333;
}

@media(max-width:1600px) {
    .products_patameters {
        padding: 60px 0px;
    }
}

@media(max-width:1333px) {
    .products_patameters {
        padding: 50px 0px;
    }

    .products_patameters table td {
        border-bottom: 1px solid #d9d9dd;
        vertical-align: top;
        padding: 15px 20px;
        /* width: 20%; */
    }
}


@media(max-width:999px) {

    .products_patameters table td{
        width: 300px;
    }

    .products_patameters {
        padding: 40px 0px;
    }

    .products_patameters table {
        min-width: 1100px;
    }

    .products_patameters .tablen {
        padding-bottom: 20px;
    }
}

@media(max-width:538px) {
    .products_patameters {
        padding: 30px 0px;
    }
}




/* b_font */



/* customer_inqiry */

.customer_inqiry {
    padding: 93px 0px 90px;
    background-color: #f2f3f5;
}

.customer_inqiry .title42 {
    width: 60%;
    line-height: 50px;
    margin-bottom: 71px;
}

.customer_inqiry .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 49px;
}

.customer_inqiry .title32 {
    width: 40%;
    position: relative;
}

.customer_inqiry .title32 .b_font {
    left: 0;
}

.customer_inqiry .con1 {
    width: 50%;
    color: #666;
    line-height: 28px;
}

.customer_inqiry .box {}

.customer_inqiry .l_box {
    width: 100%;
    padding-top: 41px;
}

.customer_inqiry .content {
    color: #666;
    line-height: 28px;
    padding-top: 30px;
}

.customer_inqiry .content p {
    margin-bottom: 28px;
    position: relative;
    padding-left: 32px;
}

.customer_inqiry .content p::after {
    content: "";
    position: absolute;
    left: 0;
    width: 24px;
    height: 24px;
    top: 0px;
    background-image: url(../images/bingo1.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.customer_inqiry .r_box {
    width: 45%;
    float: right;
    margin-left: 50px;
}

@media(max-width:1600px) {
    .customer_inqiry {
        padding: 60px 0px;
    }

    .customer_inqiry .title42 {
        width: 70%;
        line-height: 50px;
        margin-bottom: 45px;
    }

    .customer_inqiry .top {
        margin-bottom: 40px;
    }

    .customer_inqiry .l_box {
        padding-top: 20px;
    }

    .customer_inqiry .content {
        line-height: 28px;
        padding-top: 20px;
    }
}

@media(max-width:1333px) {
    .customer_inqiry {
        padding: 50px 0px;
    }

    .customer_inqiry .title42 {
        width: 80%;
        line-height: 44px;
        margin-bottom: 35px;
    }

    .customer_inqiry .top {
        margin-bottom: 30px;
    }

    .customer_inqiry .l_box {
        padding-top: 0px;
    }

    .customer_inqiry .content p {
        margin-bottom: 20px;
        padding-left: 32px;
    }

    .customer_inqiry .content {
        line-height: 28px;
        padding-top: 10px;
    }
}

@media(max-width:999px) {
    .customer_inqiry {
        padding: 40px 0px;
    }

    .customer_inqiry .title42 {
        width: 100%;
        line-height: 36px;
        margin-bottom: 20px;
    }

    .customer_inqiry .top {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .customer_inqiry .title32 {
        width: 100%;
        margin-bottom: 12px;
    }

    .customer_inqiry .con1 {
        width: 100%;
    }

    .customer_inqiry .top {
        margin-bottom: 20px;
    }

    .customer_inqiry .content {
        line-height: 26px;
        padding-top: 0px;
    }

    .customer_inqiry .content p::after {
        width: 20px;
        height: 20px;
        top: 2px;
    }
}

@media(max-width:768px) {
    .customer_inqiry .title42 {
        width: 100%;
        line-height: 32px;
        margin-bottom: 15px;
    }

    .customer_inqiry .r_box {
        width: 45%;
        margin-left: 25px;
    }
}

@media(max-width:538px) {
    .customer_inqiry {
        padding: 30px 0px;
    }

    .customer_inqiry .title42 {
        line-height: 30px;
        margin-bottom: 15px;
    }

    .customer_inqiry .box {
        display: flex;
        flex-direction: column-reverse;
    }

    .customer_inqiry .r_box {
        width: 100%;
        margin-left: 0;
        margin-bottom: 20px;
    }
}



/* customer_queote */

.customer_queote {
    padding: 71px 0px 73px;
}

.customer_queote .box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.customer_queote .l_box {
    float: left;
    width: 45%;
    margin-top: 20px;
    margin-right: 60px;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.customer_queote .l_box::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40%;
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(29, 77, 153, 0.00) 0%, #1D4D99 100%);
}

.customer_queote .title32 {
    position: relative;
    line-height: 80px;
    margin-bottom: -14px;
}

.customer_queote .title32 .b_font {
    right: 0;
}

.customer_queote .box {
    overflow: hidden;
}

.customer_queote .content1 {
    margin-bottom: 50px;
}

.customer_queote .content,
.customer_queote .content1,
.customer_queote .content2 {
    color: #666;
    line-height: 28px;
}

.customer_queote .r_box {
    width: 50%;
}

.customer_queote .content p {
    margin-bottom: 28px;
    position: relative;
    padding-left: 35px;
}

.customer_queote .content p::after {
    content: "";
    position: absolute;
    left: 0;
    width: 24px;
    height: 24px;
    top: 2px;
    background-image: url(../images/bingo1.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

@media(max-width:1600px) {
    .customer_queote {
        padding: 60px 0px;
    }

    .customer_queote .content p {
        margin-bottom: 20px;
        padding-left: 35px;
    }

    .customer_queote .content1 {
        margin-bottom: 30px;
    }
}

@media(max-width:1333px) {
    .customer_queote {
        padding: 50px 0px;
    }

    .customer_queote .content1 {
        margin-bottom: 20px;
    }

    .customer_queote .content p {
        margin-bottom: 10px;
        padding-left: 35px;
    }

    .customer_queote .l_box {
        width: 48%;
        margin-top: 20px;
        margin-right: 0px;
        border-radius: 8px;
    }
}

@media(max-width:999px) {
    .customer_queote {
        padding: 40px 0px;
    }

    .customer_queote .box {
        flex-direction: column;
    }

    .customer_queote .l_box {
        margin-top: 0;
        width: auto;
        margin-bottom: 20px;
    }

    .customer_queote .r_box {
        width: 100%;
    }

    .customer_queote .title32 {
        line-height: unset;
        margin-bottom: 15px;
    }

    .customer_queote .content p::after {
        width: 20px;
        height: 20px;
        top: 2px;
    }

    .customer_queote .content p {
        margin-bottom: 10px;
        padding-left: 30px;
    }

    .customer_queote .content,
    .customer_queote .content1,
    .customer_queote .content2 {
        line-height: 26px;
    }
}

@media(max-width:538px) {
    .customer_queote {
        padding: 30px 0px;
    }
}

/* customer_sign */

.customer_sign {
    padding: 84px 0px 60px;
    background-color: #f2f3f5;
}

.customer_sign .titlebox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 61px;
}

.customer_sign .title32 {
    position: relative;
    width: 35%;
}

.customer_sign .title32 .b_font {
    left: 0;
}

.customer_sign .con {
    color: #666;
    line-height: 28px;
    width: 60%;
}


.customer_sign .wrap {
    display: flex;
    flex-wrap: wrap;
}

.customer_sign .inner {
    width: 31.8571%;
    margin-right: 2.2142%;
    min-height: 171px;
    background-color: #ffffff;
    padding: 22px 20px;
    margin-bottom: 30px;
}

.customer_sign .inner:nth-child(3n) {
    margin-right: 0;
}

.customer_sign .title {
    color: #1E1E1E;
    font-family: "Poppins-Medium";
    font-size: 18px;
    line-height: 28px;
    /* 155.556% */
    margin-bottom: 27px;
}

.customer_sign .content {
    color: #666;
    line-height: 28px;
}


.customer_sign .inner:hover {
    background-color: #1d4d99;
}

.customer_sign .inner:hover .title,
.customer_sign .inner:hover .content {
    color: #fff;
}

@media(max-width:1600px) {
    .customer_sign {
        padding: 60px 0px;
    }

    .customer_sign .titlebox {
        margin-bottom: 45px;
    }

    .customer_sign .title {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 20px;
    }
}

@media(max-width:1333px) {
    .customer_sign {
        padding: 50px 0px;
    }

    .customer_sign .titlebox {
        margin-bottom: 35px;
    }
}

@media(max-width:999px) {
    .customer_sign {
        padding: 40px 0px;
    }

    .customer_sign .titlebox {
        margin-bottom: 25px;
    }

    .customer_sign .titlebox {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .customer_sign .title32 {
        margin-bottom: 10px;
    }

    .customer_sign .title32,
    .customer_sign .con {
        width: 100%;
    }

    .customer_sign .title {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 10px;
    }

    .customer_sign .content {
        color: #666;
        line-height: 26px;
    }
}

@media(max-width:768px) {
    .customer_sign .titlebox {
        margin-bottom: 15px;
    }

    .customer_sign .inner {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 20px;
    }

    .customer_sign .inner:nth-child(3n) {
        margin-right: 2%;
    }

    .customer_sign .inner:nth-child(2n) {
        margin-right: 0;
    }

    .customer_sign .title {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 10px;
    }
}

@media(max-width:538px) {
    .customer_sign {
        padding: 30px 0px;
    }

    .customer_sign .inner {
        width: 100%;
        margin-right: 0 !important;
        margin-bottom: 15px;
        min-height: unset;
    }

    .customer_sign .inner:last-child {
        margin-bottom: 0 !important;
    }
}


/* customer_production */

.customer_production {
    padding: 82px 0px 80px;
    background-image: url(../images/3-1bg1.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: right bottom;
}

.customer_production .title32 {
    position: relative;
    margin-bottom: 5px;
}

.customer_production .title32 .b_font {
    left: 0;
}

.customer_production .con {
    color: #666;
    line-height: 28px;
    margin-bottom: 55px;
}

.customer_production .inner {
    padding-left: 60px;
    padding-bottom: 47px;

    position: relative;
}

.customer_production .inner:last-child {
    padding-bottom: 0;
}

.customer_production .inner:last-child::after {
    display: none;
}

.customer_production .inner::after {
    content: "";
    position: absolute;
    left: 22px;
    top: 36%;
    height: 50%;
    width: 2px;
    border-left: 1px dotted #0266BC;
}

.customer_production .title {
    color: #333;
    font-family: Poppins-Medium;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 12px;
    position: relative;
}

.customer_production .title span {
    position: absolute;
    left: -60px;
    top: -12px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background-image: url(../images/3-1svg1.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    color: #fff;
}

.customer_production .content {
    color: #666;
    line-height: 28px;
}

.customer_production .content p em {
    font-style: normal;
    padding-left: 15px;
    position: relative;
    margin-left: 15px;
}

.customer_production .content p em::after {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 5px;
    height: 5px;
    background-color: #555;
    border-radius: 999px;
}

@media(max-width:1600px) {
    .customer_production {
        padding: 60px 0px;
    }

    .customer_production .con {
        line-height: 28px;
        margin-bottom: 40px;
    }
}

@media(max-width:1333px) {
    .customer_production {
        padding: 50px 0px;
    }

    .customer_production .con {
        line-height: 28px;
        margin-bottom: 30px;
    }

    .customer_production .inner {
        padding-left: 60px;
        padding-bottom: 40px;
    }
}

@media(max-width:999px) {
    .customer_production {
        padding: 40px 0px;
    }

    .customer_production .con {
        line-height: 26px;
        margin-bottom: 20px;
    }

    .customer_production .title {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 12px;
    }

    .customer_production .inner {
        padding-left: 50px;
        padding-bottom: 20px;
    }

    .customer_production .content {
        color: #666;
        line-height: 26px;
    }
}

@media(max-width:768px) {
    .customer_production .title {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 8px;
    }
}

@media(max-width:538px) {
    .customer_production {
        padding: 30px 0px;
    }
}


/* customer_inspection */


.customer_inspection {
    padding: 83px 0px 90px;
    background-color: #f2f3f5;
}

.customer_inspection .title32 {
    margin-bottom: 4px;
    position: relative;
}

.customer_inspection .title32 .b_font {
    right: 0;
}

.customer_inspection .con {
    color: #666;
    line-height: 28px;
    margin-bottom: 49px;
}

.customer_inspection .wrap {
    display: flex;
    flex-wrap: wrap;
}

.customer_inspection .inner {
    width: 18.9285%;
    margin-right: 1.2571%;
    background-color: #fff;
    padding: 20px 20px 19px 20px;
}

.customer_inspection .inner:nth-child(5n) {
    margin-right: 0;
}

.customer_inspection .inner:hover {
    background-color: #1d4d99;
}

.customer_inspection .inner:hover img {
    filter: invert(1) sepia(100%) saturate(0%) hue-rotate(180deg) brightness(200%) contrast(100%);
}

.customer_inspection .inner:hover .tit,
.customer_inspection .inner:hover .content {
    color: #fff;
}

.customer_inspection .imgbox {
    margin-bottom: 28px;
}

.customer_inspection .tit {
    color: #333;
    font-family: Poppins-Medium;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 29px;
}

.customer_inspection .content {
    color: #666;
    line-height: 28px;
}

@media(max-width:1600px) {
    .customer_inspection {
        padding: 60px 0px;
    }

    .customer_inspection .title42 {
        margin-bottom: 20px;
    }

    .customer_inspection .tit {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .customer_inspection .con {
        margin-bottom: 35px;
    }
}

@media(max-width:1333px) {
    .customer_inspection {
        padding: 50px 0px;
    }

    .customer_inspection .imgbox {
        margin-bottom: 20px;
    }

    .customer_inspection .imgbox img {
        width: 60px;
    }

    .customer_inspection .inner {
        width: 32%;
        margin-right: 2%;
        margin-bottom: 20px;
    }

    .customer_inspection .inner:nth-child(3n) {
        margin-right: 0;
    }

    .customer_inspection .con {
        margin-bottom: 25px;
    }
}

@media(max-width:999px) {
    .customer_inspection {
        padding: 40px 0px;
    }

    .customer_inspection .imgbox img {
        width: 50px;
    }

    .customer_inspection .imgbox {
        margin-bottom: 10px;
    }

    .customer_inspection .tit {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 10px;
    }

    .customer_inspection .content {
        line-height: 26px;
    }

    .customer_inspection .con {
        margin-bottom: 15px;
    }
}

@media(max-width:768px) {
    .customer_inspection .inner {
        width: 49%;
        margin-right: 2%;
    }

    .customer_inspection .inner:nth-child(3n) {
        margin-right: 2%;
    }

    .customer_inspection .inner:nth-child(2n) {
        margin-right: 0;
    }
}

@media(max-width:538px) {
    .customer_inspection {
        padding: 30px 0px;
    }
}

@media(max-width:400px) {
    .customer_inspection .inner {
        width: 100%;
        margin-right: 0%;
    }

    .customer_inspection .inner:last-child {
        margin-bottom: 0;
    }
}


/* customer_packaging */

.customer_packaging {
    padding: 83px 0px 90px;
}

.customer_packaging .l_box {}

.customer_packaging .title32 {
    position: relative;
    margin-bottom: 5px;
}

.customer_packaging .title32 .b_font {
    left: 0;
}

.customer_packaging .content1,
.customer_packaging .content2 {
    color: #666;
    line-height: 28px;
}

.customer_packaging .content1 {
    margin-bottom: 60px;
}

.customer_packaging .content2 {}

.customer_packaging .r_box {
    float: right;
    margin-left: 120px;
    margin-top: 34px;
}

.customer_packaging .content2 p {
    position: relative;
    padding-left: 35px;
}

.customer_packaging .content2 p::after {
    content: "";
    position: absolute;
    left: 0;
    width: 24px;
    height: 24px;
    top: 2px;
    background-image: url(../images/bingo1.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

@media(max-width:1600px) {
    .customer_packaging {
        padding: 60px 0px;
    }

    .customer_packaging .content1 {
        margin-bottom: 40px;
    }

    .customer_packaging .r_box {
        margin-left: 80px;
        margin-top: 20px;
        width: 50%;
    }
}

@media(max-width:1333px) {
    .customer_packaging {
        padding: 50px 0px;
    }

    .customer_packaging .content1 {
        margin-bottom: 20px;
    }

    .customer_packaging .r_box {
        margin-left: 50px;
        margin-top: 10px;
        width: 50%;
    }
}

@media(max-width:999px) {
    .customer_packaging {
        padding: 40px 0px;
    }

    .customer_packaging .content1 {
        margin-bottom: 20px;
    }

    .customer_packaging .content1,
    .customer_packaging .content2 {
        line-height: 26px;
    }

    .customer_packaging .content2 p::after {
        width: 20px;
        height: 20px;
        top: 2px;
    }

    .customer_packaging .content2 p {
        padding-left: 30px;
    }
}

@media(max-width:538px) {
    .customer_packaging {
        padding: 30px 0px;
    }

    .customer_packaging .r_box {
        width: 100%;
        margin-left: 0;
    }

    .customer_packaging .safe {
        display: flex;
        flex-direction: column-reverse;
    }

    .customer_packaging .l_box {
        margin-bottom: 20px;
    }
}


/* customer_sales */

.customer_sales {
    padding: 82px 0px 90px;
    background-color: #f2f3f5;
}

.customer_sales .titlebox {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 18px;
}

.customer_sales .b_font {
    position: static;
    transform: unset;
}

.customer_sales .title32 {
    margin-bottom: 25px;
}

.customer_sales .l_box {
    width: 35%;
}

.customer_sales .r_box {
    width: 74%;
    color: #666;
    line-height: 28px;
    padding-top: 15px;
}

@media(max-width:1600px) {
    .customer_sales {
        padding: 60px 0px;
    }
}

@media(max-width:1333px) {
    .customer_sales {
        padding: 50px 0px;
    }

    .customer_sales .title32 {
        margin-bottom: 15px;
    }

    .customer_sales .r_box {
        padding-top: 0;
    }
}

@media(max-width:999px) {
    .customer_sales {
        padding: 40px 0px;
    }

    .customer_sales .titlebox {
        flex-direction: column;
    }

    .customer_sales .r_box {
        width: 100%;
        line-height: 26px;
    }

    .customer_sales .l_box {
        width: 100%;
    }

    .customer_sales .title32 {
        margin-bottom: 10px;
    }
}

@media(max-width:538px) {
    .customer_sales {
        padding: 30px 0px;
    }
}


/* application_list */

.application_list {
    padding: 93px 0px 100px;
}

.application_list .titlebox {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 39px;
}

.application_list .title42 {
    width: 40%;
    line-height: 50px;
}

.application_list .content {
    width: 58%;
    color: #666;
    line-height: 28px;
    padding-top: 10px;
}

.application_list .wrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0px;
}

.application_list .inner {
    width: 48.8571%;
    margin-right: 2.2857%;
    margin-bottom: 30px;
    box-shadow: 4px 4px 16px 0px rgba(210, 210, 214, 0);
}

.application_list .inner:nth-child(2n) {
    margin-right: 0;
}

.application_list .imgbox {
    overflow: hidden;
}

.application_list .contact {
    padding: 37px 20px 28px 20px;
    position: relative;
}

.application_list .title {
    color: #1E1E1E;
    font-family: Poppins-SemiBold;
    font-size: 20px;
    line-height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 19px;
    margin-bottom: 23px;
    border-bottom: 1px solid #BDBDBD;
}

.application_list .title a {
    color: #1E1E1E;
}

.application_list .title:hover,
.application_list .title a:hover {
    color: #1d4d99;
}

.application_list .con {
    color: #666;
    line-height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.application_list .an {
    position: absolute;
    right: 34px;
    top: -29px;
    opacity: 0;
    pointer-events: none;
}

.application_list .btn1 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 999px;
    background-color: #1d4d99;
    color: #fff;
    position: relative;
}

.application_list .btn1::after {
    content: "";
    position: absolute;
    left: -5px;
    top: -5px;
    border-radius: 999px;
    width: 58px;
    height: 58px;
    border: 1px solid #1d4d99;
}

.application_list .inner:hover .an {
    opacity: 1;
    pointer-events: all;
}

.application_list .inner:hover {
    box-shadow: 4px 4px 16px 0px rgba(210, 210, 214, 0.4);
}

@media(max-width:1600px) {
    .application_list {
        padding: 60px 0px;
    }

    .application_list .content {
        width: 55%;
        padding-top: 0;
    }

    .application_list .titlebox {
        margin-bottom: 30px;
    }

    .application_list .title42 {
        width: 40%;
        line-height: 46px;
    }

    .application_list .contact {
        padding: 25px 20px 25px 20px;
    }

    .application_list .title {
        font-size: 20px;
        line-height: 28px;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
}

@media(max-width:1333px) {
    .application_list {
        padding: 50px 0px;
    }

    .application_list .titlebox {
        margin-bottom: 20px;
    }

    .application_list .title42 {
        width: 40%;
        line-height: 42px;
    }

    .application_list .contact {
        padding: 20px 20px 20px 20px;
    }

    .application_list .title {
        font-size: 18px;
        line-height: 28px;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
}

@media(max-width:999px) {
    .application_list {
        padding: 40px 0px;
    }

    .application_list .titlebox {
        flex-direction: column;
    }

    .application_list .title42 {
        width: 100%;
        line-height: unset;
        margin-bottom: 8px;
    }

    .application_list .content {
        width: 100%;
        line-height: 26px;
    }

    .application_list .con {
        color: #666;
        line-height: 26px;
    }

    .application_list .an {
        display: none;
        pointer-events: none;
    }

    .application_list .inner {
        box-shadow: 4px 4px 16px 0px rgba(210, 210, 214, 0.4);
    }

    .application_list .title {
        font-size: 16px;
        line-height: 26px;
        padding-bottom: 8px;
        margin-bottom: 8px;
    }
}

@media(max-width:768px) {
    .application_list .contact {
        padding: 15px;
    }
}

@media(max-width:538px) {
    .application_list {
        padding: 30px 0px;
    }

    .application_list .title {
        font-size: 14px;
        line-height: 24px;
        padding-bottom: 8px;
        margin-bottom: 8px;
    }

}

@media(max-width:400px) {
    .application_list {
        padding: 30px 0px;
    }

    .application_list .inner {
        width: 100%;
        margin-right: 0;
    }
}


/* pagination */

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.pagination a {
    width: 36px;
    height: 36px;
    background-color: #ffffff;
    border: solid 1px #E1E2E4;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}


.pagination a:hover {
    color: #1d4d99;
    background: rgba(4, 75, 143, 0.10);
    border: 1px solid #1d4d99;
}

.pagination .active {
    color: #1d4d99;
    background: rgba(4, 75, 143, 0.10);
    border: 1px solid #1d4d99;
}

.pagination .submit {
    width: 178px;
    height: 40px;
    border-radius: 4px;
    color: #fff;
    background-color: #1d4d99;
    color: #333;
    font-family: Inter;
    font-size: 16px;
}


.pagination .prev,
.pagination .next {
    color: #fff;
    background-color: #1d4d99;
}

.pagination .submit:hover {
    background-color: #000;
}

@media(max-width:999px) {
    .pagination a {
        width: 32px;
        height: 32px;
        font-size: 14px;
        margin-right: 15px;
    }
}

@media(max-width:538px) {
    .pagination a {
        margin-bottom: 5px;
    }
}

/* featured_products */

.featured_products {
    padding: 83px 0px 89px;
    background-color: #f2f3f5;
    background-image: url(../images/6-1bg1.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: right 95%;
}

.featured_products .title46 {
    text-align: center;
    margin-bottom: 24px;
    padding-left: 0;
}

.featured_products .title42 {
    text-align: center;
    margin-bottom: 15px;
}

.featured_products .con {
    width: 90%;
    color: #666;
    text-align: center;
    font-family: Poppins;
    line-height: 28px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 127px;
}

.featured_products .wrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 86px;
}

.featured_products .inner {
    width: 22.7%;
    margin-right: 2.85%;
    position: relative;
    height: 267px;
    background-color: #ffffff;
    padding: 130px 15px 0px 15px;
    display: flex;
    justify-content: center;
    margin-bottom: 146px;
}

.featured_products .inner:hover {
    box-shadow: 0 4px 22px 0 rgba(0, 0, 0, 0.10);
}

.featured_products .inner:nth-child(4n) {
    margin-right: 0;
}

.featured_products .inner:nth-last-child(-n+4) {
    margin-bottom: 0;
}

.featured_products .imgbox {
    position: absolute;
    top: -50%;
    overflow: hidden;
}

.featured_products .contact {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.featured_products .title {
    color: #1E1E1E;
    font-family: Poppins-SemiBold;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    margin-bottom: 11px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.featured_products .title a {
    color: #1E1E1E;
}

.featured_products .title:hover,
.featured_products .title a:hover {
    color: #1d4d99;
}

.featured_products .content {
    color: #666;
    text-align: center;
    font-family: Poppins;
    line-height: 28px;
    margin-bottom: 5px;
    min-height: 56px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.featured_products .btn {
    display: inline-block;
    transform: translateY(6px);
    border-radius: 999px;
    padding: 4px;
    border: 1px solid rgba(29, 77, 153, .5);
    margin: 0 auto;
}

.featured_products .btn i {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 999px;
    width: 50px;
    height: 50px;
    font-size: 24px;
    background-color: rgba(29, 77, 153, .3);
}

.featured_products .btn:hover {
    border: 1px solid rgba(29, 77, 153, 1);
}

.featured_products .btn:hover i {
    background-color: rgba(29, 77, 153, 1);
}

.featured_products .btnall {
    display: flex;
    align-items: center;
    justify-content: center;
}

.featured_products .btnall a {
    color: #1D4D99;
    text-align: center;
    font-family: Poppins-Medium;
    font-size: 18px;
    line-height: 28px;
    display: flex;
    align-items: center;
}

.featured_products .btnall i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background-color: #1d4d99;
    border-radius: 999px;
    color: #fff;
    font-size: 14px;
    margin-left: 10px;
}

.featured_products .btnall a:hover {
    text-decoration: underline;
}


@media(max-width:1600px) {
    .featured_products {
        padding: 60px 0px;
    }

    .featured_products .inner {}

    .featured_products .con {
        width: 90%;
        line-height: 28px;
        margin-bottom: 140px;
    }

    .featured_products .imgbox {
        width: 90%;
    }

    .featured_products .inner {
        width: 22.7%;
        margin-right: 2.85%;
        height: 270px;
        padding: 100px 15px 0px 15px;
        margin-bottom: 150px;
    }

    .featured_products .wrap {
        margin-bottom: 50px;
    }
}

@media(max-width:1333px) {
    .featured_products {
        padding: 50px 0px;
    }

    .featured_products .con {
        width: 100%;
        line-height: 28px;
        margin-bottom: 30px;
    }

    .featured_products .inner {
        width: 22.7%;
        margin-right: 2.85%;
        height: auto;
        padding: 15px 15px 15px 15px;
        margin-bottom: 40px !important;
        display: flex;
        flex-direction: column;
    }

    .featured_products .imgbox {
        position: static;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .featured_products .top {
        padding-top: 10px;
    }

    .featured_products .title {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .featured_products .btn i {
        width: 45px;
        height: 45px;
        font-size: 24px;
    }

    .featured_products .wrap {
        margin-bottom: 40px;
    }

    .featured_products .btnall a {
        font-size: 16px;
        line-height: 28px;
    }
}

@media(max-width:999px) {
    .featured_products {
        padding: 40px 0px;
    }

    .featured_products .title46 {
        margin-bottom: 15px;
    }

    .featured_products .con {
        width: 100%;
        line-height: 26px;
        margin-bottom: 20px;
        font-size: 14px;
    }

    .featured_products .inner {
        width: 32%;
        margin-right: 2%;
        margin-bottom: 30px !important;
    }

    .featured_products .inner:nth-child(4n) {
        margin-right: 2%;
    }

    .featured_products .inner:nth-child(3n) {
        margin-right: 0;
    }

    .featured_products .title {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 6px;
    }

    .featured_products .content {
        line-height: 26px;
        margin-bottom: 5px;
        min-height: 52px;
    }

    .featured_products .wrap {
        margin-bottom: 30px;
    }

    .featured_products .btnall a {
        font-size: 14px;
        line-height: 26px;
    }
}

@media(max-width:768px) {
    .featured_products .title46 {
        margin-bottom: 5px;
    }

    .featured_products .inner {
        width: 49%;
        margin-right: 2%;
    }

    .featured_products .inner:nth-child(3n) {
        margin-right: 2%;
    }

    .featured_products .inner:nth-child(2n) {
        margin-right: 0;
    }

    .featured_products .btn i {
        width: 40px;
        height: 40px;
        font-size: 22px;
    }

    .featured_products .wrap {
        margin-bottom: 20px;
    }
}

@media(max-width:538px) {
    .featured_products {
        padding: 30px 0px;
    }

    .featured_products .title {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 6px;
    }

    .featured_products .inner {
        margin-bottom: 20px !important;
    }
}

@media(max-width:400px) {
    .featured_products .inner {
        width: 100%;
        margin-right: 0 !important;
    }
}

/* 4-2 */

/* application_detail */

.application_detail {
    padding: 82px 0px 91px;
}

.application_detail .title32 {
    margin-bottom: 4px;
}

.application_detail .sharebox {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.application_detail .sharebox span {
    margin-right: 5px;
    color: #666;
}

.application_detail .con {
    color: #666;
    font-family: Poppins;
    line-height: 28px;
    padding-top: 31px;
}

.application_detail .con1 {
    border-top: 1px solid #D9D9D9;
    margin-bottom: 42px;
}

.application_detail .con2 {
    padding-bottom: 38px;
    margin-bottom: 43px;
    border-bottom: 1px solid #D9D9D9;
}

.application_detail .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.application_detail .inner:nth-child(2n) {
    flex-direction: row-reverse;
}

.application_detail .imgbox {
    width: 41%;
}

.application_detail .contact {
    width: 55%;
}

.application_detail .title {
    margin-bottom: 30px;
    color: #1E1E1E;
    font-family: Poppins-SemiBold;
    font-size: 18px;
    line-height: 28px;
}

.application_detail .content {
    color: #666;
    font-family: Poppins;
    line-height: 28px;
}

@media(max-width:1600px) {
    .application_detail {
        padding: 60px 0px;
    }

    .application_detail .con {
        line-height: 28px;
        padding-top: 20px;
    }

    .application_detail .con1 {
        margin-bottom: 30px;
    }

    .application_detail .title {
        margin-bottom: 20px;
        font-size: 18px;
        line-height: 28px;
    }
}

@media(max-width:1333px) {
    .application_detail {
        padding: 50px 0px;
    }

    .application_detail .con {
        line-height: 28px;
        padding-top: 20px;
    }

    .application_detail .con1 {
        margin-bottom: 20px;
    }

    .application_detail .title {
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 26px;
    }

    .application_detail .con2 {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
}

@media(max-width:999px) {
    .application_detail {
        padding: 40px 0px;
    }

    .application_detail .inner {
        flex-direction: column !important;
        justify-content: flex-start;
        align-items: flex-start;
        margin-bottom: 20px;
    }

    .application_detail .imgbox {
        width: auto;
        margin-bottom: 20px;
    }

    .application_detail .contact {
        width: 100%;
    }

    .application_detail .content {
        line-height: 26px;
    }

    .application_detail .con {
        line-height: 26px;
        padding-top: 20px;
    }

    .application_detail .con2 {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
}

@media(max-width:768px) {}

@media(max-width:538px) {
    .application_detail {
        padding: 30px 0px;
    }
}

/* page_control */

.page_control {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page_control .bo {
    display: flex;
    align-items: center;
    width: 49%;
}

.page_control .bo .iconfont {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background-color: #999;
    border-radius: 8px;
    overflow: hidden;
    color: #fff;
}

.page_control .bo:last-child {
    text-align: right;
    display: flex;
    justify-content: flex-end;
}

.page_control .bo:first-child .iconfont {
    margin-right: 20px;
}

.page_control .bo:last-child .iconfont {
    margin-left: 20px;
}

.page_control .name {
    color: #333;
    font-family: Poppins-SemiBold;
    font-size: 16px;
    line-height: 24px;
}

.page_control .resu {
    color: #666;
    font-family: Poppins;
    line-height: 28px;
}

.page_control .resu a:hover {
    color: #1d4d99;
}

.page_control .bo>a:hover {
    background-color: #1d4d99;
    color: #fff;
}

@media(max-width:1600px) {}

@media(max-width:1333px) {}

@media(max-width:999px) {}

@media(max-width:768px) {
    .page_control .bo .iconfont {
        width: 42px;
        height: 42px;
        border-radius: 8px;
    }

    .page_control .name {
        font-size: 14px;
        line-height: 24px;
    }
}

@media(max-width:538px) {
    .page_control .bo .iconfont {
        width: 38px;
        height: 38px;
        border-radius: 8px;
    }

    .page_control .bo:first-child .iconfont {
        margin-right: 10px;
    }

    .page_control .bo:last-child .iconfont {
        margin-left: 10px;
    }

    .page_control {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .page_control .bo {
        width: 100%;
        margin-bottom: 15px;
    }

    .page_control .bo:last-child {
        flex-direction: row-reverse;
        text-align: left;
        margin-bottom: 0;
    }

    .page_control .bo:last-child .iconfont {
        margin-left: 0;
        margin-right: 10px;
    }
}


/* related_products */

.related2_products1 {
    padding: 70px 0px 119px;
    background-color: #f2f3f5;
}

.related2_products .title46 {
    text-align: center;
    margin-bottom: 18px;
}

.related2_products .con {
    width: 90%;
    color: #666;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 133px;
}

.related2_products .box {
    display: flex;
    flex-wrap: wrap;
}

.related2_products .inner {
    width: 22.7%;
    margin-right: 2.85%;
    position: relative;
    height: 267px;
    background-color: #ffffff;
    padding: 130px 15px 0px 15px;
    display: flex;
    justify-content: center;
    margin-bottom: 146px;
}

.related2_products .inner:nth-child(4n) {
    margin-right: 0;
}

.related2_products .inner:nth-last-child(-n+4) {
    margin-bottom: 0;
}

.related2_products .imgbox {
    position: absolute;
    top: -50%;
    overflow: hidden;
}

.related2_products .contact {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.related2_products .title {
    color: #1E1E1E;
    font-family: Poppins-SemiBold;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    margin-bottom: 11px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.related2_products .title a {
    color: #1E1E1E;
}

.related2_products .title:hover,
.related2_products .title a:hover {
    color: #1d4d99;
}

.related2_products .content {
    color: #666;
    text-align: center;
    font-family: Poppins;
    line-height: 28px;
    margin-bottom: 5px;
    min-height: 56px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.related2_products .btn {
    display: inline-block;
    transform: translateY(6px);
    border-radius: 999px;
    padding: 4px;
    border: 1px solid rgba(29, 77, 153, .5);
    margin: 0 auto;
}

.related2_products .btn i {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 999px;
    width: 50px;
    height: 50px;
    font-size: 24px;
    background-color: rgba(29, 77, 153, .3);
}

.related2_products .btn:hover {
    border: 1px solid rgba(29, 77, 153, 1);
}

.related2_products .btn:hover i {
    background-color: rgba(29, 77, 153, 1);
}

.related2_products .inner:hover {
    box-shadow: 0 4px 22px 0 rgba(0, 0, 0, 0.10);
}


@media(max-width:1600px) {
    .related2_products1 {
        padding: 60px 0px;
    }

    .main1 .inner {}

    .related2_products .con {
        width: 90%;
        line-height: 28px;
        margin-bottom: 140px;
    }

    .related2_products .imgbox {
        width: 90%;
    }

    .related2_products .inner {
        width: 22.7%;
        margin-right: 2.85%;
        height: 270px;
        padding: 100px 15px 0px 15px;
        margin-bottom: 150px;
    }
}

@media(max-width:1333px) {
    .related2_products1 {
        padding: 50px 0px;
    }

    .related2_products .con {
        width: 100%;
        line-height: 28px;
        margin-bottom: 30px;
    }

    .related2_products .inner {
        width: 22.7%;
        margin-right: 2.85%;
        height: auto;
        padding: 15px 15px 15px 15px;
        margin-bottom: 40px !important;
        display: flex;
        flex-direction: column;
    }

    .related2_products .imgbox {
        position: static;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .related2_products .top {
        padding-top: 10px;
    }

    .related2_products .title {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .related2_products .btn i {
        width: 45px;
        height: 45px;
        font-size: 24px;
    }

    .related2_products .title46 {
        margin-bottom: 10px;
    }
}

@media(max-width:999px) {
    .related2_products1 {
        padding: 40px 0px;
    }

    .related2_products .title46 {
        margin-bottom: 15px;
    }

    .related2_products .con {
        width: 100%;
        line-height: 26px;
        margin-bottom: 20px;
        font-size: 14px;
    }

    .related2_products .inner {
        width: 32%;
        margin-right: 2%;
        margin-bottom: 30px !important;
    }

    .related2_products .inner:nth-child(4n) {
        margin-right: 2%;
    }

    .related2_products .inner:nth-child(3n) {
        margin-right: 0;
    }

    .related2_products .title {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 6px;
    }

    .related2_products .content {
        line-height: 26px;
        margin-bottom: 5px;
        min-height: 52px;
    }
}

@media(max-width:768px) {
    .related2_products .title46 {
        margin-bottom: 5px;
    }

    .related2_products .inner {
        width: 49%;
        margin-right: 2%;
    }

    .related2_products .inner:nth-child(3n) {
        margin-right: 2%;
    }

    .related2_products .inner:nth-child(2n) {
        margin-right: 0;
    }

    .related2_products .btn i {
        width: 40px;
        height: 40px;
        font-size: 22px;
    }
}

@media(max-width:538px) {
    .related2_products1 {
        padding: 30px 0px;
    }

    .related2_products .title {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 6px;
    }

    .related2_products .inner {
        margin-bottom: 20px !important;
    }
}

@media(max-width:400px) {
    .related2_products .inner {
        width: 100%;
        margin-right: 0 !important;
    }
}


/* about_jixing */

.about_jixing {
    padding: 119px 0px 0px;
    position: relative;
}

.about_jixing::after {
    width: 100%;
    content: "";
    bottom: 0;
    left: 0;
    height: 35px;
    background-color: #f2f3f5;
    position: absolute;
    z-index: -1;
}

.about_jixing .l_box {
    width: 42%;
}

.about_jixing .r_box {
    width: 52.3571%;
    float: right;
    margin-left: 100px;
    padding-top: 24px;
    position: relative;
}

.about_jixing .r_box::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: -18px;
    height: 365.77px;
    width: 84.36px;
    z-index: -1;
    background-color: #1d4d99;
}

.about_jixing .title42 {
    position: relative;
    margin-bottom: 32px;
}

.about_jixing .title42::after {
    content: "";
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    width: 78px;
    height: 78px;
    background-color: #1D4D99;
    opacity: 0.1;
}

.about_jixing .content1,
.about_jixing .content3 {
    color: #666;
    font-family: Poppins;
    line-height: 28px;
}

.about_jixing .content1 {
    margin-bottom: 19px;
}

.about_jixing .content2 {
    position: relative;
    color: #1D4D99;
    font-family: Poppins;
    line-height: 28px;
    margin-bottom: 21px;
}

.about_jixing .content2 p {
    width: 100%;
    padding: 12px 20px 12px 20px;
    background-color: rgba(29, 77, 153, .06);
}

.about_jixing .content2::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 3px;
    background-color: #1d4d99;
}

@media(max-width:1600px) {
    .about_jixing {
        padding: 60px 0px;
    }

    .about_jixing .title42 {
        margin-bottom: 20px;
    }

    .about_jixing .r_box {
        width: 52.3571%;
        margin-left: 70px;
        padding-top: 24px;
    }

    .about_jixing::after {
        display: none;
    }

    .about_jixing .l_box {
        width: 100%;
    }

    .about_jixing .content2 p {
        width: 45%;
        padding: 12px 20px 12px 20px;
    }

    .about_jixing .r_box::before {
        display: none;
    }
}

@media(max-width:1333px) {
    .about_jixing {
        padding: 50px 0px;
    }

    .about_jixing .content1 {
        margin-bottom: 15px;
    }
}

@media(max-width:999px) {
    .about_jixing {
        padding: 40px 0px;
    }

    .about_jixing .title42::after {
        display: none;
    }

    .about_jixing .title42 {
        margin-bottom: 10px;
    }

    .about_jixing .r_box {
        width: 52.3571%;
        margin-left: 30px;
        padding-top: 24px;
    }

    .about_jixing .content2 p {
        width: 100%;
        padding: 8px 15px 8px 15px;
        background-color: transparent;
    }

    .about_jixing .content1,
    .about_jixing .content3 {
        line-height: 26px;
    }

    .about_jixing .content2 {
        line-height: 26px;
        margin-bottom: 15px;
    }
}

@media(max-width:768px) {
    .about_jixing .safe {
        display: flex;
        flex-direction: column-reverse;
    }

    .about_jixing .r_box {
        margin-left: 0;
        padding-top: 0;
        width: 100%;
    }

    .about_jixing .l_box {
        margin-bottom: 20px;
    }

    .about_jixing .content1 {
        margin-bottom: 10px;
    }

    .about_jixing .content2 {
        margin-bottom: 10px;
    }
}

@media(max-width:538px) {
    .about_jixing {
        padding: 30px 0px;
    }
}


/* why_choose */

.why_choose {
    background-color: #f2f3f5;
    padding: 162px 0px 121px;
    position: relative;
    background-image: url(../images/5-1bg1.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 22% 3%;
}

.why_choose .safe {}

.why_choose .wrap {
    display: flex;
    flex-wrap: wrap;
}

.why_choose .inner {
    width: 29%;
    margin-right: 6%;
}

.why_choose .inner:nth-child(3n) {
    margin-right: 0;
}

.why_choose .contact {
    padding-top: 29px;
}

.why_choose .tit {
    color: #1E1E1E;
    font-family: Poppins-SemiBold;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 27px;
}

.why_choose .line {
    width: 55px;
    height: 5px;
    background-color: #1d4d99;
    margin-bottom: 29px;
}

.why_choose .content {
    color: #666;
    font-family: Poppins;
    line-height: 28px;
}

@media(max-width:1600px) {
    .why_choose {
        padding: 160px 0px 60px;
    }

    .why_choose .contact {
        padding-top: 20px;
    }

    .why_choose .tit {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 20px;
    }

    .why_choose .line {
        width: 55px;
        height: 5px;
        margin-bottom: 20px;
    }

    .why_choose .svgbox img {
        width: 80px;
    }
}

@media(max-width:1333px) {
    .why_choose .contact {
        padding-top: 10px;
    }

    .why_choose .tit {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 15px;
    }

    .why_choose .line {
        width: 55px;
        height: 5px;
        margin-bottom: 15px;
    }

    .why_choose .svgbox img {
        width: 70px;
    }

    .why_choose {
        background-image: unset;
        padding: 50px 0px;
    }
}

@media(max-width:999px) {
    .why_choose {
        padding: 40px 0px;
    }

    .why_choose .svgbox img {
        width: 60px;
    }

    .why_choose .tit {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .why_choose .line {
        width: 50px;
        height: 4px;
        margin-bottom: 10px;
    }

    .why_choose .content {
        line-height: 26px;
    }
}

@media(max-width:768px) {
    .why_choose .wrap {
        flex-direction: column;
    }

    .why_choose .inner {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .why_choose .inner:last-child {
        margin-bottom: 0;
    }

    .why_choose .tit {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 10px;
    }

    .why_choose .svgbox img {
        width: 50px;
    }
}

@media(max-width:538px) {
    .why_choose {
        padding: 30px 0px;
    }
}


/* company_equipment */

.company_equipment {
    padding: 85px 0px 79px;
}

.company_equipment .titlebox {
    display: flex;
    justify-content: space-between;
    margin-bottom: 56px;
}

.company_equipment .l {
    width: 40%;
}

.company_equipment .title42 {
    margin-bottom: 20px;
    position: relative;
}

.company_equipment .title42::after {
    content: "";
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    width: 78px;
    height: 78px;
    background-color: #1D4D99;
    opacity: 0.1;
}

.company_equipment .r {
    width: 57%;
    color: #666;
    line-height: 28px;
}

.company_equipment .swiper {
    overflow: visible;
}

.company_equipment .swiper-slide-visible {
    width: 33.2142% !important;
}

.company_equipment .swiper-slide-active {
    width: 46.5714% !important;
}

.company_equipment .imgbox {
    overflow: hidden;
}

.company_equipment .contact {
    position: relative;
    color: #1E1E1E;
    font-family: Poppins;
    font-size: 18px;
    line-height: 28px;
    padding-top: 15px;
}

.company_equipment .btnbox {
    display: flex;
    align-items: center;
}

.company_equipment .btnbox i {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #666;
    border-radius: 99px;
    margin-right: 14px;
    cursor: pointer;
    z-index: 10;
}

.company_equipment .btnbox i:last-child {
    margin-right: 0;
}

.company_equipment .btnbox i:hover {
    background-color: #1d4d99;
    border: 1px solid #1d4d99;
    color: #fff;
}

.company_equipment .an {
    position: absolute;
    right: 34px;
    top: -29px;
    opacity: 0;
    pointer-events: none;
}

.company_equipment .swiper-slide-active .an {
    opacity: 1;
    pointer-events: all;
}

.company_equipment .btn1 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 999px;
    background-color: #1d4d99;
    color: #fff;
    position: relative;
}

.company_equipment .btn1::after {
    content: "";
    position: absolute;
    left: -5px;
    top: -5px;
    border-radius: 999px;
    width: 58px;
    height: 58px;
    border: 1px solid #1d4d99;
}

@media(max-width:1600px) {
    .company_equipment {
        padding: 60px 0px;
    }

    .company_equipment .titlebox {
        margin-bottom: 50px;
    }
}

@media(max-width:1333px) {
    .company_equipment {
        padding: 50px 0px;
    }

    .company_equipment .btn {
        width: 160px;
        height: 50px;
        font-size: 16px;
    }

    .company_equipment .titlebox {
        margin-bottom: 40px;
    }

    .company_equipment .swiper-slide {
        width: 32% !important;
        margin-right: 2.2% !important;
    }

    .company_equipment .btnbox i {
        width: 45px;
        height: 45px;
        border-radius: 99px;
        margin-right: 10px;
    }

    .company_equipment .btnbox i:last-child {
        margin-right: 0;
    }

    .company_equipment .btnbox {
        position: static;
        margin-top: 20px;
        display: flex;
    }

    .company_equipment .contact {
        padding-top: 10px;
        font-size: 16px;
    }

    .company_equipment .title {
        font-size: 18px;
        line-height: 28px;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
}

@media(max-width:999px) {
    .company_equipment {
        padding: 40px 0px;
    }

    .company_equipment .swiper-slide-active .an {
        display: none;
    }

    .company_equipment .titlebox {
        margin-bottom: 30px;
        flex-direction: column;
    }

    .company_equipment .title46 {
        margin-bottom: 10px;
    }

    .company_equipment .btn {
        width: 140px;
        height: 45px;
        font-size: 14px;
    }

    .company_equipment .contact {
        padding-top: 5px;
        font-size: 14px;
    }

    .company_equipment .title {
        font-size: 16px;
        line-height: 26px;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .company_equipment .content {
        font-size: 14px;
        line-height: 25px;
    }

    .company_equipment .swiper-slide {
        width: 49% !important;
        margin-right: 15px !important;
    }

    .company_equipment .title42::after {
        display: none;
        margin-bottom: 5px;
    }

    .company_equipment .l {
        width: 100%;
        margin-bottom: 15px;
    }

    .company_equipment .r {
        width: 100%;
        line-height: 26px;
    }
}

@media(max-width:768px) {

    .company_equipment .titlebox {
        margin-bottom: 20px;
        flex-direction: column;
    }
}

@media(max-width:538px) {
    .company_equipment {
        padding: 30px 0px;
    }
}

@media(max-width:400px) {
    .company_equipment .swiper-slide {
        width: 100% !important;
        margin-right: 15px !important;
    }
}



/* news_list */

.news_list {
    padding: 84px 0px 92px;
}

.news_list .safe {}

.news_list .titlebox {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 69px;
}

.news_list .title42 {
    width: 33%;
}

.news_list .con {
    width: 67%;
    line-height: 28px;
    color: #555;
    padding-top: 7px;
}

.news_list .wrap {
    margin-bottom: 58px;
}

.news_list .inner {
    display: flex;
    justify-content: space-between;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(102, 102, 102, .2);
}

.news_list .l_box {
    width: 29.5%;
    overflow: hidden;
    position: relative;
}

.news_list .l_box img:hover {
    transform: scale(1.05);
}

.news_list .databox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgba(29, 77, 153, .8);
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 106px;
}

.news_list .day {
    color: #FFF;
    font-family: Poppins-SemiBold;
    font-size: 34px;
    line-height: 46px;
}

.news_list .data {
    border-top: 1px solid #fff;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    padding-top: 10px;
}

.news_list .r_box {
    width: 67%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 32px 0px 19px;
}

.news_list .title {
    color: #1E1E1e;
    font-family: Poppins-SemiBold;
    font-size: 20px;
    line-height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 19px;
}

.news_list .title a {
    color: #1E1E1e;
}

.news_list .title:hover,
.news_list .title a:hover {
    color: #1D4D99;
}

.news_list .content {
    overflow: hidden;
    color: #666;
    text-overflow: ellipsis;
    line-height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_list .btn {
    color: #1D4D99;
    font-size: 18px;
    line-height: 28px;
}

.news_list .btn i {
    font-size: 12px;
}

.news_list .btn:hover {
    text-decoration: underline;
}

@media(max-width:1600px) {
    .news_list {
        padding: 60px 0px;
    }

    .news_list .titlebox {
        margin-bottom: 45px;
    }

    .news_list .r_box {
        width: 67%;
        padding: 20px 0px;
    }

    .news_list .title {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 15px;
    }

    .news_list .con {
        padding-top: 0;
    }

    .news_list .wrap {
        margin-bottom: 40px;
    }
}

@media(max-width:1333px) {
    .news_list {
        padding: 50px 0px;
    }

    .news_list .titlebox {
        margin-bottom: 35px;
    }

    .news_list .title {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .news_list .top {
        margin-bottom: 15px;
    }

    .news_list .btn {
        font-size: 16px;
        line-height: 26px;
    }

    .news_list .day {
        font-size: 30px;
        line-height: 40px;
    }

    .news_list .databox {
        width: 90px;
        height: 90px;
    }

    .news_list .wrap {
        margin-bottom: 30px;
    }
}

@media(max-width:999px) {
    .news_list {
        padding: 40px 0px;
    }

    .news_list .titlebox {
        margin-bottom: 25px;
        flex-direction: column;
    }

    .news_list .title42 {
        width: 100%;
        margin-bottom: 10px;
    }

    .news_list .con {}

    .news_list .con {
        width: 100%;
        line-height: 26px;
    }

    .news_list .r_box {
        width: 67%;
        padding: 10px 0px;
    }

    .news_list .title {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 5px;
    }

    .news_list .content {
        line-height: 26px;
    }

    .news_list .top {
        margin-bottom: 10px;
    }

    .news_list .btn {
        font-size: 14px;
        line-height: 24px;
    }

    .news_list .inner {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .news_list .day {
        font-size: 26px;
        line-height: 36px;
    }

    .news_list .data {
        font-size: 14px;
        padding-top: 7px;
    }

    .news_list .databox {
        width: 80px;
        height: 85px;
    }

    .news_list .wrap {
        margin-bottom: 20px;
    }
}

@media(max-width:768px) {
    .news_list .titlebox {
        margin-bottom: 15px;
    }

    .news_list .inner {
        flex-direction: column !important;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .news_list .l_box {
        width: auto;
    }

    .news_list .r_box {
        width: 100%;
        padding-top: 10px;
        padding-bottom: 0;
    }
}

@media(max-width:538px) {
    .news_list {
        padding: 30px 0px;
    }
}



/* news_detail */

.news_detail {
    padding: 82px 0px 92px;
}

.news_detail .title32 {
    color: #1E1E1E;
    margin-bottom: 4px;
}

.news_detail .fx {
    display: flex;
    align-items: center;
    color: #555;
    padding-bottom: 12px;
    margin-bottom: 31px;
    border-bottom: 1px solid #D9D9D9;
}

.news_detail .data {
    margin-right: 30px;
    color: #555;
}

.news_detail .sharebox {
    display: flex;
    align-items: center;
}

.news_detail .sharebox span {
    margin-right: 5px;
}

.news_detail .content {
    color: #666;
    font-family: Poppins;
    line-height: 28px;
    padding-bottom: 37px;
    border-bottom: 1px solid #d9d9dd;
    margin-bottom: 43px;
}

@media(max-width:1600px) {
    .news_detail {
        padding: 60px 0px;
    }
}

@media(max-width:1333px) {
    .news_detail {
        padding: 50px 0px;
    }

    .news_detail .title32 {
        margin-bottom: 10px;
    }

    .news_detail .fx {
        padding-bottom: 12px;
        margin-bottom: 20px;
    }

    .news_detail .content {
        line-height: 28px;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
}

@media(max-width:999px) {
    .news_detail {
        padding: 40px 0px;
    }

    .news_detail .content {
        line-height: 26px;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
}

@media(max-width:538px) {
    .news_detail {
        padding: 30px 0px;
    }

    .news_detail .fx {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .news_detail .data {
        margin-right: 0;
        margin-bottom: 6px;
    }
}


/* contact_us */

.contact_us {
    padding: 83px 0px 80px;
}

.contact_us .safe {
    display: flex;
    justify-content: space-between;
    /* align-items: flex-start; */
}

.contact_us .l_box {
    width: 35%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 51px;
}

.contact_us .title42 {
    margin-bottom: -1px;
}

.contact_us .con1 {
    color: #1D4D99;
    font-family: Poppins;
    line-height: 28px;
    margin-bottom: 40px;
}

.contact_us .in {
    display: flex;
    align-items: flex-start;
    margin-bottom: 45px;
}

.contact_us .in:last-child {
    margin-bottom: 0;
}

.contact_us .in>i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    background: rgba(29, 77, 153, 0.10);
    color: #1d4d99;
    border-radius: 16px;
    overflow: hidden;
    margin-right: 20px;
    flex-shrink: 0;
    font-size: 24px;
}

.contact_us .name {
    color: #1E1E1E;
    font-family: Poppins-SemiBold;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 6px;
}

.contact_us .resu,
.contact_us .resu a {
    color: #1D4D99;
    font-family: Poppins;
    font-size: 16px;
    line-height: 28px;
}

.contact_us .r_box {
    width: 58.3%;
    margin-top: 9px;
}

.contact_us form {
    padding: 60px 49px 40px 49px;
    background-color: #f2f3f5;
    border-radius: 24px;
}

.contact_us .title32 {
    margin-bottom: 9px;
    text-align: center;
    line-height: 34px;
}

.contact_us .content {
    color: #666;
    text-align: center;
    font-family: Poppins;
    line-height: 28px;
    opacity: .8;
    margin-bottom: 39px;
}

.contact_us .inpbox1 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.contact_us .inp1 {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 12px;
}

.contact_us .inp1:last-child {
    margin-right: 0;
}

.contact_us .inp1 input {
    width: 100%;
    height: 62px;
    background-color: transparent;
    border: 1px solid #D2D2D2;
    padding: 0px 14px;
}

.contact_us .inpbox2 {
    margin-bottom: 14px;
}

.contact_us .inpbox2 textarea {
    height: 150px;
    background-color: transparent;
    border: 1px solid #D2D2D2;
    width: 100%;
    padding: 12px 14px;
}

.contact_us textarea,
.contact_us input {
    color: #333;
    font-family: Poppins;
    font-size: 16px;
    border-radius: 5px;
    resize: none;
}

.contact_us textarea::placeholder,
.contact_us input::placeholder {
    color: #666;
}

.contact_us .must input {
    padding: 0px 25px;
}

.contact_us .must {
    position: relative;
}

.contact_us .must::after {
    content: "*";
    position: absolute;
    left: 12px;
    top: 18px;
    color: #ff0000;
}

.contact_us .drop-btn input {
    padding-right: 28px;
}

.contact_us .drop-btn i {
    right: 10px;
}

.contact_us .send input {
    background-color: #1d4d99;
    color: #FFF;
    font-family: Poppins;
    border: 1px solid #1d4d99;
    cursor: pointer;
}

.contact_us .send input:hover {
    background-color: #fff;
    color: #1d4d99;
    border: 1px solid #1d4d99;
}

.contact_us .code {
    position: relative;
}

.contact_us .code input {
    padding-right: 110px;
}

.contact_us .codebox {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: #f3fbfe; */
    border-radius: 5px;
    cursor: pointer;
}

@media(max-width:1600px) {
    .contact_us {
        padding: 60px 0px;
    }

    .contact_us form {
        padding: 40px 40px 40px 40px;
        border-radius: 24px;
    }

    .contact_us .content {
        line-height: 28px;
        margin-bottom: 30px;
    }

    .contact_us .in {
        margin-bottom: 30px;
    }

    .contact_us .r_box {
        margin-top: 0;
    }
}

@media(max-width:1333px) {
    .contact_us {
        padding: 50px 0px;
    }

    .contact_us form {
        padding: 30px;
        border-radius: 15px;
    }

    .contact_us .content {
        line-height: 28px;
        margin-bottom: 20px;
    }

    .contact_us .con1 {
        line-height: 28px;
        margin-bottom: 30px;
    }

    .contact_us .in>i {
        width: 50px;
        height: 50px;
        border-radius: 10px;
        margin-right: 15px;
        font-size: 24px;
    }

    .contact_us .name {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 2px;
    }

    .contact_us .inp1 input {
        width: 100%;
        height: 55px;
    }
}

@media(max-width:999px) {
    .contact_us {
        padding: 40px 0px;
    }

    .contact_us .inp1 input {
        width: 100%;
        height: 50px;
    }

    .contact_us .safe {
        flex-direction: column;
    }

    .contact_us .l_box {
        width: 100%;
        padding-bottom: 0;
        margin-bottom: 20px;
    }

    .contact_us .resu,
    .contact_us .resu a {
        font-size: 14px;
        line-height: 26px;
    }

    .contact_us .con1 {
        line-height: 26px;
        margin-bottom: 20px;
    }

    .contact_us .r_box {
        width: 100%;
    }

    .contact_us form {
        width: 100%;
        padding: 20px;
    }

    .contact_us textarea,
    .contact_us input {
        font-size: 14px;
        border-radius: 5px;
    }

    .contact_us .content {
        line-height: 26px;
        margin-bottom: 15px;
    }
}

@media(max-width:768px) {
    .contact_us .content {
        line-height: 25px;
        margin-bottom: 15px;
    }
}

@media(max-width:538px) {
    .contact_us {
        padding: 30px 0px;
    }

    .contact_us .title32 {
        margin-bottom: 9px;
        text-align: center;
        line-height: unset;
    }

    .contact_us .inpbox1 {
        flex-direction: column;
    }

    .contact_us .inp1 {
        width: 100%;
        margin-right: 0;
    }
}





/* mapbox */

.mapbox {
    max-width: 1920px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}








/* 500 */
@font-face {
    font-family: "Poppins";
    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');
}

/* 600 */
@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 #PoppinsoMedium') 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');
}





.bg00 {
    background-color: #000;
}

.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;
}

@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=1750659631960') format('woff'),
        url('iconfont.ttf?t=1750659631960') format('truetype');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.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";
}








/* 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
}





.column {
    position: fixed;
    right: 2px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10000;
    display: flex;
}

.column ul {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.column ul li {
    margin-bottom: 9px;
    max-width: 250px;
    background-color: transparent;
    display: flex;
    align-items: center;
    background: #C8C8C8;
    border-radius: 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: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    flex-shrink: 0;
    border-radius: 0px;
}

.column ul li .imgbox a {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 0px;
}


.column ul li .imgbox:hover i {
    color: #fff !important;
}

.column ul li .imgbox:hover img {
    transform: unset !important;
}

.column .wechat {
    position: relative;
}

.column .gotop {
    cursor: pointer;
}

.column .gotop .icon-xiajiantou {
    transform: rotate(180deg);
}

.column .wechat .erweima {
    position: absolute;
    width: 150px;
    height: 150px;
    top: -10px;
    right: 100%;
    display: none;
    cursor: pointer;
    border: 10px solid rgba(0, 0, 0, .1);
    border-radius: 10px;
}

.column .wechat .erweima img,
.column .whatsapp .erweima img {
    width: 100%;
    height: 100%;
    border-radius: 10px !important;
    padding-right: 0px;
    background-color: transparent;
}

.column .wechat .erweima img {
    filter: unset !important;
}

.column img {
    display: block;
    width: auto;
}

.column .gotop i {
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

.column i {
    color: #fff !important;
}

.column .imgbox:hover {
    background-color: #0047bd;
}

.column .gotop i {
    transform: rotate(180deg);
}

.column li i {
    font-size: 24px;
}

.column li:hover {}

.column .imgbox:hover img {
    filter: brightness(100);
}


@media(max-width:1600px) {
    .column ul li .imgbox {
        width: 45px;
        height: 45px;
    }

    .column .wechat .erweima,
    .column .whatsapp .erweima {
        position: absolute;
        width: 150px;
        height: 150px;
        top: -10px;
        right: 80px;
        display: none;
        cursor: pointer;
    }

    .column ul li .imgbox i {
        font-size: 21px;
    }

    .column ul li {
        margin-bottom: 6px;
        max-width: 250px;
        border-radius: 0px;
    }
}

@media(max-width:1333px) {


    .column .wechat .erweima,
    .column .whatsapp .erweima {
        position: absolute;
        width: 100px;
        height: 100px;
        top: -10px;
        right: 70px;
        display: none;
        cursor: pointer;
    }

    .column ul li {
        margin-bottom: 2px;
    }
}

@media(max-width:999px) {

    .column ul li .tiaozhuan {
        display: none;
    }

    .column ul li:hover .tiaozhuan {
        display: none;
    }

    .column {
        position: fixed;
        right: 0px;
        top: unset;
        bottom: 0;
        width: 100%;
        height: 50px;
        transform: unset;
    }

    .column ul li .imgbox {
        width: 50px;
        height: 50px;
    }

    .column .wechat .erweima,
    .column .whatsapp .erweima {
        position: absolute;
        width: 150px;
        height: 150px;
        top: -173px;
        right: 17%;
        display: none;
        cursor: pointer;
    }

    .column ul {
        display: flex;
        flex-direction: row;
        width: 100%;
        justify-content: center;
        align-items: center;
        background: rgba(255, 255, 255, 0.5);
        height: 100%;
    }

    .column ul li {
        margin-bottom: 0px;
        width: 100%;
    }

    .column ul li .imgbox {
        width: 100%;
        height: 0;
    }

    .column ul li .imgbox a {
        width: 100%;
        height: 45px;
    }

    .column ul li .imgbox img {
        /* width: 18%; */
        width: 30px;
        filter: brightness(100);
    }

    .column ul li a {
        border: unset;
    }

    .column ul {
        background-color: rgba(0, 0, 0, .3);
    }

    .column ul li .phonenum {
        position: absolute;
        right: 53px;
        padding: 10px;
        color: #333;
        background-color: #fff;
        display: none;
        word-wrap: nowrap;
        right: unset;
        top: -100%;
    }

    .column .facebook i {
        border: unset;
    }

    .column ul li .imgbox img {
        width: auto;
    }

    .column ul li {
        background-color: transparent;
    }

    .column .phonebox:hover .phone {}

    .column .phonebox .phone {
        width: auto;
        min-width: 180px;
        margin-right: 0px;
        margin-left: 0px;
        top: unset;
        position: absolute;
        background: #fff;
        padding: 10px;
        bottom: 26px;
        right: 0;
    }

    .column .phonebox .phone p {
        color: #333;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .column .phonebox .phone {
        display: none;
    }
}

@media(max-width:768px) {

    .column ul li .imgbox {
        width: 45px;
        height: 45px;
    }

    .column .wechat .erweima,
    .column .whatsapp .erweima {
        position: absolute;
        width: 135px;
        height: 135px;
        top: -157px;
        /* right: 20%; */
        display: none;
        cursor: pointer;
        left: 0;
    }

    .column ul {
        display: flex;
        flex-direction: row;
        width: 100%;
        justify-content: center;
        align-items: center;
        height: 100%;
    }

    .column ul li {
        margin-bottom: 0px;
        width: 100%;
    }

    .column ul li .imgbox {
        width: 100%;
        height: 0;
    }

    .column ul li .imgbox a {
        width: 100%;

    }

    .column .wechat .erweima {
        border: 5px 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 .phonebox .phone {
        right: 0;
    }

    .column ul li .imgbox {
        width: 45px;
        height: 45px;
    }

    .column ul li .imgbox i {
        font-size: 18px;
    }

    .column .wechat .erweima {
        position: absolute;
        width: 100px;
        height: 100px;
        top: -125px;
        right: 20px;
        display: none;
        cursor: pointer;
        left: 0;
    }

    .column ul {
        display: flex;
        flex-direction: row;
        width: 100%;
        justify-content: center;
        align-items: center;
        height: 100%;
    }

    .column ul li {
        margin-bottom: 0px;
        width: 100%;
    }

    .column ul li .imgbox {
        width: 100%;
        height: 0;
    }

    .column ul li .imgbox a {
        width: 100%;

    }
}




.m-kefu-chat {
    z-index: 999999999 !important;
}