@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;
    margin: 0 auto;
    font-family: Montserrat-Light;
}

*::selection {
    color: #fff;
    background-color: #3e6cbc;
}

.imgbox a img:hover {
    transform: scaleX(1.05) scaleY(1.05);
}

img {
    max-width: 100%;
    display: block;
}

i {
    font-stretch: normal;
    font-style: normal;
}

li {
    list-style: none;
}

a {
    color: #333;
    text-decoration: none;
}

h1,
h2 {
    font-weight: normal;
}

.clear {
    clear: both;
}

.safe {
    max-width: 1500px;
    width: calc(100% - 80px);
    margin: 0 auto;
}


@media screen and (max-width:999px) {
    .safe {
        max-width: 1500px;
        width: calc(100% - 65px);
    }

}

@media screen and (max-width:768px) {
    .safe {
        width: calc(100% - 45px);
    }

}

.headersafe {
    max-width: 1800px;
    width: calc(100% - 50px);
    margin: 0 auto;
}

@media screen and (max-width:999px) {
    .headersafe {
        max-width: 1800px;
        width: calc(100% - 40px);
    }
}

@media screen and (max-width:768px) {
    .headersafe {
        width: calc(100% - 30px);
    }
}

/* video tankuang */
.tankaunga {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 9999999999
}

.tankaunga:before {
    content: "X";
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    top: 10px;
    right: 10px;
    background: #fff;
    border-radius: 50%;
    font-size: 18px;
    cursor: pointer;
}

.tankaungn2 {
    position: fixed;
    left: 5%;
    top: 5%;
    right: 5%;
    bottom: 5%;
    background: rgba(0, 0, 0, 0.5);
}

.tankaungn2 iframe,
.tankaungn2 video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.tankaungn2 iframe body {
    margin: 0px !important;
}

/*jQzoom*/

.box {
    position: relative;
}

.jqzoom {
    float: left;
    position: relative;
    padding: 0px;

}

div.zoomdiv {
    z-index: 200;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 400px;
    height: 400px;
    background: #ffffff;
    border: 1px solid #CCCCCC;
    display: none;
    text-align: center;
    overflow: hidden;
}

div.zoomdiv img {
    max-width: unset !important;
}

div.jqZoomPup {
    z-index: 200;
    visibility: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    border: 1px solid #aaa;
    background: #ffffff;
    opacity: 0.5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    filter: alpha(Opacity=50);
    transition: none;
}

/* zhengshu */

/* certifiicates */

#baguetteBox-overlay {
    display: none;
    opacity: 0;
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #222;
    background-color: rgba(0, 0, 0, .8);
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
    z-index: 99999999999999999999999999999999999999;
}

#baguetteBox-overlay.visible {
    opacity: 1
}

#baguetteBox-overlay .full-image {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
}

#baguetteBox-overlay .full-image figure {
    display: inline;
    margin: 0;
    height: 100%
}

#baguetteBox-overlay .full-image img {
    display: inline-block;
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
}

#baguetteBox-overlay .full-image figcaption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    line-height: 1.8;
    color: #ccc;
    background-color: #000;
    background-color: rgba(0, 0, 0, .6);
    font-family: Verdana, Geneva, sans-serif;
}

#baguetteBox-overlay .full-image:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px
}

#baguetteBox-slider {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    white-space: nowrap;
    -webkit-transition: left .4s ease, -webkit-transform .4s ease;
    transition: left .4s ease, -moz-transform .4s ease;
    transition: left .4s ease, transform .4s ease
}

#baguetteBox-slider.bounce-from-right {
    -webkit-animation: bounceFromRight .4s ease-out;
    animation: bounceFromRight .4s ease-out
}

#baguetteBox-slider.bounce-from-left {
    -webkit-animation: bounceFromLeft .4s ease-out;
    animation: bounceFromLeft .4s ease-out
}

.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
    top: 50%;
    top: calc(50% - 30px);
    width: 44px;
    height: 60px
}

.baguetteBox-button {
    position: absolute;
    cursor: pointer;
    outline: 0;
    padding: 0;
    margin: 0;
    border: 0;
    -moz-border-radius: 15%;
    border-radius: 15%;
    background-color: #323232;
    background-color: rgba(50, 50, 50, .5);
    color: #ddd;
    font: 1.6em sans-serif;
    -webkit-transition: background-color .4s ease;
    transition: background-color .4s ease;
}

.baguetteBox-button:hover {
    background-color: rgba(50, 50, 50, .9)
}

.baguetteBox-button#next-button {
    right: 2%
}

.baguetteBox-button#previous-button {
    left: 2%
}

.baguetteBox-button#close-button {
    top: 20px;
    right: 2%;
    right: calc(2% + 6px);
    width: 30px;
    height: 30px
}

.baguetteBox-button svg {
    position: absolute;
    left: 0;
    top: 0
}

.spinner {
    width: 40px;
    height: 40px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px
}

.double-bounce1,
.double-bounce2 {
    width: 100%;
    height: 100%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: bounce 2s infinite ease-in-out;
    animation: bounce 2s infinite ease-in-out
}

.double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

@-webkit-keyframes bounceFromRight {
    0% {
        margin-left: 0
    }

    50% {
        margin-left: -30px
    }

    100% {
        margin-left: 0
    }
}

@keyframes bounceFromRight {
    0% {
        margin-left: 0
    }

    50% {
        margin-left: -30px
    }

    100% {
        margin-left: 0
    }
}

@-webkit-keyframes bounceFromLeft {
    0% {
        margin-left: 0
    }

    50% {
        margin-left: 30px
    }

    100% {
        margin-left: 0
    }
}

@keyframes bounceFromLeft {
    0% {
        margin-left: 0
    }

    50% {
        margin-left: 30px
    }

    100% {
        margin-left: 0
    }
}

@-webkit-keyframes bounce {

    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes bounce {

    0%,
    100% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1)
    }
}




/* cebianlan  common*/
/* rightlist */


.column {
    position: fixed;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 150;
    display: flex;
}


.column ul {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.column ul li {
    margin-bottom: 3px;
    min-width: 50px;
    max-width: 250px;
    background-color: #ffffff;
    border-radius: 6px;
    display: flex;
    align-items: center;
}

.column ul li:hover .tiaozhuan {
    display: flex;
    width: 90px;
    margin-left: 15px;
    margin-right: 10px;
}

.column ul li .tiaozhuan {
    width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.column ul li a {
    height: 100%;
}

.column ul li .imgbox {
    width: 60px;
    height: 60px;
    background-color: #b2b2b2;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    flex-shrink: 0;
}

.column ul li .imgbox a {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}


.column ul li .imgbox:hover i {
    color: #fff !important;
}

.column ul li .imgbox:hover img {
    transform: unset !important;
}

.column .wechat {
    position: relative;
}

.column .gotop {
    cursor: pointer;
}

.column .gotop .icon-xiajiantou {
    transform: rotate(180deg);
}

.column .wechat .erweima {
    position: absolute;
    width: 150px;
    height: 150px;
    top: -10px;
    right: 100%;
    display: none;
    cursor: pointer;
    border: 10px solid rgba(0, 0, 0, .1);
    border-radius: 10px;
}

.column .wechat .erweima img,
.column .whatsapp .erweima img {
    width: 100%;
    height: 100%;
    border-radius: 10px !important;
    padding-right: 0px;
    background-color: transparent;
}

.column img {
    display: block;
    width: 45%;
}


.column .facebook i {
    font-size: 18px !important;
    padding: 5px;
    border: 1px solid #fff;
    border-radius: 50px;
}

.column .phonebox:hover img {
    filter: brightness(100);
}

.column .phonebox .phone {
    display: flex;
    width: 170px;
    position: absolute;
    left: -170px;
    background-color: #fff;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
}

.column .phonebox .phone p {
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: linear width .3s;
    color: #333 !important;
}

.column i {
    color: #fff !important;
    font-size: 28px;
}

.column .phonebox:hover .phone {
    opacity: 1;
    pointer-events: all;
}

.column .imgbox:hover {
    background-color: #00489d;
}

.column .imgbox:hover img {
    filter: brightness(100);
}

.column .phonebox:hover .imgbox {
    background-color: #00489d !important;
}

.column .wechat:hover img {
    filter: unset !important;
}

.column .wechat:hover img {
    filter: unset !important;
}

@media(max-width:1600px) {
    .column ul li .imgbox {
        width: 50px;
        height: 50px;
    }

    .column .wechat .erweima,
    .column .whatsapp .erweima {
        position: absolute;
        width: 150px;
        height: 150px;
        top: -10px;
        right: 80px;
        display: none;
        cursor: pointer;
    }

    .column ul li .imgbox i {
        font-size: 21px;
    }
}

@media(max-width:1333px) {


    .column .wechat .erweima,
    .column .whatsapp .erweima {
        position: absolute;
        width: 100px;
        height: 100px;
        top: -10px;
        right: 70px;
        display: none;
        cursor: pointer;
    }
}

@media(max-width:999px) {
    .column .wechat:hover img {
        filter: unset !important;
    }

    .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;
        filter: brightness(100);
    }

    .column ul li a {
        border: unset;
    }

    .column ul {
        background-color: rgba(0, 0, 0, .3);
    }

    .column ul li .phonenum {
        position: static;
        right: 53px;
        color: #333;
        background-color: #fff;
        display: none;
        word-wrap: nowrap;
        right: unset;
        top: -100%;
    }

    .column .facebook i {
        border: unset;
    }

    .column ul li .imgbox img {
        width: auto;
    }

    .column ul li {
        background-color: transparent;
    }

    .column .phonebox:hover .phone {}

    .column .phonebox .phone {
        width: auto;
        min-width: 183px;
        margin-right: 0px;
        margin-left: 0px;
        top: -40px;
        position: absolute;
        padding: 10px;
    }

    .column .phonebox .phone p {
        color: #333;
    }

    .column .phonebox .phone {
        display: none;
    }

    .column .phonebox:hover img {
        filter: unset !important;
    }

    .column ul li .imgbox img {
        filter: unset !important;
    }
}

@media(max-width:768px) {

    .column ul li .imgbox {
        width: 45px;
        height: 45px;
    }

    .column .wechat .erweima,
    .column .whatsapp .erweima {
        position: absolute;
        width: 135px;
        height: 135px;
        top: -157px;
        /* right: 20%; */
        display: none;
        cursor: pointer;
        left: 0;
    }

    .column ul {
        display: flex;
        flex-direction: row;
        width: 100%;
        justify-content: center;
        align-items: center;
        height: 100%;
    }

    .column ul li {
        margin-bottom: 0px;
        width: 100%;
    }

    .column ul li .imgbox {
        width: 100%;
        height: 0;
    }

    .column ul li .imgbox a {
        width: 100%;

    }

}

@media(max-width:450px) {
    .column ul li .imgbox img {
        width: 25px;
    }

    .column .phonebox .phone {
        right: 0;
    }

    .column ul li .imgbox {
        width: 45px;
        height: 45px;
    }

    .column ul li .imgbox i {
        font-size: 18px;
    }

    .column .wechat .erweima {
        position: absolute;
        width: 100px;
        height: 100px;
        top: -125px;
        right: 20px;
        display: none;
        cursor: pointer;
        left: 0;
    }

    .column ul {
        display: flex;
        flex-direction: row;
        width: 100%;
        justify-content: center;
        align-items: center;
        height: 100%;
    }

    .column ul li {
        margin-bottom: 0px;
        width: 100%;
    }

    .column ul li .imgbox {
        width: 100%;
        height: 0;
    }

    .column ul li .imgbox a {
        width: 100%;

    }

}



.m-formcountry {
    position: relative;
}

.m-formcountry input {
    padding-right: 30px !important;
}

.m-formcountry .drop-btn {
    position: relative;
}

.m-formcountry .drop-btn i,
.m-formcountry .drop-btn svg {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    color: #333;
    right: 18px;
    font-weight: bold;
}

.m-formcountry .drop-list {
    display: none;
    border: 1px solid #e6e6e6;
    width: 100%;
    position: absolute;
    top: 100%;
    background-color: #fff;
    max-height: 223px;
    overflow-x: hidden;
    z-index: 10001;
    scrollbar-color: #333 rgba(0, 0, 0, 0.05);
    scrollbar-width: thin;
    box-shadow: 0px 7px 13px 0px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    padding: 15px 0px;
}

.m-formcountry .drop-list::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.m-formcountry .drop-list::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
}

.m-formcountry .drop-list::-webkit-scrollbar-thumb {
    background-color: #333;
}

.m-formcountry .drop-list li {
    font-size: 16px;
    line-height: 20px;
    overflow: hidden;
    padding: 8px 12px;
    cursor: pointer;
    /* border-bottom: 1px solid #e6e6e6; */
    color: #666;
}

.m-formcountry .drop-list li.on {
    background-color: #eaecf1;
}

@media(max-width:768px) {
    .m-formcountry .drop-list li {
        padding: 2px 20px;
        font-size: 14px;
    }

    .m-formcountry .drop-list {
        padding: 0;
    }
}






/* search */

.lanauage_wrap {
    display: flex;
    align-items: center;
    margin-right: 0px;
    justify-content: center;
    position: relative;
    z-index: 100;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #333333;
    height: 100%;
}

.lanauage_wrap .lanauage {
    position: relative;
    transition: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #333;
}

.lanauage_wrap .lanauage>i {
    font-weight: bold;
}

.lanauage_wrap .lanbox {
    display: flex;
    align-items: center;
}

.lanauage_wrap .lanauage .icon-duoyuyan {
    font-size: 20px !important;
    color: #fff !important;
}

.lanauage_wrap .lanauage .icon-caret-up {
    color: #fff;
    font-size: 12px;
}

.lanauage_wrap .lanauage img {
    margin-right: 10px;
    width: 27px;
    height: 14px;
}

.lanauage_wrap .lanbox a {
    font-family: Montserrat-Light;
    font-size: 16px;
    margin-left: 5px;
    margin-right: 5px;
}

.lanauage_wrap .lanauage:hover .icon-duoyuyan {
    color: #fff !important;
}

.lanauage_wrap .lanauage:hover .name {
    color: #fff !important;
}

.lanauage_wrap .lanauage:hover .lanbox i {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}

.lanauage_wrap .lanauage .silde-down {
    transition: none;
    display: none;
    position: absolute;
    top: 100%;
    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-top: 14px;
    z-index: 1000;
}

.lanauage_wrap .lanauage .silde-down a {
    color: #333;
    padding: 6px 0px;
    display: inline-block;
    width: 100%;
    font-size: 16px !important;
    font-family: Montserrat-Light;
}

.lanauage_wrap .lanauage .silde-down li {}

.lanauage .silde-down li:hover {
    background-color: #00489d;
}

.lanauage_wrap .lanauage .silde-down li:hover a {
    color: #fff !important;
}

.lanauage_wrap .name {
    color: #fff !important;
}

.lanauage_wrap .lanauage:hover .name {
    color: #999 !important;
}

.lanauage_wrap .lanauage:hover i {
    color: #999 !important;
}

.lanauage_wrap .lanauage:hover .icon-duoyuyan {
    color: #999 !important;
}

@media(max-width:1600px) {}

@media(max-width:1333px) {
    .lanauage_wrap .lanbox a {
        font-size: 14px !important;
    }

    .lanauage_wrap {
        margin-left: 12px;
    }
}

@media(max-width:999px) {

    .lanauage_wrap .lanauage .silde-down a {
        padding: 7px 0px;
        font-size: 14px !important;
    }

    .lanauage_wrap {
        width: auto;
        height: auto;
        margin-left: 15px;
    }

    .lanauage_wrap .lanauage .lanbox i {
        font-size: 12px;
        margin-left: 5px;
        color: #333 !important;
    }

    .lanauage_wrap .lanbox a {
        color: #333 !important;
    }

    .lanauage_wrap .lanauage {
        margin-right: 60px;
    }


    .lanauage_wrap .lanauage .silde-down {
        left: 0;
        right: unset;
    }
}

@media(max-width:768px) {
    .lanauage_wrap .lanauage .silde-down a {
        padding: 5px 0px;
        font-size: 14px !important;
    }

    .lanauage_wrap .lanauage {
        margin-right: 50px;
    }
}



.m-mobilenav {
    display: none;
}

