@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: 100px;
    margin: 0 auto;
}

body {
    overflow-x: hidden;
    background-color: #fff;
    /* max-width: 1920px; */
    min-width: 250px;
    margin: 0 auto;
    font-family: Inter-Regular;
}

h1 {
    font-weight: unset;
}

em {
    font-style: normal;
}

img {
    max-width: 100%;
}

i {
    font-stretch: normal;
    font-style: normal;
}

li {
    list-style: none;
}

a {
    color: #333;
    text-decoration: none;
}

h2 {
    font-weight: normal;
}

.clear {
    clear: both;
}

.white {
    color: #fff !important;
}



.safe {
    max-width: 1400px;
    width: calc(100% - 120px);
    margin: 0 auto;
}

@media screen and (max-width:999px) {
    .safe {
        width: calc(100% - 50px);
    }
}

@media screen and (max-width:768px) {
    .safe {
        width: calc(100% - 30px);
    }
}


.headersafe {
    max-width: 1622px;
    width: calc(100% - 120px);
    margin: 0 auto;
}

@media screen and (max-width:999px) {
    .headersafe {
        width: calc(100% - 50px);
    }
}

@media screen and (max-width:768px) {
    .headersafe {
        width: calc(100% - 30px);
    }
}

.elisps1 {
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

/* video tankuang */
.tankaunga {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 9999999999
}

.tankaunga:before {
    content: "X";
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    top: 10px;
    right: 10px;
    background: #fff;
    border-radius: 50%;
    font-size: 18px;
    cursor: pointer;
}

.tankaungn2 {
    position: fixed;
    left: 5%;
    top: 5%;
    right: 5%;
    bottom: 5%;
    background: rgba(0, 0, 0, 0.5);
}

.tankaungn2 iframe,
.tankaungn2 video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.tankaungn2 iframe body {
    margin: 0px !important;
}

/*jQzoom*/
.jqzoom {
    float: left;
    position: relative;
    padding: 0px;

}

div.zoomdiv {
    z-index: 200;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 400px;
    height: 400px;
    background: #ffffff;
    border: 1px solid #CCCCCC;
    display: none;
    text-align: center;
    overflow: hidden;
}

div.zoomdiv img {
    max-width: unset !important;
}

div.jqZoomPup {
    z-index: 200;
    visibility: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    border: 1px solid #aaa;
    background: #ffffff;
    opacity: 0.5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    filter: alpha(Opacity=50);
    transition: none;
}





/* han bao an niu */
/* .btn {
    float: right;
    margin-right: 20px;
    font-size: 18px;
} */


/* cebianlan  common*/
/* rightlist */

.column {
    position: fixed;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
    display: flex;

}

.column ul {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.column ul li {
    margin-bottom: 3px;
    min-width: 50px;
    max-width: 200px;
    background-color: #ffffff;
    box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.09);
    border-radius: 6px;
    display: flex;
    align-items: center;
}

.column ul li:hover .tiaozhuan {
    display: flex;
    width: 90px;
    margin-left: 15px;
    margin-right: 10px;
}

.column ul li:hover .imgbox {
    background-color: #fa282f;
}

.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: 53px;
    height: 53px;
    background-color: #bdbdbd;
    border-radius: 5px;

    display: flex;
    justify-content: center;
    align-items: center;

    position: relative;
}




.column ul li .imgbox i {
    font-size: 23px;
    color: #fff !important;
}

.column ul li .imgbox a {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

/* .column ul li .imgbox:hover {
    background-color: #166296;
} */


.column ul li .imgbox:hover i {
    color: #fff !important;
}

.column .wechat {
    position: relative;
}

.column .wechat i,
.column .phone i {
    color: #4dc950 !important;
}

.column ul li .phonenum {
    position: absolute;
    right: 53px;
    padding: 10px;
    color: #333;
    background-color: #fff;
    display: none;
    word-wrap: nowrap;
}

.column .skype i {
    color: #2c87ce !important;
}

.column .gotop i,
.column .email i {
    color: #323235 !important;
}

.column .gotop .icon-xiajiantou {
    transform: rotate(180deg);
}

.column .wechat .erweima {
    position: absolute;
    width: 150px;
    height: 150px;
    top: -10px;
    right: 100%;
    display: none;
    cursor: pointer;
    border: 10px solid rgba(0, 0, 0, .1);
    border-radius: 10px;
}

.column .wechat .erweima img,
.column .whatsapp .erweima img {
    width: 100%;
    height: 100%;
    border-radius: 10px !important;
    padding-right: 10px;
    background-color: transparent;
}

.column .gotop i {
    font-size: 18px !important;
    padding: 5px;
    border: 1px solid #fff;
    border-radius: 50px;
}

@media(max-width:1600px) {
    .column ul li .imgbox {
        width: 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;
        color: #fff;
    }
}

@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: 30;
        width: 100%;
        height: 45px;
        transform: unset;
    }

    .column ul li .imgbox {
        width: 45px;
        height: 45px;
    }

    .column .wechat .erweima,
    .column .whatsapp .erweima {
        position: absolute;
        width: 150px;
        height: 150px;
        top: -173px;
        right: 17%;
        display: none;
        cursor: pointer;
    }

    .column ul {
        display: flex;
        flex-direction: row;
        width: 100%;
        justify-content: center;
        align-items: center;
        background: rgba(255, 255, 255, 0.5);
        height: 100%;
    }

    .column ul li {
        margin-bottom: 0px;
        width: 100%;
    }

    .column ul li .imgbox {
        width: 100%;
        height: 0;
    }

    .column ul li .imgbox a {
        width: 100%;
        height: 45px;
    }

    .column ul li .imgbox img {
        /* width: 18%; */
        width: 30px;
    }

    .column ul li a {
        border: unset;
    }

    .column ul {
        background-color: rgba(0, 0, 0, .3);
    }

    .column ul li .phonenum {
        position: absolute;
        right: 53px;
        padding: 10px;
        color: #333;
        background-color: #fff;
        display: none;
        word-wrap: nowrap;
        right: unset;
        top: -100%;
    }
}

@media(max-width:768px) {

    .column ul li .imgbox {
        width: 45px;
        height: 45px;
    }

    .column .wechat .erweima,
    .column .whatsapp .erweima {
        position: absolute;
        width: 135px;
        height: 135px;
        top: -157px;
        /* right: 20%; */
        display: none;
        cursor: pointer;
        left: 0;
    }

    .column ul {
        display: flex;
        flex-direction: row;
        width: 100%;
        justify-content: center;
        align-items: center;
        height: 100%;
    }

    .column ul li {
        margin-bottom: 0px;
        width: 100%;
    }

    .column ul li .imgbox {
        width: 100%;
        height: 0;
    }

    .column ul li .imgbox a {
        width: 100%;

    }

    .column ul li .imgbox img {
        width: 28px;
    }
}

@media(max-width:450px) {


    .column ul li .imgbox {
        width: 45px;
        height: 45px;
    }

    .column ul li .imgbox i {
        font-size: 18px;
    }

    .column .gotop i {
        font-size: 14px !important;
    }

    .column .wechat .erweima {
        position: absolute;
        width: 100px;
        height: 100px;
        top: -125px;
        right: 20px;
        display: none;
        cursor: pointer;
        left: 0;
    }

    .column ul {
        display: flex;
        flex-direction: row;
        width: 100%;
        justify-content: center;
        align-items: center;
        height: 100%;
    }

    .column ul li {
        margin-bottom: 0px;
        width: 100%;
    }

    .column ul li .imgbox {
        width: 100%;
        height: 0;
    }

    .column ul li .imgbox a {
        width: 100%;

    }

    .column ul li .imgbox img {
        width: 25px;
    }
}

/* hanbaoanniu */

.navbar-toggle {
    width: 35px;
    height: 35px;
    z-index: 10000000000;
    position: relative;
    transition-duration: 1s;
    display: inline-block;
    cursor: pointer;
    padding-left: 5px;
    border-radius: 4px;
    border: 1px solid transparent;
    background-color: #efefef !important;
    display: none;
}

.navbar-toggle .icon {
    height: 1px;
    width: 25px;
    top: 16px;
    background-color: #fa282f;
    border-radius: 20px;
    position: absolute;
    transition-duration: 0.5s;
}

.navbar-toggle .icon:before {
    left: 0;
    position: absolute;
    top: -9px;
    height: 1px;
    width: 25px;
    background-color: #fa282f;
    content: "";
    border-radius: 20px;
    transition-duration: 0.5s;
}

.navbar-toggle .icon:after {
    left: 0;
    position: absolute;
    top: 9px;
    height: 1px;
    width: 25px;
    background-color: #fa282f;
    content: "";
    border-radius: 20px;
    transition-duration: 0.5s;
}

.navbar-toggle.open .icon {
    background: transparent;
}

.navbar-toggle.open .icon:before {
    transition: transform 0.5s;
    transform: rotateZ(45deg) translate(6px, 7px);
}

.navbar-toggle.open .icon:after {
    transition: transform 0.5s;
    transform: rotateZ(-405deg) translate(6px, -7px);
}


@media(max-width:1600px) {}

@media(max-width:1333px) {}

@media(max-width:999px) {}

@media(max-width:768px) {}

@media(max-width:570px) {
    .navbar-toggle {
        width: 32px;
        height: 32px;
        padding-left: 2.5px;
    }

    .navbar-toggle .icon:before {
        left: 0;
        top: -7px;
        height: 1px;
        width: 25px;
        border-radius: 20px;
    }

    .navbar-toggle .icon:after {
        left: 0;
        top: 7px;
        height: 1px;
        width: 25px;
        border-radius: 20px;
    }

    .navbar-toggle .icon {
        top: 15px;
    }

    .navbar-toggle.open .icon:after {
        transition: transform 0.5s;
        transform: rotateZ(-405deg) translate(5px, -5px);
    }

    .navbar-toggle.open .icon:before {
        transition: transform 0.5s;
        transform: rotateZ(45deg) translate(5px, 5px);
    }
}





/* minmenu */
.borderbox {
    right: -150%;
    background-color: #fff;
    position: absolute;
    width: 50%;
    padding-left: 15px;
    padding-bottom: 20px;
    padding-top: 41px;
    z-index: 20000 !important;
    transition: none;
    top: 0;
    height: 100vh;
    overflow: scroll;
}





.borderbox .topbox {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.borderbox .topbox .qiehuan {
    margin-right: 40px;
    padding: 10px 20px;
    border: 1px solid #fff;
    color: #fff;
    background-color: #1f77ba;
    border-radius: 5px;
}

.borderbox .topbox .qiehuan a {
    color: #fff;
}

/* sousuo */
.borderbox .searchicon {
    color: #000;
    font-weight: 800;
    font-size: 17px;
    cursor: pointer;
}

.borderbox .searchicon:hover {
    color: #1f77ba;
}


.borderbox .search {
    position: relative;
    width: 153px;
    height: 50px;
    margin-left: 30px;

}

.borderbox .sea {
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 33px;
    border-radius: 50px;
    padding: 5px 36px 5px 15px;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);

}

.borderbox .search .icon-sousuo {
    position: absolute;
    top: 10px;
    right: -2px;
    width: 30px;
    height: 38px;
    font-weight: 800;
    color: #333;
    font-size: 13px;
}

.borderbox .submit {
    position: absolute;
    top: -4px;
    right: 8px;
    width: 30px;
    height: 38px;
    z-index: 2;
    opacity: 0;
    cursor: pointer;
}

/* liebiao */
.borderbox .btn {
    width: 25px;
    height: 25px;
    padding-bottom: 0px;
    font-style: normal;
    font-size: 18px;
    border-radius: 50px;
    background-color: #fa282f;
    line-height: 25px;
    text-align: center;
    color: #fff;
    flex-shrink: 0;
    float: right;
    margin-right: 15px;
    /* font-family: Poppins-Regular; */
    cursor: pointer;
}

.borderbox ul {
    transition: none;
}

.borderbox .ul1 {
    margin-bottom: 100px;
    /* margin-top: 50px; */
}

.borderbox .ul1 li {
    font-size: 16px;
    transition: none;
}

.borderbox .ul1 li a {
    color: #000;
    transition: none;
}

.borderbox .ul1 li {
    line-height: 30px;
}

.borderbox .menu1 {
    padding-bottom: 6px;
    padding-top: 6px;
}

.borderbox .menu2 {
    float: none;
    padding-bottom: 5px;
    padding-top: 5px;
}

.borderbox .menu2 a {
    color: #333 !important;
}

.borderbox .menu2 li {
    float: none;
    padding-bottom: 4px;
    padding-top: 4px;

}

.borderbox .ul1 {
    display: flex;
    flex-direction: column;
}

.borderbox .ul2 {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
    display: none;
    margin-right: 30px;
}

.borderbox .ul2 li {
    padding: 8px 0px;
}

.borderbox .ul3 {
    display: flex;
    flex-direction: column;
    margin-left: 20px;
    display: none;
}

@media(max-width:1600px) {
    .borderbox {
        display: none;
    }
}

@media(max-width:1333px) {
    .borderbox {
        display: none;
    }

    .borderbox .ul1 li {
        font-size: 16px;
    }

}

@media(max-width:999px) {
    .navbar-toggle {
        display: block;
    }

    .borderbox {
        display: block;
        width: 60%;
    }

    .borderbox .ul1 li {
        font-size: 14px;
    }

}

@media(max-width:768px) {
    .borderbox {
        display: block;
    }

    .borderbox .ul1 li {
        font-size: 12px;
    }

    .borderbox .btn {
        font-size: 16px;
        line-height: 26px;
    }

    .borderbox {
        display: block;
        width: 65%;
    }



    .borderbox .search {
        position: relative;
        width: 136px;
        height: 50px;

    }

    .borderbox .sea {
        position: absolute;
        top: 0;
        left: 0;
        width: 134px;
        height: 28px;
        border-radius: 50px;
        padding: 5px 36px 5px 15px;
        box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);

    }

    .borderbox .search .icon-sousuo {
        position: absolute;
        top: 7px;
        right: -2px;
        width: 30px;
        height: 38px;
        font-weight: 800;
        color: #333;
        font-size: 13px;
    }

    .borderbox .submit {
        position: absolute;
        top: -4px;
        right: 8px;
        width: 30px;
        height: 38px;
        z-index: 2;
        opacity: 0;
        cursor: pointer;
    }

    .borderbox .ul1 li {
        line-height: 25px;
    }
}

@media(max-width:570px) {
    .borderbox .ul2 li {
        padding: 4px 0px;
    }

    .borderbox {
        display: block;
        width: 70%;
    }

    .borderbox .ul1 li {
        font-size: 12px;
    }

    .borderbox .btn {
        font-size: 16px !important;
        margin-right: 5px;
        width: 22px !important;
        line-height: 22px;
        height: 22px !important;
        text-align: center;
        display: inline-block;
    }
}

@media(max-width:570px) {
    .borderbox {
        width: 85%;
    }
}



.index_top {
    width: 100%;
    position: absolute;
    height: 30px;
    background-color: rgba(0, 0, 0, .2);
    z-index: 100;
}

.index_top .safe {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: solid 1px rgba(255, 255, 255, .2);
}

.index_top .safe p {
    font-family: Inter-Regular;
    font-size: 14px;
    line-height: 30px;
    color: #ffffff;
    opacity: 0.6;
}


header {
    width: 100%;
    height: 90px;
    position: fixed;
    z-index: 10000;
    background-color: rgba(0, 0, 0, .2);
    border-radius: 1px;
    min-width: 250px;
    border-bottom: solid 1px rgba(255, 255, 255, .2);
    transform: translateY(30px);
}




header>.safe {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}



header .rightbox .bottombox {
    display: flex;
}

header .rightbox .bottombox>ul {
    display: flex;
    align-items: center;
    margin-right: 95px;
}

header .rightbox .bottombox ul li {
    position: relative;
    display: flex;
    justify-content: center;
}

header .rightbox .bottombox>ul>li>a {
    padding: 28px 44px;
    position: relative;
    display: inline-block;
}

header .rightbox .bottombox>ul>li:hover>a {
    color: #fa282f !important;
}

header .rightbox .bottombox>ul>li:hover>a::after {
    opacity: 1;
}

header .rightbox .bottombox a {
    font-family: Inter-Medium;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
}

header .rightbox .bottombox .menubox li>ul a {
    color: #333 !important;
}

header .rightbox .bottombox .menubox li>ul li {
    text-align: center;
}


header .rightbox .bottombox .menubox>li>a {
    color: #fff;
    position: relative;
}

header .rightbox .bottombox .menubox>li>a::after {
    content: "";
    position: absolute;
    width: 67px;
    height: 2px;
    background-color: #fa282f;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -2px;
    opacity: 0;
}




/* active */
header .rightbox .active_title>a {
    color: #fa282f !important;
}

header .rightbox .bottombox .menubox li>ul .active_li>a {
    color: #fa282f !important;
}

header .rightbox .active_title>a::after {
    opacity: 1 !important;
}




header .rightbox .searchbox {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 35px;
}

header .rightbox .searchbox i {
    font-weight: bold;
    cursor: pointer;
    color: #fff;
    font-size: 20px;
}

header .rightbox .searchbox i:hover {
    color: #fa282f !important;
}


header .rightbox .searchbox .searchicon {
    color: #fff;
}

header .rightbox .searchbox .search {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    display: block;
    z-index: 1000;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
}

header .rightbox .searchbox .sea {
    position: absolute;
    right: 0;
    width: 200px;
    top: 25px;
    height: 38px;
    border-radius: 50px;
    padding: 5px 46px 5px 15px;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
}

header .rightbox .searchbox .search .icon-sousuo {
    position: absolute;
    top: 35px;
    right: 10px;
    width: 30px;
    height: 38px;
    font-weight: 800;
    color: #333;
}

header .rightbox .searchbox .search .submit:hover+.icon-sousuo {
    color: #fa282f;
}

header .rightbox .searchbox .submit {
    position: absolute;
    top: 25px;
    right: 16px;
    width: 30px;
    height: 38px;
    z-index: 2;
    opacity: 0;
    cursor: pointer;
}

/* lanauage */

header .lanauage_wrap {
    display: flex;
    align-items: center;
    margin-right: 35px;
}


header .lanauage {
    position: relative;
    transition: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 0px 35px;
    border-left: 1px solid rgba(235, 236, 240, .2);
    border-right: 1px solid rgba(235, 236, 240, .2);
}

header .lanauage .icon-duoyuyan {
    font-size: 21px;
    color: #fff;
    margin-right: 8px;
}

header .lanauage .lanbox i {
    color: #999999;
}

header .lanauage img {
    margin-right: 10px;
    width: 27px;
    height: 14px;
}

header .lanauage:hover i {
    color: #fa282f !important;
}

header .lanauage:hover .name {
    color: #fa282f !important;
}

header .lanauage .silde-down {
    transition: none;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff !important;
    text-align: center;
    min-width: 100px;
    width: 120px;
    max-width: 200px;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
    z-index: 10;
}

header .lanauage .silde-down a {
    color: #333;
}

header .lanauage .silde-down li {}

header .lanauage .silde-down li:hover {
    background-color: rgba(250, 40, 47, .5);
}

header .lanauage .silde-down li:hover a {
    color: #fff;
}

header .getbtn {
    display: flex;
    align-items: center;
}

header .get_a_quote {
    width: 149px;
    height: 46px;
    background-color: rgba(244, 244, 244, .1);
    border-radius: 23px;

    font-family: Inter-Medium;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

header .get_a_quote:hover {
    background-color: #fff;
    color: #fa282f !important;
    border: 1px solid #fa282f;
}





/* erji sanji siji */
/* yiji */

header .rightbox .menubox>li ul {
    position: absolute;
    top: 100%;
    /* display: flex; */
    flex-direction: column;
    transition: none;
    min-width: 250px;
    width: max-content;
    padding-right: 20px;
    word-break: break-all;
    max-width: 425px;
    background-color: #ffffff;
    box-shadow: 1px 1px 31px 0px rgba(0, 0, 0, 0.03);
    transition: none;
}

header .rightbox .menubox>li>ul {
    top: 103%;
}

header .rightbox .menubox>li ul li:hover>a {
    color: #fa282f !important;
}

header .rightbox .active_li>a {
    color: #fa282f !important;
}

header .rightbox .menubox li>ul>li {
    transition: none;
}

header .rightbox .menubox li>ul>li>a {

    display: block;
    background-color: #ffffff;
    position: relative;
    padding: 8px 30px 8px 30px;
    transition: none;
}

header .rightbox .menubox li>ul>li>ul {
    position: absolute;
    left: 100%;
    top: 0px;
    display: none;
    padding: 0;
    flex-direction: column;
    transition: none;
    background: transparent;
    padding-left: 2%;
    transform: translateY(-20px);

}

header .rightbox .menubox li>ul>li>ul li {
    background-color: #fff;
}

header .rightbox .menubox li>ul>li>ul li:first-child {
    padding-top: 20px;

}

header .rightbox .menubox li>ul>li>ul li:last-child {
    padding-bottom: 20px;
}

header .rightbox .menubox li>ul>li>ul>li>ul {
    left: 100%;
    transition: none;
}




header .rightbox .menubox>li ul {
    transition: none;
    padding: 20px 0px;
    box-sizing: content-box;
    /* height: auto !important; */
}

header .menubox ul {
    translate: none;
    display: none;
}

header .leftbox {
    flex-shrink: 0;
}

header .navbar-toggle {
    display: none;
}

/* fix_header */

.fix_header {
    background-color: #ffffff;
    transform: translateY(0px);
}

.fix_header .rightbox .bottombox .menubox>li>a {
    color: #333333;
}

.fix_header .rightbox .searchbox i {
    color: #333333;
}

.fix_header .lanauage .icon-duoyuyan {
    color: #333;
}

.fix_header .rightbox .bottombox a {
    color: #333;
}


/* .fix_header .rightbox .bottombox a:hover {
    color: #fa282f !important;
} */

.fix_header .get_a_quote:hover {
    background-color: #fff;
    color: #fa282f !important;
    border: 1px solid #fa282f;
}

.fix_header .get_a_quote {
    background-color: rgba(255, 36, 36, .1);
    color: #fa282f !important;
}

.fix_header .borderbox {
    top: 0px;
}


@media(max-width:768px) {}


@media(max-width:1900px) {
    header .rightbox .bottombox .menubox>li>a {
        padding: 28px 34px;
    }
}

@media(max-width:1600px) {
    header .rightbox .bottombox .menubox>li>a {
        padding: 20px 26px;
    }

    header .lanauage {
        padding: 0px 20px;
    }

    header .rightbox .searchbox {
        margin-right: 20px;
    }

    header .rightbox .bottombox>ul {
        margin-right: 4px;
    }

    header .rightbox .searchbox i {
        font-size: 18px;
    }

    header .get_a_quote {
        width: 140px;
        height: 45px;
        background-color: rgba(244, 244, 244, .1);
        border-radius: 23px;
        font-size: 16px;
        line-height: 30px;
    }

    header {
        height: 72px;
    }
}

@media(max-width:1333px) {
    header .leftbox img {
        height: 55px;
    }

    header .rightbox .bottombox a {
        font-size: 14px;
        line-height: 24px;
    }

    header .rightbox .bottombox .menubox>li>a {
        padding: 20px 14px;
    }

    header .lanauage_wrap {
        margin-right: 10px;
    }

    header .get_a_quote {
        width: 115px;
        height: 40px;
    }

    header .lanauage {
        padding: 0px 10px;
    }

    header .rightbox .searchbox {
        margin-right: 10px;
    }

    header .rightbox .searchbox i {
        font-size: 16px;
    }

    header .rightbox .bottombox .menubox>li>a {
        padding: 16px 14px;
    }

    header {

        height: 70px;
    }
}

@media(max-width:999px) {
    header .rightbox .bottombox>ul {
        display: none;
    }

    header .getbtn {
        display: none;
    }

    header .rightbox .searchbox {
        display: none;
    }

    header .navbar-toggle {
        display: block;
    }

    .borderbox {
        top: -0px;
    }

    header .leftbox img {
        height: 45px;
    }

    header {
        height: 60px;
    }
    .index_top{
        background-color: #fff;
    }
    .index_top .safe p{
        color: #333;
    }
    header{
        background-color: #fff;
    }
    header .lanauage .icon-duoyuyan{
        color: #333;
    }
    header .rightbox .bottombox a{
        color: #333;
    }
}

@media(max-width:768px) {
    .index_top {
        display: none;
    }

    header {
        transform: translateY(0px);
    }
}

@media(max-width:570px) {
    header {
        height: 55px;
    }
}

@media(max-width:400px) {}






/* index_banner */

.index_banner {
    padding-top: 0px;
    position: relative;
    overflow: hidden;
    /* padding-bottom: 45.91%; */
    /* height: 0; */


}
/* .index_banner .swiper{
    height: 100%;
} */
.index_banner img {
    display: block;
}

.index_banner .swiper_page{
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 10;
    width: 298px;
	height: 83px;
	background-color: #f8f8fa;
    font-family: Inter-Medium;
	font-size: 22px;
	color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
}

.index_banner .swiper-slide{
    position: relative;
}
.index_banner .swiper-slide a{
   width: 100%;
}

.index_banner .video{
    position: absolute;
    right: 13%;
    top: 55%;
    transform: translateY(-55%);
    z-index: 100;
}

.index_banner .play{
    position: static !important;
}

.index_banner .swiper_page i{
    padding: 0px 5px;
}
.index_banner .swiper_page .act{
    color: #fa282f;
}

.index_banner .swiper img {
    display: block;
    width: 100%;
}

.index_banner .swiper {
    width: 100%;
}

.index_banner .swiper-slide {
    position: relative;
    display: flex;
    justify-content: center;
    overflow: hidden;
}







.index_banner .banner_mySwiper video {
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 101%;
    min-height: 100%;
    max-width: none;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    display: none \9;
    display: block \9\0;
}

.index_banner .banner_mySwiper iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}


.index_banner .swiper-pagination-bullet {
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: #8f9192;
    border-radius: 50px;
    opacity: 1;
    margin-bottom: 31px !important;
}

.index_banner .swiper-pagination-bullet-active {
    opacity: 1;
    width: 12px;
    height: 12px;
    background-color: #fa282f;
    border: 50px;
    box-sizing: content-box;
    border: solid 3px #fff;
    position: relative;
}

/* .index_banner .swiper-pagination-bullet-active::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
} */

.index_banner .swiper-pagination {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.index_banner .swiper-horizontal>.swiper-pagination-bullets,
.index_banner .swiper-pagination-bullets.swiper-pagination-horizontal,
.index_banner .swiper-pagination-custom,
.index_banner .swiper-pagination-fraction {
    bottom: 4.9% !important;
}

.index_banner .switch_wrap {
    position: absolute;
    top: 55%;
    right: 5%;
}





/* page_banner */
.page_banner {
    /* padding-top: 148px; */
    height: 0;
    padding-bottom: 23.44%;
    position: relative;
    display: flex;
    justify-content: center;
}


.page_banner img {
    display: block;
    position: absolute;
}

.page_banner .bg {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: -1;
}

.page_banner .safe {
    background-color: transparent;
    position: absolute;
    top: 66%;
    transform: translateY(-68%);
}

.page_banner .title {
    font-family: Inter-Bold;
    font-size: 42px;
    line-height: 54px;
    color: #ffffff;
    margin-bottom: 21px;
}





/* crumb */
.crumb {}

.crumb i {
    color: #fff;
}

.crumb a {
    font-family: Inter-Regular;
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
}

.crumb a:hover {
    color: #fa282f;
}

.crumb .active {
    color: #fa282f;
}

@media(max-width:1600px) {
    .index_banner .swiper-pagination-bullet {
        opacity: 1;
        margin-bottom: 15px !important;
    }

    .index_banner .swiper-pagination-bullet-active {
        opacity: 1;
        width: 12px;
        height: 12px;
        background-color: #fa282f;
        border: 50px;
        box-sizing: content-box;
        border: solid 3px #fff;
        position: relative;
    }

    .page_banner .title {
        font-size: 38px;
        line-height: 48px;
        margin-bottom: 18px;
    }

    .crumb a {
        font-size: 16px;
        line-height: 28px;
    }
}

@media(max-width:1333px) {
    .index_banner .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }

    .index_banner .swiper-pagination-bullet-active {
        width: 10px;
        height: 10px;
    }

    .page_banner .title {
        font-size: 34px;
        line-height: 40px;
        margin-bottom: 15px;
    }

    .page_banner .safe {
        background-color: transparent;
        position: absolute;
        top: 74%;
        transform: translateY(-74%);
    }
    .index_banner .swiper_page{
        position: absolute;
        width: 250px;
        height: 70px;
        font-size: 20px;
    }
    
}

@media(max-width:999px) {
    .index_banner {
        margin-top: 90px;
    }
    .index_banner .swiper_page{
        display: none;
    }

    .page_banner .bg {
        display: none;
    }

    .page_banner .title {
        display: none;
    }

    .page_banner {
        padding-bottom: 0;
        height: auto;
    }

    .page_banner .safe {
        position: static;
        top: 0;
        transform: unset;
    }

    .crumb {
        margin-top: 100px;
    }

    .crumb a,
    .crumb i {
        color: #333;
    }
}

@media(max-width:768px) {
    .index_banner {
        margin-top: 60px;
    }

    .crumb {
        margin-top: 64px;
    }

    .crumb a {
        font-size: 14px;
        line-height: 26px;
    }
}

@media(max-width:570px) {
    .index_banner {
        margin-top: 55px;
    }
}


/*  */








/* index */

/* index_categories */

.index_categories {
    margin: 0 auto;
    padding: 90px 0px 84px;
    max-width: 1920px;
}

.index_categories .t_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 67px;

    /* background-image: url(../images/index_hover1.png);
    background-repeat: no-repeat;
    background-position: left top; */
}

.index_categories .title {
    font-family: Inter-Bold;
    font-size: 42px;
    margin-bottom: 12px;
}

.index_categories .title a {
    color: #333333;
}


.index_categories .title span {
    color: #fa282f;
}

.index_categories .title a:hover {
    color: #fa282f;
}

.index_categories .title a:hover span {
    color: #fa282f;
}

.index_categories .leftbox {
    width: 80%;
}

.index_categories .leftbox .content {
    font-family: Inter-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}

.index_categories .rightbox a {
    width: 186px;
    height: 54px;
    border-radius: 4px;
    border: solid 1px #fa282f;

    font-family: Inter-Bold;
    font-size: 16px;
    line-height: 30px;
    color: #fa282f;

    display: flex;
    align-items: center;
    justify-content: center;
}

.index_categories .rightbox a:hover {
    color: #fff;
    background-color: #fa282f;
    border: 1px solid #fff;
}


.index_categories .catebox {
    display: flex;
    flex-wrap: wrap;
}

.index_categories img {
    display: block;
}

