@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    transition: .3s linear all;
    border: none;
    outline: none;
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
    width: 100%;
    scroll-behavior: smooth;
    scroll-padding-top: 120px;
    margin: 0 auto;
}

body {
    overflow-x: hidden;
    background-color: #fff;
    /* max-width: 1920px; */
    min-width: 250px;
    margin: 0 auto;
    font-family: Montserrat-Light;
}

h1 {
    font-weight: unset;
}

em {
    font-style: normal;
}

img {
    max-width: 100%;
}

i {
    font-stretch: normal;
    font-style: normal;
}

li {
    list-style: none;
}

a {
    color: #333;
    text-decoration: none;
}

h2 {
    font-weight: normal;
}

.clear {
    clear: both;
}

.white {
    color: #fff !important;
}

.imgbox img {
    display: block;
}


.safe {
    max-width: 1400px;
    width: calc(100% - 120px);
    margin: 0 auto;
}

@media screen and (max-width:999px) {
    .safe {
        width: calc(100% - 50px);
    }
}

@media screen and (max-width:768px) {
    .safe {
        width: calc(100% - 30px);
    }
}


.headersafe {
    max-width: 1745px;
    width: calc(100% - 120px);
    margin: 0 auto;
}

@media screen and (max-width:999px) {
    .headersafe {
        width: calc(100% - 50px);
    }
}

@media screen and (max-width:768px) {
    .headersafe {
        width: calc(100% - 30px);
    }
}

.elisps1 {
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}




/* 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*/
.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;
}


/* 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)
    }
}







/* han bao an niu */
/* .btn {
    float: right;
    margin-right: 20px;
    font-size: 18px;
} */


/* cebianlan  common*/
/* rightlist */

.column {
    position: fixed;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000;
    display: flex;

}

.column ul {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.column ul li {
    margin-bottom: 3px;
    min-width: 50px;
    max-width: 200px;
    background-color: #ffffff;
    box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.09);
    border-radius: 10px;
    display: flex;
    align-items: center;
}

.column ul li:hover .tiaozhuan {
    display: flex;
    width: 90px;
    margin-left: 15px;
    margin-right: 10px;
}

.column ul li:hover .imgbox {
    background-color: rgba(0, 0, 0, .2);
}

.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: 69px;
    height: 71px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-color: rgba(232, 232, 232, 1);
    border-radius: 10px;
}




.column ul li .imgbox i {
    font-size: 23px;
    color: #fff !important;
}

.column ul li .imgbox a {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

/* .column ul li .imgbox:hover {
    background-color: #166296;
} */


.column ul li .imgbox:hover i {
    color: #fff !important;
}

.column .wechat {
    position: relative;
}

.column .wechat i,
.column .phone i {
    color: #4dc950 !important;
}

.column ul li .phonenum {
    position: absolute;
    right: 53px;
    padding: 10px;
    color: #333;
    background-color: #fff;
    display: none;
    word-wrap: nowrap;
}

.column .skype i {
    color: #2c87ce !important;
}

.column .gotop {
    cursor: pointer;
}

.column .gotop i,
.column .email i {
    color: #323235 !important;
}

.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 .gotop i {
    font-size: 18px !important;
    padding: 5px;
    border: 1px solid #fff;
    border-radius: 50px;
} */

@media(max-width:1600px) {
    .column ul li .imgbox {
        width: 60px;
        height: 60px;
    }

    .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;
        color: #fff;
    }
}

@media(max-width:1333px) {


    .column .wechat .erweima,
    .column .whatsapp .erweima {
        position: absolute;
        width: 130px;
        height: 130px;
        top: -10px;
        right: 70px;
        display: none;
        cursor: pointer;
    }
}

@media(max-width:999px) {

    .column ul li .tiaozhuan {
        display: none;
    }

    .column ul li:hover .tiaozhuan {
        display: none;
    }

    .column {
        position: fixed;
        right: 0px;
        top: unset;
        bottom: 0;
        z-index: 30;
        width: 100%;
        height: 45px;
        transform: unset;
    }

    .column ul li .imgbox {
        width: 45px;
        height: 45px;
    }

    .column .wechat .erweima,
    .column .whatsapp .erweima {
        position: absolute;
        width: 150px;
        height: 150px;
        top: -173px;
        right: 17%;
        display: none;
        cursor: pointer;
    }

    .column ul {
        display: flex;
        flex-direction: row;
        width: 100%;
        justify-content: center;
        align-items: center;
        background: rgba(255, 255, 255, 0.5);
        height: 100%;
    }

    .column ul li {
        margin-bottom: 0px;
        width: 100%;
    }

    .column ul li .imgbox {
        width: 100%;
        height: 0;
    }

    .column ul li .imgbox a {
        width: 100%;
        height: 45px;
    }

    .column ul li .imgbox img {
        /* width: 18%; */
        width: 30px;
    }

    .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%;
    }
}

@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 ul li .imgbox img {
        width: 28px;
    }
}

@media(max-width:450px) {


    .column ul li .imgbox {
        width: 45px;
        height: 45px;
    }

    .column ul li .imgbox i {
        font-size: 18px;
    }

    .column .gotop i {
        font-size: 14px !important;
    }

    .column .wechat .erweima {
        position: absolute;
        width: 100px;
        height: 100px;
        top: -125px;
        right: 20px;
        display: none;
        cursor: pointer;
        left: 0;
    }

    .column ul {
        display: flex;
        flex-direction: row;
        width: 100%;
        justify-content: center;
        align-items: center;
        height: 100%;
    }

    .column ul li {
        margin-bottom: 0px;
        width: 100%;
    }

    .column ul li .imgbox {
        width: 100%;
        height: 0;
    }

    .column ul li .imgbox a {
        width: 100%;

    }

    .column ul li .imgbox img {
        width: 25px;
    }
}

/* hanbaoanniu */

.navbar-toggle {
    width: 35px;
    height: 35px;
    z-index: 10000000000;
    position: relative;
    transition-duration: 1s;
    display: inline-block;
    cursor: pointer;
    padding-left: 5px;
    border-radius: 4px;
    border: 1px solid transparent;
    background-color: #efefef !important;
    display: none;
}

.navbar-toggle .icon {
    height: 1px;
    width: 25px;
    top: 16px;
    background-color: #014ec2;
    border-radius: 20px;
    position: absolute;
    transition-duration: 0.5s;
}

.navbar-toggle .icon:before {
    left: 0;
    position: absolute;
    top: -9px;
    height: 1px;
    width: 25px;
    background-color: #014ec2;
    content: "";
    border-radius: 20px;
    transition-duration: 0.5s;
}

.navbar-toggle .icon:after {
    left: 0;
    position: absolute;
    top: 9px;
    height: 1px;
    width: 25px;
    background-color: #014ec2;
    content: "";
    border-radius: 20px;
    transition-duration: 0.5s;
}

.navbar-toggle.open .icon {
    background: transparent;
}

.navbar-toggle.open .icon:before {
    transition: transform 0.5s;
    transform: rotateZ(45deg) translate(6px, 7px);
}

.navbar-toggle.open .icon:after {
    transition: transform 0.5s;
    transform: rotateZ(-405deg) translate(6px, -7px);
}


@media(max-width:1600px) {}

@media(max-width:1333px) {}

@media(max-width:999px) {}

@media(max-width:768px) {}

@media(max-width:570px) {
    .navbar-toggle {
        width: 32px;
        height: 32px;
        padding-left: 2.5px;
    }

    .navbar-toggle .icon:before {
        left: 0;
        top: -7px;
        height: 1px;
        width: 25px;
        border-radius: 20px;
    }

    .navbar-toggle .icon:after {
        left: 0;
        top: 7px;
        height: 1px;
        width: 25px;
        border-radius: 20px;
    }

    .navbar-toggle .icon {
        top: 15px;
    }

    .navbar-toggle.open .icon:after {
        transition: transform 0.5s;
        transform: rotateZ(-405deg) translate(5px, -5px);
    }

    .navbar-toggle.open .icon:before {
        transition: transform 0.5s;
        transform: rotateZ(45deg) translate(5px, 5px);
    }
}





/* minmenu */
.borderbox {
    right: -150%;
    background-color: #fff;
    position: absolute;
    width: 50%;
    padding-left: 15px;
    padding-bottom: 20px;
    padding-top: 41px;
    z-index: -1 !important;
    transition: none;
    top: 0;
    height: 100vh;
    overflow: scroll;
}





.borderbox .topbox {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.borderbox .topbox .qiehuan {
    margin-right: 40px;
    padding: 10px 20px;
    border: 1px solid #fff;
    color: #fff;
    background-color: #1f77ba;
    border-radius: 5px;
}

.borderbox .topbox .qiehuan a {
    color: #fff;
}

/* sousuo */
.borderbox .searchicon {
    color: #000;
    font-weight: 800;
    font-size: 17px;
    cursor: pointer;
}

.borderbox .searchicon:hover {
    color: #1f77ba;
}


.borderbox .search {
    position: relative;
    width: 153px;
    height: 50px;
    margin-left: 30px;

}

.borderbox .sea {
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 33px;
    border-radius: 50px;
    padding: 5px 36px 5px 15px;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);

}

.borderbox .search .icon-sousuo {
    position: absolute;
    top: 10px;
    right: -2px;
    width: 30px;
    height: 38px;
    font-weight: 800;
    color: #333;
    font-size: 13px;
}

.borderbox .submit {
    position: absolute;
    top: -4px;
    right: 8px;
    width: 30px;
    height: 38px;
    z-index: 2;
    opacity: 0;
    cursor: pointer;
}

/* liebiao */
.borderbox .btn {
    width: 25px;
    height: 25px;
    padding-bottom: 0px;
    font-style: normal;
    font-size: 18px;
    border-radius: 50px;
    background-color: #014ec2;
    line-height: 25px;
    text-align: center;
    color: #fff;
    flex-shrink: 0;
    float: right;
    margin-right: 15px;
    /* font-family: Poppins-Regular; */
    cursor: pointer;
}

.borderbox ul {
    transition: none;
}

.borderbox .ul1 {
    margin-bottom: 100px;
    /* margin-top: 50px; */
}

.borderbox .ul1 li {
    font-size: 16px;
    transition: none;
}

.borderbox .ul1 li a {
    color: #000;
    transition: none;
}

.borderbox .ul1 li {
    line-height: 30px;
}

.borderbox .menu1 {
    padding-bottom: 6px;
    padding-top: 6px;
}

.borderbox .menu2 {
    float: none;
    padding-bottom: 5px;
    padding-top: 5px;
}

.borderbox .menu2 a {
    color: #333 !important;
}

.borderbox .menu2 li {
    float: none;
    padding-bottom: 4px;
    padding-top: 4px;

}

.borderbox .ul1 {
    display: flex;
    flex-direction: column;
}

.borderbox .ul2 {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
    display: none;
    margin-right: 30px;
}

.borderbox .ul2 li {
    padding: 8px 0px;
}

.borderbox .ul3 {
    display: flex;
    flex-direction: column;
    margin-left: 20px;
    display: none;
}

.borderbox .ul4 {
    display: flex;
    flex-direction: column;
    margin-left: 20px;
    display: none;
}

@media(max-width:1600px) {
    .borderbox {
        display: none;
    }
}

@media(max-width:1333px) {
    .borderbox {
        display: none;
    }

    .borderbox .ul1 li {
        font-size: 16px;
    }

}

@media(max-width:999px) {
    .navbar-toggle {
        display: block;
    }

    .borderbox {
        display: block;
        width: 60%;
    }

    .borderbox .ul1 li {
        font-size: 14px;
    }

}

@media(max-width:768px) {
    .borderbox {
        display: block;
    }

    .borderbox .ul1 li {
        font-size: 12px;
    }

    .borderbox .btn {
        font-size: 16px;
        line-height: 26px;
    }

    .borderbox {
        display: block;
        width: 65%;
    }



    .borderbox .search {
        position: relative;
        width: 136px;
        height: 50px;

    }

    .borderbox .sea {
        position: absolute;
        top: 0;
        left: 0;
        width: 134px;
        height: 28px;
        border-radius: 50px;
        padding: 5px 36px 5px 15px;
        box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);

    }

    .borderbox .search .icon-sousuo {
        position: absolute;
        top: 7px;
        right: -2px;
        width: 30px;
        height: 38px;
        font-weight: 800;
        color: #333;
        font-size: 13px;
    }

    .borderbox .submit {
        position: absolute;
        top: -4px;
        right: 8px;
        width: 30px;
        height: 38px;
        z-index: 2;
        opacity: 0;
        cursor: pointer;
    }

    .borderbox .ul1 li {
        line-height: 25px;
    }
}

@media(max-width:570px) {
    .borderbox .ul2 li {
        padding: 4px 0px;
    }

    .borderbox {
        display: block;
        width: 70%;
    }

    .borderbox .ul1 li {
        font-size: 12px;
    }

    .borderbox .btn {
        font-size: 16px !important;
        margin-right: 5px;
        width: 22px !important;
        line-height: 22px;
        height: 22px !important;
        text-align: center;
        display: inline-block;
    }
}

@media(max-width:570px) {
    .borderbox {
        width: 85%;
    }
}

/* lanauage */


/* lanauage */

.lanauage_wrap {
    display: flex;
    align-items: center;
    margin-right: 0px;
}


.lanauage_wrap .lanauage {
    position: relative;
    transition: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    margin-left: 24px;
}

.lanauage_wrap .lanauage .name {
    font-family: Inter-Regular !important;
    font-size: 16px !important;
    color: #333 !important;
}

.lanauage_wrap .lanauage .icon-duoyuyan {
    font-size: 21px;
    color: #333;
    margin-right: 8px;
}

.lanauage_wrap .lanauage .icon-earth {
    font-size: 25px;
    color: #333;
    margin-right: 8px;
}

.lanauage_wrap .lanauage .icon-bottom7 {
    font-size: 14px;
    font-weight: bold;
}

.lanauage_wrap .lanauage .lanbox i {
    color: #999999;
}

.lanauage_wrap .lanauage img {
    margin-right: 10px;
    width: 27px;
    height: 14px;
}

.lanauage_wrap .lanauage:hover i {
    color: #014ec2 !important;
}

.lanauage_wrap .lanauage:hover .name {
    color: #014ec2 !important;
}

.lanauage_wrap .lanauage .silde-down {
    transition: none;
    display: none;
    position: absolute;
    top: 150%;
    left: unset;
    right: 0;
    background-color: #fff !important;
    text-align: center;
    min-width: 100px;
    width: 120px;
    max-width: 200px;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
    z-index: 10;
    right: 0;
    margin: 0 auto;
}

