@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: 290px;
    margin: 0 auto;
    font-family: Montserrat-Light;
}

h1 {
    font-weight: unset;
}

em {
    font-style: normal;
}

img {
    max-width: 100%;
}

i {
    font-stretch: normal;
    font-style: normal;
}

li {
    list-style: none;
}

a {
    color: #333;
    text-decoration: none;
}

h2 {
    font-weight: normal;
}

.clear {
    clear: both;
}

.white {
    color: #fff !important;
}

.headersafe {
    max-width: 1750px;
    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);
    }
}


.safe {
    max-width: 1400px;
    width: calc(100% - 120px);
    margin: 0 auto;
    color: #888888;
}

@media screen and (max-width:999px) {
    .safe {
        width: calc(100% - 50px);
    }
}

@media screen and (max-width:768px) {
    .safe {
        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;
}



/* 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: 53px;
    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 {
    width: 90px;
    margin-left: 15px;
    margin-right: 10px;
}


.column ul li:hover .imgbox {
    background-color: #888e97;
}

.column ul li .tiaozhuan {
    width: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 53px;
}

.column ul li a {
    height: 100%;
}

.column ul li .imgbox {
    width: 53px;
    height: 53px;
    background-color: #0c41c7;
    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 .tiaozhuan:hover {
    color: #0c41c7;
}

.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;
    }

    .column ul li {
        height: 50px;
        min-width: 50px;
    }
}

@media(max-width:1333px) {


    .column .wechat .erweima,
    .column .whatsapp .erweima {
        position: absolute;
        width: 100px;
        height: 100px;
        top: -10px;
        right: 70px;
        display: none;
        cursor: pointer;
    }

    .column ul li {
        height: 50px;
        min-width: 50px;
    }
}

@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%;
        background-color: transparent;
    }

    .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: #272f88;
    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: #272f88;
    content: "";
    border-radius: 20px;
    transition-duration: 0.5s;
}

.navbar-toggle .icon:after {
    left: 0;
    position: absolute;
    top: 9px;
    height: 1px;
    width: 25px;
    background-color: #272f88;
    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: #166296;
    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%;
    }
}



header {
    /* padding: 20px 0px 0px 0px; */
    width: 100%;
    align-items: center;
    /* height: 135px; */
    height: 148px;
    padding-top: 23px;
    background-color: #ffffff;
    box-shadow: 0px 1px 16px 0px rgba(0, 0, 0, 0.06);

    position: fixed;
    z-index: 10000;
    /* max-width: 1920px; */
}