.m-mobilenav * {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

@media screen and (max-width: 999px) {
    .mbnav-wp_seach {
        width: 100%;
        margin: auto;
        position: absolute;
        z-index: 2;
    }

    .mbnav-wp_seach>form>.box-form {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        height: 40px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        background: rgba(255, 255, 255, 0.7);
    }

    .mbnav-wp_seach>form>.box-form>.box-text {
        width: -moz-calc(100% - 30px);
        width: calc(100% - 30px);
        border: 0px;
        height: 100%;
        padding-left: 10px;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background: transparent;
        outline: none;
    }

    .mbnav-wp_seach>form>.box-form>.box-submit {
        width: 30px;
        height: 100%;
        border: 0px;
        position: relative;
        z-index: 2;
        background: transparent;
        cursor: pointer;
        background: transparent;
    }

    .mbnav-wp_seach>form>.box-form .icon {
        position: absolute;
        right: 4px;
        top: 10px;
        z-index: 1;
    }

    .mbnav-list {
        margin-top: 20px;
    }

    .m-mobilenav {
        position: absolute;
        z-index: 11;
        padding-top: 25px;
        top: 0;
        left: 0;
        display: block;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        z-index: 100;
    }

    .m-mobilenav .mbnav-btn {
        position: fixed;
        z-index: 2;
        right: 3.5%;
        top: 22px;
        padding: 4px;
        border-radius: 4px;
        overflow: hidden;
        background: #FFFFFF;
        width: 34px;
        -webkit-transition: all 550ms;
        -o-transition: all 550ms;
        -moz-transition: all 550ms;
        transition: all 550ms;
    }

    .m-mobilenav .mbnav-btn .line {
        width: 100%;
        height: 2px;
        background-color: #00205b;
    }

    .m-mobilenav .mbnav-btn.active .line {
        background-color: #FFFFFF;
    }

    .m-mobilenav .mbnav-btn .line2 {
        margin-top: 6px;
        margin-bottom: 6px;
    }

    .m-mobilenav .mbnav-btn .smalldaohangxuanzhong {
        background-color: #FFFFFF;
    }

    .m-mobilenav .mbnav-btn.active {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        background: transparent;
        top: 50px;
    }

    .m-mobilenav .mbnav-bd {
        position: absolute;
        left: 0;
        top: 0;
        width: 300px;
        height: 100%;
        top: 0;
        visibility: hidden;
        z-index: 1;
    }

    .m-mobilenav .mbnav-bd.show {
        visibility: visible;
    }

    .m-mobilenav .mbnav-bd.show .mbnav-wp {
        height: 100%;
        opacity: 1;
    }

    .m-mobilenav .mbnav-bd.show .mbnav-item>a {
        opacity: 1;
        color: #FFFFFF;
        -webkit-transform: scale(1) translate(0, 0);
        -moz-transform: scale(1) translate(0, 0);
        -ms-transform: scale(1) translate(0, 0);
        -o-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0);
        font-family: Montserrat-Light;
    }

    .m-mobilenav .mbnav-wp {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 0;
        background-color: rgba(51, 51, 51, 0.9);
        top: 0;
        -webkit-transition: all 550ms;
        -o-transition: all 550ms;
        -moz-transition: all 550ms;
        transition: all 550ms;
        opacity: 0;
    }

    .m-mobilenav .mbnav-fix {
        position: absolute;
        left: 0;
        top: 60px;
        z-index: 1;
        height: -moz-calc(100% - 60px);
        height: calc(100% - 60px);
        width: 100%;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        /* overflow-y: scroll; */
        overflow-y: scroll;
        overflow-x: hidden;
    }

    .m-mobilenav .mbnav-item {
        position: relative;
        padding-left: 44px;
        padding-right: 24px;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .m-mobilenav .mbnav-item i {
        position: absolute;
        left: 13px;
        top: 7px;
        width: 24px;
        height: 24px;
        line-height: 24px;
        text-align: center;
        background: transparent;
        font-size: 16px;
        color: #fff;
        cursor: pointer;
    }

    .m-mobilenav .mbnav-item>a {
        font-family: Nunito-Regular;
        display: block;
        line-height: 26px;
        font-size: 16px;
        color: #FFFFFF;
        -webkit-transform: scale(1.1) translate(60px, -35px);
        -moz-transform: scale(1.1) translate(60px, -35px);
        -ms-transform: scale(1.1) translate(60px, -35px);
        -o-transform: scale(1.1) translate(60px, -35px);
        transform: scale(1.1) translate(60px, -35px);
        opacity: 0;
        -webkit-transition: 0.5s 0.1s;
        -o-transition: 0.5s 0.1s;
        -moz-transition: 0.5s 0.1s;
        transition: 0.5s 0.1s;
    }

    .m-mobilenav .mbnav-item>a.current:after {
        content: "";
        margin-left: 5px;
        display: inline-block;
        *display: inline;
        *zoom: 1;
        vertical-align: middle;
        width: 6px;
        height: 6px;
        background-color: #fff;
        border-radius: 50%;
        -webkit-transition: all 550ms;
        -o-transition: all 550ms;
        -moz-transition: all 550ms;
        transition: all 550ms;
    }

    .m-mobilenav .mbnav-item>a.active {
        color: #529dba;
    }

    .m-mobilenav .mbnav-item>a.active:after {
        background-color: #529dba;
    }

    .m-mobilenav .mbnav-item:nth-child(1)>a {
        -webkit-transition-delay: 250ms;
        -moz-transition-delay: 250ms;
        -o-transition-delay: 250ms;
        transition-delay: 250ms;
    }

    .m-mobilenav .mbnav-item:nth-child(2)>a {
        -webkit-transition-delay: 300ms;
        -moz-transition-delay: 300ms;
        -o-transition-delay: 300ms;
        transition-delay: 300ms;
    }

    .m-mobilenav .mbnav-item:nth-child(3)>a {
        -webkit-transition-delay: 350ms;
        -moz-transition-delay: 350ms;
        -o-transition-delay: 350ms;
        transition-delay: 350ms;
    }

    .m-mobilenav .mbnav-item:nth-child(4)>a {
        -webkit-transition-delay: 400ms;
        -moz-transition-delay: 400ms;
        -o-transition-delay: 400ms;
        transition-delay: 400ms;
    }

    .m-mobilenav .mbnav-item:nth-child(5)>a {
        -webkit-transition-delay: 450ms;
        -moz-transition-delay: 450ms;
        -o-transition-delay: 450ms;
        transition-delay: 450ms;
    }

    .m-mobilenav .mbnav-item:nth-child(6)>a {
        -webkit-transition-delay: 500ms;
        -moz-transition-delay: 500ms;
        -o-transition-delay: 500ms;
        transition-delay: 500ms;
    }

    .m-mobilenav .mbnav-item:nth-child(7)>a {
        -webkit-transition-delay: 550ms;
        -moz-transition-delay: 550ms;
        -o-transition-delay: 550ms;
        transition-delay: 550ms;
    }

    .m-mobilenav .mbnav-item:nth-child(8)>a {
        -webkit-transition-delay: 600ms;
        -moz-transition-delay: 600ms;
        -o-transition-delay: 600ms;
        transition-delay: 600ms;
    }


    .m-mobilenav .mbsbnav-list {
        padding: 10px 0;
        display: none;
        transition: none;
    }

    .m-mobilenav .mbsbnav-item {
        position: relative;
        padding-left: 20px;
        padding-right: 5px;
    }

    .m-mobilenav .mbsbnav-item i {
        left: 0;
        top: 6px;
        line-height: 24px;
    }

    .m-mobilenav .mbsbnav-item a {
        display: block;
        padding: 5px 5px;
        line-height: 24px;
        font-size: 14px;
        color: #fff;
    }

    .m-mobilenav .mbsbnav-item a.active {
        color: #529dba;
    }

    .box-form-tj {
        position: absolute;
        font-size: 20px !important;
        right: 5px;
        top: 8px;
        color: #043F71;
    }
}

@media screen and (max-width: 768px) {
    .m-mobilenav .mbnav-item>a {
        font-size: 14px;
        line-height: 24px;
    }

    .m-mobilenav .mbnav-item {
        padding-top: 5px;
    }

    .m-mobilenav .mbnav-item i {
        top: 4px;
    }

    .m-mobilenav .mbnav-btn {
        top: 17px;
    }
}

@media(max-width:570px) {
    .m-mobilenav .mbnav-btn {
        top: 12px;
    }
}


/*  */


header {
    width: 100%;
    position: fixed;
    z-index: 2;
    border-radius: 1px;
    top: 0px;
    z-index: 100000;
}

header .bottom .lanauage_wrap {
    display: none;
}

header .bottom>.safe {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

header .logo {
    flex-shrink: 0;
    transform: translateY(0px);
    display: flex;
    align-items: center;
}

header .logo a {
    display: inline-block;
    margin-bottom: 5px;
}


header .logo .logo-font {
    font-family: Arial;
    font-size: 18px;
    color: #333333;
    font-weight: bold;
}

header .rightbox {
    width: 100%;
    display: flex;
    flex-direction: column;
}

header .top {
    background-color: #00489d;
}

header .top .safe {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 36px;
}

header .t_email {
    display: flex;
    align-items: center;
    margin-right: 0%;
}

header .t_email a {
    font-family: Montserrat-Light;
    font-size: 16px;
    color: #ffffff;
}

header .t_email a:hover {
    text-decoration: underline;
}

header .t_email {
    display: flex;
    align-items: center;
    margin-right: 1.8%;
    color: #fff;
}

header .t_email a {
    width: 200px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
}

header .svgbox {
    flex-shrink: 0;
    margin-right: 8px;
    display: inline-block;
}


header .bottom {
    background-color: #fff;
    height: 111px;
}

header .bottombox {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

header .menubox {
    display: flex;
    align-items: center;
    height: 100%;
}

header .menubox>li {
    position: relative;
    margin: 0px 7.7px;
}

header .menubox>li:first-child {
    margin-left: 0 !important;
}

header .menubox>li:last-child {
    margin-right: 0;
}

header .menubox>li:last-child a {
    padding-right: 0;
}

header .menubox>li>a {
    padding: 40.5px 12px 48px 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    font-family: Montserrat-Light;
    font-size: 18px;
    color: #333333;
}

header .menubox>li>a::after {
    content: "";
    position: absolute;
    background-color: #00489d;
    height: 2px;
    width: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    transition: .3s linear all;
}

header .menubox>li>a img {
    margin-bottom: 0px;
    transition: ease .3s all;
}

header .menubox>li>a i {
    font-size: 12px;
    color: #000;
    font-weight: bold;
    margin-right: 6px;
}

header .menubox ul a {
    padding: 8.5px 35px 8.5px 41px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: 197px;
    font-size: 16px;
    color: #3e3a39;
    width: 100%;
    font-family: Montserrat-Light;
}

header .menubox ul a i {
    font-size: 12px;
    opacity: 0;
}

header .menubox ul li {
    position: relative;
}

header .menubox ul li:hover>a i {
    opacity: 1;
}

/* yiji */
header .menubox>li>ul {
    position: absolute;
    top: 100%;
    background-color: #fff;
    display: none;
    transition: none;
    box-shadow: 0px 10px 40px 0px rgba(9, 9, 9, 0.12);
}

header .menubox>li ul {
    min-width: 368px;
    width: max-content;
    box-shadow: 3px 4px 29px 0px rgba(0, 0, 0, 0.05);
    border-radius: 0px;
    padding-top: 16px;
    padding-bottom: 24px;
    left: -25px;
}

/* erji/sanji/siji */
header .menubox>li>ul>li ul {
    position: absolute;
    top: 0%;
    left: 100%;
    background-color: #fff;
    display: none;
    transition: none;
    border-radius: 8px;
    box-shadow: 0px 13px 46px 0px rgba(0, 0, 0, 0.08);
}


header .search {
    width: 386px;
    height: 44px;
    background-color: #ffffff;
    border: solid 1px #e6e6e6;
    position: relative;
    margin-left: 54px;
    border-radius: 10px;
    border: solid 1px #e9e9e9;
    overflow: hidden;
}

header .search>input {
    width: 100%;
    height: 100%;
    font-family: Montserrat-Light;
    font-size: 16px;
    color: #333;
    padding: 0px 45px 0px 15px;
    background-color: #f9f9f9;
}

header .search>input::placeholder {
    color: #888888;
}

header .search .sousuo {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 40px;
}

header .search .sousuo>div {
    position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

header .sousuo i {
    position: absolute;
    z-index: 11;
    pointer-events: none;
    font-weight: bold;
    color: #fff;
}

header .sousuo input {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    cursor: pointer;
    background-color: #00489d;
}

header .sousuo input:hover+i {
    color: #999;
}



/* header_hover */
header .menubox>li:hover>a {
    color: #031c6a;
}

header .menubox>li:hover>a::after {
    width: 41px;
}

header .menubox ul li:hover>a {
    color: #00489d;
}

header .menubox ul li:hover>a i {
    color: #00489d;
}

/* header_active */
header .menubox .active_title>a {
    color: #00489d;
}

header .menubox .active_title>a::after {
    width: 41px;
}


@media(max-width:1600px) {
    header .bottom {
        height: 100px;
    }

    header .search {
        width: 300px;
        height: 44px;
        margin-left: 30px;
        border-radius: 10px;
    }

    header .menubox>li>a {
        padding: 39px 9px;
        font-size: 18px;
    }

    header .menubox>li ul {
        padding-top: 15px;
        padding-bottom: 15px;
        left: 0;
    }
}

@media(max-width:1333px) {

    header .menubox>li>a {
        padding: 35px 6px;
        font-size: 16px;
    }

    header .search {
        width: 270px;
        height: 44px;
        margin-left: 20px;
        border-radius: 10px;
    }

    header .bottom {
        height: 90px;
    }

    header .menubox>li ul {
        min-width: 310px;
    }

    header .menubox ul a {
        padding: 8.5px 15px 8.5px 15px;
        min-width: 197px;
        font-size: 16px;
    }

    header .menubox>li ul {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media(max-width:1200px) {
    header .logo img {
        width: 180px;
    }

    header .search>input {
        font-size: 14px;
        padding: 0px 45px 0px 15px;
    }

    header .search {
        width: 230px;
        height: 44px;
        margin-left: 20px;
        border-radius: 10px;
    }

    header .menubox>li {
        margin: 0px 4.7px;
    }

    header .menubox ul a {
        padding: 8.5px 15px 8.5px 15px;
        min-width: 197px;
        font-size: 14px;
    }

    header .menubox>li ul {
        min-width: 280px;
    }
}

@media(max-width:1100px) {
    header .logo img {
        width: 160px;
    }

    header .bottom {
        height: 80px;
    }

    header .search {
        width: 200px;
        height: 44px;
        margin-left: 15px;
        border-radius: 10px;
    }

    header .menubox>li>a {
        padding: 35px 6px;
        font-size: 14px;
    }

    header .top .safe {
        height: 30px;
    }

    header .menubox>li>a {
        padding: 31px 6px;
        font-size: 14px;
    }

    header .t_email a {
        font-size: 14px;
    }
}

@media(max-width:999px) {
    header .bottombox {
        display: none;
    }

    header .search {
        display: none;
    }

    header .t_email a {
        display: none;
    }

    header .top .safe {
        height: 0;
    }

    header .bottom .lanauage_wrap {
        display: block;
    }

    header .top .lanauage_wrap {
        display: none;
    }

    header .bottom {
        height: 70px;
    }
}

@media(max-width:768px) {
    header .bottom {
        height: 60px;
    }
}

@media(max-width:570px) {
    header .bottom {
        height: 50px;
    }

    header .logo img {
        width: 145px;
    }
}



/* fix_header */

.fix_header {
    background-color: rgba(255, 255, 255, 0.8);
}

.fix_header .bottom {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}


@media(max-width:1600px) {}


/* index_banner */


.index_banner {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    margin-top: 147px;
}

.index_banner img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.index_banner video,
.index_banner iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10;
    object-fit: cover;
}

.index_banner .swiper-pagination {
    top: unset;
    bottom: 41px !important;
    display: flex;
    justify-content: center;
    width: 100%;
}

.index_banner .swiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #fff;
    opacity: 1;
    margin: 0px 5px !important;
}

.index_banner .swiper .swiper-pagination-bullet:last-child {
    margin-right: 0 !important;
}

.index_banner .swiper .swiper-pagination-bullet-active {
    background-color: #00489d;
    opacity: 1;
}


.index_banner .control {
    width: 46px;
    height: 46px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    transform: translateY(-50%);
    z-index: 15;
    cursor: pointer;
    color: #fff;
    position: absolute;
    display: flex;
}

.index_banner .banner_prev {
    left: 49px;
}

.index_banner .banner_next {
    right: 49px;
}

.index_banner .control:hover {
    background-color: rgba(255, 255, 255, .5);
}

@media(max-width:1600px) {
    .index_banner {
        margin-top: 136px;
    }
}

@media(max-width:1333px) {
    .index_banner {
        margin-top: 126px;
    }

}

@media(max-width:1100px) {
    .index_banner {
        margin-top: 110px;
    }
}

@media(max-width:999px) {
    .index_banner {
        margin-top: 70px;
    }

    .index_banner img {
        min-height: 250px;
        object-fit: cover;
    }

    .index_banner .swiper-pagination {
        bottom: 20px !important;
    }

    .index_banner .control {
        display: none !important;
    }
}

@media(max-width:768px) {
    .index_banner {
        margin-top: 60px;
    }

    .index_banner .swiper-pagination {
        bottom: 15px !important;
    }
}

@media(max-width:570px) {
    .index_banner {
        margin-top: 50px;
    }

    .index_banner .swiper-pagination {
        bottom: 10px !important;
    }
}


/* page_banner */

.page_banner {
    margin-top: 147px;
    position: relative;
}

.page_banner .bg {
    width: 100%;
}

.page_banner::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to left, rgba(0, 0, 0, 0.0)0%, rgba(0, 0, 0, .6)95%);
}

.page_banner .safe {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 10;
    padding-right: 30%;
    top: 50%;
    transform: translateY(-50%);
}

.page_banner .title40 {
    margin-bottom: 15px;
    color: #fff;
    margin-bottom: 25px;
}

.page_banner .content {
    padding-right: 20%;
}

.page_banner .content p {
    padding-left: 30px;
    position: relative;
    font-family: Montserrat-Light;
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
}

.page_banner .content p::after {
    content: "";
    background-image: url(../images/bingo.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 19px;
    height: 19px;
    position: absolute;
    left: 0;
    top: 5px;
}


/* page_banner1 */

.page_banner1 {
    margin-top: 147px;
    position: relative;
}

.page_banner1 .safe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 100%;
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.page_banner1::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(to left, rgba(0, 0, 0, 0.0)0%, rgba(0, 0, 0, .9)95%);
}

.page_banner1 .box {
    padding-bottom: 114px;
}

.page_banner1 .title {
    font-family: Montserrat-Medium;
    font-size: 60px;
    line-height: 50px;
    color: #ffffff;
    margin-bottom: 35px;
}

.page_banner1 .crumb,
.page_banner1 .crumb a {
    font-family: Montserrat-Light;
    font-size: 16px;
    color: #ffffff;
}


@media(max-width:1600px) {
    .page_banner {
        margin-top: 136px;
    }

    .page_banner img {
        min-height: 300px;
        object-fit: cover;
    }

    .page_banner1 {
        margin-top: 136px;
    }

    .page_banner1 img {
        min-height: 300px;
        object-fit: cover;
    }

    .page_banner1 .title {
        font-size: 52px;
        line-height: 48px;
        margin-bottom: 30px;
    }
}

@media(max-width:1333px) {
    .page_banner {
        margin-top: 126px;
    }

    .page_banner .safe {
        left: 0;
        right: 0;
        margin: 0 auto;
        z-index: 10;
        padding-right: 15%;
        top: 50%;
        transform: translateY(-50%);
    }

    .page_banner .content p {
        padding-left: 30px;
        font-size: 18px;
        line-height: 30px;
    }


    .page_banner1 {
        margin-top: 126px;
    }

    .page_banner1 .title {
        font-size: 44px;
        line-height: 46px;
        margin-bottom: 25px;
    }
}

@media(max-width:1100px) {
    .page_banner {
        margin-top: 110px;
    }

    .page_banner1 {
        margin-top: 110px;
    }


}

@media(max-width:999px) {
    .page_banner {
        margin-top: 70px;
    }

    .page_banner .safe {
        left: 0;
        right: 0;
        margin: 0 auto;
        z-index: 10;
        padding-right: 0%;
        top: 50%;
        transform: translateY(-50%);
    }

    .page_banner .content p {
        padding-left: 30px;
        font-size: 16px;
        line-height: 26px;
    }

    .page_banner img {
        min-height: 250px;
    }

    .page_banner .content {
        padding-right: 10%;
    }

    .page_banner1 {
        margin-top: 70px;
    }

    .page_banner1 .title {
        font-size: 38px;
        line-height: 44px;
        margin-bottom: 20px;
    }

    .page_banner1 .box {
        padding-bottom: 50px;
    }
}

@media(max-width:768px) {
    .page_banner {
        margin-top: 60px;
    }

    .page_banner .title40 {
        margin-bottom: 15px;
        margin-bottom: 15px;
    }

    .page_banner .content p {
        padding-left: 26px;
        font-size: 14px;
        line-height: 24px;
    }

    .page_banner .content {
        padding-right: 10%;
    }

    .page_banner1 {
        margin-top: 60px;
    }

    .page_banner1 .title {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 15px;
    }

    .page_banner1 .box {
        padding-bottom: 30px;
    }

    .page_banner1 .crumb,
    .page_banner1 .crumb a {
        font-size: 14px;
    }
}

@media(max-width:570px) {
    .page_banner {
        margin-top: 50px;
    }

    .page_banner img {
        min-height: 270px;
    }

    .page_banner .content {
        padding-right: 0%;
    }

    .page_banner1 {
        margin-top: 50px;
    }

    .page_banner1 .title {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 15px;
    }
}




/* crumb */

.crumb .safe {
    padding: 36px 0px 37px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.crumb,
.crumb a {
    font-family: Montserrat-Light;
    font-size: 16px;
    color: #333333;
}

.crumb .active {
    color: #00489d;
}

.crumb a:hover {
    color: #00489d;
}

@media(max-width:1600px) {
    .crumb .safe {
        padding: 30px 0px;
    }
}

@media(max-width:1333px) {
    .crumb .safe {
        padding: 25px 0px;
    }
}

@media(max-width:999px) {
    .crumb .safe {
        padding: 20px 0px;
    }
}

@media(max-width:768px) {
    .crumb .safe {
        padding: 15px 0px;
    }

    .crumb,
    .crumb a {
        font-size: 14px;
    }
}

@media(max-width:570px) {}


/* title */

.title48 {
    font-family: Montserrat-Light;
    font-size: 48px;
    color: #333333;
}

.title48 a {
    color: #333;
}

.title48 a:hover {
    color: #00489d;
}

.title46 {
    font-family: Montserrat-Light;
    font-size: 46px;
    color: #333333;
}

.title40 {
    font-family: Montserrat-Light;
    font-size: 40px;
    color: #333333;
}

.title36 {
    font-family: Montserrat-Light;
    font-size: 36px;
    color: #333333;
}

.title30 {
    font-family: Montserrat-Light;
    font-size: 30px;
    color: #333333;
}

@media(max-width:1600px) {
    .title48 {
        font-size: 44px;
    }

    .title46 {
        font-size: 42px;
    }

    .title40 {
        font-size: 36px;
    }

    .title30 {
        font-size: 28px;
    }

    .title36 {
        font-size: 32px;
    }
}

@media(max-width:1333px) {
    .title48 {
        font-size: 38px;
    }

    .title46 {
        font-size: 36px;
    }

    .title40 {
        font-size: 32px;
    }

    .title30 {
        font-size: 26px;
    }

    .title36 {
        font-size: 28px;
    }
}

@media(max-width:999px) {
    .title48 {
        font-size: 32px;
    }

    .title46 {
        font-size: 30px;
    }

    .title40 {
        font-size: 28px;
    }

    .title30 {
        font-size: 24px;
    }

    .title36 {
        font-size: 26px;
    }
}

@media(max-width:768px) {
    .title48 {
        font-size: 28px;
    }

    .title46 {
        font-size: 26px;
    }

    .title40 {
        font-size: 24px;
    }

    .title30 {
        font-size: 20px;
    }

    .title36 {
        font-size: 22px;
    }
}

@media(max-width:570px) {
    .title48 {
        font-size: 24px;
    }

    .title46 {
        font-size: 22px;
    }

    .title40 {
        font-size: 20px;
    }

    .title36 {
        font-size: 20px;
    }

    .title30 {
        font-size: 18px;
    }
}


/* common_search */

.common_search {
    padding: 43px 0;
    background-color: #333333;
}

.common_search .safe {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.common_search .l_box {
    width: 38.9%;
}

.common_search .search1 {
    width: 100%;
    height: 44px;
    position: relative;
    overflow: hidden;
}

.common_search .search1>input {
    width: 100%;
    height: 100%;
    padding: 0px 50px 0px 19px;
    background-color: #f8f8f8;
    border-radius: 10px;
    border: solid 1px #e9e9e9;
    font-family: Montserrat-Light;
    font-size: 16px;
    color: #333;
}

.common_search .search1>input::placeholder {
    color: #888888;
}

.common_search .enter {
    position: absolute;
    right: -1px;
    top: 0;
    width: 44px;
    height: 100%;
    background-color: #00489d;
    border-radius: 0px 10px 10px 0px;
    overflow: hidden;
}

.common_search .enter>div {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 100%;
}

.common_search .enter>div i {
    color: #fff;
    font-weight: bold;
}

.common_search .enter>div input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.common_search .enter>div input:hover+i {
    color: #999;
}

.common_search .r_box {
    width: 58%;
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 30px;
    color: #bebebe;
}

.common_search .r_box a {
    color: #bebebe;
    cursor: pointer;
}

.common_search .r_box a:hover {
    color: #fff;
}


@media(max-width:1600px) {
    .common_search {
        padding: 40px 0px;
    }
}

@media(max-width:1333px) {
    .common_search {
        padding: 30px 0px;
    }

    .common_search .r_box {
        width: 58%;
        font-size: 16px;
        line-height: 26px;
    }
}

@media(max-width:999px) {
    .common_search {
        padding: 20px 0px;
    }

    .common_search .r_box {
        width: 58%;
        font-size: 16px;
        line-height: 24px;
    }
}

@media(max-width:768px) {
    .common_search .safe {
        flex-direction: column;
    }

    .common_search .l_box {
        width: 100%;
        margin-bottom: 15px;
    }

    .common_search .search1>input {
        padding: 0px 50px 0px 19px;
        border-radius: 10px;
        font-size: 14px;
    }

    .common_search .r_box {
        width: 100%;
        font-size: 14px;
        line-height: 24px;
    }

    .common_search .search1 {
        width: 100%;
        height: 40px;
    }

    .common_search .enter {
        width: 40px;
    }
}



/*  */

.section1 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left -140px;
}


/* h_product */

.h_product {
    padding: 89px 0px 67px;
}

.h_product .title48 {
    text-align: center;
    margin-bottom: 60px;
}

.h_product .wrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 84px;
}

.h_product .inner {
    width: 20.94%;
    margin-right: 5.4%;
    border-radius: 10px;
    margin-bottom:50px;
}

.h_product .inner:nth-child(4n) {
    margin-right: 0;
}

.h_product .title {
    font-family: Montserrat-Medium;
    font-size: 24px;
    line-height: 30px;
    min-height: 60px;
    color: #00489d;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 24px;
}

.h_product .title a {
    color: #00489d;
}

.h_product .title a:hover {
    text-decoration: underline;
}

.h_product .content {
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    min-height: 96px;
    margin-bottom: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
}

.h_product .imgbox {
    overflow: hidden;
    margin-bottom: 25px;
}

.h_product .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 166px;
    height: 58px;
    border: solid 1px #00489d;
    font-family: Montserrat-Light;
    font-size: 16px;
    color: #00489d;
}

.h_product .btn:hover {
    background-color: #00489d;
    color: #fff;
    text-decoration: underline;
}


.h_product .btn_more {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 232px;
    height: 54px;
    background-color: #00489d;
    border-radius: 27px;
    border: solid 1px #00489d;
    font-family: Montserrat-Light;
    font-size: 16px;
    color: #ffffff;
    padding: 0px 5px 0px 25px;
    margin: 0 auto;
}

.h_product .btn_more i {
    margin-left: 5px;
    font-size: 14px;
    width: 47px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    background-color: #ffffff;
    color: #00489d;
    font-weight: bold;
}

.h_product .btn_more:hover {
    background-color: #fff;
    border: 1px solid #00489d;
    color: #00489d;
}

.h_product .btn_more:hover i {
    background-color: #00489d;
    color: #fff;
}

@media(max-width:1600px) {
    .h_product {
        padding: 50px 0px;
    }

    .h_product .title48 {
        margin-bottom: 50px;
    }

    .h_product .wrap {
        margin-bottom: 55px;
    }

    .h_product .title {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .h_product .content {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .h_product .btn {
        width: 160px;
        height: 55px;
        font-size: 16px;
    }
}

@media(max-width:1333px) {
    .h_product .title48 {
        margin-bottom: 40px;
    }

    .h_product .wrap {
        margin-bottom: 45px;
    }

    .h_product .title {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .h_product .content {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .h_product .btn_more {
        width: 220px;
        height: 50px;
        border-radius: 27px;
        font-size: 16px;
        padding: 0px 5px 0px 20px;
    }

    .h_product .btn_more i {
        margin-left: 5px;
        font-size: 14px;
        width: 45px;
        height: 45px;
        border-radius: 50px;
    }

    .h_product .btn {
        width: 150px;
        height: 50px;
        font-size: 16px;
    }
}

@media(max-width:999px) {
    .h_product {
        padding: 40px 0px;
    }

    .h_product .title48 {
        margin-bottom: 30px;
    }

    .h_product .wrap {
        margin-bottom: 35px;
    }

    .h_product .inner {
        width: 23.5%;
        margin-right: 2%;
        margin-bottom: 30px;
    }

    .h_product .inner:nth-child(4n) {
        margin-right: 0%;
    }

    .h_product .btn {
        width: 140px;
        height: 45px;
        font-size: 14px;
    }

    .h_product .content {
        margin-bottom: 20px;
    }

}

@media(max-width:768px) {
    .h_product .title48 {
        margin-bottom: 20px;
    }

    .h_product .wrap {
        margin-bottom: 25px;
    }

    .h_product .content {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 20px;
        min-height: 88px;
    }

    .h_product .title {
        font-size: 16px;
        line-height: 26px;
        min-height: 52px;
        margin-bottom: 10px;
    }

    .h_product .btn {
        font-size: 14px;
    }

    .h_product .btn_more {
        width: 200px;
        height: 45px;
        border-radius: 27px;
        font-size: 14px;
        padding: 0px 3px 0px 20px;
    }

    .h_product .btn_more i {
        margin-left: 5px;
        font-size: 14px;
        width: 40px;
        height: 40px;
        border-radius: 50px;
    }

    .h_product .inner {
        width: 32%;
        margin-right: 2%;
    }

    .h_product .inner:nth-child(3n) {
        margin-right: 0;
    }

    .h_product .btn {
        width: 130px;
        height: 40px;
        font-size: 14px;
    }
}

@media(max-width:570px) {
    .h_product {
        padding: 30px 0px;
    }

    .h_product .title48 {
        margin-bottom: 15px;
    }

    .h_product .wrap {
        margin-bottom: 15px;
    }

    .h_product .inner {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 20px;
    }

    .h_product .inner:nth-child(3n) {
        margin-right: 2%;
    }

    .h_product .inner:nth-child(2n) {
        margin-right: 0;
    }
}

@media(max-width:400px) {
    .h_product .inner {
        width: 100% !important;
        margin-right: 0% !important;
        margin-bottom: 20px;
    }

    .h_product .title {
        min-height: unset;
    }

    .h_product .content {
        min-height: unset;
    }
}



/* h_about */

.h_about {
    margin-bottom: 42px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
}

.h_about .title48 {
    text-align: center;
    margin-bottom: 28px;
}

.h_about .con {
    text-align: center;
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 39px;
}

.h_about .wrap {
    display: flex;
    flex-wrap: wrap;
}

.h_about .inner {
    width: 33.3%;
    position: relative;
}

.h_about .top {
    overflow: hidden;
    position: relative;
}

.h_about .imgbox {
    position: relative;
}

.h_about .imgbox::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 72, 157, .5);
    opacity: 0;
}

.h_about .tit {
    padding: 0px 30px;
    font-family: Montserrat-Medium;
    font-size: 24px;
    color: #ffffff;
}

.h_about .t1 {
    position: absolute;
    bottom: 25px;
    z-index: 100;
    transition: .3s linear bottom;
}


.h_about .tit a {
    color: #fff;
}

.h_about .shadow {
    /* background-color: rgba(0, 72, 157, .5); */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 30px 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 80px;
    opacity: 1;
    z-index: 1000;
    opacity: 0;
    pointer-events: none;
}

.h_about .t2 {
    margin-bottom: 10px;
    padding: 0;
}

.h_about .content {
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    padding: 20px 20px;
}

.h_about .bt {
    transform: translateX(-15px);
}


.h_about .top:hover .shadow {
    opacity: 1;
    pointer-events: all;
}

.h_about .top:hover .imgbox::after {
    opacity: 1;
}

.h_about .imgbox a img:hover {
    transform: scale(1);
}

.h_about .top:hover .t1 {
    bottom: 110px;
}


.h_about .t2 a:hover {
    text-decoration: underline;
}

.h_about .top:hover .bt {
    transform: translateX(-0px);
}

@media(max-width:1600px) {
    .h_about {
        margin-bottom: 50px;
    }

    .h_about .con {
        font-size: 16px;
        line-height: 24px;
        width: 90%;
        margin-bottom: 35px;
    }


    .h_about .title48 {
        margin-bottom: 25px;
    }

    .h_about .wrap {
        margin-bottom: 50px;
    }

    .h_about .tit {
        font-size: 22px;
    }

    .h_about .top:hover .t1 {
        bottom: 100px;
    }

}

@media(max-width:1333px) {
    .h_about .con {
        font-size: 16px;
        line-height: 24px;
        width: 100%;
        margin-bottom: 25px;
    }

    .h_about .title48 {
        margin-bottom: 20px;
    }

    .h_about .title {
        font-size: 20px;
    }

    .h_about .tit {
        font-size: 20px;
    }

    .h_about .shadow {
        padding-bottom: 30px;
    }

    .h_about .top:hover .t1 {
        bottom: 50px;
    }

}

@media(max-width:999px) {
    .h_about {
        margin-bottom: 40px;
    }

    .h_about .title48 {
        margin-bottom: 15px;
    }

    .h_about .title {
        font-size: 18px;
        margin-bottom: 6px;
    }

    .h_about .tit {
        font-size: 18px;
    }

    .h_about .inner {
        width: 50%;
        margin-bottom: 20px;
        margin-right: 0;
    }

    .h_about .shadow {
        display: none;
    }

    .h_about .tit {
        opacity: 1 !important;
    }

    .h_about .t1 {
        position: absolute;
        bottom: 20px;
        padding: 0px 15px;
    }

    .h_about .content {
        padding: 15px;
    }

    .h_about .top:hover .t1 {
        bottom: 20px;
    }

    .h_about .imgbox::after {
        display: none;
    }

}

@media(max-width:768px) {
    .h_about .content {
        font-family: Montserrat-Light;
        font-size: 14px;
        line-height: 24px;
        color: #666666;
    }

    .h_about .title {
        font-size: 16px;
        margin-bottom: 6px;
    }

    .h_about .contact {
        padding-top: 0;
    }

    .h_about .inner {
        width: 50%;
        margin-bottom: 15px;
    }

    .h_about .inner:last-child {
        margin-bottom: 0;
    }

    .h_about .con {
        font-size: 14px;
        line-height: 24px;
        width: 100%;
        margin-bottom: 18px;
    }

    .h_about .wrap {
        margin-bottom: 30px;
    }
}

@media(max-width:570px) {
    .h_about {
        margin-bottom: 30px;
    }
}

@media(max-width:450px) {
    .h_about .inner {
        width: 100%;
        margin-bottom: 20px;
        margin-right: 0;
    }
}



/* #00489d */

.h_contact1 {
    margin-bottom: 72px;
}

.h_contact2 {
    margin-bottom: 73px;
}

.h_contact .safe {
    background-color: #00489d;
    padding: 82px 48px 90px 47px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    position: relative;
}

.h_contact .l_box {
    width: 60%;
}

.h_contact .title46 {
    margin-bottom: 16px;
    color: #fff;
}

.h_contact .content {
    font-family: Montserrat-Light;
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
}

.h_contact .r_box {
    position: relative;
    z-index: 10;
}

.h_contact .r_box .btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 179px;
    height: 54px;
    background-color: #00489d;
    border-radius: 27px;
    border: solid 1px #ffffff;
    font-family: Montserrat-Light;
    font-size: 16px;
    color: #ffffff;
    padding-left: 15px;
    padding-right: 4px;
}

.h_contact .r_box .btn i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 47px;
    height: 48px;
    background-color: #ffffff;
    border-radius: 50px;
    color: #00489d;
}

.h_contact .r_box .btn:hover {
    background-color: #fff;
    color: #00489d;
}

.h_contact .r_box .btn:hover i {
    background-color: #00489d;
    color: #fff;
}

.h_contact .r_box {
    width: 24%;
    display: flex;
    justify-content: flex-end;
}

.h_contact .bg {
    position: absolute;
    right: 15px;
    height: 110%;
    transform: translateY(-13px);
}

@media(max-width:1600px) {
    .h_contact1 {
        margin-bottom: 50px;
    }

    .h_contact2 {
        margin-bottom: 50px;
    }
}

@media(max-width:1333px) {
    .h_contact .safe {
        padding: 60px 40px 60px 40px;
        border-radius: 15px;
    }

    .h_contact .content {
        font-size: 16px;
        line-height: 28px;
    }

    .h_contact .r_box .btn {
        width: 170px;
        height: 50px;
        font-size: 16px;
        padding-left: 10px;
        padding-right: 4px;
    }

    .h_contact .r_box .btn i {
        width: 45px;
        height: 45px;
    }
}

@media(max-width:999px) {
    .h_contact1 {
        margin-bottom: 40px;
    }

    .h_contact2 {
        margin-bottom: 40px;
    }

    .h_contact .safe {
        padding: 50px 30px;
        border-radius: 15px;
    }

    .h_contact .safe {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .h_contact .l_box {
        width: 100%;
        position: relative;
        z-index: 10;
    }

    .h_contact .r_box {
        width: 100%;
        justify-content: flex-start;
    }

    .h_contact .content {
        margin-bottom: 18px;
    }

    .h_contact .bg {
        right: 15px;
        height: 100%;
        transform: translateY(-0px);
        top: 0;
    }
}

@media(max-width:768px) {
    .h_contact .safe {
        padding: 40px 20px;
        border-radius: 15px;
    }

    .h_contact .title46 {
        margin-bottom: 12px;
    }

    .h_contact .r_box .btn {
        width: 160px;
        height: 45px;
        font-size: 14px;
        padding-left: 15px;
        padding-right: 2px;
    }

    .h_contact .r_box .btn i {
        width: 40px;
        height: 40px;
    }

    .h_contact .content {
        font-size: 14px;
        line-height: 25px;
    }
}

@media(max-width:570px) {
    .h_contact1 {
        margin-bottom: 30px;
    }

    .h_contact2 {
        margin-bottom: 30px;
    }

    .h_contact .safe {
        padding: 30px 12px;
        border-radius: 15px;
    }
}


/* h_samples */

.h_samples {
    padding: 72px 0px 93px;
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
}

.h_samples .title48 {
    margin-bottom: 18px;
}

.h_samples .con {
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    width: 75%;
    margin-bottom: 59px;
}

.h_samples .safe {
    overflow: hidden;
}

.h_samples .swiper {
    width: 46.996%;
    overflow: visible;
    margin-bottom: 52px;
}

.h_samples .swiper-wrapper {
    display: flex;
    align-items: center;
}

.h_samples .swiper-slide-active {
    z-index: 100;
}

.h_samples .swiper-slide-visible {
    z-index: 10;
}

.h_samples .swiper-slide-next {
    transform: translateX(30%);
    z-index: 1;
}


.h_samples .imgbox {
    position: relative;
}

.h_samples .title {
    height: 25%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    padding: 0px 36px;
    font-family: Montserrat-Light;
    font-size: 20px;
    color: #ffffff;
    background: linear-gradient(rgba(0, 0, 0, 0.0)0%, rgba(0, 0, 0, .6)95%);
}

.h_samples .title a {
    color: #fff;
}

.h_samples .title a:hover {
    text-decoration: underline;
}

.h_samples .swiper-slide .imgbox {
    height: 383px;
    overflow: hidden;
    transition: none;
}

.h_samples .swiper-slide .imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.h_samples .swiper-slide-active .imgbox {
    height: 440px;
}

.h_samples .swiper-slide-active .shadow {
    opacity: 1;
    pointer-events: all;
}

.h_samples .swiper-slide-active .title {
    /* display: none; */
}

.h_samples .swiper-slide img {
    object-fit: cover;
}

.h_samples .shadow {
    position: absolute;
    width: 90%;
    min-height: 134px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 27px;
    background-color: #fff;
    z-index: 10;
    display: flex;
    align-items: center;
    padding: 21px 24px 24px 30px;
    border-radius: 4px;
}

.h_samples .s_title {
    font-family: Montserrat-Light;
    font-size: 20px;
    color: #333333;
    margin-bottom: 11px;
}

.h_samples .s_title a {
    color: #333;
}

.h_samples .s_title a:hover {
    color: #00489d;
}

.h_samples .content {
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.h_samples .l {
    padding-right: 2%;
}

.h_samples .r a {
    width: 47px;
    height: 48px;
    background-color: #00489d;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: #fff;
    flex-shrink: 0;
}

.h_samples .r a:hover {
    background-color: #fff;
    border: 1px solid #00489d;
    color: #00489d;
}

.h_samples .shadow {
    opacity: 0;
    pointer-events: none;
}

.h_samples .qiehuan {
    display: flex;
    align-items: center;
}

.h_samples .btnbox {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    margin-right: 15px;
}

.h_samples .btnbox i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    background-color: #00489d;
    border-radius: 17px;
    opacity: 0.2;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
}

.h_samples .btnbox i:hover {
    opacity: 1;
}

.h_samples .btnbox i:first-child {
    margin-right: 10px;
}

.h_samples .line {
    width: 100%;
    height: 1px;
    background-color: #bebebe;
}

@media(max-width:1600px) {
    .h_samples {
        padding: 50px 0px;
    }

    .h_samples .con {
        font-size: 16px;
        line-height: 24px;
        width: 85%;
        margin-bottom: 50px;
    }

    .h_samples .shadow {
        position: absolute;
        width: 90%;
        min-height: 110px;
        bottom: 20px;
        padding: 20px 20px 20px
    }
}

@media(max-width:1333px) {
    .h_samples .con {
        font-size: 16px;
        line-height: 24px;
        width: 95%;
        margin-bottom: 40px;
    }

    .h_samples .title48 {
        margin-bottom: 15px;
    }

    .h_samples .swiper-slide .imgbox {
        height: 320px;
    }

    .h_samples .swiper-slide-active .imgbox {
        height: 370px;
    }

    .h_samples .s_title {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .h_samples .r a {
        width: 45px;
        height: 45px;
    }

    .h_samples .shadow {
        width: 90%;
        min-height: 110px;
        bottom: 15px;
        padding: 15px;
    }

    .h_samples .title {
        height: 20%;
        width: 100%;
        padding: 0px 36px;
        font-size: 18px;
    }
}

@media(max-width:999px) {
    .h_samples {
        padding: 40px 0px;
    }

    .h_samples .con {
        font-size: 16px;
        line-height: 24px;
        width: 100%;
        margin-bottom: 30px;
    }

    .h_samples .swiper {
        width: 100%;
    }

    .h_samples .swiper-slide .imgbox {
        height: auto !important;
    }

    .h_samples .title {
        display: none;
    }

    .h_samples .shadow {
        opacity: 1 !important;
        pointer-events: all;
        position: static;
        width: 100%;
    }

    .h_samples .r {
        margin-left: 10px;
    }

    .h_samples .swiper {
        margin-bottom: 40px;
    }
}

@media(max-width:768px) {
    .h_samples .con {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .h_samples .s_title {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .h_samples .content {
        font-size: 14px;
        line-height: 24px;
    }

    .h_samples .r {
        margin-left: 10px;
    }

    .h_samples .r a {
        width: 40px;
        height: 40px;
    }
}

@media(max-width:570px) {
    .h_samples {
        padding: 30px 0px;
    }

    .h_samples .swiper {
        margin-bottom: 30px;
    }
}


/* h_news */

.h_news {
    margin-bottom: 90px;
}

.h_news .titlebox {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 37px;
}

.h_news .l {
    width: 75%;
}

.h_news .title48 {
    margin-bottom: 18px;
}

.h_news .con {
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
}

.h_news .btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 169px;
    height: 54px;
    border-radius: 27px;
    border: solid 1px #00489d;
    font-family: Montserrat-Light;
    font-size: 16px;
    color: #00489d;
    padding: 0px 4px 0px 15px;
    margin-top: 55px;
}

.h_news .btn i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 47px;
    height: 48px;
    background-color: #00489d;
    border-radius: 50px;
    color: #fff;
}

.h_news .btn:hover {
    background-color: #00489d;
    color: #fff;
}

.h_news .btn:hover i {
    background-color: #fff;
    color: #00489d;
}

.h_news .box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.h_news .l_box {
    width: 48.7%;
    position: relative;
    overflow: hidden;
}

.h_news .l_box img:hover {
    transform: scale(1.05);
}

.h_news .l_box .title {
    height: 17.5%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    padding: 0px 20px;
    font-family: Montserrat-Light;
    font-size: 18px;
    line-height: 24px;
    color: #ffffff;
    background: linear-gradient(rgba(0, 0, 0, 0.0)0%, rgba(0, 0, 0, .6)95%);
}

.h_news .l_box .title a {
    color: #fff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.h_news .l_box .title:hover,
.h_news .l_box .title a:hover {
    text-decoration: underline;
}

.h_news .r_box {
    width: 48%;
    padding-top: 18px;
}

.h_news .r_box li {
    display: flex;
    align-items: center;
    padding-bottom: 27px;
    margin-bottom: 35px;
    border-bottom: 1px solid #cfd1d5;
}

.h_news li .databox {
    flex-shrink: 0;
    margin-right: 15px;
}

.h_news li .databox .day {
    font-family: Montserrat-Light;
    font-size: 60px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #333333;
    margin-bottom: 16px;
}

.h_news li .databox .data {
    font-family: Montserrat-Light;
    font-size: 18px;
    color: #888888;
    transform: translateY(6px);
}

.h_news li .contact {
    padding-right: 3%;
}

.h_news li .tit {
    font-family: Montserrat-Light;
    font-size: 20px;
    line-height: 24px;
    color: #333333;
    margin-bottom: 21px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.h_news li .tit a {
    color: #333;
}

.h_news li .tit a:hover {
    color: #00489d;
}

.h_news li .content {
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.h_news .enter {
    color: #666;
    font-size: 22px;
}

.h_news .enter:hover {
    color: #00489d;
}

@media(max-width:1600px) {
    .h_news {
        margin-bottom: 50px;
    }

    .h_news .titlebox {
        margin-bottom: 30px;
    }

    .h_news .r_box {
        width: 48%;
        padding-top: 10px;
    }

    .h_news li .tit {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 15px;
    }

    .h_news li .databox .day {
        font-size: 54px;
        line-height: 36px;
        margin-bottom: 16px;
    }

    .h_news li .databox .data {
        font-size: 18px;
        transform: translateY(0px);
    }

    .h_news .r_box li {
        padding-bottom: 25px;
        margin-bottom: 30px;
    }
}

@media(max-width:1333px) {
    .h_news .btn {
        width: 165px;
        height: 50px;
        font-size: 16px;
        padding: 0px 4px 0px 10px;
        margin-top: 45px;
    }

    .h_news .btn i {
        width: 45px;
        height: 45px;
    }

    .h_news li .databox .day {
        font-size: 48px;
        line-height: 36px;
        margin-bottom: 10px;
    }

    .h_news li .tit {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .h_news .r_box li {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
}

@media(max-width:999px) {
    .h_news {
        margin-bottom: 40px;
    }

    .h_news .titlebox {
        margin-bottom: 20px;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .h_news .l {
        width: 100%;
        margin-bottom: 20px;
    }

    .h_news .btn {
        margin-top: 0;
    }

    .h_news .title48 {
        margin-bottom: 15px;
    }

    .h_news li .databox .day {
        font-size: 42px;
        line-height: 36px;
        margin-bottom: 10px;
    }
}

@media(max-width:768px) {
    .h_news .box {
        flex-direction: column;
    }

    .h_news .l_box {
        width: 75%;
        margin-bottom: 28px;
    }

    .h_news .r_box {
        padding-top: 0;
        width: 100%;
    }

    .h_news li .tit {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 8px;
    }

    .h_news li .content {
        font-size: 14px;
        line-height: 24px;
    }

    .h_news li .databox .day {
        font-size: 36px;
        line-height: 34px;
        margin-bottom: 10px;
    }

    .h_news li .databox .data {
        font-size: 16px;
    }

    .h_news .l_box .title {
        height: 15.5%;
        width: 100%;
        padding: 0px 20px;
        font-size: 16px;
        line-height: 24px;
    }

    .h_news .enter {
        font-size: 20px;
    }

    .h_news .con {
        font-size: 14px;
        line-height: 22px;
    }

    .h_news .btn {
        width: 160px;
        height: 45px;
        font-size: 14px;
        padding: 0px 3px 0px 16px;
    }

    .h_news .btn i {
        width: 40px;
        height: 40px;
    }
}

@media(max-width:570px) {
    .h_news {
        margin-bottom: 30px;
    }

    .h_news .l_box {
        width: 100%;
        margin-bottom: 25px;
    }

    .h_news li .databox .day {
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 10px;
    }

    .h_news li .databox .data {
        font-size: 14px;
    }
}

@media(max-width:450px) {
    .h_news li .databox {
        width: 100%;
        margin-bottom: 15px;
    }

    .h_news .r_box li {
        flex-wrap: wrap;
    }

    .h_news li .contact {
        padding-right: 3%;
        width: 90%;
    }

    .h_news li .tit {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 5px;
    }
}



/* h_sustainability */

.h_sustainability {
    min-height: 598px;
    border-radius: 10px;
    position: relative;
}

.h_sustainability::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    height: 100%;
    width: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.0)0%, rgba(0, 0, 0, .6)95%);
}

.h_sustainability .bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.h_sustainability .safe {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
    position: absolute;
    bottom: 51px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 10;
}

.h_sustainability .title48 {
    color: #fff;
    margin-bottom: 17px;
}

.h_sustainability .content {
    font-family: Montserrat-Light;
    font-size: 18px;
    line-height: 28px;
    color: #ffffff;
    width: 64%;
}

.h_sustainability .content p {
    margin-bottom: 28px;
}

.h_sustainability .content p:last-child {
    margin-bottom: 0;
}

@media(max-width:1600px) {
    .h_sustainability {
        min-height: auto;
        border-radius: 10px;
        position: relative;
    }

    .h_sustainability .content {
        width: 70%;
    }
}

@media(max-width:1333px) {
    .h_sustainability {}

    .h_sustainability .safe {
        position: relative;
        z-index: 10;
        bottom: 0;
        padding: 80px 0px 40px;
    }

    .h_sustainability .bg {
        position: absolute;
        height: 100%;
        object-fit: cover;
    }

    .h_sustainability .content {
        width: 80%;
        font-size: 16px;
        line-height: 28px;
    }

    .h_sustainability .content p {
        margin-bottom: 20px;
    }
}

@media(max-width:999px) {
    .h_sustainability .content {
        width: 90%;
    }
}

@media(max-width:768px) {
    .h_sustainability .content {
        width: 100%;
        font-size: 14px;
        line-height: 26px;
    }

    .h_sustainability .content p {
        margin-bottom: 15px;
    }

    .h_sustainability .safe {
        padding: 60px 0px 30px;
    }
}

@media(max-width:570px) {}


/* h_form */

.h_form {
    padding: 92px 0px 55px;
    background-color: #f7f7f7;
}

.h_form1 {
    padding: 73px 0px 76px;
}

.h_form2 {
    padding: 73px 0px 65px;
}

.h_form3 {
    padding: 73px 0px 74px;
}

.h_form4 {
    padding: 72px 0px 70px;
}

.h_form .title48 {
    margin-bottom: 10px;
}

.h_form .con {
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    width: 84%;
    margin-bottom: 36px;
}

.h_form .form {
    display: flex;
}

.h_form .l_box {
    width: 42.8%;
    margin-right: 1.98%;
}

.h_form .l_box .inpbox1 {
    display: flex;
    justify-content: space-between;
}

.h_form .l_box .inp1 {
    width: 48.3%;
    height: 54px;
    margin-bottom: 23px;
}

.h_form .l_box .inp1 input {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    border: solid 1px #d2d2d2;
    padding: 0px 15px;
}

.h_form input,
.h_form textarea {
    font-family: Montserrat-Light;
    font-size: 16px;
    color: #333;
}

.h_form input::placeholder,
.h_form textarea::placeholder {
    color: #666;
}

.h_form .inpbox2 .inp1 {
    width: 27.8%;
}

.h_form .inpbox2 .codebox {
    width: 27.7%;
    background-color: #f3fbfe;
    border: solid 1px #d2d2d2;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transform: translateX(-12px);
}

.h_form .inpbox2 .submit {
    width: 34%;
    height: 54px;
}

.h_form .inpbox2 .submit input {
    width: 100%;
    height: 100%;
    background-color: #00489d;
    border-radius: 50px;
    font-family: Montserrat-Light;
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
}

.h_form .inpbox2 .submit input:hover {
    color: #00489d;
    border: 1px solid #00489d;
    background-color: #fff;
}

.h_form .r_box {
    width: 42.8%;
}

.h_form .r_box textarea {
    width: 100%;
    height: 130px;
    background-color: #ffffff;
    border: solid 1px #d2d2d2;
    padding: 14px 15px;
    resize: none;
}

.h_form .must {
    position: relative;
}

.h_form .must::after {
    content: "*";

    position: absolute;
    left: -12px;
    top: 16px;
    color: #ff0000;
}

.h_form .inp1>div {
    width: 100%;
    height: 100%;
}

@media(max-width:1600px) {

    .h_form,
    .h_form1,
    .h_form3,
    .h_form4 {
        padding: 50px 0px;
    }

    .h_form .l_box {
        width: 47.8%;
        margin-right: 1.98%;
    }

    .h_form .con {
        width: 90%;
        margin-bottom: 30px;
    }
}

@media(max-width:1333px) {
    .h_form .l_box .inp1 {
        width: 48.3%;
        height: 50px;
        margin-bottom: 20px;
    }

    .h_form .inpbox2 .codebox {
        width: 27.7%;
        height: 50px;
        transform: translateX(0px);
    }

    .h_form .inpbox2 .submit {
        width: 34%;
        height: 50px;
    }

    .h_form .l_box {
        width: 48%;
        margin-right: 1.98%;
    }

    .h_form .inpbox2 {
        flex-wrap: wrap;
    }

    .h_form .inpbox2 .submit {
        width: 100%;
        height: 50px;
    }

    .h_form .con {
        width: 100%;
        margin-bottom: 20px;
    }

    .h_form .inpbox2 .codebox img {
        height: 100%;
    }
}

@media(max-width:999px) {

    .h_form,
    .h_form1,
    .h_form3,
    .h_form4 {
        padding: 40px 0px;
    }

    .h_form .l_box .inp1 {
        width: 48.3%;
        height: 50px;
        margin-bottom: 15px;
    }

    .h_form .l_box {
        width: 52%;
        margin-right: 1.98%;
    }

    .h_form .r_box {
        width: 45.8%;
    }

    .h_form .r_box textarea {
        height: 100%;
    }
}

@media(max-width:768px) {

    .h_form input,
    .h_form textarea {
        font-size: 14px;
    }

    .h_form .inpbox2 .submit input {
        width: 100%;
        height: 100%;
        font-size: 14px;
    }

    .h_form .l_box .inp1 {
        width: 48.3%;
        height: 45px;
        margin-bottom: 15px;
    }

    .h_form .inpbox2 .codebox {
        width: 40%;
        height: 45px;
        transform: translateX(0px);
    }

    .h_form .inpbox2 .submit {
        width: 100%;
        height: 45px;
    }

    .h_form .form {
        flex-direction: column-reverse;
    }

    .h_form .l_box {
        width: 100%;
        margin-bottom: 15px;
    }

    .h_form .r_box {
        width: 100%;
        height: 100px;
        margin-bottom: 15px;
    }

    .h_form .con {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 15px;
    }
}

@media(max-width:570px) {

    .h_form,
    .h_form1,
    .h_form3,
    .h_form4 {
        padding: 30px 0px;
    }
}

@media(max-width:400px) {
    .h_form .l_box .inp1 {
        width: 100%;
    }

    .h_form .l_box .inpbox1 {
        flex-direction: column;
    }

    .h_form .inpbox2 .codebox {
        margin-bottom: 15px;
    }
}


/* footer */

footer {
    background-color: #00489d;
    padding: 81px 0px 52px;
}

footer .email a {
    word-break: break-all;
}

footer .f_nav {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 48px;
}

footer .title {
    margin-bottom: 30px;
}

footer .title i {
    display: none;
}

footer .title,
footer .title a {
    font-family: Montserrat-Light;
    font-size: 24px;
    line-height: 30px;
    color: #ffffff;
}

footer .title a:hover {
    text-decoration: underline;
}

footer .f_nav li,
footer .f_nav li a {
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 34px;
    color: #ffffff;
}

footer .f_nav li a:hover {
    text-decoration: underline;
}

footer .box1 {
    width: 21.7%;
}

footer .box2 {
    width: 27.95%;
}

footer .box3 {
    width: 28%;
}

footer .connect {
    width: 22%;
    padding-left: 4.65%;
    padding-top: 8px;
}

footer .blogrolls {
    display: flex;
    margin-bottom: 75px;
    flex-wrap: nowrap;
}

footer .blogrolls a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 5px;
    color: #fff;
    border: solid 1px #ffffff;
    margin-right: 16px;
    margin-bottom: 5px;
    flex-shrink: 0;
}

footer .blogrolls a:hover {
    background-color: #fff;
    color: #00489d;
}

footer .blogrolls a:last-child {
    margin-right: 0;
}

footer .erwe_box {
    display: flex;
    flex-wrap: nowrap;
}

footer .erwe_box .li {
    margin-right: 16px;
    flex-shrink: 0;
}

footer .erwe_box .li:last-child {
    margin-right: 0;
}

footer .name {
    font-family: Montserrat-Light;
    font-size: 16px;
    color: #ffffff;
    padding-top: 12px;
}

footer hr {
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.1);
    margin-bottom: 32px;
}

footer .copyright img {
    display: inline-block;
}

footer .copyright img:hover {
    transform: scale(1.05);
}

footer .copyright,
footer .copyright a,
footer .links,
footer .links a {
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 32px;
    color: #ffffff;
}

footer .copyright a:hover,
footer .links a:hover {
    text-decoration: underline;
}

@media(max-width:1600px) {
    footer {
        padding: 50px 0px 40px;
    }

    footer .f_nav {
        flex-wrap: wrap;
    }

    footer .box1 {
        width: 19%;
    }

    footer .box2 {
        width: 23%;
    }

    footer .connect {
        width: 30%;
        padding-left: 4.65%;
    }

    footer .title {
        margin-bottom: 20px;
    }

    footer .title,
    footer .title a {
        font-size: 22px;
        line-height: 30px;
    }

    footer .f_nav li,
    footer .f_nav li a {
        font-size: 16px;
        line-height: 32px;
    }
}

@media(max-width:1333px) {
    footer .title {
        margin-bottom: 15px;
    }

    footer .title,
    footer .title a {
        font-size: 20px;
        line-height: 30px;
    }

    footer .f_nav li {
        margin-bottom: 8px;
    }

    footer .f_nav li,
    footer .f_nav li a {
        font-size: 16px;
        line-height: 26px;
    }

    footer .box1 {
        width: 16%;
    }

    footer .blogrolls a {
        width: 30px;
        height: 30px;
        margin-right: 10px;
        margin-bottom: 5px;
    }

    footer .blogrolls {
        margin-bottom: 30px;
    }

    footer .connect {
        width: 30%;
        padding-left: 2%;
    }

    footer .f_nav {
        padding-bottom: 40px;
    }

    footer .copyright,
    footer .copyright a,
    footer .links,
    footer .links a {
        font-size: 16px;
        line-height: 30px;
    }
}

@media(max-width:999px) {
    footer .f_nav {
        flex-direction: column;
        padding-bottom: 30px;
    }

    footer .box {
        width: 100% !important;
    }

    footer .title,
    footer .title a {
        font-size: 18px;
        line-height: 28px;
    }

    footer {
        padding: 40px 0px 50px;
    }

    footer .f_nav li {
        margin-bottom: 5px;
    }

    footer .box ul {
        display: none;
        transition: none;
    }

    footer .title {
        margin-bottom: 10px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    footer .title i {
        display: block;
        font-weight: bold;
    }

    footer .connect {
        padding-left: 0;
        width: 100%;
        margin-top: 15px;
    }

    footer hr {
        width: 100%;
        margin-bottom: 25px;
    }

    footer .f_nav ul li:last-child {
        margin-bottom: 12px;
    }
}

@media(max-width:768px) {
    footer .title {
        margin-bottom: 8px;
    }

    footer .title,
    footer .title a {
        font-size: 16px;
        line-height: 28px;
    }

    footer .f_nav li,
    footer .f_nav li a {
        font-size: 14px;
        line-height: 24px;
    }

    footer .blogrolls {
        margin-bottom: 20px;
    }

    footer .name {
        font-size: 14px;
        padding-top: 8px;
    }

    footer .copyright,
    footer .copyright a,
    footer .links,
    footer .links a {
        font-size: 14px;
        line-height: 26px;
    }

    footer hr {
        width: 100%;
        margin-bottom: 20px;
    }
}

@media(max-width:570px) {
    footer {
        padding: 30px 0px 50px;
    }
}


/* product_list */

.product_list {
    padding: 78px 0px 76px;
}

.product_list .safe {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.product_list .l_box {
    width: 23.35%;
    margin-top: 2px;
}

.product_list .cate_list {
    background-color: #00489d;
    padding: 27px 25px 56px 25px;
    background-color: #00489d;
    border-radius: 10px;
    margin-bottom: 84px;
}

.product_list .cate_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: Montserrat-Light;
    font-size: 28px;
    color: #ffffff;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 20px;
}

.product_list .cate_title i {
    color: #fff;
    font-weight: bold;
    display: none;
}

.product_list .list {
    padding-right: 8px;
}

.product_list .list>li {
    margin-bottom: 0px;
}

.product_list .list ul {
    display: none;
}

.product_list .list>li>a {
    display: flex;
    width: 100%;
    justify-content: space-between;
    font-family: Montserrat-Light;
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    margin-bottom: 5px;
}

.product_list .list>li>ul>li {
    margin-bottom: 4px;
}

.product_list .list>li>ul>li a {
    font-family: Montserrat-Light;
    font-size: 18px;
    color: #cdcdcd;
    padding: 5px 0px;
    display: inline-block;
}

.product_list .list>li>ul>li a:hover {
    color: #fff;
}

.product_list .active>a {
    font-family: Montserrat-Regular;
    font-weight: bold;
    font-size: 18px !important;
}

.product_list .active>ul {
    display: block;
}

.product_list .active>a i {
    transform: rotate(90deg);
}

/*  */

.product_list .catename {
    font-family: Montserrat-Light;
    font-size: 28px;
    color: #333333;
    margin-bottom: 18px;
}

.product_list .catename i {
    font-weight: bold;
    display: none;
}

.product_list .con {
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    margin-bottom: 22px;
}

.product_list .inpbox1 {
    width: 100%;
    height: 50px;
    background-color: #ffffff;
    border: solid 1px #ffffff;
    margin-bottom: 13px;
    border-radius: 8px;

}

.product_list .inpbox1:last-child {
    margin-bottom: 0 !important;
}

.product_list .inpbox1>div {
    width: 100%;
    height: 100%;
}

.product_list .inpbox2 {
    width: 100%;
    height: 96px;
    background-color: #ffffff;
    border: solid 1px #ffffff;
    border-radius: 8px;
}

.product_list .form .inpbox3 {}

.product_list .form input,
.product_list .form textarea {
    width: 100%;
    height: 100%;
    font-family: Montserrat-Light;
    font-size: 16px;
    color: #333;
    resize: none;
    border-radius: 8px;

}


.product_list .form input::placeholder,
.product_list .form textarea::placeholder {
    color: #666;
}

.product_list .form input {
    padding: 0px 10px;
}

.product_list .form textarea {
    padding: 16px 20px;
}

.product_list .form .must {
    position: relative;
}

.product_list .form .must input {
    padding: 0px 20px;
}

.product_list .form .must::after {
    content: "*";
    color: #ff0000;
    position: absolute;
    top: 20px;
    left: 8px;
}

.product_list .form .submit input {
    background-color: #00489d;
    color: #fff;
    cursor: pointer;
}

.product_list .form .submit:hover {
    border: 1px solid #00489d;
}

.product_list .form .submit input:hover {
    background-color: #fff;
    color: #00489d !important;
}

.product_list .codebox {
    position: absolute;
    right: 2px;
    width: 85px !important;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f3fbfe;
    top: 0;
    cursor: pointer;
}

.product_list .code input {
    padding-right: 90px;
}

.product_list .r_box {
    width: 73%;
}

.product_list .title30 {
    margin-bottom: 19px;
}

.product_list .showMore {
    margin-bottom: 30px;
}

.product_list .txts {
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    overflow: hidden;
    margin-bottom: 24px;
}

.product_list .view_more {
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 24px;
    color: #00489d;
    cursor: pointer;
}

.product_list .view_more:hover {
    text-decoration: underline;
}

.product_list .wrap {
    background-color: #fff;
    margin-bottom: 61px;
}

.product_list .inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 18px 15px 31px 15px;
    box-shadow: 0px 1px 1px 0px rgba(51, 51, 51, 0.1);
}

.product_list .title {
    width: 25%;
    padding-right: 4%;
    font-family: Montserrat-Light;
    font-size: 18px;
    color: #00489d;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 14px;
}

.product_list .title a {
    color: #00489d;
}

.product_list .title a:hover {
    text-decoration: underline;
}

.product_list .content {
    width: 55%;
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    padding-right: 5%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product_list .btnbox {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-top: 14px;
}

.product_list .btnbox input {
    cursor: pointer;
}

.product_list .btnbox .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 14px;
    width: 148px;
    height: 40px;
    background-color: #ffffff;
    border-radius: 20px;
    border: solid 1px #00489d;
    font-family: Montserrat-Light;
    font-size: 16px;
    color: #00489d;
}

.product_list .btnbox .btn:hover {
    background-color: #00489d;
    color: #fff;
}

@media(max-width:1600px) {
    .product_list {
        padding: 50px 0px;
    }

    .product_list .l_box {
        padding-top: 0;
    }

    .product_list .cate_title {
        font-size: 26px;
        padding-bottom: 12px;
        margin-bottom: 15px;
    }

    .product_list .catename {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .product_list .cate_list {
        padding: 25px 20px 40px 20px;
        border-radius: 1px;
        margin-bottom: 45px;
    }

    .product_list .list>li>a {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 3px;
    }

    .product_list .list>li>ul>li a {
        font-size: 16px;
        padding: 5px 0px;
    }

    .product_list .inner {
        padding: 15px 15px 20px 15px;
    }

    .product_list .title {
        width: 25%;
        padding-right: 3%;
        font-size: 18px;
        padding-top: 0;
    }

    .product_list .wrap {
        margin-bottom: 50px;
    }
}

@media(max-width:1333px) {
    .product_list .r_box {
        width: 70%;
    }

    .product_list .l_box {
        width: 27%;
    }

    .product_list .content {
        width: 70%;
        font-size: 16px;
        line-height: 24px;
        padding-right: 0%;
    }

    .product_list .title {
        width: 30%;
        padding-right: 3%;
        font-size: 18px;
    }

    .product_list .catename {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .product_list .btnbox {
        width: 100%;
        justify-content: flex-start;
        padding-top: 18px;
    }

    .product_list .inner {
        padding: 20px;
    }

    .product_list .list {
        padding-right: 0;
    }

    .product_list .cate_title {
        font-size: 24px;
        padding-bottom: 12px;
    }

    .product_list .active>a {
        font-family: Montserrat-Regular;
        font-weight: bold;
        font-size: 16px !important;
    }
}

@media(max-width:999px) {
    .product_list {
        padding: 40px 0px;
    }

    .product_list .wrap {
        margin-bottom: 40px;
    }

    .product_list .safe {
        flex-direction: column;
    }

    .product_list .l_box {
        width: 100%;
        margin-bottom: 20px;
    }

    .product_list .cate_list {
        padding: 20px 20px 0px 20px;
        border-radius: 1px;
        margin-bottom: 35px;

    }

    .product_list .cate_title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 0;
        font-size: 22px;
    }

    .product_list .catename {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .product_list .cate_title i {
        display: inline-block;
    }

    .product_list .list {
        margin-top: 20px;
        display: none;
        transition: none;
    }

    .product_list .list>li>a {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 3px;
    }

    .product_list .r_box {
        width: 100%;
    }

    .product_list .btnbox .btn {
        margin-left: 14px;
        width: 145px;
        height: 40px;
        border-radius: 20px;
        font-size: 16px;
    }
}

@media(max-width:768px) {
    .product_list .list {
        margin-top: 15px;
    }

    .product_list .list>li>a {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 3px;
    }

    .product_list .list>li>ul>li a {
        font-size: 14px;
        padding: 5px 0px;
    }

    .product_list .cate_title {
        font-size: 20px;
    }

    .product_list .catename {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .product_list .cate_list {
        padding: 15px 15px 0px 15px;
        border-radius: 1px;
        margin-bottom: 25px;
    }

    .product_list .con {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 18px;
    }

    .product_list .form input,
    .product_list .form textarea {
        font-size: 14px;
        border-radius: 8px;
    }

    .product_list .inpbox1 {
        width: 100%;
        height: 45px;
        margin-bottom: 13px;
        border-radius: 8px;
    }

    .product_list .inpbox2 {
        width: 100%;
        height: 96px;
        border-radius: 8px;
    }

    .product_list .title {
        width: 100%;
        margin-bottom: 10px;
        padding-right: 0%;
        font-size: 16px;
    }

    .product_list .content {
        width: 100%;
        margin-bottom: 15px;
        font-size: 14px;
        line-height: 22px;
    }

    .product_list .btnbox {
        padding-top: 0;
    }

    .product_list .btnbox .btn {
        margin-left: 14px;
        width: 130px;
        height: 35px;
        font-size: 14px;
    }

    .product_list .txts {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 15px;
    }

    .product_list .title30 {
        margin-bottom: 10px;
    }

    .product_list .view_more {
        font-size: 14px;
        line-height: 24px;
    }

    .product_list .active>a {
        font-family: Montserrat-Regular;
        font-weight: bold;
        font-size: 14px !important;
    }
}

@media(max-width:570px) {
    .product_list {
        padding: 30px 0px;
    }

    .product_list .cate_title {
        font-size: 18px;
    }

    .product_list .catename {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .product_list .wrap {
        margin-bottom: 30px;
    }
}






/* pagination */

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.pagination .safe {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.pagination a {
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #999999;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    color: #666;
    font-family: Montserrat-Light;
    font-size: 16px;
    color: #666666;
}

.pagination .prev {
    width: 100px;
}

.pagination .next {
    width: 69px;
}

.pagination a:hover {
    color: #fff;
    background-color: #00489d;
    border: 1px solid #00489d;
}

.pagination .active {
    color: #fff;
    background-color: #00489d;
    border: 1px solid #00489d;
}

.pagination .submit {
    width: 178px;
    height: 40px;
    border-radius: 4px;
    color: #fff;
    background-color: #00489d;
    font-family: Montserrat-Light;
    font-size: 16px;
    color: #ffffff;
    margin-right: 10px;
    cursor: pointer;
}

.pagination .submit:hover {
    background-color: #000;
}

@media(max-width:1600px) {}

@media(max-width:1333px) {}

@media(max-width:999px) {}

@media(max-width:768px) {
    .pagination a {
        width: 35px;
        height: 35px;
        border-radius: 4px;
        margin-right: 10px;
        font-size: 14px;
        margin-bottom: 5px;
    }

    .pagination .submit {
        width: 150px;
        height: 35px;
        font-size: 14px;
        margin-right: 10px;
        cursor: pointer;
    }

    .pagination .prev {
        width: 90px;
    }

    .pagination .next {
        width: 59px;
    }

}

@media(max-width:570px) {}


/* page_contact */

.page_contact {
    margin-bottom: 127px;
}

.page_contact .safe {
    background-color: #fff;
    padding: 82px 48px 90px 44px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    position: relative;
    box-shadow: 0px 3px 32px 0px rgba(0, 0, 0, 0.1);
}

.page_contact .l_box {
    width: 60%;
}

.page_contact .title46 {
    margin-bottom: 16px;
    color: #333;
}

.page_contact .content {
    font-family: Montserrat-Light;
    font-size: 18px;
    line-height: 30px;
    color: #333;
}

.page_contact .r_box {
    position: relative;
    z-index: 10;
}

.page_contact .r_box .btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 179px;
    height: 54px;
    background-color: #00489d;
    border-radius: 27px;
    border: solid 1px #ffffff;
    font-family: Montserrat-Light;
    font-size: 16px;
    color: #fff;
    padding-left: 15px;
    padding-right: 4px;
}

.page_contact .r_box .btn i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 47px;
    height: 48px;
    background-color: #ffffff;
    border-radius: 50px;
    color: #00489d;
}

.page_contact .r_box .btn:hover {
    background-color: #fff;
    color: #00489d;
    border: 1px solid #00489d;
}

.page_contact .r_box .btn:hover i {
    color: #fff;
    background-color: #00489d;
}

.page_contact .r_box {
    width: 24%;
    display: flex;
    justify-content: flex-end;
}

.page_contact .bg {
    position: absolute;
    right: 15px;
    height: 110%;
    transform: translateY(-13px);
}

@media(max-width:1600px) {
    .page_contact {
        margin-bottom: 50px;
    }
}

@media(max-width:1333px) {
    .page_contact .safe {
        padding: 60px 40px 60px 40px;
        border-radius: 15px;
    }

    .page_contact .content {
        font-size: 16px;
        line-height: 28px;
    }

    .page_contact .r_box .btn {
        width: 170px;
        height: 50px;
        font-size: 16px;
        padding-left: 10px;
        padding-right: 4px;
    }

    .page_contact .r_box .btn i {
        width: 45px;
        height: 45px;
    }
}

@media(max-width:999px) {
    .page_contact .safe {
        padding: 50px 30px;
        border-radius: 15px;
    }

    .page_contact .safe {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .page_contact .l_box {
        width: 100%;
        position: relative;
        z-index: 10;
    }

    .page_contact .r_box {
        width: 100%;
        justify-content: flex-start;
    }

    .page_contact .content {
        margin-bottom: 18px;
    }

    .page_contact .bg {
        right: 15px;
        height: 100%;
        transform: translateY(-0px);
        top: 0;
    }

    .page_contact {
        margin-bottom: 40px;
    }
}

@media(max-width:768px) {
    .page_contact .safe {
        padding: 40px 20px;
        border-radius: 15px;
    }

    .page_contact .title46 {
        margin-bottom: 12px;
    }

    .page_contact .r_box .btn {
        width: 160px;
        height: 45px;
        font-size: 14px;
        padding-left: 15px;
        padding-right: 2px;
    }

    .page_contact .r_box .btn i {
        width: 40px;
        height: 40px;
    }

    .page_contact .content {
        font-size: 14px;
        line-height: 25px;
    }
}

@media(max-width:570px) {
    .page_contact .safe {
        padding: 30px 12px;
        border-radius: 15px;
    }

    .page_contact {
        margin-bottom: 30px;
    }
}



/* product_intro */

.product_intro {
    padding: 73px 0px 80px;
}

.product_intro .safe {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.product_intro .l_box {
    width: 60%;
}

.product_intro .title36 {
    margin-bottom: 8px;
}

.product_intro .s_tit {
    margin-bottom: 20px;
    font-family: Montserrat-Light;
    font-size: 24px;
    line-height: 40px;
    color: #333333;
}

.product_intro .sharebox {
    display: flex;
    align-items: center;
    font-family: Montserrat-Light;
    font-size: 16px;
    color: #666666;
    margin-bottom: 30px;
}

.product_intro .sharebox span {
    margin-right: 5px;
}

.product_intro .content {
    margin-bottom: 105px;
}

.product_intro .content p {
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    margin-bottom: 24px;
}

.product_intro .content p:last-child {
    margin-bottom: 0;
}

.product_intro .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 50px;
    background-color: #00489d;
    border-radius: 25px;
    font-family: Montserrat-Light;
    font-size: 16px;
    color: #ffffff;
}

.product_intro .btn:hover {
    border: 1px solid #00489d;
    color: #00489d;
    background-color: #fff;
}

.product_intro .r_box {
    width: 32%;
    box-shadow: 0px 11px 20px 0px rgba(0, 0, 0, 0.05);
}


.product_intro .swiper-pagination-bullet-active {
    background-color: #00489d;
}

@media(max-width:1600px) {
    .product_intro {
        padding: 50px 0px 60px;
    }

    .product_intro .content {
        margin-bottom: 50px;
    }

    .product_intro .s_tit {
        margin-bottom: 20px;
        font-size: 22px;
        line-height: 36px;
    }
}

@media(max-width:1333px) {
    .product_intro .l_box {
        width: 55%;
    }

    .product_intro .r_box {
        width: 40%;
    }

    .product_intro .s_tit {
        margin-bottom: 20px;
        font-size: 20px;
        line-height: 30px;
    }

    .product_intro .sharebox {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .product_intro .content p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .product_intro .btn {
        width: 180px;
        height: 50px;
        border-radius: 25px;
        font-size: 16px;
    }

    .product_intro .content {
        margin-bottom: 40px;
    }
}

@media(max-width:999px) {
    .product_intro {
        padding: 40px 0px;
    }

    .product_intro .safe {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .product_intro .l_box {
        width: 100%;
        margin-bottom: 20px;
    }

    .product_intro .content {
        margin-bottom: 30px;
    }

    .product_intro .r_box {
        width: 55%;
    }

    .product_intro .s_tit {
        margin-bottom: 10px;
        font-size: 18px;
        line-height: 26px;
    }

    .product_intro .sharebox {
        font-size: 16px;
        margin-bottom: 15px;
    }
}

@media(max-width:768px) {
    .product_intro .s_tit {
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 26px;
    }

    .product_intro .content {
        margin-bottom: 20px;
    }

    .product_intro .content p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 20px;
    }

    .product_intro .btn {
        width: 150px;
        height: 45px;
        border-radius: 25px;
        font-size: 14px;
    }

    .product_intro .sharebox {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .product_intro .r_box {
        width: 70%;
    }
}

@media(max-width:570px) {
    .product_intro {
        padding: 30px 0px;
    }

    .product_intro .r_box {
        width: 85%;
    }
}

@media(max-width:500px) {
    .product_intro .r_box {
        width: 100%;
    }
}



/* product_physical */

.product_physical {
    margin-bottom: 67px;
}

.product_physical .safe {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.product_physical .l_box {
    width: 27.1933%;
    background-color: #00489d;
    padding: 26px 18px 97px 44px;
}

.product_physical .tit1 {
    margin-bottom: 20px;
    color: #fff;
    font-family: Montserrat-Regular;
}

.product_physical .txts {
    margin-bottom: 106px;
}

.product_physical .txts p {
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    padding-left: 15px;
    position: relative;
    margin-bottom: 0.5px;
}

.product_physical .txts p::after {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #f0f4fa;
    position: absolute;
    left: 0;
    top: 9px;
    border-radius: 50px;
}

.product_physical .sv1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.product_physical .sv1:nth-of-type(1) {
    transform: translateX(-21px);
}

.product_physical .sv1:nth-of-type(2) {}

.product_physical .sv1:nth-of-type(3) {
    transform: translateX(7px);
}

.product_physical .sv1 .name {
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    padding-top: 10px;
}

.product_physical .cate_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


.product_physical .r_box {
    width: 69%;
    padding-top: 8px;
}

.product_physical .tit2 {
    font-family: Montserrat-Regular;
    color: #1e5998;
    margin-bottom: 31px;
}

.product_physical table {
    width: 100%;
}


.product_physical table {
    border-collapse: collapse;
    border: 1px solid #666666;
    width: 100%;
    margin-bottom: 25px;
    min-width: 700px;
    overflow: auto;
}

.product_physical .tablen {
    overflow: auto;
}

.product_physical table tr {
    color: #666666;
    border-bottom: 1px solid #666;
    background-color: #fff;
}

.product_physical table tr td {
    /* border: 1px solid #666666; */
    padding: 12px 15px;
    font-family: Montserrat-Regular;
    font-size: 16px;
    color: #999999;
}

.product_physical table tr:nth-child(2n) {
    background-color: #f2f6fa;
}

.product_physical table tr:first-child {
    background-color: #f2f6fa;
}

.product_physical table tr:first-child td {
    font-family: Montserrat-Regular;
    font-size: 18px;
    color: #333;
}

.product_physical .intro {
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 26px;
    color: #333333;
}

.product_physical .intro p {
    margin-bottom: 26px;
}

.product_physical .intro p:last-child {
    margin-bottom: 0;
}


@media(max-width:1600px) {
    .product_physical {
        margin-bottom: 50px;
    }

    .product_physical .r_box {
        padding-top: 0;
    }

    .product_physical .tit2 {
        margin-bottom: 20px;
    }

    .product_physical .l_box {
        width: 27.1933%;
        padding: 26px 18px 70px 20px;
    }

    .product_physical .txts {
        margin-bottom: 50px;
    }

    .product_physical .sv1 {
        width: 50%;
        margin-bottom: 15px;
        transform: translateX(0px) !important;
    }
}

@media(max-width:1333px) {
    .product_physical .tit2 {
        margin-bottom: 15px;
    }

    .product_physical table tr:first-child td {
        font-size: 16px;
    }

    .product_physical table tr td {
        padding: 10px 10px;
        font-size: 16px;
    }

    .product_physical .txts {
        margin-bottom: 30px;
    }
}

@media(max-width:1150px) {

    .product_physical .sv1 {
        width: 100%;
        margin-bottom: 15px;
    }

    .product_physical .sv1:last-child {
        margin-bottom: 0;
    }
}


@media(max-width:999px) {
    .product_physical {
        margin-bottom: 40px;
    }

    .product_physical .safe {
        flex-direction: column;
    }

    .product_physical .l_box {
        padding: 20px;
        width: 100%;
        margin-bottom: 25px;
    }

    .product_physical .sv1 {
        width: 33%;
        margin-bottom: 0;
    }

    .product_physical .tit1 {
        margin-bottom: 15px;
    }

    .product_physical .r_box {
        width: 100%;
    }

    .product_physical .intro p {
        margin-bottom: 20px;
    }
}

@media(max-width:768px) {
    .product_physical .txts p {
        font-size: 14px;
        line-height: 26px;
        padding-left: 15px;
        margin-bottom: 2px;
    }

    .product_physical .txts {
        margin-bottom: 20px;
    }

    .product_physical .sv1 .name {
        font-size: 14px;
        line-height: 26px;
        padding-top: 6px;
    }

    .product_physical table tr:first-child td {
        font-size: 14px;
    }

    .product_physical table tr td {
        padding: 10px 10px;
        font-size: 14px;
    }

    .product_physical .intro {
        font-size: 14px;
        line-height: 26px;
    }

    .product_physical .intro p {
        margin-bottom: 15px;
    }
}

@media(max-width:570px) {
    .product_physical {
        margin-bottom: 30px;
    }
}

@media(max-width:450px) {
    .product_physical .sv1 {
        width: 50%;
        margin-bottom: 15px;
    }

    .product_physical .cate_list {
        justify-content: center;
    }
}



/* product_li */

.product_li {
    margin-bottom: 88px;
}

.product_li .safe {}

.product_li .wrap {
    display: flex;
    flex-wrap: wrap;
}

.product_li .content {
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 26px;
    color: #333333;
    margin-top: 15px;
}

.product_li .box .title {
    font-family: Montserrat-Regular;
    font-weight: bold;
    font-size: 24px;
    color: #1e5998;
    padding-bottom: 7px;
    border-bottom: 1px solid #1e5998;
    width: 100%;
    margin-bottom: 24px;
    hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    word-break: break-all;
}

.product_li .box1 {
    width: 36.5%;
    padding-right: 9.2%;
}

.product_li .box2 {
    width: 36.6%;
    padding-right: 9.4%;
}

.product_li .box3 {
    width: 26.9%;
}


.product_li .con p {
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 26px;
    color: #333333;
    position: relative;
    padding-left: 18px;
}

.product_li .con p::after {
    width: 6px;
    height: 6px;
    background-color: #666666;
    border-radius: 50px;
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    border-radius: 50px;
}


.product_li table {
    border-collapse: collapse;
    border: 1px solid #000;
    width: 100%;
    min-width: 1300px;
    overflow: auto;
}

.product_li .tablen {
    overflow: auto;
}

.product_li table tr {
    color: #666666;
}

.product_li table tr td {
    border: 1px solid #000;
    padding: 5px 10px;
    text-align: center;
    font-family: Montserrat-Regular;
    font-size: 16px;
    line-height: 26px;
    color: #0a0a0a;
}



@media(max-width:1600px) {
    .product_li {
        margin-bottom: 50px;
    }

    .product_li .box1 {
        width: 36.5%;
        padding-right: 5%;
    }

    .product_li .box2 {
        width: 36.6%;
        padding-right: 5%;
    }

    .product_li .box .title {
        font-size: 22px;
        padding-bottom: 7px;
        margin-bottom: 20px;
    }


}

@media(max-width:1333px) {

    .product_li .box1 {
        width: 36.5%;
        padding-right: 3%;
    }

    .product_li .box2 {
        width: 36.6%;
        padding-right: 3%;
    }

    .product_li .box .title {
        font-size: 20px;
        padding-bottom: 7px;
        margin-bottom: 15px;
    }
}

@media(max-width:999px) {
    .product_li {
        margin-bottom: 40px;
    }

    .product_li .wrap {
        flex-direction: column;
    }

    .product_li .box {
        width: 100% !important;
        margin-bottom: 20px;
        padding-right: 0 !important;
    }

    .product_li .box .title {
        font-size: 18px;
        padding-bottom: 7px;
        margin-bottom: 15px;
    }

    .product_li table tr td {
        padding: 4px 8px;
    }
}

@media(max-width:768px) {
    .product_li .box .title {
        font-size: 16px;
        padding-bottom: 7px;
        margin-bottom: 15px;
    }

    .product_li .con li {
        font-size: 14px;
        line-height: 24px;
        padding-left: 18px;
    }

    .product_li .content {
        font-family: Montserrat-Light;
        font-size: 14px;
        line-height: 26px;
        color: #333333;
    }

    .product_li table tr td {
        font-size: 14px;
        line-height: 24px;
        color: #0a0a0a;

    }
}

@media(max-width:570px) {
    .product_li {
        margin-bottom: 30px;
    }
}


/* pro3_list */

.pro3_list {
    padding: 0px 0px 85px;
}

.pro3_list .list ul {
    transition: none;
    cursor: pointer;
}

.pro3_list .cate_ul1 i {
    font-weight: bold;
    color: #333;
}

.pro3_list .cate_ul1>li {}

.pro3_list .cate_ul1>li>p {
    font-family: Montserrat-Medium;
    font-size: 18px;
    color: #00489d;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 20px 18px 10px;
    border-bottom: solid 1px #23539f;
}

.pro3_list .cate_ul2 {
    background-color: #e2e2e2;
    display: none;
}

.pro3_list .cate_ul2>li>p {
    border-bottom: 1px solid #999999;
    padding: 15px 20px 15px 10px;
    font-family: Montserrat-Medium;
    font-size: 16px;
    color: #333333;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pro3_list .cate_ul3 {
    display: none;
}

.pro3_list .cate_ul3>li>p {
    border-bottom: 1px solid #999999;
    padding: 15px 20px 15px 30px;
    font-family: Montserrat-Medium;
    font-size: 16px;
    color: #333333;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.pro3_list .cate_ul3>li>p::after {
    content: "";
    position: absolute;
    left: 15px;
    top: 20px;
    width: 6px;
    height: 6px;
    background-color: #000000;
    border-radius: 50px;
}


.pro3_list .container {
    display: none;
    transition: none;
}

.pro3_list .container tr {
    background-color: #e6e6e6;
}

.pro3_list .container tr:first-child {
    background-color: #414141;
}

.pro3_list .container tr:first-child td {
    color: #fff;
}

.pro3_list .container tr:nth-child(2n) {
    background-color: #fff;
}

.pro3_list .container tr td:last-child {
    width: 26%;
}

.pro3_list table {
    border-collapse: collapse;
    border: 1px solid #000;
    width: 100%;
    min-width: 1300px;
    overflow: auto;
}

.pro3_list .tablen {
    overflow: auto;
}

.pro3_list table tr {
    color: #666666;
}

.pro3_list table tr td {
    border: 1px solid #000;
    padding: 5px 10px;
    text-align: center;
    font-family: Montserrat-Regular;
    font-size: 15px;
    line-height: 25px;
    color: #0a0a0a;
}

.pro3_list .active>i {
    transform: rotate(180deg);
}

@media(max-width:1600px) {
    .pro3_list {
        padding: 0px 0px 50px;
    }
}

@media(max-width:1333px) {}

@media(max-width:999px) {
    .pro3_list {
        padding: 0px 0px 40px;
    }

    .pro3_list .cate_ul1>li>p {
        font-size: 18px;
        padding: 15px 20px 15px 10px;
    }
}

@media(max-width:768px) {
    .pro3_list .cate_ul1>li>p {
        font-size: 16px;
        padding: 12px 20px 12px 10px;
    }

    .pro3_list .cate_ul2>li>p {
        padding: 10px 20px 10px 10px;
        font-size: 14px;
    }

    .pro3_list .cate_ul3>li>p {
        padding: 10px 20px 10px 25px;
        font-size: 14px;
    }

    .pro3_list .cate_ul3>li>p::after {
        left: 12px;
        top: 16px;
        width: 6px;
        height: 6px;
    }

    .pro3_list table tr td {
        padding: 5px 10px;
        font-size: 14px;
        line-height: 26px;
    }
}

@media(max-width:570px) {
    .pro3_list {
        padding: 0px 0px 30px;
    }
}


/* about_section */

.about_section {}


/* about_hilkem */


.about_hilkem {
    padding: 71px 0px 49px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
}

.about_hilkem .title48 {
    text-align: center;
    margin-bottom: 28px;
}

.about_hilkem .s_title {
    text-align: center;
    font-family: Montserrat-Light;
    font-size: 22px;
    line-height: 24px;
    color: #00489d;
    margin-bottom: 15px;
}

.about_hilkem .con {
    text-align: center;
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 35px;
}

.about_hilkem .wrap {
    display: flex;
    flex-wrap: wrap;
}

.about_hilkem .inner {
    width: 33.3%;
    position: relative;
}

.about_hilkem .top {
    overflow: hidden;
    position: relative;
}

.about_hilkem .imgbox {
    position: relative;
}

.about_hilkem .imgbox::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 72, 157, .5);
    opacity: 0;
}

.about_hilkem .tit {
    padding: 0px 30px;
    font-family: Montserrat-Medium;
    font-size: 24px;
    color: #ffffff;
}

.about_hilkem .t1 {
    position: absolute;
    bottom: 25px;
    z-index: 100;
    transition: .3s linear bottom;
}


.about_hilkem .tit a {
    color: #fff;
}

.about_hilkem .shadow {
    /* background-color: rgba(0, 72, 157, .5); */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 30px 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 80px;
    opacity: 1;
    z-index: 1000;
    opacity: 0;
    pointer-events: none;
}

.about_hilkem .t2 {
    margin-bottom: 10px;
    padding: 0;
}

.about_hilkem .content {
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    padding: 20px 20px;
}

.about_hilkem .bt {
    transform: translateX(-15px);
}


.about_hilkem .top:hover .shadow {
    opacity: 1;
    pointer-events: all;
}

.about_hilkem .top:hover .imgbox::after {
    opacity: 1;
}

.about_hilkem .imgbox a img:hover {
    transform: scale(1);
}

.about_hilkem .top:hover .t1 {
    bottom: 110px;
}


.about_hilkem .t2 a:hover {
    text-decoration: underline;
}

.about_hilkem .top:hover .bt {
    transform: translateX(-0px);
}

@media(max-width:1600px) {
    .about_hilkem {
        margin-bottom: 50px;
    }

    .about_hilkem .con {
        font-size: 16px;
        line-height: 24px;
        width: 90%;
        margin-bottom: 35px;
    }


    .about_hilkem .title48 {
        margin-bottom: 25px;
    }

    .about_hilkem .wrap {
        margin-bottom: 50px;
    }

    .about_hilkem .tit {
        font-size: 22px;
    }

    .about_hilkem .top:hover .t1 {
        bottom: 100px;
    }

}

@media(max-width:1333px) {
    .about_hilkem .con {
        font-size: 16px;
        line-height: 24px;
        width: 100%;
        margin-bottom: 25px;
    }

    .about_hilkem .title48 {
        margin-bottom: 20px;
    }

    .about_hilkem .title {
        font-size: 20px;
    }

    .about_hilkem .tit {
        font-size: 20px;
    }

    .about_hilkem .shadow {
        padding-bottom: 30px;
    }

    .about_hilkem .top:hover .t1 {
        bottom: 50px;
    }

    .about_hilkem .s_title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 15px;
    }
}

@media(max-width:999px) {
    .about_hilkem {
        margin-bottom: 40px;
    }

    .about_hilkem .title48 {
        margin-bottom: 15px;
    }

    .about_hilkem .title {
        font-size: 18px;
        margin-bottom: 6px;
    }

    .about_hilkem .tit {
        font-size: 18px;
    }

    .about_hilkem .inner {
        width: 50%;
        margin-bottom: 20px;
        margin-right: 0;
    }

    .about_hilkem .shadow {
        display: none;
    }

    .about_hilkem .tit {
        opacity: 1 !important;
    }

    .about_hilkem .t1 {
        position: absolute;
        bottom: 20px;
        padding: 0px 15px;
    }

    .about_hilkem .content {
        padding: 15px;
    }

    .about_hilkem .top:hover .t1 {
        bottom: 20px;
    }

    .about_hilkem .imgbox::after {
        display: none;
    }

    .about_hilkem .s_title {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 15px;
    }

}

@media(max-width:768px) {
    .about_hilkem .content {
        font-family: Montserrat-Light;
        font-size: 14px;
        line-height: 24px;
        color: #666666;
    }

    .about_hilkem .title {
        font-size: 16px;
        margin-bottom: 6px;
    }

    .about_hilkem .contact {
        padding-top: 0;
    }

    .about_hilkem .inner {
        width: 50%;
        margin-bottom: 15px;
    }

    .about_hilkem .inner:last-child {
        margin-bottom: 0;
    }

    .about_hilkem .con {
        font-size: 14px;
        line-height: 24px;
        width: 100%;
        margin-bottom: 18px;
    }

    .about_hilkem .wrap {
        margin-bottom: 30px;
    }

    .about_hilkem .s_title {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 10px;
    }
}

@media(max-width:570px) {
    .about_hilkem {
        margin-bottom: 30px;
    }
}

@media(max-width:450px) {
    .about_hilkem .inner {
        width: 100%;
        margin-bottom: 20px;
        margin-right: 0;
    }
}



/* about_factory */

.about_factory {
    margin-bottom: 100px;
}

.about_factory .imgbox {
    overflow: hidden;
}

.about_factory .title {
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about_factory .swiper {
    margin-bottom: 44px;
}

.about_factory .swiper-slide {
    border: 1px solid transparent;
}

.about_factory .swiper-slide:hover {
    border: 1px solid #00489d;
}

.about_factory .swiper-slide:hover .title {
    background-color: #00489d;
    color: #fff;
}

.about_factory .btnbox {
    display: flex;
    align-items: center;
}

.about_factory .btn {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    margin-right: 15px;
}

.about_factory .btn i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    background-color: #00489d;
    border-radius: 17px;
    opacity: 0.2;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}

.about_factory .btn i:first-child {
    margin-right: 10px;
}

.about_factory .btn i:hover {
    opacity: 1;
}

.about_factory .line {
    width: 100%;
    height: 1px;
    background-color: #bebebe;
}

@media(max-width:1600px) {
    .about_factory {
        margin-bottom: 50px;
    }

    .about_factory .title {
        font-size: 16px;
        line-height: 24px;
        min-height: 70px;
    }
}

@media(max-width:1333px) {
    .about_factory .title {
        font-size: 16px;
        line-height: 24px;
        min-height: 60px;
    }
}

@media(max-width:999px) {
    .about_factory {
        margin-bottom: 40px;
    }

    .about_factory .title {
        font-size: 16px;
        line-height: 24px;
        min-height: 50px;
    }

    .about_factory .swiper {
        margin-bottom: 40px;
    }
}

@media(max-width:768px) {
    .about_factory .title {
        font-size: 14px;
        line-height: 24px;
        min-height: 40px;
    }

    .about_factory .swiper {
        margin-bottom: 30px;
    }
}

@media(max-width:570px) {
    .about_factory {
        margin-bottom: 30px;
    }
}

/* about_custom */

.about_custom {
    padding: 84px 0px 47px;
}

.about_custom .title48 {
    text-align: center;
    margin-bottom: 63px;
}

.about_custom .cate_tit {
    width: 393px;
    height: 80px;
    background-color: #00489d;
    border-radius: 5px 40px 5px 5px;
    font-family: Montserrat-Light;
    font-size: 30px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 39px;
}

.about_custom .con {
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
}

.about_custom .inner {
    padding: 34px 0px 45px;
}

.about_custom .inner:nth-child(2n) {
    background-color: #f7f7f7;
}

.about_custom .title {
    font-family: Montserrat-Light;
    font-size: 26px;
    line-height: 24px;
    color: #333333;
    margin-bottom: 31px;
}

.about_custom .content {
    font-size: 16px;
    color: #666666;
    padding-left: 30px;
    margin-bottom: 34px;
    position: relative;
}

.about_custom .content:last-child {
    margin-bottom: 0;
}

.about_custom .content::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    background-image: url(../images/duigou.png);
    background-repeat: no-repeat;
    left: 0;
    top: 6px;
}

.about_custom .content .name {
    font-family: Montserrat-Light;
    font-size: 20px;
    line-height: 30px;
    color: #333333;
    margin-bottom: 7px;
}


@media(max-width:1600px) {
    .about_custom {
        padding: 50px 0px;
    }

    .about_custom .title48 {
        margin-bottom: 45px;
    }

    .about_custom .cate_tit {
        width: 360px;
        height: 70px;
        border-radius: 5px 40px 5px 5px;
        font-size: 28px;
        margin-bottom: 30px;
    }

    .about_custom .inner {
        padding: 30px 0px 30px;
    }

    .about_custom .title {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 25px;
    }
}

@media(max-width:1333px) {
    .about_custom .title48 {
        margin-bottom: 35px;
    }

    .about_custom .cate_tit {
        width: 330px;
        height: 60px;
        border-radius: 5px 40px 5px 5px;
        font-size: 26px;
        margin-bottom: 20px;
    }

    .about_custom .title {
        font-size: 22px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .about_custom .content .name {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 5px;
    }
}

@media(max-width:999px) {
    .about_custom {
        padding: 40px 0px;
    }

    .about_custom .title48 {
        margin-bottom: 25px;
    }

    .about_custom .cate_tit {
        width: 300px;
        height: 60px;
        border-radius: 5px 40px 5px 5px;
        font-size: 24px;
        margin-bottom: 15px;
    }

    .about_custom .inner {
        padding: 25px 0px;
    }

    .about_custom .title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 20px;
    }
}

@media(max-width:768px) {
    .about_custom .title48 {
        margin-bottom: 15px;
    }

    .about_custom .cate_tit {
        width: 260px;
        height: 50px;
        border-radius: 0;
        font-size: 22px;
        margin-bottom: 15px;
    }

    .about_custom .con {
        font-size: 14px;
        line-height: 24px;
    }

    .about_custom .title {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 15px;
    }

    .about_custom .content .name {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 5px;
    }

    .about_custom .content {
        font-size: 14px;
        padding-left: 30px;
        margin-bottom: 25px;
        line-height: 24px;
    }
}

@media(max-width:570px) {
    .about_custom {
        padding: 30px 0px;
    }

    .about_custom .cate_tit {
        width: 250px;
        height: 45px;
        font-size: 20px;
        margin-bottom: 15px;
    }

    .about_custom .inner {
        padding: 20px 0px;
    }
}

/* about_description */

.about_description {
    margin-bottom: 100px;
}

.about_description .cate_tit {
    width: 503px;
    height: 80px;
    background-color: #00489d;
    border-radius: 5px 40px 5px 5px;
    font-family: Montserrat-Light;
    font-size: 30px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 39px;
}

.about_description .con {
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    margin-bottom: 38px;
}

.about_description .title {
    font-family: Montserrat-Light;
    font-size: 26px;
    line-height: 24px;
    color: #333333;
    margin-bottom: 29px;
}

.about_description .s_title {
    font-family: Montserrat-Light;
    font-size: 20px;
    line-height: 30px;
    color: #00489d;
    margin-bottom: 59px;
}


.about_description .wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 54px;
}

.about_description .inner {
    width: 24%;
    padding: 18px 20px 29px 20px;
    background-color: #f7f7f7;
}

.about_description .inner:hover {
    background-color: #00489d;
}

.about_description .inner:hover .tit,
.about_description .inner:hover .content {
    color: #fff;
}

.about_description .tit {
    font-family: Montserrat-Light;
    font-size: 20px;
    line-height: 30px;
    color: #333333;
    margin-bottom: 2px;
}

.about_description .content {
    font-family: Montserrat-Light;
    font-size: 16px;
    color: #333333;
    line-height: 30px;
}

.about_description .box::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, .1);
}

.about_description .svgbox {
    width: 54px;
    height: 64px;
    font-family: Montserrat-Light;
    font-size: 20px;
    color: #ffffff;
    background-image: url(../images/circle.png);
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.about_description .title1 {
    font-family: Montserrat-Light;
    font-size: 18px;
    line-height: 26px;
    color: #333333;
    text-align: center;
    margin-bottom: 16px;
    height: 52px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.about_description .con1 {
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    height: 100px;

    overflow: auto;
}

.about_description .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.about_description .swiper-slide:nth-child(2n) {
    flex-direction: column-reverse;
}

.about_description .swiper-slide:nth-child(2n) .svgbox {
    background-image: url(../images/circle2.png);
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 20px;
}

.about_description .swiper-slide:nth-child(2n) .wr {
    display: flex;
    flex-direction: column-reverse;
}

.about_description .squre1 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
}

.about_description .squre2 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
}

.about_description .intro {
    position: relative;
}

.about_description .intro::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 14px;
    height: 14px;
    border-radius: 50px;
    /* background-color: #00489d; */
    top: -6px;
    border: 3px solid rgba(0, 72, 157, .1);
    box-sizing: border-box;
}

.about_description .intro::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 9px;
    height: 9px;
    background-color: #00489d;
    top: -4px;
    border-radius: 50px;
}

.about_description .swiper-slide:nth-child(2n) .intro::after {
    top: unset !important;
    bottom: -7px;
}

.about_description .swiper-slide:nth-child(2n) .intro::before {
    top: unset !important;
    bottom: -5px;
}

.about_description .swiper-slide:nth-child(odd) .intro {
    padding-top: 18px;
}

.about_description .swiper-slide:nth-child(even) .intro {
    padding-bottom: 18px;
}

.about_description .btnbox i {
    width: 34px;
    height: 34px;
    background-color: #00489d;
    border-radius: 17px;
    opacity: 0.2;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: #fff;
    font-size: 14px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 10;
}

.about_description .btnbox i:hover {
    opacity: 1;
}

.about_description .btnbox i:first-child {
    left: -34px;
}


.about_description .btnbox i:last-child {
    right: -34px;
}




@media(max-width:1600px) {
    .about_description {
        margin-bottom: 50px;
    }

    .about_description .cate_tit {
        width: 480px;
        height: 70px;
        border-radius: 5px 40px 5px 5px;
        font-size: 28px;
        margin-bottom: 30px;
    }

    .about_description .title {
        font-size: 26px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .about_description .inner {
        width: 24%;
        padding: 20px;
    }

    .about_description .con {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 30px;
    }

    .about_description .title {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .about_description .wrap {
        margin-bottom: 45px;
    }
}

@media(max-width:1333px) {
    .about_description .cate_tit {
        width: 450px;
        height: 60px;
        border-radius: 5px 40px 5px 5px;
        font-size: 26px;
        margin-bottom: 30px;
    }

    .about_description .title {
        font-size: 22px;
        line-height: 24px;
        margin-bottom: 15px;
    }

    .about_description .s_title {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .about_description .tit {
        font-size: 18px;
        line-height: 30px;
    }

    .about_description .inner {
        width: 24%;
        padding: 15px;
    }

    .about_description .swiper-slide .wr {
        flex-direction: column !important;
    }

    .about_description .swiper-slide {
        flex-direction: column !important;
    }

    .about_description .squre1 {
        display: none;
    }

    .about_description .swiper-slide:nth-child(2n) .svgbox {
        margin-top: 0;
    }

    .about_description .svgbox {
        margin-bottom: 0;
    }

    .about_description .intro::after,
    .about_description .intro::before {
        display: none;
    }

    .about_description .title1 {
        height: auto;
    }

    .about_description .con1 {
        height: auto;
    }

    .about_description .box::after {
        display: none;
    }

    .about_description .swiper-slide:nth-child(2n) .svgbox {
        background-image: url(../images/circle.png);
        padding-bottom: 10px;
    }

    .about_description .swiper-slide:nth-child(odd) .intro {
        padding-top: 0;
    }
}

@media(max-width:999px) {
    .about_description {
        margin-bottom: 40px;
    }

    .about_description .cate_tit {
        width: 400px;
        height: 60px;
        border-radius: 5px 40px 5px 5px;
        font-size: 24px;
        margin-bottom: 15px;
    }

    .about_description .con {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .about_description .title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 15px;
    }

    .about_description .inner {
        width: 49%;
        margin-bottom: 18px;
    }

    .about_description .wrap {
        margin-bottom: 35px;
    }

    .about_description .btnbox i:first-child {
        left: -17px;
    }

    .about_description .btnbox i:last-child {
        right: -17px;
    }

    .about_description .title1 {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .about_description .svgbox {
        margin-bottom: 10px;
    }
}

@media(max-width:768px) {
    .about_description .con {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 20px;
    }

    .about_description .cate_tit {
        width: 380px;
        height: 50px;
        border-radius: 0;
        font-size: 22px;
        margin-bottom: 15px;
    }

    .about_description .title {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 15px;
    }

    .about_description .s_title {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 15px;
    }

    .about_description .content {
        font-size: 14px;
        line-height: 26px;
    }

    .about_description .tit {
        font-size: 16px;
        line-height: 28px;
    }

    .about_description .wrap {
        margin-bottom: 20px;
    }

    .about_description .title1 {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 8px;
    }

    .about_description .con1 {
        font-family: Montserrat-Light;
        font-size: 14px;
        line-height: 22px;
        color: #666666;
        overflow: auto;
    }

    .about_description .intro {
        margin-bottom: 0 !important;
    }

    .about_description .svgbox {
        width: 40px;
        height: 47px;
        font-size: 16px;
        background-size: cover;
    }
}

@media(max-width:570px) {
    .about_description {
        margin-bottom: 30px;
    }

    .about_description .inner {
        width: 100%;
        margin-bottom: 15px;
    }

    .about_description .inner:last-child {
        margin-bottom: 0;
    }

    .about_description .cate_tit {
        width: 310px;
        height: 45px;
        border-radius: 0;
        font-size: 20px;
        margin-bottom: 15px;
    }
}


/* about_service */

.about_service {
    padding: 41px 0px 83px;
    background-color: #f7f7f7;
}

.about_service .title {
    font-family: Montserrat-Light;
    font-size: 26px;
    line-height: 24px;
    color: #333333;
    margin-bottom: 38px;
}

.about_service .box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.about_service .bo {
    width: 49.3333%;
}

.about_service .titlebox {
    height: 60px;
    background-color: #00489d;
    font-family: Montserrat-Light;
    font-size: 26px;
    line-height: 30px;
    color: #ffffff;
    display: flex;
    align-items: center;
    padding: 0px 30px;
}

.about_service .contact1 {
    background-color: #fff;
    padding: 25px 30px;
    min-height: 409px;
}

.about_service .contact1 .content1 {
    font-family: Montserrat-Light;
    font-size: 16px;
    color: #666666;
    margin-bottom: 34px;
}

.about_service .contact1 .content1:last-child {
    margin-bottom: 0;
}

.about_service .contact1 .tit1 {
    font-family: Montserrat-Light;
    font-size: 20px;
    line-height: 30px;
    color: #333333;
    margin-bottom: 7px;
}

.about_service .contact2 {
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    background-color: #fff;
    padding: 27px 30px;
    min-height: 409px;
}

.about_service .contact2 p {
    margin-bottom: 24px;
    padding-left: 20px;
    position: relative;
}

.about_service .contact2 p:last-child {
    margin-bottom: 0;
}

.about_service .contact2 p::after {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 7px;
    height: 7px;
    background-color: #00489d;
    border-radius: 50px;
}

@media(max-width:1600px) {
    .about_service {
        padding: 50px 0px;
    }

    .about_service .title {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 30px;
    }

    .about_service .titlebox {
        height: 55px;
        font-size: 24px;
        line-height: 30px;
        padding: 0px 30px;
    }

    .about_service .contact2 p {
        margin-bottom: 20px;
        padding-left: 20px;
    }
}

@media(max-width:1333px) {
    .about_service .title {
        font-size: 22px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .about_service .titlebox {
        height: 50px;
        font-size: 22px;
        line-height: 30px;
        padding: 0px 20px;
    }

    .about_service .contact1 {
        padding: 20px 20px;
        min-height: 409px;
    }

    .about_service .contact2 {
        font-size: 16px;
        line-height: 24px;
        padding: 20px;
        min-height: 409px;
    }

    .about_service .contact1 .content1 {
        font-size: 16px;
        margin-bottom: 30px;
    }
}

@media(max-width:999px) {
    .about_service {
        padding: 40px 0px;
    }

    .about_service .title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .about_service .contact1 .tit1 {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 7px;
    }

    .about_service .contact1 .content1 {
        font-size: 16px;
        margin-bottom: 25px;
    }

    .about_service .contact2 p {
        margin-bottom: 15px;
        padding-left: 20px;
    }
}

@media(max-width:768px) {
    .about_service .title {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 15px;
    }

    .about_service .box {
        flex-direction: column;
    }

    .about_service .bo {
        width: 100%;
    }

    .about_service .contact1 {
        min-height: unset;
    }

    .about_service .titlebox {
        height: 45px;
        font-size: 20px;
        line-height: 30px;
        padding: 0px 20px;
    }

    .about_service .contact1 .content1 {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .about_service .contact1 .tit1 {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 5px;
    }

    .about_service .contact2 {
        font-size: 14px;
        line-height: 24px;
        padding: 20px;
        min-height: unset;
    }

    .about_service .contact2 p {
        margin-bottom: 10px;
        padding-left: 20px;
    }
}

@media(max-width:570px) {
    .about_service {
        padding: 30px 0px;
    }

    .about_service .titlebox {
        height: 40px;
        font-size: 18px;
        line-height: 30px;
        padding: 0px 15px;
    }

    .about_service .contact1 {
        padding: 15px;
    }

    .about_service .contact2 {
        font-size: 14px;
        line-height: 24px;
        padding: 15px;
        min-height: unset;
    }

    .about_service .contact1 .content1 {
        font-size: 14px;
        margin-bottom: 15px;
    }

}




/* about_customization */

.about_customization {
    padding: 76px 0px 73px;
}

.about_customization .s_title {
    font-family: Montserrat-Light;
    font-size: 26px;
    line-height: 24px;
    color: #333333;
}

.about_customization .s_title1 {
    margin-bottom: 25px;
}

.about_customization .s_title2 {
    margin-bottom: 44px;
}

.about_customization .con1 {
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    margin-bottom: 63px;
}

.about_customization .contact {
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
}

.about_customization .contact p {
    margin-bottom: 24px;
    padding-left: 25px;
    position: relative;
}

.about_customization .contact p:last-child {
    margin-bottom: 0;
}

.about_customization .contact p::after {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    background-color: #00489d;
    border-radius: 50px;
    left: 0;
    top: 8px;
}

.about_customization .contact em {
    color: #00489d;
    font-style: normal;
}

@media(max-width:1600px) {
    .about_customization {
        padding: 50px 0px;
    }

    .about_customization .s_title1 {
        margin-bottom: 20px;
    }

    .about_customization .con1 {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 45px;
    }

    .about_customization .s_title2 {
        margin-bottom: 35px;
    }

    .about_customization .s_title {
        font-size: 24px;
        line-height: 24px;
    }
}

@media(max-width:1333px) {
    .about_customization .con1 {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 35px;
    }

    .about_customization .s_title2 {
        margin-bottom: 25px;
    }

    .about_customization .contact p {
        margin-bottom: 20px;
        padding-left: 25px;
    }

    .about_customization .s_title {
        font-size: 22px;
        line-height: 24px;
    }
}

@media(max-width:999px) {
    .about_customization {
        padding: 40px 0px;
    }

    .about_customization .con1 {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 25px;
    }

    .about_customization .s_title2 {
        margin-bottom: 15px;
    }

    .about_customization .s_title1 {
        margin-bottom: 15px;
    }

    .about_customization .con1 {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .about_customization .contact p {
        margin-bottom: 15px;
        padding-left: 25px;
    }

    .about_customization .s_title {
        font-size: 20px;
        line-height: 24px;
    }
}

@media(max-width:768px) {
    .about_customization .con1 {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 15px;
    }

    .about_customization .con1 {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 15px;
    }

    .about_customization .s_title {
        font-size: 18px;
        line-height: 24px;
    }

    .about_customization .contact {
        font-size: 14px;
        line-height: 24px;
    }

    .about_customization .contact p {
        margin-bottom: 10px;
        padding-left: 25px;
    }
}

@media(max-width:570px) {
    .about_customization {
        padding: 30px 0px;
    }

    .about_customization .s_title {
        font-size: 16px;
        line-height: 24px;
    }
}


/* news_case */

.news_case {
    padding: 79px 0px 48px;
}

.news_case .safe {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.news_case .l_box {
    width: 38.3%;
    overflow: hidden;
}

.news_case .l_box img:hover {
    transform: scale(1.05);
}

.news_case .r_box {
    width: 59.6%;
    padding-top: 36px;
}

.news_case .title {
    font-family: Montserrat-Light;
    font-size: 26px;
    line-height: 24px;
    color: #333333;
    margin-bottom: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_case .title a {
    color: #333;
}

.news_case .title:hover,
.news_case .title a:hover {
    color: #00489d;
}

.news_case .data {
    font-family: Montserrat-Light;
    font-size: 16px;
    color: #666666;
    margin-bottom: 15px;
}

.news_case .content {
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 28px;
    color: #666666;
    margin-bottom: 36px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_case .btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 169px;
    height: 54px;
    border-radius: 27px;
    border: solid 1px #00489d;
    font-family: Montserrat-Light;
    font-size: 16px;
    color: #00489d;
    padding: 0px 5px 0px 15px;
}

.news_case .btn i {
    font-size: 12px;
    width: 47px;
    height: 48px;
    background-color: #00489d;
    border-radius: 50px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.news_case .btn:hover {
    background-color: #00489d;
    color: #fff;
}

.news_case .btn:hover i {
    background-color: #fff;
    border: 1px solid #00489d;
    color: #00489d;
}

@media(max-width:1600px) {
    .news_case {
        padding: 50px 0px;
    }

    .news_case .r_box {
        padding-top: 0;
    }

    .news_case .safe {
        align-items: center;
    }

    .news_case .title {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .news_case .data {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .news_case .content {
        font-size: 16px;
        line-height: 28px;
        color: #666666;
        margin-bottom: 20px;
    }

}

@media(max-width:1333px) {
    .news_case .title {
        font-size: 22px;
        line-height: 24px;
        margin-bottom: 15px;
    }

    .news_case .r_box {
        width: 55%;
    }

    .news_case .l_box {
        width: 42%;
        overflow: hidden;
    }

    .news_case .btn {
        width: 160px;
        height: 50px;
        border-radius: 27px;
        font-size: 16px;
        padding: 0px 2px 0px 15px;
    }

    .news_case .btn i {
        font-size: 12px;
        width: 40px;
        height: 40px;
        border-radius: 50px;
    }
}

@media(max-width:999px) {
    .news_case {
        padding: 40px 0px;
    }

    .news_case .safe {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .news_case .l_box {
        width: 65%;
        margin-bottom: 15px;
    }

    .news_case .r_box {
        width: 100%;
    }

    .news_case .title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 15px;
    }
}

@media(max-width:768px) {
    .news_case .l_box {
        width: 80%;
        margin-bottom: 15px;
    }

    .news_case .title {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .news_case .data {
        font-size: 14px;
        margin-bottom: 8px;
    }

    .news_case .btn {
        width: 150px;
        height: 45px;
        border-radius: 27px;
        font-size: 14px;
        padding: 0px 2px 0px 15px;
    }

    .news_case .content {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 15px;
    }
}

@media(max-width:570px) {
    .news_case {
        padding: 30px 0px;
    }

    .news_case .l_box {
        width: 90%;
        margin-bottom: 15px;
    }

    .news_case .title {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 5px;
    }
}

@media(max-width:500px) {
    .news_case .l_box {
        width: 100%;
        margin-bottom: 15px;
    }
}


/* news_list */

.news_list {
    margin-bottom: 88px;
}

.news_list .wrap {
    margin-bottom: 60px;
}

.news_list .inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 40px 16px 36px 16px;
    border-bottom: 1px solid #cfd1d5;
    margin-bottom: 31px;
}

.news_list .inner:last-child {
    margin-bottom: 0;
}

.news_list .wrap:first-child {
    border-top: 1px solid #cfd1d5;
}

.news_list .databox {
    font-family: Montserrat-Light;
    font-size: 60px;
    line-height: 36px;
    color: #333333;
    display: flex;
    flex-direction: column;
    padding-top: 16px;
}

.news_list .databox .data {
    font-family: Montserrat-Light;
    font-size: 18px;
    color: #888888;
    padding-top: 10px;
}

.news_list .contact {
    padding: 0px 4%;
}

.news_list .title {
    font-family: Montserrat-Light;
    font-size: 20px;
    line-height: 24px;
    color: #333333;
    margin-bottom: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_list .title a {
    color: #333333;
}

.news_list .title:hover,
.news_list .title a:hover {
    color: #00489d;
}

.news_list .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_list .wrap .enter {
    flex-shrink: 0;
    margin-left: 2%;
    padding-top: 40px;
}

.news_list .enter a {
    font-size: 19px;
    color: #666666;
}

.news_list .enter a:hover {
    color: #00489d;
}

@media(max-width:1600px) {
    .news_list {
        margin-bottom: 50px;
    }

    .news_list .wrap {
        margin-bottom: 50px;
    }

    .news_list .inner {
        padding: 35px 15px 35px 15px;
        margin-bottom: 25px;
        align-items: center;
    }

    .news_list .databox {
        font-size: 52px;
        line-height: 36px;
        padding-top: 0;
    }

    .news_list .wrap .enter {
        padding-top: 0;
    }

    .news_list .title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 15px;
    }
}

@media(max-width:1333px) {
    .news_list .inner {
        padding: 30px 15px 30px 15px;
        margin-bottom: 20px;
    }

    .news_list .contact {
        padding: 0px 2%;
    }

    .news_list .title {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .news_list .databox {
        font-size: 48px;
        line-height: 36px;
        padding-top: 0;
    }
}

@media(max-width:999px) {
    .news_list {
        margin-bottom: 40px;
    }

    .news_list .wrap {
        margin-bottom: 40px;
    }

    .news_list .databox {
        font-size: 44px;
        line-height: 32px;
    }

    .news_list .databox .data {
        font-size: 16px;
        padding-top: 10px;
    }

    .news_list .inner {
        padding: 25px 15px 25px 15px;
        margin-bottom: 15px;
    }
}

@media(max-width:768px) {
    .news_list .databox {
        font-size: 40px;
        line-height: 32px;
        width: 100%;
        margin-bottom: 8px;
    }

    .news_list .inner {
        flex-wrap: wrap;
        padding: 15px 15px 15px 15px;
        margin-bottom: 10px;
    }

    .news_list .contact {
        padding: 0;
        margin-bottom: 15px;
    }

    .news_list .title {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 5px;
    }

    .news_list .content {
        font-size: 14px;
        line-height: 26px;
    }
}

@media(max-width:570px) {
    .news_list {
        margin-bottom: 30px;
    }

    .news_list .wrap {
        margin-bottom: 30px;
    }

    .news_list .databox {
        font-size: 32px;
        line-height: 26px;
        width: 100%;
    }

    .news_list .databox .data {
        font-size: 14px;
        padding-top: 10px;
    }

    .news_list .inner {
        flex-wrap: wrap;
        padding: 10px;
        margin-bottom: 10px;
    }
}


/* news_detail */

.news_detail {
    padding: 71px 0px 39px;
}

.news_detail .title36 {
    font-family: Montserrat-Light;
    margin-bottom: 14px;
}

.news_detail .sharebox {
    display: flex;
    align-items: center;
    font-family: Montserrat-Light;
    font-size: 16px;
    color: #666666;
    margin-bottom: 30px;
}

.news_detail .data {
    margin-right: 25px;
}

.news_detail .share {
    display: flex;
    align-items: center;
}

.news_detail .share img {
    margin-left: 3px;
}

.news_detail .content {
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    padding-bottom: 45px;
    border-bottom: 1px solid #cfd1d5;
}

@media(max-width:1600px) {
    .news_detail {
        padding: 50px 0px 40px;
    }

    .news_detail .sharebox {
        font-size: 16px;
        margin-bottom: 20px;
    }
}

@media(max-width:1333px) {
    .news_detail .sharebox {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .news_detail .content {
        font-size: 16px;
        line-height: 30px;
        padding-bottom: 30px;
    }
}

@media(max-width:999px) {
    .news_detail {
        padding: 40px 0px 40px;
    }

    .news_detail .content {
        font-size: 16px;
        line-height: 30px;
        padding-bottom: 20px;
    }
}

@media(max-width:768px) {
    .news_detail .sharebox {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .news_detail .content {
        font-size: 14px;
        line-height: 26px;
        padding-bottom: 15px;
    }
}

@media(max-width:570px) {
    .news_detail {
        padding: 30px 0px;
    }
}

@media(max-width:400px) {
    .news_detail .sharebox {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .news_detail .data {
        margin-right: 0;
        margin-bottom: 10px;
    }
}


/* page_control */

.page_control1 {
    margin-bottom: 81px;
}

.page_control2 {
    margin-bottom: 77px;
}

.page_control .co,
.page_control a {
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}

.page_control a:hover {
    color: #00489d;
}

@media(max-width:1600px) {

    .page_control1,
    .page_control2 {
        margin-bottom: 50px;
    }
}

@media(max-width:999px) {

    .page_control1,
    .page_control2 {
        margin-bottom: 40px;
    }
}

@media(max-width:768px) {

    .page_control .co,
    .page_control a {
        font-size: 14px;
        line-height: 26px;
    }
}

@media(max-width:570px) {

    .page_control1,
    .page_control2 {
        margin-bottom: 30px;
    }
}

/* application_list */

.application_list {
    padding: 80px 0px 114px;
}

.application_list .wrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 38px;
}

.application_list .inner {
    width: 32.3333%;
    margin-right: 1.4%;
    margin-bottom: 45px;
}

.application_list .inner:nth-child(3n) {
    margin-right: 0;
}

.application_list .imgbox {
    position: relative;
}

.application_list .imgbox:hover .shadow {
    opacity: 1;
}

.application_list .shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 72, 157, .8);
    padding: 93px 45px 50px 45px;
    text-align: center;

    overflow: auto;
    z-index: 10001;
    scrollbar-color: #fff rgba(255, 255, 255, 0.05);
    scrollbar-width: thin;
    opacity: 0;
}

.application_list .shadow p {
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
}

.application_list .title {
    padding-top: 28px;
    text-align: center;
    font-family: Montserrat-Light;
    font-size: 20px;
    color: #333333;
}

@media(max-width:1600px) {
    .application_list {
        padding: 50px 0px;
    }

    .application_list .title {
        padding-top: 20px;
        font-size: 20px;
    }

    .application_list .shadow {
        padding: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .application_list .inner {
        width: 32.3333%;
        margin-right: 1.4%;
        margin-bottom: 35px;
    }
}

@media(max-width:1333px) {
    .application_list .title {
        padding-top: 15px;
        font-size: 18px;
    }

    .application_list .shadow {
        padding: 20px;
    }
}

@media(max-width:999px) {
    .application_list {
        padding: 40px 0px;
    }

    .application_list .title {
        padding-top: 10px;
        font-size: 16px;
    }

    .application_list .inner {
        width: 49%;
        margin-right: 2%;
    }

    .application_list .inner:nth-child(2n) {
        margin-right: 0;
    }

    .application_list .inner:nth-child(3n) {
        margin-right: 2%;
    }

    .application_list .shadow {
        position: static;
        opacity: 1;
    }
}

@media(max-width:768px) {
    .application_list .shadow {
        padding: 15px;
    }

    .application_list .shadow p {
        font-size: 14px;
        line-height: 22px;
    }

    .application_list .title {
        padding-top: 10px;
        font-size: 14px;
    }

    .application_list .inner {
        margin-bottom: 25px;
    }
}

@media(max-width:570px) {
    .application_list {
        padding: 30px 0px;
    }
}

@media(max-width:500px) {
    .application_list .inner {
        width: 100%;
        margin-bottom: 20px;
    }
}



/* application_detail */

.application_detail {
    padding: 79px 0px 39px;
}

.application_detail .title36 {
    margin-bottom: 14px;
}

.application_detail .sharebox {
    display: flex;
    align-items: center;
    font-family: Montserrat-Light;
    font-size: 16px;
    color: #666666;
    margin-bottom: 31px;
}

.application_detail .sharebox span {
    margin-right: 5px;
}

.application_detail .content {
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    padding-bottom: 62px;
    border-bottom: 1px solid #cfd1d5;
}

@media(max-width:1600px) {
    .application_detail {
        padding: 50px 0px 39px;
    }

    .application_detail .sharebox {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .application_detail .content {
        font-size: 16px;
        line-height: 30px;
        padding-bottom: 50px;
    }
}

@media(max-width:1333px) {
    .application_detail .title36 {
        margin-bottom: 15px;
    }

    .application_detail .content {
        font-size: 16px;
        line-height: 30px;
        padding-bottom: 40px;
    }
}

@media(max-width:999px) {
    .application_detail {
        padding: 40px 0px 30px;
    }

    .application_detail .content {
        font-size: 16px;
        line-height: 30px;
        padding-bottom: 30px;
    }
}

@media(max-width:768px) {
    .application_detail .content {
        font-size: 14px;
        line-height: 26px;
        padding-bottom: 20px;
    }

    .application_detail .sharebox {
        font-size: 14px;
        margin-bottom: 15px;
    }
}

@media(max-width:570px) {
    .application_detail {
        padding: 30px 0px 30px;
    }
}


/* sustain_detail */

.sustain_detail {
    padding: 86px 0px 82px;
}

.sustain_detail .title48 {
    margin-bottom: 17px;
}

.sustain_detail .content {
    font-family: Montserrat-Light;
    font-size: 18px;
    line-height: 28px;
    color: #333333;
}

@media(max-width:1600px) {
    .sustain_detail {
        padding: 50px 0px;
    }
}

@media(max-width:1333px) {
    .sustain_detail .content {
        font-size: 16px;
        line-height: 26px;
    }
}

@media(max-width:999px) {
    .sustain_detail {
        padding: 40px 0px;
    }
}

@media(max-width:768px) {
    .sustain_detail .content {
        font-size: 14px;
        line-height: 24px;
    }
}

@media(max-width:570px) {
    .sustain_detail {
        padding: 30px 0px;
    }
}



.seo1 {
    padding: 104px 0px 52px;
}

.seo1 .safe {}

.seo1 .title50 {
    text-align: center;
}

.seo1 .describe {
    width: 48%;
    font-family: Poppins-Regular;
    font-size: 16px;
    line-height: 28px;
    color: #666666;
    text-align: center;
    margin: 0 auto;
}

.seo1_list {
    gap: 20px 2%;
}

.seo1_list li {
    flex: none !important;
    width: 32%;
    position: relative;
}

.seo1_list li:last-child::after {
    display: none;
}

.seo1_list li::after {
    content: "";
    position: absolute;
    height: 260px;
    width: 1px;
    background-image: linear-gradient(0deg,
            #ffffff 0%,
            #cccccc 52%,
            #ffffff 100%);
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.seo1_list .box1 {
    min-height: 180px;
}

.seo1_list .add {
    flex: none;
    width: 100%;
    max-width: 100%;
}

.seo1_list .logo {
    width: 61px;
    height: 60px;
}

.seo1_list .logo img {
    max-height: 30px;
    max-width: 30px;
}

.seo1_list .name {
    font-size: 16px;
    line-height: 24px;
    margin-top: 6px !important;
}

.seo1_list .text,
.seo1_list .text1 {
    font-size: 15px;
    line-height: 24px;
    margin-top: 14px !important;
}


.seo1_list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 20px;
}

.seo1_list .box {
    /* box-shadow: 2px 4px 32px 0px #f0f1f2; */
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 20px 24px;
    transition: transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275), -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 16px;
}

.seo1_list .box2 {
    background: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transform: rotateX(-180deg);
    z-index: -1;
}

.seo1_list .box2 .name {
    color: #00489d;
}

.seo1_list .box2 .text {
    color: #00489d;
}

.seo1_list .box2 .text p {
    color: #00489d;
}

.seo1_list .box2 .text a {
    color: #00489d;
}

.seo1_list .box2 .text1 {
    color: #00489d;
}

.seo1_list .box2 .logo img {
    /* filter: brightness(0) invert(1); */
}

.seo1_list .box2 .logo::before {
    opacity: 0;
}

.seo1_list .box2 .logo::after {
    opacity: 1;
}

.seo1_list li {
    width: 23.429%;
    display: flex;
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.seo1_list .box1 {
    /* min-height: 310px; */
    background-color: #ffffff;
}

.seo1_list .box1 .text p,
.seo1_list .box1 .text a,
.seo1_list .box1 .text1 p {
    color: #333 !important;
}

.seo1_list .logo {
    width: 111px;
    height: 110px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 28px;
}

.seo1_list .logo::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url("../images/seo1_ia.png") no-repeat center;
    background-size: cover;
    transition: 0.3s;
    opacity: 1;
}

.seo1_list .logo::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url("../images/seo1_ib.png") no-repeat center;
    background-size: cover;
    transition: 0.3s;
    opacity: 0;
}

.seo1_list .logo img {
    position: relative;
    z-index: 1;
}

.seo1_list .name {
    font-family: Montserrat-Light;
    font-size: 22px;
    line-height: 28px;
    color: #333333;
    transition: 0.3s;
    margin-top: 33px;
}

.seo1_list .text1 {
    font-family: Montserrat-Light;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #1f5b8b;
    transition: 0.3s;
    margin-top: 15px;
}

.seo1_list .text {
    font-family: Montserrat-Light;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #1f5b8b;
    margin-top: 14px;
}

.seo1_list .text p {
    color: #1f5b8b;
    transition: 0.3s;
}

.seo1_list .text a {
    word-break: break-all;
    color: #0c4b9a;
    text-underline-offset: 4px;
}

.seo1_list .text a:hover {
    text-decoration: underline;
}

.seo1_list .add {
    flex: 1;
    max-width: 356px;
}

.seo1_list .add .name {
    margin-top: 23px;
}

@media screen and (min-width: 993px) {
    .seo1_list li:hover .box1 {
        transform: rotateX(180deg);
        z-index: -1;
    }

    .seo1_list li:hover .box2 {
        transform: rotateX(0deg);
        z-index: 1;
    }
}

@media(max-width:1600px) {
    .seo1_list .add {
        max-width: unset;
        width: 22%;
    }

    .seo1_list li {
        width: 22%;
        margin-right: 2%;
    }

    .seo1_list li:last-child {
        margin-right: 0;
    }

    .seo1 {
        padding: 50px 0px 50px;
    }

    .seo1 .describe {
        width: 60%;
        font-size: 16px;
        line-height: 28px;
    }

    .seo1_list {
        gap: 30px 20px;
    }

    .seo1_list .name {
        font-size: 20px;
        line-height: 28px;
        margin-top: 30px;
    }

    .seo1_list li::after {
        height: 50%;
    }
}

@media(max-width:1333px) {
    .seo1 .describe {
        width: 70%;
        font-size: 16px;
        line-height: 28px;
    }

    .seo1_list .box {
        padding: 12px 18px;
        border-radius: 16px;
    }

    .seo1_list li {
        width: 22%;
        margin-right: 1%;
    }

    .seo1_list .name {
        font-size: 18px;
        line-height: 28px;
        margin-top: 25px;
    }

    .seo1_list .text {
        font-size: 16px;
        line-height: 26px;
        letter-spacing: 0px;
        margin-top: 14px;
    }

    .seo1_list .text1 {
        font-size: 16px;
        line-height: 28px;
        margin-top: 15px;
    }
}

@media(max-width:999px) {
    .seo1 {
        padding: 40px 0px 40px;
    }

    .seo1 .title50 {
        margin-bottom: 12px;
    }

    .seo1_list {
        justify-content: space-between;
    }

    .seo1_list li {
        width: 47% !important;
        margin-right: 2%;
    }

    .seo1_list li:nth-child(2n) {
        margin-right: 0;
    }

    .seo1 .describe {
        width: 90%;
        font-size: 16px;
        line-height: 28px;
    }

    .seo1_list li:nth-child(3n)::after {
        display: block;
    }

    .seo1_list li:nth-child(2n)::after {
        display: none;
    }
}

@media(max-width:768px) {
    .seo1_list .text {
        font-size: 14px;
        line-height: 26px;
        letter-spacing: 0px;
    }

    .seo1_list .name {
        font-size: 16px;
        line-height: 28px;
        margin-top: 25px;
    }

    .seo1_list .text1 {
        font-size: 14px;
        line-height: 26px;
    }

    .seo1 .describe {
        width: 100%;
        font-size: 14px;
        line-height: 26px;
    }
}

@media(max-width:570px) {
    .seo1 {
        padding: 30px 0px 30px;
    }

    .seo1_list li {
        width: 48% !important;
        margin-right: 2%;
        margin-bottom: 20px;
    }

    .seo1_list {
        gap: 0 !important;
    }
}

@media(max-width:380px) {
    .seo1_list li {
        width: 100% !important;
        margin-right: 0%;
        margin-bottom: 20px;
    }

    .seo1_list .box1 {
        min-height: unset;
    }

    .seo1_list li::after {
        display: none !important;
    }
}


/* mapbox */

.mapbox {
    display: flex;
    align-items: center;
    justify-content: center;

}

.mapbox img {
    width: 100%;
}


@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');
}

@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-Medium';
    src: url('../fonts/MontserratMedium.eot');
    src: url('../fonts/MontserratMedium.eot') format('embedded-opentype'),
        url('../fonts/MontserratMedium.woff2') format('woff2'),
        url('../fonts/MontserratMedium.woff') format('woff'),
        url('../fonts/MontserratMedium.ttf') format('truetype'),
        url('../fonts/MontserratMedium.svg#MontserratMedium') format('svg');
}



.close_form {
    opacity: 0;
    pointer-events: none;
}

.rota {
    transform: rotate(90deg) !important;
}

.rota45 {
    transform: rotate(45deg);
}

.swiper-button-lock {
    display: none !important;
}

.opc0 {
    opacity: 0;
}

.bgf5 {
    background-color: #f5f5f5;
}

.bgf7 {
    background-color: #f7f7f7;
}

@font-face {
    font-family: "iconfont";
    /* Project id 4354916 */
    src:
        url('data:application/x-font-woff2;charset=utf-8;base64,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') format('woff2'),
        url('iconfont.woff?t=1743664636327') format('woff'),
        url('iconfont.ttf?t=1743664636327') format('truetype');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-Youtube-fill:before {
    content: "\e883";
}

.icon-xiangxiajiantoushuang-mianxing:before {
    content: "\e60a";
}

.icon-caret-up:before {
    content: "\e621";
}

.icon-duihao:before {
    content: "\eaf1";
}

.icon-duigou:before {
    content: "\e644";
}

.icon-pinterest1:before {
    content: "\e6e1";
}

.icon-xiazai:before {
    content: "\e606";
}

.icon-instagram-fill:before {
    content: "\e88f";
}

.icon-jia:before {
    content: "\e632";
}

.icon-jian:before {
    content: "\e64e";
}

.icon-duoyuyan:before {
    content: "\e654";
}

.icon-icon-jian:before {
    content: "\e609";
}

.icon-icon_jia:before {
    content: "\e652";
}

.icon-icon_earth:before {
    content: "\e6ff";
}

.icon-top1:before {
    content: "\e660";
}

.icon-tell:before {
    content: "\e6a7";
}

.icon-home:before {
    content: "\e624";
}

.icon-edit:before {
    content: "\e611";
}

.icon-facebook:before {
    content: "\e620";
}

.icon-pinterest:before {
    content: "\e8ab";
}

.icon-linkedin:before {
    content: "\e648";
}

.icon-youtube:before {
    content: "\e6d6";
}

.icon-twitter:before {
    content: "\e607";
}

.icon-bigger:before {
    content: "\e647";
}

.icon-left:before {
    content: "\e72c";
}

.icon-right:before {
    content: "\e72d";
}

.icon-up1:before {
    content: "\e72e";
}

.icon-bottom1:before {
    content: "\e72f";
}

.icon-left1:before {
    content: "\e730";
}

.icon-right1:before {
    content: "\e731";
}

.icon-up:before {
    content: "\e73e";
}

.icon-bottom:before {
    content: "\e73f";
}

.icon-instagram:before {
    content: "\e79d";
}

.icon-tumblr:before {
    content: "\e79e";
}

.icon-download:before {
    content: "\e7a0";
}

.icon-download1:before {
    content: "\e7a7";
}

.icon-search4:before {
    content: "\e7b2";
}

.icon-address:before {
    content: "\e7bc";
}

.icon-email:before {
    content: "\e7bd";
}

.icon-contact:before {
    content: "\e7be";
}

.icon-whatsapp:before {
    content: "\e7bf";
}

.icon-fax:before {
    content: "\e7c2";
}

.icon-mobile:before {
    content: "\e7c6";
}

.icon-phone:before {
    content: "\e7c8";
}

.icon-phone1:before {
    content: "\e7cb";
}

.icon-skype:before {
    content: "\e7cc";
}

.icon-whatsapp1:before {
    content: "\e7c1";
}

.icon-address1:before {
    content: "\e7c3";
}

.icon-contact1:before {
    content: "\e7c4";
}

.icon-email1:before {
    content: "\e7c5";
}

.icon-skype1:before {
    content: "\e7c9";
}

.icon-fax1:before {
    content: "\e7ca";
}

.icon-qq:before {
    content: "\e7ce";
}

.icon-tel1:before {
    content: "\e7cd";
}

.icon-wechat:before {
    content: "\e7cf";
}

.icon-phone2:before {
    content: "\e7d0";
}

.icon-message:before {
    content: "\e7da";
}

.icon-calendar:before {
    content: "\e7e1";
}

.icon-calendar1:before {
    content: "\e7e3";
}

.icon-top:before {
    content: "\e7ed";
}

.icon-youbian:before {
    content: "\e60f";
}

.icon-jian2:before {
    content: "\e600";
}

.icon-jia2:before {
    content: "\e608";
}

.icon-vk:before {
    content: "\e735";
}

.icon-instagram1:before {
    content: "\e640";
}

.icon-up7:before {
    content: "\e722";
}

.icon-bottom7:before {
    content: "\e723";
}

.icon-left7:before {
    content: "\e724";
}

.icon-right7:before {
    content: "\e725";
}

.icon-sousuo4:before {
    content: "\e610";
}

.icon-sousuo:before {
    content: "\e616";
}

.icon-sousuo1:before {
    content: "\e65b";
}

.icon-shangchuan:before {
    content: "\e602";
}

.icon-top2:before {
    content: "\e637";
}

.icon-biaoqian:before {
    content: "\e649";
}

.icon-twitter3:before {
    content: "\e7fd";
}

.icon-twitter4:before {
    content: "\e7fe";
}

.icon-twitter-new2:before {
    content: "\e800";
}

.icon-twitter-new:before {
    content: "\e7ff";
}

.icon-tiktok:before {
    content: "\e8db";
}

.icon-delete:before {
    content: "\e69d";
}

.icon-chahao:before {
    content: "\e617";
}

.icon-earth:before {
    content: "\e6d5";
}

.icon-earth1:before {
    content: "\e781";
}

.icon-chahao1:before {
    content: "\e60e";
}

.icon-jiahao:before {
    content: "\e726";
}

.icon-home1:before {
    content: "\e734";
}

.icon-guanbi:before {
    content: "\e6ca";
}

.icon-guanbi1:before {
    content: "\e61e";
}

.icon-bottom71:before {
    content: "\e74c";
}




/* animation.min.css */


.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

@-webkit-keyframes bounce {

    0%,
    100%,
    20%,
    53%,
    80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    40%,
    43% {
        -webkit-transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

@keyframes bounce {

    0%,
    100%,
    20%,
    53%,
    80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    40%,
    43% {
        -webkit-transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes flash {

    0%,
    100%,
    50% {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

@keyframes flash {

    0%,
    100%,
    50% {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shake {

    0%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes shake {

    0%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

.swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes bounceIn {

    0%,
    100%,
    20%,
    40%,
    60%,
    80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes bounceIn {

    0%,
    100%,
    20%,
    40%,
    60%,
    80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes bounceInDown {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInDown {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInLeft {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInRight {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInUp {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }

    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }

    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
    0% {
        opacity: 1
    }

    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1
    }

    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    100% {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    100% {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

@keyframes rollOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    100% {
        opacity: 0
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    100% {
        opacity: 0
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}


/* swiper-bundle */


@font-face {
    font-family: swiper-icons;
    src: url('data:application/font-woff;charset=utf-8;base64, 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');
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

:host {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 1
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0)
}

.swiper-horizontal {
    touch-action: pan-y
}

.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d {
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
    transform-style: preserve-3d
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
    scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: none
}

.swiper-css-mode.swiper-centered>.swiper-wrapper::before {
    content: '';
    flex-shrink: 0;
    order: 9999
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size)
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
    display: none !important
}

.swiper-button-next svg,
.swiper-button-prev svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform-origin: center
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
    transform: rotate(180deg)
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 10px);
    right: auto
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto
}

.swiper-button-lock {
    display: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: 'prev'
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: 'next'
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
    right: var(--swiper-pagination-right, 8px);
    left: var(--swiper-pagination-left, auto);
    top: 50%;
    transform: translate3d(0px, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform, .2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s right
}

.swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color, inherit)
}

.swiper-pagination-progressbar {
    background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    position: relative;
    touch-action: none;
    background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, .1))
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: var(--swiper-scrollbar-sides-offset, 1%);
    bottom: var(--swiper-scrollbar-bottom, 4px);
    top: var(--swiper-scrollbar-top, auto);
    z-index: 50;
    height: var(--swiper-scrollbar-size, 4px);
    width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
    position: absolute;
    left: var(--swiper-scrollbar-left, auto);
    right: var(--swiper-scrollbar-right, 4px);
    top: var(--swiper-scrollbar-sides-offset, 1%);
    z-index: 50;
    width: var(--swiper-scrollbar-size, 4px);
    height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, .5));
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move;
    touch-action: none
}

.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active {
    pointer-events: auto
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube {
    overflow: visible
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
    content: '';
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px)
}

.swiper-cube .swiper-slide-next+.swiper-slide {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-flip {
    overflow: visible
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height
}

.swiper-cards {
    overflow: visible
}

.swiper-cards .swiper-slide {
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden
}



/* swiper-bundle.min.css */

/**
 * Swiper 11.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 26, 2023
 */

@font-face {
    font-family: swiper-icons;
    src: url('data:application/font-woff;charset=utf-8;base64, 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
}


/*  */

.about_detail {
    padding: 63px 0px;
}

.about_detail .content {
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    margin-bottom: 81px;
}

.about_detail .content p img {
    display: inline-block;
}

@media(max-width:1600px) {
    .about_detail {
        padding: 60px 0px;
    }

    .about_detail .content {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 45px;
    }
}

@media(max-width:1333px) {
    .about_detail {
        padding: 50px 0px;
    }

    .about_detail .content {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 35px;
    }
}

@media(max-width:999px) {
    .about_detail {
        padding: 40px 0px;
    }

    .about_detail .content {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 25px;
    }

}

@media(max-width:768px) {
    .about_detail .content {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 15px;
    }
}

@media(max-width:538px) {
    .about_detail {
        padding: 30px 0px;
    }
}


/* about_control */

.about_control,
.about_control a {
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}

.about_control a:hover {
    color: #00489d;
}

.about_control p {
    margin-bottom: 20px;
}

.about_control p:last-child {
    margin-bottom: 0;
}


@media(max-width:999px) {
    .about_control p {
        margin-bottom: 10px;
    }

    .about_control,
    .about_control a {
        font-size: 16px;
        line-height: 28px;
    }
}

@media(max-width:768px) {

    .about_control,
    .about_control a {
        font-size: 14px;
        line-height: 26px;
    }
}