@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    transition: .3s linear all;
    border: none;
    outline: none;
    box-sizing: border-box;
}

html {
    width: 100%;
    scroll-behavior: smooth;
    scroll-padding-top: 100px;
    margin: 0 auto;
}

body {
    overflow-x: hidden;
    background-color: #fff;
    margin: 0 auto;
    font-family: Inter-Regular;
}

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;
}

.headersafe {
    max-width: 1600px;
    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;
}

@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: 40%;
    /* background-color: red; */
    z-index: 100;
}

.column ul {
    display: flex;
    flex-direction: column;
}

.column ul li {
    margin-bottom: 3px;

}

.column ul li a {
    height: 100%;
    margin-left: 5px;
    margin-right: 5px;

}

.column ul li .imgbox {
    width: 53px;
    height: 53px;
    background-color: #222222;
    border-radius: 5px;

    display: flex;
    justify-content: center;
    align-items: center;
}

.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: #272f88;
}


.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: 60px;
    display: none;
    cursor: pointer;
}

.column .wechat .erweima img {
    width: 100%;
    height: 100%;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.1)
}

.column .gotop i {
    font-size: 16px !important;
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 5px;
}

@media(max-width:1600px) {
    .column ul li .imgbox {
        width: 50px;
        height: 50px;
    }

    .column .wechat .erweima {
        position: absolute;
        width: 150px;
        height: 150px;
        top: -10px;
        right: 80px;
        display: none;
        cursor: pointer;
    }

    .column ul li .imgbox i {
        font-size: 21px;
        color: #fff;
    }
}

@media(max-width:1333px) {


    .column .wechat .erweima {
        position: absolute;
        width: 100px;
        height: 100px;
        top: -10px;
        right: 70px;
        display: none;
        cursor: pointer;
    }
}

@media(max-width:999px) {


    .column {
        position: fixed;
        right: 0px;
        top: unset;
        bottom: 0;
        z-index: 30;
        width: 100%;
        height: 45px;
    }

    .column ul li .imgbox {
        width: 45px;
        height: 45px;
    }

    .column .wechat .erweima {
        position: absolute;
        width: 150px;
        height: 150px;
        top: -173px;
        right: 17%;
        display: none;
        cursor: pointer;
    }

    .column ul {
        display: flex;
        flex-direction: row;
        width: 100%;
        justify-content: center;
        align-items: center;
        background: rgba(255, 255, 255, 0.5);
        height: 100%;
    }

    .column ul li {
        margin-bottom: 0px;
        width: 100%;
    }

    .column ul li .imgbox {
        width: 100%;
        height: 0;
    }

    .column ul li .imgbox a {
        width: 100%;
        height: 45px;
    }

    .column ul li .imgbox img {
        /* width: 18%; */
        width: 30px;
    }

    .column ul li a {
        border: unset;
    }

    .column ul {
        background-color: rgba(0, 0, 0, .3);
    }

    .column ul li .phonenum {
        position: absolute;
        right: 53px;
        padding: 10px;
        color: #333;
        background-color: #fff;
        display: none;
        word-wrap: nowrap;
        right: unset;
        top: -100%;
    }
}

@media(max-width:768px) {

    .column ul li .imgbox {
        width: 45px;
        height: 45px;
    }

    .column .wechat .erweima {
        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: -200%;
    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;

}

.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: #272f88;
    line-height: 23px;
    text-align: center;
    color: #fff;
    flex-shrink: 0;
    float: right;
    margin-right: 15px;
    font-family: 'Inter-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: 4px 0px;
}

.borderbox .ul3 {
    display: flex;
    flex-direction: column;
    margin-left: 20px;
    display: none;
}

.borderbox .ul3 .menu3 {
    position: relative;
}

.borderbox .ul3 .menu3>.btn {
    margin-right: 44px;
}

.borderbox .ul4 {
    display: flex;
    flex-direction: column;
    margin-left: 30px;
    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;
    }

    .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;
        height: 22px !important;
        line-height: 19.9px;
        text-align: center;
        display: inline-block;
    }
}

@media(max-width:570px) {
    .borderbox {
        width: 75%;
    }
}



















/* index */
/* index_header */

header {

    position: fixed;
    width: 100%;
    z-index: 100;
    top: 0;
    padding: 11px 0px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 1px;
    /* background-color: red; */
    font-family: Inter-Bold !important;
}

.header_active {
    position: fixed;
    background: rgba(255, 255, 255, .8);
}

header .safe {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .leftbox img:nth-child(2n) {
    display: none;
}

header .leftbox {
    flex-shrink: 0;
    /* height: 47px; */
    display: flex;
    align-items: center;
    justify-content: center;
}

header .leftbox img {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    display: block;

}

header .rightbox .bottom {
    display: flex;
    justify-content: center;
    align-items: center;
}

header .rightbox .bottom ul {
    display: flex;
    margin-right: 88px;
}
@media(max-width:1370px) {
  header .rightbox .bottom ul {
    margin-right: 29px;
    }  
}

header .rightbox .bottom span {
    margin: 0px 18px 0 18px;
    display: inline-block;
    width: 1px;
    height: 20px;
    background-color: #ffffff;
}

header .rightbox .bottom .searchicon {
    color: #fff;
    font-weight: 800;
    font-size: 17px;
    cursor: pointer;
}

header .rightbox .bottom .searchicon:hover {
    color: #1f77ba !important;
}

header .rightbox .bottom .searchbox {
    position: relative;
    padding-left: 0px;

}

header .rightbox .bottom .searchbox .searchicon {
    color: #333;
}

header .rightbox .bottom .searchbox .search {
    position: relative;
    /* display: none; */

}

header .rightbox .bottom .searchbox .sea {
    position: relative;
    right: 0;
    width: 200px;
    top: 0px;
    height: 38px;
    padding: 5px 46px 5px 0px;
    border-bottom: 1px solid #999;
    font-family: Inter-Regular;
    font-size: 16px;
    /* box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2); */
}

header .rightbox .bottom .searchbox .search .icon-sousuo {
    position: relative;
    top: 0px;
    right: 30px;
    width: 30px;
    height: 38px;
    font-weight: 800;
    color: #333;
}

header .rightbox .bottom .searchbox .search .submit:hover+.icon-sousuo {
    color: #272f88;
}

header .rightbox .bottom .searchbox .submit {
    position: absolute;
    top: 0px;
    right: 23px;
    width: 30px;
    height: 38px;
    z-index: 2;
    opacity: 0;
    cursor: pointer;
}

header a {
    font-family: Inter-Regular;
    font-size: 16px;
    color: #333;
}

header .get_quote {
    width: 140px;
    height: 40px;
    background-color: #272f88;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Inter-Regular;
    font-size: 16px;
    color: #ffffff;
}

header .get_quote:hover {
    background-color: #fff;
    color: #272f88;
    border: 1px solid #272f88;
}

/* yiji/erji/sanji menu */
/* yiji */
header .rightbox .bottom ul li .title_one {
    font-size: 18px;
    line-height: 56px;
    font-size: 16px;
    color: #333;
    padding: 0px 20px 30px 20px;
    /* margin: 36px 8px 0px 34px; */
    position: relative;
}

.nav_active>a {
    color: #272f88 !important;
    font-family: Inter-Bold;
}


.activeli>a {
    font-family: Inter-Bold;
    color: #272f88 !important;
}

.activeli>a::after {
    opacity: 1 !important;
}

header .active {
    color: #272f88 !important;
    background-color: rgba(39, 47, 136, .1);
}


/* header .rightbox .bottom ul .menu1 > a::before{
    content: attr(title);
    font-family: Inter-Bold;
    height: 0;
    overflow: hidden;
    visibility: hidden;
} */




header .rightbox .bottom ul .menu1:hover>a {
    /* transition: none; */
    color: #272f88 !important;
    /* font-family: Inter-Bold; */

    transition: font-weight 0.3s ease;
    /* 平滑过渡效果 */
    font-weight: bold;
}

header .rightbox .bottom ul .menu1:hover>a {
    position: relative;
}

/* header .rightbox .bottom ul .menu1:hover>a::after {
    content: attr(title);
    font-family: Inter-Bold;
    overflow: hidden;
    height: 0;
    position: absolute;
} */

header .rightbox .bottom ul .menu1 .title_one {
    position: relative;
}

header .rightbox .lanauage {
    margin-left: 35px;
    position: relative;
    margin-right: 10px;
}

header .rightbox .lanauage .lanbox {
    font-size: 18px;
    color: #333;
    cursor: pointer;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    border: solid 1px #e7e7e7;
    width: 127px;
    height: 36px;
}

header .rightbox .lanauage .lanbox a {
    margin: 0 5px;
    font-size: 14px;
}

header .rightbox .lanauage .lanbox:hover a {
    color: #0086d6;
}

header .rightbox .lanauage .lanbox:hover i {
    color: #0086d6;
}

header .rightbox .lanauage .fanzhuan {
    transform: rotate(180deg);
}


header .rightbox .lanauage .silde-down {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 5px;
    background: #fff;
    width: 100%;
    display: none;
    transition: none;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);

}

header .rightbox .lanauage .silde-down li {
    height: auto;
}

header .rightbox .lanauage .silde-down li a {
    padding: 10px 10px;
    width: 100%;
    text-align: center;
    word-break: break-all;
    display: block;

    color: #333;
    font-size: 16px;
}

header .rightbox .lanauage .silde-down li a:hover {
    background-color: #f7f7f7;
    color: #272f88 !important;
}


header .rightbox .lanauage .name:hover {
    color: #272f88;
}

header .rightbox .right_jiantou {
    opacity: 0;
}

header .rightbox .menu2 .title_two:hover .right_jiantou {
    opacity: 1;
}

header .rightbox .bottom ul li:nth-of-type(7) .ul1 {
    left: 35%;
}



/* yi ji */
header .rightbox .bottom ul .menu1 {
    position: relative;
}

header .rightbox ul .menu1 .ul1 {
    position: absolute;
    top: 122%;
    left: 0%;
    display: flex;
    flex-direction: column;
    transition: none;
    /* width: 231px; */
    /* width: max-content; */
    /* max-width: 320px; */
    /* ********************** */
    display: none;
    min-width: 100%;
    width: max-content;
    max-width: 350px;
    padding-right: 20px;
    word-break: break-all;
}


header .rightbox ul .menu1:nth-of-type(5) .ul1 {
    left: 0%;
}

header .rightbox ul .ul1_teshu .menu2 {
    width: 260px !important;
}

header .rightbox ul .menu1 .ul1 .menu2 {
    transition: none;
    display: block;
    background-color: #fff;
    position: relative;
}

header .rightbox ul .menu1 .ul1 .menu2::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #e5e5e5;
    left: 0;
    right: 0;
    margin: 0 auto;
}

header .rightbox ul .menu1 .ul1 .menu2:last-child::after {
    display: none;
}

header .rightbox ul .menu1 .ul1 .menu2 .title_two {
    display: block;
    width: 100%;
    padding: 15px 15px;
    display: flex;
    align-items: center;
    padding-left: 21px;
    padding-right: 21px;
    font-size: 16px;
    position: relative;


}

header .rightbox ul .menu1 .ul1 .menu2 h2,
header .rightbox .bottom ul .menu2 .ul2 .menu3 h2 {
    font-size: 16px;
    font-weight: normal;
    display: inline-block;
}

header .rightbox ul .menu1 .ul1 .menu2 .title_two::after {
    content: attr(downlist);
    position: absolute;
    right: 10px;
    top: 20%;
    transform: translateY(20%);
    opacity: 1;
}

header .rightbox ul .menu1 .ul1 .menu2:last-child .title_two {
    border-bottom: none;
}


header .rightbox ul .menu1 .ul1 .menu2:hover .title_two {
    color: #272f88 !important;
    background-color: rgba(39, 47, 136, .1);


}

header .rightbox ul .menu1 .ul1 .menu2:hover .title_two::after {
    opacity: 1;
}

/* er ji */
header .rightbox .bottom ul .menu2 {
    position: relative;
}

header .rightbox .bottom ul .menu2 .ul2 {
    position: absolute;
    display: flex;
    flex-direction: column;
    width: 100%;
    transition: none;
    left: 100%;
    top: 0;
    border-left: 2px solid transparent;
    display: none;
    min-width: 270px;
    width: max-content;
    max-width: 350px;
    padding-right: 20px;
    word-break: break-all;
    /* width: 231px; */
    /* width: max-content;
    max-width: 600px; */
}

header .rightbox .bottom ul .menu2 .ul2 .menu3 {
    transition: none;
    display: block;
    background-color: #ffffff;
    position: relative;
}

header .rightbox .bottom ul .menu2 .ul2 .menu3::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #e5e5e5;
    left: 0;
    right: 0;
    margin: 0 auto;
}

header .rightbox ul .menu1 .menu2 .ul2 .menu3:last-child::after {
    display: none;
}


header .rightbox .bottom ul .menu2 .ul2 .menu3 .title_three {
    width: 100%;
    padding: 15px 15px;
    display: flex;
    align-items: center;
    font-size: 16px;
    position: relative;
}

header .rightbox ul .menu1 .ul1 .menu3 .title_three::after {
    content: attr(downlist);
    position: absolute;
    right: 21px;
    top: 20%;
    transform: translateY(20%);
}

header .rightbox .bottom ul .menu2 .ul2 .menu3:last-child .title_three {
    border-bottom: none;
}

header .rightbox ul .menu1 .ul1 .menu2 .menu3:hover .title_three {
    color: #272f88 !important;
    background-color: rgba(39, 47, 136, .1);
}



/* san ji */
header .rightbox .bottom ul .menu3 {
    position: relative;
}

header .rightbox .bottom ul .menu3 .ul3 {
    position: absolute;
    display: flex;
    flex-direction: column;
    width: 100%;
    transition: none;
    left: 100%;
    top: 0;
    /* width: 231px; */
    /* width: max-content; */
    min-width: 270px;
    width: max-content;
    max-width: 350px;
    padding-right: 20px;
    word-break: break-all;
    border-left: 2px solid transparent;
    display: none;
}

header .rightbox .bottom ul .menu3 .ul3 .menu4 {
    display: block;
    background-color: #ffffff;
    position: relative;
}

header .rightbox .bottom ul .menu3 .ul3 .menu4::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #e5e5e5;
    left: 0;
    right: 0;
    margin: 0 auto;
}

header .rightbox ul .menu3 .ul3 .menu4:last-child::after {
    display: none;
}

header .rightbox .bottom ul .menu3 .ul3 .menu4 .title_four {
    width: 100%;
    padding: 15px 15px;
    height: 50px;
    display: flex;
    font-size: 16px;
    align-items: center;
    position: relative;
}

header .rightbox ul .menu1 .ul1 .menu4 .title_four::after {
    content: "";
    position: absolute;
    right: 21px;
    top: 20%;
    transform: translateY(20%);
    opacity: 0;
}

header .rightbox .bottom ul .menu3 .ul3 .menu4:last-child .title_four {
    border-bottom: none;
}

header .rightbox ul .menu1 .ul1 .menu2 .menu4:hover .title_four {
    color: #272f88 !important;
    background-color: rgba(39, 47, 136, .1);
}


header .rightbox .ul4 {
    display: none;
}



@media(max-width:1600px) {
    header .rightbox ul .menu1 .ul1 {
        left: 0%;
        top: 146%;
    }



    header {
        padding: 8px 0px;
    }

    header .leftbox img {
        width: 80%;
        height: auto;
        flex-shrink: 0;
    }

    header .rightbox .bottom ul li .title_one {
        margin: 36px 18px 0px 18px;
        line-height: 45px;
    }

    header .rightbox .bottom ul li .title_one {
        font-size: 16px;
        padding: 0px 0px 30px 0px;
    }

    header .rightbox .lanauage {
        margin-left: 15px;
    }

    header .rightbox .bottom ul li .title_one {
        margin: 36px 15px 0px 15px;
        line-height: 45px;
    }

    header .rightbox .lanauage a {
        font-size: 16px;

    }

    header .rightbox .bottom .searchicon {
        font-size: 16px;
    }

    header .rightbox .bottom .searchbox .sea {
        position: relative;
        right: 0;
        width: 200px;
        top: 0px;
        height: 38px;
        padding: 5px 46px 5px 0px;
        border-bottom: 1px solid #999;
        font-size: 14px;
        /* box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2); */
    }


}

@media(max-width:1333px) {
    header .rightbox .bottom ul li .title_one {
        line-height: unset;
        margin: 36px 10px 0px 10px;

    }

    header a {
        font-size: 14px !important;

    }

    header .rightbox .bottom .searchbox .sea {
        width: 150px;
    }

    /* header .rightbox .bottom .searchbox .search .icon-sousuo1{
        position: absolute;
    } */
    header .rightbox .bottom .searchbox .submit {
        position: absolute;
        top: 0px;
        right: 23px;
        width: 30px;
        height: 38px;
        z-index: 2;
        opacity: 0;
        cursor: pointer;
    }

    header .rightbox .bottom .searchbox .search .icon-sousuo {
        position: absolute;
        top: 12px;
        right: 17px;
        width: 30px;
        height: 38px;
        font-weight: 800;
        color: #333;
    }

    header .rightbox .bottom ul li .title_one {
        line-height: unset;
        margin: 36px 8px 0px 8px;
    }

    header .rightbox .bottom ul {
        display: flex;
        margin-right: 10px;
    }

    header .get_quote {
        width: 130px;
        height: 38px;
        border-radius: 20px;
        font-size: 14px;
    }
}

@media(max-width:999px) {
    header .rightbox .bottom {
        display: none;
    }

}

@media(max-width:570px) {
    header {
        padding: 5px 0px;
    }

    header .leftbox img {
        width: 70px;
    }

    header a {
        font-size: 12px !important;
    }
}




/* index_banner */
.index_banner {
    transition: none;
    margin-top: 80px;
    position: relative;
    height: 0;
    padding-bottom: 36.9%;
}

.index_banner .banner_prev,
.index_banner .banner_next {
    width: 55px;
    height: 55px;
    color: #fff;
    font-size: 22px;
    background-color: rgba(218, 222, 223, .5);
    border-radius: 50px;
    position: absolute;
    top: 0;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.index_banner .banner_prev {
    left: 5%;
}

.index_banner .banner_next {
    right: 5%;
}

.index_banner .banner_prev:hover,
.index_banner .banner_next:hover {
    background-color: rgba(39, 47, 136, .5);
}

.index_banner .swiper img {
    display: block;
}

.index_banner .swiper {
    width: 100%;
}

.index_banner .swiper-slide {
    position: relative;
}

.index_banner .banner_mySwiper video {
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 101%;
    min-height: 100%;
    max-width: none;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    display: none \9;
    display: block \9\0;
}

.index_banner .banner_mySwiper iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.index_banner .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: unset;
    background: rgba(255, 255, 255, .2);
    width: 70px;
    height: 5px;
}

.index_banner .swiper-pagination-bullet-active {
    background-color: #fff;
    opacity: 1;
}

.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;
}

@media(max-width:1600px) {
    .index_banner {
        margin-top: 63px;
    }

    .index_banner .swiper-pagination-bullet {
        width: 50px;
        height: 4px;
    }
}

@media(max-width:1333px) {
    .index_banner {
        margin-top: 58px;
    }

    .index_banner .swiper-pagination-bullet {
        width: 40px;
        height: 4px;
    }

    .index_banner .banner_prev,
    .index_banner .banner_next {
        width: 50px;
        height: 50px;
        font-size: 18px;
    }

    .index_banner .banner_prev {
        left: 3.5%;
    }

    .index_banner .banner_next {
        right: 3.5%;
    }
}

@media(max-width:999px) {
    .index_banner {
        margin-top: 53px;
    }

    .index_banner .swiper-pagination-bullet {
        width: 30px;
        height: 3px;
    }

    .index_banner .banner_prev {
        left: 3.5%;
        display: none;
    }

    .index_banner .banner_next {
        right: 3.5%;
        display: none;
    }
}

@media(max-width:768px) {
    .index_banner .swiper-pagination-bullet {
        width: 20px;
        height: 2px;
    }
}

@media(max-width:570px) {

    .index_banner {
        margin-top: 45.59px;
    }
}

/* page_banner */

.page_banner {
    position: relative;
    margin-top: 80px;
    padding-bottom: 24%;
}

.page_banner .safe {}

.page_banner .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
}