header>.safe {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .leftbox {
    transform: translateY(-10px);
    width: 196px;
}

header .rightbox {
    display: flex;
    flex-direction: column;
}

header .rightbox .topbox {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 19px;
     align-items: center;
}

header .rightbox .topbox .dis {
    display: flex;
    align-items: center;
    margin-right: 18%;
}

header .rightbox .topbox .dis .daohang2 {
    position: relative;
}

header .rightbox .topbox .dis .daohang2 ul {
    position: absolute;
    top: 100%;
    left: 0;
    transition: none;
    display: flex;
    flex-direction: column;
    transition: none;
    min-width: 180px;
    width: max-content;
    word-break: break-all;
    max-width: 300px;
    background-color: #ffffff;
    box-shadow: 1px 1px 31px 0px rgba(0, 0, 0, 0.03);
    background-color: #fff !important;
    z-index: 10;

    font-family: OpenSans-Regular;
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    display: none;
}

header .rightbox .topbox .dis .daohang2 ul a {
    display: block;
    background-color: #ffffff;
    position: relative;
    padding: 10px 25px 10px 25px;
    transition: none;
}

header .rightbox .topbox .dis .daohang2 ul li {
    transition: none;
}


header .rightbox .topbox .dis .daohang2,
header .rightbox .topbox .dis .lanauage {
    margin-right: 20px;

    font-family: Montserrat-Medium;
    font-size: 16px;
    line-height: 38px;
    color: #666666;
}

header .rightbox .topbox .dis .daohang2 a,
header .rightbox .topbox .dis .lanauage a {
    color: #666;
}

header .rightbox .topbox .dis .lanauage {
    margin-right: 16px;
}

header .rightbox .topbox .dis .daohang2:nth-of-type(1) {
    margin-right: 33px;
}

header .rightbox .topbox .dis .daohang2:nth-of-type(2) {
    margin-right: 43px;
}

header .rightbox .topbox .dis .active>a {
    color: #012fa7;
    text-decoration: underline;
}


header .rightbox .topbox .dis .daohang2:hover>a,
header .rightbox .topbox .dis .daohang2 .active_title {
    color: #012fa7;
    text-decoration: underline;
}

header .rightbox .topbox .dis .daohang2 ul a:hover {
    color: #012fa7;
}

header .rightbox .topbox .dis .active2>a {
    color: #012fa7;
}

header .rightbox .topbox .dis .lanauage {
    position: relative;
    transition: none;
    cursor: pointer;
    display: flex;
    align-items: center;
}

header .rightbox .topbox .dis .lanauage img {
    margin-right: 10px;
    width: 27px;
    height: 14px;
}

header .rightbox .topbox .dis .lanauage .lanbox:hover>i {
    color: #012fa7;
}

header .rightbox .topbox .dis .lanauage .lanbox:hover>a {
    color: #012fa7;
}

/* header .rightbox .lanauage .lanbox .fanzhuan {
    transform: rotate(180deg) !important;
} */

header .rightbox .topbox .dis .lanauage .silde-down {
    transition: none;
    display: none;
    position: absolute;
    top: 100%;
    left: -4px;
    background-color: #fff !important;
    text-align: left;
    min-width: 100px;
    width: 120px;
    max-width: 200px;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
    z-index: 10;

}

header .rightbox .topbox .dis .lanauage .silde-down li {
    padding-left: 4px;
    line-height: 26px;
}

header .rightbox .topbox .dis .lanauage .silde-down li:hover {
    background-color: #023692;
}

header .rightbox .topbox .dis .lanauage .silde-down li:hover a {
    color: #fff;
}

header .rightbox .topbox .login {
    width: 173px;
    height: 34px;
    border-radius: 30px;
    /*  border: solid 1px #0c41c7;*/
    font-family: Montserrat-Medium;
    font-size: 16px;
    line-height: 38px;
    color: #0c41c7;
    display: flex;
    align-items: center;
    justify-content: center;
    /*font-weight: bold;*/
}

header .rightbox .topbox .login:hover {
    color: #fff;
    border: 1px solid #fff;
    background-color: #0c41c7;
}

header .rightbox .bottombox {
    display: flex;
}

header .rightbox .bottombox>ul {
    display: flex;
    align-items: center;
}

header .rightbox .bottombox ul li {
    position: relative;
}

header .rightbox .bottombox>ul>li>a {
    padding: 10px 42px 35px 42px;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}

header .rightbox .bottombox a {
    font-family: Montserrat-Medium;
    font-size: 16px;
    color: #808080;
    /*font-weight: bold;*/
}


header .rightbox .bottombox>ul>li:hover>a {
    color: #0d44d1;
}

header .rightbox .bottombox>ul>li:hover>a:after {
    content: "";
    width: 69px;
    height: 3px;
    background-color: #0d44d1;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    margin: 0 auto;
}

/* active */
header .rightbox .active_title>a {
    color: #0d44d1;
}

header .rightbox .active_title>a::after {
    content: "";
    width: 69px;
    height: 3px;
    background-color: #0d44d1;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}


header .rightbox .searchbox {
    position: relative;
    display: flex;
    justify-content: center;
    padding-top: 13px;
}

header .rightbox .searchbox i {
    font-weight: bold;
    cursor: pointer;
}

header .rightbox .searchbox i:hover {
    color: #0d44d1;
}

/* header .rightbox .searchbox .searchwrap {
    position: absolute;
    top: 100%;
    display: block;
    background-color: pink;
} */

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: 220px;
    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: #0086d6;
}

header .rightbox .searchbox .submit {
    position: absolute;
    top: 25px;
    right: 16px;
    width: 30px;
    height: 38px;
    z-index: 2;
    opacity: 0;
    cursor: pointer;
}

/* product_daohang */
.product_daohang {
    position: absolute;
    top: 99%;
    width: 100%;
    padding: 26px 0px 36px;
    background-color: #fff;
    border-bottom: 3px solid #0d43cf;
    display: none;
    transition: none;
}

.product_daohang {}

.product_daohang .safe {
    display: flex;
    justify-content: space-between;
}

.product_daohang .safe .opht {
    width: 50%;
    padding-left: 8%;
}

.product_daohang .safe .dental {
    width: 50%;
    padding-left: 2%;
}

.product_daohang .pro_title {
    font-family: Montserrat-Medium;
    font-size: 24px;
    line-height: 32px;
    color: #808080;
    margin-bottom: 18px;
}

.product_daohang .pro_title>a {
    color: #808080;
}

.product_daohang .pro_title>a:hover {
    color: #333;
}

.product_daohang li a {
    font-family: Montserrat-Regular;
    font-size: 14px;
    line-height: 26px;
    color: #808080;
    padding: 5px 0px 7px 0px;
    display: block;
}

.product_daohang li a:hover {
    color: #0c41c7;
}



/* erji sanji siji */
/* yiji */

header .rightbox .menubox>li ul {
    position: absolute;
    top: 100%;
    left: 0;
    /* display: flex; */
    flex-direction: column;
    transition: none;
    /* min-width: 180px;
    width: max-content; */
    padding-right: 20px;
    /* word-break: break-all;*/
    width: 300px;
    background-color: #ffffff;
    box-shadow: 1px 1px 31px 0px rgba(0, 0, 0, 0.03);
    transition: none;
}

header .rightbox .menubox>li:last-child ul {
    left: -60px;
}

header .rightbox .menubox>li ul li:hover>a {
    color: #0d44d1;
}

header .rightbox .active_li a {
    color: #0d44d1;
}

header .rightbox .menubox li>ul>li {
    transition: none;
}

header .rightbox .menubox li>ul>li>a {

    display: block;
    background-color: #ffffff;
    position: relative;
    padding: 15px 30px 15px 30px;
    transition: none;
}

header .rightbox .menubox li>ul>li>ul {
    position: absolute;
    left: 100%;
    top: 0px;
    display: none;
    flex-direction: column;
    transition: none;
    transition: none;
}

header .rightbox .menubox li>ul>li>ul>li>ul {
    left: 100%;
    transition: none;
}




header .rightbox .menubox>li ul {
    transition: none;
    padding: 18px 0px;
    left: 13%;
    /* height: auto !important; */
}

header .menubox ul {
    translate: none;
    display: none;
    /* background-color: #fac */
}


header .safe .leftbox img {
    width: 196px;
}

@media(max-width:1600px) {
    header {
        padding: 5px 0px;
        height: auto;
    }

    header .safe .leftbox img {
        width: 170px;
    }

    header .rightbox .topbox {
        margin-bottom: 5px;
    }

    header .rightbox .bottombox>ul>li>a {
        padding: 10px 20px 20px 20px;
    }

    header .rightbox .bottombox a {
        font-size: 16px;
    }

    header .rightbox .topbox .login {
        width: 150px;
        height: 30px;
        /*border-radius: 6px;*/
        font-size: 14px;
        line-height: 38px;
    }

    header .rightbox .topbox {
        align-items: center;
    }

    header .rightbox .topbox .dis p,
    header .rightbox .topbox .dis .lanauage {
        margin-right: 18px;
        font-size: 14px;
        line-height: 38px;
    }

    header .rightbox .topbox .dis {
        margin-right: 20px;
    }

    header .rightbox .active_title>a::after {
        content: "";
        width: 60px;
        height: 2px;
        background-color: #0d44d1;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0 auto;
    }

    header .leftbox {
        transform: translateY(0px);
    }

    header .rightbox .topbox .dis .daohang2 ul {
        font-size: 16px;
    }

    header .rightbox .topbox .dis .daohang2 ul a {
        padding: 6px 20px;
    }

    .product_daohang .pro_title {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 12px;
    }

    .product_daohang li a {
        font-size: 16px;
        line-height: 30px;
        padding: 7px 0px 7px 0px;
    }

    header .rightbox .searchbox .sea {
        right: 0;
        width: 200px;
    }

    header .rightbox .topbox .dis {
        margin-right: 21%;
    }

}

@media(max-width:1333px) {
    header .safe .leftbox img {
        width: 130px;
    }

    header .rightbox .topbox {
        margin-bottom: 0px;
    }

    header .rightbox .bottombox a {
        font-size: 14px;
    }

    header .rightbox .bottombox>ul>li>a {
        padding: 10px 15px 15px 15px;
    }

    header .rightbox .searchbox i {
        font-size: 14px;
    }

    header .rightbox .topbox .dis {
        margin-right: 0px;
    }

    header .rightbox .topbox .dis .daohang2 ul {
        font-size: 14px;
    }

    header .rightbox .topbox .dis .daohang2,
    header .rightbox .topbox .dis .lanauage {
        font-size: 14px;
    }

    header .rightbox .topbox .dis .daohang2 ul a {
        padding: 6px 14px;
    }

    .product_daohang {
        padding: 30px 0px;
    }

    .product_daohang .pro_title {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 8px;
    }

    .product_daohang li a {
        font-size: 14px;
        line-height: 24px;
        padding: 6px 0px 6px 0px;
    }

    header .rightbox .searchbox .sea {
        right: 0;
        width: 180px;
    }

    header .rightbox .topbox .dis {
        margin-right: 25%;
    }
}

@media (max-width: 1100px) {
    header .rightbox .bottombox>ul>li>a {
        padding: 10px 10px 15px 10px;
    }

    header .rightbox .topbox .dis {
        margin-right: 27%;
    }
}

@media(max-width:999px) {
    header .rightbox .bottombox {
        display: none;
    }

    header .rightbox .topbox .login {
        display: block;
        text-align: center;
        line-height: 30px;
        margin-right: 10px;
    }


    header .rightbox .topbox .dis .daohang2 {
        display: none;
    }

    header .rightbox {
        width: 50%;
    }
}

@media(max-width:768px) {
    header .safe .leftbox img {
        width: 110px;
    }
}

@media(max-width:570px) {
    header .safe .leftbox img {
        width: 100px;
    }
}

@media(max-width:400px) {
    header .safe .leftbox img {
        width: 90px;
    }
}








/* index_banner */

.index_banner {
    margin-top: 148px;
    position: relative;
    overflow: hidden;

    height: 0;
}

.index_banner .btnbox {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 100%;
}

.index_banner .btnbox i {
    width: 50px;
    height: 50px;
    border: solid 1px rgba(255, 255, 255, .5);
    color: #fff;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    position: absolute;
    cursor: pointer;
}

.index_banner .btnbox i:hover {
    background-color: #166296;
    border: 1px solid #166296;
}

.index_banner .btnbox .banner_swiper-prev {
    left: 3%;
}

.index_banner .btnbox .banner_swiper-next {
    right: 3%;
}

.index_banner .swiper img {
    display: block;
    /* width: 100%; */

}

.index_banner .swiper {
    width: 100%;
    height: 100%;
}

.index_banner .swiper-slide {
    position: relative;
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.index_banner .swiper-slide .play_video {
    position: absolute;
    right: 12.3%;
    bottom: 47%;
}

.index_banner .swiper-slide .video {
    cursor: pointer;
}

.index_banner .swiper-slide .video:hover img {
    transform: scale(1.1);
}

.index_banner .swiper-slide .safe {
    position: absolute;
    top: 50%;
    transform: translateY(-52.4%);
}

.index_banner .swiper-slide video {
    width: 100%;
}

.index_banner .swiper-slide .tex-right {
    display: flex;
    justify-content: flex-end;
    text-align: right;
}

.index_banner .tex-right .new_title_lanse {
    display: flex;
    justify-content: flex-end;
}

.index_banner .tex-right .new_content {
    padding-right: 0;
}

.index_banner .swiper-slide .banner_wrap {
    z-index: 10;
    width: 47%;
}

.index_banner .swiper-slide .banner_wrap .title {
    font-size: 64px;
    color: #fff;
    font-family: Montserrat-Medium;
    margin-bottom: 14px;
    width: 80%;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index_banner .swiper-slide .banner_wrap .title a {
    color: #fff;
}

.index_banner .swiper-slide .banner_wrap .title a:hover {
    text-decoration: underline;
}

.index_banner .swiper-slide .banner_wrap .content {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;

    margin-bottom: 40px;
    font-family: OpenSans-Light;
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
}

.index_banner .swiper-slide .banner_wrap .view_more {
    width: 226px;
    height: 61px;
    border: solid 1px #ffffff;
    font-family: OpenSans-Light;
    font-size: 16px;
    line-height: 38px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.index_banner .swiper-slide .banner_wrap .view_more:hover {
    background-color: #fff;
    color: #012fa7;
    border: 1px solid #fff;
}

.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%;
    background: #000;
}

.index_banner .swiper-pagination-bullet {
    display: inline-block;
    border-radius: unset;
    width: 12px;
    height: 12px;
    background-color: #ffffff;
    border-radius: 50%;
    opacity: 1;
}

/*.index_banner .swiper-pagination-bullet-active {
    opacity: 1;
    width: 22px;
    height: 6px;
    background-color: #023692;
    border-radius: 2px;
}


.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 .swiper-pagination-bullet {
    background-color: #ffffff;
    opacity: 1;
}

.index_banner .swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #023692;
}


/* page_banner */
.page_banner {
    padding-top: 148px;
    height: 0;
    padding-bottom: 23.24%;
    position: relative;
    display: flex;
    justify-content: center;
}

.page_banner22 {
    padding-top: 148px;
    height: 0;

    position: relative;
    display: flex;
    justify-content: center;
}

.page_banner img {
    display: block;
}

.page_banner .bg {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: -1;
}

.page_banner .safe {
    background-color: transparent;
    position: absolute;
    display: flex;
    justify-content: space-between;
}

.page_banner .leftbox {
    width: 45%;
}

.page_banner .rightbox {
    width: 49.5%;
}

.page_banner .download_catelog {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 221px;
    height: 52px;
    background-color: #0536b0;
    border-radius: 26px;
    font-family: Montserrat-Light;
    font-size: 18px;
    line-height: 38px;
    color: #ffffff;
}

.page_banner .title {
    font-family: Montserrat-Medium;
    font-size: 24px;
    line-height: 32px;
    color: #000;
    padding-top: 13%;
    margin-bottom: 2.4%;


}

.page_banner .type {
    font-family: Montserrat-Regular;
    font-size: 24px;
    line-height: 32px;
    color: #333333;
    margin-bottom: 0.9%;
    font-weight: bold;

    /*  display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;*/
}

.page_banner .content {
    font-weight: bold;
    font-family: Montserrat-Regular;
    font-size: 20px;
    line-height: 38px;
    color: #666666;
    margin-bottom: 2.6%;

    /*  display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;*/
}

.page_banner .content1 {
    font-family: Montserrat-Light;
    font-size: 14px;
    line-height: 26px;
    color: #262626;
    width: 91%;
}

.page_banner .download_catelog:hover {
    background-color: #fff;
    color: #0536b0;
    border: 1px solid #0536b0;
}

.page_banner .rightbox {
    padding-top: 1.7%;
}

.page_banner .rightbox img {
    /* height: 100%; */
    position: absolute;
    display: block;
}


/* crumb */
.crumb {
    /* padding-top: 16px; */
    padding-top: 36px;
    padding-bottom: 18px;
}

.crumb a {
    font-family: Montserrat-Medium;
    font-size: 14px;
    line-height: 26px;
    color: #888888;
}

.crumb a:hover {
    /*text-decoration: underline;*/
    color: #000;
}

.crumb .active {
    /*text-decoration: underline;*/
    color: #000;
}

@media(max-width:1900px) {
    .page_banner .rightbox img {
        height: 100%;
    }

    .page_banner .rightbox img {
        width: 38%;
        height: auto;
    }
}

@media(max-width:1700px) {
    .page_banner .title {
        font-size: 30px;
        line-height: 38px;
        padding-top: 18%;
        margin-bottom: 2.4%;
    }

}

@media(max-width:1600px) {
    .index_banner {
        padding-top: 100px;
    }

    .index_banner .swiper-slide .banner_wrap .title {
        font-size: 50px;
        margin-bottom: 15px;
    }

    .index_banner .swiper-slide .banner_wrap .content {
        margin-bottom: 20px;
    }

    .index_banner .swiper-slide .banner_wrap .view_more {
        width: 200px;
        height: 54px;
        font-size: 16px;
        line-height: 38px;
    }

    .page_banner {
        padding-top: 103px;
        height: 0;
        padding-bottom: 23.4%;
    }

    .page_banner .rightbox {
        display: flex;
        justify-content: flex-end;
    }

    .page_banner .rightbox img {
        width: 38%;
        height: auto;
    }

    .page_banner .title {
        font-size: 26px;
        line-height: 35px;
        padding-top: 13%;
        margin-bottom: 2.4%;
    }

    .page_banner .type {
        font-size: 42px;
        line-height: 38px;
        margin-bottom: 1%;
    }

    .page_banner .content {
        font-size: 18px;
        line-height: 36px;
        margin-bottom: 2%;
    }

    .page_banner .download_catelog {
        width: 200px;
        height: 50px;
        border-radius: 26px;
        font-size: 16px;
        line-height: 38px;
    }

    .index_banner .swiper-slide .play_video {
        width: 90px;
    }
}

@media(max-width:1333px) {
    .index_banner {
        padding-top: 92px;
    }

    .index_banner .swiper-slide .banner_wrap .title {
        width: 100%;
        font-size: 40px;
    }

    .index_banner .swiper-slide .banner_wrap {
        z-index: 10;
        width: 55%;
    }

    .index_banner .swiper-slide .banner_wrap .view_more {
        width: 190px;
        height: 49px;
        font-size: 16px;
        line-height: 38px;
    }

    .page_banner {
        padding-top: 92px;
        height: 0;
        padding-bottom: 23.4%;
    }

    .page_banner .title {
        font-size: 22px;
        line-height: 38px;
        padding-top: 6%;
        margin-bottom: 2.4%;
    }

    .page_banner .type {
        font-size: 38px;
        line-height: 35px;
        margin-bottom: 1%;
    }

    .page_banner .content {
        font-size: 16px;
        line-height: 34px;
        margin-bottom: 2%;
    }

    .page_banner .download_catelog {
        width: 165px;
        height: 45px;
        border-radius: 26px;
        font-size: 14px;
        line-height: 38px;
    }

    .index_banner .swiper-slide .play_video {
        width: 80px;
    }
}

@media(max-width:999px) {
    .index_banner {
        padding-top: 64px;
    }

    .index_banner .swiper-slide .banner_wrap .title {
        display: none;
    }

    .index_banner .swiper-slide .banner_wrap .content {
        display: none;
    }

    .index_banner .swiper-slide .banner_wrap {
        width: 100%;
        display: flex;
        justify-content: flex-start;
    }

    /* .index_banner .safe{
        display: none;
    } */

    .page_banner {
        display: none;
    }

    .crumb {
        padding-top: 70px;
    }

    .crumb a {
        font-size: 14px;
        line-height: 26px;
    }

    .index_banner .swiper-slide .banner_wrap {
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .index_banner .swiper-slide .banner_wrap .view_more {
        display: none;
    }

    .index_banner .swiper-slide .play_video {
        width: 70px;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        margin: auto;
        bottom: 0;
    }
}

@media(max-width:768px) {
    .crumb {
        padding-top: 60px;
    }

    .index_banner .swiper-slide .banner_wrap .view_more {
        width: 170px;
        height: 45px;
        font-size: 14px;
        line-height: 38px;
    }

    .index_banner .swiper-slide .play_video {
        width: 60px;
    }
}

@media(max-width:570px) {
    .crumb {
        padding-top: 55px;
    }

    .index_banner .swiper-slide .play_video {
        width: 40px;
    }
}







/* 1-1 index */

/* index_mediworks */
.index_top {
    background: linear-gradient(#fff, #f4f4f5);
}

.index_mediworks {
    padding: 63px 0px 57px 0px;
    position: relative;
    /* background: linear-gradient(#ffffff,#f7f8f8,to bottom); */

}

.index_mediworks .bgnum {
    font-family: Montserrat-Bold;
    font-size: 187px;
    color: #333333;
    opacity: 0.12;
    position: absolute;
    left: 0;
    bottom: -10%;
    -webkit-text-stroke: 1px #333;
    color: transparent;
    font-weight: bold;
}

.index_mediworks .safe {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.index_mediworks .leftbox {
    width: 56%;
    padding-top: 43px;
}

.index_mediworks .leftbox .title {
    font-family: Montserrat-Medium;
    font-size: 52px;
    line-height: 60px;
    color: #333333;

}


.index_mediworks .leftbox .title a {
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index_mediworks .leftbox .title span {
    color: #0536b0;
}

.index_mediworks .leftbox .title a:hover {
    color: #0536b0;
}

.index_mediworks .leftbox .small_title {
    font-family: Montserrat-Medium;
    font-size: 22px;
    line-height: 28px;
    color: #343434;
    padding: 20px 0px 17px 0px;
}

.index_mediworks .leftbox .content {
    font-family: Montserrat-Light;
    font-size: 18px;
    line-height: 32px;
    color: #333333;
    margin-bottom: 26px;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index_mediworks .leftbox .view_more {
    font-family: OpenSans-Light;
    /*text-decoration: underline;*/
    font-size: 16px;
    line-height: 38px;
    color: #0536b0;
}

.index_mediworks .leftbox .view_more:hover {
    color: #333;
}

.index_mediworks .rightbox {
    width: 40.3%;
    position: relative;
    cursor: pointer;
    padding: 11px 10px 11px 9px;
    box-sizing: content-box;

    background-color: rgba(5, 54, 176, .15);
    box-shadow: 1px 3px 12px 0px rgba(0, 0, 0, 0.09);
}

.index_mediworks .rightbox .video2 {
    position: relative;
}

.index_mediworks .rightbox video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
}

.index_mediworks .rightbox .box-video video {

    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.index_mediworks .rightbox img {
    display: block;

}

.index_mediworks .rightbox:hover .play {
    transform: rotate(90deg);
}

.index_mediworks .rightbox .play {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

@media(max-width:1600px) {
    .index_mediworks {
        padding: 50px 0px;
    }

    .index_mediworks .leftbox {
        width: 50%;
        padding-top: 0;
    }

    .index_mediworks .safe {
        align-items: center;
    }

    .index_mediworks .leftbox .title {
        font-size: 32px;
        line-height: 42px;
    }

    .index_mediworks .bgnum {
        font-size: 130px;
    }

    .index_mediworks .leftbox .content {
        font-size: 16px;
        line-height: 32px;
        margin-bottom: 20px;
    }

    .index_mediworks .rightbox .play {
        width: 100px;
    }
}

@media(max-width:1333px) {
    .index_mediworks .rightbox .play {
        width: 90px;
    }

    .index_mediworks .leftbox .title {
        font-size: 30px;
        line-height: 38px;
    }

    .index_mediworks .leftbox {
        width: 52%;
        padding-top: 0;
    }

    .index_mediworks .leftbox .small_title {
        font-size: 18px;
        line-height: 22px;
        padding: 10px 0px 10px 0px;
    }

    .index_mediworks .bgnum {
        font-size: 100px;
        opacity: 0.12;
        left: 0;
        bottom: -2%;
    }
}

@media(max-width:999px) {
    .index_mediworks {
        padding: 40px 0px;
    }

    .index_mediworks .rightbox .play {
        width: 80px;
    }

    .index_mediworks .leftbox .title {
        font-size: 26px;
        line-height: 36px;
    }

    .index_mediworks .leftbox .small_title {
        font-size: 16px;
        line-height: 20px;
        padding: 8px 0px 8px 0px;
    }

    .index_mediworks .safe {
        flex-direction: column;
    }

    .index_mediworks .leftbox {
        width: 100%;
        padding-top: 0;
        margin-bottom: 20px;
    }

    .index_mediworks .rightbox img {
        width: 100%;
        object-fit: cover;
    }

    .index_mediworks .rightbox {
        width: 70%;
        padding: 8px;
        background-color: rgba(5, 54, 176, .15);
        box-shadow: 1px 3px 12px 0px rgba(0, 0, 0, 0.09);
    }

    .index_mediworks .bgnum {
        display: none;
    }
}

@media(max-width:768px) {
    .index_mediworks .rightbox .play {
        width: 60px;
    }

    .index_mediworks .leftbox .title {
        font-size: 24px;
        line-height: 28px;
    }

    .index_mediworks .leftbox .content {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 15px;
    }

    .index_mediworks .leftbox .view_more {
        font-size: 14px;
        line-height: 27px;
    }

    .index_mediworks .rightbox {
        width: 85%;
        padding: 6px;
    }
}

@media(max-width:570px) {
    .index_mediworks {
        padding: 30px 0px;
    }

    .index_mediworks .rightbox .play {
        width: 40px;
    }

    .index_mediworks .leftbox .title {
        font-size: 20px;
        line-height: 24px;
    }

    .index_mediworks .leftbox .small_title {
        font-size: 16px;
        line-height: 18px;
        padding: 5px 0px 5px 0px;
        /* text-align: center; */
    }

    .index_mediworks .rightbox {
        width: 95%;
        padding: 6px;
    }
}

@media(max-width:400px) {
    .index_mediworks .rightbox {
        width: 100%;
        padding: 4px;
    }
}






/* index_btnbox */
.index_btnbox {
    /* background-color: #f7f8f8; */
    padding: 50px 0px 3px;
}

.index_btnbox .safe {
    display: flex;
    /* justify-content: space-between; */
}

.index_btnbox .safe a {
    width: 49.4%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Montserrat-Light;
    font-size: 18px;
    line-height: 36px;
    color: #333;
    height: 117px;
    background-color: #fff;
    margin-right: 1%;
}

.index_btnbox .safe a:nth-child(2n) {
    margin-right: 0;
}

.index_btnbox .safe img {
    margin-right: 10px;
}

.index_btnbox .safe a:hover {
    background-color: #0536b0;
    color: #fff;
}

@media(max-width:1600px) {
    .index_btnbox {
        padding-top: 30px;
    }

    .index_btnbox .safe a {
        width: 49.4%;
        font-size: 18px;
        height: 90px;
        margin-right: 1%;
        line-height: unset;
    }

    .index_btnbox .safe .eyebtn img {
        width: 40px;
    }

    .index_btnbox .safe .touchbox img {
        width: 26px;
    }
}

@media(max-width:1333px) {
    .index_btnbox {
        padding-top: 0;
    }

    .index_btnbox .safe a {
        width: 49.4%;
        font-size: 16px;
        line-height: 36px;
        height: 70px;
        margin-right: 1%;
    }

    .index_btnbox .safe .eyebtn img {
        width: 35px;
    }

    .index_btnbox .safe .touchbox img {
        width: 20px;
    }

}

@media(max-width:999px) {
    .index_btnbox .safe a {
        width: 49.4%;
        font-size: 16px;
        height: 60px;
        margin-right: 1%;
    }
}

@media(max-width:768px) {
    .index_btnbox .safe a {
        width: 49.4%;
        font-size: 14px;
        height: 50px;
        margin-right: 1%;
    }

    .index_btnbox .safe .eyebtn img {
        width: 28px;
    }

    .index_btnbox .safe .touchbox img {
        width: 18px;
    }
}

@media(max-width:570px) {

    .index_btnbox .safe {
        justify-content: center;
        flex-wrap: wrap;
        /* margin-bottom: 10px; */
    }
}

@media(max-width:400px) {
    .index_btnbox .safe a {
        width: 100%;
        font-size: 14px;
        height: 50px;
        margin-right: 0%;
        margin-bottom: 10px;
    }
}





/* index_titlebox */

.index_titlebox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 46px;
}

.index_titlebox .title {
    font-family: Montserrat-Medium;
    font-size: 52px;
    line-height: 60px;
    color: #000;
}

.index_titlebox .title em {
    color: #0536b0;
    font-style: normal;
}

.index_titlebox .title a {
    color: #000;
}

.index_titlebox .title a:hover {
    color: #0536b0;
}

.index_titlebox .view_more {
    font-family: OpenSans-Light;
    font-size: 16px;
    line-height: 38px;
    color: #0536b0;
}

.index_titlebox .view_more:hover {
    text-decoration: underline;
}


/* index_ophthalmic */
.index_ophthalmic {
    padding: 50px 0px 64px;
    background-color: #f3f3f3;
}

.index_ophthalmic .safe {}

.index_ophthalmic .ophthalmicbox {
    position: relative;
}

.index_ophthalmic .ophthalmicbox .ophthalmic_mySwiper {
    box-sizing: content-box;
    padding: 3px 0px 50px 0px;


    /* clip-path: polygon(0% 0%, 120% -10%, 100% 110%, 0% 100%); */
}

.index_ophthalmic .swiper-pagination-bullet {
    display: inline-block;
    border-radius: unset;
    width: 12px;
    height: 12px;
    background-color: #ffffff;
    border-radius: 50%;
    opacity: 1;
}

.index_ophthalmic .swiper-pagination-bullet {
    background-color: #ffffff;
    opacity: 1;
}

.index_ophthalmic .swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #023692;
}


.index_ophthalmic .ophthalmicbox .swiper-slide {
    background-color: #ffffff;
    border: solid 1px #edeef0;
    position: relative;
    height: auto;
}

.index_ophthalmic .ophthalmicbox .swiper-slide .hoverpic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
}

.index_ophthalmic .ophthalmicbox .swiper-slide:hover {
    /* transition: box-shadow linear .5 ; */
    box-shadow: 4px 4px 20px 0px rgba(210, 210, 214, 0.75);
    border: solid 1px #edeef0;
}

.index_ophthalmic .ophthalmicbox .swiper-slide:hover .hoverpic {
    opacity: 1;
}

.index_ophthalmic .ophthalmicbox .btnbox {
    position: absolute;
    z-index: 10;
    top: 50%;
    transform: translateY(-50%);
    width: 117%;
    left: -8.5%;
    display: flex;
    justify-content: space-between;
    display: none !important;


}

.index_ophthalmic .ophthalmicbox .btnbox i {
    width: 61px;
    height: 61px;
    background-color: rgba(5, 54, 176, .1);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0536b0;
    font-weight: bold;
    cursor: pointer;
}

.index_ophthalmic .ophthalmicbox .btnbox i:hover {
    background-color: #0536b0;
    color: #fff;
}

.index_ophthalmic .ophthalmicbox .contact {
    padding: 33px 30px 33px 30px;
}

.index_ophthalmic .ophthalmicbox .contact .small_title {
    font-family: Montserrat-Medium;
    font-size: 22px;
    line-height: 28px;
    color: #000;
    margin-bottom: 12px;
    height: 56px;
    overflow: hidden;
}

.index_ophthalmic .ophthalmicbox .contact .small_title a {
    /*display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;*/
    color: #000;
}

.index_ophthalmic .ophthalmicbox .contact .small_title a:hover {
    color: #023692;
}

.index_ophthalmic .swiper .imgbox {
    text-align: center;
    overflow: hidden;
}

.index_ophthalmic .swiper .imgbox img:hover {
    transform: scale(1.05);
}

/* .index_ophthalmic .ophthalmicbox .contact .small_title a{
    color: #333;
}
.index_ophthalmic .ophthalmicbox .contact .small_title a:hover{
    color: #0536b0;
} */
.index_ophthalmic .ophthalmicbox .contact .content {
    font-family: Montserrat-Light;
    font-size: 14px;
    line-height: 26px;
    color: #262626;
    min-height: 45px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media(max-width:1600px) {
    .index_ophthalmic {
        padding: 50px 0px;
    }

    .index_ophthalmic .ophthalmicbox .btnbox {
        z-index: 10;
        top: 50%;
        transform: unset;
        width: 109%;
        left: -4.5%;
        position: unset;
    }

    .index_ophthalmic .ophthalmicbox .btnbox i {
        width: 50px;
        height: 50px;
        border-radius: 50px;
    }

    .index_ophthalmic .ophthalmicbox .ophthalmic_mySwiper {
        width: 100%;
    }

    .index_ophthalmic .ophthalmicbox {
        position: relative;
        display: flex;
        flex-direction: column-reverse;
    }

    .index_ophthalmic .ophthalmicbox .contact {
        padding: 20px;
    }

    .index_ophthalmic .ophthalmicbox .contact .small_title {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 10px;
    }

    .index_titlebox {
        margin-bottom: 30px;
    }

    .index_titlebox .title {
        font-size: 32px;
        line-height: 38px;
    }

    .index_ophthalmic .ophthalmicbox .ophthalmic_mySwiper {
        padding: 10px 0px 40px 0px;
    }

    .index_ophthalmic .ophthalmicbox .btnbox {
        width: 100%;
        justify-content: flex-end;
    }

    .index_ophthalmic .ophthalmicbox .btnbox i:first-child {
        margin-right: 10px;
    }
}

@media(max-width:1333px) {
    .index_titlebox {
        margin-bottom: 25px;
    }

    .index_titlebox .title {
        font-size: 30px;
        line-height: 36px;
    }

    .index_ophthalmic .ophthalmicbox .btnbox {
        z-index: 10;
        top: 50%;
        /*transform: translateY(-50%);*/
        width: 100%;
        left: -0%;
    }


}

@media(max-width:999px) {
    .index_ophthalmic {
        padding: 40px 0px;
    }

    .index_titlebox {
        margin-bottom: 20px;
    }

    .index_titlebox .title {
        font-size: 28px;
        line-height: 34px;
    }

    .index_ophthalmic .ophthalmicbox .ophthalmic_mySwiper {
        padding: 8px 0px 10px 0px;
    }

    .index_ophthalmic .ophthalmicbox .swiper-slide .hoverpic {
        display: none;
    }

    .index_ophthalmic .ophthalmicbox .contact .small_title {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 6px;
        hyphens: auto;
        -ms-hyphens: auto;
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
    }

    .index_ophthalmic .ophthalmicbox .contact {
        padding: 10px 10px 20px 10px;
    }

    .index_ophthalmic .ophthalmicbox .contact .content {
        font-size: 14px;
        line-height: 24px;
        hyphens: auto;
        -ms-hyphens: auto;
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
    }

    .index_ophthalmic .ophthalmicbox .btnbox {
        position: static;
        transform: unset;
        width: 100%;
        justify-content: center;
    }

    /*.index_ophthalmic .ophthalmicbox .btnbox i:nth-of-type(1) {*/
    /*    transform: translateX(-10px);*/
    /*}*/

    /*.index_ophthalmic .ophthalmicbox .btnbox i:nth-of-type(2) {*/
    /*    transform: translateX(10px);*/
    /*}*/
}

@media(max-width:768px) {
    .index_titlebox .title {
        font-size: 24px;
        line-height: 30px;
    }

    .index_ophthalmic .ophthalmicbox .ophthalmic_mySwiper {
        padding: 5px 0px 10px 0px;
    }

    .index_ophthalmic .ophthalmicbox .btnbox i {
        width: 45px;
        height: 45px;
        border-radius: 50px;
        font-size: 14px;
    }

    .index_titlebox .view_more {
        font-family: OpenSans-Light;
        font-size: 14px;
        line-height: unset;
        color: #0536b0;
    }

    .index_ophthalmic .ophthalmicbox .contact .small_title {
        font-size: 16px;
    }
}



@media(max-width:570px) {
    .index_ophthalmic {
        padding: 30px 0px;
    }

    .index_titlebox {
        margin-bottom: 15px;
    }

    .index_titlebox .title {
        font-size: 20px;
        line-height: 24px;
    }

    .index_ophthalmic .ophthalmicbox .ophthalmic_mySwiper {
        padding: 5px 0px 10px 0px;
    }

    .index_ophthalmic .ophthalmicbox .contact .small_title {
        font-size: 14px;
    }

    .index_ophthalmic .ophthalmicbox .btnbox i {
        width: 38px;
        height: 38px;
        border-radius: 50px;
        font-size: 12px;
    }

    .index_ophthalmic .ophthalmicbox .btnbox i:nth-of-type(1) {
        transform: translateX(-4px);
    }

    .index_ophthalmic .ophthalmicbox .btnbox i:nth-of-type(2) {
        transform: translateX(4px);
    }
}

@media(max-width:400px) {
    .index_ophthalmic .ophthalmicbox .swiper-slide .imgbox {
        width: 90%;
        margin: 0 auto;
    }
}

@media(max-width:330px) {
    .index_ophthalmic .ophthalmicbox .swiper-slide .imgbox {
        width: 100%;
        margin: 0 auto;
    }
}






/* index_dental */

.index_dental {
    padding: 69px 0px 80px;
}

.index_dental .dentalbox {
    position: relative;
}

.index_dental .dentalbox .btnbox {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 116%;
    left: -8%;
    display: flex;
    justify-content: space-between;
    display: none !important;
}

.index_dental .dentalbox .btnbox i {
    width: 61px;
    height: 61px;
    background-color: rgba(5, 54, 176, .1);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0536b0;
    font-weight: bold;
    cursor: pointer;
}

.index_dental .dentalbox .btnbox i:hover {
    background-color: #0536b0;
    color: #fff;
}

.index_dental .dental_mySwiper .swiper-slide {
    display: flex;
    justify-content: space-between;
    border: solid 1px #edeef0;
    align-items: center;
    overflow: hidden;
    height: auto;
}

.index_dental .dental_mySwiper .swiper-slide .contact {
    width: 49%;
    padding-left: 8%;
}

.index_dental .dental_mySwiper .swiper-slide .contact .small_title {
    font-family: Montserrat-Medium;
    font-size: 22px;
    line-height: 34px;
    color: #333333;
    margin-bottom: 25px;
    padding-top: 60px;
}

.index_dental .dental_mySwiper .swiper-slide .contact .small_title a {
    color: #000;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index_dental .dental_mySwiper .swiper-slide .contact .small_title a:hover {
    color: #0536b0;
}

.index_dental .dental_mySwiper .swiper-slide .contact .content {
    font-family: Montserrat-Light;
    font-size: 14px;
    line-height: 26px;
    color: #262626;
    margin-bottom: 68px;


}

.index_dental .dental_mySwiper .swiper-slide .contact .content a {
    color: #333;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index_dental .dental_mySwiper .swiper-slide .contact .content a:hover {
    color: #0536b0;
}

.index_dental .dental_mySwiper .swiper-slide .imgbox {
    /* overflow: hidden; */
}

.index_dental .dental_mySwiper .swiper-slide .imgbox img {
    display: block;
}

.index_dental .dental_mySwiper .swiper-slide .imgbox img:hover {
    transform: scale(1.05);
}


.index_dental .dental_mySwiper {
    padding-bottom: 50px;
}

.index_dental .swiper-pagination-bullet {
    display: inline-block;
    border-radius: unset;
    width: 12px;
    height: 12px;
    background-color: #ffffff;
    border-radius: 50%;
    opacity: 1;
}

.index_dental .swiper-pagination-bullet {
    background-color: #ffffff;
    opacity: 1;
}

.index_dental .swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #023692;
}



@media(max-width:1600px) {
    .index_dental {
        padding: 50px 0px;
    }

    .index_dental .dental_mySwiper .swiper-slide .contact .content {
        font-size: 16px;
        line-height: 32px;
        margin-bottom: 0px;
    }

    .index_dental .dental_mySwiper .swiper-slide {
        padding: 15px;
    }

    .index_dental .dental_mySwiper .swiper-slide .contact {
        width: 49%;
        padding-left: 0;
    }

    .index_dental .dental_mySwiper .swiper-slide .contact .small_title {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 15px;
        padding-top: 0px;
    }

    .index_dental .dentalbox .btnbox {
        top: 50%;
        transform: unset;
        width: 100%;
        left: -4.5%;
        position: unset;
        justify-content: flex-end;
        margin-bottom: 10px;
    }

    .index_dental .dentalbox .btnbox i {
        width: 50px;
        height: 50px;
    }

    .index_dental .dentalbox {
        display: flex;
        flex-direction: column-reverse;
    }

    .index_dental .dentalbox .swiper {
        width: 100%;
    }

    .index_dental .dentalbox .btnbox i:first-child {
        margin-right: 10px;
    }
}

@media(max-width:1333px) {
    .index_dental .dental_mySwiper .swiper-slide .imgbox {
        width: 50%;
    }

    .index_dental .dentalbox .btnbox {
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
        left: 0;
    }

    /*.index_dental .dentalbox .btnbox i:nth-of-type(1) {*/
    /*    transform: translateX(-52px);*/
    /*}*/

    /*.index_dental .dentalbox .btnbox i:nth-of-type(2) {*/
    /*    transform: translateX(52px);*/
    /*}*/
}

@media(max-width:999px) {
    .index_dental {
        padding: 40px 0px;
    }

    .index_dental .dentalbox .btnbox {
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
        left: 0;
        position: static;
        transform: unset;
        justify-content: center;
    }

    .index_dental .dental_mySwiper {
        padding-bottom: 40px;
    }

    /*.index_dental .dentalbox .btnbox i:nth-of-type(1) {*/
    /*    transform: translateX(-10px);*/
    /*}*/

    /*.index_dental .dentalbox .btnbox i:nth-of-type(2) {*/
    /*    transform: translateX(10px);*/
    /*}*/

    /* .index_dental .dental_mySwiper .swiper-slide .imgbox img{
        height: 240px;
    } */
    .index_dental .dental_mySwiper {
        margin-bottom: 10px;
    }

    .index_dental .dental_mySwiper .swiper-slide {
        padding: 15px;
        justify-content: space-between;
    }

    .index_dental .dental_mySwiper .swiper-slide .imgbox {
        width: 40%;
    }

    .index_dental .dental_mySwiper .swiper-slide .contact {
        width: 58%;
        padding-left: 0;
    }

    .index_dental .dental_mySwiper .swiper-slide .contact .content {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 0px;
    }
}

@media(max-width:768px) {
    .index_dental .dentalbox .btnbox i {
        width: 45px;
        height: 45px;
        font-size: 14px;
    }

    .index_dental .dental_mySwiper .swiper-slide {
        padding: 10px;
        justify-content: space-between;
    }
}

@media(max-width:570px) {
    .index_dental {
        padding: 30px 0px;
    }

    .index_dental .dental_mySwiper .swiper-slide .imgbox {
        width: 80%;
        margin-bottom: 18px;
    }

    .index_dental .dental_mySwiper .swiper-slide .contact {
        width: 100%;
        padding-left: 0;
    }

    .index_dental .dental_mySwiper .swiper-slide {
        padding: 10px;
        justify-content: space-between;
        flex-direction: column-reverse;
    }

    .index_dental .dental_mySwiper .swiper-slide .contact .small_title {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 8px;
        padding-top: 0px;
    }

    .index_dental .dentalbox .btnbox i:nth-of-type(1) {
        transform: translateX(-4px);
    }

    .index_dental .dentalbox .btnbox i:nth-of-type(2) {
        transform: translateX(4px);
    }

    .index_dental .dentalbox .btnbox i {
        width: 38px;
        height: 38px;
        font-size: 12px;
    }
}









/* index_solutions */
.index_solutions {
    background-color: #2a2a2a;
    display: flex;
    justify-content: space-between;
}

.index_solutions .swiper-slide {
    display: flex;
    justify-content: space-between;
}

.index_solutions .leftbox {
    padding-top: 3.65%;
    width: 49%;
    padding-left: 13%;
}

.index_solutions .leftbox .title {
    font-family: Montserrat-Medium;
    font-size: 52px;
    line-height: 60px;
    color: #ffffff;
    margin-bottom: 54px;
}

.index_solutions .leftbox .title a {
    color: #fff;
}

.index_solutions .leftbox .title a:hover {
    color: #d3d3d3;
}

.index_solutions .leftbox .contact {
    display: flex;
    justify-content: space-between;
    margin-bottom: 32px;
}

.index_solutions .leftbox .contact .eye {
    width: 9%;
}

.index_solutions .leftbox .contact .box {
    width: 90%;
    padding-left: 7.4%;
    padding-right: 3%;
}

.index_solutions .leftbox .contact .box .small_title {
    font-family: Montserrat-Medium;
    font-size: 22px;
    line-height: 32px;
    color: #ffffff;
    margin-bottom: 22px;
    margin-top: 5px;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index_solutions .leftbox .contact .box .content {
    font-family: Montserrat-Light;
    font-size: 18px;
    line-height: 34px;
    color: #ffffff;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index_solutions .leftbox .people_say {
    display: flex;
    margin-bottom: 31px;
}

.index_solutions .leftbox .people_say .people {
    width: 12%;
    margin-right: 1.5%;
}

.index_solutions .leftbox .people_say .people .country {
    /*padding-left: 15px;*/
}

.index_solutions .leftbox .people_say .country {
    font-family: OpenSans-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    margin-bottom: 8px;
}

.index_solutions .leftbox .saybox {
    width: 540px;
    height: 225px;
    background-color: #ffffff;
    box-shadow: 0px 2px 16px 0px rgba(240, 242, 245, 0.8);
    border-radius: 16px;
    position: relative;
    padding: 21px 30px 16px 30px;

}

.index_solutions .leftbox .saybox .yinhao {
    position: absolute;
    left: 3%;
    top: 13%;
}


.index_solutions .leftbox .saybox:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px;
    border-color: transparent rgba(255, 255, 255) transparent transparent;
    position: absolute;
    margin-top: 8px;
    margin-left: -20px;
    left: 0;
}

.index_solutions .leftbox .saybox:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px;
    border-color: transparent #fff transparent transparent;
    position: absolute;
    margin-top: -116px;
    margin-left: -19px;
}




.index_solutions .leftbox .saybox .say_mySwiper {
    /* padding-bottom: 50px; */
    height: 100%;
}

.index_solutions .leftbox .saybox .say_mySwiper .swiper-pagination-bullet {
    width: 14px;
    height: 4px;
    background-color: #bebfc2;
    border-radius: 2px;
    opacity: 1;
}

.index_solutions .leftbox .saybox .say_mySwiper .swiper-pagination-bullet-active {
    opacity: 1;
    width: 22px;
    height: 6px;
    background-color: #023692;
    border-radius: 2px;
}

.index_solutions .leftbox .saybox .say_mySwiper .swiper-pagination {
    text-align: left;
}

.index_solutions .leftbox .saybox .name {
    font-family: Montserrat-Medium;
    font-size: 22px;
    line-height: 32px;
    color: #000;
    margin-bottom: 8px;
}

.index_solutions .leftbox .saybox .content2 {
    padding-left: 15px;
    font-family: Montserrat-Light;
    font-size: 18px;
    color: #262626;
    line-height: 34px;
    position: relative;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index_solutions .leftbox .see_more {
    font-family: Montserrat-Light;
    font-size: 18px;
    line-height: 34px;
    color: #ffffff;
    padding-left: 15%;
}

.index_solutions .leftbox .see_more:hover {
    text-decoration: underline;
}

.index_solutions .rightbox {
    width: 50.45%;
    position: relative;
    cursor: pointer;
}

.index_solutions .rightbox:hover .play {
    transform: rotate(90deg);
}

.index_solutions .rightbox img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.index_solutions .rightbox .video {
    height: 100%;
}

.index_solutions .rightbox .play {
    position: absolute;
    bottom: 5%;
    right: 5%;
    width: 112px;
    height: 112px;
}

.index_solutions .swiper>.swiper-pagination1 {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
}

.index_solutions .swiper>.swiper-pagination1 .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background-color: #bebfc2;
    border-radius: 50%;
    opacity: 1;
}

.index_solutions .swiper>.swiper-pagination1 .swiper-pagination-bullet-active {
    opacity: 1;
    width: 14px;
    height: 14px;
    background-color: #023692;
    border-radius: 50%;
}

@media(max-width:1800px) {
    .index_solutions .leftbox {
        padding-top: 3.65%;
        width: 49%;
        padding-left: 10%;
    }

    .index_solutions .leftbox .contact .box .small_title {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 16px;
        margin-top: 5px;
    }
}

@media(max-width:1600px) {
    .index_solutions .swiper-slide {
        align-items: center;
    }

    .index_solutions .leftbox {
        padding-top: 0%;
        width: 49%;
        padding-left: 2%;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .index_solutions .leftbox .title {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 35px;
    }

    .index_solutions .leftbox .contact .box {
        width: 90%;
        padding-left: 5%;
        padding-right: 0%;
    }

    .index_solutions .leftbox .contact {
        display: flex;
        justify-content: space-between;
        margin-bottom: 28px;
    }

    .index_solutions .leftbox .saybox {
        width: 520px;
        height: 220px;
        border-radius: 16px;
        padding: 18px 30px 18px 30px;
    }

    .index_solutions .leftbox .people_say .people {
        width: 12%;
        margin-right: 15px;
    }

    .index_solutions .rightbox .play {
        bottom: 5%;
        right: 5%;
        width: 100px;
    }
}

@media(max-width:1333px) {
    .index_solutions .leftbox .title {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 30px;
        text-align: center;
    }

    .index_solutions .rightbox .play {
        bottom: 5%;
        right: 5%;
        width: 90px;
    }

    .index_solutions .leftbox .saybox {
        width: 80%;
        height: 220px;
        border-radius: 16px;
        padding: 15px;
    }

    .index_solutions .leftbox .saybox .name {
        font-family: OpenSans-Regular;
        font-size: 18px;
        line-height: 26px;
        color: #333333;
        margin-bottom: 5px;
    }

    .index_solutions .leftbox .saybox {
        width: 80%;
        height: 200px;
        border-radius: 16px;
        padding: 15px;
    }

    .index_solutions .leftbox .saybox .yinhao {
        display: none;
    }
}

@media(max-width:999px) {
    .index_solutions .leftbox .title {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 25px;
    }

    .index_solutions .rightbox .play {
        bottom: 5%;
        right: 5%;
        width: 80px;
    }

    .index_solutions .leftbox .contact .box {
        width: 90%;
        padding-left: 5%;
        padding-right: 2%;
    }

    .index_solutions .swiper-slide {
        align-items: center;
        flex-direction: column;
    }

    .index_solutions .leftbox {
        padding-top: 0%;
        width: 100%;
        padding-left: 3%;
        padding-right: 30px;
        padding-top: 0px;
        padding-bottom: 15px;
    }

    .index_solutions .leftbox .see_more {
        padding-left: 0;
        font-size: 14px;
    }

    .index_solutions .rightbox {
        width: 70%;
        margin: 0 auto
    }

    .index_solutions {
        padding: 30px 0px;
    }
}

@media(max-width:768px) {
    .index_solutions .leftbox .title {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .index_solutions .rightbox .play {
        bottom: 5%;
        right: 5%;
        width: 60px;
    }

    .index_solutions .rightbox {
        width: 85%;
    }

    .index_solutions .leftbox .contact .box .small_title {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 10px;
        margin-top: 5px;
    }

    .index_solutions .leftbox .contact .box .content {
        font-size: 14px;
        line-height: 28px;
    }

    .index_solutions .leftbox .saybox .content2 {
        font-size: 14px;
        line-height: 28px;
        -webkit-line-clamp: 4;
        padding-left: 10px;
    }

    .index_solutions .leftbox .people_say .country {
        font-size: 14px;
        line-height: 22px;
        text-align: center;
    }
}

@media(max-width:570px) {
    .index_solutions .leftbox .title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 15px;
    }

    .index_solutions .rightbox .play {
        bottom: 3%;
        right: 3%;
        width: 40px;
    }

    .index_solutions .rightbox {
        width: 95%;
    }

    .index_solutions .leftbox .people_say {
        display: flex;
        margin-bottom: 31px;
        flex-direction: column;
    }

    .index_solutions .leftbox .saybox {
        width: 100%;
        height: 200px;
        border-radius: 16px;
        padding: 15px;
    }

    .index_solutions .leftbox {
        padding-top: 0%;
        width: 100%;
        padding-left: 3%;
        padding-right: 3%;
        padding-bottom: 15px;
    }

    .index_solutions .leftbox .people_say .people {
        width: 100%;
        margin-right: 15px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 10px;
    }

    .index_solutions .leftbox .people_say .people img {
        width: 50px;

    }

    .index_solutions .leftbox .contact .eye {
        display: none;
    }

    .index_solutions .leftbox .saybox .say_mySwiper .swiper-pagination-bullet {
        width: 14px;
        height: 3px;
        background-color: #bebfc2;
        border-radius: 2px;
    }

    .index_solutions .leftbox .saybox .say_mySwiper .swiper-pagination-bullet-active {
        opacity: 1;
        width: 18px;
        height: 3px;
        background-color: #023692;
    }


}

@media(max-width:400px) {
    .index_solutions .rightbox {
        width: 100%;
    }
}




/* index_academic */
.index_academic {
    padding: 79px 0px 95px 0px;
}

.index_academic .safe {}

.index_academic .safe .titlebox {
    display: flex;
    justify-content: space-between;
    margin-bottom: 65px;
}

.index_academic .safe .titlebox .title {
    font-family: Montserrat-Medium;
    font-size: 52px;
    line-height: 60px;
    color: #000;
}

.index_academic .safe .titlebox .title a {
    color: #000;
}

.index_academic .safe .titlebox .title a:hover {
    color: #0536b0;
}

.index_academic .safe .titlebox .view_more {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 159px;
    height: 44px;
    background-color: #fff;
    /*border-radius: 23px;*/
    font-family: Montserrat-Regular;
    font-size: 16px;
    line-height: 38px;
    color: #023692;
    /*border: 1px solid #0d42c7;*/
}

.index_academic .safe .titlebox .view_more:hover {
    /*color: #fff;*/
    text-decoration: underline;
    font-weight: bold;
    /*border: 1px solid #0d42c7;*/
    /*background-color: #0d42c7;*/
}

.index_academic .safe .academicbox {
    display: flex;
    justify-content: space-between;
}

.index_academic .safe .academicbox .leftbox {
    width: 33%;
}

.index_academic .safe .academicbox ul {
    /* padding: 0px 2%; */
}

.index_academic .safe .academicbox ul li {
    /* border-bottom: solid 1px #888e97; */
    /* opacity: 0.3; */
    padding-bottom: 24px;
    padding-top: 20px;
    padding-left: 4%;
    padding-right: 6%;
    /* margin: 20px 4%; */
    position: relative;
}

.index_academic .safe .academicbox ul li::after {
    content: "";
    width: 92%;
    height: 1px;
    background-color: #888e97;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    display: none;
}

.index_academic .safe .academicbox ul li:last-child::after {
    display: none;
}

.index_academic .safe .academicbox ul .title a:hover {
    /*text-decoration: underline;*/
    color: #d3d3d3 !important;
}

.index_academic .safe .academicbox ul li .view_more:hover {
    text-decoration: underline;
}

.index_academic .safe .academicbox ul li .view_more {
    opacity: 0;
}



.index_academic .safe .academicbox ul .active {
    background-color: #023692;
}

.index_academic .safe .academicbox ul .active::after {
    display: none;
}

.index_academic .safe .academicbox ul .active .view_more {
    opacity: 1;
}

.index_academic .safe .academicbox ul .active .data {
    color: #fff;
}

.index_academic .safe .academicbox ul .active .title a {
    color: #fff;
}

.index_academic .safe .academicbox ul .active .view_more {
    color: #fff;
}


.index_academic .safe .academicbox ul li:hover {
    background-color: #023692;
}

.index_academic .safe .academicbox ul li:hover::after {
    display: none;
}

.index_academic .safe .academicbox ul li:hover .view_more {
    opacity: 1;
}

.index_academic .safe .academicbox ul li:hover .data {
    color: #fff;
}

.index_academic .safe .academicbox ul li:hover .title a {
    color: #fff;
}

.index_academic .safe .academicbox ul li:hover .view_more {
    color: #fff;
}








.index_academic .safe .academicbox .leftbox .data {
    font-family: Montserrat-Light;
    font-size: 14px;
    line-height: 26px;
    color: #262626;
    margin-bottom: 4px;
}

.index_academic .safe .academicbox .leftbox .title {
    font-family: Montserrat-Medium;
    font-size: 22px;
    line-height: 32px;
    color: #000;
    margin-bottom: 34px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index_academic .safe .academicbox .leftbox .view_more {
    font-family: Montserrat-Light;
    font-size: 14px;
    line-height: 26px;
    color: #000;
}

.index_academic .safe .academicbox .rightbox {
    width: 67%;
}

.index_academic .safe .academicbox .rightbox img {
    display: block;
}

@media(max-width:1600px) {
    .index_academic {
        padding: 50px 0px;
    }

    .index_academic .safe .titlebox .title {
        font-size: 32px;
        line-height: 40px;
    }

    .index_academic .safe .titlebox .view_more {
        width: 150px;
        height: 44px;
        border-radius: 6px;
        font-size: 16px;
    }

    .index_academic .safe .titlebox {
        margin-bottom: 50px;
    }

    .index_academic .safe .academicbox .leftbox .title {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .index_academic .safe .academicbox ul li {
        padding-bottom: 19px;
        padding-top: 18px;
        padding-left: 4%;
        padding-right: 6%;
    }
}

@media(max-width:1333px) {
    .index_academic .safe .titlebox .title {
        font-size: 30px;
        line-height: 36px;
    }

    .index_academic .safe .titlebox .view_more {
        width: 140px;
        height: 40px;
        border-radius: 6px;
        font-size: 16px;
    }

    .index_academic .safe .academicbox ul li {
        padding-bottom: 10px;
        padding-top: 10px;
        padding-left: 4%;
        padding-right: 2%;
    }

    .index_academic .safe .academicbox .rightbox {
        display: flex;
        align-items: center;
    }
}

@media(max-width:999px) {
    .index_academic {
        padding: 40px 0px;
    }

    .index_academic .safe .titlebox .title {
        font-size: 28px;
        line-height: 34px;
    }

    .index_academic .safe .titlebox .view_more {
        width: 120px;
        height: 35px;
        border-radius: 6px;
        font-size: 14px;
    }

    .index_academic .safe .titlebox {
        margin-bottom: 30px;
    }

    .index_academic .safe .academicbox {
        flex-direction: column;
    }

    .index_academic .safe .academicbox .leftbox {
        width: 100%;
    }

    .index_academic .safe .academicbox .rightbox {
        width: 70%;
        margin: 0 auto;
    }

    .index_academic .safe .academicbox .leftbox {
        margin-bottom: 20px;
    }
}

@media(max-width:768px) {
    .index_academic .safe .titlebox .title {
        font-size: 24px;
        line-height: 30px;
    }

    .index_academic .safe .titlebox {
        margin-bottom: 20px;
    }

    .index_academic .safe .academicbox ul li {
        padding-bottom: 10px;
        padding-top: 10px;
        padding-left: 2%;
        padding-right: 2%;
    }

    .index_academic .safe .academicbox .leftbox .title {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 10px;
    }

    .index_academic .safe .academicbox .leftbox .view_more {
        font-size: 14px;
        line-height: 24px;
    }

    .index_academic .safe .academicbox .rightbox {
        width: 85%;
        margin: 0 auto;
    }
}

@media(max-width:570px) {
    .index_academic {
        padding: 30px 0px;
    }

    .index_academic .safe .titlebox .title {
        font-size: 20px;
        line-height: 26px;
    }

    .index_academic .safe .titlebox {
        margin-bottom: 15px;
    }

    .index_academic .safe .academicbox .rightbox {
        width: 95%;
        margin: 0 auto;
    }

    .index_academic .safe .academicbox .leftbox {
        margin-bottom: 10px;
    }
}

@media(max-width:400px) {
    .index_academic .safe .academicbox .rightbox {
        width: 100%;
    }
}





/* index_latest */
.index_latest {
    padding: 98px 0px 55px 0px;
    background-color: #f3f3f3;
}

.index_latest .title {
    font-family: Montserrat-Medium;
    font-size: 52px;
    line-height: 60px;
    color: #000;
    margin-bottom: 39px;
}

.index_latest .title a {
    color: #000;
}

.index_latest .title span {
    color: #0536b0;
}

.index_latest .title a:hover {
    color: #0536b0;
}

.index_latest .latest_box {}

.index_latest .latest_box .imgbox {
    overflow: hidden;
}

.index_latest .latest_box .imgbox img {
    display: block;
}

.index_latest .latest_box .imgbox img:hover {
    transform: scale(1.05);
}

.index_latest .latest_box .data {
    font-family: Montserrat-Medium;
    font-size: 14px;
    line-height: 26px;
    color: #023692;
    padding: 11px 0px 9px 0px;
}

.index_latest .latest_box .small_title {
    font-family: Montserrat-Medium;
    font-size: 20px;
    line-height: 28px;
    color: #000;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;

}

.index_latest .latest_box .small_title a {
    color: #000;
}

.index_latest .latest_box .small_title a:hover {
    color: #0536b0;
}

.index_latest .latest_mySwiper {
    padding-bottom: 57px;
}

.index_latest .latest_mySwiper .swiper-pagination-bullet {
    opacity: 1;
    width: 12px;
    height: 12px;
    background-color: #bebfc2;
    border-radius: 50px;
}

.index_latest .latest_mySwiper .swiper-pagination-bullet-active {
    opacity: 1;
    width: 12px;
    height: 12px;
    background-color: #023692;
    border-radius: 50px;
}

@media(max-width:1600px) {
    .index_latest {
        padding: 50px 0px;
    }

    .index_latest .latest_mySwiper {
        padding-bottom: 40px;
    }

    .index_latest .title {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 30px;
    }

    .index_latest .latest_box .data {
        font-size: 16px;
        line-height: 24px;
        padding: 8px 0px 8px 0px;
    }

    .index_latest .latest_box .small_title {
        font-size: 18px;
        line-height: 26px;
    }
}

@media(max-width:1333px) {
    .index_latest .title {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 25px;
    }

    .index_latest .latest_box .small_title {
        font-size: 16px;
        line-height: 22px;
    }

    .index_latest .latest_box .data {
        font-size: 16px;
        line-height: 24px;
        padding: 5px 0px;
    }
}

@media(max-width:999px) {
    .index_latest {
        padding: 40px 0px;
    }

    .index_latest .title {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 20px;
    }
}

@media(max-width:768px) {
    .index_latest .title {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .index_latest .latest_box .data {
        font-size: 14px;
        line-height: 22px;
        padding: 3px 0px;
    }

    .index_latest .latest_box .small_title {
        font-size: 14px;
        line-height: 22px;
    }

    .index_latest .latest_mySwiper {
        padding-bottom: 35px;
    }
}

@media(max-width:570px) {
    .index_latest {
        padding: 30px 0px;
    }

    .index_latest .title {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 15px;
    }

    .index_latest .latest_mySwiper .swiper-pagination-bullet {
        opacity: 1;
        width: 12px;
        height: 12px;
        border-radius: 50px;
    }

    .index_latest .latest_mySwiper .swiper-pagination-bullet-active {
        opacity: 1;
        width: 12px;
        height: 12px;
        border-radius: 50px;
    }
}





/* index_event */
.index_event {
    padding: 77px 0px 103px 0px;
}

.index_event .title34 {
    font-family: Montserrat-Medium;
    font-size: 34px;
    color: #333333;
}

.index_event .title34 em {
    color: #0536b0;
}

.index_event .title34 a:hover {
    color: #0536b0;
}

.index_event .safe {}

.index_event .eventbox {
    display: flex;
}

.index_event .l {
    width: 34%;
    padding-right: 3%;
}

.index_event .r {
    border-left: 1px solid #d0d0d6;
    width: 66%;
    padding-left: 6%;
}

.index_event .data {
    font-family: Montserrat-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #333333;
}

.index_event .title {
    font-family: Montserrat-Regular;
    font-size: 20px;
    line-height: 30px;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 8px;
}

.index_event .title a {
    color: #333333;
}

.index_event .title:hover,
.index_event .title a:hover {
    color: #0536b0;
}

.index_event .con {
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index_event .swiper {
    overflow: visible;
    padding-bottom: 65px;
}

.index_event .swiper-slide {
    padding: 30px 25px 30px 24px;
    background-color: #ffffff;
    box-shadow: 0px 6px 20px 0px rgba(230, 232, 235, 0.95);
    opacity: 0;
    transition: .3s linear all;
    height: auto;
}

.index_event .swiper-slide-visible {
    opacity: 1 !important;
}

.index_event .inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.index_event .swiper-pagination-bullet {
    width: 12px;
    height: 13px;
    background-color: #666666;
    border: solid 1px #666666;
    opacity: 0.26;
    border-radius: 50px;
    margin-right: 32px !important;
}

.index_event .swiper-pagination-bullet:last-child {
    margin-right: 0 !important;
}

.index_event .swiper-pagination-bullet-active {
    width: 12px;
    height: 13px;
    background-color: #0536b0;
    opacity: 1;
}


@media(max-width:1600px) {
    .index_event {
        padding: 50px 0px;
    }

    .index_event .title34 {
        font-size: 30px;
    }
}

@media(max-width:1333px) {
    .index_event .title {
        font-size: 18px;
        line-height: 28px;
    }

    .index_event .swiper-slide {
        padding: 25px;
    }

    .index_event .title34 {
        font-size: 26px;
    }
}

@media(max-width:999px) {
    .index_event {
        padding: 40px 0px;
    }

    .index_event .swiper-slide {
        padding: 20px;
    }

    .index_event .swiper-pagination-bullet {
        width: 12px;
        height: 13px;
        margin-right: 20px !important;
    }

    .index_event .title34 {
        font-size: 22px;
    }
}

@media(max-width:768px) {
    .index_event .swiper-pagination-bullet {
        width: 12px;
        height: 13px;
        margin-right: 15px !important;
    }

    .index_event .inner {
        flex-direction: column;
    }

    .index_event .l {
        width: 100%;
    }

    .index_event .r {
        width: 100%;
        padding-left: 0;
        border-left: unset;
    }

    .index_event .data {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .index_event .title {
        font-size: 16px;
        line-height: 26px;
    }

    .index_event .con {
        font-size: 14px;
        line-height: 24px;
    }

    .index_event .title34 {
        font-size: 20px;
    }
}

@media(max-width:570px) {
    .index_event {
        padding: 30px 0px;
    }

    .index_event .swiper-pagination-bullet {
        width: 12px;
        height: 13px;
        margin-right: 8px !important;
    }
}

@media(max-width:400px) {
    .index_event .rightbox {
        width: 100% !important;
        margin: 0 auto;
    }
}








/* common_last */
.common_last {
    padding: 48px 0px 53px 0px;
    background-color: #023692;
}

.common_last .title {
    font-family: Montserrat-Medium;
    font-size: 30px;
    line-height: 32px;
    color: #f5f7fa;
    text-align: center;
    margin-bottom: 41px;
}

.common_last form {
    display: flex;
    justify-content: center;
}

.common_last form .co {
    background-color: transparent;
    border-radius: 6px;
    height: 58px;
    font-family: Montserrat-Light;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    position: relative;
    margin-right: 20px;

}

.common_last form .co em {
    position: absolute;
    left: 15px;
    top: 50%;
    bottom: 0;
    transform: translateY(-50%);
    color: #e80000;
    z-index: 10;

}

.common_last form input {
    width: 100%;
    height: 100%;
    padding-left: 30px;
    background-color: rgba(255, 255, 255, .2);
    border-radius: 6px;
    font-family: Montserrat-Light;
    font-size: 18px;
    color: #fff;
}

.common_last form input::placeholder {
    font-family: Montserrat-Light;
    font-size: 18px;
    color: rgba(255, 255, 255);
}

.common_last form .inp1 {
    width: 49.3%;
}

.common_last form .codebox {
    width: 23.3%;
    /* display: flex; */
    position: relative;
}

.common_last form .codebox .code {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: #f3fbfe;
    cursor: pointer;
}

.common_last form .codebox input {
    padding-right: 33%;
}

.common_last form .codebox .code img {
    display: block;
}

.common_last form .sub {
    position: relative;
    width: 15.15%;
    margin-left: 1px;
}

.common_last form .submit {
    cursor: pointer;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px #ffffff;
    padding-right: 40px;
}

.common_last form .submit:hover {
    background-color: rgba(240, 242, 245, 0.2);
    border: 1px solid rgba(240, 242, 245, 0.2);
}

.common_last form .submit {
    background-color: transparent;
    padding-left: 0;
}

.common_last form .sub i {
    position: absolute;
    color: #fff;
    font-size: 18px;
    top: 50%;
    transform: translateY(-50%);
    right: 23%;
}


@media(max-width:1600px) {
    .common_last form .inp1 {
        width: 44%;
    }

    .common_last .title {
        font-size: 28px;
        line-height: 35px;
        margin-bottom: 35px;
    }

    .common_last {
        padding: 40px 0px;
    }

}

@media(max-width:1333px) {
    .common_last .title {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 35px;
    }

    .common_last form input {
        width: 100%;
        height: 100%;
        padding-left: 25px;
        border-radius: 6px;
        font-size: 16px;
    }

    .common_last form input::placeholder {
        width: 100%;
        height: 100%;
        border-radius: 6px;
        font-size: 16px;
    }

    .common_last form .co em {
        left: 10px;
        top: 50%;
        bottom: 0;
    }

    .common_last form .inp1 {
        width: 36%;
    }

    .common_last form .codebox {
        width: 30%;
        display: flex;
        position: relative;
    }

    .common_last form .codebox input {
        padding-right: 43%;
    }

    .common_last form .sub i {
        position: absolute;
        color: #fff;
        font-size: 18px;
        top: 50%;
        transform: translateY(-50%);
        right: 15%;
    }

    .common_last form .submit {
        height: 50px;
        padding-right: 26px;
    }

    .common_last form .co {
        height: 50px;
    }
}

@media(max-width:999px) {
    .common_last .title {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 30px;
    }

    .common_last form .sub i {
        display: none;
    }

    .common_last form .submit {
        padding-right: 0;
    }

    .common_last {
        padding: 30px 0px;
    }

}

@media(max-width:768px) {
    .common_last .title {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 20px;
    }

    .common_last form .codebox input {
        padding-right: 105px;
    }

    .common_last form input {
        width: 100%;
        height: 100%;
        padding-left: 25px;
        border-radius: 6px;
        font-size: 14px;
    }

    .common_last form input::placeholder {
        font-size: 14px;
    }

    .common_last form {
        flex-wrap: wrap;
        justify-content: center;
    }

    .common_last form .inp1 {
        width: 49%;
        margin-right: 2%;
    }

    .common_last form .codebox {
        width: 49%;
        margin-bottom: 10px;
    }

    .common_last form .sub {
        position: relative;
        width: 100%;
    }

    .common_last form .codebox:nth-child(2n) {
        margin-right: 0;
    }
}

@media(max-width:570px) {
    .common_last .title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 15px;
    }

    .common_last {
        padding: 20px 0px;
    }

}

@media(max-width:400px) {
    .common_last form .inp1 {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .common_last form .codebox {
        margin-bottom: 10px;
        width: 100%;
        margin-right: 0;
    }
}











/* footer */
footer {
    position: relative;
    padding: 62px 0px 48px 0px;
    background-color: #2a2a2a;
}

footer .gotop2 {
    position: absolute;
    bottom: 30px;
    right: 20px;
    width: 48px;
    height: 49px;
    background-color: #888e97;
    border-radius: 6px;
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: center;
}

footer .gotop2:hover {
    background-color: #023692;
}

footer .safe {}

footer .fix_list {
    display: flex;
    margin-bottom: 48px;
}

footer .fix_list ul {
    padding-right: 1%;
}

/*footer .fix_list .email {
    word-break: break-all;
}
*/
footer .fix_list .title {
    font-family: Montserrat-Medium;
    font-size: 22px;
    line-height: 26px;
    color: #cecece;
    margin-bottom: 8px;
}

footer .fix_list .sm_title {
    font-family: Montserrat-Light;

    line-height: 26px;
    color: #cecece;
    margin-bottom: 8px;
}

footer .fix_list .title a {
    color: #cecece;
}

footer .fix_list .title a:hover {
    color: #007aff;
}

footer .fix_list li {
    font-family: Montserrat-Light;
    font-size: 14px;
    line-height: 26px;
    color: #cecece;
    margin-bottom: 8px;
}

footer .fix_list li a {
    color: #cecece;
}

footer .fix_list li a:hover {
    color: #fff;
}

footer .fix_list ul {
    padding-left: 8px;
}

footer .fix_list .navigaton {
    width: 25.9%;
}

footer .fix_list .category {
    width: 28%;
}

footer .fix_list .service {
    width: 26%;
}

footer .fix_list .contact {
    width: 23%;
    transform: translateX(11%);
}

footer .fix_list .email {
    margin-bottom: 50px;
}

footer .blogrolls {
    display: flex;
    padding-left: 0 !important;
    /*justify-content: space-around;*/
}

footer .blogrolls li {
    margin-right: 12%;
}

footer .blogrolls li:last-child {
    margin-right: 0;
}

footer .blogrolls .weixin {
    position: relative;
}

footer .blogrolls .weixin .erweima {
    position: absolute;
    top: 100%;
    left: 0%;
    right: 0;
    margin: 0 auto;
    width: 150px;
    border: 5px solid #666;
    display: none;
}

footer .blogrolls .weixin:hover .erweima {
    display: block;
}

footer .blogrolls .weixin:hover a img {
    filter: brightness(100);
    transition: filter linear 0.4s;
}

footer .blogrolls .weixin .erweima img {
    display: block;

}

footer .blogrolls a {
    /* background-color: #666666; */
}

footer .blogrolls a:hover {
    filter: brightness(100);
    transition: filter linear 0.4s;
}


footer .f_wrap {
    padding-top: 49px;
    border-top: 1px solid rgba(136, 142, 151, 0.6);
}

footer .f_bottom {
    display: flex;
}

footer .f_bottom .logo {
    width: 30%;
    display: flex;
    align-items: center;
}

footer .f_bottom .logo img {
    display: block;
}

footer .f_bottom .logo img:hover {
    transform: scale(1.05);
}

footer .f_bottom .copybox {
    font-family: OpenSans-Light;
    font-size: 14px;
    line-height: 26px;
    color: #cecece;
}

footer .f_bottom .copybox .links {
    padding-top: 8px;
}

footer .f_bottom .copybox a {
    color: #cecece;
}

footer .f_bottom .copybox a:hover {
    color: #fff;
}


@media(max-width:1600px) {
    footer {
        padding: 50px 0px;
    }

    footer .f_bottom .logo {
        width: 25%;
        display: flex;
        align-items: center;
    }

    footer .fix_list .contact {
        width: 18.5%;
        transform: translateX(0%);
    }

    footer .fix_list {
        display: flex;
        margin-bottom: 40px;
    }

    footer .f_wrap {
        padding-top: 40px;
    }
}

@media(max-width:1333px) {

    footer .fix_list .navigaton {
        width: 20%;
    }

    footer .fix_list .category {
        width: 24%;
    }

    footer .fix_list .service {
        width: 24%;
    }

    footer .fix_list .contact {
        width: 24%;
        transform: translateX(0%);
    }



    footer .fix_list li {
        font-family: OpenSans-Light;
        font-size: 14px;
        line-height: 30px;
        color: #cecece;
    }

    footer .fix_list {
        display: flex;
        margin-bottom: 32px;
    }

    footer .f_wrap {
        padding-top: 30px;
    }

    footer .f_bottom {
        flex-direction: column;
    }

    footer .f_bottom .logo {
        margin-bottom: 10px;
    }
}

@media(max-width:999px) {
    footer {
        padding: 40px 0px 60px 0px;
    }

    footer .fix_list .navigaton {
        display: none;
    }

    footer .fix_list .category {
        display: none;
    }

    footer .fix_list .service {
        display: none;
    }

    footer .fix_list .title {
        display: none;
    }

    footer .fix_list li {
        display: none;
    }

    footer .blogrolls li {
        display: block;
    }

    footer .fix_list {
        display: flex;
        margin-bottom: 18px;
    }

    footer .fix_list .contact {
        width: 100%;
        transform: translateX(0%);
    }

    footer .fix_list ul {
        justify-content: center;
        align-items: center;
    }

    footer .blogrolls li {
        margin-right: 4%;
    }

    footer .f_bottom .copybox .links {
        display: none;
    }

    footer .f_bottom .logo img {
        display: block;
        width: 120px;
    }

    footer .f_bottom .logo {
        width: 20%;
        display: flex;
        align-items: center;
    }

    /*footer .f_bottom .copybox {*/
    /*    width: 78%;*/
    /*}*/

    footer .gotop2 {
        top: 8%;
        bottom: unset;
        right: 20px;
        width: 48px;
        height: 49px;
        border-radius: 6px;
    }

    footer .f_bottom .logo {
        margin: 0 auto;
        margin-bottom: 10px;
    }
}

@media(max-width:768px) {
    footer .f_bottom .logo {
        width: auto;
        display: flex;
        align-items: center;
    }

    footer .f_bottom .logo img {
        display: block;
        width: 90px;
    }

    footer .f_bottom .copybox {
        /*width: 80%;*/
        font-size: 14px;
    }

    footer .f_bottom {
        display: flex;
        justify-content: space-between;
    }

}

@media(max-width:570px) {
    footer {
        padding: 30px 0px 60px 0px;
    }

    footer .fix_list {
        display: flex;
        margin-bottom: 9px;
    }

    footer .f_wrap {
        padding-top: 15px;
    }

    footer .f_bottom .logo img {
        display: block;
        width: 80px;
    }

    footer .f_bottom .copybox {
        /*width: 75%;*/
        font-size: 14px;
    }

    footer .gotop2 {
        top: 8%;
        bottom: unset;
        right: 20px;
        width: 42px;
        height: 43px;
        border-radius: 6px;
    }
}

@media(max-width:400px) {
    footer .f_bottom {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }

    footer .f_bottom .logo {
        display: flex;
        justify-content: center;
        margin-bottom: 10px;
    }

    footer .f_bottom .logo img {
        display: block;
        width: 80px;
        text-align: center;
        margin: 0 auto;
    }

    footer .f_bottom .copybox {
        width: 100%;
        font-size: 14px;
    }

    footer .gotop2 {
        top: 8%;
        bottom: unset;
        right: 20px;
        width: 36px;
        height: 37px;
        border-radius: 6px;
    }
}






/* 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;
}



/* 2-1products */

.product_ul {
    margin-top: 85px;
    padding: 0px 0px 73px 0px;
    /* background: linear-gradient(#ffffff, #f7f8fa); */
    /* background-color: #f7f8fa; */
    /* #ffffff */
    /* f7f8fa */

}

.product_ul .safe {
    display: flex;
    flex-wrap: wrap;
    /*background: url(../images/2-1bg.png) no-repeat top;*/
}

.product_ul .product_li {
    width: 49%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    margin-right: 2%;
    margin-bottom: 28px;
    padding-bottom: 37px;
    padding-top: 64px;


}

.product_ul .product_li:nth-child(2n) {
    margin-right: 0;
}

.product_ul .product_li:hover {
    box-shadow: 4px 4px 16px 0px rgba(210, 210, 214, 0.4);
}

.product_ul .product_li .imgbox {
    overflow: hidden;
    margin-bottom: 43px;
}

.product_ul .product_li .imgbox img {
    display: block;
}

.product_ul .product_li .imgbox img:hover {
    transform: scale(1.05);
}

.product_ul .product_li .title {
    font-family: Montserrat-Medium;
    font-size: 22px;
    line-height: 32px;
    color: #0c41c7;
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0px 15px;
    text-align: center;
}

.product_ul .product_li .title a {
    color: #000;
}

.product_ul .product_li .title a:hover {
    color: #0c41c7;
}

.product_ul .product_li .content {
    font-family: Montserrat-Light;
    font-size: 14px;
    line-height: 26px;
    color: #262626;
    margin-bottom: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0px 15px;
    text-align: center;
}

.product_ul .product_li .view_more {
    width: 153px;
    height: 46px;
    background-color: #ffffff;
    border-radius: 23px;
    border: solid 1px #0c41c7;
    font-family: OpenSans-Light;
    font-size: 14px;
    line-height: unset;
    color: #0c41c7;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product_ul .product_li .view_more:hover {
    color: #fff;
    background-color: #0c41c7;
}

@media(max-width:1600px) {
    .product_ul .safe {
        background: linear-gradient(to bottom, #f7f8fa, #ffffff);
    }

    .product_ul .product_li .imgbox {
        margin-bottom: 30px;
    }

    .product_ul .product_li .title {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 10px;
        padding: 0px 15px;
    }

    .product_ul {
        margin-top: 50px;
        padding-bottom: 50px;
    }

    .product_ul .product_li {
        padding-top: 55px;
    }

}

@media(max-width:1333px) {
    .product_ul .product_li .title {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 8px;
        padding: 0px 15px;
    }

    .product_ul .product_li .view_more {
        width: 150px;
        height: 42px;
        border-radius: 23px;
        font-size: 16px;
        line-height: 38px;
    }

    .product_ul .product_li {
        padding-top: 45px;
    }
}

@media(max-width:999px) {
    .product_ul {
        margin-top: 40px;
        padding-bottom: 40px;
    }

    .product_ul .product_li .imgbox {
        margin-bottom: 30px;
        width: 80%;
        margin-bottom: 20px;
    }

    .product_ul .product_li .title {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 5px;
        padding: 0px 15px;
    }

    .product_ul .product_li .content {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 12px;
        padding: 0px 15px;
        text-align: center;
    }

    .product_ul .product_li .view_more {
        width: 140px;
        height: 40px;
        border-radius: 23px;
        font-size: 14px;
        line-height: 38px;
    }

    .product_ul .product_li {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 22px;
        padding-bottom: 20px;
        padding-top: 35px;
    }
}

@media(max-width:768px) {}

@media(max-width:570px) {
    .product_ul {
        margin-top: 30px;
        padding-bottom: 30px;
    }

    .product_ul .product_li .title {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 5px;
        padding: 0px 10px;
    }

    .product_ul .product_li {
        padding-top: 25px;
    }

    .product_ul .product_li .content {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 12px;
        padding: 0px 10px;
    }

    .product_ul .product_li .view_more {
        width: 130px;
        height: 38px;
        border-radius: 23px;
        font-size: 14px;
        line-height: 38px;
    }
}


@media(max-width:400px) {
    .product_ul .product_li {
        width: 100%;
        margin-right: 0 !important;
        margin-bottom: 22px;
        padding-bottom: 20px;
    }
}



/* page_questions */
.page_questions {
    background-color: #023692;
    padding: 69px 0px 81px 0px;
}

.page_questions .safe {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.page_questions .title {
    font-family: Montserrat-Medium;
    font-size: 52px;
    line-height: 60px;
    color: #f5f7fa;
    margin-bottom: 22px;
}

.page_questions .content {
    font-family: Montserrat-Light;
    font-size: 18px;
    line-height: 32px;
    color: #ffffff;
    margin-bottom: 26px;
}

.page_questions .contact_us {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 153px;
    height: 46px;
    border-radius: 23px;
    border: solid 1px #ffffff;
    font-family: Montserrat-Light;
    font-size: 14px;
    line-height: 26px;
    color: #ffffff;
}

.page_questions .contact_us:hover {
    background-color: #fff;
    color: #023692;
}

@media(max-width:1600px) {
    .page_questions {
        padding: 50px 0px;
    }

    .page_questions .title {
        font-size: 36px;
        line-height: 40px;
        margin-bottom: 20px;
    }

    .page_questions .content {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 22px;
    }
}

@media(max-width:1333px) {
    .page_questions .title {
        font-size: 34px;
        line-height: 38px;
        margin-bottom: 20px;
    }

    .page_questions .contact_us {
        width: 150px;
        height: 45px;
        border-radius: 23px;
        font-size: 16px;
        line-height: 38px;
    }

}

@media(max-width:999px) {
    .page_questions {
        padding: 40px 0px;
    }

    .page_questions .title {
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 15px;
    }

    .page_questions .content {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 16px;
    }

    .page_questions .contact_us {
        width: 140px;
        height: 40px;
        border-radius: 23px;
        font-size: 14px;
        line-height: 38px;
    }
}

@media(max-width:768px) {
    .page_questions .title {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .page_questions .content {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 16px;
    }
}

@media(max-width:570px) {
    .page_questions {
        padding: 30px 0px;
        text-align: center;
    }

    .page_questions .title {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 10px;
    }

    .page_questions .content {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 12px;
    }

    .page_questions .contact_us {
        width: 130px;
        height: 38px;
        border-radius: 23px;
        font-size: 14px;
        line-height: 38px;
    }
}

@media(max-width:400px) {
    .page_questions .title {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 10px;
    }
}


/* 2-2products */

/* product_scansys */
.product_scansys {
    padding: 73px 0px 60px 0px;
}

.product_scansys .safe {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
}

.product_scansys .safe .leftbox {
    width: 30%;
    padding-top: 4px;
}

.product_scansys .safe .leftbox p {
    font-family: Montserrat-Medium;
    font-size: 24px;
    line-height: 32px;
    color: #000;
}

.product_scansys .safe .leftbox p em {
    color: #0c41c7;
}

.product_scansys .safe .rightbox {
    width: 70%;
    font-family: Montserrat-Light;
    font-size: 18px;
    line-height: 34px;
    color: #333333;
}

@media(max-width:1600px) {
    .product_scansys {
        padding: 50px 0px;
    }

    .product_scansys .safe {
        align-items: center;
    }

    .product_scansys .safe .rightbox {
        width: 70%;
        font-size: 20px;
        line-height: 36px;
    }

    .product_scansys .safe .leftbox {
        padding-top: 0;
    }

    .product_scansys .safe .leftbox p {
        font-size: 24px;
        line-height: 38px;
    }
}

@media(max-width:1333px) {
    .product_scansys .safe .rightbox {
        width: 70%;
        font-size: 18px;
        line-height: 30px;
    }

    .product_scansys .safe .leftbox p {
        font-size: 22px;
        line-height: 35px;
    }
}

@media(max-width:999px) {
    .product_scansys {
        padding: 30px 0px 40px 0px;
    }

    .product_scansys .safe {
        flex-direction: column;
    }

    .product_scansys .safe .leftbox {
        padding-top: 0;
        width: 100%;
        margin-bottom: 10px;
    }

    .product_scansys .safe .leftbox p {
        font-size: 20px;
        line-height: 30px;
    }

    .product_scansys .safe .rightbox {
        width: 100%;
        font-size: 16px;
        line-height: 28px;
    }
}

@media(max-width:768px) {
    .product_scansys .safe .leftbox p {
        font-size: 18px;
        line-height: 26px;
    }

    .product_scansys .safe .rightbox {
        width: 100%;
        font-size: 14px;
        line-height: 26px;
    }
}

@media(max-width:570px) {
    .product_scansys {
        padding: 20px 0px 30px 0px;
    }
}





/* product_function */
.product_function {
    padding: 20px 0px 75px 0px;
}

.product_function .title {
    font-family: Montserrat-Medium;
    font-size: 52px;
    line-height: 60px;
    color: #000;
    text-align: center;
    margin-bottom: 26px;
    margin-top: 2px;
}

.product_function .function_box {
    display: flex;
    justify-content: space-between;
}

.product_function .function_box .leftbox {
    width: 50%;
}

.product_function .function_box .leftbox .titlen {
    font-family: Montserrat-Medium;
    font-size: 18px;
    line-height: 30px;
    color: #000;
    text-align: center;
    margin-bottom: 20px;

}

.product_function .function_box .video {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product_function .function_box .play {
    width: 65px;
    height: 65px;
    position: absolute;
    z-index: 10;
    cursor: pointer;
}

.product_function .function_box .leftbox img {
    display: block;
}

.product_function .function_box .rightbox {
    width: 46%;
}

.product_function .function_box .rightbox .content {
    font-family: Montserrat-Light;
    font-size: 14px;
    line-height: 26px;
    color: #333333;
    margin-bottom: 54px;
    padding-top: 49px;

    /* display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;*/
}

.product_function .function_box .rightbox ul {
    display: flex;
    flex-wrap: wrap;
}

.product_function .function_box .rightbox ul li {
    width: 50%;
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-bottom: 15px;
}

.product_function .function_box .rightbox ul li:hover .imgbox .on {
    opacity: 1;
}

.product_function .function_box .rightbox ul li:hover .imgbox .off {
    opacity: 0;
}

.product_function .function_box .rightbox ul li:hover p {
    color: #0c41c7;
}

.product_function .function_box .rightbox ul li .imgbox {
    position: relative;
    margin-right: 15px;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
}

.product_function .function_box .rightbox ul li .imgbox .on {
    position: absolute;
    z-index: 10;
    opacity: 0;
}

.product_function .function_box .rightbox ul li .imgbox .off {
    position: absolute;
    opacity: 1;
}

.product_function .function_box .rightbox ul li p {
    font-family: Montserrat-Medium;
    font-size: 18px;
    line-height: 34px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;

}

@media(max-width:1600px) {
    .product_function {
        padding: 0px 0px 50px 0px;
    }

    .product_function .title {
        font-size: 34px;
        line-height: 36px;
        margin-bottom: 20px;
    }

    .product_function .function_box .leftbox {
        width: 46%;
    }

    .product_function .function_box .rightbox {
        width: 50%;
    }

    .product_function .function_box .rightbox .content {
        font-size: 16px;
        line-height: 32px;
        margin-bottom: 40px;
        padding-top: 40px;
    }
}

@media(max-width:1333px) {
    .product_function .title {
        font-size: 32px;
        line-height: 34px;
    }

    .product_function .function_box .rightbox .content {
        font-size: 16px;
        line-height: 32px;
        margin-bottom: 20px;
        padding-top: 20px;
    }

    .product_function .function_box .rightbox ul li p {
        font-family: OpenSans-Regular;
        font-size: 16px;
        line-height: 38px;
    }

    .product_function .function_box .leftbox {
        width: 42%;
    }

    .product_function .function_box .rightbox {
        width: 53%;
    }
}

@media(max-width:999px) {
    .product_function {
        padding: 0px 0px 40px 0px;
    }

    .product_function .title {
        font-size: 28px;
        line-height: 30px;
        margin-bottom: 15px;
    }

    .product_function .function_box {
        flex-direction: column;
    }

    .product_function .function_box .leftbox {
        width: 70%;
        margin: 0 auto;
    }

    .product_function .function_box .rightbox {
        width: 100%;
    }

    .product_function .function_box .rightbox ul li .imgbox {
        margin-right: 10px;
    }

}

@media(max-width:768px) {
    .product_function .title {
        font-size: 24px;
        line-height: 26px;
    }

    .product_function .function_box .leftbox {
        width: 85%;
        margin: 0 auto;
    }

    .product_function .function_box .rightbox .content {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 18px;
        padding-top: 18px;
    }

    .product_function .function_box .rightbox ul li p {
        font-size: 14px;
        line-height: 36px;
    }

    .product_function .function_box .rightbox ul li .imgbox img {
        width: 15px;
        height: 15px;
    }

    .product_function .function_box .rightbox ul li .imgbox {
        width: 15px;
        height: 15px;
    }
}

@media(max-width:570px) {
    .product_function {
        padding: 0px 0px 30px 0px;
    }

    .product_function .title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .product_function .function_box .leftbox {
        width: 95%;
        margin: 0 auto;
    }
}

@media(max-width:400px) {
    .product_function .function_box .leftbox {
        width: 100%;
        margin: 0 auto;
    }

    .product_function .function_box .rightbox ul li {
        width: 100%;
        display: flex;
        align-items: center;
        cursor: pointer;
    }

    .product_function .function_box .rightbox .content {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 10px;
        padding-top: 10px;
    }
}


/* function_shadow */

.function_shadow {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background-color: rgba(0, 0, 0, .3);
    z-index: 1000000000;
    max-width: 1920px;
    /* min-width: 700px; */
    margin: 0 auto;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0;
    pointer-events: none;
    /* opacity: 1;
    pointer-events: all; */
}


.shadow_active {
    opacity: 1;
    pointer-events: all;
}

.function_shadow img {
    display: block;
}

.function_shadow .safe {
    background-color: #fff;
    position: absolute;
    top: 10%;
    left: 0;
    right: 0;

    overflow: auto;
    padding: 15px 18px 50px 63px;
    height: 80%;
    margin-bottom: 5%;
}

.function_shadow .close {
    display: flex;
    justify-content: flex-end;
    padding: 10px 0px 0px 0px;
    height: 50px;
}

.function_shadow .close img {
    cursor: pointer;
    position: fixed;
    transform: translateX(0px) !important;
}

.function_shadow .close img:hover {
    transform: translateX(0px) rotate(90deg) !important;
}

.function_shadow .title {
    font-family: Montserrat-Regular;
    font-size: 36px;
    line-height: 52px;
    color: #333333;
    padding-bottom: 36px;
    border-bottom: 1px solid #b7b7b7;
    margin-bottom: 3.36%;
}


/*  */

.function_shadow img {
    display: block;
}

.function_shadow .small_title20 {
    font-family: Montserrat-Medium;
    font-size: 20px;
    line-height: 32px;
    color: #0738b1;
}

.function_shadow .content {
    font-family: Montserrat-Light;
    font-size: 14px;
    line-height: 26px;
    color: #262626;
}

.function_shadow .title28 {
    font-family: Montserrat-Medium;
    font-size: 24px;
    line-height: 32px;
    color: #000;
}




/* .box1  */


.function_shadow .box1 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}


.function_shadow .box1 .l_box {
    width: 48.8%;
    height: 327px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.function_shadow .box1 .l_box img {
    max-width: 100%;
    max-height: 100%;
}

.function_shadow .box1 .r_box {
    width: 48.8%;
    padding-top: 77px;
}


/* box2 */

.function_shadow .box2 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.function_shadow .box2 .l_box {
    width: 48.8%;
    padding-top: 26px;
}

.function_shadow .box2 .r_box {
    width: 48.8%;
    height: 327px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.function_shadow .box2 .l_box img {
    max-width: 100%;
    max-height: 100%;
}

.function_shadow .box2 .small_title20 {
    margin-bottom: 13px;
}


/* box3 */

.function_shadow .box3 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 61px;
}

.function_shadow .box3 .l_box {
    width: 48.8%;
    height: 327px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.function_shadow .box3 .l_box img {
    max-width: 100%;
    max-height: 100%;
}

.function_shadow .box3 .r_box {
    width: 48.8%;
}

.function_shadow .box3 .small_title20 {
    margin-bottom: 13px;
    padding-top: 40px;
}


/* box4 */

.function_shadow .box4 {
    margin-bottom: 102px;
}

.function_shadow .box4 .title28 {
    text-align: center;
    margin-bottom: 29px;
}

.function_shadow .box4 .imgbox {
    display: flex;
    justify-content: center;
    margin-bottom: 32px;
}

.function_shadow .box4 .small_title20 {
    margin-bottom: 10px;
}

/* box5 */

.function_shadow .box5 {
    margin-bottom: 61px;
}

.function_shadow .box5 .title28 {
    text-align: center;
    margin-bottom: 30px;
}

.function_shadow .box5 .imgbox {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}

.function_shadow .box5 .small_title20 {
    margin-bottom: 10px;
}

.function_shadow .box5 .content {
    margin-bottom: 20px;
}

.function_shadow .box5 .content img {
    display: inline-block;
}

/* box6 */

.function_shadow .box6 {
    margin-bottom: 75px;
}

.function_shadow .box6 .title28 {
    text-align: center;
    margin-bottom: 18px;
}

.function_shadow .box6 .imgbox {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}

.function_shadow .box6 .small_title20 {
    margin-bottom: 10px;
}


/* .box7 */

.function_shadow .box7 {
    margin-bottom: 82px;
}

.function_shadow .box7 .title28 {
    text-align: center;
    margin-bottom: 23px;
}

.function_shadow .box7 .wrap {
    display: flex;
    justify-content: space-between;
}

.function_shadow .box7 .inner {
    width: 49%;
}

.function_shadow .box7 .inner .imgbox {
    margin-bottom: 10px;
    height: 322px;
    display: flex;
    align-items: center;
    justify-content: center;
    ;
}

.function_shadow .box7 .imgbox img {
    max-height: 100%;
    max-width: 100%;
}


/* box8 */


.function_shadow .box8 {
    margin-bottom: 20px;
}

.function_shadow .box8 .title28 {
    text-align: center;
    margin-bottom: 33px;
}

.function_shadow .box8 .imgbox {
    margin-bottom: 11px;
    height: 210px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.function_shadow .box8 .imgbox img {
    max-height: 100%;
    max-width: 100%;
}

.function_shadow .box8 .wrap {
    display: flex;
    flex-wrap: wrap;
}

.function_shadow .box8 .small_title20 {
    min-height: 64px;
    text-align: center;
}

.function_shadow .box8 .inner {
    width: 32%;
    margin-right: 1%;
}

.function_shadow .box8 .inner:last-child {
    margin-right: 0;
}




/* box9 */


.function_shadow .box9 {
    margin-bottom: 50px;
}

.function_shadow .box9 .title28 {
    text-align: center;
    margin-bottom: 15px;
}

.function_shadow .box9 .imgbox {
    margin-bottom: 13px;
    height: 162px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.function_shadow .box9 .imgbox img {
    max-width: 100%;
    max-height: 100%;
}

.function_shadow .box9 .wrap {
    display: flex;
    flex-wrap: wrap;
}

.function_shadow .box9 .small_title20 {
    min-height: 64px;
    text-align: center;
}

.function_shadow .box9 .inner {
    width: 24%;
    margin-right: 1.25%;
}

.function_shadow .box9 .inner:last-child {
    margin-right: 0;
}



/* box10 */


.function_shadow .box10 {
    margin-bottom: 50px;
}

.function_shadow .box10 .title28 {
    text-align: center;
    margin-bottom: 15px;
}

.function_shadow .box10 .imgbox {
    margin-bottom: 13px;
    height: 185px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.function_shadow .box10 .imgbox img {
    max-height: 100%;
    max-width: 100%;
}

.function_shadow .box10 .wrap {
    display: flex;
    flex-wrap: wrap;
}

.function_shadow .box10 .small_title20 {
    min-height: 64px;
    text-align: center;
}

.function_shadow .box10 .inner {
    width: 19%;
    margin-right: 1.2%;
}

.function_shadow .box10 .inner:last-child {
    margin-right: 0;
}





/* box11 */

.function_shadow .box11 {

    margin-bottom: 50px;
}

.function_shadow .box11 .wrap {
    display: flex;
    justify-content: space-between;
}

.function_shadow .box11 .title28 {
    text-align: center;
    margin-bottom: 25px;
}

.function_shadow .box11 .l_box {
    width: 48.8%;
    height: 356px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.function_shadow .box11 .l_box img {
    max-width: 100%;
    max-height: 100%;
}

.function_shadow .box11 .r_box {
    width: 48.8%;
}

.function_shadow .box11 .small_title20 {
    margin-bottom: 13px;
}

.function_shadow .box11 .content {
    margin-bottom: 13px;
}

.function_shadow .box11 .s_imgbox {
    display: flex;
    justify-content: flex-end;
    height: 159px;
    align-items: center;
}

.function_shadow .box11 .s_imgbox img {
    max-width: 100%;
    max-height: 100%;
}



/* box12 */

.function_shadow .box12 {
    margin-bottom: 50px;
}

.function_shadow .box12 .wrap {
    display: flex;
    justify-content: space-between;
}

.function_shadow .box12 .title28 {
    text-align: center;
    margin-bottom: 25px;
}

.function_shadow .box12 .l_box {
    width: 48.8%;
    height: 356px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.function_shadow .box12 .l_box img {
    max-width: 100%;
    max-height: 100%;
}

.function_shadow .box12 .r_box {
    width: 48.8%;
}

.function_shadow .box12 .small_title20 {
    margin-bottom: 13px;
}

.function_shadow .box12 .content {
    margin-bottom: 13px;
}

.function_shadow .box12 .s_imgbox {
    display: flex;
    justify-content: flex-end;
    height: 159px;
    align-items: center;
}

.function_shadow .box12 .s_imgbox img {
    max-width: 100%;
    max-height: 100%;
}

/* box13 */

.function_shadow .box13 {
    margin-bottom: 50px;
}

.function_shadow .box13 .wrap {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.function_shadow .box13 .title28 {
    text-align: center;
    margin-bottom: 25px;
}

.function_shadow .box13 .l_box {
    width: 48.8%;
    height: 356px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.function_shadow .box13 .l_box img {
    max-width: 100%;
    max-height: 100%;
}

.function_shadow .box13 .r_box {
    width: 48.8%;
}

.function_shadow .box13 .small_title20 {
    margin-bottom: 13px;
}

.function_shadow .box13 .content {
    margin-bottom: 13px;
}

.function_shadow .box13 .s_imgbox {
    display: flex;
    justify-content: flex-start;
    height: 159px;
    align-items: center;
}

.function_shadow .box13 .s_imgbox img {
    max-width: 100%;
    max-height: 100%;
}

/* box14 */

.function_shadow .box14 {
    margin-bottom: 50px;
}

.function_shadow .box14 .wrap {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.function_shadow .box14 .title28 {
    text-align: center;
    margin-bottom: 25px;
}

.function_shadow .box14 .l_box {
    width: 48.8%;
    height: 356px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.function_shadow .box14 .l_box img {
    max-width: 100%;
    max-height: 100%;
}

.function_shadow .box14 .r_box {
    width: 48.8%;
}

.function_shadow .box14 .small_title20 {
    margin-bottom: 13px;
}

.function_shadow .box14 .content {
    margin-bottom: 13px;
}

.function_shadow .box14 .s_imgbox {
    display: flex;
    justify-content: flex-start;
    height: 159px;
    align-items: center;
}

.function_shadow .box14 .s_imgbox img {
    max-width: 100%;
    max-height: 100%;
}



/* function_shadow */

.shadow_speci {
    margin-bottom: 50px;
}


.shadow_speci .title28 {
    text-align: center;
    margin-bottom: 28px;
}


.shadow_speci table {
    border-collapse: collapse;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 15px;
    min-width: 700px;
    overflow: auto;
    font-family: Montserrat-Light;
    font-size: 14px;
    border-top: 1px solid #f2f2f2;
}

.shadow_speci .tablen {
    overflow: auto;
}

.shadow_speci table tr {
    color: #262626;
}



.shadow_speci table tr:nth-child(even) td {
    background-color: #f2f2f2;
}

.shadow_speci table tr:nth-child(odd) td {

    border-right: 1px solid #f2f2f2;
}

.shadow_speci table tr:nth-child(odd) td:first-child {
    border-left: 1px solid #f2f2f2;
}

.shadow_speci table tr td {
    padding: 8px 0px 8px 5%;
}

/*.shadow_speci table tr td:nth-of-type(1) {
    width: 40%;
}

.shadow_speci table tr td:nth-of-type(2) {
    width: 60%;
}*/



/* shadow_recommend */


.shadow_recommend .title28 {
    text-align: center;
    margin-bottom: 20px;
}

.shadow_recommend .recommend_box {
    position: relative;
}


.shadow_recommend .recommend_box::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    top: 0;
    left: 0;
}

.shadow_recommend .shad {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    display: flex;
    margin: 0 auto;
    z-index: 10;
    width: 45.1%;
    flex-direction: column;
    transform: translateY(-50%);
}

.shadow_recommend .imgbox {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
}

.shadow_recommend .content {
    color: #fff;
    text-align: center;
}




@media(max-width:1600px) {
    .function_shadow .close {
        height: 25px;
    }

    .function_shadow .safe {
        background-color: #fff;
        position: absolute;
        top: 10%;
        left: 0;
        right: 0;
        overflow: auto;
        padding: 0px 18px 40px 40px;
        height: 80%;
        margin-bottom: 5%;
    }

    .function_shadow .title {
        font-size: 32px;
        line-height: 42px;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .function_shadow .box1 .r_box {
        padding-top: 0;
    }

    .function_shadow .box2 .l_box {
        padding-top: 0;
    }

    .function_shadow .box3 .small_title20 {
        padding-top: 0;
    }

    .function_shadow .box1 {
        align-items: center;
    }

    .function_shadow .box2 {
        align-items: center;
    }

    .function_shadow .box3 {
        align-items: center;
    }

    .function_shadow .title28 {
        font-size: 22px !important;
        margin-bottom: 25px !important;
    }

    .function_shadow .small_title20 {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 10px;
        min-height: unset !important;
    }

    .function_shadow .box1,
    .function_shadow .box2,
    .function_shadow .box3,
    .function_shadow .box4,
    .function_shadow .box5,
    .function_shadow .box6,
    .function_shadow .box7,
    .function_shadow .box8,
    .function_shadow .box9,
    .function_shadow .box10,
    .function_shadow .box11,
    .function_shadow .box12,
    .function_shadow .box13,
    .function_shadow .box14 {
        margin-bottom: 50px;
    }

}

@media(max-width:1333px) {
    .function_shadow .title28 {
        font-size: 20px;
    }

    .function_shadow .small_title20 {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 10px;
        min-height: unset !important;
    }

    .function_shadow .box1,
    .function_shadow .box2,
    .function_shadow .box3,
    .function_shadow .box4,
    .function_shadow .box5,
    .function_shadow .box6,
    .function_shadow .box7,
    .function_shadow .box8,
    .function_shadow .box9,
    .function_shadow .box10,
    .function_shadow .box11,
    .function_shadow .box12,
    .function_shadow .box13,
    .function_shadow .box14 {
        margin-bottom: 40px;
    }

    .function_shadow .box11 .wrap,
    .function_shadow .box12 .wrap {
        align-items: center;
    }

    .function_shadow .box12 .s_imgbox {
        margin-bottom: 10px;
    }

    .function_shadow .title {
        font-size: 30px;
        line-height: 40px;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .shadow_recommend .shad {
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        display: flex;
        margin: 0 auto;
        z-index: 10;
        width: 55%;
        flex-direction: column;
        transform: translateY(-50%);
    }
}

@media(max-width:999px) {
    .function_shadow .title28 {
        font-size: 18px;
    }

    .function_shadow .title {
        font-size: 26px;
        line-height: 34px;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .function_shadow .box1,
    .function_shadow .box2,
    .function_shadow .box3,
    .function_shadow .box4,
    .function_shadow .box5,
    .function_shadow .box6,
    .function_shadow .box7,
    .function_shadow .box8,
    .function_shadow .box9,
    .function_shadow .box10,
    .function_shadow .box11,
    .function_shadow .box12,
    .function_shadow .box13,
    .function_shadow .box14 {
        margin-bottom: 30px;
    }

    .function_shadow .box1 {
        flex-direction: column;
    }

    .function_shadow .box1 .l_box {
        width: 65%;
        margin: 0 auto;
        margin-bottom: 18px;
        height: auto;
    }

    .function_shadow .box1 .r_box {
        width: 100%;
    }

    .function_shadow .box2 {
        flex-direction: column-reverse;
    }

    .function_shadow .box2 .r_box {
        width: 65%;
        margin: 0 auto;
        margin-bottom: 18px;
        height: auto;
    }

    .function_shadow .box2 .l_box {
        width: 100%;
    }

    .function_shadow .box3 {
        flex-direction: column;
    }

    .function_shadow .box3 .l_box {
        width: 65%;
        margin: 0 auto;
        margin-bottom: 18px;
        height: auto;
    }

    .function_shadow .box3 .r_box {
        width: 100%;
    }

    .function_shadow .box7 .wrap {
        flex-direction: column;
    }

    .function_shadow .box7 .inner {
        width: 100%;
        margin-bottom: 15px;
    }

    .function_shadow .box7 .inner .imgbox {
        width: 65%;
        margin: 0 auto;
        margin-bottom: 15px;
        height: auto;
    }

    .function_shadow .box8 .inner {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 15px;
    }

    .function_shadow .box8 .imgbox {
        width: 75%;
        margin: 0 auto;
        margin-bottom: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
        height: auto;

    }

    .function_shadow .box9 .inner {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 20px;
    }

    .function_shadow .box9 .inner:last-child {
        margin-right: 2%;
    }

    .function_shadow .box9 .inner:nth-child(2n) {
        margin-right: 0;
    }

    .function_shadow .box10 .inner {
        width: 32%;
        margin-right: 1%;
        margin-bottom: 20px;
    }

    .function_shadow .box10 .inner:last-child {
        margin-right: 0;
    }

    .function_shadow .box10 .inner:nth-child(3n) {
        margin-right: 0;
    }

    .function_shadow .box11 .wrap,
    .function_shadow .box12 .wrap {
        flex-direction: column;
    }

    .function_shadow .box11 .wrap .l_box,
    .function_shadow .box12 .wrap .l_box,
    .function_shadow .box11 .r_box,
    .function_shadow .box12 .r_box {
        width: 100%;
        height: auto !important;
    }

    .function_shadow .box11 .l_box,
    .function_shadow .box12 .l_box {
        margin-bottom: 20px;
    }

    .function_shadow .box13 .wrap {
        flex-direction: column;
    }

    .function_shadow .box13 .wrap .l_box {
        width: 100%;
        margin-bottom: 15px;
        height: auto !important;
    }

    .function_shadow .box13 .wrap .r_box {
        width: 100%;
    }

    .function_shadow .box14 .wrap {
        flex-direction: column;
    }

    .function_shadow .box14 .wrap .l_box {
        width: 100%;
        margin-bottom: 15px;
    }

    .function_shadow .box14 .wrap .r_box {
        width: 100%;
    }

    .shadow_recommend .shad {
        width: 90%;
    }

    .shadow_recommend .shad .imgbox {
        display: flex;
        justify-content: center;
    }

    .shadow_recommend .shad {
        position: relative;
        transform: unset;
    }

    .shadow_recommend .recommend_box::after {
        display: none;
    }

    .shadow_recommend .recommend_box>img {
        margin-bottom: 25px;
    }

    .function_shadow .shadow_recommend .content {
        color: #262626;
    }
}


@media(max-width:768px) {

    .function_shadow .box1,
    .function_shadow .box2,
    .function_shadow .box3,
    .function_shadow .box4,
    .function_shadow .box5,
    .function_shadow .box6,
    .function_shadow .box7,
    .function_shadow .box8,
    .function_shadow .box9,
    .function_shadow .box10,
    .function_shadow .box11,
    .function_shadow .box12,
    .function_shadow .box13,
    .function_shadow .box14 {
        margin-bottom: 20px;

    }

    .function_shadow .box9 .inner {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 20px;

    }

    .function_shadow .box9 .imgbox {
        display: flex;
        justify-content: center;
    }

    .function_shadow .box10 .inner {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 20px;
    }

    .function_shadow .box10 .inner .imgbox {
        display: flex;
        justify-content: center;
    }

    .function_shadow .box1 .l_box,
    .function_shadow .box2 .r_box,
    .function_shadow .box3 .l_box {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .function_shadow .box7 .inner .imgbox {
        width: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        margin-bottom: 15px;
    }

    .function_shadow .box8 .imgbox {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 15px;
        display: flex;
        justify-content: center;
    }

    .function_shadow .box14 .wrap .l_box {
        width: 100%;
        margin-bottom: 15px;
        height: auto;
    }

    .function_shadow .box10 .inner .imgbox {
        display: flex;
        justify-content: center;
        height: auto;
    }

    .function_shadow .box9 .imgbox {
        height: auto;
    }
}

@media(max-width:570px) {}








/* product_video1 */

.product_video1 {
    margin-bottom: 45px;

}

.product_video1 .safe {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.product_video1 .title {
    font-family: Montserrat-Medium;
    font-size: 52px;
    line-height: 60px;
    color: #000;
    margin-bottom: 50px;
}

.product_video1 .video {
    position: relative;
    margin: 0 auto;
    cursor: pointer;
}

.product_video1 img {
    display: block;
}

.product_video1 .play {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.product_video1 .video:hover .play {
    transform: rotate(90deg);
}

@media(max-width:1600px) {
    .product_video1 .title {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 40px;
    }
}

@media(max-width:1333px) {
    .product_video1 .title {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 30px;
    }
}

@media(max-width:999px) {
    .product_video1 {
        margin-bottom: 40px;
    }

    .product_video1 .title {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 25px;
    }
}

@media(max-width:768px) {
    .product_video1 .title {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 20px;
    }

    .product_video1 .play {
        width: 70px;
    }
}

@media(max-width:570px) {
    .product_video1 {
        margin-bottom: 30px;
    }

    .product_video1 .title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 15px;
    }

}

@media(max-width:450px) {
    .product_video1 .play {
        width: 55px;
    }
}


/* product_clinical */
.product_clinical {
    padding: 30px 0px 24px 0px;
}

.product_clinical .title {
    font-family: Montserrat-Medium;
    font-size: 52px;
    line-height: 60px;
    color: #000;
    text-align: center;
    margin-bottom: 52px;
}

.product_clinical .clinical_box {}

.product_clinical .clinical_box .wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 36px;
}

.product_clinical .clinical_box .wrap:last-child {
    margin-bottom: 0;
}

.product_clinical .clinical_box .wrap .inner {
    width: 50%;
    padding-right: 3%;
}

.product_clinical .clinical_box .small_title {
    font-family: Montserrat-Medium;
    font-size: 24px;
    line-height: 38px;
    color: #000;
    margin-bottom: 10px;
}

.product_clinical .clinical_box .content {
    font-family: Montserrat-Light;
    font-size: 14px;
    line-height: 26px;
    color: #262626;
}

@media(max-width:1600px) {
    .product_clinical {
        padding: 0px 0px 50px 0px;
    }

    .product_clinical .title {
        font-size: 34px;
        line-height: 38px;
        margin-bottom: 40px;
    }

    .product_clinical .clinical_box .small_title {
        font-size: 22px;
        line-height: 38px;
        margin-bottom: 10px;
    }

    .product_clinical .clinical_box .wrap .inner p {
        hyphens: auto;
        -ms-hyphens: auto;
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
    }
}

@media(max-width:1333px) {
    .product_clinical .title {
        font-size: 32px;
        line-height: 36px;
        margin-bottom: 30px;
    }

    .product_clinical .clinical_box .small_title {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 10px;
    }
}

@media(max-width:999px) {
    .product_clinical {
        padding: 0px 0px 40px 0px;
    }

    .product_clinical .title {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 25px;
    }

    .product_clinical .clinical_box .wrap {
        flex-wrap: wrap;
        margin-bottom: 0;
    }

    .product_clinical .clinical_box .wrap .inner {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
}

@media(max-width:768px) {
    .product_clinical .title {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .product_clinical .clinical_box .small_title {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 8px;
    }

    .product_clinical .clinical_box .content {
        font-size: 14px;
        line-height: 24px;
    }
}

@media(max-width:570px) {
    .product_clinical {
        padding: 0px 0px 30px 0px;
    }

    .product_clinical .title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 15px;
    }

    .product_clinical .clinical_box .small_title {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 5px;
    }
}


/* product_kol */
.product_kol {
    padding: 50px 0px 91px;
}

.product_kol .title {
    font-family: Montserrat-Medium;
    font-size: 52px;
    line-height: 60px;
    color: #000;
    margin-bottom: 54px;
}

.product_kol .kol_box {
    display: flex;
    flex-wrap: wrap;
}

.product_kol .kol_box .kol_li {
    width: 31.6%;
    margin-right: 2.6%;
}

.product_kol .kol_box .kol_li:last-child {
    margin-right: 0;
}

.product_kol .kol_box .kol_li .imgbox {
    overflow: hidden;
    cursor: pointer;
}

.product_kol .kol_box .kol_li .imgbox img {
    display: block;
}

.product_kol .kol_box .kol_li .imgbox img:hover {
    transform: scale(1.05);
}

.product_kol .kol_box .kol_li .video {
    position: relative;
}

.product_kol .kol_box .kol_li .video::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.5;
    top: 0;
    left: 0;
}

.product_kol .kol_box .kol_li .video:hover .play {
    opacity: 1;
}

.product_kol .kol_box .kol_li .video .play {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 10;
    opacity: 1;
}

.product_kol .kol_box .kol_li .contact {
    background-color: #f6f6f6;
    padding: 21px 20px 25px 20px;
}

.product_kol .kol_box .kol_li .name1 {
    font-family: Montserrat-Light;
    font-size: 14px;
    line-height: 26px;
    color: #262626;
    margin-bottom: 3px;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product_kol .kol_box .kol_li .small_title {
    font-family: Montserrat-Medium;
    font-size: 18px;
    line-height: 26px;
    /*height:78px;*/
    color: #000;
    margin-bottom: 0px;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product_kol .kol_box .kol_li .small_title a {
    color: #000;
}

.product_kol .kol_box .kol_li .small_title a:hover {
    color: #023692;
}

.product_kol .kol_box .kol_li .name2 {
    font-family: OpenSans-Light;
    font-size: 16px;
    line-height: 38px;
    color: #333333;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media(max-width:1600px) {
    .product_kol {
        padding: 0px 0px 50px 0px;
    }

    .product_kol .title {
        font-size: 34px;
        line-height: 36px;
        margin-bottom: 40px;
    }

    .product_kol .kol_box .kol_li .small_title {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 5px;
    }

    .product_kol .kol_box .kol_li .contact {
        padding: 20px;
    }

    .product_kol .kol_box .kol_li .name1 {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 0px;
    }

    .product_kol .kol_box .kol_li .contact {
        padding: 15px;
    }
}

@media(max-width:1333px) {
    .product_kol .title {
        font-size: 32px;
        line-height: 34px;
        margin-bottom: 30px;
    }

    .product_kol .kol_box .kol_li .small_title {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 10px;
        /*height: 72px;*/
    }

    .product_kol .kol_box .kol_li .name1 {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 5px;
    }
}

@media(max-width:999px) {
    .product_kol {
        padding: 0px 0px 40px 0px;
    }

    .product_kol .title {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 25px;
    }

    .product_kol .kol_box .kol_li .contact {
        padding: 10px;
    }

    .product_kol .kol_box .kol_li {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 15px;
    }

    .product_kol .kol_box .kol_li:nth-child(2n) {
        margin-right: 0;
    }

    .product_kol .kol_box .kol_li .video .play {
        width: 70px;
        height: 70px;
    }

    .product_kol .kol_box .kol_li .small_title {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 8px;
    }
}

@media(max-width:768px) {
    .product_kol .title {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .product_kol .kol_box .kol_li .small_title {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 5px;
        /*height: 72px;*/

    }

    .product_kol .kol_box .kol_li .name1 {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 5px;
    }
}

@media(max-width:570px) {
    .product_kol {
        padding: 0px 0px 30px 0px;
    }

    .product_kol .title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 15px;
    }
}


@media(max-width:450px) {
    .product_kol .kol_box .kol_li {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 15px;
    }

    .product_kol .kol_box .kol_li .imgbox img {
        width: 100%;
    }

    .product_kol .kol_box .kol_li:last-child {
        margin-bottom: 0;
    }
}








/* product_say */
.product_say {
    padding: 70px 0px 84px 0px;
    background-color: #fafafa;
}

.product_say .title {
    font-family: Montserrat-Medium;
    font-size: 52px;
    line-height: 60px;
    color: #000;
    margin-bottom: 40px;
}

.product_say .say_li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 63px;
}

.product_say .say_li:last-child {
    margin-bottom: 0;
}

.product_say img {
    display: block;
}

.product_say .say_li .people {
    display: flex;
    align-items: center;
    width: 15.25%;
    border-right: 1px solid #d0d0d6;
}

.product_say .say_li .content {
    width: 80.9%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;

    font-family: Montserrat-Light;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0px;
    color: #666666;
}

.product_say .say_li .people .pic {
    margin-right: 15px;
}

.product_say .say_li .people .name {
    font-family: Montserrat-Medium;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 0px;
    color: #000;
}

.product_say .say_li .people .country {
    font-family: Montserrat-Light;
    font-size: 14px;
    color: #262626;
}

@media(max-width:1600px) {
    .product_say {
        padding: 50px 0px;
        background-color: #fafafa;
    }

    .product_say .title {
        font-size: 34px;
        line-height: 48px;
        margin-bottom: 40px;
    }

    .product_say .say_li {
        margin-bottom: 50px;
    }
}

@media(max-width:1333px) {
    .product_say .title {
        font-size: 32px;
        line-height: 44px;
        margin-bottom: 30px;
    }

    .product_say .say_li {
        margin-bottom: 40px;
    }

    .product_say .say_li .people {
        width: 20%;
    }

    .product_say .say_li .people .name {
        font-size: 16px;
        line-height: 24px;
    }

    .product_say .say_li .content {
        width: 77%;
        font-size: 16px;
        line-height: 30px;
        color: #666666;
    }
}

@media(max-width:999px) {
    .product_say {
        padding: 40px 0px;
    }

    .product_say .title {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 25px;
    }

    .product_say .say_li {
        margin-bottom: 30px;
        flex-direction: column;
    }

    .product_say .say_li .people {
        width: 100%;
        border: unset;
        margin-bottom: 10px;
    }

    .product_say .say_li .content {
        width: 100%;
    }
}

@media(max-width:768px) {
    .product_say .title {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .product_say .say_li {
        margin-bottom: 20px;
    }

    .product_say .say_li .content {
        font-size: 14px;
        line-height: 26px;
    }

    .product_say .say_li .people .country {
        font-size: 14px;
    }

    .product_say .say_li .people .name {
        font-size: 14px;
        line-height: 22px;
    }
}

@media(max-width:570px) {
    .product_say {
        padding: 30px 0px;
    }

    .product_say .title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 15px;
    }

    .product_say .say_li {
        margin-bottom: 15px;
    }
}








/* product_related */
.product_related {
    padding: 82px 0px 73px 0px;
}

.product_related .title,
.academy_box .artitle {
    font-family: OpenSans-Regular;
    font-size: 36px;
    line-height: 38px;
    color: #333333;
    text-align: center;
    margin-bottom: 73px;
    font-weight: bold;
}

.relation_academy .artitle {
    font-family: OpenSans-Regular;
    font-size: 52px;
    font-size: 52px;
    line-height: 55px;
    color: #333333;
    text-align: center;
    margin-bottom: 73px;
    font-weight: bold;
}

.product_related .related_box {
    display: flex;
    flex-wrap: wrap;
}

.product_related .related_box .related_li {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 10px;
}

.product_related .related_box .related_li:hover {
    box-shadow: 4px 4px 16px 0px rgba(210, 210, 214, 0.4);
}

.product_related .related_box .imgbox {
    overflow: hidden;
    margin-bottom: 46px;
}

.product_related .related_box .imgbox img {
    display: block;
}

.product_related .related_box .imgbox img:hover {
    transform: scale(1.05);
}

.product_related .related_box .contact {
    padding: 10px 15px;
    text-align: center;
}

.product_related .related_box .small_title {
    font-family: OpenSans-Regular;
    font-size: 20px;
    line-height: 28px;
    color: #023692;
    margin-bottom: 7px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
}

.product_related .related_box .small_title a {
    color: #333333;
}

.product_related .related_box .small_title a:hover {
    color: #023692;
}

.product_related .related_box .content {
    font-family: OpenSans-Light;
    font-size: 16px;
    line-height: 26px;
    color: #333333;
    margin-bottom: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product_related .related_box .view_more {
    width: 153px;
    height: 46px;
    background-color: #ffffff;
    border-radius: 23px;
    border: solid 1px #0c41c7;
    font-family: OpenSans-Light;
    font-size: 16px;
    line-height: 38px;
    color: #0c41c7;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.product_related .related_box .view_more:hover {
    background-color: #023692;
    color: #fff;
    border: unset;
}

@media(max-width:1600px) {
    .product_related {
        padding: 50px 0px;
    }

    .product_related .title,
    .academy_box .artitle {
        font-size: 34px;
        line-height: 36px;
        margin-bottom: 90px;
    }

    .product_related .related_box .view_more {
        width: 150px;
        height: 45px;
        font-size: 16px;
        line-height: 38px;
    }

    .product_related .related_box .imgbox {
        margin-bottom: 40px;
    }
}

@media(max-width:1333px) {

    .product_related .title,
    .academy_box .artitle {
        font-size: 32px;
        line-height: 34px;
        margin-bottom: 70px;
    }

    .product_related .related_box .imgbox {
        margin-bottom: 30px;
    }
}

@media(max-width:999px) {
    .product_related {
        padding: 40px 0px;
    }

    .product_related .title,
    .academy_box .artitle {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 50px;
    }

    .product_related .related_box .small_title {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 7px;
    }

    .product_related .related_box .content {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 10px;
    }

    .product_related .related_box .related_li {
        padding-top: 20px;
    }
}

@media(max-width:768px) {

    .product_related .title,
    .academy_box .artitle {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 30px;
    }

    .product_related .related_box .imgbox {
        margin-bottom: 20px;
        width: 75%;
    }

    .product_related .related_box .small_title {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 4px;
    }

    .product_related .related_box .content {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 8px;
    }

    .product_related .related_box .view_more {
        width: 120px;
        height: 38px;
        font-size: 14px;
    }

    .product_related .related_box .contact {
        padding: 5px 5px;
        text-align: center;
    }
}

@media(max-width:570px) {
    .product_related {
        padding: 30px 0px;
    }

    .product_related .title,
    .academy_box .artitle {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 28px;
    }

    .product_related .related_box .related_li {
        padding-top: 15px;
    }
}

@media(max-width:400px) {
    .product_related .related_box .related_li {
        width: 100%;
        margin-bottom: 20px;
    }

    .product_related .related_box .related_li:last-child {
        margin-bottom: 0;
    }
}



/* 3-1 academy */


.academy_box {
    padding: 45px 0px 22px 0px;
}

.academy_box .safe {
    display: flex;
    flex-wrap: wrap;
}

.academy_box .academy_li {
    width: 31.9%;
    margin-right: 2.1%;
    margin-bottom: 40px;

    transition: none;
}

.academy_box .academy_li:nth-child(3n) {
    margin-right: 0;
}

.academy_box .academy_li .imgbox {
    overflow: hidden;
}

.academy_box .academy_li .imgbox img {
    display: block;
    width: 100%;
}

.academy_box .academy_li .imgbox img:hover {
    transform: scale(1.05);
}

.academy_box .academy_li .contact {
    padding: 36px 22px 34px 31px;
    background-color: #f5f7fa;

}

.academy_box .academy_li .contact .title {
    font-family: Montserrat-Medium;
    font-size: 22px;
    line-height: 32px;
    color: #023692;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.academy_box .academy_li .contact .title a {
    color: #000;
}

.academy_box .academy_li .contact .title a:hover {
    color: #023692;
}

.academy_box .academy_li .contact .content {
    font-family: Montserrat-Light;
    font-size: 14px;
    line-height: 26px;
    color: #262626;
    margin-bottom: 15px;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
}

.academy_box .academy_li .contact .view_more {
    font-family: Montserrat-Regular !important;
    font-size: 12px !important;
    line-height: 26px;
    color: #000 !important;
}

.academy_box .academy_li .contact .view_more:hover {
    /*text-decoration: underline;*/
    color: #023692 !important;
    font-weight: normal !important;
}

@media(max-width:1600px) {
    .academy_box {
        padding: 50px 0px 30px 0px;
    }

    .academy_box .academy_li {
        width: 32%;
        margin-right: 2%;
        margin-bottom: 30px;
    }

    .academy_box .academy_li .contact {
        padding: 26px 20px 26px 30px;
    }

    .academy_box .academy_li .contact .title {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 10px;
    }

    .academy_box .academy_li .contact .content {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 15px;
    }
}

@media(max-width:1333px) {
    .academy_box .academy_li .contact {
        padding: 18px 15px 18px 15px;
    }

    .academy_box .academy_li .contact .title {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 5px;
    }
}

@media(max-width:999px) {
    .academy_box {
        padding: 40px 0px 20px 0px;
    }

    .academy_box .academy_li {
        width: 48%;
        margin-right: 2%;
        margin-bottom: 30px;
    }

    .academy_box .academy_li:nth-child(3n) {
        margin-right: 2%;
    }

    .academy_box .academy_li:nth-child(2n) {
        margin-right: 0%;
    }
}

@media(max-width:768px) {
    .academy_box {
        padding: 30px 0px 10px 0px;
    }

    .academy_box .academy_li .contact .title {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 5px;
    }

    .academy_box .academy_li .contact .content {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 15px;
    }

    .academy_box .academy_li .contact .view_more {
        font-size: 14px;
        line-height: 30px;
    }

    .academy_box .academy_li .contact {
        padding: 15px 10px 15px 10px;
    }
}

@media(max-width: 450px) {
    .academy_box .academy_li {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 15px;
    }

    .academy_box .academy_li .imgbox img {
        width: 100%;
    }
}







.pagination {
    display: block;
}

.pagination a {
    color: #333;
    width: 100%;
    height: 100%;
    display: inline-block;
}

.pagination .safe {
    display: flex;
    padding: 34px 0px 96px 0px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}



.pagination .prev:hover {
    background-color: #0536b0;
    border: 1px solid #0536b0;
}

.pagination .prev:hover {
    color: #fff;
}

.pagination {
    flex-wrap: wrap;
}

.pagination .li,
.pagination .safe a {
    width: 36px;
    height: 30px;
    font-size: 14px;
    background-color: #ffffff;
    border: solid 1px #e5e5e5;
    text-align: center;
    margin: 4px 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Montserrat-Light;
}

.pagination .safe a:hover {
    background-color: #0536b0;
    border: 1px solid #0536b0;
}

.pagination .safe a:hover {
    color: #fff;
}

.pagination .next,
.pagination .big {
    width: 61px;
    height: 30px;
    font-size: 14px;
    background-color: #ffffff;
    border: solid 1px #e5e5e5;
    text-align: center;
    margin-right: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination .prev,
.pagination .safe a.big {
    width: 79px;
    height: 30px;
    background-color: #ffffff;
    border: solid 1px #e5e5e5;
    text-align: center;
    font-size: 14px;
    /* float: left; */
    margin-right: 10px;
    margin-left: 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination .next:hover {
    background-color: #0536b0;
    border: 1px solid #0536b0;
}

.pagination .safe a.no:hover {
    background-color: #ffffff !important;
    border: solid 1px #e5e5e5 !important;
    color: #333;
}

.pagination .next:hover {
    color: #fff;
}

.pagination .add {
    width: 176px;
    height: 40px;
    background-color: #0536b0;
    border-radius: 4px;
    border: solid 1px #999999;
    text-align: center;
    line-height: 40px;
    cursor: pointer;

    font-family: Montserrat-Light;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    /* float: left; */
}

.pagination .add:hover {
    background: #fff;
    color: #0536b0;
    border: 1px solid #3c8bff;
}

.pagination .add:hover {
    color: #0536b0;
}

.pagination .imgbox img {
    padding-left: 15px;
}

.pagination .active {
    border: unset !important;
    background-color: #0536b0 !important;
    color: #fff;
}

@media(max-width:1600px) {
    .pagination .prev {
        width: 79px;
        height: 30px;
        font-size: 16px;
        line-height: 35px;
    }

    .pagination .li {
        width: 36px;
        height: 30px;
        font-size: 16px;
        line-height: 26px;
    }

    .pagination .next {
        width: 61px;
        height: 30px;
        font-size: 16px;
        line-height: 35px;
        margin-right: 17px;
        cursor: pointer;
    }

    .pagination .add {
        width: 160px;
        height: 36px;
        text-align: center;
        cursor: pointer;
        font-size: 16px;
        line-height: 35px;
    }

}

@media(max-width:1333px) {
    .pagination .safe {
        padding: 37px 0px;
    }

    .pagination .safe {
        padding: 15px 0px;
    }
}

@media(max-width: 999px) {
    .pagination .prev {
        width: 79px;
        height: 30px;
        font-size: 14px;
        line-height: 35px;
    }

    .pagination .li {
        width: 36px;
        height: 30px;
        font-size: 14px;
        line-height: 26px;
    }

    .pagination .next {
        width: 61px;
        height: 30px;
        font-size: 14px;
        line-height: 35px;
        margin-right: 17px;
        cursor: pointer;
    }

    .pagination .add {
        width: 160px;
        height: 36px;
        text-align: center;
        cursor: pointer;
        font-size: 14px;
        line-height: 35px;
    }

}



/* 3-2 academy */


.academy_box2 {
    padding: 40px 0px 22px 0px;
}

.academy_box2 .safe {
    display: flex;
    flex-wrap: wrap;
}

.academy_box2 .academy_li {
    width: 32.4%;
    margin-right: 1.4%;
    margin-bottom: 40px;
}

.academy_box2 .academy_li:nth-child(3n) {
    margin-right: 0;
}

.academy_box2 .academy_li .imgbox {
    overflow: hidden;
}

.academy_box2 .academy_li .imgbox img {
    display: block;
}

.academy_box2 .academy_li .imgbox img:hover {
    transform: scale(1.05);
}

.academy_box2 .academy_li .contact {
    padding: 12px 10px 22px 0px;
}

.academy_box2 .academy_li .contact .data {
    font-family: Montserrat-Light;
    font-size: 14px;
    line-height: 26px;
    color: #262626;
    margin-bottom: 3px;
}

.academy_box2 .academy_li .contact .title {
    font-family: Montserrat-Medium;
    font-size: 22px;
    line-height: 32px;
    color: #023692;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.academy_box2 .academy_li .contact .title a {
    color: #000;
}

.academy_box2 .academy_li .contact .title a:hover {
    color: #023692;
}



@media(max-width:1600px) {
    .academy_box2 {
        padding: 50px 0px 0px 0px;
    }

    .academy_box2 .academy_li {
        width: 32%;
        margin-right: 2%;
        margin-bottom: 20px;
    }

    .academy_box2 .academy_li .contact .title {

        margin-bottom: 10px;
    }

    .academy_box2 .academy_li .contact .content {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 5px;
    }
}

@media(max-width:1333px) {


    .academy_box2 .academy_li .contact .title {

        margin-bottom: 5px;
    }

    .academy_box2 .academy_li .contact {
        padding: 15px 10px 15px 0px;
    }

    .academy_box2 .academy_li .contact .title {
        font-size: 16px;
        line-height: 26px;
    }

    .academy_box2 .academy_li .contact .data {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 5px;
    }
}

@media(max-width:999px) {
    .academy_box2 {
        padding: 40px 0px 0px 0px;
    }

    .academy_box2 .academy_li {
        width: 48%;
        margin-right: 2%;
        margin-bottom: 30px;
    }

    .academy_box2 .academy_li:nth-child(3n) {
        margin-right: 2%;
    }

    .academy_box2 .academy_li:nth-child(2n) {
        margin-right: 0%;
    }
}

@media(max-width:768px) {
    .academy_box2 {
        padding: 30px 0px 0px 0px;
    }

    .academy_box2 .academy_li .contact .title {
        font-size: 14px;
        line-height: 24px;
    }

    .academy_box2 .academy_li .contact {
        padding: 10px 10px 10px 0px;
    }
}

@media(max-width: 450px) {
    .academy_box2 .academy_li {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 15px;
    }

    .academy_box2 .academy_li .imgbox img {
        width: 100%;
    }
}




/* 3-3 academy */

.academy_detail {
    padding: 40px 0px 50px 0px;
}

.academy_detail .safe {
    display: flex;
    justify-content: space-between;
}

.academy_detail .leftbox {
    width: 68%;
}

.academy_detail .leftbox .title {
    font-family: Montserrat-Medium;
    font-size: 52px;
    line-height: 60px;
    color: #000;
    margin-bottom: 39px;
}

.academy_detail .leftbox .sharebox {
    display: flex;
    align-items: center;
    font-family: Montserrat-Light;
    font-size: 14px;
    /*  line-height: 36px;*/
    color: #262626;
    margin-bottom: 40px;
}

.academy_detail .leftbox .sharebox span {
    margin-right: 5px;
}

.academy_detail .leftbox .contact {
    display: flex;
    justify-content: space-between;
    margin-bottom: 28px;
}

.academy_detail .leftbox .contact .lef {
    width: 41.7%;
    font-family: Montserrat-Light;
    font-size: 14px;
    line-height: 26px;
    color: #262626;
}

.academy_detail .leftbox .contact .rig {
    width: 52%;
}

.academy_detail .leftbox .contact .rig img {
    display: block;
}

.academy_detail .leftbox .content {
    border-bottom: 1px solid #d0d0da;
    padding-bottom: 48px;
    margin-bottom: 39px;
}

.academy_detail .leftbox .content strong {
    font-style: normal;
    font-weight: normal;
    font-family: Montserrat-Medium;
    font-size: 24px;
    line-height: 32px;
    color: #000;
}

.academy_detail .leftbox .content p,
.academy_detail .leftbox .content a {
    font-family: Montserrat-Light;
    font-size: 14px;
    line-height: 26px;
    color: #262626;
}

.academy_detail .leftbox .content a {
    color: #0c41c7;
    text-decoration: underline;
}

.academy_detail .leftbox .content p img {
    text-align: center;
}


.academy_detail .btnbox .prev {
    margin-bottom: 15px;
}

.academy_detail .btnbox .prev,
.academy_detail .btnbox .next {
    display: flex;
    align-items: center;
}

.academy_detail .btnbox .prev>i,
.academy_detail .btnbox .prev>a,
.academy_detail .btnbox .next>a,
.academy_detail .btnbox .next>i {
    width: 50px;
    height: 50px;
    border: solid 1px #1e1e1e;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-right: 10px;
}

.academy_detail .btnbox .next a:hover,
.academy_detail .btnbox .prev a:hover {
    background-color: #0536b0;
    color: #fff;
    border: 1px solid #0536b0;

}

.academy_detail .btnbox .inn .page a:hover {
    color: #0536b0;
    background: none;
    border: none;
}

.academy_detail .btnbox .prev .btn_font,
.academy_detail .btnbox .next .btn_font {
    font-family: Montserrat-Medium;
    font-size: 22px;
    line-height: 32px;
    color: #000;
}

.academy_detail .btnbox .prev .page,
.academy_detail .btnbox .next .page {
    font-family: Montserrat-Light;
    font-size: 14px;
    line-height: 26px;
    color: #262626;
}



.academy_detail .rightbox {
    width: 30%;
}

.academy_detail .rightbox .title {
    font-family: Montserrat-Medium;
    font-size: 30px;
    line-height: 34px;
    color: #000;
    margin-bottom: 25px;
}

.academy_detail .rightbox .detail_related {
    border-top: 3px solid #d7d7d7;
}

.academy_detail .rightbox .detail_related li {
    padding: 36px 0px 26px 0px;
    border-bottom: 1px solid #d7d7d7;
}

.academy_detail .rightbox .small_title {
    font-family: Montserrat-Medium;
    font-size: 24px;
    line-height: 32px;
    color: #0536b0;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.academy_detail .rightbox .small_title a {
    color: #000;
}

.academy_detail .rightbox .small_title a:hover {
    color: #0536b0;
}

.academy_detail .rightbox .content {
    font-family: Montserrat-Light;
    font-size: 14px;
    line-height: 26px;
    color: #262626;
    margin-bottom: 9px;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
}

.academy_detail .rightbox .view_more {
    font-family: Montserrat-Light;
    font-size: 14px;
    line-height: 26px;
    color: #0536b0;
}

.academy_detail .rightbox .view_more:hover {
    text-decoration: underline;
}

.academy_detail table {
    border-collapse: collapse;
    border: 2px solid #dddddd;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 15px;
    min-width: 700px;
    overflow: auto;
}

.academy_detail .tablen {
    overflow: auto;
}

.academy_detail table tr {
    color: #666666;
}

.academy_detail table tr td {
    border: 2px solid #dddddd;
    padding: 10px 15px;
    text-align: center;
}

.academy_detail video {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    left: 0;
    top: 0;
    object-fit: cover;
}

@media(max-width:1600px) {
    .academy_detail {
        padding: 50px 0px;
    }

    .academy_detail .leftbox .title {
        font-size: 34px;
        line-height: 36px;
        margin-bottom: 40px;
    }

    .academy_detail .rightbox .title {
        font-size: 30px;
        line-height: 32px;
        margin-bottom: 30px;
    }

    .academy_detail .leftbox .sharebox {
        font-size: 16px;
        line-height: 36px;
        margin-bottom: 40px;
    }

    .academy_detail .leftbox .content strong {
        font-size: 24px;
        line-height: 30px;
        color: #333333;
    }

    .academy_detail .leftbox .content {
        padding-bottom: 40px;
        margin-bottom: 40px;
    }

    .academy_detail .rightbox .detail_related li {
        padding: 30px 0px 25px 0px;
    }

    .academy_detail .rightbox .small_title {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 15px;
    }
}

@media(max-width:1333px) {
    .academy_detail .leftbox .title {
        font-size: 32px;
        line-height: 34px;
        margin-bottom: 30px;
    }

    .academy_detail .rightbox .title {
        font-size: 28px;
        line-height: 30px;
        margin-bottom: 25px;
    }

    .academy_detail .leftbox .sharebox {
        font-size: 16px;
        line-height: 34px;
        margin-bottom: 35px;
    }

    .academy_detail .leftbox .content strong {
        font-size: 22px;
        line-height: 30px;
    }

    .academy_detail .leftbox .content {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
}

@media(max-width:999px) {
    .academy_detail {
        padding: 40px 0px;
    }

    .academy_detail .leftbox .title {
        font-size: 28px;
        line-height: 30px;
        margin-bottom: 25px;
    }

    .academy_detail .rightbox .title {
        font-size: 26px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .academy_detail .leftbox .sharebox {
        font-size: 16px;
        line-height: 36px;
        margin-bottom: 30px;
    }

    .academy_detail .leftbox .content strong {
        font-size: 20px;
        line-height: 28px;
    }

    .academy_detail .leftbox .content {
        padding-bottom: 25px;
        margin-bottom: 25px;
    }

    .academy_detail .rightbox .small_title {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .academy_detail .safe {
        flex-direction: column;
    }

    .academy_detail .leftbox {
        width: 100%;
        margin-bottom: 25px;
    }

    .academy_detail .rightbox {
        width: 100%;
    }

    .academy_detail .leftbox .contact {
        align-items: center;
    }
}

@media(max-width:768px) {
    .academy_detail .leftbox .title {
        font-size: 24px;
        line-height: 26px;
        margin-bottom: 20px;
    }

    .academy_detail .rightbox .title {
        font-size: 24px;
        line-height: 26px;
        margin-bottom: 20px;
    }

    .academy_detail .leftbox .sharebox {
        font-size: 14px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .academy_detail .leftbox .content strong {
        font-size: 18px;
        line-height: 26px;
    }

    .academy_detail .leftbox .content {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .academy_detail .rightbox .small_title {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 8px;
    }

    .academy_detail .leftbox .contact {
        flex-direction: column;
    }

    .academy_detail .leftbox .contact .lef {
        width: 100%;
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 15px;
        color: #333333;
    }

    .academy_detail .leftbox .contact .rig {
        width: 90%;
        margin: 0 auto;
    }

    .academy_detail .leftbox .content p,
    .academy_detail .leftbox .content a {
        font-size: 14px;
        line-height: 26px;
    }

    .academy_detail .rightbox {
        width: 100%;
    }

    .academy_detail .rightbox .content {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 8px;
    }

    .academy_detail .rightbox .view_more {
        font-size: 14px;
        line-height: 26px;
    }

    .academy_detail .rightbox .detail_related li {
        padding: 20px 0px 20px 0px;
    }

    .academy_detail .leftbox {
        margin-bottom: 20px;
    }

    .academy_detail .btnbox .prev i,
    .academy_detail .btnbox .next a {
        width: 40px;
        height: 40px;
        font-size: 16px;
        margin-right: 10px;
    }

    .academy_detail .btnbox .prev .btn_font,
    .academy_detail .btnbox .next .btn_font {
        font-size: 16px;
        line-height: 24px;
    }

    .academy_detail .btnbox .prev .page,
    .academy_detail .btnbox .next .page {
        font-size: 14px;
        line-height: 24px;
    }
}

@media(max-width:570px) {
    .academy_detail {
        padding: 30px 0px;
    }

    .academy_detail .leftbox .title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 15px;
    }

    .academy_detail .rightbox .title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 15px;
    }

    .academy_detail .leftbox .sharebox {
        font-size: 14px;
        line-height: 28px;
        margin-bottom: 15px;
    }

    .academy_detail .leftbox .content strong {
        font-size: 16px;
        line-height: 26px;
    }

    .academy_detail .leftbox .content {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
}









/* academy_related */
.academy_related {
    padding: 26px 0px 126px 0px;
}

.academy_related .title {
    font-family: Montserrat-Medium;
    font-size: 52px;
    line-height: 60px;
    color: #333333;
    text-align: center;
    margin-bottom: 51px;
}

.academy_related .related_box {
    display: flex;
    flex-wrap: wrap;
}

.academy_related .related_box .related_li {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 30px;
}

.academy_related .related_box .related_li:hover {
    box-shadow: 4px 4px 16px 0px rgba(210, 210, 214, 0.26);
}

.academy_related .related_box .imgbox {
    overflow: hidden;
    margin-bottom: 46px;
}

.academy_related .related_box .imgbox img {
    display: block;
}

.academy_related .related_box .imgbox img:hover {
    transform: scale(1.05);
}

.academy_related .related_box .contact {
    padding: 10px 15px 25px 15px;
    text-align: center;
}

.academy_related .related_box .small_title {
    font-family: Montserrat-Medium;
    font-size: 22px;
    line-height: 32px;
    color: #023692;
    margin-bottom: 7px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.academy_related .related_box .small_title a {
    color: #000;
}

.academy_related .related_box .small_title a:hover {
    color: #023692;
}

.academy_related .related_box .content {
    font-family: Montserrat-Light;
    font-size: 14px;
    line-height: 26px;
    color: #262626;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.academy_related .related_box .view_more {
    width: 153px;
    height: 46px;
    background-color: #ffffff;
    border-radius: 23px;
    border: solid 1px #0c41c7;
    font-family: Montserrat-Light;
    font-size: 14px;
    line-height: 26px;
    color: #0c41c7;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.academy_related .related_box .view_more:hover {
    background-color: #023692;
    color: #fff;
    border: unset;
}

@media(max-width:1600px) {
    .academy_related {
        padding: 50px 0px;
    }

    .academy_related .title {
        font-size: 34px;
        line-height: 36px;
        margin-bottom: 90px;
    }

    .academy_related .related_box .view_more {
        width: 150px;
        height: 45px;
        font-size: 16px;
        line-height: 38px;
    }

    .academy_related .related_box .imgbox {
        margin-bottom: 40px;
    }
}

@media(max-width:1333px) {
    .academy_related .title {
        font-size: 32px;
        line-height: 34px;
        margin-bottom: 70px;
    }

    .academy_related .related_box .imgbox {
        margin-bottom: 30px;
    }
}

@media(max-width:999px) {
    .academy_related {
        padding: 40px 0px;
    }

    .academy_related .title {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 50px;
    }

    .academy_related .related_box .small_title {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 7px;
    }

    .academy_related .related_box .content {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 10px;
    }

    .academy_related .related_box .related_li {
        padding-top: 20px;
    }
}

@media(max-width:768px) {
    .academy_related .title {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 30px;
    }

    .academy_related .related_box .imgbox {
        margin-bottom: 20px;
        width: 75%;
    }

    .academy_related .related_box .small_title {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 4px;
    }

    .academy_related .related_box .content {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 8px;
    }

    .academy_related .related_box .view_more {
        width: 120px;
        height: 38px;
        font-size: 14px;
    }

    .academy_related .related_box .contact {
        padding: 5px 5px;
        text-align: center;
    }
}

@media(max-width:570px) {
    .academy_related {
        padding: 30px 0px;
    }

    .academy_related .title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 28px;
    }

    .academy_related .related_box .related_li {
        padding-top: 15px;
    }
}

@media(max-width:400px) {
    .academy_related .related_box .related_li {
        width: 100%;
        margin-bottom: 20px;
    }

    .academy_related .related_box .related_li:last-child {
        margin-bottom: 0;
    }
}


/* 4-1 about */

/* about_us */
.about_us {
    padding: 46px 0px 90px;
    position: relative;

}

.about_us .bg_title {
    position: absolute;
    right: 0%;
    top: -17%;
    z-index: -1;
    /* overflow-x: hidden; */
}

.about_us .safe {
    display: flex;
    justify-content: space-between;
}

.about_us .leftbox {
    width: 56%;
}

.about_us .rightbox {
    width: 36%;
}

.about_us .leftbox .title {
    font-family: Montserrat-Medium;
    font-size: 52px;
    line-height: 60px;
    color: #000;
    margin-bottom: 36px;
}

.about_us .leftbox .content {
    font-family: Montserrat-Light;
    font-size: 18px;
    line-height: 34px;
    color: #262626;
    hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
}

.about_us .rightbox .video {
    position: relative;
    cursor: pointer;
}

.about_us .rightbox .video:hover .play {
    transform: rotate(90deg);
}

.about_us .rightbox .video .play {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}


@media(max-width:1600px) {
    .about_us {
        padding: 50px 0px;
    }

    .about_us .leftbox .title {
        font-size: 34px;
        line-height: 40px;
        margin-bottom: 35px;
    }

    .about_us .safe {
        align-items: center;
    }

    .about_us .rightbox .video .play {
        width: 100px;
        height: 100px;
    }

    .about_us .leftbox .content {
        font-size: 18px;
    }
}

@media(max-width:1333px) {
    .about_us .leftbox .title {
        font-size: 32px;
        line-height: 36px;
        margin-bottom: 25px;
    }

    .about_us .rightbox .video .play {
        width: 90px;
        height: 90px;
    }

    .about_us .leftbox .content {
        font-size: 16px;
        line-height: 28px;
    }
}

@media(max-width:999px) {
    .about_us {
        padding: 20px 0px 40px 0px;
    }

    .about_us .leftbox .title {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 15px;
    }

    .about_us .rightbox .video .play {
        width: 80px;
        height: 80px;
    }

    .about_us .bg_title {
        display: none;
    }

    .about_us .safe {
        flex-direction: column;
    }

    .about_us .leftbox {
        width: 100%;
        margin-bottom: 25px;
    }

    .about_us .rightbox {
        width: 70%;
    }
}

@media(max-width:768px) {
    .about_us .leftbox .title {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 15px;
    }

    .about_us .rightbox .video .play {
        width: 60px;
        height: 60px;
    }

    .about_us .leftbox .content {
        font-size: 14px;
        line-height: 26px;
    }

    .about_us .leftbox {
        width: 100%;
        margin-bottom: 20px;
    }

    .about_us .rightbox {
        width: 85%;
    }

    .about_us .rightbox img {
        width: 100%;
    }

}

@media(max-width:570px) {
    .about_us {
        padding: 20px 0px 30px 0px;
    }

    .about_us .leftbox .title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .about_us .rightbox .video .play {
        width: 40px;
        height: 40px;
    }

    .about_us .rightbox {
        width: 95%;
    }
}

@media(max-width:400px) {
    .about_us .rightbox {
        width: 100%;
    }
}









/* our_history */


.our_history .title {
    font-family: Montserrat-Medium;
    font-size: 52px;
    line-height: 60px;
    color: #000;
    margin-bottom: 35px;
}

.our_history .history_box {
    padding: 77px 0px 50px 0px;
    background-color: #f3f3f3;
}

.our_history .history_box .wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 47px;
}

.our_history .history_box .wrap .leftbox {
    width: 43%;
}

.our_history .history_box .wrap .rightbox {
    width: 47.5%;
}

.our_history .history_box .wrap .leftbox .swiper {
    margin: 40px 0px 20px 40px;
    padding-bottom: 64px;
}

.our_history .history_box .leftbox .year {
    font-family: Montserrat-Medium;
    font-size: 52px;
    color: #000;
    margin-bottom: 4px;
}

.our_history .history_box .leftbox .content1 {
    font-family: Montserrat-Light;
    font-size: 18px;
    line-height: 34px;
    margin-bottom: 33px;
    color: #262626;
}

.our_history .history_box .leftbox .content {
    font-family: Montserrat-Light;
    font-size: 18px;
    line-height: 34px;
    margin-bottom: 33px;
    color: #262626;
}


.our_history .history_box .l_box .swiper-pagination {
    width: auto;
    left: 0;
}

.our_history .history_box .l_box .swiper-pagination-bullet {
    opacity: 1;
    width: 13px;
    height: 5px;
    background-color: #bebfc2;
    border-radius: 2px;
}

.our_history .history_box .l_box .swiper .swiper-pagination-bullet-active {
    opacity: 1;
    width: 22px;
    height: 5px;
    background-color: #023692;
    border-radius: 2px;
}


.our_history .history_box .history_year {
    width: 92%;
    margin: 0 auto;
    background-color: #ffffff;
    border-radius: 33px;
    padding: 0px 7%;
    position: relative;
}

.our_history .history_box .history_year .swiper-slide {}

.our_history .history_box .history_year .swiper-slide {
    text-align: center;
    cursor: pointer;
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: center;

    font-family: Montserrat-Medium;
    font-size: 18px;
    line-height: 46px;
    color: #333333;
}

.our_history .history_box .history_year .swiper-slide:hover {
    color: #0536b0;
}

.our_history .history_box .history_year .active {
    color: #0536b0;
}

.our_history .history_box .history_year .btnbox {
    position: absolute;
    width: 94.5%;
    top: 50%;
    transform: translateY(-50%);
    left: 2.5%;
    /* right: 0; */
    display: flex;
    justify-content: space-between;
}

.our_history .history_box .history_year .btnbox i {
    cursor: pointer;
    color: #888888;
    /* width: 30px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    background-color: #fff; */
}

.our_history .history_box .history_year .btnbox i:hover {
    color: #0536b0;
}

@media(max-width:1600px) {
    .our_history .title {
        font-size: 34px;
        line-height: 40px;
        margin-bottom: 30px;
    }

    .our_history .history_box {
        padding: 50px 3% 50px 0px;
    }

    .our_history .history_box .wrap .leftbox .swiper {
        margin: 00px 0px 20px 40px;
        padding-bottom: 64px;
    }

    .our_history .history_box .leftbox .year {
        font-size: 66px;
        margin-bottom: 4px;
    }
}

@media(max-width:1333px) {
    .our_history .title {
        font-size: 32px;
        line-height: 36px;
        margin-bottom: 25px;
    }

    .our_history .history_box .leftbox .year {
        font-size: 50px;
        margin-bottom: 4px;
    }

    .our_history .history_box .leftbox .content {
        font-size: 18px;
        line-height: 32px;
        margin-bottom: 18px;
    }

    .our_history .history_box .wrap .leftbox .swiper {
        margin: 00px 0px 20px 40px;
        padding-bottom: 30px;
    }

    .our_history .history_box .wrap {
        display: flex;
        justify-content: space-between;
        margin-bottom: 30px;
        align-items: center;
    }

    .our_history .history_box .history_year .swiper-slide {
        height: 60px;
        font-size: 16px;
    }
}

@media(max-width:999px) {
    .our_history .title {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 20px;
    }

    .our_history .history_box {
        padding: 40px 0px;
    }

    .our_history .history_box .wrap {
        flex-direction: column-reverse;
    }

    .our_history .history_box .wrap .leftbox {
        width: 100%;
    }

    .our_history .history_box .wrap .rightbox {
        width: 70%;
        margin-bottom: 20px;
    }
}

@media(max-width:768px) {
    .our_history .title {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 15px;
    }

    .our_history .history_box .wrap .rightbox {
        width: 85%;
        margin-bottom: 20px;
    }

    .our_history .history_box .leftbox .year {
        font-size: 40px;
        margin-bottom: 4px;
    }

    .our_history .history_box .leftbox .content {
        font-size: 18px;
        line-height: 32px;
        margin-bottom: 10px;
    }

    .our_history .history_box .leftbox .year {
        font-size: 30px;
        margin-bottom: 4px;
    }

    .our_history .history_box .leftbox .content {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .our_history .history_box .leftbox .content1 {
        font-size: 14px;
        line-height: 27px;
        margin-bottom: 15px;
    }

    .our_history .history_box .history_year .swiper-slide {
        height: 52px;
        font-size: 14px;
    }
}

@media(max-width:570px) {
    .our_history .title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 15px;
    }

    .our_history .history_box {
        padding: 30px 0px;
    }

    .our_history .history_box .wrap .rightbox {
        width: 95%;
        margin-bottom: 15px;
    }

    .our_history .history_box .wrap .leftbox .swiper {
        margin: 00px 10px 20px 10px;
        padding-bottom: 20px;
    }

    .our_history .history_box .wrap {
        margin-bottom: 0;
    }

    .our_history .history_box .history_year .swiper-slide {
        height: 45px;
        font-size: 14px;
    }

    .our_history .history_box .history_year {
        width: 92%;
        margin: 0 auto;
        background-color: #ffffff;
        border-radius: 33px;
        padding: 0px 11%;
        position: relative;
    }
}

@media(max-width:400px) {
    .our_history .history_box .history_year .swiper-slide {
        height: 40px;
        font-size: 14px;
    }
}






/* about_value */
.about_value {
    margin: 65px 0px 90px 0px;

}

.about_value .safe {
    display: flex;
    justify-content: space-between;
    background-color: #f9f9f9;
}

.about_value .safe .leftbox {
    width: 28%;
    padding-left: 4.38%;
}

.about_value .safe .leftbox .title {
    font-family: Montserrat-Medium;
    font-weight: bold;
    font-size: 22px;
    line-height: 30px;
    color: #000;
    padding-top: 41px;
    margin-bottom: 17px;
}

.about_value .safe .leftbox .contact {
    font-family: Montserrat-Light;
    font-size: 14px;
    line-height: 34px;
    color: #262626;
}

.about_value .safe .rightbox {
    width: 71.1%;
    display: flex;
}

.about_value .safe .rightbox .imgbox {
    margin-right: 2px;
    position: relative;
    cursor: pointer;
}

.about_value .safe .rightbox .imgbox:last-child {
    margin-right: 0;
}

.about_value .safe .rightbox .imgbox .small_title {
    font-family: Montserrat-Light;
    font-size: 36px;
    line-height: 36px;
    color: #ffffff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    /*left: 20%;*/
    /*font-weight: bold;*/
    text-align: center;
    width: 100%;
}

.about_value .safe .rightbox img {
    display: block;
}

@media(max-width:1600px) {
    .about_value {
        margin: 50px 0px;
    }

    .about_value .safe .leftbox .title {
        font-size: 24px;
        line-height: 36px;
        padding-top: 0;
        margin-bottom: 17px;
    }

    .about_value .safe .leftbox .contact {
        font-size: 18px;
        line-height: 34px;
        color: #333333;
    }

    .about_value .safe .leftbox {
        width: 28%;
        padding-left: 2%;
    }

    .about_value .safe {
        align-items: center;
    }
}

@media(max-width:1333px) {
    .about_value .safe .leftbox .contact {
        font-family: OpenSans-Light;
        font-size: 16px;
        line-height: 28px;
        color: #333333;
    }

    .about_value .safe .leftbox .title {
        font-size: 22px;
        line-height: 30px;
        padding-top: 0;
        margin-bottom: 10px;
    }

    .about_value .safe .rightbox .imgbox .small_title {
        font-size: 22px;
    }
}

@media(max-width:999px) {
    .about_value {
        margin: 40px 0px;
    }

    .about_value .safe {
        align-items: center;
        flex-direction: column;
    }

    .about_value .safe .leftbox {
        width: 100%;
        padding-left: 2%;
        margin-bottom: 25px;
    }

    .about_value .safe .rightbox {
        width: 100%;
        display: flex;
    }

    .about_value .safe .leftbox .title {
        font-size: 20px;
        line-height: 26px;
        padding-top: 0;
        margin-bottom: 10px;
    }
}

@media(max-width:768px) {
    .about_value .safe .rightbox .imgbox .small_title {
        font-size: 20px;
    }

    .about_value .safe .leftbox .contact {
        font-size: 14px;
        line-height: 26px;
    }

    .about_value .safe .leftbox .title {
        font-size: 18px;
        line-height: 26px;
        padding-top: 0;
        margin-bottom: 10px;
    }
}

@media(max-width:570px) {
    .about_value {
        margin: 30px 0px;
    }

    .about_value .safe .leftbox .title {
        font-size: 16px;
        line-height: 24px;
        padding-top: 0;
        margin-bottom: 6px;
    }

    .about_value .safe .rightbox .imgbox .small_title {
        font-size: 16px;
    }

    .about_value .safe .leftbox {
        margin-bottom: 15px;
    }
}



/* about_business */

.about_business .titlebox {
    display: flex;
    justify-content: space-between;
    margin-bottom: 56px;
}

.about_business .titlebox .title {
    font-family: Montserrat-Medium;
    font-size: 52px;
    line-height: 60px;
    color: #000;
    width: 42%;
}

.about_business .titlebox .content {
    font-family: Montserrat-Light;
    font-size: 18px;
    line-height: 34px;
    color: #262626;
    width: 55%;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}


.about_business .business_box {
    display: flex;
}

.about_business .business_box .business_li {
    width: 32.5%;
    margin-right: 1.5%;
}

.about_business .business_box .business_li:last-child {
    margin-right: 0;
}

.about_business .business_box .business_li .imgbox {
    overflow: hidden;
}

.about_business .business_box .business_li .imgbox img {
    display: block;
}

.about_business .business_box .business_li .imgbox img:hover {
    transform: scale(1.05);
}

.about_business .business_box .business_li .contact {
    background-color: #f9f9f9;
    padding: 28px 25px 30px 25px;
    height: 267px;
}

.about_business .business_box .business_li .contact .small_title {
    font-family: Montserrat-Medium;
    font-size: 22px;
    line-height: 30px;
    color: #000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;

    margin-bottom: 10px;
    text-align: center;
}

.about_business .business_box .business_li .contact .small_title a {
    color: #333;
}

.about_business .business_box .business_li .contact .small_title a:hover {
    color: #0536b0;
}

.about_business .business_box .business_li .contact .small_content {
    font-family: Montserrat-Light;
    font-size: 14px;
    line-height: 32px;
    color: #262626;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media(max-width:1600px) {
    .about_business .titlebox .title {
        font-size: 34px;
        line-height: 40px;
        width: 36%;
    }

    .about_business .business_box .business_li .contact {
        padding: 15px 10px 28px 15px;
        height: 267px;
    }

    .about_business .titlebox {
        margin-bottom: 40px;
    }

    .about_business .business_box .business_li .contact .small_title {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 8px;
    }

    .about_business .titlebox .content {
        font-size: 18px;
        line-height: 28px;
        width: 65%;
    }

}

@media(max-width:1333px) {

    .about_business .titlebox {
        margin-bottom: 30px;
        align-items: center;
    }

    .about_business .titlebox .content {
        font-size: 16px;
        line-height: 28px;
        width: 65%;
    }

    .about_business .titlebox .title {
        font-size: 32px;
        line-height: 40px;
        width: 30%;
    }

    .about_business .business_box .business_li .contact .small_content {
        font-size: 16px;
        line-height: 28px;
    }

    .about_business .business_box .business_li .contact .small_title {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 5px;
    }

    .about_business .business_box .business_li .contact {
        padding: 15px 10px 28px 15px;
        height: 220px;
    }
}

@media(max-width:999px) {
    .about_business .titlebox .title {
        font-size: 28px;
        line-height: 40px;
    }

    .about_business .titlebox {
        margin-bottom: 25px;
        flex-direction: column;
    }

    .about_business .titlebox {}

    .about_business .titlebox .title {
        width: 100%;
        margin-bottom: 15px;
    }

    .about_business .titlebox .content {
        width: 100%;
    }

    .about_business .business_box {
        flex-wrap: wrap;
    }

    .about_business .business_box .business_li {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 15px;
    }

    .about_business .business_box .business_li:nth-child(2n) {
        margin-right: 0;
    }
}

@media(max-width:768px) {
    .about_business .titlebox .title {
        font-size: 24px;
        line-height: 28px;
    }

    .about_business .titlebox {
        margin-bottom: 20px;
    }

    .about_business .titlebox .content {
        font-size: 14px;
        line-height: 24px;
    }

    .about_business .business_box .business_li .contact {
        padding: 10px;
        height: 190px;
    }

    .about_business .business_box .business_li .contact .small_content {
        font-size: 14px;
        line-height: 24px;
    }

    .about_business .business_box .business_li .contact .small_title {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 5px;
    }
}

@media(max-width:570px) {
    .about_business .titlebox {
        margin-bottom: 15px;
    }

    .about_business .business_box .business_li .contact .small_title {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 5px;
    }
}

@media(max-width:500px) {
    .about_business .business_box .business_li {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 15px;
    }

    .about_business .business_box .business_li img {
        width: 100%;
    }

    .about_business .business_box .business_li .contact {
        padding: 10px;
        height: auto;
    }

    .about_business .business_box .business_li:last-child {
        margin-bottom: 0;
    }
}


/* about_research */
.about_research {
    padding: 71px 0px 58px 0px;
}

.about_research .safe {
    /*padding-left: 5%;*/
}

.about_research .title {
    font-family: Montserrat-Medium;
    font-size: 52px;
    line-height: 60px;
    color: #000;
    margin-bottom: 28px;
}

.about_research .content {
    font-family: Montserrat-Light;
    font-size: 18px;
    line-height: 34px;
    color: #262626;

}

.about_research .content p {
    margin-bottom: 33px;
    hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;

}

.about_research .content p:last-child {
    margin-bottom: 0;
}

@media(max-width:1600px) {
    .about_research {
        padding: 50px 0px;
    }

    .about_research .title {
        font-size: 34px;
        line-height: 40px;
        margin-bottom: 25px;
    }
}

@media(max-width:1333px) {
    .about_research .title {
        font-size: 32px;
        line-height: 36px;
        margin-bottom: 20px;
    }

    .about_research .content p {
        margin-bottom: 25px;
    }
}

@media(max-width:999px) {
    .about_research {
        padding: 40px 0px;
    }

    .about_research .title {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 20px;
    }

    .about_research .safe {
        padding-left: 0;
    }
}

@media(max-width:768px) {
    .about_research .title {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 15px;
    }

    .about_research .content p {
        margin-bottom: 15px;
    }

    .about_research .content {
        font-size: 14px;
        line-height: 28px;
    }
}

@media(max-width:570px) {

    .about_research {
        padding: 30px 0px;
    }

    .about_research .title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 15px;
    }

    .about_value .safe .rightbox .imgbox .small_title {
        font-size: 14px;
    }
}


/* about_social */

.about_social {
    padding: 76px 0px 76px;
    background-color: #f3f3f3;
}

.about_social .safe {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.about_social .leftbox {
    width: 46%;
}

.about_social .leftbox img {
    display: block;
}

.about_social .rightbox {
    width: 53%;
    padding-left: 3%;
    /*padding-top: 55px;*/
}

.about_social .rightbox .title {
    font-family: Montserrat-Medium;
    font-size: 52px;
    line-height: 60px;
    color: #000;
    margin-bottom: 10px;
}

.about_social .rightbox .small_title {
    font-family: Montserrat-Medium;
    font-size: 22px;
    line-height: 30px;
    color: #000;
    margin-bottom: 28px;
}

.about_social .rightbox .content {
    font-family: Montserrat-Light;
    font-size: 18px;
    line-height: 34px;
    color: #262626;
}

@media(max-width:1600px) {
    .about_social {
        padding: 50px 0px;
    }

    .about_social .safe {
        align-items: center;
    }

    .about_social .rightbox {
        width: 44%;
        padding-left: 3%;
        padding-top: 0;
    }

    .about_social .rightbox .title {
        font-size: 34px;
        line-height: 40px;
        margin-bottom: 10px;
    }

    .about_social .rightbox .small_title {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 20px;
    }
}

@media(max-width:1333px) {
    .about_social .rightbox .title {
        font-size: 32px;
        line-height: 36px;
        margin-bottom: 10px;
    }

    .about_social .rightbox {
        width: 52%;
        padding-left: 3%;
        padding-top: 0;
    }

    .about_social .leftbox {
        width: 48%;
    }
}

@media(max-width:999px) {
    .about_social .rightbox .title {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 10px;
    }

    .about_social {
        padding: 40px 0px;
    }

    .about_social .safe {
        align-items: center;
        flex-direction: column;
    }

    .about_social .leftbox {
        width: 75%;
        margin-bottom: 20px;
    }

    .about_social .rightbox {
        width: 100%;
        padding-left: 0%;
        padding-top: 0;
    }

    .about_social .rightbox .small_title {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 10px;
    }

    .about_social .rightbox .content {
        font-size: 16px;
        line-height: 28px;
    }
}

@media(max-width:768px) {
    .about_social .rightbox .title {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .about_social .leftbox {
        width: 85%;
        margin-bottom: 20px;
    }

    .about_social .rightbox .content {
        font-size: 14px;
        line-height: 26px;
    }
}

@media(max-width:570px) {
    .about_social {
        padding: 30px 0px;
    }

    .about_social .rightbox .title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .about_social .leftbox {
        width: 95%;
        margin-bottom: 15px;
    }
}

@media(max-width:400px) {
    .about_social .leftbox {
        width: 100%;
        margin-bottom: 15px;
    }
}


/* about_team */

.about_team {
    padding: 75px 0px 74px;
}

.about_team .title {
    font-family: Montserrat-Medium;
    font-size: 36px;
    line-height: 46px;
    color: #333333;
    margin-bottom: 39px;
}

.about_team .team_mySwiper {
    padding-bottom: 55px;
}

.about_team .team_mySwiper img {
    display: block;
}

.about_team .swiper-pagination-bullet {
    opacity: 1;
    width: 13px;
    height: 5px;
    background-color: #bebfc2;
    border-radius: 2px;
}

.about_team .swiper-pagination-bullet-active {
    opacity: 1;
    width: 22px;
    height: 5px;
    background-color: #023692;
    border-radius: 2px;
}

@media(max-width:1600px) {
    .about_team {
        padding: 50px 0px;
    }

    .about_team .title {
        font-size: 34px;
        line-height: 40px;
        margin-bottom: 40px;
    }

    .about_team .team_mySwiper {
        padding-bottom: 50px;
    }
}

@media(max-width:1333px) {
    .about_team .title {
        font-size: 32px;
        line-height: 36px;
        margin-bottom: 30px;
    }

    .about_team .team_mySwiper {
        padding-bottom: 40px;
    }
}

@media(max-width:999px) {
    .about_team {
        padding: 40px 0px 20px 0px;
    }

    .about_team .title {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 25px;
    }

    .about_team .team_mySwiper {
        padding-bottom: 40px;
    }
}

@media(max-width:768px) {
    .about_team .title {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 20px;
    }
}

@media(max-width:570px) {
    .about_team {
        padding: 20px 0px 10px 0px;
    }

    .about_team .title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 15px;
    }

    .about_team .team_mySwiper {
        padding-bottom: 30px;
    }
}



/* 5-1 Service Support */

.tabbox {
    margin: 50px 0px 73px;
    background-color: #f7f7f7;
}

.tabbox .safe {
    display: flex;

    border-radius: 4px;
    height: 69px;
}


.tabbox li {
    height: 100%;
    width: 259px;
    max-width: 280px;
    text-align: center;
    list-style: none;
    cursor: pointer;
    font-family: Montserrat-Medium;
    font-size: 22px;
    line-height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
}

.tabbox .tabActive {

    background-color: #0d44d1;
}

.tabbox .tabActive {
    color: #fff !important;
}



.sevice_support {
    padding: 0px 0px 38px 0px;
}

.sevice_support .content {

    display: none;
}

.sevice_support .content .box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sevice_support .conAvtive {
    display: block;
}

.sevice_support .content .support_li {
    display: flex;
    justify-content: space-between;
    width: 48.8%;
    margin-right: 2.4%;
    background-color: #ffffff;
    box-shadow: 0px 6px 20px 0px rgba(230, 232, 235, 0.95);
    padding: 19.5px 17px;
    margin-bottom: 30px;
}

.sevice_support .content .support_li:nth-child(2n) {
    margin-right: 0;
}

.sevice_support .content .support_li .imgbox {
    width: 44%;
}

.sevice_support .content .support_li .imgbox img {
    display: block;
}

.sevice_support .content .support_li .contact {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 5.2% 5.3% 3.5% 0px;
}

.sevice_support .content .support_li .contact .title {
    font-family: Montserrat-Medium;
    font-size: 22px;
    line-height: 32px;
    color: #333333;
}

.sevice_support .content .support_li .contact .download {
    position: relative;
    font-family: Montserrat-Light;
    width: 110px;
    font-size: 14px;
    line-height: 26px;
    color: #0536b0;
    display: flex;
    font-weight: bold;
    align-items: center;

}

.sevice_support .content .support_li .contact .download::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 0%;
    background-color: #0536b0;
    transition: linear all 0.5s;
}

.sevice_support .content .support_li .contact .download span {
    margin-right: 10px;
}

.sevice_support .content .support_li .contact .download:hover::after {
    width: 100%;
}

@media(max-width:1600px) {
    .tabbox {
        margin: 40px 0px;
    }

    .tabbox li {
        height: 100%;
        width: 250px;
        max-width: 280px;
        font-size: 18px;
        line-height: 32px;
    }

    .tabbox .safe {
        border-radius: 4px;
        height: 60px;
    }

    .sevice_support .content .support_li {
        width: 48.8%;
        margin-right: 2.4%;
        padding: 15px;
        margin-bottom: 20px;
    }

    .sevice_support {
        padding-bottom: 30px;
    }

    .sevice_support .content .support_li .contact {
        width: 50%;
        height: 100%;
        padding: 2% 2% 2% 0px;
    }
}

@media(max-width:1333px) {
    .tabbox {
        margin: 30px 0px;
    }

    .tabbox li {
        height: 100%;
        width: 25%;
        max-width: 280px;
        font-size: 16px;
        line-height: 32px;
    }

    .sevice_support .content .support_li .contact .title {
        font-size: 18px;
        line-height: 26px;
    }
}

@media(max-width:999px) {
    .tabbox {
        margin: 40px 0px;
    }

    .sevice_support .content .box {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        flex-direction: column;
    }

    .sevice_support .content .support_li {
        width: 100%;
        margin-right: 0px;
        padding: 15px;
        margin-bottom: 20px;
    }

    .sevice_support .content .support_li .imgbox {
        width: 34%;
    }

    .sevice_support .content .support_li .contact {
        width: 64%;
    }

    .sevice_support .content .support_li .contact .title {
        margin-bottom: 10%;
    }

    .tabbox .safe {
        border-radius: 4px;
        height: 55px;
    }

    .sevice_support .content .support_li .contact .title {
        margin-bottom: 5%;
    }

    .sevice_support .content .support_li:last-child {
        margin-bottom: 0;
    }
}

@media(max-width:768px) {
    .sevice_support .content .support_li .contact .title {
        margin-bottom: 2%;
    }

    .sevice_support .content .support_li .contact .title {
        font-size: 16px;
        line-height: 24px;
    }

    .sevice_support .content .support_li .contact .download {
        width: 100px;
        font-size: 14px;
        line-height: 38px;
    }

    .sevice_support .content .support_li .contact {
        width: 55%;
    }

    .sevice_support .content .support_li .imgbox {
        width: 40%;
    }

    .tabbox li {
        height: 100%;
        width: auto;
        padding: 10px 25px;
        max-width: 280px;
        font-size: 16px;
        line-height: 32px;
    }
}

@media(max-width:570px) {
    .tabbox {
        margin: 30px 0px;
    }

    .tabbox li {
        padding: 10px 25px;
        max-width: 280px;
        font-size: 14px;
        line-height: 32px;
    }
}

@media(max-width:500px) {
    .tabbox li {
        width: 50%;
    }

    .tabbox .safe {
        flex-wrap: wrap;
        height: auto;
    }

    .sevice_support .content .support_li {
        width: 100%;
        margin-right: 0px;
        padding: 10px;
        margin-bottom: 15px;
    }

    .sevice_support .content .support_li .contact .title {
        font-size: 14px;
        line-height: 24px;
    }

    .sevice_support .content .support_li .contact .download img {
        width: 20px;
    }
}

@media(max-width:400px) {
    .sevice_support .content .support_li {
        flex-direction: column;
    }

    .sevice_support .content .support_li .imgbox {
        width: 100%;
        margin-bottom: 10px;
    }

    .sevice_support .content .support_li .imgbox img {
        width: 100%;
    }

    .sevice_support .content .support_li .contact {
        width: 100%;
    }

    .sevice_support .content .support_li .contact .title {
        margin-bottom: 0;
    }

    .tabbox li {
        width: 100%;
        max-width: 100%;
    }
}

/* 5-2 Sservice Support */
.faq_bigbox .faq_box:first-child {
    margin-top: 50px;
}

.faq_box {

    margin-bottom: 53px;
}

.faq_box .safe {
    width: 63.86%;
}

.faq_box .title {
    font-family: Montserrat-Medium;
    font-size: 24px;
    line-height: 32px;
    color: #000;
    background-color: #f8f8f8;
    padding: 25px 0px 25px 4%;
    margin-bottom: 20px;
}

.resource_faq {
    /* margin-bottom: 45px; */
}

.resource_faq .quest1 {
    margin-bottom: 34px;
}

.resource_faq .quest1:last-child {
    margin-bottom: 0;
}

.resource_faq .question {
    padding-left: 43px;
    padding-right: 20px;
    padding-top: 0px;
    padding-bottom: 25px;
    background-color: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    border-bottom: 1px solid #d7d7d7;
}

.resource_faq .question .que {
    width: 92%;
    font-size: 22px;
    line-height: 32px;
    color: #000;
    font-family: Montserrat-Medium;

}

.resource_faq .question i {
    font-size: 18px;
}

.resource_faq .quest1 .answer {
    display: none;
    transition: none;
    padding: 21px 0px 0px 0px;
}

.resource_faq .quest1 .answer p {
    padding-left: 5px;
    padding-right: 5px;
    transition: none;

    font-family: Montserrat-Light;
    font-size: 14px;
    line-height: 26px;
    color: #262626;
}

.resource_faq .active {
    padding: 20px 40px 66px 35px;
    box-shadow: 0px 6px 20px 0px rgba(230, 232, 235, 0.53);
}

.resource_faq .active .question {
    padding-left: 5px;
}







@media(max-width:1600px) {
    .faq_bigbox .faq_box:first-child {
        margin-top: 40px;
    }

    .resourcebox {
        padding-top: 50px;
    }

    .resource_faq {
        margin-bottom: 50px;
    }

    .resource_faq .question .que {
        font-size: 16px;
    }

    .resource_faq .quest1 .answer p {
        font-size: 14px;
        line-height: 26px;
    }

    .resource_faq .question {
        height: auto;
    }

    .resource_faq .question i {
        font-size: 20px;
    }

    .resource_faq .quest1 {
        margin-bottom: 20px;
    }

    .faq_box .safe {
        width: calc(100% - 120px);
    }

    .faq_box .title {
        font-size: 24px;
        padding: 20px 0px 20px 4%;
        margin-bottom: 20px;
    }

}

@media(max-width:1333px) {
    .faq_box .title {
        font-size: 22px;
        padding: 20px 0px 20px 4%;
        margin-bottom: 20px;
    }

    .resource_faq .question .que {
        font-size: 16px;
        line-height: 26px;
    }

    .resource_faq .quest1 .answer p {
        font-size: 14px;
        line-height: 24px;
    }

    .resource_faq .question i {
        font-size: 20px;
    }
}

@media(max-width:999px) {
    .faq_bigbox .faq_box:first-child {
        margin-top: 30px;
    }

    .faq_box {
        margin-bottom: 40px;
    }

    .faq_box .safe {
        width: calc(100% - 50px);
    }

    .faq_box .title {
        font-size: 20px;
        padding: 18px 0px 18px 3%;
        margin-bottom: 20px;
    }

    .resource_faq {
        margin-bottom: 40px;
    }

    .resource_faq .question .que {
        font-size: 14px;
        line-height: 26px;
        width: 96%;
    }

    .resource_faq .question i {
        font-size: 18px;
    }

    .resource_faq .quest1 .answer p {
        font-size: 12px;
        line-height: 20px;
    }

    .resource_faq .active {
        padding: 25px 20px 25px 20px;
    }
}

@media(max-width:768px) {
    .faq_box .safe {
        width: calc(100% - 30px);
    }

    .faq_box .title {
        font-size: 18px;
        padding: 15px 0px 15px 3%;
        margin-bottom: 15px;
    }

    .resource_faq .quest1 {
        margin-bottom: 10px;

    }

}

@media(max-width:570px) {
    .resourcebox {
        padding-top: 30px;
    }

    .faq_bigbox .faq_box:first-child {
        margin-top: 20px;
    }

    .resource_faq {
        margin-bottom: 30px;
    }

    .resource_faq .question .que {
        font-size: 14px;
        line-height: 22px;
        width: 96%;
    }

    .resource_faq .question {
        padding: 10px;
    }

    .resource_faq .question i {
        font-size: 14px;
    }

    .resource_faq .quest1 .answer p {
        font-size: 14px;
        line-height: 24px;
    }

    .resource_faq .quest1 .answer {
        padding: 10px 0px 0px 0px;
    }

    .resource_faq .active {
        padding: 20px 15px 20px 15px;
    }

    .faq_box .title {
        font-size: 18px;
        padding: 10px 0px 10px 2%;
        margin-bottom: 15px;
    }

    .faq_box {
        margin-bottom: 30px;
    }
}







/* 5-3 Sservice Support */

.support_contant {
    padding: 40px 0px 101px 0px;
}

.support_contant .title {
    font-family: Montserrat-Medium;
    font-size: 52px;
    line-height: 60px;
    color: #000;
    margin-bottom: 50px;
}

.support_contant .title span {
    color: #0536b0;
}

.support_contant .contact_box {
    display: flex;
    flex-wrap: wrap;
}

.support_contant .contact_box .contact_li {
    width: 31.75%;
    margin-right: 2.35%;
}

.support_contant .contact_box .contact_li .contact {
    height: 236px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.support_contant .contact_box .contact_li:nth-child(3n) {
    margin-right: 0;
}

.support_contant .contact_box .contact_li .imgbox {
    overflow: hidden;
}

.support_contant .contact_box .contact_li .imgbox img {
    display: block;
}

.support_contant .contact_box .contact_li .imgbox img:hover {
    transform: scale(1.05);
}

.support_contant .contact_box .contact_li .small_title {
    font-family: Montserrat-Medium;
    font-size: 24px;
    line-height: 32px;
    color: #0536b0;
    margin-bottom: 10px;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.support_contant .contact_box .contact_li .small_title a {
    color: #0536b0;
}

.support_contant .contact_box .contact_li .small_title a:hover {
    color: #0536b0;
}

.support_contant .contact_box .contact_li .content {
    font-family: Montserrat-Light;
    font-size: 14px;
    line-height: 26px;
    color: #262626;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;

}


.support_contant .contact {
    padding: 8.6% 3% 8% 7%;
    border: solid 1px #ebebeb;
}

.support_contant .jump_page {
    display: flex;
    align-items: center;
    font-family: Montserrat-Regular;
    /* font-size: 14px;*/
    font-size: 12px;
    line-height: 26px;
    color: #000;
    transition: none;
}

.support_contant .jump_page:hover {
    color: #0536b0;
}

.support_contant .jump_page:hover i {
    background-color: #0536b0;
    color: #fff;
}

.support_contant .jump_page span {
    margin-right: 5px;
}

.support_contant .jump_page i {
    width: 35px;
    height: 35px;
    background-color: rgba(5, 54, 176, .1);
    /* opacity: 0.1; */
    border-radius: 50px;
    color: #023692;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}


@media(max-width:1600px) {
    .support_contant {
        padding: 40px 0px 50px 0px;
    }

    .support_contant .title {
        font-size: 34px;
        line-height: 40px;
        margin-bottom: 40px;
    }

    .support_contant .contact {
        padding: 6% 4% 6% 4%;
        border: solid 1px #ebebeb;

    }

    .support_contant .contact_box .contact_li .contact {
        height: 215px;
    }

    .support_contant .contact_box .contact_li .small_title {
        font-family: OpenSans-Regular;
        font-size: 22px;
        font-weight: bold;
        line-height: 30px;
        color: #0536b0;
        margin-bottom: 10px;
    }

    .support_contant .jump_page i {
        width: 40px;
        height: 40px;
        font-size: 14px;
    }

    .support_contant .jump_page {
        font-size: 16px;
    }

}

@media(max-width:1333px) {
    .support_contant .title {
        font-size: 32px;
        line-height: 36px;
        margin-bottom: 30px;
    }

    .support_contant .contact_box .contact_li .small_title {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 5px;
    }

    .support_contant .contact_box .contact_li .contact {
        height: 185px;
    }
}

@media(max-width:999px) {
    .support_contant {
        padding: 30px 0px 40px 0px;
    }

    .support_contant .title {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 25px;
    }

    .support_contant .contact_box .contact_li {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 15px;
    }

    .support_contant .contact_box .contact_li:nth-child(2n) {
        margin-right: 0;

    }
}

@media(max-width:768px) {
    .support_contant .title {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .support_contant .contact_box .contact_li .small_title {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 5px;
    }

    .support_contant .contact_box .contact_li .content {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 10px;
    }

    .support_contant .jump_page i {
        width: 32px;
        height: 32px;
        font-size: 12px;
    }

    .support_contant .jump_page {
        font-size: 14px;
    }

    .support_contant .contact_box .contact_li .contact {
        height: 160px;
    }
}

@media(max-width:570px) {
    .support_contant {
        padding: 20px 0px 30px 0px;
    }

    .support_contant .title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 15px;
    }
}

@media(max-width:500px) {
    .support_contant .contact_box .contact_li {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 15px;
    }

    .support_contant .contact_box .contact_li img {
        width: 100%;
    }

    .support_contant .contact_box .contact_li .contact {
        height: auto;
    }
}

/* 5-4 Service Support-v1 */


.service_contact {
    padding: 39px 0px 43px;
}

.service_contact .safe {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
}

.service_contact .safe .leftbox {
    width: 55%;
}

.service_contact .safe .leftbox .title {
    font-family: Montserrat-Medium;
    font-size: 52px;
    line-height: 60px;
    color: #000;
    margin-bottom: 39px;
}

.service_contact .safe .leftbox .content p {
    font-family: Montserrat-Light;
    font-size: 14px;
    line-height: 26px;
    color: #262626;
    margin-bottom: 10px;
    width: 82%;
}

.service_contact .safe .leftbox .content p a {
    text-decoration: underline;
    font-size: 14px;
    color: #0c41c7;

}

.service_contact .safe .leftbox .content .one {
    width: 100%;
    margin-bottom: 29px;
}

.service_contact .safe .rightbox {
    width: 40.3%;
}

.service_contact .safe .rightbox img {
    display: block;
}

@media(max-width:1600px) {
    .service_contact .safe .leftbox .title {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 30px;
    }

    .service_contact .safe .leftbox .content p {
        width: 100%;
    }

    .service_contact .safe .leftbox .content .one {
        width: 100%;
        margin-bottom: 25px;
    }

    .service_contact .safe .leftbox {
        width: 50%;
    }

    .service_contact .safe .rightbox {
        width: 46%;
    }

    .service_contact .safe {
        align-items: center;
    }

    .service_contact {
        padding: 35px 0px 35px;
    }
}

@media(max-width:1333px) {
    .service_contact .safe .leftbox .title {
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 20px;
    }

    .service_contact .safe .leftbox .content .one {
        width: 100%;
        margin-bottom: 18px;
    }

}

@media(max-width:999px) {
    .service_contact {
        padding: 30px 0px 40px;
    }

    .service_contact .safe .leftbox .title {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 20px;
    }

    .service_contact .safe .leftbox .content .one {
        margin-bottom: 20px;
    }

    .service_contact .safe {
        flex-direction: column;
    }

    .service_contact .safe .leftbox {
        width: 100%;
        margin-bottom: 15px;
    }

    .service_contact .safe .rightbox {
        width: 100%;
        margin: 0 auto;
    }

    .service_contact .safe .rightbox img {
        margin: 0 auto;
        display: block;
    }
}

@media(max-width:768px) {
    .service_contact .safe .leftbox .title {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 15px;
    }

    .service_contact .safe .leftbox .content .one {
        margin-bottom: 15px;
    }

    .service_contact .safe .leftbox .content p {
        font-size: 14px;
        line-height: 25px;
        margin-bottom: 10px;
        width: 100%;
    }

    .service_contact .safe .leftbox .content p a {
        font-size: 14px;
    }

    .service_contact .safe .leftbox .content .one {
        margin-bottom: 10px;
    }
}

@media(max-width:570px) {
    .service_contact {
        padding: 25px 0px 35px;
    }

    .service_contact .safe .leftbox .title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 15px;
    }
}



/* service_people */


.service_people {
    margin-bottom: 119px;
}

.service_people .safe {
    display: flex;
    justify-content: space-between;
}

.service_people .safe .box1 {
    background-color: #fafafa;
    width: 49.2%;
    display: flex;
}

.service_people .safe .box1 img {
    display: block;
}

.service_people .safe .box1 .leftbox {
    width: 41.2%;
}

.service_people .safe .box1 .rightbox {
    width: 58%;
    padding-left: 3.8%;
    padding-right: 1%;
}

.service_people .safe .box1 .rightbox .from {
    font-family: Montserrat-Light;
    font-size: 14px;
    line-height: 26px;
    color: #888888;
    padding-top: 33px;
}

.service_people .safe .box1 .rightbox .contact {
    font-family: Montserrat-Medium;
    /* font-weight: bold; */
    font-size: 22px;
    line-height: 32px;
    color: #000;
    margin-bottom: 10px;
}

.service_people .safe .box1 .rightbox hr {
    width: 100%;
    height: 1px;
    background-color: #d7d7d7;
    margin-bottom: 32px;
}

.service_people .safe .box1 .connect_name {
    font-family: Montserrat-Light;
    font-size: 14px;
    line-height: 26px;
    color: #262626;
}

.service_people .safe .box1 .connect_s {
    font-family: Montserrat-Light;
    font-weight: bold;
    color: #262626;
    font-size: 16px;
}

.service_people .safe .box1 .connect_s a {
    color: #262626;
}

.service_people .safe .box1 .connect_s a:hover {
    color: #0536b0;
}

@media(max-width:1600px) {
    .service_people {
        margin-bottom: 50px;
    }

    .service_people .safe .box1 {
        width: 58%;
    }

    .service_people .safe .box1 .leftbox {
        width: 33.2%;
    }

    .service_people .safe .box1 .rightbox .from {
        padding-top: 0;
    }

    .service_people .safe .box1 .rightbox {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}

@media(max-width:1333px) {
    .service_people .safe .box1 {
        width: 75%;
    }
}

@media(max-width:999px) {
    .service_people {
        margin-bottom: 40px;
    }

    .service_people .safe .box1 {
        width: 100%;
    }

    .service_people .safe .box1 .rightbox hr {
        width: 100%;
        height: 1px;
        background-color: #d7d7d7;
        margin-bottom: 12px;
    }
}

@media(max-width:768px) {
    .service_people .safe .box1 .rightbox .from {
        font-size: 14px;
        line-height: 20px;
    }

    .service_people .safe .box1 .rightbox .contact {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 5px;
    }

    .service_people .safe .box1 .connect_s {
        font-size: 14px;
    }

    .service_people .safe .box1 .connect_name {
        font-size: 14px;
        line-height: 26px;
    }

    .service_people .safe .box1 {
        align-items: center;
    }
}

@media(max-width:570px) {
    .service_people {
        margin-bottom: 30px;
    }
}

@media(max-width:450px) {
    .service_people .safe .box1 {
        align-items: flex-start;
        flex-direction: column;
    }

    .service_people .safe .box1 .leftbox {
        width: 40%;
        margin-bottom: 20px;

    }

    .service_people .safe .box1 .leftbox img {
        min-width: 150px;
    }

    .service_people .safe .box1 .rightbox {
        width: 100%;
    }
}





/* 5-5 Service Support-v1 */

.bcf5 {
    background-color: #f5f5f5;
}

/* service_related */

.service_related {
    background-color: #f5f5f5;
    padding: 54px 0px 117px;
}

.service_related form {
    width: 63.2%;
    margin: 0 auto;
}

.service_related form .comm label {
    font-family: Montserrat-Medium;
    font-size: 22px;
    line-height: 32px;
    color: #000;
    margin-bottom: 13px;
}

.service_related form .comm {
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
}

.service_related form .comm select,
.service_related form .comm input,
.service_related form .submit,
.service_related form .inp5 textarea {
    width: 100%;
    height: 62px;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #e0e0e0;
    padding-left: 15px;
    padding-right: 15px;

    font-family: Montserrat-Light;
    font-size: 14px;
    line-height: 26px;
    color: #666666;
}

.service_related form .inp4 {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}

.service_related form .inp4 .title {
    font-family: Montserrat-Light;
    font-size: 14px;
    line-height: 26px;
    color: #262626;
    margin-bottom: 10px;
}

.service_related form .inp4 .checkbox {
    display: flex;
    font-family: Montserrat-Light;
    font-size: 14px;
    line-height: 26px;
}


.service_related form .inp4 .checkbox div {
    margin-right: 20px;

}

.service_related form .inp4 .checkbox div input,
.service_related form .inp4 .checkbox div label {
    cursor: pointer;
}

.service_related form .inp5 textarea {
    height: 272px;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #e0e0e0;
    width: 100%;
    resize: none;
    padding: 15px;
}

.service_related form .submit {
    width: 65%;
    background-color: #0536b0;
    color: #fff;
    height: 64px;
    cursor: pointer;
    border: none;
}

.service_related form .submit:hover {
    background-color: #fff;
    border: 1px solid #0536b0;
    color: #0536b0;
}


select {
    appearance: none;
    cursor: pointer;
}

.service_related .inp1 div {
    position: relative;
}

.service_related .inp1 div i {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.service_related form .inp5 {
    margin-bottom: 43px;
}


@media(max-width:1600px) {
    .service_related {
        padding: 50px 0px;
    }

    .service_related form {
        width: 80%;
        margin: 0 auto;
    }

    .service_related form .comm select,
    .service_related form .comm input,
    .service_related form .submit,
    .service_related form .inp5 textarea {
        height: 60px;
        border-radius: 4px;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 16px;
        line-height: 28px;
    }

    .service_related form .inp5 {
        margin-bottom: 35px;
    }

    .service_related form .inp5 textarea {
        height: 250px;
        padding: 15px;
    }

}

@media(max-width:1333px) {
    .service_related form {
        width: 90%;
        margin: 0 auto;
    }
}

@media(max-width:999px) {
    .service_related {
        padding: 30px 0px 40px;
    }

    .service_related form {
        width: 100%;
        margin: 0 auto;
    }

    .service_related form .comm select,
    .service_related form .comm input,
    .service_related form .submit,
    .service_related form .inp5 textarea {
        height: 50px;
        border-radius: 4px;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 16px;
        line-height: 28px;
    }

    .service_related form .inp5 textarea {
        height: 200px;
        padding: 15px;
    }

}

@media(max-width:768px) {
    .service_related form .comm label {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .service_related form .comm select,
    .service_related form .comm input,
    .service_related form .submit,
    .service_related form .inp5 textarea {
        height: 45px;
        border-radius: 4px;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 14px;
        line-height: 28px;
    }

    .service_related form .inp5 textarea {
        height: 150px;
        padding: 10px;
    }

    .service_related form .inp4 .title {
        font-family: OpenSans-Regular;
        font-size: 14px;
        line-height: 24px;
        color: #333333;
        margin-bottom: 10px;
    }

    .service_related form .inp4 .checkbox {
        font-family: OpenSans-Regular;
        font-size: 14px;
        line-height: 28px;
        color: #333333;
    }

    .service_related form .inp5 {
        margin-bottom: 15px;
    }

    .service_related form .comm {
        display: flex;
        flex-direction: column;
        margin-bottom: 12px;
    }


}

@media(max-width:570px) {

    .comm input,
    .service_related form .submit {
        width: 100%;
    }
}



/* 6-1 News-v1 */

.news_list {
    padding: 71px 0px 50px;
}

.news_list .safe {
    display: flex;
    flex-wrap: wrap;
}

.news_list .safe .news_box {
    width: 47.7%;
    margin-right: 4.6%;
    margin-bottom: 47px;
    background-color: #f7f6f6;
}

.news_list .safe .news_box:nth-child(2n) {
    margin-right: 0;
}

.news_list .news_box .imgbox {
    overflow: hidden;
}

.news_list .news_box .imgbox img {
    display: block;
}

.news_list .news_box .imgbox img:hover {
    transform: scale(1.05);
}

.news_list .news_box .contact {
    padding: 26px 25px 54px 25px;

}

.news_list .news_box .contact .title {
    font-family: Montserrat-Medium;
    font-size: 22px;
    line-height: 32px;
    color: #000;
    margin-bottom: 12px;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_list .news_box .contact .title a {
    color: #000;
}

.news_list .news_box .contact .title a:hover {
    color: #023692;
}

.news_list .news_box .contact .content {
    font-family: Montserrat-Light;
    font-size: 14px;
    line-height: 26px;
    /*font-weight: bold;*/
    color: #262626;
    margin-bottom: 16px;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_list .news_box .contact .data {
    font-family: Montserrat-Regular;
    font-size: 12px;
    line-height: 26px;
    color: #000;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media(max-width:1600px) {
    .news_list {
        padding: 50px 0px 20px 0px;
    }
}

@media(max-width:1333px) {
    .news_list .news_box .contact .title {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 10px;
    }

    .news_list .news_box .contact {
        padding: 20px 20px 40px 20px;
        background-color: #f7f6f6;
    }

    .news_list .safe .news_box {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 35px;
    }
}

@media(max-width:999px) {
    .news_list {
        padding: 40px 0px 10px 0px;
    }

    .news_list .news_box .contact .content {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .news_list .news_box .contact {
        padding: 15px 15px 30px 15px;
        background-color: #f7f6f6;
    }
}

@media(max-width:768px) {
    .news_list .news_box .contact .title {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 4px;
    }

    .news_list .news_box .contact .content {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 6px;
    }

    .news_list .news_box .contact .data {
        font-size: 14px;
        line-height: 24px;
    }

    .news_list .safe .news_box {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 25px;
    }
}

@media(max-width:480px) {
    .news_list .safe .news_box {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 15px;
    }

    .news_list .news_box .contact {
        padding: 10px 10px 20px 10px;
        background-color: #f7f6f6;
    }
}



.pagination1 .safe {
    padding: 0px 0px 53px 0px;
}

@media(max-width:1600px) {
    .pagination1 .safe {
        padding: 0px 0px 50px 0px;
    }
}

@media(max-width:999px) {
    .pagination1 .safe {
        padding: 0px 0px 40px 0px;
    }
}



@media(max-width:570px) {
    .pagination1 .safe {
        padding: 0px 0px 30px 0px;
    }
}




/* news_related */
.news_related {
    padding: 26px 0px 126px 0px;
}

.news_related .title {
    font-family: Montserrat-Medium;
    font-size: 52px;
    line-height: 60px;
    color: #000;
    text-align: center;
    margin-bottom: 73px;
}

.news_related .related_box {
    display: flex;
    flex-wrap: wrap;
}

.news_related .related_box .related_li {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 30px;
}

.news_related .related_box .related_li:hover {
    box-shadow: 4px 4px 16px 0px rgba(210, 210, 214, 0.26);
}

.news_related .related_box .imgbox {
    overflow: hidden;
    margin-bottom: 46px;
}

.news_related .related_box .imgbox img {
    display: block;
}

.news_related .related_box .imgbox img:hover {
    transform: scale(1.05);
}

.news_related .related_box .contact {
    padding: 10px 15px 25px 15px;
    text-align: center;
}

.news_related .related_box .small_title {
    font-family: Montserrat-Medium;
    font-size: 22px;
    line-height: 32px;
    color: #023692;
    margin-bottom: 7px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_related .related_box .small_title a {
    color: #000;
}

.news_related .related_box .small_title a:hover {
    color: #023692;
}

.news_related .related_box .content {
    font-family: Montserrat-Light;
    font-size: 14px;
    line-height: 26px;
    color: #262626;
    margin-bottom: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_related .related_box .view_more {
    width: 153px;
    height: 46px;
    background-color: #ffffff;
    border-radius: 23px;
    border: solid 1px #0c41c7;
    font-family: Montserrat-Light;
    font-size: 14px;
    line-height: 24px;
    color: #0c41c7;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.news_related .related_box .view_more:hover {
    background-color: #023692;
    color: #fff;
    border: unset;
}

@media(max-width:1600px) {
    .news_related {
        padding: 50px 0px;
    }

    .news_related .title {
        font-size: 34px;
        line-height: 36px;
        margin-bottom: 90px;
    }

    .news_related .related_box .view_more {
        width: 150px;
        height: 45px;
        font-size: 16px;
        line-height: 38px;
    }

    .news_related .related_box .imgbox {
        margin-bottom: 40px;
    }
}

@media(max-width:1333px) {
    .news_related .title {
        font-size: 32px;
        line-height: 34px;
        margin-bottom: 70px;
    }

    .news_related .related_box .imgbox {
        margin-bottom: 30px;
    }
}

@media(max-width:999px) {
    .news_related {
        padding: 40px 0px;
    }

    .news_related .title {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 50px;
    }

    .news_related .related_box .small_title {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 7px;
    }

    .news_related .related_box .content {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 10px;
    }

    .news_related .related_box .related_li {
        padding-top: 20px;
    }
}

@media(max-width:768px) {
    .news_related .title {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 30px;
    }

    .news_related .related_box .imgbox {
        margin-bottom: 20px;
        width: 75%;
    }

    .news_related .related_box .small_title {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 4px;
    }

    .news_related .related_box .content {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 8px;
    }

    .news_related .related_box .view_more {
        width: 120px;
        height: 38px;
        font-size: 14px;
    }

    .news_related .related_box .contact {
        padding: 5px 5px;
        text-align: center;
    }
}

@media(max-width:570px) {
    .news_related {
        padding: 30px 0px;
    }

    .news_related .title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 28px;
    }

    .news_related .related_box .related_li {
        padding-top: 15px;
    }
}

@media(max-width:400px) {
    .news_related .related_box .related_li {
        width: 100%;
        margin-bottom: 20px;
    }

    .news_related .related_box .related_li:last-child {
        margin-bottom: 0;
    }
}



/* 6-2 news */

.news_detail {
    padding: 57px 0px 90px 0px;
}

.news_detail .safe .title {
    font-family: Montserrat-Medium;
    font-size: 52px;
    line-height: 60px;
    color: #000;
    margin-bottom: 40px;
}

.news_detail .safe .sharebox {
    display: flex;
    align-items: center;
    font-family: Montserrat-Light;
    font-size: 14px;
    color: #262626;
    margin-bottom: 22px;
}

.news_detail .safe .sharebox .inner {
    display: flex;
}

.news_detail .safe .sharebox img {
    display: block;
}

.news_detail .safe .sharebox span {
    margin-right: 5px;
}

.news_detail .safe .sharebox .data {
    color: #0536b0;
    margin-left: 10px;
}

.news_detail .detail_box {
    padding: 39px 0px 95px;
    border-top: solid 1px #dcdde0;
    border-bottom: solid 1px #dcdde0;
    margin-bottom: 36px;
}

.news_detail .detail_box .content1 p,
.news_detail .detail_box .content3 p,
.news_detail .detail_box .content1 a,
.news_detail .detail_box .content3 a {
    font-family: Montserrat-Light;
    font-size: 14px;
    line-height: 26px;
    color: #262626;
}

.news_detail .detail_box .content1 a,
.news_detail .detail_box .content3 a {
    color: #0536b0;
    text-decoration: underline;
}

.news_detail .content2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 35px 0px;
}

.news_detail .content2 .leftbox {
    width: 60.25%;
}

.news_detail .content2 .rightbox {
    width: 37%;
}

.news_detail .content2 .rightbox p {
    font-family: Montserrat-Light;
    font-size: 14px;
    line-height: 26px;
    color: #262626;
}

.news_detail .switch {
    display: flex;
    justify-content: space-between;

}

.news_detail .switch .prev,
.news_detail .switch .next {
    display: flex;
    align-items: center;
    width: 48%;
}

.news_detail .switch .prev>i,
.news_detail .switch .next>i,
.news_detail .switch .prev>a,
.news_detail .switch .next>a {
    width: 50px;
    height: 51px;
    border: solid 1px #1e1e1e;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333333;
}

.news_detail .switch .prev a:hover,
.news_detail .switch .next a:hover {
    color: #fff;
    background-color: #0536b0;
}

.news_detail .switch .next {
    flex-direction: row-reverse;
}

.news_detail .switch .next .contactbox {
    text-align: right;
}

.news_detail .switch .icon-left {
    margin-right: 18px;
}

.news_detail .switch .icon-right {
    margin-left: 18px;
}

.news_detail .switch .name {
    font-family: Montserrat-Medium;
    /* font-weight: bold; */
    font-size: 22px;
    line-height: 32px;
    color: #000;
}

.news_detail .switch .detail {
    font-family: Montserrat-Light;
    font-size: 14px;
    line-height: 26px;
    color: #262626;
}




/* // table */
.news_detail table {
    border-collapse: collapse;
    border: 2px solid #dddddd;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 15px;
    min-width: 700px;
    overflow: auto;
}

.news_detail .tablen {
    overflow: auto;
}

.news_detail table tr {
    color: #666666;
}

.news_detail table tr td {
    border: 2px solid #dddddd;
    padding: 10px 15px;
    text-align: center;
}

.news_detail video {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    left: 0;
    top: 0;
    object-fit: cover;
}

@media(max-width:1600px) {
    .news_detail {
        padding: 50px 0px;
    }

    .news_detail .content2 {
        padding: 25px 0px;
    }

    .news_detail .detail_box {
        padding: 30px 0px 40px 0px;
    }

    .news_detail .safe .title {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 35px;
    }
}

@media(max-width:1333px) {
    .news_detail .safe .title {
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 30px;
    }

    .news_detail .content2 {
        flex-direction: column;
    }

    .news_detail .content2 .leftbox {
        width: 70%;
        margin-bottom: 18px;
    }

    .news_detail .content2 .rightbox {
        width: 100%;
    }
}

@media(max-width:999px) {
    .news_detail {
        padding: 40px 0px;
    }

    .news_detail .detail_box {
        padding: 30px 0px 40px 0px;
        margin-bottom: 25px;
    }

    .news_detail .safe .title {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 25px;
    }

    .news_detail .content2 .leftbox {
        width: 85%;
        margin-bottom: 15px;
    }

}

@media(max-width:768px) {
    .news_detail .safe .title {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .news_detail .detail_box .content1 p,
    .news_detail .detail_box .content3 p,
    .news_detail .detail_box .content1 a,
    .news_detail .detail_box .content3 a {
        font-size: 14px;
        line-height: 28px;
    }

    .news_detail .content2 .rightbox p {
        font-size: 14px;
        line-height: 28px;
    }

    .news_detail .content2 .leftbox {
        width: 95%;
        margin-bottom: 15px;
    }

    .news_detail .safe .sharebox {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .news_detail .detail_box {
        padding: 15px 0px 30px 0px;
        margin-bottom: 20px;
    }

    .news_detail .switch {
        flex-direction: column;
    }

    .news_detail .switch .prev,
    .news_detail .switch .next {
        width: 100%;
    }

    .news_detail .switch .next {
        flex-direction: unset;
    }

    .news_detail .switch .next .contactbox {
        text-align: left;
    }

    .news_detail .switch .icon-right {
        margin-left: 0px;
        margin-right: 18px;
    }

    .news_detail .switch .name {
        font-size: 16px;
        line-height: 26px;
    }

    .news_detail .switch .prev {
        margin-bottom: 15px;
    }

    .news_detail .switch .detail {
        font-family: OpenSans-Light;
        font-size: 14px;
        line-height: 26px;
        color: #333333;
    }

    .news_detail .switch .prev i,
    .news_detail .switch .next i,
    .news_detail .switch .prev a,
    .news_detail .switch .next a {
        width: 40px;
        height: 40px;
        font-size: 14px;
    }

}

@media(max-width:570px) {
    .news_detail {
        padding: 30px 0px;
    }

    .news_detail .detail_box {
        padding: 20px 0px 30px 0px;
    }

    .news_detail .safe .title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 15px;
    }

}

@media(max-width:450px) {
    .news_detail .content2 .leftbox {
        width: 100%;
        margin-bottom: 15px;
    }

    .news_detail .safe .sharebox img {
        width: 150px;
    }

    .news_detail .safe .sharebox {
        flex-direction: column;
    }

    .news_detail .safe .sharebox {
        flex-direction: column;
        align-items: flex-start;
    }

    .news_detail .safe .sharebox .data {
        margin-left: 0;
        padding-top: 10px;
    }
}


/* 6-3 news */

.news_ophthalmology {
    padding: 37px 0px 75px 0px;
}

.news_ophthalmology .ophthalmology_box {
    display: flex;
    border-bottom: 1px solid #dadada;
    padding: 46px 0px 33px 0px;
}

.news_ophthalmology .ophthalmology_box .btnbox {
    width: 18.2%;
    display: flex;

}

.news_ophthalmology .ophthalmology_box .btnbox a,
.news_ophthalmology .ophthalmology_box .btnbox span {
    width: 200px;
    height: 55px;
    background-color: #f1f1f1;
    border-radius: 6px;
    font-family: Montserrat-Light;
    font-size: 18px;
    color: #555555;
    display: flex;
    align-items: center;
    justify-content: center;
}

.news_ophthalmology .ophthalmology_box .btnbox a:hover {
    background-color: #0536b0;
    color: #fff;
}

.news_ophthalmology .ophthalmology_box .contact {
    width: 80%;
}

.news_ophthalmology .ophthalmology_box .contact .title {
    font-family: OpenSans-Regular;
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
    color: #023692;
    margin-bottom: 12px;
}

.news_ophthalmology .ophthalmology_box .contact .title a {
    color: #023692;
}

.news_ophthalmology .ophthalmology_box .contact .title a:hover {
    text-decoration: underline;
}

.news_ophthalmology .ophthalmology_box .contact .content {
    font-family: Montserrat-Light;
    font-size: 14px;
    line-height: 26px;
    color: #262626;
    margin-bottom: 8px;
}

.news_ophthalmology .ophthalmology_box .contact .data {
    font-family: Montserrat-Light;
    font-size: 14px;
    line-height: 26px;
    color: #262626;
}

@media(max-width:1600px) {
    .news_ophthalmology {
        padding: 20px 0px 50px 0px;
    }

}

@media(max-width:1333px) {
    .news_ophthalmology .ophthalmology_box .btnbox {
        width: 25%;
        display: flex;
    }

    .news_ophthalmology .ophthalmology_box .btnbox a,
    .news_ophthalmology .ophthalmology_box .btnbox span {
        width: 170px;
        height: 50px;
        border-radius: 6px;
        font-size: 16px;
    }
}

@media(max-width:999px) {
    .news_ophthalmology .ophthalmology_box {
        display: flex;
        padding: 30px 0px 30px 0px;
        flex-direction: column-reverse;
    }

    .news_ophthalmology .ophthalmology_box .contact {
        margin-bottom: 15px;
        width: 100%;
    }

    .news_ophthalmology .ophthalmology_box .btnbox {
        width: 100%;
    }

    .news_ophthalmology {
        padding: 10px 0px 40px 0px;
    }

    .news_ophthalmology .ophthalmology_box .contact .title {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 8px;
    }
}

@media(max-width:768px) {
    .news_ophthalmology .ophthalmology_box .contact .title {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 5px;
    }

    .news_ophthalmology .ophthalmology_box .contact .content {
        font-size: 14px;
        line-height: 28px;
        margin-bottom: 5px;
    }

    .news_ophthalmology .ophthalmology_box .btnbox a,
    .news_ophthalmology .ophthalmology_box .btnbox span {
        width: 160px;
        height: 45px;
        border-radius: 6px;
        font-size: 14px;
    }
}

@media(max-width:570px) {}




/* 7-1 Contact */


/* service_people */


.contact_people {
    padding: 28px 0px 83px;
}

.contact_people .title {
    font-family: Montserrat-Medium;
    font-size: 52px;
    margin-bottom: 37px;
    color: #000;
    padding-top: 26px;
}

.contact_people .title_li {
    font-family: Montserrat-Medium;
    font-size: 26px;
    margin-bottom: 37px;
    color: #000;
    padding-top: 26px;
}

.contact_people .cititle {
    font-family: Montserrat-Medium;
    font-size: 24px;
    margin-bottom: 37px;
    color: #888888;
    padding-top: 26px;
}

.contact_people .title.center2 {
    text-align: center;
}

.contact_people .safe .people_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.contact_people .safe .box1 {
    background-color: #fafafa;
    width: 49.2%;
    display: flex;
    margin-bottom: 35px;
}

.contact_people .safe .people_box .xinxi_k {
    padding: 1%;
    background-color: #fafafa;
}

.contact_people .safe .people_box .xinxi_k p {
    color: #262626;
    font-size: 20px;
    line-height: 34px;
}

.contact_people .safe .people_box .xinxi_k p strong {
    font-size: 16px;
}

.contact_people .safe .people_box .xinxi_k p.redtext>a {
    color: #c4262e
}

.contact_people .safe .people_box .xinxi_k p.redtext>a:hover {
    color: #262626
}

.contact_people .safe .box1 img {
    display: block;
}

.contact_people .safe .box1 .leftbox {
    /*width: 41.2%;*/
    width: 30%;
}

.contact_people .safe .box1 .rightbox {
    /* width: 58%;*/
    width: 68%;
    padding-left: 3.8%;
    padding-right: 1%;
}

.contact_people .safe .box1 .rightbox .from {
    font-family: Montserrat-Regular;
    font-size: 14px;
    line-height: 26px;
    color: #888888;
    padding-top: 33px;
}

.contact_people .safe .box1 .rightbox .contact {
    font-family: Montserrat-Medium;
    /* font-weight: bold; */
    font-size: 22px;
    line-height: 32px;
    color: #000;
    margin-bottom: 12px;
}

.contact_people .safe .box1 .rightbox hr {
    width: 100%;
    height: 1px;
    background-color: #d7d7d7;
    margin-bottom: 32px;
}

.contact_people .safe .box1 .connect_name {
    font-family: Montserrat-Light;
    font-size: 14px;
    line-height: 26px;
    color: #262626;
}

.contact_people .safe .box1 .connect_s {
    font-family: Montserrat-Light;
    /* font-weight: bold; */
    color: #262626;
    font-size: 14px;
}

.contact_people .safe .box1 .connect_s a {
    color: #333;
}

.contact_people .safe .box1 .connect_s a:hover {
    color: #0536b0;
}

@media(max-width:1600px) {
    .contact_people {
        padding: 30px 0px 50px;
    }

    .contact_people .safe .box1 .leftbox {
        width: 33.2%;
    }

    .contact_people .safe .box1 .rightbox .from {
        padding-top: 0;
    }

    .contact_people .safe .box1 .rightbox {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .contact_people .safe .box1 {
        width: 49.5%;
    }

    .contact_people .title,
    .contact_people .title_li {
        font-size: 34px;
        margin-bottom: 30px;
        padding-top: 25px;
    }
}

@media(max-width:1333px) {
    .contact_people .safe .box1 {
        width: 75%;
    }

    .contact_people .title,
    .contact_people .title_li {
        font-size: 32px;
        margin-bottom: 25px;
        padding-top: 20px;
    }
}

@media(max-width:999px) {
    .contact_people {
        padding: 20px 0px 40px;
    }

    .contact_people .safe .box1 {
        width: 100%;
    }

    .contact_people .safe .box1 .rightbox hr {
        width: 100%;
        height: 1px;
        background-color: #d7d7d7;
        margin-bottom: 12px;
    }

    .contact_people .title,
    .contact_people .title_li {
        font-size: 28px;
        margin-bottom: 20px;
        padding-top: 20px;
    }
}

@media(max-width:768px) {
    .contact_people .safe .box1 .rightbox .from {
        font-size: 14px;
        line-height: 20px;
    }

    .contact_people .safe .box1 .rightbox .contact {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 5px;
    }

    .contact_people .safe .box1 .connect_s {
        font-size: 14px;
    }

    .contact_people .safe .box1 .connect_name {
        font-size: 14px;
        line-height: 26px;
    }

    .contact_people .safe .box1 {
        align-items: center;
    }

    .contact_people .title,
    .contact_people .title_li {
        font-size: 24px;
        margin-bottom: 15px;
        padding-top: 15px;
    }
}

@media(max-width:570px) {
    .contact_people {
        padding: 10px 0px 30px;
    }

    .contact_people .title,
    .contact_people .title_li {
        font-size: 20px;
        margin-bottom: 12px;
        padding-top: 12px;
    }

    .contact_people .people_box .box1:last-child {
        margin-bottom: 10px;
    }
}

@media(max-width:450px) {
    .contact_people .safe .box1 {
        align-items: flex-start;
        flex-direction: column;
    }

    .contact_people .safe .box1 .leftbox {
        width: 40%;
        margin-bottom: 20px;

    }

    .contact_people .safe .box1 .leftbox img {
        min-width: 150px;
    }

    .contact_people .safe .box1 .rightbox {
        width: 100%;
    }
}




/* 7-2 Contact */


.contact_connect {
    padding: 50px 0px 0px;
}

.contact_connect .title {
    font-family: Montserrat-Medium;
    font-size: 52px;
    line-height: 60px;
    color: #000;
    text-align: center;
    margin-bottom: 17px;
}

.contact_connect .content {
    font-family: Montserrat-Light;
    font-size: 14px;
    line-height: 26px;
    color: #262626;
    text-align: center;
    width: 70%;
    margin: 0 auto;
    margin-bottom: 52px;

    hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
}


.contact_connect form {}

.contact_connect form .inp1 {
    display: flex;
    justify-content: space-between;
}

.contact_connect form .inp1 .inpbox1 {
    width: 48.5%;
    /* margin-right: 3%; */
    position: relative;
    margin-bottom: 18px;
}

.contact_connect form .areabox {
    margin-bottom: 18px;
}

.contact_connect form .must::after {
    content: "*";
    position: absolute;
    left: 19px;
    top: 16px;
    /* transform: translateY(-30%); */
    font-family: Montserrat-Light;
    font-size: 18px;
    color: #ff0000;
}

.contact_connect form .inp1 .inpbox1 i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
}



.contact_connect form .inp1 .inpbox1:last-child {
    margin-right: 0;
}

.contact_connect form .inp1 .inpbox1 input,
.contact_connect form .inp1 .inpbox1 select {
    height: 62px;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #e0e0e0;
    width: 100%;


}

.contact_connect form .inp1 .inpbox1 input,
.contact_connect form .inp1 .inpbox1 select,
.contact_connect form .areabox textarea {
    padding: 0px 28px 0px 28px;
    font-family: Montserrat-Light;
    font-size: 14px;
    line-height: 26px;
    color: #262626;

}

.contact_connect form .areabox {
    position: relative;
}

.contact_connect form .areabox textarea {
    height: 162px;
    width: 100%;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #e0e0e0;
    padding-top: 10px;
    padding-bottom: 10px;
    resize: none;
}

.contact_connect form .codebox .inpbox1 .code {
    /* display: flex; */
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    background: #f3fbfe;
}

.contact_connect form .codebox .inpbox1 .code img {
    display: block;
}

.contact_connect form .codebox .inpbox1:nth-of-type(1) input {
    padding-right: 20%;
}

.contact_connect form .submit {
    background-color: #0536b0 !important;
    color: #fff !important;
    cursor: pointer;
}

.contact_connect form .submit:hover {
    color: #0536b0 !important;
    background-color: #fff !important;
    border: 1px solid #0536b0 !important;
}


@media(max-width:1600px) {
    .contact_connect .content {
        font-size: 16px;
        line-height: 30px;
        width: 80%;
        margin-bottom: 50px;
    }

    .contact_connect {
        padding: 50px 0px;
    }

    .contact_connect .title {
        font-size: 34px;
        line-height: 40px;
        margin-bottom: 15px;
    }

    .contact_connect form .inp1 .inpbox1 input,
    .contact_connect form .inp1 .inpbox1 select {
        height: 60px;
    }
}

@media(max-width:1333px) {
    .contact_connect .content {
        font-size: 16px;
        line-height: 30px;
        width: 90%;
        margin-bottom: 40px;
    }

    .contact_connect .title {
        font-size: 32px;
        line-height: 36px;
        margin-bottom: 10px;
    }

    .contact_connect form .inp1 .inpbox1 input,
    .contact_connect form .inp1 .inpbox1 select {
        height: 58px;
    }

    .contact_connect form .codebox .inpbox1:nth-of-type(1) input {
        padding-right: 26%;
    }
}

@media(max-width:999px) {
    .contact_connect {
        padding: 40px 0px;
    }

    .contact_connect .content {
        font-size: 16px;
        line-height: 30px;
        width: 100%;
        margin-bottom: 30px;
    }

    .contact_connect .title {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 10px;
    }

    .contact_connect form .inp1 .inpbox1 input,
    .contact_connect form .inp1 .inpbox1 select {
        height: 55px;
    }

    .contact_connect form .inp1 .inpbox1 input,
    .contact_connect form .inp1 .inpbox1 select,
    .contact_connect form .areabox textarea {
        padding: 0px 10px 0px 20px;
        font-size: 16px;
        line-height: 32px;
    }

    .contact_connect form .must::after {
        content: "*";
        left: 7px;
        top: 16px;
        font-size: 18px;
    }

    .contact_connect form .areabox textarea {
        height: 150px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .contact_connect form .codebox .inpbox1:nth-of-type(1) input {
        padding-right: 35%;
    }
}

@media(max-width:768px) {
    .contact_connect .content {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 20px;
    }

    .contact_connect .title {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .contact_connect form .inp1 .inpbox1 input,
    .contact_connect form .inp1 .inpbox1 select,
    .contact_connect form .areabox textarea {
        padding: 0px 10px 0px 20px;
        font-size: 14px;
        line-height: 32px;
    }

    .contact_connect form .areabox textarea {
        height: 130px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .contact_connect form .inp1 .inpbox1 input,
    .contact_connect form .inp1 .inpbox1 select {
        height: 50px;
    }

    .contact_connect form .inp1 .inpbox1 i {
        font-size: 14px;
    }

    .contact_connect form .codebox .inpbox1 .code {
        right: 4px;
        top: 50%;
        transform: translateY(-50%);
    }
}

@media(max-width:570px) {
    .contact_connect {
        padding: 30px 0px;
    }

    .contact_connect .content {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 15px;
    }

    .contact_connect .title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .contact_connect form .areabox textarea {
        height: 130px;
        padding-top: 6px;
        padding-bottom: 6px;
    }

    .contact_connect form .must::after {
        content: "*";
        left: 7px;
        top: 13px;
        font-size: 18px;
    }

    .contact_connect form .codebox .inpbox1:nth-of-type(1) input {
        padding-right: 45%;
    }

}

@media(max-width:450px) {
    .contact_connect form .inp1 .inpbox1 {
        width: 100%;
        position: relative;
        margin-bottom: 18px;
    }

    .contact_connect form .inp1 {
        flex-wrap: wrap;
    }

    .contact_connect form .codebox .inpbox1:nth-of-type(1) input {
        padding-right: 38%;
    }

}





/* 8-2 Distributor */
.dis_log {
    padding: 81px 0px 120px;
}

.dis_log .title {
    font-family: Montserrat-Medium;
    font-size: 52px;
    line-height: 60px;
    color: #000;
    text-align: center;
    margin-bottom: 19px;
}

.dis_log .content1,
.dis_log .content2 {
    text-align: center;
    font-family: Montserrat-Light;
    font-size: 14px;
    line-height: 26px;
    color: #333333;
}

.dis_log .content1 {
    margin-bottom: 47px;
}

.dis_log .content2 {
    /* margin-bottom: 20px; */
    padding: 2px 0px 26px 0px;
}

.dis_log .content1 a,
.dis_log .content2 a {
    text-decoration: underline;
    color: #0536b0;
}


.dis_log form {
    width: 45%;
    margin: 0 auto;
}

.dis_log form .inp1 {
    position: relative;
    margin-bottom: 20px;
}

.dis_log form .inp1::after {
    content: "*";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 17px;

    font-family: Montserrat-Light;
    font-size: 18px;
    line-height: 32px;
    color: #ff0000;
}

.dis_log form .inp1 input,
.dis_log form .submit {
    height: 62px;
    width: 100%;
    padding-left: 35px;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #e0e0e0;
    font-family: Montserrat-Light;
    font-size: 14px;
    line-height: 26px;
    color: #262626;
}

.dis_log form .inp1 input {
    padding-right: 10px;
}

.dis_log form .submit {
    background-color: #0536b0 !important;
    color: #fff !important;
    cursor: pointer;
    height: 64px;
}

.dis_log form .submit:hover {
    background-color: #fff !important;
    color: #0536b0 !important;
    border: 1px solid #0536b0 !important;
}

@media(max-width:1600px) {
    .dis_log {
        padding: 50px 0px;
    }

    .dis_log .title {
        font-size: 32px;
        line-height: 36px;
        margin-bottom: 15px;
    }

    .dis_log .content1 {
        margin-bottom: 40px;
    }

    .dis_log form .inp1 input,
    .dis_log form .submit {
        height: 60px;
    }

    .dis_log form {
        width: 55%;
        margin: 0 auto;
    }
}

@media(max-width:1333px) {
    .dis_log .title {
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 15px;
    }

    .dis_log .content1 {
        margin-bottom: 30px;
    }

    .dis_log form .inp1 input,
    .dis_log form .submit {
        height: 55px;
    }

    .dis_log form .inp1 input,
    .dis_log form .submit {
        width: 100%;
        padding-left: 25px;
    }

    .dis_log form .inp1::after {
        top: 50%;
        transform: translateY(-50%);
        left: 12px;
        font-size: 18px;
        line-height: 32px;
    }

    .dis_log form {
        width: 70%;
        margin: 0 auto;
    }
}

@media(max-width:999px) {
    .dis_log .title {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 15px;
    }

    .dis_log {
        padding: 40px 0px;
    }

    .dis_log .content1 {
        margin-bottom: 20px;
    }
}

@media(max-width:768px) {
    .dis_log .title {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .dis_log .content1 {
        margin-bottom: 15px;
    }

    .dis_log .content1,
    .dis_log .content2 {
        font-size: 14px;
        line-height: 26px;
        color: #333333;
    }

    .dis_log form {
        width: 90%;
        margin: 0 auto;
    }

    .dis_log form .inp1 input,
    .dis_log form .submit {
        height: 50px;
    }

    .dis_log form .inp1 input,
    .dis_log form .submit {
        font-size: 14px;
    }
}

@media(max-width:570px) {
    .dis_log .title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .dis_log {
        padding: 30px 0px;
    }

    .dis_log .content1 {
        margin-bottom: 10px;
    }
}


@media(max-width:450px) {
    .dis_log form {
        width: 100%;
        margin: 0 auto;
    }
}

/* 9 Distributor Support */

.distributor_support {
    padding: 45px 0px 69px;
}

.distributor_support .title {
    font-family: Montserrat-Medium;
    font-size: 52px;
    line-height: 60px;
    margin-bottom: 51px;
    color: #000;
}

.distributor_support .title span {
    color: #0d44d1;
}

.distributor_support .support_box1 {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 31px;
}

.distributor_support .support_box1 .support_li1 {
    width: 31.74%;
    margin-right: 2.37%;
}

.distributor_support .support_box1 .support_li1:last-child {
    margin-right: 0;
}

.distributor_support .support_box1 .support_li1 .imgbox {
    overflow: hidden;
}

.distributor_support .support_box1 .support_li1 .imgbox img {
    display: block;
    width: 100%;
}

.distributor_support .support_box1 .support_li1 .imgbox img:hover {
    transform: scale(1.05);
}

.distributor_support .support_box1 .support_li1 .contact {
    padding: 28px 15px 28px 15px;
    background-color: #ffffff;
    border: solid 1px #ebebeb;
}

.distributor_support .support_box1 .contact:hover {
    background-color: #ffffff;
    box-shadow: 4px 4px 16px 0px rgba(210, 210, 214, 0.26);
    border: solid 1px #ebebeb;
}

.distributor_support .support_box1 .support_li1 .contact .small_title {
    font-family: Montserrat-Medium;
    font-size: 24px;
    line-height: 32px;
    color: #000;
    /* font-weight: bold; */
    margin-bottom: 15px;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.distributor_support .support_box1 .support_li1 .contact .small_title a {
    color: #000;
}

.distributor_support .support_box1 .support_li1 .contact .small_title a:hover {
    color: #0536b0;
}

.distributor_support .support_box1 .support_li1 .contact .small_content {
    hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    font-family: Montserrat-Light;
    font-size: 14px;
    line-height: 26px;
    color: #262626;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 28px;

    hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
}

.distributor_support .support_box1 .read_btn {
    font-family: Montserrat-Light;
    font-size: 18px;
    line-height: 34px;
    color: #0536b0;
}

.distributor_support .support_box1 .read_btn:hover {
    text-decoration: underline;
}



.distributor_support .support_box2 {
    display: flex;
    flex-wrap: wrap;
}

.distributor_support .support_box2 .support_li2 {
    width: 48.9%;
    margin-right: 2.2%;
    margin-bottom: 30px;
}

.distributor_support .support_box2 .support_li2 .imgbox {
    overflow: hidden;
}

.distributor_support .support_box2 .support_li2 .imgbox img {
    display: block;
}

.distributor_support .support_box2 .support_li2 .imgbox img:hover {
    transform: scale(1.05);
}

.distributor_support .support_box2 .support_li2:nth-child(2n) {
    margin-right: 0;
}

.distributor_support .support_box2 .support_li2 .contact {
    padding: 46px 20px 43px 20px;
    background-color: #ffffff;
    border: solid 1px #ebebeb;
}

.distributor_support .support_box2 .support_li2 .small_title {
    font-family: OpenSans-Regular;
    font-size: 24px;
    line-height: 30px;
    color: #0536b0;
    margin-bottom: 23px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.distributor_support .support_box2 .support_li2 .small_title a {
    color: #333333;
}

.distributor_support .support_box2 .support_li2 .small_title a:hover {
    color: #0536b0;
}

.distributor_support .support_box2 .support_li2 .small_content {
    font-family: OpenSans-Light;
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    margin-bottom: 40px;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
}

.distributor_support .support_box2 .support_li2 .view_more {
    font-family: OpenSans-Light;
    font-size: 18px;
    line-height: 30px;
    color: #0536b0;
}

.distributor_support .support_box2 .support_li2 .view_more:hover {
    text-decoration: underline;
}

@media(max-width:1600px) {
    .distributor_support {
        padding: 40px 0px 50px;
    }

    .distributor_support .title {
        font-size: 32px;
        line-height: 36px;
        margin-bottom: 40px;
    }

    .distributor_support .support_box1 .support_li1 .contact {
        padding: 20px 15px 25px 15px;
    }

    .distributor_support .support_box1 .support_li1 .contact .small_content {
        margin-bottom: 20px;
    }

    .distributor_support .support_box1 .support_li1 .contact .small_title {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 10px;
    }

    .distributor_support .support_box2 .support_li2 .contact {
        padding: 20px 15px 25px 15px;
        background-color: #ffffff;
        border: solid 1px #ebebeb;
    }

    .distributor_support .support_box2 .support_li2 .small_title {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 10px;
    }

    .distributor_support .support_box2 .support_li2 .small_content {
        margin-bottom: 20px;
    }
}

@media(max-width:1333px) {
    .distributor_support .title {
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 30px;
    }

    .distributor_support .support_box1 .support_li1 .contact {
        padding: 15px 15px 20px 15px;
    }

    .distributor_support .support_box1 .support_li1 .contact .small_title {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .distributor_support .support_box2 .support_li2 .contact {
        padding: 20px 15px 20px 15px;
    }

    .distributor_support .support_box2 .support_li2 .small_title {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 5px;
    }
}

@media(max-width:999px) {
    .distributor_support {
        padding: 30px 0px 40px;
    }

    .distributor_support .title {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 25px;
    }

    .distributor_support .support_box1 .support_li1 {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 15px;
    }

    .distributor_support .support_box1 .support_li1:nth-child(2n) {
        margin-right: 0;
    }

    .distributor_support .support_box1 {
        margin-bottom: 15px;
    }

    .distributor_support .support_box2 .support_li2 .contact {
        padding: 15px 15px 15px 15px;
    }

    .distributor_support .support_box2 .support_li2 {
        margin-bottom: 15px;
    }

}

@media(max-width:768px) {
    .distributor_support .title {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 20px;
    }

    .distributor_support .support_box1 .support_li1 .contact .small_content {
        font-size: 14px;
        line-height: 28px;
        margin-bottom: 14px;
    }

    .distributor_support .support_box1 .support_li1 .contact {
        padding: 10px 12px 10px 12px;
    }

    .distributor_support .support_box1 .read_btn {
        font-size: 16px;
        line-height: 26px;
    }

    .distributor_support .support_box1 .support_li1 .contact .small_title {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 6px;
    }

    .distributor_support .support_box2 .support_li2 {
        width: 90%;
        margin-right: 0 !important;
        margin: 0 auto !important;
        margin-bottom: 15px !important;
    }

    .distributor_support .support_box2 .support_li2:nth-child(2n) {
        margin-right: 0;
    }

    .distributor_support .support_box2 .support_li2 .small_content {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 15px;
    }

    .distributor_support .support_box2 .support_li2 .small_title {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 2px;
    }

    .distributor_support .support_box2 .support_li2 .contact {
        padding: 10px 15px 15px 15px;
    }

    .distributor_support .support_box2 .support_li2 .view_more {
        font-size: 16px;
        line-height: 26px;
    }
}

@media(max-width:570px) {
    .distributor_support {
        padding: 20px 0px 30px;
    }

    .distributor_support .title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 15px;
    }

    .distributor_support .support_box2 .support_li2 {
        width: 100% !important;
    }
}

@media(max-width:450px) {
    .distributor_support .support_box1 .support_li1 {
        width: 100%;
        margin: 0;
    }
}


/* 9-1 register */
.register_box {
    margin-top: 148px;
}

.register_regist {
    padding: 84px 0px 134px;
}

.register_regist .title {
    font-family: Montserrat-Medium;
    font-size: 52px;
    line-height: 60px;
    color: #000;
    text-align: center;
    margin-bottom: 8px;
}

.register_regist .content1,
.register_regist .content2,
.register_regist .already {
    text-align: center;
    font-family: Montserrat-Light;
    font-size: 14px;
    line-height: 26px;
    color: #262626;
}

.register_regist .content1 {
    margin: 0 auto;
    margin-bottom: 25px;
    width: 36%;

}

.register_regist .content2 {
    /* margin-bottom: 20px; */
    padding: 2px 0px 26px 0px;
}

.register_regist .content1 a,
.register_regist .content2 a,
.register_regist .already a {
    text-decoration: underline;
    color: #0536b0;
}


.register_regist form {
    width: 48.5%;
    margin: 0 auto;
}

.register_regist form .inp1 {
    position: relative;
    margin-bottom: 12px;
}


.register_regist form .inp1 input,
.register_regist form .submit {
    height: 62px;
    width: 100%;
    padding-left: 24px;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #e0e0e0;
    font-family: Montserrat-Light;
    font-size: 14px;
    line-height: 26px;
    color: #262626;
}

.register_regist form .inp1 input {
    padding-right: 10px;
}

.register_regist form .submit {
    background-color: #0536b0 !important;
    color: #fff !important;
    cursor: pointer;
    height: 64px;
    margin-bottom: 10px;
    padding-left: 0;
    border-radius: 4px;
    border: none;
}

.register_regist form .submit:hover {
    background-color: #fff !important;
    color: #0536b0 !important;
    border: 1px solid #0536b0 !important;
}

.register_regist .already {
    text-align: center;
}

@media(max-width:1600px) {
    .register_box {
        margin-top: 106px;
    }

    .register_regist {
        padding: 50px 0px;
    }

    .register_regist .title {
        font-size: 32px;
        line-height: 36px;
        margin-bottom: 15px;
    }

    .register_regist .content1 {
        margin-bottom: 40px;
        width: 50%;
    }

    .register_regist form .inp1 input,
    .register_regist form .submit {
        height: 60px;
    }

    .register_regist form {
        width: 55%;
        margin: 0 auto;
    }
}

@media(max-width:1333px) {
    .register_box {
        margin-top: 93px;
    }

    .register_regist .title {
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 15px;
    }

    .register_regist .content1 {
        margin-bottom: 30px;
        width: 60%;
    }

    .register_regist form .inp1 input,
    .register_regist form .submit {
        height: 55px;
    }

    .register_regist form .inp1 input,
    .register_regist form .submit {
        width: 100%;
        padding-left: 25px;
    }

    .register_regist form .inp1::after {
        top: 50%;
        transform: translateY(-50%);
        left: 12px;
        font-size: 18px;
        line-height: 32px;
    }

    .register_regist form {
        width: 70%;
        margin: 0 auto;
    }
}

@media(max-width:999px) {
    .register_box {
        margin-top: 63.4px;
    }

    .register_regist .title {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 15px;
    }

    .register_regist {
        padding: 40px 0px;
    }

    .register_regist .content1 {
        margin-bottom: 20px;
        width: 70%;
    }
}

@media(max-width:768px) {
    .register_box {
        margin-top: 56px;
    }

    .register_regist .title {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .register_regist .content1 {
        margin-bottom: 15px;
        width: 90%;
    }

    .register_regist .content1,
    .register_regist .content2,
    .register_regist .already {
        font-size: 14px;
        line-height: 26px;
        color: #333333;
    }

    .register_regist form {
        width: 90%;
        margin: 0 auto;
    }

    .register_regist form .inp1 input,
    .register_regist form .submit {
        height: 50px;
    }

    .register_regist form .inp1 input,
    .register_regist form .submit {
        font-size: 14px;
    }
}

@media(max-width:570px) {

    .register_box {
        margin-top: 49px;
    }

    .register_regist .title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .register_regist {
        padding: 30px 0px;
    }

    .register_regist .content1 {
        margin-bottom: 10px;
        width: 100%;
    }

    .register_regist form .inp1 {
        position: relative;
        margin-bottom: 15px;
    }

    .register_regist form .inp1 input,
    .register_regist form .submit {
        width: 100%;
        padding-left: 10px;
    }
}


@media(max-width:450px) {
    .register_regist form {
        width: 100%;
        margin: 0 auto;
    }
}



/* 9-2 register */
.register_login {
    padding: 85px 0px 80px;
}

.register_login .title {
    font-family: Montserrat-Medium;
    font-size: 52px;
    line-height: 60px;
    color: #000;
    text-align: center;
    margin-bottom: 20px;
}

.register_login .content1,
.register_login .content2 {
    text-align: center;
    font-family: Montserrat-Light;
    font-size: 14px;
    line-height: 26px;
    color: #262626;
}

.register_login .content1 {
    width: 36%;
    margin: 0 auto;
    margin-bottom: 30px;
}

.register_login .content2 {
    /* margin-bottom: 20px; */
    padding: 2px 0px 26px 0px;
}

.register_login .content1 a,
.register_login .content2 a {
    text-decoration: underline;
    color: #0536b0;
}


.register_login form {
    width: 48.5%;
    margin: 0 auto;
}

.register_login form .inp1 {
    position: relative;
    margin-bottom: 20px;
}

.register_login form .inp1::after {
    content: "*";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 17px;

    font-family: Montserrat-Light;
    font-size: 18px;
    line-height: 34px;
    color: #ff0000;
}

.register_login form .inp1 input,
.register_login form .submit {
    height: 62px;
    width: 100%;
    padding-left: 35px;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #e0e0e0;
    font-family: Montserrat-Light;
    font-size: 14px;
    line-height: 26px;
    color: #262626;
}

.register_login form .inp1 input {
    padding-right: 10px;
}

.register_login form .submit {
    background-color: #0536b0 !important;
    color: #fff !important;
    cursor: pointer;
    height: 64px;
    margin-bottom: 15px;
    margin-top: 8px;
    border: none;
    border-radius: 4px;
    padding-left: 0;
}

.register_login form .submit:hover {
    background-color: #fff !important;
    color: #0536b0 !important;
    border: 1px solid #0536b0 !important;
}

.register_login .btn_group {
    font-family: Montserrat-Light;
    font-size: 14px;
    line-height: 26px;
    color: #262626;
    display: flex;
    justify-content: center;
}

.register_login .btn_group a:hover {
    color: #0536b0;
}

.register_login .btn_group span {
    padding: 0px 8px;
}

@media(max-width:1600px) {
    .register_login {
        padding: 50px 0px;
    }

    .register_login .title {
        font-size: 32px;
        line-height: 36px;
        margin-bottom: 15px;
    }

    .register_login .content1 {
        width: 50%;
        margin-bottom: 40px;
    }

    .register_login form .inp1 input,
    .register_login form .submit {
        height: 60px;
    }

    .register_login form .submit {
        margin-top: 0;
    }

    .register_login form {
        width: 55%;
        margin: 0 auto;
    }
}

@media(max-width:1333px) {
    .register_login .title {
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 15px;
    }

    .register_login .content1 {
        width: 60%;
        margin-bottom: 30px;
    }

    .register_login form .inp1 input,
    .register_login form .submit {
        height: 55px;
    }

    .register_login form .inp1 input,
    .register_login form .submit {
        width: 100%;
        padding-left: 25px;
    }

    .register_login form .inp1::after {
        top: 50%;
        transform: translateY(-50%);
        left: 12px;
        font-size: 18px;
        line-height: 32px;
    }

    .register_login form {
        width: 70%;
        margin: 0 auto;
    }
}

@media(max-width:999px) {
    .register_login .title {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 15px;
    }

    .register_login {
        padding: 40px 0px;
    }

    .register_login .content1 {
        width: 70%;
        margin-bottom: 20px;
    }
}

@media(max-width:768px) {
    .register_login .title {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .register_login .content1 {
        width: 90%;
        margin-bottom: 15px;
    }

    .register_login .content1,
    .register_login .content2 {
        font-size: 14px;
        line-height: 26px;
        color: #333333;
    }

    .register_login form {
        width: 90%;
        margin: 0 auto;
    }

    .register_login form .inp1 input,
    .register_login form .submit {
        height: 50px;
    }

    .register_login form .inp1 input,
    .register_login form .submit {
        font-size: 14px;
    }

    .register_login .btn_group {
        font-size: 14px;
        line-height: 46px;
    }

    .register_login .btn_group span {
        padding: 0px 5px;
    }
}

@media(max-width:570px) {
    .register_login .title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .register_login {
        padding: 30px 0px;
    }

    .register_login .content1 {
        width: 100%;
        margin-bottom: 10px;
    }
}


@media(max-width:450px) {
    .register_login form {
        width: 100%;
        margin: 0 auto;
    }
}



/* 9-3 register */
.register_forgot {
    padding: 85px 0px 106px;
}

.register_forgot .title {
    font-family: Montserrat-Medium;
    font-size: 52px;
    line-height: 60px;
    color: #000;
    text-align: center;
    margin-bottom: 20px;
}

.register_forgot .content1,
.register_forgot .content2 {
    text-align: center;
    font-family: Montserrat-Light;
    font-size: 14px;
    line-height: 26px;
    color: #262626;
}

.register_forgot .content1 {
    width: 36%;
    margin: 0 auto;
    margin-bottom: 28px;
}

.register_forgot .content2 {
    /* margin-bottom: 20px; */
    padding: 2px 0px 26px 0px;
}

.register_forgot .content1 a,
.register_forgot .content2 a {
    text-decoration: underline;
    color: #0536b0;
}


.register_forgot form {
    width: 48.5%;
    margin: 0 auto;
}

.register_forgot form .inp1 {
    position: relative;
    margin-bottom: 20px;

}

.register_forgot form .inp1 .inpbox1 input,
.register_forgot form .submit {
    height: 62px;
    width: 100%;
    padding-left: 20px;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #e0e0e0;
    font-family: Montserrat-Light;
    font-size: 14px;
    line-height: 26px;
    color: #262626;
}

.register_forgot form .inp1 input {
    padding-right: 10px;
}

.register_forgot form .submit {
    background-color: #0536b0 !important;
    color: #fff !important;
    cursor: pointer;
    height: 64px;
    margin-bottom: 15px;
    margin-top: 8px;
}

.register_forgot form .submit:hover {
    background-color: #fff !important;
    color: #0536b0 !important;
    border: 1px solid #0536b0 !important;
}

.register_forgot .btn_group {
    font-family: Montserrat-Light;
    font-size: 14px;
    line-height: 26px;
    color: #262626;
    display: flex;
    justify-content: center;
}

.register_forgot .btn_group a:hover {
    color: #0536b0;
}

.register_forgot .btn_group span {
    padding: 0px 8px;
}

.register_forgot form .inp1:nth-of-type(1) {
    display: flex;
}

.register_forgot form .inp1:nth-of-type(1) .inpbox1 {
    width: 62.4%;
    margin-right: 2.4%;
}

.register_forgot form .inp1:nth-of-type(1) .inpbox2 {
    width: 35.2%;
    height: 100%;
}

.register_forgot form .inp1:nth-of-type(1) .inpbox2 input {
    width: 100%;
    height: 62px;
    background-color: #d3d3d3;
    border-radius: 4px;
    font-family: OpenSans-Light;
    font-size: 16px;
    color: #333333;
    cursor: pointer;
}

.register_forgot form .inp1:nth-of-type(1) .inpbox2 input:hover {
    background-color: #0536b0;
    color: #fff;
}

@media(max-width:1600px) {
    .register_forgot {
        padding: 50px 0px;
    }

    .register_forgot .title {
        font-size: 32px;
        line-height: 36px;
        margin-bottom: 15px;
    }

    .register_forgot .content1 {
        margin-bottom: 40px;
        width: 50%;
    }

    .register_forgot form .inp1 input,
    .register_forgot form .submit {
        height: 60px;
    }

    .register_forgot form {
        width: 55%;
        margin: 0 auto;
    }

    .register_forgot form .inp1 .inpbox1 input,
    .register_forgot form .submit {
        height: 60px;
    }

    .register_forgot form .submit {
        margin-top: 0;
    }
}

@media(max-width:1333px) {
    .register_forgot .title {
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 15px;
    }

    .register_forgot .content1 {
        margin-bottom: 30px;
        width: 60%;
    }

    .register_forgot form .inp1 input,
    .register_forgot form .submit {
        height: 55px;
    }

    .register_forgot form .inp1 input,
    .register_forgot form .submit {
        width: 100%;
        padding-left: 25px;
    }

    .register_forgot form {
        width: 70%;
        margin: 0 auto;
    }

    .register_forgot form .inp1 .inpbox1 input,
    .register_forgot form .submit {
        height: 55px;
    }

    .register_forgot form .inp1:nth-of-type(1) .inpbox2 input {
        height: 55px;
    }
}

@media(max-width:999px) {
    .register_forgot .title {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 15px;
    }

    .register_forgot {
        padding: 40px 0px;
    }

    .register_forgot .content1 {
        margin-bottom: 20px;
        width: 70%;
    }
}

@media(max-width:768px) {
    .register_forgot .title {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .register_forgot .content1 {
        margin-bottom: 15px;
        width: 90%;
    }

    .register_forgot .content1,
    .register_forgot .content2 {
        font-size: 14px;
        line-height: 26px;
        color: #333333;
    }

    .register_forgot form {
        width: 90%;
        margin: 0 auto;
    }

    .register_forgot form .inp1 input,
    .register_forgot form .submit {
        height: 50px;
    }

    .register_forgot form .inp1 input,
    .register_forgot form .submit {
        font-size: 14px;
    }

    .register_forgot .btn_group {
        font-size: 14px;
        line-height: 46px;
    }

    .register_forgot .btn_group span {
        padding: 0px 5px;
    }

    .register_forgot form .inp1 .inpbox1 input,
    .register_forgot form .submit {
        height: 50px;
    }

    .register_forgot form .inp1:nth-of-type(1) .inpbox2 input {
        height: 50px;
    }

    .register_forgot form .inp1:nth-of-type(1) .inpbox2 input {
        font-size: 14px;
        padding-left: 0;
        padding-right: 0;
    }
}

@media(max-width:570px) {
    .register_forgot .title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .register_forgot {
        padding: 30px 0px;
    }

    .register_forgot .content1 {
        margin-bottom: 10px;
        width: 100%;
    }

    .register_forgot form .inp1:nth-of-type(1) .inpbox2 input {
        padding-left: 0;
    }
}


@media(max-width:450px) {
    .register_forgot form {
        width: 100%;
        margin: 0 auto;
    }
}




/* 9-4 register */

.register_set {
    padding: 85px 0px 106px;
}

.register_set .title {
    font-family: Montserrat-Medium;
    font-size: 52px;
    line-height: 60px;
    color: #000;
    text-align: center;
    margin-bottom: 20px;
}

.register_set .content1,
.register_set .content2 {
    text-align: center;
    font-family: Montserrat-Light;
    font-size: 14px;
    line-height: 26px;
    color: #262626;
}

.register_set .content1 {
    width: 36%;
    margin: 0 auto;
    margin-bottom: 28px;
}

.register_set .content2 {
    /* margin-bottom: 20px; */
    padding: 2px 0px 26px 0px;
}

.register_set .content1 a,
.register_set .content2 a {
    text-decoration: underline;
    color: #0536b0;
}


.register_set form {
    width: 48.5%;
    margin: 0 auto;
}

.register_set form .inp1 {
    position: relative;
    margin-bottom: 20px;
}


.register_set form .inp1 input,
.register_set form .submit {
    height: 62px;
    width: 100%;
    padding-left: 20px;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #e0e0e0;
    font-family: Montserrat-Light;
    font-size: 14px;
    line-height: 26px;
    color: #262626;
}

.register_set form .inp1 input {
    padding-right: 10px;
}

.register_set form .submit {
    background-color: #0536b0 !important;
    color: #fff !important;
    cursor: pointer;
    height: 64px;
    margin-bottom: 15px;
    margin-top: 8px;
}

.register_set form .submit:hover {
    background-color: #fff !important;
    color: #0536b0 !important;
    border: 1px solid #0536b0 !important;
}

.register_set .btn_group {
    font-family: Montserrat-Light;
    font-size: 14px;
    line-height: 26px;
    color: #262626;
    display: flex;
    justify-content: center;
}

.register_set .btn_group a:hover {
    color: #0536b0;
}

.register_set .btn_group span {
    padding: 0px 8px;
}

@media(max-width:1600px) {
    .register_set {
        padding: 50px 0px;
    }

    .register_set .title {
        font-size: 32px;
        line-height: 36px;
        margin-bottom: 15px;
    }

    .register_set .content1 {
        width: 50%;
        margin-bottom: 40px;
    }

    .register_set form .inp1 input,
    .register_set form .submit {
        height: 60px;
    }

    .register_set form {
        width: 55%;
        margin: 0 auto;
    }

    .register_set form .submit {
        margin-top: 8px;
    }
}

@media(max-width:1333px) {
    .register_set .title {
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 15px;
    }

    .register_set .content1 {
        width: 60%;
        margin-bottom: 30px;
    }

    .register_set form .inp1 input,
    .register_set form .submit {
        height: 55px;
    }

    .register_set form .inp1 input,
    .register_set form .submit {
        width: 100%;
        padding-left: 15px;
    }

    .register_set form .inp1::after {
        top: 50%;
        transform: translateY(-50%);
        left: 12px;
        font-size: 18px;
        line-height: 32px;
    }

    .register_set form {
        width: 70%;
        margin: 0 auto;
    }
}

@media(max-width:999px) {
    .register_set .title {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 15px;
    }

    .register_set {
        padding: 40px 0px;
    }

    .register_set .content1 {
        width: 70%;
        margin-bottom: 20px;
    }
}

@media(max-width:768px) {
    .register_set .title {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .register_set .content1 {
        width: 90%;
        margin-bottom: 15px;
    }

    .register_set .content1,
    .register_set .content2 {
        font-size: 14px;
        line-height: 26px;
        color: #333333;
    }

    .register_set form {
        width: 90%;
        margin: 0 auto;
    }

    .register_set form .inp1 input,
    .register_set form .submit {
        height: 50px;
    }

    .register_set form .inp1 input,
    .register_set form .submit {
        font-size: 14px;
    }

    .register_set .btn_group {
        font-size: 14px;
        line-height: 46px;
    }

    .register_set .btn_group span {
        padding: 0px 5px;
    }
}

@media(max-width:570px) {
    .register_set .title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .register_set {
        padding: 30px 0px;
    }

    .register_set .content1 {
        width: 100%;
        margin-bottom: 10px;
    }
}


@media(max-width:450px) {
    .register_set form {
        width: 100%;
        margin: 0 auto;
    }
}



/* 9-5 myaccount */
.my_account {
    padding: 79px 0px 111px 0px;
}

.my_account .title {
    font-family: Montserrat-Medium;
    font-size: 52px;
    line-height: 60px;
    color: #000;

    width: 27%;
    margin: 0 auto;
    margin-bottom: 35px;
}

.my_account form {
    width: 48.5%;
    margin: 0 auto;
}

.my_account form .inp1 {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.my_account form .inp1:nth-child(5n) {
    margin-bottom: 45px;
}

.my_account form .inp1 label {
    font-family: Montserrat-Light;
    font-size: 14px;
    line-height: 26px;
    color: #262626;
    text-align: right;
    width: 20%;
    margin-right: 15px;
}

.my_account form .inp1 .inputbox1 {
    position: relative;
    width: 80%;
}

.my_account form .inp1 .inputbox1 input {
    height: 62px;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #e0e0e0;
    width: 100%;
    padding-left: 15px;
    padding-right: 42px;

    font-family: Montserrat-Light;
    font-size: 14px;
    line-height: 26px;
    color: #262626;
}

.my_account form .inp1 .inputbox1 img {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 100;
}

.my_account form .inp1 .inputbox1 .active {
    filter: brightness(0);
}

.my_account form .inp1 .inputbox1 img:hover {}

.my_account .subbox {
    display: flex;
    justify-content: flex-end;
}

.my_account .submit {
    width: 60%;
    height: 62px;
    background-color: #0536b0;
    border-radius: 4px;
    text-align: center;
    font-family: Montserrat-Light;
    font-size: 14px;
    line-height: 26px;
    color: #ffffff;
    margin-right: 15%;
}

.my_account .submit:hover {
    background-color: #fff;
    color: #0536b0;
    border: 1px solid #0536b0;
    cursor: pointer;
}

@media(max-width:1600px) {
    .my_account {
        padding: 50px 0px;
    }

    .my_account .title {
        font-size: 32px;
        line-height: 40px;
        width: 30%;
        margin-bottom: 30px;
        text-align: center;
    }

    .my_account form {
        width: 55%;
    }

    .my_account form .inp1 .inputbox1 input {
        height: 60px;
    }

    .my_account .submit {
        height: 60px;
        margin-right: 0%;
    }

    .my_account .subbox {
        display: flex;
        justify-content: center;
    }
}

@media(max-width:1333px) {
    .my_account form {
        width: 70%;
    }

    .my_account form .inp1 .inputbox1 input {
        height: 55px;
    }

    .my_account .submit {
        height: 55px;
        margin-right: 0%;
    }

    .my_account .subbox {
        display: flex;
        justify-content: center;
    }

    .my_account .title {
        font-size: 30px;
        line-height: 36px;
        width: 50%;
        margin-bottom: 25px;
    }

    .my_account form .inp1:nth-child(5n) {
        margin-bottom: 35px;
    }
}

@media(max-width:999px) {
    .my_account {
        padding: 30px 0px 40px 0px;
    }

    .my_account .title {
        font-size: 28px;
        line-height: 32px;
        width: 70%;
        margin-bottom: 20px;
    }

    .my_account form {
        width: 75%;
    }

    .my_account form .inp1 label {
        font-size: 16px;
        line-height: 32px;
        width: 25%;
        margin-right: 10px;
    }

    .my_account form .inp1 .inputbox1 img {
        height: 20px;
        width: 20px;
    }

    .my_account form .inp1:nth-child(5n) {
        margin-bottom: 30px;
    }

}

@media(max-width:768px) {
    .my_account .title {
        font-size: 24px;
        line-height: 30px;
        width: 100%;
        margin-bottom: 15px;
    }

    .my_account form {
        width: 100%;
    }

    .my_account form .inp1 label {
        font-size: 14px;
        line-height: 30px;
        width: 20%;
        margin-right: 10px;
    }

    .my_account form .inp1 .inputbox1 input {
        height: 50px;
    }

    .my_account .submit {
        height: 50px;
        width: 40%;
        margin-right: 0%;
        font-size: 14px;
    }

    .my_account form .inp1 .inputbox1 img {
        height: 18px;
        width: 18px;
    }

    .my_account form .inp1:nth-child(5n) {
        margin-bottom: 25px;
    }
}

@media(max-width:570px) {
    .my_account {
        padding: 20px 0px 30px 0px;
    }

    .my_account .title {
        font-size: 20px;
        line-height: 24px;
        width: 100%;
        margin-bottom: 15px;
    }

    .my_account form .inp1 {
        margin-bottom: 15px;
    }

    .my_account form .inp1 {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 15px;
        flex-wrap: wrap;
    }

    .my_account form .inp1 label {
        width: 100%;
        text-align: left;
    }

    .my_account form .inp1 .inputbox1 {
        width: 100%;
    }

    .my_account .submit {
        width: 80%;
    }
}


@media(max-width:450px) {
    .my_account form .inp1 {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 15px;
        flex-wrap: wrap;
    }

    .my_account form .inp1 label {
        width: 100%;
        text-align: left;
    }

    .my_account form .inp1 .inputbox1 {
        width: 100%;
    }
}



/* 10 */

.news_letter {
    padding: 80px 0px 88px;
}

.bcf5 {
    background-color: #f5f5f5;
}

.news_letter .title {
    font-family: Montserrat-Medium;
    font-size: 52px;
    line-height: 60px;
    color: #000;
    margin-bottom: 34px;
}

.news_letter .letter_box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.news_letter form {
    padding: 35px 50px;
}

.news_letter form {
    width: 51.2%;
    height: 568px;
    background-color: #ffffff;
}

.news_letter form .inp1 {
    margin-bottom: 14px;
    position: relative;
}

.news_letter form .inp1 input {
    width: 100%;
    height: 62px;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #e0e0e0;
    padding-right: 10px;
    padding-left: 35px;

    font-family: Montserrat-Light;
    font-size: 14px;
    line-height: 26px;
    color: #262626;
}

.news_letter form .must .input1 {
    position: relative;
}

.news_letter form .must .input1::after {
    content: "*";
    font-family: Montserrat-Light;
    font-size: 18px;
    line-height: 32px;
    color: #ff0000;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.news_letter form .codebox {
    margin-bottom: 37px;
}

.news_letter form .codebox .input1 input {
    padding-right: 20%;

}

.news_letter form .code {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    background: #f3fbfe;
    cursor: pointer;
}

.news_letter .submit {
    width: 100%;
    height: 62px;
    background-color: #0536b0;
    font-family: Montserrat-Light;
    font-size: 14px;
    line-height: 26px;
    color: #ffffff;
    border-radius: 4px;
}

.news_letter .submit:hover {
    background-color: #fff;
    color: #0536b0;
    border: 1px solid #0536b0;
    cursor: pointer;
}

@media(max-width:1600px) {
    .news_letter {
        padding: 50px 0px;
    }

    .news_letter form {
        padding: 30px 40px;
    }

    .news_letter .title {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 30px;
    }

    .news_letter form {
        height: 540px;
        width: 55%;
    }

    .news_letter form .inp1 input {
        height: 60px;
    }

    .news_letter .submit {
        height: 60px;
    }
}

@media(max-width:1333px) {
    .news_letter .title {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 25px;
    }

    .news_letter form .inp1 input {
        height: 55px;
    }

    .news_letter form {
        height: auto;
    }

    .news_letter form {
        width: 70%;
    }

    .news_letter .submit {
        height: 55px;
    }
}

@media(max-width:999px) {
    .news_letter {
        padding: 30px 0px 40px 0px;
    }

    .news_letter .title {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 20px;
    }

    .news_letter form {
        width: 75%;
    }

    .news_letter form .codebox .input1 input {
        padding-right: 25%;
    }
}

@media(max-width:768px) {
    .news_letter .title {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 15px;
    }

    .news_letter form {
        width: 100%;
    }

    .news_letter form {
        padding: 20px 25px;
    }

    .news_letter form .inp1 input {
        padding-left: 25px;
    }

    .news_letter form .must .input1::after {
        content: "*";
        font-size: 18px;
        line-height: 32px;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
    }

    .news_letter form .inp1 input {
        height: 50px;
    }

    .news_letter .submit {
        height: 50px;
    }

    .news_letter form .inp1 input {
        font-size: 14px;
    }

    .news_letter .submit {
        font-size: 14px;
    }
}

@media(max-width:570px) {
    .news_letter {
        padding: 20px 0px 30px 0px;
    }

    .news_letter .title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 15px;
    }

    .news_letter form .code {
        width: 70px;
    }

    .news_letter form .codebox .input1 input {
        padding-right: 45%;
    }

}







@font-face {
    font-family: "iconfont";
    /* Project id 4600852 */
    src: url('../fonts/iconfont.woff2?t=1722841788801') format('woff2'),
        url('../fonts/iconfont.woff?t=1722841788801') format('woff'),
        url('../fonts/iconfont.ttf?t=1722841788801') format('truetype');
}

/* @font-face {
    font-family: 'OpenSans-Regular';
    src: url('../fonts/OpenSansRegular.eot');
    src: url('../fonts/OpenSansRegular.eot') format('embedded-opentype'),
        url('../fonts/OpenSansRegular.woff2') format('woff2'),
        url('../fonts/OpenSansRegular.woff') format('woff'),
        url('../fonts/OpenSansRegular.ttf') format('truetype'),
        url('../fonts/OpenSansRegular.svg#OpenSansRegular') format('svg');
}

@font-face {
    font-family: 'OpenSans-Light';
    src: url('../fonts/OpenSans-Light.eot');
    src: url('../fonts/OpenSans-Light.eot') format('embedded-opentype'),
        url('../fonts/OpenSans-Light.woff2') format('woff2'),
        url('../fonts/OpenSans-Light.woff') format('woff'),
        url('../fonts/OpenSans-Light.ttf') format('truetype'),
        url('../fonts/OpenSans-Light.svg#OpenSansLight') format('svg');
} */

@font-face {
    font-family: 'Montserrat-Medium';
    src: url('../fonts/MontserratMedium.eot');
    src: url('../fonts/MontserratMedium.eot') format('embedded-opentype'),
        url('../fonts/MontserratMedium.woff2') format('woff2'),
        url('../fonts/MontserratMedium.woff') format('woff'),
        url('../fonts/MontserratMedium.ttf') format('truetype'),
        url('../fonts/MontserratMedium.svg#MontserratMedium') format('svg');
}

/* 11111 */
/* @font-face {
    font-family: 'Montserrat-Bold';
    src: url('../fonts/Montserrat-Bold.eot');
    src: url('../fonts/Montserrat-Bold.eot') format('embedded-opentype'),
        url('../fonts/Montserrat-Bold.woff2') format('woff2'),
        url('../fonts/Montserrat-Bold.woff') format('woff'),
        url('../fonts/Montserrat-Bold.ttf') format('truetype'),
        url('../fonts/Montserrat-Bold.svg#MontserratBold') format('svg');
} */


@font-face {

    font-family: 'Montserrat-Regular';
    src: url('../fonts/MontserratRegular.eot');
    src: url('../fonts/MontserratRegular.eot') format('embedded-opentype'),
        url('../fonts/MontserratRegular.woff2') format('woff2'),
        url('../fonts/MontserratRegular.woff') format('woff'),
        url('../fonts/MontserratRegular.ttf') format('truetype'),
        url('../fonts/MontserratRegular.svg#MontserratRegular') format('svg');
}

@font-face {
    font-family: 'Montserrat-Light';
    src: url('../fonts/MontserratLight.eot');
    src: url('../fonts/MontserratLight.eot') format('embedded-opentype'),
        url('../fonts/MontserratLight.woff2') format('woff2'),
        url('../fonts/MontserratLight.woff') format('woff'),
        url('../fonts/MontserratLight.ttf') format('truetype'),
        url('../fonts/MontserratLight.svg#MontserratLight') format('svg');
}


/* Montserrat-Light */
.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.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)
    }
}

.wuone {
    font-size: 14px;
    line-height: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
}

header .login {
    position: relative;
    cursor: pointer;
}

header .login ul {
    position: absolute;
    top: 105%;
    min-width: 100px;
    width: 100%;
    max-width: 350px;

    background-color: #fff;
    z-index: 100;
    display: none;
    transition: none;
    box-shadow: 0px 1px 7px 0px rgba(3, 0, 0, 0.11);
    border-radius: 6px;

}

header .login ul li {
    padding: 0px 10px;
}


header .login ul a {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #ededed;
    min-width: 100px;
    width: 100%;
    max-width: 350px;
}

header .login ul a:hover {
    color: #0c41c7;
}


@media(max-width:999px) {
    header .login ul a {
        height: 35px;
    }
}

.index_banner .swiper-slide>img,
.index_banner .swiper-slide .pic,
.index_banner .swiper-slide a,
.index_banner .swiper-slide picture img,
.index_banner .swiper-slide picture {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.publictitle {
    color: #fff;
}


.index_banner {
    padding-bottom: 31.25% !important;
}

/* new_banner css */

.index_banner .new_banner {
    width: 50%;
}

.index_banner .new_title {
    font-family: Montserrat-Medium;
    /*font-weight: bold;*/
    font-size: 52px;
    line-height: 60px;
    letter-spacing: 0px;
    color: #333333;
    margin-bottom: 20px;
    /*font-weight: bold;*/
}

.index_banner .new_title a:hover {
    color: #023692;
}

.index_banner .new_content {
    font-family: Montserrat-Medium;
    font-size: 24px;
    line-height: 32px;
    color: #333333;
    padding-right: 10%;
    /*font-weight: bold;*/
    margin-bottom: 28px;
}

.index_banner .new_view_more {
    font-family: Montserrat-Regular;
    font-size: 18px;
    line-height: 34px;
    color: #0c40c7;
    /*font-weight: bold;*/
}

.index_banner .new_view_more:hover {
    text-decoration: underline;
}

.index_banner .new_title_lanse a {
    width: 147px;
    height: 44px;
    background-color: #0c40c7;
    border-radius: 23px;
    font-family: Montserrat-Bold;
    font-size: 30px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}

.index_banner .new_title_lanse a:hover {
    color: #0c40c7;
    background-color: #fff;
    border: 1px solid #0c40c7;
}

@media(max-width:1600px) {
    .index_banner {
        padding-top: 0;
        margin-top: 100px;
        position: relative;
        overflow: hidden;
        height: 0;
    }

    .index_banner .new_title {
        font-size: 42px;
        line-height: 48px;
        margin-bottom: 20px;
    }

    .index_banner .new_content {
        font-size: 24px;
        line-height: 35px;
        padding-right: 0%;
        margin-bottom: 20px;
    }
}

@media(max-width:1333px) {
    .index_banner .new_title {
        font-size: 34px;
        line-height: 40px;
        letter-spacing: 0px;
        color: #333333;
        margin-bottom: 10px;
    }

    .index_banner .new_content {
        font-size: 22px;
        line-height: 32px;
        padding-right: 0%;
        margin-bottom: 15px;
    }

    .index_banner .new_view_more {
        font-size: 18px;
        line-height: 38px;
    }
}

@media(max-width:999px) {
    .index_banner .new_content {
        display: none;
    }

    .index_banner .new_title {
        font-size: 28px;
        line-height: 36px;
        letter-spacing: 0px;
        color: #333333;
        margin-bottom: 10px;
    }

    .index_banner {
        margin-top: 64px;
    }
}

@media(max-width:768px) {
    .index_banner {
        margin-top: 56px;
    }

    .index_banner .new_title {
        font-size: 24px;
        line-height: 34px;
        letter-spacing: 0px;
        color: #333333;
        margin-bottom: 10px;
    }

    .index_banner .new_view_more {
        font-size: 16px;
        line-height: 30px;
    }
}

@media(max-width:750px) {
    .index_banner {
        padding-bottom: 80% !important;
    }

    .index_banner .new_banner {
        display: none;
    }

}

@media(max-width:570px) {
    .index_banner .new_title {
        display: none;
    }

    .index_banner .new_view_more {
        display: none;
    }
}

.academy_box .academy_li .contact .view_more,
.index_titlebox .view_more,
.index_mediworks .leftbox .view_more {

    font-size: 16px;
    line-height: unset;
    color: #0c41c7;
    font-family: Montserrat-Regular;
}

.academy_box .academy_li .contact .view_more:hover,
.index_titlebox .view_more:hover,
.index_mediworks .leftbox .view_more:hover {
    font-weight: bold;

}

.common_last form .submit {
    border-radius: 30px;
}

.product_xzde {
    padding: 50px 0px 50px 0px
}

.product_xzde table td {
    padding: 0px 20px 0px 0px;
}

.product_xzde .content p,

.product_xzde .content p a {
    font-family: OpenSans-Light;
    font-size: 16px;
    line-height: 32px;
    color: #333333;
}

.product_xzde .content p strong {
    font-style: normal;
    font-weight: normal;
    font-family: Montserrat-Medium;
    font-size: 24px;
    line-height: 32px;
    color: #000;
}

@media(max-width:1600px) {
    .product_xzde .content p strong {
        font-size: 24px;
        line-height: 30px;
        color: #333333;
    }
}

@media(max-width:1333px) {
    .product_xzde .content p strong {
        font-size: 22px;
        line-height: 30px;
    }
}

@media(max-width:999px) {
    .product_xzde .content p strong {
        font-size: 20px;
        line-height: 28px;
    }
}

@media(max-width:768px) {
    .product_xzde .content p strong {
        font-size: 18px;
        line-height: 26px;
    }

    .product_xzde .content p,

    .product_xzde .content p a {
        font-size: 14px;
        line-height: 28px;
    }
}


#session_login {
    position: absolute;
}

@media(max-width:999px) {
    #session_login {
        right: 8%;
    }

    header .rightbox .topbox .dis {
        margin-right: 170px;
    }
}

@media(max-width:768px) {

    /*header .rightbox .topbox .dis {*/
    /*    margin-right: 51%;*/
    /*}*/
    header .rightbox .topbox .dis {
        margin-right: 160px;
    }
}

@media(max-width:571px) {
    header .rightbox .topbox .dis {
        margin-right: 150px;
    }

    header .rightbox {
        width: 100%;
    }

    #session_login {
        right: 44px;
    }
}











/* related_clinical */

.related_clinical {
    padding: 50px 0px 50px;
}

.related_clinical .b_title {
    font-family: Montserrat-Medium;
    font-size: 52px;
    line-height: 55px;
    color: #333333;

    margin-bottom: 30px;
}

.related_clinical .inner {

    background-color: #f5f7fa;
    padding: 12px;
    margin-bottom: 10px;


}

.related_clinical .inner:last-child {
    margin-bottom: 0;
}


.related_clinical .title {
    font-family: Montserrat-Regular;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 4px;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;

}

.related_clinical .title a {
    color: #333;
}

.related_clinical .title a:hover {
    color: #0536b0;
}


.related_clinical .address {
    font-family: Montserrat-Light;
    font-size: 14px;
    line-height: 26px;
    color: #333333;
    margin-bottom: 13px;
}

.related_clinical .data {
    font-family: Montserrat-Light;
    font-size: 14px;
    line-height: 26px;
    color: #333333;
    margin-bottom: 12px;
}

.related_clinical .read_more {
    font-family: Montserrat-Light;
    font-size: 16px;
    color: #0536b0;
}

.show_more {
    width: 146px;
    height: 45px;
    background-color: #ffffff;
    border-radius: 23px;
    border: solid 1px #0536b0;
    font-family: OpenSans-Light;
    font-size: 16px;
    color: #0536b0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    cursor: pointer;
}

.show_more:hover {
    color: #fff;
    background-color: #0536b0;
}


.related_clinical .read_more:hover {
    text-decoration: underline;
}


@media(max-width:1600px) {

    .related_clinical .b_title,
    .relation_academy .artitle {
        font-size: 34px;
        line-height: 36px;
        margin-bottom: 30px;
    }
}

@media(max-width:1333px) {

    .related_clinical .b_title,
    .relation_academy .artitle {
        font-size: 32px;
        line-height: 34px;
        margin-bottom: 20px;
    }
}

@media(max-width:999px) {

    .related_clinical .b_title,
    .relation_academy .artitle {
        font-size: 28px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .related_clinical .inner {
        height: auto;
        background-color: #f5f7fa;
        padding: 20px 20px 20px 20px;
        margin-bottom: 12px;
    }
}

@media(max-width:768px) {
    .show_more {
        width: 120px;
        height: 42px;
        border-radius: 23px;
        font-size: 14px;
    }

    .related_clinical .inner {
        width: 100%;
    }


}

@media(max-width:570px) {}




/* 2025.1.6 */

/* expert_cases */

.expert_cases {
    padding: 55px 0px 55px;
}

.expert_cases .safe {}

.expert_cases .title {
    font-family: Montserrat-Medium;
    font-size: 52px;
    line-height: 60px;
    color: #000;
    margin-bottom: 40px;
}

.expert_cases .cases_box {
    display: flex;
    flex-wrap: wrap;
}

.expert_cases .cases_box .cases_li {
    width: 31.6%;
    margin-right: 2.6%;
}

.expert_cases .cases_box .cases_li:last-child {
    margin-right: 0;
}

.expert_cases .cases_box .cases_li .imgbox {
    overflow: hidden;
    cursor: pointer;
    position: relative;
}

.expert_cases .cases_box .cases_li .imgbox img {
    display: block;
}

.expert_cases .cases_box .cases_li .imgbox img:hover {
    transform: scale(1.05);
}

.expert_cases .cases_box .cases_li .video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.expert_cases .cases_box .cases_li .video::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.5;
    top: 0;
    left: 0;
}

.expert_cases .cases_box .cases_li .video:hover .play {
    opacity: 1;
}

.expert_cases .cases_box .cases_li .video .play {
    opacity: 1;
    position: absolute;
    z-index: 100;
}

.expert_cases .s_title {
    font-family: Montserrat-Light;
    font-size: 18px;
    color: #333333;
    padding-top: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.expert_cases .s_title a:hover {
    color: #1541b2;
}


@media(max-width:1600px) {
    .expert_cases {
        padding: 0px 0px 50px 0px;
    }

    .expert_cases .title {
        font-size: 34px;
        line-height: 36px;
        margin-bottom: 30px;
    }

    .expert_cases .s_title {
        font-size: 18px;
        padding-top: 10px;
    }
}

@media(max-width:1333px) {
    .expert_cases .title {
        font-size: 32px;
        line-height: 34px;
        margin-bottom: 25px;
    }

    .expert_cases .s_title {
        font-size: 16px;
        padding-top: 10px;
    }
}

@media(max-width:999px) {
    .expert_cases {
        padding: 0px 0px 40px 0px;
    }

    .expert_cases .title {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 25px;
    }

    .expert_cases .cases_box .cases_li {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 15px;
    }

    .expert_cases .cases_box .cases_li:nth-child(2n) {
        margin-right: 0;
    }

    .expert_cases .cases_box .cases_li .video .play {
        width: 70px;
        height: 70px;
    }

}

@media(max-width:768px) {
    .expert_cases .title {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .expert_cases .s_title {
        font-size: 14px;
        padding-top: 8px;
    }

}

@media(max-width:570px) {
    .expert_cases {
        padding: 0px 0px 30px 0px;
    }

}


@media(max-width:450px) {
    .expert_cases .cases_box .cases_li {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 15px;
    }

    .expert_cases .cases_box .cases_li .imgbox img {
        width: 100%;
    }

    .expert_cases .cases_box .cases_li:last-child {
        margin-bottom: 0;
    }
}


/* add_acade */


.add_acade1 {
    padding: 45px 0px 20px 0px;
}

.add_acade2 {
    padding: 20px 0px 50px 0px;
}

.add_acade .title {
    font-family: Montserrat-Medium;
    font-size: 52px;
    line-height: 60px;
    color: #000;
    margin-bottom: 40px;
}

.add_acade .acade_box {
    display: flex;
    flex-wrap: wrap;
}

.add_acade .academy_li {
    width: 31.9%;
    margin-right: 2.1%;
    margin-bottom: 40px;
    background-color: #f5f7fa;
    transition: none;
}

.add_acade .academy_li:nth-child(3n) {
    margin-right: 0;
}

.add_acade .academy_li .imgbox {
    overflow: hidden;
}

.add_acade .academy_li .imgbox img {
    display: block;
    width: 100%;
}

.add_acade .academy_li .imgbox img:hover {
    transform: scale(1.05);
}

.add_acade .academy_li .contact {
    padding: 36px 22px 34px 31px;

}

.add_acade .academy_li .contact .title {
    font-family: Montserrat-Medium;
    font-size: 22px;
    line-height: 32px;
    height: 64px;
    color: #023692;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.add_acade .academy_li .contact .title a {
    color: #000;
}

.add_acade .academy_li .contact .title a:hover {
    color: #023692;
}

.add_acade .academy_li .contact .content {
    font-family: Montserrat-Light;
    font-size: 14px;
    line-height: 26px;
    color: #262626;
    margin-bottom: 15px;

    height: 104px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
}

.add_acade .academy_li .contact .view_more {
    font-family: Montserrat-Regular !important;
    font-size: 12px !important;
    line-height: 26px;
    color: #000 !important;
}

.add_acade .academy_li .contact .view_more:hover {
    /*text-decoration: underline;*/
    color: #023692 !important;
    font-weight: normal !important;
}

.add_acade .bview_more {
    width: 153px;
    height: 46px;
    background-color: #ffffff;
    border-radius: 23px;
    border: solid 1px #0c41c7;
    font-family: Montserrat-Light;
    font-size: 16px;
    color: #0c41c7;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.add_acade .bview_more:hover {
    color: #fff;
    background-color: #0c40c7;
}

@media(max-width:1600px) {
    .add_acade1 {
        padding: 50px 0px 20px 0px;
    }

    .add_acade2 {
        padding: 20px 0px 50px 0px;
    }

    .add_acade .title {
        font-size: 34px;
        line-height: 36px;
        margin-bottom: 30px;
    }

    .add_acade .academy_li {
        width: 32%;
        margin-right: 2%;
        margin-bottom: 30px;
    }

    .add_acade .academy_li .contact {
        padding: 26px 20px 26px 30px;
    }

    .add_acade .academy_li .contact .title {
        font-size: 20px;
        line-height: 26px;
        height: 52px;
        margin-bottom: 10px;
    }

    .add_acade .academy_li .contact .content {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 15px;
        height: 112px;
    }
}

@media(max-width:1333px) {
    .add_acade .academy_li .contact {
        padding: 18px 15px 18px 15px;
    }

    .add_acade .academy_li .contact .title {
        font-size: 18px;
        height: 48px;
        line-height: 24px;
        margin-bottom: 5px;
    }

    .add_acade .title {
        font-size: 32px;
        line-height: 34px;
        margin-bottom: 25px;
    }

    .add_acade .bview_more {
        width: 145px;
        height: 45px;
        border-radius: 23px;
        font-size: 14px;
    }
}

@media(max-width:999px) {
    .add_acade1 {
        padding: 40px 0px 15px 0px;
    }

    .add_acade2 {
        padding: 15px 0px 40px 0px;
    }

    .add_acade .title {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 25px;
    }

    .add_acade .academy_li {
        width: 48%;
        margin-right: 2%;
        margin-bottom: 30px;
    }

    .add_acade .academy_li:nth-child(3n) {
        margin-right: 2%;
    }

    .add_acade .academy_li:nth-child(2n) {
        margin-right: 0%;
    }
}

@media(max-width:768px) {
    .add_acade1 {
        padding: 30px 0px 10px 0px;
    }

    .add_acade2 {
        padding: 10px 0px 30px 0px;
    }

    .add_acade .title {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .add_acade .academy_li .contact .title {
        font-size: 16px;
        line-height: 22px;
        height: 44px;
        margin-bottom: 5px;
    }

    .add_acade .academy_li .contact .content {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 15px;
        height: 104px;
    }

    .add_acade .academy_li .contact .view_more {
        font-size: 14px;
        line-height: 30px;
    }

    .add_acade .academy_li .contact {
        padding: 15px 10px 15px 10px;
    }

    .add_acade .bview_more {
        width: 130px;
        height: 42px;
        border-radius: 23px;
        font-size: 14px;
    }

}

@media(max-width: 450px) {
    .add_acade .academy_li {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 15px;
    }

    .add_acade .academy_li .imgbox img {
        width: 100%;
    }
}



/* 1.15 add */


.add_testimonial {}

.add_testimonial1 {
    padding: 50px 0px 112px;
}

.add_testimonial2 {
    padding: 48px 0px 61px;
}

.add_testimonial2 .inner {
    margin-bottom: 79px;
}

.add_testimonial .wrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 54px;
}

.add_testimonial .inner {
    width: 32.07%;
    margin-right: 1.89%;
    padding: 22px 30px 30px 29px;
    border-radius: 10px;
    border: solid 1px #d0d0d0;
    min-height: 322px;
    margin-top: 55px;
}

.add_testimonial .inner:nth-child(3n) {
    margin-right: 0;
}

.add_testimonial .title {
    font-family: Montserrat-Medium;
    font-size: 52px;
    line-height: 60px;
    color: #000;
    margin-bottom: 60px;
}

.add_testimonial .title span {
    font-family: Montserrat-Light;
}

.add_testimonial .top {
    display: flex;
    padding-left: 132px;
    position: relative;
    margin-bottom: 37px;
}

.add_testimonial .top .svgbox {
    position: absolute;
    left: 0px;
    top: -50px;
}

.add_testimonial .name {
    font-family: Montserrat-Regular;
    font-size: 16px;
    color: #333333;
    margin-bottom: 7px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.add_testimonial .name a {
    color: #333;
}

.add_testimonial .name:hover,
.add_testimonial .name a:hover {
    color: #023692;
}

.add_testimonial .country {
    font-family: Montserrat-Light;
    font-size: 16px;
    color: #333333;

}

.add_testimonial .bottom .content {
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    margin-bottom: 35px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
}

.add_testimonial .bottom .s_title {
    font-family: Montserrat-Medium;
    font-size: 16px;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 21px;
}

.add_testimonial .bottom .s_title:hover,
.add_testimonial .bottom .s_title a:hover {
    color: #0c41c7;
}

.add_testimonial .view_more {
    text-align: right;
}

.add_testimonial .view_more a {
    font-family: Montserrat-Light;
    font-size: 16px;
    color: #0536b0;
}

.add_testimonial .view_more a:hover {
    text-decoration: underline;
}

.add_testimonial .bview_more {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 153px;
    height: 46px;
    background-color: #ffffff;
    border-radius: 23px;
    border: solid 1px #0c41c7;
    font-family: Montserrat-Light;
    font-size: 16px;
    color: #0c41c7;
    margin: 0 auto;
}

.add_testimonial .bview_more:hover {
    background-color: #0c41c7;
    color: #fff;
}

.add_testimonial2 .inner:nth-last-child(-n+3) {
    /*  margin-bottom: 0;*/
}

.add_testimonial2 .wrap {
    margin-bottom: 0;
}

@media(max-width:1600px) {
    .add_testimonial {
        padding: 50px 0px;
    }

    .add_testimonial .title {
        font-size: 34px;
        line-height: 36px;
        margin-bottom: 50px;
    }

    .add_testimonial .top {
        padding-left: 132px;
        margin-bottom: 35px;
    }

    .add_testimonial .wrap {
        margin-bottom: 50px;
    }

    .add_testimonial2 .inner {
        margin-bottom: 50px;
    }

}

@media(max-width:1333px) {
    .add_testimonial .top {
        padding-left: 132px;
        margin-bottom: 30px;
    }

    .add_testimonial .top .svgbox img {
        width: 100px;
    }

    .add_testimonial .top {
        padding-left: 115px;
        margin-bottom: 30px;
    }

    .add_testimonial .inner {
        width: 32.07%;
        margin-right: 1.89%;
        padding: 20px 20px 20px 20px;
        border-radius: 10px;
        min-height: 300px;
    }

    .add_testimonial .wrap {
        margin-bottom: 40px;
    }

    .add_testimonial .bview_more {
        width: 145px;
        height: 45px;
        border-radius: 23px;
        font-size: 14px;
    }

    .add_testimonial2 .inner {
        margin-bottom: 40px;
    }
}

@media(max-width:999px) {
    .add_testimonial {
        padding: 40px 0px;
    }

    .add_testimonial .wrap {
        margin-bottom: 30px;
    }

    .add_testimonial .inner {
        width: 32.07%;
        margin-right: 1.89%;
        padding: 15px 20px 20px 20px;
        border-radius: 10px;
        min-height: 290px;
    }

    .add_testimonial .top .svgbox {
        left: 0px;
        top: -40px;

    }

    .add_testimonial .top .svgbox img {
        width: 90px;
    }

    .add_testimonial .top {
        padding-left: 100px;
        margin-bottom: 20px;
    }

    .add_testimonial2 .inner {
        margin-bottom: 30px;
    }

    .add_testimonial .bottom .content {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 15px;
    }

    .add_testimonial .bottom .s_title {
        font-size: 16px;
        margin-bottom: 15px;
    }
}

@media(max-width:768px) {
    .add_testimonial .inner {
        margin-top: 0px;
        width: 49%;
        margin-right: 2%;
        margin-bottom: 30px;
        min-height: 270px;
    }

    .add_testimonial .inner:nth-child(3n) {
        margin-right: 2%;
    }

    .add_testimonial .inner:nth-child(2n) {
        margin-right: 0;
    }

    .add_testimonial .bottom .content {
        font-size: 14px;
        line-height: 28px;
        color: #333333;
        margin-bottom: 10px;
    }

    .add_testimonial .name {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .add_testimonial .country {
        font-size: 14px;
    }

    .add_testimonial .view_more a {
        font-size: 14px;
    }

    .add_testimonial .top .svgbox img {
        width: 80px;
    }

    .add_testimonial .top {
        padding-left: 90px;
        margin-bottom: 20px;
    }

    .add_testimonial .top .svgbox {
        left: 0px;
        top: -35px;
    }

    .add_testimonial .bview_more {
        width: 130px;
        height: 42px;
        border-radius: 23px;
        font-size: 14px;
    }

    .add_testimonial .bottom .s_title {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .add_testimonial2 .inner {
        margin-bottom: 30px;
    }

}

@media(max-width:570px) {
    .add_testimonial {
        padding: 30px 0px;
    }
}


@media(max-width:450px) {
    .add_testimonial .inner {
        width: 100%;
        margin-right: 0% !important;
        margin-bottom: 30px;
        min-height: auto;
        padding: 15px 10px 10px 10px
    }

    .add_testimonial .inner:last-child {
        margin-bottom: 0;
    }
}


/* add_detail */

.add_detail {
    padding: 30px 0px 99px;
}

.add_detail .safe {}

.add_detail .name {
    font-family: Montserrat-Regular;
    font-size: 30px;
    line-height: 36px;
    color: #333333;
}

.add_detail .country {
    font-family: Montserrat-Light;
    font-size: 30px;
    color: #333333;
    margin-bottom: 49px;
}

.add_detail .wrap {
    display: flex;
    justify-content: space-between;
}


.add_detail .l_box {
    width: 72%;
    display: flex;
    justify-content: space-between;
}

.add_detail .l {
    width: 51.5%;
}

.add_detail .r {
    width: 45%;
}

.add_detail .content {
    font-family: Montserrat-Light;
    font-size: 18px;
    line-height: 30px;
    color: #333333;
    hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    padding-top: 10px;
}

.add_detail .content p {
    margin-bottom: 20px;
}

.add_detail .content p:last-child {
    margin-bottom: 0;
}


.add_detail .r_box {
    width: 24.5%;
}

.add_detail .r_box .wrap1 {
    margin-bottom: 19px;
}

.add_detail .imgbox {
    margin-bottom: 18px;
}

.add_detail .imgbox a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.add_detail .imgbox img {
    width: 100%;
    height: 100%;
}

.add_detail .imgbox img:hover {
    transform: scale(1.05);
}

.add_detail .contact {
    background-color: #f5f7fa;
    padding: 15px 10px 20px 19px;
}

.add_detail .contact .con {
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
}

.add_detail .view_more {
    font-family: Montserrat-Light;
    font-size: 16px;
    color: #0536b0;
}

.add_detail .view_more:hover {
    text-decoration: underline;
}

.add_detail .next {
    padding: 18px 10px 18px 10px;
    background-color: #f5f7fa;
    font-family: Montserrat-Light;
    font-size: 16px;
    color: #333333;
}

.add_detail .next p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.add_detail .next:hover,
.add_detail .next a:hover {
    color: #0536b0;
}

.add_detail .imgbox .video {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.add_detail .imgbox .play {
    width: 65px;
    height: 65px;
    position: absolute;
    z-index: 10;
    cursor: pointer;
}

.add_detail .s_title {
    font-family: Montserrat-Medile;
    font-size: 20px;
    line-height: 30px;
    color: #333333;
}

@media(max-width:1600px) {
    .add_detail {
        padding: 30px 0px 50px;
    }

    .add_detail .country {
        font-size: 28px;
        margin-bottom: 40px;
    }

    .add_detail .name {
        font-size: 28px;
        line-height: 34px;
    }

    .add_detail .content {
        padding-top: 0;
    }
}

@media(max-width:1333px) {
    .add_detail .country {
        font-size: 26px;
        margin-bottom: 30px;
    }

    .add_detail .content {
        font-size: 16px;
        line-height: 30px;
    }

    .add_detail .contact {
        background-color: #f5f7fa;
        padding: 10px 10px 10px 10px;
    }

    .add_detail .name {
        font-size: 26px;
        line-height: 32px;
    }

    .add_detail .s_title {
        font-size: 18px;
        line-height: 28px;
    }
}

@media(max-width:999px) {
    .add_detail {
        padding: 30px 0px 40px;
    }

    .add_detail .country {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .add_detail .l_box {
        width: 100%;
        justify-content: space-between;
        margin-bottom: 20px;
    }

    .add_detail .wrap {
        flex-wrap: wrap;
    }

    .add_detail .r_box {
        width: 40%;
    }

    .add_detail .name {
        font-size: 24px;
        line-height: 30px;
    }
}

@media(max-width:768px) {
    .add_detail .country {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .add_detail .content {
        font-size: 14px;
        line-height: 26px;
    }

    .add_detail .content p {
        margin-bottom: 10px;
    }

    .add_detail .r_box {
        width: 60%;
    }

    .add_detail .contact .con {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 15px;
    }

    .add_detail .view_more {
        font-size: 14px;
    }

    .add_detail .next {
        padding: 15px 10px 15px 10px;
        font-size: 14px;
    }

    .add_detail .name {
        font-size: 22px;
        line-height: 30px;
    }

    .add_detail .s_title {
        font-size: 16px;
        line-height: 26px;
    }
}

@media(max-width:570px) {
    .add_detail {
        padding: 20px 0px 30px;
    }

    .add_detail .country {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .add_detail .l_box {
        flex-direction: column;
    }

    .add_detail .l {
        width: 70%;
        margin-bottom: 16px;
    }

    .add_detail .content {
        font-size: 14px;
        line-height: 26px;
        width: 100%;
    }

    .add_detail .r_box {
        width: 70%;
    }

    .add_detail .name {
        font-size: 20px;
        line-height: 28px;
    }
}

@media(max-width:450px) {
    .add_detail .l {
        width: 80%;
        margin-bottom: 16px;
    }

    .add_detail .r_box {
        width: 80%;
    }
}

@media(max-width:400px) {
    .add_detail .l {
        width: 90%;
        margin-bottom: 16px;
    }

    .add_detail .r_box {
        width: 90%;
    }
}

@media(max-width:350px) {
    .add_detail .l {
        width: 100%;
        margin-bottom: 16px;
    }

    .add_detail .r_box {
        width: 100%;
    }
}




/* our_history */

.our_history .txts_swiper>.swiper-wrapper>.swiper-slide {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.our_history .wrap {
    padding: 0px 59px 0px 70px;
}

.our_history .l_box {
    width: 48%;
}

.our_history .r_box {
    width: 49%;
}

.our_history .yea1 {
    font-size: 72px;
    line-height: unset;
    color: #333333;
    font-family: Montserrat-Medium;
    margin-bottom: 10px;
}

.our_history .con1 {
    font-family: Montserrat-Light;
    font-size: 20px;
    line-height: 32px;
    color: #333333;
    margin-bottom: 20px;
}

.our_history .con2 {
    font-family: Montserrat-Light;
    font-size: 18px;
    line-height: 34px;
    margin-bottom: 33px;
    color: #262626;

}


.our_history .swiper-slide-thumb-active {
    color: #0536b0 !important;
}

.our_history .txts_swiper .swiper {
    width: 100%;
}


@media(max-width:1600px) {
    .our_history .yea1 {
        font-size: 62px;
        margin-bottom: 10px;
    }

    .our_history .wrap {
        padding: 0;
        padding-left: 30px;
    }
}

@media(max-width:1333px) {
    .our_history .yea1 {
        font-size: 52px;
        margin-bottom: 10px;
    }

    .our_history .con1 {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 15px;
    }

    .our_history .con2 {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 20px;
    }
}

@media(max-width:999px) {
    .our_history .yea1 {
        font-size: 42px;
        margin-bottom: 10px;
    }

    .our_history .swiper-slide {
        flex-direction: column;
    }

    .our_history .wrap .swiper {
        width: 100%;
    }

    .our_history .con1,
    .our_history .con2 {
        hyphens: auto;
        -ms-hyphens: auto;
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        word-break: break-all;
    }

    .our_history .l_box {
        width: 100%;
        margin-bottom: 0px;
    }

    .our_history .r_box {
        width: auto;
    }

    .our_history .history_box .wrap {
        padding: 0px 30px;
    }
}

@media(max-width:768px) {
    .our_history .yea1 {
        font-size: 36px;
        margin-bottom: 10px;
    }

    .our_history .con1 {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .our_history .con2 {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 15px;
    }

}

@media(max-width:570px) {
    .our_history .yea1 {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .our_history .history_box .wrap {
        padding: 0px 15px;
    }
}