.index_categories .imgbox {
    overflow: hidden;
}

.index_categories .imgbox img:hover {
    transform: scale(1.03);
}

.index_categories .box {
    width: 31.8671%;
    margin-right: 2.2%;
    display: flex;
    border: solid 1px #e6e6e8;
    padding: 18.5px 15px 18.5px 0px;
    position: relative;
    margin-bottom: 30px;
}

.index_categories .box:hover .hover {
    opacity: 1;
}

.index_categories .box:hover {
    border: 1px solid transparent;
}

.index_categories .box:nth-child(3n) {
    margin-right: 0;
}

.index_categories .box .imgbox {
    width: 47.1%;
    position: relative;
    z-index: 10;
}

.index_categories img {
    display: block;
}


.index_categories .contact {
    width: 52.2%;
    padding-left: 9.4%;
    padding-right: 5%;
    position: relative;
    z-index: 10;
}

.index_categories .small_title {
    font-family: Inter-Medium;
    font-size: 20px;
    line-height: 30px;
    color: #333333;
    padding-top: 26px;
}

.index_categories .small_title a {
    color: #333;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index_categories .small_title a:hover {
    color: #fa282f;
}

.index_categories .line1 {
    width: 73px;
    height: 1px;
    background-color: #e6e6e8;
    margin: 16px 0px 32px 0px;
}

.index_categories .view_more {
    font-family: Inter-Medium;
    font-size: 16px;
    line-height: 30px;
    color: #fa282f;
    position: relative;
}

.index_categories .view_more::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #fa282f;
    transition: linear all .4s;
}

.index_categories .view_more:hover::after {
    width: 100%;
}

.index_categories .box .hover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
    opacity: 0;
}