.lanauage_wrap .lanauage .silde-down a {
    color: #333;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.lanauage_wrap .lanauage .silde-down li {}

.lanauage_wrap .lanauage .silde-down li:hover {
    background-color: #014ec2;
}

.lanauage_wrap .lanauage .silde-down li:hover a {
    color: #fff;
}







.welcome {
    background-color: #014ec2;
}

.welcome .headersafe {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 28px;
    transform: translateX(15px);
}

.welcome .headersafe a{
    color: #fff;
}

.welcome p {
    font-size: 14px;
    color: #ffffff;
}

.welcome .scroll_end {
    display: none;
}

.to_top_act {
    top: 0;
}

@media(max-width:1600px) {
    .welcome .headersafe {
        height: 28px;
        transform: translateX(0px);
    }
}

header {
    width: 100%;
    height: 98px;
    top: 28px;
    position: fixed;
    z-index: 10000;
    background-color: #fff;
    border-radius: 1px;
    min-width: 250px;
    border-bottom: solid 1px rgba(255, 255, 255, .2);
}

header>.safe {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

header .rightbox .bottombox {
    display: flex;
    height: 100%;
}

header .rightbox .bottombox>ul {
    display: flex;
    align-items: center;
    margin-right: 20px;
}

header .rightbox .bottombox ul li {
    position: relative;
    display: flex;
}

header .rightbox .bottombox>ul>li {
    height: 100%;
    display: flex;
    align-items: center;
}

header .rightbox .bottombox>ul>li>a {
    padding: 39px 33.5px;
    position: relative;
    display: inline-block;
}

header .rightbox .bottombox a {
    font-family: Montserrat-Regular;
    font-size: 20px;
    color: #014ec2;
}

header .rightbox .bottombox .menubox li>ul li {
    text-align: left;
}


header .rightbox .bottombox .menubox>li>a {
    color: #333;
    position: relative;
}

header .rightbox .bottombox .menubox>li>a::after {
    content: "";
    position: absolute;
    width: 87px;
    height: 4px;
    background-color: #014ec2;
    left: -2px;
    right: 0;
    margin: 0 auto;
    bottom: 0px;
    opacity: 0;
}


/* hover */

header .rightbox .bottombox>ul>li:hover>a {
    color: #014ec2 !important;
}

header .rightbox .bottombox>ul>li:hover>a::after {
    opacity: 1;
}




/* active */
header .rightbox .active_title>a {
    color: #014ec2 !important;
}

header .rightbox .active_title>a::after {
    opacity: 1 !important;
}

header .rightbox .bottombox .menubox li>ul .active_li>a {
    color: #014ec2 !important;
}


header .rightbox .searchbox {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

header .rightbox .searchbox i {
    font-weight: bold;
    cursor: pointer;
    color: #333;
    font-size: 20px;
}

header .rightbox .searchbox i:hover {
    color: #014ec2 !important;
}


header .rightbox .searchbox .searchicon {
    color: #fff;
}

header .rightbox .searchbox .search {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    display: block;
    z-index: 1000;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
}

header .rightbox .searchbox .sea {
    position: absolute;
    right: 0;
    width: 200px;
    top: 25px;
    height: 38px;
    border-radius: 50px;
    padding: 5px 46px 5px 15px;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
}

header .rightbox .searchbox .search .icon-sousuo {
    position: absolute;
    top: 35px;
    right: 10px;
    width: 30px;
    height: 38px;
    font-weight: 800;
    color: #333;
}

header .rightbox .searchbox .search .submit:hover+.icon-sousuo {
    color: #014ec2;
}

header .rightbox .searchbox .submit {
    position: absolute;
    top: 25px;
    right: 16px;
    width: 30px;
    height: 38px;
    z-index: 2;
    opacity: 0;
    cursor: pointer;
}





/* erji sanji siji */
/* yiji */

header .rightbox .menubox>li ul {
    position: absolute;
    top: 100%;
    flex-direction: column;
    transition: none;
    min-width: 260px;
    width: max-content;
    padding-right: 0px;
    word-break: break-all;
    max-width: 425px;
    background-color: #ffffff;
    box-shadow: 1px 1px 31px 0px rgba(0, 0, 0, 0.03);
    transition: none;
}

header .rightbox .menubox>li ul a {
    font-family: Montserrat-Regular !important;
    font-size: 16px !important;
    color: #333333;
}

header .rightbox .menubox>li>ul {
    top: 103%;
    transform: translateX(15px);
}


header .rightbox .active_li>a {
    color: #014ec2 !important;
}

header .rightbox .menubox li>ul>li {
    transition: none;
}

header .rightbox .menubox li>ul>li>a {
    display: block;
    background-color: #ffffff;
    position: relative;
    padding: 19px 15px 19px 15px;
    transition: none;
    width: 100%;
}

header .rightbox .menubox li>ul>li>a::after {
    position: absolute;
    bottom: 0;
    width: 90%;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: "";
    height: 1px;
    background-color: #d3d6df;
}

header .rightbox .menubox li>ul>li:last-child>a::after {
    opacity: 0;
}

header .rightbox .menubox li>ul>li>ul {
    position: absolute;
    left: 100%;
    top: 0px;
    display: none;
    padding: 0;
    flex-direction: column;
    transition: none;
    background: transparent;
    padding-left: 2%;

}

header .rightbox .menubox li>ul>li>ul li {
    background-color: #fff;
}

header .rightbox .menubox li>ul>li>ul>li>ul {
    left: 100%;
    transition: none;
}




header .rightbox .menubox>li ul {
    transition: none;
    box-sizing: content-box;
}

header .menubox ul {
    translate: none;
    display: none;
}



header .leftbox {
    flex-shrink: 0;
    margin-left: 1%;
}

header .navbar-toggle {
    display: none;
}

header .menubox ul li:hover>a {
    color: #014ec2 !important;
}

header .rightbox {
    height: 100%;
    transform: translateX(16px);
}


.ind_search {
    display: flex;
    align-items: center;
    transform: translateX(6px);
}

.ind_search .ind_searchbox {
    height: 50px;
    border-bottom: 1px solid rgba(0, 0, 0, .16);
    display: flex;
    justify-content: space-between;
}


.ind_search .ent {
    font-family: Montserrat-Light;
    font-size: 16px;
    color: #333;
    height: 100%;
    padding: 0px 10px;
}


.ind_search .ent::placeholder {
    color: #999999;
}

.ind_search .sea_icon {
    width: 40px;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ind_search .submit {
    height: 100%;
    width: 100%;
    background-color: transparent;
    cursor: pointer;
}

.ind_search .sousuo {
    color: #333;
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    right: 5px;
    z-index: -1;
}

.ind_search .sea_icon:hover .sousuo {
    color: #014ec2;
}





/* fix_header */

.fix_header {
    background-color: #ffffff;
    transform: translateY(0px);
}

.fix_header .rightbox .bottombox .menubox>li>a {
    color: #333333;
}

.fix_header .rightbox .searchbox i {
    color: #333333;
}

.fix_header .lanauage .icon-duoyuyan {
    color: #333;
}

.fix_header .rightbox .bottombox a {
    color: #333;
}

.fix_header .get_a_quote:hover {
    background-color: #fff;
    color: #0c8a43 !important;
    border: 1px solid #ee1b22;
}

.fix_header .get_a_quote {
    background-color: rgba(255, 36, 36, .1);
    color: #0c8a43 !important;
}

.fix_header .borderbox {
    top: 0px;
}



@media(max-width:1850px) {
    header .rightbox .bottombox .menubox>li>a {
        /* padding: 20px 15px; */
    }
}

@media(max-width:1600px) {

    header .rightbox .bottombox a {
        font-size: 18px;
        line-height: 30px;
    }


    header {
        height: 90px;
    }

    header .leftbox {
        height: 90%;
    }

    header .leftbox img {
        height: 100%;
    }

    header .rightbox .bottombox .menubox>li>a {
        padding: 30px 23px;
    }

    header .rightbox {
        height: 100%;
        transform: translateX(0px);
    }
}

@media(max-width:1333px) {

    header .rightbox .bottombox>ul {
        margin-right: 18px;
    }

    header .rightbox .bottombox .menubox>li>a {
        padding: 20px 12px;
    }

    header .rightbox .bottombox a {
        font-size: 16px;
        line-height: auto;
    }


    header {
        height: 80px;
    }

    .ind_search .ent {
        font-size: 14px;
        padding: 0px 10px;
    }

    .ind_search .sousuo {
        font-size: 18px;
        right: 5px;
        z-index: -1;
    }

    .ind_search .ind_searchbox {
        height: 45px;
        border-bottom: 1px solid rgba(0, 0, 0, .16);
        display: flex;
        justify-content: space-between;
    }

    header .rightbox .bottombox .menubox>li>a {
        padding: 25px 14px;
    }

    .lanauage_wrap .lanauage .silde-down {
        left: unset;
        right: 0;
    }
}

@media(max-width:1100px) {
    header .rightbox .bottombox .menubox>li>a {
        padding: 25px 8px;
    }

    header .rightbox .searchbox i {
        font-size: 16px;
    }
}

@media(max-width:999px) {
    header .rightbox .bottombox>ul {
        display: none;
    }

    header .lanauage_wrap {
        border-left: 0;
    }

    header .rightbox .searchbox {
        display: none;
    }

    header .navbar-toggle {
        display: block;
    }

    header .lanauage {
        padding: 0px 15px 0px 5px;
        margin-left: 0;
    }

    header {
        height: 60px;
    }

    header .rightbox .bottombox {
        display: flex;
        align-items: center;
    }

    .ind_search {
        display: none;
    }

}

@media(max-width:768px) {
    header {
        height: 50px;
    }

    header .lanauage .icon-bottom7 {
        font-size: 12px;
    }

    header .lanauage .silde-down {
        top: 133%;
        left: unset;
        right: 0;
    }

    .lanauage_wrap .lanauage .name {
        font-family: Inter-Regular !important;
        font-size: 14px !important;
        color: #333 !important;
    }
}


@media(max-width:570px) {
    header {
        height: 48px;
    }

    header .lanauage {
        padding: 0px 10px 0px 5px;
    }

    .lanauage_wrap .lanauage .name {
        font-family: Inter-Regular !important;
        font-size: 14px !important;
        color: #333 !important;
    }

    .lanauage_wrap .lanauage .silde-down a {
        color: #333;
        height: 35px;
        font-size: 14px;
    }

    .welcome p {
        font-size: 14px;
        color: #ffffff;
        overflow-x: auto;
        white-space: nowrap;
    }
}

@media(max-width:400px) {}






/* index_banner */

.index_banner {
    margin-top: 100px;
}

.index_banner img {
    display: block;
}


.index_banner .control {
    display: none !important;
}


.banner {
    position: relative;
    z-index: 2;
    line-height: 0;
    font-size: 0;
    /* max-width: 1920px;
    margin: 0 auto; */
}

.banner .slick-arrow {
    position: absolute;
    z-index: 99;
    display: block !important;
    top: 50%;
    margin-top: -31px;
    width: 62px;
    height: 62px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}

.banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner .slick-prev {
        left: 3%;

}

.banner .slick-next {
    right: 3%;

}

.banner .slick-dots {
    position: absolute;
    z-index: 999999;
    left: 0;
    right: 0;
    bottom: 83px;
    text-align: center;
    font-size: 0;
    letter-spacing: 0;
    text-align: center;
    display: flex !important;
    justify-content: center;
    align-items: center;
    display:none;
}

.banner .slick-dots li {
    width: 16px;
    height: 16px;
    background-color: #ffffff;
    border-radius: 50px;
    margin-right: 45px;
    position: relative;
    cursor: pointer;
}

.banner .slick-dots li::after {
    content: "";
    position: absolute;
    width: 54px;
    height: 54px;
    left: -20px;
    top: -20px;
    border-radius: 50px;
    border: solid 1px #014ec2;
    opacity: 0;
}

.banner .slick-dots .slick-active {
    background-color: #014ec2 !important;
}

.banner .slick-dots .slick-active::after {
    opacity: 1;
}


.banner .slick-prev,
.banner .slick-next {
    display: block !important;
    cursor: pointer;
}

.banner .slick-prev:hover,
.banner .slick-next:hover{
    background-color: #014ec2;
    color: #fff;
}


.banner .slick-dots a {
    display: block;
    width: 16px;
    height: 16px;
    background-color: #ffffff;
    /* background-image: url("../img/dot1.png");
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%; */
}

.banner.hide {
    display: none;
}

@media screen and (max-width: 959px) {
    .banner {
        display: block;
    }

    .banner.hide {
        display: block;
    }

    .banner .slick-arrow {
        display: none !important;
    }

    .banner .slick-dots {
        bottom: 10px;
    }

    .banner .slick-dots li {
        /* margin: 0 5px; */
    }

    .banner .slick-dots a {
        width: 10px;
        height: 10px;
    }

    .banner2 {
        display: none;
    }
}

.slick-list,
.slick-slider,
.slick-track {
    position: relative;
    display: block
}

.slick-loading .slick-slide,
.slick-loading .slick-track {
    visibility: hidden
}

.slick-slider {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    top: 0;
    left: 0
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-dots .slide-count {
    display: none;
}

.slick-slide {
    position: relative;
}

.slick-slide iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.slick-slide video {
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 101%;
    min-height: 100%;
    max-width: none;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    display: none \9;
    display: block \9\0;
}

@media screen and (max-width: 991px) {
    .slick-slide video {
        object-position: inherit;
        object-fit: inherit;
        width: 100%;
        height: 100%;
        transform: translate(0, 0);
        left: 0;
        top: 0;
    }
}





/* page_banner */

.bef8 {
    background: #f8f8f8;
    z-index: 0;
}

.page_banner {
    margin-top: 100px;
    height: 0;
    padding-bottom: 22.9%;
    position: relative;
    display: flex;
    justify-content: center;
}

.page_banner::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .4);
    width: 100%;
    height: 100%;
}


.page_banner .bg {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: -1;
}

.page_banner .safe {
    background-color: transparent;
    position: absolute;
    z-index: 1000;
    height: 100%;
    padding-top: 157px;
}

.page_banner .crumb {
    padding-top: 26px;
}


/* page_banner1 */

.page_banner1 {
    margin-top: 98px;
    height: 0;
    height: 255px;
    /* padding-bottom: 13.9%; */
    position: relative;
    display: flex;
    justify-content: center;
    max-height: 255px;

}

.page_banner1 .bg {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.page_banner1 .safe {
    background-color: transparent;
    position: absolute;
    height: 100%;
}

.page_banner1 .title40 {
    color: #fff;
    padding-top: 56px;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.page_banner1 img {
    display: block;
}


.page_banner2 {
    margin-top: 98px;
    height: 602px;
    max-height: 602px;
    /* padding-bottom: 31.35%; */
    position: relative;
    display: flex;
    justify-content: center;
    object-fit: cover;
}

.page_banner2 .bg {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
    z-index: -1;
}

.page_banner2 .safe {
    background-color: transparent;
    position: absolute;
    height: 100%;
}

.page_banner2 .b_title {
    font-family: Montserrat-Bold;
    font-size: 60px;
    color: #333333;
    padding-top: 10%;
    margin-bottom: 8px;
}

.page_banner2 .s_title {
    font-size: 30px;
    color: #333333;
    font-family: Montserrat-Regular;
    margin-bottom: 30px;
}

.page_banner2 .inquire_now {
    width: 145px;
    height: 43px;
    background-color: #014ec2;
    border-radius: 22px;
    border: solid 1px #014ec2;
    font-family: Montserrat-Light;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
}

.page_banner2 .inquire_now:hover {
    color: #014ec2;
    border: 1px solid #014ec2;
    background-color: #fff;
}

.page_banner2 .b_title,
.page_banner2 .s_title {
    width: 50%;
}

.page_banner2 img {
    display: block;
}


/* crumb */
.crumb2 {
    padding-top: 24px;
}

.crumb i {
    color: #fff;
}


.crumb a {
    font-family: Montserrat-Light;
    font-size: 16px;
    color: #ffffff;
}

.crumb a:hover {
    /* text-decoration: underline; */
    /* color: #014ec2; */
}

.crumb .active {
    /* text-decoration: underline; */
}

.crumb2 .active {
    color: #014ec2;
    text-decoration: unset;
}

.crumb2 a:hover {
    color: #014ec2;
    text-decoration: unset;
}

.crumb img {
    margin-right: 5px;
}

.crumb2 i,
.crumb2 a {
    color: #333;
}

@media(max-width:1900px) {
    .page_banner2 {
        margin-top: 98px;
        height: 0;
        padding-bottom: 31.35%;
        position: relative;
        display: flex;
        justify-content: center;
        object-fit: cover;
    }

    .page_banner1 {
        height: 0;
        padding-bottom: 13.9%;
        max-height: unset;
    }

    .page_banner2 .b_title {
        font-family: Montserrat-Bold;
        font-size: 60px;
        color: #333333;
        padding-top: 0%;
        margin-bottom: 8px;
    }

    .page_banner2 .safe {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}

@media(max-width:1600px) {
    .index_banner {
        margin-top: 90px;
    }

    .index_banner .slick-prev {
        bottom: 11.5%;
        left: 6%;
    }

    .index_banner .slick-next {
        bottom: 11.5%;
        right: 6%;
    }

    .index_banner .control {
        width: 75px;
        height: 75px;
        font-size: 25px;
    }

    .banner .slick-dots {
        bottom: 40px;
    }

    .banner .slick-dots li::after {
        width: 50px;
        height: 50px;
        left: -18px;
        top: -18px;
    }

    .page_banner1 {
        margin-top: 90px;
        min-height: 150px;
    }

    .page_banner2 {
        margin-top: 90px;
    }

    .page_banner1 .title40 {
        color: #fff;
        padding-top: 30px;
        margin-bottom: 8px;
    }

    .page_banner1 .bg {
        height: 100%;
        object-fit: cover;
    }

    .page_banner2 .b_title {
        font-size: 50px;
        margin-bottom: 8px;
    }

    .page_banner2 .s_title {
        font-size: 28px;
        margin-bottom: 28px;
    }

}

@media(max-width:1333px) {
    .index_banner {
        margin-top: 80px;
    }

    .index_banner .control {
        width: 60px;
        height: 60px;
        font-size: 20px;
    }

    .index_banner .slick-prev {
        bottom: 10%;
        left: 3%;
    }

    .index_banner .slick-next {
        bottom: 10%;
        right: 3%;
    }

    .banner .slick-dots {
        bottom: 25px;
    }

    .banner .slick-dots li::after {
        width: 45px;
        height: 45px;
        left: -16px;
        top: -16px;
    }

    .page_banner1 {
        margin-top: 80px;
        min-height: 150px;
    }

    .page_banner2 {
        margin-top: 80px;
    }

    .page_banner1 .title40 {
        padding-top: 20px;
        margin-bottom: 8px;
    }

    .page_banner2 .b_title {
        font-size: 40px;
        margin-bottom: 8px;
    }

    .page_banner2 .s_title {
        font-size: 24px;
        margin-bottom: 20px;
    }
}

@media(max-width:999px) {
    .index_banner {
        margin-top: 60px;
    }

    .index_banner .control {
        width: 50px;
        height: 50px;
        font-size: 18px;
    }

    .banner .slick-dots li {
        width: 14px;
        height: 14px;
    }

    .banner .slick-dots li::after {
        width: 40px;
        height: 40px;
        left: -14px;
        top: -15px;
    }

    .crumb {
        margin-bottom: 0px;
    }

    .page_banner1 {
        margin-top: 60px;
    }

    .page_banner2 {
        margin-top: 60px;
    }

    .page_banner2 .b_title {
        font-size: 36px;
        margin-bottom: 8px;
    }

    .page_banner2 .s_title {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .page_banner2 {
        min-height: 180px;
    }

    .page_banner2 .bg {
        height: 100%;
        object-fit: cover;
    }

}

@media(max-width:768px) {
    .crumb a {
        font-size: 14px;
        line-height: 26px;
    }

    .index_banner .control {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

    .banner .slick-dots li {
        width: 12px;
        height: 12px;
        margin-right: 25px;
    }

    .banner .slick-dots li:last-child {
        margin-right: 0;
    }

    .banner .slick-dots li::after {
        width: 35px;
        height: 35px;
        left: -13px;
        top: -13px;
    }

    .page_banner1 {
        margin-top: 50px;
    }

    .page_banner2 {
        margin-top: 50px;
    }

    .page_banner2 .b_title {
        font-size: 30px;
        margin-bottom: 8px;
    }

    .page_banner2 .s_title {
        font-size: 18px;
        margin-bottom: 16px;
    }

    .page_banner2 .inquire_now {
        width: 140px;
        height: 40px;
        border-radius: 22px;
        font-size: 14px;
    }

    .page_banner2 .b_title,
    .page_banner2 .s_title {
        width: 60%;
    }
}

@media(max-width:570px) {
    .index_banner {
        margin-top: 47px;
    }

    .index_banner .control {
        display: none;
    }

    .index_banner .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        display: inline-block;
        border-radius: 100%;
        background: #fff;
        opacity: 1;
    }

    .index_banner .swiper-pagination-bullet-active {
        background: #43b149;
    }

    .index_banner .swiper-pagination {
        display: block;
    }

    .page_banner1 {
        min-height: 120px;
        margin-top: 48px;
    }

    .page_banner2 {
        margin-top: 48px;
    }

    .page_banner2 .b_title {
        font-size: 26px;
        margin-bottom: 8px;
    }

    .page_banner2 .s_title {
        font-size: 16px;
        margin-bottom: 12px;
    }

    .page_banner2 .b_title,
    .page_banner2 .s_title {
        width: 75%;
    }

    .banner .slick-dots li::after {
        display: none !important;
    }

    .banner .slick-dots li {
        width: 10px;
        height: 10px;
        margin-right: 13px;
    }

    .banner .slick-dots li:last-child {
        margin-right: 0;
    }

    .banner .slick-dots {
        bottom: 5px;
    }
}



/* common */


.title42 {
    font-family: Montserrat-Bold;
    font-size: 42px;
    color: #333333;
}

.title42 a {
    color: #333;
}

.title42 a:hover {
    color: #014ec2;
}

.title40 {
    font-family: Montserrat-Bold;
    font-size: 40px;
    color: #333333;
}

.title36 {
    font-family: Montserrat-Bold;
    font-size: 36px;
    color: #333;
}

.title30 {
    font-family: Montserrat-Bold;
    font-size: 30px;
    color: #333;
}

.title24 {
    font-family: Montserrat-Bold;
    font-size: 24px;
    color: #333;
}


@media(max-width:1600px) {
    .title40 {
        font-size: 36px;
    }

    .title30 {
        font-size: 28px;
    }

    .title36 {
        font-size: 32px;
    }

    .title42 {
        font-size: 38px;
    }

}

@media(max-width:1333px) {
    .title40 {
        font-size: 32px;
    }

    .title30 {
        font-size: 26px;
    }

    .title36 {
        font-size: 28px;
    }

    .title42 {
        font-size: 34px;
    }
}

@media(max-width:999px) {
    .title40 {
        font-size: 28px;
    }

    .title30 {
        font-size: 24px;
    }

    .title36 {
        font-size: 24px;
    }

    .title42 {
        font-size: 30px;
    }
}

@media(max-width:768px) {
    .title40 {
        font-size: 24px;
    }

    .title30 {
        font-size: 22px;
    }

    .title36 {
        font-size: 22px;
    }

    .title42 {
        font-size: 26px;
    }
}

@media(max-width:570px) {
    .title40 {
        font-size: 20px;
    }

    .title30 {
        font-size: 20px;
    }

    .title36 {
        font-size: 20px;
    }

    .title42 {
        font-size: 22px;
    }
}




/* index_one */

.index_one {
    padding: 122px 0px 97px;
}

.index_one ul {
    display: flex;
    flex-wrap: wrap;
}

.index_one ul li {
    width: 20%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.index_one ul li:first-child,
.index_one ul li:last-child {
    align-items: unset;
}

.index_one ul li:nth-of-type(1) {
    width: 12.5%;
}

.index_one ul li:nth-of-type(2) {
    width: 23.2%;
}

.index_one ul li:nth-of-type(3) {
    width: 23.5%;
    padding-left: 2%;
}

.index_one ul li:nth-of-type(4) {
    width: 23.3%;
    padding-left: 2%;
}

.index_one ul li:last-child {
    width: 17%;
    text-align: center;
    padding-left: 3%;
}

.index_one ul li .line {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.index_one .num {
    font-family: Montserrat-Bold;
    font-size: 60px;
    color: #f7b20d;
    margin-bottom: 10px;
}

.index_one .name {
    font-family: Montserrat-Light;
    font-size: 18px;
    color: #333333;
    /* text-align: center; */
}

@media(max-width:1900px) {
    .index_one {
        padding: 60px 0px;
    }
}

@media(max-width:1600px) {
    .index_one {
        padding: 50px 0px;
    }

    .index_one .num {
        font-size: 50px;
        margin-bottom: 10px;
    }
}

@media(max-width:1333px) {
    .index_one .num {
        font-size: 40px;
        margin-bottom: 8px;
    }

    .index_one .name {
        font-size: 16px;
    }
}

@media(max-width:999px) {
    .index_one {
        padding: 40px 0px;
    }

    .index_one ul li:nth-of-type(2) {
        width: 20.2%;
    }

    .index_one ul li:nth-of-type(4) {
        width: 25.3%;
        padding-left: 0%;
    }

    .index_one .num {
        font-size: 36px;
        margin-bottom: 4px;
    }
}

@media(max-width:768px) {
    .index_one ul li {
        width: 33.3% !important;
        padding: 0;
        align-items: center !important;
        margin-bottom: 18px;
    }

    .index_one ul li:nth-child(3n) .line {
        display: none;
    }

    .index_one .name {
        font-size: 14px;
    }

    .index_one .num {
        font-size: 32px;
        margin-bottom: 4px;
    }
}

@media(max-width:570px) {
    .index_one {
        padding: 30px 0px;
    }

    .index_one .num {
        font-size: 28px;
        margin-bottom: 4px;
    }
}

@media(max-width:500px) {
    .index_one ul li {
        width: 50% !important;
        padding: 0;
        align-items: center !important;
        margin-bottom: 18px;
    }

    .index_one ul li:nth-child(3n) .line {
        display: block;
    }

    .index_one ul li:nth-child(2n) .line {
        display: none;
    }
}

@media(max-width:350px) {
    .index_one ul li {
        width: 100% !important;
        padding: 0;
        align-items: center !important;
        margin-bottom: 18px;
    }

    .index_one ul li .line {
        display: none !important;
    }
}


/* index_product */

.index_product {
    margin-bottom: 93px;
}


.index_product img {
    display: block;
}

.index_product .title42 {
    text-align: center;
    margin-bottom: 39px;
}

.index_product .small_mySwiper {
    width: 75%;
    margin: 0 auto;
    margin-bottom: 78px;
}

.index_product .small_mySwiper .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}

.index_product .small_mySwiper .imgbox {
    height: auto;
    display: flex;
    align-items: center;
    margin-bottom: 9px;
    overflow: hidden;
}

.index_product .small_mySwiper .swiper-slide:hover img {
    transform: scale(1.05);
}

.index_product .small_mySwiper .name {
    font-family: Montserrat-Light;
    font-size: 16px;
    color: #333333;
}



.index_product .introbox {
    background-size: cover;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    position: relative;
}

.index_product .introbox .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 76px 72px 52px 90px;
}

.index_product .l_box {
    width: 37%;
}

.index_product .l_box img:hover {
    transform: scale(1.05);
}

.index_product .r_box {
    width: 48.5%;
}

.index_product .title {
    font-family: Montserrat-Bold;
    font-size: 24px;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 23px;
}

.index_product .title a {
    color: #333;
}

.index_product .title:hover,
.index_product .title a:hover {
    color: #014ec2;
}

.index_product .content {
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    margin-bottom: 47px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
}

.index_product .contact {
    font-family: Montserrat-Bold;
    font-size: 18px;
    color: #333333;
    margin-bottom: 57px;
}

.index_product .contact p {
    margin-bottom: 28px;
    padding-left: 20px;
    position: relative;
}

.index_product .contact p::after {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 13px;
    height: 13px;
    background-color: #f7b20d;
    border-radius: 50px;
}


.index_product .view_more {
    width: 135px;
    height: 43px;
    background-color: #014ec2;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Montserrat-Light;
    font-size: 16px;
    color: #ffffff;
}

.index_product .view_more:hover {
    color: #014ec2;
    background-color: #fff;
    border: 1px solid #014ec2;
}


.index_product .control {
    color: #909399;
    font-weight: bold;
    font-size: 24px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 10;
}

.index_product .control:hover {
    color: #014ec2;
}

.index_product .pro_prev {
    left: 1%;
}

.index_product .pro_next {
    right: 1%;
}


@media(max-width:1600px) {
    .index_product .title42 {
        margin-bottom: 35px;
    }

    .index_product .small_mySwiper {
        width: 90%;
        margin-bottom: 60px;
    }

    .index_product .introbox .swiper-slide {
        padding: 50px 50px 50px 50px;
    }

    .index_product .title {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .index_product .content {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 40px;
    }

    .index_product .contact p {
        margin-bottom: 25px;
        padding-left: 20px;
        position: relative;
    }

    .index_product .contact p:last-child {
        margin-bottom: 0;
    }

    .index_product .contact {
        font-size: 18px;
        margin-bottom: 40px;
    }

    .index_product .small_mySwiper .name {
        text-align: center;
        padding: 0px 10px;
    }

    .index_product {
        margin-bottom: 50px;
    }
}

@media(max-width:1333px) {
    .index_product .title42 {
        margin-bottom: 30px;
    }

    .index_product .small_mySwiper {
        width: 100%;
        margin-bottom: 50px;
    }

    .index_product .title {
        font-size: 22px;
        margin-bottom: 18px;
    }

    .index_product .content {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 30px;
    }

    .index_product .contact p {
        margin-bottom: 15px;
        padding-left: 20px;
        position: relative;
    }

    .index_product .contact p:last-child {
        margin-bottom: 0;
    }

    .index_product .contact {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .index_product .introbox .swiper-slide {
        padding: 35px 50px 35px 50px;
    }

    .index_product .contact p::after {
        top: 4px;
        width: 10px;
        height: 10px;
    }
}

@media(max-width:999px) {
    .index_product .title42 {
        margin-bottom: 25px;
    }

    .index_product .small_mySwiper {
        margin-bottom: 40px;
    }

    .index_product .title {
        font-size: 20px;
        margin-bottom: 18px;
    }

    .index_product .content {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .index_product .contact {
        font-size: 18px;
        margin-bottom: 25px;
    }

    .index_product .small_mySwiper .imgbox {
        height: 90px;
        margin-bottom: 8px;
    }

    .index_product .small_mySwiper .name {
        font-family: Montserrat-Light;
        font-size: 14px;
        color: #333333;
    }

    .index_product .l_box {
        width: 40%;
    }

    .index_product .r_box {
        width: 54%;
    }

    .index_product .introbox .swiper-slide {
        padding: 25px 50px 25px 50px;
    }

    .index_product {
        margin-bottom: 40px;
    }
}

@media(max-width:768px) {
    .index_product .title42 {
        margin-bottom: 20px;
    }

    .index_product .small_mySwiper {
        margin-bottom: 25px;
    }

    .index_product .title {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .index_product .content {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 15px;
    }

    .index_product .contact {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .index_product .contact {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .index_product .view_more {
        width: 135px;
        height: 42px;
        border-radius: 22px;
        font-size: 14px;
    }

    .index_product .introbox .swiper-slide {
        flex-direction: column;
    }

    .index_product .l_box {
        width: 60%;
        margin-bottom: 20px;
    }

    .index_product .r_box {
        width: 100%;
    }
}

@media(max-width:570px) {
    .index_product .l_box {
        width: 75%;
        margin-bottom: 20px;
    }

    .index_product .introbox .swiper-slide {
        padding: 25px 40px 25px 40px;
    }

    .index_product .control {
        font-size: 22px;
    }

    .index_product {
        margin-bottom: 30px;
    }
}

@media(max-width:400px) {
    .index_product .l_box {
        width: 85%;
        margin-bottom: 20px;
    }

    .index_product .introbox .swiper-slide {
        padding: 20px 20px 20px 20px;
    }

    .index_product .control {
        top: 15%;
        transform: translateY(-15%);
    }
}

@media(max-width:350px) {
    .index_product .l_box {
        width: 95%;
        margin-bottom: 20px;
    }
}

/* index_about */


.index_about {
    padding: 47px 0px 83px;
    position: relative;
}

.index_about .b_bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
    max-height: 677px;
}

.index_about img {
    display: block;
}

.index_about .title42 {
    text-align: center;
    margin-bottom: 46px;
}

.index_about .title42 a {
    color: #fff;
}

.index_about .title42 a:hover {
    text-decoration: underline;
}

.index_about .font_wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 56px;
}

.index_about .font_wrap .box {
    width: 47.5%;
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
}

.index_about .videobox {}

.index_about .videobox .video {
    position: relative;
    cursor: pointer;
}

.index_about .play {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
}

.index_about .videobox .bg {
    /* width: 100%; */
    /* height: 100%; */
}

.index_about .videobox .video:hover .play {
    transform: translateY(-50%) scale(1.1);
}


@media(max-width:1600px) {
    .index_about {
        padding: 50px 0px;
    }

    .index_about .title42 {
        margin-bottom: 40px;
    }

    .index_about .b_bg {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        z-index: -1;
        height: 60%;
        object-fit: cover;
    }

    .index_about .font_wrap {
        margin-bottom: 50px;
    }
}

@media(max-width:1333px) {
    .index_about .title42 {
        margin-bottom: 30px;
    }

    .index_about .font_wrap {
        margin-bottom: 40px;
    }
}

@media(max-width:999px) {
    .index_about {
        padding: 40px 0px;
    }

    .index_about .title42 {
        margin-bottom: 20px;
    }

    .index_about .font_wrap {
        margin-bottom: 30px;
    }

    .index_about .font_wrap {
        flex-direction: column;
    }

    .index_about .font_wrap .box {
        width: 100%;
    }

    .index_about .font_wrap .box:first-child {
        margin-bottom: 20px;
    }
}

@media(max-width:768px) {
    .index_about .title42 {
        margin-bottom: 15px;
    }

    .index_about .font_wrap {
        margin-bottom: 20px;
    }

    .index_about .font_wrap .box {
        font-size: 14px;
        line-height: 26px;
    }

    .index_about .b_bg {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        z-index: -1;
        height: 70%;
        object-fit: cover;
    }

    .index_about .play {
        width: 66px;
    }
}

@media(max-width:570px) {
    .index_about {
        padding: 30px 0px;
    }

    .index_about .b_bg {
        display: none;
    }

    .index_about .title42 a {
        color: #333;
    }

    .index_about .font_wrap .box {
        color: #333;
    }
}



/* index_customization */


.index_customization {
    margin-bottom: 0px;
}

.index_customization .title42 {
    text-align: center;
    margin-bottom: 98px;
}

.index_customization .wrap {
    display: flex;
    flex-wrap: wrap;
}

.index_customization .wrap .box {
    width: 50%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
}

.index_customization .wrap .box:nth-child(2n) {
    padding-left: 4%;
}

.index_customization .wrap .box:nth-child(2n) .r_box {
    padding-right: 0;
}

.index_customization .l_box {
    width: 20%;
}

.index_customization .r_box {
    width: 78%;
    padding-right: 7%;
    padding-top: 18px;
    flex-direction: column;
    display: flex;
    justify-content: space-between;
}

.index_customization .r_box .title {
    font-family: Montserrat-Bold;
    font-size: 24px;
    color: #333333;
    margin-bottom: 13px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index_customization .r_box .title:hover,
.index_customization .r_box .title a:hover {
    color: #014ec2;
}

.index_customization .title a:hover {
    color: #014ec2;
}

.index_customization .content {
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    margin-bottom: 22px;
}

.index_customization .content p {
    hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index_customization .view_more {
    width: 138px;
    height: 40px;
    background-color: #014ec2;
    border-radius: 20px;
    font-family: Montserrat-Light;
    font-size: 16px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.index_customization .view_more:hover {
    color: #014ec2;
    background-color: #fff;
    border: 1px solid #014ec2;
}


@media(max-width:1600px) {
    .index_customization .title42 {
        margin-bottom: 60px;
    }

    .index_customization .l_box {
        flex-shrink: 0;
        width: auto;
        margin-right: 10px;
    }

    .index_customization .r_box {
        width: 100%;
        padding-right: 5%;
        padding-top: 0px;
    }

    .index_customization .wrap .box {
        width: 50%;
        margin-bottom: 60px;
    }
}

@media(max-width:1333px) {
    .index_customization .wrap .box {
        width: 50%;
        margin-bottom: 40px;
    }

    .index_customization .r_box .title {
        font-family: Montserrat-Bold;
        font-size: 22px;
        color: #333333;
        margin-bottom: 10px;
    }

    .index_customization .l_box img {
        width: 90px;
    }
}

@media(max-width:999px) {
    .index_customization .title42 {
        margin-bottom: 35px;
    }

    .index_customization .wrap .box {
        width: 100%;
        margin-bottom: 30px;
        padding: 0;
    }

    .index_customization .wrap .box:nth-child(2n) {
        padding-left: 0;
    }

    .index_customization .r_box .title {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .index_customization .content {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 22px;
    }

    .index_customization .l_box img {
        width: 80px;
    }
}

@media(max-width:768px) {
    .index_customization .title42 {
        margin-bottom: 25px;
    }

    .index_customization .content {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 18px;
    }

    .index_customization .view_more {
        width: 138px;
        height: 40px;
        border-radius: 20px;
        font-size: 14px;
    }
}

@media(max-width:570px) {
    .index_customization .title42 {
        margin-bottom: 40px;
    }

    .index_customization .content p {
        -webkit-line-clamp: 100;
    }

    .index_customization .wrap .box {
        flex-direction: column;
    }

    .index_customization .l_box {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .index_customization .r_box .title {
        -webkit-line-clamp: 100;
    }
}


/* index_project */

.index_project {
    margin-bottom: 114px;
    transform: translateY(-37px);
}

.index_project .title42 {
    text-align: center;
    margin-bottom: 81px;
}

.index_project .title {
    font-family: Montserrat-Bold;
    font-size: 24px;
    color: #333333;
    margin-bottom: 28px;
}

.index_project .title a:hover {
    color: #014ec2;
}

.index_project .swiper-slide {
    display: flex;
    justify-content: space-between;
    background-color: #f8f8f8;
}

.index_project .l_box {
    width: 50.3%;
    overflow: hidden;
}

.index_project .l_box img {
    display: block;
}

.index_project .l_box img:hover {
    transform: scale(1.05);
}

.index_project .r_box {
    width: 46%;
    padding-top: 68px;
}

.index_project .r_box .content {
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    margin-bottom: 60px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index_project .view_more {
    width: 135px;
    height: 43px;
    background-color: #014ec2;
    border-radius: 22px;
    font-family: Montserrat-Light;
    font-size: 16px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.index_project .view_more:hover {
    color: #014ec2;
    border: 1px solid #014ec2;
    background-color: #fff;
}

.index_project .swiper-pagination {
    padding-left: 280px;
    top: unset !important;
    bottom: 107px !important;
}

.index_project .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #666666 !important;
    opacity: 1;
    border-radius: 50px;
    position: relative;
    margin-right: 25px !important;
}


.index_project .swiper-pagination-bullet:last-child {
    margin-right: 0;
}

.index_project .swiper-pagination-bullet::after {
    content: "";
    position: absolute;
    left: -15px;
    top: -15px;
    width: 38px;
    height: 38px;
    border: solid 1px #014ec2;
    border-radius: 50px;
    opacity: 0;
}

.index_project .swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
    background-color: #014ec2 !important;
}

.index_project .swiper-pagination-bullet-active::after {
    opacity: 1;
}


@media(max-width:1600px) {
    .index_project {
        margin-bottom: 60px;
        transform: unset;
    }

    .index_project .title42 {
        margin-bottom: 60px;
    }

    .index_project .r_box {
        width: 46%;
        padding-top: 0px;
    }

    .index_project .r_box .content {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 40px;
    }

    .index_project .swiper-pagination {
        padding-left: 0px;
        top: unset !important;
        bottom: 20px !important;
    }

    .index_project .swiper-slide {
        align-items: center;
    }

    .index_project .r_box {
        padding-right: 2%;
    }
}

@media(max-width:1333px) {
    .index_project .r_box .content {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 30px;
    }

    .index_project .title42 {
        margin-bottom: 40px;
    }

    .index_project .title {
        font-size: 22px;
        margin-bottom: 25px;
    }
}

@media(max-width:999px) {
    .index_project {
        margin-bottom: 50px;
    }

    .index_project .title42 {
        margin-bottom: 30px;
    }

    .index_project .r_box .content {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 25px;
    }

    .index_project .title {
        font-size: 20px;
        margin-bottom: 18px;
    }
}

@media(max-width:768px) {
    .index_project .title42 {
        margin-bottom: 20px;
    }

    .index_project .view_more {
        width: 135px;
        height: 42px;
        font-size: 14px;
    }

    .index_project .swiper-slide {
        flex-direction: column;
    }

    .index_project .l_box {
        width: 60%;
        overflow: hidden;
        margin-bottom: 20px;
    }

    .index_project .r_box {
        width: 100%;
        padding-top: 0px;
        margin-bottom: 15px;
    }

    .index_project .swiper {
        padding-bottom: 50px;
    }

    .index_project .title {
        font-size: 20px;
        margin-bottom: 14px;
    }

    .index_project .r_box .content {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 25px;
    }

    .index_project .r_box .content {
        -webkit-line-clamp: 100;
    }

    .index_project .r_box {
        padding: 0px 10px;

    }
}

@media(max-width:570px) {
    .index_project {
        margin-bottom: 30px;
    }

    .index_project .title42 {
        margin-bottom: 15px;
    }

    .index_project .l_box {
        width: 75%;
        overflow: hidden;
        margin-bottom: 20px;
    }
}

@media(max-width:400px) {
    .index_project .l_box {
        width: 85%;
        overflow: hidden;
        margin-bottom: 20px;
    }
}

@media(max-width:360px) {
    .index_project .l_box {
        width: 95%;
        overflow: hidden;
        margin-bottom: 20px;
    }
}

/* index_videos */


.index_videos {
    position: relative;
    padding: 85px 0px 114px;
}

.index_videos img {
    display: block;
}

.index_videos .b_bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
    max-height: 500px;
}

.index_videos .safe {
    position: relative;
}

.index_videos .title42 {
    text-align: center;
    margin-bottom: 74px;
}

.index_videos .title42 a {
    color: #fff;
}

.index_videos .title42 a:hover {
    text-decoration: underline;
}


.index_videos .wrap {
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
}

.index_videos .wrap .box {
    width: 46.72%;
    position: relative;
}

.index_videos .wrap .box .font {
    width: 80px;
    height: 43px;
    background-color: rgba(247, 178, 13, .8);
    position: absolute;
    right: 0;
    top: 0;
    font-family: Montserrat-Light;
    font-size: 16px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.index_videos .box .title {
    font-family: Montserrat-Bold;
    font-size: 24px;
    letter-spacing: 0px;
    color: #333333;
}

.index_videos .box .video {
    position: relative;
}

.index_videos .box .video .play {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
}

.index_videos .box .video {
    overflow: hidden;
    cursor: pointer;
}

.index_videos .box .video:hover .play {
    transform: translateY(-50%) scale(1.05);
}

.index_videos .contact {
    padding-top: 29px;
}

.index_videos .title {
    margin-bottom: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index_videos .title a {
    font-family: Montserrat-Bold;
    font-size: 24px;
    color: #333333;
}

.index_videos .title a:hover,
.index_videos .title:hover {
    color: #014ec2;
}

.index_videos .content {
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index_videos .imgbox {
    overflow: hidden;
}

.index_videos .imgbox img:hover {
    transform: scale(1.05);
}

@media(max-width:1600px) {
    .index_videos {
        padding: 50px 0px;
    }

    .index_videos .title42 {
        margin-bottom: 45px;
    }

    .index_videos .contact {
        padding-top: 30px;
    }

    .index_videos .box .title {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .index_videos .box .title a {
        font-size: 24px;
    }
}

@media(max-width:1333px) {
    .index_videos .title42 {
        margin-bottom: 35px;
    }

    .index_videos .contact {
        padding-top: 20px;
    }

    .index_videos .box .title {
        font-size: 22px;
        margin-bottom: 13px;
    }

    .index_videos .box .title a {
        font-size: 22px;
    }

    .index_videos .wrap .box {
        width: 48%;
    }
}

@media(max-width:999px) {
    .index_videos {
        padding: 40px 0px;
    }

    .index_videos .title42 {
        margin-bottom: 25px;
    }

    .index_videos .contact {
        padding-top: 10px;
    }

    .index_videos .box .title {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .index_videos .box .title a {
        font-size: 20px;
    }

    .index_videos .content {
        font-size: 16px;
        line-height: 28px;
    }

    .index_videos .box .video .play {
        width: 70px;
    }

    .index_videos .wrap .box .font {
        width: 70px;
        height: 38px;
        font-size: 16px;
    }

}

@media(max-width:768px) {
    .index_videos .title42 {
        margin-bottom: 15px;
    }

    .index_videos .box .title {
        font-size: 18px;
        margin-bottom: 7px;
    }

    .index_videos .box .title a {
        font-size: 18px;
    }

    .index_videos .content {
        font-size: 14px;
        line-height: 26px;
    }

    .index_videos .box .video .play {
        width: 60px;
    }

    .index_videos .wrap .box .font {
        width: 70px;
        height: 35px;
        font-size: 14px;
    }
}

@media(max-width:570px) {
    .index_videos {
        padding: 30px 0px;
    }

    .index_videos .wrap {
        flex-direction: column;
    }

    .index_videos .wrap .box {
        width: 100%;
        margin-bottom: 20px;
    }

    .index_videos .wrap .box:last-child {
        margin-bottom: 0;
    }
}


/* index_news */

.index_news {
    margin-bottom: 134px;
}

.index_news img {
    display: block;
}

.index_news .title42 {
    text-align: center;
    margin-bottom: 81px;
}


.index_news .wrap {
    display: flex;
    justify-content: space-between;
}

.index_news .wrap .l_box {
    width: 49.75%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.index_news .l_box .box {
    width: 47%;
    background-color: #f8f8f8;
    padding: 29px 20px 51px 20px;
    margin-right: 6%;
    margin-bottom: 27px;
}

.index_news .l_box .box:nth-of-type(3),
.index_news .l_box .box:nth-of-type(4) {
    margin-bottom: 0;
}

.index_news .l_box .box:nth-child(2n) {
    margin-right: 0;
}

.index_news .wrap .r_box {
    width: 48%;
    overflow: hidden;
}

.index_news .wrap .r_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index_news .wrap .r_box img:hover {
    transform: scale(1.05);
}

.index_news .calendarbox {
    display: flex;
    align-items: center;
    font-family: Montserrat-Light;
    font-size: 14px;
    color: #666666;
    margin-bottom: 8px;
}

.index_news .calendarbox .imgbox {
    margin-right: 15px;

}

.index_news .title a {
    font-family: Montserrat-Bold;
    font-size: 16px;
    line-height: 35px;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 14px;
}

.index_news .title a:hover {
    text-decoration: underline;
}

.index_news .box .content {
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index_news .box:hover {
    background-color: #014ec2;
}

.index_news .box:hover,
.index_news .box:hover span,
.index_news .box:hover .title a,
.index_news .box:hover .content {
    color: #fff;
}

.index_news .box:hover .imgbox img {
    filter: brightness(100);
}


@media(max-width:1600px) {
    .index_news {
        margin-bottom: 60px;
    }

    .index_news .title42 {
        margin-bottom: 45px;
    }

    .index_news .l_box .box {
        width: 49%;
        padding: 20px 20px 40px 20px;
        margin-right: 2%;
        margin-bottom: 25px;
    }
}

@media(max-width:1333px) {
    .index_news .title42 {
        margin-bottom: 35px;
    }

    .index_news .wrap .r_box {
        width: 45%;
        overflow: hidden;
    }

    .index_news .title a {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 10px;
    }

    .index_news .l_box .box {
        width: 49%;
        padding: 20px 20px 20px 20px;
        margin-right: 2%;
        margin-bottom: 25px;
    }
}

@media(max-width:999px) {
    .index_news {
        margin-bottom: 50px;
    }

    .index_news .title42 {
        margin-bottom: 25px;
    }

    .index_news .l_box .box {
        width: 49%;
        padding: 15px 15px 15px 15px;
        margin-right: 2%;
        margin-bottom: 15px;
    }

    .index_news .wrap .l_box {
        width: 52%;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
    }
}

@media(max-width:768px) {
    .index_news .title42 {
        margin-bottom: 15px;
    }

    .index_news .wrap {
        flex-direction: column;
    }

    .index_news .wrap .l_box {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        margin-bottom: 20px;
    }

    .index_news .wrap .r_box {
        width: 70%;
        overflow: hidden;
        margin: 0 auto;
    }

    .index_news .calendarbox .imgbox {
        margin-right: 10px;
    }

    .index_news .box .content {
        font-size: 14px;
        line-height: 24px;
    }
}

@media(max-width:570px) {
    .index_news {
        margin-bottom: 40px;
    }

    .index_news .wrap .r_box {
        width: 100%;
        overflow: hidden;
        margin: 0 auto;
    }

    .index_news .l_box .box {
        width: 100%;
        padding: 15px 15px 15px 15px;
        margin-right: 2%;
        margin-bottom: 15px;
    }
}








/* footer */


footer {
    background-color: #f8f8f8;
    padding: 146px 0px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top left;
}

footer .email a {
    word-break: break-all;
}

footer .safe {}

footer .sitmap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

footer .sitmap .box1 {
    width: 28%;
    padding-right: 5%;
}

footer .box2 {
    width: 25%;
    padding-left: 3.6%;
}

footer .box3 {
    width: 22.7%;
    padding-right: 3%;
}

footer .box4 {
    width: 24%;
    padding-right: 0%;
}

footer .box1 .imgbox {
    margin-bottom: 34px;
}

footer .box1 .content {
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    margin-bottom: 56px;
}

footer .box1 .blogrolls {
    display: flex;
    flex-wrap: wrap;
}

footer .blogrolls a {
    margin-right: 20px;
    width: 28px;
    height: 28px;
    border: solid 1px #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
    border-radius: 50px;
    color: #fff;
}

footer .blogrolls a:last-child {
    margin-right: 0;
}

footer .blogrolls a:hover {
    background-color: #014ec2;
    transform: translateY(-5px);
}


footer .title {
    margin-bottom: 18px;
}

footer .title,
footer .title a {
    font-family: Montserrat-Bold;
    font-size: 24px;
    line-height: 30px;
    color: #ffffff;
}

footer .title a:hover {
    text-decoration: underline;
}

footer .title i {
    display: none;
}

footer ul li a,
footer ul li span {
    font-family: Montserrat-Light;
    font-size: 14px;
    line-height: 36px;
    color: #b9b9b9;
}

footer ul li a:hover {
    color: #fff;
}

footer .copyright {
    height: 67px;
    background-color: #000;
    display: flex;
    align-items: center;
}

footer .copyright,
footer .copyright a {
    font-family: Montserrat-Light;
    font-size: 14px;
    line-height: 30px;
    color: #999999;
}

footer .copyright a:hover {
    color: #fff;
}

footer .copyright img {
    margin-left: 10px;
}

footer .copyright img:hover {
    transform: scale(1.05);
}

@media(max-width:1600px) {
    footer {
        padding: 100px 0px 0px;
    }

    footer .box1 .content {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 40px;
    }

    footer .title,
    footer .title a {
        font-size: 22px;
        line-height: 26px;
    }

    footer .sitmap {
        margin-bottom: 40px;
    }

    footer ul li a,
    footer ul li span {
        font-size: 14px;
        line-height: 34px;
    }

    footer .box2 {
        width: 23%;
        padding-left: 3.6%;
    }

    footer .box3 {
        width: 24.7%;
        padding-right: 3%;
    }

    footer .box1 .imgbox {
        margin-bottom: 25px;
    }
}

@media(max-width:1333px) {
    footer .box1 .content {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    footer .box1 .imgbox {
        margin-bottom: 20px;
    }

    footer .blogrolls a {
        margin-right: 10px;
        width: 28px;
        height: 28px;
        margin-bottom: 8px;
        border-radius: 50px;
    }

    footer ul li a,
    footer ul li span {
        font-size: 14px;
        line-height: 26px;
        padding: 6px 0px;
        display: inline-block;
    }

    footer .box4 li {
        display: flex;
    }

    footer .box2 {
        width: 16%;
        padding-left: 0%;
    }

    footer .box3 {
        width: 23%;
        padding-right: 3%;
    }

    footer .sitmap .box1 {
        width: 28%;
        padding-right: 5%;
    }

    footer .box4 {
        width: 33%;
        padding-right: 0%;
    }

    footer .name {
        margin-right: 5px;
    }
}

@media(max-width:999px) {
    footer .box1 .content {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 20px;
    }

    footer .sitmap {
        margin-bottom: 30px;
        flex-direction: column;
    }

    footer .sitmap .box1 {
        width: 100%;
        padding-right: 0%;
        margin-bottom: 18px;
    }

    footer .box2 {
        width: 100%;
        padding-left: 0%;
        margin-bottom: 15px;
    }

    footer .box3 {
        width: 100%;
        padding-left: 0%;
        margin-bottom: 15px;
    }

    footer .box4 {
        width: 100%;
        padding-left: 0%;
        margin-bottom: 15px;
    }

    footer .title {
        margin-bottom: 14px;
        display: flex;
        justify-content: space-between;
    }

    footer .title,
    footer .title a {
        font-size: 20px;
        line-height: 26px;
    }

    footer .title i {
        display: block;
    }

    footer .box2 li,
    footer .box3 li,
    footer .box4 li {
        display: none;
        transition: none;
        margin-bottom: 6px;
    }

    footer .title,
    footer .title a {
        margin-bottom: 10px;
    }

    footer .title,
    footer .title a {
        margin-bottom: 8px;
    }

    footer .title a {
        margin-bottom: 0px;
    }

    footer .box2 {
        width: 100%;
        padding-left: 0%;
        padding-right: 0;
        margin-bottom: 10px;
    }

    footer .box3 {
        width: 100%;
        padding-left: 0%;
        margin-bottom: 10px;
        padding-right: 0;
    }

    footer .title,
    footer .title a {
        font-size: 18px;
        line-height: 26px;
    }

    footer {
        padding: 80px 0px 45px;
    }
}

@media(max-width:768px) {

    footer .title,
    footer .title a {
        font-size: 16px;
        line-height: 26px;
    }

    footer ul li a,
    footer ul li span {
        font-size: 14px;
        line-height: 24px;
        padding: 2px 0px;
        display: inline-block;
    }

    footer ul li a,
    footer ul li span {
        font-size: 14px;
        line-height: 24px;
        padding: 2px 0px;
        display: inline-block;
    }

    footer .sitmap {
        margin-bottom: 15px;
        flex-direction: column;
    }

    footer .copyright,
    footer .copyright a {
        font-size: 14px;
        line-height: 26px;
    }
}

@media(max-width:570px) {}



/* 1-1 */

/* product_wrap */

.product_wrap {
    padding: 72px 0px 70px;
}

.product_wrap .cate_title {
    display: none;
}

.product_wrap .l_box>ul {
    margin-bottom: 43px;
}

.product_wrap .safe {
    display: flex;
    justify-content: space-between;
}

.product_wrap .l_box {
    width: 26.2%;
}

.product_wrap .l_box>ul>li {
    margin-bottom: 5px;
}

.product_wrap .l_box>ul>li>a {
    font-family: Montserrat-Regular;
    font-size: 18px;
    color: #333333;
    padding: 18px 12px 18px 9px;
    display: inline-block;
    background-color: rgba(1, 78, 194, .1);
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product_wrap .l_box>ul>li>a i {
    font-size: 18px;
    margin-left: 8px;
}

.product_wrap .l_box>ul ul {
    display: none;
}

.product_wrap .l_box>ul ul li {
    margin-bottom: 10px;
}

.product_wrap .l_box>ul ul li:last-child {
    margin-bottom: 0;
}

.product_wrap .l_box>ul ul li a {
    font-family: Montserrat-Regular;
    font-size: 16px;
    color: #333333;
    width: 100%;
    padding: 19px 17px 23px 17px;
    display: inline-block;
    border-bottom: 1px solid #aaaaaa;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product_wrap .l_box>ul ul li span {
    opacity: 0;
}

/* .product_wrap .l_box>ul ul li:last-child a{
    border-bottom: 0;
} */


.product_wrap .l_box>ul ul li a:hover {
    color: #014ec2;
}

.product_wrap .l_box>ul ul li a:hover span {
    opacity: 1;
    color: #014ec2;
}


.product_wrap .active>a {
    color: #fff !important;
    background-color: #014ec2 !important;
    opacity: 1 !important;
}

.product_wrap .active {
    /*margin-bottom: 0 !important;*/
}

.product_wrap .active>ul {
    display: block !important;
}

.product_wrap .act a {
    color: #014ec2 !important;
}

.product_wrap .act span {
    opacity: 1 !important;
}

.product_wrap .news .title {
    font-family: Montserrat-Regular;
    font-size: 22px;
    color: #ffffff;
    padding: 15.5px 10px;
    color: #fff;
    background-color: #014ec2;
}

.product_wrap .news li {
    padding: 26px 16px 45px 21px;
    background-color: #f8f8f8;
    margin-bottom: 5px;
}

.product_wrap .data {
    display: flex;
    align-items: center;
    margin-bottom: 2px;
}

.product_wrap .data .imgbox {
    flex-shrink: 0;
}

.product_wrap .data span {
    font-family: Montserrat-Light;
    font-size: 14px;
    line-height: 35px;
    color: #666666;
    margin-left: 15px;
}

.product_wrap .news_title {
    margin-bottom: 14px;
}

.product_wrap .news_title a {
    font-family: Montserrat-Bold;
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product_wrap .news_title a:hover {
    color: #014ec2;
}

.product_wrap .content {
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product_wrap .r_box {
    width: 70.2%;
}


.product_wrap .tit {
    font-family: Montserrat-Regular;
    font-size: 24px;
    color: #333333;
    padding: 16px 0px 14px;
}


.product_wrap .showMore {
    margin-bottom: 39px;
}

.product_wrap .txts {
    overflow: hidden;
    margin-bottom: 18px;
}

.product_wrap .txts p {
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}

.product_wrap .showMore .view_more {
    font-family: Montserrat-Light;
    font-size: 16px;
    color: #ffffff;
    width: 135px;
    height: 43px;
    background-color: #014ec2;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.product_wrap .showMore .view_more:hover {
    color: #014ec2;
    background-color: #fff;
    border: 1px solid #014ec2;
}

.product_wrap form .wrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.product_wrap .box {
    width: 47.6%;
    margin-right: 4.7%;
    margin-bottom: 43px;
}

.product_wrap .box:nth-child(2n) {
    margin-right: 0;
}

.product_wrap .box .contact {
    display: flex;
    justify-content: space-between;
    padding: 20px 0px 0px;
}

.product_wrap .box .l {
    width: 90%;
}

.product_wrap .box .r {
    width: 10%;
    padding-left: 3%;
}

.product_wrap .l .name {
    margin-bottom: 18px;
}

.product_wrap .l .name a {
    font-family: Montserrat-Regular;
    font-size: 18px;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product_wrap .l .inquire_now {
    width: 145px;
    height: 43px;
    background-color: #ffffff;
    border-radius: 22px;
    border: solid 1px #014ec2;
    font-family: Montserrat-Light;
    font-size: 16px;
    color: #014ec2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product_wrap .l .inquire_now:hover {
    color: #fff;
    border: 1px solid #fff;
    background-color: #014ec2;

}

.product_wrap form .imgbox {
    border: solid 1px #e2e2e2;
    height: 351px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.product_wrap form .imgbox img:hover {
    transform: scale(1.05);
}


.product_wrap .r input[type=checkbox] {
    margin-right: 5px;
    cursor: pointer;
    font-size: 14px;
    width: 15px;
    height: 12px;
    position: relative;
}

.product_wrap .r input[type=checkbox]:after {
    position: absolute;
    width: 9px;
    height: 15px;
    top: -1px;
    content: " ";
    background-color: #fff;
    border: 1px solid #333;
    color: #333;
    display: inline-block;
    visibility: visible;
    padding: 0px 3px;
    border-radius: 5px;
}

.product_wrap .r input[type=checkbox]:checked:after {
    content: "✓";
    font-size: 14px;
}

@media(max-width:1600px) {
    .product_wrap .tit {
        padding: 10px 0px 10px;
    }

    .product_wrap form .imgbox {
        height: 330px;
    }

    .product_wrap form .imgbox img {
        width: 90%;
        margin: 0 auto;
    }

    .product_wrap {
        padding: 50px 0px 50px;
    }
}

@media(max-width:1333px) {
    .product_wrap form .imgbox {
        height: auto;
    }

    .product_wrap form .imgbox img {
        width: 80%;
        margin: 0 auto;
        padding: 20px
    }

    .product_wrap .l_box>ul>li>a {
        font-size: 16px;
        padding: 15px 5px 15px 5px;
        background-color: rgba(1, 78, 194, .1);
        width: 100%;
    }

    .product_wrap .l_box>ul ul li a {
        font-size: 16px;
        width: 100%;
        padding: 15px 15px 15px 15px;
    }

    .product_wrap .l_box>ul ul li {
        margin-bottom: 5px;
    }

    .product_wrap .showMore {
        margin-bottom: 30px;
    }

    .product_wrap .box .contact {
        padding: 10px 0px 0px;
    }

    .product_wrap .l .name a {
        font-size: 16px;
    }

    .product_wrap .l .inquire_now {
        width: 130px;
        height: 42px;
        border-radius: 22px;
        font-size: 16px;
    }

    .product_wrap .news li {
        padding: 20px 16px 30px 15px;
        margin-bottom: 5px;
    }

    .product_wrap .news_title {
        margin-bottom: 8px;
    }

    .product_wrap .content {
        font-size: 16px;
        line-height: 26px;
    }

    .product_wrap .news .title {
        padding: 12px 5px;
    }

    .product_wrap .tit {
        font-size: 22px;
        padding: 16px 0px 14px;
    }

    .product_wrap .txts p {
        font-size: 16px;
        line-height: 26px;
    }
}

@media(max-width:999px) {
    .product_wrap {
        padding: 40px 0px;
    }

    .product_wrap .safe {
        flex-direction: column-reverse;
    }

    .product_wrap .l_box {
        width: 100%;
    }

    .product_wrap .r_box {
        width: 100%;
        margin-bottom: 30px;
    }

    .product_wrap .tit {
        font-size: 22px;
        padding: 0px 0px 14px;
    }

    .product_wrap form .imgbox img {
        padding: 0;
    }

    .product_wrap form .imgbox {
        padding: 30px 0px;
    }

    .product_wrap .box {
        width: 47.6%;
        margin-right: 4.7%;
        margin-bottom: 30px;
    }

    .product_wrap .l_box>ul {
        display: none;
        transition: none;
    }

    .product_wrap .cate_title {
        display: block;
        font-family: Montserrat-Regular;
        font-size: 20px;
        color: #ffffff;
        padding: 15px 10px;
        color: #fff;
        margin-bottom: 20px;
        background-color: rgba(1, 78, 194, .5);
        display: flex;
        justify-content: space-between;
    }

    .product_wrap .cate_title .icon-jiahao {
        font-size: 24px;
    }

    .product_wrap .news li {
        padding: 15px 16px 20px 15px;
        margin-bottom: 5px;
    }

    .product_wrap .news .title {
        font-size: 20px;
        padding: 15.5px 5px;
    }
}

@media(max-width:768px) {
    .product_wrap form .imgbox {
        padding: 20px 10px;
    }

    .product_wrap .tit {
        font-size: 20px;
        padding: 0px 0px 10px;
    }

    .product_wrap .txts p {
        font-size: 14px;
        line-height: 26px;
    }

    .product_wrap .showMore .view_more {
        font-size: 14px;
        width: 130px;
        height: 42px;
        border-radius: 22px;
    }

    .product_wrap .showMore {
        margin-bottom: 25px;
    }

    .product_wrap .l .name a {
        font-size: 14px;
    }

    .product_wrap .l .inquire_now {
        width: 130px;
        height: 42px;
        border-radius: 22px;
        font-size: 14px;
    }

    .product_wrap .cate_title {
        font-size: 18px;
        padding: 12px 10px;
    }

    .product_wrap .news .title {
        font-size: 18px;
        padding: 12px 5px;
    }

    .product_wrap .l_box>ul ul li a {
        font-size: 14px;
        width: 100%;
        padding: 12px 15px 12px 15px;
    }
}

@media(max-width:570px) {
    .product_wrap {
        padding: 30px 0px;
    }

    .product_wrap .content {
        font-size: 14px;
        line-height: 26px;
    }

    .product_wrap .news_title {
        margin-bottom: 6px;
    }

    .product_wrap .data span {
        font-size: 14px;
        line-height: 35px;
        margin-left: 10px;
    }
}

@media(max-width:400px) {
    .product_wrap form .wrap {
        flex-direction: column;
    }

    .product_wrap .box {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 30px;
    }

}




/* pagination */


.pagination {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.pagination1 {
    margin-bottom: 78px;
}

.pagination2 {
    margin-bottom: 118px;
}

.pagination3 {
    margin-bottom: 102px;
}

.pagination4 {
    margin-bottom: 64px;
}

.pagination5 {
    margin-bottom: 71px;
}

.pagination .act_page {
    color: #fff;
    background-color: #014ec2;
    border: unset;
}

.pagination .safe {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.pagination a {
    width: 36px;
    height: 30px;
    border: solid 1px #e5e5e5;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 7px;
    margin-bottom: 5px;
    font-family: Montserrat-Light;
    font-size: 14px;
    color: #333333;
}

.pagination a:hover {
    color: #fff;
    background-color: #014ec2;
    border: unset;
}


.pagination .big {
    width: 79px;
}

.pagination .next {
    width: 61px;
}

.pagination .submit {
    width: 164px;
    background-color: #014ec2;
    font-family: Montserrat-Light;
    font-size: 14px;
    color: #fafbfb;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    margin-bottom: 5px;
    cursor: pointer;
}

.pagination .submit:hover {
    color: #014ec2 !important;
    border: 1px solid #014ec2 !important;
    background-color: #fff !important;
}

@media(max-width:1600px) {
    .pagination {
        flex-wrap: wrap;
    }

    .pagination1 {
        margin-bottom: 50px;
    }

    .pagination2 {
        margin-bottom: 50px;
    }

    .pagination3 {
        margin-bottom: 50px;
    }

    .pagination4 {
        margin-bottom: 50px;
    }

    .pagination5 {
        margin-bottom: 50px;
    }

    .pagination a {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }

    .pagination a i {
        font-size: 14px;
    }

    .pagination {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
}

@media(max-width:999px) {
    .pagination1 {
        margin-bottom: 40px;
    }

    .pagination2 {
        margin-bottom: 40px;
    }

    .pagination3 {
        margin-bottom: 40px;
    }

    .pagination4 {
        margin-bottom: 40px;
    }

    .pagination5 {
        margin-bottom: 40px;
    }
}

@media(max-width:570px) {
    .pagination a {
        width: 30px;
        height: 30px;
        font-size: 12px;
    }

    .pagination1 {
        margin-bottom: 30px;
    }

    .pagination2 {
        margin-bottom: 30px;
    }

    .pagination3 {
        margin-bottom: 30px;
    }

    .pagination4 {
        margin-bottom: 30px;
    }

    .pagination5 {
        margin-bottom: 30px;
    }

    .pagination a i {
        font-size: 12px;
    }
}



/* product_request */
.product_request1 {
    margin-bottom: 85px;
}

.product_request2 {
    margin-bottom: 72px;
}

.product_request .safe {
    padding: 29px 50px 38px 50px;
    background-color: #014ec2;
    border-radius: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
    display: flex;
    justify-content: space-between;
}

.product_request .l_box {
    width: 85%;
}

.product_request .r_box {
    width: 10%;
    padding-right: 3%;
    padding-top: 40px;
}

.product_request .r_box .btn {
    width: 138px;
    height: 40px;
    background-color: #ffffff;
    border-radius: 20px;
    font-family: Montserrat-Light;
    font-size: 16px;
    color: #014ec2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product_request .r_box .btn:hover {
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
}

.product_request .title {
    font-family: Montserrat-Bold;
    font-size: 36px;
    line-height: 52px;
    color: #ffffff;
    margin-bottom: 7px;
}

.product_request .content {
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    width: 72%;
}


@media(max-width:1600px) {
    .product_request .safe {
        padding: 25px 50px 38px 25px;
        border-radius: 10px;
        align-items: center;
    }

    .product_request .title {
        font-size: 34px;
        line-height: 48px;
        margin-bottom: 5px;
    }

    .product_request .l_box {
        width: 100%;
        margin-right: 3%;
    }

    .product_request .r_box {
        width: unset;
        padding-top: 0;
        padding-right: 0;
    }

    .product_request .content {
        font-size: 16px;
        line-height: 26px;
        width: 100%;
    }

    .product_request1 {
        margin-bottom: 50px;
    }

    .product_request2 {
        margin-bottom: 50px;
    }
}

@media(max-width:1333px) {
    .product_request .title {
        font-size: 30px;
        line-height: 42px;
        margin-bottom: 5px;
    }
}

@media(max-width:999px) {

    .product_request .title {
        font-size: 26px;
        line-height: 34px;
        margin-bottom: 5px;
    }

    .product_request1 {
        margin-bottom: 40px;
    }

    .product_request2 {
        margin-bottom: 40px;
    }
}

@media(max-width:768px) {
    .product_request .content {
        font-size: 14px;
        line-height: 26px;
        width: 100%;
    }

    .product_request .r_box .btn {
        width: 138px;
        height: 40px;
        border-radius: 20px;
        font-size: 14px;
        color: #014ec2;
    }

    .product_request .safe {
        padding: 20px 30px 30px 20px;
        border-radius: 10px;
        align-items: center;
    }
}

@media(max-width:570px) {
    .product_request .safe {
        padding: 20px 30px 30px 20px;
        border-radius: 10px;
        align-items: center;
        flex-direction: column;
    }

    .product_request .l_box {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 18px;
    }

    .product_request1 {
        margin-bottom: 30px;
    }

    .product_request2 {
        margin-bottom: 30px;
    }
}



/* product_one */

.product_one1 {
    margin-bottom: 94px;
}

.product_one2 {
    margin-bottom: 85px;
}

.product_one3 {
    padding: 73px 0px 70px;
}


.product_one .title {
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 75px;
}

.product_one2 .title {
    margin-bottom: 54px;
}

.product_one .title span {
    display: inline-block;
    position: relative;
    font-family: Montserrat-Bold;
    font-size: 24px;
    line-height: 16px;
    color: #333333;
    padding-bottom: 27px;
    text-transform: uppercase;
}

.product_one .title span::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 8px;
    background-color: #014ec2;
    bottom: -4px;
    left: 0;
}


.product_one .wrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 9px;
}

.product_one .wrap .box {
    width: 25%;
    padding-right: 2%;
    margin-bottom: 25px;
}

.product_one .box .svgbox {
    margin-bottom: 14px;
    height: 119px;
}

.product_one .box .s_title {
    margin-bottom: 20px;
    font-family: Montserrat-Bold;
    font-size: 20px;
    color: #333333;
}

.product_one .box .s_content {
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    padding-right: 2%;
}

.product_one .box .s_content p {
    hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
}

.product_one .view_more {
    width: 138px;
    height: 40px;
    background-color: #014ec2;
    border-radius: 20px;
    font-family: Montserrat-Re;
    font-size: 16px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.product_one .view_more:hover {
    color: #014ec2;
    background-color: #fff;
    border: 1px solid #014ec2;
}

@media(max-width:1600px) {
    .product_one1 {
        margin-bottom: 60px;
    }

    .product_one2 {
        margin-bottom: 60px;
    }

    .product_one3 {
        padding: 50px 0px;
    }

    .product_one .title {
        border-bottom: 1px solid #dfdfdf;
        margin-bottom: 60px;
    }

    .product_one2 .title {
        margin-bottom: 50px;
    }

    .product_one .title span {
        font-size: 24px;
        line-height: normal;
        padding-bottom: 20px;
    }

    .product_one .wrap .box {
        width: 25%;
        padding-right: 4%;
        margin-bottom: 25px;
    }
}

@media(max-width:1333px) {
    .product_one .box .s_title {
        margin-bottom: 15px;
        font-family: Montserrat-Bold;
        font-size: 18px;
        line-height: 28px;
    }

    .product_one2 .title {
        margin-bottom: 40px;
    }

    .product_one .box .svgbox {
        margin-bottom: 10px;
        height: 100px;
    }

    .product_one .box .svgbox img {
        width: 100px;
    }
}

@media(max-width:999px) {
    .product_one1 {
        margin-bottom: 50px;
    }

    .product_one2 {
        margin-bottom: 50px;
    }

    .product_one3 {
        padding: 40px 0px;
    }

    .product_one .title {
        border-bottom: 1px solid #dfdfdf;
        margin-bottom: 30px;
    }

    .product_one2 .title {
        margin-bottom: 30px;
    }

    .product_one .wrap {
        flex-direction: column;
    }

    .product_one .wrap .box {
        width: 100%;
        padding-right: 0%;
        margin-bottom: 20px;
    }

    .product_one .box .svgbox {
        height: auto;
    }

    .product_one .box .svgbox img {
        width: 90px;

    }

    .product_one .box .s_title {
        margin-bottom: 10px;
        font-size: 18px;
        line-height: 28px;
    }

    .product_one .title span {
        font-size: 22px;
        line-height: normal;
        padding-bottom: 20px;
    }
}

@media(max-width:768px) {
    .product_one .box .svgbox img {
        width: 80px;
    }

    .product_one .title span {
        font-size: 20px;
        line-height: normal;
        padding-bottom: 20px;
    }

    .product_one .box .s_content {
        font-size: 14px;
        line-height: 24px;
    }

    .product_one .box .s_title {
        margin-bottom: 5px;
        font-size: 18px;
        line-height: 28px;
    }

    .product_one .title span::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 6px;
        background-color: #014ec2;
        bottom: -3px;
        left: 0;
    }

    .product_one2 .title {
        margin-bottom: 20px;
    }

    .product_one .view_more {
        width: 135px;
        height: 40px;
        border-radius: 20px;
        font-size: 14px;
    }
}

@media(max-width:570px) {
    .product_one1 {
        margin-bottom: 40px;
    }

    .product_one2 {
        margin-bottom: 40px;
    }

    .product_one3 {
        padding: 30px 0px;
    }

    .product_one .title {
        border-bottom: 1px solid #dfdfdf;
        margin-bottom: 20px;
    }

    .product_one .title span {
        font-size: 18px;
        line-height: normal;
        padding-bottom: 15px;
    }

    .product_one .box .svgbox img {
        width: 70px;
    }
}






/* product_project */

.product_project1 {
    margin-bottom: 103px;
}

.product_project2 {
    margin-bottom: 86px;
}

.product_project3 {
    margin-bottom: 111px;
}

.product_project .title {
    margin-bottom: 58px;
    border-bottom: 1px solid #dfdfdf;
}

.product_project2 .title {
    margin-bottom: 50px;
}

.product_project .title span {
    display: inline-block;
    position: relative;
    font-family: Montserrat-Bold;
    font-size: 24px;
    line-height: 16px;
    color: #333333;
    padding-bottom: 29px;
    text-transform: uppercase;
}

.product_project .title span::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 7px;
    background-color: #014ec2;
    bottom: -3.5px;
    left: 0;
}

.product_project .s_title {
    font-family: Montserrat-Bold;
    font-size: 24px;
    color: #333333;
    margin-bottom: 29px;
}

.product_project .s_title a:hover {
    color: #014ec2;
}

.product_project .swiper-slide {
    display: flex;
    justify-content: space-between;
    background-color: #f8f8f8;
}

.product_project .l_box {
    width: 50.3%;
    overflow: hidden;
}

.product_project .l_box img {
    display: block;
}

.product_project .l_box img:hover {
    transform: scale(1.05);
}

.product_project .r_box {
    width: 46%;
    padding-top: 69px;
}

.product_project .r_box .content {
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    margin-bottom: 59px;
}

.product_project .view_more {
    width: 135px;
    height: 43px;
    background-color: #014ec2;
    border-radius: 22px;
    font-family: Montserrat-Light;
    font-size: 16px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product_project .view_more:hover {
    color: #014ec2;
    border: 1px solid #014ec2;
    background-color: #fff;
}

.product_project .swiper-pagination {
    padding-left: 280px;
    top: unset !important;
    bottom: 107px !important;
}

.product_project .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #666666 !important;
    opacity: 1;
    border-radius: 50px;
    position: relative;
    margin-right: 25px !important;
}


.product_project .swiper-pagination-bullet:last-child {
    margin-right: 0;
}

.product_project .swiper-pagination-bullet::after {
    content: "";
    position: absolute;
    left: -15px;
    top: -15px;
    width: 38px;
    height: 38px;
    border: solid 1px #014ec2;
    border-radius: 50px;
    opacity: 0;
}

.product_project .swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
    background-color: #014ec2 !important;
}

.product_project .swiper-pagination-bullet-active::after {
    opacity: 1;
}

@media(max-width:1600px) {
    .product_project .title {
        margin-bottom: 50px;
    }

    .product_project2 .title {
        margin-bottom: 50px;
    }

    .product_project .r_box {
        width: 46%;
        padding-top: 20px;
    }

    .product_project .swiper-pagination {
        padding-left: 280px;
        top: unset !important;
        bottom: 30px !important;
    }

    .product_project .s_title {
        font-size: 24px;
        margin-bottom: 25px;
    }

    .product_project .r_box .content {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 40px;
    }

    .product_project1 {
        margin-bottom: 50px;
    }

    .product_project2 {
        margin-bottom: 50px;
    }

    .product_project3 {
        margin-bottom: 50px;
    }
}

@media(max-width:1333px) {
    .product_project .title {
        margin-bottom: 40px;
    }

    .product_project2 .title {
        margin-bottom: 40px;
    }

    .product_project .s_title {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .product_project .r_box .content {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 30px;
    }

    .product_project .swiper {
        /* overflow: visible; */
        /* overflow-x:hidden; */
        padding-bottom: 60px;
    }

    .product_project .swiper-pagination {
        padding-left: 0px;
        top: unset !important;
        bottom: 20px !important;
    }

    .product_project .swiper-pagination-bullet::after {
        content: "";
        left: -10px;
        top: -10px;
        width: 30px;
        height: 30px;
    }

    .product_project .s_title {
        font-size: 22px;
        margin-bottom: 15px;
    }
}

@media(max-width:999px) {
    .product_project .title {
        margin-bottom: 30px;
    }

    .product_project2 .title {
        margin-bottom: 30px;
    }

    .product_project .r_box {
        width: 46%;
        padding-top: 0px;
    }

    .product_project .swiper-slide {
        align-items: center;
        padding: 20px 0px;
    }

    .product_project .r_box .content {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .product_project1 {
        margin-bottom: 40px;
    }

    .product_project2 {
        margin-bottom: 40px;
    }

    .product_project3 {
        margin-bottom: 40px;
    }
}

@media(max-width:768px) {
    .product_project .title {
        margin-bottom: 20px;
    }

    .product_project2 .title {
        margin-bottom: 20px;
    }

    .product_project .r_box .content {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 20px;
    }

    .product_project .view_more {
        width: 135px;
        height: 42px;
        border-radius: 22px;
        font-size: 14px;
    }

    .product_project .swiper-slide {
        flex-direction: column;
    }

    .product_project .l_box {
        width: 80%;
        overflow: hidden;
        margin: 0 auto;
        margin-bottom: 30px;
    }

    .product_project .r_box {
        width: 95%;
        margin: 0 auto;
    }

    .product_project .s_title {
        font-size: 20px;
        margin-bottom: 10px;
    }
}

@media(max-width:570px) {
    .product_project1 {
        margin-bottom: 20px;
    }

    .product_project2 {
        margin-bottom: 30px;
    }

    .product_project3 {
        margin-bottom: 30px;
    }

    .product_project .l_box {
        width: 90%;
        overflow: hidden;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .product_project .s_title {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .product_project .swiper-slide {
        align-items: center;
        padding: 0px 0px 20px 0px;
    }

    .product_project .swiper-pagination-bullet::after {
        content: "";
        left: -9px;
        top: -9px;
        width: 25px;
        height: 25px;
    }

    .product_project .swiper-pagination-bullet-active {
        width: 10px;
        height: 10px;
        background-color: #014ec2 !important;
    }

    .product_project .swiper {
        padding-bottom: 42px;
    }
}

@media(max-width:400px) {
    .product_project .l_box {
        width: 100%;
        overflow: hidden;
        margin: 0 auto;
        margin-bottom: 20px;
    }
}




/* common_one */

.common_one1 {
    padding: 80px 0px 130px;
    background-color: #f8f8f8;
}

.common_one2 {
    padding: 2px 0px 74px;
    background-color: #f8f8f8;
}

.common_one .safe {
    display: flex;
    justify-content: space-between;
}

.common_one .l_box {
    width: 38%;
    padding-top: 4px;
}

.common_one .r_box {
    width: 50.5%;
    padding-top: 24px;
}

.common_one .l_box .title {
    font-family: Montserrat-Bold;
    font-size: 36px;
    line-height: 61px;
    color: #333333;
    margin-bottom: 27px;
}

.common_one .l_box .title42 {
    margin-bottom: 27px;
    line-height: 61px;
}

.common_one .l_box .content {
    margin-bottom: 106px;
}

.common_one .l_box .content p {
    font-family: Montserrat-Light;
    font-size: 18px;
    line-height: 32px;
    color: #333333;
    hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
}


.common_one .l_box .btn {
    width: 163px;
    height: 48px;
    background-color: #014ec2;
    border-radius: 24px;
    font-family: Montserrat-Light;
    font-size: 18px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.common_one .l_box .btn:hover {
    color: #014ec2;
    background-color: #fff;
    border: 1px solid #014ec2;
}

.common_one .title2 {
    font-family: Montserrat-Bold;
    font-size: 24px;
    color: #333333;
    margin-bottom: 38px;
}

.common_one .inpbox {
    display: flex;
    justify-content: space-between;
    margin-bottom: 19px;
}

.common_one .inpbox .inp1 {
    width: 47%;
    margin-right: 0%;
    position: relative;
}

.common_one .inpbox .inp:nth-child(2n) {
    margin-right: 0;
}

.common_one .inp1 input {
    width: 100%;
    height: 59px;
    background-color: rgba(238, 238, 238, .8);
    border-radius: 30px;
    padding: 0px 25px;
}


.common_one input,
.common_one textarea {
    font-family: Montserrat-Light;
    font-size: 16px;
    color: #333;
}

.common_one input::placeholder,
.common_one textarea::placeholder {
    color: #666;
}

.common_one .inp2 {
    width: 100%;
    margin-bottom: 19px;
    position: relative;
}


.common_one textarea {
    width: 100%;
    height: 113px;
    background-color: rgba(238, 238, 238, .8);
    border-radius: 57px;
    padding: 15px 30px;
    display: block;
}

.common_one .submit {
    text-transform: uppercase;
    width: 100%;
    height: 59px;
    background-color: #f7b20d;
    border-radius: 30px;
    font-family: Montserrat-Bold;
    font-size: 20px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.common_one .submit:hover {
    background-color: #014ec2;
}


.common_one .must::after {
    content: "*";
    position: absolute;
    top: 17px;
    left: 15px;
    font-family: Montserrat-Light;
    font-size: 18px;
    color: #ff000b;
}

@media(max-width:1600px) {
    .common_one1 {
        padding: 50px 0px 60px;
    }

    .common_one2 {
        padding: 0px 0px 50px;
        background-color: #f8f8f8;
    }

    .common_one .l_box .title {
        font-size: 36px;
        line-height: normal;
        margin-bottom: 25px;
    }

    .common_one .l_box .content p {
        font-size: 18px;
        line-height: 30px;
    }

    .common_one textarea {
        width: 100%;
        height: 100px;
        background-color: rgba(238, 238, 238, .8);
        border-radius: 57px;
        padding: 19px 30px;
        display: block;
    }

    .common_one .title2 {
        font-size: 22px;
        margin-bottom: 30px;
    }

    .common_one .inpbox .inp1 {
        width: 48%;
        margin-right: 2%;
        position: relative;
    }

    .common_one .l_box .content {
        margin-bottom: 40px;
    }

    .common_one .l_box .title42 {
        margin-bottom: 27px;
        line-height: unset;
    }
}

@media(max-width:1333px) {
    .common_one .l_box .title {
        font-size: 32px;
        line-height: normal;
        margin-bottom: 20px;
    }

    .common_one .l_box .title42 {
        margin-bottom: 20px;
    }

    .common_one .r_box {
        width: 55%;
        padding-top: 0px;
    }

    .common_one .l_box .content p {
        font-size: 16px;
        line-height: 28px;
    }

    .common_one .l_box .content {
        margin-bottom: 25px;
    }

    .common_one .inp1 input {
        width: 100%;
        height: 55px;
        background-color: rgba(238, 238, 238, .8);
        border-radius: 20px;
        padding: 0px 20px;
    }

    .common_one textarea {
        width: 100%;
        height: 100px;
        background-color: rgba(238, 238, 238, .8);
        border-radius: 25px;
        padding: 20px 20px;
        display: block;
    }

    .common_one .must::after {
        content: "*";
        position: absolute;
        top: 20px;
        left: 10px;
        font-size: 18px;
    }

    .common_one .submit {
        width: 100%;
        height: 55px;
        border-radius: 30px;
        font-size: 18px;
    }

    .common_one form {
        margin-right: 0%;
    }
}

@media(max-width:999px) {
    .common_one1 {
        padding: 40px 0px;
    }

    .common_one2 {
        padding: 0px 0px 40px;
        background-color: #f8f8f8;
    }

    .common_one .l_box .title {
        font-size: 28px;
        line-height: normal;
        margin-bottom: 25px;
    }

    .common_one .l_box .content {
        margin-bottom: 20px;
    }

    .common_one .l_box .title {
        font-size: 28px;
        line-height: normal;
        margin-bottom: 18px;
    }

    .common_one .inp1 input {
        width: 100%;
        height: 55px;
        background-color: rgba(238, 238, 238, .8);
        border-radius: 15px;
        padding: 0px 20px;
    }

    .common_one textarea {
        width: 100%;
        height: 100px;
        background-color: rgba(238, 238, 238, .8);
        border-radius: 15px;
        padding: 20px 20px;
        display: block;
    }

    .common_one input,
    .common_one textarea {
        font-size: 14px;
    }

    .common_one .title2 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .common_one .l_box .content p {
        font-size: 14px;
        line-height: 28px;
    }

    .common_one .l_box .btn {
        width: 150px;
        height: 45px;
        font-size: 16px;
    }
}

@media(max-width:768px) {
    .common_one .l_box .title {
        font-size: 24px;
        line-height: normal;
        margin-bottom: 20px;
    }

    .common_one .inp1 input {
        width: 100%;
        height: 50px;
        background-color: rgba(238, 238, 238, .8);
        border-radius: 15px;
        padding: 0px 20px;
    }

    .common_one .submit {
        width: 100%;
        height: 50px;
        border-radius: 30px;
        font-size: 16px;
    }

    .common_one .l_box .btn {
        width: 150px;
        height: 45px;
        font-size: 14px;
    }
}

@media(max-width:570px) {
    .common_one1 {
        padding: 30px 0px;
    }

    .common_one2 {
        padding: 0px 0px 30px;
        background-color: #f8f8f8;
    }

    .common_one .l_box .title {
        font-size: 20px;
        line-height: normal;
        margin-bottom: 18px;
    }

    .common_one .l_box .title42 {
        margin-bottom: 18px;
    }

    .common_one .safe {
        flex-direction: column;
    }

    .common_one .l_box {
        width: 100%;
        margin-bottom: 25px;
        padding-top: 4px;
    }

    .common_one .r_box {
        width: 100%;
    }

    .common_one .inpbox {
        display: flex;
        justify-content: space-between;
        margin-bottom: 15px;
    }
}


/* 1-2 */

/* product_detail */

/* 1-2 product */

.product_detail {
    padding: 39px 0px 70px;
}

.product_detail .safe {
    display: flex;
    justify-content: space-between;
}

/* .product_detail .leftbox {
    width: 16.15%;
} */



.product_detail .leftbox {
    width: 56.72%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
    padding-top: 4px;
}

.product_detail .leftbox .box {
    width: 637px;
    height: 478px;
    border: solid 1px #e2e2e2;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.product_detail .leftbox .video {
    cursor: pointer;
}

.product_detail .leftbox .video:hover .play {
    transform: scale(1.1);
}

.product_detail .leftbox .box video {
    width: 100%;
}

.product_detail .leftbox .box .swiper-slide {
    display: flex;
    justify-content: center;
    height: 100%;
}

.product_detail .leftbox .box .swiper-slide img {}

.product_detail .leftbox .box .swiper-slide video {
    width: 100%;
    height: 100%;
    position: absolute;

    object-fit: cover;
}

.product_detail .leftbox .box .swiper-slide .play {
    width: 48px;
    height: 48px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: unset;
    margin: auto;
    cursor: pointer;
}

.product_detail .leftbox .swiperbox {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 16.15%;
}

.product_detail .leftbox .swiperbox .product2_prev {
    top: -5px;
    font-size: 14px;
    transform: rotate(90deg);
}

.product_detail .leftbox .swiperbox .product2_next {
    bottom: -5px;
    font-size: 14px;
    transform: rotate(90deg);
}

.product_detail .leftbox .swiperbox .product2_prev:hover,
.product_detail .leftbox .swiperbox .product2_next:hover {
    color: #116cac;
}

.product_detail .leftbox .swiperTwo .swiper-slide {
    cursor: pointer;
}

/* .product_detail .mySwiper2 {
    height: 100%;
} */


.product_detail .swiperTwo {
    padding: 0;
    margin: 0;
    height: 425px !important;
    padding-top: 0px;
    padding-bottom: 0px;
    width: 100%;
}


.product_detail .swiperTwo .swiper-wrapper .swiper-slide {
    height: 100%;
    width: 100%;
    background-color: #ffffff;
    object-fit: cover;
}

.product_detail .swiperTwo .swiper-wrapper .swiper-slide {
    border: 1px solid #e2e2e2;
    display: flex;
    align-items: center;
    justify-content: center;
}



.product_detail .leftbox .swiperTwo .swiper-slide-thumb-active {
    border: solid 1px #014ec2;

}



.product_detail .swiper-pagination {
    display: none;
}

.product_detail .control {
    position: absolute;
    border-radius: 50px;
    color: #666666;
    cursor: pointer;
    font-weight: bold;
}

.product_detail .control:hover {
    color: #0c8a43;
}

.product_detail .rightbox {
    width: 40%;
    padding-top: 12px;
}

.product_detail .title {
    font-family: Montserrat-Regular;
    font-size: 24px;
    color: #333333;
    margin-bottom: 14px;
}

.product_detail .content {
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    margin-bottom: 41px;
}

.product_detail .sharebox {
    display: flex;
    align-items: center;
    font-family: Montserrat-Light;
    font-size: 16px;
    color: #666666;
    margin-bottom: 49px;
}

.product_detail .sharebox span {
    margin-right: 5px;
}

.product_detail .btnbox .btn {
    display: flex;
    width: 100%;
    height: 38px;
    background-color: #f4f4f4;
    border-radius: 19px;
    font-family: Montserrat-Light;
    font-size: 16px;
    color: #014ec2;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.product_detail .btnbox .btn img {
    margin-right: 12px;
}

.product_detail .btnbox .btn:hover {
    color: #fff;
    background-color: #014ec2;
}

.product_detail .btnbox .btn:hover img {
    filter: brightness(0) invert(1);
}

.product_detail img {
    display: block;
}


@media(max-width:1600px) {
    .product_detail {
        padding: 40px 0px 50px;
    }

    .product_detail .leftbox .box {
        width: 75%;
        height: 445px;
    }

    .product_detail .content {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 25px;
    }

    .product_detail .sharebox {
        font-size: 16px;
        margin-bottom: 35px;
    }

    .product_detail .leftbox .box {
        align-items: flex-start;
    }

    .product_detail .mySwiper2 {
        height: 100%;
    }

    .product_detail .leftbox .box .swiper-slide img {
        object-fit: cover;
    }
}

@media(max-width:1333px) {
    .product_detail .swiperTwo {
        padding: 0;
        margin: 0;
        height: 360px !important;
        padding-top: 0px;
        padding-bottom: 0px;
        width: 100%;
    }

    .product_detail .leftbox .box {
        width: 75%;
        height: 380px;
    }

    .product_detail .leftbox .swiperbox {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        width: 19%;
    }

    .product_detail .title {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .product_detail .content {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .product_detail .sharebox {
        font-size: 16px;
        margin-bottom: 25px;
    }
}

@media(max-width:1200px) {
    .product_detail .swiperTwo {
        padding: 0;
        margin: 0;
        height: 340px !important;
        padding-top: 0px;
        padding-bottom: 0px;
        width: 100%;
    }

    .product_detail .leftbox .box {
        width: 75%;
        height: 340px;
    }

    .product_detail .leftbox .swiperbox .product2_prev {
        top: 0;
    }

    .product_detail .leftbox .swiperbox .product2_next {
        bottom: 0;
    }
}


@media(max-width:999px) {
    .product_detail {
        padding: 30px 0px 40px;
    }

    .product_detail .leftbox .box {
        width: 75%;
        height: 300px;
    }

    .product_detail .swiperTwo {
        padding: 0;
        margin: 0;
        height: 290px !important;
        padding-top: 0px;
        padding-bottom: 0px;
        width: 100%;
    }
}

@media(max-width:880px) {
    .product_detail .safe {
        flex-direction: column;
    }

    .product_detail .leftbox {
        width: 70%;
        margin: 0 auto;
        margin-bottom: 30px;
    }

    .product_detail .leftbox .swiperbox .product2_prev {
        top: -20px;
    }

    .product_detail .leftbox .swiperbox .product2_next {
        bottom: -20px;
    }

    .product_detail .rightbox {
        width: 100%;
    }
}

@media(max-width:800px) {
    .product_detail .leftbox {
        width: 80%;
        margin: 0 auto;
        margin-bottom: 30px;
    }
}

@media(max-width:768px) {
    .product_detail .leftbox {
        flex-direction: column;
    }

    .product_detail .swiperTwo {
        padding: 0;
        margin: 0;
        height: auto !important;
        padding-top: 0px;
        padding-bottom: 0px;
        width: 98%;
    }

    .product_detail .leftbox .box {
        margin-bottom: 20px;
    }

    .product_detail .leftbox .swiperbox {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        width: 100%;
    }

    .product_detail .swiperTwo .swiper-wrapper .swiper-slide {
        padding: 10px 0px;
    }

    .product_detail .leftbox {
        width: 80%;
        margin: 0 auto;
        margin-bottom: 30px;
    }

    .product_detail .leftbox .swiperbox .product2_prev,
    .product_detail .leftbox .swiperbox .product2_next {
        transform: unset;
        top: 50%;
        transform: translateY(-50%);
    }

    .product_detail .leftbox .swiperbox .product2_prev {

        left: -20px;
    }

    .product_detail .leftbox .swiperbox .product2_next {

        right: -20px;
        bottom: unset;
    }

    .product_detail .title {
        font-size: 20px;
        margin-bottom: 8px;
    }

    .product_detail .content {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 18px;
    }

    .product_detail .sharebox {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .product_detail .btnbox .btn {
        width: 100%;
        height: 38px;
        border-radius: 19px;
        font-size: 14px;
        margin-bottom: 8px;
    }
}

@media(max-width:600px) {
    .product_detail .leftbox .box {
        width: 85%;
        height: 260px;
    }
}

@media(max-width:570px) {
    .product_detail {
        padding: 30px 0px 30px;
    }

    .product_detail .leftbox .swiperbox {
        display: none;
    }

    .product_detail .leftbox .box {
        width: 100%;
        height: auto;
        margin-bottom: 0;
    }

    .product_detail .leftbox {
        width: 90%;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .product_detail .swiper-pagination {
        display: block;
    }
}

@media(max-width:400px) {
    .product_detail .leftbox {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 30px;
    }
}


/* product_tab */

.product_tab {}



.product_tab .tab_menu {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 60px;
}

.product_tab .tab_menu li {
    font-family: Montserrat-Bold;
    font-size: 24px;
    color: #333333;
    margin-right: 80px;
    padding-bottom: 22px;
    position: relative;
    cursor: pointer;
}

.product_tab .tab_menu li:hover::after {
    opacity: 1;
}

.product_tab .tab_menu li::after {
    position: absolute;
    content: "";
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 6px;
    background-color: #014ec2;
    opacity: 0;
    transition: linear opacity .3s;
}

.product_tab .tab_menu li:last-child {
    margin-right: 0;
}

.product_tab .tab_wrap .tab_li {
    display: none;
}

.product_tab .active::after {
    opacity: 1 !important;
}

@media(max-width:1600px) {
    .product_tab .tab_menu {
        margin-bottom: 50px;
    }

    .product_tab .tab_menu li {
        font-size: 24px;
        margin-right: 60px;
        padding-bottom: 20px;
    }
}

@media(max-width:1333px) {
    .product_tab .tab_menu {
        margin-bottom: 40px;
    }

    .product_tab .tab_menu li {
        font-size: 22px;
        margin-right: 50px;
        padding-bottom: 15px;
    }
}

@media(max-width:999px) {
    .product_tab .tab_menu {
        margin-bottom: 30px;
    }

    .product_tab .tab_menu li {
        font-size: 20px;
        margin-right: 40px;
        padding-bottom: 15px;
    }
}

@media(max-width:768px) {
    .product_tab .tab_menu {
        margin-bottom: 20px;
        flex-wrap: wrap;
    }

    .product_tab .tab_menu li::after {
        bottom: -2px;
        width: 100%;
        height: 4px;
    }

    .product_tab .tab_menu li {
        font-size: 18px;
        margin-right: 30px;
        padding-bottom: 12px;
    }
}

@media(max-width:570px) {
    .product_tab .tab_menu li {
        font-size: 16px;
        margin-right: 25px;
        padding-bottom: 10px;
        margin-bottom: 15px;
    }

    .product_tab .tab_menu {
        margin-bottom: 10px;
        flex-wrap: wrap;
    }
}





/* tab_li */

/* tab2_two */

.tab1_one {
    /* margin-bottom: 30px; */
}

.tab1_one img {
    display: inline-block;
}

.tab1_one .title30 {
    margin-bottom: 11px;
    color: #014ec2;
}

.tab1_one .content {
    font-family: Montserrat-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    margin-bottom: 31px;
}

.tab1_one .content em{
    font-family: Montserrat-Bold;
    font-size: 30px;
    color: #014ec2;
}

@media(max-width:1600px) {
    .tab1_one {
        margin-bottom: 50px;
    }

    .tab1_one .content {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 30px;
    }
    
    .tab1_one .content em{
        font-size: 28px;
    }
}

@media(max-width:1333px) {
    .tab1_one .content {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 25px;
    }
    .tab1_one .content em{
        font-size: 26px;
    }
}

@media(max-width:999px) {
    .tab1_one {
        margin-bottom: 40px;
    }

    .tab1_one .content {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 25px;
    }
    .tab1_one .content em{
        font-size: 24px;
    }
}

@media(max-width:768px) {
    .tab1_one .content {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .tab1_one .content {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 20px;
    }
    .tab1_one .content em{
        font-size: 22px;
    }
}

@media(max-width:570px) {
    .tab1_one {
        margin-bottom: 30px;
    }
    .tab1_one .content em{
        font-size: 20px;
    }
}


/* tab2_two */

.tab1_two {

    padding: 64px 0px 36px;
}

.tab1_two img {
    display: block;
}

.tab1_two .box {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-bottom: 30px;
}

.tab1_two .box:last-child {
    margin-bottom: 0;
}

.tab1_two .box:nth-child(odd) {
    flex-direction: row;
}

.tab1_two .box:nth-child(odd) .contact {
    text-align: right;
}

.tab1_two .box .imgbox {
    width: 42.6%;
}

.tab1_two .box .contact {
    width: 51%;
    padding-top: 97px;
}

.tab1_two .box .title {
    font-family: Montserrat-Bold;
    font-size: 24px;
    line-height: 16px;
    color: #014ec2;
    margin-bottom: 24px;
}

.tab1_two .box .content {
    font-family: Montserrat-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}

.tab1_two .tuwen {
    background-color: #f8f8f8;
    padding: 65px 0px;
}

.tab1_two .tuwen:nth-child(2n) {
    background-color: #fff;
}




@media(max-width:1600px) {
    .tab1_two {
        padding: 50px 0px;
    }

    .tab1_two .box .contact {
        width: 51%;
        padding-top: 0px;
    }

    .tab1_two .box {
        align-items: center;
    }

    .tab1_two .box .title {
        font-size: 22px;
        line-height: unset;
        margin-bottom: 15px;
    }

    .tab1_two .tuwen {
        background-color: #f8f8f8;
        padding: 50px 0px;
    }
}

@media(max-width:1333px) {}

@media(max-width:999px) {
    .tab1_two {
        padding: 40px 0px;
    }

    .tab1_two .box .imgbox {
        width: 45%;
    }

    .tab1_two .box .content {
        font-size: 16px;
        line-height: 28px;
    }

    .tab1_two .box .title {
        font-size: 20px;
        line-height: unset;
        margin-bottom: 10px;
    }

    .tab1_two .tuwen {
        background-color: #f8f8f8;
        padding: 40px 0px;
    }
}

@media(max-width:768px) {
    .tab1_two .box .content {
        font-size: 14px;
        line-height: 26px;
    }

    .tab1_two .box .title {
        font-size: 18px;
        line-height: unset;
        margin-bottom: 10px;
    }
}

@media(max-width:570px) {
    .tab1_two {
        padding: 30px 0px;
    }

    .tab1_two .box {
        flex-direction: column !important;
    }

    .tab1_two .box .imgbox {
        width: 75%;
        margin-bottom: 25px;
    }

    .tab1_two .box .contact {
        text-align: left !important;
        width: 100%;
    }

    .tab1_two .tuwen {
        background-color: #f8f8f8;
        padding: 30px 0px;
    }
}

@media(max-width:500px) {
    .tab1_two .box .imgbox {
        width: 80%;
        margin-bottom: 25px;
    }
}

@media(max-width:400px) {
    .tab1_two .box .imgbox {
        width: 90%;
        margin-bottom: 20px;
    }
}

@media(max-width:350px) {
    .tab1_two .box .imgbox {
        width: 100%;
        margin-bottom: 20px;
    }
}


/* tab1_three */

.tab1_three {
    background-color: #fff;
    padding: 104px 0px 60px;
}

.tab1_three img {
    display: block;
}

.tab1_three .box {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-bottom: 124px;
}

.tab1_three .box:nth-child(odd) {
    flex-direction: row;
}

.tab1_three .box:nth-child(odd) .contact {
    /* text-align: right; */
}

.tab1_three .box:last-child {
    margin-bottom: 0;
}

.tab1_three .box .imgbox {
    width: 44.65%;
}

.tab1_three .box .contact {
    width: 51%;
    padding-top: 43px;
}

.tab1_three .box .title {
    font-family: Montserrat-Bold;
    font-size: 24px;
    line-height: 16px;
    color: #014ec2;
    margin-bottom: 35px;
}

.tab1_three .box .content {
    font-family: Montserrat-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}


@media(max-width:1600px) {
    .tab1_three {
        padding: 50px 0px;
    }

    .tab1_three .box {
        margin-bottom: 60px;
        align-items: center;
    }

    .tab1_three .box:last-child {
        margin-bottom: 0;
    }

    .tab1_three .box .contact {
        width: 51%;
        padding-top: 0px;
    }

    .tab1_three .box .title {
        font-size: 22px;
        color: #014ec2;
        margin-bottom: 15px;
        line-height: unset;
    }
}

@media(max-width:1333px) {}

@media(max-width:999px) {
    .tab1_three {
        padding: 40px 0px;
    }

    .tab1_three .box {
        margin-bottom: 50px;
    }

    .tab1_three .box:last-child {
        margin-bottom: 0;
    }

    .tab1_three .box .title {
        font-size: 20px;
        color: #014ec2;
        margin-bottom: 15px;
    }

    .tab1_three .box .content {
        font-size: 16px;
        line-height: 28px;
    }
}

@media(max-width:768px) {
    .tab1_three .box .title {
        font-size: 18px;
        color: #014ec2;
        margin-bottom: 15px;
    }

    .tab1_three .box .content {
        font-size: 14px;
        line-height: 26px;
    }
}

@media(max-width:570px) {
    .tab1_three {
        padding: 30px 0px;
    }

    .tab1_three .box {
        margin-bottom: 40px;
    }

    .tab1_three .box:last-child {
        margin-bottom: 0;
    }

    .tab1_three .box {
        flex-direction: column !important;
    }

    .tab1_three .box .imgbox {
        width: 75%;
        margin-bottom: 25px;
    }

    .tab1_three .box .contact {
        width: 100%;
        padding-top: 0px;
    }
}

@media(max-width:500px) {
    .tab1_three .box .imgbox {
        width: 80%;
        margin-bottom: 25px;
    }
}

@media(max-width:400px) {
    .tab1_three .box .imgbox {
        width: 90%;
        margin-bottom: 20px;
    }
}

@media(max-width:350px) {
    .tab1_three .box .imgbox {
        width: 100%;
        margin-bottom: 20px;
    }
}



/* tab1_four */

.tab1_four {
    margin-bottom: 83px;
}

.tab1_four img {
    display: inline-block;
}

.tab1_four .title30 {
    margin-bottom: 36px;
    color: #014ec2;
}

.tab1_four .content {
    font-family: Montserrat-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    margin-bottom: 57px;
}

.tab1_four .content em {
    font-size: 30px;
    color: #014ec2;
    font-family: Montserrat-Bold;
}


@media(max-width:1600px) {
    .tab1_four .title30 {
        line-height: unset;
        margin-bottom: 30px;
    }

    .tab1_four .content {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 45px;
    }

    .tab1_four {
        margin-bottom: 50px;
    }

    .tab1_four .content em {
        font-size: 28px;
    }
}

@media(max-width:1333px) {
    .tab1_four .title30 {
        line-height: unset;
        margin-bottom: 25px;
    }

    .tab1_four .content {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 35px;
    }

    .tab1_four .content em {
        font-size: 26px;
    }
}

@media(max-width:999px) {
    .tab1_four .title30 {
        line-height: unset;
        margin-bottom: 20px;
    }

    .tab1_four .content {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 25px;
    }

    .tab1_four {
        margin-bottom: 40px;
    }

    .tab1_four .content em {
        font-size: 24px;
    }
}

@media(max-width:768px) {
    .tab1_four .title30 {
        line-height: unset;
        margin-bottom: 15px;
    }

    .tab1_four .content {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 20px;
    }

    .tab1_four .content em {
        font-size: 22px;
    }
}

@media(max-width:570px) {
    .tab1_four {
        margin-bottom: 30px;
    }

    .tab1_four .content em {
        font-size: 20px;
    }
}


/* tab1_five */

.tab1_five {
    padding: 92px 0px 108px;
    background-color: #f8f8f8;
}

.tab1_five .safe {
    text-align: center;
}

.tab1_five .title30 {
    color: #014ec2;
    margin-bottom: 19px;
}

.tab1_five .content {
    font-family: Montserrat-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    margin-bottom: 22px;
}

.tab1_five .enter {
    font-family: Montserrat-Regular;
    /* text-decoration: underline; */
    font-size: 16px;
    line-height: 30px;
    color: #2767ca;
}

.tab1_five .enter:hover {
    text-decoration: underline;
}




@media(max-width:1600px) {
    .tab1_five {
        padding: 80px 0px;
    }

    .tab1_five .title30 {
        margin-bottom: 18px;
    }

    .tab1_five .content {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 20px;
    }
}

@media(max-width:1333px) {
    .tab1_five .title30 {
        margin-bottom: 15px;
    }

    .tab1_five .content {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 15px;
    }
}

@media(max-width:999px) {
    .tab1_five {
        padding: 70px 0px;
    }

    .tab1_five .content {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 15px;
    }
}

@media(max-width:768px) {
    .tab1_five {
        padding: 60px 0px;
    }

    .tab1_five .content {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 15px;
    }

    .tab1_five .enter {
        font-size: 14px;
        line-height: 26px;
    }
}

@media(max-width:570px) {
    .tab1_five {
        padding: 50px 0px;
    }

    .tab1_five .content {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 10px;
    }
}


/* tab1_six */

.tab1_six {
    padding: 72px 0px 70px;
}

.tab1_six img {
    display: block;
}

.tab1_six .box {
    position: relative;
}

.tab1_six .imgbox {
    overflow: hidden;
}

.tab1_six .imgbox img:hover {
    transform: scale(1.05);
}

.tab1_six .title30 {
    color: #014ec2;
    margin-bottom: 63px;
}

.tab1_six .contact {
    padding: 39.5px 0px 0px;
}

.tab1_six .contact .title {
    margin-bottom: 25px;
    /* min-height: 55px; */
}

.tab1_six .contact .title a {
    font-family: Montserrat-Bold;
    font-size: 20px;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tab1_six .contact .title a:hover {
    color: #014ec2;
}

.tab1_six .content {
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}

.tab1_six .six_mySwiper {
    position: relative;
}


.tab1_six .btnbox {
    /* display: flex; */
    /* justify-content: center; */
}

.tab1_six .btnbox i {
    font-weight: bold;
    font-size: 22px;
    position: absolute;
    top: 40%;
    transform: translateY(-40%);
    z-index: 100;
    cursor: pointer;
}

.tab1_six .btnbox i:hover {
    color: #014ec2;
}

.tab1_six .btnbox .tabsix_prev {
    left: -35px;
}

.tab1_six .btnbox .tabsix_next {
    right: -35px;
}


@media(max-width:1600px) {
    .tab1_six {
        padding: 50px 0px;
    }

    .tab1_six .title30 {
        margin-bottom: 45px;
    }

    .tab1_six .contact {
        padding: 25px 0px 0px;
    }

    .tab1_six .contact .title {
        margin-bottom: 20px;
    }

    .tab1_six .contact .title a {
        font-size: 18px;
    }
}

@media(max-width:1333px) {
    .tab1_six .title30 {
        margin-bottom: 35px;
    }

    .tab1_six .contact {
        padding: 15px 0px 0px;
    }

    .tab1_six .contact .title {
        margin-bottom: 15px;
    }

    .tab1_six .btnbox i {
        font-weight: bold;
        font-size: 22px;
        position: absolute;
        top: 35%;
        transform: translateY(-35%);
        z-index: 100;
        cursor: pointer;
    }

    .tab1_six .btnbox .tabsix_prev {
        left: 0px;
    }

    .tab1_six .btnbox .tabsix_next {
        right: 0px;
    }
}

@media(max-width:999px) {
    .tab1_six {
        padding: 40px 0px;
    }

    .tab1_six .title30 {
        margin-bottom: 25px;
    }

    .tab1_six .content {
        font-size: 16px;
        line-height: 28px;
    }

    .tab1_six .contact .title {
        margin-bottom: 10px;
    }
}

@media(max-width:768px) {
    .tab1_six .title30 {
        margin-bottom: 20px;
    }

    .tab1_six .content {
        font-size: 14px;
        line-height: 24px;
    }

    .tab1_six .contact .title a {
        font-size: 16px;
    }
}

@media(max-width:570px) {
    .tab1_six {
        padding: 30px 0px;
    }
}






/* tab_table */

.tab_table {
    margin-bottom: 28px;
}

.tab_table td {
    font-family: Montserrat-Regular;
    font-size: 20px;
    color: #666666;
}

.tab_table table {
    border-collapse: collapse;
    width: 100%;
    min-width: 700px;
    overflow: auto;
}

.tab_table .tablen {
    overflow: auto;
}

.tab_table table tr {
    color: #666666;
    padding: 15px 0px;
}

.tab_table table tr:nth-child(odd) {
    background-color: #f8f8f8;
}

.tab_table table tr:first-child {
    background-color: #014ec2;
}

.tab_table table tr:first-child td {
    color: #fff;
}

.tab_table table tr td {
    padding: 20px 15px;
}


@media(max-width:1600px) {
    .tab_table td {
        font-size: 18px;
    }
}

@media(max-width:1333px) {
    .tab_table td {
        font-size: 16px;
    }

    .tab_table table tr td {
        padding: 18px 10px;
    }
}

@media(max-width:999px) {
    .tab_table table tr td {
        padding: 15px 10px;
    }
}

@media(max-width:768px) {
    .tab_table td {
        font-size: 14px;
    }

    .tab_table table tr td {
        padding: 12px 8px;
    }
}

@media(max-width:570px) {}




/* related_product */

.related_product1 {
    margin-bottom: 152px;
}

.related_product2 {
    margin-bottom: 88px;
}

.related_product .title {
    font-family: Montserrat-Bold;
    font-size: 24px;
    color: #333333;
    margin-bottom: 85px;

    border-bottom: 1px solid #dfdfdf;
}

.related_product .title span {
    position: relative;
    display: inline-block;
    padding-bottom: 22px;
}

.related_product .title span::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 6px;
    background-color: #014ec2;
    bottom: -3px;
    left: 0;
}

.related_product .box {
    position: relative;
}

.related_product .imgbox {
    height: 331px;
    background-color: #ffffff;
    border: solid 1px #e2e2e2;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.related_product .imgbox:hover::after {
    height: 100%;
}

.related_product .imgbox::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0%;
    background-color: #014ec2;
    opacity: .2;
    left: 0;
    bottom: 0;
    transition: height .3s linear;
    pointer-events: none;
}


.related_product .contact {
    padding: 24px 0px 0px;
}

.related_product .name {
    font-family: Montserrat-Regular;
    font-size: 18px;
    color: #333333;
    margin-bottom: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.related_product .name a:hover {
    color: #014ec2;
}


.related_product .inquire_now {
    font-family: Montserrat-Light;
    font-size: 16px;
    color: #014ec2;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    border-radius: 22px;
    border: solid 1px #014ec2;
    width: 145px;
    height: 43px;
}

.related_product .inquire_now:hover {
    color: #fff;
    background-color: #014ec2;
    border: 1px solid #014ec2;
}

.related_product .control {
    color: #909399;
    font-weight: bold;
    font-size: 24px;
    position: absolute;
    top: 40%;
    transform: translateY(-40%);
    cursor: pointer;
    z-index: 10;
}

.related_product .related_prev {
    left: -35px;
}

.related_product .related_next {
    right: -35px;
}


@media(max-width:1600px) {
    .related_product1 {
        margin-bottom: 50px;
    }

    .related_product2 {
        margin-bottom: 50px;
    }

    .related_product .title {
        font-size: 24px;
        margin-bottom: 50px;
    }

    .related_product .title span {
        padding-bottom: 20px;
    }

    .related_product .imgbox {
        height: 300px;
    }

    .related_product .contact {
        padding: 20px 0px 0px;
    }
}

@media(max-width:1333px) {
    .related_product .control {
        color: #909399;
        font-weight: bold;
        font-size: 24px;
        position: absolute;
        top: 30%;
        transform: translateY(-30%);
        cursor: pointer;
        z-index: 10;
    }

    .related_product .related_prev {
        left: 0px;
    }

    .related_product .related_next {
        right: 0px;
    }

    .related_product .title {
        font-size: 22px;
        margin-bottom: 40px;
    }

    .related_product .title span {
        padding-bottom: 18px;
    }

    .related_product .imgbox {
        height: 280px;
    }

    .related_product .imgbox img {
        width: 80%;
        margin: 0 auto;
    }

    .related_product .name {
        font-size: 18px;
        margin-bottom: 15px;
    }
}

@media(max-width:1200px) {
    .related_product .imgbox {
        height: 250px;
    }
}

@media(max-width:999px) {
    .related_product1 {
        margin-bottom: 40px;
    }

    .related_product2 {
        margin-bottom: 40px;
    }

    .related_product .title {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .related_product .title span {
        padding-bottom: 15px;
    }

    .related_product .imgbox {
        height: auto;
        padding: 25px 0px;
        ;
    }

    .related_product .contact {
        padding: 15px 0px 0px;
    }

    .related_product .name {
        font-size: 16px;
        margin-bottom: 15px;
    }
}

@media(max-width:768px) {

    .related_product .title {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .related_product .title span::after {
        width: 100%;
        height: 4px;
        bottom: -2px;
    }

    .related_product .name {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .related_product .inquire_now {
        font-size: 14px;
        border-radius: 22px;
        width: 130px;
        height: 40px;
    }
}

@media(max-width:570px) {
    .related_product1 {
        margin-bottom: 30px;
    }

    .related_product2 {
        margin-bottom: 30px;
    }
}


/* about1_one */

.about1_one {
    padding: 93px 0px 114px;
}

.about1_one .safe {
    /* display: flex; */
    /* justify-content: space-between; */
}

.about1_one .r_box {
    float: right;
    margin-left: 4%;
}

.about1_one .r_box::after {
    clear: both;
}

.about1_one .l_box {
    width: 100%;
}

.about1_one .l_box::after {
    clear: both;
}

.about1_one .title36 {
    font-family: Montserrat-Bold;
    /* font-size: 36px; */
    /* color: #333333; */
    margin-bottom: 26px;
}

.about1_one .content {
    font-family: Montserrat-Light;
    font-size: 18px;
    line-height: 32px;
    color: #333333;
}

.about1_one .content p {}

@media(max-width:1600px) {
    .about1_one {
        padding: 50px 0px;
    }

    .about1_one .r_box {
        width: 50%;
    }

    .about1_one .content {
        font-size: 16px;
        line-height: 30px;
    }

    .about1_one .title36 {
        margin-bottom: 25px;
    }
}

@media(max-width:1333px) {
    .about1_one .title36 {
        margin-bottom: 20px;
    }

}

@media(max-width:999px) {
    .about1_one {
        padding: 40px 0px;
    }

    .about1_one .title36 {
        margin-bottom: 15px;
    }

    .about1_one .content {
        font-size: 16px;
        line-height: 28px;
    }
}

@media(max-width:768px) {
    .about1_one .content {
        font-size: 14px;
        line-height: 26px;
    }
}

@media(max-width:570px) {
    .about1_one {
        padding: 30px 0px;
    }

    .about1_one .r_box {
        width: 100%;
    }
}



/* about1_two */

.about1_two {
    margin-bottom: 68px;
    position: relative;
    height: 800px;
}

.about1_two img {
    display: block;
}

.about1_two .topbox {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
    background-color: #014ec2;
    padding: 79px 0px 192px;
}

.about1_two .content {
    text-align: center;
    font-family: Montserrat-Regular;
    font-size: 20px;
    line-height: 34px;
    color: #ffffff;
    width: 90%;
    margin: 0 auto;
}

.about1_two .video {
    cursor: pointer;
}

.about1_two .video_box {
    position: absolute;
    transform: translateY(-150px);
    display: flex;
    justify-content: center;
    width: 100%;
}

.about1_two .video_box .safe {
    display: flex;
    justify-content: center;
}

.about1_two .video_box .safe .wrap {
    /* left: 0;
    right: 0;
    margin: 0 auto; */
    position: relative;
}

.about1_two .video_box .safe .play {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
}

.about1_two .video:hover .play {
    transform: translateY(-50%) scale(1.05);
}

@media(max-width:1600px) {}

@media(max-width:1333px) {
    .about1_two .topbox {
        padding: 60px 0px 60px;
    }

    .about1_two .topbox {
        margin-bottom: 25px;
    }

    .about1_two {
        margin-bottom: 50px;
        position: relative;
        height: auto;
    }

    .about1_two .video_box {
        position: relative;
        transform: translateY(0px);
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .about1_two .content {
        font-size: 18px;
        line-height: 32px;
        width: 100%;
    }
}

@media(max-width:999px) {
    .about1_two {
        margin-bottom: 40px;
    }

    .about1_two .content {
        font-size: 18px;
        line-height: 30px;
        width: 100%;
    }

    .about1_two .topbox {
        padding: 50px 0px;
    }
}

@media(max-width:768px) {
    .about1_two .content {
        font-size: 16px;
        line-height: 28px;
        width: 100%;
    }
}

@media(max-width:570px) {
    .about1_two {
        margin-bottom: 30px;
    }

    .about1_two .topbox {
        padding: 40px 0px;
    }
}


/* about1_three */


.about1_three {
    padding: 84px 0px 98px;
    background-color: #f6f5f5;
}

.about1_three .title36 {
    text-align: center;
    margin-bottom: 22px;
}


.about1_three .content {
    text-align: center;
    margin-bottom: 57px;
    font-family: Montserrat-Light;
    font-size: 18px;
    line-height: 32px;
    color: #333333;
}


.about1_three .wrap {}

.about1_three .wrap .topbox {
    display: flex;
    justify-content: space-between;
    margin-bottom: 47px;
}


.about1_three .topbox .l_box {
    width: 80%;
}

.about1_three .topbox .r_box {
    width: 20%;
    display: flex;
    justify-content: flex-end;
    padding-top: 30px;
}

.about1_three .topbox .b_year {
    font-family: Montserrat-Bold;
    font-size: 60px;
    letter-spacing: -1px;
    color: #014ec2;
}

.about1_three .topbox .b_from {
    font-family: Montserrat-Bold;
    font-size: 26px;
    line-height: 32px;
    color: #333333;
    margin-bottom: 10px;
}

.about1_three .topbox .b_content {
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 32px;
    color: #333333;
}

.about1_three .r_box i {
    font-weight: bold;
    font-size: 26px;
    margin-left: 25px;
    color: #c6c7c9;
    cursor: pointer;
}

.about1_three .r_box i:hover {
    color: #0953c3;
}


.about1_three .bottombox {
    position: relative;
}

.about1_three .bottombox .swiper-slide {
    cursor: pointer;
}

.about1_three .bottombox .swiper-slide-thumb-active .s_year,
.about1_three .bottombox .swiper-slide-thumb-active .s_content{
    color:#014ec2;
}

.about1_three .bottombox .circle {
    width: 13px;
    height: 13px;
    border-radius: 50px;
    margin-bottom: 22px;
    background-color: #d3d6df;
}

.about1_three .s_year {
    font-family: Montserrat-Bold;
    font-size: 24px;
    line-height: 27px;
    letter-spacing: -1px;
    color: #333333;
    margin-bottom: 14px;
}

.about1_three .s_content {
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 28px;
    color: #333333;
    margin-bottom: 24px;
    min-height: 84px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.about1_three img {
    display: block;
}

.about1_three .bottombox .line {
    width: 100%;
    position: absolute;
    height: 1px;
    background-color: #d3d6df;
    top: 6px;
}


.about1_three .bottombox .multiple_mySwiper {
    /*pointer-events: none;*/
}


@media(max-width:1600px) {
    .about1_three {
        padding: 60px 0px;
    }

    .about1_three .title36 {
        margin-bottom: 20px;
    }

    .about1_three .content {
        margin-bottom: 40px;
        font-size: 18px;
        line-height: 32px;
    }

    .about1_three .topbox .b_year {
        font-size: 50px;
    }

    .about1_three .wrap .topbox {
        margin-bottom: 45px;
    }

    .about1_three .s_year {
        font-size: 22px;
        line-height: 27px;
        margin-bottom: 14px;
    }

    .about1_three .s_content {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 24px;
    }
}

@media(max-width:1333px) {
    .about1_three .title36 {
        margin-bottom: 15px;
    }

    .about1_three .content {
        margin-bottom: 30px;
        font-size: 18px;
        line-height: 30px;
    }

    .about1_three .topbox .b_year {
        font-size: 46px;
    }

    .about1_three .topbox .b_from {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .about1_three .wrap .topbox {
        margin-bottom: 40px;
    }

    .about1_three .s_year {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 12px;
    }

    .about1_three .s_content {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 20px;
    }
}

@media(max-width:999px) {
    .about1_three {
        padding: 50px 0px;
    }

    .about1_three .content {
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 28px;
    }

    .about1_three .topbox .b_year {
        font-size: 40px;
    }

    .about1_three .topbox .b_from {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .about1_three .wrap .topbox {
        margin-bottom: 35px;
    }

    .about1_three .s_year {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .about1_three .topbox .b_content {
        font-family: Montserrat-Light;
        font-size: 16px;
        line-height: 30px;
        color: #333333;
    }
}

@media(max-width:768px) {
    .about1_three .content {
        margin-bottom: 15px;
        font-size: 16px;
        line-height: 28px;
    }

    .about1_three .topbox .b_year {
        font-size: 34px;
    }

    .about1_three .topbox .b_from {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .about1_three .wrap .topbox {
        margin-bottom: 25px;
    }

    .about1_three .s_content {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 15px;
    }

    .about1_three .topbox .b_content {
        font-size: 14px;
        line-height: 26px;
    }
}

@media(max-width:570px) {
    .about1_three {
        padding: 40px 0px;
    }

    .about1_three .topbox .b_year {
        font-size: 28px;
    }

    .about1_three .imgbox img {
        width: 100%;
    }

    .about1_three .content {
        margin-bottom: 15px;
        font-size: 14px;
        line-height: 26px;
    }

    .about1_three .wrap .topbox {
        display: flex;
        flex-direction: column-reverse;
    }

    .about1_three .topbox .r_box {
        width: 100%;
        display: flex;
        justify-content: flex-end;
        padding-top: 30px;
        margin-bottom: 15px;
    }

    .about1_three .topbox .l_box {
        width: 100%;
    }
}



/* about1_four */


.about1_four {
    padding: 71px 0px 63px;
}

.about1_four img {
    display: block;
}

.about1_four .title36 {
    text-align: center;
    margin-bottom: 22px;
    color: #333;
}

.about1_four .content {
    font-family: Montserrat-Light;
    font-size: 18px;
    line-height: 32px;
    color: #333333;
    text-align: center;
    margin-bottom: 35px;
}

.about1_four .wrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

.about1_four .imgbox {
    width: 31.8571%;
    margin-right: 2.12%;
    margin-bottom: 22px;
}

.about1_four .imgbox:nth-child(3n) {
    margin-right: 0;
}

.about1_four .view_more {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 135px;
    height: 43px;
    background-color: #014ec2;
    border-radius: 22px;
    font-family: Montserrat-Light;
    font-size: 16px;
    color: #ffffff;
    margin: 0 auto;
}

.about1_four .view_more:hover {
    color: #014ec2;
    border: 1px solid #014ec2;
    background-color: #fff;
}


@media(max-width:1600px) {
    .about1_four {
        padding: 60px 0px;
    }

    .about1_four .content {
        font-size: 18px;
        line-height: 32px;
        margin-bottom: 30px;
    }
}

@media(max-width:1333px) {
    .about1_four .title36 {
        margin-bottom: 22px;
    }

    .about1_four .content {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 25px;
    }

    .about1_four .imgbox {
        width: 31%;
        margin-right: 2%;
        margin-bottom: 20px;
    }
}

@media(max-width:999px) {
    .about1_four {
        padding: 50px 0px;
    }

    .about1_four .title36 {
        margin-bottom: 20px;
    }

    .about1_four .imgbox {
        width: 31%;
        margin-right: 2%;
        margin-bottom: 15px;
    }
}

@media(max-width:768px) {
    .about1_four .title36 {
        margin-bottom: 15px;
    }

    .about1_four .content {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 15px;
    }

    .about1_four .imgbox {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 10px;
    }

    .about1_four .imgbox:nth-child(3n) {
        margin-right: 2%;
    }

    .about1_four .imgbox:nth-child(2n) {
        margin-right: 0;
    }

    .about1_four .view_more {
        width: 135px;
        height: 42px;
        border-radius: 22px;
        font-size: 14px;
    }
}

@media(max-width:570px) {
    .about1_four {
        padding: 40px 0px;
    }
}

@media(max-width:400px) {
    .about1_four .imgbox {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 15px;
    }
}





/* about1_certificate */


.about1_certificate {
    margin-bottom: 72px;
}

.about1_certificate .title36 {
    text-align: center;
    margin-bottom: 44px;
}

.about1_certificate .swiper {
    padding-bottom: 120px;
}

.about1_certificate .swiper-slide .imgbox {
    border: solid 6px #e4e4e4;
}

.about1_certificate .imgbox img {
    width: 100%;
}

.about1_certificate .swiper-slide .imgbox:hover {
    border: solid 6px gray;
}

.about1_certificate .name {
    font-family: Montserrat-Regular;
    font-size: 18px;
    color: #333333;
    text-align: center;
    padding: 17px 8px 0px 8px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.about1_certificate .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #666666;
    opacity: 1;
    position: relative;
    margin-right: 25px !important;
    bottom: 10px;
}

.about1_certificate .swiper-pagination-bullet:last-child {
    margin-right: 0 !important;
}

.about1_certificate .swiper-pagination-bullet::after {
    width: 38px;
    height: 38px;
    border: solid 1px #014ec2;
    content: "";
    position: absolute;
    left: -14px;
    top: -14px;
    border-radius: 50px;
    opacity: 0;
}

.about1_certificate .swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
}

.about1_certificate .swiper-pagination-bullet-active::after {
    opacity: 1 !important;
}


@media(max-width:1600px) {
    .about1_certificate {
        margin-bottom: 60px;
    }

    .about1_certificate .title36 {
        margin-bottom: 40px;
    }

    .about1_certificate .name {
        font-size: 18px;
        padding: 15px 5px 0px 5px;
    }

    .about1_certificate .swiper {
        padding-bottom: 100px;
    }
}

@media(max-width:1333px) {
    .about1_certificate .title36 {
        margin-bottom: 35px;
    }

    .about1_certificate .name {
        font-size: 16px;
        padding: 10px 5px 0px 5px;
    }

    .about1_certificate .swiper {
        padding-bottom: 80px;
    }
}

@media(max-width:999px) {
    .about1_certificate {
        margin-bottom: 50px;
    }

    .about1_certificate .title36 {
        margin-bottom: 30px;
    }

    .about1_certificate .swiper {
        padding-bottom: 70px;
    }
}

@media(max-width:768px) {
    .about1_certificate .title36 {
        margin-bottom: 25px;
    }

    .about1_certificate .name {
        font-size: 14px;
        padding: 10px 5px 0px 5px;
    }

    .about1_certificate .swiper {
        padding-bottom: 70px;
    }
}

@media(max-width:570px) {
    .about1_certificate {
        margin-bottom: 40px;
    }

    .about1_certificate .title36 {
        margin-bottom: 20px;
    }

    .about1_certificate .swiper {
        padding-bottom: 60px;
    }
}



/* about_five */

.about_five {
    position: relative;
    background-color: #f8f8f8;
    margin-bottom: 78px;
    max-width: 1920px;
    margin: 0 auto;
}

.about_five .imgbox {
    width: 35.9%;
    position: absolute;
    left: 0;
    top: 0;
    /* height: 100%; */
}

.about_five img {
    display: block;
}


.about_five .safe {
    height: 681px;
}

.about_five .contact {
    padding-top: 84px;
    width: 64.9%;
    float: right;
}

.about_five .title36 {
    margin-bottom: 47px;
}

.about_five .content {
    font-family: Montserrat-Light;
    font-size: 18px;
    line-height: 32px;
    color: #333333;
}

.about_five .content p {
    display: flex;
    margin-bottom: 30px;
}

.about_five .content img {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    margin-top: 5px;
    margin-right: 10px;
}

@media(max-width:1600px) {
    .about_five .contact {
        padding-top: 0;
    }

    .about_five .imgbox {
        width: 45%;
        position: static;
        left: 0;
        top: 0;
    }

    .about_five .contact {
        width: 52%;
    }

    .about_five .safe {
        height: auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px 0px;
    }

    .about_five .title36 {
        margin-bottom: 45px;
    }
}

@media(max-width:1333px) {
    .about_five .title36 {
        margin-bottom: 40px;
    }

    .about_five .content {
        font-size: 16px;
        line-height: 28px;
    }

    .about_five .contact {
        width: 53%;
    }
}

@media(max-width:999px) {
    .about_five .title36 {
        margin-bottom: 30px;
    }

    .about_five .safe {
        flex-direction: column;
    }

    .about_five .imgbox {
        width: 60%;
        position: static;
        left: 0;
        top: 0;
        margin-bottom: 25px;
    }

    .about_five .contact {
        width: 100%;
    }
}

@media(max-width:768px) {
    .about_five .title36 {
        margin-bottom: 20px;
    }

    .about_five .imgbox {
        width: 75%;
        position: static;
        left: 0;
        top: 0;
        margin-bottom: 25px;
    }

    .about_five .content {
        font-size: 14px;
        line-height: 26px;
    }

    .about_five .content img {
        width: 28px;
        height: 28px;
        flex-shrink: 0;
        padding-top: 5px;
        margin-right: 10px;
    }
}

@media(max-width:570px) {
    .about_five .imgbox {
        width: 85%;
        margin-bottom: 25px;
    }
}

@media(max-width:400px) {
    .about_five .imgbox {
        width: 100%;
        margin-bottom: 25px;
    }
}


/* about_five */

.about_six {
    position: relative;
    margin-top: 79px;
    margin-bottom: 82px;
}

.about_six .imgbox {
    width: 45.7%;
    position: absolute;
    right: 0;
    top: 0;
    /* height: 100%; */
}

.about_six img {
    display: block;
}


.about_six .safe {
    height: 569px;
}

.about_six .contact {
    padding-top: 117px;
    width: 51%;
    float: left;
}

.about_six .title36 {
    margin-bottom: 42px;
}

.about_six .title2 {
    font-family: Montserrat-Bold;
    font-size: 24px;
    color: #333333;
    margin-bottom: 15px;
}

.about_six .content {
    font-family: Montserrat-Light;
    font-size: 18px;
    line-height: 32px;
    color: #333333;
    margin-bottom: 44px;
}

.about_six .content p {
    display: flex;
}

.about_six .content img {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    padding-top: 5px;
    margin-right: 10px;
}

.about_six .view_more {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 135px;
    height: 43px;
    background-color: #014ec2;
    border-radius: 22px;
    font-family: Montserrat-Light;
    font-size: 16px;
    color: #ffffff;
}

.about_six .view_more:hover {
    color: #014ec2;
    border: 1px solid #014ec2;
    background-color: #fff;
}

@media(max-width:1600px) {
    .about_six .safe {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: auto;
    }

    .about_six .imgbox {
        width: 45%;
        position: static;
        right: 0;
        top: 0;
        /* height: 100%; */
    }

    .about_six .title36 {
        margin-bottom: 40px;
    }

    .about_six .contact {
        padding-top: 0;
        width: 52%;
        float: unset;
    }

    .about_six .title2 {
        font-size: 22px;
        margin-bottom: 13px;
    }

    .about_six {
        margin-top: 60px;
        margin-bottom: 60px;
    }
}

@media(max-width:1333px) {
    .about_six .title36 {
        margin-bottom: 20px;
    }

    .about_six .title2 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .about_six .content {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 40px;
    }
}

@media(max-width:999px) {
    .about_six .title36 {
        margin-bottom: 20px;
    }

    .about_six .content {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 30px;
    }

    .about_six .safe {
        flex-direction: column-reverse;

    }

    .about_six .imgbox {
        width: 60%;
        margin: 0 auto;
        margin-bottom: 30px;
    }

    .about_six .contact {
        padding-top: 0;
        width: 100%;
        float: unset;
    }

    .about_six .title2 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .about_six {
        margin-top: 50px;
        margin-bottom: 50px;
    }
}

@media(max-width:768px) {
    .about_six .content {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 20px;
    }

    .about_six .imgbox {
        width: 75%;
        margin: 0 auto;
        margin-bottom: 25px;
    }

    .about_six .title36 {
        margin-bottom: 10px;
    }

    .about_six .title2 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .about_six .view_more {
        width: 135px;
        height: 42px;
        border-radius: 22px;
        font-size: 14px;
    }
}

@media(max-width:570px) {
    .about_six .imgbox {
        width: 85%;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .about_six {
        margin-top: 40px;
        margin-bottom: 40px;
    }

}

@media(max-width:400px) {
    .about_six .imgbox {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 20px;
    }
}




/* 2-2 */


.about2_list {
    padding: 61px 0px 59px;
}

.about2_list .title42 {
    text-align: center;
    margin-bottom: 20px;
}

.about2_list .content {
    text-align: center;
    font-family: Montserrat-Light;
    font-size: 18px;
    line-height: 32px;
    color: #333333;
    margin-bottom: 30px;
}

.about2_list ul {
    display: flex;
    justify-content: center;
    margin-bottom: 67px;
}

.about2_list ul li {
    margin-right: 61px;
}

.about2_list ul li:last-child {
    margin-right: 0;
}

.about2_list ul li a {
    width: 145px;
    height: 45px;
    background-color: #ffffff;
    border-radius: 22px;
    border: solid 1px #014ec2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Montserrat-Light;
    font-size: 16px;
    color: #014ec2;
}

.about2_list ul li a:hover {
    color: #fff;
    background-color: #014ec2;
}

.about2_list ul .active a {
    color: #fff;
    background-color: #014ec2;
}


.about2_list .wrap {
    display: flex;
    flex-wrap: wrap;
}

.about2_list img {
    display: block;
}

.about2_list .box {
    overflow: hidden;
    width: 31.951%;
    margin-right: 2.04%;
    margin-bottom: 24px;
}

.about2_list .box:nth-child(3n) {
    margin-right: 0;
}

.about2_list .box img:hover {
    transform: scale(1.05);
}


@media(max-width:1600px) {
    .about2_list {
        padding: 50px 0px;
    }

    .about2_list .content {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 25px;
    }

    .about2_list ul {
        margin-bottom: 50px;
        flex-wrap: wrap;
    }

    .about2_list ul li {
        margin-right: 50px;
    }

    .about2_list ul li:last-child {
        margin-right: 0;
    }
}

@media(max-width:1333px) {
    .about2_list .content {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .about2_list ul {
        margin-bottom: 40px;
    }

    .about2_list ul li {
        margin-right: 40px;
    }

    .about2_list ul li:last-child {
        margin-right: 0;
    }
}

@media(max-width:999px) {
    .about2_list {
        padding: 40px 0px;
    }

    .about2_list .content {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 15px;
    }

    .about2_list ul {
        margin-bottom: 30px;
    }

    .about2_list ul li {
        margin-right: 30px;
        margin-bottom: 15px;
    }

    .about2_list ul li:last-child {
        margin-right: 0;
    }

    .about2_list .box {
        overflow: hidden;
        width: 31.951%;
        margin-right: 2.04%;
        margin-bottom: 20px;
    }
}

@media(max-width:768px) {
    .about2_list ul {
        margin-bottom: 20px;
    }

    .about2_list ul li {
        margin-right: 20px;
    }

    .about2_list ul li:last-child {
        margin-right: 0;
    }

    .about2_list ul li a {
        width: 135px;
        height: 40px;
        font-size: 14px;
    }

    .about2_list .box {
        overflow: hidden;
        width: 49%;
        margin-right: 2%;
        margin-bottom: 15px;
    }

    .about2_list .box:nth-child(3n) {
        margin-right: 2%;
    }

    .about2_list .box:nth-child(2n) {
        margin-right: 0;
    }
}

@media(max-width:570px) {
    .about2_list {
        padding: 30px 0px;
    }
}

@media(max-width:400px) {
    .about2_list .box {
        overflow: hidden;
        width: 100%;
        margin-right: 0%;
        margin-bottom: 15px;
    }
}






/* 2-3 */


.about3_detail {
    padding: 73px 0px 36px;
}

.about3_detail .title30 {
    margin-bottom: 33px;
}

.about3_detail .sharebox {
    display: flex;
    align-items: center;
    font-family: Montserrat-Light;
    font-size: 18px;
    color: #333333;
    margin-bottom: 32px;
}

.about3_detail .sharebox span {
    margin-right: 5px;
}

.about3_detail .content {
    border-top: 1px solid #e4e4e4;
    padding-top: 36px;
}


.about3_detail .content p {
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 28px;
    color: #333333;
}

.about3_detail .content p em {
    font-family: Montserrat-Bold;
    font-size: 20px;
    line-height: 32px;
    color: #333333;
}

.about3_detail .content p strong {
    font-family: Montserrat-Bold;
    font-size: 16px;
    line-height: 28px;
    color: #333333;
    position: relative;
}


.about3_detail .content img {
    display: block;
}

.about3_detail .content strong::before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    left: -15px;
    top: 6px;
    background-color: #014ec2;
    display: inline-block;
    border-radius: 50px;
}

.about3_detail .pd_left {
    padding-left: 30px;
}

.about3_detail table {
    border-collapse: collapse;
    border: 2px solid #dddddd;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 15px;
    min-width: 700px;
    overflow: auto;
}

.about3_detail .tablen {
    overflow: auto;
}

.about3_detail table tr {
    color: #666666;
}

.about3_detail table tr td {
    border: 2px solid #dddddd;
    padding: 10px 15px;
    text-align: center;
}

.about3_detail video {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    left: 0;
    top: 0;
    object-fit: cover;
}


@media(max-width:1600px) {
    .about3_detail {
        padding: 50px 0px;
    }

    .about3_detail .title30 {
        margin-bottom: 30px;
    }

    .about3_detail .sharebox {
        font-size: 18px;
        margin-bottom: 30px;
    }

    .about3_detail .content {
        padding-top: 30px;
    }
}

@media(max-width:1333px) {
    .about3_detail .title30 {
        margin-bottom: 25px;
    }

    .about3_detail .sharebox {
        font-size: 16px;
        margin-bottom: 25px;
    }

    .about3_detail .content {
        padding-top: 25px;
    }

    .about3_detail .content p em {
        font-size: 18px;
        line-height: 28px;
    }
}

@media(max-width:999px) {
    .about3_detail {
        padding: 40px 0px;
    }

    .about3_detail .title30 {
        margin-bottom: 20px;
    }

    .about3_detail .sharebox {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .about3_detail .content {
        padding-top: 20px;
    }

}

@media(max-width:768px) {
    .about3_detail .title30 {
        margin-bottom: 15px;
    }

    .about3_detail .sharebox {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .about3_detail .content {
        padding-top: 15px;
    }

    .about3_detail .content p {
        font-size: 14px;
        line-height: 26px;
    }

    .about3_detail .content p em {
        font-size: 16px;
        line-height: 26px;
    }

    .about3_detail .pd_left {
        padding-left: 15px;
    }
}

@media(max-width:570px) {
    .about3_detail {
        padding: 30px 0px;
    }
}






/* switch */


.switch1 {
    margin-bottom: 92px;
}

.switch2 {
    padding: 0px 20px;
}

.switch3 {
    margin-bottom: 57px;
}

.switch3 .safe {
    padding-left: 23.5%;
}

.switch .prev {
    margin-bottom: 20px;
}

.switch3 .prev {
    margin-bottom: 27px;
}

.switch .iconfont {
    font-size: 22px;
    font-weight: bold;
    color: #909399;
    margin-right: 15px;
}

.switch .prev,
.switch .next {
    display: flex;
    align-items: center;
    font-family: Montserrat-Light;
    font-size: 18px;
    color: #333333;
}

.switch .next .name,
.switch .next .result {
    font-family: Montserrat-Light;
    font-size: 18px;
    color: #666666 !important;
}

.switch a:hover {
    color: #014ec2;
}


@media(max-width:1600px) {
    .switch1 {
        margin-bottom: 50px;
    }

    .switch3 {
        margin-bottom: 50px;
    }
}

@media(max-width:1333px) {

    .switch .prev,
    .switch .next {
        font-size: 16px;
    }

    .switch .prev,
    .switch .next {
        font-size: 16px;
    }

    .switch .iconfont {
        font-size: 18px;
        margin-right: 10px;
    }

    .switch .next .name,
    .switch .next .result {
        font-size: 16px;
    }

}

@media(max-width:999px) {
    .switch1 {
        margin-bottom: 40px;
    }

    .switch3 .prev {
        margin-bottom: 20px;
    }

    .switch3 .safe {
        padding-left: 0;
    }

    .switch3 {
        margin-bottom: 40px;
    }
}

@media(max-width:768px) {

    .switch .prev,
    .switch .next {
        font-size: 14px;
    }

    .switch .iconfont {
        font-size: 16px;
        margin-right: 8px;
    }

    .switch .next .name,
    .switch .next .result {
        font-size: 14px;
    }
}

@media(max-width:570px) {
    .switch1 {
        margin-bottom: 30px;
    }

    .switch3 {
        margin-bottom: 30px;
    }
}



/* 3-1 */
.service1_one {
    padding: 72px 0px 23px;
}

.service1_one .title36 {
    text-align: center;
    margin-bottom: 36px;
}

.service1_one .b_content {
    text-align: center;
    font-family: Montserrat-Light;
    font-size: 18px;
    line-height: 32px;
    color: #333333;
    margin-bottom: 73px;
}

.service1_one .wrap {
    display: flex;
    flex-wrap: wrap;
}

.service1_one .box {
    width: 33.3%;
    padding-right: 2%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 42px;
}

.service1_one .box .l_box {
    width: 19%;
}

.service1_one .box .r_box {
    width: 80%;
}

.service1_one .box .title {
    font-family: Montserrat-Bold;
    font-size: 24px;
    line-height: 32px;
    color: #333333;
    margin-bottom: 12px;
}

.service1_one .box .content {
    font-family: Montserrat-Light;
    font-size: 18px;
    line-height: 32px;
    color: #333333;
    hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
}


@media(max-width:1600px) {
    .service1_one {
        padding: 50px 0px;
    }

    .service1_one .title36 {
        margin-bottom: 35px;
    }

    .service1_one .b_content {
        font-size: 18px;
        line-height: 32px;
        margin-bottom: 50px;
    }

    .service1_one .box .r_box {
        width: 78%;
    }

    .service1_one .box .title {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 10px;
    }

    .service1_one .box .content {
        font-size: 18px;
        line-height: 30px;
    }
}

@media(max-width:1333px) {
    .service1_one .box .title {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .service1_one .box .content {
        font-size: 16px;
        line-height: 28px;
    }

    .service1_one .title36 {
        margin-bottom: 30px;
    }

    .service1_one .b_content {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 40px;
    }
}

@media(max-width:999px) {
    .service1_one .box {
        width: 100%;
        padding-right: 0%;
        margin-bottom: 30px;
    }

    .service1_one .box .l_box {
        width: auto;
        flex-shrink: 0;
        margin-right: 15px;
    }

    .service1_one .box .title {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 5px;
    }

    .service1_one .box .r_box {
        width: 100%;
    }

    .service1_one .box .l_box img {
        width: 70px;
    }

    .service1_one {
        padding: 40px 0px;
    }

    .service1_one .title36 {
        margin-bottom: 25px;
    }

    .service1_one .b_content {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 30px;
    }
}

@media(max-width:768px) {
    .service1_one .box .l_box img {
        width: 60px;
    }

    .service1_one .box .title {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 5px;
    }

    .service1_one .box .content {
        font-size: 14px;
        line-height: 26px;
    }

    .service1_one .box {
        width: 100%;
        padding-right: 0%;
        margin-bottom: 20px;
    }

    .service1_one .title36 {
        margin-bottom: 15px;
    }

    .service1_one .b_content {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 20px;
    }
}

@media(max-width:570px) {
    .service1_one .box .l_box img {
        width: 50px;
    }

    .service1_one .box .title {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 0px;
    }

    .service1_one {
        padding: 30px 0px;
    }

    .service1_one .b_content {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 15px;
    }
}




/* service1_two */

.service1_two {
    padding: 54px 0px 78px;
    position: relative;
}

.service1_two .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}

.service1_two .title36 {
    text-align: center;
    margin-bottom: 40px;
}

.service1_two .b_content {
    font-family: Montserrat-Light;
    font-size: 18px;
    line-height: 32px;
    color: #333333;
    text-align: center;
    margin-bottom: 51px;
}


.service1_two img {
    display: block;
}

.service1_two .imgbox {
    overflow: hidden;
}

.service1_two .imgbox img:hover {
    transform: scale(1.05);
}

.service1_two .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #666666 !important;
    opacity: 1;
    border-radius: 50px;
    position: relative;
    margin-right: 25px !important;
    bottom: 10px !important;
}


.service1_two .swiper-pagination-bullet:last-child {
    margin-right: 0;
}

.service1_two .swiper-pagination-bullet::after {
    content: "";
    position: absolute;
    left: -15px;
    top: -15px;
    width: 38px;
    height: 38px;
    border: solid 1px #014ec2;
    border-radius: 50px;
    opacity: 0;
}

.service1_two .swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
    background-color: #014ec2 !important;
}

.service1_two .swiper-pagination-bullet-active::after {
    opacity: 1;
}

.service1_two .contact {
    padding-top: 31px;
}

.service1_two .title {
    margin-bottom: 12px;
}

.service1_two .title {
    font-family: Montserrat-Bold;
    font-size: 24px;
    line-height: 32px;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.service1_two .title a:hover {
    color: #014ec2;
}

.service1_two .content {
    font-family: Montserrat-Light;
    font-size: 18px;
    line-height: 32px;
    color: #333333;
}
.service1_two .box{
    position:relative;
}
.service1_two .btnbox i {
    font-weight: bold;
    font-size: 26px;
    color: #c6c7c9;
    cursor: pointer;
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    z-index:10;
}

.service1_two .btnbox i:hover {
    color: #0953c3;
}

.service1_two .btnbox .service1_prev {
    left:-4%;
}
.service1_two .btnbox .service1_next {
    right:-4%;
}
.service1_two .swiper-pagination{
    display:none;
}


@media(max-width:1600px) {
    .service1_two {
        padding: 60px 0px;
    }

    .service1_two .title36 {
        margin-bottom: 40px;
    }

    .service1_two .b_content {
        font-size: 18px;
        line-height: 32px;
        margin-bottom: 50px;
    }


    .service1_two .contact {
        padding-top: 25px;
    }

    .service1_two .title {
        font-size: 22px;
        line-height: 30px;
    }

    .service1_two .title {
        margin-bottom: 10px;
    }
}

@media(max-width:1333px) {
    .service1_two .contact {
        padding-top: 20px;
    }

    .service1_two .title {
        font-size: 20px;
        line-height: 30px;
    }

    .service1_two .title {
        margin-bottom: 8px;
    }

    .service1_two .title36 {
        margin-bottom: 30px;
    }

    .service1_two .b_content {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 40px;
    }

    .service1_two .content {
        font-size: 16px;
        line-height: 30px;
    }

    .service1_two .bg {
        display: none;
    }
}

@media(max-width:999px) {
    .service1_two {
        padding: 50px 0px;
    }

    .service1_two .title36 {
        margin-bottom: 20px;
    }

    .service1_two .b_content {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 30px;
    }

    .service1_two .content {
        font-size: 16px;
        line-height: 28px;
    }
    .service1_two .btnbox{
        margin:0 auto;
        display:flex;
        justify-content: center
    }
    .service1_two .btnbox i {
        font-size: 26px;
        color: #c6c7c9;
        cursor: pointer;
        position: relative;
        top: 0;
        transform: translateY(0%);
        z-index: 10;
       margin-bottom:20px;
    }
    
    .service1_two .btnbox .service1_prev {
        left:-0%;
        margin-right:15px;
    }
    .service1_two .btnbox .service1_next {
        right:-0%;
    }
}

@media(max-width:768px) {
    .service1_two .title36 {
        margin-bottom: 15px;
    }

    .service1_two .b_content {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 20px;
    }

    .service1_two .title {
        font-size: 18px;
        line-height: 30px;
    }

    .service1_two .content {
        font-size: 14px;
        line-height: 26px;
    }

    .service1_two .contact {
        padding-top: 10px;
    }

    .service1_two .title {
        margin-bottom: 4px;
    }

    .service1_two .swiper-pagination-bullet::after {
        left: -10px;
        top: -10px;
        width: 30px;
        height: 30px;
    }
}

@media(max-width:570px) {
    .service1_two {
        padding: 40px 0px;
    }
}




/* service1_three */

.service1_three {
    background-color: #014ec2;
    height: 599px;
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
}

.service1_three .l_box {
    position: absolute;
    left: 0;
    top: 0;
    width: 45.5%;
}

.service1_three .r_box {
    float: right;
    width: 54%;
    padding-top: 99px;
}

.service1_three .r_box .title36 {
    color: #fff;
    margin-bottom: 62px;
}

.service1_three .content p {
    font-family: Montserrat-Light;
    font-size: 18px;
    line-height: 32px;
    color: #ffffff;
}

.service1_three .content p strong {
    font-family: Montserrat-Bold;
    font-size: 22px;
    line-height: 32px;
    color: #ffffff;
    margin-bottom: 10px;
}

.service1_three .content p:nth-child(2n) {
    margin-bottom: 47px;
}

.service1_three .content p:last-child {
    margin-bottom: 0;
}

.service1_three img {
    display: block;
}

@media(max-width:1900px) {
    .service1_three .l_box img {
        height: 100%;
        object-fit: cover;
    }
}

@media(max-width:1600px) {
    .service1_three .r_box {
        padding-top: 0;
    }

    .service1_three .l_box {
        position: relative;
        left: 0;
        top: 0;
        width: 45.5%;
    }

    .service1_three .r_box {
        float: unset;
        width: 50%;
        padding-top: 0px;
    }

    .service1_three .safe {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .service1_three {
        height: auto;
        padding: 40px 0px;
    }

    .service1_three .l_box img {
        height: auto;
    }

    .service1_three .r_box .title36 {
        margin-bottom: 40px;
    }

    .service1_three .content p:nth-child(2n) {
        margin-bottom: 40px;
    }

    .service1_three .content p strong {
        font-size: 20px;
        line-height: 32px;
        margin-bottom: 5px;
    }
}

@media(max-width:1333px) {
    .service1_three .r_box .title36 {
        margin-bottom: 30px;
    }

    .service1_three .content p:nth-child(2n) {
        margin-bottom: 30px;
    }

    .service1_three .content p strong {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 5px;
    }

    .service1_three .content p {
        font-family: Montserrat-Light;
        font-size: 16px;
        line-height: 30px;
        color: #ffffff;
    }

    .service1_three {
        height: auto;
        padding: 30px 0px;
    }
}

@media(max-width:999px) {
    .service1_three .r_box .title36 {
        margin-bottom: 25px;
    }

    .service1_three .content p:nth-child(2n) {
        margin-bottom: 20px;
    }

    .service1_three .safe {
        flex-direction: column;
    }

    .service1_three .l_box {
        width: 65%;
        margin-bottom: 20px;
    }

    .service1_three .r_box {
        float: unset;
        width: 100%;
        padding-top: 0px;
    }

    .service1_three .content p {
        font-size: 16px;
        line-height: 28px;
    }
}

@media(max-width:768px) {
    .service1_three .r_box .title36 {
        margin-bottom: 10px;
    }

    .service1_three .content p:nth-child(2n) {
        margin-bottom: 15px;
    }

    .service1_three .l_box {
        width: 75%;
        margin-bottom: 20px;
    }

    .service1_three .content p {
        font-size: 14px;
        line-height: 26px;
    }

    .service1_three .content p strong {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 5px;
    }
}

@media(max-width:570px) {
    .service1_three .l_box {
        width: 85%;
        margin-bottom: 20px;
    }
}

@media(max-width:500px) {
    .service1_three .l_box {
        width: 90%;
        margin-bottom: 20px;
    }
}

@media(max-width:400px) {
    .service1_three .l_box {
        width: 100%;
        margin-bottom: 20px;
    }
}



/* 4-1 */

.project_one {
    padding: 73px 0px 23px;
}

.project_one img {
    display: block;
}

.project_one .wrap {
    display: flex;
    flex-wrap: wrap;
}

.project_one .box {
    width: 31.155%;
    margin-right: 3%;
    margin-bottom: 38px;
}

.project_one .box:nth-child(3n) {
    margin-right: 0;
}

.project_one .imgbox {
    overflow: hidden;
}

.project_one .imgbox img {}

.project_one .imgbox img:hover {
    transform: scale(1.05);
}

.project_one .contact {
    padding-top: 34px;
}

.project_one .title {
    margin-bottom: 19px;
}

.project_one .title a {
    font-family: Montserrat-Bold;
    font-size: 20px;
    line-height: 34px;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.project_one .title a:hover {
    color: #014ec2;
}

.project_one .content {
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media(max-width:1600px) {
    .project_one {
        padding: 50px 0px;
    }

    .project_one .contact {
        padding-top: 25px;
    }

    .project_one .title {
        margin-bottom: 15px;
    }

    .project_one .box {
        width: 31.155%;
        margin-right: 3%;
        margin-bottom: 35px;
    }
}

@media(max-width:1333px) {
    .project_one .contact {
        padding-top: 15px;
    }

    .project_one .title {
        margin-bottom: 10px;
    }

    .project_one .box {
        width: 31.155%;
        margin-right: 3%;
        margin-bottom: 30px;
    }

    .project_one .title a {
        font-size: 18px;
        line-height: 28px;
    }

    .project_one .content {
        font-size: 16px;
        line-height: 28px;
    }
}

@media(max-width:999px) {
    .project_one {
        padding: 40px 0px;
    }

    .project_one .title {
        margin-bottom: 6px;
    }

    .project_one .box {
        width: 31.155%;
        margin-right: 3%;
        margin-bottom: 25px;
    }
}

@media(max-width:768px) {
    .project_one .box {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 25px;
    }

    .project_one .box:nth-child(3n) {
        margin-right: 2%;
    }

    .project_one .box:nth-child(2n) {
        margin-right: 0;
    }

    .project_one .title a {
        font-size: 16px;
        line-height: 26px;
    }

    .project_one .content {
        font-size: 14px;
        line-height: 26px;
    }
}

@media(max-width:570px) {
    .project_one {
        padding: 30px 0px;
    }
}

@media(max-width:400px) {
    .project_one .box {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 25px;
    }

    .project_one .box:last-child {
        margin-bottom: 0;
    }

}


/* 5-1 */

.support_faq {
    padding: 73px 0px 82px;
}

.support_faq .title36 {
    text-align: center;
    margin-bottom: 17px;
}

.support_faq .content {
    text-align: center;
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    width: 75%;
    margin: 0 auto;
    margin-bottom: 28px;
}


.resource_faq .quest1 {
    margin-bottom: 30px;
    background-color: #ffffff;
    border: solid 1px #ebebeb;
}

.resource_faq .quest1:last-child {
    margin-bottom: 0;
}

.resource_faq .question {
    padding-left: 39px;
    padding-right: 39px;
    padding-top: 34px;
    padding-bottom: 42px;
    background-color: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;

}

.resource_faq .question .que {
    width: 92%;
    font-family: Montserrat-Regular;
    font-size: 18px;
    line-height: 28px;
    color: #333333;
}

.resource_faq .question i {
    font-size: 16px;
}

.resource_faq .quest1 .answer {
    display: none;
    transition: none;
    position: relative;
    transform: translateY(-15px);
    padding: 21px 0px 30px 0px;
}

.resource_faq .quest1 .answer::after {
    position: absolute;
    content: "";
    height: 1px;
    background-color: #edeef0;
    top: 0;
    width: 94%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.resource_faq .quest1 .answer p {
    padding-left: 39px;
    padding-right: 39px;
    transition: none;

    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 32px;
    color: #333333;
}

.resource_faq .quest1 .answer {}

.resource_faq .box_shadow {
    box-shadow: 0px 4px 16px 0px rgba(230, 232, 235, 0.95);
    border: 1px solid transparent;
}



@media(max-width:1600px) {
    .support_faq {
        padding: 50px 0px;
    }

    .support_faq .title36 {
        margin-bottom: 15px;
    }

    .support_faq .content {
        font-size: 16px;
        line-height: 30px;
        width: 85%;
        margin-bottom: 25px;
    }

    .resource_faq .question {
        padding-left: 35px;
        padding-right: 35px;
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .resource_faq .quest1 .answer {
        transform: translateY(0px);
        padding: 15px 0px 15px 0px;
    }

    .resource_faq .quest1 {
        margin-bottom: 25px;
    }
}

@media(max-width:1333px) {
    .support_faq .content {
        font-size: 16px;
        line-height: 28px;
        width: 95%;
        margin-bottom: 20px;
    }

    .resource_faq .quest1 {
        margin-bottom: 20px;
    }

    .resource_faq .question {
        padding-left: 25px;
        padding-right: 25px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .resource_faq .quest1 .answer p {
        padding-left: 25px;
        padding-right: 25px;
        font-size: 16px;
        line-height: 28px;
    }
}

@media(max-width:999px) {
    .support_faq {
        padding: 40px 0px;
    }

    .support_faq .content {
        font-size: 16px;
        line-height: 28px;
        width: 100%;
        margin-bottom: 20px;
    }

    .resource_faq .quest1 {
        margin-bottom: 15px;
    }

    .resource_faq .question .que {
        width: 92%;
        font-size: 16px;
        line-height: 26px;
    }

    .resource_faq .question {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .resource_faq .quest1 .answer p {
        padding-left: 25px;
        padding-right: 25px;
        font-size: 14px;
        line-height: 26px;
    }
}

@media(max-width:768px) {
    .support_faq .title36 {
        margin-bottom: 10px;
    }

    .support_faq .content {
        font-size: 14px;
        line-height: 26px;
        width: 100%;
        margin-bottom: 15px;
    }

    .resource_faq .question {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

@media(max-width:570px) {
    .support_faq {
        padding: 30px 0px;
    }

    .resource_faq .question {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .resource_faq .quest1 .answer p {
        padding-left: 15px;
        padding-right: 15px;
        font-size: 14px;
        line-height: 26px;
    }
}



/* 5-2 */

.support_videos {
    padding: 73px 0px 59px;
}

.support_videos .title36 {
    text-align: center;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.support_videos .content {
    text-align: center;
    width: 75%;
    margin: 0 auto;
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    margin-bottom: 35px;
}


.support_videos .video_box1 {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.support_videos img {
    display: block;
}

.support_videos .b_box {
    width: 48.4285%;
    margin-right: 3.12%;
    position: relative;
}

.support_videos .b_box .title {
    font-family: Montserrat-Bold;
    font-size: 18px;
    line-height: 28px;
    color: #ffffff;
    position: absolute;
    top: 49px;
    width: 100%;
    padding: 0px 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    z-index: 100;
}

.support_videos .b_box:nth-child(2n) {
    margin-right: 0;
}

.support_videos .b_box .video {
    width: 100%;
    height: 100%;
    position: relative;
    cursor: pointer;
}

.support_videos .b_box .video::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    z-index: 0;
}

.support_videos .b_box .video .play {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.support_videos .b_box .video:hover .play {
    transform: translateY(-50%) scale(1.1);
}


.support_videos .video_box2 {
    display: flex;
    flex-wrap: wrap;
}

.support_videos .video_box2 .s_box {
    width: 31.5%;
    margin-right: 2.73%;
    position: relative;
    margin-bottom: 37px;
}


.support_videos .video_box2 .s_box:nth-child(3n) {
    margin-right: 0;
}

.support_videos .s_box .video {
    position: relative;
    cursor: pointer;
}

.support_videos .s_box .video::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    z-index: 0;
}


.support_videos .s_box .play {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.support_videos .s_box .video:hover .play {
    transform: translateY(-50%) scale(1.1);
}


.support_videos .s_box .title {
    font-family: Montserrat-Bold;
    font-size: 12px;
    line-height: 28px;
    color: #ffffff;
    position: absolute;
    top: 21px;
    width: 100%;
    padding: 0px 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    z-index: 100;
}


@media(max-width:1600px) {
    .support_videos {
        padding: 60px 0px;
    }

    .support_videos .title36 {
        margin-bottom: 15px;
    }

    .support_videos .content {
        width: 85%;
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 30px;
    }

    .support_videos .b_box .title {
        font-size: 18px;
        line-height: 28px;
        top: 30px;
        padding: 0px 20px;
    }
}

@media(max-width:1333px) {
    .support_videos .title36 {
        margin-bottom: 15px;
    }

    .support_videos .content {
        width: 95%;
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 25px;
    }

    .support_videos .b_box .title {
        font-size: 16px;
        line-height: 28px;
        top: 20px;
        padding: 0px 15px;
    }
}

@media(max-width:999px) {
    .support_videos {
        padding: 50px 0px;
    }

    .support_videos .content {
        width: 100%;
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .support_videos .b_box {
        width: 49%;
        margin-right: 2%;
        position: relative;
    }

    .support_videos .video_box1 {
        margin-bottom: 20px;
    }

    .support_videos .s_box .title {
        font-size: 12px;
        line-height: 28px;
        top: 10px;
        width: 100%;
        padding: 0px 15px;
    }

    .support_videos .video_box2 .s_box {
        width: 32%;
        margin-right: 2%;
        margin-bottom: 20px;
    }
}

@media(max-width:768px) {
    .support_videos .title36 {
        margin-bottom: 10px;
    }

    .support_videos .content {
        width: 100%;
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 15px;
    }

    .support_videos .b_box .title {
        font-size: 16px;
        line-height: 28px;
        top: 15px;
        padding: 0px 15px;
    }

    .support_videos .video_box2 .s_box {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 20px;
    }

    .support_videos .video_box2 .s_box:nth-child(3n) {
        margin-right: 2%;
    }

    .support_videos .video_box2 .s_box:nth-child(2n) {
        margin-right: 0;
    }
}

@media(max-width:600px) {
    .support_videos .b_box {
        width: 100%;
        margin-right: 0%;
        position: relative;
    }

    .support_videos .b_box {
        margin-bottom: 20px;
    }

    .support_videos .video_box1 {
        margin-bottom: 0;
    }

    .support_videos .b_box .title {
        font-size: 14px;
        line-height: 28px;
        top: 10px;
        padding: 0px 15px;
    }
}

@media(max-width:570px) {
    .support_videos {
        padding: 40px 0px;
    }
}

@media(max-width:500px) {
    .support_videos .video_box2 .s_box {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 20px;
    }

    .support_videos .video_box2 .s_box .bg {
        width: 100%;
    }

    .support_videos .video_box2 .s_box:last-child {
        margin-bottom: 0;
    }
}


/* 5-3 */


.support_download {
    padding: 73px 0px 39px;
}

.support_download .title36 {
    text-align: center;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.support_download .b_content {
    width: 72%;
    margin: 0 auto;
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    margin-bottom: 66px;
    text-align: center;
}

.support_download .wrap {}

.support_download .wrap .box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 54px;
    position: relative;
    padding-bottom: 19px;
}

.support_download .box .contact {
    width: 100%;
}

.support_download .download {
    width: 135px;
    height: 43px;
    border-radius: 22px;
    border: solid 1px #014ec2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Montserrat-Light;
    font-size: 16px;
    color: #014ec2;
    margin-left: 15px;
    flex-shrink: 0;
}

.support_download .download:hover {
    color: #fff;
    background-color: #014ec2;
}

.support_download .topbox {
    display: flex;
    font-family: Montserrat-Bold;
    font-size: 18px;
    line-height: 24px;
    color: #333333;
    margin-bottom: 5px;
}

.support_download .imgbox {
    flex-shrink: 0;
    margin-right: 10px;
    margin-bottom: 10px;
}

.support_download .content {
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}

.support_download .line {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

@media(max-width:1600px) {
    .support_download {
        padding: 50px 0px;
    }

    .support_download .title36 {
        margin-bottom: 15px;
    }

    .support_download .b_content {
        width: 85%;
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 50px;
    }

    .support_download .wrap .box {
        margin-bottom: 40px;
        padding-bottom: 19px;
    }
}

@media(max-width:1333px) {
    .support_download .b_content {
        width: 95%;
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 40px;
    }

    .support_download .wrap .box {
        margin-bottom: 30px;
        padding-bottom: 15px;
    }
}

@media(max-width:999px) {
    .support_download {
        padding: 40px 0px;
    }

    .support_download .title36 {
        margin-bottom: 10px;
    }

    .support_download .b_content {
        width: 100%;
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 30px;
    }

    .support_download .wrap .box {
        margin-bottom: 25px;
        padding-bottom: 15px;
    }

    .support_download .content {
        font-size: 16px;
        line-height: 28px;
    }
}

@media(max-width:768px) {
    .support_download .b_content {
        width: 100%;
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 20px;
    }

    .support_download .download {
        width: 135px;
        height: 43px;
        font-size: 14px;
    }

    .support_download .topbox {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 0px;
    }

    .support_download .content {
        font-size: 14px;
        line-height: 26px;
    }
}

@media(max-width:570px) {
    .support_download {
        padding: 30px 0px;
    }

    .support_download .wrap .box {
        flex-direction: column;
    }

    .support_download .download {
        margin-left: 0;
    }

    .support_download .content {
        margin-bottom: 15px;
    }

    .support_download .wrap .box:last-child {
        margin-bottom: 0;
    }
}


/* news_list */

.news_list {
    padding: 71px 0px 76px;
}

.news_list .box {
    display: flex;
    justify-content: space-between;
    background-color: #f6f6f6;
    margin-bottom: 40px;

}

.news_list .box:last-child {
    margin-bottom: 0;
}

.news_list img {
    display: block;
}

.news_list .box .l_box {
    width: 27.8%;
    overflow: hidden;
}

.news_list .box .r_box {
    width: 68.1%;
    padding-top: 37px;
}

.news_list .l_box img:hover {
    transform: scale(1.05);
}

.news_list .title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 8px;
}

.news_list .title a {
    font-family: Montserrat-Bold;
    font-size: 20px;
    line-height: 30px;
    color: #333333;

}

.news_list .title:hover,
.news_list .title a:hover {
    color: #014ec2;
}


.news_list .calendarbox {
    font-family: Montserrat-Light;
    font-size: 14px;
    color: #666666;
    display: flex;
    align-items: center;
    margin-bottom: 14px;
}

.news_list .calendarbox img {
    margin-right: 20px;
}

.news_list .box .content {
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 34px;
}

.news_list .box .view_more {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Montserrat-Light;
    font-size: 16px;
    color: #ffffff;
    width: 135px;
    height: 43px;
    background-color: #014ec2;
    border-radius: 22px;
}

.news_list .box .view_more:hover {
    color: #014ec2;
    background-color: #fff;
    border: 1px solid #014ec2;
}


@media(max-width:1600px) {
    .news_list {
        padding: 50px 0px;
    }

    .news_list .box .r_box {
        width: 69%;
        padding-top: 0px;
    }

    .news_list .box {
        padding: 20px 0px;
        align-items: center;
    }

    .news_list .calendarbox {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .news_list .box .content {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 25px;
    }
}

@media(max-width:1333px) {
    .news_list .box .content {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .news_list .box .r_box {
        width: 64%;
        padding-top: 0px;
    }

    .news_list .box .l_box {
        width: 33%;
        overflow: hidden;
    }

    .news_list .title a {
        font-size: 18px;
        line-height: 28px;
    }

    .news_list .calendarbox {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .news_list .box {
        margin-bottom: 30px;
    }
}

@media(max-width:999px) {
    .news_list {
        padding: 40px 0px;
    }

    .news_list .calendarbox {
        font-size: 14px;
        margin-bottom: 8px;
    }

    .news_list .box .r_box {
        width: 60%;
        padding-top: 0px;
    }

    .news_list .box .l_box {
        width: 37%;
        overflow: hidden;
    }

    .news_list .box .content {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 15px;
    }
}

@media(max-width:768px) {
    .news_list .box {
        flex-direction: column;
    }

    .news_list .box .l_box {
        width: 70%;
        overflow: hidden;
        margin-bottom: 20px;
    }

    .news_list .box .r_box {
        width: 100%;
        padding-top: 0px;
        padding: 0px 20px;
    }

    .news_list .box .l_box img {
        width: 100%;
    }

    .news_list .title a {
        font-size: 16px;
        line-height: 26px;
    }

    .news_list .box .content {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 15px;
    }

    .news_list .box .view_more {
        font-size: 14px;
        width: 135px;
        height: 42px;
    }

    .news_list .box {
        margin-bottom: 20px;
    }
}

@media(max-width:570px) {
    .news_list {
        padding: 30px 0px;
    }

    .news_list .box .l_box {
        width: 80%;
        overflow: hidden;
        margin-bottom: 20px;
    }
}

@media(max-width:500px) {
    .news_list .box .l_box {
        width: 90%;
        overflow: hidden;
        margin-bottom: 20px;
    }
}

@media(max-width:420px) {
    .news_list .box .l_box {
        width: 100%;
        overflow: hidden;
        margin-bottom: 15px;
    }
}


/* 6-2 */

/* news_detail */

.news_detail {
    padding: 51px 0px 33px;
}

.news_detail .cate_title {
    display: none;
}

.news_detail .l_box>ul {
    margin-bottom: 43px;
}

.news_detail .safe {
    display: flex;
    justify-content: space-between;
}

.news_detail .l_box {
    width: 26.2%;
}

.news_detail .l_box>ul>li {
    margin-bottom: 5px;
}

.news_detail .l_box>ul>li>a {
    font-family: Montserrat-Regular;
    font-size: 18px;
    color: #333333;
    padding: 18px 12px 18px 9px;
    display: inline-block;
    background-color: rgba(1, 78, 194, .1);
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news_detail .l_box>ul>li>a i {
    font-size: 18px;
    margin-left: 8px;
}

.news_detail .l_box>ul ul {
    display: none;
}

.news_detail .l_box>ul ul li {
    margin-bottom: 10px;
}

.news_detail .l_box>ul ul li:last-child {
    margin-bottom: 0;
}

.news_detail .l_box>ul ul li a {
    font-family: Montserrat-Regular;
    font-size: 16px;
    color: #333333;
    width: 100%;
    padding: 19px 17px 23px 17px;
    display: inline-block;
    border-bottom: 1px solid #aaaaaa;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news_detail .l_box>ul ul li span {
    opacity: 0;
}

/* .news_detail .l_box>ul ul li:last-child a{
    border-bottom: 0;
} */


.news_detail .l_box>ul ul li a:hover {
    color: #014ec2;
}

.news_detail .l_box>ul ul li a:hover span {
    opacity: 1;
    color: #014ec2;
}


.news_detail .active>a {
    color: #fff !important;
    background-color: #014ec2 !important;
    opacity: 1 !important;
}

.news_detail .active {
    margin-bottom: 0 !important;
}

.news_detail .active>ul {
    display: block !important;
}

.news_detail .act a {
    color: #014ec2 !important;
}

.news_detail .act span {
    opacity: 1 !important;
}

.news_detail .news .title {
    font-family: Montserrat-Regular;
    font-size: 22px;
    color: #ffffff;
    padding: 15.5px 5px;
    color: #fff;
    background-color: #014ec2;
}

.news_detail .news li {
    padding: 26px 16px 45px 21px;
    background-color: #f8f8f8;
    margin-bottom: 5px;
}

.news_detail .data {
    display: flex;
    align-items: center;
    margin-bottom: 2px;
}

.news_detail .data .imgbox {
    flex-shrink: 0;
}

.news_detail .data span {
    font-family: Montserrat-Light;
    font-size: 14px;
    line-height: 35px;
    color: #666666;
    margin-left: 15px;
}

.news_detail .news_title {
    margin-bottom: 14px;
}

.news_detail .news_title a {
    font-family: Montserrat-Bold;
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_detail .news_title a:hover {
    color: #014ec2;
}

.news_detail .content {
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_detail .r_box {
    width: 70.4%;
    background-color: rgba(238, 235, 235, .3);
    padding: 22px 16px 20px 41px;
}

.news_detail .intro {
    display: flex;
    justify-content: space-between;
    margin-bottom: 17px;
}

.news_detail .intro .l {
    display: flex;
    align-items: center;
    font-family: Montserrat-Light;
    font-size: 14px;
    color: #666666;
}

.news_detail .intro .r {
    font-family: Montserrat-Light;
    font-size: 16px;
    color: #666666;
    display: flex;
    align-items: center;
}


.news_detail .intro .r span {
    margin-right: 6px;
}

.news_detail .intro .imgbox {
    margin-right: 20px;
}


.news_detail .r_box .title {
    font-family: Montserrat-Bold;
    font-size: 20px;
    line-height: 35px;
    color: #333333;
    margin-bottom: 31px;
}

.news_detail .contact {
    padding-top: 30px;
    border-top: 1px solid #d3d6df;
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}

.news_detail table {
    border-collapse: collapse;
    border: 2px solid #dddddd;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 15px;
    min-width: 700px;
    overflow: auto;
}

.news_detail .tablen {
    overflow: auto;
}

.news_detail table tr {
    color: #666666;
}

.news_detail table tr td {
    border: 2px solid #dddddd;
    padding: 10px 15px;
    text-align: center;
}

.news_detail video {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    left: 0;
    top: 0;
    object-fit: cover;
}





@media(max-width:1600px) {

    .news_detail {
        padding: 50px 0px 50px;
    }

    .news_detail .r_box {
        padding: 20px;
    }

    .news_detail .intro {
        margin-bottom: 15px;
    }

    .news_detail .r_box .title {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 30px;
    }
}

@media(max-width:1333px) {

    .news_detail .l_box>ul>li>a {
        font-size: 16px;
        padding: 15px 5px 15px 5px;
        background-color: rgba(1, 78, 194, .1);
        width: 100%;
    }

    .news_detail .l_box>ul ul li a {
        font-size: 16px;
        width: 100%;
        padding: 15px 15px 15px 15px;
    }

    .news_detail .l_box>ul ul li {
        margin-bottom: 5px;
    }

    .news_detail .r_box .title {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 18px;
    }

    .news_detail .intro {
        margin-bottom: 8px;
    }

    .news_detail .contact {
        padding-top: 18px;
        border-top: 1px solid #d3d6df;
        font-family: Montserrat-Light;
        font-size: 16px;
        line-height: 30px;
        color: #666666;
    }

    .news_detail .news li {
        padding: 20px 16px 30px 20px;
        margin-bottom: 5px;
    }
}

@media(max-width:999px) {
    .news_detail {
        padding: 40px 0px;
    }

    .news_detail .safe {
        flex-direction: column-reverse;
    }

    .news_detail .l_box {
        width: 100%;
    }

    .news_detail .box {
        width: 47.6%;
        margin-right: 4.7%;
        margin-bottom: 30px;
    }

    .news_detail .l_box>ul {
        display: none;
        transition: none;
    }

    .news_detail .cate_title {
        font-family: Montserrat-Regular;
        font-size: 22px;
        color: #ffffff;
        padding: 15px 10px;
        color: #fff;
        margin-bottom: 20px;
        background-color: rgba(1, 78, 194, .5);
        display: flex;
        justify-content: space-between;
    }

    .news_detail .cate_title .icon-jiahao {
        font-size: 24px;
    }

    .news_detail .r_box {
        width: 100%;
    }

    .news_detail .contact {
        padding-top: 18px;
        border-top: 1px solid #d3d6df;
        font-family: Montserrat-Light;
        font-size: 16px;
        line-height: 28px;
        color: #666666;
    }
}

@media(max-width:768px) {
    .news_detail .intro {
        margin-bottom: 10px;
    }

    .news_detail .r_box .title {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 15px;
    }

    .news_detail .intro .imgbox {
        margin-right: 10px;
    }

    .news_detail .intro .r {
        font-size: 14px;
    }

    .news_detail .contact {
        padding-top: 15px;
        font-size: 14px;
        line-height: 26px;
    }

    .news_detail .cate_title {
        font-size: 20px;
        padding: 12px 10px;
    }

    .news_detail .news .title {
        font-size: 20px;
        padding: 12px 5px;
        background-color: #014ec2;
    }
}

@media(max-width:570px) {
    .news_detail {
        padding: 30px 0px;
    }

    .news_detail .cate_title {
        font-size: 18px;
        padding: 13px 10px;
    }

    .news_detail .news .title {
        font-size: 18px;
        padding: 10px 5px;
        background-color: #014ec2;
    }

    .news_detail .intro {
        flex-direction: column;
        margin-bottom: 0;
    }

    .news_detail .intro .l {
        margin-bottom: 10px;
    }

    .news_detail .intro .r {
        margin-bottom: 10px;
    }

}

@media(max-width:400px) {}



/* contact_connect */

.contact_connect {
    padding: 90px 0px 60px;
    background-color: #f8f8f8;
}

.contact_connect::after {
    position: absolute;
    content: "";
    top: -50px;
    height: 300px;
    background-color: #f8f8f8;
}


.contact_connect .wrap {
    display: flex;
    flex-wrap: wrap;
}

.contact_connect .box {
    width: 33.3%;
    display: flex;
    align-items: center;
    padding-right: 2%;
}

.contact_connect .box .imgbox {
    margin-right: 20px;
}

.contact_connect .box .name {
    font-family: Montserrat-Regular;
    font-size: 18px;
    line-height: 36px;
    color: #666666;
    margin-bottom: 1px;
}

.contact_connect .box .resu {
    font-family: Montserrat-Regular;
    font-size: 18px;
    line-height: 36px;
    color: #333333;
}

.contact_connect .box:nth-of-type(1) {
    width: 29.8%;
}

.contact_connect .box:nth-of-type(2) {
    width: 32.2%;
}

.contact_connect .box:nth-of-type(3) {
    width: 38%;
}

.contact_connect .imgbox {
    flex-shrink: 0;
}

.contact_connect a:hover {
    color: #014ec2 !important;
}

.contact_connect .email a {
    word-break: break-all;
}



@media(max-width:1600px) {
    .contact_connect {
        padding: 50px 0px;
    }

    .contact_connect .box .resu {
        font-family: Montserrat-Regular;
        font-size: 18px;
        line-height: 26px;
        color: #333333;
    }

    .contact_connect .box .imgbox {
        margin-right: 15px;
    }

    .contact_connect .box img {
        width: 90px;
    }
}

@media(max-width:1333px) {
    .contact_connect .box .name {
        font-size: 18px;
        line-height: 32px;
        margin-bottom: 0px;
    }

    .contact_connect .box .resu {
        font-size: 16px;
        line-height: 26px;
    }

    .contact_connect .box .name {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 0px;
    }

    .contact_connect .box img {
        width: 80px;
    }
}

@media(max-width:999px) {
    .contact_connect {
        padding: 40px 0px;
    }

    .contact_connect .box img {
        width: 70px;
    }
}

@media(max-width:768px) {
    .contact_connect .box {
        width: 50% !important;
        padding-right: 3%;
        margin-bottom: 18px;
    }

    .contact_connect .box img {
        width: 60px;
    }

    .contact_connect .box .resu {
        font-size: 14px;
        line-height: 26px;
    }

    .contact_connect .box .name {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 0px;
    }
}

@media(max-width:570px) {
    .contact_connect {
        padding: 30px 0px;
    }

    .contact_connect .box {
        width: 100% !important;
        padding-right: 0%;
        margin-bottom: 12px;
    }

    .contact_connect .box img {
        width: 60px;
    }
}




@font-face {
    font-family: "iconfont";
    /* Project id 4600852 */
    src: url('../fonts/iconfont.woff2?t=1731052996271') format('woff2'),
        url('../fonts/iconfont.woff?t=1731052996271') format('woff'),
        url('../fonts/iconfont.ttf?t=1731052996271') format('truetype');
}


@font-face {
    font-family: 'Montserrat-Bold';
    src: url('../fonts/Montserrat-Bold.eot');
    src: url('../fonts/Montserrat-Bold.eot') format('embedded-opentype'),
        url('../fonts/Montserrat-Bold.woff2') format('woff2'),
        url('../fonts/Montserrat-Bold.woff') format('woff'),
        url('../fonts/Montserrat-Bold.ttf') format('truetype'),
        url('../fonts/Montserrat-Bold.svg#Montserrat-Bold') format('svg');
}

@font-face {
    font-family: 'Montserrat-Regular';
    src: url('../fonts/MontserratRegular.eot');
    src: url('../fonts/MontserratRegular.eot') format('embedded-opentype'),
        url('../fonts/MontserratRegular.woff2') format('woff2'),
        url('../fonts/MontserratRegular.woff') format('woff'),
        url('../fonts/MontserratRegular.ttf') format('truetype'),
        url('../fonts/MontserratRegular.svg#MontserratRegular') format('svg');
}

@font-face {
    font-family: 'Montserrat-Light';
    src: url('../fonts/MontserratLight.eot');
    src: url('../fonts/MontserratLight.eot') format('embedded-opentype'),
        url('../fonts/MontserratLight.woff2') format('woff2'),
        url('../fonts/MontserratLight.woff') format('woff'),
        url('../fonts/MontserratLight.ttf') format('truetype'),
        url('../fonts/MontserratLight.svg#MontserratLight') format('svg');
}



.rotate {
    transform: rotate(90deg);
}

.rotate45 {
    transform: rotate(45deg);
}


.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-logo-pinterest:before {
    content: "\e9e2";
}

.icon-instagram:before {
    content: "\e625";
}

.icon-twitter-new:before {
    content: "\e7ff";
}

.icon-facebook-official:before {
    content: "\e675";
}

.icon-linkedin1:before {
    content: "\e624";
}

.icon-icon_youtube:before {
    content: "\e60b";
}

.icon-icon-instagram2:before {
    content: "\e60c";
}

.icon-shuangxiajiantou:before {
    content: "\e854";
}

.icon-jiantou:before {
    content: "\e66b";
}

.icon-youjiantou:before {
    content: "\e60a";
}

.icon-xiazai1:before {
    content: "\e63e";
}

.icon-jiahao:before {
    content: "\e728";
}

.icon-jianhao:before {
    content: "\e84f";
}

.icon-xiasanjiaoxing:before {
    content: "\e726";
}

.icon-home:before {
    content: "\e606";
}

.icon-guoji:before {
    content: "\e641";
}

.icon-gongsi:before {
    content: "\e679";
}

.icon-xiazai:before {
    content: "\e66d";
}

.icon-dizhi1:before {
    content: "\e652";
}

.icon-dizhi2:before {
    content: "\e609";
}

.icon-jiang-left:before {
    content: "\e604";
}

.icon-jiang-right:before {
    content: "\e605";
}

.icon-a-lujing4000:before {
    content: "\e661";
}

.icon-Youtube-fill:before {
    content: "\e883";
}

.icon-twitter:before {
    content: "\e607";
}

.icon-sanjiaoxing:before {
    content: "\e6e6";
}

.icon-top:before {
    content: "\e608";
}

.icon-duigoux:before {
    content: "\ec9e";
}

.icon-tiktok:before {
    content: "\e8db";
}

.icon-xinlangweibo:before {
    content: "\e603";
}

.icon-xiaohongshu:before {
    content: "\e623";
}

.icon-earth:before {
    content: "\e6d5";
}

.icon-sousuo:before {
    content: "\e616";
}

.icon-jiahao1:before {
    content: "\e727";
}

.icon-xiangshangjiantou:before {
    content: "\e65d";
}

.icon-jia:before {
    content: "\e601";
}

.icon-jian:before {
    content: "\e602";
}

.icon-dizhi:before {
    content: "\e614";
}

.icon-dianhua:before {
    content: "\e66c";
}

.icon-duigou:before {
    content: "\e613";
}

.icon-up7:before {
    content: "\e722";
}

.icon-bottom7:before {
    content: "\e723";
}

.icon-duoyuyan:before {
    content: "\e654";
}

.icon-xiala:before {
    content: "\e65c";
}

.icon-left7:before {
    content: "\e724";
}

.icon-right7:before {
    content: "\e725";
}

.icon-left:before {
    content: "\e72c";
}

.icon-right:before {
    content: "\e72d";
}

.icon-tell:before {
    content: "\e6a8";
}

.icon-whatsapp:before {
    content: "\e7bf";
}

.icon-twitter-new2:before {
    content: "\e800";
}

.icon-facebook:before {
    content: "\e620";
}

.icon-pinterest:before {
    content: "\e8ab";
}

.icon-linkedin:before {
    content: "\e648";
}

.icon-youtube:before {
    content: "\e6d6";
}

.icon-sousuo1:before {
    content: "\e65b";
}

.icon-email:before {
    content: "\e7bd";
}

.icon-whatsapp1:before {
    content: "\e7c1";
}

.icon-email1:before {
    content: "\e7c5";
}

.icon-skype1:before {
    content: "\e7c9";
}

.icon-wechat:before {
    content: "\e7cf";
}

.icon-instagram1:before {
    content: "\e640";
}

.icon-twitter4:before {
    content: "\e7fe";
}

.icon-xiangxiajiantou:before {
    content: "\e68a";
}

.icon-xiajiantou:before {
    content: "\e6b3";
}

.icon-youshangjiantou:before {
    content: "\e69b";
}

.icon-svg-right-top:before {
    content: "\e600";
}























/* 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, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
    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.min.css */


.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-transition-property: -webkit-transform, height;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform, height
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -o-transform: translate(0, -50%);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 0;
    display: block
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px
}

.swiper-pagination-progress {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progress .swiper-pagination-progressbar {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-vertical>.swiper-pagination-progress {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-progress.swiper-pagination-white {
    background: rgba(255, 255, 255, .5)
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
    background: #fff
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background: #000
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
    -ms-perspective: 1200px
}

.swiper-container-cube,
.swiper-container-flip {
    overflow: visible
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-slide {
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: 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-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -moz-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg)
    }
}






.btn-play span {
    border-color: #ae3025;
}


.btn-play {
    position: relative;
    width: 78px;
    height: 78px;
    display: inline-block;
    /* background: #fff; */
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    text-align: center;
    line-height: 65px;
    color: #43baff;
}

.btn-play span {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, .6);
    animation: circle-fade-before 2s infinite ease-in-out;
    -webkit-animation: circle-fade-before 2s infinite ease-in-out;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.btn-play .circle-2 {
    animation: circle-fade-after 2s infinite ease-in-out;
    -webkit-animation: circle-fade-after 2s infinite ease-in-out;
}

@keyframes circle-fade-after {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(2.5);
        opacity: 0;
    }

}


@keyframes circle-fade-before {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(1.8);
        opacity: 0;
    }
}


@media(max-width:1600px) {
    .btn-play {
        width: 70px;
        height: 70px;
    }

}

@media(max-width:1333px) {
    .btn-play {
        width: 60px;
        height: 60px;
    }
}

@media(max-width:999px) {
    .btn-play {
        width: 50px;
        height: 50px;
    }
}

@media(max-width:768px) {}

@media(max-width:570px) {}



.bg_f8 {
    background-color: #f8f8f8;
}

.bg_f8 .bg {
    z-index: 0;
}

.index_about {
    position: relative;
}

.index_about .about_canvas {
    overflow: hidden;
    position: absolute;
    left: 0;
    top:0%;
    width: 100%;
    height: 365px;
    z-index: 10;
}

@media(max-width:999px) {
   .index_about .about_canvas {
        display:none;
    }
}


.waves_in {
    width: 100%;
    height: 0px;
}

.waves_box {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.waves_zw {
    width: 100%;
    height: 35px;
    background-color: #fff;
    overflow: hidden;
}

.waves_in .waves_zw {
    height: 5px;
}

.waves_div {
    text-align: center;
}

.waves {
    position: relative;
    width: 100%;
    height: 60px;
    margin-bottom: -7px;
    /*Fix for safari gap*/
    min-height: 60px;
    max-height: 100px;
}

.waves_box .content {
    position: relative;
    height: 20vh;
    text-align: center;
    background-color: white;
}

/* Animation */

.parallax>use {
    animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
}

.parallax>use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
}

.parallax>use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
}

.parallax>use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
}

.parallax>use:nth-child(4) {
    display: none;
    animation-delay: -5s;
    animation-duration: 20s;
}

@keyframes move-forever {
    0% {
        transform: translate3d(-90px, 0, 0);
    }

    100% {
        transform: translate3d(85px, 0, 0);
    }
}

/*Shrinking for mobile*/
@media (max-width: 768px) {
    .waves {
        height: 40px;
        min-height: 40px;
    }

    .waves_box .content {
        height: 30vh;
    }

    h1 {
        font-size: 24px;
    }
}

@media (max-width: 1000px) {
    .waves_zw {
        height: 0px;
    }

    .waves_box {
        display: none;
    }
}




.m-clstext .box-desc {
  margin-top: 7px;
  font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}
.m-clstext .box-desc.hid {
  max-height: 150px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.m-clstext .box-link {
  margin: 23px 0;
  display: none;
}
.m-clstext .box-link .span {
  display: inline-block;
  padding: 7px 10px;
  line-height: 26px;
  font-size: 16px;
  color: #fff;
  background-color: #014ec2;
  border-radius: 8px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  width: 135px;
height: 43px;
}
.m-clstext .box-link.active .span1 {
  display: none;
}
.m-clstext .box-link.active .span2 {
  display: inline-block;
}
.m-clstext .box-link .span2 {
  display: none;
}