@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;
    font-family: Poppins-Regular;
}

body {
    background-color: #fff;
    margin: 0 auto;
}

*::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: 1600px;
    width: calc(100% - 110px);
    margin: 0 auto;
}

@media screen and (max-width:999px) {
    .safe {
        max-width: 1400px;
        width: calc(100% - 65px) !important;
    }
}

@media screen and (max-width:768px) {
    .safe {
        width: calc(100% - 45px) !important;
    }
}

/* video tankuang */
.tankaunga {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 9999999999
}

.tankaunga:before {
    content: "X";
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    top: 10px;
    right: 10px;
    background: #fff;
    border-radius: 50%;
    font-size: 18px;
    cursor: pointer;
}

.tankaungn2 {
    position: fixed;
    left: 5%;
    top: 5%;
    right: 5%;
    bottom: 5%;
    background: rgba(0, 0, 0, 0.5);
}

.tankaungn2 iframe,
.tankaungn2 video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.tankaungn2 iframe body {
    margin: 0px !important;
}

/*jQzoom*/

.box {
    position: relative;
}

.jqzoom {
    float: left;
    position: relative;
    padding: 0px;

}

div.zoomdiv {
    z-index: 200;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 400px;
    height: 400px;
    background: #ffffff;
    border: 1px solid #CCCCCC;
    display: none;
    text-align: center;
    overflow: hidden;
}

div.zoomdiv img {
    max-width: unset !important;
}

div.jqZoomPup {
    z-index: 200;
    visibility: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    border: 1px solid #aaa;
    background: #ffffff;
    opacity: 0.5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    filter: alpha(Opacity=50);
    transition: none;
}

/* zhengshu */

/* certifiicates */

#baguetteBox-overlay {
    display: none;
    opacity: 0;
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #222;
    background-color: rgba(0, 0, 0, .8);
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
    z-index: 99999999999999999999999999999999999999;
}

#baguetteBox-overlay.visible {
    opacity: 1
}

#baguetteBox-overlay .full-image {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
}

#baguetteBox-overlay .full-image figure {
    display: inline;
    margin: 0;
    height: 100%
}

#baguetteBox-overlay .full-image img {
    display: inline-block;
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
}

#baguetteBox-overlay .full-image figcaption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    line-height: 1.8;
    color: #ccc;
    background-color: #000;
    background-color: rgba(0, 0, 0, .6);
    font-family: Verdana, Geneva, sans-serif;
}

#baguetteBox-overlay .full-image:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px
}

#baguetteBox-slider {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    white-space: nowrap;
    -webkit-transition: left .4s ease, -webkit-transform .4s ease;
    transition: left .4s ease, -moz-transform .4s ease;
    transition: left .4s ease, transform .4s ease
}

#baguetteBox-slider.bounce-from-right {
    -webkit-animation: bounceFromRight .4s ease-out;
    animation: bounceFromRight .4s ease-out
}

#baguetteBox-slider.bounce-from-left {
    -webkit-animation: bounceFromLeft .4s ease-out;
    animation: bounceFromLeft .4s ease-out
}

.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
    top: 50%;
    top: calc(50% - 30px);
    width: 44px;
    height: 60px
}

.baguetteBox-button {
    position: absolute;
    cursor: pointer;
    outline: 0;
    padding: 0;
    margin: 0;
    border: 0;
    -moz-border-radius: 15%;
    border-radius: 15%;
    background-color: #323232;
    background-color: rgba(50, 50, 50, .5);
    color: #ddd;
    font: 1.6em sans-serif;
    -webkit-transition: background-color .4s ease;
    transition: background-color .4s ease;
}

.baguetteBox-button:hover {
    background-color: rgba(50, 50, 50, .9)
}

.baguetteBox-button#next-button {
    right: 2%
}

.baguetteBox-button#previous-button {
    left: 2%
}

.baguetteBox-button#close-button {
    top: 20px;
    right: 2%;
    right: calc(2% + 6px);
    width: 30px;
    height: 30px
}

.baguetteBox-button svg {
    position: absolute;
    left: 0;
    top: 0
}

.spinner {
    width: 40px;
    height: 40px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px
}

.double-bounce1,
.double-bounce2 {
    width: 100%;
    height: 100%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: bounce 2s infinite ease-in-out;
    animation: bounce 2s infinite ease-in-out
}

.double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

@-webkit-keyframes bounceFromRight {
    0% {
        margin-left: 0
    }

    50% {
        margin-left: -30px
    }

    100% {
        margin-left: 0
    }
}

@keyframes bounceFromRight {
    0% {
        margin-left: 0
    }

    50% {
        margin-left: -30px
    }

    100% {
        margin-left: 0
    }
}

@-webkit-keyframes bounceFromLeft {
    0% {
        margin-left: 0
    }

    50% {
        margin-left: 30px
    }

    100% {
        margin-left: 0
    }
}

@keyframes bounceFromLeft {
    0% {
        margin-left: 0
    }

    50% {
        margin-left: 30px
    }

    100% {
        margin-left: 0
    }
}

@-webkit-keyframes bounce {

    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes bounce {

    0%,
    100% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1)
    }
}


/* cebianlan  common*/
/* rightlist */

.column {
    position: fixed;
    right: 2px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10001;
    display: flex;
}

.column ul {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.column ul li {
    margin-bottom: 7px;
    min-width: 50px;
    max-width: 250px;
    background-color: transparent;
    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: 52px;
    height: 52px;
    background-color: #b2b2b2;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    flex-shrink: 0;
    border-radius: 6px;
}

.column ul li .imgbox a {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 6px;
}


.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 .vk .erweima,
.column .wechat .erweima,
.column .whatsapp .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 .vk .erweima img,
.column .wechat .erweima img,
.column .whatsapp .erweima img {
    width: 100%;
    height: 100%;
    border-radius: 10px !important;
    padding-right: 0px;
    background-color: transparent;
}

.column .vk .erweima img,
.column .wechat .erweima img,
.column .whatsapp .erweima img {
    filter: unset !important;
}

.column img {
    display: block;
    width: auto;
}

.column .gotop i {
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

.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 {
    width: 0;
    /* padding: 0px 10px; */
    display: flex;
}

.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: #fff;
}

.column i {
    color: #fff !important;
}

.column .phonebox:hover .phone {
    width: 180px;
    display: flex;
    margin-right: 10px;
    margin-left: 10px;
}


.column .imgbox:hover {
    background-color: #0d234c;
}


.column li:hover {}

.column .imgbox:hover img {
    filter: brightness(100);
}


@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 ul li .tiaozhuan {
        display: none;
    }

    .column ul li:hover .tiaozhuan {
        display: none;
    }

    .column {
        position: fixed;
        right: 0px;
        top: unset;
        bottom: 0;
        z-index: 30000000;
        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: absolute;
        right: 53px;
        padding: 10px;
        color: #333;
        background-color: #fff;
        display: none;
        word-wrap: nowrap;
        right: unset;
        top: -100%;
    }

    .column .facebook i {
        border: unset;
    }

    .column ul li .imgbox img {
        width: auto;
    }

    .column ul li {
        background-color: transparent;
    }

    .column .phonebox:hover .phone {}

    .column .phonebox .phone {
        width: auto;
        min-width: 180px;
        margin-right: 0px;
        margin-left: 0px;
        top: -40px;
        position: absolute;
        background: #fff;
        padding: 10px;
    }

    .column .phonebox .phone p {
        color: #333;
    }

    .column .phonebox .phone {
        display: none;
    }
}

@media(max-width:768px) {

    .column ul li .imgbox {
        width: 45px;
        height: 45px;
    }

    .column .wechat .erweima,
    .column .whatsapp .erweima {
        position: absolute;
        width: 135px;
        height: 135px;
        top: -157px;
        /* right: 20%; */
        display: none;
        cursor: pointer;
        left: 0;
    }

    .column ul {
        display: flex;
        flex-direction: row;
        width: 100%;
        justify-content: center;
        align-items: center;
        height: 100%;
    }

    .column ul li {
        margin-bottom: 0px;
        width: 100%;
    }

    .column ul li .imgbox {
        width: 100%;
        height: 0;
    }

    .column ul li .imgbox a {
        width: 100%;

    }

}

@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 .gotop i {
        font-size: 14px !important;
    }

    .column .wechat .erweima {
        position: absolute;
        width: 100px;
        height: 100px;
        top: -125px;
        right: 20px;
        display: none;
        cursor: pointer;
        left: 0;
    }

    .column ul {
        display: flex;
        flex-direction: row;
        width: 100%;
        justify-content: center;
        align-items: center;
        height: 100%;
    }

    .column ul li {
        margin-bottom: 0px;
        width: 100%;
    }

    .column ul li .imgbox {
        width: 100%;
        height: 0;
    }

    .column ul li .imgbox a {
        width: 100%;

    }
}


.m-formcountry {
    position: relative;
}

.m-formcountry .drop-btn {
    position: relative;
}

.m-formcountry .drop-btn i,
.m-formcountry .drop-btn svg {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    color: #ccc;
    right: 0px;
    font-weight: bold;
}

.m-formcountry .drop-list {
    display: none;
    border: 1px solid #e6e6e6;
    width: 100%;
    position: absolute;
    top: 100%;
    background-color: #fff;
    max-height: 223px;
    overflow-x: hidden;
    z-index: 10001;
    scrollbar-color: #333 rgba(0, 0, 0, 0.05);
    scrollbar-width: thin;
    box-shadow: 0px 7px 13px 0px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    padding: 15px 0px;
}

.m-formcountry .drop-list::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.m-formcountry .drop-list::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
}

.m-formcountry .drop-list::-webkit-scrollbar-thumb {
    background-color: #333;
}

.m-formcountry .drop-list li {
    font-size: 16px;
    line-height: 20px;
    overflow: hidden;
    padding: 8px 12px;
    cursor: pointer;
    /* border-bottom: 1px solid #e6e6e6; */
    color: #666;
}

.m-formcountry .drop-list li.on {
    background-color: #eaecf1;
}

@media(max-width:768px) {
    .m-formcountry .drop-list li {
        padding: 2px 20px;
        font-size: 14px;
    }

    .m-formcountry .drop-list {
        padding: 0;
    }
}



/* search */

.searchbox a {
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    font-weight: bold;
}

.searchbox a:hover {
    color: #0d234c;
}

.searchbox {
    position: relative;
    margin-left: 40px;
}

.searchbox .s_wrap {
    position: absolute;
    right: 0;
    width: 300px;
    top: 50px;
    background-color: #fff;
    height: 55px;
    border: 2px solid #0d234c;
    padding-left: 15px;
    display: none;
    transition: none;
}

.searchbox .s_wrap .s_inner {
    display: flex;
    align-items: center;
    height: 100%;
}

.searchbox .s_wrap .ent {
    height: 100%;
    width: 80%;
    font-family: Poppins-Regular;
    font-size: 16px;
    color: #333;
    padding-right: 15px;
}

.searchbox .s_wrap .searchbtn {
    width: 20%;
    height: 100%;
    position: relative;
}

.searchbox .s_wrap .searchbtn .sea {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    font-size: 18px;
    pointer-events: none;
    font-weight: bold;
    cursor: pointer;
}

.searchbox .s_wrap .sub {
    width: 100%;
    height: 100%;
    cursor: pointer;
    background-color: transparent;
}

.searchbox .s_wrap .searchbtn:hover i {
    color: #0d234c;
}

.searchbox {
    margin-right: 0 !important;
}



.lanauage_wrap {
    margin-right: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 24px 24px 26px 24px;
    color: #fff;
}

.lanauage_wrap .lanauage {
    position: relative;
    transition: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #333333;
}

.lanauage_wrap .lanauage>i {
    font-size: 18px;
    margin-right: 5px;
    color: #fff;
}

.lanauage_wrap .lanbox {
    display: flex;
    align-items: center;
}

.lanauage_wrap .lanauage .icon-duoyuyan {
    font-size: 24px;
    color: #000000 !important;
    margin-right: 6px;
}

.lanauage_wrap .lanauage .lanbox i {
    color: #fff;
    font-size: 12px;
    margin-left: 5px;
}

.lanauage_wrap .lanauage img {
    margin-right: 10px;
    width: 27px;
    height: 14px;
}

.lanauage_wrap .lanbox a {
    font-family: Poppins-Regular;
    font-size: 16px;
    color: #fff;
}

.lanauage_wrap .lanauage:hover .icon-duoyuyan {
    color: #000000 !important;
}

.lanauage_wrap .lanauage:hover .name {
    color: #000000 !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: 0px;
    margin-top: 14px;
    z-index: 1000;
}

.lanauage_wrap .lanauage .silde-down a {
    color: #333;
    padding: 6px 0px;
    display: inline-block;
    width: 100%;
    font-size: 16px !important;
    font-family: Poppins-Regular;
    font-size: 14px;
}

.lanauage_wrap .lanauage .silde-down li {}

.lanauage .silde-down li:hover {
    background-color: #0d234c;
}

.lanauage_wrap .lanauage .silde-down li:hover a {
    color: #fff !important;
}

.lanauage_wrap .lanauage:hover .name {
    color: #0d234c !important;
}

.lanauage_wrap .lanauage:hover i {
    color: #0d234c !important;
}

@media(max-width:1600px) {
    .lanauage_wrap {
        margin-left: 20px;
    }

    .lanauage_wrap .lanauage .lanbox i {
        margin-left: 10px;
    }

    .lanauage_wrap .lanbox a {
        font-size: 16px;
    }

    .searchbox {
        margin-left: 25px;
    }
}

@media(max-width:1333px) {
    .lanauage_wrap .lanbox a {
        font-size: 14px !important;
    }

    .lanauage_wrap {
        margin-left: 0px;
    }

    .lanauage_wrap {
        margin-right: 0px;
        width: 140px;
        height: 45px;
        border-radius: 24px 24px 26px 24px;
        margin-left: 25px;
    }

    .searchbox a {
        font-size: 18px;
    }

    .lanauage_wrap {
        margin-right: 0px;
        width: 130px;
        height: 40px;
        border-radius: 24px 24px 26px 24px;
        margin-left: 0px;
    }

    .searchbox {
        margin-left: 20px;
    }
}


@media(max-width:1200px) {
    .lanauage_wrap {
        margin-right: 0px;
        width: unset;
        height: unset;
        border-radius: 24px 24px 26px 24px;
        margin-left: 15px;
    }

    .lanauage_wrap .lanauage>i {
        display: none;
    }

    .lanauage_wrap {
        margin-right: 0px;
        border-radius: 24px 24px 26px 24px;
        margin-left: 0px;
    }

    .searchbox {
        margin-left: 10px;
    }
}

@media(max-width:999px) {

    .lanauage_wrap .lanauage .silde-down a {
        padding: 7px 0px;
        font-size: 14px !important;
    }

    .lanauage_wrap {
        width: auto;
        height: 40px;
        margin-left: 0px;
        padding-left: 0;
        margin-right: 60px;
        background-color: transparent;
    }

    .lanauage_wrap .lanauage .lanbox i {
        font-size: 12px;
        margin-left: 5px;
    }

    .searchbox {
        display: none;
    }

    .lanauage_wrap::after {
        display: none;
    }

    .lanauage_wrap .name {
        color: #333 !important;
    }

    .lanauage_wrap .lanauage .lanbox i {
        color: #333;
    }
}

@media(max-width:768px) {
    .lanauage_wrap .lanauage .silde-down a {
        padding: 5px 0px;
        font-size: 14px !important;
    }

    .lanauage_wrap {
        width: auto;
        height: 35px;
        margin-left: 10px;
        margin-right: 40px;
    }
}

.m-mobilenav {
    display: none;
}