@media(max-width:1600px) {
    .index_categories {
        padding: 50px 0px;
    }

    .index_categories .title {
        font-size: 38px;
        margin-bottom: 10px;
    }

    .index_categories .rightbox a {
        width: 170px;
        height: 50px;
        border-radius: 4px;
        font-size: 16px;
    }

    .index_categories .t_box {
        /* flex-direction: column; */
        margin-bottom: 45px;
    }

    .index_categories .box {
        width: 31.8671%;
        margin-right: 2.2%;
        padding: 15px 15px 15px 0px;
        margin-bottom: 24px;
    }

    .index_categories .small_title {
        font-size: 18px;
        line-height: 26px;
        padding-top: 0;
    }

    .index_categories .contact {
        width: 52%;
        padding-left: 5%;
        padding-right: 5%;
        z-index: 10;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .index_categories .line1 {
        width: 70px;
        height: 1px;
        margin: 16px 0px 25px 0px;
    }
}

@media(max-width:1333px) {
    .index_categories .title {
        font-size: 34px;
        margin-bottom: 10px;
    }

    .index_categories .rightbox a {
        width: 160px;
        height: 50px;
        border-radius: 3px;
        font-size: 16px;
    }

    .index_categories .t_box {
        /* flex-direction: column; */
        margin-bottom: 35px;
    }

    .index_categories .small_title {
        font-size: 16px;
        line-height: 24px;
        padding-top: 0;
    }

    .index_categories .line1 {
        width: 70px;
        height: 1px;
        margin: 15px 0px 15px 0px;
    }

    .index_categories .view_more {
        font-size: 14px;
        line-height: 30px;
    }
}

@media(max-width:999px) {
    .index_categories {
        padding: 40px 0px;
        background-size: cover !important;
    }

    .index_categories .title {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .index_categories .rightbox a {
        width: 140px;
        height: 45px;
        border-radius: 3px;
        font-size: 14px;
    }

    .index_categories .t_box {
        /* flex-direction: column; */
        margin-bottom: 30px;
    }

    .index_categories .box {
        width: 49%;
        margin-right: 2%;
        padding: 10px 10px 10px 10px;
        margin-bottom: 15px;
    }

    .index_categories .box:nth-child(3n) {
        margin-right: 2%;
    }

    .index_categories .box:nth-child(2n) {
        margin-right: 0;
    }

    .index_categories .contact {
        padding-right: 0%;
    }
}

@media(max-width:768px) {
    .index_categories .title {
        font-size: 26px;
        margin-bottom: 10px;
    }

    .index_categories .t_box {
        flex-direction: column;
        margin-bottom: 20px;
        align-items: flex-start;
    }

    .index_categories .leftbox {
        width: 100%;
        margin-bottom: 15px;
    }

    .index_categories .leftbox .content {
        font-size: 14px;
        line-height: 24px;
    }

    .index_categories .rightbox a {
        width: 125px;
        height: 40px;
        border-radius: 3px;
        font-size: 14px;
    }

    .index_categories .box {
        width: 49%;
        margin-right: 2%;
        padding: 10px 10px 10px 10px;
        margin-bottom: 10px;
    }
}

@media(max-width:570px) {
    .index_categories {
        padding: 30px 0px;
    }

    .index_categories .title {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .index_categories .t_box {
        margin-bottom: 15px;
    }

    .index_categories .rightbox a {
        width: 115px;
        height: 38px;
        border-radius: 2px;
        font-size: 14px;
    }
}

@media(max-width:500px) {
    .index_categories .box {
        width: 100%;
        margin-right: 0%;
        padding: 8px;
        margin-bottom: 10px;
    }

    .index_categories img {
        width: 150px;
    }

    .index_categories .box .imgbox {
        width: 36%;
        position: relative;
        z-index: 10;
    }

    .index_categories .contact {
        width: 63%;
        padding-left: 5%;
        padding-right: 0%;
    }

    .index_categories .box {
        align-items: center;
    }
}




/* index_custom */
.index_custom {
    margin: 0 auto;
    background-size: cover;
    background-position: left top;
    background-repeat: no-repeat;
    padding: 75px 0px 92px;
    max-width: 1920px;
}

.index_custom .safe {
    display: flex;
    justify-content: space-between;
}

.index_custom .leftbox {
    width: 47%;
}

.index_custom .leftbox .title {
    font-family: Inter-Bold;
    font-size: 40px;
    margin-bottom: 34px;
}

.index_custom .title a {
    color: #fff;
}

.index_custom .title span {
    color: #fa282f;
}

.index_custom .title a:hover {
    color: #fa282f;
}

.index_custom .title a:hover span {
    color: #fa282f;
}

.index_custom .leftbox .content {
    font-family: Inter-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index_custom .rightbox {
    padding-top: 70px;
}



.index_custom .rightbox .talk_btn {
    width: 226px;
    height: 54px;
    background-color: #fa282f;
    border-radius: 4px;
    border: solid 1px #fa282f;
    font-family: Inter-Medium;
    font-size: 18px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.index_custom .rightbox .talk_btn:hover {
    background-color: #fff;
    color: #fa282f;
    border: 1px solid #fa282f;
}

@media(max-width:1600px) {
    .index_custom .leftbox .title {
        font-size: 36px;
        margin-bottom: 30px;
    }

    .index_custom .leftbox {
        width: 50%;
    }

    .index_custom {
        padding: 70px 0px;
    }
}

@media(max-width:1333px) {
    .index_custom .leftbox .title {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .index_custom .rightbox .talk_btn {
        width: 200px;
        height: 50px;
        font-size: 16px;
    }

    .index_custom .rightbox {
        padding-top: 0;
    }

    .index_custom .safe {
        align-items: center;
    }
}

@media(max-width:999px) {
    .index_custom .leftbox .title {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .index_custom {
        padding: 50px 0px;
    }

    .index_custom .safe {
        flex-direction: column;
        align-items: flex-start;
    }

    .index_custom .leftbox {
        width: 100%;
        margin-bottom: 15px;
    }
}

@media(max-width:768px) {
    .index_custom .leftbox .title {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .index_custom .leftbox .content {
        font-size: 14px;
        line-height: 28px;
    }

    .index_custom .rightbox .talk_btn {
        width: 150px;
        height: 45px;
        font-size: 14px;
    }
}

@media(max-width:570px) {
    .index_custom .leftbox .title {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .index_custom {
        padding: 30px 0px;
    }
}




/* index_about */

.index_about {
    margin: 0 auto;
    background-size: cover;
    background-position: left top;
    background-repeat: no-repeat;
    padding: 109px 0px 156px;
    margin-bottom: 148px;
    max-width: 1920px;

}

.index_about .safe {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.index_about .safe .box {
    width: 44.5%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.index_about .title {
    font-family: Inter-Bold;
    font-size: 42px;
    line-height: 30px;
    color: #333333;
    margin-bottom: 55px;
}

.index_about .title a {
    color: #333;
}

.index_about .title span {
    color: #fa282f;
}

.index_about .title a:hover {
    color: #fa282f;
}

.index_about .title a:hover span {
    color: #fa282f;
}

.index_about .content {
    font-family: Inter-Regular;
    font-size: 16px;
    line-height: 32px;
    color: #666666;
    text-align: right;
    margin-bottom: 60px;
    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;
}

.index_about .learn_more {
    font-family: Inter-Bold;
    font-size: 16px;
    color: #fa282f;
    width: 186px;
    height: 54px;
    border-radius: 4px;
    border: solid 1px #fa282f;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 86px;
}

.index_about .learn_more:hover {
    color: #fff;
    background-color: #fa282f;
    border: 1px solid transparent;
}

.about_number {
    width: 83.5%;
    padding: 64px 0px 84px;
    background-color: #fff;
    box-shadow: 0px 7px 80px 0px rgba(0, 0, 0, 0.1);
    display: flex;
    transform: translateX(10%);
}

.about_number .numbox1 {
    width: 33.3333%;
    border-right: 2px solid #e6e8ed;
    display: flex;
    padding: 0px 8px;
    padding-left: 8%;
    flex-direction: column;

}

.about_number .numbox1:last-child {
    border-right: unset;
}

.about_number .numbox1 .num {
    font-family: Inter-Bold;
    font-size: 47px;
    color: #333333;
    margin-bottom: 14px;

    background: linear-gradient(to right, #dc2a30 0%, #3a3333 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.about_number .numbox1 .small_title {
    font-family: Inter-Regular;
    font-size: 18px;
    line-height: 22px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media(max-width:1600px) {
    .index_about {
        padding: 70px 0px 70px;
        margin-bottom: 100px;
        background-position: center;
    }

    .index_about .title {
        font-size: 38px;
        line-height: 30px;
        margin-bottom: 45px;
    }

    .index_about .content {
        font-size: 16px;
        line-height: 32px;
        margin-bottom: 30px;
    }

    .about_number {
        width: 80%;
        padding: 50px 0px 50px;
        transform: unset;
    }

    .about_number .numbox1 .num {
        font-size: 42px;
        margin-bottom: 14px;
    }
}

@media(max-width:1333px) {
    .index_about .title {
        font-size: 34px;
        line-height: 30px;
        margin-bottom: 35px;
    }

    .index_about .numbox1 .num {
        font-size: 38px;
        margin-bottom: 12px;
    }

    .index_about {
        padding: 50px 0px 50px;
        margin-bottom: 50px;
        background-position: center;
    }

    .about_number {
        width: 100%;
        padding: 35px 0px 35px;
    }

    .about_number .numbox1 {
        width: 33.3333%;
        padding-left: 0%;
        padding: 0px 8px;
        justify-content: center;
        align-items: center;
    }

    .index_about .learn_more {
        font-size: 16px;
        width: 160px;
        height: 50px;
        margin-bottom: 40px;
    }

    .about_number .numbox1 .small_title {
        font-size: 18px;
    }
}

@media(max-width:999px) {
    .index_about {
        padding: 40px 0px;
        margin-bottom: 40px;
    }

    .index_about .title {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .about_number .numbox1 .num {
        font-size: 34px;
        margin-bottom: 10px;
    }

    .index_about .safe .box {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;

        /* background-color: rgba(255, 255, 255, 0.2); */
    }

    .index_about .content {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 20px;
        text-align: left;
        color: #333;
    }

    .index_about .learn_more {
        font-size: 16px;
        width: 150px;
        height: 50px;
        margin-bottom: 28px;
    }

    .about_number .numbox1 .small_title {
        font-size: 16px;
    }

    .about_number {
        width: 100%;
        padding: 30px 0px 30px;
    }

}

@media(max-width:768px) {

    .index_about .title {
        font-size: 26px;
        line-height: 28px;
        margin-bottom: 15px;
    }

    .about_number .numbox1 .num {
        font-size: 30px;
        margin-bottom: 5px;
    }

    .index_about .content {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 15px;
    }

    .index_about .learn_more {
        font-size: 14px;
        width: 140px;
        height: 45px;
        margin-bottom: 20px;
    }

    .about_number {
        width: 100%;
        padding: 25px 0px 25px;
    }

    .about_number .numbox1 .small_title {
        font-size: 14px;
    }
}

@media(max-width:570px) {
    .index_about {
        padding: 30px 0px;
        margin-bottom: 30px;
    }

    .index_about .title {
        font-size: 24px;
        line-height: 26px;
        margin-bottom: 15px;
    }

    .about_number .numbox1 .num {
        font-size: 25px;
        margin-bottom: 8px;
    }
}

@media(max-width:400px) {
    .about_number {
        flex-wrap: wrap;
    }

    .about_number .numbox1 {
        width: 100%;
        margin-bottom: 10px;
    }
}


/* index_different */

.index_different {
    margin: 0 auto;
    background-position: left top;
    background-repeat: no-repeat;
    max-width: 1920px;
}
.index_different1{
    padding-bottom: 120px !important;
}

.index_different .title {
    font-family: Inter-Bold;
    font-size: 42px;
    text-align: center;
    margin-bottom: 12px;
}

.index_different .title a {
    color: #333333;
}

.index_different .title span {
    color: #fa282f;
}

.index_different .title a:hover {
    color: #fa282f;
}

.index_different .title a:hover span {
    color: #fa282f;
}

.index_different .content {
    font-family: Inter-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    text-align: center;
    margin-bottom: 75px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;

    hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
}

.index_different .diff_box {
    display: flex;
    flex-wrap: wrap;
}

.index_different .diff_box .box {
    background-color: #ffffff;
    width: 23.7145%;
    margin-right: 1.6428%;
    box-shadow: 0px 8px 54px 2px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 22px 40px 22px;
    position: relative;
}

.index_different .diff_box .box:last-child {
    margin-right: 0;
}

.index_different .diff_box .box .hover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
    opacity: 0;
}

.index_different .diff_box .box:hover .hover {
    opacity: 1;
}


.index_different .diff_box .box:hover {
    /* background-color:rgba(0, 0, 0, 0); */
    background-color: rgba(253, 253, 253, .0);
    box-shadow: unset;
}

.index_different .diff_box .box:hover .small_content{
    color: #333;
}



.index_different .imgbox {
    margin-bottom: 38px;
    position: relative;
    z-index: 10;
}

.index_different .imgbox img {
    display: block;
}

.index_different .small_title {
    font-family: Inter-Bold;
    font-size: 20px;
    line-height: 30px;
    color: #333333;
    margin-bottom: 17px;
    position: relative;
    z-index: 10;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index_different .small_title a {
    color: #333;
}

.index_different .small_title a:hover {
    color: #fa282f;
}

.index_different .small_content {
    font-family: Inter-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    text-align: center;
    position: relative;
    z-index: 10;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media(max-width:1600px) {
    .index_different .title {
        font-size: 38px;
        margin-bottom: 10px;
    }

    .index_different .content {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 50px;
    }

    .index_different1{
        padding-bottom: 100px !important;
    }
}

@media(max-width:1333px) {
    .index_different .title {
        font-size: 34px;
        margin-bottom: 10px;
    }

    .index_different .content {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 40px;
    }

    .index_different1{
        padding-bottom: 80px !important;
    }

    .index_different .imgbox {
        margin-bottom: 25px;
        position: relative;
        z-index: 10;
    }

    .index_different .small_title {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 10px;
        text-align: center;
    }

    .index_different .diff_box .box {
        width: 23.7145%;
        margin-right: 1.6428%;
        padding: 25px 18px 25px 18px;
    }
}

@media(max-width:999px) {
    .index_different .title {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .index_different .content {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 30px;
    }

    .index_different1{
        padding-bottom: 60px !important;
    }

    .index_different .diff_box .box {
        width: 100%;
        margin-right: 0%;
        padding: 20px 15px;
        margin-bottom: 15px;
    }

    .index_different .imgbox {
        margin-bottom: 15px;
        position: relative;
        z-index: 10;
    }
}

@media(max-width:768px) {
    .index_different .title {
        font-size: 26px;
        margin-bottom: 10px;
    }

    .index_different .content {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 20px;
    }

    .index_different1{
        padding-bottom: 40px !important;
    }

    .index_different .small_content {
        font-size: 14px;
        line-height: 26px;
    }
}

@media(max-width:570px) {
    .index_different .title {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .index_different .content {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 15px;
    }

    .index_different1{
        padding-bottom: 30px !important;
    }

    .index_different .imgbox img {
        width: 45px;
    }

    .index_different .imgbox {
        margin-bottom: 10px;
    }

    .index_different .small_title {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 6px;
        text-align: center;
    }
}



/* index_solution */

.index_solution {
    margin: 0 auto;
    background-position: left top;
    background-repeat: no-repeat;
    padding: 80px 0px 90px;
    position: relative;
    max-width: 1920px;
}

.index_solution .safe {
    display: flex;
    justify-content: space-between;
}

.index_solution .leftbox {
    width: 40%;
}

.index_solution .leftbox .title {
    font-family: Inter-Bold;
    font-size: 42px;
    color: #ffffff;
    margin-bottom: 20px;
}

.index_solution .leftbox .title a {
    color: #fff;
}

.index_solution .leftbox .title a:hover {
    text-decoration: underline;
}

.index_solution .leftbox strong {
    font-weight: normal;
}

.index_solution .leftbox .page_nation {
    margin-bottom: 87px;
}

.index_solution .leftbox .page_nation p {
    font-family: Inter-Regular;
    font-size: 16px;
    line-height: 46px;
    color: #ffffff;
    cursor: pointer;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index_solution .leftbox .page_nation i {
    font-size: 20px;
    transform: rotate(-90deg);
    display: none;
}

.index_solution .leftbox .page_nation p:hover {
    background: linear-gradient(to right, rgba(255, 255, 255, 0.0)0%, rgba(255, 255, 255, .2)50%, rgba(255, 255, 255, 0.0)100%);
}

.index_solution .leftbox .page_nation .active {
    background: linear-gradient(to right, rgba(255, 255, 255, 0.0)0%, rgba(255, 255, 255, .2)50%, rgba(255, 255, 255, 0.0)100%);
}

.index_solution .leftbox .page_nation .active i {
    display: inline-block;
}

.index_solution .leftbox .page_nation p:hover i {
    display: inline-block;
}

.index_solution .learn_more {
    width: 186px;
    height: 54px;
    border-radius: 4px;
    border: solid 1px #fa282f;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Inter-Bold;
    font-size: 16px;
    line-height: 30px;
    color: #fa282f;
}

.index_solution .learn_more:hover {
    color: #fff;
    background-color: #fa282f;
    border: 1px solid transparent;
}

/* background-color: #ffffff;
opacity: 0.2; */

.index_solution .rightbox {
    width: 51.1%;
    display: flex;
    padding-top: 24px;
    position: absolute;
    right: 0;
    box-shadow: 0px 8px 54px 2px rgba(0, 0, 0, 0.08);
}

.index_solution .rightbox .swiper {
    height: 485px;
}

.index_solution .rightbox .btnbox {
    height: 485px;
    background-color: #212738;
    width: 28%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.index_solution .btnbox i {
    width: 60px;
    height: 60px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: #fa282f;
    margin-bottom: 25px;
    cursor: pointer;
}

.index_solution .btnbox i:hover {
    color: #fff;
    background-color: #fa282f;
}

.index_solution .btnbox i:nth-child(1) {
    transform: rotate(90deg);
}

.index_solution .btnbox i:nth-child(2) {
    transform: rotate(90deg);
}

.index_solution .swiper-slide img {
    display: block;
    height: 100%;
    width: 100%;
}


@media(max-width:1600px) {
    .index_solution {
        padding: 50px 0px;
        background-size: cover;
    }

    .index_solution .leftbox .title {
        font-size: 38px;
        margin-bottom: 20px;
    }

    .index_solution .rightbox {
        box-shadow: unset;
    }

    .index_solution .leftbox .page_nation p {
        font-size: 16px;
        line-height: 42px;
    }

    .index_solution .safe {
        align-items: center;
    }

    .index_solution .rightbox .btnbox {
        height: 380px;
        width: 28%;
    }

    .index_solution .rightbox {
        padding-top: 0;
    }

    .index_solution .rightbox .swiper {
        height: 380px;
    }

    .index_solution .rightbox .swiper img {
        object-fit: cover;
    }

    .index_solution .btnbox i {
        width: 55px;
        height: 55px;
        border-radius: 50px;
        margin-bottom: 20px;
    }

    .index_solution .leftbox .page_nation {
        margin-bottom: 30px;
    }

    .index_solution .learn_more {
        width: 180px;
        height: 50px;
        font-size: 16px;
        line-height: 30px;
        background-color: #fff;
        color: #fa282f;

    }


}

@media(max-width:1333px) {
    .index_solution .leftbox .title {
        font-size: 34px;
        margin-bottom: 18px;
    }

    .index_solution .leftbox {
        width: 46%;
    }

    .index_solution .learn_more {
        width: 160px;
        height: 50px;
        font-size: 16px;
    }
}

@media(max-width:999px) {
    .index_solution {
        padding: 40px 0px;
    }

    .index_solution .leftbox .title {
        font-size: 30px;
        margin-bottom: 15px;
    }

    .index_solution .rightbox .swiper {
        height: 350px;
    }

    .index_solution .rightbox .btnbox {
        height: 350px;
        width: 28%;
    }

    .index_solution .rightbox {
        flex-direction: column;
    }

    .index_solution .rightbox .btnbox {
        height: auto;
        width: 100%;
        flex-direction: row;
        margin-bottom: 0;
    }

    .index_solution .rightbox .swiper {
        height: 300px;
        width: 100%;
    }

    .index_solution .rightbox .btnbox {
        background-color: unset;
        margin-top: 20px;
    }

    .index_solution .btnbox i:nth-child(1) {
        transform: rotate(0deg);
    }

    .index_solution .btnbox i {
        width: 48px;
        height: 48px;
        border-radius: 50px;
        margin-bottom: 0px;
        margin-right: 15px;
    }

    .index_solution .btnbox i:nth-child(2) {
        transform: rotate(0deg);
        margin-right: 15;
    }

    .index_solution .rightbox {
        position: static;
    }
}

@media(max-width:768px) {
    .index_solution .leftbox .title {
        font-size: 26px;
        margin-bottom: 15px;
    }

    .index_solution .safe {
        flex-direction: column;
        align-items: flex-start;
    }

    .index_solution .leftbox {
        width: 100%;
        margin-bottom: 15px;
    }

    .index_solution .leftbox .page_nation p {
        font-size: 14px;
        line-height: 38px;
    }

    .index_solution .rightbox {
        width: 80%;
        margin: 0 auto;
    }

    .index_solution .learn_more {
        width: 150px;
        height: 45px;
        font-size: 14px;
    }
}

@media(max-width:570px) {
    .index_solution .leftbox .title {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .index_solution .leftbox .page_nation p {
        font-size: 14px;
        line-height: 36px;
    }

    .index_solution .rightbox .swiper {
        height: auto;
        width: 100%;
    }

    .index_solution .rightbox {
        width: 95%;
    }

    .index_solution .btnbox i {
        width: 40px;
        height: 40px;
        font-size: 14px;
        border-radius: 50px;
        margin-bottom: 0px;
        margin-right: 10px;
    }

    .index_solution .learn_more {
        width: 130px;
        height: 40px;
        font-size: 14px;
    }

    .index_solution .leftbox .page_nation {
        margin-bottom: 20px;
    }
}

@media(max-width:400px) {
    .index_solution .rightbox {
        width: 100%;
    }
}


/* index_latest */
.index_latest {
    padding: 24px 0px 75px;
}

.index_latest .title {
    font-family: Inter-Bold;
    font-size: 42px;
    color: #333333;
    margin-bottom: 12px;
}

.index_latest .title a {
    color: #333333;
}

.index_latest .title span {
    color: #fa282f;
}

.index_latest .title a:hover {
    color: #fa282f;
}

.index_latest .title a:hover span {
    color: #fa282f;
}

.index_latest .swiper {
    padding-bottom: 65px;
}

.index_latest .swiper-pagination-bullet {
    cursor: pointer;
    opacity: 1;
    width: 12px;
    height: 12px;
    background-color: #8f9192;
    margin-right: 53px !important;
}

.index_latest .swiper-pagination-bullet:last-child {
    margin-right: 0 !important;
}

.index_latest .swiper-pagination-bullet-active {
    opacity: 1;
    width: 12px;
    height: 12px;
    background-color: #fa282f;
    position: relative;
}

.index_latest .swiper-pagination-bullet-active::after {
    content: "";
    position: absolute;
    top: -5px;
    left: -5px;
    width: 20px;
    height: 20px;
    border: solid 1px #fa282f;
    background-color: transparent;
    border-radius: 50px;
}

.index_latest .content {
    font-family: Inter-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    margin-bottom: 48px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index_latest .box1 {
    display: flex;
    margin-bottom: 34px;
}

.index_latest .swiper-slide .box1:last-child {
    margin-bottom: 0;
}

.index_latest .imgbox {
    overflow: hidden;
    width: 32.15%;
}

.index_latest .imgbox img {
    display: block;
}

.index_latest .imgbox img:hover {
    transform: scale(1.05);
}

.index_latest .contact {
    width: 67%;
    padding-left: 5.3%;
}

.index_latest .contact .small_title {
    font-family: Inter-Bold;
    font-size: 20px;
    line-height: 30px;
    color: #333333;
    margin-bottom: 13px;
    padding-top: 24px;
}

.index_latest .contact .small_title a {
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index_latest .contact .small_title a:hover {
    color: #fa282f;
}

.index_latest .contact .small_content {
    font-family: Inter-Regular;
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index_latest .contact .data {
    font-family: Inter-Regular;
    font-size: 16px;
    color: #333333;
    margin-bottom: 25px;
}

.index_latest .contact .learn_more {
    font-family: Inter-Bold;
    font-size: 16px;
    line-height: 30px;
    color: #fa282f;
}

.index_latest .contact .learn_more:hover {
    text-decoration: underline;
}

@media(max-width:1600px) {
    .index_latest {
        padding: 50px 0px;
    }

    .index_latest .title {
        font-size: 38px;
        margin-bottom: 10px;
    }

    .index_latest .contact .small_title {
        padding-top: 0;
    }

    .index_latest .contact {
        width: 67%;
        padding-left: 3%;
    }

    .index_latest .box1 {
        align-items: center;
    }

    .index_latest .content {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 40px;
    }
}

@media(max-width:1333px) {
    .index_latest .title {
        font-size: 34px;
        margin-bottom: 10px;
    }

    .index_latest .content {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 35px;
    }

    .index_latest .contact .small_title {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .index_latest .contact .small_content {
        margin-bottom: 15px;
    }

    .index_latest .contact .data {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .index_latest .contact .learn_more {
        font-size: 14px;
        line-height: 26px;
    }

    .index_latest .box1 {
        margin-bottom: 30px;
    }

    .index_latest .swiper-pagination-bullet {
        cursor: pointer;
        opacity: 1;
        width: 12px;
        height: 12px;
        background-color: #8f9192;
        margin-right: 25px !important;
    }

    .index_latest .swiper-pagination-bullet:last-child {
        margin-right: 0 !important;
    }
}

@media(max-width:999px) {
    .index_latest {
        padding: 40px 0px;
    }

    .index_latest .title {
        font-size: 30px;
        margin-bottom: 8px;
    }

    .index_latest .content {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 25px;
    }

    .index_latest .contact .small_title {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 5px;
    }

    .index_latest .contact .data {
        font-size: 14px;
        margin-bottom: 8px;
    }

    .index_latest .contact .small_content {
        margin-bottom: 8px;
    }

    .index_latest .box1 {
        margin-bottom: 20px;
    }
}

@media(max-width:768px) {
    .index_latest .title {
        font-size: 26px;
        margin-bottom: 8px;
    }

    .index_latest .content {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 20px;
    }

    .index_latest .contact .small_title {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 5px;
    }

    .index_latest .contact .small_content {
        font-size: 14px;
        line-height: 26px;
    }
}

@media(max-width:570px) {
    .index_latest {
        padding: 30px 0px;
    }

    .index_latest .title {
        font-size: 22px;
        margin-bottom: 6px;
    }

    .index_latest .content {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 15px;
    }

    .index_latest .contact {
        width: 100%;
        padding-left: 0%;
    }

    .index_latest .box1 {
        margin-bottom: 15px;
        flex-direction: column;
    }

    .index_latest .imgbox {
        overflow: hidden;
        width: 80%;
        margin-bottom: 15px;
    }

    .index_latest .swiper {
        padding-bottom: 28px;
    }

    .index_latest .swiper-pagination-bullet {
        cursor: pointer;
        opacity: 1;
        width: 8px;
        height: 8px;
        background-color: #8f9192;
        margin-right: 15px !important;
    }

    .index_latest .swiper-pagination-bullet:last-child {
        margin-right: 0;
    }

    .index_latest .swiper-pagination-bullet-active::after {
        content: "";
        position: absolute;
        top: -5px;
        left: -5px;
        width: 16px;
        height: 16px;
        border-radius: 50px;
    }
}

@media(max-width:400px) {
    .index_latest .imgbox {
        overflow: hidden;
        width: 100%;
        margin-bottom: 15px;
    }
}





/* index_sustainability */
.index_sustainability {
    margin: 0 auto;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 111px 0px 100px 0px;
    max-width: 1920px;
    margin-bottom: 95px;
}

.index_sustainability .safe {
    display: flex;
    justify-content: space-between;
}

.index_sustainability .leftbox {
    width: 55.5%;
}

.index_sustainability .leftbox .title {
    font-family: Inter-Bold;
    font-size: 42px;
    color: #ffffff;
    margin-bottom: 82px;
}

.index_sustainability .title a {
    color: #fff;
}

.index_sustainability .title a:hover {
    text-decoration: underline;
}

.index_sustainability .rightbox {
    width: 40.7%;
}

.index_sustainability .rightbox img {
    display: block;
}


.resource_faq .quest1 {
    padding: 7px 0px;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.resource_faq .active {
    background-color: #fa282f;
}

.resource_faq .quest1:last-child {
    margin-bottom: 0;
}

.resource_faq .question {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15.5px;
    padding-bottom: 15.5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;

}

.media_faq .resource_faq .active {
    padding-top: 20px;
    padding-bottom: 20px;
}

.resource_faq .question .que {
    width: 92%;
    font-family: Inter-Medium;
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.resource_faq .question i {
    font-size: 22px;
    color: #fff;
}

.resource_faq .quest1 .answer {
    display: none;
    transition: none;
    padding-top: 19px;
    padding-bottom: 43px;
}

.resource_faq .quest1 .answer p {
    padding-left: 2%;
    padding-right: 10%;
    transition: none;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;

    font-family: Inter-Regular;
    font-size: 16px;
    line-height: 32px;
    color: #ffffff;
}


@media(max-width:1600px) {
    .index_sustainability {
        padding: 80px 0px;
        margin-bottom: 0;
    }

    .index_sustainability .leftbox .title {
        font-size: 38px;
        margin-bottom: 40px;
    }

    .resource_faq .quest1 {
        padding: 4px 0px;
        border-bottom: 1px solid rgba(255, 255, 255, .2);
    }

    .index_sustainability .safe {
        align-items: center;
    }
}

@media(max-width:1333px) {
    .index_sustainability .leftbox .title {
        font-size: 34px;
        margin-bottom: 35px;
    }

    .resource_faq .question .que {
        width: 92%;
        font-size: 18px;
        line-height: 30px;
        color: #ffffff;
    }

    .resource_faq .quest1 .answer p {
        padding-left: 2%;
        padding-right: 5%;
        font-size: 14px;
        line-height: 26px;
    }

    .resource_faq .question {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
    }

    .resource_faq .question .que {
        width: 92%;
        font-size: 16px;
        line-height: 28px;
        color: #ffffff;
    }
}

@media(max-width:999px) {
    .index_sustainability .leftbox .title {
        font-size: 30px;
        margin-bottom: 25px;
    }

    .index_sustainability {
        padding: 40px 0px;
        background-size: cover;
        background-position: center center;
    }

    .index_sustainability .safe {
        flex-direction: column;
        align-items: flex-start;
    }

    .index_sustainability .leftbox {
        width: 100%;
        margin-bottom: 15px;
    }

    .index_sustainability .rightbox {
        width: 60%;
        margin: 0 auto;
    }

    .resource_faq .question i {
        font-size: 18px;
        color: #fff;
    }
}

@media(max-width:768px) {
    .index_sustainability .leftbox .title {
        font-size: 26px;
        margin-bottom: 15px;
    }

    .index_sustainability .rightbox {
        width: 75%;
        margin: 0 auto;
    }

    .resource_faq .quest1 .answer {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .resource_faq .question .que {
        width: 92%;
        font-size: 16px;
        line-height: 26px;
        color: #ffffff;
    }
}

@media(max-width:570px) {
    .index_sustainability .leftbox .title {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .index_sustainability .rightbox {
        width: 85%;
        margin: 0 auto;
    }

    .resource_faq .question {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media(max-width:400px) {
    .index_sustainability .rightbox {
        width: 100%;
    }
}

/* index_partner */
.index_partner {
    padding: 4px 0px 87px;
}
.index_partner1 {
    padding: 4px 0px 58px;
    max-width: 1920px;
    margin: 0 auto;
}

.index_partner .title {
    font-family: Inter-Bold;
    font-size: 42px;
    color: #333333;
    text-align: center;
    margin-bottom: 12px;
}

.index_partner .title a {
    color: #333;
}

.index_partner .title span {
    color: #fa282f;
}

.index_partner .title a:hover {
    color: #fa282f;
}

.index_partner .title a:hover span {
    color: #fa282f;
}

.index_partner .content {
    font-family: Inter-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    text-align: center;
    margin-bottom: 50px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index_partner .swiper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    /* height: 200px; */
}
.index_partner .swiper  .imgbox{
    margin-bottom: 40px;
}

.index_partner .swiper-wrapper {
    display: flex;
    align-items: center;
}

.index_partner .swiper-wrapper .swiper-slide {
    padding-left: 30px;
}
.index_partner .swiper-wrapper .swiper-slide .imgbox:nth-of-type(1){
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.index_partner .swiper-wrapper .swiper-slide .imgbox:nth-of-type(2){
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.index_partner .swiper-wrapper .swiper-slide .imgbox:nth-of-type(2) img{
    /* transform: translateX(50px); */
}


@media(max-width:1600px) {
    .index_partner {
        padding: 50px 0px;
    }
    .index_partner1 {
        padding: 50px 0px;
    }

    .index_partner .title {
        font-size: 38px;
        margin-bottom: 20px;
    }

    .index_partner .content {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 40px;
    }
}

@media(max-width:1333px) {
    .index_partner .title {
        font-size: 34px;
        margin-bottom: 15px;
    }

    .index_partner .content {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 30px;
    }
}

@media(max-width:999px) {
    .index_partner{
        padding: 40px 0px 30px 0px;
    }
    .index_partner1 {
        padding: 40px 0px;
    }
    .index_partner .title {
        font-size: 30px;
        margin-bottom: 15px;
    }

    .index_partner .content {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 20px;
    }
}

@media(max-width:768px) {
    .index_partner .title {
        font-size: 26px;
        margin-bottom: 15px;
    }

    .index_partner .content {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 15px;
    }
    .index_partner .swiper .imgbox {
        margin-bottom: 20px;
    }
    .index_partner .swiper-wrapper .swiper-slide .imgbox:nth-of-type(1) {
        height: 80px;
    }
    .index_partner .swiper-wrapper .swiper-slide .imgbox:nth-of-type(2) {
        height: 80px;
    }
}

@media(max-width:570px) {
    .index_partner{
        padding: 30px 0px 20px;
    }
    .index_partner1 {
        padding:30px 0px;
    }
    .index_partner .title {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .index_partner .swiper-wrapper .swiper-slide .imgbox:nth-of-type(1) {
        height: 60px;
    }
    .index_partner .swiper-wrapper .swiper-slide .imgbox:nth-of-type(1) img {
        max-height: 60px;

    }
    .index_partner .swiper-wrapper .swiper-slide .imgbox {
        margin-bottom: 15px;
    }
    .index_partner .swiper-wrapper .swiper-slide .imgbox:nth-of-type(2){
        margin-bottom: 0;
    }
}


/* index_request */
.index_request {
    margin: 0 auto;
    background-position: top left;
    background-repeat: no-repeat;
    padding: 102px 0px 41px;
    max-width: 1920px;
}

.index_request .safe {
    display: flex;
    justify-content: space-between;
}

.index_request .leftbox {
    width: 36%;
    padding-top: 17px;
}

.index_request .leftbox .title {
    font-family: Inter-Bold;
    font-size: 42px;
    line-height: 50px;
    color: #333333;
    margin-bottom: 47px;
}

.index_request .leftbox .title a {
    color: #333333;
}

.index_request .title span {
    color: #fa282f;
}

.index_request .content {
    font-family: Inter-Medium;
    font-size: 16px;
    line-height: 28px;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index_request .rightbox {
    width: 56%;
}

.index_request .inp1 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
}

.index_request .inp1 .inpbox1,
.index_request .inp1 .inpbox2 {
    width: 49%;
    position: relative;
}

.index_request .inp1 .inpbox1 input,
.index_request .inp1 .inpbox2 input {
    padding-left: 22px;
}

.index_request input,
.index_request textarea {
    font-family: Inter-Regular;
    font-size: 16px;
    line-height: 26px;
    color: #333333;
}

.index_request input::placeholder,
.index_request textarea::placeholder {
    color: #333;
}

.index_request .inp1 .inpbox1 input {
    padding-right: 10px;
}

.index_request .must::after {
    content: "*";
    position: absolute;
    font-family: Inter-Regular;
    font-size: 20px;
    line-height: 26px;
    color: #fa282f;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.index_request .inp1 input {
    width: 100%;
    height: 59px;
    background-color: #ffffff;
    border: solid 1px #e6e6e6;
}

.index_request .code {
    position: absolute;
    background: #f3fbfe;
    top: 50%;
    transform: translateY(-50%);
    right: 5px;
    z-index: 10;
    cursor: pointer;
}

.index_request textarea {
    width: 100%;
    height: 148px;
    background-color: #ffffff;
    border: solid 1px #e6e6e6;
    resize: none;
    margin-bottom: 14px;
    padding-left: 22px;
    padding: 15px 20px 15px 22px;
    display: block;
}


.index_request .submit {
    padding: 0;
    background-color: #fa282f !important;
    color: #fff;
    cursor: pointer;
}

.index_request .submit:hover {
    background-color: #fff !important;
    color: #fa282f;
    border: 1px solid #fa282f;
}


.index_request .check {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}

.index_request input {
    margin-right: 12px;
}


.index_request input[type=checkbox] {
    margin-right: 5px;
    cursor: pointer;
    font-size: 14px;
    width: 20px;
    height: 20px;
    position: relative;
}

.index_request input input[type=checkbox]:after {
    position: absolute;
    width: 20px;
    height: 20px;
    top: -2px;
    content: " ";
    background-color: #fff;
    border: 1px solid #dfdfdf;
    color: #fff;
    display: inline-block;
    visibility: visible;
    padding: 0px 3px;
    border-radius: 0px;
    z-index: 10;
}

.index_request input[type=checkbox]:checked:after {
    /* content: "✓"; */
    font-size: 14px;
}

.index_request label {
    font-family: Inter-Medium;
    font-size: 18px;
    line-height: 30px;
    color: #333333;
    cursor: pointer;
}

.index_request .inp1 .inpbox2 input {
    padding-right: 30%;
}

@media(max-width:1600px) {
    .index_request {
        padding: 50px 0px;
        background: #f8f8fa !important;
    }

    .index_request .leftbox .title {
        font-size: 38px;
        line-height: 40px;
        margin-bottom: 40px;
    }
}

@media(max-width:1333px) {
    .index_request .leftbox .title {
        font-size: 34px;
        line-height: 36px;
        margin-bottom: 30px;
    }

    .index_request .leftbox {
        width: 42%;
        padding-top: 0px;
    }

    .index_request .safe {
        align-items: center;
    }

    .index_request .inp1 input {
        width: 100%;
        height: 55px;
        background-color: #ffffff;
        border: solid 1px #e6e6e6;
    }

    .index_request label {
        font-size: 16px;
        line-height: 30px;
        color: #333333;
        cursor: pointer;
    }

    .index_request textarea {
        width: 100%;
        height: 120px;
        background-color: #ffffff;
        border: solid 1px #e6e6e6;
        resize: none;
        margin-bottom: 14px;
        padding-left: 22px;
        padding: 10px 15px 10px 15px;
        display: block;
    }

    .index_request .inp1 .inpbox1 input,
    .index_request .inp1 .inpbox2 input {
        padding-left: 15px;
    }

    .index_request .must::after {
        font-size: 18px;
        line-height: 26px;
        color: #fa282f;
        left: 5px;
        top: 50%;
        transform: translateY(-50%);
    }

    .index_request .inp1 .inpbox2 input {
        padding-right: 40%;
    }
}

@media(max-width:999px) {
    .index_request {
        padding: 40px 0px;
    }

    .index_request .leftbox .title {
        font-size: 30px;
        line-height: 32px;
        margin-bottom: 20px;
    }

    .index_request .safe {
        flex-direction: column;
        align-items: flex-start;
    }

    .index_request .leftbox {
        width: 100%;
        margin-bottom: 20px;
    }

    .index_request .rightbox {
        width: 90%;
        margin: 0 auto;
    }
}

@media(max-width:768px) {
    .index_request .leftbox .title {
        font-size: 26px;
        line-height: 28px;
        margin-bottom: 15px;
    }

    .index_request .rightbox {
        width: 100%;
    }

    .index_request .inp1 input {
        width: 100%;
        height: 50px;
        background-color: #ffffff;
        border: solid 1px #e6e6e6;
    }

    .index_request input,
    .index_request textarea {
        font-size: 14px;
    }

    .index_request label {
        font-size: 14px;
        line-height: 30px;
    }

    .index_request .content {
        font-size: 14px;
        line-height: 24px;
    }
}

@media(max-width:570px) {
    .index_request {
        padding: 30px 0px;
    }

    .index_request .leftbox .title {
        font-size: 22px;
        line-height: 24px;
        margin-bottom: 15px;
    }

    .index_request .inp1 .inpbox2 input {
        padding-right: 50%;
    }
}

@media(max-width:400px) {
    .index_request .inp1 {
        flex-direction: column;
    }

    .index_request .inp1 .inpbox1,
    .index_request .inp1 .inpbox2 {
        width: 100%;
        margin-bottom: 10px;
    }

    .index_request .inp1 {
        margin-bottom: 0;
    }

    .index_request textarea {
        margin-bottom: 10px;
    }
}


/* footer */
footer {
    padding: 68px 0px 41px;
    background-color: #212738;
}

/* footer .topbox */
footer .topbox {
    display: flex;
    justify-content: space-between;
    padding-bottom: 48px;
    margin-bottom: 49px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

footer .topbox .logobox {
    width: 28%;
    display: flex;
    align-items: center;
}

footer .logobox .imgbox {
    border-right: 2px solid #fa282f;
    padding-right: 25px;
    flex-shrink: 0;
}

footer .imgbox img:hover {
    transform: scale(1.05);
}

footer .topbox img {
    display: block;
}

footer .logobox .logo_title {
    font-family: Inter-Bold;
    font-size: 28px;
    line-height: 40px;
    color: #ffffff;
}

footer .logobox .suolue {
    font-family: Inter-Bold;
    font-size: 30px;
    line-height: 40px;
    color: #ffffff;
}

footer .logobox .fo {
    margin-left: 18px;
}

footer .blogrolls {
    display: flex;
    padding-top: 18px;
}

footer .blogrolls a {
    color: rgba(255, 255, 255, 0.6);
    width: 45px;
    height: 44px;
    border-radius: 18px;
    border: solid 1px #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 25px;
}

footer .blogrolls a:last-child {
    margin-right: 0;
}

footer .blogrolls a:hover {
    color: #fff;
}

/* footer centerbox */

footer .centerbox {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 42px;
    margin-bottom: 37px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

footer .centerbox .navigation {
    width: 19.3%;
    padding-right: 2%;
    padding-left: 0.6%;
}

footer .centerbox .product {
    width: 27.2%;
    padding-right: 1%;
}

footer .centerbox .contactus {
    width: 25.5%;
    padding-right: 1%;
}

footer .centerbox .contactus li span{
    margin-right: 3px;
}

footer .centerbox .get_touch {
    width: 28%;
}

footer .centerbox .title {
    font-family: Inter-Bold;
    font-size: 22px;
    line-height: 50px;
    color: #ffffff;
    margin-bottom: 36.2px;
}

footer .centerbox .title a {
    color: #fff;
}

footer .centerbox li {
    padding: 10px 0px;
    display: flex;
}

footer .centerbox li a,
footer .centerbox li p,
footer .centerbox li span {
    font-family: Inter-Regular;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
}

footer .contactus li span:nth-of-type(1) {
    flex-shrink: 0;
}

footer .contactus .email {
    word-break: break-all;
}

footer .contactus .email .box p{
    margin-bottom: 15px;
}

footer .centerbox a:hover {
    color: #fa282f;
}

/* form */
footer .inp1 {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

footer .inp1 .inpbox1 {
    width: 48.5%;

}

footer .inp1 .inpbox1 input,
footer .inp2 input,
footer form .submit {
    width: 100%;
    height: 46px;
    background-color: rgba(255, 255, 255, 0.1);
}

footer form textarea {
    resize: none;
    width: 100%;
    height: 94px;
    background-color: rgba(255, 255, 255, 0.1);
    display: block;
    padding-top: 6px;
    padding-bottom: 6px;
}

footer form .inpbox1,
footer form .inpbox2,
footer form .inp2 {
    position: relative;
    margin-bottom: 7px;
}

footer form .inpbox1 input,
footer form .inpbox2 textarea,
footer form .inp2 input,
footer form .submit {
    font-family: Inter-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;

}

footer form .inpbox1 input,
footer form .inpbox2 textarea,
footer form .inp2 input {
    padding-left: 13px;
    padding-right: 13px;
}

footer form .inpbox1 input::placeholder,
footer form .inpbox2 textarea::placeholder,
footer form .inp2 input::placeholder {
    color: #fff;
}

footer form .inp2 input {
    padding-right: 30%;
}

footer form .code {
    background: #f3fbfe;
    position: absolute;
    right: 0px;
    top: 0;
    height: 100%;
    object-fit: contain;
    cursor: pointer;
}

footer form .submit {
    background-color: #fa282f;
    cursor: pointer;
}

footer form .submit:hover {
    background-color: #fff;
    color: #fa282f;
    border: 1px solid #fa282f;
}

footer form .must::after {
    content: "*";
    position: absolute;
    color: #ff0000;
    font-size: 16px;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
}

/* footer .bottombox */

footer .bottombox {}

footer .bottombox,
footer .bottombox a,
footer .bottombox span {
    font-family: Inter-Regular;
    font-size: 16px;
    line-height: 36px;
    color: #ffffff;
}

footer .bottombox a:hover {
    color: #fa282f;
}

footer .bottombox img:hover {
    transform: scale(1.05);
}

@media(max-width:1600px) {
    footer {
        padding: 50px 0px;
    }

    footer .logobox .logo_title {
        font-size: 26px;
        line-height: 38px;
    }

    footer .logobox .suolue {
        font-size: 28px;
        line-height: 38px;
    }

    footer .blogrolls {
        display: flex;
        padding-top: 0;
    }

    footer .topbox {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-bottom: 35px;
        margin-bottom: 35px;
    }

    footer .centerbox .title {
        font-family: Inter-Bold;
        font-size: 20px;
        line-height: 40px;
        color: #ffffff;
        margin-bottom: 20px;
    }

    footer .centerbox .contactus {
        width: 25.5%;
        padding-right: 1%;
    }

    footer .centerbox {
        display: flex;
        flex-wrap: wrap;
        padding-bottom: 30px;
        margin-bottom: 30px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    footer .centerbox li {
        padding: 8px 0px;
        display: flex;
    }
    footer .contactus .email .box p{
        margin-bottom: 10px;
    }
}

@media(max-width:1333px) {
    footer .topbox img {
        width: 90px;
    }

    footer .logobox .logo_title {
        font-size: 22px;
        line-height: 32px;
    }

    footer .logobox .suolue {
        font-size: 24px;
        line-height: 34px;
    }

    footer .topbox {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-bottom: 25px;
        margin-bottom: 25px;
    }

    footer .blogrolls a {
        color: rgba(255, 255, 255, 0.6);
        width: 40px;
        height: 39px;
        border-radius: 16px;
        margin-right: 15px;
    }

    footer .centerbox .title {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 15px;
    }

    footer .centerbox li a,
    footer .centerbox li p,
    footer .centerbox li span {
        font-size: 14px;
        line-height: 24px;
    }

    footer .centerbox li {
        padding: 8px 0px;
        display: flex;
    }

    footer .bottombox,
    footer .bottombox a,
    footer .bottombox span {
        font-size: 14px;
        line-height: 28px;
    }

    footer .inp1 {
        flex-direction: column;
    }

    footer .inp1 .inpbox1 {
        width: 100%;
    }

    footer form .inp2 input {
        padding-right: 45%;
    }

    footer form .inpbox1 input,
    footer form .inpbox2 textarea,
    footer form .inp2 input,
    footer form .submit {
        font-size: 14px;
        line-height: 30px;
    }

    footer .centerbox {
        padding-bottom: 30px;
        margin-bottom: 20px;
    }
    footer .contactus .email .box p{
        margin-bottom: 6px;
    }
}

@media(max-width:999px) {
    footer .centerbox {
        display: none;
    }

    footer .logobox .fo{
        display: none;
    }
    footer .topbox .logobox{
        width: auto;
        border: unset;
        padding: 0;
    }
    
    footer .logobox .imgbox {
        border-right: unset;
        padding-right: 0px;
        flex-shrink: 0;
        margin-right: 15px;
    }


    footer .topbox {
        justify-content: center;
    }

    footer {
        padding: 40px 0px 50px 0px;
    }

    footer .bottombox .links {
        display: none;
    }

    footer .topbox {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
}

@media(max-width:768px) {
    footer {
        padding: 30px 0px 50px 0px;
    }

    footer .blogrolls a {
        color: rgba(255, 255, 255, 0.6);
        width: 36px;
        height: 35px;
        border-radius: 12px;
        margin-right: 15px;
    }
    footer .logobox .imgbox  img{
        width: 75px;
    }
}

@media(max-width:570px) {
    footer .blogrolls a {
        margin-right: 8px;
    }
    footer .topbox{
        flex-direction: column;
    }
    footer .logobox .imgbox{
        margin-right: 0;
    }
    footer .topbox .logobox{
        margin-bottom: 20px;
    }
}


.common_title {
    font-family: Inter-Bold;
    font-size: 42px;
    color: #333333;
}

.common_title span {
    color: #fa282f;
}

@media(max-width:1600px) {
    .common_title {
        font-size: 38px;
    }
}

@media(max-width:1333px) {
    .common_title {
        font-size: 34px;
    }
}

@media(max-width:999px) {
    .common_title {
        font-size: 30px;
    }
}

@media(max-width:768px) {
    .common_title {
        font-size: 26px;
    }
}

@media(max-width:570px) {
    .common_title {
        font-size: 22px;
    }
}


/* 2-1 SHOUJIA Group */

/* about_shoujia */
.about_shoujia {
    padding: 99px 0px 35px;
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
}



.about_shoujia .safe {
    display: flex;
    justify-content: space-between;
}

.about_shoujia .leftbox {
    width: 30%;
}

.about_shoujia .leftbox .title {
    margin-bottom: 90px;
}

.about_shoujia .leftbox .go1 {

    width: 186px;
    height: 110px;
    border-radius: 55px;
    border: solid 1px #fa282f;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about_shoujia .leftbox .go1 i {
    display: inline-block;
    transform: rotate(90deg);
    font-size: 30px;
    color: #fa282f;
}

.about_shoujia .leftbox .go1:hover {
    background-color: #fa282f;
    border: 1px solid transparent;
}

.about_shoujia .leftbox .go1:hover i {
    color: #fff;
}

.about_shoujia .rightbox {
    width: 70%;
    padding-left: 0%;
}

.about_shoujia .rightbox p {
    font-family: Inter-Regular;
    font-size: 16px;
    line-height: 32px;
    color: #666666;
   
}
.about_shoujia .rightbox p:first-child{
    margin-bottom: 32px;
}

/* about_shoujiapic */
.about_shoujiapic {
    max-width: 1920px;
    margin: 0 auto;
    margin-bottom: 80px;
}

.about_shoujiapic img {
    display: block;
}

.about_shoujiapic .safe {
    position: relative;
}

.about_shoujiapic .about_number {
    width: 78%;
    position: absolute;
    right: -3%;
    bottom: 45px;
    padding: 47px 0px 47px;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 7px 80px 0px rgba(0, 0, 0, 0.1);
    transform: translateX(0);
}

.about_shoujiapic .about_number .numbox1 {
    border-right: 2px solid #d1d3d1;
}

.about_shoujiapic .about_number .numbox1:last-child {
    border-right: unset;
}


@media(max-width:1600px) {
    .about_shoujia {
        padding: 50px 0px;
    }

    .about_shoujia .leftbox .title {
        margin-bottom: 70px;
    }

    .about_shoujia .leftbox .go1 {
        width: 180px;
        height: 100px;
        border-radius: 60px;
    }

    .about_shoujiapic {
        margin-bottom: 50px;
    }
    .about_shoujia .rightbox p:first-child{
        margin-bottom: 28px;
    }
}

@media(max-width:1333px) {
    .about_shoujia .rightbox {
        width: 65%;
        padding-left: 0%;
    }

    .about_shoujia .rightbox p {
        font-size: 16px;
        line-height: 30px;
    }

    .about_shoujia .leftbox .go1 {
        width: 160px;
        height: 90px;
        border-radius: 43px;
    }

    .about_shoujiapic .about_number {
        width: 90%;
        right: 4%;
        bottom: 30px;
        padding: 35px 0px 35px;
        background-color: rgba(255, 255, 255, 0.9);
        box-shadow: 0px 7px 80px 0px rgba(0, 0, 0, 0.1);
    }

    .about_number .numbox1 .small_title {
        font-size: 16px;
    }

    .about_number .numbox1 .num {
        font-size: 34px;
        margin-bottom: 8px;
    }
    .about_shoujia .rightbox p:first-child{
        margin-bottom: 22px;
    }
}

@media(max-width:999px) {
    .about_shoujia {
        padding: 20px 0px 40px 0px;
    }

    .about_shoujia .safe {
        flex-direction: column;
        align-items: flex-start;
    }

    .about_shoujia .leftbox {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 15px;
    }

    .about_shoujia .leftbox .title {
        margin-bottom: 0px;
    }

    .about_shoujia .leftbox .go1 {
        width: 120px;
        height: 60px;
        border-radius: 40px;
    }

    .about_shoujia .leftbox .go1 i {
        font-size: 20px;
    }

    .about_shoujia .rightbox {
        width: 100%;
        padding-left: 0%;
    }

    .about_shoujiapic {
        margin-bottom: 40px;
    }

    .about_shoujiapic img {
        margin-bottom: 15px;
    }

    .about_shoujiapic .about_number {
        position: static;
    }

    .about_shoujiapic .about_number {
        width: 100%;
        right: 0%;
        bottom: 30px;
        padding: 30px 0px 30px;
        background-color: rgba(255, 255, 255, 0.9);
        box-shadow: 0px 7px 80px 0px rgba(0, 0, 0, 0.1);
    }

    .about_number .numbox1 .num {
        font-size: 30px;
        margin-bottom: 8px;
    }
    .about_shoujia .rightbox p:first-child{
        margin-bottom: 18px;
    }
}

@media(max-width:768px) {
    .about_shoujia .leftbox .go1 {
        width: 100px;
        height: 50px;
        border-radius: 36px;
    }

    .about_shoujia .rightbox p {
        font-size: 14px;
        line-height: 26px;
    }

    .about_number .numbox1 .num {
        font-size: 26px;
        margin-bottom: 5px;
    }

    .about_number .numbox1 .small_title {
        font-size: 14px;
    }
    .about_shoujia .rightbox p:first-child{
        margin-bottom: 12px;
    }
}

@media(max-width:570px) {
    .about_shoujia {
        padding: 20px 0px 30px;
    }
    
    .about_shoujia .leftbox .go1 {
        width: 60px;
        height: 35px;
        border-radius: 20px;
    }

    .about_shoujia .leftbox .go1 i {
        font-size: 16px;
    }

    .about_shoujiapic {
        margin-bottom: 30px;
    }

    .about_number .numbox1 .num {
        font-size: 22px;
        margin-bottom: 5px;
    }

    .about_number .numbox1 .small_title {
        text-align: center;
    }
}
@media(max-width:400px) {
    .about_shoujiapic .about_number .numbox1{
        border-right: unset;
    }
}


/* about_system */
.about_system {
    padding: 87px 0px 120px;
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    position: relative;
    background-color: #f8f8fa;
}

.about_system .box1 {
    position: relative;
    margin-bottom: 6px;
}

.about_system .bg_font {
    font-family: Inter-Bold;
    font-size: 255px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #fa282f;
    -webkit-text-stroke: 1px #fa282f;
    color: transparent;
    position: absolute;
    right: 30px;
    z-index: 10;
    top: 50%;
    transform: translateY(-50%);
}

.about_system .box1 .safe {
    display: flex;
    justify-content: space-between;
}

.about_system .box1 .leftbox {
    width: 45%;
    padding-top: 21px;
}

.about_system .box1 .small_title {
    font-family: Inter-Medium;
    font-size: 16px;
    line-height: 30px;
    color: #fa282f;
    padding-top: 25px;
}

.about_system .box1 .title {
    margin-bottom: 57px;
}

.about_system .box1 .content {
    font-family: Inter-Regular;
    font-size: 16px;
    line-height: 32px;
    color: #666666;
}

.about_system .box1 .rightbox {
    width: 50%;
}


.about_system .box2 {
    position: relative;
}

.about_system .box2 .safe {
    display: flex;
    justify-content: space-between;
}

.about_system .box2 .leftbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 49%;
}

.about_system .box2 .contact_us {
    width: 186px;
    height: 54px;
    border-radius: 4px;
    border: solid 1px #fa282f;
    font-family: Inter-Bold;
    font-size: 16px;
    line-height: 30px;
    color: #fa282f;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about_system .box2 .contact_us:hover {
    color: #fff;
    border: 1px solid #fa282f;
    background-color: #fa282f;
}

.about_system .box2 .bg_zfx {
    width: 102px;
    height: 222px;
    background-color: #fa282f;
    opacity: 0.1;
    position: absolute;
    left: 0;
    bottom: 0;
}

.about_system .box2 .rightbox {
    width: 45%;
}

.about_system .box2 .title {
    font-family: Inter-Bold;
    font-size: 30px;
    line-height: 40px;
    color: #333333;
    padding-top: 88px;
    margin-bottom: 35px;
}

.about_system .box2 .content p {
    font-family: Inter-Regular;
    font-size: 16px;
    line-height: 32px;
    color: #666666;
}

@media(max-width:1600px) {
    .about_system {
        padding: 50px 0px;
    }

    .about_system .box1 .title {
        margin-bottom: 45px;
    }

    .about_system .box2 .title {
        font-size: 28px;
        line-height: 40px;
        padding-top: 0px;
        margin-bottom: 30px;
    }

    .about_system .box2 .safe {
        align-items: center;
    }
}

@media(max-width:1333px) {
    .about_system .box1 .title {
        margin-bottom: 35px;
    }

    .about_system .box2 .title {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .about_system .box1 .small_title {
        padding-top: 0;
    }

    .about_system .box1 .leftbox {
        padding-top: 0;
    }

    .about_system .box1 .safe {
        align-items: center;
    }

    .about_system .box1 .content {
        font-size: 16px;
        line-height: 30px;
    }

    .about_system .box2 .leftbox img {
        width: 55%;
    }

    .about_system .box2 .contact_us {
        width: 150px;
        height: 50px;
        border-radius: 4px;
        font-size: 16px;
        line-height: 30px;
    }

    .about_system .box2 .content p {
        font-size: 16px;
        line-height: 30px;
    }
}

@media(max-width:999px) {
    .about_system {
        padding: 10px 0px 40px 0px;
    }

    .about_system .box1 .title {
        margin-bottom: 25px;
    }

    .about_system .box2 .title {
        font-size: 24px;
        line-height: 26px;
        margin-bottom: 15px;
    }

    .about_system .box1 .safe {
        flex-direction: column;
        align-items: flex-start;
    }

    .about_system .box1 .leftbox {
        width: 100%;
        margin-bottom: 15px;
    }

    .about_system .box1 .rightbox {
        width: 75%;
        margin: 0 auto;
    }

    .about_system .bg_font {
        font-size: 200px;
        line-height: 30px;
        letter-spacing: 0px;
        right: 0px;
    }

    .about_system .box2 .safe {
        flex-direction: column;
        align-items: flex-start;
    }

    .about_system .box2 .leftbox {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

    .about_system .box2 .leftbox img {
        width: 250px;
    }

    .about_system .box2 .leftbox {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
        margin-bottom: 15px;
    }

    .about_system .box2 .contact_us {
        width: 140px;
        height: 48px;
        border-radius: 4px;
        font-size: 14px;
        line-height: 30px;
        margin-right: 35px;
    }

    .about_system .box2 .rightbox {
        width: 100%;
    }
}

@media(max-width:768px) {
    .about_system .box1 .title {
        margin-bottom: 15px;
    }

    .about_system .box2 .title {
        font-size: 22px;
        line-height: 24px;
        margin-bottom: 15px;
    }

    .about_system .box1 .content {
        font-size: 14px;
        line-height: 26px;
    }

    .about_system .box1 .rightbox {
        width: 85%;
        margin: 0 auto;
    }

    .about_system .box2 .leftbox img {
        width: 200px;
    }

    .about_system .box2 .content p {
        font-size: 14px;
        line-height: 26px;
    }

    .about_system .bg_font {
        font-size: 160px;
        line-height: 30px;
        letter-spacing: 0px;
        right: 0px;
    }

    .about_system .box1 .small_title {
        font-size: 14px;
        line-height: 26px;
        padding-top: 25px;
    }
    .about_system .bg_font{
        display: none;
    }
}

@media(max-width:570px) {
    .about_system .box1 .title {
        margin-bottom: 15px;
    }

    .about_system .box2 .title {
        font-size: 20px;
        line-height: 22px;
        margin-bottom: 10px;
    }

    .about_system .bg_font {
        font-size: 130px;
        line-height: 30px;
        letter-spacing: 0px;
        right: 0px;
    }

    .about_system .box2 .leftbox img {
        width: 120px;
    }

    .about_system .box2 .contact_us {
        width: 120px;
        height: 42px;
        border-radius: 4px;
        font-size: 14px;
        line-height: 30px;
        margin-right: 30px;
    }

    .about_system .box1 .rightbox {
        width: 95%;
        margin: 0 auto;
    }

    .about_system .box2 .leftbox {
        justify-content: space-between;
    }
}

@media(max-width:400px) {
    .about_system .box1 .rightbox {
        width: 100%;
        margin: 0 auto;
    }

    .about_system .box2 .leftbox img {
        width: 100px;
    }
}



/* about_history */
.about_history {
    padding: 91px 0px 100px;
    background-size: cover;
    background-position: left top;
    background-repeat: no-repeat;
}

.about_history .title {
    text-align: center;
    margin-bottom: 64px;
}

.about_history .history_mySwiper {
    margin-bottom: 50px;
}

.about_history .wrap {
    position: relative;
    height: 50px;
    display: flex;
    align-items: center;
}

.about_history .swiper-slide {
    /* display: flex; */
    /* justify-content: flex-end; */

}
.about_history .swiper-slide:nth-child(5n){
    transform: translateX(30px);
}

.about_history hr {
    width: 93%;
    height: 2px;
    background-color: #cfcfd1;
    position: absolute;
    top: 25px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.about_history .circle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) ;
    width: 18px;
    height: 18px;
    background-color: #222739;
    left: 0;
    border-radius: 50px;
    cursor: pointer;
}

.about_history .history_mySwiper .year {
    font-family: Inter-Bold;
    font-size: 20px;
    line-height: 30px;
    cursor: pointer;
    color: #333333;
    transform: translateX(-12px);
}

.about_history .swiper-wrapper {
    width: 100%;
    margin: 0 auto;
    
}
.about_history .history_mySwiper{
    padding-left: 40px;
}
.about_history .history_mySwiper .active .year {
    color: #fa282f;
}

.about_history .mySwiper2 .swiper-slide-active .circle {
    width: 24px;
    height: 24px;
    background-color: #fa282f;
}

.about_history .history_mySwiper .swiper-slide-thumb-active .circle {
    width: 24px;
    height: 24px;
    background-color: #fa282f;
}

.about_history .swiper_wrap {
    position: relative;
    margin-bottom: 56px;
}

.about_history i {
    position: absolute;
    z-index: 10;
    font-size: 20px;
    top: 21%;
    transform: translateY(-21%);
    cursor: pointer;
}
.about_history i:hover{
    color: #fa282f;
}

.about_history .history_prev {
    left: -20px;
}

.about_history .history_next {
    right: -20px;
}

.about_history .content_box {}

.about_history .box {
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: space-between;
    background-color: #ffffff;
    box-shadow: 0px 7px 36px 0px #ededf0;
    padding: 44.5px 40px 44.5px 59px;
    align-items: center;
}

.about_history .box_active {
    display: flex;
}

.about_history .box .yearbox {
    width: 15%;
    border-right: 1px solid #cfcfd1;
}

.about_history .yearbox .ye {
    font-family: Inter-Bold;
    font-size: 46px;
    color: #fa282f;
}

.about_history .yearbox .name {
    font-family: Inter-Medium;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}

.about_history .box .content {
    width: 80.5%;
    font-family: Inter-Regular;
    font-size: 16px;
    line-height: 34px;
    color: #666666;
}


@media(max-width:1600px) {
    .about_history{
        padding: 50px 0px;
    }
    .about_history .swiper-slide:nth-child(5n){
        transform: unset !important;
    }
    
    .about_history .yearbox .ye {
        font-size: 42px;
    }
    .about_history .title {
        margin-bottom: 50px;
    }
}
@media(max-width:1333px) {
    .about_history .yearbox .ye {
        font-size: 38px;
    }
    .about_history .title {
        margin-bottom: 40px;
    }
    .about_history .box {
        padding: 30px;
    }
    /* .about_history hr{
        width: 91%;
    } */
}
@media(max-width:999px) {
    .about_history{
        padding: 40px 0px;
    }
    .about_history .yearbox .ye {
        font-size: 34px;
    }
    .about_history .title {
        margin-bottom: 30px;
    }
    .about_history .box {
        padding: 25px;
    }
    .about_history .history_mySwiper{
        width: 90%;
        padding-left: 20px;
    }
    .about_history .history_prev {
        left: 0px;
    }
    .about_history .history_next {
        right: 0px;
    }
}
@media(max-width:768px) {
    .about_history .yearbox .ye {
        font-size: 30px;
    }
    .about_history .title {
        margin-bottom: 20px;
    }
    .about_history .box {
        padding: 20px;
    }
    .about_history .box {
        padding: 20px;
        flex-direction: column;
    }
    .about_history .box .yearbox {
        width: 100%;
        border-right: 1px solid transparent;
        text-align: center;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        margin-bottom: 20px;
    }
    .about_history .yearbox .ye{
        margin-right: 5px;
    }
    .about_history .box .content {
        width: 100%;
        font-family: Inter-Regular;
        font-size: 14px;
        line-height: 26px;
        color: #666666;
    }
    .about_history .yearbox .ye {
        font-size: 28px;
    }
    .about_history .history_mySwiper .year {
        font-family: Inter-Bold;
        font-size: 16px;
        line-height: 28px;
        color: #333333;
        transform: translateX(-15px);
    }
    
}
@media(max-width:570px) {
    .about_history .history_mySwiper {
        width: 75%;
        padding-left: 20px;
    }
    .about_history{
        padding: 30px 0px;
    }
    .about_history .yearbox .ye {
        font-size: 24px;
    }
    .about_history .box {
        padding: 15px;
    }
    .about_history .circle {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 13px;
        height: 13px;
        background-color: #222739;
        left: 0;
        border-radius: 50px;
        cursor: pointer;
    }
    .about_history .history_mySwiper .swiper-slide-thumb-active .circle {
        width: 16px;
        height: 16px;
        background-color: #fa282f;
    }
    /* .about_history hr {
        width: 82%;
    } */
}




/* about_company */
.about_company {
    background-size: cover;
    background-position: left top;
    background-repeat: no-repeat;
    padding: 80px 0px 98px;
}

.about_company .title {
    text-align: center;
    margin-bottom: 17px;
}

.about_company .content {
    font-family: Inter-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    text-align: center;
    margin-bottom: 50px;
}

.about_company .company_box {
    display: flex;
    justify-content: space-between;
}

.company_box .leftbox {
    width: 16.6%;
}

.company_box .leftbox li {
    padding: 20.5px 19px;
    width: 100%;
    margin-bottom: 25px;
    font-family: Inter-Medium;
    font-size: 18px;
    color: #666666;
    background-color: #f8f8fa;
    cursor: pointer;
}

.company_box .leftbox li:hover {
    color: #fa282f;
    background-color: rgba(250, 40, 47, 0.1);
}

.company_box .leftbox li:last-child {
    margin-bottom: 0;
}

.company_box .leftbox .active {
    color: #fa282f;
    background-color: rgba(250, 40, 47, 0.1);
}

.company_box .rightbox {
    width: 81.28%;
}

.company_box .box1 {
    padding: 34px 25px 46px 50px;
    background-color: #f8f8fa;
    display: none;
}

.company_box .box1:first-child {
    display: block;
}

.company_box .box1 .titlebox {
    display: flex;
    align-items: center;
    margin-bottom: 19px;
}

.company_box .titlebox .imgbox {
    flex-shrink: 0;
}

.company_box .titlebox img {
    display: block;
}

.company_box .titlebox .small_title {
    font-family: Inter-Bold;
    font-size: 20px;
    color: #333333;
    margin-left: 20px;
}

.company_box .small_content {
    font-family: Inter-Regular;
    font-size: 16px;
    line-height: 34px;
    color: #666666;
    hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media(max-width:1600px) {
    .about_company {
        padding: 50px 0px;
    }

    .about_company .content {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 40px;
    }

    .company_box .leftbox li {
        padding: 20px 14px;
        width: 100%;
        margin-bottom: 20px;
        font-size: 18px;
    }

    .company_box .box1 {
        padding: 20px 25px 30px 30px;
    }

    .company_box .rightbox {
        width: 80%;
    }

    .company_box .leftbox {
        width: 19%;
    }

}

@media(max-width:1333px) {
    .about_company .content {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 30px;

    }

    .company_box .box1 .titlebox {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }

    .company_box .small_content {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 7;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .company_box .leftbox li {
        padding: 20px 12px;
        width: 100%;
        margin-bottom: 20px;
        font-size: 16px;
    }

    .company_box .rightbox {
        width: 75%;
    }

    .company_box .leftbox {
        width: 23%;
    }

    .company_box .small_content {
        font-size: 16px;
        line-height: 30px;
    }
}

@media(max-width:999px) {
    .about_company {
        padding: 40px 0px;
    }

    .about_company .content {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 25px;
    }

    .about_company .company_box {
        flex-direction: column;
        align-items: flex-start;
    }

    .company_box .leftbox {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    .company_box .leftbox li {
        padding: 15px 10px;
        width: max-content;
        margin-bottom: 15px;
        font-size: 16px;
        margin-right: 1%;
        width: 32.5%;
        text-align: center;
    }
    .company_box .leftbox li:nth-child(3n){
        margin-right: 0;
    }
    .company_box .leftbox li:last-child {
        margin-bottom: 15px;
    }

    .company_box .rightbox {
        width: 100%;
    }

    .company_box .box1 {
        padding: 20px 25px 20px 25px;
    }

    .company_box .small_content {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 100;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media(max-width:768px) {
    .about_company .content {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 15px;
    }

    .company_box .leftbox li {
        font-size: 14px;
    }

    .company_box .titlebox .small_title {
        font-size: 18px;
        margin-left: 15px;
    }

    .company_box .small_content {
        font-size: 14px;
        line-height: 26px;
    }

    .company_box .titlebox img {
        width: 45px;
    }
}

@media(max-width:570px) {
    .about_company {
        padding: 30px 0px;
    }
    .company_box .leftbox li {
        margin-right: 2%;
        width: 49%;
        text-align: center;
    }
    .company_box .leftbox li:nth-child(3n){
        margin-right: 2%;
    }
    .company_box .leftbox li:nth-child(2n){
        margin-right: 0;
    }
}



/* about_quality */
.about_quality {
    padding: 80px 0px 134px;
    background-color: #f8f8fa;
}

.about_quality .safe {}

.about_quality .title {
    margin-bottom: 33px;
    text-align: center;
}

.about_quality .content {
    font-family: Inter-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    text-align: center;
    width: 82%;
    margin: 0 auto;
    margin-bottom: 72px;
}

.about_quality .quality_box {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.about_quality .quality_box .imgbox {
    position: relative;
    z-index: 10;
}

.about_quality .quality_box img {
    display: block;
}

.about_quality .fontbox {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.about_quality .fontbox .p1 {
    font-size: 28px;
    font-family: Inter-Bold;
    color: #fff;
    margin-bottom: 15px;
}

.about_quality .fontbox .p2 {
    font-family: Inter-Bold;
    font-size: 40px;
    color: #fff;
}

.about_quality .box1 {
    position: absolute;
    width: 44%;
    height: 111px;
    /* background-color: #fac; */
    display: flex;
    left: -1.5%;
}


.about_quality .box1 .leftbox {
    width: 65%;

    background-color: #ffffff;
    padding: 20px 20px 15px 20px;
    box-shadow: 0px 7px 36px 0px #ededf0;

}

.about_quality .box1 hr {
    background-color: #666666;
    opacity: 0.3;
    width: 30%;
    height: 3px;
    /* transform: translateY(15px); */
}

.about_quality .box1 .small_title {
    font-family: Inter-Bold;
    font-size: 18px;
    line-height: 34px;
    color: #333333;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.about_quality .box1 .small_content {
    font-family: Inter-Regular;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    /* word-break: break-all; */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}





.about_quality .box2 {
    position: absolute;
    width: 48%;
    height: 111px;
    /* background-color: #fac; */
    display: flex;
    right: -1.5%;
    flex-direction: row-reverse;

}

.about_quality .box2 .leftbox {
    width: 58%;
    text-align: right;
    background-color: #ffffff;
    padding: 20px 20px 15px 20px;
    box-shadow: 0px 7px 36px 0px #ededf0;

}

.about_quality .box2 hr {
    background-color: #666666;
    opacity: 0.3;
    width: 30%;
    height: 3px;
    /* transform: translateY(15px); */
}

.about_quality .box2 .small_title {
    font-family: Inter-Bold;
    font-size: 18px;
    line-height: 34px;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.about_quality .box2 .small_content {
    font-family: Inter-Regular;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}




.about_quality .b1 {
    top: 0%;
}

.about_quality .b1 hr {
    width: 35%;
    transform: translateY(24px);
}

.about_quality .b2 {
    top: 27%;
}

.about_quality .b2 hr {
    width: 15%;
    transform: translateY(19px);
}


.about_quality .b3 {
    top: 58%;
}

.about_quality .b3 hr {
    width: 15%;
    transform: translateY(40px);
}

.about_quality .b4 {
    top: 84.8%;

}

.about_quality .b4 hr {
    transform: translateY(25px);
}



/* 5-8 */

.about_quality .b5 {
    top: 0%;
}

.about_quality .b5 hr {
    width: 35%;
    transform: translateY(24px);
}

.about_quality .b6 {
    top: 27%;
}

.about_quality .b6 hr {
    width: 15%;
    transform: translateY(54px);
}


.about_quality .b7 {
    top: 57.6%;
}

.about_quality .b7 hr {
    width: 21%;
    transform: translateY(100px);
}

.about_quality .b8 {
    top: 85%;

}

.about_quality .b8 hr {
    transform: translateY(54px);
    width: 42%;
}


.about_quality .box1:hover .leftbox,
.about_quality .box2:hover .leftbox {
    background-color: #fa282f;
}

.about_quality .box1:hover .leftbox p,
.about_quality .box2:hover .leftbox p {
    color: #fff;
}

.about_quality .box1:hover hr,
.about_quality .box2:hover hr {
    background-color: #fa282f;
    opacity: 1 !important;
}


@media(max-width:1600px) {
    .about_quality {
        padding: 50px 0px 100px;
    }

    .about_quality .quality_box img {
        display: block;
        width: 91%;
        margin: 0 auto;
    }

    .about_quality .content {
        font-size: 16px;
        line-height: 30px;
        width: 90%;
        margin-bottom: 50px;
    }

    .about_quality .fontbox .p1 {
        font-size: 26px;
        margin-bottom: 12px;
    }

    .about_quality .fontbox .p2 {
        font-size: 36px;
    }

    .about_quality .title {
        margin-bottom: 30px;
    }
}

@media(max-width:1333px) {
    .about_quality .content {
        font-size: 16px;
        line-height: 30px;
        width: 100%;
        margin-bottom: 35px;
    }

    .about_quality .box1 .small_title {
        font-size: 16px;
        line-height: 32px;
    }

    .about_quality .box1 .leftbox {
        width: 65%;
        background-color: #ffffff;
        padding: 6px 15px 6px 15px;
        box-shadow: 0px 7px 36px 0px #ededf0;
    }

    .about_quality .fontbox .p1 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .about_quality .fontbox .p2 {
        font-size: 30px;
    }

    .about_quality .quality_box img {
        display: block;
        width: 86%;
        margin: 0 auto;
    }

    .about_quality .box1 .small_content {
        font-size: 14px;
        line-height: 24px;
    }

    .about_quality .box2 .small_title {
        font-size: 16px;
        line-height: 30px;
    }

    .about_quality .box2 .small_content {
        font-size: 14px;
        line-height: 24px;
    }

    .about_quality .box1,
    .about_quality .box2 {
        height: 88px;
    }

    .about_quality .box2 .leftbox {
        width: 58%;
        text-align: right;
        background-color: #ffffff;
        padding: 6px 15px 6px 15px;
        box-shadow: 0px 7px 36px 0px #ededf0;
    }

    .about_quality .title {
        margin-bottom: 25px;
    }
    .about_quality .b7 hr {
        width: 21%;
        transform: translateY(76px);
    }
}

@media(max-width:1250px) {
    .about_quality .quality_box img {
        display: block;
        width: 75%;
        margin: 0 auto;
    }
   
}
@media(max-width:1150px) {
    .about_quality .quality_box img {
        display: block;
        width: 69%;
        margin: 0 auto;
    }
    .about_quality .b8 hr {
        transform: translateY(45px);
        width: 42%;
    }
    .about_quality .b6 hr {
        width: 12%;
        transform: translateY(43px);
    }
}

@media(max-width:999px) {
    .about_quality {
        padding: 40px 0px;
    }

    .about_quality .quality_box img {
        width: 100%;
        display: none;
    }

    .about_quality .fontbox {
        position: static;
        transform: unset;
        margin-bottom: 20px;
    }

    .about_quality .fontbox p {
        color: #333 !important;
    }

    .about_quality .box1 {
        position: static;
        width: 100%;
        margin-bottom: 10px;
    }

    .about_quality .quality_box {
        flex-direction: column;
    }

    .about_quality .box1 .leftbox {
        width: 100%;
        background-color: #ffffff;
        padding: 10px 12px 10px 15px;
        margin: 0 auto;
        box-shadow: 0px 7px 36px 0px #ededf0;
    }

    .about_quality .box2 .leftbox {
        text-align: left;
        padding: 10px 15px 10px 15px;
        margin: 0 auto;
        width: 100%;
    }

    .about_quality .box2 {
        position: static;
        width: 100%;
        flex-direction: unset;
        margin-bottom: 10px;
    }

    .about_quality hr {
        display: none;
    }

    .about_quality .box1,
    .about_quality .box2 {
        height: auto;
    }

    .about_quality .title {
        margin-bottom: 20px;
    }

    .about_quality .box1 .small_content,
    .about_quality .box2 .small_content {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 100;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media(max-width:768px) {
    .about_quality .content {
        font-size: 14px;
        line-height: 26px;
        width: 100%;
        margin-bottom: 25px;
        text-align: left;
    }

    .about_quality .title {
        margin-bottom: 15px;
    }
}

@media(max-width:570px) {}



/* about_workshop */
.about_workshop {
    padding: 89px 0px 96px;

}

.about_workshop .titlebox {
    display: flex;
    justify-content: space-between;
    margin-bottom: 36px;
}

.about_workshop .titlebox .leftbox {
    width: 50%;
}

.about_workshop .titlebox .leftbox .title {
    margin-bottom: 10px;
}

.about_workshop .titlebox .leftbox .content {
    font-family: Inter-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    margin-bottom: 30px;
}

.about_workshop .titlebox .rightbox {}

.about_workshop .titlebox .btnbox {
    display: flex;
}

.about_workshop .titlebox i {
    width: 61px;
    height: 60px;
    background-color: #ededf0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fa282f;
    border-radius: 50px;
    cursor: pointer;
}

.about_workshop .titlebox i:first-child {
    margin-right: 10px;
}

.about_workshop .titlebox i:hover {
    color: #fff;
    background-color: #fa282f;
}

.about_workshop .swiper-slide {
    display: flex;
    justify-content: space-between;
}

.about_workshop .swiper-slide .imgbox {
    width: 48.4%;
}

.about_workshop .swiper-slide .contact {
    width: 46%;
}

.about_workshop .contact .small_title {
    font-family: Inter-Bold;
    font-size: 30px;
    line-height: 30px;
    color: #333333;
    padding: 52px 0px 45px;
}

.about_workshop .contact .small_content {
    font-family: Inter-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}

@media(max-width:1600px) {
    .about_workshop {
        padding: 50px 0px;
    }

    .about_workshop .titlebox {
        margin-bottom: 20px;
    }

    .about_workshop .contact .small_title {
        font-size: 28px;
        line-height: 30px;
        padding: 15px 0px 15px;
    }

    .about_workshop .titlebox i {
        width: 55px;
        height: 55px;
    }
}

@media(max-width:1333px) {
    .about_workshop .titlebox {
        margin-bottom: 15px;
    }

    .about_workshop .titlebox .leftbox {
        width: 75%;
    }

    .about_workshop .swiper-slide {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .about_workshop .swiper-slide .contact {
        width: 48%;
    }

    .about_workshop .contact .small_title {
        font-size: 26px;
        line-height: 30px;
        padding: 10px 0px 10px;
    }
}

@media(max-width:999px) {
    .about_workshop {
        padding: 40px 0px;
    }

    .about_workshop .swiper-slide {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
    }

    .about_workshop .swiper-slide .imgbox {
        width: 75%;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .about_workshop .swiper-slide .contact {
        width: 100%;
    }

    .about_workshop .titlebox .leftbox .content {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 15px;
    }

    .about_workshop .titlebox i {
        width: 50px;
        height: 50px;
    }

    .about_workshop .contact .small_title {
        font-size: 24px;
        line-height: 30px;
        padding: 10px 0px 10px;
    }
}

@media(max-width:768px) {
    .about_workshop .titlebox {
        margin-bottom: 15px;
    }

    .about_workshop .titlebox .leftbox .content {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 15px;
    }

    .about_workshop .swiper-slide .imgbox {
        width: 85%;
        margin: 0 auto;
        margin-bottom: 15px;
    }

    .about_workshop .contact .small_content {
        font-size: 14px;
        line-height: 26px;
    }

    .about_workshop .contact .small_title {
        font-size: 22px;
        line-height: 26px;
        padding: 10px 0px 10px;
    }
}

@media(max-width:570px) {
    .about_workshop .swiper-slide .imgbox {
        width: 95%;
        margin: 0 auto;
        margin-bottom: 15px;
    }

    .about_workshop .titlebox i {
        width: 40px;
        height: 40px;
        font-size: 14px;
    }
}

@media(max-width:400px) {
    .about_workshop .swiper-slide .imgbox {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 15px;
    }
}

/* about_equipment */

.about_equipment {
    padding: 80px 0px 84px;
    background: #f8f8fa;
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
}

.about_equipment .titlebox {
    display: flex;
    justify-content: space-between;
    margin-bottom: 34px;
}

.about_equipment .titlebox .leftbox {
    width: 50%;
}

.about_equipment .titlebox .leftbox .title {
    margin-bottom: 10px;
}

.about_equipment .titlebox .leftbox .content {
    font-family: Inter-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    margin-bottom: 30px;
}

.about_equipment .titlebox .rightbox {}

.about_equipment .titlebox .btnbox {
    display: flex;
}

.about_equipment .titlebox i {
    width: 61px;
    height: 60px;
    background-color: #ededf0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fa282f;
    border-radius: 50px;
    cursor: pointer;
}

.about_equipment .titlebox i:first-child {
    margin-right: 10px;
}

.about_equipment .titlebox i:hover {
    color: #fff;
    background-color: #fa282f;
}

.about_equipment .swiper {
    overflow: visible;

    -webkit-clip-path: polygon(0% 0%, 150% 0%, 100% 150%, 0% 100%);
    clip-path: polygon(0% 0%, 150% 0%, 100% 150%, 0% 100%);
}

.about_equipment .imgbox {
    overflow: hidden;
}

.about_equipment .imgbox img {
    display: block;
    width: 100%;
    height: 100%;
}

.about_equipment .imgbox img:hover {
    transform: scale(1.05);
}

.about_equipment .small_title {
    padding-top: 23px;
    margin-bottom: 11px;
}

.about_equipment .small_title a {
    font-family: Inter-Bold;
    font-size: 18px;
    line-height: 30px;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;

}

.about_equipment .small_title a:hover {
    color: #fa282f;
}

.about_equipment .small_content {
    font-family: Inter-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: 7;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media(max-width:1600px) {
    .about_equipment {
        padding: 50px 0px;
    }

    .about_equipment .titlebox .leftbox .content {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 0;
    }

    .about_equipment .small_title {
        padding-top: 15px;
        margin-bottom: 8px;
    }
}

@media(max-width:1333px) {
    .about_equipment .titlebox i {
        width: 55px;
        height: 55px;
    }
}

@media(max-width:999px) {
    .about_equipment .swiper {
        overflow: hidden;
        -webkit-clip-path: unset;
        clip-path: unset;
    }

    .about_equipment .titlebox .leftbox {
        width: 75%;
    }

    .about_equipment {
        padding: 40px 0px;
    }
}

@media(max-width:768px) {
    .about_equipment .titlebox .leftbox .content {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 0;
    }

    .about_equipment .titlebox i {
        width: 50px;
        height: 50px;
    }

    .about_equipment .small_content {
        line-height: 26px;
        font-size: 14px;
    }
}

@media(max-width:570px) {
    .about_equipment .titlebox i {
        width: 40px;
        height: 40px;
        font-size: 14px;
    }

    .about_equipment {
        padding: 30px 0px;
    }
}



/* abbout_advantage */


.abbout_advantage {
    padding: 80px 0px 80px;
}


.abbout_advantage .titlebox {
    display: flex;
    justify-content: space-between;
    margin-bottom: 59px;
}

.abbout_advantage .titlebox .leftbox {
    width: 50%;
}

.abbout_advantage .titlebox .leftbox .title {
    margin-bottom: 10px;
}

.abbout_advantage .titlebox .leftbox .content {
    font-family: Inter-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}

.abbout_advantage .titlebox .contact_us {
    width: 186px;
    height: 54px;
    border-radius: 4px;
    border: solid 1px #fa282f;
    font-family: Inter-Bold;
    font-size: 16px;
    color: #fa282f;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 6px;
}

.abbout_advantage .titlebox .contact_us:hover {
    color: #fff;
    background-color: #fa282f;
}

.abbout_advantage .diff_box {
    display: flex;
    flex-wrap: wrap;
}

.abbout_advantage .diff_box .box {
    background-color: #ffffff;
    width: 23.7145%;
    margin-right: 1.6428%;
    box-shadow: 0px 8px 54px 2px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 22px 40px 22px;
    position: relative;
    margin-bottom: 23px;
}

.abbout_advantage1 .box{
    padding: 40px 22px 25px 22px !important;
}

.abbout_advantage .diff_box .box:nth-child(4n) {
    margin-right: 0;
}

.abbout_advantage .diff_box .box .hover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
    opacity: 0;
}

.abbout_advantage .diff_box .box:hover .hover {
    opacity: 1;
}

.abbout_advantage .diff_box .box:hover {
    /* background-color:rgba(0, 0, 0, 0); */
    background-color: rgba(253, 253, 253, .0);
    box-shadow: unset;
}

.abbout_advantage .imgbox {
    /* margin-bottom: 38px; */
    position: relative;
    z-index: 10;
    height: 91px;
}

.abbout_advantage .imgbox img {
    display: block;
}

.abbout_advantage .small_title {
    font-family: Inter-Bold;
    font-size: 20px;
    line-height: 30px;
    color: #333333;
    margin-bottom: 17px;
    position: relative;
    z-index: 10;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.abbout_advantage .small_title a {
    color: #333;
}

.abbout_advantage .small_title a:hover {
    color: #fa282f;
}

.abbout_advantage .small_content {
    font-family: Inter-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    text-align: center;
    position: relative;
    z-index: 10;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media(max-width:1600px) {
    .abbout_advantage {
        padding: 50px 0px;
    }

    .abbout_advantage .titlebox {
        margin-bottom: 50px;
    }
}

@media(max-width:1333px) {
    .abbout_advantage .titlebox .leftbox {
        width: 75%;
    }

    .abbout_advantage .imgbox {
        /* margin-bottom: 25px; */
        position: relative;
        z-index: 10;
    }

    .abbout_advantage .small_title {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 10px;
        text-align: center;
    }

    .abbout_advantage .diff_box .box,
    .abbout_advantage1 .diff_box .box {
        width: 23.7145%;
        margin-right: 1.6428%;
        padding: 20px 15px 20px 15px !important;
    }

    .abbout_advantage .titlebox {
        margin-bottom: 40px;
    }

    .abbout_advantage .titlebox .contact_us {
        width: 170px;
        height: 50px;
        font-size: 16px;
        margin-top: 0px;
    }
}

@media(max-width:999px) {
    .abbout_advantage {
        padding: 40px 0px;
    }

    .abbout_advantage .diff_box .box,
    .abbout_advantage1 .diff_box .box {
        width: 100%;
        margin-right: 0%;
        padding: 20px 15px !important;
        margin-bottom: 15px;
    }
    .abbout_advantage .imgbox img{
        height: 50px;
    }
    .abbout_advantage .imgbox {
        margin-bottom: 15px;
        position: relative;
        z-index: 10;
        height: auto;
    }

    .abbout_advantage .titlebox {
        margin-bottom: 25px;
    }

    .abbout_advantage .titlebox .contact_us {
        width: 140px;
        height: 45px;
        font-size: 14px;
        margin-top: 0px;
    }
}

@media(max-width:768px) {
    .abbout_advantage .titlebox {
        margin-bottom: 20px;
    }

    .abbout_advantage .small_content {
        font-size: 14px;
        line-height: 26px;
    }

    .abbout_advantage .titlebox .leftbox .content {
        font-size: 14px;
        line-height: 26px;
    }

    .abbout_advantage .titlebox .contact_us {
        width: 125px;
        height: 45px;
        font-size: 14px;
        margin-top: 0px;
    }

}

@media(max-width:570px) {
    .abbout_advantage .titlebox {
        margin-bottom: 15px;
    }

    .abbout_advantage {
        padding-bottom: 30px;
    }

    .abbout_advantage .imgbox img {
        width: 45px;
    }

    .abbout_advantage .imgbox {
        margin-bottom: 10px;
        height: auto;
    }

    .abbout_advantage .small_title {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 6px;
        text-align: center;
    }

    .abbout_advantage .titlebox .contact_us {
        width: 110px;
        height: 45px;
        font-size: 14px;
        margin-top: 0px;
    }

    .abbout_advantage .titlebox {
        margin-bottom: 15px;
        flex-direction: column;

    }

    .abbout_advantage .titlebox .leftbox {
        width: 100%;
        margin-bottom: 15px;
    }

}



/* about_partner */
.about_partner {
    padding: 103px 0px 58px;
}

.about_partner .title {
    font-family: Inter-Bold;
    font-size: 42px;
    color: #333333;
    text-align: center;
    margin-bottom: 22px;
}

.about_partner .title a {
    color: #333;
}

.about_partner .title span {
    color: #fa282f;
}

.about_partner .title a:hover {
    color: #fa282f;
}

.about_partner .title a:hover span {
    color: #fa282f;
}

.about_partner .content {
    font-family: Inter-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    text-align: center;
    margin-bottom: 50px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.about_partner .swiper {
    /* display: flex;
    align-items: center;
    justify-content: center; */
}

.about_partner .swiper-wrapper {
    display: flex;
    align-items: center;
}

.about_partner .swiper-wrapper .swiper-slide {
    padding-left: 30px;
}



/* about_certification */
.about_certification {
    padding: 80px 0px 94px;
    background-color: #f8f8fa;
}

.about_certification .titlebox {
    display: flex;
    margin-bottom: 30px;
    justify-content: space-between;
}

.about_certification .titlebox .leftbox {
    width: 50%;
}

.about_certification .titlebox .leftbox .title {
    margin-bottom: 10px;
}

.about_certification .titlebox .leftbox .content {
    font-family: Inter-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    margin-bottom: 30px;
}

.about_certification .titlebox .rightbox {}

.about_certification .titlebox .btnbox {
    display: flex;
}

.about_certification .titlebox i {
    width: 61px;
    height: 60px;
    background-color: #ededf0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fa282f;
    border-radius: 50px;
    cursor: pointer;
}

.about_certification .titlebox i:first-child {
    margin-right: 10px;
}

.about_certification .titlebox i:hover {
    color: #fff;
    background-color: #fa282f;
}

.about_certification .swiper-slide div {
    padding: 17px 14px 16px 14px;
    background-color: #fff;
    margin-bottom: 11px;
}

.about_certification .swiper-slide div img {
    display: block;
}

.about_certification .swiper-slide p {
    font-family: Inter-Medium;
    font-size: 18px;
    line-height: 30px;
    color: #333333;
    text-align: center;
}


@media(max-width:1600px) {
    .about_certification {
        padding: 50px 0px;
    }

    .about_certification .titlebox .leftbox .content {
        margin-bottom: 0;
    }
}

@media(max-width:1333px) {
    .about_certification .titlebox {
        display: flex;
        margin-bottom: 20px;
        justify-content: space-between;
    }

    .about_certification .titlebox .leftbox {
        width: 75%;
    }

    .about_certification .swiper-slide p {
        font-size: 16px;
        line-height: 28px;
    }

    .about_certification .swiper-slide div {
        padding: 14px;
        background-color: #fff;
        margin-bottom: 6px;
    }

    .about_certification .titlebox i {
        width: 55px;
        height: 55px;
    }
}

@media(max-width:999px) {
    .about_certification {
        padding: 40px 0px;
    }

    .about_certification .swiper-slide div {
        padding: 8px;
        background-color: #fff;
        margin-bottom: 2px;
    }
}

@media(max-width:768px) {
    .about_certification .titlebox .leftbox .content {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 0px;
    }

    .about_certification .titlebox i {
        width: 50px;
        height: 50px;
    }

    .about_certification .swiper-slide p {
        font-size: 14px;
        line-height: 26px;
    }
}

@media(max-width:570px) {
    .about_certification .titlebox i {
        width: 40px;
        height: 40px;
        font-size: 14px;
    }

    .about_certification .swiper-slide div {
        padding: 4px;
        background-color: #fff;
        margin-bottom: 2px;
    }
}



/* 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)
    }
}







/* 2-2 */

.about_sus {
    padding: 99px 0px 83px;
}

.about_sus .title {
    margin-bottom: 57px;
}

.about_sus .sus_box {}

.about_sus .sus_box .leftbox {
    float: left;
    margin-right: 6.2%;
}

.about_sus .sus_box .leftbox img {
    display: block;
}

.about_sus .sus_box .rightbox {
    width: 100%;
    font-family: Inter-Regular;
    font-size: 16px;
    line-height: 32px;
    color: #666666;
    hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    padding-top: 14px;
}

.about_sus .rightbox p {
    margin-bottom: 32px;
}

.about_sus .rightbox p:last-child {
    margin-bottom: 0;
}

@media(max-width:1600px) {
    .about_sus {
        padding: 50px 0px;
    }

    .about_sus .title {
        margin-bottom: 50px;
    }

    .about_sus .sus_box .leftbox {
        float: left;
        margin-right: 3%;
    }
}

@media(max-width:1333px) {
    .about_sus .title {
        margin-bottom: 40px;
    }

    .about_sus .rightbox p {
        margin-bottom: 15px;
    }
}

@media(max-width:999px) {
    .about_sus {
        padding: 20px 0px 40px 0px;
    }

    .about_sus .title {
        margin-bottom: 30px;
    }
}

@media(max-width:768px) {
    .about_sus .title {
        margin-bottom: 15px;
    }

    .about_sus .sus_box .rightbox {
        width: 100%;
        font-family: Inter-Regular;
        font-size: 14px;
        line-height: 26px;
        padding-top: 0px;
    }

    .about_sus .sus_box .leftbox {
        float: left;
        margin-right: 3%;
        width: 60%;
    }
}

@media(max-width:570px) {
    .about_sus .sus_box .leftbox {
        float: unset;
        width: 95%;
        margin: 0 auto;
        margin-bottom: 15px;
    }

    .about_sus .sus_box .leftbox img {
        width: 100%;
    }

    .about_sus {
        padding: 20px 0px 30px 0px;
    }
}

@media(max-width:400px) {
    .about_sus .sus_box .leftbox {
        width: 100%;
    }
}


/* about_management */
.about_management {
    padding: 0px 0px 113px;
}

.about_management .leftbox {
    width: 100%;
}

.about_management .rightbox {
    float: right;
    margin-left: 5%;
}

.about_management .rightbox img {
    display: block;
}

.about_management .leftbox .title {
    font-family: Inter-Bold;
    font-size: 30px;
    color: #333333;
    margin-bottom: 41px;
    padding-top: 42px;
}

.about_management .leftbox .content p {
    font-family: Inter-Regular;
    font-size: 16px;
    line-height: 32px;
    color: #666666;
    margin-bottom: 31px;
}

.about_management .leftbox .content p:last-child {
    margin-bottom: 0;
}


@media(max-width:1600px) {
    .about_management .leftbox .title {
        font-size: 28px;
        color: #333333;
        margin-bottom: 35px;
        padding-top: 0;
    }

    .about_management .rightbox {
        float: right;
        margin-left: 4%;
    }

    .about_management {
        padding: 0px 0px 50px;
    }
}

@media(max-width:1333px) {
    .about_management .leftbox .title {
        font-size: 26px;
        margin-bottom: 25px;
    }

    .about_management .rightbox {
        float: right;
        margin-left: 4%;
        width: 50%;
    }

    .about_management .leftbox .content p {
        margin-bottom: 20px;
    }
}

@media(max-width:999px) {
    .about_management {
        padding: 0px 0px 40px;
    }

    .about_management .leftbox .title {
        font-size: 24px;
        margin-bottom: 20px;
    }
}

@media(max-width:768px) {
    .about_management .leftbox .title {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .about_management .leftbox .content {
        margin-bottom: 15px;
    }

    .about_management .leftbox .content p {
        margin-bottom: 15px;
        font-size: 14px;
        line-height: 28px;
    }

    .about_management .rightbox {
        float: unset;
        margin-left: 0%;
        width: 85%;
        margin: 0 auto;
    }

    .about_management .safe {
        display: flex;
        flex-direction: column-reverse;
    }

}

@media(max-width:570px) {
    .about_management {
        padding: 0px 0px 30px;
    }

    .about_management .leftbox .title {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .about_management .rightbox {
        float: unset;
        margin-left: 0%;
        width: 95%;
        margin: 0 auto;
    }
}

@media(max-width:400px) {
    .about_management .rightbox {
        width: 100%;
    }
}


/* .about_require */

.about_require {
    padding: 84px 0px 105px;
    background-color: #f8f8fa;
}

.about_require .title {
    margin-bottom: 54px;
    font-size: 30px;
}

.about_require .iconfont {
    font-size: 22px;
    font-weight: bold;
    color: #fa282f;
}

.about_require strong {
    font-weight: normal;
}

.about_require .content {
    font-family: Inter-Regular;
    font-size: 16px;
    line-height: 32px;
    color: #666666;
}

.about_require .content p {
    display: flex;
}

.about_require .content p i {
    margin-right: 15px;
    margin-top: 2px;
}

@media(max-width:1600px) {
    .about_require {
        padding: 50px 0px;
    }

    .about_require .title {
        margin-bottom: 50px;
        font-size: 28px;
    }
}

@media(max-width:1333px) {
    .about_require .title {
        margin-bottom: 30px;
        font-size: 26px;
    }
}

@media(max-width:999px) {
    .about_require {
        padding: 40px 0px;
    }

    .about_require .title {
        margin-bottom: 30px;
        font-size: 24px;
    }

    .about_require .content {
        font-size: 16px;
        line-height: 30px;
    }
}

@media(max-width:768px) {
    .about_require .title {
        margin-bottom: 15px;
        font-size: 22px;
    }

    .about_require .content {
        font-size: 14px;
        line-height: 28px;
    }

    .about_require .content p i {
        margin-right: 10px;
        margin-top: 1px;
        font-size: 18px;
    }
}

@media(max-width:570px) {
    .about_require {
        padding: 30px 0px;
    }

    .about_require .title {
        margin-bottom: 15px;
        font-size: 20px;
    }
}

/* about_result */
.about_result {
    padding: 87px 0px 108px;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
}

.about_result .title {
    font-family: Inter-Bold;
    font-size: 30px;
    color: #333333;
    text-align: center;
    margin-bottom: 40px;
}

.about_result .result_box {
    display: flex;
}

.about_result .result_box .box1 {
    width: 31.9285%;
    margin-right: 2.1428%;
    color: #333;
    background-color: #f8f8fa;
    padding: 25px 53px 44px 42px;
}

.about_result .result_box .box1:hover {
    color: #fff;
    background-color: #fa282f;
}

.about_result .result_box .box1:last-child {
    margin-right: 0;
}

.about_result .number {
    font-family: Inter-Bold;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0px;
    padding: 15px 0px 25px 0px;
}

.about_result .content {
    font-family: Inter-Regular;
    font-size: 16px;
    line-height: 30px;
}


@media(max-width:1600px) {
    .about_result {
        padding: 50px 0px;
    }

    .about_result .title {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .about_result .result_box .box1 {
        width: 31.9285%;
        margin-right: 2.1428%;
        color: #333;
        background-color: #f8f8fa;
        padding: 25px 30px 40px 40px;
    }
}

@media(max-width:1333px) {
    .about_result .number {
        font-size: 20px;
        line-height: 26px;
        letter-spacing: 0px;
        padding: 15px 0px 15px 0px;
    }

    .about_result .title {
        font-size: 26px;
        margin-bottom: 30px;
    }

    .about_result .result_box .box1 {
        width: 31.9285%;
        margin-right: 2.1428%;
        padding: 20px;
    }
}

@media(max-width:999px) {
    .about_result .title {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .about_result {
        padding: 40px 0px;
    }

    .about_result .result_box {
        flex-direction: column;
    }

    .about_result .result_box .box1 {
        width: 100%;
        margin-right: 0;
        padding: 15px;
        margin-bottom: 15px;
    }

    .about_result .number {
        padding: 10px 0px 10px 0px;
    }
}

@media(max-width:768px) {
    .about_result .title {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .about_result .number {
        padding: 5px 0px 10px 0px;
    }

    .about_result .content {
        font-size: 14px;
        line-height: 28px;
    }

    .about_result .result_box .box1 {
        padding: 10px;
    }
}

@media(max-width:570px) {
    .about_result {
        padding: 30px 0px;
    }

    .about_result .title {
        font-size: 20px;
        margin-bottom: 15px;
    }

}




/* about_conclusion */

.about_conclusion {
    margin: 0 auto;
    background-size: cover;
    background-position: left top;
    background-repeat: no-repeat;
    padding: 75px 0px 99px;
    max-width: 1920px;
    margin-bottom: 99px;
}

.about_conclusion .safe {
    display: flex;
    justify-content: space-between;
}

.about_conclusion .leftbox {
    width: 64%;
}

.about_conclusion .leftbox .title {
    font-family: Inter-Bold;
    font-size: 40px;
    margin-bottom: 37px;
    color: #fff;
}


.about_conclusion .leftbox .content {
    font-family: Inter-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
}

.about_conclusion .rightbox {
    padding-top: 70px;
}



.about_conclusion .rightbox .talk_btn {
    width: 226px;
    height: 54px;
    background-color: #fa282f;
    border-radius: 4px;
    border: solid 1px #fa282f;
    font-family: Inter-Medium;
    font-size: 18px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about_conclusion .rightbox .talk_btn:hover {
    background-color: #fff;
    color: #fa282f;
    border: 1px solid #fa282f;
}

@media(max-width:1600px) {
    .about_conclusion .leftbox .title {
        font-size: 36px;
        margin-bottom: 30px;
    }

    .about_conclusion .leftbox {
        width: 70%;
    }

    .about_conclusion {
        padding: 70px 0px;
    }

    .about_conclusion {
        margin-bottom: 50px;
    }
}

@media(max-width:1333px) {
    .about_conclusion .leftbox .title {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .about_conclusion .rightbox .talk_btn {
        width: 200px;
        height: 50px;
        font-size: 16px;
    }

    .about_conclusion .rightbox {
        padding-top: 0;
    }

    .about_conclusion .safe {
        align-items: center;
    }
}

@media(max-width:999px) {
    .about_conclusion .leftbox .title {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .about_conclusion {
        padding: 50px 0px;
    }

    .about_conclusion .safe {
        flex-direction: column;
        align-items: flex-start;
    }

    .about_conclusion .leftbox {
        width: 100%;
        margin-bottom: 15px;
    }

    .about_conclusion {
        margin-bottom: 40px;
    }
}

@media(max-width:768px) {
    .about_conclusion .leftbox .title {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .about_conclusion .leftbox .content {
        font-size: 14px;
        line-height: 28px;
    }

    .about_conclusion .rightbox .talk_btn {
        width: 150px;
        height: 45px;
        font-size: 14px;
    }
}

@media(max-width:570px) {
    .about_conclusion .leftbox .title {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .about_conclusion {
        padding: 30px 0px;
    }

    .about_conclusion {
        margin-bottom: 30px;
    }
}




/* 3-1 */

/* product_service */
.product_service {
    padding: 135px 0px 80px;
}

.product_service .safe {
    display: flex;
    justify-content: space-between;
}

.product_service .leftbox {
    width: 50%;
}

.product_service .leftbox .title {
    font-family: Inter-Bold;
    font-size: 36px;
    line-height: 30px;
    color: #333333;
    margin-bottom: 43px;
}

.product_service .leftbox .content {
    font-family: Inter-Regular;
    font-size: 16px;
    line-height: 32px;
    color: #666666;
    margin-bottom: 54px;
}

.product_service .quote {
    width: 227px;
    height: 54px;
    background-color: #fa282f;
    border-radius: 4px;
    border: solid 1px #fa282f;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Inter-Medium;
    font-size: 18px;
    color: #ffffff;
    cursor: pointer;
}

.product_service .quote:hover {
    color: #fa282f;
    background-color: #fff;
    border: 1px solid #fa282f;
}

.product_service .rightbox {
    width: 39.65%;
}

@media(max-width:1600px) {
    .product_service {
        padding: 50px 0px;
    }

    .product_service .leftbox .title {
        font-size: 32px;
        line-height: unset;
        margin-bottom: 40px;
    }

    .product_service .quote {
        width: 200px;
        height: 50px;
        font-size: 18px;
    }

    .product_service .leftbox .content {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 40px;
    }
}

@media(max-width:1333px) {
    .product_service .leftbox .title {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .product_service .quote {
        width: 180px;
        height: 48px;
        font-size: 16px;
    }

    .product_service .leftbox .content {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 30px;
    }

    .product_service .safe {
        align-items: center;
    }
}

@media(max-width:999px) {
    .product_service .leftbox .title {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .product_service {
        padding: 20px 0px 40px;
    }
}

@media(max-width:768px) {
    .product_service .leftbox .title {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .product_service .quote {
        width: 160px;
        height: 42px;
        font-size: 14px;
    }

    .product_service .leftbox .content {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 20px;
    }

    .product_service .safe {
        flex-direction: column;
        align-items: flex-start;
    }

    .product_service .leftbox {
        width: 100%;
        margin-bottom: 20px;
    }

    .product_service .rightbox {
        width: 350px;
        margin: 0 auto;
    }
}

@media(max-width:570px) {
    .product_service {
        padding: 20px 0px 30px;
    }

    .product_service .leftbox .title {
        font-size: 20px;
        margin-bottom: 15px;
        text-align: center;
    }

    .product_service .rightbox {
        width: 80%;
        margin: 0 auto;
    }
}

@media(max-width:400px) {
    .product_service .rightbox {
        width: 90%;
    }

}


/* product_ul */

.product_ul {
    padding: 59px 0px 72px;
    background-color: #171921;
}

.product_ul p {
    font-family: Inter-Regular;
    font-size: 16px;
    line-height: 32px;
    color: #ffffff;
}

.product_ul ul {
    display: flex;
}

.product_ul ul li {
    width: 25%;
    padding-left: 1%;
    padding-right: 1%;
    text-align: left;
    display: flex;
}

.product_ul ul li i {
    font-weight: bold;
    width: 25px;
    height: 25px;
    background-color: #fa282f;
    color: #171921;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    margin-top: 5px;
    margin-right: 16px;
    flex-shrink: 0;
}

@media(max-width:1600px) {}

@media(max-width:1333px) {
    .product_ul ul li i {
        width: 20px;
        height: 20px;
        margin-top: 5px;
        margin-right: 10px;
        font-size: 14px;
    }

    .product_ul p {
        font-family: Inter-Regular;
        font-size: 16px;
        line-height: 28px;
        color: #ffffff;
    }
}

@media(max-width:999px) {
    .product_ul {
        padding: 50px 0px;
        background-color: #171921;
    }

    .product_ul ul {
        flex-wrap: wrap;
    }

    .product_ul ul li {
        width: 50%;
        padding-left: 1%;
        padding-right: 3%;
        margin-bottom: 15px;
    }
}

@media(max-width:768px) {
    .product_ul p {
        font-size: 14px;
        line-height: 26px;
    }

    .product_ul ul li i {
        width: 18px;
        height: 18px;
        margin-top: 4px;
        margin-right: 5px;
        font-size: 14px;
    }

    .product_ul {
        padding: 40px 0px;
    }
}

@media(max-width:570px) {
    .product_ul {
        padding: 30px 0px;
    }
}

@media(max-width:480px) {
    .product_ul ul li {
        width: 100%;
        padding-left: 0%;
        padding-right: 0%;
        margin-bottom: 15px;
    }
}




/* product_metal */

.product_metal {
    padding: 83px 0px 84px;
}

.product_metal .title {
    text-align: center;
    margin-bottom: 49px;
    font-size: 36px;
}

.product_metal .metal_box {
    display: flex;
    flex-wrap: wrap;
}

.product_metal .metal_box .box {}

.product_metal .metal_box .imgbox {
    overflow: hidden;
}

.product_metal .metal_box img {
    display: block;
    width: 100%;
}

.product_metal .metal_box img:hover {
    transform: scale(1.05);
}

.product_metal .metal_box .box {
    background-color: #f8f8fa;
    border: solid 1px #e6e6e8;
    width: 23.7242%;
    margin-right: 1.669%;
}

.product_metal .metal_box .box:nth-child(4n) {
    margin-right: 0;
}

.product_metal .metal_box .contact {
    padding: 21px 20px 17px 29px;
}

.product_metal .metal_box .small_title {
    font-family: Inter-Medium;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product_metal .metal_box .small_title a {
    color: #333;
}

.product_metal .metal_box .small_title a:hover {
    color: #fa282f;
}

.product_metal .metal_box .inquire {
    font-family: Inter-Medium;
    font-size: 16px;
    line-height: 30px;
    cursor: pointer;

}

.product_metal .metal_box .inquire a {
    color: #fa282f;
}

.product_metal .metal_box .inquire a:hover {
    text-decoration: underline;
}

@media(max-width:1600px) {
    .product_metal {
        padding: 50px 0px;
    }

    .product_metal .title {
        margin-bottom: 40px;
        font-size: 32px;
    }

    .product_metal .metal_box .contact {
        padding: 20px;
    }
}

@media(max-width:1333px) {
    .product_metal .title {
        margin-bottom: 30px;
        font-size: 28px;
    }

    .product_metal .metal_box .contact {
        padding: 13px;
    }

    .product_metal .metal_box .box {
        background-color: #f8f8fa;
        border: solid 1px #e6e6e8;
        width: 24.2%;
        margin-right: 1%;
    }

    .product_metal .metal_box .small_title {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 5px;
    }

    .product_metal .metal_box .inquire {
        font-size: 16px;
        line-height: 28px;
    }
}

@media(max-width:999px) {
    .product_metal {
        padding: 40px 0px;
    }

    .product_metal .title {
        margin-bottom: 25px;
        font-size: 24px;
    }

    .product_metal .metal_box .contact {
        padding: 10px;
    }

    .product_metal .metal_box .box {
        width: 32.33%;
        margin-bottom: 15px;
        margin-right: 1%;
    }

    .product_metal .metal_box .box:nth-child(3n) {
        margin-right: 1%;
    }
}

@media(max-width:768px) {
    .product_metal .title {
        margin-bottom: 25px;
        font-size: 22px;
    }

    .product_metal .metal_box .box {
        width: 49%;
        margin-bottom: 15px;
        margin-right: 2%;
    }

    .product_metal .metal_box .box:nth-child(3n) {
        margin-right: 2%;
    }

    .product_metal .metal_box .box:nth-child(2n) {
        margin-right: 0;
    }

    .product_metal .metal_box .small_title {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 0px;
    }

    .product_metal .metal_box .inquire {
        font-size: 14px;
        line-height: 26px;
    }
}

@media(max-width:570px) {
    .product_metal .metal_box .contact {
        padding: 8px;
    }

    .product_metal {
        padding: 30px 0px;
    }

    .product_metal .title {
        margin-bottom: 25px;
        font-size: 22px;
    }
}

@media(max-width:400px) {
    .product_metal .metal_box .box {
        width: 100%;
        margin-bottom: 15px;
        margin-right: 0%;
    }
}


/* product_processing */
.product_processing {
    padding-bottom: 86px;
}

.product_processing .title {
    text-align: center;
    margin-bottom: 27px;
    font-size: 36px;
}

.product_processing .ul1 {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.product_processing .ul1 li {
    padding: 7px 22px;
    background-color: #f8f8fa;
    border-radius: 2px;
    border: solid 1px #e6e7e8;
    margin-right: 11px;
    cursor: pointer;

    font-family: Inter-Regular;
    font-size: 16px;
    color: #333333;
}

.product_processing .ul1 li:last-child {
    margin-right: 0;
}

.product_processing .ul1 li:hover {
    background-color: rgba(250, 40, 47, .1);
    border-radius: 2px;
    border: solid 1px #fa282f;
}

.product_processing .ul1 .active {
    background-color: rgba(250, 40, 47, .1);
    border-radius: 2px;
    border: solid 1px #fa282f;
}


.product_processing .ul2 {}

.product_processing .ul2 li {
    display: flex;
    border: solid 1px #e6e6e8;
    justify-content: space-between;
    display: none;
}

.product_processing .ul2 li:first-child {
    display: flex;
}

.product_processing .leftbox {
    width: 47%;
    padding-left: 4%;
}

.product_processing .leftbox .small_title {
    font-family: Inter-Bold;
    font-size: 36px;
    line-height: 30px;
    color: #333333;
    padding: 62px 0px 37px;
}

.product_processing .leftbox .small_content {
    font-family: Inter-Regular;
    font-size: 16px;
    line-height: 32px;
    color: #666666;
    margin-bottom: 35px;
}

.product_processing .inquire {
    width: 186px;
    height: 54px;
    border-radius: 4px;
    border: solid 1px #fa282f;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Inter-Bold;
    font-size: 16px;
    line-height: 30px;
    color: #fa282f;
}

.product_processing .inquire:hover {
    color: #fff;
    background-color: #fa282f;
    border: 1px solid transparent;
}

.product_processing .leftbox .small_content .con {
    margin-bottom: 50px;
}

.product_processing .rightbox {
    width: 50.2%;
}

.product_processing .rightbox img {
    display: block;
    border-left: 1px solid #e6e6e8;
}

@media(max-width:1600px) {
    .product_processing {
        padding-bottom: 50px;
    }

    .product_processing .title {
        margin-bottom: 25px;
        font-size: 32px;
    }

    .product_processing .ul1 {
        margin-bottom: 30px;
    }

    .product_processing .leftbox .small_title {
        font-size: 32px;
        line-height: unset;
        padding: 0px 0px 25px;
    }

    .product_processing .leftbox {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .product_processing .leftbox .small_content .con {
        margin-bottom: 30px;
    }

    .product_processing .inquire {
        width: 180px;
        height: 50px;
        font-size: 16px;
    }
    .product_processing .ul1 li {
        padding: 7px 15px;
    }
}

@media(max-width:1333px) {
    .product_processing .title {
        margin-bottom: 20px;
        font-size: 28px;
    }

    .product_processing .ul1 {
        margin-bottom: 25px;
    }

    .product_processing .inquire {
        width: 160px;
        height: 45px;
        font-size: 16px;
    }

    .product_processing .leftbox .small_title {
        font-size: 28px;
        line-height: unset;
        padding: 0px 0px 15px;
    }

    .product_processing .leftbox .small_content {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 30px;
    }

    .product_processing .leftbox .small_content .con {
        margin-bottom: 15px;
    }

    .product_processing .leftbox .small_content {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 20px;
    }
}

@media(max-width:999px) {
    .product_processing {
        padding-bottom: 40px;
    }

    .product_processing .title {
        margin-bottom: 25px;
        font-size: 24px;
    }

    .product_processing .ul2 li {
        flex-direction: column;
        padding: 20px;
    }

    .product_processing .leftbox {
        width: 100%;
        margin-bottom: 28px;
    }

    .product_processing .rightbox {
        width: 550px;
        margin: 0 auto;
    }

    .product_processing .leftbox .small_title {
        font-size: 24px;
        line-height: unset;
        padding: 0px 0px 10px;
    }
}

@media(max-width:768px) {
    .product_processing .title {
        margin-bottom: 25px;
        font-size: 22px;
    }

    .product_processing .rightbox {
        width: 75%;
        margin: 0 auto;
    }

    .product_processing .inquire {
        width: 150px;
        height: 42px;
        font-size: 14px;
    }

    .product_processing .rightbox {
        width: 85%;
        margin: 0 auto;
    }

    .product_processing .ul1 li {
        padding: 7px 10px;
        margin-right: 8px;
        font-size: 14px;
        margin-bottom: 10px;
    }

    .product_processing .leftbox .small_title {
        font-size: 22px;
        line-height: unset;
        padding: 0px 0px 10px;
    }

    .product_processing .leftbox {
        padding-left: 0;
    }

    .product_processing .ul1 {
        margin-bottom: 25px;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

}

@media(max-width:570px) {
    .product_processing {
        padding-bottom: 30px;
    }

    .product_processing .inquire {
        width: 130px;
        height: 40px;
        font-size: 14px;
    }

    .product_processing .title {
        margin-bottom: 25px;
        font-size: 20px;
    }

    .product_processing .ul2 li {
        flex-direction: column;
        padding: 10px;
    }

    .product_processing .leftbox .small_title {
        font-size: 20px;
        line-height: unset;
        padding: 0px 0px 10px;
    }

    .product_processing .rightbox {
        width: 95%;
        margin: 0 auto;
    }
}

@media(max-width:570px) {
    .product_processing .rightbox {
        width: 100%;
    }
}


/* product_process */
.product_process {
    padding-bottom: 84px;
    margin-top: 30px;
}

.product_process .title {
    text-align: center;
    margin-bottom: 51px;
    font-size: 36px;
}

.product_process .process_box {
    display: flex;
    width: 100%;
    margin-bottom: 38px;
    position: relative;
}

.product_process .process_box .line {
    position: absolute;
    top: 25px;
    z-index: -1;
}

.product_process .box1 {}

.product_process .box1:nth-of-type(1) {
    width: 14%;
}

.product_process .box1:nth-of-type(2) {
    width: 18%;
    transform: translateX(34px);
}

.product_process .box1:nth-of-type(3) {
    width: 10%;
    transform: translateX(83px);
}

.product_process .box1:nth-of-type(4) {
    width: 21%;
    transform: translateX(109px);
}

.product_process .box1:nth-of-type(5) {
    width: 21%;
    transform: translateX(144px);
}

.product_process .box1:nth-of-type(6) {
    width: 21%;
    transform: translateX(87px);
}

.product_process .box1 .number {
    width: 50px;
    height: 50px;
    background-color: #2e3342;
    font-family: Inter-Medium;
    font-size: 18px;
    line-height: 24px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;

    margin-bottom: 24px;
}

.product_process .box1 .small_title {
    font-family: Inter-Medium;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
}

.product_process .box1:hover .number {
    background-color: #fa282f;
    color: #fff;
    cursor: pointer;
}

.product_process .box1:hover .small_title {
    color: #fa282f;
    cursor: pointer;
}

.product_process .download {
    width: 246px;
    height: 54px;
    border-radius: 4px;
    border: solid 1px #fa282f;
    font-family: Inter-Bold;
    font-size: 16px;
    line-height: 30px;
    color: #fa282f;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.product_process .download:hover {
    color: #fff;
    background-color: #fa282f;
    border: 1px solid transparent;
}

@media(max-width:1600px) {
    .product_process .title {
        margin-bottom: 40px;
        font-size: 32px;
    }

    .product_process .download {
        width: 240px;
        height: 50px;
        border-radius: 4px;
        font-size: 16px;
    }

    .product_process .box1 .number {
        margin-bottom: 20px;
    }

    .product_process {
        padding-bottom: 50px;
    }
}

@media(max-width:1333px) {
    .product_process .title {
        margin-bottom: 25px;
        font-size: 28px;
    }

    .product_process .process_box {
        margin-bottom: 30px;
    }

    .product_process .box1:nth-of-type(5) {
        width: 19%;
        transform: translateX(118px);
    }
}

@media(max-width:999px) {
    .product_process .title {
        margin-bottom: 25px;
        font-size: 24px;
    }

    .product_process .process_box .line {
        display: none;
    }

    .product_process .process_box {
        flex-wrap: wrap;
    }

    .product_process .box1 {
        width: 33.33% !important;
        transform: unset !important;
        margin-bottom: 15px;
    }

    .product_process {
        padding-bottom: 40px;
    }
}

@media(max-width:768px) {
    .product_process .title {
        margin-bottom: 25px;
        font-size: 22px;
    }

    .product_process .box1 {
        width: 45% !important;
        padding-right: 3%;
        padding-left: 4%;
        transform: unset !important;
        margin-bottom: 15px;
    }

    .product_process .box1 .small_title {
        font-size: 14px;
        line-height: 24px;
    }

    .product_process .download {
        width: 200px;
        height: 48px;
        border-radius: 4px;
        font-size: 14px;
    }
}

@media(max-width:570px) {
    .product_process .title {
        margin-bottom: 25px;
        font-size: 20px;
    }

    .product_process {
        padding-bottom: 30px;
    }

    .product_process .box1 {
        width: 100% !important;
        padding-right: 0%;
        transform: unset !important;
        margin-bottom: 15px;
        display: flex;
        align-items: center;
    }

    .product_process .box1 .number {
        margin-bottom: 0;
        margin-right: 15px;
        width: 45px;
        height: 45px;
        font-size: 16px;
        flex-shrink: 0;
    }
}




/* product_module */

.product_module {
    margin-bottom: 65px;
}

.product_module .title {
    font-family: Inter-Bold;
    font-size: 36px;
    color: #333333;
    text-align: center;
    margin-bottom: 37px;
}

.product_module table {
    width: 68.7%;
    margin: 0 auto;
    border-collapse: collapse;
    border: 1px solid #e8e8f0;
    overflow: auto;
    background-color: #f8f8fa;
    min-width: 600px;
}

.product_module .tablen {
    overflow: auto;
}

.product_module table tr {
    font-family: Inter-Medium;
    font-size: 16px;
    line-height: 28px;
    color: #333333;
    height: 90px;
}

.product_module table tr td {
    border: 1px solid #e8e8f0;
    padding: 10px 15px;
    /* text-align: center; */
}

@media(max-width:1600px) {
    .product_module {
        margin-bottom: 50px;
    }

    .product_module table {
        width: 75%;
    }

    .product_module table tr {
        font-size: 16px;
        line-height: 28px;
        color: #333333;
        height: auto;
    }

    .product_module .title {
        font-size: 32px;
        margin-bottom: 30px;
    }
}

@media(max-width:1333px) {
    .product_module {
        margin-bottom: 40px;
    }

    .product_module table {
        width: 100%;
    }

    .product_module table tr td {
        border: 1px solid #e8e8f0;
        padding: 8px 10px;
        text-align: center;
    }

    .product_module .title {
        font-size: 28px;
        margin-bottom: 25px;
    }
}

@media(max-width:999px) {
    .product_module {
        margin-bottom: 40px;
    }

    .product_module .title {
        font-size: 24px;
        margin-bottom: 25px;
    }

    .product_module table tr td {
        border: 1px solid #e8e8f0;
        padding: 5px 8px;
        text-align: center;
    }
}

@media(max-width:768px) {
    .product_module {
        margin-bottom: 40px;
    }

    .product_module .title {
        font-size: 22px;
        margin-bottom: 25px;
    }

    .product_module table tr td {
        border: 1px solid #e8e8f0;
        padding: 4px 6px;
        text-align: center;
    }

    .product_module table tr {
        font-size: 14px;
        line-height: 26px;
        color: #333333;
        height: auto;
    }
}

@media(max-width:570px) {
    .product_module {
        margin-bottom: 30px;
    }

    .product_module .title {
        font-size: 20px;
        margin-bottom: 25px;
    }
}


/* product_related */

.product_related {
    padding-bottom: 90px;
}

.product_related .title {
    text-align: center;
    margin-bottom: 35px;
    font-size: 36px;
}

.product_related .related_box {
    display: flex;
}

.product_related .box1 {
    width: 23.7142%;
    margin-right: 1.7142%;
    margin-bottom: 10px;
}

.product_related .box1:last-child {
    margin-right: 0;
}

.product_related .imgbox {
    border: solid 1px #e6e6e8;
    overflow: hidden;
}

.product_related .imgbox img {
    display: block;
}

.product_related .imgbox img:hover {
    transform: scale(1.05);
}

.product_related .contact {
    background-color: #f8f8fa;
    border: solid 1px #e6e6e8;
    padding: 21px 20px 23px 28px;
}

.product_related .contact .small_title {
    font-family: Inter-Medium;
    font-size: 18px;
    line-height: 30px;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 12px;
    height: 90px;
}

.product_related .contact .small_title a {
    color: #333;
}

.product_related .contact .small_title a:hover {
    color: #fa282f;
}

.product_related .contact .inquire {
    font-family: Inter-Medium;
    font-size: 16px;
    line-height: 30px;
    color: #fa282f;
}

.product_related .contact .inquire a {
    color: #fa282f;
    cursor: pointer;
}

.product_related .contact .inquire a:hover {
    text-decoration: underline;
}
.product_related .contact{
    height: 178px;
}

.product_related .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fa282f;
}

@media(max-width:1600px) {
    .product_related {
        padding-bottom: 50px;
    }

    .product_related .title {
        margin-bottom: 30px;
        font-size: 32px;
    }
}

@media(max-width:1333px) {
    .product_related .title {
        margin-bottom: 25px;
        font-size: 28px;
    }

    .product_related .contact {
        padding: 12px;
    }

    .product_related .contact .small_title {
        margin-bottom: 5px;
    }
    .product_related .contact {
        height: 150px;
    }
}

@media(max-width:999px) {
    .product_related {
        padding-bottom: 40px;
    }

    .product_related .title {
        margin-bottom: 25px;
        font-size: 24px;
    }

    .product_related .box1 {
        width: 32.65%;
        margin-right: 1%;
        margin-bottom: 15px;
    }

    .product_related .box1:nth-child(3n) {
        margin-right: 0;
    }

    .product_related .related_box {
        flex-wrap: wrap;
    }

    .product_related .contact {
        padding: 10px;
    }

    .product_related .contact .small_title {
        font-size: 16px;
        line-height: 28px;
    }
}

@media(max-width:768px) {
    .product_related .title {
        margin-bottom: 25px;
        font-size: 22px;
    }

    .product_related .contact .small_title {
        font-size: 14px;
        line-height: 26px;
        height: 75px;
    }

    .product_related .contact .inquire {
        font-size: 14px;
        line-height: 26px;
    }
    .product_related .contact{
        height: 130px;
    }
}

@media(max-width:570px) {
    .product_related {
        padding-bottom: 30px;
    }

    .product_related .title {
        margin-bottom: 25px;
        font-size: 20px;
    }

    .product_related .box1 {
        width: 49.5%;
        margin-right: 1%;
        margin-bottom: 8px;
    }

    .product_related .box1:nth-child(2n) {
        margin-right: 0;
    }

    .product_related .box1:nth-child(3n) {
        margin-right: 1%;
    }
}

@media(max-width:350px) {
    .product_related .box1 {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 8px;
    }
    .product_related .contact{
        height: auto;
    }
    .product_related .contact .small_title {
        height: auto;
    }
}


/* about_different */

.about_different {
    margin: 0 auto;
    background-position: left top;
    background-repeat: no-repeat;
    max-width: 1920px;
    padding: 90px 0px 110px;
}

.about_different .title {
    font-family: Inter-Bold;
    font-size: 42px;
    text-align: center;
    margin-bottom: 12px;
    color: #333333;
}

.about_different .title span {
    color: #fa282f;
}

.about_different .content {
    font-family: Inter-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    text-align: center;
    margin-bottom: 75px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;

    hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
}

.about_different .diff_box {
    display: flex;
    flex-wrap: wrap;
}

.about_different .diff_box .box {
    background-color: #ffffff;
    width: 23.7145%;
    margin-right: 1.6428%;
    box-shadow: 0px 8px 54px 2px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 22px 40px 22px;
    position: relative;
}

.about_different .diff_box .box:last-child {
    margin-right: 0;
}

.about_different .diff_box .box .hover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
    opacity: 0;
}

.about_different .diff_box .box:hover .hover {
    opacity: 1;
}

.about_different .diff_box .box:hover {
    /* background-color:rgba(0, 0, 0, 0); */
    background-color: rgba(253, 253, 253, .0);
    box-shadow: unset;
}

.about_different .diff_box .box:hover .small_content{
    color: #333;
}

.about_different .imgbox {
    margin-bottom: 38px;
    position: relative;
    z-index: 10;
}

.about_different .imgbox img {
    display: block;
}

.about_different .small_title {
    font-family: Inter-Bold;
    font-size: 20px;
    line-height: 30px;
    color: #333333;
    margin-bottom: 17px;
    position: relative;
    z-index: 10;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.about_different .small_title a {
    color: #333;
}

.about_different .small_title a:hover {
    color: #fa282f;
}

.about_different .small_content {
    font-family: Inter-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    text-align: center;
    position: relative;
    z-index: 10;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media(max-width:1600px) {
    .about_different .title {
        font-size: 38px;
        margin-bottom: 10px;
    }

    .about_different .content {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 50px;
    }

    .about_different {
        padding: 50px 0px;
    }
}

@media(max-width:1333px) {
    .about_different .title {
        font-size: 34px;
        margin-bottom: 10px;
    }

    .about_different .content {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 40px;
    }

    .about_different .imgbox {
        margin-bottom: 25px;
        position: relative;
        z-index: 10;
    }

    .about_different .small_title {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 10px;
        text-align: center;
    }

    .about_different .diff_box .box {
        width: 23.7145%;
        margin-right: 1.6428%;
        padding: 25px 18px 25px 18px;
    }
}

@media(max-width:999px) {
    .about_different {
        padding: 40px 0px;
    }

    .about_different .title {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .about_different .content {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 30px;
    }

    .about_different .diff_box .box {
        width: 100%;
        margin-right: 0%;
        padding: 20px 15px;
        margin-bottom: 15px;
    }

    .about_different .imgbox {
        margin-bottom: 15px;
        position: relative;
        z-index: 10;
    }
}

@media(max-width:768px) {
    .about_different .title {
        font-size: 26px;
        margin-bottom: 10px;
    }

    .about_different .content {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 20px;
    }

    .about_different .small_content {
        font-size: 14px;
        line-height: 26px;
    }
}

@media(max-width:570px) {
    .about_different {
        padding: 30px 0px;
    }

    .about_different .title {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .about_different .content {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 15px;
    }


    .about_different .imgbox img {
        width: 45px;
    }

    .about_different .imgbox {
        margin-bottom: 10px;
    }

    .about_different .small_title {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 6px;
        text-align: center;
    }
}


/* product_shadow */
.opc {
    opacity: 0;
    pointer-events: none;
}

.product_shadow {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    top: 0;
    left: 0;
    z-index: 100001000010000;
}

.product_shadow .safe {
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.product_shadow .shadow_wrap {
    background-color: #fff;
    padding: 20px;
    width: 990px;
    height: 618px;
}

.product_shadow .shadow_wrap form {
    width: 80%;
    margin: 0 auto;
}

.product_shadow .shadow_wrap .title {
    font-family: Inter-Bold;
    font-size: 36px;
    color: #333333;
    text-align: center;
    padding-top: 25px;
}

.product_shadow .shadow_wrap .title span {
    color: #fa282f;
}

.product_shadow .shadow_wrap .content {
    font-family: Inter-Regular;
    font-size: 14px;
    line-height: 30px;
    color: #666666;
    text-align: center;
    opacity: 0.6;
    margin-bottom: 25px;
}

.form .inp1 {
    display: flex;
    justify-content: space-between;
}

.form .inp1 .inpbox1 {
    width: 49%;
    margin-bottom: 20px;
    position: relative;
}

.form .inpbox1 input {
    padding-right: 10px;
    width: 100%;
    height: 60px;
    background-color: #ffffff;
    border-radius: 6px;
    border: solid 1px #e6e6e6;
    padding-left: 26px;

    font-family: Inter-Regular;
    font-size: 16px;
    color: #666666;
}

.form .inpbox1 input::placeholder {
    color: #666666;
}

.form .inp2 {
    position: relative;
}

.form textarea {
    resize: none;
    font-family: Inter-Regular;
    width: 100%;
    height: 169px;
    background-color: #ffffff;
    border-radius: 6px;
    border: solid 1px #e6e6e6;
    padding: 15px 26px;
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    margin-bottom: 20px;
}

.form .submit {
    background-color: #fa282f !important;
    color: #fff !important;
    font-family: Inter-Regular;
    font-size: 18px;
    cursor: pointer;
}

.form .submit:hover {
    color: #fa282f !important;
    background-color: #fff !important;
    border: 1px solid #fa282f !important;
}

.form .code {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.form .must::after {
    content: "*";
    position: absolute;
    left: 8px;
    top: 20px;
    font-family: Inter-Regular;
    font-size: 20px;
    color: #ff0000;
}

.form .last .must input {
    padding-right: 30%;
}


@media(max-width:1600px) {
    .product_shadow .shadow_wrap .title {
        font-size: 32px;
        padding-top: 25px;
    }
}

@media(max-width:1333px) {
    .product_shadow .shadow_wrap .title {
        font-size: 28px;
        padding-top: 20px;
    }

    .product_shadow .shadow_wrap {
        padding: 10px;
        width: 800px;
        height: 618px;
    }

    .form .inpbox1 input {
        width: 100%;
        height: 55px;
        border-radius: 6px;
        padding-left: 26px;
        font-size: 16px;

    }
}

@media(max-width:999px) {
    .product_shadow .shadow_wrap .title {
        font-size: 28px;
        padding-top: 20px;
    }

    .product_shadow .shadow_wrap {
        padding: 0px;
        width: 700px;
        height: 618px;
    }

    .product_shadow .shadow_wrap form {
        width: 85%;
        margin: 0 auto;
    }
    .form .code{
        width: 90px;
    }
}

@media(max-width:768px) {
    .product_shadow .shadow_wrap .title {
        font-size: 24px;
        padding-top: 20px;
    }

    .product_shadow .shadow_wrap {
        padding: 0px;
        width: 90%;
    }

    .form .inpbox1 input {
        width: 100%;
        height: 48px;
        border-radius: 6px;
        padding-left: 16px;
        font-size: 14px;
    }

    .form .must::after {
        content: "*";
        position: absolute;
        top: 15px;
        left: 6px;
        font-family: Inter-Regular;
        font-size: 17px;
        color: #ff0000;
    }

    .form .code {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
        height: 90%;
    }

    .form .last .must input {
        padding-right: 50%;
    }

    .form textarea {
        resize: none;
        font-family: Inter-Regular;
        width: 100%;
        height: 140px;
        border-radius: 6px;
        padding: 10px 16px;
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 15px;
    }

    .form .inp1 .inpbox1 {
        width: 49%;
        margin-bottom: 15px;
        position: relative;
    }

    .product_shadow .shadow_wrap {
        height: 480px;
    }
}

@media(max-width:570px) {
    .product_shadow .shadow_wrap .title {
        font-size: 22px;
        padding-top: 20px;
    }

    .form .last .must input {
        padding-right: 64%;
    }

    .product_shadow .shadow_wrap form {
        width: 95%;
    }

    .product_shadow .shadow_wrap {
        padding: 0px;
        width: 100%;
    }
}

@media(max-width:450px) {
    .form .inp1 {
        flex-direction: column;
    }

    .form .inp1 .inpbox1 {
        width: 100%;
        margin-bottom: 10px;
        position: relative;
    }

    .product_shadow .shadow_wrap {
        height: auto;
    }
}


.solutions_factory {
    padding: 99px 0px 55px;
}

.solutions_factory .safe {
    display: flex;
    justify-content: space-between;
}

.solutions_factory .leftbox {
    width: 30%;
}

.solutions_factory .leftbox .title {
    font-family: Inter-Bold;
    font-size: 42px;
    color: #333333;
    margin-bottom: 55px;
}

.solutions_factory .leftbox .contact_us {
    width: 187px;
    height: 54px;
    border-radius: 4px;
    border: solid 1px #fa282f;
    font-family: Inter-Bold;
    font-size: 16px;
    color: #fa282f;
    display: flex;
    align-items: center;
    justify-content: center;
}

.solutions_factory .leftbox .contact_us:hover {
    color: #fff;
    background-color: #fa282f;
    border: 1px solid transparent;
}

.solutions_factory .rightbox {
    width: 66%;
    font-family: Inter-Regular;
    font-size: 16px;
    line-height: 32px;
    color: #666666;
}

@media(max-width:1600px) {
    .solutions_factory {
        padding: 50px 0px;
    }

    .solutions_factory .leftbox .title {
        font-size: 38px;
        margin-bottom: 45px;
    }

    .solutions_factory .leftbox {
        width: 25%;
    }

    .solutions_factory .rightbox {
        width: 70%;
    }

    .solutions_factory .leftbox .contact_us {
        width: 180px;
        height: 50px;
        font-size: 16px;
    }
}

@media(max-width:1333px) {
    .solutions_factory .leftbox .title {
        font-size: 34px;
        margin-bottom: 40px;
    }

    .solutions_factory .leftbox {
        width: 30%;
    }

    .solutions_factory .rightbox {
        width: 66%;
        font-size: 16px;
        line-height: 30px;
    }

    .solutions_factory .leftbox .contact_us {
        width: 170px;
        height: 50px;
        font-size: 16px;
    }
}

@media(max-width:999px) {
    .solutions_factory .leftbox .title {
        font-size: 30px;
        margin-bottom: 30px;
    }

    .solutions_factory {
        padding: 20px 0px 40px;
    }

    .solutions_factory .safe {
        flex-direction: column;
        align-items: flex-start;
    }

    .solutions_factory .leftbox {
        width: 100%;
        margin-bottom: 15px;
    }

    .solutions_factory .rightbox {
        width: 100%;
    }

    .solutions_factory .leftbox .contact_us {
        width: 150px;
        height: 50px;
        font-size: 16px;
    }
}

@media(max-width:768px) {
    .solutions_factory .leftbox .title {
        font-size: 26px;
        margin-bottom: 25px;
    }

    .solutions_factory .leftbox .contact_us {
        width: 140px;
        height: 45px;
        font-size: 14px;
    }

    .solutions_factory .rightbox {
        font-size: 14px;
        line-height: 26px;
    }
}

@media(max-width:570px) {
    .solutions_factory .leftbox .title {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .solutions_factory .leftbox .contact_us {
        width: 120px;
        height: 45px;
        font-size: 14px;
    }
}


/* show_pic */

.show_pic {
    margin-bottom: 77px;
}

.show_pic .safe {
    position: relative;
}

.show_pic img {
    display: block;
}

.show_pic .s {
    font-family: Inter-SemiBold;
    font-size: 37px;
    color: #fa282f;
    position: absolute;
}

.show_pic .font1 {
    top: 4.2%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}

.show_pic .font2 {
    right: 6.8%;
    top: 64%;
    transform: translateY(-64%);
}

.show_pic .font3 {
    left: 6.8%;
    top: 64%;
    transform: translateY(-64%);
}

@media(max-width:1600px) {
    .show_pic .s {
        font-size: 34px;
    }

    .show_pic {
        margin-bottom: 50px;
    }
}

@media(max-width:1333px) {
    .show_pic .s {
        font-size: 28px;
    }

    .show_pic .font3 {
        left: 5.8%;
        top: 64%;
        transform: translateY(-64%);
    }

    .show_pic .font2 {
        right: 5.8%;
        top: 64%;
        transform: translateY(-64%);
    }
}

@media(max-width:999px) {
    .show_pic {
        margin-bottom: 40px;
    }

    .show_pic .s {
        font-size: 24px;
    }

    .show_pic .font1 {
        top: 3.8%;
        left: 2%;
        right: 0;
        margin: 0 auto;
        text-align: center;
    }

    .show_pic .font2 {
        right: 4.8%;
        top: 64%;
        transform: translateY(-64%);
    }
}

@media(max-width:768px) {
    .show_pic .s {
        font-size: 18px;
    }
}

@media(max-width:570px) {
    .show_pic {
        margin-bottom: 30px;
    }

    .show_pic .s {
        font-size: 14px;
    }

    .show_pic {
        overflow-x: auto;
    }

    .show_pic .safe {

        min-width: 460px;
    }
}


/* 4-2 */

/* solution_application */
.solution_application {
    padding: 100px 0px 44px;
}

.solution_application .titlebox {
    display: flex;
    justify-content: space-between;
}

.solution_application .titlebox .title {
    width: 29%;
    font-family: Inter-Bold;
    font-size: 42px;
    color: #333333;
}

.solution_application .titlebox .content {
    width: 71%;
    font-family: Inter-Regular;
    font-size: 16px;
    line-height: 32px;
    color: #666666;
}

@media(max-width:1600px) {
    .solution_application {
        padding: 50px 0px;
    }

    .solution_application .titlebox .title {
        width: 29%;
        font-size: 38px;
    }
}

@media(max-width:1333px) {
    .solution_application .titlebox .title {
        width: 29%;
        font-size: 34px;
    }

    .solution_application .titlebox .content {
        line-height: 30px;
    }
}

@media(max-width:999px) {
    .solution_application {
        padding: 20px 0px 40px;
    }

    .solution_application .titlebox .title {
        width: 100%;
        font-size: 30px;
        margin-bottom: 15px;
    }

    .solution_application .titlebox {
        display: flex;
        flex-direction: column;
    }

    .solution_application .titlebox .content {
        width: 100%;
    }
}

@media(max-width:768px) {
    .solution_application .titlebox .title {
        font-size: 26px;
    }

    .solution_application .titlebox .content {
        font-size: 14px;
        line-height: 26px;
    }
}

@media(max-width:570px) {
    .solution_application .titlebox .title {
        font-size: 22px;
    }
}




/* application_ul */
.application_ul {
    margin-bottom: 59px;
}


.application_ul .application_li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.application_ul .application_li:nth-child(2n) {
    flex-direction: row-reverse;
}

.application_ul .application_li:nth-child(2n) .rightbox {
    flex-direction: row-reverse;
}

.application_ul .application_li .leftbox {
    width: 45.3%;
    box-shadow: 0px 8px 54px 2px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.application_ul img {
    display: block;
}

.application_ul .leftbox img:hover {
    transform: scale(1.05);
}

.application_ul .rightbox {
    width: 52%;
    display: flex;
    justify-content: space-between;
    padding-top: 51px;
}

.application_ul .rightbox .font {
    font-family: Inter-Bold;
    font-size: 120px;
    line-height: 30px;
    color: #fa282f;
    opacity: 0.36;
    -webkit-text-stroke: 1px #fa282f;
    color: transparent;
    padding-top: 7.7%;
}

.application_ul .rightbox .contact {
    width: 78%;
}

.application_ul .contact .small_title {
    font-family: Inter-Bold;
    font-size: 20px;
    line-height: 30px;
    color: #333333;
    margin-bottom: 47px;
}

.application_ul .contact .small_title a {
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.application_ul .contact .small_title a:hover {
    color: #fa282f;
}

.application_ul .contact .small_content {
    font-family: Inter-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;
    hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    margin-bottom: 55px;
}

.application_ul .contact .learn_more {
    font-family: Inter-Bold;
    font-size: 16px;
    line-height: 30px;
    color: #fa282f;
}

.application_ul .contact .learn_more:hover {
    text-decoration: underline;
}

@media(max-width:1600px) {
    .application_ul .rightbox {
        width: 52%;
        display: flex;
        justify-content: space-between;
        padding-top: 0px;
    }

    .application_ul .application_li {
        align-items: center;
    }

    .application_ul .rightbox .font {
        padding-top: 30px;
    }

    .application_ul .rightbox .contact {
        width: 76%;
    }

    .application_ul .contact .small_title {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 30px;
    }

    .application_ul .contact .small_content {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 30px;
    }

    .application_ul .application_li {
        margin-bottom: 30px;
    }

    .application_ul {
        margin-bottom: 40px;
    }
}

@media(max-width:1333px) {
    .application_ul .rightbox .font {
        font-size: 100px;
    }

    .application_ul .contact .small_title {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .application_ul .rightbox .contact {
        width: 70%;
    }
}

@media(max-width:999px) {
    .application_ul {
        margin-bottom: 30px;
    }

    .application_ul .rightbox .font {
        font-size: 80px;
    }

    .application_ul .contact .small_title {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 15px;
    }

    .application_ul .contact .small_content {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 20px;
    }

    .application_ul .contact .learn_more {
        font-family: Inter-Bold;
        font-size: 14px;
        line-height: 24px;
        color: #fa282f;
    }
}

@media(max-width:768px) {
    .application_ul .application_li {
        margin-bottom: 30px;
        flex-direction: column;
        align-items: flex-start;
    }

    .application_ul .application_li .leftbox {
        width: 90%;
        margin: 0 auto;
        margin-bottom: 15px;
    }

    .application_ul .application_li .rightbox {
        width: 100%;
    }

    .application_ul .rightbox .contact {
        width: 100%;
    }

    .application_ul .rightbox .font {
        margin-right: 15px;
    }

    .application_ul .application_li:nth-child(2n) {
        flex-direction: column;
    }

    .application_ul .application_li:nth-child(2n) .rightbox {
        flex-direction: row;
    }

}

@media(max-width:570px) {
    .application_ul {
        margin-bottom: 20px;
    }

    .application_ul .application_li .leftbox {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 15px;
    }

    .application_ul .rightbox .font {
        font-size: 50px;
        padding-top: 15px;
    }
}

@media(max-width:400px) {
    .application_ul .rightbox {
        position: relative;
    }

    .application_ul .rightbox .font {
        position: absolute;
        font-size: 80px;
        left: 10%;
        top: 30%;
        transform: translateX(-30%);
    }
}


/* pagination */
.pagination1 {
    margin-bottom: 75px;
}

.pagination .safe {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.pagination .pre , .pagination .safe .no {
    width: 79px !important;
    height: 30px !important;
    background-color: #ffffff;
    border: solid 1px #e5e5e5;
}

.pagination .next , .pagination .safe .big{
    width: 61px;
    height: 30px;
    background-color: #ffffff;
    border: solid 1px #e5e5e5;
}

.pagination a {
    font-family: Inter-Regular;
    font-size: 14px;
    line-height: 26px;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    margin-bottom: 5px;
}

.pagination a:hover , .pagination .safe a:hover{
    color: #fff;
    background-color: #fa282f;
    border: 1px solid #fa282f;
}

.pagination .active {
    color: #fff;
    background-color: #fa282f !important;
    border: 1px solid #fa282f !important;
}

.pagination .page , .pagination .safe a {
    width: 36px;
    height: 30px;
    background-color: #ffffff;
    border: solid 1px #e5e5e5;
}

@media(max-width:1600px) {
    .pagination1 {
        margin-bottom: 50px;
    }
}

@media(max-width:1333px) {}

@media(max-width:999px) {
    .pagination1 {
        margin-bottom: 40px;
    }
}

@media(max-width:768px) {}

@media(max-width:570px) {
    .pagination1 {
        margin-bottom: 30px;
    }

    .pagination a {
        font-size: 14px;
        line-height: 26px;
        margin-right: 5px;
    }
}

/* 4-3 */

/* solution_detail */

.solution_detail {
    padding: 103px 0px 88px;
}

.solution_detail .title {
    font-family: Inter-Medium;
    font-size: 26px;
    line-height: 30px;
    color: #333333;
    margin-bottom: 25px;
}

.solution_detail .sharebox {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.solution_detail .sharebox img {
    display: block;
}

.solution_detail .sharebox span {
    margin-right: 8px;
    font-family: Inter-Regular;
    font-size: 16px;
    color: #666666;
}

.solution_detail .sharebox .share {
    flex-shrink: 0;
}

.solution_detail .content {
    padding: 28px 0px 46px;
    margin-bottom: 37px;
    border-top: solid 1px rgba(202, 203, 204, .6);
    border-bottom: solid 1px rgba(202, 203, 204, .6);
}

.solution_detail .content p,
.solution_detail .content a {
    font-family: Inter-Regular;
    font-size: 16px;
    line-height: 32px;
    color: #666666;

    hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
}

.solution_detail .content p img {
    /*margin: 0 auto;*/
}

.solution_detail .content a {
    color: #fa282f;
}

.solution_detail .content a:hover {
    text-decoration: underline;
}

.solution_detail .content img {
    display: block;
}






.solution_detail .detail_wrap {
    padding: 30px 0px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.solution_detail .detail_wrap .leftbox {
    float: left;
    margin-right: 48px;
    display: inline-block;
}

.solution_detail .detail_wrap1 .leftbox {
    /* float: right; */
    /* margin-left: 48px; */
    width: 35.5%;
}

.solution_detail .detail_wrap .rightbox {
    width: 60%;
    padding-top: 30px;
    hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
}

.solution_detail table {
    border-collapse: collapse;
    border: 1px solid #dddddd;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 15px;
    min-width: 700px;
    overflow: auto;
}

.solution_detail .tablen {
    overflow: auto;
}

.solution_detail table tr {
    color: #666666;
}

.solution_detail table tr td {
    border: 1px solid #dddddd;
    padding: 10px 15px;
    text-align: center;
}

.solution_detail video {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    left: 0;
    top: 0;
    object-fit: cover;
}


.solution_detail .switch_btn {
    display: flex;
    justify-content: space-between;
}

.solution_detail .switch_btn .leftbox {
    width: 50%;
    text-align: left;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.solution_detail .switch_btn .leftbox div {
    margin-left: 15px;
}

.solution_detail .switch_btn .rightbox {
    width: 50%;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.solution_detail .switch_btn .rightbox div {
    margin-right: 15px;
}

.solution_detail i,
.solution_detail .icon-jiang-left,
.solution_detail .icon-jiang-right{
    width: 56px;
    height: 57px;
    background-color: #ffffff;
    border: solid 1px #1e1e1e;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-size: 24px;
    font-weight: bold;
    flex-shrink: 0;
}

.solution_detail .leftbox div p:first-child,
.solution_detail .rightbox div p:first-child {
    font-family: Inter-Medium;
    font-size: 18px;
    color: #333333;
    margin-bottom: 7px;
}

.solution_detail .leftbox div p:last-child,
.solution_detail .rightbox div p:last-child {
    font-family: Inter-Regular;
    font-size: 16px;
    color: #666666;
}

.solution_detail .leftbox div a,
.solution_detail .rightbox div a {
    font-family: Inter-Regular;
    font-size: 16px;
    color: #666666;
}

.solution_detail .leftbox div a:hover,
.solution_detail .rightbox div a:hover{
    color: #fa282f;
}

.solution_detail .icon-jiang-left:hover,
.solution_detail .icon-jiang-right:hover{
    color: #fff;
    background-color: #fa282f;
    border: 1px solid #fa282f;
}

@media(max-width:1600px) {
    .solution_detail {
        padding: 50px 0px;
    }

    .solution_detail .detail_wrap .rightbox {
        width: 100%;
        padding-top: 0;
    }

    .solution_detail .content {
        padding: 25px 0px 25px;
        margin-bottom: 30px;
        border-top: solid 1px rgba(202, 203, 204, .6);
        border-bottom: solid 1px rgba(202, 203, 204, .6);
    }
    .solution_detail .detail_wrap1 .leftbox {
        width: 40%;
        margin-right: 0;
    }
    
    .solution_detail .detail_wrap .rightbox {
        width: 55%;
    }
    
}

@media(max-width:1333px) {
    .solution_detail .title {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .solution_detail .content {
        padding: 20px 0px 20px;
        margin-bottom: 25px;
    }

    .solution_detail i,
    .solution_detail a {
        width: 50px;
        height: 50px;
        border-radius: 50px;
        font-size: 22px;
    }

    .solution_detail .leftbox div p:first-child,
    .solution_detail .rightbox div p:first-child {
        font-family: Inter-Medium;
        font-size: 16px;
        color: #333333;
        margin-bottom: 3px;
    }
}

@media(max-width:999px) {
    .solution_detail {
        padding: 20px 0px 40px 0px;
    }

    .solution_detail .sharebox img {
        width: 160px;
    }

    .solution_detail .detail_wrap {
        padding: 15px 0px;
    }

    .solution_detail .content p,
    .solution_detail .content a {
        font-size: 16px;
        line-height: 30px;
    }
    .solution_detail .detail_wrap{
        flex-direction: column;
    }
    .solution_detail .detail_wrap1 .leftbox{
        width: 75%;
        margin: 0 auto;
        margin-bottom: 30px;
        display: flex;
        justify-content: center;
    }
    .solution_detail .detail_wrap .rightbox{
        width: 100%;
    }
}

@media(max-width:768px) {
    .solution_detail .title {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 15px;
    }

    .solution_detail .sharebox {
        display: flex;
        align-items: center;
        margin-bottom: 15px;
    }

    .solution_detail .content p,
    .solution_detail .content a {
        font-size: 14px;
        line-height: 26px;
    }

    .solution_detail .detail_wrap .leftbox {
        float: unset;
        margin: 0 auto;
        margin-bottom: 15px;
    }

    .solution_detail .detail_wrap {
        display: flex;
        flex-direction: column;
    }

    .solution_detail .leftbox div p:first-child,
    .solution_detail .rightbox div p:first-child {
        font-size: 14px;
        color: #333333;
        margin-bottom: 3px;
    }

    .solution_detail .leftbox div p:last-child,
    .solution_detail .rightbox div p:last-child {
        font-family: Inter-Regular;
        font-size: 14px;
        color: #666666;
    }

    .solution_detail i,
    .solution_detail a {
        width: 42px;
        height: 42px;
        border-radius: 50px;
        font-size: 18px;
    }

    .solution_detail .switch_btn .leftbox div {
        margin-left: 8px;
    }

    .solution_detail .switch_btn .rightbox div {
        margin-right: 8px;
    }
    .solution_detail .detail_wrap1 .leftbox{
        width: 85%;
        margin: 0 auto;
        margin-bottom: 20px;
    }
}

@media(max-width:570px) {
    .solution_detail .detail_wrap1 .leftbox{
        width: 95%;
        margin: 0 auto;
        margin-bottom: 15px;
    }
}

@media(max-width:500px) {
    .solution_detail .switch_btn {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        align-items: flex-start;
    }

    .solution_detail .switch_btn .rightbox {
        flex-direction: row-reverse;
        text-align: left;
        width: 100%;
    }

    .solution_detail .switch_btn .leftbox {
        margin-bottom: 15px;
        width: 100%;
    }

    .solution_detail .switch_btn .rightbox div {
        margin-right: 0px;
        margin-left: 8px;
    }
    .solution_detail .detail_wrap1 .leftbox{
        width: 100%;
    }
}



/* solution_product */

.solution_product {
    padding: 66px 0px 91px;
    #f9f9fb
    background-color: #fefefe;
}

.solution_product .titlebox {
    display: flex;
    justify-content: space-between;
    margin-bottom: 66px;
}

.solution_product .title {
    margin-bottom: 10px;
}


.solution_product .content {
    font-family: Inter-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}

.solution_product .rightbox {
    display: flex;
}

.solution_product .rightbox i {
    width: 61px;
    height: 60px;
    background-color: #ededf0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    margin-left: 9px;
    color: #fa282f;
    cursor: pointer;
}

.solution_product .rightbox i:hover {
    color: #fff;
    background-color: #fa282f;
    border: 1px solid #fa282f;
}



/*  */
.solution_product .swiper {
    overflow: visible;
    -webkit-clip-path: polygon(0% 0%, 150% 0%, 100% 150%, 0% 100%);
    clip-path: polygon(0% 0%, 150% 0%, 100% 150%, 0% 100%);
}

.solution_categories .catebox {
    display: flex;
    flex-wrap: wrap;
}

.solution_product img {
    display: block;
}

.solution_product .imgbox {
    overflow: hidden;
    position: relative;
    z-index: 10;
}

.solution_product .imgbox img:hover {
    transform: scale(1.03);
}

.solution_product .box {
    display: flex;
    border: solid 1px #e6e6e8;
    padding: 18.5px 0px;
}

.solution_product .box:hover .hover {
    opacity: 1;
}

.solution_product .box:hover {
    border: 1px solid transparent;
    background-color: transparent;
}
.solution_product .box:hover .line1{
    background-color: #fa282f;
}

.solution_product .box:hover .small_title a{
    color: #fa282f;
}

.solution_product img {
    display: block;
}


.solution_product .contact {
    width: 52.2%;
    padding-left: 9.4%;
    padding-right: 5%;
    position: relative;
    z-index: 10;
}

.solution_product .small_title {
    font-family: Inter-Medium;
    font-size: 20px;
    line-height: 30px;
    color: #333333;
    padding-top: 26px;
}

.solution_product .small_title a {
    color: #333;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.solution_product .small_title a:hover {
    color: #fa282f;
}

.solution_product .line1 {
    width: 73px;
    height: 1px;
    background-color: #e6e6e8;
    margin: 16px 0px 32px 0px;
}

.solution_product .view_more {
    font-family: Inter-Medium;
    font-size: 16px;
    line-height: 30px;
    color: #fa282f;
    position: relative;
}

.solution_product .view_more::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #fa282f;
    transition: linear all .4s;
}

.solution_product .view_more:hover::after {
    width: 100%;
}

.solution_product .box .hover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
    opacity: 0;
}

@media(max-width:1600px) {
    .solution_product {
        padding: 50px 0px;
    }

    .solution_product .box {
        padding: 15px 15px 15px 0px;
    }

    .solution_product .small_title {
        font-size: 18px;
        line-height: 26px;
        padding-top: 0;
    }

    .solution_product .contact {
        width: 52%;
        padding-left: 5%;
        padding-right: 5%;
        z-index: 10;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .solution_product .line1 {
        width: 70px;
        height: 1px;
        margin: 16px 0px 25px 0px;
    }

    .solution_product .rightbox i {
        width: 60px;
        height: 60px;
        margin-left: 9px;
    }

    .solution_product .titlebox {
        margin-bottom: 50px;
    }
}

@media(max-width:1333px) {

    .solution_product .small_title {
        font-size: 16px;
        line-height: 24px;
        padding-top: 0;
    }

    .solution_product .line1 {
        width: 70px;
        height: 1px;
        margin: 15px 0px 15px 0px;
    }

    .solution_product .view_more {
        font-size: 14px;
        line-height: 30px;
    }

    .solution_product .rightbox i {
        width: 55px;
        height: 55px;
        margin-left: 6px;
    }

    .solution_product .box {
        padding: 10px 0px 10px 0px;
    }

}

@media(max-width:999px) {
    .solution_product {
        padding: 40px 0px;
        background-size: cover !important;
    }

    .solution_product .box {
        width: 49%;
        margin-right: 2%;
        padding: 10px 10px 10px 10px;
        margin-bottom: 15px;
    }

    .solution_product .box:nth-child(3n) {
        margin-right: 2%;
    }

    .solution_product .box:nth-child(2n) {
        margin-right: 0;
    }

    .solution_product .contact {
        padding-right: 0%;
    }

    .solution_product .titlebox {
        margin-bottom: 40px;
    }

    .solution_product .swiper {
        overflow: hidden;
        -webkit-clip-path: unset;
        clip-path: unset;
    }
}

@media(max-width:768px) {

    .solution_product .box {
        width: 49%;
        margin-right: 2%;
        padding: 10px 10px 10px 10px;
        margin-bottom: 10px;
    }

    .solution_product .content {
        font-size: 14px;
        line-height: 26px;
    }

    .solution_product .rightbox i {
        width: 50px;
        height: 50px;
        margin-left: 6px;
    }
}

@media(max-width:570px) {
    .solution_product {
        padding: 30px 0px;
        background-size: cover !important;
    }

    .solution_product {
        padding: 30px 0px;
    }

    .solution_product .titlebox {
        margin-bottom: 30px;
    }

    .solution_product .rightbox i {
        width: 45px;
        height: 45px;
        font-size: 14px;
    }
}

@media(max-width:500px) {
    .solution_product .box {
        width: 100%;
        margin-right: 0%;
        padding: 8px;
        margin-bottom: 10px;
    }

    .solution_product img {
        width: 150px;
    }

    .solution_product .box .imgbox {
        width: 36%;
        position: relative;
        z-index: 10;
    }

    .solution_product .contact {
        width: 63%;
        padding-left: 5%;
        padding-right: 0%;
    }

    .solution_product .box {
        align-items: center;
    }
}

@media(max-width:450px) {
    .solution_product .titlebox {
        flex-direction: column;
    }

    .solution_product .titlebox .leftbox {
        margin-bottom: 18px;
    }
}


/* index_different */

.index_different {
    margin: 0 auto;
    background-position: left top;
    background-repeat: no-repeat;
    padding-bottom: 80px;
    max-width: 1920px;
}

.index_different .title {
    font-family: Inter-Bold;
    font-size: 42px;
    text-align: center;
    margin-bottom: 12px;
}

.index_different .title a {
    color: #333333;
}

.index_different .title span {
    color: #fa282f;
}

.index_different .title a:hover {
    color: #fa282f;
}

.index_different .title a:hover span {
    color: #fa282f;
}

.index_different .content {
    font-family: Inter-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    text-align: center;
    margin-bottom: 75px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;

    hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
}

.index_different .diff_box {
    display: flex;
    flex-wrap: wrap;
}

.index_different .diff_box .box {
    background-color: #ffffff;
    width: 23.7145%;
    margin-right: 1.6428%;
    box-shadow: 0px 8px 54px 2px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 22px 44px 22px;
    position: relative;
}

.index_different .diff_box .box:last-child {
    margin-right: 0;
}

.index_different .diff_box .box .hover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
    opacity: 0;
}

.index_different .diff_box .box:hover .hover {
    opacity: 1;
}

.index_different .diff_box .box:hover {
    /* background-color:rgba(0, 0, 0, 0); */
    background-color: rgba(253, 253, 253, .0);
    box-shadow: unset;
}

.index_different .imgbox {
    margin-bottom: 0px;
    height: 92px;
    position: relative;
    z-index: 10;
}

.index_different .imgbox img {
    display: block;
}

.index_different .small_title {
    font-family: Inter-Bold;
    font-size: 20px;
    line-height: 30px;
    color: #333333;
    margin-bottom: 18px;
    position: relative;
    z-index: 10;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index_different .small_title a {
    color: #333;
}

.index_different .small_title a:hover {
    color: #fa282f;
}

.index_different .small_content {
    font-family: Inter-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    text-align: center;
    position: relative;
    z-index: 10;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media(max-width:1600px) {
    .index_different .title {
        font-size: 38px;
        margin-bottom: 10px;
    }

    .index_different .content {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 50px;
    }

    .index_different {
        padding-bottom: 100px;
    }
}

@media(max-width:1333px) {
    .index_different .title {
        font-size: 34px;
        margin-bottom: 10px;
    }

    .index_different .content {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 40px;
    }

    .index_different {
        padding-bottom: 80px;
    }

    .index_different .imgbox {
        position: relative;
        z-index: 10;
        height: 85px;
    }

    .index_different .small_title {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 10px;
        text-align: center;
    }

    .index_different .diff_box .box {
        width: 23.7145%;
        margin-right: 1.6428%;
        padding: 25px 18px 25px 18px;
    }
    
}

@media(max-width:999px) {
    .index_different .title {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .index_different .content {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 30px;
    }

    .index_different {
        padding-bottom: 60px;
    }

    .index_different .diff_box .box {
        width: 100%;
        margin-right: 0%;
        padding: 20px 15px;
        margin-bottom: 15px;
    }

    .index_different .imgbox {
        margin-bottom: 15px;
        position: relative;
        z-index: 10;
        height: auto;
    }
}

@media(max-width:768px) {
    .index_different .title {
        font-size: 26px;
        margin-bottom: 10px;
    }

    .index_different .content {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 20px;
    }

    .index_different {
        padding-bottom: 40px;
    }

    .index_different .small_content {
        font-size: 14px;
        line-height: 26px;
    }
}

@media(max-width:570px) {
    .index_different .title {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .index_different .content {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 15px;
    }

    .index_different {
        padding-bottom: 30px;
    }

    .index_different .imgbox img {
        width: 45px;
    }

    .index_different .imgbox {
        margin-bottom: 10px;
    }

    .index_different .small_title {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 6px;
        text-align: center;
    }
}






/* 5-1 */
/* media_application */
.media_application {
    padding: 100px 0px 43px;
}

.media_application .titlebox {
    display: flex;
    justify-content: space-between;
}

.media_application .titlebox .title {
    width: 29%;
    font-family: Inter-Bold;
    font-size: 42px;
    color: #333333;
}

.media_application .titlebox .content {
    width: 68%;
    font-family: Inter-Regular;
    font-size: 16px;
    line-height: 32px;
    color: #666666;
}

@media(max-width:1600px) {
    .media_application {
        padding: 50px 0px;
    }

    .media_application .titlebox .title {
        width: 29%;
        font-size: 38px;
    }
}

@media(max-width:1333px) {
    .media_application .titlebox .title {
        width: 29%;
        font-size: 34px;
    }

    .media_application .titlebox .content {
        line-height: 30px;
    }
}

@media(max-width:999px) {
    .media_application {
        padding: 20px 0px 40px;
    }

    .media_application .titlebox .title {
        width: 100%;
        font-size: 30px;
        margin-bottom: 15px;
    }

    .media_application .titlebox {
        display: flex;
        flex-direction: column;
    }

    .media_application .titlebox .content {
        width: 100%;
    }
}

@media(max-width:768px) {
    .media_application .titlebox .title {
        font-size: 26px;
    }

    .media_application .titlebox .content {
        font-size: 14px;
        line-height: 26px;
    }
}

@media(max-width:570px) {
    .media_application .titlebox .title {
        font-size: 22px;
    }
}


/* news_list */

.news_list {
    margin-bottom: 59px;
}

.news_list .news_li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 34px;
}

.news_list .news_li:last-child {
    margin-bottom: 0;
}

.news_list .leftbox {
    width: 32.1528%;
    overflow: hidden;
}

.news_list .leftbox img {
    display: block;
}

.news_list .leftbox img:hover {
    transform: scale(1.05);
}

.news_list .rightbox {
    width: 62.65%;
    padding-top: 23px;
}

.news_list .title {
    font-family: Inter-Bold;
    font-size: 20px;
    line-height: 30px;
    color: #333333;
    margin-bottom: 13px;
}

.news_list .title a {
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_list .title a:hover {
    color: #fa282f;
}

.news_list .content {
    font-family: Inter-Regular;
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    margin-bottom: 19px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_list .data {
    font-family: Inter-Regular;
    font-size: 16px;
    color: #333333;
    margin-bottom: 26px;
}

.news_list .learn_more {
    font-family: Inter-Bold;
    font-size: 16px;
    line-height: 30px;
    color: #fa282f;
}

.news_list .learn_more:hover {
    text-decoration: underline;
}

@media(max-width:1600px) {
    .news_list {
        margin-bottom: 50px;
    }

    .news_list .news_li {
        align-items: center;
    }

    .news_list .rightbox {
        width: 65%;
        padding-top: 0;
    }

    .news_list .data {
        font-size: 16px;
        color: #333333;
        margin-bottom: 20px;
    }
}

@media(max-width:1333px) {
    .news_list .rightbox {
        width: 60%;
        padding-top: 0;
    }

    .news_list .leftbox {
        width: 38%;
        overflow: hidden;
    }

    .news_list .learn_more {
        font-size: 14px;
        line-height: 26px;
    }

    .news_list .title {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 8px;
    }

    .news_list .content {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 14px;
    }
}

@media(max-width:999px) {
    .news_list {
        margin-bottom: 40px;
    }

    .news_list .title {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 8px;
    }

    .news_list .data {
        font-size: 14px;
        color: #333333;
        margin-bottom: 10px;
    }
}

@media(max-width:768px) {
    .news_list .news_li {
        flex-direction: column;
        align-items: flex-start;
    }

    .news_list .leftbox {
        width: 80%;
        margin: 0 auto;
        margin-bottom: 18px;
    }

    .news_list .leftbox img {
        width: 100%;
    }

    .news_list .rightbox {
        width: 100%;
        padding-top: 0;
    }

    .news_list .content {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 10px;
    }
}

@media(max-width:570px) {
    .news_list {
        margin-bottom: 30px;
    }

    .news_list .leftbox {
        width: 95%;
        margin: 0 auto;
        margin-bottom: 14px;
    }

    .news_list .title {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 5px;
    }
}

@media(max-width:400px) {
    .news_list .leftbox {
        width: 100%;
    }
}


/* pagination2 */

.pagination2 {
    margin-bottom: 86px;
}

@media(max-width:1600px) {
    .pagination2 {
        margin-bottom: 50px;
    }
}

@media(max-width:999px) {
    .pagination2 {
        margin-bottom: 40px;
    }
}

@media(max-width:570px) {
    .pagination2 {
        margin-bottom: 30px;
    }
}






/* 5-3 */

/* media_application2 */
.media_application2 {
    padding: 100px 0px 57px;
}

.media_application2 .titlebox {
    display: flex;
    justify-content: space-between;
}

.media_application2 .titlebox .title {
    width: 29%;
    font-family: Inter-Bold;
    font-size: 42px;
    color: #333333;
}

.media_application2 .title span {
    color: #fa282f;
}

.media_application2 .titlebox .content {
    width: 68%;
    font-family: Inter-Regular;
    font-size: 16px;
    line-height: 32px;
    color: #666666;
    padding-top: 20px;
}

@media(max-width:1600px) {
    .media_application2 {
        padding: 50px 0px;
    }

    .media_application2 .titlebox .title {
        width: 29%;
        font-size: 38px;
    }
}

@media(max-width:1333px) {
    .media_application2 .titlebox .title {
        width: 29%;
        font-size: 34px;
    }

    .media_application2 .titlebox .content {
        line-height: 30px;
    }
}

@media(max-width:999px) {
    .media_application2 {
        padding: 20px 0px 20px;
    }

    .media_application2 .titlebox .title {
        width: 100%;
        font-size: 30px;
        margin-bottom: 15px;
    }

    .media_application2 .titlebox {
        display: flex;
        flex-direction: column;
    }

    .media_application2 .titlebox .content {
        width: 100%;
        padding-top: 0;
    }

}

@media(max-width:768px) {
    .media_application2 .titlebox .title {
        font-size: 26px;
    }

    .media_application2 .titlebox .content {
        font-size: 14px;
        line-height: 26px;
    }
}

@media(max-width:570px) {
    .media_application2 .titlebox .title {
        font-size: 22px;
    }

    .media_faq .swiper {
        padding-bottom: 20px;
    }

    .media_faq .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        background-color: #8f9192;
        border-radius: 50px;
        opacity: 1;
        margin-right: 10px !important;
        position: relative;
    }
}


/* media_faq */
.media_faq {
    margin-bottom: 68px;
}


.media_faq .resource_faq .quest1 {
    background-color: #f2f4f6 !important;
    margin-bottom: 20px;
}

.media_faq .resource_faq .active {
    background-color: #f2f4f6;
    /* border-bottom: solid 1px #e0e0e0; */
}

.media_faq .resource_faq .question {
    position: relative;
}

.media_faq .resource_faq .question .que {
    color: #333;
}

.media_faq .resource_faq .active::after {
    content: "";
    position: absolute;
    width: 95%;
    height: 1px;
    background-color: #e0e0e0;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.media_faq .resource_faq .quest1 .answer p {
    color: #333;
}

.media_faq .resource_faq .question i {
    font-size: 22px;
    color: #333;
}


.media_faq .swiper {
    padding-bottom: 50px;
}

.media_faq .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #8f9192;
    border-radius: 50px;
    opacity: 1;
    margin-right: 52px !important;
    position: relative;
}

.media_faq .swiper-pagination-bullet::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border: solid 1px #fa282f;
    border-radius: 50px;
    left: -5px;
    top: -5px;
}

.media_faq .swiper-pagination-bullet::after {
    opacity: 0;
}

.media_faq .swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #fa282f !important;
    border-radius: 50px;
}

.media_faq .swiper-pagination-bullet-active::after {
    opacity: 1;
}

@media(max-width:1600px) {
    .media_faq {
        margin-bottom: 50px;
    }

    .resource_faq .quest1 .answer {
        display: none;
        transition: none;
        padding-top: 19px;
        padding-bottom: 40px;
    }
}

@media(max-width:1333px) {
    .media_faq .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        background-color: #8f9192;
        border-radius: 50px;
        opacity: 1;
        margin-right: 32px !important;
        position: relative;
    }
}

@media(max-width:999px) {
    .media_faq {
        margin-bottom: 40px;
    }
}

@media(max-width:768px) {
    .media_faq .resource_faq .active {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .resource_faq .quest1 .answer {
        display: none;
        transition: none;
        padding-top: 19px;
        padding-bottom: 20px;
    }

    .media_faq .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        background-color: #8f9192;
        border-radius: 50px;
        opacity: 1;
        margin-right: 24px !important;
        position: relative;
    }

    .media_faq .swiper-pagination-bullet::after {
        content: "";
        position: absolute;
        width: 18px;
        height: 18px;
        border: solid 1px #fa282f;
        border-radius: 50px;
        left: -4px;
        top: -4px;
    }
}

@media(max-width:570px) {
    .media_faq .swiper {
        padding-bottom: 27px;
    }

    .media_faq {
        margin-bottom: 30px;
    }
}



/* media_download */
.media_download {
    padding: 84px 0px 74px 0px;
    background-color: #f2f4f6;
}

.media_download .titlebox {
    display: flex;
    justify-content: space-between;
    margin-bottom: 44px;
}

.media_download .titlebox .title {
    width: 20%;
    font-family: Inter-Bold;
    font-size: 42px;
    line-height: 46px;
    color: #333333;
}

.media_download .titlebox .content {
    width: 66%;
    font-family: Inter-Regular;
    font-size: 16px;
    line-height: 32px;
    color: #666666;
}

.media_download .swiper {
    padding-bottom: 58px;
}

.media_download .swiper-slide {
    display: flex;
    flex-wrap: wrap;
}

.media_download .swiper-slide .download_li {
    width: 31.9%;
    margin-right: 2.15%;
    margin-bottom: 30px;
}

.media_download .download_li img {
    display: block;
}

.media_download .swiper-slide .download_li:nth-child(3n) {
    margin-right: 0;
}

.media_download .download_li .small_title {
    margin: 20px 0px;
    font-size: 16px;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.media_download .download_li .load_btn {
    width: 164px;
    height: 29px;
    background-color: rgba(250, 40, 47, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Inter-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #fa282f;
    margin: 0 auto;
    cursor: pointer;
}

.media_download .download_li .load_btn i {
    font-size: 25px;
    margin-left: 8px;
}

.media_download .download_li .load_btn:hover {
    background-color: rgba(250, 40, 47, 1);
    color: #fff;
}

.media_download .download_li .load_btn:hover i {
    color: #fff;
}


.media_download .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #8f9192;
    opacity: 1;
    margin-right: 50px !important;
    position: relative;
}

.media_download .swiper-pagination-bullet::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border: solid 1px #fa282f;
    border-radius: 50px;
    left: -5px;
    top: -5px;
    opacity: 0;
}


.media_download .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fa282f;
}

.media_download .swiper-pagination-bullet-active::after {
    opacity: 1;
}


@media(max-width:1600px) {
    .media_download {
        padding: 50px 0px;
    }

    .media_download .titlebox .title {
        width: 25%;
        font-size: 38px;
        line-height: 42px;
    }

    .media_download .titlebox {
        margin-bottom: 40px;
    }
}

@media(max-width:1333px) {
    .media_download .titlebox .title {
        width: 25%;
        font-size: 34px;
        line-height: 38px;
    }

    .media_download .titlebox .title {
        width: 20%;
        font-size: 30px;
        line-height: 34px;
    }

    .media_download .titlebox .content {
        width: 75%;
        font-size: 16px;
        line-height: 30px;
    }

    .media_download .titlebox {
        margin-bottom: 30px;
    }

    .media_download .swiper-pagination-bullet {
        margin-right: 40px !important;
    }
}

@media(max-width:999px) {
    .media_download {
        padding: 40px 0px;
    }

    .media_download .titlebox .title {
        width: 100%;
        font-size: 26px;
        line-height: 30px;
    }

    .media_download .titlebox {
        margin-bottom: 20px;
    }

    .media_download .titlebox {
        flex-direction: column;
        align-items: flex-start;
    }

    .media_download .title {
        width: 100%;
        margin-bottom: 18px;
    }

    .media_download .titlebox .content {
        width: 100%;
    }

    .media_download .swiper-slide .download_li {
        width: 49%;
        margin-right: 2%;
    }

    .media_download .swiper-slide .download_li:nth-child(3n) {
        margin-right: 2%;
    }

    .media_download .swiper-slide .download_li:nth-child(2n) {
        margin-right: 0%;
    }

    .media_download .swiper {
        padding-bottom: 40px;
    }

    .media_download .swiper-pagination-bullet {
        margin-right: 30px !important;
    }
}

@media(max-width:768px) {
    .media_download .titlebox .title {
        font-size: 24px;
        line-height: 26px;
    }

    .media_download .titlebox .content {
        font-size: 14px;
        line-height: 26px;
    }

    .media_download .download_li .small_title {
        margin: 10px 0px;
        font-size: 14px;
        color: #333333;
    }

    .media_download .download_li .load_btn {
        width: 150px;
        height: 30px;
        background-color: rgba(250, 40, 47, 0.1);
        font-size: 14px;
        line-height: 30px;
    }

    .media_download .download_li .load_btn i {
        font-size: 20px;
        margin-left: 5px;
    }

    .media_download .swiper-pagination-bullet {
        margin-right: 20px !important;
    }
}

@media(max-width:570px) {
    .media_download {
        padding: 30px 0px;
    }

    .media_download .titlebox .title {
        font-size: 22px;
        line-height: 25px;
    }

    .media_download .swiper-slide .download_li {
        margin-bottom: 20px;
    }

    .media_download .swiper {
        padding-bottom: 30px;
    }

    .media_download .swiper-pagination-bullet::after {
        width: 18px;
        height: 18px;
        left: -4px;
        top: -4px;
    }
}

@media(max-width:450px) {
    .media_download .swiper-slide .download_li {
        width: 100%;
        margin-right: 0% !important;
    }

    .media_download .download_li img {
        width: 100%;
    }

}


/* load_shadow */

.op0{
    opacity: 0;
    pointer-events: none;
}

.load_shadow {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 1000000;
}

.load_shadow .safe {
    /* margin: 0 auto; */
    /* position: absolute; */
    /* left: 0; */
    /* right: 0; */
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.load_shadow form {
    width: 1080px;
    height: 415px;
    padding: 45px 50px 50px 69px;
    background-color: #ffffff;
    box-shadow: 15px 26px 38px 0px rgba(4, 5, 6, 0.16);
}

.load_shadow .title {
    position: relative;
    font-family: Inter-Medium;
    font-size: 30px;
    padding-bottom: 25px;
    color: #333333;
    margin-bottom: 40px;
    text-align: center;
}

.load_shadow .title::after {
    content: "";
    position: absolute;
    width: 63px;
    height: 2px;
    background-color: #fa282f;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}

.load_shadow .inp1 {
    display: flex;
    margin-bottom: 19px;
    justify-content: space-between;
    position: relative;
}

.load_shadow .inp1:nth-of-type(2) {
    margin-bottom: 21px;
}

.load_shadow .inp1 .inpbox1,
.load_shadow .inpbox2,
.load_shadow .inpbox3 {
    width: 48%;
position: relative;
}

.load_shadow .inpbox1 input {
    width: 100%;
    background-color: #fdfdfd;
    border: solid 1px #e6e6e6;


    font-family: Inter-Regular;
    font-size: 16px;
    color: #666666;
}

.load_shadow .inpbox1 input,
.load_shadow .inpbox2 input {
    padding: 0px 15px 0px 15px;
}


.load_shadow input {
    height: 55px;
}

.load_shadow .inpbox1 input::placeholder {
    font-family: Inter-Regular;
    color: #666666;
}



.load_shadow .inpbox2 {
    display: flex;
    justify-content: space-between;
}

.load_shadow .inpbox2 .inp_code {
    width: 68%;
    position: relative;
}

.load_shadow .must::after{
    content: "*";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -15px;
    font-family: Inter-Regular;
	font-size: 20px;
	color: #ff0000;
}

.load_shadow .inpbox2 input {
    border: 1px solid #e6e6e6;
    width: 100%;
}

.load_shadow .inpbox2 .code {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f3fbfe;
    cursor: pointer;
}

.load_shadow .inpbox2 img {
    object-fit: contain;
}

.load_shadow .inpbox3 input {
    width: 100%;

    background-color: #fa282f;
    font-family: Inter-Regular;
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
}

.load_shadow .inpbox3 input:hover {
    color: #fa282f;
    background-color: #fff;
    border: 1px solid #fa282f;
}

@media(max-width:1600px) {
    .load_shadow form {
        width: 1000px;
        height: 400px;
        padding: 40px;
    }
}

@media(max-width:1333px) {
    .load_shadow .title {
        font-size: 28px;
        padding-bottom: 20px;
        color: #333333;
        margin-bottom: 38px;
    }

    .load_shadow .inpbox2 .inp_code {
        width: 60%;
    }

    .load_shadow .inpbox2 .code {
        width: 38%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #f3fbfe;
        cursor: pointer;
    }
}

@media(max-width:999px) {
    .load_shadow form {
        width: 95%;
        height: auto;
        padding: 40px;
    }

    .load_shadow input {
        height: 50px;
    }

    .load_shadow .inpbox1 input,
    .load_shadow .inpbox1 input::placeholder {
        font-size: 14px;
    }

    .load_shadow .inpbox3 input {
        width: 100%;
        font-size: 14px;
    }

    .load_shadow .title {
        font-size: 26px;
        padding-bottom: 20px;
        color: #333333;
        margin-bottom: 30px;
    }
}

@media(max-width:768px) {
    .load_shadow input {
        height: 45px;
    }

    .load_shadow .inp1 {
        flex-wrap: wrap;
    }

    .load_shadow .inpbox2 {
        width: 100%;
        margin-bottom: 19px;
    }

    .load_shadow .inpbox2 .code {
        height: 45px;
    }

    .load_shadow .inpbox2 img {
        object-fit: contain;
        width: 100%;
        height: 100%;
    }

    .load_shadow .inpbox2 .code {}

    .load_shadow .inpbox2 .inp_code {
        width: 48%;
    }

    .load_shadow .inpbox3 {
        width: 100%;
    }

    .load_shadow .title {
        font-size: 24px;
        padding-bottom: 20px;
        color: #333333;
        margin-bottom: 25px;
    }
}

@media(max-width:570px) {
    .load_shadow .must::after {
        content: "*";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: -12px;
        font-family: Inter-Regular;
        font-size: 20px;
        color: #ff0000;
    }
    .load_shadow form {
        width: 95%;
        height: auto;
        padding: 20px;
    }

    .load_shadow .title {
        font-size: 22px;
        padding-bottom: 20px;
        color: #333333;
        margin-bottom: 25px;
    }
}

@media(max-width:400px) {
    .load_shadow .inp1{
        margin-bottom: 0px;
    }
    .load_shadow .inp1 .inpbox1,
    .load_shadow .inpbox2,
    .load_shadow .inpbox3 {
        width: 100%;
        margin-bottom: 14px;
    }
    .load_shadow .inp1:nth-of-type(2){
        margin-bottom: 0;
    }
    .load_shadow .inpbox2 .code{
        width: 48%;
    }
}


/* 5-4 */

/* media_application3 */
.media_application3 {
    padding: 100px 0px 53px;
}

.media_application3 .titlebox {
    display: flex;
    justify-content: space-between;
}

.media_application3 .titlebox .title {
    width: 29%;
    font-family: Inter-Bold;
    font-size: 42px;
    color: #333333;
}

.media_application3 .title span {
    color: #fa282f;
}

.media_application3 .titlebox .content {
    width: 66.3%;
    font-family: Inter-Regular;
    font-size: 16px;
    line-height: 32px;
    color: #666666;
    padding-top: 0px;
}

@media(max-width:1600px) {
    .media_application3 {
        padding: 50px 0px;
    }

    .media_application3 .titlebox .title {
        width: 29%;
        font-size: 38px;
    }
}

@media(max-width:1333px) {
    .media_application3 .titlebox .title {
        width: 29%;
        font-size: 34px;
    }

    .media_application3 .titlebox .content {
        line-height: 30px;
        padding-top: 0;
    }
}

@media(max-width:999px) {
    .media_application3 {
        padding: 20px 0px 40px;
    }

    .media_application3 .titlebox .title {
        width: 100%;
        font-size: 30px;
        margin-bottom: 15px;
    }

    .media_application3 .titlebox {
        display: flex;
        flex-direction: column;
    }

    .media_application3 .titlebox .content {
        width: 100%;
        padding-top: 0;
    }
}

@media(max-width:768px) {
    .media_application3 .titlebox .title {
        font-size: 26px;
    }

    .media_application3 .titlebox .content {
        font-size: 14px;
        line-height: 26px;
    }
}

@media(max-width:570px) {
    .media_application3 .titlebox .title {
        font-size: 22px;
    }
}

/* media_video */
.media_video {
    padding: 31px 0px 35px;
}

.media_video .safe {
    display: flex;
    flex-wrap: wrap;
}

.media_video .videobox {
    width: 31.9%;
    margin-right: 2.15%;
    margin-bottom: 34px;
}

.media_video .videobox:nth-child(3n) {
    margin-right: 0;
}

.media_video .title {
    font-family: Inter-Medium;
    font-size: 20px;
    line-height: 46px;
    color: #333333;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.video {
    position: relative;
    cursor: pointer;
}

.video:hover .play {
    transform: scale(1.1);
}

.video .bg {
    display: block;
}

.video .play {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}

@media(max-width:1600px) {
    .media_video {
        padding: 0px 0px 30px;
    }

    .media_video .videobox {
        width: 32%;
        margin-right: 2%;
        margin-bottom: 30px;
    }
}

@media(max-width:1333px) {
    .video .play {
        width: 60px;
    }

    .media_video .title {
        font-size: 18px;
        line-height: 38px;
    }
}

@media(max-width:999px) {
    .media_video {
        padding: 0px 0px 20px;
    }

    .video .play {
        width: 50px;
    }

    .media_video .title {
        font-size: 16px;
        line-height: 34px;
    }

    .media_video .videobox {
        width: 32%;
        margin-right: 2%;
        margin-bottom: 20px;
    }
}

@media(max-width:768px) {
    .media_video .videobox {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 20px;
    }

    .media_video .videobox:nth-child(3n) {
        margin-right: 2%;
    }

    .media_video .videobox:nth-child(2n) {
        margin-right: 0;
    }

    .media_video .title {
        font-size: 16px;
        line-height: 30px;
    }
}

@media(max-width:570px) {
    .media_video {
        padding: 0px 0px 10px;
    }


}

@media(max-width:450px) {
    .media_video .videobox {
        width: 100%;
        margin-right: 0 !important;
        margin-bottom: 20px;
    }

    .media_video .videobox .bg {
        width: 100%;
    }
}



/* pagination3 */
.pagination3 {
    margin-bottom: 85px;
}


@media(max-width:1600px) {
    .pagination3 {
        margin-bottom: 50px;
    }
}

@media(max-width:999px) {
    .pagination3 {
        margin-bottom: 40px;
    }
}

@media(max-width:570px) {
    .pagination3 {
        margin-bottom: 30px;
    }
}



/* 5-5 Exhibition */
.yincang {
    opacity: 0;
    pointer-events: none;
}

/* big_shadowpic */

.big_shadowpic {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    background: rgba(0, 0, 0, .5);
}

.big_shadowpic img {}




/* exhibition_list */
.exhibition_list {
    margin-bottom: 9px;
}

.exhibition_list .safe {
    display: flex;
    flex-wrap: wrap;
}

.exhibition_list .exhibition_box {
    width: 31.8671%;
    margin-right: 2.2%;
    margin-bottom: 31px;
}

.exhibition_list .exhibition_box img {
    display: block;
}

.exhibition_list .exhibition_box .imgbox {
    position: relative;
}

.exhibition_list .imgbox:hover .shadow {
    opacity: 1;
}

.exhibition_list .imgbox .shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .2);
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
}

.exhibition_list .shadow i {
    font-size: 52px;
    color: #fff;
    cursor: pointer;
}

.exhibition_list .shadow i:hover {
    color: #fa282f;
}

.exhibition_list .exhibition_box:nth-child(3n) {
    margin-right: 0;
}

.exhibition_list .exhibition_box .contact {
    padding: 17px 0px 10px 15px;
}

.exhibition_list .title {
    font-family: Inter-Regular;
    font-size: 18px;
    line-height: 30px;
    color: #333333;
    margin-bottom: 9px;
}

.exhibition_list .content {
    font-family: Inter-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
}


@media(max-width:1600px) {}

@media(max-width:1333px) {
    .exhibition_list .content {
        font-family: Inter-Regular;
        font-size: 16px;
        line-height: 28px;
    }

    .exhibition_list .shadow i {
        font-size: 45px;
    }
}

@media(max-width:999px) {
    .exhibition_list .exhibition_box {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 25px;
    }

    .exhibition_list .exhibition_box:nth-child(3n) {
        margin-right: 2%;
    }

    .exhibition_list .exhibition_box:nth-child(2n) {
        margin-right: 0;
    }

}

@media(max-width:768px) {
    .exhibition_list .exhibition_box {
        width: 100%;
        margin-right: 2% !important;
        margin-bottom: 20px;
    }

    .exhibition_list .exhibition_box .imgbox {
        width: 80%;
        margin: 0 auto;
        margin-bottom: 0px;
    }

    .exhibition_list .exhibition_box .contact {
        width: 100%;
    }

    .exhibition_list .content {
        font-family: Inter-Regular;
        font-size: 14px;
        line-height: 26px;
    }

    .exhibition_list .title {
        font-family: Inter-Regular;
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 4px;
    }

    .exhibition_list .exhibition_box .contact {
        padding: 10px 0px 0px 0px;
    }
}

@media(max-width:570px) {
    .exhibition_list .exhibition_box .imgbox {
        width: 95%;
        margin: 0 auto;
        margin-bottom: 0px;
    }
}

@media(max-width:400px) {
    .exhibition_list .exhibition_box .imgbox {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 0px;
    }
}






/* 6-1 Contact Us */

/* contactus_box */
.contactus_box {
    /* margin: 50px 0px; */
    margin-bottom: 99px;
}

.contactus_box .safe {
    border-radius: 16px;
    padding: 81px 0px 67px 62px;
    display: flex;

    background: linear-gradient(rgba(255, 255, 255, 0.0)0%, rgba(249, 249, 250, .9)84%);
}

.contactus_box .leftbox {
    width: 50%;
}

.contactus_box .rightbox {
    width: 50%;
}

.contactus_box .title {
    font-family: Inter-Bold;
    font-size: 38px;
    line-height: 59px;
    color: #333333;
}


.contactus_box .rightbox .title {
    margin-bottom: 50px;
}

.contactus_box .leftbox .title {
    margin-bottom: 37px;
}

.contactus_box .leftbox i {
    font-size: 20px;
    width: 51px;
    height: 51px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 6px;
    border: solid 1px #e1e1e1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fa282f;
    flex-shrink: 0;
}

.contactus_box .leftbox .box {
    display: flex;
    margin-bottom: 14px;
    width: 82.1%;
    padding: 21px 30px 19px 24px;
    background-color: #ffffff;
    border-radius: 6px;
}

.contactus_box .leftbox .box i {
    margin-right: 15px;
}

.contactus_box .leftbox .name {
    font-family: Inter-Regular;
    font-size: 18px;
    line-height: 26px;
    color: #888888;
}

.contactus_box .leftbox .resu {
    font-family: Inter-Regular;
    font-size: 18px;
    color: #333333;
}

.contactus_box .leftbox a:hover {
    text-decoration: underline;
}

.contactus_box .leftbox .box:hover {
    background-color: #fa282f;
}

.contactus_box .leftbox .box:hover p,
.contactus_box .leftbox .box:hover a {
    color: #fff !important;
}

.contactus_box .leftbox .box:hover i {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 6px;
    border: solid 1px rgba(255, 255, 255, 0.2);
    color: #fff;
}

.contactus_box .leftbox .email {
    word-break: break-all;
}

@media(max-width:1600px) {
    .contactus_box .safe {
        padding: 50px 0px;
    }

    .contactus_box .title {
        font-size: 32px;
        line-height: 50px;
    }

    .contactus_box .leftbox .title {
        margin-bottom: 35px;
    }

    .contactus_box .rightbox .title {
        margin-bottom: 35px;
    }

    .contactus_box .leftbox .box {
        margin-bottom: 12px;
        width: 80%;
        padding: 20px 25px;
    }

    .contactus_box {
        margin-bottom: 50px;
    }
}

@media(max-width:1333px) {
    .contactus_box .title {
        font-size: 30px;
        line-height: 40px;
    }

    .contactus_box .leftbox .title {
        margin-bottom: 30px;
    }

    .contactus_box .rightbox .title {
        margin-bottom: 30px;
    }

    .contactus_box .leftbox .name {
        font-size: 16px;
        line-height: 24px;
    }

    .contactus_box .leftbox .resu {
        font-size: 16px;
    }

    .contactus_box .leftbox .box {
        margin-bottom: 12px;
        width: 90%;
        padding: 15px 20px;
    }
}

@media(max-width:999px) {
    .contactus_box .safe {
        padding: 20px 0px 40px 0px;
    }

    .contactus_box .title {
        font-size: 28px;
        line-height: 34px;
    }

    .contactus_box .leftbox .title {
        margin-bottom: 25px;
    }

    .contactus_box .rightbox .title {
        margin-bottom: 25px;
    }

    .contactus_box .safe {
        flex-direction: column;
        align-items: flex-start;
    }

    .contactus_box .leftbox {
        width: 100%;
        margin-bottom: 20px;
    }

    .contactus_box .contact {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .contactus_box .leftbox .box {
        margin-bottom: 10px;
        width: 48%;
        padding: 15px 20px;
    }

    .contactus_box .rightbox {
        width: 100%;
        margin: 0 auto;
    }

    .contactus_box {
        margin-bottom: 40px;
    }
}

@media(max-width:768px) {
    .contactus_box .title {
        font-size: 24px;
        line-height: 28px;
    }

    .contactus_box .leftbox .title {
        margin-bottom: 20px;
    }

    .contactus_box .rightbox .title {
        margin-bottom: 20px;
    }

    .contactus_box .leftbox .resu {
        font-size: 14px;
    }

    .contactus_box .leftbox .name {
        font-size: 14px;
        line-height: 22px;
    }

    .contactus_box .leftbox .box {
        padding: 12px 10px;
    }

    .contactus_box .leftbox i {
        font-size: 20px;
        width: 45px;
        height: 45px;
        background-color: rgba(255, 255, 255, 0.2);
        border-radius: 6px;
        border: solid 1px #e1e1e1;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fa282f;
        flex-shrink: 0;
        margin-right: 10px;
    }
}

@media(max-width:570px) {
    .contactus_box .safe {
        padding: 10px 0px 30px 0px;
    }

    .contactus_box .title {
        font-size: 22px;
        line-height: 26px;
    }

    .contactus_box .leftbox .title {
        margin-bottom: 15px;
    }

    .contactus_box .rightbox .title {
        margin-bottom: 15px;
    }

    .contactus_box {
        margin-bottom: 30px;
    }
}


@media(max-width:450px) {
    .contactus_box .leftbox .box {
        width: 100%;
    }
}




.mapbox {
    display: flex;
    margin: 0 auto;
    justify-content: center;
}

.mapbox img {
    display: block;
}

.mapbox .leftbox{
    /* width: 50%; */
}

.mapbox .rightbox{
    /* width: 50%; */
}


@media(max-width:1600px) {}

@media(max-width:1333px) {}

@media(max-width:999px) {
    .mapbox {
        flex-direction: column;
        margin-bottom: 20px;
    }

    .mapbox .leftbox {
        width: 90%;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .mapbox {
        flex-direction: column;
    }

    .mapbox .rightbox {
        width: 90%;
        margin: 0 auto;
    }
}

@media(max-width:768px) {}

@media(max-width:570px) {
    .mapbox {
        flex-direction: column;
    }

    .mapbox .leftbox {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .mapbox .rightbox {
        width: 100%;
        margin: 0 auto;
    }
}






@font-face {
    font-family: "iconfont";
    /* Project id 4600852 */
    src: url('../fonts/iconfont.woff2?t=1724640881095') format('woff2'),
        url('../fonts/iconfont.woff?t=1724640881095') format('woff'),
        url('../fonts/iconfont.ttf?t=1724640881095') format('truetype');
}

@font-face {
    font-family: 'Inter-Bold';
    src: url('../fonts/InterBold.eot');
    src: url('../fonts/InterBold.eot') format('embedded-opentype'),
        url('../fonts/InterBold.woff2') format('woff2'),
        url('../fonts/InterBold.woff') format('woff'),
        url('../fonts/InterBold.ttf') format('truetype'),
        url('../fonts/InterBold.svg#InterBold') format('svg');
}

@font-face {
    font-family: 'Inter-Medium';
    src: url('../fonts/Inter-Medium.eot');
    src: url('../fonts/Inter-Medium.eot') format('embedded-opentype'),
        url('../fonts/Inter-Medium.woff2') format('woff2'),
        url('../fonts/Inter-Medium.woff') format('woff'),
        url('../fonts/Inter-Medium.ttf') format('truetype'),
        url('../fonts/Inter-Medium.svg#InterMedium') format('svg');
}

@font-face {
    font-family: 'Inter-Regular';
    src: url('../fonts/InterRegular.eot');
    src: url('../fonts/InterRegular.eot') format('embedded-opentype'),
        url('../fonts/InterRegular.woff2') format('woff2'),
        url('../fonts/InterRegular.woff') format('woff'),
        url('../fonts/InterRegular.ttf') format('truetype'),
        url('../fonts/InterRegular.svg#InterRegular') format('svg');
}





.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-xiazai:before {
    content: "\e66d";
}

.icon-dizhi1:before {
    content: "\e652";
}

.icon-dizhi2:before {
    content: "\e609";
}


.icon-jiang-left:before {
    content: "\e604";
}

.icon-jiang-right:before {
    content: "\e605";
}


.icon-a-lujing4000:before {
    content: "\e661";
}

.icon-Youtube-fill:before {
    content: "\e883";
}

.icon-twitter:before {
    content: "\e607";
}

.icon-sanjiaoxing:before {
    content: "\e6e6";
}

.icon-top:before {
    content: "\e608";
}

.icon-duigoux:before {
    content: "\ec9e";
}

.icon-tiktok:before {
    content: "\e8db";
}

.icon-xinlangweibo:before {
    content: "\e603";
}

.icon-xiaohongshu:before {
    content: "\e623";
}

.icon-earth:before {
    content: "\e6d5";
}

.icon-sousuo:before {
    content: "\e616";
}

.icon-jiahao1:before {
    content: "\e727";
}

.icon-xiangshangjiantou:before {
    content: "\e65d";
}

.icon-jia:before {
    content: "\e601";
}

.icon-jian:before {
    content: "\e602";
}

.icon-dizhi:before {
    content: "\e614";
}

.icon-dianhua:before {
    content: "\e66c";
}

.icon-duigou:before {
    content: "\e613";
}

.icon-up7:before {
    content: "\e722";
}

.icon-bottom7:before {
    content: "\e723";
}

.icon-duoyuyan:before {
    content: "\e654";
}

.icon-xiala:before {
    content: "\e65c";
}

.icon-left7:before {
    content: "\e724";
}

.icon-right7:before {
    content: "\e725";
}

.icon-left:before {
    content: "\e72c";
}

.icon-right:before {
    content: "\e72d";
}

.icon-tell:before {
    content: "\e6a8";
}

.icon-whatsapp:before {
    content: "\e7bf";
}

.icon-twitter-new2:before {
    content: "\e800";
}

.icon-facebook:before {
    content: "\e620";
}

.icon-pinterest:before {
    content: "\e8ab";
}

.icon-linkedin:before {
    content: "\e648";
}

.icon-youtube:before {
    content: "\e6d6";
}

.icon-sousuo1:before {
    content: "\e65b";
}

.icon-email:before {
    content: "\e7bd";
}

.icon-whatsapp1:before {
    content: "\e7c1";
}

.icon-email1:before {
    content: "\e7c5";
}

.icon-skype1:before {
    content: "\e7c9";
}

.icon-wechat:before {
    content: "\e7cf";
}

.icon-instagram1:before {
    content: "\e640";
}

.icon-twitter4:before {
    content: "\e7fe";
}

.icon-xiangxiajiantou:before {
    content: "\e68a";
}

.icon-xiajiantou:before {
    content: "\e6b3";
}

.icon-youshangjiantou:before {
    content: "\e69b";
}

.icon-svg-right-top:before {
    content: "\e600";
}





















/* animation.min.css */


.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

@-webkit-keyframes bounce {

    0%,
    100%,
    20%,
    53%,
    80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    40%,
    43% {
        -webkit-transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

@keyframes bounce {

    0%,
    100%,
    20%,
    53%,
    80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    40%,
    43% {
        -webkit-transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes flash {

    0%,
    100%,
    50% {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

@keyframes flash {

    0%,
    100%,
    50% {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shake {

    0%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes shake {

    0%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

.swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes bounceIn {

    0%,
    100%,
    20%,
    40%,
    60%,
    80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes bounceIn {

    0%,
    100%,
    20%,
    40%,
    60%,
    80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes bounceInDown {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInDown {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInLeft {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInRight {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInUp {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }

    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }

    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
    0% {
        opacity: 1
    }

    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1
    }

    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    100% {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    100% {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

@keyframes rollOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    100% {
        opacity: 0
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    100% {
        opacity: 0
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}


/* swiper-bundle */


@font-face {
    font-family: swiper-icons;
    src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

:host {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 1
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0)
}

.swiper-horizontal {
    touch-action: pan-y
}

.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d {
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
    transform-style: preserve-3d
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
    scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: none
}

.swiper-css-mode.swiper-centered>.swiper-wrapper::before {
    content: '';
    flex-shrink: 0;
    order: 9999
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size)
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
    display: none !important
}

.swiper-button-next svg,
.swiper-button-prev svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform-origin: center
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
    transform: rotate(180deg)
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 10px);
    right: auto
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto
}

.swiper-button-lock {
    display: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: 'prev'
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: 'next'
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
    right: var(--swiper-pagination-right, 8px);
    left: var(--swiper-pagination-left, auto);
    top: 50%;
    transform: translate3d(0px, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform, .2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s right
}

.swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color, inherit)
}

.swiper-pagination-progressbar {
    background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    position: relative;
    touch-action: none;
    background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, .1))
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: var(--swiper-scrollbar-sides-offset, 1%);
    bottom: var(--swiper-scrollbar-bottom, 4px);
    top: var(--swiper-scrollbar-top, auto);
    z-index: 50;
    height: var(--swiper-scrollbar-size, 4px);
    width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
    position: absolute;
    left: var(--swiper-scrollbar-left, auto);
    right: var(--swiper-scrollbar-right, 4px);
    top: var(--swiper-scrollbar-sides-offset, 1%);
    z-index: 50;
    width: var(--swiper-scrollbar-size, 4px);
    height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, .5));
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move;
    touch-action: none
}

.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active {
    pointer-events: auto
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube {
    overflow: visible
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
    content: '';
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px)
}

.swiper-cube .swiper-slide-next+.swiper-slide {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-flip {
    overflow: visible
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height
}

.swiper-cards {
    overflow: visible
}

.swiper-cards .swiper-slide {
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden
}



/* swiper.min.css */


.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-transition-property: -webkit-transform, height;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform, height
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -o-transform: translate(0, -50%);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 0;
    display: block
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px
}

.swiper-pagination-progress {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progress .swiper-pagination-progressbar {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-vertical>.swiper-pagination-progress {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-progress.swiper-pagination-white {
    background: rgba(255, 255, 255, .5)
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
    background: #fff
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background: #000
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
    -ms-perspective: 1200px
}

.swiper-container-cube,
.swiper-container-flip {
    overflow: visible
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-slide {
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -moz-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg)
    }
}




.product_related .swiper-horizontal>.swiper-pagination-bullets,
.product_related .swiper-pagination-bullets.swiper-pagination-horizontal,
.product_related .swiper-pagination-custom,
.product_related .swiper-pagination-fraction {
    bottom: -3px;
    top: unset;
}

.product_related .related_box {
    flex-wrap: wrap;
}

.product_related .box1 {
    margin-bottom: 20px;
}
.product_related .box1:nth-child(4n){
    margin-right: 0;
}

.product_related .swiper-pagination{
    display: none;
}

@media(max-width:999px) {
    .product_related .box1:nth-child(3n) {
        margin-right: 0;
    }

    .product_related .box1:nth-child(4n) {
        margin-right: 1%;
    }
    .product_related .box1 {
        margin-bottom: 10px;
    }
}


@media(max-width:570px) {
    .product_related .box1:nth-child(3n) {
        margin-right: 1%;
    }
    .product_related .box1:nth-child(2n) {
        margin-right: 0;
    }

  
}


.index_solution .leftbox .page_nation{
    min-height: 280px;
}

@media(max-width:1600px) {
    .index_solution .leftbox .page_nation{
        min-height: auto;
    }
    .index_solution .rightbox{
        position: static;
    }
}
@media(max-width:1333px) {

}
@media(max-width:999px) {

}
@media(max-width:768px) {

}
@media(max-width:570px) {

}


/* recruitment */

.recruitment {
    padding: 109px 0px 90px;
}

.recruitment .inner {
    background-color: #f8f8fa;
    padding: 40px 38px 38px 42px;
    margin-bottom: 29px;
}

.recruitment .inner:last-child {
    margin-bottom: 0;
}

.recruitment .headerbox {
    display: flex;
    justify-content: space-between;
    margin-bottom: 28px;
}

.recruitment .j_name {
    font-family: Inter-Bold;
    font-size: 26px;
    line-height: 30px;
    color: #333333;
}

.recruitment .money {
    font-family: Inter-Bold;
    font-size: 20px;
    line-height: 30px;
    color: #fa282f;
}

.recruitment .con {
    display: flex;
    align-items: center;
    font-family: Inter-Medium;
    font-size: 16px;
    color: #333333;
    padding-bottom: 31px;
    border-bottom: 1px solid rgba(210, 210, 210, .6);
}

.recruitment ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.recruitment ul li {
    margin-right: 35px;
    padding-left: 35px;
}

.recruitment ul li:first-child {
    padding-left: 0;
}

.recruitment .con span {
    color: #666;
    font-family: Inter-Regular;
}

.recruitment .location {
    border-left: 1px solid #c2c2c2;
}

.recruitment .txts {
    width: 70%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}


.recruitment .txtsall {
    -webkit-line-clamp: 100;
}


.recruitment .showMore {
    font-family: Inter-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    padding-top: 23px;
    display: flex;
    justify-content: space-between;
}

.recruitment .showMore em {
    color: #333;
    display: inline-block;
    margin-bottom: 10px;
    font-family: Inter-Medium;
    font-size: 18px;
    color: #333333;
}

.recruitment .showMore .view_more {
    width: 172px;
    height: 50px;
    background-color: rgba(250, 40, 47, .1);
    border-radius: 25px;
    border: solid 1px #fa282f;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Inter-Medium;
    font-size: 16px;
    color: #fa282f;
    cursor: pointer;
    margin-top: 48px;
}

.recruitment .showMore .view_more:hover {
    border: 1px solid #666;
    background-color: transparent;
    color: #666;
}


@media(max-width:1600px) {
    .recruitment {
        padding: 50px 0px;
    }

    .recruitment .inner {
        padding: 30px 30px 30px 30px;
        margin-bottom: 25px;
    }

    .recruitment .headerbox {
        margin-bottom: 20px;
    }

    .recruitment .con {
        font-size: 16px;
        padding-bottom: 25px;
    }

    .recruitment .j_name {
        font-size: 24px;
        line-height: 30px;
    }
}

@media(max-width:1333px) {
    .recruitment .inner {
        padding: 25px 25px 25px 25px;
        margin-bottom: 25px;
    }

    .recruitment .j_name {
        font-size: 22px;
        line-height: 30px;
    }

    .recruitment .money {
        font-size: 18px;
        line-height: 28px;
    }

    .recruitment .con {
        font-size: 16px;
        padding-bottom: 20px;
    }

    .recruitment .showMore {
        font-size: 16px;
        line-height: 30px;
        padding-top: 15px;
    }

    .recruitment .showMore .view_more {
        width: 170px;
        height: 50px;
        border-radius: 25px;
        font-size: 16px;
        margin-top: 10px;
    }
}

@media(max-width:999px) {
    .recruitment {
        padding: 30px 0px 40px;
    }

    .recruitment .j_name {
        font-size: 20px;
        line-height: 30px;
    }

    .recruitment .money {
        font-size: 16px;
        line-height: 26px;
    }

    .recruitment .headerbox {
        margin-bottom: 15px;
    }

    .recruitment .con {
        font-size: 16px;
        padding-bottom: 15px;
    }

    .recruitment .showMore em {
        color: #333;
        margin-bottom: 5px;
        font-size: 18px;
    }

    .recruitment .showMore .view_more {
        width: 150px;
        height: 45px;
        border-radius: 25px;
        font-size: 16px;
        margin-top: 10px;
    }
}

@media(max-width:768px) {
    .recruitment .showMore {
        flex-direction: column;
    }

    .recruitment .txts {
        width: 100%;
    }

    .recruitment .showMore .view_more {
        width: 130px;
        height: 42px;
        border-radius: 25px;
        font-size: 14px;
        margin-top: 20px;
    }

    .recruitment .showMore {
        font-size: 14px;
        line-height: 26px;
        padding-top: 15px;
    }

    .recruitment .showMore em {
        margin-bottom: 5px;
        font-size: 16px;
    }

    .recruitment .con {
        font-size: 14px;
        padding-bottom: 10px;
    }

    .recruitment ul li {
        margin-right: 15px;
        padding-left: 15px;
    }

    .recruitment .j_name {
        font-size: 18px;
        line-height: 28px;
    }

    .recruitment .inner {
        padding: 20px 20px 20px 20px;
        margin-bottom: 20px;
    }

    .recruitment .headerbox {
        flex-direction: column;
    }

    .recruitment .j_name {
        margin-bottom: 5px;
    }

}

@media(max-width:570px) {
    .recruitment {
        padding: 20px 0px 30px;
    }
    .recruitment ul{
        flex-direction: column;
        align-items: flex-start !important;
        justify-content: flex-start;
    }
    .recruitment .con li{
        border-left: 1px solid transparent;
        padding-left: 0;
        margin-bottom: 8px;
    }
    .recruitment .headerbox {
        margin-bottom: 8px;
    }
    .recruitment .inner {
        padding: 10px 10px 10px 10px;
        margin-bottom: 15px;
    }
}