.page_banner .safe .title {
    font-family: Inter-Bold;
    font-size: 48px;
    line-height: 66px;
    color: #ffffff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}


@media(max-width:1600px) {
    .page_banner {
        margin-top: 63px;
    }

    .page_banner .safe .title {
        font-size: 42px;
    }
}

@media(max-width:1333px) {
    .page_banner {
        margin-top: 58px;
    }

    .page_banner .safe .title {
        font-size: 38px;
    }
}

@media(max-width:999px) {
    .page_banner {
        margin-top: 53px;
    }

    .page_banner .safe .title {
        display: none;
    }

}


@media(max-width:570px) {

    .page_banner {
        margin-top: 45.59px;
    }
}

/* crumb */

.crumb {
    padding: 25px 0px 10px 0px;
}

.crumb .safe a,
.crumb .safe i {
    font-family: Inter-Regular;
    font-size: 16px;
    letter-spacing: 0px;
    color: #999999;
}

.crumb .safe a:hover {
    color: #272f88;
    font-family: Inter-Bold;
}

.crumb .safe .active {
    color: #272f88;
    font-family: Inter-Bold;
}

@media(max-width:1600px) {
    .crumb {
        padding: 15px 0px 15px 0px;
    }

}

@media(max-width:1333px) {
    .crumb {
        padding: 12px 0px 12px 0px;
    }

}

@media(max-width:999px) {
    .crumb {
        padding: 10px 0px 10px 0px;
    }

    .crumb .safe a,
    .crumb .safe i {
        font-size: 14px;
    }
}

@media(max-width:768px) {
    .crumb {
        padding: 8px 0px 8px 0px;
    }

}

@media(max-width:570px) {
    .crumb {
        padding: 12px 0px 12px 0px;
    }

    .crumb .safe a,
    .crumb .safe i {
        font-size: 12px;
    }
}





/* shouye */
.index_cate {
    height: 334px;
    background: url(../images/index_bg1.png) no-repeat top center;
}

.index_cate .safe:nth-of-type(1) {
    margin-bottom: 14px;
}

.index_cate .cate_top {
    display: flex;
    justify-content: space-between;
    padding-top: 66px;
}


.index_cate .cate_top .leftbox {
    width: 59.1%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.index_cate .cate_top .leftbox .contact {
    width: 70%;
}

.index_cate .cate_top .leftbox .contact .small_title {
    font-family: Inter-Medium;
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
    margin-bottom: 6px;
}

.index_cate .cate_top .leftbox .contact .small_title a {
    color: #fff;
}

.index_cate .cate_top .leftbox .contact .small_title a:hover {
    text-decoration: underline;
}

.index_cate .cate_top .leftbox .contact .title {
    font-family: Inter-Bold;
    font-size: 42px;
    color: #ffffff;
}

.index_cate .cate_top .leftbox .contact .title a {
    color: #fff;
}

.index_cate .cate_top .leftbox .contact .title a:hover {
    text-decoration: underline;
}

.index_cate .cate_top .leftbox .contact .content {
    font-family: Inter-Regular;
    font-size: 18px;
    line-height: 60px;
    color: #ffffff;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}


.index_cate .cate_top .leftbox .btnbox {
    width: 30%;
    display: flex;
    justify-content: flex-end;
}

.index_cate .cate_top .leftbox .btnbox i {
    color: #fff;
    width: 47px;
    height: 47px;
    border: solid 2px #ffffff;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 13px;
    cursor: pointer;
}

.index_cate .cate_top .leftbox .btnbox i:nth-child(2n) {
    margin-right: 7px;
}

.index_cate .cate_top .leftbox .btnbox i:hover {
    color: #333;
    background-color: #fff;
}



.index_cate .cate_top .rightbox {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.index_cate .cate_top .rightbox .all_product {
    width: 140px;
    height: 40px;
    border-radius: 20px;
    border: solid 1px #272f88;
    font-family: Inter-Medium;
    font-size: 16px;
    line-height: 60px;
    color: #272f88;
    display: flex;
    align-items: center;
    justify-content: center;
}

.index_cate .cate_top .rightbox .all_product:hover {
    color: #fff;
    background-color: #272f88;
}


.index_cate .cate_mySwiper {
    padding-bottom: 40px;
    /* background-color: red; */
}

.index_cate .cate_mySwiper .swiper-slide:hover .shadow {
    transform: translateY(0);
}

.index_cate .cate_mySwiper .swiper-slide:hover .title a {
    color: #272f88;
}

.index_cate .cate_mySwiper .swiper-slide .title a:hover {
    text-decoration: underline;
}

.index_cate .cate_mySwiper .swiper-slide:hover .enter_detail {
    background-color: #272f88;
    border: 5px solid #272f88;
    color: #fff;
}

.index_cate .enter_detail:hover {
    width: 41px;
    height: 41px;
    background-color: #ced2db !important;
    /* border: solid 5px #272f88 !important; */
    border-radius: 50px;
    transform: translateY(-20px);
    border: unset !important;
    color: #272f88 !important;
}


.index_cate .cate_mySwiper .imgbox {
    position: relative;
    overflow: hidden;
    background-color: #fff;

}

.index_cate .cate_mySwiper .imgbox a img {
    display: block;
    border: solid 1px #e5e5e5;
}

.index_cate .cate_mySwiper .imgbox .shadow {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #272f88;
    opacity: 0.6;
    transform: translateY(101%);
}

.index_cate .cate_mySwiper .contact {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.index_cate .cate_mySwiper .contact .title {
    font-family: Inter-Medium;
    font-size: 18px;
    line-height: 66px;
    padding: 5px 10px 17px 10px;
    text-align: center;
    color: #333333;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background-color: #fff;
}

.index_cate .cate_mySwiper .contact .title a {
    color: #333;


}

.index_cate .cate_mySwiper .contact .enter_detail {
    width: 41px;
    height: 41px;
    background-color: #ced2db;
    border: solid 5px #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #272f88;
    border-radius: 50px;
    transform: translateY(-20px);
}

.index_cate .swiper-horizontal>.swiper-pagination-progressbar,
.index_cate .swiper-pagination-progressbar.swiper-pagination-horizontal,
.index_cate .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.index_cate .swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    top: unset !important;
    bottom: 0;
    height: 3px;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background-color: #272f88 !important;
}

@media(max-width:1600px) {
    .index_cate .cate_top {
        padding-top: 45px;
    }

    .index_cate .cate_top .leftbox .contact .small_title {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 5px;
    }

    .index_cate .cate_top .leftbox .contact .title {
        font-size: 38px;
    }

    .index_cate .cate_top .leftbox .contact .content {
        font-size: 16px;
        line-height: 50px;
    }

    .index_cate .cate_mySwiper .contact .title {
        font-size: 16px;
        line-height: 60px;
        padding: 5px 10px;
    }
}

@media(max-width:1333px) {
    .index_cate {
        height: 250px;
    }

    .index_cate .cate_top {
        padding-top: 35px;
    }

    .index_cate .cate_top .leftbox .contact .title {
        font-size: 34px;
    }

    .index_cate .cate_top .leftbox .btnbox i {
        width: 40px;
        height: 40px;
        margin-right: 8px !important;
    }

    .index_cate .cate_top .leftbox .btnbox i:nth-child(2n) {
        margin-right: 0;
    }
}

@media(max-width:999px) {
    .index_cate {
        background: #272f88;
        height: auto;
    }

    .index_cate .cate_top .leftbox {
        width: 100%;
    }

    .index_cate .cate_top .rightbox .all_product {
        width: 130px;
        height: 38px;
        border-radius: 20px;
        font-size: 14px;
        border: 1px solid #fff;
        color: #fff;
    }

    .index_cate .cate_top .rightbox {
        width: 23%;
    }

    .index_cate .cate_top .leftbox .btnbox i {
        width: 35px;
        height: 35px;
        margin-right: 5px;
        border: solid 1px #ffffff;
        font-size: 14px;
    }

    .index_cate .cate_top .leftbox .btnbox i:nth-child(2n) {
        margin-right: 0;
    }

    .index_cate .cate_top .leftbox .contact .title {
        font-size: 30px;
    }

    .index_cate .cate_top .leftbox .contact .small_title {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 5px;
    }

    .index_cate .cate_top .leftbox .contact .content {
        font-size: 14px;
        line-height: 45px;
    }

    .index_cate .cate_mySwiper .contact .title {
        font-size: 14px;
        line-height: 45px;
        padding: 5px 10px;
    }

    .index_cate .cate_mySwiper .contact .enter_detail {
        width: 35px;
        height: 35px;
        border: solid 3px #f5f5f5;
        border-radius: 50px;
        transform: translateY(-20px);
        font-size: 14px;
    }

    .index_cate .cate_top .rightbox .all_product {
        width: 120px;
        height: 35px;
        border-radius: 20px;
        font-size: 14px;
    }
}

@media(max-width:768px) {
    .index_cate .cate_top .leftbox .contact .title {
        font-size: 26px;
    }
}

@media(max-width:570px) {
    .index_cate .cate_top .leftbox .btnbox i {
        display: none;
    }

    .index_cate .cate_top .leftbox .contact {
        width: 100%;
    }

    .index_cate .cate_top .leftbox .contact .small_title {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 2px;
    }

    .index_cate .cate_top .leftbox .contact .title {
        font-size: 20px;
    }

    .index_cate .cate_top .leftbox .contact .content {
        font-size: 12px;
        line-height: 30px;
    }

    .index_cate .cate_top .leftbox {
        width: 70%;
    }

    .index_cate .cate_top .rightbox {
        width: 30%;
    }

    .index_cate .cate_top .rightbox .all_product {
        width: 100px;
        height: 32px;
        border-radius: 20px;
        font-size: 12px;
    }

    .index_cate .cate_mySwiper .contact .title {
        font-size: 12px;
        line-height: 40px;
        padding: 0px 10px 5px 10px;
    }

    .index_cate .cate_mySwiper .contact .enter_detail {
        width: 30px;
        height: 30px;
        border: solid 3px #f5f5f5;
        border-radius: 50px;
        transform: translateY(-20px);
        font-size: 14px;
    }

    .index_cate .cate_mySwiper {
        padding-bottom: 30px;
    }
}


@media(max-width:300px) {
    .index_cate .cate_top .rightbox {
        display: none;
    }

    .index_cate .cate_top .leftbox {
        width: 100%;
    }
}







.index_application {
    background-color: #f6f6f6;
    padding-top: 334px;
    padding-bottom: 67px;
}

.index_application .safe {
    display: flex;

}

.index_application .leftbox {
    width: 36.2%;
    padding-top: 45px;
}

.index_application .leftbox .all_application i {
    font-size: 22px;
    font-weight: bold;
}

.index_application .leftbox .all_application {
    width: 250px;
    height: 60px;
    background-color: #060821;
    border-radius: 30px;
    font-family: Inter-Medium;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;

    margin-left: 22%;

    display: flex;
    align-items: center;
    /* justify-content: center; */
}

.index_application .leftbox .all_application:hover {
    background-color: #ffffff;
    color: #272f88;
    border: 1px solid #272f88;
}

.index_application .leftbox .all_application:hover i {
    background-color: #272f88;
    color: #fff;
}

.index_application .leftbox .all_application i {

    width: 40px;
    height: 40px;
    background-color: #ffffff;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    margin-left: 30px;
    margin-right: 22px;
}

.index_application .rightbox {
    width: 45%;
}

.index_application .rightbox .small_title {
    font-family: Inter-Medium;
    font-size: 18px;
    line-height: 30px;
    color: #272f88;
    margin-bottom: 5px;
}

.index_application .rightbox .small_title a {
    color: #272f88;
}

.index_application .rightbox .title {
    font-family: Inter-Bold;
    font-size: 42px;
    line-height: 56px;
    color: #333333;
    margin-bottom: 19px;
}

.index_application .rightbox .title a {
    color: #333333;
}

.index_application .rightbox .title a:hover {
    color: #272f88;
}

.index_application .rightbox .content {
    font-family: Inter-Regular;
    font-size: 18px;
    line-height: 30px;
    color: #333333;

    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}



@media(max-width:1600px) {
    .index_application {
        padding-top: 300px;
        padding-bottom: 65px;
    }

    .index_application .leftbox .all_application i {
        margin-left: 0;
        margin-right: 8px;
    }

    .index_application .leftbox {
        padding-top: 30px;
    }

    .index_application .leftbox .all_application {
        width: 220px;
        height: 55px;
        font-size: 16px;
        line-height: 30px;
        margin-left: 22%;
        justify-content: center;
    }

    .index_application .rightbox .small_title {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 5px;
    }

    .index_application .rightbox .title {
        font-size: 38px;
        line-height: 50px;
        margin-bottom: 10px;
    }

    .index_application .rightbox .content {
        font-size: 16px;
        line-height: 26px;
    }
}

@media(max-width:1333px) {
    .index_application .rightbox {
        width: 60%;
    }

    .index_application .leftbox {
        padding-top: 15px;
    }

    .index_application .rightbox .title {
        font-size: 34px;
        line-height: 44px;
        margin-bottom: 5px;
    }

    .index_application {
        padding-top: 280px;
        padding-bottom: 50px;
    }

    .index_application .leftbox .all_application {
        width: 200px;
        height: 50px;
        font-size: 16px;
        line-height: 30px;
        margin-left: 22%;
    }

    .index_application .leftbox .all_application i {
        margin-right: 15px;
        width: 35px;
        height: 35px;
        border-radius: 20px;
    }

    .index_application .leftbox .all_application i {
        font-size: 20px;
    }
}

@media(max-width:999px) {
    .index_application .leftbox {
        padding-top: 0px;
    }

    .index_application {
        padding: 40px 0px;
    }

    .index_application .leftbox .all_application {
        width: 200px;
        height: 50px;
        font-size: 14px;
        line-height: 30px;
        margin-left: 0;
    }

    .index_application .leftbox .all_application i {
        margin-right: 15px;
        width: 35px;
        height: 35px;
        border-radius: 20px;

    }

    .index_application .rightbox .small_title {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 4px;
    }

    .index_application .rightbox .title {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 8px;
    }

    .index_application .rightbox .content {
        font-size: 14px;
        line-height: 24px;
    }

    .index_application .leftbox .all_application i {
        font-size: 18px;
    }
}

@media(max-width:768px) {
    .index_application .leftbox .all_application {
        width: 180px;
        height: 45px;
        font-size: 14px;
        line-height: 30px;
        margin-left: 0;
    }

    .index_application .rightbox .title {
        font-size: 26px;
        line-height: 38px;
        margin-bottom: 5px;
    }
}

@media(max-width:570px) {
    .index_application {
        padding: 30px 0px;
    }

    .index_application .safe {
        flex-direction: column;
    }

    .index_application .leftbox {
        width: 100%;
        margin-bottom: 15px;
    }

    .index_application .rightbox {
        width: 100%;
    }

    .index_application .leftbox .all_application i {
        margin-right: 5px;
        width: 25px;
        height: 25px;
        border-radius: 20px;
        font-size: 12px;
    }

    .index_application .rightbox .title {
        font-size: 20px;
        line-height: 34px;
        margin-bottom: 5px;
    }

    .index_application .rightbox .small_title {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 2px;
    }

    .index_application .rightbox .content {
        font-size: 12px;
        line-height: 20px;
    }

    .index_application .leftbox .all_application {
        width: 150px;
        height: 40px;
        font-size: 12px;
        line-height: 30px;
        margin-left: 0;
    }
}





/* index_product */

.index_product {
    padding-bottom: 319px;
    background-color: #01060b;
    position: relative;
}

.index_product .swiper {}

.index_product .swiper .imgbox {
    overflow: hidden;
    display: block;
    cursor: url('../images/drag1.png'), pointer;
}

.index_product .swiper .imgbox img {
    display: block;
    cursor: url('../images/drag1.png'), pointer;
}

.index_product .swiper .swiper-slide {}

.index_product .swiper .swiper-slide .pro_num {
    width: 39px;
    height: 39px;
    background-color: #272f88;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-top: 37px;
    margin-bottom: 23px;
    border-radius: 50px;
    font-family: Inter-Medium;
    font-size: 16px;
    color: #ffffff;
}

.index_product .swiper .swiper-slide .title {
    font-family: Inter-Bold;
    font-size: 22px;
    line-height: 30px;
    color: #ffffff;
    text-align: center;
    padding: 0px 15px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.index_product .swiper .swiper-slide .title a {
    color: #fff;

}

.index_product .swiper .swiper-slide .title a:hover {
    text-decoration: underline;
}

.index_product .product_box {
    display: inline-block;
    padding: 122px 0px;
    /* width: 1184px; */
    width: 63%;
    background-color: #272f88;
    position: absolute;
    left: 18%;
    bottom: -26.2%;



}

.index_product .product_box .small_title {
    font-family: Inter-Medium;
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 6px;
}

.index_product .product_box .title {
    font-family: Inter-Bold;
    font-size: 42px;
    line-height: 56px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 34px;

    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.index_product .product_box .title a {
    color: #fff;
}

.index_product .product_box .title a:hover {
    text-decoration: underline;
}

.index_product .product_box .get_quote {
    width: 180px;
    height: 65px;
    border-radius: 33px;
    border: solid 2px #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.index_product .product_box .get_quote:hover {
    background-color: #fff;
}

.index_product .product_box .get_quote:hover span {
    color: #272f88;
}

.index_product .product_box .get_quote:hover img:nth-of-type(1) {
    display: none;
}

.index_product .product_box .get_quote:hover img:nth-of-type(2) {
    display: block;
}

.index_product .product_box .get_quote img:nth-of-type(2) {
    /* opacity: 0; */
    display: none;
}

.index_product .product_box .get_quote span {
    font-family: Inter-Medium;
    font-size: 16px;
    color: #ffffff;
    margin-right: 8px;
}

@media(max-width:1600px) {
    .index_product .swiper .swiper-slide .pro_num {
        width: 36px;
        height: 36px;
        margin-top: 15px;
        margin-bottom: 15px;
        font-size: 16px;
    }

    .index_product .swiper .swiper-slide .title {
        font-size: 20px;
        line-height: 26px;
        padding: 0px 15px;
    }

    .index_product .product_box {
        padding: 100px 0px;
        width: 63%;
    }

    .index_product .product_box .small_title {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 6px;
    }

    .index_product .product_box .title {
        font-size: 38px;
        line-height: 50px;
        margin-bottom: 28px;
    }
}

@media(max-width:1333px) {
    .index_product .swiper .swiper-slide .pro_num {
        width: 34px;
        height: 34px;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .index_product .product_box {
        padding: 100px 0px;
        width: 70%;
        left: 15%;
    }

    .index_product .product_box .title {
        font-size: 34px;
        line-height: 45px;
        margin-bottom: 25px;
    }

    .index_product .product_box .get_quote {
        width: 160px;
        height: 50px;
        border-radius: 33px;
        border: solid 1px #fff;

    }

    .index_product {
        padding-bottom: 270px;
    }

}

@media(max-width:999px) {
    .index_product .swiper .swiper-slide .title {
        font-size: 18px;
        line-height: 24px;
    }

    .index_product .swiper .swiper-slide .pro_num {
        width: 30px;
        height: 30px;
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 14px;
    }

    .index_product .swiper .swiper-slide .title {
        font-size: 16px;
        line-height: 22px;
    }

    .index_product .product_box {
        padding: 70px 0px;
        width: 70%;
        left: 15%;
    }

    .index_product .product_box .small_title {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 4px;
    }

    .index_product .product_box .title {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 20px;
    }

    .index_product {
        padding-bottom: 201px;
    }

    .index_product .product_box .get_quote span {
        font-size: 14px;
        margin-right: 5px;
    }

    .index_product .product_box .get_quote img {
        width: 18px;
    }

    .index_product .product_box .get_quote {
        width: 150px;
        height: 45px;
        border-radius: 33px;
        border: solid 1px #fff;
    }
}

@media(max-width:768px) {
    .index_product .product_box {
        padding: 50px 0px;
        width: 100%;
        left: 0;
        position: static;
    }

    .index_product {
        padding-bottom: 40px;
    }

    .index_product .swiper {
        margin-bottom: 30px;
    }

    .index_product .swiper .swiper-slide .title {
        font-size: 14px;
        line-height: 22px;
    }

    .index_product .product_box .title {
        font-size: 26px;
        line-height: 34px;
        margin-bottom: 20px;
    }

    .index_product .product_box .small_title {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .index_product {
        padding-bottom: 0px;
    }
}

@media(max-width:570px) {
    .index_product .swiper .swiper-slide .title {
        font-size: 12px;
        line-height: 20px;
    }

    .index_product .swiper .swiper-slide .pro_num {
        width: 25px;
        height: 25px;
        margin-top: 8px;
        margin-bottom: 8px;
        font-size: 12px;
    }

    .index_product .product_box {
        padding: 40px 0px;
        width: 100%;
        left: 0;
    }

    .index_product .product_box .small_title {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 6px;
    }

    .index_product .product_box .title {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 15px;
        padding: 0px 15px;
    }

    .index_product .product_box .get_quote {
        width: 130px;
        height: 40px;
        border-radius: 30px;
        border: solid 1px #fff;
    }

    .index_product .product_box .get_quote span {
        font-size: 12px;
        margin-right: 5px;
    }

    .index_product .product_box .get_quote img {
        width: 15px;
    }

    .index_product {
        padding-bottom: 0px;
    }
}

















/* index_aboutUs */

.index_aboutUs {
    padding: 302px 0px 92px 0px;
}

.index_aboutUs .safe {
    display: flex;
    justify-content: space-between;
}

.index_aboutUs .safe .leftbox {
    width: 61%;
}

.index_aboutUs .safe .leftbox .small_title {
    font-family: Inter-Medium;
    font-size: 18px;
    line-height: 30px;
    color: #272f88;
    margin-bottom: 6px;
}

.index_aboutUs .safe .leftbox .title {
    font-family: Inter-Bold;
    font-size: 42px;
    line-height: 56px;
    color: #333333;
    margin-bottom: 23px;

}

.index_aboutUs .safe .leftbox .title a {
    color: #333;
}

.index_aboutUs .safe .leftbox .title a:hover {
    color: #272f88;
}

.index_aboutUs .safe .leftbox .content {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
    margin-bottom: 35px;
}

.index_aboutUs .safe .leftbox .content p {
    font-family: Inter-Regular;
    font-size: 18px;
    line-height: 36px;
    color: #555555
}

.index_aboutUs .safe .leftbox .learn_more {}

.index_aboutUs .safe .leftbox .learn_more a {
    width: 140px;
    height: 60px;
    background-color: #272f88;
    border-radius: 30px;
    font-family: Inter-Medium;
    font-size: 16px;
    line-height: 60px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.index_aboutUs .safe .leftbox .learn_more a:hover {
    background-color: #fff;
    border: 1px solid #272f88;
    color: #272f88;
}

.index_aboutUs .safe .rightbox {
    /* width: 39%; */
    width: 32.7%;
    /* background-color: #ebebef; */
    padding-right: 2%;
}

.index_aboutUs .safe .rightbox .imgbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.index_aboutUs .safe .rightbox a {
    margin-right: 14px;
}

.index_aboutUs .safe .rightbox a img {
    box-shadow: 0px 7px 122px 0px rgba(18, 22, 70, 0.12);
    border-radius: 35px;
    width:200px;
}



.index_aboutUs .safe .rightbox a img:hover {
    transform: scale(1.05);
}

.index_aboutUs .safe .rightbox a:nth-child(2n) {
    margin-right: 0;
}

.index_aboutUs .safe .rightbox a:nth-of-type(1) {
    margin-bottom: 16px;
}

.index_aboutUs .safe .rightbox a:nth-of-type(2) {
    margin-bottom: 16px;
}

@media(min-width:2800px) {
    .index_aboutUs {
        padding: 402px 0px 50px 0px;
    }
}

@media(max-width:1600px) {
    .index_aboutUs {
        padding: 250px 0px 50px 0px;
    }

    .index_aboutUs .safe .rightbox {
        width: 40.7%;
    }

    .index_aboutUs .safe .leftbox .title {
        font-size: 38px;
        line-height: 50px;
        margin-bottom: 15px;
    }

    .index_aboutUs .safe .leftbox .small_title {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 6px;
    }

    .index_aboutUs .safe .leftbox .content {
        margin-bottom: 30px;
    }

    .index_aboutUs .safe .leftbox .content p {
        font-size: 16px;
        line-height: 32px;
    }

    .index_aboutUs .safe .rightbox a img {
        box-shadow: 0 0 3px 0 rgba(0, 0, 0, .2);
        border-radius: 35px;
        width: 190px;
    }
}

@media(max-width:1333px) {
    .index_aboutUs .safe .leftbox .content {
        margin-bottom: 25px;
    }

    .index_aboutUs .safe .leftbox .title {
        font-size: 34px;
        line-height: 42px;
        margin-bottom: 10px;
    }

    .index_aboutUs .safe .rightbox a {
        width: 44%;
    }

    .index_aboutUs .safe .rightbox a img {
        width: 100%;
    }

    .index_aboutUs .safe {
        align-items: center;
    }

    .index_aboutUs {
        padding: 200px 0px 50px 0px;
    }

    .index_aboutUs .safe .leftbox .learn_more a {
        width: 120px;
        height: 50px;
        background-color: #272f88;
        border-radius: 30px;
        font-size: 14px;
    }

}

@media(max-width:999px) {
    .index_aboutUs .safe .leftbox .content {
        margin-bottom: 25px;
    }

    .index_aboutUs {
        padding: 150px 0px 41px 0px;
    }

    .index_aboutUs .safe .leftbox .small_title {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 5px;
    }

    .index_aboutUs .safe .leftbox .title {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 8px;
    }

    .index_aboutUs .safe .leftbox .content p {
        font-size: 14px;
        line-height: 26px;
    }

    .index_aboutUs .safe .leftbox {
        padding-right: 2%;
    }

    .index_aboutUs .safe .rightbox a img {
        width: 100%;
        border-radius: 20px;
    }
}

@media(max-width:768px) {
    .index_aboutUs .safe .leftbox .content {
        margin-bottom: 20px;
    }

    .index_aboutUs {
        padding: 40px 0px;
    }

    .index_aboutUs .safe {
        align-items: center;
        flex-direction: column;
    }

    .index_aboutUs .safe .leftbox {
        width: 100%;
        padding-right: 0;
        margin-bottom: 25px;
    }

    .index_aboutUs .safe .leftbox .title {
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 7px;
    }

    .index_aboutUs .safe .rightbox {
        width: 100%;
    }



    .index_aboutUs .safe .rightbox a {
        width: 23%;
    }

    .index_aboutUs .safe .rightbox a {
        margin-right: 10px !important;
        margin-bottom: 10px !important;
    }
}

@media(max-width:570px) {
    .index_aboutUs .safe .leftbox .learn_more a {
        width: 100px;
        height: 40px;
        background-color: #272f88;
        border-radius: 30px;
        font-size: 12px;
    }

    .index_aboutUs .safe .leftbox .content {
        margin-bottom: 15px;
    }

    .index_aboutUs {
        padding: 30px 0px;
    }

    .index_aboutUs .safe .leftbox .small_title {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 5px;
    }

    .index_aboutUs .safe .leftbox .title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 4px;
    }

    .index_aboutUs .safe .leftbox .content p {
        font-size: 12px;
        line-height: 22px;
    }

    .index_aboutUs .safe .rightbox {
        width: 70%;
    }

    .index_aboutUs .safe .rightbox a {
        width: 46%;
    }

    .index_aboutUs .safe .rightbox a img {
        border-radius: 15px;
    }

    .index_aboutUs .safe .rightbox .imgbox {
        justify-content: center;
    }

}

@media(max-width:400px) {
    .index_aboutUs .safe .rightbox {
        width: 100%;
    }

    .index_aboutUs .safe .rightbox a {
        width: 47%;
    }

    .index_aboutUs .safe .rightbox a:nth-child(2n) {
        margin-right: 0 !important;
    }
}






/* index_video */

.index_video {
    position: relative;
}

.index_video .bg {
    display: block;
}

.index_video .safe {
    position: absolute;
    top: 26.8%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.index_video .safe .small_title {
    font-family: Inter-Medium;
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 6px;
}

.index_video .safe .title {
    font-family: Inter-Bold;
    font-size: 42px;
    line-height: 56px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 4.1%;

    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.index_video .safe .title a {
    color: #fff;
}

.index_video .safe .title a:hover {
    text-decoration: underline;
}

.index_video .safe .play_video {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.index_video .safe .play_video a {
    margin-bottom: 7px;
    cursor: pointer;
    display: block;
    width: 63px;
    height: 63px;
    border-radius: 50%;
}

.index_video .safe .play_video p {
    font-family: Inter-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
}

.index_video .safe .play_video img:nth-of-type(2) {
    display: none;
}

.index_video .safe .play_video .video:hover img:nth-of-type(1) {
    display: none;
}

.index_video .safe .play_video .video:hover img:nth-of-type(2) {
    display: block;
}

/* 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;
}



@media(max-width:1600px) {
    .index_video .safe {
        top: 50%;
        left: 0;
        right: 0;
        margin: 0 auto;
        transform: translateY(-50%);
    }

    .index_video .safe .small_title {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 6px;
    }

    .index_video .safe .title {
        font-size: 38px;
        line-height: 50px;
        margin-bottom: 3.1%;
    }

    .index_video .safe .play_video a {
        margin-bottom: 5px;
        cursor: pointer;
        display: block;
        width: 55px;
        height: 55px;
        border-radius: 50%;
    }

    .index_video .safe .play_video p {
        font-size: 14px;
        line-height: 30px;
    }
}

@media(max-width:1333px) {
    .index_video .safe .title {
        font-size: 34px;
        line-height: 44px;
        margin-bottom: 2%;
    }

    .index_video .safe .play_video a {
        margin-bottom: 5px;
        width: 50px;
        height: 50px;
        border-radius: 50%;
    }
}

@media(max-width:999px) {
    .index_video .safe .title {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 2%;
    }

    .index_video .safe .small_title {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 4px;
    }

    .index_video .safe .play_video a {
        margin-bottom: 5px;
        width: 45px;
        height: 45px;
        border-radius: 50%;
    }
}

@media(max-width:768px) {
    .index_video .bg {
        display: block;
        height: 200px;
        object-fit: cover;
    }

    .index_video .safe .title {
        font-size: 26px;
        line-height: 36px;
        margin-bottom: 2%;
    }

    .index_video .safe .play_video a {
        margin-bottom: 5px;
        width: 40px;
        height: 40px;
        border-radius: 50%;
    }

    .index_video .safe .play_video p {
        font-size: 12px;
        line-height: 26px;
    }
}

@media(max-width:570px) {
    .index_video .safe .small_title {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 2px;
    }

    .index_video .safe .title {
        font-size: 20px;
        line-height: 32px;
        margin-bottom: 2%;
    }

    .index_video .bg {
        display: block;
        height: 180px;
        object-fit: cover;
    }
}











/* hot_product */
.hot_product {
    padding: 81px 0px 88px 0px;
}

.hot_product .safe {}

.hot_product .safe .small_title {
    text-align: center;
    font-family: Inter-Medium;
    font-size: 18px;
    line-height: 30px;
    color: #272f88;
    margin-bottom: 6px;
}

.hot_product .safe .title {
    font-family: Inter-Bold;
    font-size: 42px;
    line-height: 56px;
    color: #333333;
    text-align: center;
    margin-bottom: 25px;
}

.hot_product .safe .title a:hover {
    color: #272f88;
}


.hot_product .safe .productbox {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 5px;
}

.hot_product .safe .productbox .li1 {
    width: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 35px;
}

.hot_product .safe .productbox .li1 .imgbox {
    overflow: hidden;
}

.hot_product .safe .productbox .li1 .imgbox img {
    display: block;
}

.hot_product .safe .productbox .li1 .imgbox img:hover {
    transform: scale(1.05);
}

.hot_product .safe .productbox .li1 .small_title {
    font-family: Inter-Regular;
    font-size: 16px;
    line-height: 26px;
    color: #333333;
    padding: 19px 20px 0px 20px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.hot_product .safe .productbox .li1 .small_title a:hover {
    color: #272f88;
}

.hot_product .safe .all_product {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hot_product .safe .all_product a {
    width: 140px;
    height: 60px;
    background-color: #272f88;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Inter-Medium;
    font-size: 16px;
    color: #ffffff;
}

.hot_product .safe .all_product a:hover {
    color: #272f88;
    border: 1px solid #272f88;
    background-color: #fff;
}


@media(max-width:1600px) {
    .hot_product {
        padding: 50px 0px;
    }

    .hot_product .safe .small_title {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 6px;
    }

    .hot_product .safe .title {
        font-size: 38px;
        line-height: 50px;
        margin-bottom: 20px;
    }

    .hot_product .safe .productbox .li1 .small_title {
        font-size: 16px;
        line-height: 26px;
        padding: 10px 15px 0px 15px;
    }

    .hot_product .safe .all_product a {
        width: 140px;
        height: 50px;
        border-radius: 30px;
        font-size: 16px;
    }
}

@media(max-width:1333px) {
    .hot_product .safe .title {
        font-size: 34px;
        line-height: 45px;
        margin-bottom: 15px;
    }

    .hot_product .safe .productbox .li1 {
        width: 20%;
        margin-bottom: 25px;
    }

    .hot_product .safe .productbox .li1 .small_title {
        font-size: 14px;
        line-height: 26px;
        padding: 10px 10px 0px 10px;
    }

    .hot_product .safe .all_product a {
        width: 140px;
        height: 45px;
        border-radius: 30px;
        font-size: 13px;
    }
}

@media(max-width:999px) {
    .hot_product {
        padding: 40px 0px;
    }

    .hot_product .safe .small_title {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 5px;
    }

    .hot_product .safe .title {
        font-size: 30px;
        line-height: 42px;
        margin-bottom: 10px;
    }

    .hot_product .safe .productbox .li1 {
        width: 25%;
        margin-bottom: 25px;
    }
}

@media(max-width:768px) {
    .hot_product .safe .title {
        font-size: 26px;
        line-height: 36px;
        margin-bottom: 6px;
    }

    .hot_product .safe .productbox .li1 .small_title {
        font-size: 14px;
        line-height: 26px;
        padding: 5px 10px 0px 10px;
    }
}

@media(max-width:570px) {
    .hot_product {
        padding: 30px 0px;
    }

    .hot_product .safe .small_title {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 5px;
    }

    .hot_product .safe .title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 5px;
    }

    .hot_product .safe .productbox .li1 {
        width: 33.33%;
        margin-bottom: 20px;
    }

    .hot_product .safe .productbox .li1 .small_title {
        font-size: 12px;
        line-height: 20px;
        padding: 5px 5px 0px 6px;
    }

    .hot_product .safe .all_product a {
        width: 130px;
        height: 40px;
        border-radius: 30px;
        font-size: 12px;
    }
}

@media(max-width:350px) {
    .hot_product .safe .productbox .li1 {
        width: 50%;
        margin-bottom: 15px;
    }
}





/* index_choose */
.index_choose {
    background-color: #f6f6f6;
    padding: 81px 0px;
}

.index_choose .safe {}

.index_choose .safe .titlebox .small_title {
    font-family: Inter-Medium;
    font-size: 18px;
    line-height: 30px;
    color: #272f88;
    text-align: center;
    margin-bottom: 6px;
}

.index_choose .safe .titlebox .title {
    font-family: Inter-Bold;
    font-size: 42px;
    line-height: 56px;
    color: #333333;
    text-align: center;
    margin-bottom: 30px;
}

.index_choose .safe .titlebox .title a:hover {
    color: #272f88;
}

.index_choose .choose_box {
    display: flex;
    flex-wrap: wrap;
    padding-top: 13px;
}

.index_choose .choose_box .choose_li {
    width: 25%;
    text-align: center;
}

.index_choose .choose_box .choose_li .num {
    padding: 0px 15px;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.index_choose .choose_box .choose_li .num span:nth-of-type(1) {
    font-family: Inter-Bold;
    font-size: 48px;
    line-height: 56px;
    color: #272f88;
}

.index_choose .choose_box .choose_li .num span:nth-of-type(2) {
    font-family: Inter-Medium;
    font-size: 24px;
    color: #272f88;
}


.index_choose .choose_box .title {
    font-family: Inter-Bold;
    font-size: 24px;
    line-height: 56px;
    margin-bottom: 9px;
    color: #333333;
    padding: 0px 15px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.index_choose .choose_box .title a:hover {
    color: #272f88;
}

.index_choose .choose_box .content {
    font-family: Inter-Regular;
    font-size: 18px;
    line-height: 30px;
    color: #555555;
    text-align: center;
    padding: 0 20px;
}

.index_choose .choose_box .small_title {
    font-family: Inter-Medium;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #272f88;

    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

@media(max-width:1600px) {
    .index_choose {
        padding: 50px 0px;
    }

    .index_choose .safe .titlebox .title {
        font-size: 38px;
        line-height: 50px;
        margin-bottom: 30px;
    }

    .index_choose .choose_box .choose_li .num span:nth-of-type(1) {
        font-size: 44px;
        line-height: 50px;
    }

    .index_choose .choose_box .choose_li .num span:nth-of-type(2) {
        font-size: 22px;
    }

    .index_choose .choose_box .title {
        font-size: 22px;
        line-height: 36px;
        margin-bottom: 9px;
        padding: 0px 10px;
    }

    .index_choose .choose_box .content {
        font-size: 16px;
        line-height: 26px;
        padding: 0 15px;
    }

    .index_choose .safe .titlebox .small_title {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 6px;
    }
}

@media(max-width:1333px) {
    .index_choose .choose_box .choose_li .num span:nth-of-type(1) {
        font-size: 38px;
        line-height: 42px;
    }

    .index_choose .choose_box .choose_li .num span:nth-of-type(2) {
        font-size: 20px;
    }

    .index_choose .choose_box .title {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 9px;
        padding: 0px 8px;
    }

    .index_choose .choose_box .content {
        font-size: 16px;
        line-height: 26px;
        padding: 0 10px;
    }

    .index_choose .safe .titlebox .title {
        font-size: 34px;
        line-height: 40px;
        margin-bottom: 25px;
    }

    .index_choose .choose_box .choose_li .num span:nth-of-type(2) {
        font-size: 18px;
    }
}

@media(max-width:999px) {
    .index_choose {
        padding: 40px 0px 15px 0px;
    }

    .index_choose .choose_box .choose_li {
        width: 50%;
        text-align: center;
        margin-bottom: 25px;
    }

    .index_choose .safe .titlebox .title {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 24px;
    }

    .index_choose .choose_box .choose_li .num span:nth-of-type(1) {
        font-size: 34px;
        line-height: 40px;
    }

    .index_choose .choose_box .choose_li .num span:nth-of-type(2) {
        font-size: 16px;
    }

    .index_choose .choose_box .title {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 8px;
        padding: 0px 8px;
    }

    .index_choose .choose_box .content {
        font-size: 14px;
        line-height: 24px;
        padding: 0 10px;
    }

    .index_choose .choose_box .choose_li .num span:nth-of-type(1) {
        font-size: 28px;
        line-height: 36px;
    }

    .index_choose .safe .titlebox .small_title {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 5px;
    }
}

@media(max-width:768px) {
    .index_choose .safe .titlebox .title {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .index_choose .choose_box .choose_li .num span:nth-of-type(1) {
        font-size: 24px;
        line-height: 30px;
    }

    .index_choose .choose_box .choose_li .num span:nth-of-type(2) {
        font-size: 14px;
    }
}

@media(max-width:570px) {
    .index_choose {
        padding: 30px 0px 15px 0px;
    }

    .index_choose .choose_box .choose_li {
        width: 50%;
        text-align: center;
        margin-bottom: 15px;
    }

    .index_choose .choose_box .title {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 8px;
        padding: 0px 8px;
    }

    .index_choose .choose_box .choose_li .num span:nth-of-type(1) {
        font-size: 18px;
        line-height: 22px;
    }

    .index_choose .safe .titlebox .title {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 10px;
    }

    .index_choose .safe .titlebox .small_title {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 5px;
    }

    .index_choose .choose_box .content {
        font-size: 12px;
        line-height: 20px;
        padding: 0 10px;
    }
}

@media(max-width:450px) {
    .index_choose .choose_box .choose_li {
        width: 100%;
        margin-bottom: 10px;
    }

    .index_choose {
        padding: 30px 0px 20px 0px;
    }
}


/* index_feedback */
.index_feedback {
    padding: 84px 0px 80px 0px;
    background: url(../images/index_feedback_bg.png) no-repeat center;
    background-size: cover;
}

.index_feedback .safe .titlebox {}

.index_feedback .safe .titlebox .small_title {
    font-family: Inter-Medium;
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 7px;
}

.index_feedback .safe .titlebox .title {
    font-family: Inter-Bold;
    font-size: 42px;
    line-height: 60px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 26px;
}

.index_feedback .safe .titlebox .title a {
    color: #fff;
}

.index_feedback .safe .titlebox .title a:hover {
    text-decoration: underline;
}

.index_feedback .feedback_box .swiper {
    padding-bottom: 62px;
}

.index_feedback .feedback_box .swiper .swiper-slide {
    background-color: #fff;
    border-radius: 10px;
    padding: 0px 20px 30px 0px;
    height: 310px;
}

.index_feedback .feedback_box .abovebox {
    display: flex;
    margin-bottom: 12px;
}

.index_feedback .feedback_box .abovebox .imgbox {
    width: 32%;
    overflow: hidden;
    border-radius: 10px;
}

.index_feedback .feedback_box .abovebox .imgbox a {
    border-radius: 10px;
}

.index_feedback .feedback_box .abovebox .imgbox img {
    display: block;
    border-radius: 10px;
}


.index_feedback .feedback_box .abovebox .contact {
    width: 60%;
}

.index_feedback .feedback_box .abovebox .contact .name {
    font-family: Inter-Medium;
    font-size: 24px;
    line-height: 24px;
    color: #333333;
    padding-top: 52px;
    margin-bottom: 4px;

    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;

}

.index_feedback .feedback_box .abovebox .contact .country {
    font-family: Inter-Regular;
    font-size: 16px;
    color: #999999;
    margin-bottom: 15px;
}

.index_feedback .feedback_box .abovebox .contact .star {
    font-family: Inter-Regular;
    font-size: 18px;
    color: #c9300d;


}

.index_feedback .feedback_box .belowbox {
    display: flex;
}

.index_feedback .feedback_box .belowbox .imgbox {
    width: 20%;
    padding-left: 5.5%;
}

.index_feedback .feedback_box .belowbox .content {
    width: 78%;
    font-family: Inter-Regular;
    font-size: 18px;
    line-height: 30px;
    color: #333333;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.index_feedback .swiper-pagination-clickable .swiper-pagination-bullet {
    width: 40px;
    height: 5px;
    background-color: #fff;
    opacity: 1;
    border-radius: unset;
    top: unset;
    bottom: 7px;
}

.index_feedback .swiper-pagination-bullet-active {
    background-color: #272f88 !important;
}

.index_feedback .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.index_feedback .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet .index_feedback .swiper-pagination-bullet-active {
    margin-right: 12px !important;
}


@media(max-width:1600px) {
    .index_feedback {
        padding: 50px 0px;
    }

    .index_feedback .safe .titlebox .small_title {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 5px;
    }

    .index_feedback .safe .titlebox .title {
        font-size: 38px;
        line-height: 50px;
        margin-bottom: 26px;
    }

    .index_feedback .feedback_box .abovebox .contact .name {
        font-size: 22px;
        line-height: 22px;
        padding-top: 52px;
        margin-bottom: 4px;
    }

    .index_feedback .feedback_box .belowbox .content {
        width: 78%;
        font-size: 16px;
        line-height: 26px;
        color: #333333;
    }

    .index_feedback .feedback_box .abovebox .imgbox {
        margin-right: 2%;
    }
}

@media(max-width:1333px) {
    .index_feedback .feedback_box .abovebox .contact .name {
        font-size: 20px;
        line-height: 20px;
        padding-top: 20px;
        margin-bottom: 4px;
    }

    .index_feedback .feedback_box .abovebox .contact .country {
        font-size: 14px;
        margin-bottom: 6px;
    }

    .index_feedback .safe .titlebox .title {
        font-size: 34px;
        line-height: 40px;
        margin-bottom: 20px;
    }

    .index_feedback .safe .titlebox .title {
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 20px;
    }

    .index_feedback .feedback_box .swiper .swiper-slide {
        height: 250px;
    }
}

@media(max-width:999px) {
    .index_feedback {
        padding: 40px 0px;
    }

    .index_feedback .feedback_box .abovebox .contact .name {
        font-size: 18px;
        line-height: 20px;
        padding-top: 20px;
        margin-bottom: 4px;
    }

    .index_feedback .feedback_box .abovebox .contact .star {
        font-size: 16px;
    }

    .index_feedback .feedback_box .belowbox .imgbox img {
        width: 30px;
    }

    .index_feedback .feedback_box .belowbox .content {
        width: 78%;
        font-size: 14px;
        line-height: 22px;
        color: #333333;
    }

    .index_feedback .safe .titlebox .title {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 15px;
    }

    .index_feedback .feedback_box .swiper .swiper-slide {
        height: 220px;
    }
}

@media(max-width:768px) {
    .index_feedback .feedback_box .belowbox .imgbox {
        display: none;
    }

    .index_feedback .feedback_box .belowbox .content {
        width: 100%;
        font-size: 14px;
        line-height: 22px;
        color: #333333;
        padding: 0px 5%;
    }

    .index_feedback .feedback_box .abovebox .contact .name {
        font-size: 18px;
        line-height: 20px;
        padding-top: 20px;
        margin-bottom: 10px;
    }

    .index_feedback .feedback_box .abovebox .contact .country {
        font-size: 14px;
        margin-bottom: 8px;
    }

    .index_feedback .feedback_box .swiper {
        padding-bottom: 40px;
    }

    .index_feedback .safe .titlebox .small_title {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 5px;
    }
}

@media(max-width:570px) {
    .index_feedback .feedback_box .swiper .swiper-slide {
        height: 210px;
    }

    .index_feedback {
        padding: 30px 0px;
    }

    .index_feedback .feedback_box .abovebox .contact {
        width: 60%;
        justify-content: center;
        display: flex;
        flex-direction: column;
    }

    .index_feedback .safe .titlebox .small_title {
        font-size: 12px;
        line-height: 22px;
        margin-bottom: 5px;
    }

    .index_feedback .safe .titlebox .title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 15px;
    }

    .index_feedback .feedback_box .abovebox .contact .name {
        font-size: 16px;
        line-height: 20px;
        padding-top: 5px;
        margin-bottom: 2px;
    }

    .index_feedback .feedback_box .abovebox .contact .country {
        font-size: 12px;
        margin-bottom: 2px;
    }

    .index_feedback .feedback_box .abovebox .contact .star {
        font-size: 14px;
    }

    .index_feedback .feedback_box .swiper .swiper-slide {
        background-color: #fff;
        border-radius: 10px;
        padding: 0px 00px 30px 0px;
    }

    .index_feedback .feedback_box .belowbox .content {
        width: 100%;
        font-size: 12px;
        line-height: 22px;
        padding: 0px 4%;
    }

    .index_feedback .swiper-pagination-clickable .swiper-pagination-bullet {
        width: 35px;
        height: 3px;
        background-color: #fff;
        opacity: 1;
        border-radius: unset;
        top: unset;
        bottom: 7px;
    }
}

@media(max-width:400px) {
    .index_feedback .feedback_box .swiper .swiper-slide {
        height: 180px;
    }
}





/* index_latest */
.index_latest {
    padding: 82px 0px 83px 0px;
}

.index_latest .titlebox .small_title {
    font-family: Inter-Medium;
    font-size: 18px;
    line-height: 30px;
    color: #272f88;
    text-align: center;
    margin-bottom: 6px;
}

.index_latest .titlebox .title {
    font-family: Inter-Bold;
    font-size: 42px;
    line-height: 56px;
    color: #333333;
    text-align: center;
    margin-bottom: 44px;
}

.index_latest .titlebox .title a {
    color: #333;
}

.index_latest .titlebox .title a:hover {
    color: #272f88;
}

.index_latest .latestbox {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 21px;
}

.index_latest .latestbox .latest_li {
    width: 31.429%;
    margin-right: 2.85%;
}

.index_latest .latestbox .latest_li:nth-child(3n) {
    margin-right: 0;
}

.index_latest .latestbox .latest_li .imgbox {
    overflow: hidden;
}

.index_latest .latestbox .latest_li .imgbox img {
    display: block;
}

.index_latest .latestbox .latest_li .imgbox img:hover {
    transform: scale(1.05);
}

.index_latest .latestbox .latest_li .contact {
    padding: 24px 10px;
    text-align: center;
}

.index_latest .latestbox .latest_li .contact .date {
    font-family: Inter-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #999999;
    margin-bottom: 13px;
}

.index_latest .latestbox .latest_li .contact .content {
    font-family: Inter-Medium;
    font-size: 24px;
    line-height: 32px;
    color: #333333;
    margin-bottom: 26px;

    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;

}

.index_latest .latestbox .latest_li .contact .content a {
    color: #333;
}

.index_latest .latestbox .latest_li .contact .content a:hover {
    color: #272f88;
}

.index_latest .latestbox .latest_li .contact .learn_more {
    width: 140px;
    height: 40px;
    background-color: #272f88;
    border-radius: 20px;
    font-family: Inter-Medium;
    font-size: 16px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.index_latest .latestbox .latest_li .contact .learn_more:hover {
    color: #272f88;
    background-color: #fff;
    border: 1px solid #272f88;
}

.index_latest .view_all {
    text-align: center;
}

.index_latest .view_all a {
    font-family: Inter-Medium;
    text-decoration: underline;
    font-size: 16px;
    line-height: 60px;
    color: #272f88;
}

.index_latest .view_all a:hover {
    text-decoration: unset;
}


@media(max-width:1600px) {
    .index_latest {
        padding: 50px 0px;
    }

    .index_latest .titlebox .small_title {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 6px;
    }

    .index_latest .titlebox .title {
        font-size: 38px;
        line-height: 50px;
        margin-bottom: 35px;
    }

    .index_latest .latestbox .latest_li .contact {
        padding: 15px 10px;
    }

    .index_latest .latestbox .latest_li .contact .date {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 8px;
    }

    .index_latest .latestbox .latest_li .contact .content {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 20px;
    }
}

@media(max-width:1333px) {
    .index_latest .latestbox .latest_li {
        width: 32.3%;
        margin-right: 1.5%;
    }

    .index_latest .titlebox .title {
        font-size: 34px;
        line-height: 40px;
        margin-bottom: 30px;
    }

    .index_latest .latestbox .latest_li .contact {
        padding: 10px 10px 15px 10px;
    }

    .index_latest .latestbox .latest_li .contact .content {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 18px;
    }

    .index_latest .latestbox .latest_li .contact .date {
        font-size: 14px;
        line-height: 30px;
        margin-bottom: 2px;
    }
}

@media(max-width:999px) {
    .index_latest {
        padding: 40px 0px;
    }

    .index_latest .titlebox .title {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 28px;
    }

    .index_latest .titlebox .small_title {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 5px;
    }

    .index_latest .latestbox .latest_li .contact .content {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 18px;
    }

    .index_latest .latestbox .latest_li .contact .learn_more {
        width: 130px;
        height: 40px;
        border-radius: 20px;
        font-size: 14px;
    }

    .index_latest .latestbox {
        margin-bottom: 10px;
    }

    .index_latest .view_all a {
        font-size: 14px;
        line-height: 33px;
    }
}

@media(max-width:768px) {
    .index_latest .titlebox .title {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 25px;
    }

    .index_latest .latestbox .latest_li {
        width: 49%;
        margin-right: 2%;
    }

    .index_latest .latestbox .latest_li:nth-child(2n) {
        margin-right: 0;
    }

    .index_latest .latestbox .latest_li .contact .content {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 15px;
    }
}

@media(max-width:570px) {
    .index_latest {
        padding: 30px 0px;
    }

    .index_latest .latestbox .latest_li .contact {
        padding: 10px 5px 20px 5px;
    }

    .index_latest .latestbox .latest_li .contact .date {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 2px;
    }

    .index_latest .latestbox .latest_li .contact .content {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 8px;
    }

    .index_latest .latestbox .latest_li .contact .learn_more {
        width: 120px;
        height: 35px;
        border-radius: 20px;
        font-size: 12px;
    }

    .index_latest .titlebox .title {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 20px;
    }

    .index_latest .titlebox .small_title {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 5px;
    }

    .index_latest .latestbox {
        margin-bottom: 0px;
    }

    .index_latest .view_all a {
        font-size: 14px;
        line-height: 28px;
    }
}


@media(max-width:450px) {
    .index_latest .latestbox .latest_li {
        width: 100%;
        margin-right: 0% !important;
    }

    .index_latest .latestbox .latest_li .imgbox {
        width: 90%;
        margin: 0 auto;
    }
}

@media(max-width:350px) {
    .index_latest .latestbox .latest_li .imgbox {
        width: 100%;
    }
}


/* footer */

footer {
    background-color: #01060b;
    padding: 90px 0px 58px 0px;
}

.footer {
    padding-top: 344px;
}

.footer1 {
    padding-top: 276px;
}

.footer2 {
    padding-top: 276px;
}

.footer3 {
    padding-top: 276px;
}

footer .safe .above {
    display: flex;
    margin-bottom: 24px;
}

footer .logobox {
    width: 17.7%;
}

footer .logobox img:hover {
    transform: scale(1.05);
}

footer .quick {
    width: 17.5%;
    padding-right: 2%;
}

footer .contact_us {
    width: 37.3%;
    padding-right: 10.49%;
}

footer .title {
    margin-bottom: 25px;
}

footer .title,
footer .title a {
    font-family: Inter-Medium;
    font-size: 20px;
    line-height: 36px;
    color: #ffffff;
}

footer .title a:hover {
    color: #272f88;
}

footer ul li a,
footer ul li span {
    font-family: Inter-Regular;
    font-size: 16px;
    line-height: 36px;
    color: #999999;
}

footer .contact_us li:nth-of-type(3) {
    margin-bottom: 5px;
}

footer .contact_us li:nth-of-type(4) span {
    line-height: 23px !important;
}
footer .contact_us li:nth-of-type(5) span {
    line-height: 23px !important;
}



footer ul li a:hover {
    color: #fff;
}

footer .email {
    word-break: break-all;
}



footer form {
    width: 27.3%;
}

footer form .inp1 {
    width: 100%;
    padding: 6px 0px;
    display: flex;
    align-items: center;
    margin-bottom: 7.5px;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
}

footer form .inp1 img {
    margin-right: 8px;
}

footer form .inp2 div:nth-of-type(2) {
    cursor: pointer;
    background-color: #f3fbfe;
}

footer form .inp1 input {
    height: 35px;
    width: 100%;
    background-color: unset;
    color: #fff;
    font-size: 16px;
    padding-right: 10px;
}

footer form input::placeholder {
    font-family: Inter-Regular;
    font-size: 16px;
    line-height: 36px;
    color: #999999;
}

footer form .inp2 {
    justify-content: space-between;
}

footer form .inp2 .left {
    display: flex;
    align-items: center;
}

footer .submit {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 102px;
    height: 40px;
    background-color: #272f88;
    border-radius: 20px;
    font-family: Inter-Regular;
    font-size: 16px;
    color: #ffffff;
    margin-top: 9px;
}

footer .submit:hover {
    background: #fff;
    color: #272f88;
    border: 1px solid #272f88;
}


footer .below {
    display: flex;
    justify-content: space-between;
    padding-top: 36px;
    border-top: 1px solid rgba(255, 255, 255, .1);
}

footer .below .leftbox {
    font-family: Inter-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #7f8284;
}

footer .below .leftbox a {
    color: #7f8284;
}

footer .below .leftbox a:hover {
    color: #fff;
}

footer .below .index_connect {
    display: flex;
}

footer .below .index_connect a {
    width: 36px;
    height: 36px;
    background-color: #ffffff;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 9px;
}

footer .below .index_connect a:hover {
    background-color: #272f88;
}

footer .below .index_connect a:hover i {
    color: #fff;
}

@media(max-width:1600px) {
    .footer {
        padding-top: 220px;
    }

    .footer1 {
        padding-top: 180px;
    }

    .footer3 {
        padding-top: 180px;
    }

    footer {
        padding: 50px 0px;
    }

    footer .title,
    footer .title a {
        font-size: 18px;
        line-height: 30px;
    }

    footer .title {
        margin-bottom: 20px;
    }
}

@media(max-width:1333px) {
    .footer {
        padding-top: 200px;
    }

    .footer2 {
        padding-top: 150px;
    }

    footer ul li a,
    footer ul li span {
        font-size: 14px;
        line-height: 34px;
    }

    footer .title {
        margin-bottom: 15px;
    }

    footer form .inp1 input {
        height: 30px;
        width: 100%;
        font-size: 14px;
        padding-right: 8px;
    }

    footer form .inp1 input::placeholder {
        font-size: 14px;
    }

    footer .submit {
        width: 100px;
        height: 40px;
        border-radius: 18px;
        font-size: 14px;
        margin-top: 10px;
    }

    footer .below .leftbox {
        font-family: Inter-Regular;
        font-size: 14px;
        line-height: 28px;
        color: #7f8284;
    }

    footer .below {
        padding-top: 20px;
        border-top: 1px solid rgba(255, 255, 255, .1);
    }
}

@media(max-width:999px) {
    .footer {
        padding: 50px 0px 60px 0px;
    }

    .footer3 {
        padding: 50px 0px 60px;
    }

    footer .safe .above {
        display: none;
    }

    footer .below {
        padding-top: 0px;
        border-top: unset;
        text-align: center;
    }

    footer .below .links {
        display: none;
    }

    footer {
        padding: 50px 0px 60px 0px;
    }

    footer .below .index_connect a {
        width: 34px;
        height: 34px;
        border-radius: 18px;
        margin-left: 8px;
    }

    footer .below {
        padding-top: 0px;
        border-top: unset;
        flex-direction: column;
    }

    footer .below .leftbox {
        margin-bottom: 14px;
    }

    footer .below .index_connect {
        display: flex;
        justify-content: center;
    }

    footer .below .leftbox {
        padding: 0px 5%;
    }
}

@media(max-width:768px) {
    footer {
        padding: 35px 0px 70px 0px;
    }

    .footer {
        padding: 35px 0px 70px 0px;
    }

    .footer3 {
        padding: 35px 0px 60px;
    }

    footer .below .leftbox {
        padding: 0px 4%;
    }
}

@media(max-width:570px) {
    footer .below .leftbox {
        margin-bottom: 10px;
        font-size: 12px;
        line-height: 22px;
    }

    .footer3 {
        padding: 30px 0px 40px;
    }

    footer .below .index_connect a {
        width: 30px;
        height: 30px;
        border-radius: 18px;
        margin-left: 6px;
    }

    footer .below .index_connect a i {
        font-size: 14px;
    }

    footer .below .leftbox {
        padding: 0px 0%;
    }
}





/* 1-1 about */

/* about_company */



.about_company {
    padding: 28px 0px 57px 0px;
}

.about_company .titlebox {
    margin-bottom: 49px;
}

.about_company .titlebox .title {
    font-family: Inter-Bold;
    font-size: 42px;
    line-height: 56px;
    color: #333333;
    text-align: center;
    margin-bottom: 18px;
}

.about_company .titlebox .content p {
    font-family: Inter-Regular;
    font-size: 18px;
    line-height: 36px;
    color: #555555;
    text-align: center;
}


.about_company .company_box .detail1 {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin-bottom: 43px;
    align-items: center;
}

/* shi pin bo fang */
.about_company .company_box .videobox {
    position: relative;
}

.about_company .company_box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about_company .company_box .videobox a {
    cursor: pointer;
}

.about_company .company_box .videobox a .play {
    position: absolute;
    z-index: 10;

    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.about_company .company_box .videobox a:hover .play {
    filter: brightness(0);
}

.about_company .company_box .videobox video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}

.about_company .company_box .videobox .box-video {
    display: none;
}

.about_company .company_box .videobox iframe {
    display: none;
}




.about_company .company_box .detail1 .imgbox {

    width: 40%;

}

.about_company .company_box .detail1 .imgbox img {
    display: block;
}

.about_company .company_box .detail1 .content {
    /* width: 100%; */
    width: 60%;
    padding-right: 4%;
}

.about_company .company_box .detail1 .content p {
    font-family: Inter-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #555555;
}



.about_company .company_box .detail2 {
    display: flex;
    justify-content: space-between;
    /* flex-direction: row-reverse; */
    margin-bottom: 25px;
}

.about_company .company_box .detail2 .imgbox {
    width: 40%;
}

.about_company .company_box .detail2 .imgbox img {
    display: block;
}

.about_company .company_box .detail2 .content {
    /* width: 100%; */
    width: 60%;
    padding-left: 4%;
}

.about_company .company_box .detail2 .content p {
    font-family: Inter-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #555555;
}



.about_company .clear {
    clear: both;
}


@media(max-width:1600px) {
    .about_company {
        padding: 25px 0px 50px 0px;
    }

    .about_company .titlebox .content p {
        font-size: 16px;
        line-height: 30px;
    }

    .about_company .titlebox .title {
        font-size: 38px;
        line-height: 50px;
        margin-bottom: 15px;
    }

    .about_company .titlebox {
        margin-bottom: 35px;
    }

    /* .about_company .company_box .detail1 .content p {
        font-family: Inter-Regular;
        font-size: 14px;
        line-height: 26px;
        color: #555555;
    } */


    .about_company .company_box .detail2 {
        align-items: center;
    }
}

@media(max-width:1333px) {
    .about_company .titlebox .title {
        font-size: 34px;
        line-height: 40px;
        margin-bottom: 15px;
    }

    .about_company {
        padding: 20px 0px 50px 0px;
    }

    .about_company .titlebox .content p {
        font-size: 14px;
        line-height: 26px;
    }

    .about_company .titlebox {
        margin-bottom: 25px;
    }

    .about_company .company_box .detail1 .content p {
        font-size: 14px;
        line-height: 26px;
    }

    .about_company .company_box .detail1 {
        display: unset;
        margin-bottom: 25px;
    }

    .about_company .company_box .detail1 .imgbox {
        width: 50%;
        padding-left: 10px;
        float: right;
    }

    .about_company .company_box .detail1 .content {
        width: 100%;
    }

    .about_company .company_box .detail1 .content p:last-child {
        margin-bottom: 30px;
    }



    .about_company .company_box .detail2 .content p {
        font-size: 14px;
    }

    .about_company .company_box .detail2 .content {
        padding-left: 0;
    }

    .about_company .company_box .detail2 {
        display: unset;
    }

    .about_company .company_box .detail2 .imgbox {
        width: 50%;
        float: left;
        padding-right: 10px;
    }

    .about_company .company_box .detail2 .content {
        width: 100%;
        padding-left: 0%;
    }

    .about_company .company_box .detail2 .content p:last-child {
        margin-bottom: 30px;
    }

    /* .about_company .company_box .detail2{
        display: unset;
    }

    .about_company .company_box .detail2 .imgbox{
        width: 50%;
        float: left;
    }
    .about_company .company_box .detail2 .content{
        width: 100%;
    }
    .about_company .company_box .detail2 .content p:last-child{
        margin-bottom: 20px;
    } */
}

@media(max-width:999px) {
    .about_company .titlebox .title {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 10px;
    }

    .about_company {
        padding: 20px 0px 30px 0px;
    }

    .about_company .company_box .videobox a .play {
        width: 50px;
    }
}

@media(max-width:768px) {
    .about_company .company_box .videobox a .play {
        width: 45px;
    }

    .about_company .titlebox .title {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 10px;
    }
}

@media(max-width:570px) {
    .about_company {
        padding: 5px 0px 20px 0px;
    }

    .about_company .titlebox .title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 8px;
    }

    .about_company .titlebox .content p {
        font-size: 12px;
        line-height: 24px;
    }

    .about_company .company_box .videobox a .play {
        width: 40px;
    }

    .about_company .company_box .detail1 {
        display: flex;
        flex-direction: column;
    }

    .about_company .company_box .detail1 .imgbox {
        width: 100%;
        padding-left: 0;
        float: unset;
        margin-bottom: 15px;
    }

    .about_company .company_box .detail1 .content {
        width: 100%;
        padding-right: 0;
    }

    .about_company .company_box .detail1 .content p {
        font-size: 12px;
        line-height: 24px;
        hyphens: auto;
        -ms-hyphens: auto;
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
    }

    .about_company .company_box .detail1 .content p:last-child {
        margin-bottom: 0px;
    }

    .about_company .company_box .detail2 {
        display: flex;
        flex-direction: column;
    }

    .about_company .company_box .detail2 .imgbox {
        width: 100%;
        padding-right: 0;
        margin-bottom: 15px;
    }

    .about_company .company_box .detail2 .content p {
        font-size: 12px;
        line-height: 24px;
        hyphens: auto;
        -ms-hyphens: auto;
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
    }

    .about_company .company_box .detail2 .content p:last-child {
        margin-bottom: 0px;
    }
}





/* about_history */
.about_history {
    padding: 89px 0px 180px 0px;
    background-color: #f6f6f6;
    position: relative;
}

.about_history .bigtitle {
    font-family: Inter-Bold;
    font-size: 42px;
    line-height: 56px;
    color: #333333;
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
}

.about_history .history_box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 78px;
}

.about_history .history_box .leftbox {
    width: 39.4%;
    padding-top: 54px;
}

.about_history .history_box .leftbox .box {
    width: 100%;
    display: flex;
    align-items: center;
    background-color: #272f88;
    padding: 45.5px 0px;
    padding-left: 3%;
}

.about_history .history_box .leftbox .box span {
    font-family: Inter-Regular;
    font-size: 26px;
    color: #ffffff;

    margin-right: 10px;

}

.about_history .history_box .leftbox .box div {
    width: 158px;
    height: 1px;
    background-color: #ffffff;

}

.about_history .history_box .leftbox .small_title {
    font-family: Inter-Regular;
    font-size: 36px;
    line-height: 48px;
    color: #333333;
    width: 70%;
    margin: 43px 0px 37px 0px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;

    padding-left: 4%;

}

.about_history .history_box .leftbox .content {
    font-family: Inter-Regular;
    font-size: 16px;
    line-height: 32px;
    color: #666666;
    padding-right: 0%;
    padding-left: 4%;
}

.about_history .history_box .leftbox .content em {
    font-style: normal;
    font-family: Inter-Bold;
    font-size: 18px;

    color: #333333;
}


.about_history .history_box .rightbox {
    width: 55.6%;
    position: relative;
    overflow: hidden;
}

.about_history .history_box .history_list {

    /* border-left: 1px solid #dcdcdc; */
    height: 600px;
    overflow-y: auto;
    padding-left: 10%;
    /* height: 100%; */
}

.about_history .history_box .rightbox::after {
    content: "";
    left: 10%;
    top: 0;
    position: absolute;
    height: 600px;
    width: 1px;
    background-color: #dcdcdc;
}

.about_history .history_box .rightbox .list1 {
    position: relative;
    margin: 24px 0px 54px 0px;
}

.about_history .history_box .rightbox .list1:last-child {
    margin: 24px 0px 0px 0px;
}

.about_history .history_box .rightbox .list1::after {
    content: "";
    border-radius: 50px;
    width: 11px;
    height: 11px;
    background-color: #272f88;
    position: absolute;
    left: -5.5px;
    top: 10px;
    z-index: 10;
}

.about_history .history_box .rightbox ::-webkit-scrollbar {
    width: 3px;

}

.about_history .history_box .rightbox ::-webkit-scrollbar-thumb {
    background-color: #272f88;
    border-radius: 10px;
}

.about_history .history_box .rightbox ::-webkit-scrollbar-track {
    background-color: #666;
}

/* .about_history .history_box .rightbox .list1::before{
    content: "";
    height: 100%;
    width: 1px;
    background-color: #dcdcdc;
    position: absolute;
    top: 0;
    left: 0;
} */

.about_history .history_box .rightbox .list1 .year {
    left: -10%;
    top: 10px;
    position: absolute;
    font-family: Inter-Regular;
    font-size: 24px;
    line-height: 12px;
    color: #272f88;
}

.about_history .history_box .rightbox .list1 div {
    padding-left: 38px;
    font-family: Inter-Regular;
    font-size: 18px;
    line-height: 30px;
    color: #666666;
    position: relative;
}

.about_history .history_box .rightbox .list1 div p {
    hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
}



.about_history .history_card {
    display: flex;
    margin-bottom: 99px;
}

.about_history .history_card .card_li {
    margin-right: 2.9%;
    width: 23.6%;
}

.about_history .history_card .card_li:last-child {
    margin-right: 0;
}

.about_history .history_card .card_li img {
    border-radius: 35px;

}


@media(max-width:1600px) {
    .about_history {
        padding: 50px 0px 200px 0px;
    }

    .about_history .history_box {
        margin-bottom: 60px;
    }

    .about_history .bigtitle {
        font-size: 38px;
        line-height: 50px;
        width: 100%;
        margin-bottom: 15px;
    }

    .about_history .history_box .leftbox .box {
        width: 100%;
        padding: 38px 0px;
        padding-left: 3%;
    }

    .about_history .history_box .leftbox .small_title {
        font-size: 32px;
        line-height: 45px;
        width: 100%;
        margin: 25px 0px;
        padding-left: 0;
    }

    .about_history .history_box .rightbox .list1 .year {
        left: -10%;
        top: 10px;
        font-size: 20px;
        line-height: 12px;
    }

    .about_history .history_box .rightbox .list1 div {
        padding-left: 38px;
        font-size: 16px;
        line-height: 28px;
    }

    .about_history .history_box .rightbox .list1 {
        position: relative;
        margin: 24px 0px 40px 0px;
    }

    .about_history .history_box .history_list {
        height: 550px;
        padding-left: 10%;
    }

    .about_history .history_box .leftbox .box span {
        font-family: Inter-Regular;
        font-size: 22px;
        color: #ffffff;
        margin-right: 10px;
    }

    .about_history .history_card {
        margin-bottom: 40px;
    }

    .about_history .history_box .leftbox .content {
        padding-left: 0;
    }
}

@media(max-width:1333px) {
    .about_history .history_box {
        margin-bottom: 50px;
    }

    .about_history .history_box .leftbox .box {
        width: 100%;
        padding: 30px 0px;
        padding-left: 3%;
    }

    .about_history .history_box .leftbox .small_title {
        font-size: 28px;
        line-height: 42px;
        width: 100%;
        margin: 20px 0px;
    }

    .about_history .history_box .leftbox .content {
        font-size: 14px;
        line-height: 28px;
        padding-right: 0%;
    }

    .about_history .history_box .rightbox .list1 div {
        padding-left: 38px;
        font-size: 14px;
        line-height: 24px;
    }

    .about_history .history_box .rightbox {
        width: 52%;
    }

    .about_history .history_box .rightbox .list1 .year {
        left: -11%;
        top: 10px;
        font-size: 16px;
        line-height: 12px;
    }

    .about_history .history_box .leftbox .box span {
        font-size: 20px;
        margin-right: 10px;
    }

    .about_history .bigtitle {
        font-size: 34px;
        line-height: 40px;
        width: 100%;
        margin-bottom: 15px;
    }

    .about_history .history_card .card_li img {
        border-radius: 20px;
    }

    .about_history .history_card .card_li {
        margin-right: 2%;
        width: 24%;
    }
}

@media(max-width:999px) {

    .about_history {
        padding: 40px 0px 0px 0px;
    }

    .about_history .bigtitle {
        font-size: 30px;
        line-height: 34px;
        width: 100%;
        margin-bottom: 15px;
    }

    .about_history .history_box {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        margin-bottom: 40px;
    }

    .about_history .history_box .leftbox {
        width: 100%;
        padding-top: 20px;
        margin-bottom: 25px;
    }

    .about_history .history_box .rightbox {
        width: 100%;
    }

    .about_history .history_box .history_list {
        height: 300px;
        padding-left: 10%;
    }

    .about_history .history_box .rightbox .list1 .year {
        left: -8%;
    }

    .about_history .history_box .leftbox .box {
        width: 30%;
        padding: 20px 0px;
        padding-left: 3%;
    }

    .about_history .history_box .leftbox .box div {
        width: 50%;
        height: 1px;
        background-color: #ffffff;
    }

    .about_history .history_box .leftbox .box span {
        font-size: 18px;
        margin-right: 10px;
    }

    .about_history .history_box .leftbox .small_title {
        font-size: 26px;
        line-height: 30px;
        width: 100%;
        margin: 15px 0px;
    }

}

@media(max-width:768px) {
    .about_history .history_box {
        margin-bottom: 30px;
    }

    .about_history .bigtitle {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 15px;
    }

    .about_history .history_box .leftbox .box {
        display: none;
    }

    .about_history .history_box .leftbox .small_title {
        font-size: 24px;
        line-height: 30px;
        width: 100%;
        margin: 0px 0px 15px 0px;
    }

    .about_history .history_box .leftbox .content em {
        font-size: 16px;
    }

    .about_history .history_box .rightbox .list1 .year {
        left: -11%;
    }

    .about_history .history_box .leftbox {
        padding-top: 10px;
        margin-bottom: 25px;
    }

}

@media(max-width:570px) {
    .about_history .history_box {
        margin-bottom: 20px;
    }

    .about_history {
        padding: 30px 0px 0px 0px;
    }

    .about_history .history_box .leftbox .small_title {
        font-size: 18px;
        line-height: 26px;
        width: 100%;
        margin: 0px 0px 8px 0px;
    }

    .about_history .bigtitle {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .about_history .history_box .leftbox {
        padding-top: 5px;
    }

    .about_history .history_box .leftbox .content {
        font-size: 12px;
        line-height: 24px;
        padding-right: 0%;
    }

    .about_history .history_box .leftbox .content em {
        font-size: 14px;
    }

    .about_history .history_box .rightbox .list1 div {
        padding-left: 20px;
        font-size: 12px;
        line-height: 22px;
    }

    .about_history .history_box .rightbox .list1::after {
        content: "";
        border-radius: 50px;
        width: 8px;
        height: 8px;
        background-color: #272f88;
        position: absolute;
        left: -4.5px;
        top: 10px;
        z-index: 10;
    }

    .about_history .history_box .rightbox .list1 .year {
        font-size: 14px;
        line-height: 12px;
    }

    .about_history .history_box .rightbox .list1 {
        position: relative;
        margin: 20px 0px;
    }

    .about_history .history_card {
        justify-content: center;
    }

    .about_history .history_card .card_li {
        margin-right: 2%;
        width: 40%;
    }

    .about_history .history_card .card_li:last-child {
        margin-right: 2%;
    }

    .about_history .history_card .card_li:nth-child(2n) {
        margin-right: 0;
    }

    .about_history .history_card {
        flex-wrap: wrap;
        margin-bottom: 35px;
    }

    .about_history .history_card .card_li img {
        border-radius: 15px;
    }
}

@media(max-width:450px) {
    .about_history .history_card .card_li {
        margin-right: 2%;
        width: 48%;
    }

    .about_history .history_box .rightbox .list1 .year {
        left: -10%;
        font-size: 12px;
    }

    .about_history .history_box .rightbox .list1::after {
        display: none;
    }

    .about_history .history_box .rightbox::after {
        display: none;
    }

    .about_history .history_box .history_list {
        height: 200px;
        padding-left: 10%;
    }
}


.quality_box {
    position: absolute;
    width: 60%;
    left: 20%;
    margin: 0 auto;
    background-color: #272f88;
    padding: 121.5px 0px;
    bottom: -5.1%;
    transform: translateY(5.1%);

}

.quality_box1 {
    position: absolute;
    width: 60%;
    left: 20%;
    margin: 0 auto;
    background-color: #272f88;
    padding: 121.5px 0px;
    bottom: unset;
    transform: unset;
}

.quality_2_1 {
    position: absolute;
    width: 60%;
    left: 20%;
    margin: 0 auto;
    background-color: #272f88;
    padding: 121.5px 0px;
    bottom: -8.3%;
    transform: translateY(9%);
}

.quality_2_2 {
    position: absolute;
    width: 60%;
    left: 20%;
    margin: 0 auto;
    background-color: #272f88;
    padding: 121.5px 0px;
    bottom: -15.8%;
    transform: translateY(15.9%);
}

.quality_3_2 {
    position: absolute;
    width: 60%;
    left: 20%;
    margin: 0 auto;
    background-color: #272f88;
    padding: 121.5px 0px;
    bottom: -11.65%;
    transform: translateY(11.7%);
}

.quality_4_1 {
    position: absolute;
    width: 60%;
    left: 20%;
    margin: 0 auto;
    background-color: #272f88;
    padding: 121.5px 0px;
    bottom: -8%;
    transform: translateY(8%);
}


.quality_4_2 {
    position: absolute;
    width: 60%;
    left: 20%;
    margin: 0 auto;
    background-color: #272f88;
    padding: 121.5px 0px;
    bottom: -8.1%;
    transform: translateY(8.1%);
}

.quality_4_3 {
    position: absolute;
    width: 60%;
    left: 20%;
    margin: 0 auto;
    background-color: #272f88;
    padding: 121.5px 0px;
    bottom: -9.1%;
    transform: translateY(9.1%);
}

.quality_7_1 {
    position: absolute;
    width: 60%;
    left: 20%;
    margin: 0 auto;
    background-color: #272f88;
    padding: 121.5px 0px;
    bottom: -15.1%;
    transform: translateY(15.1%);
}

/*  */
.quality_box .small_title {
    font-family: Inter-Medium;
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 6px;
}

.quality_box .title {
    font-family: Inter-Bold;
    font-size: 42px;
    line-height: 56px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 34px;

    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.quality_box .title a {
    color: #fff;
}

.quality_box .title a:hover {
    text-decoration: underline;
}

.quality_box .get_quote {
    width: 180px;
    height: 65px;
    border-radius: 33px;
    border: solid 2px #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.quality_box .get_quote:hover {
    background-color: #fff;
}

.quality_box .get_quote:hover span {
    color: #272f88;
}

.quality_box .get_quote:hover img:nth-of-type(1) {
    display: none;
}

.quality_box .get_quote:hover img:nth-of-type(2) {
    display: block;
}

.quality_box .get_quote img:nth-of-type(2) {
    /* opacity: 0; */
    display: none;
}

.quality_box .get_quote span {
    font-family: Inter-Medium;
    font-size: 16px;
    color: #ffffff;
    margin-right: 8px;
}

@media(max-width:1600px) {

    .quality_box .title {
        font-size: 38px;
        line-height: 50px;
        margin-bottom: 30px;
    }

    .quality_box {
        position: absolute;
        width: 60%;
        left: 20%;
        margin: 0 auto;
        background-color: #272f88;
        padding: 100px 0px;
        bottom: -11.1%;
        transform: translateY(11.1%);
    }

    .quality_box .small_title {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 5px;
    }

    .quality_box .get_quote {
        width: 170px;
        height: 60px;
        border-radius: 30px;
        border: solid 2px #ffffff;
    }

    .quality_3_2 {
        position: absolute;
        width: 60%;
        left: 20%;
        margin: 0 auto;
        background-color: #272f88;
        padding: 80px 0px;
        bottom: -10%;
        transform: translateY(10%);
    }

    .quality_4_2 {
        position: absolute;
        width: 60%;
        left: 20%;
        margin: 0 auto;
        background-color: #272f88;
        padding: 80px 0px;
        bottom: -7.1%;
        transform: translateY(7.1%);
    }

    .quality_2_1 {
        position: absolute;
        width: 60%;
        left: 20%;
        margin: 0 auto;
        background-color: #272f88;
        padding: 100px 0px;
        bottom: -8.1%;
        transform: translateY(11.1%);
    }
}

@media(max-width:1333px) {
    .quality_box .title {
        font-size: 34px;
        line-height: 40px;
        margin-bottom: 25px;
    }

    .quality_box .get_quote {
        width: 160px;
        height: 55px;
        border-radius: 28px;
        border: solid 2px #ffffff;
    }

    .quality_box {
        width: 70%;
        left: 15%;
        margin: 0 auto;
        padding: 80px 0px;
        bottom: -5.1%;
        transform: translateY(5.1%);
    }

    .quality_2_2 {
        position: absolute;
        width: 60%;
        left: 20%;
        margin: 0 auto;
        background-color: #272f88;
        padding: 121.5px 0px;
        bottom: -13%;
        transform: translateY(13%);
    }
}

@media(max-width:999px) {
    .quality_box .title {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 20px;
    }

    .quality_box .small_title {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 5px;
    }

    .quality_box .get_quote {
        width: 150px;
        height: 50px;
        border-radius: 26px;
        border: solid 1px #ffffff;
    }

    .quality_box,
    .quality_3_2 {
        width: 100%;
        margin: 0 auto;
        margin: 40px 0px;
        position: static;
        margin: 0;
        transform: unset;
        padding: 40px 0px;
        margin: 20px auto;

    }

    .quality_box .get_quote span {
        font-size: 14px;
    }

    .quality_box .get_quote img {
        width: 20px;
    }

    .quality_box {
        width: 100% !important;
        left: 15% !important;
        margin: 0 auto !important;
        padding: 80px 0px !important;
        bottom: 0% !important;
        transform: translateY(0%) !important;
    }
}

@media(max-width:768px) {
    .quality_box .title {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .quality_box .get_quote {
        width: 140px;
        height: 45px;
        border-radius: 24px;
    }

    .quality_box {
        width: 100% !important;
        left: 15% !important;
        margin: 0 auto !important;
        padding: 70px 0px !important;
        bottom: 0% !important;
        transform: translateY(0%) !important;
    }
}

@media(max-width:570px) {
    .quality_box .title {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 15px;
    }

    .quality_box .small_title {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 5px;
    }

    .quality_box {
        width: 100% !important;
        left: 15% !important;
        margin: 0 auto !important;
        padding: 40px 0px !important;
        bottom: 0% !important;
        transform: translateY(0%) !important;
    }

    .quality_box .get_quote {
        width: 130px;
        height: 40px;
        border-radius: 24px;
    }

    .quality_box .get_quote span {
        font-size: 12px;
    }

    .quality_box .get_quote img {
        width: 15px;
    }

    .quality_box {
        width: 100%;
        margin: 20px auto;
        position: static;
        padding: 30px 0px;
    }
}




/* 2-1 */

.product_listbox {
    background-color: #f6f6f6;
    position: relative;
    padding-top: 3px;
    padding-bottom: 341px;
}

.product_category {
    padding: 25px 0px 0px 0px;
}

.product_category .safe {
    display: flex;
    justify-content: space-between;
}

.product_category .leftbox {
    width: 19%;
}

.product_category .leftbox .title {
    padding-top: 3px;
    font-family: Inter-Bold;
    font-size: 30px;
    line-height: 56px;
    color: #333333;
    margin-bottom: 4px;
}

.product_category .title {}

.product_category .leftbox .ul_wrap {
    background-color: #f8f8f8;
    transition: none;
    border-top: 1px solid rgba(204, 204, 204, 0.5);
}

.product_category .leftbox .ul_wrap .li_wrap {
    cursor: pointer;
    /* padding: 0px 15px; */

}

.product_category .leftbox .ul_wrap .li_wrap>a {
    display: flex;
    justify-content: space-between;
    padding: 0px 10px 0px 0px;
}

.product_category .leftbox .ul_wrap .li_wrap i {
    font-size: 14px;
}

.product_category .leftbox .active a {
    font-family: Inter-Bold !important;
    font-size: 18px;
    color: #272f88 !important;
}

.product_category .leftbox .active i {
    color: #272f88 !important;
}

.product_category .leftbox .active i {
    /* transform: rotate(90deg); */
}

.product_category .leftbox .ul_wrap .li_wrap .ul_inner {

    transition: none;
}

.product_category .leftbox .ul_wrap div {
    border-bottom: 1px solid rgba(204, 204, 204, 0.5);
}

/* .product_category .leftbox .ul_wrap .li_inner{
    border-bottom: 1px solid rgba(204, 204, 204, 0.5);
}
.product_category .leftbox .ul_wrap .li_inner:nth-of-type(1){
    border: unset;
}
.product_category .leftbox .ul_wrap .ul_inner  .li_inn{
    border-bottom: 1px solid rgba(204, 204, 204, 0.5);
} */

.product_category .leftbox .ul_wrap .li_wrap:first-child {
    border-top: unset;
    border-bottom: unset;
}

.product_category .leftbox .ul_wrap .li_wrap:last-child .ul_inner {
    border-bottom: unset;
}

.product_category .leftbox .ul_wrap .li_wrap>div {
    font-family: Inter-Regular;
    font-size: 18px;
    line-height: 48px;
    color: #333333;
    display: flex;
    /* padding-bottom: 16px; */
    /* padding-top: 10px; */
    transition: none;
    justify-content: space-between;

}

.product_category .leftbox .ul_wrap .li_wrap>div:hover a {
    font-family: Inter-Bold !important;
    color: #272f88 !important;
}

.product_category .leftbox .ul_wrap .li_wrap .li_inner {
    /* display: flex;
    justify-content: space-between; */
}

.product_category .leftbox .ul_wrap .li_wrap .li_inner:hover>div a {
    font-family: Inter-Bold !important;
    color: #272f88 !important;
}

.product_category .leftbox .ul_wrap .li_wrap .li_inn:hover>div a {
    font-family: Inter-Bold !important;
    color: #272f88 !important;
}

.product_category .leftbox .ul_wrap .li_wrap .ul_inner .li_inner a {
    padding-left: 0px;
    display: flex;
    justify-content: space-between;
}

.product_category .leftbox .ul_wrap .li_wrap .ul_inner .li_inner>div {
    font-family: Inter-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    transition: none;
    padding: 9px 10px 9px 20px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}


.product_category .leftbox .ul_wrap .li_wrap .ul_inner .li_inner .ul_inn {
    transition: none;
}

.product_category .leftbox .ul_wrap .li_wrap .ul_inner .li_inner .ul_inn .li_inn>div {
    font-family: Inter-Regular;
    padding-left: 20px;
    font-size: 16px;
    line-height: 30px;
    color: #666;
    transition: none;
    padding: 9px 10px 9px 35px;
}

.product_category .ul_wrap ul {
    display: none;
}

/* .product_category .ul_wrap .active ul{
    display: block;
} */

@media(max-width:1600px) {
    .product_listbox {
        padding-bottom: 250px;
    }

    .product_category .leftbox .ul_wrap .li_wrap .ul_inner .li_inner>a {
        font-size: 16px;
        line-height: 30px;
        padding: 0px 10px 0px 15px;
    }

    .product_category .leftbox .ul_wrap .li_wrap>a {
        display: flex;
        justify-content: space-between;
        padding: 5px 10px 5px 0px;
    }

    .product_category .leftbox .ul_wrap .li_wrap .ul_inner .li_inner>a {
        font-family: Inter-Regular;
        font-size: 16px;
        line-height: 26px;
        color: #333333;
        transition: none;
        padding: 5px 10px 5px 15px;
    }

    .product_category .leftbox .title {
        padding-top: 0px;
        font-size: 28px;
        line-height: 50px;
        margin-bottom: 4px;
    }

    .product_category .leftbox .ul_wrap .li_wrap>a {
        font-size: 16px;
    }

    .product_category .leftbox .ul_wrap .li_wrap .ul_inner .li_inner .ul_inn .li_inn>a {
        padding-left: 20px;
        font-size: 16px;
        line-height: 30px;
        padding: 9px 10px 9px 25px;
    }
}

@media(max-width:1333px) {
    .product_listbox {
        padding-bottom: 220px;
    }

    .product_category .leftbox {
        width: 26%;
    }

    .product_category .leftbox .ul_wrap .li_wrap a {
        padding: 0 !important;
        line-height: 26px !important;
        padding: 10px 0px !important;
    }

    .product_category .leftbox .ul_wrap .li_wrap>a {
        font-size: 14px;
    }

    .product_category .leftbox .ul_wrap .li_wrap .ul_inner .li_inner>a {
        font-size: 14px;
    }

    .product_category .leftbox .ul_wrap .li_wrap .ul_inner .li_inner .ul_inn .li_inn>a {
        font-size: 14px;
    }
}

@media(max-width:999px) {
    .product_listbox {
        padding-bottom: 0;
    }

    .product_category>.safe {
        flex-direction: column;
    }

    .product_category .leftbox .title {
        padding-top: 0px;
        font-size: 24px;
        line-height: 35px;
        margin-bottom: 20px;
        position: relative;
    }

    .product_category .leftbox .title::after {
        content: "▼";
        color: #272f88;
        opacity: 0.8;
        display: inline-block;
        position: absolute;
        right: 0;
        top: 50%;
        font-size: 14px;
        transform: translateY(-50%) rotate(90deg);
    }

    .product_category .leftbox .rota::after {
        transform: translateY(-50%) rotate(0deg) !important;
    }


    .product_category .leftbox {
        width: 100%;
        margin-bottom: 20px;
    }

    .product_category .leftbox .ul_wrap .li_wrap .ul_inner .li_inner>a {
        padding: 10px 10px !important;
    }

    .product_category .leftbox .ul_wrap .li_wrap .ul_inner .li_inner .ul_inn .li_inn>a {
        padding: 10px 10px 10px 20px !important;
    }

    .paganation .safe .enter_submit a {
        font-size: 14px;
        line-height: 20px;
        margin-right: 10px;
    }

    .paganation .safe .enter_submit {
        transform: translateY(-2px);
        margin-left: 8px;
    }
}

@media(max-width:768px) {
    .product_category .leftbox .title {
        padding-top: 0px;
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 4px;
    }
}

@media(max-width:570px) {
    .product_category .leftbox .title {
        padding-top: 0px;
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 15px;
    }

    .product_category .leftbox .ul_wrap .li_wrap a {
        padding: 0 !important;
        line-height: 26px !important;
        padding: 6px 0px !important;
        font-size: 12px;
    }

    .product_category .leftbox .ul_wrap .li_wrap .ul_inner .li_inner>a {
        padding: 6px 10px !important;
        font-size: 12px;
    }

    .product_category .leftbox .ul_wrap .li_wrap .ul_inner .li_inner .ul_inn .li_inn>a {
        padding: 6px 10px 6px 18px !important;
        font-size: 12px;
    }
}







.product_category .rightbox {
    width: 76.5%;
}

.product_category .rightbox .title {
    margin-bottom: 15px;
    font-family: Inter-Bold;
    font-size: 30px;
    line-height: 56px;
    color: #333333;
    margin-bottom: 15px;
}

.content_ellipse {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 100;
    overflow: hidden;
}

.product_category .rightbox .txts {
    font-family: Inter-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #555555;
    margin-bottom: 26px;
}

.product_category .rightbox .view_more {
    width: 140px;
    height: 60px;
    background-color: #272f88;
    border-radius: 30px;
    font-family: Inter-Medium;
    font-size: 16px;
    line-height: 60px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-bottom: 39px;
}

.product_category .rightbox .view_more:hover {
    background-color: #fff;
    color: #272f88;
    border: 1px solid #272f88;
}

.product_category .check-container {
    position: relative;
    background-color: #f6f6f6;
    position: absolute;
}

.product_category .safe .rightbox>form {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 13px;
}

.product_category .safe .rightbox .product_li {
    width: 23.9%;
    margin-right: 1.2%;
    margin-bottom: 33px;
}

.product_category .safe .rightbox .product_li:nth-child(4n) {
    margin-right: 0;
}

.product_category .safe .rightbox .product_li .check {
    width: 20px;
    height: 20px;
    background-color: #e8e8e8;
    box-shadow: inset 1px 1px 2px 0px rgba(0, 0, 0, 0.29);
    cursor: pointer;
}

.product_category .safe .rightbox .product_li input[type="checkbox"] {
    /* -webkit-appearance: none; */
    /* -moz-appearance: none; */
    /* appearance: none; */
    border: none;
    background-color: #e8e8e8;
    box-shadow: inset 1px 1px 2px 0px rgba(0, 0, 0, 0.29);
    position: absolute;
    opacity: 0;
    z-index: 1000;
}

.product_category .safe .rightbox .product_li .duigou {
    position: absolute;
    left: 1px;
    top: 0px;
    width: 100%;
    display: none;
}

.product_category .safe .rightbox .product_li .imgbox {
    overflow: hidden;
}

.product_category .safe .rightbox .product_li .imgbox img {
    display: block;
    height:200px;
    width: 100%;
    object-fit: cover;
}

.product_category .safe .rightbox .product_li .imgbox img:hover {
    transform: scale(1.05);
}

.product_category .safe .rightbox .product_li .contact {
    padding: 8px 33px;
}

.product_category .safe .rightbox .product_li .small_title {
    font-family: Inter-Regular;
    font-size: 16px;
    line-height: 26px;
    color: #333333;
    text-align: center;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.product_category .safe .rightbox .product_li .small_title a {
    color: #333333;
}

.product_category .safe .rightbox .product_li .small_title a:hover {
    color: #272f88;
}

.product_category .safe .rightbox .product_li .contact .checkbox {
    display: flex;
    justify-content: center;
    align-items: center;
}

.product_category .safe .rightbox .product_li .contact .checkbox a {
    font-family: Inter-Regular;
    font-size: 16px;
    color: #999999;
    margin-left: 10px;
    cursor: pointer;
}

.product_category .safe .rightbox .product_li .contact .checkbox a:hover {
    color: #272f88;
}

.product_box .swiper .swiper-slide img {
    height:400px;
    object-fit: contain;
}
.product_box .swiper .swiper-slide img.smallimg  {
    height: 108px;
    object-fit: cover;
    width: 100%;
} 

@media(max-width:1600px) {
    .product_category .rightbox .title {
        font-size: 28px;
        line-height: 50px;
        margin-bottom: 10px;
    }

    .product_category .rightbox .view_more {
        width: 140px;
        height: 50px;
        font-size: 16px;
        margin-bottom: 30px;
    }

    .product_category .safe .rightbox .product_li .contact {
        padding: 8px 5px;
    }

    .product_category .safe .rightbox .product_li .contact .checkbox a {
        font-family: Inter-Regular;
        font-size: 16px;
        color: #999999;
        margin-left: 5px;
    }
}

@media(max-width:1333px) {
    .product_category .rightbox {
        width: 70.5%;
    }

    .product_category .rightbox .title {
        font-size: 26px;
        line-height: 40px;
        margin-bottom: 4px;
    }

    .product_category .rightbox .txts {
        font-family: Inter-Regular;
        font-size: 14px;
        line-height: 24px;
        color: #555555;
        margin-bottom: 18px;
    }

    .product_category .safe .rightbox .product_li {
        width: 32%;
        margin-right: 1.5%;
        margin-bottom: 25px;
    }

    .product_category .safe .rightbox .product_li:nth-child(4n) {
        margin-right: 1.5%;
    }

    .product_category .safe .rightbox .product_li:nth-child(3n) {
        margin-right: 0%;
    }

    .product_category .safe .rightbox .product_li .small_title {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 10px;
    }

    .product_category .safe .rightbox .product_li .contact .checkbox a {
        font-size: 14px;
        margin-left: 5px;
    }

    .product_category .safe .rightbox .product_li .check {
        width: 16px;
        height: 16px;
    }

    .product_category .check-container {
        position: relative;
        background-color: #f6f6f6;
        position: absolute;
        width: 16px;
    }

    .product_category .rightbox .view_more {
        width: 140px;
        height: 45px;
        font-size: 14px;
        margin-bottom: 30px;
    }
}

@media(max-width:999px) {
    .product_category .rightbox .title {
        font-size: 24px;
        line-height: 35px;
        margin-bottom: 4px;
    }

    .product_category .rightbox {
        width: 100%;
    }

    .product_category .safe .rightbox .product_li .imgbox img {
        width: 100%;
    }

    .paganation .safe .enter_submit a {
        font-size: 14px !important;
    }
}

@media(max-width:768px) {
    .product_category .rightbox .title {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 4px;
    }

}

@media(max-width:570px) {

    .product_category .rightbox .title {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 4px;
    }

    .product_category .safe .rightbox .product_li .small_title {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 8px;
    }

    .product_category .safe .rightbox .product_li .contact .checkbox a {
        font-size: 12px;
        margin-left: 5px;
    }

    .paganation .safe .enter_submit a {
        font-size: 12px !important;
    }

    .product_category .rightbox .txts {
        font-family: Inter-Regular;
        font-size: 12px;
        line-height: 22px;
        color: #555555;
        margin-bottom: 15px;
    }

    .product_category .rightbox .view_more {
        width: 130px;
        height: 40px;
        font-size: 12px;
        margin-bottom: 30px;
    }
}

@media(max-width:500px) {
    .product_category .safe .rightbox .product_li {
        width: 49%;
        margin-right: 1%;
        margin-bottom: 15px;
    }

    .product_category .safe .rightbox .product_li:nth-child(3n) {
        margin-right: 1%;
    }

    .product_category .safe .rightbox .product_li:nth-child(2n) {
        margin-right: 0%;
    }
}



/* 2-2products */

.product_detail {
    background-color: #f6f6f6;
}

.product_detail .product_box {
    padding: 44px 0px 97px 0px;
}

.product_detail .product_box .safe {
    display: flex;
    justify-content: space-between;
}

.product_detail .product_box .safe .leftbox {
    width: 39.4%;
    position: relative;
}

.product_detail .mySwiper2 {
    margin-bottom: 4px;
}

.product_detail .swiperTwo {
    width: 83%;
    position: relative;
    margin-bottom: 40px;
}

.product_detail .swiperTwo .swiper-slide {
    cursor: pointer;
    border: 1px solid transparent;
}

.product_detail .swiperTwo .swiper-slide img {
    display: block;
}

.product_detail .small_swiper {
    position: relative;
}

.product_detail .swiper-slide-thumb-active {
    border: 1px solid #272f88 !important;
}

.product_detail .safe .leftbox .product2_prev,
.product_detail .safe .leftbox .product2_next {
    width: 44px;
    height: 108px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    color: #ccc;
    cursor: pointer;

}

.product_detail .safe .leftbox .product2_prev:hover,
.product_detail .safe .leftbox .product2_next:hover {
    background-color: #272f88;
    color: #fff;
}

.product_detail .safe .leftbox .product2_prev {
    left: 0;
    top: 0;
}

.product_detail .safe .leftbox .product2_next {
    right: 0;
    top: 0;
}

.product_detail .safe .leftbox .sharebox {
    display: flex;
    align-items: center;
    font-family: Inter-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #555555;
}

.product_detail .safe .leftbox .sharebox span {
    margin-right: 10px;
}

.product_detail .safe .rightbox {
    width: 60%;
    padding-left: 5%;
}

.product_detail .safe .rightbox .title {
    font-family: Inter-Bold;
    font-size: 30px;
    line-height: 56px;
    color: #333333;
    margin-bottom: 15px;
    padding-top: 48px;
}

.product_detail .safe .rightbox .content {
    font-family: Inter-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #555555;
    margin-bottom: 13px;
}

.product_detail .safe .rightbox .contact {
    margin-bottom: 27px;
}

.product_detail .safe .rightbox .contact em {
    font-style: unset;
    position: relative;
    padding-left: 10px;
}

.product_detail .safe .rightbox .contact p {
    font-family: Inter-Regular;
    font-size: 16px;
    line-height: 36px;
    color: #555555;

    position: relative;
}

.product_detail .safe .rightbox .contact em::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background-color: #606060;
    left: -3px;
    border-radius: 50px;
    top: 50%;
    transform: translateY(-50%);
}

.product_detail .safe .rightbox .contact p span:nth-of-type(1) {
    margin-right: 5px;
}

.product_detail .safe .rightbox .contact b {
    font-size: 18px;
    color: #333333;
}

.product_detail .safe .rightbox .btnbox {
    display: flex;

}

.product_detail .safe .rightbox .btnbox a {
    width: 150px;
    height: 50px;
    /* background-color: #272f88; */
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Inter-Medium;
    font-size: 16px;
    color: #272f88;
    background-color: #fff;
    border: 1px solid #272f88;
    margin-right: 19px;
    cursor: pointer;
}

.product_detail .safe .rightbox .btnbox i {
    font-size: 22px;
    margin-left: 5px;
}

/* .product_detail .safe .rightbox .btnbox .inquire_now{
    color: #ffffff;
    background-color: #272f88;
    border: 1px solid #272f88;
}
.product_detail .safe .rightbox .btnbox .inquire_now:hover{
    background-color: #Fff;
    color: #272f88;
    border: 1px solid #272f88;
}
.product_detail .safe .rightbox .btnbox .next_product{
    
} */
.product_detail .safe .rightbox .btnbox a:hover {
    color: #ffffff;
    background-color: #272f88;
    border: 1px solid #272f88;
}


/*jQzoom*/
.product_detail .box {
    position: relative;
}

.jqzoom {
    float: left;
    position: relative;
    padding: 0px;

}

div.zoomdiv {
    z-index: 200;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 400px;
    height: 400px;
    background: #ffffff;
    border: 1px solid #CCCCCC;
    display: none;
    text-align: center;
    overflow: hidden;
}

div.zoomdiv img {
    max-width: unset !important;
}

div.jqZoomPup {
    z-index: 200;
    visibility: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    border: 1px solid #aaa;
    background: #ffffff;
    opacity: 0.5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    filter: alpha(Opacity=50);
    transition: none;
}

@media(max-width:1600px) {
    .product_detail .product_box {
        padding: 40px 0px 50px 0px;
    }

    .product_detail .safe .rightbox .title {
        padding-top: 30px;
        font-size: 28px;
        line-height: 40px;
    }

    .product_detail .safe .leftbox .product2_prev,
    .product_detail .safe .leftbox .product2_next {
        width: 7.5%;
        height: 99%;
    }
}

@media(max-width:1333px) {
    .product_detail .safe .rightbox .title {
        padding-top: 0;
        font-size: 28px;
        line-height: 40px;
    }

    .product_detail .safe .rightbox .title {
        padding-top: 0;
        font-size: 24px;
        line-height: 30px;
    }

    .product_detail .safe .rightbox .title {
        padding-top: 0;
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .product_detail .safe .rightbox .content {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .product_detail .safe .rightbox .contact p {
        font-size: 14px;
        line-height: 30px;
        padding-left: 10px;
    }

    .product_detail .safe .rightbox .contact b {
        font-size: 16px;
        color: #333333;
    }

    .product_detail .safe .rightbox .contact {
        margin-bottom: 15px;
    }

    .product_detail .safe .rightbox .btnbox a {
        width: 130px;
        height: 45px;
        border-radius: 25px;
        font-size: 14px;
        color: #272f88;
        margin-right: 15px;
    }

    .product_detail .swiperTwo {
        margin-bottom: 30px;
    }

    .product_detail .safe .leftbox .sharebox {
        font-size: 14px;
    }

}

@media(max-width:999px) {
    .product_detail .safe .rightbox .title {
        padding-top: 0;
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .product_detail .product_box {
        padding: 30px 0px 40px 0px;
    }
}

@media(max-width:800px) {
    .product_detail .product_box .safe {
        flex-direction: column;
    }

    .product_detail .product_box .safe .leftbox {
        width: 100%;
        position: relative;
        margin: 0 auto;
    }

    .product_detail .box,
    .product_detail .small_swiper {
        width: 70%;
        margin: 0 auto;
    }

    .product_detail .swiperTwo {
        margin-bottom: 20px;
    }

    .product_detail .safe .rightbox .title {
        padding-top: 0;
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .product_detail .safe .rightbox {
        width: 100%;
        padding-left: 0;
    }

    .product_detail .product_box .safe .leftbox {
        margin-bottom: 20px;
    }

    .product_detail .product_box .safe .leftbox {
        margin-bottom: 15px;
    }
}

@media(max-width:768px) {
    .product_detail .safe .rightbox .title {
        padding-top: 0;
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .product_detail .safe .rightbox {
        width: 100%;
        padding-left: 0;
    }

    .product_detail .safe .rightbox .btnbox a {
        width: 130px;
        height: 40px;
        border-radius: 25px;
        font-size: 14px;
        color: #272f88;
        margin-right: 15px;
    }
}

@media(max-width:570px) {
    .product_detail .product_box {
        padding: 10px 0px 30px 0px;
    }

    .product_detail .box,
    .product_detail .small_swiper {
        width: 85%;
        margin: 0 auto;
    }

    .product_detail .safe .leftbox .sharebox {
        font-size: 12px;
    }

    .product_detail .safe .leftbox .sharebox img {
        width: 145px;
    }

    .product_detail .safe .rightbox .title {
        padding-top: 0;
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 10px;
    }

    .product_detail .safe .rightbox .content {
        font-size: 12px;
        line-height: 22px;
        margin-bottom: 10px;
    }

    .product_detail .safe .rightbox .contact p {
        font-size: 12px;
        line-height: 24px;
        padding-left: 10px;
    }

    .product_detail .safe .rightbox .contact b {
        font-size: 14px;
        color: #333333;
    }

    .product_detail .safe .rightbox .btnbox a {
        width: 120px;
        height: 38px;
        border-radius: 25px;
        font-size: 12px;
        margin-right: 10px;
    }

    .product_detail .safe .rightbox .contact em::after {
        display: none;
    }
}

@media(max-width:450px) {

    .product_detail .box,
    .product_detail .small_swiper {
        width: 90%;
        margin: 0 auto;
    }
}

@media(max-width:350px) {

    .product_detail .box,
    .product_detail .small_swiper {
        width: 100%;
        margin: 0 auto;
    }
}


/* product_introduction */
.product_introduction {
    padding: 83px 0px 91px 0px;
}
.product_introduction li {list-style:circle;}

.product_introduction .title {
    font-family: Inter-Bold;
    font-size: 30px;
    line-height: 56px;
    color: #333333;

}

.product_introduction .content {
    font-family: Inter-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #555555;
}

.product_introduction .intro5 .content i,
.product_introduction .intro5 .content em {
    font-style: unset;
    font-family: Inter-Regular;
    font-size: 24px;
    line-height: 30px;
    color: #333333;
    margin-right: 5px;
}

.product_introduction .intro1 {
    margin-bottom: 14px;
}

.product_introduction .intro1 .title {
    margin-bottom: 7px;
}

.product_introduction .intro1 .contact {
    padding: 0px 0px 20px 0px;
}

.product_introduction .intro1 .contact p {
    font-family: Inter-Regular;
    font-size: 16px;
    line-height: 36px;
    color: #555555;
    /* position: relative; */
}

.product_introduction .intro1 .contact em {
    font-style: normal;
    position: relative;
    padding-left: 10px;
}

.product_introduction .intro1 .contact em::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background-color: #606060;
    left: -3px;
    border-radius: 50px;
    top: 50%;
    transform: translateY(-50%);
}

.product_introduction .intro1 .contact strong {
    font-family: Inter-Bold;
    font-size: 18px;
    color: #333333;
}

.product_introduction .intro2 {
    margin-bottom: 56px;
    overflow: auto;
}

.product_introduction .intro2 .title {
    margin-bottom: 15px;
}

.product_introduction .intro2 table {
    width: 100%;
    border-collapse: collapse;
    min-width: 800px;
    overflow: auto;
}

.product_introduction .intro2 table tbody {
    overflow: auto;
}

.product_introduction .intro2 table tr {
    height: 50px;
}

.product_introduction .intro2 table tr td {
    font-family: Inter-Regular;
    font-size: 18px;
    color: #333333;
}

.product_introduction .intro2 table tr:nth-child(odd) {
    background-color: rgba(39, 47, 136, .1);
}

.product_introduction .intro2 table tr:nth-child(even) {
    background-color: #fff;
}

.product_introduction .intro3 {
    margin-bottom: 32px;
}

.product_introduction .intro3 .title {
    margin-bottom: 6px;
}

.product_introduction .intro4 {
    margin-bottom: 41px;
}

.product_introduction .intro4 .title {
    margin-bottom: 6px;
}

.product_introduction .intro5 {}

.product_introduction .intro5 .title {
    margin-bottom: 10px;
}

@media(max-width:1600px) {
    .product_introduction {
        padding: 50px 0px;
    }

    .product_introduction .title {
        font-size: 28px;
        line-height: 45px;
    }

    .product_introduction .intro1 {
        margin-bottom: 10px;
    }

    .product_introduction .intro2 table tr td {
        font-size: 16px;
    }

    .product_introduction .intro5 .content i,
    .product_introduction .intro5 .content em {
        font-style: unset;
        font-size: 22px;
        line-height: 30px;
        margin-right: 5px;
    }

    .product_introduction .intro2 {
        margin-bottom: 40px;
    }
}

@media(max-width:1333px) {
    .product_introduction .title {
        font-size: 26px;
        line-height: 40px;
    }

    .product_introduction .intro1 .contact p {
        font-size: 14px;
        line-height: 32px;
        padding-left: 10px;
    }

    .product_introduction .intro1 .contact strong {
        font-size: 16px;
    }

    .product_introduction .intro1 .contact {
        padding: 0px 0px 10px 0px;
    }

    .product_introduction .intro2 table tr td {
        font-size: 14px;
    }

    .product_introduction .intro2 .title {
        margin-bottom: 10px;
    }

    .product_introduction .intro2 {
        margin-bottom: 30px;
    }

    .product_introduction .intro3 {
        margin-bottom: 25px;
    }

    .product_introduction .content {
        font-size: 14px;
        line-height: 24px;
    }

    .product_introduction .intro5 .content i,
    .product_introduction .intro5 .content em {
        font-size: 20px;
        line-height: 30px;
        margin-right: 5px;
    }
}

@media(max-width:999px) {
    .product_introduction {
        padding: 40px 0px;
    }

    .product_introduction .title {
        font-size: 24px;
        line-height: 38px;
    }

    .product_introduction .intro3 {
        margin-bottom: 15px;
    }

    .product_introduction .intro4 {
        margin-bottom: 15px;
    }

    .product_introduction .intro5 .content i,
    .product_introduction .intro5 .content em {
        font-size: 18px;
        margin-right: 5px;
    }

    .product_introduction .intro2 table tr {
        height: 45px;
    }
}

@media(max-width:768px) {
    .product_introduction .title {
        font-size: 22px;
        line-height: 30px;
    }

    .product_introduction .intro5 .content i,
    .product_introduction .intro5 .content em {
        font-size: 16px;
        margin-right: 5px;
    }

    .product_introduction .intro1 .contact strong {
        font-size: 14px;
    }
}

@media(max-width:570px) {
    .product_introduction {
        padding: 30px 0px;
    }

    .product_introduction .title {
        font-size: 20px;
        line-height: 24px;
    }

    .product_introduction .intro1 .contact p {
        font-size: 12px;
        line-height: 26px;
        padding-left: 10px;
    }

    .product_introduction .intro1 .contact strong {
        font-size: 12px;
    }

    .product_introduction .intro2 table tr td {
        font-size: 12px;
    }

    .product_introduction .intro2 table tr {
        height: 40px;
    }

    .product_introduction .content {
        font-size: 12px;
        line-height: 22px;
    }

    .product_introduction .intro1 .contact em::after {
        display: none;
    }
}




/* product_related */

.product_related {
    background-color: #f6f6f6;
    padding: 54px 0px 333px 0px;
    position: relative;
}

.product_related .titlebox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.product_related .titlebox .title {
    width: 70%;
    font-family: Inter-Bold;
    font-size: 42px;
    line-height: 66px;
    color: #333333;
}

.product_related .titlebox .btnbox {
    width: 30%;
    display: flex;
    justify-content: flex-end;
}

.product_related .titlebox .btnbox i {
    cursor: pointer;
    width: 47px;
    height: 47px;
    border-radius: 50px;
    border: solid 1px #272f88;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 13px;
    color: #272f88;
}

.product_related .titlebox .btnbox i:hover {
    background-color: #272f88;
    color: #fff;

}

.product_related .related_mySwiper .swiper-slide {}

.product_related .related_mySwiper .swiper-slide .imgbox {
    overflow: hidden;
}

.product_related .related_mySwiper .swiper-slide img {
    display: block;
}

.product_related .related_mySwiper .swiper-slide img:hover {
    transform: scale(1.06);
}

.product_related .related_mySwiper .swiper-slide .title {
    text-align: center;
    font-family: Inter-Regular;
    font-size: 16px;
    line-height: 25px;
    color: #333333;
    margin: 10px 30px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.product_related .related_mySwiper .swiper-slide .title a:hover {
    color: #272f88;
}


@media(max-width:1600px) {
    .product_related {
        padding: 50px 0px 300px 0px;
    }

    .product_related .titlebox .title {
        width: 70%;
        font-family: Inter-Bold;
        font-size: 38px;
        line-height: 50px;
        color: #333333;
    }

    .product_related .titlebox .btnbox i {
        width: 43px;
        height: 43px;
        border-radius: 50px;
        margin-left: 10px;
    }

    .product_related .related_mySwiper .swiper-slide .title {
        font-size: 16px;
        line-height: 25px;
        margin: 10px 15px;
    }
}

@media(max-width:1333px) {
    .product_related .titlebox .title {
        width: 70%;
        font-size: 34px;
        line-height: 40px;
    }

    .product_related .titlebox .btnbox i {
        width: 40px;
        height: 40px;
        border-radius: 50px;
        margin-left: 10px;
    }

    .product_related .related_mySwiper .swiper-slide .title {
        font-size: 14px;
        line-height: 22px;
        margin: 8px 10px;
    }
}

@media(max-width:999px) {
    .product_related .titlebox .title {
        width: 70%;
        font-size: 30px;
        line-height: 34px;
    }

    .product_related .titlebox .btnbox i {
        width: 38px;
        height: 38px;
        border-radius: 50px;
        margin-left: 8px;
    }

    .product_related {
        padding: 40px 0px 0px 0px;
    }

    .product_related .related_mySwiper {
        margin-bottom: 30px;
    }
}

@media(max-width:768px) {
    .product_related .titlebox .title {
        width: 70%;
        font-size: 26px;
        line-height: 30px;
    }

    .product_related .titlebox .btnbox i {
        width: 36px;
        height: 36px;
        margin-left: 8px;
        font-size: 14px;
    }
}

@media(max-width:570px) {
    .product_related {
        padding: 30px 0px 0px 0px;
    }

    .product_related .titlebox .title {
        width: 70%;
        font-size: 20px;
        line-height: 26px;
    }

    .product_related .titlebox .btnbox i {
        width: 32px;
        height: 32px;
        margin-left: 5px;
        font-size: 12px;
    }

    .product_related .related_mySwiper .swiper-slide .title {
        font-size: 12px;
        line-height: 20px;
        margin: 5px 4px;
    }
}



/* inquire_shadow */
.inquire_shadow {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 100;
    max-width: 1920px;
    background: rgba(0, 0, 0, .3);
    pointer-events: none;
    opacity: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.inquire_shadow .shadow {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 600px;
    height: 680px;
    background-color: #ffffff;
    padding: 0px 40px 0px 40px;
}

.inquire_shadow .shadow .close {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
    margin-right: 20px;
}

.inquire_shadow .shadow .close img {
    cursor: pointer;
    transform: translateX(40px);
}

.inquire_shadow .shadow .title {
    font-family: Inter-Bold;
    font-size: 30px;
    line-height: 36px;
    color: #333333;
    margin: 16px 0px 12px 0px;
}

.inquire_shadow .shadow .content {
    font-family: Inter-Regular;
    font-size: 16px;
    line-height: 26px;
    color: #555555;
}

.inquire_shadow .shadow .inpbox,
.inquire_shadow .shadow .inpbox1,
.inquire_shadow .shadow .inpbox3 {
    border-bottom: 1px solid #e2e2e2;
    padding-right: 8px;
    position: relative;
    padding-left: 25px;
}

.inquire_shadow .shadow .inpbox .s_pic,
.inquire_shadow .shadow .inpbox1 .s_pic {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.inquire_shadow .shadow .inpbox3 .s_pic {
    position: absolute;
    left: 0;
    top: 8%;
    transform: translateY(8%);
}


.inquire_shadow .shadow .inpbox1 .code {
    background-color: #f3fbfe;
}

.inquire_shadow .shadow .inpbox1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.inquire_shadow .shadow .inpbox1 input {
    width: 70%;
}

.inquire_shadow .shadow .inpbox input,
.inquire_shadow .shadow .inpbox1 input {
    width: 100%;
    height: 64px;
}

.inquire_shadow .shadow textarea,
.inquire_shadow .shadow .inpbox input,
.inquire_shadow .shadow .inpbox1 input {
    font-family: Inter-Regular;
    font-size: 16px;
    line-height: 36px;
    color: #333;
}

.inquire_shadow .shadow .inpbox input::placeholder,
.inquire_shadow .shadow .inpbox1 input::placeholder,
.inquire_shadow .shadow textarea::placeholder {
    font-family: Inter-Regular;
    font-size: 16px;
    line-height: 36px;
    color: #999999;
}

.inquire_shadow .shadow textarea {
    resize: none;
    width: 100%;
    height: 120px;
    /* border-bottom: 1px solid #e2e2e2; */
}

.inquire_shadow .shadow .submit {
    margin-top: 40px;
}

.inquire_shadow .shadow .submit input {
    width: 102px;
    height: 40px;
    background-color: #272f88;
    cursor: pointer;
    font-family: Inter-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
}

.inquire_shadow .shadow .submit input:hover {
    color: #272f88;
    border: 1px solid #272f88;
    background-color: #fff;
}

@media(max-width:1600px) {
    .inquire_shadow .shadow .title {
        font-size: 28px;
        line-height: 32px;
        margin: 16px 0px 12px 0px;
    }
}

@media(max-width:1333px) {
    .inquire_shadow .shadow .title {
        font-size: 26px;
        line-height: 30px;
        margin: 16px 0px 12px 0px;
    }

    .inquire_shadow .shadow {
        width: 580px;
        padding: 0px 40px 0px 40px;
    }
}

@media(max-width:999px) {
    .inquire_shadow .shadow .title {
        font-size: 24px;
        line-height: 28px;
        margin: 16px 0px 12px 0px;
    }

    .inquire_shadow .shadow .content {
        font-size: 14px;
        line-height: 24px;
    }

    .inquire_shadow .shadow textarea,
    .inquire_shadow .shadow .inpbox input,
    .inquire_shadow .shadow .inpbox1 input {
        font-size: 14px;
        line-height: 36px;
    }

    .inquire_shadow .shadow textarea::placeholder,
    .inquire_shadow .shadow .inpbox input::placeholder,
    .inquire_shadow .shadow .inpbox1 input::placeholder {
        font-size: 14px;
        line-height: 36px;
    }

    .inquire_shadow .shadow textarea {
        resize: none;
        width: 100%;
        height: 100px;
    }



    .inquire_shadow .shadow .submit input {
        font-size: 14px;
    }

    .inquire_shadow .shadow .inpbox input,
    .inquire_shadow .shadow .inpbox1 input {
        width: 100%;
        height: 60px;
    }
}

@media(max-width:768px) {
    .inquire_shadow .shadow .title {
        font-size: 22px;
        line-height: 26px;
        margin: 16px 0px 12px 0px;
    }

    .inquire_shadow .shadow {
        width: 80%;
    }

    .inquire_shadow .shadow textarea {
        resize: none;
        width: 100%;
        height: 80px;
    }

    .inquire_shadow {
        overflow-y: auto;
    }

    .inquire_shadow .shadow {
        overflow-y: auto;
    }
}

@media(max-width:570px) {
    .inquire_shadow .shadow {
        height: 60%;
    }

    .inquire_shadow .shadow .title {
        font-size: 20px;
        line-height: 24px;
        margin: 10px 0px 10px 0px;
    }

    .inquire_shadow .shadow .inpbox input,
    .inquire_shadow .shadow .inpbox1 input {
        width: 100%;
        height: 50px;
    }

    .inquire_shadow .shadow .content {
        font-size: 12px;
        line-height: 22px;
    }

    .inquire_shadow .shadow {
        height: 580px;
        padding: 0px 20px 0px 20px;
    }

    .inquire_shadow .shadow .close img {
        cursor: pointer;
        transform: translateX(20px);
    }

    .inquire_shadow .shadow {
        width: 95%;
    }
}






/* 3-1 Industries */
.industries_aerospace {
    background-color: #f6f6f6;
}

/* aerospace_box */
.aerospace_box {
    padding: 9px 0px 342px 0px;
    position: relative;
}

.aerospace_box .titlebox {
    margin-bottom: 65px;
}

.aerospace_box .titlebox .title {
    font-family: Inter-Bold;
    font-size: 42px;
    line-height: 56px;
    color: #333333;
    padding: 20px 0px 16px 0px;
}

.aerospace_box .titlebox .content {
    font-family: Inter-Regular;
    font-size: 18px;
    line-height: 36px;
    color: #555555;

    hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
}


.aerospace_box .aerospace {
    margin-bottom: 72px;
}

.aerospace_box .aerospace .aerospace_li {
    display: flex;
    justify-content: space-between;
    background-color: #ffffff;
    margin-bottom: 23px;
}

.aerospace_box .aerospace .aerospace_li:nth-child(2n) {
    flex-direction: row-reverse;
}

.aerospace_box .aerospace .aerospace_li .leftbox {
    width: 45.7%;
    overflow: hidden;
}

.aerospace_box .aerospace .aerospace_li .leftbox img {
    display: block;
}

.aerospace_box .aerospace .aerospace_li .leftbox img:hover {
    transform: scale(1.05);
}

.aerospace_box .aerospace .aerospace_li .rightbox {
    width: 54%;
    padding-left: 4.1%;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
}

.aerospace_box .aerospace .aerospace_li .title {
    padding: 52px 13% 25px 0px;
}

.aerospace_box .aerospace .aerospace_li .title a {
    font-family: Inter-Bold;
    font-size: 24px;
    line-height: 36px;
    color: #333333;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.aerospace_box .aerospace .aerospace_li .title a:hover {
    color: #272f88;
}

.aerospace_box .aerospace .aerospace_li .content {
    font-family: Inter-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    margin-bottom: 25px;
    padding-right: 7%;

    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.aerospace_box .aerospace .aerospace_li .enter_detail {
    width: 41px;
    height: 41px;
    background-color: #ced2db;
    border: solid 5px #eeeeee;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: #272f88;
}

.aerospace_box .aerospace .aerospace_li .enter_detail:hover {
    background-color: #272f88;
    color: #fff;
    border: solid 5px #272f88;
}

@media(max-width:1600px) {
    .aerospace_box {
        padding: 0px 0px 300px 0px;
        position: relative;
    }

    .aerospace_box .titlebox .title {
        font-size: 38px;
        line-height: 48px;
        padding: 15px 0px 15px 0px;
    }

    .aerospace_box .titlebox .content {
        font-size: 16px;
        line-height: 30px;
    }

    .aerospace_box .titlebox {
        margin-bottom: 50px;
    }

    .aerospace_box .aerospace .aerospace_li .title {
        padding: 0px 10% 20px 0px;
    }

    .aerospace_box .aerospace .aerospace_li {
        margin-bottom: 20px;
        align-items: center;
    }

    .aerospace_box .aerospace .aerospace_li .title a {
        font-size: 22px;
        line-height: 32px;
    }

    .aerospace_box .aerospace {
        margin-bottom: 50px;
    }
}

@media(max-width:1333px) {
    .aerospace_box {
        padding: 0px 0px 250px 0px;
        position: relative;
    }

    .aerospace_box .titlebox .title {
        font-size: 34px;
        line-height: 40px;
        padding: 10px 0px 15px 0px;
    }

    .aerospace_box .aerospace .aerospace_li .title {
        padding: 0px 5% 10px 0px;
    }

    .aerospace_box .aerospace .aerospace_li {
        margin-bottom: 20px;
        align-items: center;
        padding: 15px 0px;
    }

    .aerospace_box .aerospace .aerospace_li .content {
        margin-bottom: 15px;
    }

}

@media(max-width:999px) {
    .aerospace_box {
        padding: 0px 0px 0px 0px;
        position: relative;
    }

    .aerospace_box .titlebox {
        margin-bottom: 40px;
    }

    .aerospace_box .titlebox .title {
        font-size: 30px;
        line-height: 36px;
        padding: 5px 0px 10px 0px;
    }

    .aerospace_box .titlebox .content {
        font-size: 14px;
        line-height: 24px;
    }

    .aerospace_box .aerospace .aerospace_li .title a {
        font-size: 20px;
        line-height: 28px;
    }

    .aerospace_box .aerospace .aerospace_li .content {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 15px;
        padding-right: 7%;
    }

    .aerospace_box .aerospace {
        margin-bottom: 40px;
    }
}

@media(max-width:768px) {
    .aerospace_box .titlebox .title {
        font-size: 26px;
        line-height: 30px;
        padding: 5px 0px 10px 0px;
    }

    .aerospace_box .aerospace .aerospace_li:nth-child(2n) {
        flex-direction: unset;
    }

    .aerospace_box .aerospace .aerospace_li {
        flex-direction: column !important;
    }

    .aerospace_box .aerospace .aerospace_li .leftbox {
        width: 80%;
        margin-bottom: 15px;
    }

    .aerospace_box .aerospace .aerospace_li .rightbox {
        width: 100%;
        padding: 0px 4%;
        display: flex;
        flex-direction: column;
        /* justify-content: center; */
    }

    .aerospace_box .aerospace .aerospace_li .title a {
        font-size: 16px;
        line-height: 24px;
    }

    .aerospace_box .aerospace .aerospace_li .title {
        padding: 0px 0% 10px 0px;
    }

    .aerospace_box .aerospace .aerospace_li .content {
        padding-right: 0;
    }

    .aerospace_box .aerospace .aerospace_li .enter_detail {
        margin: 0 auto;
    }
}

@media(max-width:570px) {
    .aerospace_box .aerospace {
        margin-bottom: 30px;
    }

    .aerospace_box .titlebox .title {
        font-size: 20px;
        line-height: 24px;
        padding: 5px 0px 10px 0px;
    }

    .aerospace_box .titlebox {
        margin-bottom: 20px;
    }

    .aerospace_box .titlebox .content {
        font-size: 12px;
        line-height: 22px;
    }

    .aerospace_box .aerospace .aerospace_li .leftbox {
        width: 90%;
        margin-bottom: 10px;
    }

    .aerospace_box .aerospace .aerospace_li .title a {
        font-size: 14px;
        line-height: 22px;
    }

    .aerospace_box .aerospace .aerospace_li .title {
        padding-bottom: 5px;
    }

    .aerospace_box .aerospace .aerospace_li .content {
        font-size: 12px;
        line-height: 22px;
        margin-bottom: 10px;
        padding-right: 0%;
    }

    .aerospace_box .aerospace .aerospace_li .enter_detail {
        width: 38px;
        height: 38px;
        border: solid 4px #eeeeee;
    }

    .aerospace_box .aerospace .aerospace_li .enter_detail i {
        font-size: 14px;
    }
}

@media(max-width:350px) {
    .aerospace_box .aerospace .aerospace_li .leftbox {
        width: 100%;
        margin-bottom: 10px;
    }

    .aerospace_box .aerospace .aerospace_li {
        padding: 0px 0px 10px 0px;
    }

}




/* paganation */
.paganation {
    width: 100%;
}

.paganation .safe {
    display: flex;
    justify-content: center;
    align-items: center;
}

.paganation .safe>a {
    width: 30px;
    height: 30px;
    background-color: rgba(247, 247, 247, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Poppins-Regular;
    font-size: 16px;
    color: #999999;
    margin-right: 5px;
    margin-bottom: 5px;
    border-radius: 50px;
}

.paganation .safe .enter_submit {
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-2px);
    /* height: 30px; */
    margin-left: 15px;
}

.paganation .safe .enter_submit .submit {
    font-family: Inter-Regular;
    font-size: 16px;
    line-height: 20px;
    color: #999999;
    margin-right: 10px;
    cursor: pointer;
    background-color: transparent;
}

.paganation .safe .enter_submit .submit:hover {
    color: #272f88;
}

.paganation .safe>a:hover {
    color: #fff;
    background-color: #272f88;
    border: unset;
}

.paganation .safe .active {
    color: #fff;
    background-color: #272f88;
    border: unset;
}

@media(max-width:1600px) {
    .paganation .safe {
        flex-wrap: wrap;
    }

    .paganation .safe>a {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }

    .paganation .safe>a i {
        font-size: 14px;
    }
}

@media(max-width:999px) {
    .paganation .safe {
        margin-bottom: 15px;
    }
}

@media(max-width:570px) {
    .paganation .safe>a {
        width: 30px;
        height: 30px;
        font-size: 12px;
    }

    .paganation .safe>a i {
        font-size: 12px;
    }
}





/* 3-2 industries_aerospace */

.industries_detail {
    position: relative;
    padding-bottom: 262px;
    margin-bottom: 16px;
}

.resources_detail {
    padding-bottom: 337px;
}

.industries_detail .detail_box {
    padding-bottom: 44px;
}

.industries_detail .detail_box .title {
    font-family: Inter-Bold;
    font-size: 30px;
    line-height: 36px;
    color: #333333;
    padding: 16px 0px 25px 0px;
}

.industries_detail .detail_box .sharebox {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.industries_detail .detail_box .sharebox .date {
    margin-right: 25px;
}

.industries_detail .detail_box .sharebox span {
    font-family: Inter-Regular;
    font-size: 18px;
    line-height: 36px;
    color: #555555;
}


.industries_detail .detail_box .content {
    font-family: Inter-Regular;
    font-size: 18px;
    line-height: 36px;
    color: #555555;
    padding-bottom: 0px;
}

.industries_detail .detail_box .content p {
    font-family: Inter-Regular;
    font-size: 18px;
    line-height: 36px;
    color: #555555;
}

.industries_detail .detail_box .content a {
    font-family: Inter-Regular;
    font-size: 18px;
    line-height: 36px;
    color: #272f88;
}

.industries_detail .detail_box .content img {
    display: inline-block;
    margin-right: 1.5%;
}

.industries_detail .detail_box .content img:nth-child(2n) {
    margin-right: 0;
}

.industries_detail .detail_box .content a:hover {
    text-decoration: underline;
}

/* yushe */
.industries_detail .detail_box .content table {
    font-family: Inter-Regular;
    border-collapse: collapse;
    border: 2px solid #dddddd;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 15px;
}

.industries_detail .detail_box .content table tr {
    color: #666666;
}

.industries_detail .detail_box .content table tr td {
    border: 2px solid #dddddd;
    padding: 10px 15px;
    text-align: center;
}

.industries_detail .detail_box .content video {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    left: 0;
    top: 0;
    object-fit: cover;
}

@media(max-width:1600px) {
    .industries_detail {
        padding-bottom: 240px;
    }

    .industries_detail .detail_box .title {
        font-family: Inter-Bold;
        font-size: 28px;
        line-height: 34px;
        color: #333333;
        padding: 15px 0px;
    }

    .industries_detail .detail_box .sharebox span {
        font-family: Inter-Regular;
        font-size: 16px;
        line-height: 30px;
        color: #555555;
    }

    .industries_detail .detail_box .content p {
        font-size: 16px;
        line-height: 30px;
    }

    .industries_detail .detail_box .content a {
        font-size: 16px;
        line-height: 30px;
    }

    .industries_detail .detail_box .content {
        font-size: 16px;
        line-height: 30px;
    }

    .industries_detail .detail_box .content img {
        display: inline-block;
        margin-right: 1%;
        width: 49%;
    }

    .industries_detail .detail_box {
        padding-bottom: 40px;
    }
}

@media(max-width:1333px) {
    .industries_detail .detail_box .content p {
        font-size: 16px;
        line-height: 30px;
    }

    .industries_detail .detail_box .content a {
        font-size: 16px;
        line-height: 30px;
    }

    .industries_detail .detail_box .content {
        font-size: 16px;
        line-height: 30px;
    }

    .industries_detail .detail_box .title {
        font-size: 24px;
        line-height: 30px;
    }

    .industries_detail .detail_box .sharebox {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }

    .industries_detail .detail_box {
        padding-bottom: 30px;
    }

    .quality_box {
        width: 70%;
        left: 15%;
        margin: 0 auto;
        padding: 80px 0px;
        bottom: -8.1%;
        transform: translateY(5.1%);
    }
}

@media(max-width:999px) {
    .industries_detail .detail_box .content p {
        font-size: 14px;
        line-height: 26px;
    }

    .industries_detail .detail_box .content a {
        font-size: 14px;
        line-height: 26px;
    }

    .industries_detail .detail_box .content {
        font-size: 14px;
        line-height: 26px;
    }

    .industries_detail .detail_box .title {
        font-size: 20px;
        line-height: 24px;
    }

    .industries_detail .detail_box .sharebox span {
        font-family: Inter-Regular;
        font-size: 14px;
        line-height: 24px;
    }

    .industries_detail .detail_box .sharebox img {
        height: 20px;
    }

    .industries_detail {
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .industries_detail .detail_box .sharebox .date {
        margin-right: 15px;
    }
}

@media(max-width:768px) {
    .industries_detail .detail_box .title {
        font-size: 18px;
        line-height: 24px;
        padding: 0px 0px 12px 0px;
    }
}

@media(max-width:570px) {
    .industries_detail .detail_box .content p {
        font-size: 12px;
        line-height: 22px;
    }

    .industries_detail .detail_box .content a {
        font-size: 12px;
        line-height: 22px;
    }

    .industries_detail .detail_box .content {
        font-size: 12px;
        line-height: 22px;
    }

    .industries_detail .detail_box .title {
        font-size: 16px;
        line-height: 24px;
        padding: 0px 0px 12px 0px;
    }

    .industries_detail .detail_box .sharebox span {
        font-family: Inter-Regular;
        font-size: 12px;
        line-height: 24px;
    }

    .industries_detail .detail_box .sharebox img {
        height: 18px;
    }

    .industries_detail .detail_box .content img {
        width: 100%;
        margin-right: 0 !important;
        margin-bottom: 5px;
    }

    .industries_detail .detail_box .sharebox .date {
        margin-right: 10px;
    }
}


/* switch_box */
.switch_box {}

.switch_box .safe {
    padding: 26.5px 0px;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    display: flex;
    justify-content: space-between;
}

.switch_box i {}

.switch_box .leftbox {
    width: 50%;
}

.switch_box .rightbox {
    width: 50%;
}

.switch_box .prev,
.switch_box .next {
    display: flex;
    align-items: center;
    font-family: Inter-Regular;
    font-size: 18px;
    color: #555555;
}


.switch_box .leftbox a:hover,
.switch_box .rightbox a:hover {
    color: #272f88 !important;
}

.switch_box .prev i {
    margin-right: 5px;
}

.switch_box .next {
    align-items: center;
    flex-direction: row-reverse;
}

.switch_box .next i {
    margin-left: 5px;
}


@media(max-width:1600px) {
    .switch_box .safe {
        padding: 23px 0px;
    }

    .switch_box .prev,
    .switch_box .next {
        font-size: 16px;
    }
}

@media(max-width:1333px) {
    .switch_box .safe {
        padding: 20px 0px;
    }

    .switch_box .prev,
    .switch_box .next {
        font-size: 16px;
    }
}

@media(max-width:999px) {
    .switch_box .safe {
        padding: 18px 0px;
    }

    .switch_box .prev,
    .switch_box .next {
        font-size: 14px;
    }
}

@media(max-width:768px) {
    .switch_box .safe {
        padding: 16px 0px;
    }

}

@media(max-width:570px) {
    .switch_box .safe {
        padding: 14px 0px;
    }

    .switch_box .prev,
    .switch_box .next {
        font-size: 12px;
    }
}





/* latest_application */
.latest_application {
    padding: 71px 0px 0px 0px;
}

.latest_application .titlebox {
    display: flex;
    justify-content: space-between;
    margin-bottom: 35px;
}

.latest_application .titlebox .title {
    width: 60%;
    font-family: Inter-Bold;
    font-size: 42px;
    line-height: 66px;
    color: #333333;

}

.latest_application .titlebox .title a {
    color: #333333;
}

.latest_application .titlebox .btnbox {
    width: 40%;
    display: flex;
    justify-content: flex-end;
}

.latest_application .titlebox .btnbox i {
    width: 47px;
    height: 47px;
    border: solid 1px #272f88;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    margin-left: 13px;
    cursor: pointer;
}

.latest_application .titlebox .btnbox i:hover {
    color: #fff;
    background-color: #272f88;
}

.latest_application .swiper .imgbox {
    overflow: hidden;
}

.latest_application .swiper .date {
    padding: 24px 0px 0px 0px;
    font-family: Inter-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #999999;
    text-align: center;
}

.latest_application .swiper .learn_more {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: 40px;
    background-color: #272f88;
    border-radius: 20px;
    font-family: Inter-Medium;
    font-size: 16px;
    line-height: 60px;
    color: #ffffff;
    margin: 0 auto;
    margin-top: 20px;
}

.latest_application .swiper .learn_more:hover {
    color: #272f88;
    background-color: #fff;
    border: 1px solid #272f88;
}

.latest_application .swiper .imgbox img {
    display: block;
}

.latest_application .swiper .imgbox img:hover {
    transform: scale(1.05);
}

.latest_application .swiper .small_title {
    font-family: Inter-Regular;
    font-size: 20px;
    line-height: 30px;
    color: #333333;
    text-align: center;
    padding-top: 13px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;

}

.latest_application .swiper .small_title a {
    color: #333;
}

.latest_application .swiper .small_title a:hover {
    color: #272f88;
    font-weight: bold;
    /* font-family: Inter-Bold; */
}

@media(max-width:1600px) {
    .latest_application {
        padding-top: 50px;
    }

    .latest_application .titlebox {
        margin-bottom: 30px;
        align-items: center;
    }

    .latest_application .titlebox .title {
        width: 60%;
        font-size: 38px;
        line-height: unset;
    }

    .latest_application .swiper .small_title {
        font-size: 18px;
        line-height: unset;
    }
}

@media(max-width:1333px) {
    .latest_application .titlebox .title {
        width: 60%;
        font-size: 34px;
    }

    .latest_application .titlebox .btnbox i {
        width: 42px;
        height: 42px;
        margin-left: 10px;
    }

    .latest_application .swiper .small_title {
        font-size: 16px;
    }

    .latest_application .swiper .date {
        font-size: 14px;
        line-height: 28px;
        padding-top: 18px;
    }

    .latest_application .swiper .learn_more {
        width: 130px;
        height: 38px;
        font-size: 14px;
        margin-top: 15px;
    }
}

@media(max-width:999px) {
    .latest_application {
        padding: 40px 0px 30px 0px;
    }

    .latest_application .titlebox .title {
        width: 60%;
        font-size: 30px;
    }

    .latest_application .swiper .small_title {
        font-size: 14px;
    }

}

@media(max-width:768px) {
    .latest_application .titlebox .title {
        width: 60%;
        font-size: 26px;
    }

    .latest_application .titlebox .btnbox i {
        width: 36px;
        height: 36px;
        margin-left: 10px;
        font-size: 14px;
    }

    .latest_application .swiper .date {
        font-size: 12px;
        line-height: 24px;
        padding-top: 12px;
    }

    .latest_application .swiper .small_title {
        font-size: 14px;
        padding-top: 10px;
    }

    .latest_application .swiper .learn_more {
        width: 110px;
        height: 35px;
        font-size: 12px;
        margin-top: 10px;
    }
}

@media(max-width:570px) {
    .latest_application {
        padding-top: 30px;
    }

    .latest_application {
        padding-top: 30px;
    }

    .latest_application .titlebox .title {
        width: 60%;
        font-size: 20px;
    }

    .latest_application .swiper .small_title {
        font-size: 12px;
    }

    .latest_application .titlebox .btnbox i {
        width: 32px;
        height: 32px;
        margin-left: 8px;
        font-size: 12px;
    }

    .latest_application .swiper .small_title {
        font-size: 14px;
        padding-top: 6px;
    }

    .latest_application .swiper .date {
        font-size: 12px;
        line-height: 24px;
        padding-top: 8px;
    }
}




/* 4-1-1Resources */

.resources_news {
    position: relative;
    padding-bottom: 344px;
}

/* news_box */
.news_box {
    padding-top: 28px;
}

.news_box .head {
    margin-bottom: 57px;
}

.news_box .head .title {
    font-family: Inter-Bold;
    font-size: 42px;
    line-height: 56px;
    color: #333333;
    margin-bottom: 17px;
}

.news_box .head .content {
    font-family: Inter-Regular;
    font-size: 18px;
    line-height: 36px;
    color: #555555;
}

.news_box .news_li {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 7px;
}

.news_box .news_li .news {
    width: 31.4%;
    margin-right: 2.9%;
    margin-bottom: 59px;
}

.news_box .news_li .news:nth-child(3n) {
    margin-right: 0;
}

.news_box .news_li .news .imgbox {
    overflow: hidden;
}

.news_box .news_li .news .imgbox img {
    display: block;
}

.news_box .news_li .news .imgbox img:hover {
    transform: scale(1.05);
}

.news_box .news_li .news .contact {
    text-align: center;
    padding: 10px;
}

.news_box .news_li .news .contact .date {
    font-family: Inter-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #999999;
    padding: 14px 0px 12px 0px;
}

.news_box .news_li .news .contact .small_title {
    font-family: Inter-Medium;
    font-size: 20px;
    line-height: 30px;
    color: #333333;
    margin-bottom: 21px;

    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;

}

.news_box .news_li .news .contact .small_title a {
    color: #333333;
}

.news_box .news_li .news .contact .small_title a:hover {
    color: #272f88;
}

.news_box .news_li .news .contact .learn_more {
    width: 140px;
    height: 40px;
    background-color: #272f88;
    border-radius: 20px;
    font-family: Inter-Medium;
    font-size: 16px;
    line-height: 60px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.news_box .news_li .news .contact .learn_more:hover {
    color: #272f88;
    background-color: #fff;
    border: 1px solid #272f88;
}

@media(max-width:1600px) {
    .news_box {
        padding-top: 20px;
    }

    .news_box .head .title {
        font-size: 38px;
        line-height: 50px;
        margin-bottom: 15px;
    }

    .news_box .head .content {
        font-size: 16px;
        line-height: 30px;
    }

    .news_box .head {
        margin-bottom: 50px;
    }

    .news_box .news_li .news .contact .date {
        font-size: 16px;
        line-height: 28px;
        padding: 8px 0px;
    }

    .news_box .news_li .news .contact .small_title {
        font-family: Inter-Medium;
        font-size: 18px;
        line-height: 28px;
        color: #333333;
        margin-bottom: 15px;
    }


}

@media(max-width:1333px) {
    .resources_news {
        padding-bottom: 240px;
    }

    .news_box {
        padding-top: 15px;
    }

    .news_box .news_li .news {
        width: 32%;
        margin-right: 2%;
        margin-bottom: 45px;
    }

    .news_box .news_li .news .contact .date {
        font-size: 14px;
        line-height: 26px;
        padding: 0px 0px 3px 0px;
    }

    .news_box .news_li .news .contact .small_title {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .news_box .news_li .news .contact .learn_more {
        width: 130px;
        height: 38px;
        border-radius: 20px;
        font-size: 14px;
        line-height: 60px;
    }

    .news_box .head .title {
        font-size: 34px;
        line-height: 40px;
        margin-bottom: 15px;
    }
}

@media(max-width:999px) {
    .resources_news {
        padding-bottom: 0;
    }

    .news_box .head .title {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 10px;
    }

    .news_box .head .content {
        font-size: 14px;
        line-height: 26px;
    }

    .news_box .head {
        margin-bottom: 35px;
    }

    .news_box .news_li .news .contact .small_title {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 10px;
    }

    .news_box .news_li .news .contact .date {
        font-size: 12px;
        line-height: 26px;
        padding: 0px 0px 0px 0px;
    }

    .news_box .news_li .news .contact {
        text-align: center;
        padding: 5px;
    }

    .news_box .news_li .news {
        width: 32%;
        margin-right: 2%;
        margin-bottom: 35px;
    }
}

@media(max-width:768px) {
    .news_box .head .title {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 8px;
    }

    .news_box {
        padding-top: 10px;
    }

    .news_box .news_li .news {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 35px;
    }

    .news_box .news_li .news:nth-child(3n) {
        margin-right: 2%;
    }

    .news_box .news_li .news:nth-child(2n) {
        margin-right: 0%;
    }
}

@media(max-width:570px) {
    .news_box .head .title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 4px;
    }

    .news_box {
        padding-top: 0;
    }

    .news_box .head .content {
        font-size: 12px;
        line-height: 22px;
    }

    .news_box .head {
        margin-bottom: 20px;
    }

    .news_box .news_li .news .contact .date {
        font-size: 12px;
        line-height: 24px;
        padding: 0px 0px 0px 0px;
    }

    .news_box .news_li .news .contact .small_title {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 10px;
    }

    .news_box .news_li .news .contact .learn_more {
        width: 115px;
        height: 35px;
        border-radius: 20px;
        font-size: 12px;
    }

    .news_box .news_li .news {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 20px;
    }
}

@media(max-width:400px) {
    .news_box .news_li .news {
        width: 100%;
        margin-right: 0% !important;
        margin-bottom: 15px;
    }
}




/* 4-3 Resources */

.resources_faq {
    position: relative;
    padding-bottom: 344px;
}

/* news_box */
.faq_box {
    padding-top: 28.6px;
    /* padding-bottom: 422px; */
}

.faq_box .head {
    margin-bottom: 8px;
}

.faq_box .head .title {
    font-family: Inter-Bold;
    font-size: 42px;
    line-height: 56px;
    color: #333333;
    margin-bottom: 17px;
}

.faq_box .head .content {
    font-family: Inter-Regular;
    font-size: 18px;
    line-height: 36px;
    color: #555555;
}



@media(max-width:1600px) {
    .resources_faq {
        padding-bottom: 260px;
    }

    .faq_box {
        padding-top: 20px;
    }

    .faq_box .head .title {
        font-size: 38px;
        line-height: 50px;
        margin-bottom: 15px;
    }

    .faq_box .head .content {
        font-size: 16px;
        line-height: 30px;
    }

    .faq_box .head {
        margin-bottom: 40px;
    }

}

@media(max-width:1333px) {
    .faq_box .head .title {
        font-size: 34px;
        line-height: 40px;
        margin-bottom: 15px;
    }

    .faq_box .head {
        margin-bottom: 30px;
    }
}

@media(max-width:999px) {
    .resources_faq {
        padding-bottom: 0;
    }

    .faq_box .head .title {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 10px;
    }

    .faq_box .head .content {
        font-size: 14px;
        line-height: 26px;
    }

    .faq_box .head {
        margin-bottom: 25px;
    }

}

@media(max-width:768px) {
    .faq_box .head .title {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 8px;
    }

    .faq_box {
        padding-top: 10px;
    }
}

@media(max-width:570px) {
    .faq_box .head .title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 4px;
    }

    .faq_box .head .content {
        font-size: 12px;
        line-height: 22px;
    }

    .faq_box .head {
        margin-bottom: 20px;
    }
}

@media(max-width:400px) {}


.resource_faq {
    margin-bottom: 60px;
}

.resource_faq .quest1 {
    border-bottom: 1px solid #ccc;
    padding: 23px 0px 13.5px 0px;
}

.resource_faq .quest1:last-child {
    margin-bottom: 0;
}

.resource_faq .question {
    /* padding-left: 15px; */
    padding-right: 15px;
    padding-top: 12px;
    padding-bottom: 13px;
    background-color: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    position: relative;
    padding-left: 60px;
}

.resource_faq .question .q {
    width: 40px;
    height: 50px;
    background-color: #272f88;
    border-radius: 10px;
    position: absolute;
    left: 0;
    font-family: Inter-Regular;
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.resource_faq .question .q1 {
    width: 40px;
    height: 50px;
    background-color: #272f88;
    border-radius: 10px;
    position: absolute;
    left: 0;
    font-family: Inter-Regular;
    font-size: 20px;
    line-height: 39px;
    color: #ffffff;
    display: flex;
    /* align-items: center; */
    justify-content: center;
    box-sizing: content-box;
    padding-bottom: 1%;
    transform: translateY(16%);
}

.resource_faq .question .que {
    width: 92%;
    font-family: Inter-Bold;
    font-size: 20px;
    line-height: 30px;
    color: #333333;
}

.resource_faq .question i {
    font-size: 22px;
    color: #272f88;
}

.resource_faq .quest1 .answer {
    display: none;
    transition: none;
    padding-top: 0px;
    padding-bottom: 10px;
    padding-left: 60px;
    position: relative;
}

.resource_faq .quest1 .answer::after {
    content: "A";
    width: 40px;
    height: 50px;
    background-color: #222222;
    border-radius: 10px;
    font-family: Inter-Regular;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #ffffff;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.resource_faq .quest1 .answer p {
    /* padding-left: 20px; */
    padding-right: 20px;
    transition: none;

    font-family: Inter-Regular;
    font-size: 16px;
    line-height: 26px;
    color: #555555;
}



@media(max-width:1600px) {

    .resource_faq .question .que {
        width: 92%;
        font-size: 18px;
        line-height: 28px;
    }

    .resource_faq {
        margin-bottom: 45px;
    }
}

@media(max-width:1333px) {
    .resource_faq .question .que {
        width: 92%;
        font-size: 16px;
        line-height: 25px;
    }

    .resource_faq .question i {
        font-size: 20px;

    }

    .resource_faq .quest1 .answer p {
        /* padding-left: 20px; */
        padding-right: 20px;
        transition: none;
        font-family: Inter-Regular;
        font-size: 14px;
        line-height: 24px;
        color: #555555;
    }

    .resource_faq .quest1 {
        border-bottom: 1px solid #ccc;
        padding: 10px 0px;
    }
}

@media(max-width:999px) {
    .resource_faq {
        margin-bottom: 35px;
    }

    .resource_faq .question .q1 {
        width: 40px;
        height: 45px;
        background-color: #272f88;
        border-radius: 10px;
        position: absolute;
        left: 0;
        font-family: Inter-Regular;
        font-size: 20px;
        line-height: 39px;
        color: #ffffff;
        display: flex;
        justify-content: center;
        box-sizing: content-box;
        padding-bottom: unset;
        transform: translateY(0);
    }

    .resource_faq .quest1 .answer::after {
        height: 45px;
    }


    .resource_faq .question i {
        font-size: 18px;
    }


}

@media(max-width:768px) {
    .resource_faq .question .q {
        width: 35px;
        height: 40px;
        border-radius: 6px;
        left: 0;
        font-size: 14px;
        line-height: 30px;
    }

    .resource_faq .quest1 .answer::after {
        width: 35px;
        height: 40px;
        border-radius: 6px;
        font-size: 14px;
    }

    .resource_faq .question {
        padding-left: 45px;
    }

    .resource_faq .quest1 .answer {
        padding-left: 45px;
    }

    .resource_faq .question .que {
        width: 92%;
        font-size: 14px;
        line-height: 22px;
    }

    .resource_faq .quest1 .answer p {
        padding-right: 20px;
        font-size: 12px;
        line-height: 20px;
    }

    .resource_faq .quest1 {
        border-bottom: 1px solid #ccc;
        padding: 8px 0px;
    }
}

@media(max-width:570px) {
    .resource_faq {
        margin-bottom: 25px;
    }

    .resource_faq .question i {
        font-size: 14px;
    }

    .resource_faq .question {
        padding-left: 0;
    }

    .resource_faq .question .q {
        display: none;
    }

    .resource_faq .quest1 .answer {
        padding-left: 0;
    }

    .resource_faq .quest1 .answer::after {
        display: none;
    }
}




/* 5-1 contact us */

/* contact_page */
.contact_page {
    padding: 28px 0px 103px 0px;
}

.contact_page .safe {
    display: flex;
    justify-content: space-between;
}

.contact_page .safe .leftbox {
    width: 40%;
}

.contact_page .safe .leftbox .title {
    font-family: Inter-Bold;
    font-size: 42px;
    line-height: 56px;
    color: #333333;
    margin-bottom: 20px;
}

.contact_page .safe .leftbox .email a {
    word-break: break-all;
}

.contact_page .safe .leftbox .connect_way {
    display: flex;
    flex-direction: column;
    width: 80%;
    margin-bottom: 48px;
}

.contact_page .safe .leftbox .connect_way .wrap {
    display: flex;
    align-items: center;
    padding: 14px 0px 6px 0px;
}

.contact_page .safe .leftbox .connect_way .wrap img {
    margin-right: 15px;
}

.contact_page .safe .leftbox .connect_way .wrap span,
.contact_page .safe .leftbox .connect_way .wrap a {
    font-family: Inter-Regular;
    font-size: 16px;
    color: #333333;
}

.contact_page .safe .leftbox .connect_way .wrap a:hover {
    color: #272f88;
}

.contact_page .safe .leftbox .map {
    display: block;
}

.contact_page .safe .leftbox .map iframe {
    width: 100%;
    object-fit: cover;
}

.contact_page .safe .rightbox {
    width: 55.8%;
    padding-top: 29px;
}

.contact_page .safe .rightbox .title {
    font-family: Inter-Regular;
    font-size: 30px;
    line-height: 36px;
    color: #333333;
    margin-bottom: 32px;
}

.contact_page .safe .rightbox form {}

.contact_page .safe .rightbox form .inpbox1 {
    width: 100%;
    display: flex;

}

.contact_page .safe .rightbox form .inpbox1 .inp1 {
    width: 49.19%;
    margin-right: 1.3%;
    margin-bottom: 10px;
    position: relative;
}

.contact_page .safe .rightbox form .inpbox3 {
    position: relative;
}

.contact_page .safe .rightbox form .s_pic {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 5px;
    color: #ccc;
    font-size: 20px;
}

.contact_page .safe .rightbox form .inpbox3 .s_pic {
    top: 10%;
    transform: translateY(-10%);
    color: #ccc;
}

.contact_page .safe .rightbox form .inpbox1 .inp1:nth-child(2n) {
    margin-right: 0;
}

.contact_page .safe .rightbox form .inpbox1 .inp1 input,
.contact_page .safe .rightbox form .inpbox2 input {
    background-color: #f5f5f5;
    border-radius: 1px;
    height: 50px;
    width: 100%;
    padding-left: 30px;
    font-size: 16px;
    color: #333;
}


.contact_page .safe .rightbox form .inp1 input::placeholder,
.contact_page .safe .rightbox form .inpbox2 input::placeholder {
    font-family: Inter-Regular;
    font-size: 16px;
    color: #666666;
}

.contact_page .safe .rightbox form textarea {
    width: 100%;
    height: 189px;
    background-color: #f5f5f5;
    border-radius: 1px;
    resize: none;
    padding: 15px 30px;
    font-family: Inter-Regular;
    font-size: 16px;
    color: #333;
    margin-bottom: 6px;
}

.contact_page .safe .rightbox form .inpbox2 {
    display: flex;
    justify-content: space-between;
    background-color: #f5f5f5;
    align-items: center;
    padding-right: 20px;
}

.contact_page .safe .rightbox form .inpbox2 .inp1 {
    width: 80%;
    position: relative;
}

.contact_page .safe .rightbox form .inpbox2 .code {
    background-color: #f3fbfe;
    cursor: pointer;
}

.contact_page .safe .rightbox form .inpbox2 input {
    padding-left: 30px;
    padding-right: 20px;
    height: 50px;
    width: 100%;
    background-color: #f5f5f5;
}

.contact_page .safe .rightbox form .submit {
    padding-top: 29px;
}

.contact_page .safe .rightbox form .submit input {
    width: 102px;
    height: 40px;
    background-color: #272f88;
    font-family: Inter-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    cursor: pointer;
}

.contact_page .safe .rightbox form .submit input:hover {
    color: #272f88;
    border: 1px solid #272f88;
    background-color: #fff;
}

@media(max-width:1600px) {
    .contact_page {
        padding: 25px 0px 50px 0px;
    }

    .contact_page .safe .leftbox .title {
        font-size: 38px;
        line-height: 50px;
        margin-bottom: 10px;
    }

    .contact_page .safe .leftbox .connect_way .wrap {
        padding: 10px 0px;
    }

    .contact_page .safe .leftbox .connect_way {
        width: 100%;
        margin-bottom: 35px;
    }

    .contact_page .safe .rightbox {
        width: 55.8%;
        padding-top: 0;
    }

    .contact_page .safe .rightbox .title {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 30px;
    }

    .contact_page .safe .rightbox form textarea {
        width: 100%;
        height: 150px;
        background-color: #f5f5f5;
        border-radius: 1px;
        resize: none;
        padding: 15px 30px;
        font-family: Inter-Regular;
        font-size: 16px;
        color: #333;
        margin-bottom: 6px;
    }

    .contact_page .safe .rightbox form .inpbox3 .s_pic {
        top: 13%;
        transform: translateY(-13%);
        color: #ccc;
    }
}

@media(max-width:1333px) {
    .contact_page {
        padding: 20px 0px 50px 0px;
    }

    .contact_page .safe .leftbox .title {
        font-size: 34px;
        line-height: 40px;
        margin-bottom: 10px;
    }

    .contact_page .safe .leftbox .connect_way .wrap span,
    .contact_page .safe .leftbox .connect_way .wrap a {
        font-size: 14px;
    }

    .contact_page .safe .leftbox .connect_way .wrap img {
        margin-right: 10px;
        width: 20px;
    }

    .contact_page .safe .leftbox .connect_way {
        width: 100%;
        margin-bottom: 30px;
    }

    .contact_page .safe .rightbox form .inpbox1 .inp1 input,
    .contact_page .safe .rightbox form .inpbox2 input {
        height: 45px;
        width: 100%;
        padding-left: 28px;
        padding-right: 15px;
        font-size: 14px;
    }

    .contact_page .safe .rightbox form .inpbox1 .inp1 input::placeholder,
    .contact_page .safe .rightbox form .inpbox2 input::placeholder {
        font-size: 14px;
    }

    .contact_page .safe .rightbox form textarea {
        width: 100%;
        height: 120px;
        padding: 15px 28px;
        font-size: 14px;
        margin-bottom: 5px;
    }

    .contact_page .safe .rightbox form .submit input {
        width: 100px;
        height: 40px;
        font-size: 14px;
    }

    .contact_page .safe .rightbox .title {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 30px;
    }
}

@media(max-width:999px) {
    .contact_page {
        padding: 20px 0px 40px 0px;
    }

    .contact_page .safe .leftbox .title {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 10px;
    }

    .contact_page .safe .leftbox .connect_way .wrap img {
        margin-right: 8px;
        width: 16px;
    }

    .contact_page .safe .leftbox .connect_way .wrap {
        padding: 8px 0px;
    }

    .contact_page .safe .leftbox .connect_way {
        width: 100%;
        margin-bottom: 20px;
    }

    .contact_page .safe .rightbox .title {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 25px;
    }

    .contact_page .safe .rightbox form .inpbox1 .inp1 input,
    .contact_page .safe .rightbox form .inpbox2 input {
        height: 40px;
        width: 100%;
        padding-left: 28px;
        padding-right: 10px;
        font-size: 14px;
    }

    .contact_page .safe .rightbox form .inpbox1 .inp1 {
        margin-bottom: 5px;
    }

    .contact_page .safe .rightbox form .submit {
        padding-top: 20px;
    }

    .contact_page .safe .rightbox form textarea {
        padding: 10px 28px;
    }

    .contact_page .safe .rightbox form textarea {

        margin-bottom: 1px;
    }
}

@media(max-width:768px) {
    .contact_page .safe {
        flex-direction: column;
    }

    .contact_page .safe .leftbox .title {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .contact_page .safe .leftbox {
        width: 100%;
        margin-bottom: 25px;
    }

    .contact_page .safe .leftbox .map {
        margin: 0 auto;
    }

    .contact_page .safe .rightbox {
        width: 100%;
        padding-top: 0;
    }

    .contact_page .safe .rightbox .title {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 18px;
    }
}

@media(max-width:570px) {
    .contact_page {
        padding: 5px 0px 30px 0px;
    }

    .contact_page .safe .leftbox .title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .contact_page .safe .leftbox .connect_way .wrap span,
    .contact_page .safe .leftbox .connect_way .wrap a {
        font-size: 12px;
    }

    .contact_page .safe .rightbox .title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 18px;
    }

    .contact_page .safe .rightbox form .inpbox1 .inp1 input,
    .contact_page .safe .rightbox form .inpbox2 input {
        height: 38px;
        width: 100%;
        padding-left: 28px;
        padding-right: 10px;
        font-size: 12px;
    }

    .contact_page .safe .rightbox form .inpbox1 .inp1 input::placeholder,
    .contact_page .safe .rightbox form .inpbox2 input::placeholder {
        font-size: 12px;
    }

    .contact_page .safe .rightbox form textarea {
        font-size: 12px;
        height: 90px;
    }

    .contact_page .safe .rightbox form textarea::placeholder {
        font-size: 12px;
    }

    .contact_page .safe .rightbox form .submit {
        padding-top: 10px;

    }

    .contact_page .safe .rightbox form .submit input {
        width: 100px;
        height: 38px;
        font-size: 12px;
    }
}




@font-face {
    font-family: "iconfont";
    /* Project id 4600852 */
    src: url('../fonts/iconfont.woff2?t=1724920319226') format('woff2'),
        url('../fonts/iconfont.woff') format('woff'),
        url('../fonts/iconfont.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter-Regular';
    src: url('../fonts/interregular.eot');
    src: url('../fonts/interregular.eot') format('embedded-opentype'),
        url('../fonts/interregular.woff2') format('woff2'),
        url('../fonts/interregular.woff') format('woff'),
        url('../fonts/interregular.ttf') format('truetype'),
        url('../fonts/interregular.svg#interregular') format('svg');
}

@font-face {
    font-family: 'Inter-Medium';
    src: url('../fonts/inter-medium.eot');
    src: url('../fonts/inter-medium.eot') format('embedded-opentype'),
        url('../fonts/inter-medium.woff2') format('woff2'),
        url('../fonts/inter-medium.woff') format('woff'),
        url('../fonts/inter-medium.ttf') format('truetype'),
        url('../fonts/inter-medium.svg#inter-medium') format('svg');
}

@font-face {
    font-family: 'Inter-Bold';
    src: url('../fonts/interbold.eot');
    src: url('../fonts/interbold.eot') format('embedded-opentype'),
        url('../fonts/interbold.woff2') format('woff2'),
        url('../fonts/interbold.woff') format('woff'),
        url('../fonts/interbold.ttf') format('truetype'),
        url('../fonts/interbold.svg#interbold') format('svg');
}






.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.icon-guoji:before {
    content: "\e641";
}

.icon-gongsi:before {
    content: "\e679";
}

.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('../fonts/dbfcb0bbfed34b28868d31e83615c8b9.woff');
    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)
    }
}

.paganation .no:hover {
    background-color: rgba(247, 247, 247, 0.5) !important;
    color: #999999 !important;
}

.listcart {
    margin-top: 90px;
}

.listcart a.l {
    float: left;
}

.listcart a.r {
    float: right;
}

.listcart a {
    background: #272f88;
    display: inline-block;
    height: 34px;
    width: 200px;
    line-height: 34px;
    cursor: pointer;
    border: none;
    overflow: hidden;
    color: #fff;
    cursor: pointer;
    border: 1px solid #272f88;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    margin-left: 10px;
}

.listcart a:hover {
    border: #272f88 solid 1px;
    background: #272f88;
    color: #fff !important;
}

@media screen and (max-width:999px) {
    .listcart a {
        margin-left: 2.5%;
        margin-right: 2.5%;
        padding-left: 0px;
        padding-right: 0px;
        float: none;
    }

    .listcart {
        width: 100%;
        margin-top: 50px;
    }
}

@media screen and (max-width:472px) {
    .listcart a {
        width: 95% !important;
        float: none;
        overflow: hidden;
        margin-bottom: 1rem;
        margin-top: 1rem
    }
}

#st-1 {
    z-index: 99 !important;
}

.tag {
    border-top: 1px solid #d3d3d3;
    padding: 15px 0;
}

.tags {
    font-size: 24px;
    line-height: 40px;
}

.tag div {
    margin-top: 4px;
    display: flex;
    align-items: center;
    text-align: left;
    flex-wrap: wrap;
    margin-bottom: 12px;
}

.tag div p:hover {
    color: #3437ae;
}

.tag a {
    margin-right: 20px;
    font-size: 16px;
    line-height: 36px;
    color: #666;
    background: #f0f0f0;
    padding: 5px 15px;
    border-radius: 18px;
}

.tag i {
    margin-right: 6px;
}

.tag a:hover {
    color: #3437ae;
    font-weight: bold;
}

@media screen and (max-width:999px) {
    .tag a {
        margin-right: 10px;
        font-size: 14px;
        line-height: 26px;
    }

    .tags {
        font-size: 14px;
    }

    .tag {
        padding: 10px 0;
    }
}


/* sitemap  6-1*/

.title42 {
    font-family: Inter-Bold;
    font-size: 42px;
    color: #333333;
}

.title42 a {
    color: #333;
}

.crumb_sitemap {
    margin-top: 96px;
}

@media(max-width:1600px) {
    .crumb_sitemap {
        margin-top: 72px;
    }

    .title42 {
        font-size: 38px;
    }
}

@media(max-width:1333px) {
    .crumb_sitemap {
        margin-top: 68px;
    }

    .title42 {
        font-size: 34px;
    }
}

@media(max-width:999px) {
    .crumb_sitemap {
        margin-top: 60px;
    }

    .title42 {
        font-size: 30px;
    }
}

@media(max-width:768px) {
    .title42 {
        font-size: 26px;
    }
}

@media(max-width:570px) {
    .crumb_sitemap {
        margin-top: 55px;
    }

    .title42 {
        font-size: 22px;
    }
}




/* site_one */

/*.rota {
    transform: rotate(90deg);
}*/


.site_one {
    margin-bottom: 78px;
    padding-top: 25px;
}

.site_one .safe {
    padding-bottom: 60px;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
}

.site_one .title42 {
    /* margin-bottom: 30px; */
}

.site_one .wrap {
    display: flex;
    flex-wrap: wrap;
    padding-top: 22px;
}

.site_one .wrap .box1 {
    width: 25.5%;
    padding-right: 1.8%;
}

.site_one .wrap .box2 {
    width: 25%;
    padding-right: 1.8%;
}

.site_one .wrap .box3 {
    width: 28.5%;
    padding-right: 1.8%;
}

.site_one .wrap .box4 {
    width: 21%;
    padding-right: 1.8%;
}

.site_one .wrap li a {
    font-family: Inter-Regular;
    font-size: 16px;
    color: #666666;
    padding: 10px 0px;
    display: inline-block;
}

.site_one .wrap .title {
    margin-bottom: 0px;
}

.site_one .wrap .title,
.site_one .wrap .title a {
    font-family: Inter-Regular;
    font-size: 18px;
    line-height: 40px;
    color: #333333;
}

.site_one .title i {
    font-size: 12px;
    font-weight: bold;
    display: none;
}

.site_one .small_title {
    font-family: Inter-Medium;
    font-size: 24px;
    line-height: 46px;
    color: #333333;
    padding-top: 15px;
}

.site_one a:hover {
    color: #272f88;
}

.site_one li a:hover,
.site_one .title a:hover {
    text-decoration: underline;
}

@media(max-width:1600px) {
    .site_one {
        margin-bottom: 50px;
        padding-top: 20px;
    }

    .site_one .safe {
        padding-bottom: 50px;
    }

    .site_one .wrap {
        padding-top: 15px;
    }
}

@media(max-width:1333px) {
    .site_one {
        margin-bottom: 50px;
        padding-top: 15px;
    }

    .site_one .wrap .title,
    .site_one .wrap .title a {
        font-size: 18px;
        line-height: 34px;
        color: #333333;
    }
}

@media(max-width:999px) {
    .site_one .wrap {
        flex-direction: column;
    }

    .site_one .safe {
        padding-bottom: 40px;
    }

    .site_one {
        margin-bottom: 40px;
    }

    .site_one .wrap .box1,
    .site_one .wrap .box2,
    .site_one .wrap .box3,
    .site_one .wrap .box4 {
        width: 100%;
        padding-right: 0;
    }

    .site_one .wrap .box1 li,
    .site_one .wrap .box2 li,
    .site_one .wrap .box3 li,
    .site_one .wrap .box4 li {
        display: none;
        transition: none;
    }

    .site_one .wrap .title i {
        display: block;
    }

    .site_one .wrap .title {
        display: flex;
        justify-content: space-between;
    }

    .site_one .wrap .title,
    .site_one .wrap .title a {
        font-size: 18px;
        line-height: 38px;
        color: #333333;
    }
}

@media(max-width:768px) {

    .site_one .wrap .title,
    .site_one .wrap .title a {
        font-size: 16px;
        line-height: 36px;
        color: #333333;
    }

    .site_one .safe {
        padding-bottom: 25px;
    }

    .site_one {
        margin-bottom: 25px;
    }
}

@media(max-width:570px) {
    .site_one .safe {
        padding-bottom: 20px;
    }

    .site_one {
        margin-bottom: 20px;
    }

    .site_one .wrap li a {
        font-size: 14px;
        padding: 8px 0px;
    }
}




/* site_two */

.site_two {
    margin-bottom: 80px;
}

.site_two .safe {
    padding-bottom: 60px;
    /* border-bottom: 1px solid rgba(0, 0, 0, .2); */
}

.site_two .title42 {}

.site_two .wrap {
    display: flex;
    flex-wrap: wrap;
    padding-top: 0px;
    transform: translateY(-9px);
    margin-bottom: 15px;
}

.site_two .wrap .box1 {
    width: 25.5%;
    padding-right: 1.8%;
}

.site_two .wrap .box2 {
    width: 25%;
    padding-right: 1.8%;
}

.site_two .wrap .box3 {
    width: 28.5%;
    padding-right: 1.8%;
}

.site_two .wrap .box4 {
    width: 21%;
    padding-right: 1.8%;
}

.site_two .wrap li a {
    font-family: Inter-Regular;
    font-size: 16px;
    color: #666666;
    padding: 10px 0px;
    display: inline-block;
}

.site_two .wrap .title {
    margin-bottom: 0px;
}

.site_two .wrap .title,
.site_two .wrap .title a {
    font-family: Inter-Regular;
    font-size: 18px;
    line-height: 40px;
    color: #333333;
}

.site_two .title i,
.site_two .small_title i {
    font-size: 12px;
    font-weight: bold;
    display: none;
}

.site_two .small_title {
    font-family: Inter-Medium;
    font-size: 24px;
    line-height: 46px;
    color: #333333;
    padding: 17px 0px;
}

.site_two .line {
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, .2);
}

.site_two .small_title i {
    display: none;
}

.site_two a:hover {
    color: #272f88;
}

.site_two li a:hover,
.site_two .title a:hover {
    text-decoration: underline;
}

@media(max-width:1600px) {
    .site_two {
        margin-bottom: 50px;
    }

    .site_two .safe {
        padding-bottom: 30px;
    }

    .site_two .small_title {
        font-size: 22px;
        line-height: 46px;
        padding: 14px 0px;
    }
}

@media(max-width:1333px) {
    .site_two .small_title {
        font-size: 20px;
        line-height: 38px;
        padding: 12px 0px;
    }

    .site_two .safe {
        margin-bottom: 15px;
    }

    .site_two .wrap .title,
    .site_two .wrap .title a {
        font-size: 18px;
        line-height: 34px;
        color: #333333;
    }

    .site_two .wrap .title {
        margin-bottom: 10px;
    }
}

@media(max-width:999px) {
    .site_two {
        margin-bottom: 40px;
    }

    .site_two .wrap .box1,
    .site_two .wrap .box2,
    .site_two .wrap .box3,
    .site_two .wrap .box4 {
        width: 100%;
        padding-right: 0;
        /* margin-bottom: 15px; */
    }

    .site_two .wrap .box1 li,
    .site_two .wrap .box2 li,
    .site_two .wrap .box3 li,
    .site_two .wrap .box4 li {
        display: none;
        transition: none;
    }

    .site_two .wrap .title i {
        display: block;
    }

    .site_two .wrap .title {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .site_two .wrap {
        display: none;
        transition: none;
    }

    .site_two .small_title {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .site_two .small_title i {
        display: block;
    }

}

@media(max-width:768px) {
    .site_two .small_title {
        font-size: 18px;
        line-height: 32px;
        padding: 10px 0px;
    }

    .site_two .title42 {
        margin-bottom: 10px;
    }

    .site_one .wrap li a {
        font-family: Inter-Regular;
        font-size: 16px;
        color: #666666;
        padding: 8px 0px;
        display: inline-block;
    }

    .site_two .wrap .title,
    .site_two .wrap .title a {
        font-size: 16px;
        line-height: 36px;
        color: #333333;
        margin-bottom: 0;
    }

    .site_two .wrap li a {
        font-family: Inter-Regular;
        font-size: 16px;
        color: #666666;
        padding: 8px 0px;
        display: inline-block;
    }

    .site_two .safe {
        margin-bottom: 10px;
    }
}

@media(max-width:570px) {
    .site_two {
        margin-bottom: 30px;
    }

    .site_two .wrap li a {
        font-size: 14px;
        padding: 8px 0px;
    }
}




/* 7-1 */


.cust_one {
    padding: 30px 0px 83px;
}

.cust_one .title42 {
    margin-bottom: 32px;
}

.cust_one .safe {
    display: flex;
    justify-content: space-between;
}

.cust_one .l_box {
    width: 50%;
}

.cust_one .r_box {
    width: 46.8%;
    padding-top: 74px;
}


.resource_faq1 .quest1 {
    margin-bottom: 0px;
}

.resource_faq1 .quest1:last-child {
    margin-bottom: 0;
}

.resource_faq1 .question {
    padding-left: 0px;
    padding-right: 15px;
    padding-top: 19px;
    padding-bottom: 19px;
    background-color: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;

}

.resource_faq1 .question .que {
    width: 92%;
    font-family: Inter-Medium;
	font-size: 20px;
	line-height: 30px;
	color: #222222;
}

.resource_faq1 .question i {
    font-size: 18px;
    color: #272f88;
}

.resource_faq1 .quest1 .answer {
    display: none;
    transition: none;
}

.resource_faq1 .quest1 .answer p {
    transition: none;

    font-family: Inter-Regular;
	font-size: 16px;
	line-height: 24px;
	color: #555555;
}

.resource_faq1 .answer p strong{
    font-family: Inter-Medium;
	font-size: 18px;
	color: #222222;
    font-weight: unset;
    position: relative;
    display: inline-block;
    padding-left: 15px;
}

.resource_faq1 .answer p strong::before{
    content: "";
    width: 5px;
    height: 5px;
    background-color: #272f88;
    border-radius: 50px;
    position: absolute;
    top: 8px;
    left: 0px;
}

.resource_faq1 .quest1 .answer {
    padding: 0px 0px 25px 0px;
    transform: translateY(-9px);
}
.resource_faq1 .quest1:first-child{
    border-top: 1px solid #222;
}
.resource_faq1 .quest1{
    border-bottom: 1px solid #222222;
}

@media(max-width:1600px) {
    .cust_one{
        padding: 30px 0px 50px;
    }
    .cust_one .title42 {
        margin-bottom: 20px;
    }
    .cust_one .r_box {
        width: 46.8%;
        padding-top: 50px;
    }
    .resource_faq1 .question {
        padding-top: 16px;
        padding-bottom: 16px;
    }
    .resource_faq1 .quest1 .answer {
        padding: 0px 0px 25px 0px;
        transform: translateY(0px);
    }
}
@media(max-width:1333px) {
    .cust_one .title42 {
        margin-bottom: 15px;
    }
    .resource_faq1 .question .que {
        width: 92%;
        font-size: 18px;
        line-height: 28px;
    }
    .resource_faq1 .question {
        padding-top: 14px;
        padding-bottom: 14px;
    }
}
@media(max-width:999px) {
    .cust_one{
        padding: 30px 0px 40px;
    }
    .cust_one .title42 {
        margin-bottom: 15px;
    }
    .cust_one .safe{
        flex-direction: column;
    }

    .cust_one .l_box{
        width: 100%;
        margin-bottom: 30px;
    }
    .cust_one .r_box{
        width: 60%;
        margin: 0 auto;
        padding-top: 0;
    }
    .resource_faq1 .answer p strong {
        font-size: 16px;
        padding-left: 12px;
    }
    .resource_faq1 .quest1 .answer {
        padding: 0px 0px 18px 0px;
        transform: translateY(0px);
    }
}
@media(max-width:768px) {
    .resource_faq1 .question {
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .resource_faq1 .question .que {
        width: 92%;
        font-size: 16px;
        line-height: 26px;
    }
    .resource_faq1 .quest1 .answer p {
        font-size: 14px;
        line-height: 24px;
    }
    .resource_faq1 .answer p strong {
        font-size: 14px;
        padding-left: 12px;
    }
    .cust_one .r_box{
        width: 80%;
        margin: 0 auto;
        padding-top: 0;
    }
}
@media(max-width:570px) {
    .cust_one{
        padding: 20px 0px 30px;
    }
    .cust_one .r_box{
        width: 90%;
        margin: 0 auto;
        padding-top: 0;
    }
}

@media(max-width:450px) {
    .cust_one .r_box{
        width: 100%;
        margin: 0 auto;
        padding-top: 0;
    }
}




/* section1 */

.section1 {
    background-color: #f6f6f6;
    padding: 81px 0px 88px;
}

@media(max-width:1600px) {
    .section1 {
        padding: 50px 0px;
    }
}

@media(max-width:1333px) {}

@media(max-width:999px) {
    .section1 {
        padding: 40px 0px;
    }
}

@media(max-width:768px) {}

@media(max-width:570px) {
    .section1 {
        padding: 30px 0px;
    }
}


/* cust_two */


.cust_two {}

.cust_two img {
    display: block;
}

.cust_two .safe {
    padding-bottom: 35px;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
}

.cust_two .title42 {
    line-height: 49px;
    margin-bottom: 27px;
}

.cust_two .content {
    font-family: Inter-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #555555;
    margin-bottom: 23px;
}

.cust_two .get_quote {
    width: 180px;
    height: 65px;
    background-color: #272f88;
    border-radius: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Inter-Medium;
    font-size: 16px;
    color: #ffffff;
}

.cust_two .get_quote img {
    filter: brightness(100);
    margin-left: 10px;
}

.cust_two .get_quote:hover {
    color: #272f88;
    background-color: #fff;
    border: 1px solid #272f88;
}

.cust_two .get_quote:hover img {
    filter: unset;
}

.cust_two .inner {
    display: flex;
    flex-wrap: wrap;
}

.cust_two .inn {
    width: 23.5714%;
    margin-right: 1.857%;
    margin-bottom: 30px;
    background-color: #fff;
}

.cust_two .inn:first-child {
    background-color: transparent;
}

.cust_two .inn:nth-child(4n) {
    margin-right: 0;
}

.cust_two .inn .imgbox {
    height: 208px;
    border-bottom: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.cust_two .inn .imgbox img {
    width: 100%;
    object-fit: cover;
}

.cust_two .inn .imgbox img:hover {
    transform: scale(1.05);
}

.cust_two .contact {
    padding: 25px 0px 47px;
}

.cust_two .s_title {
    color: #222;
    padding: 0px 10px;
    text-align: center;
    margin-bottom: 11px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cust_two .s_title a {
    font-family: Inter-Medium;
    font-size: 20px;
    line-height: 24px;
    color: #222222;
}

.cust_two .s_title:hover,
.cust_two .s_title a:hover {
    color: #272f88;
}

.cust_two .s_content {
    font-family: Inter-Regular;
    font-size: 16px;
    line-height: 24px;
    color: #555555;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0px 10px;
}


@media(max-width:1600px) {
    .cust_two .title42 {
        line-height: unset;
        margin-bottom: 20px;
    }

    .cust_two .content {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 15px;
    }

    .cust_two .get_quote {
        width: 180px;
        height: 55px;
        font-size: 16px;
    }
}

@media(max-width:1333px) {
    .cust_two .inn:first-child {
        width: 100%;
        margin-right: 0;
    }

    .cust_two .inn:nth-child(4n) {
        margin-right: 1.857%;
    }

    .cust_two .inn:nth-child(5n) {
        margin-right: 0%;
    }

    .cust_two .inn .imgbox {
        height: 180px;
        overflow: hidden;
    }

    .cust_two .contact {
        padding: 15px 0px 25px;
    }

    .cust_two .s_title a {
        font-size: 18px;
        line-height: 24px;
    }

    .cust_two .s_title {
        padding: 0px 10px;
        margin-bottom: 6px;
    }
}

@media(max-width:999px) {
    .cust_two .contact {
        padding: 10px 0px 20px;
    }

    .cust_two .inn .imgbox {
        height: 160px;
        overflow: hidden;
    }

    .cust_two .inn {
        width: 24%;
        margin-right: 1%;
        margin-bottom: 20px;
        background-color: #fff;
    }

    .cust_two .inn:nth-child(4n) {
        margin-right: 1%;
    }
}

@media(max-width:768px) {
    .cust_two .inn {
        width: 32%;
        margin-right: 2%;
        margin-bottom: 20px;
        background-color: #fff;
    }

    .cust_two .inn:nth-child(4n),
    .cust_two .inn:nth-child(7n) {
        margin-right: 0;
    }

    .cust_two .inn:nth-child(5n) {
        margin-right: 2%;
    }

    .cust_two .s_title a {
        font-size: 16px;
        line-height: 24px;
    }

    .cust_two .s_title {
        padding: 0px 8px;
        margin-bottom: 5px;
    }

    .cust_two .s_content {
        font-family: Inter-Regular;
        font-size: 14px;
        line-height: 22px;
        padding: 0px 8px;
    }

    .cust_two .contact {
        padding: 10px 0px 15px;
    }

    .cust_two .inn {
        width: 32%;
        margin-right: 2%;
        margin-bottom: 15px;
    }

    .cust_two .title42 {
        line-height: unset;
        margin-bottom: 10px;
    }

    .cust_two .content {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 12px;
    }

    .cust_two .get_quote {
        width: 150px;
        height: 45px;
        font-size: 14px;
    }

}

@media(max-width:570px) {
    .cust_two .safe {
        padding-bottom: 30px;
    }

    .cust_two .inn .imgbox {
        height: 150px;
        overflow: hidden;
    }
}

@media(max-width:500px) {
    .cust_two .inn {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 20px;
        background-color: #fff;
    }

    .cust_two .inn:nth-child(3n),
    .cust_two .inn:nth-child(5n) {
        margin-right: 0;
    }

    .cust_two .inn:nth-child(4n),
    .cust_two .inn:nth-child(6n) {
        margin-right: 2%;
    }
}

@media(max-width:350px) {
    .cust_two .inn {
        width: 100% !important;
        margin-right: 0% !important;
        margin-bottom: 15px;
        background-color: #fff;
    }
}





/* cust_three */

.cust_three {
    padding-top: 61px;

}

.cust_three img {
    display: block;
}

.cust_three .safe {
    display: flex;
    flex-wrap: wrap;
}

.cust_three .box {
    margin-bottom: 31px;
    margin-right: 1.9%;
    width: 23.57%;
    overflow: hidden;
}

.cust_three .box img:hover {
    transform: scale(1.05);
}

.cust_three .box:nth-child(4n) {
    margin-right: 0;
}

.cust_three .box:nth-last-child(-n+4) {
    margin-bottom: 0;
}

@media(max-width:1600px) {
    .cust_three {
        padding-top: 50px;

    }

    .cust_three .box {
        margin-bottom: 25px;
        margin-right: 1.8%;
        width: 23.6%;
        overflow: hidden;
    }
}

@media(max-width:1333px) {
    .cust_three .box {
        margin-bottom: 20px;
        margin-right: 1.8%;
        width: 23.6%;
        overflow: hidden;
    }
}

@media(max-width:999px) {
    .cust_three {
        padding-top: 40px;

    }
}

@media(max-width:768px) {
    .cust_three .box {
        margin-bottom: 20px;
        margin-right: 2%;
        width: 32%;
        overflow: hidden;
    }

    .cust_three .box:nth-child(4n) {
        margin-right: 2%;
    }

    .cust_three .box:nth-child(3n) {
        margin-right: 0;
    }
}

@media(max-width:570px) {
    .cust_three {
        padding-top: 30px;

    }

    .cust_three .box {
        margin-bottom: 20px !important;
        margin-right: 2%;
        width: 49%;
        overflow: hidden;
    }

    .cust_three .box:nth-child(3n) {
        margin-right: 2%;
    }

    .cust_three .box:nth-child(2n) {
        margin-right: 0%;
    }
}

@media(max-width:400px) {
    .cust_three .box {
        margin-bottom: 15px !important;
        margin-right: 0%;
        width: 100%;
        overflow: hidden;
    }

    .cust_three .box:last-child {
        margin-bottom: 0;
    }

    .cust_three img {
        width: 100%;
    }
}


/* cust_four */

.cust_four {
    padding: 71px 0px 82px;
}

.cust_four img {
    display: block;
}

.cust_four .title42 {
    margin-bottom: 12px;
}

.cust_four .content {
    font-family: Inter-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #555555;
    margin-bottom: 11px;
}

.cust_four .contact .box {
    margin-bottom: 37px;
}

.cust_four .contact .box:last-child {
    margin-bottom: 0;
}

.cust_four .shitou {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-color: #272f88;
    transform: rotate(45deg);
    margin-right: 10px;
}

.cust_four .s_title {
    font-family: Inter-Medium;
    font-size: 24px;
    line-height: 48px;
    color: #333333;
    display: flex;
    align-items: center;
}

.cust_four .s_content {
    font-family: Inter-Regular;
    font-size: 16px;
    line-height: 26px;
    color: #555555;
    padding-left: 28px;
    margin-bottom: 24px;
}

.cust_four .picbox {
    display: flex;
    flex-wrap: wrap;
}

.cust_four .picbox .imgbox {
    width: 31.5%;
    margin-right: 2.75%;
}

.cust_four .picbox .imgbox:nth-child(3n) {
    margin-right: 0;
}

.cust_four .picbox img {
    display: block;
}

.cust_four .picbox img:hover{
    transform: scale(1.05);
}

.cust_four .picbox .imgbox{
    overflow: hidden;
}




@media(max-width:1600px) {
    .cust_four {
        padding: 50px 0px;
    }

    .cust_four .title42 {
        margin-bottom: 10px;
    }

    .cust_four .content {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 5px;
    }

    .cust_four .s_content {
        font-size: 16px;
        line-height: 26px;
        padding-left: 28px;
        margin-bottom: 20px;
    }

    .cust_four .picbox .imgbox {
        width: 32%;
        margin-right: 2%;
    }

    .cust_four .s_title {
        font-size: 22px;
        line-height: 42px;
    }
}

@media(max-width:1333px) {
    .cust_four .s_title {
        font-size: 20px;
        line-height: 38px;
    }

    .cust_four .shitou {
        width: 15px;
        height: 15px;
        transform: rotate(45deg);
        margin-right: 10px;
    }

    .cust_four .s_content {
        font-size: 16px;
        line-height: 26px;
        padding-left: 25px;
        margin-bottom: 20px;
    }

    .cust_four .contact .box {
        margin-bottom: 30px;
    }
}

@media(max-width:999px) {
    .cust_four {
        padding: 40px 0px;
    }
}

@media(max-width:768px) {
    .cust_four .content {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 5px;
    }

    .cust_four .s_content {
        font-size: 14px;
        line-height: 24px;
        padding-left: 22px;
        margin-bottom: 20px;
    }

    .cust_four .s_title {
        font-size: 18px;
        line-height: 30px;
    }

    .cust_four .shitou {
        width: 12px;
        height: 12px;
        transform: rotate(45deg);
        margin-right: 10px;
    }


}

@media(max-width:570px) {
    .cust_four {
        padding: 30px 0px;
    }

    .cust_four .picbox .imgbox {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 10px;
    }

    .cust_four .picbox .imgbox:nth-child(2n) {
        margin-right: 0;
    }

    .cust_four .contact .box {
        margin-bottom: 20px;
    }

}

@media(max-width:400px) {
    .cust_four .picbox .imgbox {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 15px;
    }

    .cust_four .picbox img {
        width: 100%;
    }
}

/* cust_five */

.cust_five {
    background-color: #f6f6f6;
    padding: 80px 0px 79px;
}

.cust_five .title42 {
    text-align: center;
    margin-bottom: 28px;
}

.cust_five .inner {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 25px;
}

.cust_five .inner .inn {
    width: 32.15%;
    margin-right: 1.68%;
    min-height: 201px;
    padding: 27px 20px 20px 34px;
    background-color: #ffffff;
    margin-bottom: 24px;
}

.cust_five .inner .inn:nth-child(3n) {
    margin-right: 0;
}

.cust_five .inn .title {}

.cust_five .titlebox {
    display: flex;
    align-items: center;
    font-family: Inter-Medium;
    font-size: 20px;
    color: #222222;
    margin-bottom: 17px;
}

.cust_five .inn .svgbox {
    margin-right: 10px;
    flex-shrink: 0;
}

.cust_five .inn .contact {
    font-size: 16px;
    color: #555555;
    line-height: 24px;
    font-family: Inter-Regular;
}

.cust_five .get_quote {
    width: 180px;
    height: 65px;
    background-color: #272f88;
    border-radius: 33px;
    font-family: Inter-Medium;
    font-size: 16px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.cust_five .get_quote img {
    margin-left: 10px;
    filter: brightness(100);
}

.cust_five .get_quote:hover {
    color: #272f88;
    border: 1px solid #272f88;
    background-color: #fff;
}

.cust_five .get_quote:hover img {
    filter: unset;
}


@media(max-width:1600px) {
    .cust_five {
        padding: 50px 0px;
    }

    .cust_five .inner .inn {
        width: 32.15%;
        margin-right: 1.68%;
        min-height: 200px;
        padding: 20px 20px 20px 20px;
        margin-bottom: 24px;
    }
}

@media(max-width:1333px) {
    .cust_five .titlebox {
        display: flex;
        align-items: center;
        font-family: Inter-Medium;
        font-size: 18px;
        color: #222222;
        margin-bottom: 15px;
    }

    .cust_five .inner .inn {
        width: 32.15%;
        margin-right: 1.68%;
        min-height: 200px;
        padding: 15px 15px 15px 15px;
        margin-bottom: 20px;
    }

    .cust_five .get_quote {
        width: 180px;
        height: 55px;
        font-size: 16px;
    }
}

@media(max-width:999px) {
    .cust_five {
        padding: 40px 0px;
    }

    .cust_five .inner .inn {
        width: 49%;
        margin-right: 2%;
        min-height: 200px;
        padding: 15px 15px 15px 15px;
        margin-bottom: 20px;
    }

    .cust_five .inner .inn:nth-child(3n) {
        margin-right: 2%;
    }

    .cust_five .inner .inn:nth-child(2n) {
        margin-right: 0;
    }

    .cust_five .titlebox {
        font-size: 18px;
        margin-bottom: 10px;
    }
}

@media(max-width:768px) {
    .cust_five .inn .contact {
        font-size: 14px;
        color: #555555;
        line-height: 24px;
        font-family: Inter-Regular;
    }

    .cust_five .titlebox {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .cust_five .inn .svgbox img {
        width: 45px;
    }

    .cust_five .title42 {
        text-align: center;
        margin-bottom: 20px;
    }

    .cust_five .get_quote {
        width: 150px;
        height: 45px;
        font-size: 14px;
    }
}

@media(max-width:570px) {
    .cust_five {
        padding: 30px 0px;
    }

    .cust_five .inner .inn {
        width: 100%;
        margin-right: 0%;
        min-height: auto;
        padding: 15px 15px 20px 15px;
        margin-bottom: 15px;
    }

    .cust_five .inner .inn:last-child {
        margin-bottom: 0;
        margin-right: 0;
    }
}


/* cust_six */

.cust_six {
    padding: 69px 0px 81px;
}

.cust_six img {
    display: block;
}

.cust_six .title42 {
    margin-bottom: 12px;
}

.cust_six .b_content {
    margin-bottom: 39px;
    font-family: Inter-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #555555;
}

.cust_six .inn {
    display: flex;
    justify-content: space-between;
    margin-bottom: 41px;
}

.cust_six .inn:last-child {
    margin-bottom: 0;
}

.cust_six .inn:nth-child(2n) {
    flex-direction: row-reverse;
}

.cust_six .inn .imgbox {
    width: 34%;
}

.cust_six .inn .contact {
    width: 61.3%;
    padding-top: 41px;
}

.cust_six .title {
    font-family: Inter-Medium;
    font-size: 24px;
    line-height: 30px;
    color: #222222;
    margin-bottom: 8px;
}

.cust_six .title a {
    color: #222;
}

.cust_six .title:hover,
.cust_six .title a:hover {
    color: #272f88;
}

.cust_six .content {
    font-family: Inter-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #555555;
    hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
}


@media(max-width:1600px) {
    .cust_six {
        padding: 50px 0px;
    }

    .cust_six .inn .contact {
        width: 63%;
        padding-top: 0px;
    }

    .cust_six .inn {
        align-items: center;
    }
}

@media(max-width:1333px) {
    .cust_six .content {
        font-size: 16px;
        line-height: 28px;
    }

    .cust_six .title {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 5px;
    }
}

@media(max-width:999px) {
    .cust_six {
        padding: 40px 0px;
    }

    .cust_six .inn .contact {
        width: 55%;
        padding-top: 0px;
    }

    .cust_six .inn .imgbox {
        width: 42%;
    }

    .cust_six .title {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 5px;
    }

    .cust_six .b_content {
        margin-bottom: 25px;
    }
}

@media(max-width:768px) {
    .cust_six .content {
        font-size: 14px;
        line-height: 26px;
    }

    .cust_six .title {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 5px;
    }

    .cust_six .b_content {
        margin-bottom: 15px;
        font-size: 14px;
        line-height: 26px;
    }

    .cust_six .inn {
        align-items: unset;
        display: unset;
        padding-bottom: 20px;
    }

    .cust_six .inn .imgbox {
        float: left;
        margin-right: 15px;
    }

    .cust_six .inn .contact {
        width: 100%;
        padding-top: 0px;
        margin-bottom: 18px;
    }
}

@media(max-width:570px) {
    .cust_six {
        padding: 30px 0px;
    }
}

@media(max-width:450px) {
    .cust_six .inn .imgbox {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
}




/* cust_seven */

.cust_seven {
    padding: 70px 0px 295px;
    background-color: #f5f5f5;
    position: relative;
}

.cust_seven .title42 {
    text-align: center;
    margin-bottom: 16px;
}

.cust_seven .feedback_swiper {
    overflow: visible;
    -webkit-clip-path: polygon(-1% 0%, 100% 0%, 100% 100%, -1% 100%);
    clip-path: polygon(-1% 0%, 100% 0%, 100% 100%, -1% 100%);
    padding: 15px 0px;
    position: relative;
}

.cust_seven .swiper-slide {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.cust_seven .swiper-slide .imgbox {
    background-color: #fff;
    width: 49%;
    box-shadow: 0px 2px 15px 0px rgba(14, 18, 52, 0.05);
    border-radius: 10px;
    padding: 38px 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-bottom: 30px;
}

.cust_seven .swiper-slide .imgbox:nth-last-child(-n+2) {
    margin-bottom: 0;
}

.cust_seven .btnbox i {
    width: 47px;
    height: 47px;
    border: solid 1px #272f88;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    z-index: 10;
    cursor: pointer;
}

.cust_seven .btnbox i:hover {
    color: #fff;
    background-color: #272f88;
}

.cust_seven .box {
    position: relative;
}

.cust_seven .btnbox .feedback_prev {
    left: -87px;
}

.cust_seven .btnbox .feedback_next {
    right: -87px;
}

@media(max-width:1600px) {
    .cust_seven {
        padding: 50px 0px 250px;
    }

    .cust_seven .swiper-slide .imgbox {
        width: 49%;
        border-radius: 10px;
        padding: 30px 3px;
        margin-bottom: 30px;
    }

    .cust_seven .btnbox .feedback_prev {
        left: -50px;
    }

    .cust_seven .btnbox .feedback_next {
        right: -50px;
    }
}

@media(max-width:1333px) {
    .cust_seven .swiper-slide .imgbox {
        width: 49%;
        border-radius: 10px;
        padding: 20px 3px;
        margin-bottom: 20px;
    }

    .cust_seven .btnbox i {
        width: 42px;
        height: 42px;
        top: 50%;
        z-index: 10;
    }
}

@media(max-width:999px) {
    .cust_seven {
        padding: 40px 0px;
    }

    .cust_seven .btnbox i {
        position: relative;
        transform: unset;
        margin-right: 10px;
    }

    .cust_seven .btnbox i:last-child {
        margin-right: 0;
    }

    .cust_seven .btnbox {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .cust_seven .btnbox .feedback_prev {
        left: -0px;
    }

    .cust_seven .btnbox .feedback_next {
        right: -0px;
    }

    .cust_seven .safe {
        margin-bottom: 40px;
    }
}

@media(max-width:768px) {
    .cust_seven .swiper-slide .imgbox {
        width: 100%;
        border-radius: 10px;
        padding: 15px 3px;
        margin-bottom: 15px !important;
    }

    .cust_seven .swiper-slide .imgbox:last-child {
        margin-bottom: 0;
    }
}

@media(max-width:570px) {
    .cust_seven {
        padding: 30px 0px;
    }

    .cust_seven .safe {
        margin-bottom: 30px;
    }

    .cust_seven .btnbox i {
        width: 38px;
        height: 38px;
        top: 50%;
        z-index: 10;
    }

}








/* certifiicates */

#baguetteBox-overlay {
    display: none;
    opacity: 0;
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #222;
    background-color: rgba(0, 0, 0, .8);
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
    z-index: 99999999999999999999999999999999999999;
}

#baguetteBox-overlay.visible {
    opacity: 1
}

#baguetteBox-overlay .full-image {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
}

#baguetteBox-overlay .full-image figure {
    display: inline;
    margin: 0;
    height: 100%
}

#baguetteBox-overlay .full-image img {
    display: inline-block;
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
}

#baguetteBox-overlay .full-image figcaption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    line-height: 1.8;
    color: #ccc;
    background-color: #000;
    background-color: rgba(0, 0, 0, .6);
    font-family: Verdana, Geneva, sans-serif;
}

#baguetteBox-overlay .full-image:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px
}

#baguetteBox-slider {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    white-space: nowrap;
    -webkit-transition: left .4s ease, -webkit-transform .4s ease;
    transition: left .4s ease, -moz-transform .4s ease;
    transition: left .4s ease, transform .4s ease
}

#baguetteBox-slider.bounce-from-right {
    -webkit-animation: bounceFromRight .4s ease-out;
    animation: bounceFromRight .4s ease-out
}

#baguetteBox-slider.bounce-from-left {
    -webkit-animation: bounceFromLeft .4s ease-out;
    animation: bounceFromLeft .4s ease-out
}

.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
    top: 50%;
    top: calc(50% - 30px);
    width: 44px;
    height: 60px
}

.baguetteBox-button {
    position: absolute;
    cursor: pointer;
    outline: 0;
    padding: 0;
    margin: 0;
    border: 0;
    -moz-border-radius: 15%;
    border-radius: 15%;
    background-color: #323232;
    background-color: rgba(50, 50, 50, .5);
    color: #ddd;
    font: 1.6em sans-serif;
    -webkit-transition: background-color .4s ease;
    transition: background-color .4s ease;
}

.baguetteBox-button:hover {
    background-color: rgba(50, 50, 50, .9)
}

.baguetteBox-button#next-button {
    right: 2%
}

.baguetteBox-button#previous-button {
    left: 2%
}

.baguetteBox-button#close-button {
    top: 20px;
    right: 2%;
    right: calc(2% + 6px);
    width: 30px;
    height: 30px
}

.baguetteBox-button svg {
    position: absolute;
    left: 0;
    top: 0
}

.spinner {
    width: 40px;
    height: 40px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px
}

.double-bounce1,
.double-bounce2 {
    width: 100%;
    height: 100%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: bounce 2s infinite ease-in-out;
    animation: bounce 2s infinite ease-in-out
}

.double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

@-webkit-keyframes bounceFromRight {
    0% {
        margin-left: 0
    }

    50% {
        margin-left: -30px
    }

    100% {
        margin-left: 0
    }
}

@keyframes bounceFromRight {
    0% {
        margin-left: 0
    }

    50% {
        margin-left: -30px
    }

    100% {
        margin-left: 0
    }
}

@-webkit-keyframes bounceFromLeft {
    0% {
        margin-left: 0
    }

    50% {
        margin-left: 30px
    }

    100% {
        margin-left: 0
    }
}

@keyframes bounceFromLeft {
    0% {
        margin-left: 0
    }

    50% {
        margin-left: 30px
    }

    100% {
        margin-left: 0
    }
}

@-webkit-keyframes bounce {

    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes bounce {

    0%,
    100% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1)
    }
}
@media(max-width:1084px) {
    header .rightbox .bottom ul li .title_one{
        margin:36px 3px 0px 3px
    }
}