.m-mobilenav * {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

@media screen and (max-width: 999px) {
    .mbnav-wp_seach {
        width: 100%;
        margin: auto;
        position: absolute;
        z-index: 2;
    }

    .mbnav-wp_seach>form>.box-form {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        height: 40px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        background: rgba(255, 255, 255, 0.7);
    }

    .mbnav-wp_seach>form>.box-form>.box-text {
        width: -moz-calc(100% - 30px);
        width: calc(100% - 30px);
        border: 0px;
        height: 100%;
        padding-left: 10px;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background: transparent;
        outline: none;
    }

    .mbnav-wp_seach>form>.box-form>.box-submit {
        width: 30px;
        height: 100%;
        border: 0px;
        position: relative;
        z-index: 2;
        background: transparent;
        cursor: pointer;
        background: transparent;
    }

    .mbnav-wp_seach>form>.box-form .icon {
        position: absolute;
        right: 4px;
        top: 10px;
        z-index: 1;
    }

    .mbnav-list {
        margin-top: 20px;
    }

    .m-mobilenav {
        position: absolute;
        z-index: 11;
        padding-top: 25px;
        top: 0;
        left: 0;
        display: block;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        z-index: 100;
    }

    .m-mobilenav .mbnav-btn {
        position: fixed;
        z-index: 2;
        top: 18px;
        right: 2.5%;
        padding: 4px;
        border-radius: 4px;
        overflow: hidden;
        background: #FFFFFF;
        width: 34px;
        -webkit-transition: all 550ms;
        -o-transition: all 550ms;
        -moz-transition: all 550ms;
        transition: all 550ms;
    }

    .m-mobilenav .mbnav-btn .line {
        width: 100%;
        height: 2px;
        background-color: #00205b;
    }

    .m-mobilenav .mbnav-btn.active .line {
        background-color: #FFFFFF;
    }

    .m-mobilenav .mbnav-btn .line2 {
        margin-top: 6px;
        margin-bottom: 6px;
    }

    .m-mobilenav .mbnav-btn .smalldaohangxuanzhong {
        background-color: #FFFFFF;
    }

    .m-mobilenav .mbnav-btn.active {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        background: transparent;
        top: 50px;
    }

    .m-mobilenav .mbnav-bd {
        position: absolute;
        left: 0;
        top: 0;
        width: 300px;
        height: 100%;
        top: 0;
        visibility: hidden;
        z-index: 1;
    }

    .m-mobilenav .mbnav-bd.show {
        visibility: visible;
    }

    .m-mobilenav .mbnav-bd.show .mbnav-wp {
        height: 100%;
        opacity: 1;
    }

    .m-mobilenav .mbnav-bd.show .mbnav-item>a {
        opacity: 1;
        color: #FFFFFF;
        font-family: Poppins-Regular;
        -webkit-transform: scale(1) translate(0, 0);
        -moz-transform: scale(1) translate(0, 0);
        -ms-transform: scale(1) translate(0, 0);
        -o-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0);
    }

    .m-mobilenav .mbnav-wp {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 0;
        background-color: rgba(51, 51, 51, 0.9);
        top: 0;
        -webkit-transition: all 550ms;
        -o-transition: all 550ms;
        -moz-transition: all 550ms;
        transition: all 550ms;
        opacity: 0;
    }

    .m-mobilenav .mbnav-fix {
        position: absolute;
        left: 0;
        top: 60px;
        z-index: 1;
        height: -moz-calc(100% - 60px);
        height: calc(100% - 60px);
        width: 100%;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        /* overflow-y: scroll; */
        overflow-y: scroll;
        overflow-x: hidden;
    }

    .m-mobilenav .mbnav-item {
        position: relative;
        padding-left: 44px;
        padding-right: 24px;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .m-mobilenav .mbnav-item i {
        position: absolute;
        left: 13px;
        top: 7px;
        width: 24px;
        height: 24px;
        line-height: 24px;
        text-align: center;
        background: transparent;
        font-size: 16px;
        color: #fff;
        cursor: pointer;
    }

    .m-mobilenav .mbnav-item>a {
        display: block;
        line-height: 26px;
        font-size: 16px;
        color: #FFFFFF;
        -webkit-transform: scale(1.1) translate(60px, -35px);
        -moz-transform: scale(1.1) translate(60px, -35px);
        -ms-transform: scale(1.1) translate(60px, -35px);
        -o-transform: scale(1.1) translate(60px, -35px);
        transform: scale(1.1) translate(60px, -35px);
        opacity: 0;
        -webkit-transition: 0.5s 0.1s;
        -o-transition: 0.5s 0.1s;
        -moz-transition: 0.5s 0.1s;
        transition: 0.5s 0.1s;
    }

    .m-mobilenav .mbnav-item>a.current:after {
        content: "";
        margin-left: 5px;
        display: inline-block;
        *display: inline;
        *zoom: 1;
        vertical-align: middle;
        width: 6px;
        height: 6px;
        background-color: #fff;
        border-radius: 50%;
        -webkit-transition: all 550ms;
        -o-transition: all 550ms;
        -moz-transition: all 550ms;
        transition: all 550ms;
    }

    .m-mobilenav .mbnav-item>a.active {
        color: #529dba;
    }

    .m-mobilenav .mbnav-item>a.active:after {
        background-color: #529dba;
    }

    .m-mobilenav .mbnav-item:nth-child(1)>a {
        -webkit-transition-delay: 250ms;
        -moz-transition-delay: 250ms;
        -o-transition-delay: 250ms;
        transition-delay: 250ms;
    }

    .m-mobilenav .mbnav-item:nth-child(2)>a {
        -webkit-transition-delay: 300ms;
        -moz-transition-delay: 300ms;
        -o-transition-delay: 300ms;
        transition-delay: 300ms;
    }

    .m-mobilenav .mbnav-item:nth-child(3)>a {
        -webkit-transition-delay: 350ms;
        -moz-transition-delay: 350ms;
        -o-transition-delay: 350ms;
        transition-delay: 350ms;
    }

    .m-mobilenav .mbnav-item:nth-child(4)>a {
        -webkit-transition-delay: 400ms;
        -moz-transition-delay: 400ms;
        -o-transition-delay: 400ms;
        transition-delay: 400ms;
    }

    .m-mobilenav .mbnav-item:nth-child(5)>a {
        -webkit-transition-delay: 450ms;
        -moz-transition-delay: 450ms;
        -o-transition-delay: 450ms;
        transition-delay: 450ms;
    }

    .m-mobilenav .mbnav-item:nth-child(6)>a {
        -webkit-transition-delay: 500ms;
        -moz-transition-delay: 500ms;
        -o-transition-delay: 500ms;
        transition-delay: 500ms;
    }

    .m-mobilenav .mbnav-item:nth-child(7)>a {
        -webkit-transition-delay: 550ms;
        -moz-transition-delay: 550ms;
        -o-transition-delay: 550ms;
        transition-delay: 550ms;
    }

    .m-mobilenav .mbnav-item:nth-child(8)>a {
        -webkit-transition-delay: 600ms;
        -moz-transition-delay: 600ms;
        -o-transition-delay: 600ms;
        transition-delay: 600ms;
    }

    .m-mobilenav .mbsbnav-list {
        padding: 10px 0;
        display: none;
        transition: none;
    }

    .m-mobilenav .mbsbnav-item {
        position: relative;
        padding-left: 20px;
        padding-right: 5px;
    }

    .m-mobilenav .mbsbnav-item i {
        left: 0;
        top: 6px;
        line-height: 24px;
    }

    .m-mobilenav .mbsbnav-item a {
        display: block;
        padding: 5px 5px;
        line-height: 24px;
        font-size: 14px;
        color: #fff;
    }

    .m-mobilenav .mbsbnav-item a.active {
        color: #529dba;
    }

    .box-form-tj {
        position: absolute;
        font-size: 20px !important;
        right: 5px;
        top: 8px;
        color: #043F71;
    }
}

@media screen and (max-width: 768px) {
    .m-mobilenav .mbnav-item>a {
        font-size: 14px;
        line-height: 24px;
    }

    .m-mobilenav .mbnav-item {
        padding-top: 5px;
    }

    .m-mobilenav .mbnav-item i {
        top: 4px;
    }

    .m-mobilenav .mbnav-btn {
        top: 12px;
    }
}


/*  */

header {
    width: 100%;
    position: fixed;
    z-index: 2;
    border-radius: 1px;
    top: 0px;
    z-index: 100000000;
    height: 73px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

header>.safe {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

header .bottombox {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

header .menubox {
    display: flex;
    align-items: center;
    height: 100%;
    margin-right: 74px;
}

header .menubox>li {
    position: relative;
    margin: 0px 8px;
}

header .menubox>li>a {
    padding: 25px 14px 22px 14px;
    display: inline-block;
    font-family: Poppins-Regular;
    font-size: 18px;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

header .menubox>li>a img {
    margin-bottom: 0px;
    transition: ease .3s all;
}

header .menubox>li>a i {
    font-size: 12px;
    color: #1d1d1d;
    font-weight: bold;
    margin-inline-end: 6px;
}


header .menubox ul a {
    padding: 10.5px 15px 10.5px 30px;
    min-width: 266px;
    width: 100%;

    font-family: Poppins-Regular;
    font-size: 16px;
    color: #333333;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .menubox ul li:last-child a {
    border-bottom: unset;
}

header .menubox ul a i {
    font-size: 12px;
    font-weight: bold;
    opacity: 0;
}

/* yiji */
header .menubox>li>ul {
    position: absolute;
    top: 100%;
    left: -50px;
    background-color: #fff;
    display: none;
    transition: none;
    padding: 21px 0px;
    box-shadow: 0px 5px 27px 0px rgba(0, 0, 0, 0.07);
}

header .menubox>li ul {
    min-width: 266px;
    width: max-content;
    /* padding: 15px 0px; */
    box-shadow: 0px 5px 27px 0px rgba(0, 0, 0, 0.07);
}

header .menubox>li ul li {
    position: relative;
}

/* erji/sanji/siji */
header .menubox>li>ul>li ul {
    position: absolute;
    top: 0%;
    left: 100%;
    background-color: #fff;
    display: none;
    transition: none;
    box-shadow: 0px 13px 46px 0px rgba(0, 0, 0, 0.08);
    padding: 21px 0px;
}



/* header_hover */
header .menubox>li:hover>a {
    background-color: #0d234c;
    color: #fff;
}

header .menubox ul li:hover>a {
    color: #0d234c;
}

header .menubox ul li:hover>a i {
    opacity: 1;
}

/* header_active */
header .menubox .active_title>a {
    background-color: #0d234c;
}


@media(max-width:1700px) {
    header .logo {
        flex-shrink: 0;
    }
}

@media(max-width:1600px) {
    header {
        height: 70px;
    }

    header .menubox {
        margin-right: 20px;
    }

    header .menubox>li>a {
        padding: 24px 14px 20px 14px;
        font-size: 16px;
    }

    header .menubox>li {
        position: relative;
        margin: 0px 0px;
    }
}

@media(max-width:1400px) {
    header .menubox>li {
        position: relative;
        margin: 0px 2px;
    }

    header .menubox>li>a {
        padding: 24px 12px 20px 12px;
        font-size: 16px;
    }
}

@media(max-width:1333px) {
    header {
        height: 70px;
    }

    header .menubox>li>a {
        padding: 24px 6px 20px 6px;
        font-size: 16px;
    }

    header .menubox {
        margin-right: 15px;
    }
}

@media(max-width:1250px) {
    header .menubox>li>a {
        padding: 25px 8px 22px 8px;
        font-size: 14px;
    }

    header .menubox>li {
        position: relative;
        margin: 0px 2px;
    }

    header .menubox {
        margin-right: 10px;
    }
}

@media(max-width:1150px) {
    header .menubox>li>a {
        padding: 25px 5px 22px 5px;
        font-size: 14px;
    }

    header>.safe {
        max-width: 1600px;
        width: calc(100% - 30px);
        margin: 0 auto;
    }
}

@media(max-width:999px) {
    header .menubox {
        display: none;
    }

    header {
        height: 60px;
    }

    header .logo img {
        width: 90px;
    }
}

@media(max-width:768px) {
    header {
        height: 50px;
    }
}

@media(max-width:570px) {}


/* fix_header */

.fix_header {
    background-color: #fff;
    top: 0 !important;
}

.fix_header .menubox>li>a {
    color: #333;
}

.fix_header .menubox>li>a:hover {
    color: #fff !important;
}

.fix_header .active_title>a {
    color: #fff !important;
}

.fix_header .logo img {
    filter: brightness(0.5);
}

.fix_header .lanauage_wrap .lanbox a {
    color: #333;
}

.fix_header .lanauage_wrap .lanauage>i {
    color: #333;
}

.fix_header .lanauage_wrap .lanauage .lanbox i {
    color: #333;
}

.fix_header .searchbox a {
    color: #333;
}

@media(max-width:999px) {
    .fix_header {
        top: 0;
    }

    .fix_header .topbox {
        display: none;
    }

    .fix_header {
        background-color: #f0f1f2;
        top: 0 !important;
    }
}



/* cate_list1 */

header .menubox>li:nth-of-type(4) {
    position: static;
    cursor: pointer;
}

.cate_list1 {
    position: absolute;
    left: 0;
    width: 100%;
    height: 471px;
    background-color: #fff;
    overflow: auto;
    scrollbar-color: #333 rgba(0, 0, 0, 0.05);
    scrollbar-width: thin;
    transition: none;
    display: none;
}

.cate_list1 .guanbi {
    position: absolute;
    right: -30px;
    top: 15px;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
}

.cate_list1 .guanbi:hover {
    color: #0d234b;
}

.cate_list1 .safe {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.cate_list1 .l_box {
    width: 35.1%;
    padding-top: 126px;
    padding: 126px 130px 20px 0px;
    border-right: 1px solid #f2f2f2;
    min-height: 471px;
}

.cate_list1 .title46 {
    margin-bottom: 25px;
}

.cate_list1 .con {
    font-family: Poppins-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cate_list1 .r_box {
    width: 64.9%;
    padding: 100px 0px 40px 35px;
    display: flex;
    justify-content: space-between;
}

.cate_list1 .list {
    width: 45%;
}

.cate_list1 .list .inner {
    margin-bottom: 50px;
}

.cate_list1 .list .inner:last-child {
    margin-bottom: 0;
}

.cate_list1 .list .inner>p {
    font-family: Gunplay;
    font-size: 20px;
    line-height: 28px;
    color: #333333;
    cursor: pointer;
}

.cate_list1 .list .inner>p:hover {
    color: #dcb46a;
}

.cate_list1 .in {
    padding-top: 30px;
    display: none;
    transition: none;
}

.cate_list1 .in p {
    margin-bottom: 10px;
}

.cate_list1 .in p:last-child {
    margin-bottom: 0;
}

.cate_list1 .in a {
    font-family: Poppins-Regular;
    font-size: 16px;
    color: #333333;
}

.cate_list1 .in a:hover {
    color: #dcb46a;
}

/* .cate_list1 .act .in{
    display: block;
} */

.cate_list1 .imgbox {
    width: 52.4%;
}


@media(max-width:1600px) {
    .cate_list1 .r_box {
        width: 64.9%;
        padding: 70px 0px 40px 35px;
    }

    .cate_list1 .l_box {
        width: 35.1%;
        padding-top: 126px;
        padding: 70px 100px 20px 0px;
        min-height: 420px;
    }

    .cate_list1 {
        width: 100%;
        height: 420px;
    }

    .cate_list1 .list .inner {
        margin-bottom: 40px;
    }

    .cate_list1 .guanbi {
        position: absolute;
        right: -0px;
        top: 15px;
        font-weight: bold;
        font-size: 14px;
        cursor: pointer;
    }
}

@media(max-width:1333px) {
    .cate_list1 .r_box {
        width: 64.9%;
        padding: 50px 0px 40px 30px;
    }

    .cate_list1 .l_box {
        width: 35.1%;
        padding-top: 126px;
        padding: 50px 50px 20px 0px;
        min-height: 380px;
    }

    .cate_list1 {
        width: 100%;
        height: 380px;
    }

    .cate_list1 .in {
        padding-top: 15px;
    }

    .cate_list1 .list .inner {
        margin-bottom: 30px;
    }

    .cate_list1 .title46 {
        margin-bottom: 10px;
    }

    .cate_list1 .guanbi {
        position: absolute;
        right: 0px;
        top: 15px;
        font-weight: bold;
        font-size: 14px;
        cursor: pointer;
    }
}

@media(max-width:999px) {}

@media(max-width:768px) {}

@media(max-width:570px) {}


/* title */

.title50 {
    font-family: Gunplay;
    font-size: 50px;
    color: #333333;
}

.title50 a {
    color: #333;
}

.title50 a:hover {
    color: #c8a063;
}

.title46 {
    font-family: Gunplay;
    font-size: 46px;
    color: #333333;
}

.title40 {
    font-family: Gunplay;
    font-size: 40px;
    color: #333333;
}

.title30 {
    font-family: Gunplay;
    font-size: 30px;
    color: #333333;
}

@media(max-width:1600px) {
    .title50 {
        font-size: 44px;
    }

    .title46 {
        font-size: 42px;
    }

    .title40 {
        font-size: 36px;
    }

    .title30 {
        font-size: 26px;
    }
}

@media(max-width:1333px) {
    .title50 {
        font-size: 38px;
    }

    .title46 {
        font-size: 36px;
    }

    .title40 {
        font-size: 32px;
    }

    .title30 {
        font-size: 24px;
    }
}

@media(max-width:999px) {
    .title50 {
        font-size: 32px;
    }

    .title46 {
        font-size: 32px;
    }

    .title40 {
        font-size: 28px;
    }

    .title30 {
        font-size: 22px;
    }
}

@media(max-width:768px) {
    .title50 {
        font-size: 28px;
    }

    .title46 {
        font-size: 26px;
    }

    .title40 {
        font-size: 24px;
    }

    .title30 {
        font-size: 20px;
    }
}

@media(max-width:570px) {
    .title50 {
        font-size: 24px;
    }

    .title46 {
        font-size: 22px;
    }

    .title40 {
        font-size: 20px;
    }

    .title30 {
        font-size: 18px;
    }
}



/* index_banner */

.index_banner {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.index_banner .go {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 24px;
    z-index: 10;
}


.index_banner img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.index_banner video,
.index_banner iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10;
    object-fit: cover;
}

.index_banner .swiper-pagination {
    top: unset;
    bottom: 55px !important;
    display: flex;
    justify-content: center;
    width: 100%;
    display: none;
}

.index_banner .swiper .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 5;
}

.index_banner .swiper .swiper-pagination-bullet:last-child {
    margin-right: 0 !important;
}

.index_banner .swiper .swiper-pagination-bullet-active {
    background-color: #c8a063;
    opacity: 5;
}


.index_banner .btnbox {
    position: absolute;
    display: flex;
    flex-direction: column;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 15;
    right: 163px;
}

.index_banner .control {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 44px;
    height: 44px;
    border: solid 1px #fff;
    opacity: 0.77;
    border-radius: 50px;
    color: #fff;
}

.index_banner .control:hover {
    opacity: 1 !important;
}

.index_banner .control:first-child {
    transform: rotate(90deg);
    margin-bottom: 14px;
}

.index_banner .control:last-child {
    transform: rotate(90deg);
}


.index_banner .video {
    position: absolute;
    right: 26.09375%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
}

.index_banner .video .playBtn {
    position: relative;
    width: 91px;
    height: 91px;
}


.index_banner .playBtn div {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    z-index: 1;
    border-width: 0.5px;
    border-style: solid;
    border-color: #fff;
    opacity: 0;
    animation: circles 3.2s linear 0s infinite;
    animation-play-state: running;
}



.index_banner .playBtn .circle1 {
    animation-delay: 0.8s;
}

.index_banner .playBtn .circle2 {
    animation-delay: 1.6s;
}

.index_banner .playBtn .circle3 {
    animation-delay: 2.4s;
}


@keyframes circles {
    0% {
        transform: scale(1);
        opacity: 0;
    }

    20% {
        transform: scale(1.28);
        opacity: 0.5;
    }

    100% {
        transform: scale(2.2);
        opacity: 0;
    }
}


.index_banner .shadow {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 100%;
    z-index: 10;
    display: flex;
    align-items: center;
}

.index_banner .box {
    width: 50%;
    padding-bottom: 123px;
}

.index_banner .title {
    font-family: Gunplay;
    font-size: 54px;
    color: #ffffff;
    padding-bottom: 8px;
    margin-bottom: 39px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    line-height: 86px;
}

.index_banner .title span {
    color: #c8a063;
}

.index_banner .swiper-slide {
    position: relative;
}

.index_banner .list {
    display: flex;
    flex-wrap: wrap;
}

.index_banner .list li {
    padding: 0px 18px;
    position: relative;
}

.index_banner .list li:first-child {
    padding-left: 0;
}

.index_banner .list li:last-child {
    padding-right: 0;
}

.index_banner .list li:last-child::after {
    display: none;
}

.index_banner .list a {
    font-family: Poppins-Regular;
    font-size: 20px;
    line-height: 28px;
    color: #ffffff;
}

.index_banner .list li::after {
    content: "";
    position: absolute;
    height: 20px;
    width: 1px;
    background-color: #fff;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.index_banner .list a:hover {
    color: #c8a063;
}






@media(max-width:1600px) {
    .index_banner .btnbox {
        right: 78px;
    }

    .index_banner .box {
        width: 62%;
        padding-bottom: 0px;
    }

    .index_banner .title {
        font-size: 48px;
        padding-bottom: 8px;
        margin-bottom: 39px;
        line-height: unset;

    }

}

@media(max-width:1333px) {
    .index_banner .video .playBtn {
        width: 80px;
        height: 80px;
    }

    .index_banner .title {
        font-size: 42px;
        padding-bottom: 8px;
        margin-bottom: 30px;
    }

    .index_banner .box {
        width: 74%;
        padding-bottom: 0px;
    }
    
    .index_banner .list a {
    font-size: 18px;
    line-height: 28px;
}
.index_banner .list li {
    padding: 0px 10px;
    position: relative;
}
}

@media(max-width:999px) {

    .index_banner {
        margin-top: 60px;
    }

    .index_banner .btnbox {
        display: none;
    }

    .index_banner .video .playBtn {
        width: 70px;
        height: 70px;
    }

    .index_banner .video {
        right: 15%;
    }

    .index_banner .swiper-pagination {
        display: block;
        bottom: 25px !important;
    }

    .index_banner .go {
        display: none;
    }

    .index_banner .title {
        font-size: 36px;
        padding-bottom: 8px;
        margin-bottom: 30px;
    }

    .index_banner .list a {
        font-size: 16px;
        line-height: 28px;
    }

    .index_banner .list li {
        padding: 0px 12px;
        position: relative;
        margin-bottom: 5px;
    }
        .index_banner .box {
        width: 85%;
        padding-bottom: 0px;
    }
}

@media(max-width:768px) {
    .index_banner {
        margin-top: 50px;
    }

    .index_banner .swiper-slide img {
        min-height: 220px;
        object-fit: cover;
    }

    .index_banner .video .playBtn {
        width: 60px;
        height: 60px;
    }

    .index_banner .video .play {
        min-height: unset !important;
    }

    .index_banner .video {
        right: 10%;
    }

    .index_banner .swiper-pagination {
        bottom: 15px !important;
    }

    .index_banner .title {
        font-size: 30px;
        padding-bottom: 8px;
        margin-bottom: 20px;
    }

    .index_banner .box {
        width: 80%;
        padding-bottom: 0px;
    }

    .index_banner .list a {
        font-size: 16px;
        line-height: 26px;
    }
}

@media(max-width:570px) {
    .index_banner .video .playBtn {
        width: 50px;
        height: 50px;
    }

    .index_banner .title {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
        padding-bottom: 0;
        border-bottom: unset;
        margin-bottom: 10px;
        font-size: 22px;
    }

    .index_banner .box {
        width: 100%;
        padding-bottom: 0px;
    }

    .index_banner .list li {
        padding: 0px 8px;
        position: relative;
        margin-bottom: 5px;
    }

    .index_banner .list a {
        font-size: 14px;
        line-height: 24px;
    }
}


/* h_product */

.h_product {
    padding: 104px 0px 112px;
}

.h_product .title50 {
    text-align: center;
    margin-bottom: 44px;
}

.h_product .box {
    min-height: 740px;
    overflow: hidden;
}

.h_product .l_box {
    position: absolute;
    bottom: 80px;
    left: 91px;
    z-index: 10;
    transform: translateY(-47px);
}

.h_product .l_box li {
    font-family: Gunplay;
    font-size: 30px;
    color: #ffffff;
    margin-bottom: 50px;
    position: relative;
    cursor: pointer;
}

.h_product .l_box li::after {
    content: "";
    width: 14px;
    height: 39px;
    position: absolute;
    background-image: url(../images/bg_svg1.png);
    background-repeat: no-repeat;
    background-size: cover;
    left: -30px;
    opacity: 0;
}

.h_product .l_box li:last-child {
    margin-bottom: 0;
}

.h_product .l_box li:hover {
    color: #c8a063 !important;
}

.h_product .l_box li:hover::after {
    opacity: 1 !important;
}

.h_product .active::after {
    opacity: 1 !important;
}

.h_product .active {
    color: #c8a063 !important;
}

.h_product .swiper-slide>a {
    display: inline-block;
    overflow: hidden;
}

.h_product .box .bg {
    width: 100%;
}

.h_product .box .bg:hover {
    transform: scale(1.05);
}

.h_product .inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    /* padding: 185px 1px 201px 77px; */
}

.h_product .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.h_product .swiper-slide .in {
    width: 37.4525%;
    min-height: 354px;
    background-image: url(../images/squre.png);
    background-repeat: no-repeat;
    position: absolute;
    right: 1px;
    padding: 44px 44px 32px 91px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transform: translateY(-8px);
}

.h_product .title {
    font-family: Gunplay;
    font-size: 30px;
    line-height: 28px;
    color: #333333;
    margin-bottom: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.h_product .title a {
    color: #333;
}

.h_product .title a:hover {
    color: #c8a063;
}

.h_product .content {
    font-family: Poppins-Regular;
    font-size: 16px;
    line-height: 28px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
}

.h_product .btn {
    font-family: Gunplay;
    font-size: 20px;
    line-height: 28px;
    color: #c8a063;
}

.h_product .btn:hover {
    text-decoration: underline;
}

@media(max-width:1920px) {
    .h_product .box {
        min-height: auto;
    }
}

@media(max-width:1600px) {
    .h_product {
        padding: 60px 0px;
    }

    .h_product .title50 {
        margin-bottom: 40px;
    }

    .h_product .box {
        min-height: auto;
    }

    .h_product .l_box li {
        font-size: 30px;
        margin-bottom: 40px;
    }

    .h_product .swiper-slide .in {
        width: 37.4525%;
        min-height: 354px;
        right: 1px;
        padding: 40px 40px 30px 60px;
        transform: translateY(-8px);
    }

    .h_product .l_box li {
        font-size: 28px;
        margin-bottom: 38px;
    }

    .h_product .title {
        font-size: 28px;
        line-height: 28px;
        margin-bottom: 20px;
    }
}

@media(max-width:1333px) {
    .h_product {
        padding: 50px 0px;
    }

    .h_product .title50 {
        margin-bottom: 30px;
    }

    .h_product .l_box li {
        font-size: 26px;
        margin-bottom: 30px;
    }

    .h_product .title {
        font-size: 26px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .h_product .swiper-slide .in {
        width: 37.4525%;
        min-height: 354px;
        padding: 30px 30px 30px 50px;
        transform: translateY(0px);
    }
}

@media(max-width:999px) {
    .h_product {
        padding: 40px 0px;
    }

    .h_product .l_box {
        position: static;
    }

    .h_product .l_box li {
        color: #333;
        font-size: 24px;
        margin-bottom: 20px;
    }

    .h_product .l_box {
        transform: unset;
        margin-bottom: 20px;
    }

    .h_product .swiper-slide .in {
        width: 50%;
        min-height: 250px;
        padding: 20px;
        transform: translateY(0px);
        background-color: #fff;
    }

    .h_product .title {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 15px;
    }

    .h_product .btn {
        font-size: 18px;
        line-height: 28px;
    }
}

@media(max-width:768px) {
    .h_product .title50 {
        margin-bottom: 20px;
    }

    .h_product .l_box li {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .h_product .swiper-slide .in {
        width: 100%;
        min-height: unset;
        padding: 20px;
        transform: translateY(0px);
        background-color: #fff;
        background-image: unset !important;
        position: static;
    }

    .h_product .content {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 12px;
    }

    .h_product .btn {
        font-size: 16px;
        line-height: 26px;
    }

    .h_product .swiper-slide {
        flex-direction: column;
    }

    .h_product .title {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 8px;
    }

    .h_product .l_box li {
        font-size: 20px;
        margin-bottom: 10px;
    }
}

@media(max-width:570px) {
    .h_product {
        padding: 30px 0px;
    }

    .h_product .title50 {
        margin-bottom: 15px;
    }

    .h_product .swiper-slide .in {
        padding: 15px;
    }

    .h_product .title {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 5px;
    }

    .h_product .l_box li {
        font-size: 18px;
        margin-bottom: 10px;
    }
}






/* h_solution */

.h_solution {}

.h_solution .title50 {
    text-align: center;
    margin-bottom: 41px;
}

.h_solution .box {
    min-height: 904px;
    position: relative;
}

.h_solution .box::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    z-index: 1;
}

.h_solution .box .bg {
    object-fit: cover;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
}

.h_solution .txts {
    display: flex;
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.h_solution .l_box {
    width: 50%;
    z-index: 10;
    display: flex;
    align-items: flex-end;
}

.h_solution .inner1 {
    padding: 50px 46px 53px 46px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 50%;
    height: 100%;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
}

.h_solution .svgbox1 {
    margin-bottom: 20px;
}

.h_solution .title {
    font-family: Gunplay;
    font-size: 26px;
    line-height: 28px;
    color: #ffffff;
}

.h_solution .title a {
    color: #fff;
}

.h_solution .title:hover,
.h_solution .title a:hover {
    color: #c8a063;
}

.h_solution .title1 {
    margin-bottom: 25px;
}

.h_solution .content {
    font-family: Poppins-Regular;
    font-size: 18px;
    line-height: 36px;
    color: #ffffff;
}

.h_solution .content1 {
    margin-bottom: 231px;
}

.h_solution .content2 {
    margin-bottom: 20px;
}

.h_solution .content a {
    color: #fff;
}

.h_solution .content a:hover {
    color: #c8a063;
}

.h_solution .content li {
    padding-left: 15px;
    position: relative;
}

.h_solution .content li::after {
    position: absolute;
    left: 0px;
    top: 13px;
    content: "";
    width: 7px;
    height: 7px;
    background-color: #c8a063;
    border-radius: 50px;
}

.h_solution .num {
    font-family: Gunplay;
    font-size: 81px;
    filter: invert(1) sepia(100%) saturate(0%) hue-rotate(180deg) brightness(200%) contrast(100%);
    position: absolute;
    bottom: 24px;
    opacity: 0.5;
}

.h_solution .r_box {
    width: 50%;
    display: flex;
    align-items: flex-start;
}

.h_solution .wrap {
    width: 50%;
}

.h_solution .wrap:first-child {
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.h_solution .inner2 {
    padding: 89px 50px 10px 80px;
    height: 451px;
    position: relative;
}

.h_solution .inner2:first-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.h_solution .inner2:last-child {
    padding: 75px 50px 10px 80px;
}

.h_solution .svgbox2 {
    margin-bottom: 32px;
}

.h_solution .title2 {
    margin-bottom: 25px;
}

.h_solution .shadow {
    opacity: 0;
    pointer-events: none;
}

.h_solution .active .nos {
    display: none;
}

.h_solution .active .shadow {
    opacity: 1;
    pointer-events: all;
}


/* l */

.h_solution .inner1 .shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(13, 35, 76, .83);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 50px 46px 53px 46px;
}

.h_solution .inner1 .s_intro1 {
    margin-bottom: 110px;
}

.h_solution .inner1 .s_svgbox1 {
    margin-bottom: 15px;
}

.s_name1 {
    font-family: Gunplay;
    font-size: 26px;
    line-height: 28px;
    color: #ffffff;
    margin-bottom: 20px;
}

.s_name1 a {
    color: #fff;
}

.s_name1 a:hover {
    text-decoration: underline;
}

.s_txts1 {
    padding-top: 30px;
    position: relative;
}

.s_txts1::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 206px;
    height: 1px;
    background-color: #ffffff;
}

.s_txts1,
.s_txts1 a {
    font-family: Poppins-Regular;
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
}

.s_txts1 a:hover {
    text-decoration: underline;
}

.s_txts1 p {
    margin-bottom: 6px;
    padding-left: 15px;
    position: relative;
}

.s_txts1 p:last-child {
    margin-bottom: 0;
}

.s_txts1 p::after {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 7px;
    height: 7px;
    background-color: #c8a063;
    border-radius: 50px;
}

.h_solution .inner1 .s_num1 {
    font-family: Gunplay;
    font-size: 81px;
    color: #ffffff;
    opacity: 0.2;
    position: absolute;
    bottom: 0;
}

/* r */

.h_solution .inner2 .shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(13, 35, 76, .83);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 85px 50px 105px 55px;
}

.s_svgbox2 {
    margin-bottom: 32px;
}

.s_intro2 .s_name2 {
    font-family: Gunplay;
    font-size: 26px;
    line-height: 28px;
    color: #ffffff;
    margin-bottom: 36px;
}

.s_intro2 .s_name2 a {
    color: #fff;
}

.s_intro2 .s_name2 a:hover {
    text-decoration: underline;
}

.s_intro2 .s_txts2 {
    padding-top: 21px;
    position: relative;
}

.s_intro2 .s_txts2::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 206px;
    height: 1px;
    background-color: #ffffff;
}

.s_intro2 .s_txts2 p,
.s_intro2 .s_txts2 a {
    font-family: Poppins-Regular;
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
}

.s_intro2 .s_txts2 a:hover {
    text-decoration: underline;
}

.s_intro2 .s_txts2 p {
    margin-bottom: 6px;
}

.s_intro2 .s_txts2 p:last-child {
    margin-bottom: 0;
}

.s_intro2 .s_txts1 p::after {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 7px;
    height: 7px;
    background-color: #c8a063;
    border-radius: 50px;
}

.h_solution .inner2 .s_num2 {
    font-family: Gunplay;
    font-size: 81px;
    color: #ffffff;
    opacity: 0.2;
    position: absolute;
    bottom: -22px;
}


@media(max-width:1600px) {
    .h_solution .inner2 {
        padding: 40px 20px 10px 30px !important;
        height: 451px;
    }

    .h_solution .num {
        font-size: 70px;
    }

    .h_solution .inner2 .s_num2 {
        font-size: 70px;
        opacity: 0.2;
        bottom: 0px;
    }

    .h_solution .inner2 .shadow {
        padding: 50px 40px 75px 40px !important;
    }

    .h_solution .inner2 .s_num2 {
        bottom: 0;
    }

    .s_intro2 .s_name2 {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 30px;
    }

    .h_solution .title {
        font-size: 24px;
        line-height: 28px;
    }

    .h_solution .title2 {
        margin-bottom: 20px;
    }

    .h_solution .svgbox2 {
        margin-bottom: 20px;
    }

    .s_svgbox2 {
        margin-bottom: 25px;
    }

    .s_name1 {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .h_solution .inner1 .s_num1 {
        font-size: 70px;
    }
}

@media(max-width:1333px) {
    .h_solution .inner2 {
        padding: 30px 20px 10px 30px !important;
        height: 452px;
    }

    .h_solution .num {
        font-size: 60px;
    }

    .h_solution .inner1 .s_num1 {
        font-size: 60px;
    }

    .h_solution .inner2 .s_num2 {
        font-size: 60px;
        opacity: 0.2;
        bottom: 0px;
    }

    .h_solution .svgbox2 {
        margin-bottom: 15px;
    }

    .h_solution .content {
        font-size: 16px;
        line-height: 30px;
    }

    .h_solution .content p {
        margin-bottom: 8px;
    }

    .h_solution .content p:last-child {
        margin-bottom: 0;
    }

    .s_intro2 .s_name2 {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .s_svgbox2 {
        margin-bottom: 20px;
    }

    .s_intro2 .s_txts2 p,
    .s_intro2 .s_txts2 a {
        font-size: 16px;
        line-height: 28px;
    }

    .h_solution .inner1 .shadow {
        padding: 40px 35px 53px 35px;
    }

    .s_name1 {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 15px;
    }

    .s_txts1::after {
        width: 80%;
    }

    .s_txts2::after {
        width: 80%;
    }

    .s_txts1,
    .s_txts1 a {
        font-size: 16px;
        line-height: 28px;
    }
}

@media(max-width:999px) {
    .h_solution .txts {
        flex-direction: column;
    }

    .h_solution .l_box {
        width: 100%;
        align-items: flex-start;
        flex-direction: column;
    }

    .h_solution .r_box {
        width: 100%;
    }

    .h_solution .txts {
        position: relative;
    }

    /* .h_solution .inner .shadow{
        display: none !important;
    } */

    .h_solution .inner1 .s_intro1 {
        margin-bottom: 80px;
    }

    .h_solution .inner1 .shadow {
        padding: 20px;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .h_solution .inner1 {
        position: relative;
    }

    .h_solution .inner1 {
        width: 100%;
    }



    .h_solution .box .bg {
        position: absolute;
    }

    .h_solution .inner1 {
        padding: 0;
        flex-direction: unset;
        min-height: unset;
        height: unset;


        justify-content: flex-start;
        padding: 20px;
    }

    .h_solution .active .nos {
        display: block !important;
    }

    .h_solution .num,
    .h_solution .inner1 .s_num1 {
        font-size: 50px;
    }

    .h_solution .inner2 .s_num2 {
        font-size: 50px;
        opacity: 0.2;
        bottom: 0px;
    }

    .h_solution .inner2 .shadow {
        background-color: rgba(13, 35, 76, 1);
    }

    .h_solution .inner1 .shadow {
        background-color: rgba(13, 35, 76, 1);
    }

    .h_solution .inner2 {
        padding: 20px !important;
        height: 350px;
    }

    .h_solution .inner2 .shadow {
        padding: 20px !important;
    }

    .s_name1 {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 15px;
    }

    .h_solution .title {
        font-size: 20px;
        line-height: 28px;
    }

    .s_txts1 {
        padding-top: 20px;
        position: relative;
    }

    .h_solution .content1 {
        margin-bottom: 70px;
    }

    .h_solution .title {
        font-size: 20px;
        line-height: 28px;
    }

    .s_intro2 .s_name2 {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 15px;
    }

    .h_solution .title1 {
        margin-bottom: 15px;
    }
}

@media(max-width:768px) {
    .s_name1 {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .s_txts1 {
        padding-top: 15px;
    }

    .s_txts1,
    .s_txts1 a {
        font-size: 14px;
        line-height: 26px;
    }

    .h_solution .inner1 .s_svgbox1 img,
    .h_solution .svgbox1 img {
        width: 40px;
    }

    .h_solution .svgbox1 {
        margin-bottom: 10px;
    }

    .h_solution .title {
        font-size: 18px;
        line-height: 28px;
    }

    .h_solution .content1 {
        margin-bottom: 0px;
        font-size: 14px;
        line-height: 28px;
    }

    .h_solution .inner2 {
        padding: 20px !important;
        min-height: auto;
    }

    .h_solution .title2 {
        margin-bottom: 10px;
    }

    .h_solution .content {
        font-size: 14px;
        line-height: 28px;
        margin-bottom: 0;
    }

    .s_intro2 .s_name2 {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 15px;
    }

    .s_svgbox2 {
        margin-bottom: 10px;
    }

    .s_intro2 .s_txts2 {
        padding-top: 15px;
    }

    .s_intro2 .s_txts2 p,
    .s_intro2 .s_txts2 a {
        font-size: 14px;
        line-height: 28px;
    }

    .s_intro2 .s_txts2 p,
    .s_intro2 .s_txts2 a {
        font-size: 14px;
        line-height: 28px;
    }

    .h_solution .svgbox2 img {
        width: 40px;
    }

    .h_solution .inner2 {
        height: 300px;
    }

    .h_solution .inner1 {
        height: 300px;
    }
}


@media(max-width:570px) {
    .h_solution .r_box {
        flex-direction: column;
    }

    .h_solution .wrap {
        width: 100%;
    }

    .h_solution .inner2 .s_num2,
    .h_solution .num,
    .h_solution .inner1 .s_num1 {
        display: none;
    }

    .h_solution .inner2 {
        height: 300px;
    }

    .h_solution .inner1 {
        height: 300px;
    }
}

/* h_fire */

.h_fire {
    background-color: #fafbfb;
    padding: 128px 0px 80px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.h_fire .safe {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
}

.h_fire .l_box {
    width: 43%;
    position: sticky;
    left: 0;
    top: 0;
    z-index: 100;
}

.h_fire .title46 {
    margin-bottom: 19px;
}

.h_fire .content {
    font-family: Poppins-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    margin-bottom: 56px;
}

.h_fire .wrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 47px;
}

.h_fire .inner {
    width: 50%;
    padding-right: 5%;
    margin-bottom: 40px;
}

.h_fire .num {
    font-family: Gunplay;
    font-size: 60px;
    color: #0d234c;
    margin-bottom: 11px;
}

.h_fire .num em {
    font-style: normal;
    font-family: Gunplay;
    font-size: 26px;
    color: #0d234c;
}

.h_fire .name {
    font-family: Poppins-Regular;
    font-size: 18px;
    line-height: 28px;
    color: #0d234c;
}

.h_fire .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 98px;
    height: 42px;
    border-radius: 21px;
    border: solid 1px #c8a063;
    font-family: Gunplay;
    font-size: 20px;
    color: #c8a063;
}

.h_fire .btn:hover {
    background-color: #c8a063;
    color: #fff;
}

.h_fire .video {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -24%;
    cursor: pointer;
}

.h_fire .video {
    position: absolute;
}

.h_fire .video img {
    width: 91px;
    height: 91px;
    box-shadow: 0px 3px 24px 0px rgba(0, 0, 0, 0.09);
    border-radius: 50px;
}

.h_fire .video .playBtn {
    position: relative;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.h_fire .video .playBtn div {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    z-index: 1;
    border-width: 0.5px;
    border-style: solid;
    border-color: #fff;
    opacity: 0;
    animation: circles 3.2s linear 0s infinite;
    animation-play-state: running;
}



.h_fire .video .playBtn .circle1 {
    animation-delay: 0.8s;
}

.h_fire .video .playBtn .circle2 {
    animation-delay: 1.6s;
}

.h_fire .video .playBtn .circle3 {
    animation-delay: 2.4s;
}


@keyframes circles {
    0% {
        transform: scale(1);
        opacity: 0;
    }

    20% {
        transform: scale(1.28);
        opacity: 0.5;
    }

    100% {
        transform: scale(2.2);
        opacity: 0;
    }
}

@media(max-width:1600px) {
    .h_fire {
        padding: 60px 0px;
    }

    .h_fire .r_box {
        transform: unset;
    }
}

@media(max-width:1333px) {
    .h_fire {
        display: block !important;
    }

    .h_fire {
        padding: 50px 0px;
    }

    .h_fire .content {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 40px;
    }

    .h_fire .video img {
        width: 100px;
        height: 100px;
    }

    .h_fire .num {
        font-family: Gunplay;
        font-size: 50px;
        color: #0d234c;
        margin-bottom: 6px;
    }

    .h_fire .wrap {
        margin-bottom: 30px;
    }

    .h_fire .btn {
        width: 90px;
        height: 40px;
        font-size: 18px;
    }
}

@media(max-width:999px) {
    .h_fire {
        padding: 40px 0px;
        background-image: none !important;
        background-color: #f5f7f7;
    }

    .h_fire .safe {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .h_fire .l_box {
        width: 100%;
    }

    .h_fire .r_box {
        display: none;
    }

    .h_fire .btn {
        margin-bottom: 30px;
    }

    .h_fire .video {
        position: relative;
        transform: unset;
        right: unset;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .h_fire .content {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 30px;
    }

    .h_fire .num {
        font-size: 42px;
        margin-bottom: 6px;
    }

    .h_fire .name {
        font-size: 16px;
        line-height: 28px;
    }

    .h_fire .btn {
        width: 85px;
        height: 35px;
        font-size: 16px;
    }

    .h_fire .num em {
        font-size: 24px;
    }
}

@media(max-width:768px) {
    .h_fire .num {
        font-size: 32px;
        margin-bottom: 6px;
    }

    .h_fire .content {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 20px;
    }

    .h_fire .title46 {
        margin-bottom: 15px;
    }

    .h_fire .name {
        font-size: 14px;
        line-height: 21px;
    }

    .h_fire .inner {
        width: 50%;
        padding-right: 5%;
        margin-bottom: 20px;
    }

    .h_fire .wrap {
        margin-bottom: 20px;
    }

    .h_fire .video img {
        width: 80px;
        height: 80px;
    }

    .h_fire .num em {
        font-size: 22px;
    }
}

@media(max-width:570px) {
    .h_fire {
        padding: 30px 0px;
    }

    .h_fire .num em {
        font-size: 18px;
    }
}

@media(max-width:400px) {
    .h_fire .wrap {
        flex-direction: column;
    }

    .h_fire .inner {
        width: 100%;
        padding-right: 0;
        margin-bottom: 15px;
    }

    .h_fire .num {
        font-size: 24px;
        margin-bottom: 6px;
    }
}



/* h_projects */

.h_projects1 {
    padding: 68px 0px 126px;
    position: relative;
    z-index: 100;
}

.h_projects2 {
    margin-bottom: 139px;
}

.h_projects .title50 {
    text-align: center;
    margin-bottom: 20px;
}

.h_projects .box {
    width: 59.6875%;
    margin: 0 auto;
}

.h_projects .projects_swiper {
    overflow: visible;
}

.h_projects .swiper-slide {
    position: relative;
    overflow: hidden;
}

.h_projects .swiper-slide::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-color: #0d234c;
    opacity: .6;
    transition: .3s linear opacity;
}

.h_projects .swiper-slide .title {
    display: none;
}

.h_projects .swiper-slide-active::after {
    opacity: 0;
    pointer-events: none;
}

.h_projects .swiper-slide-active .title {
    display: flex;
}

.h_projects .title {
    min-height: 60px;
    padding: 0px 27px;
    position: absolute;
    bottom: 0;
    left: 0;
    font-family: Poppins-Regular;
    font-size: 20px;
    color: #ffffff;
    background-color: rgba(13, 35, 76, .5);
    width: 100%;
    display: flex;
    align-items: center;
}

.h_projects .title p {
    display: flex;
    align-items: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.h_projects .title a {
    color: #ffffff;
}

.h_projects .title a:hover {
    color: #c8a063;
}


.h_projects .swiper-scrollbar {
    z-index: 100 !important;
    height: 1px !important;
    background-color: #dedede;
    display: flex;
    align-items: center;
    opacity: 1 !important;
    cursor: pointer;
}

.h_projects .swiper-scrollbar-drag {
    width: 162px;
    height: 5px;
    background-color: #c8a063;
}

.h_projects .wrap {
    position: relative;
    padding-bottom: 41px;
}

@media(max-width:1600px) {
    .h_projects1 {
        padding: 60px 0px;
    }

    .h_projects2 {
        margin-bottom: 60px;
    }
}

@media(max-width:1333px) {
    .h_projects1 {
        padding: 50px 0px;
    }

    .h_projects2 {
        margin-bottom: 50px;
    }

    .h_projects .title {
        min-height: 50px;
        padding: 0px 20px;
        font-size: 18px;
    }
}

@media(max-width:999px) {
    .h_projects1 {
        padding: 40px 0px;
    }

    .h_projects2 {
        margin-bottom: 40px;
    }

    .h_projects .box {
        width: 100%;
    }

    .h_projects .title {
        display: flex !important;
    }

    .h_projects .swiper-slide::after {
        display: none;
    }

    .h_projects .title {
        min-height: 40px;
        padding: 0px 15px;
        font-size: 16px;
    }
}

@media(max-width:768px) {
    .h_projects .title {
        min-height: 35px;
        padding: 0px 10px;
        font-size: 14px;
    }
}

@media(max-width:570px) {
    .h_projects1 {
        padding: 30px 0px;
    }

    .h_projects2 {
        margin-bottom: 30px;
    }
}



/* h_choose */

.h_choose {}

.h_choose .safe {
    display: flex;
    justify-content: flex-end;
    position: relative;
    overflow: hidden;
}

.h_choose .bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.h_choose .bg:hover {
    transform: scale(1.05);
}

.h_choose .wrap {
    position: relative;
    z-index: 10;
}

.h_choose .inner {
    width: 339px;
    height: 449px;
    background-color: #c8a063;
    margin-top: 73px;
    padding: 30px 18px 20px 37px;
    position: relative;
    display: none;
}

.h_choose .titlebox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 34px;
}

.h_choose .titlebox span {
    font-family: Poppins-Regular;
    font-size: 16px;
    line-height: 14px;
    letter-spacing: 4px;
    color: #ffffff;
    opacity: 0.5;
}

.h_choose .s_title {
    font-family: Gunplay;
    font-size: 30px;
    line-height: 30px;
    color: #ffffff;
    margin-bottom: 41px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.h_choose .s_title a {
    color: #fff;
}

.h_choose .s_title a:hover {
    text-decoration: underline;
}

.h_choose .content {
    font-family: Poppins-Regular;
    /*font-family: arial, helvetica, sans-serif !important;*/
    font-size: 14px;
    line-height: 26px;
    color: #ffffff;
    padding-left: 60px;
    hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*.h_choose .content p,*/
/*.h_choose .content span{*/
/*    font-family: arial, helvetica, sans-serif !important;*/
/*}*/

.h_choose .num {
    font-family: Gunplay;
    font-size: 67px;
    line-height: 28px;
    color: #ffffff;
    position: absolute;
    bottom: 27px;
    left: 36px;
}

.h_choose .r_box {
    width: 31.125%;
    min-height: 732px;
    z-index: 10;
    padding: 31px 44px 30px 55px;
    background-color: rgba(13, 35, 76, .9);
}

.h_choose .title50 {
    margin-bottom: 13px;
    color: #fff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.h_choose .title50 a {
    color: #fff;
}

.h_choose .title50 a:hover {
    color: #c8a063;
}

.h_choose .con {
    font-family: Poppins-Regular;
    font-size: 14px;
    line-height: 26px;
    color: #c0c0c0;
    margin-bottom: 46px;
}

.h_choose .con span {
    color: #c8a063;
}

.h_choose .list {
    font-family: Gunplay;
    font-size: 26px;
    line-height: 34px;
    color: #c0c0c0;
}

.h_choose .list li {
    margin-bottom: 28px;
    cursor: pointer;
}

.h_choose .list li:last-child {
    margin-bottom: 0;
}

.h_choose .list li span {
    margin-right: 8px;
}

.h_choose .active {
    color: #fff;
}

@media(max-width:1600px) {
    .h_choose .r_box {
        width: 31.125%;
        min-height: 700px;
        padding: 30px;
    }

    .h_choose .titlebox {
        margin-bottom: 25px;
    }

    .h_choose .s_title {
        font-size: 28px;
        line-height: 30px;
        margin-bottom: 25px;
    }

    .h_choose .content {
        padding-left: 0;
    }

    .h_choose .inner {
        width: 341px;
        height: 380px;
        margin-top: 73px;
        padding: 30px 18px 20px 30px;
    }

    .h_choose .con {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 30px;
    }

    .h_choose .list li {
        margin-bottom: 25px;
        cursor: pointer;
    }

    .h_choose .num {
        font-size: 58px;
        line-height: 28px;
        bottom: 27px;
        left: 36px;
    }

    .h_choose .list {
        font-family: Gunplay;
        font-size: 24px;
        line-height: 32px;
        color: #c0c0c0;
    }
}

@media(max-width:1333px) {
    .h_choose .r_box {
        width: 45.125%;
        min-height: 700px;
        padding: 25px;
    }

    .h_choose .inner {
        width: 341px;
        height: 360px;
        margin-top: 50px;
        padding: 30px 18px 20px 30px;
    }

    .h_choose .titlebox {
        margin-bottom: 15px;
    }

    .h_choose .s_title {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .h_choose .num {
        font-size: 50px;
        line-height: 28px;
        bottom: 27px;
        left: 36px;
    }

    .h_choose .list li {
        margin-bottom: 30px;
        cursor: pointer;
    }

    .h_choose .list {
        font-size: 22px;
        line-height: 32px;
    }
}

@media(max-width:999px) {
    .h_choose .bg {
        position: static;
    }

    .h_choose .inner {
        width: 100%;
        height: unset;
        margin-top: 0px;
        padding: 30px 18px 80px 30px;
    }

    .h_choose .titlebox span {
        font-size: 16px;
        line-height: 14px;
        letter-spacing: 2px;
        opacity: 0.5;
    }

    .h_choose .s_title {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 15px;
    }

    .h_choose .r_box {
        width: 100%;
        min-height: unset;
    }

    .h_choose .safe {
        flex-direction: column-reverse;
    }

    .h_choose .con {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 20px;
    }

    .h_choose .list li {
        margin-bottom: 16px;
    }

    .h_choose .num {
        font-size: 44px;
        line-height: 28px;
        bottom: 27px;
        left: 36px;
    }

    .h_choose .list {
        font-size: 20px;
        line-height: 30px;
    }
}

@media(max-width:768px) {
    .h_choose .inner {
        width: 100%;
        height: unset;
        margin-top: 0px;
        padding: 20px 20px 80px 20px;
    }

    .h_choose .titlebox {
        margin-bottom: 10px;
    }

    .h_choose .s_title {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .h_choose .num {
        font-size: 38px;
        line-height: 28px;
        bottom: 20px;
        left: 20px;
    }

    .h_choose .list {
        font-size: 18px;
        line-height: 28px;
    }

    .h_choose .list li {
        margin-bottom: 14px;
    }
}

@media(max-width:570px) {
    .h_choose .s_title {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .h_choose .num {
        font-size: 34px;
    }

    .h_choose .list {
        font-size: 16px;
        line-height: 26px;
    }

    .h_choose .list li {
        margin-bottom: 10px;
    }
}



/* news_center */

.news_center {
    padding: 103px 0px 160px;
}

.news_center .title50 {
    text-align: center;
    margin-bottom: 69px;
}

.news_center .imgbox {
    overflow: hidden;
}

.news_center .contact {
    padding: 16px 19px 22px 19px;
    background-color: #f2f2f2;
}

.news_center .databox {
    display: flex;
    align-items: center;
    margin-bottom: 9px;
}

.news_center .day {
    font-family: Gunplay;
    font-size: 57px;
    color: #c8a063;
    margin-right: 8px;
    transform: translateY(4px);
}

.news_center .data {
    font-family: Poppins-Regular;
    font-size: 16px;
    line-height: 28px;
    color: #999999;
}

.news_center .title {
    font-family: Poppins-Regular;
    font-size: 18px;
    line-height: 28px;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_center .title a {
    color: #333;
}

.news_center .title:hover,
.news_center .title a:hover {
    color: #c8a063;
}

.news_center .swiper-pagination {
    position: relative;
    margin-top: 40px;
}

.news_center .swiper-pagination-bullet-active {
    background-color: #0d234c;
}

@media(max-width:1600px) {
    .news_center {
        padding: 60px 0px;
    }

    .news_center .title50 {
        margin-bottom: 45px;
    }
}

@media(max-width:1333px) {
    .news_center {
        padding: 50px 0px;
    }

    .news_center .title50 {
        margin-bottom: 35px;
    }

    .news_center .day {
        font-size: 50px;
        margin-right: 8px;
        transform: translateY(4px);
    }

    .news_center .title {
        font-size: 16px;
        line-height: 26px;
    }
}

@media(max-width:999px) {
    .news_center {
        padding: 40px 0px;
    }

    .news_center .title50 {
        margin-bottom: 25px;
    }

    .news_center .day {
        font-size: 40px;
        margin-right: 8px;
        transform: translateY(4px);
    }

    .news_center .contact {
        padding: 15px;
    }
}

@media(max-width:768px) {

    .news_center .title50 {
        margin-bottom: 15px;
    }

    .news_center .swiper {
        padding-bottom: 45px;
    }

    .news_center .swiper-pagination-bullet-active {
        background-color: #c8a063;
    }

    .news_center .title {
        font-size: 14px;
        line-height: 24px;
    }

    .news_center .day {
        font-size: 35px;
        margin-right: 8px;
        transform: translateY(4px);
    }

    .news_center .swiper-pagination {
        margin-top: 30px;
    }

}

@media(max-width:570px) {
    .news_center {
        padding: 30px 0px;
    }
}


/* footer */

footer {
    padding: 41px 0px 25px;
    background-color: #0e0e0e;
}

footer .logo {
    flex-shrink: 0;
}

footer .logo a:hover {
    transform: scale(1.05);
}

footer .top {
    padding-bottom: 30px;
    margin-bottom: 37px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

footer .t-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

footer .t-nav .list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    transform: translateY(-4px);
}

footer .t-nav .list li {
    margin-right: 40px;
}

footer .t-nav .list li a {
    font-family: Poppins-Regular;
    font-size: 18px;
    color: #ffffff;
}

footer .t-nav .list li a:hover {
    text-decoration: underline;
}

footer .c-nav {
    display: flex;
    align-items: flex-start;
    padding-bottom: 66px;
}

footer .box1 {
    width: 25%;
}

footer .box2 {
    width: 25%;
}

footer .box3 {
    width: 25%;
}

footer .box4 {
    width: 25%;
}

footer .title {
    margin-bottom: 21px;
}

footer .title,
footer .title a {
    font-family: Gunplay;
    font-size: 20px;
    line-height: 36px;
    color: #ffffff;
}

footer .title a:hover {
    text-decoration: underline;
}

footer .box li {
    margin-bottom: 6px;
}

footer .box li,
footer .box li a {
    font-family: Poppins-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #bdbdbd;
}

footer .box li a:hover {
    color: #fff;
}

footer .email a {
    word-break: break-all;
}

footer .blogrolls {
    display: flex;
    flex-wrap: wrap;
}

footer .blogrolls a {
    color: #a1aab8;
    margin-right: 20px;
}

footer .blogrolls a:last-child {
    margin-right: 0;
}

footer .blogrolls a:hover {
    color: #fff;
}

footer .f_bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

footer .f_bottom .safe {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
}

footer .f_bottom .copyright {
    flex-wrap: wrap;
    width: 70%;
}

footer .f_bottom .copyright,
footer .f_bottom .copyright a {
    font-family: Poppins-Regular;
    font-size: 14px;
    color: #999999;
}

footer .f_bottom .copyright a {
    display: inline-block;
    margin-left: 8px;
}

footer .f_bottom .copyright a:hover {
    color: #fff;
}

footer .f_bottom .copyright img:hover {
    transform: scale(1.05);
}

footer .certifi {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 30%;
}

footer .certifi a:hover img {
    transform: scale(1.05);
}

footer .certifi a {
    margin-left: 30px;
}

footer .title i {
    display: none;
}

@media(max-width:1600px) {
    footer .t-nav .list {
        transform: unset;
    }

    footer .t-nav .list li {
        margin-right: 30px;
    }

    footer .top {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    footer .title {
        margin-bottom: 15px;
    }

    footer .c-nav {
        padding-bottom: 50px;
    }
}

@media(max-width:1333px) {
    footer .t-nav .list {
        transform: unset;
        width: 70%;
    }

    footer .t-nav .list li a {
        font-size: 16px;
    }

    footer .top {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    footer .title,
    footer .title a {
        font-size: 20px;
        line-height: 30px;
    }

    footer .title {
        margin-bottom: 10px;
    }

    footer .box li,
    footer .box li a {
        font-size: 16px;
        line-height: 26px;
    }

    footer .box li {
        padding-right: 3%;
        margin-bottom: 10px;
    }

    footer .c-nav {
        padding-bottom: 40px;
    }
}

@media(max-width:999px) {
    footer .t-nav {
        flex-direction: column;
    }

    footer .logo {
        margin-bottom: 16px;
    }

    footer .t-nav .list {
        transform: unset;
        width: 100%;
        text-align: center;
    }

    footer .top {
        padding-bottom: 0;
        border-bottom: unset;
        margin-bottom: 40px;
    }

    footer .c-nav {
        flex-direction: column;
        padding-bottom: 30px;
    }

    footer .box {
        width: 100% !important;
    }

    footer .box li:last-child {
        margin-bottom: 20px;
    }

    footer .title,
    footer .title a {
        font-size: 18px;
        line-height: 28px;
    }

    footer .box ul {
        display: none;
    }

    footer .f_bottom .safe {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        padding-top: 15px;
    }

    footer .f_bottom .copyright {
        width: 100%;
        margin-bottom: 15px;
    }

    footer .t-nav .list {
        justify-content: center;
    }

    footer .top {
        margin-bottom: 30px;
    }

    footer .title {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    footer .title i {
        font-weight: bold;
        display: block;
    }

    footer .c-nav .box ul {
        transition: none;
    }

    footer .box li {
        padding-right: 0;
    }

    footer .blogrolls {
        font-size: 18px;
    }

    footer {
        padding: 41px 0px 60px;
    }

    footer .certifi a {
        margin-left: 0;
        margin-right: 20px;
    }

    footer .certifi {
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
    }
}

@media(max-width:768px) {

    footer .box li,
    footer .box li a {
        font-size: 14px;
        line-height: 24px;
    }

    footer .certifi {
        width: 100%;
        justify-content: flex-start;
    }

    footer .certifi a {
        margin-left: 0px;
        margin-right: 25px;
    }

    footer .top {
        margin-bottom: 25px;
    }

    footer .c-nav {
        padding-bottom: 20px;
    }

    footer .blogrolls {
        font-size: 16px;
    }
}

@media(max-width:570px) {
    footer .t-nav .list {
        display: none;
    }

    footer .top {
        margin-bottom: 15px;
    }
}


/* page_banner1 */

.page_banner1 {
    position: relative;
}

.page_banner1 .safe {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: flex-end;
}

.page_banner1 .titlebox {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 35px;
}

.page_banner1 .title {
    font-family: Gunplay;
    font-size: 88px;
    color: #ffffff;
}

.page_banner1 .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 170px;
    height: 41px;
    border-radius: 21px;
    border: solid 1px #c8a063;
    font-family: Gunplay;
    font-size: 20px;
    color: #c8a063;
}

.page_banner1 .btn:hover {
    background-color: #c8a063;
    color: #fff;
}


.page_banner2 {
    position: relative;
}

.page_banner2 .safe {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    padding-bottom: 79px;
}

.page_banner2 .titlebox {
    text-align: right;
    margin-bottom: 142px;
}

.page_banner2 .title {
    font-family: Gunplay;
    font-size: 59px;
    color: #ffffff;
    margin-bottom: 20px;
}

.page_banner2 .con {
    font-family: Poppins-Regular;
    font-size: 30px;
    line-height: 28px;
    color: #ffffff;
}

.page_banner2 .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 170px;
    height: 41px;
    border-radius: 21px;
    border: solid 1px #c8a063;
    font-family: Gunplay;
    font-size: 20px;
    color: #c8a063;
}

.page_banner2 .btn:hover {
    background-color: #c8a063;
    color: #fff;
}

.page_banner3 {
    position: relative;
}

.page_banner3 .safe {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    padding-bottom: 50px;
}

.page_banner3 .titlebox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.page_banner3 .title {
    font-family: Gunplay;
    font-size: 88px;
    color: #ffffff;
}

.page_banner3 .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 170px;
    height: 41px;
    border-radius: 21px;
    border: solid 1px #c8a063;
    font-family: Gunplay;
    font-size: 20px;
    color: #c8a063;
}

.page_banner3 .btn:hover {
    background-color: #c8a063;
    color: #fff;
}

.page_banner3 .contact {
    margin-bottom: 120px;
    text-align: right;
}

.page_banner3 .tit1 {
    font-family: Gunplay;
    font-size: 59px;
    color: #ffffff;
    margin-bottom: 18px;
}

.page_banner3 .content {
    font-family: Poppins-Regular;
    font-size: 30px;
    line-height: 28px;
    color: #ffffff;
}


.page_banner4 {
    position: relative;
}

.page_banner4 .safe {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    padding-bottom: 112px;
}

.page_banner4 .titlebox {
    text-align: right;
    margin-bottom: 226px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.page_banner4 .title46 {
    color: #ffffff;
    margin-bottom: 1px;
}

.page_banner4 .con {
    font-family: Poppins-Regular;
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
    width: 50%;
    hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
}

.page_banner4 .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 170px;
    height: 41px;
    border-radius: 21px;
    border: solid 1px #c8a063;
    font-family: Gunplay;
    font-size: 20px;
    color: #c8a063;
}

.page_banner4 .btn:hover {
    background-color: #c8a063;
    color: #fff;
}

.page_banner5 {
    position: relative;
}

.page_banner5 .safe {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    padding-bottom: 73px;
}

.page_banner5 .titlebox {
    margin-bottom: 169px;
    width: 100%;
    text-align: left;
}

.page_banner5 .title46 {
    color: #fff;
}

.page_banner5 .crumb {
    padding-top: 24px;
}

.page_banner5 .crumb {
    text-align: left;
}

.page_banner5 .crumb,
.page_banner5 .crumb a {
    color: #fff;
}

.page_banner5 .crumb img {
    filter: brightness(100) !important;
}

.page_banner5 .crumb a:hover {
    color: unset;
    text-decoration: underline;
}

.page_banner5 .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 170px;
    height: 41px;
    border-radius: 21px;
    border: solid 1px #c8a063;
    font-family: Gunplay;
    font-size: 20px;
    color: #c8a063;
}

.page_banner5 .btn:hover {
    background-color: #c8a063;
    color: #fff;
}

.page_banner1 .bg,
.page_banner2 .bg,
.page_banner3 .bg,
.page_banner4 .bg,
.page_banner5 .bg {
    width: 100%;
}



@media(max-width:1600px) {
    .page_banner1 .title {
        font-size: 78px;
    }

    .page_banner1 .titlebox {
        width: 100%;
        padding-bottom: 25px;
    }

    .page_banner2 .safe {
        padding-bottom: 50px;
    }

    .page_banner2 .titlebox {
        margin-bottom: 100px;
    }

    .page_banner2 .title {
        font-size: 50px;
        margin-bottom: 18px;
    }

    .page_banner2 .con {
        font-size: 28px;
        line-height: 28px;
    }

    .page_banner3 .tit1 {
        font-size: 50px;
        margin-bottom: 18px;
    }

    .page_banner3 .content {
        font-size: 28px;
        line-height: 28px;
    }

    .page_banner3 .title {
        font-size: 78px;
    }

    .page_banner4 .safe {
        padding-bottom: 50px;
    }

    .page_banner4 .titlebox {
        margin-bottom: 100px;
    }

    .page_banner4 .con {
        font-size: 16px;
        line-height: 28px;
        width: 65%;
    }

    .page_banner5 .titlebox {
        margin-bottom: 50px;
    }

    .page_banner5 .crumb {
        padding-top: 15px;
    }

    .page_banner5 .safe {
        padding-bottom: 50px;
    }
}

@media(max-width:1333px) {
    
    .page_banner1 .title {
        font-size: 68px;
    }

    .page_banner1 .titlebox {
        width: 100%;
        padding-bottom: 15px;
    }

    .page_banner1 .btn {
        width: 150px;
        height: 40px;
        font-size: 18px;
    }

    .page_banner2 .title {
        font-size: 42px;
        margin-bottom: 18px;
    }

    .page_banner2 .con {
        font-size: 26px;
        line-height: 28px;
    }

    .page_banner2 .titlebox {
        margin-bottom: 50px;
    }

    .page_banner2 .btn {
        width: 160px;
        height: 40px;
        font-size: 18px;
    }

    .page_banner2 .title {
        font-size: 36px;
        margin-bottom: 15px;
    }

    .page_banner3 .tit1 {
        font-size: 40px;
        margin-bottom: 10px;
    }

    .page_banner3 .content {
        font-size: 26px;
        line-height: 28px;
    }

    .page_banner3 .title {
        font-size: 64px;
    }

    .page_banner3 .btn {
        width: 160px;
        height: 40px;
        font-size: 18px;
    }

    .page_banner3 .contact {
        margin-bottom: 40px;
    }
    .page_banner3 .safe{
        padding-bottom:20px;
    }
    .page_banner4 .titlebox {
        margin-bottom: 40px;
    }

    .page_banner4 .btn {
        width: 160px;
        height: 40px;
        font-size: 18px;
    }

    .page_banner4 .safe {
        padding-bottom: 40px;
    }
.page_banner5 .safe{
    padding-bottom:50px;
}
    .page_banner5 .titlebox {
        margin-bottom: 40px;
    }

    .page_banner5 .btn {
        width: 150px;
        height: 40px;
        border-radius: 21px;
        font-size: 18px;
    }
}

@media(max-width:999px) {
    .page_banner1 .title {
        font-size: 58px;
    }

    .page_banner1 {
        margin-top: 60px;
    }

    .page_banner1 .btn {
        width: 140px;
        height: 35px;
        font-size: 16px;
    }

    .page_banner2,
    .page_banner3 {
        margin-top: 60px;
    }
    .page_banner1 .safe{
        display:none;
    }
    .page_banner2 .con {
        font-size: 22px;
        line-height: 28px;
    }

    .page_banner2 .titlebox {
        margin-bottom: 40px;
    }

    .page_banner2 .btn {
        width: 150px;
        height: 35px;
        font-size: 16px;
    }

    .page_banner2 .title {
        font-size: 32px;
        margin-bottom: 15px;
    }

    .page_banner3 .tit1 {
        font-size: 34px;
        margin-bottom: 10px;
    }

    .page_banner3 .content {
        font-size: 24px;
        line-height: 28px;
    }

    .page_banner3 .title {
        font-size: 52px;
    }

    .page_banner3 .btn {
        width: 148px;
        height: 35px;
        font-size: 16px;
    }

    .page_banner3 .safe {
        padding-bottom: 40px;
        display:none;
    }

    .page_banner4 {
        margin-top: 60px;
    }

    .page_banner4 .titlebox {
        margin-bottom: 40px;
    }

    .page_banner4 .con {
        width: 80%;
    }

    .page_banner4 .btn {
        width: 150px;
        height: 35px;
        font-size: 16px;
    }
    
    .page_banner4 .safe{
        display:none;
    }

    .page_banner5 {
        margin-top: 60px;
    }

    .page_banner5 .btn {
        width: 130px;
        height: 35px;
        border-radius: 21px;
        font-size: 16px;
    }

    .page_banner5 .safe {
        display:none;
    }
    
}

@media(max-width:768px) {
    .page_banner1 .title {
        font-size: 48px;
    }

    .page_banner1 {
        margin-top: 50px;
    }

    .page_banner1 .bg,
    .page_banner2 .bg,
    .page_banner3 .bg {
        /*min-height: 220px;*/
        /*object-fit: cover;*/
    }

    .page_banner1 .btn {
        width: 140px;
        height: 35px;
        font-size: 14px;
    }

    .page_banner2,
    .page_banner3 {
        margin-top: 50px;
    }

    .page_banner2 .title {
        font-size: 26px;
        margin-bottom: 15px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .page_banner2 .safe {
        padding-bottom: 0px;
        justify-content: center;
    }

    .page_banner2 .titlebox {
        margin-bottom: 25px;
    }

    .page_banner2 .title {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .page_banner2 .con {
        font-size: 20px;
        line-height: 28px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .page_banner3 .contact {
        display: none;
    }

    .page_banner3 .btn {
        width: 140px;
        height: 35px;
        font-size: 14px;
    }

    .page_banner3 .title {
        font-size: 40px;
    }

    .page_banner3 .safe {
        align-items: center;
        justify-content: center;
        padding-bottom: 0px;
    }

    .page_banner4 {
        margin-top: 50px;
    }

    .page_banner4 .titlebox {
        margin-bottom: 30px;
    }

    .page_banner4 .con {
        width: 100%;
        font-size: 14px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .page_banner4 .bg {
        min-height: 220px;
    }

    .page_banner4 .btn {
        width: 130px;
        height: 35px;
        font-size: 14px;
    }

    .page_banner4 .safe {
        padding-bottom: 0;
        justify-content: center;
    }

    .page_banner5 {
        margin-top: 50px;
    }

    .page_banner5 .crumb {
        padding-top: 10px;
    }

    .page_banner5 .titlebox {
        margin-bottom: 30px;
    }

    .page_banner5 .bg {
        min-height: 220px;
        object-fit: cover;
    }

    .page_banner5 .btn {
        width: 110px;
        height: 35px;
        border-radius: 21px;
        font-size: 14px;
    }

    .page_banner5 .safe {
        padding-bottom: 0px;
        justify-content: center;
    }
}

@media(max-width:570px) {
    .page_banner1 .title {
        font-size: 38px;
    }

    .page_banner1 .titlebox {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .page_banner1 .title {
        margin-bottom: 10px;
    }

    .page_banner3 .title {
        font-size: 30px;
        margin-bottom: 15px;
    }

    .page_banner2 .con {
        font-size: 18px;
        line-height: 28px;
    }

    .page_banner3 .titlebox {
        flex-direction: column;
    }

}



/* crumb */

.crumb {
    padding-top: 19px;
}

.crumb .safe {}

.crumb .svgbox {
    margin-right: 5px;
    flex-shrink: 0;
    display: inline-block;
    transform: translateY(4px);
}

.crumb .svgbox img {
    filter: brightness(0);
}

.crumb,
.crumb a {
    font-family: Poppins-Regular;
    font-size: 16px;
    line-height: 28px;
    color: #666;
}

.crumb .active {
    color: #0d234c;
}

.crumb a:hover {
    color: #0d234c;
}


@media(max-width:999px) {
    .crumb {
        padding-top: 15px;
    }
}

@media(max-width:768px) {
    .crumb {
        padding-top: 10px;
    }

    .crumb,
    .crumb a {
        font-size: 14px;
        line-height: 26px;
    }
}


/* product_list */

.product_list {
    padding: 78px 0px 67px;
}

.product_list .wrap {
    display: flex;
    flex-wrap: wrap;
}

.product_list .inner {
    width: 48.3125%;
    margin-right: 3.1875%;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    margin-bottom: 27px;
}

.product_list .inner:nth-child(2n) {
    margin-right: 0;
}

.product_list .inner img:hover {
    transform: scale(1.05);
}

.product_list .txt {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-bottom: 27px;
    pointer-events: none;
}

.product_list .title {
    text-align: center;
    font-family: Gunplay;
    font-size: 30px;
    line-height: 28px;
    color: #ffffff;
    margin-bottom: 18px;
    padding: 0px 20px;
    pointer-events: all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product_list .title a {
    color: #ffffff;
}

.product_list .title a:hover {
    color: #c8a063;
}

.product_list .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 170px;
    height: 41px;
    background-color: #c8a063;
    border-radius: 21px;
    font-family: Gunplay;
    font-size: 20px;
    color: #ffffff;
    margin: 0 auto;
    pointer-events: all;
}

.product_list .btn:hover {
    background-color: #fff;
    color: #c8a063;
}

@media(max-width:1600px) {
    .product_list {
        padding: 60px 0px;
    }

    .product_list .title {
        font-size: 28px;
        line-height: 28px;
        margin-bottom: 15px;
        padding: 0px 20px;
    }
}

@media(max-width:1333px) {
    .product_list {
        padding: 50px 0px;
    }

    .product_list .title {
        font-size: 26px;
        line-height: 28px;
        margin-bottom: 15px;
        padding: 0px 15px;
    }

    .product_list .btn {
        width: 160px;
        height: 40px;
        font-size: 18px;
    }

    .product_list .txt {
        padding-bottom: 20px;
    }
}

@media(max-width:999px) {
    .product_list {
        padding: 40px 0px;
    }

    .product_list .title {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 10px;
        padding: 0px 15px;
    }

    .product_list .btn {
        width: 150px;
        height: 35px;
        font-size: 16px;
    }

    .product_list .txt {
        padding-bottom: 15px;
    }
}

@media(max-width:768px) {
    .product_list .title {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 10px;
        padding: 0px 15px;
    }

    .product_list .inner {
        border-radius: 10px;
    }

    .product_list .btn {
        width: 130px;
        height: 35px;
        font-size: 14px;
    }
}

@media(max-width:570px) {
    .product_list {
        padding: 30px 0px;
    }

    .product_list .title {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 10px;
        padding: 0px 15px;
    }
}

@media(max-width:500px) {
    .product_list .inner {
        width: 100%;
        margin-right: 0;
    }
}


/* main_promoted */

.main_promoted {
    margin-bottom: 120px;
}

.main_promoted .title40 {
    text-align: center;
    margin-bottom: 52px;
}

.main_promoted .box {
    display: flex;
    justify-content: center;
    position: relative;
}

.main_promoted .swiper {
    width: 74%;
    margin: 0 auto;
    overflow: visible;
}

.main_promoted .swiper-slide {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.main_promoted .swiper-slide img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.main_promoted .swiper-slide img:hover {
    transform: scale(1.05);
}

.main_promoted .swiper-slide::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(13, 35, 76, .6);
    opacity: 1;
    transition: .3s linear all;
}

.main_promoted .swiper-slide-active::after {
    opacity: 0;
    pointer-events: none;
}

.main_promoted .swiper-slide-active .shadow {
    opacity: 1;
}

.main_promoted .shadow {
    position: absolute;
    height: 76.24%;
    background-color: #c8a063;
    border-radius: 20px;
    width: 30.6587%;
    top: 51.5%;
    transform: translateY(-50%);
    right: 30px;
    padding: 17px 14px 17px 14px;
    opacity: 0;
    transition: .3s linear all;
}

.main_promoted .inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid rgba(255, 255, 255, 1);
    border-radius: 20px;
    padding: 43px 23px 45px 29px;
}

.main_promoted .title {
    font-family: Gunplay;
    font-size: 30px;
    line-height: 28px;
    color: #ffffff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 39px;
}

.main_promoted .title a {
    color: #ffffff;
}

.main_promoted .title:hover {
    text-decoration: underline;
}

.main_promoted .content {
    font-family: Poppins-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
    hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
}

.main_promoted .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 170px;
    height: 41px;
    border-radius: 21px;
    border: solid 1px #fff;
    font-family: Gunplay;
    font-size: 20px;
    color: #fff;
}

.main_promoted .btn:hover {
    background-color: #fff;
    color: #c8a063;
}

.main_promoted .btnbox i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 44px;
    height: 44px;
    border: solid 1px rgba(255, 255, 255, 0.8);
    opacity: 0.77;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.8);
    cursor: pointer;
}

.main_promoted .btnbox i:first-child {
    left: 50px;
}

.main_promoted .btnbox i:last-child {
    right: 50px;
}

.main_promoted .btnbox i:hover {
    background-color: #c8a063;
    color: rgba(255, 255, 255, 1);
    border: 1px solid #c8a063;
}

@media(max-width:1800px) {
    .main_promoted .title {
        font-size: 30px;
        line-height: 28px;
        margin-bottom: 30px;
    }
}

@media(max-width:1600px) {
    .main_promoted {
        margin-bottom: 60px;
    }

    .main_promoted .title40 {
        margin-bottom: 45px;
    }

    .main_promoted .inner {
        border-radius: 20px;
        padding: 30px 23px 30px 29px;
    }

    .main_promoted .title {
        font-size: 28px;
        margin-bottom: 20px;
    }
}

@media(max-width:1333px) {
    .main_promoted {
        margin-bottom: 50px;
    }

    .main_promoted .title40 {
        margin-bottom: 35px;
    }

    .main_promoted .title {
        font-size: 26px;
        margin-bottom: 15px;
    }

    .main_promoted .shadow {
        height: 90%;
        border-radius: 20px;
        width: 280px;
        top: 50%;
        right: 30px;
        padding: 17px 14px 17px 14px;
    }

    .main_promoted .inner {
        border-radius: 20px;
        padding: 20px;
    }

    .main_promoted .content {
        font-size: 16px;
        line-height: 28px;
        -webkit-line-clamp: 4;
    }

    .main_promoted .swiper {
        width: 80%;
        margin: 0 auto;
        overflow: visible;
    }

    .main_promoted .btnbox i:first-child {
        left: 0;
    }

    .main_promoted .btnbox i:last-child {
        right: 0;
    }

    .main_promoted .btn {
        width: 160px;
        height: 40px;
        border-radius: 21px;
        font-size: 18px;
    }
}

@media(max-width:999px) {
    .main_promoted {
        margin-bottom: 40px;
    }

    .main_promoted .title40 {
        margin-bottom: 25px;
    }

    .main_promoted .swiper {
        width: 100%;
        overflow: hidden;
        margin-bottom: 35px;
    }

    .main_promoted .shadow {
        position: static;
        transform: unset;
        width: 100%;
        opacity: 1 !important;
        height: auto;
    }

    .main_promoted .inner {
        border-radius: 0;
    }

    .main_promoted .shadow {
        border-radius: 0;
        padding: 0 !important;
    }

    .main_promoted .swiper-slide::after {
        display: none;
    }

    .main_promoted .swiper-slide {
        overflow: visible;
    }

    .main_promoted .swiper-slide img {
        height: auto;
    }

    .main_promoted .swiper-slide>a {
        overflow: hidden;
        display: inline-block;
    }

    .main_promoted .content {
        margin-bottom: 20px;
    }

    .main_promoted .title {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .main_promoted .btnbox {
        display: flex;
        justify-content: center;
    }

    .main_promoted .btnbox i {
        position: relative;
        transform: unset;
        left: unset;
        top: unset;
        color: #333;
        border: 1px solid #333;
    }

    .main_promoted .btnbox i:first-child {
        margin-right: 12px;
    }

    .main_promoted .box {
        flex-direction: column;
        justify-content: center;
    }

    .main_promoted .btn {
        width: 160px;
        height: 40px;
        border-radius: 21px;
        font-size: 16px;
    }
}

@media(max-width:768px) {
    .main_promoted .title40 {
        margin-bottom: 15px;
    }

    .main_promoted .title {
        font-size: 22px;
        margin-bottom: 5px;
    }

    .main_promoted .content {
        font-size: 14px;
        line-height: 26px;
    }

    .main_promoted .btn {
        width: 140px;
        height: 35px;
        font-size: 14px;
    }

    .main_promoted .swiper {
        margin-bottom: 20px;
    }
}

@media(max-width:570px) {
    .main_promoted {
        margin-bottom: 30px;
    }

    .main_promoted .title {
        font-size: 20px;
        margin-bottom: 5px;
    }
}



/* reason_choose */

.reason_choose1 {
    margin-bottom: 96px;
}

.reason_choose2 {
    margin-bottom: 84px;
}

.reason_choose .title40 {
    text-align: center;
    margin-bottom: 59px;
}

.reason_choose2 .title50 {
    text-align: center;
    margin-bottom: 63px;
}

.reason_choose .imgbox {
    margin-bottom: 49px;
}

.reason_choose .titlebox {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.reason_choose .title30 {
    width: 25%;
    padding-top: 13px;
}

.reason_choose .con {
    width: 69%;
    font-family: Poppins-Regular;
    font-size: 14px;
    line-height: 26px;
    color: #333333;
}

@media(max-width:1600px) {
    .reason_choose {
        margin-bottom: 60px !important;
    }

    .reason_choose .title40,
    .reason_choose2 .title50 {
        margin-bottom: 45px;
    }

    .reason_choose .imgbox {
        margin-bottom: 40px;
    }

    .reason_choose .title30 {
        width: 25%;
        padding-top: 5px;
    }
}

@media(max-width:1333px) {
    .reason_choose {
        margin-bottom: 50px !important;
    }

    .reason_choose .title40,
    .reason_choose2 .title50 {
        margin-bottom: 35px;
    }

    .reason_choose .imgbox {
        margin-bottom: 30px;
    }

    .reason_choose .title30 {
        width: 25%;
        padding-top: 0px;
    }
}

@media(max-width:999px) {
    .reason_choose {
        margin-bottom: 40px !important;
    }

    .reason_choose .title40,
    .reason_choose2 .title50 {
        margin-bottom: 25px;
    }

    .reason_choose .imgbox {
        margin-bottom: 20px;
    }

    .reason_choose .titlebox {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .reason_choose .title30 {
        width: 100%;
        margin-bottom: 15px;
    }

    .reason_choose .con {
        width: 100%;
    }
}

@media(max-width:768px) {

    .reason_choose .title40,
    .reason_choose2 .title50 {
        margin-bottom: 15px;
    }

    .reason_choose .imgbox {
        margin-bottom: 15px;
    }

    .reason_choose .title30 {
        margin-bottom: 10px;
    }
}

@media(max-width:570px) {
    .reason_choose {
        margin-bottom: 30px !important;
    }
}


/* products_entrance */

.products_entrance {
    padding: 69px 0px 45px;
}

.products_entrance .safe {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.products_entrance .l_box {
    width: 24%;
    padding-top: 2px;
}

.products_entrance .title40 {}

.products_entrance .r_box {
    width: 76%;
}

.products_entrance .txts {
    font-family: Poppins-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    margin-bottom: 17px;
    overflow: hidden;
}

.products_entrance .btnbox {
    display: flex;
    align-items: center;
}

.products_entrance .btnbox .btn {
    width: 119px;
    height: 42px;
    border-radius: 21px;
    border: solid 1px #c8a063;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Gunplay;
    font-size: 20px;
    color: #c8a063;
    cursor: pointer;
}

.products_entrance .btnbox .btn:first-child {
    margin-right: 18px;
}

.products_entrance .btnbox .btn:hover {
    background-color: #c8a063;
    color: #fff;
}


@media(max-width:1600px) {
    .products_entrance {
        padding: 50px 0px;
    }

}

@media(max-width:1333px) {
    .products_entrance .btnbox .btn {
        width: 119px;
        height: 40px;
        border-radius: 21px;
        font-size: 18px;
    }
}

@media(max-width:999px) {
    .products_entrance {
        padding: 40px 0px;
    }

    .products_entrance .safe {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .products_entrance .title40 {
        width: 100%;
        margin-bottom: 15px;
    }

    .products_entrance .l_box {
        padding-top: 0;
        width: 100%;
    }

    .products_entrance .r_box {
        width: 100%;
    }

    .products_entrance .btnbox .btn {
        width: 119px;
        height: 35px;
        border-radius: 21px;
        font-size: 16px;
    }
}

@media(max-width:768px) {
    .products_entrance .btnbox .btn {
        width: 100px;
        height: 35px;
        border-radius: 21px;
        font-size: 14px;
    }

    .products_entrance .txts {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 12px;
    }

}

@media(max-width:570px) {
    .products_entrance {
        padding: 30px 0px;
    }
}


/* product2_cate */

.product2_cate {
    margin-bottom: 79px;
}

.product2_cate .imgbox {
    margin-bottom: 60px;
}

.product2_cate ul {
    display: flex;
    flex-wrap: wrap;
}

.product2_cate ul li {
    margin: 10px 30px;
    font-family: Gunplay;
    font-size: 20px;
    color: #999;

}

.product2_cate ul li a {
    color: #999;
}

.product2_cate ul li a:hover {
    color: #c8a063;
}

.product2_cate ul .active a {
    color: #c8a063;
}

@media(max-width:1600px) {
    .product2_cate {
        margin-bottom: 60px;
    }

    .product2_cate .imgbox {
        margin-bottom: 50px;
    }
}

@media(max-width:1333px) {
    .product2_cate {
        margin-bottom: 50px;
    }

    .product2_cate .imgbox {
        margin-bottom: 40px;
    }

    .product2_cate ul li {
        margin: 5px 25px;
        font-size: 18px;
    }
}

@media(max-width:999px) {
    .product2_cate {
        margin-bottom: 40px;
    }

    .product2_cate .imgbox {
        margin-bottom: 30px;
    }

    .product2_cate ul li {
        margin: 5px 25px;
        font-size: 16px;
    }
}

@media(max-width:768px) {
    .product2_cate .imgbox {
        margin-bottom: 20px;
    }

    .product2_cate ul {
        flex-direction: column;
    }

    .product2_cate ul li {
        padding: 0;
        margin-bottom: 12px;
    }
}

@media(max-width:570px) {
    .product2_cate {
        margin-bottom: 30px;
    }
}


/* product2_list */

.product2_list {
    margin-bottom: 73px;
}

.product2_list .wrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 12px;
}

.product2_list .inner {
    width: 23.5%;
    margin-right: 2%;
    position: relative;
    margin-bottom: 48px;
}

.product2_list .inner:nth-child(4n) {
    margin-right: 0;
}

.product2_list .imgbox {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* .product2_list .imgbox:hover~.shadow {
    opacity: 1;
} */

.product2_list .contact {
    padding: 10px 20px 46px 20px;
}

.product2_list .title {
    font-family: Poppins-Regular;
    font-size: 18px;
    line-height: 28px;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    margin-bottom: 27px;
    min-height: 56px;
}

.product2_list .title a {
    color: #333333;
}

.product2_list .title:hover,
.product2_list .title a:hover {
    color: #c8a063;
}

.product2_list .btnbox {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-top: 10px;
}

.product2_list .btnbox::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #e5e5e5;
    width: 100%;
    height: 1px;
    display: inline-block;
}

.product2_list .btnbox .custom-checkbox {
    margin-right: 15px;
}

.product2_list .btn {
    font-family: Poppins-Regular;
    font-size: 16px;
    line-height: 28px;
    color: #333333;
}

.product2_list .btn:hover {
    color: #c8a063;
}

.product2_list .shadow {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(200, 160, 99, .9);
    top: 0;
    padding: 68px 37px 104px 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    opacity: 0;
    pointer-events: none;
    transition: .3s linear opacity;
}

.product2_list .title2 {
    font-family: Gunplay;
    font-size: 20px;
    line-height: 28px;
    color: #ffffff;
    margin-bottom: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product2_list .title2 a {
    color: #fff;
}

.product2_list .title2:hover {
    text-decoration: underline;
}

.product2_list .content2 {
    font-family: Poppins-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    margin-bottom: 60px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product2_list .btn2 {
    width: 137px;
    height: 42px;
    border-radius: 21px;
    border: solid 1px #fff;
    font-family: Gunplay;
    font-size: 20px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product2_list .btn2:hover {
    background-color: #fff;
    color: #c8a063;
}

.product2_list .act {
    opacity: 1;
    pointer-events: all;
}


/* 隐藏默认的复选框 */
.custom-checkbox input {
    display: none;
}

/* 创建自定义复选框的外观 */
.checkmark {
    height: 15px;
    width: 15px;
    background-color: #eee;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    border-radius: 0px;
    margin-right: 0px;
    cursor: pointer;
}

/* 当复选框被选中时改变样式 */
.custom-checkbox input:checked~.checkmark::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid #c8a063;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    cursor: pointer;
}


@media(max-width:1600px) {
    .product2_list {
        margin-bottom: 50px;
    }

    .product2_list .title {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .product2_list .contact {
        padding: 10px 20px 30px 20px;
    }

    .product2_list .title2 {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .product2_list .shadow {
        padding: 50px 30px 62px 30px;
    }

    .product2_list .content2 {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 30px;
    }
}

@media(max-width:1333px) {
    .product2_list .title {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 15px;
        min-height: 52px;
    }

    .product2_list .shadow {
        padding: 30px 25px 20px 25px;
    }

    .product2_list .title2 {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 9px;
    }

    .product2_list .content2 {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .product2_list .btn2 {
        width: 130px;
        height: 40px;
        font-size: 18px;
    }

    .product2_list .inner {
        width: 23.5%;
        margin-right: 2%;
        margin-bottom: 35px;
    }
}

@media(max-width:999px) {
    .product2_list {
        margin-bottom: 40px;
    }

    .product2_list .inner {
        width: 32%;
        margin-right: 2%;
    }

    .product2_list .inner:nth-child(4n) {
        margin-right: 2%;
    }

    .product2_list .inner:nth-child(3n) {
        margin-right: 0;
    }

    .product2_list .shadow {
        display: none;
    }

    .product2_list .wrap {
        margin-bottom: 30px;
    }
}

@media(max-width:768px) {
    .pagination .wrap {
        margin-bottom: 30px;
    }

    .product2_list .inner {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 25px;
    }

    .product2_list .inner:nth-child(3n) {
        margin-right: 2%;
    }

    .product2_list .inner:nth-child(2n) {
        margin-right: 0;
    }

    .product2_list .title {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 10px;
        min-height: 48px;
    }

    .product2_list .btn {
        font-size: 14px;
        line-height: 28px;
    }

    .product2_list .contact {
        padding: 10px 15px 10px 15px;
    }
}

@media(max-width:570px) {
    .product2_list {
        margin-bottom: 30px;
    }

    .product2_list .inner {
        margin-bottom: 20px;
    }
}

@media(max-width:400px) {
    .product2_list .inner {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 20px;
    }

    .product2_list .inner:last-child {
        margin-bottom: 0;
    }
}


/* pagination */

.pagination,
.pagination .safe {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.pagination1 {
    margin-bottom: 112px;
}

.pagination a {
    width: 36px;
    height: 30px;
    background-color: #ffffff;
    border: solid 1px #a7a7a7;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    font-family: Poppins-Regular;
    font-size: 14px;
    color: #666666;
}

.pagination .big {
    width: 79px;
}

.pagination .next {
    width: 61px;
}

.pagination a:hover {
    color: #fff;
    background-color: #c8a063;
    border: 1px solid #c8a063;
}

.pagination .active {
    color: #fff;
    background-color: #c8a063;
    border: 1px solid #c8a063;
}

.pagination .submit,
.pagination .sc {
    width: 138px;
    height: 30px;
    font-family: Poppins-Regular;
    font-size: 14px;
    color: #666666;
    cursor: pointer;
    background-color: #ffffff;
    border: solid 1px #a7a7a7;
}

.pagination .sc {
    width: 200px;
}

.pagination .submit:hover,
.pagination .sc:hover {
    background-color: #c8a063;
    border: 1px solid #c8a063;
    color: #fff;
}

@media(max-width:1600px) {
    .pagination1 {
        margin-bottom: 60px;
    }
}

@media(max-width:1333px) {
    .pagination1 {
        margin-bottom: 50px;
    }
}

@media(max-width:999px) {
    .pagination1 {
        margin-bottom: 40px;
    }
}

@media(max-width:768px) {

    .pagination a,
    .pagination .submit {
        margin-bottom: 5px;
    }
}

@media(max-width:570px) {
    .pagination1 {
        margin-bottom: 30px;
    }
}



/* product_fire */

.product_fire {
    padding: 68px 0px 68px;
}

.product_fire .box {
    display: flex;
    justify-content: space-between;
}

.product_fire .title40 {
    line-height: 57px;
}

.product_fire .l_box {
    width: 30%;
}

.product_fire .r_box {
    width: 70%;
}

.product_fire .con {
    font-family: Poppins-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    margin-bottom: 29px;
}

.product_fire .bottom {
    display: flex;
    align-items: center;
}

.product_fire .btnbox {
    display: flex;
    align-items: center;
    margin-right: 41px;
}

.product_fire .btnbox a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 167px;
    height: 42px;
    border-radius: 21px;
    border: solid 1px #c8a063;
    font-family: Gunplay;
    font-size: 20px;
    color: #c8a063;
}

.product_fire .btnbox a:first-child {
    margin-right: 46px;
}

.product_fire .btnbox a:hover {
    background-color: #c8a063;
    color: #fff;
}

.product_fire .sharebox {
    display: flex;
    align-items: center;
    font-family: Poppins-Regular;
    font-size: 16px;
    color: #999999;
}

.product_fire .sharebox span {
    margin-right: 5px;
}


@media(max-width:1600px) {
    .product_fire {
        padding: 60px 0px;
    }

    .product_fire .con {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .product_fire .btnbox a:first-child {
        margin-right: 30px;
    }

    .product_fire .l_box {
        padding-right: 3%;
    }

    .product_fire .title40 {
        line-height: unset;
    }
}

@media(max-width:1333px) {
    .product_fire {
        padding: 50px 0px;
    }

    .product_fire .btnbox a {
        width: 150px;
        height: 40px;
        font-size: 18px;
    }
}

@media(max-width:999px) {
    .product_fire {
        padding: 40px 0px;
    }

    .product_fire .box {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .product_fire .l_box {
        width: 100%;
        padding-right: 0;
        margin-bottom: 12px;
    }

    .product_fire .r_box {
        width: 100%;
    }

    .product_fire .btnbox a {
        width: 140px;
        height: 35px;
        font-size: 16px;
    }

    .product_fire .btnbox {
        margin-right: 30px;
    }
}

@media(max-width:768px) {
    .product_fire .bottom {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .product_fire .btnbox {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .product_fire .sharebox {
        font-size: 14px;
    }

    .product_fire .con {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 15px;
    }

    .product_fire .btnbox a:first-child {
        margin-right: 20px;
    }

    .product_fire .btnbox a {
        width: 140px;
        height: 35px;
        font-size: 14px;
    }
}

@media(max-width:570px) {
    .product_fire {
        padding: 30px 0px;
    }

    .product_fire .btnbox {
        margin-bottom: 0;
        flex-wrap: wrap;
    }

    .product_fire .btnbox a {
        margin-bottom: 15px;
    }
}


/* bgcolor */

.bgcolor {
    background-color: #eeeeef;
}

/* product_imgbox */

.product_imgbox {
    padding-bottom: 44px;
}

.product_imgbox img {
    min-height: 200px;
    object-fit: cover;
}

@media(max-width:999px) {
    .product_imgbox {
        padding-bottom: 40px;
    }
}

@media(max-width:570px) {
    .product_imgbox {
        padding-bottom: 30px;
    }
}


/* product_ul */

.product_ul {
    position: sticky;
    z-index: 1000000000000;
    top: 0;
}

.white-bg {
    background-color: #fff;
}

.product_ul .safe {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
}

.product_ul ul {
    width: 65%;
    display: flex;
    align-items: center;
}

.product_ul ul li {
    margin-right: 10.8%;
}

.product_ul ul li:last-child {
    margin-right: 0;
}

.product_ul ul li a {
    font-family: Gunplay;
    font-size: 20px;
    line-height: 28px;
    color: #333;
    min-height: 84px;
    padding: 0px 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product_ul ul li a:hover {
    color: #c8a063;
}

.product_ul .svgbox {
    flex-shrink: 0;
    margin-right: 15px;
    flex-shrink: 0;
}
.product_ul .svgbox img{
    width: 64px;
}
.product_ul .last {
    width: 27.1%;
    font-family: Poppins-Regular;
    font-size: 18px;
    line-height: 28px;
    color: #999;
    display: flex;
    align-items: center;
    text-align: center;
    padding-right: 2%;
}

.product_ul .con {
    color: #999;
}

.product_ul .con a {
    color: #999;
}

.product_ul .con a:hover {
    color: #c8a063;
}

@media(max-width:1600px) {
    .product_ul .last {
        width: 27.1%;
        font-size: 16px;
        line-height: 24px;
        padding-right: 2%;
    }

    .product_ul ul li {
        margin-right: 8%;
    }
}

@media(max-width:1333px) {
    .product_ul ul li a {
        font-size: 18px;
        line-height: 28px;
        min-height: 75px;
        padding: 0px 15px;
    }

    .product_ul .last {
        width: 35%;
        font-size: 16px;
        line-height: 24px;
        padding-right: 2%;
    }
}

@media(max-width:999px) {
    .product_ul .last {
        display: none;
    }

    .product_ul ul {
        width: 100%;
    }

    .product_ul ul li {
        padding-right: 0;
        width: 33.3%;
        margin-right: 0;
    }

    .product_ul ul li a {
        font-size: 18px;
        line-height: 28px;
        min-height: 60px;
        padding: 0px 15px;
    }
}

@media(max-width:768px) {
    .product_ul ul li a {
        font-size: 16px;
        line-height: 24px;
        min-height: 50px;
        padding: 0px 15px;
    }
}

@media(max-width:570px) {
    .product_ul {
        display: none;
    }
}


/* industrial_list */

.industrial_list {
    padding: 99px 0px 70px;
}

.industrial_list .title40 {
    text-align: center;
    margin-bottom: 41px;
}

.industrial_list .inner {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 64px;
}

.industrial_list .inner:last-child {
    margin-bottom: 0;
}

.industrial_list .in {
    width: 471px;
    height: 70.2%;
    /* background-color: #c8a063; */
    padding: 58px 34px 20px 54px;
    background-image: url(../images/1-2bg1.png);
    background-size: cover;
    background-position: center;
    position: absolute;
    right: 10.4375%;
    bottom: 0;
}

.industrial_list .inner:nth-child(2n) .in {
    right: unset;
    left: 10.4375%;
}

.industrial_list .inner img:hover {
    transform: scale(1.05);
}

.industrial_list .title {
    font-family: Gunplay;
    font-size: 24px;
    line-height: 36px;
    color: #ffffff;
    margin-bottom: 29px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.industrial_list .con {
    font-family: Poppins-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media(max-width:1600px) {
    .industrial_list {
        padding: 60px 0px;
    }

    .industrial_list .title {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 20px;
    }

    .industrial_list .in {
        width: 471px;
        height: 85%;
        padding: 50px 30px 20px 50px;
        right: 10%;
    }

    .industrial_list .inner {
        border-radius: 20px;
        margin-bottom: 50px;
    }

    .industrial_list .title40 {
        margin-bottom: 35px;
    }
}

@media(max-width:1333px) {
    .industrial_list {
        padding: 50px 0px;
    }

    .industrial_list .in {
        width: 50%;
        height: 90%;
        padding: 50px 30px 20px 50px;
        right: 5%;
    }

    .industrial_list .title {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 15px;
    }

    .industrial_list .in {
        width: 50%;
        height: auto;
        padding: 25px;
        right: 5%;
    }

    .industrial_list .con {
        font-size: 16px;
        line-height: 30px;
        -webkit-line-clamp: 6;
    }

    .industrial_list .in {
        background-color: #c8a063;
        background-image: unset;
    }

    .industrial_list .inner:nth-child(2n) .in {
        right: unset;
        left: 5%;
    }

    .industrial_list .inner {
        border-radius: 20px;
        margin-bottom: 40px;
    }

    .industrial_list .title40 {
        margin-bottom: 25px;
    }
}

@media(max-width:999px) {
    .industrial_list {
        padding: 40px 0px;
    }

    .industrial_list .in {
        position: static;
        width: 100%;
    }

    .industrial_list .title {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 6px;
    }

    .industrial_list .inner {
        border-radius: 10px;
        margin-bottom: 30px;
    }

    .industrial_list .title40 {
        margin-bottom: 15px;
    }

    .industrial_list .in {
        padding: 20px;
    }
}

@media(max-width:768px) {
    .industrial_list .con {
        font-size: 14px;
        line-height: 26px;
    }

    .industrial_list .title {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 6px;
    }

    .industrial_list .in {
        padding: 15px;
    }
}

@media(max-width:570px) {
    .industrial_list {
        padding: 30px 0px;
    }
}


/* certification_standard */

.certification_standard {
    padding-bottom: 52px;
}

.certification_standard .title40 {
    text-align: center;
    margin-bottom: 68px;
}

.certification_standard .box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.certification_standard .l_box {
    width: 40.8%;
    padding-top: 25px;
}

.certification_standard .con {
    font-family: Poppins-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    margin-bottom: 56px;
    hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
}

.certification_standard .btn {
    font-family: Gunplay;
    font-size: 20px;
    line-height: 28px;
    color: #c8a063;
}

.certification_standard .btn:hover {
    text-decoration: underline;
}

.certification_standard .r_box {
    width: 40.15%;
    padding-right: 53px;
    position: relative;
}

.certification_standard .r_box .swiper-slide {
    overflow: hidden;
}

.certification_standard .r_box img:hover {
    transform: scale(1.05);
}

.certification_standard .btnbox i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: solid 1px #999999;
    color: #999;
    border-radius: 50px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.certification_standard .btnbox i:first-child {
    left: -75px;
}

.certification_standard .btnbox i:last-child {
    right: -10px;
}

.certification_standard .btnbox i:hover {
    background-color: #c8a063;
    color: #fff;
}

@media(max-width:1600px) {
    .certification_standard {
        padding-bottom: 50px;
    }

    .certification_standard .title40 {
        margin-bottom: 50px;
    }
}

@media(max-width:1333px) {
    .certification_standard .title40 {
        margin-bottom: 40px;
    }

    .certification_standard .btnbox i:first-child {
        left: -60px;
    }

    .certification_standard .l_box {
        width: 48.8%;
        padding-top: 15px;
    }

    .certification_standard .btnbox i {
        width: 40px;
        height: 40px;
        border-radius: 50px;
        top: 50%;
        transform: translateY(-50%);
    }

    .certification_standard .con {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 40px;
    }
}

@media(max-width:999px) {
    .certification_standard {
        padding-bottom: 40px;
    }

    .certification_standard .title40 {
        margin-bottom: 30px;
    }

    .certification_standard .box {
        flex-direction: column;
    }

    .certification_standard .l_box {
        padding-top: 0;
        width: 100%;
        margin-bottom: 20px;
    }

    .certification_standard .r_box {
        width: 86%;
        padding-right: 0;
        margin: 0 auto;
    }

    .certification_standard .btnbox i:first-child {
        left: -50px;
    }

    .certification_standard .btnbox i:last-child {
        right: -50px;
    }

    .certification_standard .con {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 30px;
    }

    .certification_standard .btn {
        font-size: 18px;
        line-height: 28px;
    }
}

@media(max-width:768px) {
    .certification_standard .title40 {
        margin-bottom: 20px;
    }

    .certification_standard .swiper-slide img {
        width: 100%;
    }

    .certification_standard .con {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 20px;
    }

    .certification_standard .btn {
        font-size: 16px;
        line-height: 26px;
    }
}

@media(max-width:570px) {
    .certification_standard {
        padding-bottom: 30px;
    }
}


@media(max-width:450px) {
    .certification_standard .swiper {
        margin-bottom: 15px;
    }

    .certification_standard .btnbox {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .certification_standard .btnbox i {
        position: static;
        transform: unset;
    }

    .certification_standard .btnbox i:first-child {
        margin-right: 12px;
    }

    .certification_standard .r_box {
        width: 100%;
    }
}



/* technial_data */

.technial_data {
    padding-bottom: 98px;
}

.technial_data .title40 {
    text-align: center;
    margin-bottom: 51px;
}

.technial_data table {
    background-color: #fff;
    width: 100%;
}

.technial_data table tr:nth-child(odd) {
    background-color: #f3f3f3;
}

.technial_data table {
    border-collapse: collapse;
    border: 4px solid #fff;
    width: 100%;
    min-width: 700px;
    overflow: auto;
}

.technial_data .tablen {
    overflow: auto;
}

.technial_data table tr {
    color: #666666;
}

.technial_data table tr td {
    padding: 17px 20px;
    color: #333;
    font-size: 18px;
}

.technial_data table tr td:first-child {
    color: #333;
}

@media(max-width:1600px) {
    .technial_data {
        padding-bottom: 60px;
    }

    .technial_data .title40 {
        margin-bottom: 45px;
    }

    .technial_data table tr td {
        padding: 15px 15px;
        font-size: 18px;
    }
}

@media(max-width:1333px) {
    .technial_data .title40 {
        margin-bottom: 35px;
    }

    .technial_data table tr td {
        padding: 10px 10px;
        font-size: 16px;
    }
}

@media(max-width:999px) {
    .technial_data {
        padding-bottom: 50px;
    }

    .technial_data .title40 {
        margin-bottom: 25px;
    }
}

@media(max-width:768px) {
    .technial_data {
        padding-bottom: 40px;
    }

    .technial_data .title40 {
        margin-bottom: 15px;
    }

    .technial_data table tr td {
        padding: 10px 10px;
        font-size: 14px;
    }
}

@media(max-width:570px) {
    .technial_data {
        padding-bottom: 30px;
    }
}



/* technical_products */

.technical_products {
    padding-bottom: 75px;
}

.technical_products .title40 {
    text-align: center;
    margin-bottom: 47px;
}

.technical_products .swiper-slide {
    display: flex;
    justify-content: space-between;
}

.technical_products .box {
    position: relative;
    margin-bottom: 53px;
}

.technical_products .l_box {
    width: 55%;
    overflow: hidden;
}

.technical_products .title30 {
    margin-bottom: 20px;
}

.technical_products .s_title {
    font-family: Gunplay;
    font-size: 18px;
    color: #333333;
    margin-bottom: 29px;
}

.technical_products .content {
    font-family: Poppins-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}

.technical_products .r_box {
    width: 45%;
    padding: 114px 61px 30px 68px;
    background-color: #fff;
}

.technical_products .btnbox {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 15.5%;
    right: 35%;
    z-index: 10;
}

.technical_products .btnbox i {
    width: 44px;
    height: 44px;
    border: solid 1px #999999;
    color: #999;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: #fff;
}

.technical_products .btnbox i:first-child {
    margin-right: 10px;
}

.technical_products .btnbox i:hover {
    background-color: #c8a063;
    color: #fff;
}

.technical_products .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 170px;
    height: 41px;
    background-color: #c8a063;
    border-radius: 21px;
    font-family: Gunplay;
    font-size: 20px;
    color: #ffffff;
}

.technical_products .btn:hover {
    background-color: #fff;
    border: 1px solid #c8a063;
    color: #c8a063;
}

@media(max-width:1600px) {
    .technical_products {
        padding-bottom: 60px;
    }

    .technical_products .title40 {
        margin-bottom: 40px;
    }

    .technical_products .r_box {
        width: 45%;
        padding: 40px 40px 30px 40px;
    }

    .technical_products .s_title {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .technical_products .btnbox {
        bottom: 8%;
        right: 34%;
        z-index: 10;
    }

    .technical_products .box {
        margin-bottom: 40px;
    }
}

@media(max-width:1333px) {
    .technical_products {
        padding-bottom: 50px;
    }

    .technical_products .title40 {
        margin-bottom: 30px;
    }

    .technical_products .btnbox {
        position: static;
        transform: unset;
        justify-content: center;
    }

    .technical_products .swiper {
        margin-bottom: 40px;
    }

    .technical_products .r_box {
        width: 45%;
        padding: 30px;
    }

    .technical_products .s_title {
        margin-bottom: 10px;
    }

    .technical_products .l_box img {
        height: 100%;
        object-fit: cover;
    }

    .technical_products .box {
        margin-bottom: 30px;
    }

    .technical_products .btn {
        width: 150px;
        height: 40px;
        font-size: 18px;
    }
}

@media(max-width:999px) {
    .technical_products {
        padding-bottom: 40px;
    }

    .technical_products .title40 {
        margin-bottom: 20px;
    }

    .technical_products .swiper {
        margin-bottom: 30px;
    }

    .technical_products .btn {
        width: 150px;
        height: 40px;
        font-size: 16px;
    }

    .technical_products .swiper-slide {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .technical_products .box {
        width: 80%;
        margin: 0 auto;
    }

    .technical_products .l_box {
        width: 100%;
    }

    .technical_products .r_box {
        width: 100%;
    }

    .technical_products .btnbox {
        margin-bottom: 15px;
    }
}

@media(max-width:768px) {

    .technical_products .title40 {
        margin-bottom: 15px;
    }

    .technical_products .box {
        margin-bottom: 20px;
    }

    .technical_products .btn {
        width: 150px;
        height: 35px;
        font-size: 14px;
    }

    .technical_products .content {
        font-size: 14px;
        line-height: 26px;
    }

    .technical_products .box {
        width: 90%;
        margin: 0 auto;
    }

    .technical_products .r_box {
        padding: 20px;
    }
}

@media(max-width:570px) {
    .technical_products {
        padding-bottom: 30px;
    }

    .technical_products .box {
        width: 100%;
        margin: 0 auto;
    }
}



/* solution_list */

.solution_list1 {
    padding: 79px 0px 83px;
}

.solution_list2 {
    padding: 63px 0px 80px;
}

.solution_list2 .title50 {
    text-align: center;
    margin-bottom: 37px;
}

.solution_list .title40 {
    text-align: center;
    margin-bottom: 45px;
}

.solution_list .imgbox {
    overflow: hidden;
}

.solution_list .title {
    text-align: center;
    padding-top: 34px;
    font-family: Poppins-Regular;
    font-size: 18px;
    line-height: 30px;
    color: #333333;
}

.solution_list .swiper-pagination {
    position: relative;
    margin-top: 40px;
}

.solution_list .swiper-pagination-bullet-active {
    background-color: #0d234c;
}

@media(max-width:1600px) {
    .solution_list {
        padding: 60px 0px !important;
    }

    .solution_list .title40 {
        margin-bottom: 35px;
    }

    .solution_list .title {
        padding-top: 20px;
        font-size: 18px;
        line-height: 30px;
    }
}

@media(max-width:1333px) {
    .solution_list {
        padding: 50px 0px !important;
    }

    .solution_list .title40 {
        margin-bottom: 25px;
    }

    .solution_list .title {
        padding-top: 15px;
        font-size: 16px;
        line-height: 26px;
    }
}

@media(max-width:999px) {
    .solution_list {
        padding: 40px 0px !important;
    }

    .solution_list .title40 {
        margin-bottom: 25px;
    }

    .solution_list .swiper {
        padding-bottom: 40px;
    }

    .solution_list .swiper-pagination-bullet-active {
        background-color: #c8a063;
    }

    .solution_list .title {
        padding-top: 10px;
        font-size: 16px;
        line-height: 26px;
    }
}

@media(max-width:768px) {
    .solution_list .title40 {
        margin-bottom: 15px;
    }

    .solution_list .title {
        padding-top: 10px;
        font-size: 14px;
        line-height: 26px;
    }

    .solution_list .swiper-pagination {
        position: relative;
        margin-top: 30px;
    }
}

@media(max-width:570px) {
    .solution_list {
        padding: 30px 0px !important;
    }
}



/* related_products */

.related_products1 {
    margin-bottom: 47px;
}

.related_products2 {
    margin-bottom: 58px;
}

.related_products3 {
    padding: 57px 0px 91px;
}

.related_products .title50 {
    text-align: center;
    margin-bottom: 30px;
}

.related_products .swiper {
    margin-bottom: 60px;
}

.related_products .imgbox {
    overflow: hidden;
    border: solid 1px #d3d3d3;
}

.related_products .title {
    text-align: center;
    font-family: Poppins-Regular;
    font-size: 18px;
    line-height: 28px;
    color: #333333;
    padding: 36px 15px 0px 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.related_products .title a {
    color: #333;
}

.related_products .title:hover,
.related_products .title a:hover {
    color: #c8a063;
}

.related_products .btnbox {
    display: flex;
    justify-content: center;
}

.related_products .btnbox i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: solid 1px #999999;
    border-radius: 50px;
    cursor: pointer;
}

.related_products .btnbox i:first-child {
    margin-right: 14px;
}

.related_products .btnbox i:hover {
    background-color: #c8a063;
    color: #fff;
    border: 1px solid #c8a063;
}

.related_products .swiper-pagination {
    display: none;
}

@media(max-width:1600px) {
    .related_products3 {
        padding: 50px 0px;
    }

    .related_products .title {
        font-size: 18px;
        line-height: 28px;
        padding: 25px 15px 0px 15px;
    }

    .related_products .swiper {
        margin-bottom: 50px;
    }
}

@media(max-width:1333px) {
    .related_products .title {
        font-size: 16px;
        line-height: 28px;
        padding: 10px 10px 0px 10px;
    }

    .related_products .swiper {
        margin-bottom: 40px;
    }
}

@media(max-width:999px) {
    .related_products3 {
        padding: 40px 0px;
    }

    .related_products1,
    .related_products2 {
        margin-bottom: 40px;
    }

    .related_products .swiper {
        margin-bottom: 30px;
    }

    .related_products .btnbox {
        display: none;
    }

    .related_products .swiper {
        padding-bottom: 40px;
    }

    .related_products .swiper-pagination-bullet-active {
        background-color: #c8a063;
    }

    .related_products .swiper-pagination {
        display: block;
    }
}

@media(max-width:768px) {
    .related_products .swiper {
        margin-bottom: 20px;
    }

    .related_products .title {
        font-size: 14px;
        line-height: 26px;
        padding: 8px 8px 0px 8px;
    }
}

@media(max-width:570px) {

    .related_products1,
    .related_products2 {
        margin-bottom: 30px;
    }

    .related_products3 {
        padding: 30px 0px;
    }
}

/* contact_form */

.contact_form1 {
    margin-bottom: 94px;
}

.contact_form2 {
    padding: 81px 0px 78px;
}

.contact_form .title46 {
    text-align: center;
    margin-bottom: 37px;
}

.contact_form .inpbox1 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.contact_form .inp1 {
    width: 49.4%;
    margin-bottom: 30px;
    border-radius: 4px;
}

.contact_form .inp1 input {
    height: 70px;
    background-color: #f2f2f2;
    border-radius: 4px;
    width: 100%;
    padding: 0px 15px;
    font-family: Poppins-Regular;
    font-size: 16px;
    color: #333;
}

.contact_form .inp1 input::placeholder {
    color: #666;
}

.contact_form .inp2 .codebox {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 100px !important;
    height: 100%;
    background: #f3fbfe;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact_form .inp2 input {
    padding-right: 120px !important;
}

.contact_form .inpbox2 {
    margin-bottom: 29px;
    border-radius: 4px;
    overflow: hidden;
}

.contact_form .inpbox2 textarea {
    height: 211px;
    background-color: #f2f2f2;
    border-radius: 4px;
    width: 100%;
    font-family: Poppins-Regular;
    font-size: 16px;
    line-height: 26px;
    color: #666666;
}

.contact_form .must {
    position: relative;
}

.contact_form .must input {
    padding: 0px 27px;
}

.contact_form .must textarea {
    padding: 20px 25px;
    resize: none;
}

.contact_form .must::after {
    content: '*';
    color: #ff0000;
    position: absolute;
    left: 11px;
    top: 24px;
}

.contact_form .submit input {
    background-color: #c8a063;
    font-family: Poppins-Regular;
    font-size: 24px;
    color: #ffffff;
    cursor: pointer;
}

.contact_form .submit input:hover {
    background-color: #000;
}

.contact_form .m-formcountry i {
    right: 20px;
}

.contact_form .m-formcountry input {
    padding-right: 40px !important;
}

@media(max-width:1600px) {
    .contact_form1 {
        margin-bottom: 60px;
    }

    .contact_form2 {
        padding: 60px 0px;
    }

    .contact_form .inp1 input {
        height: 65px;
        border-radius: 4px;
        padding: 0px 15px;
        font-size: 16px;
    }

    .contact_form .inp1 {
        width: 49.4%;
        margin-bottom: 22px;
        border-radius: 4px;
    }

    .contact_form .must input {
        padding: 0px 27px;
    }

    .contact_form .inpbox2 {
        margin-bottom: 22px;
        border-radius: 4px;
    }
}

@media(max-width:1333px) {
    .contact_form1 {
        margin-bottom: 50px;
    }

    .contact_form2 {
        padding: 50px 0px;
    }

    .contact_form .inp1 input {
        height: 60px;
        border-radius: 4px;
        padding: 0px 15px;
        font-size: 16px;
    }

    .contact_form .must input {
        padding: 0px 20px;
    }

    .contact_form .must::after {
        left: 8px;
        top: 20px;
    }
}

@media(max-width:999px) {
    .contact_form1 {
        margin-bottom: 40px;
    }

    .contact_form2 {
        padding: 40px 0px;
    }

    .contact_form .title46 {
        margin-bottom: 30px;
    }

    .contact_form .inp1 input {
        height: 55px;
        border-radius: 4px;
        padding: 0px 15px;
        font-size: 16px;
    }

    .contact_form .must input {
        padding: 0px 20px;
    }

    .contact_form .inp1 {
        width: 49.4%;
        margin-bottom: 20px;
        border-radius: 4px;
    }

    .contact_form .inpbox2 {
        margin-bottom: 20px;
        border-radius: 4px;
    }
}

@media(max-width:768px) {
    .contact_form .title46 {
        margin-bottom: 20px;
    }

    .contact_form .inpbox2 textarea {
        height: 170px;
        border-radius: 4px;
        width: 100%;
        font-size: 14px;
        line-height: 26px;
    }

    .contact_form .inp1 {
        width: 49.4%;
        margin-bottom: 15px;
        border-radius: 4px;
    }

    .contact_form .inp1 input {
        height: 50px;
        border-radius: 4px;
        padding: 0px 15px;
        font-size: 14px;
    }

    .contact_form .must::after {
        left: 5px;
        top: 12px;
    }

    .contact_form .must textarea {
        padding: 10px 15px;
        resize: none;
    }

    .contact_form .must input {
        padding: 0px 20px;
    }

    .contact_form .inpbox2 {
        margin-bottom: 10px;
        border-radius: 4px;
    }
}

@media(max-width:570px) {
    .contact_form1 {
        margin-bottom: 30px;
    }

    .contact_form2 {
        padding: 30px 0px;
    }

    .contact_form .inpbox2 textarea {
        height: 150px;
    }
}

@media(max-width:500px) {
    .contact_form .inpbox1 {
        flex-direction: column;
    }

    .contact_form .inp1 {
        width: 100%;
        margin-bottom: 10px;
        border-radius: 4px;
    }
}


/* solution_case */

.solution_case {
    padding: 82px 0px 35px;
}

.solution_case .title50 {
    text-align: center;
    margin-bottom: 33px;
}

.solution_case .box {
    position: relative;
}

.solution_case .shadow {
    position: absolute;
    width: 623px;
    height: 405px;
    background-color: #ffffff;
    top: 55px;
    right: 13px;
    padding: 30px 37px 20px 37px;
}

.solution_case .s_title {
    font-family: Poppins-Regular;
    font-size: 16px;
    line-height: 28px;
    color: #c8a063;
    width: 135px;
    height: 42px;
    border-radius: 21px;
    border: solid 1px #c8a063;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 31px;
}

.solution_case .title30 {
    margin-bottom: 32px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.solution_case .content {
    font-family: Poppins-Regular;
    font-size: 16px;
    line-height: 28px;
    color: #666666;
    hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 52px;
}

.solution_case .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 135px;
    height: 41px;
    background-color: #c8a063;
    border-radius: 21px;
    font-family: Gunplay;
    font-size: 20px;
    color: #ffffff;
}

.solution_case .btn:hover {
    background-color: #fff;
    color: #c8a063;
    border: 1px solid #c8a063;
}

@media(max-width:1600px) {
    .solution_case {
        padding: 60px 0px 30px;
    }

    .solution_case .title50 {
        margin-bottom: 30px;
    }

    .solution_case .shadow {
        width: 623px;
        height: 405px;
        top: 50%;
        right: 10px;
        padding: 30px 30px 20px 30px;
        transform: translateY(-50%);
    }

    .solution_case .s_title {
        font-size: 16px;
        line-height: 28px;
        width: 135px;
        height: 42px;
        border-radius: 21px;
        margin-bottom: 20px;
    }

    .solution_case .content {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 40px;
    }
}

@media(max-width:1333px) {
    .solution_case {
        padding: 50px 0px 30px;
    }

    .solution_case .shadow {
        width: 520px;
        height: 330px;
        right: 10px;
        padding: 20px 20px 20px 20px;
    }

    .solution_case .s_title {
        font-size: 16px;
        line-height: 28px;
        width: 130px;
        height: 40px;
        border-radius: 21px;
        margin-bottom: 10px;
    }

    .solution_case .title30 {
        margin-bottom: 12px;
    }

    .solution_case .content {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 30px;
    }

    .solution_case .btn {
        width: 130px;
        height: 40px;
        font-size: 18px;
    }
}

@media(max-width:999px) {
    .solution_case {
        padding: 40px 0px 30px;
    }

    .solution_case .shadow {
        position: static;
        width: 100%;
        transform: unset;
    }

    .solution_case .shadow {
        padding: 0;
        padding-top: 20px;
        height: unset;
    }

    .solution_case .btn {
        width: 120px;
        height: 40px;
        font-size: 16px;
    }
}

@media(max-width:768px) {
    .solution_case .s_title {
        font-size: 14px;
        line-height: unset;
        width: 120px;
        height: 35px;
        border-radius: 21px;
        margin-bottom: 10px;
    }

    .solution_case .content {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 20px;
    }

    .solution_case .btn {
        width: 110px;
        height: 35px;
        font-size: 14px;
    }
}

@media(max-width:570px) {
    .solution_case {
        padding: 30px 0px 30px;
    }
}




/* solution_wrap */

.solution_wrap {
    margin-bottom: 82px;
}

.solution_wrap .wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 25px;
}

.solution_wrap .inner {
    width: 48.6875%;
    margin-right: 2.625%;
    margin-bottom: 50px;
}

.solution_wrap .inner:nth-child(2n) {
    margin-right: 0;
}

.solution_wrap .imgbox {
    overflow: hidden;
}

.solution_wrap .title {
    font-family: Gunplay;
    font-size: 30px;
    line-height: 28px;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    margin-bottom: 26px;
}

.solution_wrap .title a {
    color: #333;
}

.solution_wrap .title:hover,
.solution_wrap .title a:hover {
    color: #c8a063;
}

.solution_wrap .contact {
    padding-top: 35px;
}

.solution_wrap .content {
    font-family: Poppins-Regular;
    font-size: 16px;
    line-height: 28px;
    color: #666666;
    margin-bottom: 33px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.solution_wrap .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 135px;
    height: 42px;
    border-radius: 21px;
    border: solid 1px #c8a063;
    font-family: Gunplay;
    font-size: 20px;
    color: #c8a063;
}

.solution_wrap .btn:hover {
    background-color: #c8a063;
    color: #fff;
}

@media(max-width:1600px) {
    .solution_wrap {
        margin-bottom: 60px;
    }

    .solution_wrap .contact {
        padding-top: 30px;
    }

    .solution_wrap .title {
        font-size: 28px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .solution_wrap .content {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 30px;
    }

    .solution_wrap .inner {
        margin-bottom: 40px;
    }
}

@media(max-width:1333px) {
    .solution_wrap {
        margin-bottom: 50px;
    }

    .solution_wrap .contact {
        padding-top: 25px;
    }

    .solution_wrap .title {
        font-size: 26px;
        line-height: 28px;
        margin-bottom: 15px;
    }

    .solution_wrap .content {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 25px;
    }

    .solution_wrap .btn {
        width: 130px;
        height: 40px;
        font-size: 18px;
    }
}

@media(max-width:999px) {
    .solution_wrap {
        margin-bottom: 40px;
    }

    .solution_wrap .contact {
        padding-top: 20px;
    }

    .solution_wrap .title {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .solution_wrap .content {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .solution_wrap .inner {
        margin-bottom: 30px;
    }

    .solution_wrap .btn {
        width: 120px;
        height: 40px;
        font-size: 16px;
    }
}

@media(max-width:768px) {
    .solution_wrap .contact {
        padding-top: 15px;
    }

    .solution_wrap .title {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .solution_wrap .content {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 15px;
    }

    .solution_wrap .inner {
        margin-bottom: 20px;
    }

    .solution_wrap .btn {
        width: 110px;
        height: 35px;
        font-size: 14px;
    }
}

@media(max-width:570px) {
    .solution_wrap {
        margin-bottom: 30px;
    }

    .solution_wrap .title {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 10px;
    }
}

@media(max-width:500px) {
    .solution_wrap .inner {
        width: 100%;
        margin-right: 0%;
    }

    .solution_wrap .inner:nth-child(2n) {
        margin-right: 0;
    }
}




/*  */


/* main1_promoted */

.main1_promoted {
    margin-bottom: 139px;
}

.main1_promoted .title40 {
    text-align: center;
    margin-bottom: 52px;
}

.main1_promoted .box {
    display: flex;
    justify-content: center;
    position: relative;
}

.main1_promoted .swiper {
    width: 74%;
    margin: 0 auto;
    overflow: visible;
}

.main1_promoted .swiper-slide {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.main1_promoted .swiper-slide img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.main1_promoted .swiper-slide img:hover {
    transform: scale(1.05);
}

.main1_promoted .swiper-slide::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(13, 35, 76, .6);
    opacity: 1;
    transition: .3s linear all;
}

.main1_promoted .swiper-slide-active::after {
    opacity: 0;
    pointer-events: none;
}

.main1_promoted .swiper-slide-active .shadow {
    opacity: 1;
}

.main1_promoted .shadow {
    position: absolute;
    height: 76.24%;
    background-color: #c8a063;
    border-radius: 20px;
    width: 30.6587%;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    padding: 17px 14px 17px 14px;
    opacity: 0;
    transition: .3s linear all;
}

.main1_promoted .inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid rgba(255, 255, 255, 1);
    border-radius: 20px;
    padding: 40px 23px 50px 29px;
}

.main1_promoted .title {
    font-family: Gunplay;
    font-size: 30px;
    line-height: 28px;
    color: #ffffff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 50px;
}

.main1_promoted .title a {
    color: #ffffff;
}

.main1_promoted .title:hover {
    text-decoration: underline;
}

.main1_promoted .content {
    font-family: Poppins-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
    hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
}

.main1_promoted .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 170px;
    height: 41px;
    border-radius: 21px;
    border: solid 1px #fff;
    font-family: Gunplay;
    font-size: 20px;
    color: #fff;
}

.main1_promoted .btn:hover {
    background-color: #fff;
    color: #c8a063;
}

.main1_promoted .btnbox i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 44px;
    height: 44px;
    border: solid 1px rgba(255, 255, 255, 0.8);
    opacity: 0.77;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.8);
    cursor: pointer;
}

.main1_promoted .btnbox i:first-child {
    left: 50px;
}

.main1_promoted .btnbox i:last-child {
    right: 50px;
}

.main1_promoted .btnbox i:hover {
    background-color: #c8a063;
    color: rgba(255, 255, 255, 1);
    border: 1px solid #c8a063;
}

@media(max-width:1800px) {
    .main1_promoted .title {
        font-size: 30px;
        line-height: 28px;
        margin-bottom: 30px;
    }
}

@media(max-width:1600px) {
    .main1_promoted {
        margin-bottom: 60px;
    }

    .main1_promoted .title40 {
        margin-bottom: 45px;
    }

    .main1_promoted .inner {
        border-radius: 20px;
        padding: 30px 23px 30px 29px;
    }

    .main1_promoted .title {
        font-size: 28px;
        margin-bottom: 20px;
    }
}

@media(max-width:1333px) {
    .main1_promoted {
        margin-bottom: 50px;
    }

    .main1_promoted .title40 {
        margin-bottom: 35px;
    }

    .main1_promoted .title {
        font-size: 26px;
        margin-bottom: 15px;
    }

    .main1_promoted .shadow {
        height: 90%;
        border-radius: 20px;
        width: 280px;
        top: 50%;
        right: 30px;
        padding: 17px 14px 17px 14px;
    }

    .main1_promoted .inner {
        border-radius: 20px;
        padding: 20px;
    }

    .main1_promoted .content {
        font-size: 16px;
        line-height: 28px;
        -webkit-line-clamp: 4;
    }

    .main1_promoted .swiper {
        width: 80%;
        margin: 0 auto;
        overflow: visible;
    }

    .main1_promoted .btnbox i:first-child {
        left: 0;
    }

    .main1_promoted .btnbox i:last-child {
        right: 0;
    }

    .main1_promoted .btn {
        width: 160px;
        height: 40px;
        border-radius: 21px;
        font-size: 18px;
    }
}

@media(max-width:999px) {
    .main1_promoted {
        margin-bottom: 40px;
    }

    .main1_promoted .title40 {
        margin-bottom: 25px;
    }

    .main1_promoted .swiper {
        width: 100%;
        overflow: hidden;
        margin-bottom: 35px;
    }

    .main1_promoted .shadow {
        position: static;
        transform: unset;
        width: 100%;
        opacity: 1 !important;
        height: auto;
    }

    .main1_promoted .inner {
        border-radius: 0;
    }

    .main1_promoted .shadow {
        border-radius: 0;
        padding: 0 !important;
    }

    .main1_promoted .swiper-slide::after {
        display: none;
    }

    .main1_promoted .swiper-slide {
        overflow: visible;
    }

    .main1_promoted .swiper-slide img {
        height: auto;
    }

    .main1_promoted .swiper-slide>a {
        overflow: hidden;
        display: inline-block;
    }

    .main1_promoted .content {
        margin-bottom: 20px;
    }

    .main1_promoted .title {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .main1_promoted .btnbox {
        display: flex;
        justify-content: center;
    }

    .main1_promoted .btnbox i {
        position: relative;
        transform: unset;
        left: unset;
        top: unset;
        color: #333;
        border: 1px solid #333;
    }

    .main1_promoted .btnbox i:first-child {
        margin-right: 12px;
    }

    .main1_promoted .box {
        flex-direction: column;
        justify-content: center;
    }

    .main1_promoted .btn {
        width: 160px;
        height: 40px;
        border-radius: 21px;
        font-size: 16px;
    }
}

@media(max-width:768px) {
    .main1_promoted .title40 {
        margin-bottom: 15px;
    }

    .main1_promoted .title {
        font-size: 22px;
        margin-bottom: 5px;
    }

    .main1_promoted .content {
        font-size: 14px;
        line-height: 26px;
    }

    .main1_promoted .btn {
        width: 140px;
        height: 35px;
        font-size: 14px;
    }

    .main1_promoted .swiper {
        margin-bottom: 20px;
    }
}

@media(max-width:570px) {
    .main1_promoted {
        margin-bottom: 30px;
    }

    .main1_promoted .title {
        font-size: 20px;
        margin-bottom: 5px;
    }
}


/* solution2_list */

.solution2_list {
    padding: 115px 0px 83px;
}

.solution2_list .inner {
    display: flex;
    justify-content: space-between;
    margin-bottom: 81px;
}

.solution2_list .inner:nth-child(2n) {
    flex-direction: row-reverse;
}

.solution2_list .inner:last-child {
    margin-bottom: 0;
}

.solution2_list .l_box {
    width: 54%;
}

.solution2_list .r_box {
    width: 41%;
    padding-top: 140px;
}

.solution2_list .title30 {
    color: #333333;
    line-height: 58px;
    margin-bottom: 32px;
}

.solution2_list .con {
    font-family: Poppins-Regular;
    font-size: 16px;
    line-height: 28px;
    color: #666666;
}

.solution2_list .inner:nth-child(2n) .r_box {
    padding-top: 99px;
}

.solution2_list .inner:nth-child(2n) .title30 {
    margin-bottom: 15px;
}

@media(max-width:1600px) {
    .solution2_list {
        padding: 60px 0px;
    }

    .solution2_list .r_box {
        padding-top: 0 !important;
    }

    .solution2_list .inner {
        margin-bottom: 60px;
        align-items: center !important;
    }

    .solution2_list .title30 {
        line-height: unset;
        margin-bottom: 20px;
    }
}

@media(max-width:1333px) {
    .solution2_list {
        padding: 50px 0px;
    }

    .solution2_list .inner {
        margin-bottom: 50px;
    }
}

@media(max-width:999px) {
    .solution2_list {
        padding: 40px 0px;
    }

    .solution2_list .inner {
        margin-bottom: 40px;
    }
}

@media(max-width:768px) {
    .solution2_list .inner {
        margin-bottom: 25px;
        flex-direction: column !important;
        align-items: flex-start !important;
        justify-content: flex-start;
    }

    .solution2_list .l_box {
        width: 80%;
        margin-bottom: 20px;
    }

    .solution2_list .r_box {
        width: 100%;
    }

    .solution2_list .con {
        font-size: 14px;
        line-height: 26px;
    }

    .solution2_list .title30 {
        line-height: unset;
        margin-bottom: 10px;
    }
}

@media(max-width:570px) {
    .solution2_list {
        padding: 30px 0px;
    }

    .solution2_list .inner {
        margin-bottom: 20px;
    }

    .solution2_list .l_box {
        width: 90%;
        margin-bottom: 20px;
    }
}

@media(max-width:570px) {
    .solution2_list .l_box {
        width: 100%;
        margin-bottom: 20px;
    }
}


/* solutions_details */

.solutions_details {
    margin-bottom: 51px;
}

.solutions_details .content {
    font-family: Poppins-Regular;
    font-size: 16px;
    line-height: 28px;
    color: #666666;
}

@media(max-width:999px) {
    .solutions_details {
        margin-bottom: 40px;
    }
}

@media(max-width:768px) {
    .solutions_details .content {
        font-size: 14px;
        line-height: 26px;
    }
}

@media(max-width:570px) {
    .solutions_details {
        margin-bottom: 30px;
    }
}

/* page_control */

.page_control .safe {
    border-top: 1px solid rgba(0, 0, 0, .1);
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding: 24px 0px 38px;
}

.page_control .co {
    display: flex;
    align-items: center;
}

.page_control .co,
.page_control .co a {
    font-family: Gunplay;
    font-size: 20px;
    line-height: 28px;
    color: #333333;
}

.page_control .co:first-child {
    margin-bottom: 14px;
}

.page_control .co i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 31px;
    height: 30px;
    border: solid 1px #999999;
    border-radius: 50px;
    color: #999;
    font-size: 12px;
    margin-right: 15px;
}

.page_control .co a:hover {
    color: #c8a063;
}

@media(max-width:1600px) {
    .page_control .safe {
        padding: 25px 0px;
    }
}

@media(max-width:1333px) {
    .page_control .safe {
        padding: 22px 0px;
    }

    .page_control .co,
    .page_control .co a {
        font-size: 18px;
        line-height: 28px;
    }
}

@media(max-width:999px) {
    .page_control .safe {
        padding: 18px 0px;
    }

    .page_control .co,
    .page_control .co a {
        font-size: 16px;
        line-height: 28px;
    }
}

@media(max-width:768px) {
    .page_control .safe {
        padding: 15px 0px;
    }
}

@media(max-width:570px) {
    .page_control .safe {
        padding: 12px 0px;
    }
}


/* project_list */

.project_list {
    padding: 82px 0px 108px;
}

.project_list .title50 {
    margin-bottom: 40px;
    text-align: center;
}

.project_list .wrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0px;
}

.project_list .inner {
    width: 48.0625%;
    margin-right: 3.7375%;
    margin-bottom: 93px;
}

.project_list .inner:nth-child(2n) {
    margin-right: 0;
}

.project_list .imgbox {
    overflow: hidden;
}

.project_list .contact {
    padding: 30px 45px 39px 48px;
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.11);
}

.project_list .title {
    font-family: Gunplay;
    font-size: 24px;
    line-height: 28px;
    color: #333333;
    margin-bottom: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.project_list .title a {
    color: #333;
}

.project_list .title:hover,
.project_list .title a:hover {
    color: #c8a063;
}

.project_list .content {
    font-family: Poppins-Regular;
    font-size: 16px;
    line-height: 30px;
    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;
    min-height: 60px;
}

.project_list .pagination {
    transform: translateY(-13px);
}

@media(max-width:1600px) {
    .project_list {
        padding: 60px 0px;
    }

    .project_list .inner {
        width: 48.0625%;
        margin-right: 3.7375%;
        margin-bottom: 60px;
    }

    .project_list .title {
        font-size: 22px;
        line-height: 28px;
    }
}

@media(max-width:1333px) {
    .project_list {
        padding: 50px 0px;
    }

    .project_list .title50 {
        margin-bottom: 30px;
    }

    .project_list .inner {
        width: 48.0625%;
        margin-right: 3.7375%;
        margin-bottom: 50px;
    }

    .project_list .contact {
        padding: 30px;
    }

    .project_list .title {
        font-size: 20px;
        line-height: 28px;
    }
}

@media(max-width:999px) {
    .project_list {
        padding: 40px 0px;
    }

    .project_list .title {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 5px;
    }

    .project_list .title50 {
        margin-bottom: 20px;
    }

    .project_list .inner {
        width: 48.0625%;
        margin-right: 3.7375%;
        margin-bottom: 40px;
    }

    .project_list .contact {
        padding: 20px;
    }
}

@media(max-width:768px) {
    .project_list .title50 {
        margin-bottom: 15px;
    }

    .project_list .content {
        font-size: 14px;
        line-height: 26px;
        min-height: 52px;
    }

    .project_list .inner {
        width: 48.0625%;
        margin-right: 3.7375%;
        margin-bottom: 30px;
    }

    .project_list .wrap {
        margin-bottom: 20px;
    }
}

@media(max-width:570px) {
    .project_list {
        padding: 30px 0px;
    }
}

@media(max-width:500px) {
    .project_list .inner {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
}


/* our_quality */

.our_quality {
    padding: 120px 0px 118px;
}

.our_quality .title46 {
    text-align: center;
    margin-bottom: 31px;
}

.our_quality .content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 55px;
}

.our_quality .l_box {
    width: 48.5%;
    font-family: Gunplay;
    font-size: 20px;
    line-height: 36px;
    color: #333333;
}

.our_quality .r_box {
    width: 48.5%;
    font-family: Poppins-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}

.our_quality .videobox {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.our_quality .video {
    position: absolute;
}

.our_quality .video .playBtn {
    position: relative;
    width: 91px;
    height: 91px;
    cursor: pointer;
}


.our_quality .video .playBtn div {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    z-index: 1;
    border-width: 0.5px;
    border-style: solid;
    border-color: #fff;
    opacity: 0;
    animation: circles 3.2s linear 0s infinite;
    animation-play-state: running;
}



.our_quality .video .playBtn .circle1 {
    animation-delay: 0.8s;
}

.our_quality .video .playBtn .circle2 {
    animation-delay: 1.6s;
}

.our_quality .video .playBtn .circle3 {
    animation-delay: 2.4s;
}


@keyframes circles {
    0% {
        transform: scale(1);
        opacity: 0;
    }

    20% {
        transform: scale(1.28);
        opacity: 0.5;
    }

    100% {
        transform: scale(2.2);
        opacity: 0;
    }
}

@media(max-width:1600px) {
    .our_quality {
        padding: 60px 0px;
    }

    .our_quality .content {
        margin-bottom: 50px;
    }

    .our_quality .l_box {
        width: 48.5%;
        font-size: 20px;
        line-height: 34px;
    }
}

@media(max-width:1333px) {
    .our_quality {
        padding: 50px 0px;
    }

    .our_quality .content {
        margin-bottom: 40px;
    }

    .our_quality .l_box {
        width: 48.5%;
        font-size: 20px;
        line-height: 32px;
    }
}

@media(max-width:999px) {
    .our_quality .content {
        margin-bottom: 30px;
    }

    .our_quality .content {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .our_quality .l_box {
        width: 100%;
        margin-bottom: 20px;
        font-size: 18px;
        line-height: 28px;
    }

    .our_quality .r_box {
        width: 100%;
    }

    .our_quality .r_box {
        font-size: 14px;
        line-height: 26px;
    }

    .our_quality .title46 {
        margin-bottom: 20px;
    }

    .our_quality .video .playBtn {
        width: 80px;
        height: 80px;
    }
}

@media(max-width:768px) {
    .our_quality {
        padding: 40px 0px;
    }

    .our_quality .content {
        margin-bottom: 20px;
    }

    .our_quality .title46 {
        margin-bottom: 15px;
    }

    .our_quality .l_box {
        width: 100%;
        margin-bottom: 15px;
        font-size: 16px;
        line-height: 26px;
    }

    .our_quality .videobox>img {
        min-height: 220px;
        object-fit: cover;
    }

    .our_quality .video .playBtn {
        width: 70px;
        height: 70px;
    }
}

@media(max-width:570px) {
    .our_quality {
        padding: 30px 0px;
    }

    .our_quality .video .playBtn {
        width: 60px;
        height: 60px;
    }
}



/* master_core */

.master_core {
    margin-bottom: 121px;
}

.master_core .title46 {
    text-align: center;
    margin-bottom: 57px;
}

.master_core .wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.master_core .inner {
    width: 17.883%;
    margin-right: 1.302%;
    height: 686px;
    position: relative;
    cursor: pointer;
}

.master_core .inner:last-child {
    margin-right: 0;
}

.master_core .inner::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .2);
}

.master_core .inner img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.master_core .contact {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 0px 15px 27px 15px;
    z-index: 10;
}

.master_core .num {
    width: 89px;
    height: 89px;
    background-color: #c8a063;
    font-family: Gunplay;
    font-size: 36px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    margin-bottom: 44px;
}

.master_core .title {
    font-family: Gunplay;
    font-size: 26px;
    line-height: 28px;
    color: #ffffff;
}

.master_core .active {
    width: 61.302% !important;
}

.master_core .active .contact {
    display: none;
}

.master_core .active .shadow {
    display: block;
}

.master_core .shadow {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0px 150px 61px 36px;
    display: none;
    z-index: 10;
}

.master_core .num1 {
    width: 89px;
    height: 88px;
    background-color: #c8a063;
    font-family: Gunplay;
    font-size: 36px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    margin-bottom: 57px;
}

.master_core .title1 {
    font-family: Gunplay;
    font-size: 32px;
    line-height: 28px;
    color: #ffffff;
    margin-bottom: 47px;
}

.master_core .content {
    font-family: Poppins-Regular;
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
    hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    /* display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis; */
}

@media(max-width:1600px) {
    .master_core {
        margin-bottom: 60px;
    }

    .master_core .title46 {
        margin-bottom: 50px;
    }

    .master_core .shadow {
        padding: 0px 60px 50px 30px;
    }

    .master_core .title1 {
        font-size: 32px;
        line-height: 36px;
        margin-bottom: 30px;
    }

    .master_core .num1 {
        width: 80px;
        height: 80px;
        font-size: 34px;
        border-radius: 50px;
        margin-bottom: 40px;
    }

    .master_core .num {
        width: 80px;
        height: 80px;
        font-size: 34px;
        border-radius: 50px;
        margin-bottom: 40px;
    }

    .master_core .title {
        font-size: 24px;
        line-height: 28px;
    }

    .master_core .inner {
        width: 17.883%;
        margin-right: 1.302%;
        height: 600px;
    }
}

@media(max-width:1333px) {
    .master_core {
        margin-bottom: 50px;
    }

    .master_core .title46 {
        margin-bottom: 40px;
    }

    .master_core .inner {
        width: 17.883%;
        margin-right: 1.302%;
        height: 500px;
    }

    .master_core .num1 {
        width: 70px;
        height: 70px;
        font-size: 30px;
        border-radius: 50px;
        margin-bottom: 30px;
    }

    .master_core .num {
        width: 70px;
        height: 70px;
        font-size: 30px;
        border-radius: 50px;
        margin-bottom: 30px;
    }

    .master_core .title1 {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 20px;
    }

    .master_core .content {
        font-size: 16px;
        line-height: 28px;
    }

    .master_core .shadow {
        padding: 0px 40px 40px 30px;
    }

    .master_core .title {
        font-size: 22px;
        line-height: 28px;
    }
}

@media(max-width:999px) {
    .master_core .title46 {
        margin-bottom: 30px;
    }

    .master_core .wrap {
        flex-direction: column;
    }

    .master_core .inner {
        width: 100% !important;
        height: auto;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .master_core .inner:last-child {
        margin-bottom: 0;
    }

    .master_core .contact {
        display: none !important;
    }

    .master_core .shadow {
        display: block !important;
    }

    .master_core .num1 {
        width: 60px;
        height: 60px;
        font-size: 26px;
        border-radius: 50px;
        margin-bottom: 20px;
    }

    .master_core .title1 {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .master_core .shadow {
        padding: 100px 30px 30px 30px;
    }

    .master_core .inner img {
        position: absolute;
    }

    .master_core .shadow {
        position: relative;
    }
}

@media(max-width:768px) {
    .master_core {
        margin-bottom: 40px;
    }

    .master_core .title46 {
        margin-bottom: 20px;
    }

    .master_core .shadow {
        padding: 80px 20px 20px 20px;
    }

    .master_core .title1 {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .master_core .content {
        font-size: 14px;
        line-height: 26px;
    }

    .master_core .num1 {
        width: 50px;
        height: 50px;
        font-size: 20px;
        border-radius: 50px;
        margin-bottom: 15px;
    }
}

@media(max-width:570px) {
    .master_core {
        margin-bottom: 30px;
    }

    .master_core .title46 {
        margin-bottom: 15px;
    }
}


/* innp_technology */

.innp_technology {
    padding: 112px 0px 160px;
    background-color: #1f3256;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right top;
}

.innp_technology .title46 {
    color: #fff;
    margin-bottom: 66px;
}

.innp_technology .box {
    padding-bottom: 130px;
}

.innp_technology .swiper-slide {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.innp_technology .l_box {
    width: 48.657%;
    box-shadow: 0px 0px 29px 0px rgba(255, 255, 255, 0.72);
    border: solid 4px #ffffff;
}

.innp_technology .r_box {
    width: 48.2%;
    padding-top: 57px;
}

.innp_technology .title {
    font-family: Gunplay;
    font-size: 30px;
    line-height: 28px;
    color: #ffffff;
    margin-bottom: 17px;
}

.innp_technology .content {
    font-family: Poppins-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
}

.innp_technology .btnbox {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 10%;
    right: 41.5%;
    z-index: 10;
}

.innp_technology .btnbox i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: solid 1px #999999;
    opacity: 0.77;
    border-radius: 50px;
    color: #999;
    cursor: pointer;
}

.innp_technology .btnbox i:first-child {
    margin-right: 14px;
}

.innp_technology .btnbox i:hover {
    background-color: #fff;
    color: #1f3256;
    opacity: 1;
}

.innp_technology .swiper {
    overflow: visible;
}

.innp_technology .swiper-slide {
    opacity: 0;
    transition: .3s linear opacity;
}

.innp_technology .swiper-slide-active {
    opacity: 1;
}

@media(max-width:1600px) {
    .innp_technology {
        padding: 70px 0px;
    }

    .innp_technology .btnbox {
        position: static;
        transform: unset;
    }

    .innp_technology .swiper {
        margin-bottom: 25px;
    }

    .innp_technology .title46 {
        margin-bottom: 50px;
    }

    .innp_technology .r_box {
        padding-top: 40px;
    }

    .innp_technology .title {
        font-size: 28px;
        line-height: 28px;
        margin-bottom: 15px;
    }
}

@media(max-width:1333px) {
    .innp_technology {
        padding: 60px 0px;
    }

    .innp_technology .title46 {
        margin-bottom: 40px;
    }

    .innp_technology .r_box {
        padding-top: 0px;
    }

    .innp_technology .title {
        font-size: 26px;
        line-height: 28px;
        margin-bottom: 15px;
    }

    .innp_technology .r_box {
        padding-top: 0px;
        width: 100%;
    }

    .innp_technology .l_box {
        float: left;
        margin-right: 20px;
        margin-bottom: 20px;
    }

    .innp_technology .swiper-slide {
        display: unset;
    }
}

@media(max-width:999px) {
    .innp_technology {
        padding: 50px 0px;
    }

    .innp_technology .title46 {
        margin-bottom: 30px;
    }

    .innp_technology .r_box {
        padding-top: 0px;
        width: 100%;
    }

    .innp_technology .title {
        font-size: 24px;
        line-height: 25px;
        margin-bottom: 15px;
    }


}

@media(max-width:768px) {
    .innp_technology {
        padding: 50px 0px;
    }

    .innp_technology .title46 {
        margin-bottom: 20px;
    }

    .innp_technology .title {
        font-size: 22px;
        line-height: 24px;
        margin-bottom: 15px;
    }

    .innp_technology .content {
        font-size: 14px;
        line-height: 26px;
    }

    .innp_technology .btnbox i {
        width: 40px;
        height: 40px;
    }
}

@media(max-width:570px) {
    .innp_technology {
        padding: 50px 0px;
    }

    .innp_technology .title46 {
        margin-bottom: 15px;
    }

    .innp_technology .title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 15px;
    }

    .innp_technology .l_box {
        float: unset;
        width: 100%;
        margin-bottom: 20px;
    }
}


/* certifi_standards */

.certifi_standards {
    padding: 117px 0px 58px;
    background-color: #f6f6f8;
}

.certifi_standards .title46 {
    text-align: center;
    margin-bottom: 101px;
}

.certifi_standards .swiper {
    margin-bottom: 42px;
}

.certifi_standards .swiper-slide {
    overflow: hidden;
}

.certifi_standards .btnbox {
    display: flex;
    justify-content: center;
}

.certifi_standards .btnbox i {
    width: 44px;
    height: 44px;
    border: solid 1px #999999;
    opacity: 0.77;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.certifi_standards .btnbox i:first-child {
    margin-right: 14px;
}

.certifi_standards .btnbox i:hover {
    background-color: #1f3256;
    color: #fff;
    border: 1px solid #1f3256;
    opacity: 1;
}

@media(max-width:1600px) {
    .certifi_standards {
        padding: 70px 0px;
    }

    .certifi_standards .title46 {
        margin-bottom: 50px;
    }

    .certifi_standards .swiper {
        margin-bottom: 30px;
    }
}

@media(max-width:1333px) {
    .certifi_standards {
        padding: 60px 0px;
    }

    .certifi_standards .title46 {
        margin-bottom: 30px;
    }

    .certifi_standards .swiper-slide img {
        width: 100%;
    }
}

@media(max-width:999px) {
    .certifi_standards {
        padding: 50px 0px;
    }

    .certifi_standards .title46 {
        margin-bottom: 30px;
    }

    .certifi_standards .swiper {
        margin-bottom: 20px;
    }
}

@media(max-width:768px) {
    .certifi_standards {
        padding: 40px 0px;
    }

    .certifi_standards .title46 {
        margin-bottom: 20px;
    }

    .certifi_standards .btnbox i {
        width: 40px;
        height: 40px;
    }
}

@media(max-width:570px) {
    .certifi_standards {
        padding: 40px 0px;
    }
}


/* industrial_repution */

.industrial_repution {
    padding: 80px 0px 76px;
}

.industrial_repution .title46 {
    text-align: center;
    margin-bottom: 87px;
}

.industrial_repution .box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.industrial_repution .l_box {
    width: 43%;
}

.industrial_repution .title30 {
    margin-bottom: 21px;
}

.industrial_repution .con {
    font-family: Poppins-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    margin-bottom: 27px;
    hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
}

.industrial_repution .con:last-child {
    margin-bottom: 0;
}

.industrial_repution .con p {
    padding-left: 30px;
}

.industrial_repution .con strong {
    font-weight: unset;
    font-family: Gunplay;
    font-size: 22px;
    line-height: 28px;
    color: #333333;
    margin-bottom: 10px;
    display: inline-block;
    position: relative;
}

.industrial_repution .con strong::after {
    content: "";
    position: absolute;
    left: -25px;
    top: 8px;
    width: 8px;
    height: 8px;
    background-color: #c8a063;
    border-radius: 50px;
}

.industrial_repution .r_box {
    width: 54.55%;
    padding-top: 36px;
}

.industrial_repution .swiper {
    margin-bottom: 38px;
}

.industrial_repution .swiper-slide {
    overflow: hidden;
}

.industrial_repution .btnbox {
    display: flex;
    justify-content: center;
}

.industrial_repution .btnbox i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: solid 1px #999999;
    opacity: 0.77;
    border-radius: 50px;
    cursor: pointer;
}

.industrial_repution .btnbox i:first-child {
    margin-right: 14px;
}

.industrial_repution .btnbox i:hover {
    background-color: #1f3256;
    color: #fff;
    border: 1px solid #1f3256;
    opacity: 1;
}

@media(max-width:1600px) {
    .industrial_repution {
        padding: 70px 0px;
    }

    .industrial_repution .title46 {
        margin-bottom: 50px;
    }

    .industrial_repution .r_box {
        padding-top: 0;
    }

    .industrial_repution .title30 {
        margin-bottom: 20px;
    }

    .industrial_repution .con {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 20px;
    }
}

@media(max-width:1333px) {
    .industrial_repution {
        padding: 60px 0px;
    }

    .industrial_repution .title46 {
        margin-bottom: 40px;
    }

    .industrial_repution .swiper {
        margin-bottom: 25px;
    }

    .industrial_repution .con strong {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 5px;
    }
}

@media(max-width:999px) {
    .industrial_repution {
        padding: 50px 0px;
    }

    .industrial_repution .title46 {
        margin-bottom: 30px;
    }

    .industrial_repution .box {
        flex-direction: column;
    }

    .industrial_repution .l_box {
        width: 100%;
        margin-bottom: 20px;
    }

    .industrial_repution .r_box {
        width: 100%;
    }

    .industrial_repution .con {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 15px;
    }
}

@media(max-width:768px) {
    .industrial_repution {
        padding: 40px 0px;
    }

    .industrial_repution .title46 {
        margin-bottom: 20px;
    }

    .industrial_repution .con strong {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 5px;
    }

    .industrial_repution .con {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 15px;
    }

    .industrial_repution .btnbox i {
        width: 40px;
        height: 40px;
    }
}

@media(max-width:570px) {
    .industrial_repution {
        padding: 30px 0px;
    }
}



/* test_reports */

.test_reports {
    padding: 63px 0px 134px;
    background-color: #f6f6f8;
}

.test_reports .title50 {
    text-align: center;
    margin-bottom: 48px;
}

.test_reports .box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.test_reports .l_box {
    width: 35%;
    position: relative;
}

.test_reports .imgbox {
    margin-bottom: 22px;
    overflow: hidden;
}

.test_reports .imgbox:last-child {
    margin-bottom: 0;
}

.test_reports .swiper-slide {
    overflow: hidden;
}

.test_reports .btnbox i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: solid 1px #999999;
    opacity: 0.77;
    border-radius: 50px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}

.test_reports .btnbox i:hover {
    background-color: #1f3256;
    color: #fff;
    border: 1px solid #1f3256;
    opacity: 1;
    cursor: pointer;
}

.test_reports .btnbox i:first-child {
    left: -96px;
}

.test_reports .btnbox i:last-child {
    right: -96px;
}

.test_reports .r_box {
    width: 55%;
    padding-top: 10px;
}

.test_reports ul li {
    min-height: 93px;
    background-color: #ffffff;
    padding: 0px 24px 0px 63px;
    display: flex;
    align-items: center;
    font-family: Poppins-Regular;
    font-size: 18px;
    line-height: 28px;
    color: #333;
    position: relative;
    margin-bottom: 42px;
}

.test_reports ul li:last-child {
    margin-bottom: 0;
}

.test_reports ul li::after {
    content: "";
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background-color: #c8a063;
    border-radius: 50px;
}

.test_reports ul li:hover {
    background-color: #c8a063;
    color: #fff;
}

.test_reports ul li:hover::after {
    background-color: #fff;
}

@media(max-width:1850px) {
    .test_reports .btnbox i {
        position: static;
        transform: unset;
    }

    .test_reports .btnbox {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .test_reports .btnbox i:first-child {
        margin-right: 12px;
    }

    .test_reports .swiper {
        margin-bottom: 30px;
    }
}

@media(max-width:1600px) {
    .test_reports {
        padding: 60px 0px;
    }

    .test_reports .title50 {
        margin-bottom: 40px;
    }

    .test_reports .r_box {
        padding-top: 0;
    }

    .test_reports ul li {
        min-height: 90px;
        padding: 10px 24px 10px 63px;
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 30px;
    }
}

@media(max-width:1333px) {
    .test_reports {
        padding: 50px 0px;
    }

    .test_reports .l_box {
        width: 40%;
        position: relative;
    }

    .test_reports ul li {
        min-height: 90px;
        padding: 10px 24px 10px 50px;
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 20px;
    }

    .test_reports ul li::after {
        left: 16px;
        width: 15px;
        height: 15px;
    }
}

@media(max-width:900px) {
    .test_reports {
        padding: 40px 0px;
    }

    .test_reports .title50 {
        margin-bottom: 30px;
    }

    .test_reports .box {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .test_reports .l_box {
        width: 100%;
        margin-bottom: 20px;
    }

    .test_reports .r_box {
        width: 100%;
    }

    .test_reports .l_box img {
        width: 100%;
    }
}

@media(max-width:768px) {
    .test_reports .title50 {
        margin-bottom: 20px;
    }

    .test_reports ul li {
        min-height: 85px;
        padding: 10px 24px 10px 40px;
        font-size: 14px;
        line-height: 25px;
        margin-bottom: 15px;
    }

    .test_reports ul li::after {
        left: 10px;
        width: 12px;
        height: 12px;
    }

    .test_reports .btnbox i {
        justify-content: center;
        width: 40px;
        height: 40px;
    }
}

@media(max-width:570px) {
    .test_reports {
        padding: 30px 0px;
    }
}


/* qualiy_patents */

.qualiy_patents {
    padding: 97px 0px 95px;
}

.qualiy_patents .title46 {
    text-align: center;
    margin-bottom: 40px;
}

.qualiy_patents .patents_swiper {
    margin-bottom: 26px;
}

.qualiy_patents .swiper-slide {
    overflow: hidden;
}

.qualiy_patents .btnbox {
    display: flex;
    justify-content: center;
}

.qualiy_patents .btnbox i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: solid 1px #999999;
    opacity: 0.77;
    border-radius: 50px;
    cursor: pointer;
}

.qualiy_patents .btnbox i:first-child {
    margin-right: 14px;
}

.qualiy_patents .btnbox i:hover {
    background-color: #1f3256;
    color: #fff;
    border: 1px solid #1f3256;
    opacity: 1;
}

@media(max-width:1600px) {
    .qualiy_patents {
        padding: 70px 0px;
    }

    .qualiy_patents .title46 {
        margin-bottom: 30px;
    }
}

@media(max-width:1333px) {
    .qualiy_patents {
        padding: 60px 0px;
    }
}

@media(max-width:999px) {
    .qualiy_patents {
        padding: 50px 0px;
    }
}

@media(max-width:768px) {
    .qualiy_patents {
        padding: 40px 0px;
    }

    .qualiy_patents img {
        width: 100%;
    }

    .qualiy_patents .btnbox i {
        width: 40px;
        height: 40px;
    }

    .qualiy_patents .title46 {
        margin-bottom: 20px;
    }
}

@media(max-width:570px) {
    .qualiy_patents {
        padding: 30px 0px;
    }
}


/* quality_process */

.quality_process {
    padding-top: 177px;
    height: 976px;
}

.quality_process .box {
    width: 48%;
}

.quality_process .title46 {
    margin-bottom: 40px;
    color: #fff;
}

.quality_process .content {
    font-family: Poppins-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    margin-bottom: 60px;
}

.quality_process .content a {
    color: #fff;
    text-decoration: underline;
    word-break: break-all;
}

.quality_process .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 181px;
    height: 42px;
    border-radius: 21px;
    border: solid 1px #c8a063;
    font-family: Gunplay;
    font-size: 20px;
    color: #c8a063;
}

.quality_process .btn:hover {
    background-color: #c8a063;
    color: #fff;
}

@media(max-width:1600px) {
    .quality_process {
        padding-top: 100px;
        height: 800px;
    }

    .quality_process .box {
        width: 60%;
    }

    .quality_process .title46 {
        margin-bottom: 30px;
    }

    .quality_process .content {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 50px;
    }
}

@media(max-width:1333px) {
    .quality_process {
        padding-top: 80px;
        height: 650px;
    }

    .quality_process .title46 {
        margin-bottom: 20px;
    }

    .quality_process .content {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 40px;
    }

    .quality_process .box {
        width: 70%;
    }

    .quality_process .btn {
        width: 170px;
        height: 40px;
        border-radius: 21px;
        font-size: 18px;
    }
}

@media(max-width:999px) {
    .quality_process {
        padding: 80px 0px;
        height: auto;
    }

    .quality_process .box {
        width: 80%;
    }

    .quality_process .btn {
        width: 150px;
        height: 40px;
        border-radius: 21px;
        font-size: 18px;
    }
}

@media(max-width:768px) {
    .quality_process .box {
        width: 90%;
    }

    .quality_process {
        padding: 60px 0px;
        height: auto;
    }

    .quality_process .content {
        font-size: 14px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .quality_process .btn {
        width: 120px;
        height: 35px;
        font-size: 16px;
    }
}

@media(max-width:570px) {
    .quality_process .box {
        width: 100%;
    }

    .quality_process {
        padding: 50px 0px;
        height: auto;
    }
}

/* 3-3 */

.customer_center {
    padding: 118px 0px 169px;
}

.customer_center .title50 {
    text-align: center;
    margin-bottom: 28px;
}

.customer_center .con {
    font-family: Poppins-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    text-align: center;
    margin-bottom: 61px;
}

.customer_center .inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    background-color: #f4f4f4;
    margin-bottom: 57px;
}

.customer_center .inner:last-child {
    margin-bottom: 0;
}

.customer_center .inner:nth-child(2n) {
    flex-direction: row-reverse;
}

.customer_center .l_box {
    width: 48.7%;
    overflow: hidden;
}

.customer_center .l_box img:hover {
    transform: scale(1.05);
}

.customer_center .r_box {
    width: 51.3%;
    padding: 108px 30px 20px 60px;
}

.customer_center .title {
    font-family: Gunplay;
    font-size: 24px;
    line-height: 28px;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 30px;
}

.customer_center .title a {
    color: #333333;
}

.customer_center .title:hover,
.customer_center .title a:hover {
    color: #1f3256;
}

.customer_center .content {
    font-family: Poppins-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 78px;
    hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
}

.customer_center .btn {
    width: 98px;
    height: 41px;
    border-radius: 21px;
    border: solid 1px #c8a063;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Gunplay;
    font-size: 20px;
    color: #c8a063;
}

.customer_center .btn:hover {
    background-color: #1f3256;
    color: #fff;
    border: 1px solid #1f3256;
}

@media(max-width:1600px) {
    .customer_center {
        padding: 60px 0px 60px;
    }

    .customer_center .con {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 50px;
    }

    .customer_center .r_box {
        padding: 20px 30px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .customer_center .inner {
        align-items: center;
    }

    .customer_center .content {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 50px;
    }
}

@media(max-width:1333px) {
    .customer_center {
        padding: 50px 0px;
    }

    .customer_center .con {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 40px;
    }

    .customer_center .title {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .customer_center .content {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 30px;
    }

    .customer_center .btn {
        width: 90px;
        height: 40px;
        border-radius: 21px;
        font-size: 18px;
    }

    .customer_center .inner {
        margin-bottom: 50px;
    }
}

@media(max-width:999px) {
    .customer_center {
        padding: 40px 0px;
    }

    .customer_center .con {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 30px;
    }

    .customer_center .inner {
        margin-bottom: 40px !important;
        display: unset;
    }

    .customer_center .l_box {
        width: 60%;
        margin-bottom: 15px;
    }

    .customer_center .r_box {
        width: 100%;
        padding: 20px;
        margin-bottom: 20px;
    }

    .customer_center .btn {
        width: 80px;
        height: 35px;
        border-radius: 21px;
        font-size: 16px;
    }

    .customer_center .title50 {
        margin-bottom: 20px;
    }
}

@media(max-width:850px) {
    .customer_center .l_box {
        width: 70%;
    }
}

@media(max-width:768px) {
    .customer_center .con {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 20px;
    }

    .customer_center .l_box {
        width: 80%;
        margin-bottom: 15px;
    }

    .customer_center .title {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 8px;
    }

    .customer_center .content {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 20px;
    }

    .customer_center .btn {
        width: 80px;
        height: 35px;
        border-radius: 21px;
        font-size: 14px;
    }

    .customer_center .r_box {
        padding: 0;
    }
}

@media(max-width:570px) {
    .customer_center {
        padding: 30px 0px;
    }

    .customer_center .l_box {
        width: 90%;
    }
}

@media(max-width:500px) {

    .customer_center .l_box {
        width: 100%;
    }
}



/* warranty_terms */

.warranty_terms {
    background-color: #fafbfb;
    padding: 85px 0px 91px;
}

.warranty_terms .title50 {
    text-align: center;
    margin-bottom: 60px;
}

.warranty_terms .s_title {
    font-family: Gunplay;
    font-size: 30px;
    line-height: 28px;
    color: #333333;
    margin-bottom: 64px;
}

.warranty_terms .box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.warranty_terms .l_box {
    width: 48.4%;
}

.warranty_terms .inner {
    padding: 33px 30px 24px 80px;
    background-color: #ffffff;
    box-shadow: 0px 3px 27px 0px rgba(0, 0, 0, 0.09);
    margin-bottom: 41px;
}

.warranty_terms .inner:last-child {
    margin-bottom: 0;
}

.warranty_terms .title {
    font-family: Gunplay;
    font-size: 24px;
    line-height: 28px;
    color: #333333;
    margin-bottom: 16px;
    position: relative;
}

.warranty_terms .title::after {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: #c8a063;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: -45px;
    top: 4px;
}

.warranty_terms .con {
    font-family: Poppins-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}

.warranty_terms .r_box {
    width: 49.8%;
    padding-top: 2px;
}

@media(max-width:1600px) {
    .warranty_terms {
        padding: 60px 0px;
    }

    .warranty_terms .title50 {
        margin-bottom: 45px;
    }

    .warranty_terms .s_title {
        font-size: 28px;
        line-height: 28px;
        margin-bottom: 45px;
    }

    .warranty_terms .inner {
        padding: 25px 30px 24px 60px;
        margin-bottom: 35px;
    }

    .warranty_terms .title::after {
        width: 15px;
        height: 15px;
        left: -35px;
        top: 4px;
    }
}

@media(max-width:1333px) {
    .warranty_terms {
        padding: 50px 0px;
    }

    .warranty_terms .title50 {
        margin-bottom: 35px;
    }

    .warranty_terms .s_title {
        font-size: 26px;
        line-height: 28px;
        margin-bottom: 35px;
    }

    .warranty_terms .inner {
        padding: 20px 20px 20px 38px;
        margin-bottom: 25px;
    }

    .warranty_terms .title::after {
        width: 12px;
        height: 12px;
        left: -25px;
        top: 4px;
    }

    .warranty_terms .title {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 16px;
    }
}

@media(max-width:999px) {
    .warranty_terms .title50 {
        margin-bottom: 25px;
    }

    .warranty_terms .s_title {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 25px;
    }

    .warranty_terms .box {
        flex-direction: column;
    }

    .warranty_terms .l_box {
        width: 100%;
        margin-bottom: 20px;
    }

    .warranty_terms .r_box {
        width: auto;
        height: 300px;
        overflow: hidden;
    }

    .warranty_terms .r_box img {
        object-fit: cover;
    }

    .warranty_terms .title {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 14px;
    }
}

@media(max-width:768px) {
    .warranty_terms {
        padding: 40px 0px;
    }

    .warranty_terms .title50 {
        margin-bottom: 15px;
    }

    .warranty_terms .s_title {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 15px;
    }

    .warranty_terms .title {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .warranty_terms .con {
        font-size: 14px;
        line-height: 26px;
    }

    .warranty_terms .r_box {
        width: auto;
        height: 200px;
        overflow: hidden;
        width: 100%;
    }

    .warranty_terms .r_box img {
        height: 100%;
        object-fit: cover;
        width: 100%;
    }
}

@media(max-width:570px) {
    .warranty_terms {
        padding: 30px 0px;
    }

    .warranty_terms .s_title {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 15px;
    }
}



/* customer_satisfaction */

.customer_satisfaction {
    height: 790px;
    position: relative;
    display: flex;
    align-items: flex-end;
}

.customer_satisfaction .bg {
    position: absolute;
    left: 0;
    top: 0;
}

.customer_satisfaction .safe {
    position: relative;
    z-index: 10;
}

.customer_satisfaction .title46 {
    color: #fff;
    width: 35%;
    margin-bottom: 131px;
    line-height: 72px;
}

.customer_satisfaction .wrap {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 10;
    background-color: #13284a;
    border-radius: 20px;
}

.customer_satisfaction .inner {
    width: 33.3%;
    padding: 24px 3% 51px 3%;
    position: relative;
}

.customer_satisfaction .inner::after {
    content: "";
    position: absolute;
    right: 0;
    width: 1px;
    height: 244px;
    background-color: #ffffff;
    opacity: 0.21;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.customer_satisfaction .inner:last-child::after {
    display: none;
}

.customer_satisfaction .svgbox {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.customer_satisfaction .contact {
    text-align: center;
}

.customer_satisfaction .title {
    font-family: Gunplay;
    font-size: 20px;
    line-height: 28px;
    color: #ffffff;
    margin-bottom: 7px;
}

.customer_satisfaction .content {
    font-family: Poppins-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
}

@media(max-width:1600px) {
    .customer_satisfaction .title46 {
        color: #fff;
        width: 40%;
        margin-bottom: 70px;
        line-height: 60px;
    }

    .customer_satisfaction {
        height: 650px;
    }

    .customer_satisfaction .svgbox img {
        width: 100px;
    }

    .customer_satisfaction .inner {
        width: 33.3%;
        padding: 20px 3% 35px 3%;
    }
}

@media(max-width:1333px) {
    .customer_satisfaction .title46 {
        width: 45%;
        margin-bottom: 40px;
        line-height: 50px;
    }

    .customer_satisfaction .svgbox img {
        width: 90px;
    }

    .customer_satisfaction .svgbox {
        margin-bottom: 20px;
    }

    .customer_satisfaction .content {
        font-size: 16px;
        line-height: 28px;
    }
}

@media(max-width:999px) {
    .customer_satisfaction .title46 {
        width: 100%;
        height: auto;
        color: #333;
        margin-bottom: 20px;
        line-height: unset !important;
    }

    .customer_satisfaction {
        height: auto;
    }

    .customer_satisfaction .bg {
        display: none;
    }

    .customer_satisfaction .svgbox img {
        width: 75px;
    }

    .customer_satisfaction .inner {
        width: 100%;
        padding: 20px 3% 25px 3%;
    }

    .customer_satisfaction .inner::after {
        display: none;
    }
}

@media(max-width:768px) {
    .customer_satisfaction .content {
        font-size: 14px;
        line-height: 26px;
    }

    .customer_satisfaction .inner {
        width: 100%;
        padding: 20px 3% 0px 3%;
    }

    .customer_satisfaction .wrap {
        padding-bottom: 20px;
    }

    .customer_satisfaction .title {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 5px;
    }
}

@media(max-width:570px) {}



/* technical_support */

.technical_support {
    padding: 104px 0px 162px;
}

.technical_support .title30 {
    text-align: center;
    margin-bottom: 88px;
}

.technical_support .box {}

.technical_support .shadow {
    position: absolute;
    width: 637px;
    height: 324px;
    background-color: #c8a063;
    top: 133px;
    left: 58px;
    padding: 31px 36px 30px 47px;
}

.technical_support .title {
    font-family: Gunplay;
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    padding-bottom: 15px;
}

.technical_support .wrap {
    display: flex;
    flex-wrap: wrap;
    padding: 32px 0px 28px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.technical_support .inner {
    width: 33.3%;
    padding-right: 2%;
}

.technical_support .svgbox {
    margin-bottom: 19px;
    height: 30px;
    display: flex;
    align-items: center;
}

.technical_support .name {
    font-family: Poppins-Regular;
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
}

.technical_support .email a {
    word-break: break-all;
}

.technical_support .resu,
.technical_support .resu a {
    font-family: Poppins-Regular;
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
}

.technical_support .resu a:hover {
    color: #13284a;
}

.technical_support .blogrolls {
    padding-top: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.technical_support .blogrolls a {
    font-size: 18px;
    margin-right: 28px;
    color: #fff;
}

.technical_support .blogrolls a:hover {
    color: #13284a;
}

.technical_support .blogrolls a:last-child {
    margin-right: 0;
}


@media(max-width:1600px) {
    .technical_support {
        padding: 60px 0px;
    }

    .technical_support .title30 {
        margin-bottom: 45px;
    }

    .technical_support .shadow {
        width: 637px;
        height: 324px;
        top: 133px;
        left: 58px;
        padding: 30px 30px 30px 30px;
    }

    .technical_support .wrap {
        padding: 30px 0px 30px;
    }

    .technical_support .svgbox {
        margin-bottom: 10px;
        height: 30px;
    }

    .technical_support .shadow {
        width: 637px;
        min-height: 300px;
        top: 100px;
        left: 50px;
        padding: 30px 30px 30px 30px;
    }

    .technical_support .name {
        font-size: 16px;
        line-height: 30px;
    }
}

@media(max-width:1333px) {
    .technical_support {
        padding: 50px 0px;
    }

    .technical_support .title30 {
        margin-bottom: 35px;
    }

    .technical_support .shadow {
        width: 637px;
        min-height: 300px;
        top: 50%;
        left: 50px;
        padding: 30px 30px 30px 30px;
        transform: translateY(-50%);
    }
}

@media(max-width:999px) {
    .technical_support {
        padding: 40px 0px;
    }

    .technical_support .title30 {
        margin-bottom: 25px;
    }

    .technical_support .shadow {
        position: static;
        transform: unset;
        width: 100%;
    }
}

@media(max-width:768px) {
    .technical_support .title30 {
        margin-bottom: 15px;
    }

    .technical_support .wrap {
        padding: 25px 0px;
    }

    .technical_support .shadow {
        height: auto;
    }

    .technical_support .name {
        font-size: 14px;
        line-height: 26px;
    }

    .technical_support .resu,
    .technical_support .resu a {
        font-size: 14px;
        line-height: 26px;
    }

    .technical_support .svgbox {
        margin-bottom: 10px;
        height: 25px;
    }

    .technical_support .blogrolls {
        padding-top: 20px;
    }

    .technical_support .title {
        font-size: 18px;
        line-height: 28px;
        padding-bottom: 15px;
    }

    .technical_support .shadow {
        padding: 25px;
    }
}

@media(max-width:570px) {
    .technical_support {
        padding: 30px 0px;
    }

    .technical_support .shadow {
        padding: 20px;
    }

    .technical_support .wrap {
        padding: 20px 0px;
        flex-direction: column;
    }

    .technical_support .inner {
        width: 100%;
        padding-right: 0;
        margin-bottom: 10px;
    }

    .technical_support .inner:last-child {
        margin-bottom: 0;
    }
}


/* about_txts */

.about_txts {
    padding: 69px 0px 49px;
}

.about_txts .safe {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.about_txts .title50 {
    width: 15%;
    flex-shrink: 0;
}

.about_txts .con {
    font-family: Poppins-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    width: 78.8%;
}

.about_txts .con p {
    margin-bottom: 30px;
}

.about_txts .con p:last-child {
    margin-bottom: 0;
}

@media(max-width:1600px) {
    .about_txts {
        padding: 60px 0px 45px;
    }

    .about_txts .title50 {
        width: 20%;
    }
}

@media(max-width:1333px) {
    .about_txts {
        padding: 50px 0px 45px;
    }

    .about_txts .con p {
        margin-bottom: 20px;
    }
}

@media(max-width:999px) {
    .about_txts {
        padding: 40px 0px;
    }

    .about_txts .safe {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .about_txts .title50 {
        width: 100%;
        margin-bottom: 15px;
    }

    .about_txts .con {
        width: 100%;
    }
}

@media(max-width:768px) {
    .about_txts .con {
        font-size: 14px;
        line-height: 28px;
    }
}

@media(max-width:570px) {
    .about_txts {
        padding: 30px 0px;
    }
}


/* our_story */

.our_story {
    padding: 171px 0px 256px;
    background-image: url(../images/4-1bg1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.our_story::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .3);
}

.our_story .safe {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 10;
}

.our_story .l_box {
    width: 65%;
}

.our_story .title50 {
    margin-bottom: 38px;
    color: #fff;
}

.our_story .content {
    font-family: Poppins-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    margin-bottom: 42px;
}

.our_story .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 170px;
    height: 42px;
    border-radius: 21px;
    border: solid 1px #c8a063;
    font-family: Gunplay;
    font-size: 20px;
    color: #c8a063;
}

.our_story .btn:hover {
    background-color: #c8a063;
    color: #fff;
}

.our_story .r_box {
    width: 19.8%;
    transform: translateY(16px);
}

.our_story .r_box .play {}

.our_story .video .playBtn {
    position: relative;
    width: 91px;
    height: 91px;
    box-shadow: 0px 3px 24px 0px rgba(0, 0, 0, 0.09);
    cursor: pointer;
}

.our_story .video .playBtn div {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    z-index: 1;
    border-width: 0.5px;
    border-style: solid;
    border-color: #fff;
    opacity: 0;
    animation: circles 3.2s linear 0s infinite;
    animation-play-state: running;
}

.our_story .video .playBtn .circle1 {
    animation-delay: 0.8s;
}

.our_story .video .playBtn .circle2 {
    animation-delay: 1.6s;
}

.our_story .video .playBtn .circle3 {
    animation-delay: 2.4s;
}


@keyframes circles {
    0% {
        transform: scale(1);
        opacity: 0;
    }

    20% {
        transform: scale(1.28);
        opacity: 0.5;
    }

    100% {
        transform: scale(2.2);
        opacity: 0;
    }
}

@media(max-width:1600px) {
    .our_story {
        padding: 150px 0px 200px;
    }

    .our_story .title50 {
        margin-bottom: 30px;
    }

    .our_story .r_box {
        transform: unset;
    }
}

@media(max-width:1333px) {
    .our_story .title50 {
        margin-bottom: 20px;
    }

    .our_story {
        padding: 120px 0px 160px;
    }

    .our_story .btn {
        width: 150px;
        height: 40px;
        font-size: 18px;
    }

    .our_story .video .playBtn {
        width: 80px;
        height: 80px;
    }
}

@media(max-width:999px) {
    .our_story {
        padding: 70px 0px 150px;
    }

    .our_story .safe {
        flex-direction: column;
    }

    .our_story .l_box {
        width: 100%;
        margin-bottom: 30px;
    }

    .our_story .r_box {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .our_story .content {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 30px;
    }

    .our_story .btn {
        width: 140px;
        height: 35px;
        font-size: 16px;
    }
}

@media(max-width:768px) {
    .our_story .title50 {
        margin-bottom: 15px;
    }

    .our_story {
        padding: 50px 0px 90px;
    }

    .our_story .content {
        font-size: 14px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .our_story .btn {
        width: 130px;
        height: 35px;
        font-size: 14px;
    }

    .our_story .video .playBtn {
        width: 70px;
        height: 70px;
    }
}

@media(max-width:570px) {}




/* business_txts */

.business_txts {
    padding: 84px 0px 78px;
}

.business_txts .safe {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.business_txts .title50 {
    width: 20%;
    flex-shrink: 0;
    padding-top: 2px;
}

.business_txts .con {
    font-family: Poppins-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    width: 75.2%;
}

.business_txts .con p {
    margin-bottom: 55px;
}

.business_txts .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 170px;
    height: 42px;
    border-radius: 21px;
    border: solid 1px #c8a063;
    font-family: Gunplay;
    font-size: 20px;
    color: #c8a063;
}

.business_txts .btn:hover {
    background-color: #c8a063;
    color: #fff;
}

@media(max-width:1600px) {
    .business_txts {
        padding: 60px 0px;
    }

    .business_txts .con p {
        margin-bottom: 45px;
    }
}

@media(max-width:1333px) {
    .business_txts {
        padding: 50px 0px;
    }

    .business_txts .con p {
        margin-bottom: 35px;
    }

    .business_txts .btn {
        width: 160px;
        height: 40px;
        font-size: 18px;
    }
}

@media(max-width:999px) {
    .business_txts {
        padding: 40px 0px;
    }

    .business_txts .con p {
        margin-bottom: 25px;
    }

    .business_txts .safe {
        flex-direction: column;
    }

    .business_txts .title50 {
        width: 100%;
        padding: 0;
        margin-bottom: 15px;
    }

    .business_txts .con {
        font-size: 16px;
        line-height: 30px;
        width: 100%;
    }

    .business_txts .btn {
        width: 150px;
        height: 35px;
        font-size: 16px;
    }
}

@media(max-width:768px) {
    .business_txts .con p {
        margin-bottom: 15px;
    }

    .business_txts .con {
        font-size: 14px;
        line-height: 26px;
    }

    .business_txts .btn {
        width: 130px;
        height: 35px;
        font-size: 14px;
    }
}

@media(max-width:570px) {
    .business_txts {
        padding: 30px 0px;
    }
}

/* our_culture */

.our_culture {
    background-color: #f2f2f2;
    position: relative;
    min-height: 875px;
}

.our_culture .l_box {
    width: 46%;
    padding-top: 131px;
}

.our_culture .title50 {
    margin-bottom: 17px;
}

.our_culture .list li {
    margin-bottom: 26px;
}

.our_culture .list li:last-child {
    margin-bottom: 0;
}

.our_culture .tit {
    font-family: Gunplay;
    font-size: 20px;
    line-height: 30px;
    color: #0d234c;
    padding: 10px 16px;
    min-height: 61px;
    display: flex;
    align-items: center;
    background-color: #ffffff;
    cursor: pointer;
}

.our_culture .content {
    padding: 14px 0px 8px;
    font-family: Poppins-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    display: none;
    transition: none;
}

.our_culture .r_box {
    position: absolute;
    right: 0;
    top: 0;
    width: 50.4%;
}

.our_culture .active .content {
    display: block;
}


@media(max-width:1600px) {
    .our_culture {
        padding: 60px 0px;
    }

    .our_culture .safe {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }

    .our_culture .l_box {
        padding-top: 0px;
        width: 46%;
    }

    .our_culture .r_box {
        position: static;
        width: 50%;
    }

    .our_culture .list li {
        margin-bottom: 20px;
    }
}

@media(max-width:1333px) {
    .our_culture {
        padding: 50px 0px;
    }

    .our_culture .r_box {
        padding-top: 60px;
    }

    .our_culture .tit {
        font-size: 18px;
        line-height: 28px;
        padding: 10px 16px;
        min-height: 58px;
    }

    .our_culture .content {
        padding: 14px 0px 8px;
        font-size: 14px;
        line-height: 26px;
    }
}

@media(max-width:999px) {
    .our_culture {
        padding: 40px 0px;
    }

    .our_culture .safe {
        flex-direction: column;
    }

    .our_culture .l_box {
        width: 100%;
        margin-bottom: 20px;
    }

    .our_culture .r_box {
        width: 65%;
        padding-top: 0;
    }
}

@media(max-width:768px) {
    .our_culture .r_box {
        width: 78%;
        padding-top: 0;
    }

    .our_culture .tit {
        font-size: 16px;
        line-height: 26px;
        padding: 10px 16px;
        min-height: unset;
    }
}

@media(max-width:570px) {
    .our_culture {
        padding: 30px 0px;
    }

    .our_culture .r_box {
        width: 90%;
    }
}

@media(max-width:500px) {
    .our_culture .r_box {
        width: 100%;
    }
}


/* our_partners */

.our_partners {
    padding: 104px 0px 130px;
}

.our_partners .title50 {
    margin-bottom: 62px;
}

.our_partners .swiper {
    overflow: visible;
}

.our_partners .imgbox {
    background-color: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(227, 227, 227, 0.56);
    border-radius: 49px;
    margin-bottom: 42px;
    overflow: hidden;
}

.our_partners .imgbox:last-child {
    margin-bottom: 0;
}

.our_partners .swiper-wrapper {
    pointer-events: none;
}

.our_partners .swiper-slide {
    opacity: 0;
    pointer-events: none;
    transition: .3s linear opacity;
}

.our_partners .swiper-slide-visible {
    opacity: 1;
    pointer-events: all;
}

@media(max-width:1600px) {
    .our_partners {
        padding: 60px 0px;
    }

    .our_partners .title50 {
        margin-bottom: 45px;
    }
}

@media(max-width:1333px) {
    .our_partners {
        padding: 50px 0px;
    }

    .our_partners .imgbox {
        margin-bottom: 20px;
    }

    .our_partners .title50 {
        margin-bottom: 35px;
    }
}

@media(max-width:999px) {
    .our_partners {
        padding: 40px 0px;
    }

    .our_partners .title50 {
        margin-bottom: 25px;
    }
}

@media(max-width:768px) {
    .our_partners .title50 {
        margin-bottom: 15px;
    }
}

@media(max-width:570px) {
    .our_partners {
        padding: 30px 0px;
    }
}


/* our_market */

.our_market {
    padding: 184px 0px 212px;
    background-repeat: no-repeat;
    background-size: cover;
}

.our_market .title50 {
    text-align: center;
    color: #fff;
}

@media(max-width:1600px) {
    .our_market {
        padding: 150px 0px;
    }
}

@media(max-width:1333px) {
    .our_market {
        padding: 130px 0px;
    }
}

@media(max-width:999px) {
    .our_market {
        padding: 100px 0px;
    }
}

@media(max-width:768px) {
    .our_market {
        padding: 80px 0px;
    }
}

@media(max-width:570px) {
    .our_market {
        padding: 50px 0px;
    }
}

/* about_target */

.about_target {
    padding: 119px 0px 140px;
}

.about_target .safe {
    display: flex;
    flex-wrap: wrap;
}

.about_target .l_box {
    width: 25%;
}

.about_target .t1 {
    margin-bottom: 25px;
}

.about_target .t2 {
    margin-bottom: 31px;
}

.about_target .t3 {
    margin-bottom: 31px;
}

.about_target .box1 {
    padding-left: 30px;
    border-left: 1px solid #e1e1e1;
    padding-top: 11px;
}

.about_target .inner1 {
    margin-bottom: 40px;
}

.about_target .inner1:last-child {
    margin-bottom: 0;
}

.about_target .s_title {
    font-family: Gunplay;
    font-size: 24px;
    color: #333333;
    margin-bottom: 10px;
    position: relative;
}

.about_target .s_title::after {
    content: "";
    position: absolute;
    left: -36px;
    z-index: 10;
    top: 11px;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    background-color: #c8a063;
}

.about_target .con1 {
    font-family: Poppins-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}

.about_target .con1 p {
    padding-left: 16px;
    position: relative;
}

.about_target .con1 p::after {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 8px;
    height: 8px;
    background-color: #c8a063;
    border-radius: 50px;
}

.about_target .c_box {
    width: 35.875%;
    padding-top: 7px;
}

.about_target .r_box {
    width: 39.125%;
    padding-left: 5.45%;
}

.about_target .r_box .contact {
    border-left: 1px solid #e1e1e1;
    padding-left: 30px;
    padding-top: 11px;
}


.about_target .inner1 {
    margin-bottom: 40px;
}

.about_target .inner1:last-child {
    margin-bottom: 0;
}

.about_target .s_title1 {
    font-family: Gunplay;
    font-size: 24px;
    color: #333333;
    margin-bottom: 10px;
    position: relative;
}

.about_target .s_title1::after {
    content: "";
    position: absolute;
    left: -36px;
    z-index: 10;
    top: 11px;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    background-color: #c8a063;
}

.about_target .content1 {
    font-family: Poppins-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}

.about_target .content1 p {
    position: relative;
    padding-left: 16px;
}

.about_target .content1 p::after {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 8px;
    height: 8px;
    background-color: #c8a063;
    border-radius: 50px;
}

@media(max-width:1600px) {
    .about_target {
        padding: 70px 0px;
    }

    .about_target .t2 {
        margin-bottom: 20px;
    }

    .about_target .inner1 {
        margin-bottom: 30px;
    }

    .about_target .t3 {
        margin-bottom: 20px;
    }

    .about_target .t1 {
        margin-bottom: 20px;
    }

    .about_target .inner1 {
        margin-bottom: 20px;
    }
}

@media(max-width:1333px) {
    .about_target {
        padding: 60px 0px;
    }

    .about_target .t3 {
        margin-bottom: 40px;
    }

    .about_target .s_title {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .about_target .s_title1 {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .about_target .t3 {
        margin-bottom: 20px;
    }

    .about_target .r_box {
        padding-left: 0;
        width: 35%;
    }

    .about_target .safe {
        justify-content: space-between;
    }
}

@media(max-width:999px) {
    .about_target {
        padding: 50px 0px;
    }

    .about_target .t3 {
        margin-bottom: 30px;
    }

    .about_target .safe {
        flex-wrap: wrap;
    }

    .about_target .l_box {
        width: 49%;
    }

    .about_target .c_box {
        width: 49%;
    }

    .about_target .r_box {
        width: 100%;
        margin-top: 50px;
    }

    .about_target .s_title {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .about_target .s_title1 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .about_target .inner1 {
        margin-bottom: 15px;
    }
}

@media(max-width:768px) {
    .about_target {
        padding: 40px 0px;
    }

    .about_target .t3 {
        margin-bottom: 18px;
    }

    .about_target .t1 {
        margin-bottom: 10px;
    }

    .about_target .t2 {
        margin-bottom: 10px;
    }

    .about_target .t3 {
        margin-bottom: 10px;
    }

    .about_target .s_title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .about_target .s_title1 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .about_target .con1 {
        font-size: 14px;
        line-height: 26px;
    }

    .about_target .s_title::after {
        top: 6px;
        width: 10px;
    }

    .about_target .con1 p::after {
        top: 8px;
    }

    .about_target .content1 p::after {
        top: 8px;
    }

    .about_target .s_title1::after {
        top: 6px;
    }

    .about_target .content1 {
        font-size: 14px;
        line-height: 26px;
    }
}

@media(max-width:570px) {
    .about_target {
        padding: 30px 0px;
    }
}

@media(max-width:450px) {
    .about_target .l_box {
        width: 100%;
        margin-bottom: 20px;
    }

    .about_target .c_box {
        width: 100%;
        margin-bottom: 20px;
    }

    .about_target .r_box {
        margin-top: 0;

    }
}


/* model_copperation */

.model_copperation {
    padding: 78px 0px 94px;
    background-repeat: no-repeat;
    background-size: cover;
}

.model_copperation .title50 {
    margin-bottom: 66px;
    color: #fff;
}

.model_copperation .wrap {
    display: flex;
    flex-wrap: wrap;
}

.model_copperation .inner {
    border-radius: 20px;
    border: solid 2px #ffffff;
    padding: 75px 40px 105px 43px;
    width: 24.5%;
    margin-right: 2.625%;
    background-color: rgba(255, 255, 255, 0.2);
    height: 684px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
}

.model_copperation .inner:last-child {
    margin-right: 0;
}

.model_copperation .svgbox {
    margin-bottom: 59px;
}

.model_copperation .contact {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.model_copperation .titlebox {
    font-family: Gunplay;
    color: #ffffff;
}

.model_copperation .titlebox p {
    margin-bottom: 16px;
}

.model_copperation .titlebox p:last-child {
    margin-bottom: 0;
}

.model_copperation .resu {
    font-family: Poppins-Regular;
    text-decoration: underline;
    font-size: 20px;
    color: #ffffff;
}

.model_copperation .shadow {
    display: none;
}

.model_copperation .active {
    width: 45.7425%;
    padding-bottom: 20px;
}

.model_copperation .active .shadow {
    display: block;
}

.model_copperation .active .top,
.model_copperation .active .top .svgbox,
.model_copperation .active .resu {
    display: none;
}

.model_copperation .shadow .titlebox {
    margin-bottom: 15px;
}

.model_copperation .shadow .name {
    font-family: Poppins-Regular;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
}

.model_copperation .shadow .name1 {
    margin-bottom: 18px;
}

.model_copperation .shadow .name2 {
    margin-bottom: 18px;
}

.model_copperation .shadow .con {
    font-family: Poppins-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
}

.model_copperation .shadow .con p {
    margin-bottom: 10px;
}

.model_copperation .shadow .con1 {
    margin-bottom: 11px;
}

.model_copperation .shadow .s_title {
    color: #fff;
    margin-bottom: 30px;
}


@media(max-width:1600px) {
    .model_copperation {
        padding: 60px 0px;
    }

    .model_copperation .title50 {
        margin-bottom: 45px;
    }

    .model_copperation .inner {
        border-radius: 20px;
        padding: 50px 40px 90px 43px;
        margin-right: 2.625%;
        height: 684px;
    }

    .model_copperation .svgbox {
        margin-bottom: 40px;
    }

    .model_copperation .shadow .name1 {
        margin-bottom: 10px;
    }

    .model_copperation .shadow .name {
        font-size: 18px;
    }

    .model_copperation .titlebox p {
        margin-bottom: 10px;
    }
}

@media(max-width:1333px) {
    .model_copperation {
        padding: 50px 0px;
    }

    .model_copperation .title50 {
        margin-bottom: 35px;
    }

    .model_copperation .svgbox {
        margin-bottom: 30px;
    }

    .model_copperation .shadow .con p {
        margin-bottom: 8px;
    }

    .model_copperation .resu {
        font-size: 18px;
    }

    .model_copperation .inner {
        border-radius: 20px;
        padding: 40px;
        margin-right: 2.625%;
        height: 700px;
    }

    .model_copperation .shadow .name {
        font-size: 16px;
    }
}

@media(max-width:999px) {
    .model_copperation {
        padding: 40px 0px;
    }

    .model_copperation .title50 {
        margin-bottom: 25px;
    }

    .model_copperation .inner {
        height: auto;
        width: 100% !important;
        margin-bottom: 20px;
        margin-right: 0 !important;
        padding: 30px !important;
    }

    .model_copperation .inner:last-child {
        margin-bottom: 0;
    }

    .model_copperation .inner .shadow {
        display: block;
    }

    .model_copperation .inner .top,
    .model_copperation .inner .resu {
        display: none;
    }
}

@media(max-width:768px) {
    .model_copperation .title50 {
        margin-bottom: 15px;
    }

    .model_copperation .shadow .con p {
        margin-bottom: 3px;
    }

    .model_copperation .shadow .con {
        font-size: 14px;
        line-height: 26px;
    }

    .model_copperation .shadow .s_title {
        margin-bottom: 20px;
    }
}

@media(max-width:570px) {
    .model_copperation {
        padding: 30px 0px;
    }
}


/* about_swot */

.about_swot {
    padding: 104px 0px 120px;
}

.about_swot .title50 {
    margin-bottom: 0px;
}

.about_swot .box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.about_swot .l_box {
    width: 33.6875%;
    border-radius: 20px;
    overflow: hidden;
    margin-top: 124px;
}

.about_swot .c_box {
    width: 27.625%;
    margin-top: 61px;
}

.about_swot .inner {
    padding: 57px 50px 50px 50px;
    background-color: #f9f5ef;
    border-radius: 20px;
    background-repeat: no-repeat;
    background-size: auto;
    position: relative;
    margin-bottom: 26px;
}

.about_swot .inner:nth-child(2n) {
    transform: translateX(-151px);
}

.about_swot .c_box .inner:last-child {
    margin-bottom: 0;
}

.about_swot .inner .bg {
    position: absolute;
    right: 30px;
    top: 30px;
}

.about_swot .inner .title30 {
    margin-bottom: 27px;
}

.about_swot .inner .content {
    font-family: Poppins-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}

.about_swot .inner .content p {
    margin-bottom: 10px;
}

.about_swot .r_box {
    width: 33.6875%;
    transform: translateY(-6px);
}

.about_swot .r_box .imgbox {
    border-radius: 20px;
    overflow: hidden;
}

.about_swot .r_box .inner {
    min-height: 325px;
    margin-bottom: 32px;
}

@media(max-width:1600px) {
    .about_swot {
        padding: 60px 0px;
    }

    .about_swot .r_box .inner {
        min-height: unset;
    }

    .about_swot .inner {
        padding: 50px 40px 40px 35px;
        margin-bottom: 26px;
    }

    .about_swot .inner .title30 {
        margin-bottom: 20px;
    }
}

@media(max-width:1333px) {
    .about_swot {
        padding: 50px 0px;
    }

    .about_swot .c_box {
        width: 27.625%;
        margin-top: 50px;
    }

    .about_swot .l_box {
        width: 33.6875%;
        border-radius: 20px;
        overflow: hidden;
        margin-top: 100px;
    }

    .about_swot .inner:nth-child(2n) {
        transform: unset;
    }

    .about_swot .inner {
        padding: 30px 30px 30px 30px;
        margin-bottom: 20px;
    }

    .about_swot .inner .content {
        font-size: 16px;
        line-height: 28px;
    }

    .about_swot .inner .title30 {
        margin-bottom: 15px;
    }
}

@media(max-width:999px) {
    .about_swot {
        padding: 40px 0px;
    }

    .about_swot .box {
        flex-direction: column;
    }

    .about_swot .l_box {
        display: none;
    }

    .about_swot .title50 {
        margin-bottom: 20px;
    }

    .about_swot .c_box {
        margin-top: 0;
        width: 100%;
        margin-bottom: 15px;
    }

    .about_swot .r_box {
        width: 100%;
    }

    .about_swot .r_box .imgbox {
        display: none;
    }

    .about_swot .r_box .inner {
        margin-bottom: 0;
    }
}

@media(max-width:768px) {
    .about_swot .inner .title30 {
        margin-bottom: 10px;
    }

    .about_swot .inner .content p {
        margin-bottom: 6px;
    }

    .about_swot .inner .content {
        font-size: 14px;
        line-height: 28px;
    }

    .about_swot .inner .bg {
        width: 50px;
    }
}

@media(max-width:570px) {
    .about_swot {
        padding: 30px 0px;
    }
}


/* download_list */

.download_list {
    padding: 69px 0px 22px;
}

.download_list .title50 {
    text-align: center;
    margin-bottom: 48px;
}

.download_list ul {
    display: flex;
    justify-content: center;
    margin-bottom: 45px;
}

.download_list ul li {
    font-family: Gunplay;
    font-size: 24px;
    line-height: 28px;
    color: #333;
    margin-right: 8%;
    cursor: pointer;
}

.download_list ul li a {
    color: #333;
}

.download_list ul li:last-child {
    margin-right: 0;
}

.download_list ul li a:hover {
    color: #c8a063;
}

.download_list .active {
    color: #c8a063;
}

.download_list .active a {
    color: #c8a063;
}

.download_list .wrap .in {
    display: flex;
    flex-wrap: wrap;
}

.download_list .inner {
    width: 48.4275%;
    margin-right: 2.9375%;
    box-shadow: 0px 0px 10px 0px rgba(183, 183, 183, 0.56);
    margin-bottom: 42px;
    cursor: pointer;
}

.download_list .inner:nth-child(2n) {
    margin-right: 0;
}

.download_list .imgbox {
    overflow: hidden;
}

.download_list .inner:hover img {
    transform: scale(1.05);
}

.download_list .contact {
    font-family: Poppins-Regular;
    font-size: 16px;
    line-height: 28px;
    color: #333333;
    padding: 17px 10px 14px 10px;
    text-align: center;
}

@media(max-width:1600px) {
    .download_list {
        padding: 60px 0px 40px;
    }

    .download_list .title50 {
        margin-bottom: 40px;
    }
}

@media(max-width:1333px) {
    .download_list {
        padding: 40px 0px 40px;
    }

    .download_list .title50 {
        margin-bottom: 30px;
    }

    .download_list ul li {
        font-size: 22px;
        line-height: 28px;
        margin-right: 8%;
    }

    .download_list ul {
        margin-bottom: 35px;
    }
}

@media(max-width:999px) {
    .download_list {
        padding: 40px 0px 30px;
    }

    .download_list .title50 {
        margin-bottom: 20px;
    }

    .download_list ul {
        margin-bottom: 25px;
    }

    .download_list ul li {
        font-size: 20px;
        line-height: 26px;
    }

    .download_list .contact {
        font-size: 16px;
        line-height: 26px;
        padding: 10px 10px 10px 10px;
    }
}

@media(max-width:768px) {
    .download_list .title50 {
        margin-bottom: 20px;
    }

    .download_list .inner {
        width: 48.4275%;
        margin-right: 2.9375%;
        margin-bottom: 30px;
    }

    .download_list .contact {
        font-size: 14px;
        line-height: 26px;
        padding: 10px 10px 10px 10px;
    }
}

@media(max-width:570px) {
    .download_list {
        padding: 30px 0px;
    }

    .download_list .wrap .in {
        flex-direction: column;
    }

    .download_list .inner {
        width: 100%;
        margin-right: 0;
    }
}


/* download_shadow */

.download_shadow {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100000000000;
    background-color: rgba(0, 0, 0, .5);
    display: flex;
    align-items: center;
    justify-content: center;
}

.download_shadow .close_form {
    opacity: 0;
    pointer-events: none;
}

.download_shadow .information {
    width: 839px;
    height: 410px;
    background-color: #ffffff;
    border-radius: 10px;
    border: solid 0px #000000;
    position: relative;
    padding: 54px 49px 30px 50px;
}

.download_shadow .close {
    position: absolute;
    right: 30px;
    top: 39px;
    cursor: pointer;
}

.download_shadow .title40 {
    text-align: center;
    margin-bottom: 27px;
}

.download_shadow .inpbox1 {
    display: flex;
    justify-content: space-between;
}

.download_shadow .inp1 {
    width: 48.5%;
    margin-bottom: 20px;
}

.download_shadow .inp1 input {
    width: 100%;
    height: 60px;
    background-color: #f5f5f5;
    padding: 0px 20px;
    font-family: Poppins-Regular;
    font-size: 16px;
    color: #333;
}

.download_shadow .inp1 input::placeholder {
    color: #666;
}

.download_shadow .inp2 {
    width: 67%;
    margin-bottom: 0;
}

.download_shadow .submit {
    width: 30.3%;
    margin-bottom: 0;
}

.download_shadow .submit input {
    font-family: Gunplay;
    font-size: 18px;
    color: #ffffff;
    background-color: #c8a063;
    border-radius: 6px;
    cursor: pointer;
}

.download_shadow .submit input:hover {
    background-color: #000;
}

.download_shadow .inp2 {
    position: relative;
}

.download_shadow .inp2 input {
    padding-right: 130px;
}

.download_shadow .codebox {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f3fbfe;
    cursor: pointer;
}

.download_shadow .m-formcountry .drop-btn input {
    padding-right: 40px;
}

.download_shadow .m-formcountry .drop-btn i {
    right: 20px;
}

@media(max-width:1600px) {}

@media(max-width:1333px) {
    .download_shadow .information {
        width: 800px;
        height: 400px;
        padding: 40px 50px 30px 50px;
    }
}

@media(max-width:999px) {
    .download_shadow .information {
        width: 90%;
        height: unset;
        padding: 40px 40px 50px 40px;
    }

    .download_shadow .inp1 input {
        width: 100%;
        height: 50px;
        padding: 0px 20px;
        font-size: 16px;
    }
}

@media(max-width:768px) {
    .download_shadow .information {
        width: 90%;
        height: unset;
        padding: 30px;
    }

    .download_shadow .inpbox1 {
        flex-direction: column;
    }

    .download_shadow .inp1 {
        width: 100%;
    }

    .download_shadow .inp2 {
        margin-bottom: 15px;
    }

    .download_shadow .inp1 {
        margin-bottom: 15px;
    }

    .download_shadow .inp1 input {
        width: 100%;
        height: 50px;
        padding: 0px 20px;
        font-size: 14px;
    }
}

@media(max-width:570px) {
    .download_shadow .close {
        position: absolute;
        right: 15px;
        top: 15px;
        cursor: pointer;
    }
}



/* news_list */

.news_list {
    padding: 69px 0px 70px;
}

.news_list .title50 {
    text-align: center;
    margin-bottom: 27px;
}

.news_list .title40 {
    color: #c8a063;
    margin-bottom: 27px;
}

.news_list .inner {
    display: flex;
    align-items: flex-end;
    margin-bottom: 51px;
}

.news_list .inner .in {
    display: flex;
    align-items: flex-end;
}

.news_list .imgbox {
    width: 38.5625%;
    flex-shrink: 0;
    overflow: hidden;
}

.news_list .contact {
    width: 100%;
    background-color: #f2f2f2;
    padding: 26px 30px 49px 82px;
}

.news_list .databox {
    display: flex;
    align-items: center;
    margin-bottom: 4px;
    overflow: hidden;
}

.news_list .day {
    font-family: Gunplay;
    font-size: 57px;
    color: #c8a063;
    margin-right: 6px;
}

.news_list .data {
    font-family: Poppins-Regular;
    font-size: 16px;
    line-height: 24px;
    color: #666;
    transform: translateY(-5px);
}

.news_list .title {
    font-family: Gunplay;
    font-size: 24px;
    line-height: 28px;
    color: #333333;
    margin-bottom: 17px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_list .title a {
    color: #333;
}

.news_list .title:hover {
    text-decoration: underline;
}

.news_list .content {
    font-family: Poppins-Regular;
    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 .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 137px;
    height: 42px;
    border-radius: 21px;
    border: solid 1px #c8a063;
    font-family: Gunplay;
    font-size: 20px;
    color: #c8a063;
    margin: 0 auto;
    cursor: pointer;
    transform: translateY(-6px);
}

.news_list .btn:hover {
    background-color: #c8a063;
    color: #fff;
}

.news_list .inner {
    display: none;
}

.news_list .inner:nth-child(-n+2) {
    display: block;
}

.news_list .inner:hover .contact {
    background-color: #c8a063;
}

.news_list .inner:hover .day,
.news_list .inner:hover .data,
.news_list .inner:hover .title,
.news_list .inner:hover .title a,
.news_list .inner:hover .content {
    color: #fff;
}

@media(max-width:1600px) {
    .news_list {
        padding: 60px 0px;
    }

    .news_list .title50 {
        margin-bottom: 20px;
    }

    .news_list .contact {
        width: 100%;
        background-color: #f2f2f2;
        padding: 20px 30px 30px 60px;
    }

    .news_list .day {
        font-size: 50px;
        margin-right: 6px;
    }

    .news_list .title40 {
        margin-bottom: 20px;
    }
}

@media(max-width:1333px) {
    .news_list {
        padding: 50px 0px;
    }

    .news_list .day {
        font-size: 42px;
        margin-right: 6px;
    }

    .news_list .title {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .news_list .inner {
        margin-bottom: 40px;
    }

    .news_list .btn {
        width: 130px;
        height: 40px;
        font-size: 18px;
        transform: translateY(0px);
    }
}

@media(max-width:999px) {
    .news_list {
        padding: 40px 0px;
    }

    .news_list .title50 {
        margin-bottom: 15px;
    }

    .news_list .title40 {
        margin-bottom: 15px;
    }

    .news_list .inner .in {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .news_list .imgbox {
        width: 60%;
        margin-bottom: 0px;
    }

    .news_list .contact {
        width: 100%;
        padding: 25px;
    }

    .news_list .title {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 8px;
    }

    .news_list .btn {
        width: 120px;
        height: 35px;
        font-size: 16px;
        transform: translateY(0px);
    }
}

@media(max-width:768px) {
    .news_list .imgbox {
        width: 75%;
        margin-bottom: 0px;
    }

    .news_list .day {
        font-size: 36px;
        margin-right: 10px;
    }

    .news_list .data {
        font-size: 14px;
        line-height: 24px;
        transform: translateY(-5px);
    }

    .news_list .title {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 5px;
    }

    .news_list .content {
        font-size: 14px;
        line-height: 26px;
    }

    .news_list .btn {
        width: 100px;
        height: 35px;
        font-size: 14px;
    }

    .news_list .inner {
        margin-bottom: 30px;
    }
}

@media(max-width:570px) {
    .news_list {
        padding: 30px 0px;
    }

    .news_list .imgbox {
        width: 90%;
        margin-bottom: 0px;
    }

    .news_list .contact {
        width: 100%;
        padding: 20px;
    }
}

@media(max-width:500px) {
    .news_list .imgbox {
        width: 100%;
    }
}


/* latest_news */

.latest_news {
    margin-bottom: 106px;
}

.latest_news .title40 {
    margin-bottom: 37px;
}

.latest_news .inner {
    display: flex;
    align-items: flex-end;
    margin-bottom: 51px;
}

.latest_news .inner .in {
    display: flex;
}

.latest_news .imgbox {
    width: 38.5625%;
    flex-shrink: 0;
    overflow: hidden;
}

.latest_news .contact {
    width: 100%;
    background-color: #f2f2f2;
    padding: 71px 30px 20px 84px;
}

.latest_news .databox {
    display: flex;
    align-items: center;
    margin-bottom: 4px;
    overflow: hidden;
}

.latest_news .day {
    font-family: Gunplay;
    font-size: 57px;
    color: #c8a063;
    margin-right: 6px;
}

.latest_news .data {
    font-family: Poppins-Regular;
    font-size: 16px;
    line-height: 24px;
    color: #666;
    transform: translateY(-5px);
}

.latest_news .title {
    font-family: Gunplay;
    font-size: 24px;
    line-height: 28px;
    color: #333333;
    margin-bottom: 19px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.latest_news .title a {
    color: #333;
}

.latest_news .title:hover,
.latest_news .title a:hover {
    color: #c8a063;
}

.latest_news .content {
    font-family: Poppins-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}


.latest_news .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 137px;
    height: 42px;
    border-radius: 21px;
    border: solid 1px #c8a063;
    font-family: Gunplay;
    font-size: 20px;
    color: #c8a063;
    margin: 0 auto;
    cursor: pointer;
    transform: translateY(-4px);
}

.latest_news .btn:hover {
    background-color: #c8a063;
    color: #fff;
}

.latest_news .inner {
    display: none;
}

.latest_news .inner:nth-child(-n+4) {
    display: block;
}

@media(max-width:1600px) {
    .latest_news {
        margin-bottom: 60px;
    }

    .latest_news .contact {
        padding: 50px 30px 20px 50px;
    }

    .latest_news .day {
        font-size: 50px;
        margin-right: 6px;
    }
}

@media(max-width:1333px) {
    .latest_news {
        margin-bottom: 50px;
    }

    .latest_news .contact {
        padding: 30px 30px 20px 30px;
    }

    .latest_news .day {
        font-size: 42px;
        margin-right: 6px;
    }

    .latest_news .title {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .latest_news .inner {
        margin-bottom: 40px;
    }

    .latest_news .btn {
        width: 130px;
        height: 40px;
        font-size: 18px;
        transform: translateY(0px);
    }
}

@media(max-width:999px) {
    .latest_news {
        margin-bottom: 40px;
    }

    .latest_news .inner .in {
        flex-direction: column;
    }

    .latest_news .imgbox {
        width: 60%;
    }

    .latest_news .contact {
        padding: 25px;
    }

    .latest_news .btn {
        width: 120px;
        height: 35px;
        font-size: 16px;
        transform: translateY(0px);
    }
}

@media(max-width:768px) {
    .latest_news .imgbox {
        width: 75%;
    }

    .latest_news .btn {
        width: 110px;
        height: 35px;
        font-size: 14px;
    }

    .latest_news .day {
        font-size: 36px;
        margin-right: 10px;
    }

    .latest_news .title {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 5px;
    }

    .latest_news .content {
        font-size: 14px;
        line-height: 26px;
    }

    .latest_news .data {
        font-size: 14px;
        line-height: 24px;
        transform: translateY(-5px);
    }

    .latest_news .inner {
        margin-bottom: 30px;
    }
}

@media(max-width:570px) {
    .latest_news {
        margin-bottom: 30px;
    }

    .latest_news .contact {
        padding: 20px;
    }

    .latest_news .imgbox {
        width: 90%;
    }
}

@media(max-width:500px) {
    .latest_news .imgbox {
        width: 100%;
    }
}


/* news_detail */

.news_detail {
    padding: 78px 0px 35px;
}

.news_detail .title {
    font-family: Gunplay;
    font-size: 26px;
    line-height: 28px;
    color: #333333;
    margin-bottom: 20px;
}

.news_detail .con {
    display: flex;
    align-items: center;
    margin-bottom: 33px;
}

.news_detail .sharebox {
    display: flex;
    align-items: center;
    font-family: Poppins-Regular;
    font-size: 16px;
    color: #666666;
}

.news_detail .data {
    font-family: Poppins-Regular;
    font-size: 18px;
    color: #666666;
    margin-right: 38px;
}

.news_detail .content {
    border-top: 1px solid rgba(0, 0, 0, .1);
    font-family: Poppins-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    padding-top: 43px;
}

@media(max-width:1600px) {
    .news_detail {
        padding: 50px 0px 30px;
    }

    .news_detail .con {
        margin-bottom: 30px;
    }

    .news_detail .content {
        font-size: 16px;
        line-height: 30px;
        padding-top: 30px;
    }
}

@media(max-width:1333px) {
    .news_detail .con {
        margin-bottom: 20px;
    }

    .news_detail .content {
        font-size: 16px;
        line-height: 30px;
        padding-top: 20px;
    }

    .news_detail .data {
        font-size: 16px;
        margin-right: 38px;
    }

    .news_detail .title {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 20px;
    }
}

@media(max-width:999px) {
    .news_detail {
        padding: 40px 0px 30px;
    }

    .news_detail .title {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 20px;
    }
}

@media(max-width:768px) {
    .news_detail .title {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .news_detail .data {
        font-size: 14px;
        margin-right: 30px;
    }

    .news_detail .sharebox {
        font-size: 14px;
    }

    .news_detail .content {
        font-size: 14px;
        line-height: 26px;
        padding-top: 20px;
    }
}

@media(max-width:570px) {
    .news_detail {
        padding: 30px 0px 30px;
    }

    .news_detail .con {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .news_detail .data {
        margin-right: 0;
        margin-bottom: 10px;
    }
}



/* page_control */

.page_control {}

.page_control .safe {
    padding: 24px 0px 38px;
    border-top: 1px solid rgba(0, 0, 0, .1);
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.page_control .con:first-child {
    margin-bottom: 14px;
}

.page_control .con,
.page_control .con a {
    display: flex;
    align-items: center;
}

.page_control,
.page_control a {
    font-family: Gunplay;
    font-size: 20px;
    line-height: 28px;
    color: #333333;
}

.page_control i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border: solid 1px #999999;
    opacity: 0.77;
    border-radius: 50px;
    font-size: 12px;
    margin-right: 20px;
    flex-shrink: 0;
}

.page_control a:hover {
    color: #c8a063;
}

.page_control a:hover i {
    border: 1px solid #c8a063;
    color: #c8a063;
    opacity: 1;
}

@media(max-width:1600px) {}

@media(max-width:1333px) {

    .page_control,
    .page_control a {
        font-size: 18px;
        line-height: 28px;
    }

    .page_control .safe {
        padding: 20px 0px;
    }
}

@media(max-width:768px) {

    .page_control,
    .page_control a {
        font-size: 16px;
        line-height: 26px;
    }
}


/* contact_us */

.contact_us {
    padding: 77px 0px 67px;
}

.contact_us .safe {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.contact_us .l_box {
    width: 47.5%;
    min-height: 485px;
    background-color: #f9f9f9;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 43px 90px 30px 46px;
}

.contact_us .title30 {
    margin-bottom: 25px;
}

.contact_us ul li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 29px;
}

.contact_us ul li:last-child {
    margin-bottom: 0;
}

.contact_us li .name {
    font-family: Poppins-Regular;
    font-size: 18px;
    line-height: 30px;
    color: #333333;
    width: 156px;
    flex-shrink: 0;
}

.contact_us li .resu,
.contact_us li .resu a {
    font-family: Poppins-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}

.contact_us .email a {
    word-break: break-all;
}

.contact_us li .resu a:hover {
    color: #c8a063;
}

.contact_us .r_box {
    width: 47.2%;
}

@media(max-width:1600px) {
    .contact_us {
        padding: 60px 0px;
    }

    .contact_us .l_box {
        width: 47.5%;
        min-height: auto;
        padding: 30px 50px 30px 40px;
    }

    .contact_us ul li {
        margin-bottom: 24px;
    }
}

@media(max-width:1333px) {
    .contact_us {
        padding: 50px 0px;
    }

    .contact_us .title30 {
        margin-bottom: 15px;
    }

    .contact_us li .name {
        font-size: 16px;
        line-height: 30px;
        width: 100px;
    }

    .contact_us .l_box {
        width: 47.5%;
        min-height: auto;
        padding: 30px 30px 30px 40px;
    }

    .contact_us .r_box {
        width: 49%;
    }

    .contact_us ul li {
        margin-bottom: 20px;
    }
}

@media(max-width:999px) {
    .contact_us {
        padding: 40px 0px;
    }

    .contact_us .safe {
        flex-direction: column;
    }

    .contact_us .l_box {
        width: 100%;
        margin-bottom: 20px;
    }

    .contact_us ul li {
        margin-bottom: 15px;
    }

    .contact_us .r_box {
        width: 65%;
    }
}

@media(max-width:768px) {
    .contact_us .r_box {
        width: 75%;
    }

    .contact_us .l_box {
        padding: 20px;
    }

    .contact_us li .name {
        font-size: 14px;
        line-height: 26px;
        width: 100px;
    }

    .contact_us li .resu,
    .contact_us li .resu a {
        font-size: 14px;
        line-height: 26px;
    }
}

@media(max-width:570px) {
    .contact_us {
        padding: 30px 0px;
    }

    .contact_us .r_box {
        width: 90%;
    }
}

@media(max-width:500px) {
    .contact_us .r_box {
        width: 100%;
    }

    .contact_us ul li {
        flex-direction: column;
    }

  .contact_us li .name {
        width: 100%;
    }
}


/* get_touch */

.get_touch {
    margin-bottom: 62px;
}

.get_touch .safe {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.get_touch .l_box {
    width: 47.5%;
}

.get_touch .r_box {
    background-color: #f9f9f9;
    width: 47.2%;
    padding: 40px 104px 30px 30px;
}

.get_touch .r_box .title40 {
    margin-bottom: 3px;
}

.get_touch .con {
    width: 80%;
    font-family: Poppins-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    margin-bottom: 2px;
}

.get_touch .inpbox1 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 9px;
}

.get_touch .inp1 {
    width: 46.5%;
    border-bottom: 1px solid #ddd;
}

.get_touch .inp1 input {
    height: 57px;
    width: 100%;
    background-color: transparent;
    padding: 0px 15px;
}

.get_touch input,
.get_touch input::placeholder,
.get_touch textarea,
.get_touch textarea::placeholder {
    font-family: Poppins-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #333333;
}

.get_touch .inpbox2 {
    border-bottom: 1px solid #ddd;
    margin-bottom: 28px;
}

.get_touch textarea {
    height: 87px;
    width: 100%;
    background-color: transparent;
    resize: none;
    padding: 19px 15px 15px 15px;
}

.get_touch .submit input {
    width: 100%;
    height: 42px;
    background-color: #dcb46a;
    border-radius: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Poppins-Regular;
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
}

.get_touch .submit input:hover {
    background-color: #000;
}

.get_touch .upload {
    position: relative;
    display: flex;
    align-items: center;
}

.get_touch .upload input {
    padding-right: 40px;
}

.get_touch .upload .file {
    cursor: pointer;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    right: 0;
    height: 100%;
}

.get_touch .must {
    position: relative;
}

.get_touch .must::after {
    content: "*";
    position: absolute;
    color: #ff0000;
    left: 0;
    top: 18px;
}

.get_touch .inpbox2::after {
    top: 23px;
}

.get_touch .m-formcountry i {
    right: 20px;
    transform: rotate(-180deg) translateY(8px);
}

.get_touch .m-formcountry input {
    padding-right: 38px;
}


@media(max-width:1600px) {
    .get_touch {
        margin-bottom: 60px;
    }

    .get_touch .r_box {
        width: 47.2%;
        padding: 30px 40px 30px 30px;
    }

    .get_touch .con {
        width: 100%;
    }
}

@media(max-width:1333px) {
    .get_touch {
        margin-bottom: 50px;
    }

    .get_touch .con {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 0px;
    }

    .get_touch .r_box {
        width: 49.2%;
        padding: 30px 40px 30px 30px;
    }

    .get_touch .inp1 {
        width: 48.5%;
        border-bottom: 1px solid #ddd;
    }

    .get_touch .inp1 input {
        height: 50px;
        width: 100%;
        padding: 0px 15px;
    }
}

@media(max-width:999px) {
    .get_touch {
        margin-bottom: 40px;
    }

    .get_touch .safe {
        flex-direction: column-reverse;
    }

    .get_touch .l_box {
        width: 60%;
    }

    .get_touch .r_box {
        width: 100%;
        margin-bottom: 20px;
    }
}

@media(max-width:768px) {
    .get_touch .l_box {
        width: 75%;
        padding: 25px;
    }

    .get_touch input,
    .get_touch input::placeholder,
    .get_touch textarea,
    .get_touch textarea::placeholder {
        font-size: 14px;
        line-height: 26px;
    }

    .get_touch .inpbox1 {
        margin-bottom: 5px;
    }

    .get_touch .upload .file img {
        width: 28px;
    }

    .get_touch .inpbox2 {
        margin-bottom: 15px;
    }

    .get_touch .submit input {
        width: 100%;
        height: 40px;
        border-radius: 21px;
        font-size: 14px;
    }

    .get_touch .r_box {}
}

@media(max-width:570px) {
    .get_touch {
        margin-bottom: 30px;
    }

    .get_touch .l_box {
        width: 90%;
    }

    .get_touch .m-formcountry i {
        right: 20px;
        transform: rotate(-180deg) translateY(4px);
    }
}

@media(max-width:500px) {
    .get_touch .l_box {
        width: 100%;
    }

    .get_touch .inpbox1 {
        flex-direction: column;
    }

    .get_touch .inp1 {
        width: 100%;
    }
}


/* contact_faq */

.contact_faq {
    margin-bottom: 80px;
}

.contact_faq .title50 {
    text-align: center;
    margin-bottom: 36px;
}

.contact_faq .quest {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: Gunplay;
    font-size: 22px;
    color: #333333;
}

.contact_faq .quest>div {
    display: flex;
    align-items: center;
}

.contact_faq li {
    padding: 31px 0px;
    border-bottom: 1px solid rgba(170, 170, 170, .2);
    padding-right: 30px;
}

.contact_faq li:first-child {
    border-top: 1px solid rgba(170, 170, 170, .2);
}

.contact_faq li:last-child {
    border-bottom: unset;
}


.contact_faq li span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 35px;
    background-color: #ffffff;
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.11);
    border: solid 1px #f0f0f0;
    font-family: Gunplay;
    font-size: 17px;
    color: #dcb46a;
    border-radius: 50px;
    margin-right: 30px;
    flex-shrink: 0;
}

.contact_faq .answer {
    font-family: Poppins-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    display: flex;
    align-items: flex-start;
    padding-top: 17px;
    display: none;
    margin-bottom: 25px;
}

.contact_faq .answer>div {
    display: flex;
    align-items: flex-start;
}

.contact_faq .answer span {
    color: #333;
}

.contact_faq .answer {
    transition: none;
}

@media(max-width:1600px) {
    .contact_faq {
        margin-bottom: 60px;
    }

    .contact_faq li {
        padding: 28px 0px;
        padding-right: 30px;
    }

    .contact_faq .answer {
        font-size: 16px;
        line-height: 30px;
        padding-top: 15px;
        margin-bottom: 20px;
    }
}

@media(max-width:1333px) {
    .contact_faq {
        margin-bottom: 50px;
    }

    .contact_faq li {
        padding: 22px 0px;
        padding-right: 20px;
    }

    .contact_faq .quest {
        font-size: 20px;
    }

    .contact_faq .title50 {
        margin-bottom: 30px;
    }

}

@media(max-width:999px) {
    .contact_faq {
        margin-bottom: 40px;
    }

    .contact_faq li {
        padding: 20px 0px;
        padding-right: 20px;
    }

    .contact_faq .quest {
        font-size: 18px;
    }

    .contact_faq .answer {
        font-size: 16px;
        line-height: 28px;
        padding-top: 10px;
        margin-bottom: 10px;
    }

    .contact_faq .title50 {
        margin-bottom: 20px;
    }
}

@media(max-width:768px) {
    .contact_faq .answer {
        font-size: 14px;
        line-height: 26px;
        padding-top: 10px;
        margin-bottom: 10px;
    }

    .contact_faq li {
        padding: 15px 0px;
        padding-right: 20px;
    }
}

@media(max-width:570px) {
    .contact_faq {
        margin-bottom: 30px;
    }
}



@font-face {
    font-family: 'Gunplay';
    src: url('../fonts/gunplay.eot');
    src: url('../fonts/gunplay.eot') format('embedded-opentype'),
        url('../fonts/gunplay.woff2') format('woff2'),
        url('../fonts/gunplay.woff') format('woff'),
        url('../fonts/gunplay.ttf') format('truetype'),
        url('../fonts/gunplay.svg#gunplay') format('svg');
}

@font-face {
    font-family: 'Poppins-Regular';
    src: url('../fonts/Poppins-Regular.eot');
    src: url('../fonts/Poppins-Regular.eot') format('embedded-opentype'),
        url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff'),
        url('../fonts/Poppins-Regular.ttf') format('truetype'),
        url('../fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
}


.bgf5 {
    background-color: #f7f7f7 !important;
}

.bgec {
    background-color: #ececec !important;
}

.bgfa {
    background-color: #fafbfb !important;
}

.bgec i {
    color: #666;
}

.check {
    background-color: #007e4d !important;
}

.close_form {
    opacity: 0;
    pointer-events: none;
}

.rota {
    transform: rotate(90deg);
}

.rota45 {
    transform: rotate(45deg);
}

.swiper-button-lock {
    display: none !important;
}

.opc0 {
    opacity: 0;
}

@font-face {
    font-family: "iconfont";
    /* Project id 4354916 */
    src:
        url('data:application/x-font-woff2;charset=utf-8;base64,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') format('woff2'),
        url('iconfont.woff?t=1750659631960') format('woff'),
        url('iconfont.ttf?t=1750659631960') format('truetype');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-wechat1:before {
    content: "\e6c7";
}

.icon-dianhua:before {
    content: "\e61b";
}

.icon-dianhua1:before {
    content: "\e842";
}

.icon-xiazai16:before {
    content: "\e612";
}

.icon-jinru:before {
    content: "\e627";
}

.icon-mima-yanjing-guanbi:before {
    content: "\e622";
}

.icon-mima_yanjing:before {
    content: "\e6c2";
}

.icon-Youtube-fill:before {
    content: "\e883";
}

.icon-xiangxiajiantoushuang-mianxing:before {
    content: "\e60a";
}

.icon-caret-up:before {
    content: "\e621";
}

.icon-duihao:before {
    content: "\eaf1";
}

.icon-duigou:before {
    content: "\e644";
}

.icon-pinterest1:before {
    content: "\e6e1";
}

.icon-xiazai:before {
    content: "\e606";
}

.icon-instagram-fill:before {
    content: "\e88f";
}

.icon-jia:before {
    content: "\e632";
}

.icon-jian:before {
    content: "\e64e";
}

.icon-duoyuyan:before {
    content: "\e654";
}

.icon-icon-jian:before {
    content: "\e609";
}

.icon-icon_jia:before {
    content: "\e652";
}

.icon-icon_earth:before {
    content: "\e6ff";
}

.icon-top1:before {
    content: "\e660";
}

.icon-tell:before {
    content: "\e6a7";
}

.icon-home:before {
    content: "\e624";
}

.icon-edit:before {
    content: "\e611";
}

.icon-facebook:before {
    content: "\e620";
}

.icon-pinterest:before {
    content: "\e8ab";
}

.icon-linkedin:before {
    content: "\e648";
}

.icon-youtube:before {
    content: "\e6d6";
}

.icon-twitter:before {
    content: "\e607";
}

.icon-bigger:before {
    content: "\e647";
}

.icon-left:before {
    content: "\e72c";
}

.icon-right:before {
    content: "\e72d";
}

.icon-up1:before {
    content: "\e72e";
}

.icon-bottom1:before {
    content: "\e72f";
}

.icon-left1:before {
    content: "\e730";
}

.icon-right1:before {
    content: "\e731";
}

.icon-up:before {
    content: "\e73e";
}

.icon-bottom:before {
    content: "\e73f";
}

.icon-instagram:before {
    content: "\e79d";
}

.icon-tumblr:before {
    content: "\e79e";
}

.icon-download:before {
    content: "\e7a0";
}

.icon-download1:before {
    content: "\e7a7";
}

.icon-search4:before {
    content: "\e7b2";
}

.icon-address:before {
    content: "\e7bc";
}

.icon-email:before {
    content: "\e7bd";
}

.icon-contact:before {
    content: "\e7be";
}

.icon-whatsapp:before {
    content: "\e7bf";
}

.icon-fax:before {
    content: "\e7c2";
}

.icon-mobile:before {
    content: "\e7c6";
}

.icon-phone:before {
    content: "\e7c8";
}

.icon-phone1:before {
    content: "\e7cb";
}

.icon-skype:before {
    content: "\e7cc";
}

.icon-whatsapp1:before {
    content: "\e7c1";
}

.icon-address1:before {
    content: "\e7c3";
}

.icon-contact1:before {
    content: "\e7c4";
}

.icon-email1:before {
    content: "\e7c5";
}

.icon-skype1:before {
    content: "\e7c9";
}

.icon-fax1:before {
    content: "\e7ca";
}

.icon-qq:before {
    content: "\e7ce";
}

.icon-tel1:before {
    content: "\e7cd";
}

.icon-wechat:before {
    content: "\e7cf";
}

.icon-phone2:before {
    content: "\e7d0";
}

.icon-message:before {
    content: "\e7da";
}

.icon-calendar:before {
    content: "\e7e1";
}

.icon-calendar1:before {
    content: "\e7e3";
}

.icon-top:before {
    content: "\e7ed";
}

.icon-youbian:before {
    content: "\e60f";
}

.icon-jian2:before {
    content: "\e600";
}

.icon-jia2:before {
    content: "\e608";
}

.icon-vk:before {
    content: "\e735";
}

.icon-instagram1:before {
    content: "\e640";
}

.icon-up7:before {
    content: "\e722";
}

.icon-bottom7:before {
    content: "\e723";
}

.icon-left7:before {
    content: "\e724";
}

.icon-right7:before {
    content: "\e725";
}

.icon-sousuo4:before {
    content: "\e610";
}

.icon-sousuo:before {
    content: "\e616";
}

.icon-sousuo1:before {
    content: "\e65b";
}

.icon-shangchuan:before {
    content: "\e602";
}

.icon-top2:before {
    content: "\e637";
}

.icon-biaoqian:before {
    content: "\e649";
}

.icon-twitter3:before {
    content: "\e7fd";
}

.icon-twitter4:before {
    content: "\e7fe";
}

.icon-twitter-new2:before {
    content: "\e800";
}

.icon-twitter-new:before {
    content: "\e7ff";
}

.icon-tiktok:before {
    content: "\e8db";
}

.icon-delete:before {
    content: "\e69d";
}

.icon-chahao:before {
    content: "\e617";
}

.icon-earth:before {
    content: "\e6d5";
}

.icon-earth1:before {
    content: "\e781";
}

.icon-chahao1:before {
    content: "\e60e";
}

.icon-jiahao:before {
    content: "\e726";
}

.icon-home1:before {
    content: "\e734";
}

.icon-guanbi:before {
    content: "\e6ca";
}

.icon-guanbi1:before {
    content: "\e61e";
}

.icon-bottom71:before {
    content: "\e74c";
}








/* animation.min.css */


.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

@-webkit-keyframes bounce {

    0%,
    100%,
    20%,
    53%,
    80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    40%,
    43% {
        -webkit-transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

@keyframes bounce {

    0%,
    100%,
    20%,
    53%,
    80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    40%,
    43% {
        -webkit-transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes flash {

    0%,
    100%,
    50% {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

@keyframes flash {

    0%,
    100%,
    50% {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shake {

    0%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes shake {

    0%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

.swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes bounceIn {

    0%,
    100%,
    20%,
    40%,
    60%,
    80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes bounceIn {

    0%,
    100%,
    20%,
    40%,
    60%,
    80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes bounceInDown {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInDown {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInLeft {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInRight {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInUp {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }

    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }

    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
    0% {
        opacity: 1
    }

    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1
    }

    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    100% {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    100% {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

@keyframes rollOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    100% {
        opacity: 0
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    100% {
        opacity: 0
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}


/* swiper-bundle */


@font-face {
    font-family: swiper-icons;
    src: url('data:application/font-woff;charset=utf-8;base64, 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');
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

:host {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 1
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0)
}

.swiper-horizontal {
    touch-action: pan-y
}

.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d {
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
    transform-style: preserve-3d
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
    scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: none
}

.swiper-css-mode.swiper-centered>.swiper-wrapper::before {
    content: '';
    flex-shrink: 0;
    order: 9999
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size)
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
    display: none !important
}

.swiper-button-next svg,
.swiper-button-prev svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform-origin: center
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
    transform: rotate(180deg)
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 10px);
    right: auto
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto
}

.swiper-button-lock {
    display: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: 'prev'
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: 'next'
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
    right: var(--swiper-pagination-right, 8px);
    left: var(--swiper-pagination-left, auto);
    top: 50%;
    transform: translate3d(0px, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform, .2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s right
}

.swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color, inherit)
}

.swiper-pagination-progressbar {
    background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    position: relative;
    touch-action: none;
    background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, .1))
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: var(--swiper-scrollbar-sides-offset, 1%);
    bottom: var(--swiper-scrollbar-bottom, 4px);
    top: var(--swiper-scrollbar-top, auto);
    z-index: 50;
    height: var(--swiper-scrollbar-size, 4px);
    width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
    position: absolute;
    left: var(--swiper-scrollbar-left, auto);
    right: var(--swiper-scrollbar-right, 4px);
    top: var(--swiper-scrollbar-sides-offset, 1%);
    z-index: 50;
    width: var(--swiper-scrollbar-size, 4px);
    height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, .5));
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move;
    touch-action: none
}

.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active {
    pointer-events: auto
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube {
    overflow: visible
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
    content: '';
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px)
}

.swiper-cube .swiper-slide-next+.swiper-slide {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-flip {
    overflow: visible
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height
}

.swiper-cards {
    overflow: visible
}

.swiper-cards .swiper-slide {
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden
}



/* swiper-bundle.min.css */

/**
 * Swiper 11.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 26, 2023
 */

@font-face {
    font-family: swiper-icons;
    src: url('data:application/font-woff;charset=utf-8;base64, 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');
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

:host {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 1
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0)
}

.swiper-horizontal {
    touch-action: pan-y
}

.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d {
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
    transform-style: preserve-3d
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
    scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: none
}

.swiper-css-mode.swiper-centered>.swiper-wrapper::before {
    content: '';
    flex-shrink: 0;
    order: 9999
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size)
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
    display: none !important
}

.swiper-button-next svg,
.swiper-button-prev svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform-origin: center
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
    transform: rotate(180deg)
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 10px);
    right: auto
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto
}

.swiper-button-lock {
    display: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: 'prev'
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: 'next'
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
    right: var(--swiper-pagination-right, 8px);
    left: var(--swiper-pagination-left, auto);
    top: 50%;
    transform: translate3d(0px, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform, .2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s right
}

.swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color, inherit)
}

.swiper-pagination-progressbar {
    background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    position: relative;
    touch-action: none;
    background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, .1))
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: var(--swiper-scrollbar-sides-offset, 1%);
    bottom: var(--swiper-scrollbar-bottom, 4px);
    top: var(--swiper-scrollbar-top, auto);
    z-index: 50;
    height: var(--swiper-scrollbar-size, 4px);
    width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
    position: absolute;
    left: var(--swiper-scrollbar-left, auto);
    right: var(--swiper-scrollbar-right, 4px);
    top: var(--swiper-scrollbar-sides-offset, 1%);
    z-index: 50;
    width: var(--swiper-scrollbar-size, 4px);
    height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, .5));
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move;
    touch-action: none
}

.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active {
    pointer-events: auto
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube {
    overflow: visible
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
    content: '';
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px)
}

.swiper-cube .swiper-slide-next+.swiper-slide {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-flip {
    overflow: visible
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height
}

.swiper-cards {
    overflow: visible
}

.swiper-cards .swiper-slide {
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden
}






@media screen and (min-width:1000px) {
    .m-range {
        width: calc(100% - 140px);
        max-width: 1400px;
        margin: auto;
    }

    .m-range1 {
        width: calc(100% - 140px);
        max-width: 1200px;
        margin: auto;
    }
}

@media screen and (max-width:999px) {
    .mpdt {
        padding-top: 30px;
    }

    .mpdb {
        padding-bottom: 30px;
    }

    .m-range,
    .m-range1 {
        width: 95%;
        margin: auto;
    }
}


/* .main1 .bg1{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
} */


/* .main1 .bgbox::after {
    content: "";
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-image: url(../images/fire_bg.png);
} */
.main1 .bgbox {
    position: absolute;
    z-index: 1;
    top: 0;
    min-height: 100vh;
    pointer-events: none;
}

.main1 .bgbox img {
    height: 100%;
    object-fit: cover;
}

/* main1 */

@media screen and (min-width:1000px) {
    .main1 {
        padding-top: 128px;
    }
}

.main1 {
    position: relative;
    height: 220vh;
}

.m1-vidbox {
    width: 100vw;
    height: 100vh;
    position: sticky;
    top: 0;
    background-color: #fff;
}

.m1-det {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.m1-l {
    width: 47.14%;
    position: relative;
    z-index: 2;
}

.m1-b-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.m1-title {
    font-family: Poppins-SemiBold, Arial, Helvetica, sans-serif;
    font-size: 50px;
    line-height: 67px;
}

.m1-s-title {
    font-family: Poppins-SemiBold, Arial, Helvetica, sans-serif;
    font-size: 40px;
    line-height: 67px;
}

.m1-con {
    margin-top: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 9;
    overflow: hidden;
}

.m1-r {
    width: 41.5%;
    background-color: #fff;
}

.m1-logo {
    position: relative;
    transition: .3s;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.m1-logo::before,
.m1-logo::after,
.m1-logo-white::before,
.m1-logo-white::after {
    content: "";
    width: 200vw;
    height: 200vh;
    background-color: #fff;
    z-index: 1;
    position: absolute;
}

.m1-logo::before {
    top: 50%;
    right: 100%;
    transform: translateY(-50%);
}

.m1-logo::after {
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
}

.m1-logo-white::before {
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.m1-logo-white::after {
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.m1-vid {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
    transform: translate(-50%, -50%);
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

.m1-vid video {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    width: 100%;
    height: auto;
    min-height: 100vh;
}

.m1-logoimg {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 5;
    transform: translate(-50%, -50%);
    text-align: center;
    max-width: none;
    pointer-events: initial;
    display: none;
    transition: .5s;
}


.m1-vidbox.act .m1-logoimg {
    display: block;
}

.m1-vidbox.act .m1-vid {
    z-index: 2;
}

.m1-vidbox.end .m1-logoimg {
    display: none;
}

@media screen and (max-width:1400px) {
    .m1-title {
        font-size: 36px;
        line-height: 40px;
    }

    .m1-s-title {
        font-size: 30px;
        line-height: 40px;
    }

    .m1-con {
        -webkit-line-clamp: 6;
    }
}

@media screen and (max-width:999px) {

    .main1,
    .m1-vidbox {
        height: auto;
    }

    .m1-l {
        width: 100%;
    }

    .m1-title {
        font-size: 30px;
    }

    .m1-s-title {
        font-size: 24px;
        line-height: 30px;
    }

    .m1-r {
        display: none;
    }

    .m1-vid {
        margin-top: 20px;
    }

    .m1-vid,
    .m1-vid video {
        position: initial;
        transform: initial;
        height: auto;
    }

    .m1-vid video {
        min-height: auto;
    }
}

@media screen and (max-width:767px) {
    .m1-title {
        font-size: 24px;
        line-height: 30px;
    }

    .m1-s-title {
        font-size: 20px;
    }
}

@media screen and (max-width:480px) {
    .m1-title {
        font-size: 20px;
    }

    .m1-s-title {
        font-size: 24px;
        line-height: 30px;
    }
}



.main1 .l_box {
    width: 43%;
    position: sticky;
    left: 0;
    top: 0;
    z-index: 2;
}

.main1 .title46 {
    margin-bottom: 19px;
}

.main1 .content {
    font-family: Poppins-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    margin-bottom: 56px;
}

.main1 .wrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 47px;
}

.main1 .inner {
    width: 50%;
    padding-right: 5%;
    margin-bottom: 40px;
}

.main1 .num {
    font-family: Gunplay;
    font-size: 60px;
    color: #0d234c;
    margin-bottom: 11px;
}

.main1 .num em {
    font-style: normal;
    font-family: Gunplay;
    font-size: 26px;
    color: #0d234c;
}

.main1 .name {
    font-family: Poppins-Regular;
    font-size: 18px;
    line-height: 28px;
    color: #0d234c;
}

.main1 .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 98px;
    height: 42px;
    border-radius: 21px;
    border: solid 1px #c8a063;
    font-family: Gunplay;
    font-size: 20px;
    color: #c8a063;
}

.main1 .btn:hover {
    background-color: #c8a063;
    color: #fff;
}

.main1 .video {
    position: absolute;
    top: 50vh;
    transform: translateX(-50%);
    right: 44.5%;
    cursor: pointer;
    z-index: 10;
}

.main1 .video {
    position: absolute;
}

.main1 .video img {
    width: 91px;
    height: 91px;
    box-shadow: 0px 3px 24px 0px rgba(0, 0, 0, 0.09);
    border-radius: 50px;
}

.main1 .video .playBtn {
    position: relative;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.main1 .video .playBtn div {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    z-index: 1;
    border-width: 0.5px;
    border-style: solid;
    border-color: #fff;
    opacity: 0;
    animation: circles 3.2s linear 0s infinite;
    animation-play-state: running;
}



.main1 .video .playBtn .circle1 {
    animation-delay: 0.8s;
}

.main1 .video .playBtn .circle2 {
    animation-delay: 1.6s;
}

.main1 .video .playBtn .circle3 {
    animation-delay: 2.4s;
}


@keyframes circles {
    0% {
        transform: scale(1);
        opacity: 0;
    }

    20% {
        transform: scale(1.28);
        opacity: 0.5;
    }

    100% {
        transform: scale(2.2);
        opacity: 0;
    }
}

@media(max-width:1600px) {
    .main1 {
        padding: 60px 0px;
    }

    .main1 .r_box {
        transform: unset;
    }

    .main1 .bgbox img {
        height: 100%;
        object-fit: cover;
        display: none;
    }
}

@media(max-width:1333px) {
    .main1 {
        display: block !important;
    }

    .main1 {
        padding: 50px 0px;
    }

    .main1 .content {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .main1 .video img {
        width: 100px;
        height: 100px;
    }

    .main1 .num {
        font-family: Gunplay;
        font-size: 50px;
        color: #0d234c;
        margin-bottom: 6px;
    }

    .main1 .wrap {
        margin-bottom: 20px;
    }

    .main1 .btn {
        width: 90px;
        height: 40px;
        font-size: 18px;
    }

    .main1 .bgbox {
        display: none !important;
    }
}

@media(max-width:1024px) {
    .m1-r {
        display: none;
    }

    .main1 .l_box {
        width: 100%;
        margin-bottom: 30px;
    }

    .m1-vid {
        position: static;
        left: 0%;
        top: 0%;
        z-index: 1;
        transform: unset;
        width: 100%;
        height: 400px;
        overflow: hidden;
    }

    .main1 {
        height: unset;
    }

    .m1-vidbox {
        width: unset;
        height: unset;
        position: sticky;
        top: 0;
        background-color: #fff;
    }

    .m1-vid video {
        position: static;
        transform: unset;
        left: 50%;
        top: 50%;
        width: 100%;
        height: auto;
        min-height: unset;
    }

    .main1 .video {
        display: none;
    }
}

@media(max-width:999px) {
    .main1 {
        padding: 40px 0px;
        background-image: none !important;
    }

    .main1 .safe {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .main1 .l_box {
        width: 100%;
    }

    .main1 .r_box {
        display: none;
    }

    .main1 .btn {
        margin-bottom: 30px;
    }

    .main1 .video {
        position: relative;
        transform: unset;
        right: unset;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
        display: none !important;
    }

    .main1 .content {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 30px;
    }

    .main1 .num {
        font-size: 42px;
        margin-bottom: 6px;
    }

    .main1 .name {
        font-size: 16px;
        line-height: 28px;
    }

    .main1 .btn {
        width: 85px;
        height: 35px;
        font-size: 16px;
    }

    .main1 .num em {
        font-size: 24px;
    }

    .m1-vid video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

@media(max-width:768px) {
    .main1 .num {
        font-size: 32px;
        margin-bottom: 6px;
    }

    .main1 .content {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 20px;
    }

    .main1 .title46 {
        margin-bottom: 15px;
    }

    .main1 .name {
        font-size: 14px;
        line-height: 21px;
    }

    .main1 .inner {
        width: 50%;
        padding-right: 5%;
        margin-bottom: 20px;
    }

    .main1 .wrap {
        margin-bottom: 20px;
    }

    .main1 .video img {
        width: 80px;
        height: 80px;
    }

    .main1 .num em {
        font-size: 22px;
    }

    .m1-vid {
        height: 300px;
    }

    .m1-vid video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .main1 .btn {
        margin-bottom: 0;
    }
}

@media(max-width:570px) {
    .main1 {
        padding: 30px 0px;
    }

    .main1 .num em {
        font-size: 18px;
    }

    .m1-vid {
        height: 200px;
    }
}

@media(max-width:400px) {
    .main1 .wrap {
        flex-direction: column;
    }

    .main1 .inner {
        width: 100%;
        padding-right: 0;
        margin-bottom: 15px;
    }

    .main1 .num {
        font-size: 24px;
        margin-bottom: 6px;
    }
}

.verify_img {
    height: 100%;
}

.get_touch .erji {
    padding-left: 20px !important;
}

.no_use {
    pointer-events: none;
    opacity: .5;
}


.sharebox-div {
    display: flex;
    align-items: center;
}

.sharebox-div .sharebox {
    display: flex;
}

