@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;
}

body {
    overflow-x: hidden;
    background-color: #fff;
    max-width: 1920px;
    margin: 0 auto;
    font-family: MicrosoftYaHei;
}

img {
    max-width: 100%;
}

i {
    font-stretch: normal;
    font-style: normal;
}

li {
    list-style: none;
}

em {
    font-style: normal;
}

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: 50%;
    transform: translateY(-50%);
    /* 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: #dfdfdf;
    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: #0086d6;
}


.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;
    width: 150px;
    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: #0a89d7;
    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: #0a89d7;
    content: "";
    border-radius: 20px;
    transition-duration: 0.5s;
}

.navbar-toggle .icon:after {
    left: 0;
    position: absolute;
    top: 9px;
    height: 1px;
    width: 25px;
    background-color: #0a89d7;
    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: -100%;
    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: #1f77ba;
    line-height: 23px;
    text-align: center;
    color: #fff;
    flex-shrink: 0;
    float: right;
    margin-right: 15px;
}

.borderbox ul {
    transition: none;
}

.borderbox .ul1 {
    margin-bottom: 100px;
    /* margin-top: 50px; */
}

.borderbox .ul1 li {
    font-size: 16px;
    transition: none;
}

.borderbox .ul1 li a {
    color: #000;
    transition: none;
}

.borderbox .ul1 li {
    line-height: 30px;
}

.borderbox .menu1 {
    padding-bottom: 6px;
    padding-top: 6px;
}

.borderbox .menu2 {
    float: none;
    padding-bottom: 5px;
    padding-top: 5px;
}

.borderbox .menu2 a {
    color: #333 !important;
}

.borderbox .menu2 li {
    float: none;
    padding-bottom: 4px;
    padding-top: 4px;

}

.borderbox .ul1 {
    display: flex;
    flex-direction: column;
}

.borderbox .ul2 {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
    display: none;
    margin-right: 30px;
}

.borderbox .ul2 li {
    padding: 8px 0px;
}

.borderbox .ul3 {
    display: flex;
    flex-direction: column;
    margin-left: 20px;
    display: none;
}

@media(max-width:1600px) {
    .borderbox {
        display: none;
    }
}

@media(max-width:1333px) {
    .borderbox {
        display: none;
    }

    .borderbox .ul1 li {
        font-size: 16px;
    }

}

@media(max-width:999px) {
    .navbar-toggle {
        display: block;
    }

    .borderbox {
        display: block;
        width: 60%;
    }

    .borderbox .ul1 li {
        font-size: 14px;
    }

}

@media(max-width:768px) {
    .borderbox {
        display: block;
    }

    .borderbox .ul1 li {
        font-size: 12px;
    }

    .borderbox .btn {
        font-size: 16px;
    }

    .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: 22px;
        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: 18.5px 0px 12.5px 0px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 1px;
    /* background-color: red; */

}

.header_active {
    position: fixed;
    background: rgba(255, 255, 255, 1);
}

header .headersafe {
    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;
}


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;
    width: 36px;
    height: 36px;
    border: solid 1px #e7e7e7;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

header .rightbox .bottom .searchbox .searchicon {
    color: #333;
}

header .rightbox .bottom .searchbox .search {
    position: relative;
    opacity: 0;
    pointer-events: none;
    /* display: none; */

}

header .rightbox .bottom .searchbox .sea {
    position: absolute;
    right: 0;
    width: 180px;
    top: 25px;
    height: 38px;
    border-radius: 50px;
    padding: 5px 46px 5px 15px;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
}

header .rightbox .bottom .searchbox .search .icon-sousuo1 {
    position: absolute;
    top: 35px;
    right: 4px;
    width: 30px;
    height: 38px;
    font-weight: 800;
    color: #333;
}

header .rightbox .bottom .searchbox .search .submit:hover+.icon-sousuo1 {
    color: #0086d6;
}

header .rightbox .bottom .searchbox .submit {
    position: absolute;
    top: 20px;
    right: 16px;
    width: 30px;
    height: 38px;
    z-index: 2;
    opacity: 0;
    cursor: pointer;
}

header a {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #333;
}

/* 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 0px 38px 0px;
    margin: 36px 8px 0px 34px;
    position: relative;
}

.nav_active>a {
    color: #0086d6 !important;
}

.nav_active>a::after {
    content: "";
    position: absolute;
    width: 33px;
    height: 2px;
    bottom: -2px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #0086d6;
    color: #0086d6 !important;
}

.activeli>a {

    color: #0086d6 !important;
}

.activeli>a::after {
    opacity: 1 !important;
}

header .rightbox .bottom ul .menu1:hover>a {
    /* border-bottom: 2px solid #1f77ba; */
    transition: none;
    color: #0086d6 !important;
}

header .rightbox .bottom ul .menu1:hover>a::after {
    content: "";
    position: absolute;
    width: 33px;
    height: 2px;
    bottom: -2px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #0086d6;
}

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: #0086d6 !important;
}


header .rightbox .lanauage .name:hover {
    color: #078df3;
}

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: 140%;
    left: 27%;
    display: flex;
    flex-direction: column;
    transition: none;
    width: 231px;
    /* width: max-content; */
    /* max-width: 320px; */
    display: none;
}

header .rightbox ul .menu1:nth-of-type(5) .ul1 {
    left: 15.5%;
}

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: 204px;
    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: inline-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 .title_two::after {
    content: ">";
    position: absolute;
    right: 21px;
    top: 20%;
    transform: translateY(20%);
    opacity: 0;
}

header .rightbox ul .menu1 .ul1 .menu2:last-child .title_two {
    border-bottom: none;
}


header .rightbox ul .menu1 .ul1 .menu2:hover .title_two {
    color: #0086d6 !important;

}

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;
    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: 204px;
    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: ">";
    position: absolute;
    right: 21px;
    top: 20%;
    transform: translateY(20%);
    opacity: 0;
}

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: #0086d6 !important;
}

header .rightbox ul .menu1 .ul1 .menu2 .menu3:hover .title_three::after {
    opacity: 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; */
    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: 204px;
    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: #0086d6 !important;
}

header .rightbox ul .menu1 .ul1 .menu2 .menu4:hover .title_four::after {
    opacity: 1;
}

header .rightbox .ul4 {
    display: none;
}


@media(max-width:1600px) {
    header .rightbox ul .menu1 .ul1 {
        left: 0%;
        top: 146%;
    }

    header .rightbox ul .menu1:nth-of-type(5) .ul1 {
        left: 9%;
    }

    header .rightbox .bottom ul li:nth-of-type(7) .ul1 {
        left: 23%;
    }

    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;
    }


}

@media(max-width:1333px) {
    header {
        padding: 6.5px 0px 6.5px 0px;
    }

    header .rightbox ul .menu1 .ul1 .menu2 .title_two {
        font-size: 14px;
        padding: 12px 10px;
    }

    header .rightbox ul .menu1 .ul1 {
        top: 120%;
        left: 0%;
        max-width: 200px;
    }

    header .rightbox ul .menu1:nth-of-type(5) .ul1 {
        left: 6%;
    }

    header .rightbox .bottom ul li:nth-of-type(7) .ul1 {
        left: 15%;
    }

    header .leftbox img {
        width: 70%;
    }

    header .rightbox .bottom ul li .title_one {
        padding: 5px 0px 20px 0px;
        font-size: 14px;
        margin: 36px 10px 0px 9px;
        line-height: 45px;
    }

    header .rightbox .bottom .searchicon {
        font-size: 13px;
    }

    header .leftbox img {
        width: 82%;
    }

    header .leftbox {
        width: 90px;
        height: 47px;
    }

    header .rightbox .bottom ul li:nth-child(7n) .title_one {
        padding-right: 7px;
    }

    header .rightbox .lanauage {
        margin-left: 15px;
    }

    header .rightbox .lanauage a {
        font-size: 13px;
    }


    header .rightbox .lanauage .silde-down li a {
        font-size: 14px;
    }
}



@media(max-width:999px) {
    header .rightbox {
        display: flex;
        flex-direction: row-reverse;
    }

    header .rightbox .bottom {
        height: 50px;
        margin-bottom: 0;
        margin-right: 30px;
    }

    header .rightbox .bottom .searchbox {
        display: none;
    }

    header .rightbox .lanauage .lanbox {
        width: 120px;
    }

    header .rightbox .bottom {
        height: 50px;
        margin-right: 15px;
    }

    header .rightbox .lanauage a {
        color: #333 !important;
    }

    header .rightbox .lanauage .silde-down li a {
        font-size: 14px;
    }

    header .rightbox .lanauage .silde-down {
        right: -20px;
        left: unset;
    }

    header .bottom ul:nth-of-type(1) {
        display: none !important;
    }

    .searchbox {
        display: none;
    }

    header .leftbox {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    header .leftbox img {
        width: 74%;
        height: auto;
        flex-shrink: 0;
    }

    header {
        padding: 5px 0px;
    }

    .navbar-toggle {
        position: relative !important;
        margin-top: 10px !important;
        z-index: 500000;
    }

    header a {
        font-size: 14px;
    }

    .borderbox .menu1 {
        padding-bottom: 3px;
        padding-top: 3px;
    }

    .borderbox .ul2 li {
        padding: 3px 0px;
    }
}

@media(max-width:768px) {
    header .rightbox .lanauage .silde-down {
        top: 40px;
    }

    header .rightbox {
        display: flex;
        flex-direction: row-reverse;
        /* margin-left: 41.5%; */
    }

    header .rightbox .bottom {
        margin-right: 15px;
    }
}

@media(max-width:700px) {
    header .rightbox {
        margin-left: 55.5%;
    }
}

@media(max-width:650px) {
    header .rightbox {
        margin-left: 50%;
    }
}

@media(max-width:600px) {

    header .rightbox {
        margin-left: 47.5%;
    }
}

@media(max-width:550px) {

    header .rightbox {
        margin-left: 41%;
    }

    header .rightbox .lanauage .silde-down li a {
        font-size: 12px;
        padding: 8px;
    }
}

@media(max-width:500px) {
    header .rightbox {
        margin-left: 35.5%;
    }
}

@media(max-width:450px) {
    header .rightbox {
        margin-left: 27%;
    }
}

@media(max-width:400px) {
    header .rightbox {
        margin-left: 16.5%;
    }
}

@media(max-width:350px) {
    header .rightbox {
        margin-left: 35.5%;
    }

    header .rightbox {
        margin-left: 0;
    }

    .navbar-toggle {
        margin-right: 7px;
    }

    header .rightbox .bottom {
        height: 50px;
        margin-bottom: 0;
        margin-right: 8px;
    }

    header .rightbox .lanauage {
        margin-left: 8px;
    }
}

@media(max-width:570px) {
    header .leftbox img {
        width: 70%;
    }

    header {
        padding: 0;
    }

    header .rightbox .lanauage .silde-down {
        top: 35px;
    }

    header .rightbox .lanauage .lanbox a {
        margin: 0 5px;
        font-size: 12px;
    }

    header .rightbox .lanauage .lanbox i {
        font-size: 14px;
    }

    .navbar-toggle {
        margin-top: 8px !important;
    }

    header .rightbox .lanauage .lanbox {
        height: 30px;
    }
}



/* index_banner */
.index_banner {
    transition: none;
    padding-top: 107px;
    position: relative;
}

.index_banner .banner_bottom {
    position: absolute;
    bottom: 11.2%;
    z-index: 1000;
    width: 50%;
    right: 0;

}

.index_banner .banner_bottom .iconfont {
    width: 52px;
    height: 52px;
    border: solid 1px #ffffff;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border-radius: 50px;
    transform: rotate(90deg);
    cursor: pointer;
}

.index_banner .banner_bottom .iconfont:hover {
    background-color: #0086d6;
    border: 1px solid #0086d6;
}

.index_banner .page_font {
    right: 8%;
    bottom: 7.2%;
    position: absolute;
}

.index_banner .page_font span {
    color: #fff;
    font-size: 20px;
    line-height: 36px;
    font-weight: bold;
}

.index_banner .page_font span:nth-of-type(1) {
    font-size: 140px;
    line-height: 36px;
    font-weight: bold;
    color: transparent;
    -webkit-text-stroke: 1px #fff;
    text-fill-color: transparent;
}



.index_banner img {
    display: block;
}

img {
    max-width: 100%;
    border: 0px solid #ccc;
}

.banner {
    position: relative;
    z-index: 2;
    line-height: 0;
    font-size: 0;
}

.banner .slick-arrow {
    position: absolute;
    z-index: 99;
    display: block !important;
    top: 50%;
    margin-top: -31px;
    width: 62px;
    height: 62px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}

.banner .slick-prev {
    left: 1.7%;
    cursor: pointer;
}

.banner .slick-next {
    right: 1.7%;
    cursor: pointer;
}

.banner .slick-prev,
.banner .slick-next {
    width: 59px;
    height: 59px;
    background-color: rgba(255, 255, 255, .2);
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50px;
}

.banner .slick-prev:hover,
.banner .slick-next:hover {
    background-color: #0086d6;
}


.banner .slick-dots {
    position: absolute;
    z-index: 999999;
    left: 0;
    right: 0;
    bottom: 26px;
    text-align: center;
    font-size: 0;
    letter-spacing: 0;
    text-align: center;
    display: none !important;
}

.banner .slick-dots li {
    margin: 0 11px;
    display: inline-block;
    display: inline;
    zoom: 1;
}

.banner .slick-dots li.slick-active a {
    cursor: pointer;
}

.banner .slick-dots a {
    display: block;
    width: 16px;
    height: 16px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}

.banner.hide {
    display: none;
}

@media screen and (max-width: 959px) {
    .banner {
        display: block;
    }

    .banner.hide {
        display: block;
    }

    .banner .slick-arrow {
        display: none !important;
    }

    .banner .slick-dots {
        bottom: 10px;
    }

    .banner .slick-dots li {
        margin: 0 5px;
    }

    .banner .slick-dots a {
        width: 10px;
        height: 10px;
    }

    .banner2 {
        display: none;
    }
}

.slick-list,
.slick-slider,
.slick-track {
    position: relative;
    display: block
}

.slick-loading .slick-slide,
.slick-loading .slick-track {
    visibility: hidden
}

.slick-slider {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    top: 0;
    left: 0
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-dots .slide-count {
    display: none;
}

.slick-slide {
    position: relative;
}

.slick-slide iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.slick-slide 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;
}

@media screen and (max-width: 991px) {
    .slick-slide video {
        object-position: inherit;
        object-fit: inherit;
        width: 100%;
        height: 100%;
        transform: translate(0, 0);
        left: 0;
        top: 0;
    }
}

@media(max-width:1600px) {
    .index_banner {
        padding-top: 92px;
    }

    .index_banner .page_font span:nth-of-type(1) {
        font-size: 112px;
        line-height: 36px;
    }
}

@media(max-width:1333px) {
    .index_banner {
        padding-top: 62px;
    }

    .banner .slick-prev,
    .banner .slick-next {
        width: 50px;
        height: 50px;
    }

    .index_banner .page_font span:nth-of-type(1) {
        font-size: 100px;
        line-height: 36px;
    }

    .index_banner .banner_bottom .iconfont {
        width: 45px;
        height: 45px;
    }
}

@media(max-width:999px) {
    .index_banner .banner_bottom .iconfont {
        display: none;
    }

    .index_banner .page_font {
        display: none;
    }
}

@media(max-width:750px) {
    .banner {
        padding-top: 45% !important;
    }
}

@media(max-width:570px) {
    .index_banner {
        padding-top: 52px;
    }

}

/* page_banner */

/* page_banner */
.page_banner {
    margin-top: 107px;
    height: 0;
    padding-bottom: 21.45%;
    position: relative;
}

.page_banner .safe {
    position: relative;
    padding-bottom: 21.45%;
}

.page_banner .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
}


.page_banner .contact {
    position: absolute;
    text-align: center;
    top: 35.5%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.page_banner .contact .title {
    font-size: 54px;
    color: #ffffff;
    margin-bottom: 8px;
}

.page_banner .contact .englist_title {
    font-family: Poppins-Regular;
    font-size: 30px;
    line-height: 36px;
    color: #ffffff;
}

@media(max-width:1600px) {
    .page_banner {
        margin-top: 92.19px;
        height: 0;
        padding-bottom: 21.45%;
    }

    .page_banner .contact .title {
        font-size: 50px;
        margin-bottom: 8px;
    }

    .page_banner .contact .englist_title {
        font-size: 28px;
        line-height: 34px;
    }

    .page_banner .contact {
        top: 33.5%;
    }
}

@media(max-width:1333px) {
    .page_banner {
        margin-top: 62px;
        height: 0;
        padding-bottom: 21.45%;
    }

    .page_banner .contact .title {
        font-size: 42px;
        margin-bottom: 5px;
    }

    .page_banner .contact .englist_title {
        font-size: 24px;
        line-height: 32px;
    }

    .page_banner .contact {
        top: 30%;
    }
}

@media(max-width:999px) {
    .page_banner {
        display: none;
    }
}

@media(max-width:768px) {}

@media(max-width:570px) {}



/* crumb */
.crumb .con {
    border-bottom: 1px solid #cccccc;
    padding: 19px 0px 15px 0px;
}

.crumb a {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    line-height: 28px;
    color: #333333;
}

.crumb a:hover {
    color: #0086d6;
}

.crumb .active {
    color: #0086d6;
}

@media(max-width:1600px) {
    .crumb .con {
        padding: 15px 0px;
    }
}

@media(max-width:1333px) {}

@media(max-width:999px) {
    .crumb {
        padding-top: 62px;
    }

    .crumb a {
        font-size: 14px;
    }

    .crumb .con {
        padding: 10px 0px;
    }
}

@media(max-width:768px) {}

@media(max-width:570px) {
    .crumb {
        padding-top: 52px;
    }

    .crumb a {
        font-size: 12px;
    }

    .crumb .con {
        padding: 8px 0px;
    }
}



/* read_more */
.read_more {
    display: flex;
    align-items: center;
}

.read_more span {
    margin-right: 8px;
    font-family: MicrosoftYaHei;
    font-size: 18px;
    line-height: 36px;
    color: #333333;
}

.read_more a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.read_more a i {
    color: #fff;
    position: absolute;
    padding-right: 6px;

}

.read_more a:hover img {
    filter: brightness(0);
}

@media(max-width:1600px) {
    .read_more span {
        font-size: 16px;
        line-height: 34px;
    }

    .read_more a i {
        font-size: 14px;
    }
}

@media(max-width:1333px) {}

@media(max-width:999px) {
    .read_more span {
        font-size: 14px;
    }

}

@media(max-width:768px) {
    .read_more a img {
        width: 35px;
    }
}

@media(max-width:570px) {
    .read_more span {
        font-size: 12px;
    }

    .read_more a i {
        font-size: 12px;
    }

    .read_more a img {
        width: 30px;
    }

    .read_more span {
        font-size: 12px;
        display: none;
    }

}




/* index_solve */
.index_solve {
    padding: 63px 0px 80px 0px;
}

.index_solve .title {
    font-family: MicrosoftYaHei;
    font-size: 54px;
    line-height: 54px;
    text-align: center;

    margin-bottom: 66px;

    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.index_solve .title a {
    color: #333333;
}

.index_solve .title a:hover {
    color: #0086d6;
}

.index_solve .solve_menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: 1px solid #959595;
}

.index_solve .solve_menu ul {
    display: flex;
}

.index_solve .solve_menu ul li {
    margin-right: 77px;

}

.index_solve .solve_menu ul li a {
    font-family: MicrosoftYaHei;
    font-size: 26px;
    line-height: 36px;
    color: #333333;
    padding: 16px 0px 24px 0px;
    display: flex;
    border-top: 4px solid transparent;
    cursor: pointer;
}

.index_solve .solve_menu ul li .active {
    border-top: 4px solid #0086d6;
    color: #0086d6;
}

.index_solve .solve_menu ul li a:hover {
    border-top: 4px solid #0086d6;
    color: #0086d6;
}





.index_solve .solve_show .swiper {
    overflow: visible;
    clip-path: polygon(0% 0, 200% 0%, 119% 100%, 0% 100%);
}

.index_solve .solve_show {
    position: relative;
}

.index_solve .p_switch {
    display: none;
}

.index_solve .btnbox .swiper-slide {
    width: auto !important;
}

.index_solve .active1 {
    display: block !important;
}

.index_solve .show_top .safe {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 28px 0px 29px 0px;
}

.index_solve .show_top .solve_number {
    display: inline-block !important;
    width: auto;
    font-size: 16px;
}

.index_solve .solve_number .start {
    color: #0086d6;
    font-size: 28px;
}

.index_solve .show_top .btnbox {
    /* display: flex; */
    /* align-items: center; */
    width: 80%;
}

.index_solve .show_top .btnbox a {
    box-sizing: border-box;

    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 26px;
    margin-right: 15px;
    border-radius: 28px;
    border: solid 1px #959595;

    font-family: MicrosoftYaHei;
    font-size: 18px;
    color: #333333;
    cursor: pointer;
}

.index_solve .show_top .btnbox .active {
    background-color: #0086d6;
    border: 1px solid transparent;
    color: #fff;
}

.index_solve .show_top .btnbox a:hover {
    background-color: #0086d6;
    border: 1px solid transparent;
    color: #fff;
}

.index_solve .solve_show .solve_mySwiper .swiper-slide {
    position: relative;
}

.index_solve .solve_show .solve_mySwiper .swiper-slide img {
    display: block;
}

.index_solve .solve_show .solve_mySwiper .swiper-slide .shadow {
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    width: 100%;
    height: 30%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    background: linear-gradient(rgba(0, 0, 0, 0.0)0%, rgba(0, 0, 0, .9)95%);
    font-family: MicrosoftYaHei;
    font-size: 22px;
    line-height: 92px;
    color: #ffffff;
    transition: none;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;

}


.index_solve .solve_prev,
.index_solve .solve_next {
    display: inline-block;
    border-radius: 50px;
    padding: 21.5px;
    background-color: #ebebeb;
    color: #fff;
    transform: translateY(45%);
    z-index: 10;
    position: absolute;
    cursor: pointer;
}

.index_solve .solve_show .solve_prev {
    left: -6.08%;
    top: 45%;
}

.index_solve .solve_show .solve_next {
    right: -5.8%;
    top: 45%;
}


.index_solve .solve_show .solve_prev:hover,
.index_solve .solve_show .solve_next:hover {
    background: #0086d6;
}

@media(max-width:1600px) {
    .index_solve {
        padding: 50px 0px 50 0px;
    }

    .index_solve .title {
        font-size: 46px;
        line-height: 46px;
        margin-bottom: 50px;
    }

    .index_solve .solve_menu ul li a {
        padding: 16px 0px 18px 0px;
        font-size: 22px;
        line-height: 26px;
    }

    .index_solve .solve_menu ul li {
        margin-right: 50px;
    }

    .index_solve .show_top .btnbox a {
        font-size: 16px;
        padding: 14px 24px;
        margin-right: 12px;
    }

    .index_solve .solve_prev,
    .index_solve .solve_show .solve_next {
        padding: 18px;
    }

    .index_solve .solve_show .solve_next {
        right: -4.5%;
    }

    .index_solve .solve_show .solve_mySwiper .swiper-slide .shadow {
        font-size: 20px;
        line-height: 80px;
    }

    .index_solve .solve_show .solve_prev {
        left: -4.5%;
        top: 45%;
    }
}

@media(max-width:1333px) {
    .index_solve .title {
        font-size: 40px;
        line-height: 42px;
        margin-bottom: 40px;
    }

    .index_solve .solve_menu ul li a {
        padding: 13px 0px 13px 0px;
        font-size: 16px;
        line-height: 20px;
        border-top: 2px solid transparent;
    }

    .index_solve .solve_menu ul li .active {
        border-top: 2px solid #0086d6;
        color: #0086d6;
    }

    .index_solve .show_top .btnbox a {
        font-size: 16px;
        padding: 12px 18px;
        margin-right: 10px;
    }

    .index_solve .show_top {
        padding: 20px 0px 20px 0px;
    }

    .index_solve .solve_menu ul li {
        margin-right: 35px;
    }

    .index_solve .solve_show .solve_mySwiper .swiper-slide .shadow {
        font-size: 18px;
        line-height: 60px;
    }

    .index_solve .show_top .safe {
        padding: 8px 0px;
    }

    .index_solve .solve_show .solve_next {
        right: -6.5%;
    }

    .index_solve .solve_show .solve_prev {
        left: -6.5%;
    }
}

@media(max-width:999px) {
    .index_solve {
        padding: 40px 0px;
    }



    .index_solve .solve_show {
        margin: 0 auto;
        width: 90%;
    }

    .index_solve .solve_show .solve_next {
        top: 34%;
        right: -50px;
    }

    .index_solve .solve_show .solve_prev {
        top: 34%;
        left: -50px;
    }

    .index_solve .solve_prev,
    .index_solve .solve_show .solve_next {
        padding: 16px;
    }

    .index_solve .title {
        font-size: 34px;
        line-height: 36px;
        margin-bottom: 30px;
    }

    .index_solve .solve_menu ul li a {
        padding: 10px 0px 10px 0px;
        font-size: 14px;
        line-height: 18px;
        border-top: 2px solid transparent;
    }

    .index_solve .solve_menu ul li {
        margin-right: 30px;
    }

    .index_solve .show_top .btnbox a {
        font-size: 14px;
        padding: 10px 12px;
        margin-right: 10px;
    }

    .index_solve .show_top {
        padding: 15px 0px;
    }

    .index_solve .solve_prev,
    .index_solve .solve_show .solve_next {
        padding: 12px;
    }

    .index_solve .solve_show .solve_mySwiper .swiper-slide .shadow {
        font-size: 16px;
        line-height: 50px;
    }
}

@media(max-width:768px) {
    .index_solve .solve_show .swiper {
        overflow: hidden;
        clip-path: unset;
    }

    .index_solve .title {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 25px;
    }

    .index_solve .show_top .btnbox a {
        font-size: 14px;
        padding: 8px 8px;
        margin-right: 5px;
    }

    .index_solve .solve_show .solve_prev {
        top: 34%;
        left: -43px;
    }

    .index_solve .solve_show .solve_next {
        top: 34%;
        right: -45px;
    }

    .index_solve .solve-pagination {
        font-size: 12px;
    }
}

@media(max-width:570px) {
    .index_solve .title {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 15px;
    }

    .index_solve .solve_menu ul li a {
        padding: 6px 0px 9px 0px;
        font-size: 12px;
        line-height: 16px;
        border-top: 1px solid transparent;
    }

    .index_solve .solve_menu ul li {
        margin-right: 15px;
    }

    .index_solve .solve_menu ul li .active {
        border-top: 1px solid #0086d6;
        color: #0086d6;
    }

    .index_solve .show_top .btnbox a {
        font-size: 12px;
        padding: 8px 8px;
        margin-right: 5px;

    }

    .index_solve .show_top .btnbox {
        width: 100%;
    }

    .index_solve .show_top .solve_number {
        display: none !important;
    }

    .index_solve .show_top .solve-pagination {
        display: none !important;
    }

    .index_solve {
        padding: 30px 0px;
    }

    .index_solve .solve_show .solve_mySwiper .swiper-slide .shadow {
        font-size: 14px;
        line-height: 40px;
    }

    .index_solve .solve_show {
        margin: 0 auto;
        width: 100%;
    }

    .index_solve .solve_prev,
    .index_solve .solve_show .solve_next {
        display: none;
    }

    .index_solve .show_top .btnbox {
        flex-wrap: wrap;

    }

    .index_solve .show_top .btnbox a {
        margin-bottom: 8px;
    }

    .index_solve .show_top {
        padding: 10px 0px;
    }
}








/* index_strength */
.index_strength {
    padding: 58px 0px 64px 0px;
    position: relative;
    /* padding: 70px 0px 80px 0px; */
    background-image: linear-gradient(180deg,
            #689dcf 1%,
            #bdc8dc 100%),
        linear-gradient(#0086d6,
            #0086d6);
    background-blend-mode: normal,
        normal;
}

.index_strength .safe {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.index_strength .leftbox {
    width: 46%;
}

.index_strength .leftbox .title {
    font-family: MicrosoftYaHei;
    font-size: 54px;
    line-height: 54px;
    color: #ffffff;
    padding-top: 19px;
    padding-bottom: 36px;

    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.index_strength .leftbox .title a {
    color: #ffffff;
}

.index_strength .leftbox .title a:hover {
    color: #0086d6;
}

.index_strength .leftbox .content {
    font-family: MicrosoftYaHei;
    font-size: 24px;
    line-height: 40px;
    color: #ffffff;
    margin-bottom: 15px;

    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.index_strength .leftbox .read_more span {
    color: #fff;
}

.index_strength .leftbox .read_more i {
    color: #0086d6;
}

.index_strength .leftbox .read_more a:hover i {
    color: #fff;
}

.index_strength .resource_faq {
    width: 53%;
    padding-left: 3%;
    transform: translateY(0px);
    padding-top: 4px;
}

.index_strength .resource_faq .quest1 {
    border-bottom: 1px solid #fff;
}

.index_strength .resource_faq .quest1:nth-of-type(1) .question {
    transform: translateY(15px);
}

.index_strength .resource_faq .quest1:last-child {
    margin-bottom: 0;
}

.index_strength .resource_faq .question {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 38px;
    padding-bottom: 38px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;

}

.index_strength .resource_faq .question .que {
    width: 92%;
    font-weight: bold;
    /* font-family: MicrosoftYaHei-Bold; */
    font-size: 24px;
    line-height: 36px;
    color: #ffffff;
}

.index_strength .resource_faq .question i {
    font-size: 16px;
    color: #ffffff;
    opacity: 0.5;
}

.index_strength .resource_faq .question .icon-bottom7 {
    opacity: 1;
}

.index_strength .resource_faq .quest1 .answer {
    display: none;
    transition: none;
}

.index_strength .resource_faq .quest1 .answer p {
    padding-left: 10px;
    padding-right: 10px;
    transition: none;

    font-family: MicrosoftYaHei;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;

    margin-bottom: 35px;
}

.index_strength .resource_faq .quest1 .answer {
    /* padding: 14px 0px 0px 0px; */
}

.index_strength .r_box {
    overflow: hidden;
}

.index_strength .r_box img {
    display: block;
}

.index_strength .r_box img:hover {
    transform: scale(1.05);
}

.str_list {
    margin-bottom: 55px;
}

.str_list a {
    font-family: MicrosoftYaHei;
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
    color: #ffffff;
}

.str_list li {
    padding: 13px 0px;
}

.str_list a:hover {
    color: #0086d6;
}



@media(max-width:1600px) {
    .index_strength {
        padding: 50px 0px;
    }

    .index_strength .leftbox .title {
        font-size: 46px;
        line-height: 46px;
        padding-top: 0px;
        padding-bottom: 25px;
    }

    .index_strength .leftbox .content {
        font-size: 26px;
        line-height: 40px;
        margin-bottom: 60px;
    }

    .index_strength .resource_faq .question .que {
        width: 92%;
        font-size: 20px;
        line-height: 30px;
    }

    .index_strength .resource_faq .question {
        padding: 25px 10px;
    }

    .index_strength .resource_faq .quest1:nth-of-type(1) .question {
        transform: unset;
    }

    .index_strength .resource_faq .quest1 .answer p {
        margin-bottom: 25px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .index_strength .resource_faq .question i {
        font-size: 14px;
        color: #ffffff;
    }

    .index_strength .leftbox .content {
        font-size: 22px;
        line-height: 36px;
        margin-bottom: 15px;
    }

    .str_list li {
        padding: 8px 0px;
    }

    .str_list a {
        font-size: 22px;
        line-height: 32px;
    }

    .index_strength .r_box {
        width: 50%;
    }

    .str_list {
        margin-bottom: 40px;
    }
}

@media(max-width:1333px) {
    .index_strength .leftbox .title {
        font-size: 40px;
        line-height: 42px;
        padding-top: 0px;
        padding-bottom: 25px;
    }

    .index_strength .leftbox .content {
        font-size: 20px;
        line-height: 34px;
        margin-bottom: 15px;
    }

    .index_strength .resource_faq .question .que {
        width: 92%;
        font-size: 18px;
        line-height: 24px;
    }

    .index_strength .resource_faq .question {
        padding: 20px 10px;
    }

    .index_strength .resource_faq .question i {
        font-size: 14px;
        color: #ffffff;
    }

    .str_list li {
        padding: 6px 0px;
    }

    .str_list a {
        font-size: 18px;
        line-height: 26px;
    }

    .str_list {
        margin-bottom: 30px;
    }
}

@media(max-width:999px) {
    .index_strength {
        padding: 40px 0px;
    }

    .index_strength .safe {
        flex-direction: column;
    }

    .index_strength .leftbox {
        width: 100%;
        text-align: center;
    }

    .index_strength .leftbox .title {
        font-size: 34px;
        line-height: 36px;
        padding-top: 0px;
        padding-bottom: 20px;
    }

    /* .index_strength .leftbox .content {
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 25px;
    } */

    .index_strength .resource_faq {
        width: 100%;
        padding-left: 0;
    }

    .index_strength .resource_faq .quest1 .answer p {
        margin-bottom: 20px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .index_strength .resource_faq .question {
        padding: 10px 10px;
    }

    .index_strength .resource_faq .question i {
        font-size: 12px;
        color: #ffffff;
    }

    .index_strength .read_more {
        position: absolute;
        right: 25px;
        top: 8%;
    }

    /* .index_strength .leftbox .content {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 15px;
    } */

    .index_strength .resource_faq .question .que {
        width: 92%;
        font-size: 16px;
        line-height: 22px;
    }

    .index_strength .resource_faq .quest1 .answer p {
        line-height: 24px;
        font-size: 14px;
    }

    .index_strength .resource_faq .quest1 .answer p {
        margin-bottom: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .index_strength .resource_faq .question {
        padding: 15px 10px;
    }

    .index_strength .resource_faq .question i {
        font-size: 12px;
        color: #ffffff;
    }

    .index_strength .leftbox .content {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 15px;
        text-align: left;
    }

    .str_list li {
        padding: 5px 0px;
        text-align: left;
    }

    .str_list a {
        font-size: 16px;
        line-height: 24px;
    }

    .index_strength .r_box {
        width: 75%;
    }

    .index_strength .r_box img {
        width: 100%;
    }
}

@media(max-width:768px) {
    .index_strength .resource_faq .question .que {
        font-size: 16px;
        line-height: 22px;
    }

    .index_strength .leftbox .title {
        font-size: 28px;
        line-height: 30px;
        padding-top: 0px;
        padding-bottom: 20px;
    }

    .index_strength .leftbox .content {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 10px;
        text-align: left;
    }

    .str_list li {
        padding: 3px 0px;
        text-align: left;
    }

    .str_list a {
        font-size: 14px;
        line-height: 24px;
    }

    .index_strength .r_box {
        width: 90%;
    }
}

@media(max-width:570px) {
    .index_strength {
        padding: 30px 0px;
    }

    .index_strength .leftbox .title {
        font-size: 22px;
        line-height: 24px;
        padding-top: 0px;
        padding-bottom: 15px;
    }

    .index_strength .read_more {
        position: absolute;
        right: 4%;
        top: 7%;
    }

    .index_strength .leftbox .content {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 15px;
    }

    .index_strength .resource_faq .question .que {
        font-size: 14px;
        line-height: 20px;
    }

    .index_strength .resource_faq .quest1 .answer p {
        line-height: 22px;
        font-size: 12px;
    }

    .index_strength .resource_faq .question {
        padding: 10px 5px;
    }

    .index_strength .resource_faq .question i {
        font-size: 12px;
    }

    .str_list {
        margin-bottom: 15px;
    }

    .index_strength .r_box {
        width: 100%;
    }
}






/* index_aboutUs */
.index_aboutUs {
    padding: 87px 0px 83px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.index_aboutUs .titlebox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.index_aboutUs .titlebox .title {
    font-family: MicrosoftYaHei;
    font-size: 54px;
    line-height: 56px;
    color: #333333;
    margin-bottom: 19px;
}

.index_aboutUs .titlebox .title a:hover {
    color: #0086d6;
}

.index_aboutUs .wrap {
    display: flex;
    justify-content: space-between;
}

.index_aboutUs .wrap .leftbox {
    width: 43.1%;
}

.index_aboutUs .wrap .leftbox .imgbox {
    overflow: hidden;
    margin-bottom: 49px;
}

.index_aboutUs .wrap .leftbox .imgbox img {
    display: block;
}

.index_aboutUs .wrap .leftbox .imgbox img:hover {
    transform: scale(1.1);
}

.index_aboutUs .wrap .leftbox .box .company_name,
.index_aboutUs .wrap .rightbox .contact .contact1 .company_name {
    font-family: MicrosoftYaHei;
    font-size: 20px;
    line-height: 51px;
    color: #333;
    border-bottom: 1px solid #b7b7b7;
    margin-bottom: 13.5px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.index_aboutUs .wrap .rightbox .contact .contact1:nth-of-type(1) .company_name {
    padding-left: 12px;
}

.index_aboutUs .wrap .rightbox .contact .contact1:nth-of-type(2) .company_name {
    padding-left: 30px;
}


.index_aboutUs .wrap .leftbox .box .date,
.index_aboutUs .wrap .rightbox .contact .number {
    font-family: MicrosoftYaHei;
    font-size: 40px;
    line-height: 48px;
    color: #333;
}


.index_aboutUs .wrap .rightbox .contact1:nth-of-type(1) .number {
    padding-left: 15px;
}

.index_aboutUs .wrap .rightbox .contact1:nth-of-type(2) .number {
    padding-left: 30px;
}


.index_aboutUs .wrap .leftbox .box .date span,
.index_aboutUs .wrap .rightbox .contact .number .za {
    font-size: 16px;
}



.index_aboutUs .wrap .rightbox {
    width: 56%;
    padding-left: 3.3%;
}

.index_aboutUs .wrap .rightbox .small_title {
    font-family: MicrosoftYaHei;
    font-size: 30px;
    line-height: 36px;
    color: #333333;
    padding-top: 4px;
    margin-bottom: 24px;
}

.index_aboutUs .wrap .rightbox .content {
    margin-bottom: 31px;
}

.index_aboutUs .wrap .rightbox .content p {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    line-height: 28px;
    color: #666666;
    text-indent: 2em;

    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
}

.index_aboutUs .wrap .rightbox .about_list {
    display: flex;
    align-items: center;
    margin-bottom: 63px;

}

.index_aboutUs .wrap .rightbox .about_list li {
    width: 133px;
    height: 133px;
    /*    background-color: #ffffff;*/
    border-radius: 10px;
    margin-right: 28px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}

.index_aboutUs .wrap .rightbox .about_list p {
    font-family: MicrosoftYaHei;
    font-size: 18px;
    line-height: 28px;
    color: #333333;
    padding-top: 5px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}


.index_aboutUs .wrap .rightbox .contact {
    display: flex;
    justify-content: space-between;
}

.index_aboutUs .wrap .rightbox .contact .contact1 {
    width: 50%;
}

.index_aboutUs .wrap .rightbox {}


@media(max-width:1600px) {
    .index_aboutUs {
        padding: 50px 0px;
    }

    .index_aboutUs .wrap .rightbox .contact .contact1:nth-of-type(1) .company_name {
        padding-left: 0px;
    }

    .index_aboutUs .wrap .rightbox .contact .contact1:nth-of-type(2) .company_name {
        padding-left: 0px;
    }

    .index_aboutUs .wrap .rightbox .contact1:nth-of-type(1) .number {
        padding-left: 0px;
    }

    .index_aboutUs .wrap .rightbox .contact1:nth-of-type(2) .number {
        padding-left: 0px;
    }

    .index_aboutUs .titlebox .title {
        font-size: 46px;
        line-height: 46px;
        margin-bottom: 15px;
    }

    .index_aboutUs .wrap .rightbox .small_title {
        font-size: 28px;
        line-height: 32px;
        padding-top: 0px;
        margin-bottom: 15px;
    }

    .index_aboutUs .wrap .rightbox .about_list li {
        width: 110px;
        height: 110px;
        border-radius: 8px;
        margin-right: 28px;
    }

    .index_aboutUs .wrap .rightbox .about_list {
        display: flex;
        align-items: center;
        margin-bottom: 45px;
    }

    .index_aboutUs .wrap .leftbox .box .company_name,
    .index_aboutUs .wrap .rightbox .contact .contact1 .company_name {
        font-size: 18px;
        line-height: 40px;
        margin-bottom: 10px;
    }

    .index_aboutUs .wrap .leftbox .box .date,
    .index_aboutUs .wrap .rightbox .contact .number {
        font-size: 36px;
        line-height: 42px;
    }

    .index_aboutUs .wrap .rightbox .about_list p {
        font-size: 16px;
        line-height: 24px;
        padding-top: 5px;
        padding-left: 10px;
        padding-right: 10px;
    }

}

@media(max-width:1333px) {
    .index_aboutUs .wrap {
        align-items: center;
    }

    .index_aboutUs .wrap .rightbox .about_list li {
        width: 100px;
        height: 100px;
        border-radius: 6px;
        margin-right: 25px;
    }

    .index_aboutUs .titlebox .title {
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 15px;
        width: 80%;
    }

    .index_aboutUs .wrap .leftbox .imgbox {
        overflow: hidden;
        margin-bottom: 30px;
    }

    .index_aboutUs .wrap .rightbox .small_title {
        font-size: 26px;
        line-height: 30px;
        padding-top: 0px;
        margin-bottom: 12px;
    }

    .index_aboutUs .wrap .rightbox .content p {
        font-size: 14px;
        line-height: 22px;
    }

    .index_aboutUs .titlebox {
        margin-bottom: 15px;
    }

    .index_aboutUs .wrap .rightbox .about_list li img {
        width: 50%;
    }

    .index_aboutUs .wrap .rightbox .about_list p {
        font-size: 14px;
        padding: 0px 5px;
        padding-left: 5px;
        line-height: 22px;
    }

    .index_aboutUs .wrap .rightbox .content {
        margin-bottom: 15px;
    }

    .index_aboutUs .wrap .leftbox .box .company_name,
    .index_aboutUs .wrap .rightbox .contact .contact1 .company_name {
        font-size: 16px;
        line-height: 36px;
        margin-bottom: 5px;
    }

    .index_aboutUs .wrap .rightbox .about_list {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }

    .index_aboutUs .wrap .leftbox .box .date,
    .index_aboutUs .wrap .rightbox .contact .number {
        font-size: 32px;
        line-height: 38px;
    }
}

@media(max-width:999px) {
    .index_aboutUs {
        padding: 40px 0px;
    }

    .index_aboutUs .titlebox .title {
        font-size: 34px;
        line-height: 34px;
        margin-bottom: 15px;
        width: 82%;
    }

    .index_aboutUs .wrap {
        flex-direction: column;
    }

    .index_aboutUs .wrap .leftbox {
        width: 100%;
        margin-bottom: 20px;
    }

    .index_aboutUs .wrap .leftbox .imgbox img {
        max-width: 80%;
        margin: 0 auto;
    }

    .index_aboutUs .wrap .rightbox {
        width: 100%;
        padding-left: 0;
    }

    .index_aboutUs .wrap .leftbox .box .company_name,
    .index_aboutUs .wrap .rightbox .contact .contact1 .company_name {
        font-size: 14px;
        line-height: 34px;
        margin-bottom: 5px;
    }

    .index_aboutUs .wrap .leftbox .box .date,
    .index_aboutUs .wrap .rightbox .contact .number {
        font-size: 28px;
        line-height: 32px;
    }

    .index_aboutUs .wrap .rightbox .small_title {
        font-size: 24px;
        line-height: 28px;
        padding-top: 0px;
        margin-bottom: 10px;
    }

    .index_aboutUs .wrap .rightbox .about_list li {
        width: 90px;
        height: 90px;
        border-radius: 6px;
        margin-right: 25px;
    }

    .index_aboutUs .wrap .leftbox .box .date,
    .index_aboutUs .wrap .rightbox .contact .number {
        font-size: 24px;
        line-height: 30px;
    }
}

@media(max-width:768px) {
    .index_aboutUs .titlebox .title {
        font-size: 28px;
        line-height: 30px;
        margin-bottom: 8px;
        width: 70%;
    }

    .index_aboutUs .wrap .leftbox .imgbox img {
        max-width: 85%;
        margin: 0 auto;
    }

    .index_aboutUs .wrap .leftbox .imgbox {
        overflow: hidden;
        margin-bottom: 28px;
    }
}

@media(max-width:570px) {
    .index_aboutUs {
        padding: 30px 0px;
    }

    .index_aboutUs .titlebox .title {
        font-size: 22px;
        line-height: 24px;
        margin-bottom: 5px;
        width: 70%;
    }

    .index_aboutUs .wrap .leftbox .imgbox img {
        max-width: 90%;
        margin: 0 auto;
    }

    .index_aboutUs .wrap .leftbox .box .company_name,
    .index_aboutUs .wrap .rightbox .contact .contact1 .company_name {
        font-size: 12px;
        line-height: 32px;
        margin-bottom: 5px;
    }

    .index_aboutUs .wrap .leftbox .imgbox {
        overflow: hidden;
        margin-bottom: 15px;
    }

    .index_aboutUs .wrap .leftbox .box .date,
    .index_aboutUs .wrap .rightbox .contact .number {
        font-size: 20px;
        line-height: 26px;
    }

    .index_aboutUs .wrap .rightbox .small_title {
        font-size: 22px;
        line-height: 24px;
        padding-top: 0px;
        margin-bottom: 10px;
    }

    .index_aboutUs .wrap .rightbox .about_list p {
        font-size: 12px;
        padding: 0px 5px;
        padding-left: 5px;
        line-height: 25px;
    }

    .index_aboutUs .wrap .rightbox .about_list li {
        width: 80px;
        height: 80px;
        border-radius: 4px;
        margin-right: 15px;
    }

    .index_aboutUs .wrap .rightbox .content p {
        font-size: 12px;
        line-height: 20px;
    }
}

@media(max-width:400px) {
    .index_aboutUs .wrap .leftbox .imgbox img {
        max-width: 100%;
        margin: 0 auto;
    }
}




/* index_service */
.index_service {
    padding: 107px 0px 67px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.index_service .safe {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    flex-wrap: wrap;
}

.index_service .safe .leftbox {
    width: 57%;
}

.index_service .safe .leftbox .title {
    font-family: MicrosoftYaHei;
    font-size: 54px;
    line-height: 58px;
    color: #ffffff;
    margin-bottom: 42px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.index_service .safe .leftbox .title a {
    color: #ffffff;
}

.index_service .safe .leftbox .title a:hover {
    color: rgba(255, 255, 255, .2);
}

.index_service .safe .leftbox .content {
    font-family: MicrosoftYaHei;
    font-size: 30px;
    line-height: 48px;
    color: #ffffff;
    margin-bottom: 49px;

    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.index_service .safe .leftbox .btnbox {
    display: flex;
    flex-wrap: wrap;
}

.index_service .safe .leftbox .btnbox a {
    width: 253px;
    padding: 0px 20px 0px 29px;
    height: 62px;
    background-color: rgba(255, 255, 255, .2);
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: MicrosoftYaHei;
    font-size: 18px;
    line-height: 48px;
    color: #ffffff;
    margin-right: 2.3%;
    margin-bottom: 1.9%;
    cursor: pointer;
}

.index_service .safe .leftbox .btnbox a:nth-child(3n) {
    margin-right: 0;
}

.index_service .safe .leftbox .btnbox a:hover {
    background-color: rgba(255, 255, 255);
    color: #333;
}

.index_service .safe .rightbox {
    width: 43%;
    padding-left: 10%;
    display: flex;
}

.index_service .safe .rightbox .imgbox {
    border-radius: 50%;
    background-color: #fff;
    flex-shrink: 0;

}

.index_service .safe .rightbox .imgbox img {
    display: block;
    border-radius: 50%;
    /*    transform: translateX(-30px);*/
}

@media(max-width:1600px) {
    .index_service {
        padding: 50px 0px;
    }

    .index_service .safe .leftbox .title {
        font-size: 46px;
        line-height: 48px;
        margin-bottom: 30px;
    }

    .index_service .safe .leftbox .content {
        font-size: 22px;
        line-height: 44px;
        margin-bottom: 40px;
    }

    .index_service .safe .leftbox .btnbox a {
        font-size: 16px;
        width: 210px;
        padding: 0px 20px;
    }

    .index_service .safe .rightbox {
        width: 40%;
        padding-left: 3%;
        display: flex;
    }
}

@media(max-width:1333px) {
    .index_service .safe .leftbox .title {
        font-size: 40px;
        line-height: 42px;
        margin-bottom: 24px;
    }

    .index_service .safe .leftbox .content {
        font-size: 16px;
        line-height: 38px;
        margin-bottom: 25px;
    }

    .index_service .safe .leftbox .btnbox a {
        font-size: 16px;
        width: 200px;
    }

    .index_service .safe .leftbox .btnbox a:nth-child(3n) {
        margin-right: 2%;
    }

    .index_service .safe .leftbox .btnbox a {
        margin-right: 2%;
    }

    .index_service .safe .leftbox .btnbox a:nth-child(2n) {
        margin-right: 0;
    }

    .index_service .safe .leftbox .btnbox a {
        font-size: 16px;
        width: 211px;
    }

    .index_service .safe .rightbox {
        width: 47%;
        padding-left: 3%;
    }

    .index_service .safe .rightbox .imgbox img {
        border-radius: 50%;
        transform: translateX(-20px);
    }

    .index_service .safe .leftbox {
        width: 50%;
    }

}

@media(max-width:999px) {
    .index_service {
        padding: 40px 0px;
    }

    .index_service .safe .leftbox {
        width: 100%;
        margin-bottom: 20px;
    }

    .index_service .safe .leftbox .title {
        font-size: 34px;
        line-height: 36px;
        margin-bottom: 15px;
        text-align: center;
    }

    .index_service .safe .leftbox .content {
        font-size: 14px;
        line-height: 32px;
        margin-bottom: 20px;
        text-align: center;
    }

    .index_service .safe .leftbox .btnbox a:nth-of-type(2n) {
        margin-right: 2%;
    }

    .index_service .safe .leftbox .btnbox a {
        padding: 0px 18px;
        margin-right: 2%;
    }

    .index_service .safe .leftbox .btnbox {
        justify-content: center;
    }

    .index_service .safe .rightbox {
        width: 100%;
        padding-left: 0;
    }

    .index_service .safe .rightbox .imgbox {
        margin: 0 auto;
    }

}

@media(max-width:768px) {
    .index_service .safe .leftbox .title {
        font-size: 28px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .index_service .safe .leftbox .btnbox a {
        font-size: 14px;
        width: 230px;
        height: 55px;
    }
}

@media(max-width:570px) {
    .index_service {
        padding: 30px 0px;
    }

    .index_service .safe .leftbox .title {
        font-size: 22px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .index_service .safe .leftbox .content {
        font-size: 12px;
        line-height: 26px;
        margin-bottom: 15px;
        text-align: center;
    }

    .index_service .safe .leftbox .btnbox a {
        font-size: 12px;
        width: 180px;
        height: 50px;
    }

    .index_service .safe .rightbox .imgbox img {
        border-radius: 50%;
        transform: translateX(0px);
    }

    .index_service .safe .rightbox .imgbox {
        width: 100%;
    }
}







/* index_news */
.index_news {
    padding: 98px 0px 111px 0px;
}

.index_news .safe {}

.index_news .titlebox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 52px;
}

.index_news .btnbox {
    transform: translateY(-20px);
}

.index_news .title {
    font-family: MicrosoftYaHei;
    font-size: 54px;
    line-height: 58px;
    color: #333333;
    width: 60%;


    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.index_news .title a {
    color: #333333;
}

.index_news .title a:hover {
    color: #0086d6;
}


.index_news .news_prev,
.index_news .news_next {
    display: inline-block;
    border-radius: 50px;
    padding: 21.5px;
    background-color: #ebebeb;
    color: #fff;
    transform: translateY(45%);
    z-index: 10;
    cursor: pointer;
}

.index_news .news_prev {
    margin-right: 9px;
}

.index_news .news_prev:hover,
.index_news .news_next:hover {
    background: #0086d6;
}


.index_news .news_mySwiper .imgbox {
    overflow: hidden;
    margin-bottom: 20px;
}

.index_news .news_mySwiper .imgbox img {
    display: block;
}

.index_news .news_mySwiper .imgbox img:hover {
    transform: scale(1.05);
}

.index_news .news_mySwiper .small_title {
    font-family: MicrosoftYaHei;
    font-size: 18px;
    line-height: 36px;
    color: #333333;

    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;

}

.index_news .news_mySwiper .small_title a {
    color: #333333;
}

.index_news .news_mySwiper .small_title a:hover {
    color: #0086d6;
}

.index_news .news_mySwiper .date {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    line-height: 36px;
    color: #888888;
    transform: translateY(-3px);
    margin-bottom: 6px;
}

.index_news .news_mySwiper .content {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    line-height: 26px;
    color: #555555;

    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;

}




@media(max-width:1600px) {
    .index_news {
        padding: 50px 0px;
    }

    .index_news .title {
        font-size: 46px;
        line-height: 46px;
    }

    .index_news .news_prev,
    .index_news .news_next {
        border-radius: 50px;
        padding: 18px;
        transform: translateY(45%);
    }

    .index_news .titlebox {
        margin-bottom: 30px;
    }

    .index_news .news_mySwiper .imgbox {
        overflow: hidden;
        margin-bottom: 10px;
    }

    .index_news .news_mySwiper .small_title {
        font-size: 16px;
        line-height: 28px;
    }

    .index_news .news_mySwiper .date {
        font-size: 16px;
        line-height: 32px;
        transform: translateY(0px);
        margin-bottom: 0px;
    }
}

@media(max-width:1333px) {
    .index_news .title {
        font-size: 40px;
        line-height: 42px;
    }

    .index_news .news_mySwiper .small_title {
        font-size: 14px;
        line-height: 24px;
    }

    .index_news .news_mySwiper .date {
        font-size: 14px;
        line-height: 26px;
    }

    .index_news .news_mySwiper .content {
        font-size: 14px;
        line-height: 24px;
    }
}

@media(max-width:999px) {
    .index_news {
        padding: 40px 0px;
    }

    .index_news .news_prev,
    .index_news .news_next {
        border-radius: 50px;
        padding: 12px;
        transform: translateY(45%);
    }

    .index_news .title {
        font-size: 34px;
        line-height: 36px;
    }

    .index_news .titlebox {
        margin-bottom: 24px;
    }

    .index_news .news_prev,
    .index_news .news_next {
        font-size: 14px;
    }
}

@media(max-width:768px) {
    .index_news .title {
        font-size: 28px;
        line-height: 30px;
    }

    .index_news .titlebox {
        margin-bottom: 15px;
    }
}

@media(max-width:570px) {
    .index_news {
        padding: 30px 0px;
    }

    .index_news .title {
        font-size: 22px;
        line-height: 24px;
    }

    .index_news .news_prev,
    .index_news .news_next {
        padding: 10px;
        font-size: 12px;
    }

    .index_news .news_prev {
        margin-right: 8px;
    }

    .index_news .news_mySwiper .content {
        font-size: 12px;
        line-height: 22px;
    }

    .index_news .news_mySwiper .date {
        font-size: 12px;
        line-height: 22px;
    }

}

@media(max-width:500px) {
    .index_news .news_mySwiper .imgbox img {
        display: block;
        width: 90%;
        margin: 0 auto;
    }
}

@media(max-width:450px) {
    .index_news .news_mySwiper .imgbox img {
        display: block;
        width: 95%;
        margin: 0 auto;
    }
}

@media(max-width:400px) {
    .index_news .news_mySwiper .imgbox img {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
}





/* footer */
footer {
    padding: 86px 0px 50px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

footer .foot_erweima {}

footer .foot_erweima {
    width: 100px;
    height: 100px;
    position: absolute;
    right: 10%;
    bottom: 15%;
}

footer .foot_erweima img {
    display: block;
}

footer .safe {
    display: flex;

}

footer .safe .leftbox {
    width: 63%;
}

footer .safe .leftbox .footer_contact {
    display: flex;
    margin-bottom: 122px;
    padding-left: 1.5%;
}

footer .safe .leftbox .footer_contact .foot_product {
    /* margin-right: 15%; */
    width: 28%;
    padding-right: 2%;
}

footer .safe .leftbox .footer_contact .foot_aboutUs {
    /* margin-right: 15%; */
    width: 26%;
    padding-right: 2%;
    padding-left: 1.8%;
}

footer .safe .leftbox .footer_contact .foot_relation {
    width: 45%;
    padding-left: 5.3%;
}

footer .safe .leftbox .footer_contact .foot_relation li span {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    line-height: 24px;
    color: #d5d5d8;
}

footer .safe .leftbox .footer_contact .foot_relation li p {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    line-height: 24px;
    color: #d5d5d8;
}

footer .safe .leftbox .title {
    margin-bottom: 51px;
}

footer .safe .leftbox .title a,
footer .safe .rightbox .title a {
    font-family: MicrosoftYaHei;
    font-size: 24px;
    line-height: 36px;
    color: #ffffff;
}

footer .safe .leftbox .title a:hover,
footer .safe .rightbox .title a:hover {
    color: #0086d6;
}

footer .safe .leftbox li a {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #d5d5d8;
    line-height: 25px;
}

footer .safe .leftbox li a:hover {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    line-height: 25px;
    color: #ffffff;
}

footer .safe .leftbox li {
    margin: 23px 0px;
}

footer .safe .email p {
    word-break: break-all;
}

footer .safe .copyrightbox {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    line-height: 38px;
    color: #d5d5d8;
}

footer .safe .copyrightbox a {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    line-height: 38px;
    color: #d5d5d8;
}

footer .safe .copyrightbox a:hover {
    color: #fff;
}


footer .safe .rightbox {
    width: 37%;
    padding-left: 4%;
}

footer .safe .rightbox form {
    width: 100%;
}

footer .safe .rightbox .title {
    margin-bottom: 45px;
}

footer .safe .rightbox .inp {
    width: 100%;
    padding-left: 4%;
    border-bottom: 1px solid rgba(213, 213, 216, .3);
    position: relative;

    margin-bottom: 30px;
}

footer .safe .rightbox .mark::after {
    content: "*";
    position: absolute;
    left: 5px;
    top: 5px;
    font-size: 16px;
    color: #dc0707;
}

footer .safe .rightbox .inp input {
    width: 98%;
    height: 30px;
    background-color: transparent;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    line-height: 36px;
    color: #a5a6a9;
    padding-bottom: 14px;
    box-sizing: content-box;
    padding-right: 2%;
}

footer .safe .rightbox .inp img {
    cursor: pointer;
}

footer .safe .rightbox .inp input::placeholder {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    line-height: 36px;
    color: #a5a6a9;
}

footer .safe .rightbox .inp:nth-of-type(2) {
    margin-bottom: 19px;

}

footer .safe .rightbox .inp2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px;
}

footer .safe .rightbox .inp2 input {
    width: 60%;
}

footer .safe .rightbox .submitBox {
    margin-bottom: 39px;
}

footer .safe .rightbox .submitBox .submit {
    width: 135px;
    height: 46px;
    background-color: #0086d6;
    border-radius: 23px;
    cursor: pointer;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #ffffff;
}

footer .safe .rightbox .submitBox .submit:hover {
    color: #0086d6;
    background-color: #fff;
    border: 1px solid #0086d6;
}




footer .index_connect {
    text-align: center;
    display: flex;
}

footer .index_connect a {
    display: inline-block;
    width: 44px;
    height: 44px;
    margin-right: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #b4b4b4;
    border-radius: 50px;
}

footer .index_connect a i {
    font-size: 20px;
    color: #b4b4b4;
}

footer .index_connect a:hover {
    border: 1px solid transparent;
    background-color: #a5a6a9;
}

footer .index_connect a:hover i {
    color: #fff;
}

@media(max-width:1600px) {
    footer {
        padding: 50px 0px;
    }

    footer .safe .leftbox .title a,
    footer .safe .rightbox .title a {
        font-family: MicrosoftYaHei;
        font-size: 22px;
        line-height: 32px;
        color: #ffffff;
    }

    footer .index_connect a {
        width: 40px;
        height: 40px;
        margin-right: 10px;
        line-height: 40px;
    }

    footer .safe .leftbox .footer_contact .foot_product {
        width: 25%;
        padding-right: 2%;
    }

    footer .safe .leftbox .footer_contact {
        display: flex;
        margin-bottom: 50px;
        padding-left: 1.5%;
    }

    footer .safe .leftbox .footer_contact .foot_relation {
        width: 45%;
        padding-left: 2%;
    }

    footer .safe .leftbox .title {
        margin-bottom: 40px;
    }

    footer .foot_erweima {
        right: 5%;
        bottom: 10%;
    }

}

@media(max-width:1333px) {
    footer {
        background: #131c35;
        background-image: unset !important;
    }

    footer .safe .leftbox .title a,
    footer .safe .rightbox .title a {
        font-family: MicrosoftYaHei;
        font-size: 18px;
        line-height: 26px;
        color: #ffffff;
    }

    footer .safe .leftbox li a {
        font-size: 14px;
        line-height: 22px;
    }

    footer .safe .leftbox .footer_contact .foot_relation li p {
        font-size: 14px;
        line-height: 22px;
    }

    footer .safe .copyrightbox {
        font-size: 14px;
        line-height: 35px;
    }

    footer .safe .copyrightbox a {
        font-size: 14px;
        line-height: 30px;
    }

    footer .index_connect a i {
        font-size: 18px;
    }

    footer .safe .rightbox .inp input {
        width: 98%;
        height: 30px;
        font-size: 14px;
        line-height: 30px;
        padding-bottom: 14px;
        box-sizing: content-box;
        padding-right: 2%;
    }

    footer .safe .rightbox .inp {
        width: 100%;
        padding-left: 4%;
        position: relative;
        margin-bottom: 15px;
    }

    footer .safe .rightbox .inp input::placeholder {
        padding-left: 4%;
    }

    footer .safe .rightbox .submitBox .submit {
        width: 136px;
        height: 40px;
        background-color: #0086d6;
        border-radius: 20px;
        cursor: pointer;
        font-size: 14px;
    }
    footer .foot_erweima {
        width: 100px;
        position: absolute;
        right: 5%;
        bottom: 10%;
    }
}

@media(max-width:999px) {
    footer .foot_erweima{
        position: static;
        margin: 0 auto;
        margin-bottom: 18px;
    }
    footer .safe .leftbox .footer_contact {
        display: none;
    }

    footer .safe .rightbox form {
        display: none;
    }

    footer .safe {
        display: flex;
        flex-direction: column;
    }

    footer .index_connect a {
        width: 38px;
        height: 38px;
        line-height: 38px;
    }

    footer .index_connect a i {
        font-size: 16px;

    }

    footer .safe .rightbox {
        width: 100%;
        padding-left: 0%;
    }

    footer {
        padding: 40px 0px 70px 0px;
    }

    footer .safe .leftbox {
        width: 100%;
        margin-bottom: 15px;
    }

    footer .safe .leftbox .links {
        display: none;
    }

    footer .safe .copyrightbox {
        text-align: center;
    }

    footer .index_connect {
        text-align: center;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media(max-width:570px) {
    footer .safe .copyrightbox {
        font-size: 12px;
        line-height: 24px;
    }

    footer .safe .copyrightbox a {
        font-size: 12px;
        line-height: 24px;
    }

    footer .index_connect a {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    footer .index_connect a i {
        font-size: 14px;
    }

    footer .index_connect a {
        margin-bottom: 5px;
    }

    footer .index_connect a {
        width: 35px;
        height: 35px;
        line-height: 30px;
    }

    footer .index_connect {
        text-align: center;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    footer {
        padding: 30px 0px 60px 0px;
    }
}







/* 1-1Strength */

/* strength_index */
.strength_index {
    padding: 47px 0px 0px 0px;
}

.strength_index .title {
    font-family: MicrosoftYaHei;
    font-weight: bold;
    font-size: 40px;
    color: #333333;
    margin-bottom: 27px;
}

.strength_index .content {
    font-family: MicrosoftYaHei;
    font-size: 24px;
    line-height: 32px;
    color: #555555;
    margin-bottom: 61px;
}

.strength_index ul {
    display: flex;
}

.strength_index ul li {
    width: 204px;
    height: 204px;
    background-color: #0086d6;
    border-radius: 40px;
    margin-right: 6.78%;

}

.strength_index ul li:nth-of-type(2) {
    background-color: rgba(0, 134, 214, .9);
}

.strength_index ul li:nth-of-type(3) {
    background-color: rgba(0, 134, 214, .8);
}

.strength_index ul li:nth-of-type(4) {
    background-color: rgba(0, 134, 214, .7);
}

.strength_index ul li:nth-of-type(5) {
    background-color: rgba(0, 134, 214, .6);
    margin-right: 0;
}

.strength_index ul li a {
    width: 100%;
    height: 100%;
    border-radius: 40px;
    padding: 0px 21px;
    text-align: center;

    font-family: MicrosoftYaHei;
    font-weight: bold;
    font-size: 18px;
    color: #fafbfb;
    display: flex;
    flex-direction: column;
    align-items: center;

}

.strength_index ul li a span {
    display: block;
    width: 100%;
    height: 50px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;

}

.strength_index ul li a img {
    margin: 44px 0px 18px 0px;
}

.strength_index ul li:hover {
    border-radius: 10px;
}

.strength_index ul li:hover a {
    border-radius: 10px;
}


@media(max-width:1600px) {
    .strength_index {
        padding: 50px 0px 0px 0px;
    }

    .strength_index .title {
        font-size: 36px;
        margin-bottom: 20px;
    }

    .strength_index .content {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 30px;
    }

    .strength_index ul li {
        margin-right: 4.5%;
    }

    .strength_index ul li a {
        font-size: 16px;
    }

    .strength_index ul li a span {
        height: auto;
        display: inline-block;
    }
}

@media(max-width:1333px) {
    .strength_index .title {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .strength_index .content {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 25px;
    }

    .strength_index ul li {
        width: 22%;
        height: auto;
        border-radius: 35px;
        padding-bottom: 14px;
        margin-right: 1.5%;
    }

    .strength_index ul li a img {
        margin: 20px 0px;
    }

    .strength_index ul li a {
        font-size: 14px;
    }

    .strength_index ul li a img {
        width: 50%;
    }
}

@media(max-width:999px) {
    .strength_index {
        padding: 40px 0px 0px 0px;
    }

    .strength_index ul {
        flex-wrap: wrap;
    }

    .strength_index ul li {
        /* width: 150px; */
        /* height: 150px; */

    }

    .strength_index .title {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .strength_index .content {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 20px;
    }

    .strength_index ul li {
        width: 23.8%;
        margin-bottom: 15px;
    }

    .strength_index ul li:nth-child(4n) {
        margin-right: 0;
    }
}

@media(max-width:768px) {
    .strength_index ul li {
        width: 32%;
        height: auto;
        border-radius: 35px;
        padding-bottom: 14px;
        margin-right: 1.5%;
        margin-bottom: 5px;
    }

    .strength_index ul li:nth-child(3n) {
        margin-right: 0;
    }

    .strength_index ul li:nth-child(4n) {
        margin-right: 1.5%;
    }
}

@media(max-width:570px) {
    .strength_index {
        padding: 30px 0px 0px 0px;
    }

    .strength_index .title {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .strength_index .content {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 15px;
    }

    .strength_index ul li a {
        font-size: 12px;
    }
}

@media(max-width:450px) {
    .strength_index ul li {
        width: 49.2%;
        border-radius: 30px;
        padding-bottom: 10px;
        margin-right: 1.5%;
    }

    .strength_index ul li:nth-child(3n) {
        margin-right: 1.5%;
    }

    .strength_index ul li:nth-child(2n) {
        margin-right: 0%;
    }
}

@media(max-width:299px) {
    .strength_index ul li {
        width: 60%;
        border-radius: 25px;
        padding-bottom: 10px;
        margin-right: 0px !important;
    }

    .strength_index ul {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}





/* strength_technology */

.strength_technology {
    padding: 71px 0px 86px 0px;
}

.strength_technology .title {
    font-family: MicrosoftYaHei;
    font-weight: bold;
    font-size: 40px;
    color: #333333;
    margin-bottom: 46px;
}

.strength_technology .technologyBox {
    position: relative;
    display: flex;
    margin-bottom: 45px;
}

.strength_technology .technologyBox:nth-child(odd) {
    flex-direction: row-reverse;
}

.strength_technology .technologyBox:nth-child(odd) .rightbox {
    left: 0;
}

.strength_technology .technologyBox.leftbox {}

.strength_technology .technologyBox .leftbox img {
    display: block;
}

.strength_technology .technologyBox .rightbox {
    position: absolute;
    width: 50%;
    right: 0;
    padding: 82px 78px 98px 58px;
    margin-top: 54px;
    background-color: #ffffff;
    box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
}

.strength_technology .technologyBox .rightbox .small_title {
    font-family: MicrosoftYaHei;
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
    color: #333333;
    margin-bottom: 30px;
}

.strength_technology .technologyBox .content {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    line-height: 26px;
    color: #333333;
}


@media(max-width:1600px) {
    .strength_technology {
        padding: 50px 0px;
    }

    .strength_technology .title {
        font-size: 36px;
        margin-bottom: 40px;
    }

    .strength_technology .technologyBox .leftbox {
        width: 60%;
    }

    .strength_technology .technologyBox {
        align-items: center;
    }

    .strength_technology .technologyBox .rightbox .small_title {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 20px;
    }

    .strength_technology .technologyBox .rightbox {
        margin-top: 0;
        width: 45%;
        right: 0;
        padding: 80px 78px 85px 58px;
    }
}

@media(max-width:1333px) {
    .strength_technology .title {
        font-size: 32px;
        margin-bottom: 36px;
    }

    .strength_technology .technologyBox .rightbox .small_title {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 15px;
    }

    .strength_technology .technologyBox .content {
        font-family: MicrosoftYaHei;
        font-size: 14px;
        line-height: 24px;
        color: #333333;
    }

    .strength_technology .technologyBox .rightbox {
        margin-top: 0;
        width: 45%;
        right: 0;
        padding: 50px 28px;
    }

    .strength_technology .technologyBox {
        margin-bottom: 30px;
    }
}

@media(max-width:999px) {
    .strength_technology {
        padding: 40px 0px;
    }

    .strength_technology .title {
        font-size: 26px;
        margin-bottom: 25px;
    }

    .strength_technology .technologyBox .rightbox {
        width: 45%;
        padding: 30px 28px;
    }

    .strength_technology .technologyBox .rightbox .small_title {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 10px;
    }

    .strength_technology .technologyBox .content {
        font-size: 14px;
        line-height: 22px;
        color: #333333;
    }
}

@media(max-width:768px) {
    .strength_technology .technologyBox .rightbox {
        position: static;
    }

    .strength_technology .technologyBox {
        flex-direction: column;
    }

    .strength_technology .technologyBox .leftbox {
        width: 100%;
        margin-bottom: 15px;
    }

    .strength_technology .technologyBox .rightbox {
        width: 100%;
    }

    .strength_technology .technologyBox:nth-child(odd) {
        flex-direction: unset;
        flex-direction: column;
    }

    .strength_technology .technologyBox .leftbox img {
        max-width: 80%;
        margin: 0 auto;
    }

    .strength_technology .technologyBox:last-child {
        margin-bottom: 0;
    }
}

@media(max-width:570px) {
    .strength_technology {
        padding: 30px 0px;
    }

    .strength_technology .technologyBox .leftbox img {
        max-width: 90%;
        margin: 0 auto;
    }

    .strength_technology .technologyBox .rightbox {
        width: 100%;
        padding: 20px 15px;
    }

    .strength_technology .technologyBox .rightbox .small_title {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 8px;
    }

    .strength_technology .technologyBox .content {
        font-size: 12px;
        line-height: 20px;
    }

    .strength_technology .title {
        font-size: 22px;
        margin-bottom: 15px;
    }
}

@media(max-width:400px) {
    .strength_technology .technologyBox .leftbox img {
        max-width: 100%;
    }
}

/* 2-1solution */

.solution_wrap {
    padding: 53px 0px 106px 0px;
}

.solution_wrap .safe {
    display: flex;
    justify-content: space-between;

}

.solution_wrap .safe .leftbox {
    width: 24.5%;
}

.solution_wrap .safe .leftbox .ul_wrap {
    background-color: #f8f8f8;
    padding: 0px 15px;
}

.solution_wrap .safe .leftbox .ul_wrap .li_wrap {
    cursor: pointer;
    padding-top: 11px;
}

.solution_wrap .safe .leftbox .active {
    color: #0086d6 !important;
}

.solution_wrap .safe .leftbox .ul_wrap .li_wrap .ul_inner {
    border-top: 1px solid rgba(204, 204, 204, 0.5);
    border-bottom: 1px solid rgba(204, 204, 204, 0.5);
    padding-top: 3px;
    padding-bottom: 5px;
    transition: none;
}

.solution_wrap .safe .leftbox .ul_wrap .li_wrap:first-child {
    border-top: unset;
    border-bottom: unset;
}

.solution_wrap .safe .leftbox .ul_wrap .li_wrap:last-child .ul_inner {
    border-bottom: unset;
}

.solution_wrap .safe .leftbox .ul_wrap .li_wrap>a {
    font-family: MicrosoftYaHei;
    font-size: 18px;
    line-height: 28px;
    color: #333333;
    display: flex;
    padding-bottom: 16px;
    padding-top: 10px;
    transition: none;
}

.solution_wrap .safe .leftbox .ul_wrap .li_wrap>a:hover {
    color: #0086d6 !important;
}

.solution_wrap .safe .leftbox .ul_wrap .li_wrap .li_inner:hover a {
    color: #0086d6 !important;
}

.solution_wrap .safe .leftbox .ul_wrap .li_wrap .ul_inner .li_inner a {
    padding-left: 10px;
    display: flex;
    justify-content: space-between;
}

.solution_wrap .safe .leftbox .ul_wrap .li_wrap .ul_inner .li_inner>a {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    line-height: 48px;
    color: #333333;
    transition: none;
}

.solution_wrap .safe .rightbox {
    width: 76%;

}

.solution_wrap .safe .rightbox .product1 {
    display: flex;
    justify-content: space-between;
    padding-left: 5.2%;
    height: 400px;
    margin-bottom: 34px;
}

.solution_wrap .safe .rightbox .product1:last-child {
    margin-bottom: 0;
}

.solution_wrap .safe .rightbox .product1:nth-child(even) {
    background-color: #f8f8f8;
    flex-direction: row-reverse;
}

.solution_wrap .safe .rightbox .product1 .contact {
    width: 45.7%;
    padding-top: 10.3%;
    padding-right: 5%;

}

.solution_wrap .safe .rightbox .product1 .contact .title {
    font-family: MicrosoftYaHei;
    font-size: 24px;
    line-height: 28px;
    color: #333333;
    margin-bottom: 6%;

    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.solution_wrap .safe .rightbox .product1 .contact .title a {
    color: #333333;
}

.solution_wrap .safe .rightbox .product1 .contact .title a:hover {
    color: #0086d6;
}

.solution_wrap .safe .rightbox .product1 .contact ul,
.solution_wrap .safe .rightbox .contact .pro_desc {
    margin-bottom: 25px;
    transform: translateX(3.5%);
}

.solution_wrap .safe .rightbox .product1 .contact ul li,
.solution_wrap .safe .rightbox .contact .pro_desc p {
    list-style: disc;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    line-height: 28px;
    color: #333333;
}

.solution_wrap .safe .rightbox .contact .pro_desc p {
    position: relative;
}

.solution_wrap .safe .rightbox .contact .pro_desc p::after {
    content: "";
    border-radius: 50px;
    left: -15px;
    top: 15px;
    transform: translateY(-50%);
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #000;
}

.solution_wrap .safe .rightbox .product1 .contact .read_more a {
    width: 162px;
    height: 50px;
    border: solid 1px #959595;

    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #555555;
}

.solution_wrap .safe .rightbox .product1 .contact .read_more a:hover {
    color: #fff;
    border: 1px solid #0086d6;
    background-color: #0086d6;
}

.solution_wrap .safe .rightbox .product1 .imgbox {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.solution_wrap .safe .rightbox .product1 .imgbox img:hover {
    transform: scale(1.05);
}



@media(max-width:1600px) {
    .solution_wrap {
        padding: 50px 0px;
    }

    .solution_wrap .safe .rightbox .product1 .contact .title {
        font-size: 22px;
        line-height: 26px;
    }

    .solution_wrap .safe .rightbox .product1 .contact {
        padding-top: 0;
        padding-right: 0;
    }

    .solution_wrap .safe .rightbox .product1 {
        align-items: center;
    }


}

@media(max-width:1333px) {
    .solution_wrap .safe .leftbox .ul_wrap .li_wrap>a {
        font-size: 16px;
        line-height: 24px;
        padding-bottom: 13px;
        padding-top: 7px;
    }

    .solution_wrap .safe .leftbox .ul_wrap .li_wrap .ul_inner .li_inner>a {
        font-size: 14px;
        line-height: 40px;
    }

    .solution_wrap .safe .rightbox .product1 {
        height: auto;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .solution_wrap .safe .rightbox .product1 .contact .title {
        font-size: 20px;
        line-height: 22px;
    }

    .solution_wrap .safe .rightbox .product1 .contact em,
    .solution_wrap .rightbox .contact .pro_desc p {
        font-size: 14px;
        line-height: 24px;
    }

    .solution_wrap .safe .rightbox .product1 .contact .read_more a {
        width: 140px;
        height: 45px;
        border-radius: 25px;
        font-size: 14px;
    }
}

@media(max-width:999px) {
    .solution_wrap {
        padding: 40px 0px;
    }

    .solution_wrap .safe .rightbox .product1 {
        height: auto;
        padding: 30px 20px;
    }

    .solution_wrap .safe .rightbox .product1 .contact .title {
        font-size: 18px;
        line-height: 22px;
    }

    .solution_wrap .safe .rightbox .product1 .contact .read_more a {
        width: 130px;
        height: 45px;
        border-radius: 25px;
        font-size: 14px;
    }

    .solution_wrap .safe .leftbox {
        width: 29%;
    }

    .solution_wrap .safe .rightbox {
        width: 70%;
    }
}

@media(max-width:768px) {
    .solution_wrap .safe {
        flex-direction: column;
    }

    .solution_wrap .safe .leftbox {
        width: 100%;
    }

    .solution_wrap .safe .rightbox {
        width: 100%;
    }
}

@media(max-width:570px) {
    .solution_wrap {
        padding: 30px 0px;
    }

    .solution_wrap .safe .leftbox .ul_wrap .li_wrap>a {
        font-size: 14px;
        line-height: 20px;
        padding-bottom: 10px;
        padding-top: 0px;
    }

    .solution_wrap .safe .leftbox .ul_wrap .li_wrap .ul_inner .li_inner>a {
        font-size: 12px;
        line-height: 30px;
    }

    .solution_wrap .safe .rightbox .product1 .contact em,
    .solution_wrap .rightbox .contact .pro_desc p {
        font-size: 12px;
        line-height: 21px;
    }

    .solution_wrap .safe .rightbox .product1 {
        padding: 20px 10px;
        margin-bottom: 10px;
    }

    .solution_wrap .safe .rightbox .product1 .contact .title {
        font-size: 16px;
        line-height: 20px;
    }

    .solution_wrap .safe .rightbox .product1 .contact .read_more a {
        width: 110px;
        height: 40px;
        border-radius: 25px;
        font-size: 12px;
    }
}

@media(max-width:400px) {
    .solution_wrap .safe .rightbox .product1:nth-child(even) {
        background-color: #f8f8f8;
        flex-direction: unset;
    }

    .solution_wrap .safe .rightbox .product1 {
        flex-direction: column !important;
    }

    .solution_wrap .safe .rightbox .product1 .imgbox {
        width: 90%;
    }

    .solution_wrap .safe .rightbox .product1 .contact {
        width: 100%;
    }

    .solution_wrap .safe .rightbox .product1 .contact .read_more a {
        width: 100px;
        height: 35px;
        border-radius: 25px;
        font-size: 12px;
    }
}



/* 2-2 Solution */

/* solution_detail */

.solution_detail {
    padding: 53px 0px 73px 0px;
}

.solution_detail .safe {
    display: flex;
    justify-content: space-between;
}

.solution_detail .box1 {
    position: relative;
    width: 50.8%;
    background-color: #f8f8f8;
}

.solution_detail .box2 {
    position: relative;
    width: 100%;
}

.solution_detail .safe .leftbox {

    position: relative;
    width: 100%;
}

.solution_detail .safe .leftbox img {
    padding: 62px 76px 58px 55px;

}

.solution_detail .safe .rightbox {
    width: 45%;
}

.solution_detail .safe .rightbox .title {
    border-bottom: 1px solid #cccccc;
    font-family: MicrosoftYaHei-Bold;
    font-size: 30px;
    color: #333333;
    padding: 49px 0px 30px 0px;
    margin-bottom: 63px;
}

.solution_detail .safe .rightbox .small_title {
    font-family: MicrosoftYaHei;
    font-size: 24px;
    line-height: 28px;
    color: #333333;
    margin-bottom: 13px;
}

.solution_detail .safe .rightbox .contact .pro_desc {
    padding-left: 16px;
    margin-bottom: 87px;
}

.solution_detail .safe .rightbox .contact .pro_desc p {

    font-family: MicrosoftYaHei;
    font-size: 16px;
    line-height: 28px;
    color: #333333;
    position: relative;
}

.solution_detail .safe .rightbox .contact p::after {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    background-color: #333;
    left: -15px;
    top: 10px;
    border-radius: 50%;
}


.solution_detail .safe .rightbox .btnbox {
    display: flex;
}

.solution_detail .safe .rightbox .btnbox a {
    width: 162px;
    height: 50px;
    background-color: #ffffff;
    border-radius: 25px;
    border: solid 1px #959595;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 17px;

    font-family: MicrosoftYaHei;
    font-size: 16px;
    line-height: 36px;
    color: #555555;
}

.solution_detail .safe .rightbox .btnbox a:hover {
    background-color: #0086d6;
    border-radius: 25px;
    color: #fff;
    border: solid 1px #0086d6;
}

/*jQzoom*/
/* fang da jing */
.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) {
    .solution_detail {
        padding: 50px 0px;
    }

    .solution_detail .safe .leftbox img {
        padding: 50px;
    }

    .solution_detail .safe .rightbox {
        width: 46%;
    }

    .solution_detail .safe .rightbox .title {
        font-size: 26px;
        padding: 15px 0px 15px 0px;
        margin-bottom: 20px;
    }

    .solution_detail .safe .rightbox .small_title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .solution_detail .safe .rightbox .btnbox a {
        width: 150px;
        height: 48px;
        border-radius: 25px;
        margin-right: 12px;
        font-size: 16px;
    }
}

@media(max-width:1333px) {
    .solution_detail .safe .leftbox img {
        padding: 40px;
    }

    .solution_detail .safe .rightbox .title {
        font-size: 24px;
        padding: 12px 0px 12px 0px;
        margin-bottom: 15px;
    }

    .solution_detail .safe .rightbox .small_title {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 10px;
    }

    .solution_detail .safe .rightbox .contact .pro_desc p {
        font-size: 14px;
        line-height: 26px;
    }

    .solution_detail .safe .rightbox .btnbox a {
        width: 140px;
        height: 44px;
        border-radius: 25px;
        margin-right: 12px;
        font-size: 14px;
    }

    .solution_detail .safe .rightbox .contact .pro_desc {
        padding-left: 16px;
        margin-bottom: 35px;
    }
}

@media(max-width:999px) {
    .solution_detail {
        padding: 40px 0px;
    }

    .solution_detail .safe .leftbox img {
        padding: 30px;
    }

    .solution_detail .safe .rightbox .title {
        font-size: 22px;
        padding: 10px 0px;
        margin-bottom: 10px;
    }

    .solution_detail .safe .rightbox .small_title {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 8px;
    }

    .solution_detail .safe .rightbox .btnbox a {
        width: 120px;
        height: 42px;
        border-radius: 25px;
        margin-right: 12px;
        font-size: 14px;
    }
}

@media(max-width:768px) {
    .solution_detail .safe {
        flex-direction: column;
    }

    .solution_detail .safe .box1 {
        width: 80%;
        margin: 0 auto;
        margin-bottom: 18px;
    }

    .solution_detail .safe .rightbox {
        width: 100%;
    }

    .solution_detail .safe .rightbox .title {
        font-size: 20px;
        padding: 8px 0px;
        margin-bottom: 8px;
    }
}

@media(max-width:570px) {
    .solution_detail {
        padding: 30px 0px;
    }

    .solution_detail .safe .box1 {
        width: 90%;
    }

    .solution_detail .safe .rightbox .title {
        font-size: 18px;
        padding: 6px 0px;
        margin-bottom: 6px;
    }

    .solution_detail .safe .rightbox .small_title {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 6px;
    }

    .solution_detail .safe .rightbox .contact .pro_desc p {
        font-size: 12px;
        line-height: 24px;
    }

    .solution_detail .safe .rightbox .btnbox a {
        width: 125px;
        height: 36px;
        border-radius: 25px;
        margin-right: 12px;
        font-size: 12px;
    }
}

@media(max-width:350px) {
    .solution_detail .safe .box1 {
        width: 100%;
    }
}




/* qiahuan */

.qiehuan .safe .qiehuan_box {
    display: flex;
}

.qiehuan .safe .qiehuan_box a {
    width: 163px;
    height: 54px;
    background-color: #f3f2f2;
    border-radius: 10px 10px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: center;

    font-family: MicrosoftYaHei;
    font-size: 18px;
    color: #333333;

    margin-right: 4px;
}

.qiehuan .safe .qiehuan_box a:hover {
    color: #fafbfb;
    background-color: #0086d6;
}

.qiehuan .safe .qiehuan_box .active {
    color: #fafbfb;
    background-color: #0086d6;
}

@media(max-width:1600px) {
    .qiehuan .safe .qiehuan_box a {
        width: 150px;
        border-radius: 10px 10px 0px 0px;
        font-size: 16px;
        margin-right: 4px;
    }


}

@media(max-width:1333px) {
    .qiehuan .safe .qiehuan_box a {
        width: 135px;
        height: 45px;
        border-radius: 10px 10px 0px 0px;
        font-size: 14px;
        margin-right: 4px;
    }
}

@media(max-width:999px) {
    .qiehuan .safe .qiehuan_box {
        flex-wrap: wrap;
    }

    .qiehuan .safe .qiehuan_box a {
        margin-bottom: 5px;
    }
}

@media(max-width:768px) {}

@media(max-width:570px) {

    .qiehuan .safe .qiehuan_box a {
        width: 49%;
        height: 40px;
        background-color: #f3f2f2;
        border-radius: 6px 6px 0px 0px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: MicrosoftYaHei;
        font-size: 12px;
        color: #333333;
        margin-right: 4px;
        margin-bottom: 5px;
    }
}

@media(max-width:400px) {
    .qiehuan .safe .qiehuan_box a {
        width: 47%;

    }
}



/* solution_advantage */

.solution_advantage {
    padding: 43px 0px 0px 0px;
}

.solution_advantage .safe .title {
    font-family: MicrosoftYaHei;
    font-weight: bold;
    font-size: 26px;
    color: #333333;
    padding: 10px 0px 17px 0px;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 38px;
}


/* advantage_box1 */
.solution_advantage .safe .advantage_box1 {
    display: flex;
    flex-wrap: wrap;
}

.solution_advantage .safe .advantage_box1 .advantage_li {
    width: 48.4%;
    margin-right: 3.2%;
    background-color: rgba(235, 235, 235, .5);
    margin-bottom: 33px;
}

.solution_advantage .safe .advantage_box1 .advantage_li:nth-child(2n) {
    margin-right: 0;
}

.solution_advantage .safe .advantage_box1 .advantage_li .contact {
    display: flex;
    align-items: center;
    padding: 16px 35px 23px 27px;
}

.solution_advantage .safe .advantage_box1 .advantage_li .contact .imgbox {
    width: 94px;
}


.solution_advantage .safe .advantage_box1 .advantage_li .inn {
    width: 85%;
}

.solution_advantage .safe .advantage_box1 .advantage_li .inn .small_title {
    font-family: MicrosoftYaHei;
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
    color: #333333;
    margin-bottom: 8px;
}

.solution_advantage .safe .advantage_box1 .advantage_li .inn .content {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    line-height: 28px;
    color: #333333;
}

@media(max-width:1600px) {
    .solution_advantage .safe .title {
        font-size: 26px;
        padding: 10px 0px;
        margin-bottom: 25px;
    }

    .solution_advantage .safe .advantage_box1 .advantage_li .inn .small_title {
        font-family: MicrosoftYaHei;
        font-weight: bold;
        font-size: 18px;
        line-height: 24px;
        color: #333333;
        margin-bottom: 8px;
    }

    .solution_advantage .safe .advantage_box1 .advantage_li .contact {
        display: flex;
        align-items: center;
        padding: 16px 27px;
    }


}

@media(max-width:1333px) {
    .solution_advantage .safe .title {
        font-size: 24px;
        padding: 10px 0px;
        margin-bottom: 23px;
    }

    .solution_advantage .safe .advantage_box1 .advantage_li .contact {
        display: flex;
        align-items: center;
        padding: 10px 15px;
    }

    .solution_advantage .safe .advantage_box1 .advantage_li .contact .imgbox {
        width: 70px;
    }

    .solution_advantage .safe .advantage_box1 .advantage_li .inn .content {
        font-family: MicrosoftYaHei;
        font-size: 14px;
        line-height: 24px;
        color: #333333;
    }

    .solution_advantage .safe .advantage_box1 .advantage_li .inn .small_title {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 5px;
    }
}

@media(max-width:999px) {
    .solution_advantage .safe .title {
        font-size: 22px;
        padding: 10px 0px;
        margin-bottom: 20px;
    }

    .solution_advantage {
        padding: 40px 0px 0px 0px;
    }

    .solution_advantage .safe .advantage_box1 .advantage_li .contact {
        display: flex;
        align-items: center;
        padding: 10px 10px 10px 0px;
    }
}

@media(max-width:768px) {
    .solution_advantage .safe .title {
        padding: 10px 0px;
        margin-bottom: 15px;
    }

    .solution_advantage .safe .advantage_box1 {
        justify-content: center;
        align-items: center;
    }

    .solution_advantage .safe .advantage_box1 .advantage_li {
        width: 90%;
        margin-right: 0 !important;
    }
}

@media(max-width:570px) {
    .solution_advantage .safe .title {
        font-size: 20px;
        padding: 10px 0px;
    }

    .solution_advantage .safe .advantage_box1 .advantage_li .inn .small_title {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 4px;
    }

    .solution_advantage .safe .advantage_box1 .advantage_li .inn .content {
        font-size: 12px;
        line-height: 20px;
    }

    .solution_advantage .safe .advantage_box1 .advantage_li .contact .imgbox {
        width: 50px;
    }
}




/* advantage_box2 */
.solution_advantage .safe .advantage_box2 {
    display: flex;
    flex-wrap: wrap;
    padding-top: 14px;
}

.solution_advantage .safe .advantage_box2 .box2_li {
    width: 25%;
    padding-right: 3%;
}

.solution_advantage .safe .advantage_box2 .small_title {
    font-family: MicrosoftYaHei;
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
    color: #333333;
    padding: 8px 0px 15px 0px;
}

.solution_advantage .safe .advantage_box2 .content {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    line-height: 28px;
    color: #333333;
}

@media(max-width:1600px) {
    .solution_advantage .safe .advantage_box2 .small_title {
        font-size: 18px;
        line-height: 26px;
        padding: 8px 0px;
    }
}

@media(max-width:1333px) {
    .solution_advantage .safe .advantage_box2 .small_title {
        font-size: 16px;
        line-height: 22px;
        padding: 6px 0px;
    }

    .solution_advantage .safe .advantage_box2 .content {
        font-size: 14px;
        line-height: 24px;
    }
}

@media(max-width:999px) {
    .solution_advantage .safe .advantage_box2 .box2_li {
        width: 33.3%;
        padding-right: 3%;
    }

    .solution_advantage .safe .advantage_box2 .box2_li:nth-child(3n) {
        padding-right: 0;
    }
}

@media(max-width:768px) {
    .solution_advantage .safe .advantage_box2 .box2_li {
        width: 50%;
        padding-right: 3%;
        margin-bottom: 15px;
    }

    .solution_advantage .safe .advantage_box2 .box2_li:nth-child(3n) {
        padding-right: 3%;
    }

    .solution_advantage .safe .advantage_box2 .box2_li:nth-child(2n) {
        padding-right: 0;
    }
}

@media(max-width:570px) {
    .solution_advantage .safe .advantage_box2 .small_title {
        font-size: 14px;
        line-height: 16px;
        padding: 6px 0px;
    }

    .solution_advantage .safe .advantage_box2 .content {
        font-size: 12px;
        line-height: 22px;
    }

    .solution_advantage .safe .advantage_box2 .box2_li img {
        width: 75px;
    }
}

@media(max-width:450px) {
    .solution_advantage .safe .advantage_box2 .box2_li {
        width: 100%;
        padding-right: 0%;
        margin-bottom: 15px;
    }

    .solution_advantage .safe .advantage_box2 .box2_li:nth-child(3n) {
        padding-right: 0;
    }
}



/* advantage_box3 */
.solution_advantage .safe .advantage_box3 {
    display: flex;
    flex-wrap: wrap;
    padding-top: 14px;
}

.solution_advantage .safe .advantage_box3 .box3_li {
    width: 33.3%;
    padding-right: 7%;
    margin-bottom: 56px;
}

.solution_advantage .safe .advantage_box3 .small_title {
    font-family: MicrosoftYaHei;
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
    color: #333333;
    padding: 8px 0px 15px 0px;
}

.solution_advantage .safe .advantage_box3 .content {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    line-height: 28px;
    color: #333333;
}

@media(max-width:1600px) {
    .solution_advantage .safe .advantage_box3 .small_title {
        font-size: 18px;
        line-height: 24px;
        padding: 8px 0px;
    }

    .solution_advantage .safe .advantage_box3 .box3_li {
        width: 33.3%;
        padding-right: 4%;
        margin-bottom: 30px;
    }

    .solution_advantage .safe .advantage_box3 {
        padding-top: 0;
    }
}

@media(max-width:1333px) {
    .solution_advantage .safe .advantage_box3 .small_title {
        font-size: 16px;
        line-height: 22px;
        padding: 6px 0px;
    }

    .solution_advantage .safe .advantage_box3 .content {
        font-family: MicrosoftYaHei;
        font-size: 14px;
        line-height: 24px;
        color: #333333;
    }

    .solution_advantage .safe .advantage_box3 .box3_li {
        width: 33.3%;
        padding-right: 4%;
        margin-bottom: 25px;
    }
}

@media(max-width:999px) {
    .solution_advantage .safe .advantage_box3 .box3_li {
        width: 50%;
        padding-right: 4%;
        margin-bottom: 25px;
    }

    .solution_advantage .safe .advantage_box3 .box3_li:nth-child(2n) {
        padding-right: 0;
    }
}

@media(max-width:768px) {
    .solution_advantage .safe .advantage_box3 .box3_li {
        padding-right: 4%;
        margin-bottom: 20px;
    }
}

@media(max-width:570px) {
    .solution_advantage .safe .advantage_box3 .small_title {
        font-size: 14px;
        line-height: 20px;
        padding: 6px 0px;
    }

    .solution_advantage .safe .advantage_box3 .content {
        font-size: 12px;
        line-height: 22px;
    }

    .solution_advantage .safe .advantage_box3 .box3_li {
        padding-right: 4%;
        margin-bottom: 15px;
    }

    .solution_advantage .safe .advantage_box3 .box3_li img {
        width: 75px;
    }
}


@media(max-width:450px) {
    .solution_advantage .safe .advantage_box3 .box3_li {
        padding-right: 0%;
        margin-bottom: 15px;
        width: 100%;
    }
}







/* product_parameter */
.product_parameter {
    padding: 28px 0px 17px 0px;
}

.product_parameter .title {
    font-family: MicrosoftYaHei;
    font-weight: bold;
    font-size: 26px;
    color: #333333;
    padding: 9px 0px 20px 0px;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 45px;
}

.product_parameter table {
    width: 100%;
    border-collapse: collapse;
}

.product_parameter table tr {
    height: 58px;
}

.product_parameter table tr td {
    text-align: center;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    width: 25%;
    color: #333333;
}

.product_parameter table tr:nth-child(odd) {
    background-color: #f3f3f3;
}

.product_parameter table tr:nth-child(even) {
    background-color: #ffffff;
}


@media(max-width:1600px) {
    .product_parameter .title {
        font-size: 26px;
        padding: 10px 0px;
        margin-bottom: 25px;
    }
}

@media(max-width:1333px) {
    .product_parameter .title {
        font-size: 24px;
        padding: 10px 0px;
        margin-bottom: 22px;
    }

    .product_parameter {
        padding: 0;
    }

    .product_parameter table tr td {
        font-size: 14px;
    }
}

@media(max-width:999px) {
    .product_parameter .title {
        font-size: 22px;
        padding: 10px 0px;
        margin-bottom: 18px;
    }


}

@media(max-width:768px) {}

@media(max-width:570px) {
    .product_parameter .title {
        font-size: 20px;
        padding: 10px 0px;
        margin-bottom: 15px;
    }

    .product_parameter table {
        width: 500px;
        overflow: auto;
    }

    .product_parameter table tr td {
        font-size: 12px;
        width: 120px !important;
    }

    .product_parameter .tablen {
        overflow: auto;
    }
}




/* application_scenarios */
.application_scenarios {
    padding: 50px 0px 43px 0px;
}

.application_scenarios .title {
    font-family: MicrosoftYaHei;
    font-weight: bold;
    font-size: 26px;
    color: #333333;
    padding: 10px 0px 24px 0px;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 45px;
}

.application_scenarios .application_box {
    display: flex;
    flex-wrap: wrap;
}

.application_scenarios .application_box .application_li {
    width: 24.4%;
    margin-right: 0.8%;
}

.application_scenarios .application_box .application_li:nth-child(4n) {
    margin-right: 0;
}

.application_scenarios .application_box .application_li .imgbox img {
    display: block;
}

.application_scenarios .application_box .application_li .small_title {
    font-family: MicrosoftYaHei;
    font-size: 18px;
    line-height: 28px;
    color: #333333;
    text-align: center;
    padding: 21px 0px;
}


@media(max-width:1600px) {
    .application_scenarios .title {
        font-size: 26px;
        padding: 10px 0px;
        margin-bottom: 25px;
    }

    .application_scenarios .application_box .application_li .small_title {
        font-size: 16px;
        line-height: 24px;
        padding: 15px 0px;
    }
}

@media(max-width:1333px) {
    .application_scenarios .title {
        font-size: 24px;
        margin-bottom: 23px;
    }

    .application_scenarios .application_box .application_li .small_title {
        font-size: 14px;
        line-height: 22px;
        padding: 12px 0px;
    }
}

@media(max-width:999px) {
    .application_scenarios .title {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .application_scenarios .application_box .application_li {
        width: 32.8%;
        margin-right: 0.8%;
    }

    .application_scenarios .application_box .application_li:nth-child(3n) {
        margin-right: 0;
    }
}

@media(max-width:768px) {
    .application_scenarios .title {
        font-size: 26px;
        margin-bottom: 18px;
    }

    .application_scenarios .application_box .application_li {
        width: 49%;
        margin-right: 2%;
    }

    .application_scenarios .application_box .application_li:nth-child(3n) {
        margin-right: 2%;
    }

    .application_scenarios .application_box .application_li:nth-child(2n) {
        margin-right: 0;
    }

    .application_scenarios {
        padding: 20px 0px;
    }
}

@media(max-width:570px) {

    .application_scenarios .title {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .application_scenarios .application_box .application_li .small_title {
        font-size: 12px;
        line-height: 20px;
        padding: 8px 0px;
    }
}





/* investment_income */
.investment_income {
    padding: 0px 0px 83px 0px;
}

.investment_income .title {
    font-family: MicrosoftYaHei;
    font-weight: bold;
    font-size: 26px;
    color: #333333;
    padding: 10px 0px 19px 0px;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 46px;
}

.investment_income .box {
    display: flex;
    align-items: center;
}

.investment_income .box .erweima {
    margin-right: 80px;
}

.investment_income .box .erweima img {
    display: block;
}

.investment_income .box .erweima p {
    font-family: MicrosoftYaHei;
    font-size: 18px;
    line-height: 28px;
    color: #333333;
    padding: 11px 0px;
}

.investment_income .box ul {
    display: flex;
}

.investment_income .box ul li {
    width: 160px;
    height: 160px;
    background-color: rgba(235, 235, 235, .3);
    border-radius: 15px;
    border: solid 1px rgba(166, 166, 166, .3);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: 73px;
}

.investment_income .box ul li img {
    margin-bottom: 10px;
}

.investment_income .box ul li p {
    font-family: MicrosoftYaHei;
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
    color: #333333;
}

@media(max-width:1600px) {
    .investment_income {
        padding: 0px 0px 50px 0px;
    }

    .investment_income .title {
        font-size: 26px;
        padding: 10px 0px;
        margin-bottom: 25px;
    }

    .investment_income .box .erweima {
        margin-right: 70px;
    }

    .investment_income .box .erweima p {
        font-size: 16px;
        line-height: 28px;
        padding: 11px 0px;
    }
}

@media(max-width:1333px) {
    .investment_income .title {
        font-size: 24px;
        margin-bottom: 23px;
    }

    .investment_income .box .erweima {
        margin-right: 30px;
        width: 18%;
    }

    .investment_income .box ul {
        width: 80%;
    }

    .investment_income .box ul li {
        width: 140px;
        height: 140px;
        border-radius: 15px;
        margin-right: 30px;
    }

    .investment_income .box ul li p {
        font-size: 16px;
        line-height: 24px;
    }

    .investment_income .box .erweima p {
        font-size: 14px;
        line-height: 22px;
        padding: 5px 0px;
        text-align: center;
    }
}

@media(max-width:999px) {
    .investment_income {
        padding: 0px 0px 40px 0px;
    }

    .investment_income .title {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .investment_income .box ul li img {
        margin-bottom: 5px;
        width: 44%;
    }

    .investment_income .box ul li p {
        font-size: 14px;
        line-height: 24px;
    }

    .investment_income .box ul li {
        width: 120px;
        height: 120px;
        border-radius: 15px;
        margin-right: 24px;
    }
}

@media(max-width:768px) {
    .investment_income .title {
        margin-bottom: 18px;
    }

    .investment_income .box .erweima img {
        display: block;
        width: 130px;
    }

    .investment_income .box .erweima {
        margin-right: 0;
        width: 100%;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .investment_income .box {
        flex-direction: column;
    }

    .investment_income .box ul {
        width: 100%;
    }
}

@media(max-width:570px) {
    .investment_income {
        padding: 0px 0px 30px 0px;
    }

    .investment_income .title {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .investment_income .box ul li {
        width: 29.5%;
        height: auto;
        padding: 15px 0px;
        border-radius: 15px;
        margin-right: 24px;
        margin-bottom: 10px;
    }

    .investment_income .box ul {
        width: 100%;
        flex-wrap: wrap;
    }

    .investment_income .box .erweima p {
        font-size: 12px;
        line-height: 20px;
        padding: 5px 0px;
        text-align: center;
    }

    .investment_income .box ul li p {
        font-size: 12px;
        line-height: 22px;
    }

    .investment_income .box ul li:nth-child(3n) {
        margin-right: 0;
    }
}

@media(max-width:450px) {
    .investment_income .box ul li {
        width: 46%;
        padding: 15px 0px;
        border-radius: 15px;
        margin-right: 20px;
        margin-bottom: 10px;
    }

    .investment_income .box ul li:nth-child(3n) {
        margin-right: 20px;
    }

    .investment_income .box ul li:nth-child(2n) {
        margin-right: 0;
    }
}



/* 3-1 service */



/* service_calculate */

.service_calculate {
    height: 562px;
    /* padding: 50px 0px 50px 0px; */
    position: relative;
}

.service_calculate .bg {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.service_calculate .safe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
}

.service_calculate .safe .wrap {
    width: 30%;
    padding-top: 68px;
}

.service_calculate .safe .wrap .title {
    font-family: MicrosoftYaHei;
    font-weight: bold;
    font-size: 32px;
    line-height: 36px;
    color: #333333;
    margin-bottom: 46px;
}

.service_calculate .safe .wrap .codebox {
    display: flex;
    align-items: center;
    margin-bottom: 34px;
}

.service_calculate .safe .wrap .codebox .fontbox {
    padding-left: 23px;
}

.service_calculate .safe .wrap .codebox .fontbox p {
    font-family: MicrosoftYaHei;
    font-size: 18px;
    line-height: 30px;
    color: #333333;
}

.service_calculate .safe .wrap ul {
    display: flex;
    flex-wrap: wrap;
}

.service_calculate .safe .wrap ul li {
    width: 50%;
    display: flex;
    align-items: center;
    margin-bottom: 42px;
}

.service_calculate .safe .wrap ul li img {
    margin-right: 8px;
}

.service_calculate .safe .wrap ul li span {
    font-family: MicrosoftYaHei;
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
    color: #333333;
}

@media(max-width:1600px) {
    .service_calculate {
        height: 450px;
    }

    .service_calculate .safe .wrap {
        width: 30%;
        padding-top: 25px;
    }

    .service_calculate .safe .wrap .title {
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 35px;
    }

    .service_calculate .safe .wrap .codebox {
        margin-bottom: 25px;
    }

    .service_calculate .safe .wrap .codebox .fontbox p {
        font-size: 16px;
        line-height: 26px;
    }

    .service_calculate .safe .wrap .codebox .fontbox {
        padding-left: 15px;
    }

    .service_calculate .safe .wrap ul li span {
        font-size: 16px;
        line-height: unset;
    }
}

@media(max-width:1333px) {
    .service_calculate {
        height: 360px;
    }

    .service_calculate .safe .wrap .title {
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 20px;
    }

    .service_calculate .safe .wrap .codebox img {
        width: 120px;
    }

    .service_calculate .safe .wrap .codebox .fontbox {
        padding-left: 10px;
    }

    .service_calculate .safe .wrap .codebox .fontbox p {
        font-size: 14px;
        line-height: 22px;
    }

    .service_calculate .safe .wrap .codebox {
        margin-bottom: 20px;
    }

    .service_calculate .safe .wrap ul li img {
        width: 40px;
    }

    .service_calculate .safe .wrap ul li {
        width: 50%;
        margin-bottom: 25px;
    }

    .service_calculate .safe .wrap ul li span {
        font-size: 14px;
    }
}

@media(max-width:999px) {
    .service_calculate .safe .wrap .title {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 11px;
    }

    .service_calculate .safe .wrap {
        width: 35%;
        padding-top: 10px;
    }

    .service_calculate {
        height: 300px;
    }

    .service_calculate .safe .wrap .codebox img {
        width: 100px;
    }

    .service_calculate .safe .wrap ul li img {
        margin-right: 5px;
    }

}

@media(max-width:768px) {
    .service_calculate {
        height: auto;
        display: flex;
        flex-direction: column;
    }

    .service_calculate .safe {
        position: static;
    }

    .service_calculate .safe .wrap {
        width: 100%;
        padding-top: 10px;
    }

    .service_calculate .safe .wrap .inner {
        display: flex;
    }

    .service_calculate .safe .wrap .codebox {
        margin-bottom: 0px;
        flex-direction: column;
        padding-right: 25px;
        width: 40%;
    }

    .service_calculate .safe .wrap ul {
        width: 60%;
    }

    .service_calculate .safe .wrap .codebox .fontbox p {
        text-align: center;
    }

    .service_calculate .safe .wrap .title {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 15px;
    }

    .service_calculate .bg {
        margin-bottom: 8px;
    }
}

@media(max-width:570px) {
    .service_calculate .safe .wrap .title {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 10px;
    }

    .service_calculate .safe .wrap .codebox .fontbox p {
        font-size: 12px;
        line-height: 20px;
    }

    .service_calculate .safe .wrap ul li img {
        width: 35px;
    }

    .service_calculate .safe .wrap ul li span {
        font-size: 12px;
    }

    .service_calculate .safe .wrap ul li {
        width: 50%;
        margin-bottom: 20px;
    }
}

@media(max-width:350px) {
    .service_calculate .safe .wrap .inner {
        flex-direction: column;
        align-items: center;
    }

    .service_calculate .safe .wrap .codebox {
        margin-bottom: 0px;
        flex-direction: column;
        padding-right: 0px;
        width: 100%;
    }


    .service_calculate .safe .wrap ul {
        width: 100%;
    }

    .service_calculate .safe .wrap .codebox {
        margin-bottom: 15px;
    }

    .service_calculate .safe .wrap ul li {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}





/* service_customer */
.service_customer {
    padding: 50px 0px 0px 0px;
}

.service_customer .safe {
    display: flex;
}

.service_customer .imgbox {
    width: 53.75%;
}

.service_customer .imgbox img {
    display: block;
}

.service_customer .customerbox {
    background-color: #f9f9f9;
    width: 46.25%;
    padding: 30px 23px 21px 23px;
}

.service_customer .customerbox .title {
    width: 306px;
    height: 68px;
    background-color: #0086d6;
    border-radius: 0px 34px 34px 0px;
    font-family: MicrosoftYaHei;
    font-size: 28px;
    color: #ffffff;
    display: flex;
    align-items: center;
    font-weight: bold;
    padding-left: 38px;
    margin-bottom: 22px;
}

.service_customer .customerbox .inner {
    padding-left: 42px;
    /* display: flex;
    flex-wrap: wrap; */
}

.service_customer .inner .inn {
    display: flex;
    align-items: center;
    padding: 24px 0px;
    border-bottom: 1px solid #cdcbd0;

    font-family: MicrosoftYaHei;
    font-size: 18px;
    color: #333333;
}

.service_customer .inner .inn:last-child {
    border-bottom: unset;
}

.service_customer .inner .inn div {
    display: flex;
    align-items: center;
    width: 50%;

}

.service_customer .inner .inn div:first-child {
    padding-left: 22px;
}

.service_customer .inner .inn div img {
    margin-right: 15px;
}


@media(max-width:1600px) {
    .service_customer {
        padding: 50px 0px 0px 0px;
    }

    .service_customer .customerbox .inner {
        padding-left: 0;
    }

    .service_customer .inner .inn {
        padding: 18px 0px;
        font-size: 16px;
    }

    .service_customer .customerbox {
        width: 46.25%;
        padding: 25px 20px 15px 20px;
    }

    .service_customer .inner .inn div:first-child {
        padding-left: 18px;
    }

    .service_customer .customerbox .title {
        width: 280px;
        height: 60px;
        border-radius: 0px 34px 34px 0px;
        font-size: 26px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-left: 0px;
        margin-bottom: 20px;
    }
}

@media(max-width:1333px) {
    .service_customer .customerbox {
        width: 46.25%;
        padding: 10px 20px 15px 20px;
    }

    .service_customer .inner .inn div img {
        margin-right: 8px;
    }

    .service_customer .inner .inn {
        padding: 16px 0px;
        font-size: 16px;
    }

    .service_customer .customerbox .title {
        width: 250px;
        height: 58px;
        border-radius: 0px 30px 30px 0px;
        font-size: 22px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-left: 0px;
        margin-bottom: 15px;
    }

    .service_customer .safe {
        align-items: center;
    }
}

@media(max-width:999px) {
    .service_customer {
        padding: 40px 0px 0px 0px;
    }

    .service_customer .safe {
        flex-direction: column;
    }

    .service_customer .imgbox {
        width: 75%;
        margin-bottom: 20px;
    }

    .service_customer .imgbox img {
        width: 100%;
    }

    .service_customer .customerbox {
        width: 100%;
        padding: 10px 15px 15px 15px;
    }

    .service_customer .customerbox .title {
        width: 220px;
        height: 55px;
        border-radius: 0px 26px 26px 0px;
        font-size: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-left: 0px;
        margin-bottom: 15px;
    }

}

@media(max-width:768px) {
    .service_customer .inner .inn {
        padding: 14px 0px;
        font-size: 14px;
    }

    .service_customer .customerbox .title {
        width: 200px;
        height: 50px;
        border-radius: 0px 26px 26px 0px;
        font-size: 18px;
        margin-bottom: 15px;
    }

    .service_customer .imgbox {
        width: 85%;
        margin-bottom: 20px;
    }

    .service_customer .inner .inn div:nth-child(2n) {
        padding-left: 10px;
    }
}

@media(max-width:570px) {
    .service_customer {
        padding: 20px 0px 0px 0px;
    }

    .service_customer .imgbox {
        width: 95%;
        margin-bottom: 15px;
    }

    .service_customer .inner .inn div:first-child {
        padding-left: 10px;
    }

    .service_customer .customerbox .title {
        width: 180px;
        height: 45px;
        border-radius: 0px 22px 22px 0px;
        font-size: 18px;
        margin-bottom: 15px;
    }

    .service_customer .inner .inn {
        padding: 10px 0px;
        font-size: 12px;
    }
}

@media(max-width:450px) {
    .service_customer .imgbox {
        width: 100%;
        margin-bottom: 15px;
    }
}

@media(max-width:350px) {}





/* service_saled */
.service_saled {
    padding: 48px 0px 79px 0px;
}


.service_saled .safe {
    display: flex;
}

.service_saled .imgbox {
    width: 53.75%;
}

.service_saled .imgbox img {
    display: block;
}

.service_saled .customerbox {
    background-color: #f9f9f9;
    width: 46.25%;
    padding: 30px 23px 21px 0px;
}

.service_saled .customerbox .title {
    width: 306px;
    height: 68px;
    background-color: #0086d6;
    border-radius: 0px 34px 34px 0px;
    font-family: MicrosoftYaHei;
    font-size: 28px;
    color: #ffffff;
    display: flex;
    align-items: center;
    font-weight: bold;
    padding-left: 38px;
    margin-bottom: 22px;
}

.service_saled .customerbox .inner {
    padding-left: 53px;
    /* display: flex;
    flex-wrap: wrap; */
    padding-right: 38px;
}

.service_saled .inner .inn {
    display: flex;
    align-items: center;
    padding: 24px 0px;
    border-bottom: 1px solid #cdcbd0;

    font-family: MicrosoftYaHei;
    font-size: 18px;
    color: #333333;

}

.service_saled .inner .inn:last-child {
    border-bottom: unset;
}

.service_saled .inner .inn div {
    display: flex;
    align-items: center;
    width: 50%;

}

.service_saled .inner .inn div:first-child {
    padding-left: 12px;
}

.service_saled .inner .inn div:nth-child(2n) {
    padding-left: 49px;
}

.service_saled .inner .inn div img {
    margin-right: 15px;
    flex-shrink: 0;
}




@media(max-width:1600px) {
    .service_saled {
        padding: 50px 0px 0px 0px;
        margin-bottom: 38px;
    }

    .service_saled .customerbox .inner {
        padding-left: 0;
    }

    .service_saled .inner .inn {
        padding: 18px 0px;
        font-size: 16px;
    }

    .service_saled .customerbox {
        width: 46.25%;
        padding: 25px 20px 15px 20px;
    }

    .service_saled .inner .inn div:first-child {
        padding-left: 18px;
    }

    .service_saled .customerbox .title {
        width: 280px;
        height: 60px;
        border-radius: 0px 34px 34px 0px;
        font-size: 26px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-left: 0px;
        margin-bottom: 20px;
    }
}

@media(max-width:1333px) {
    .service_saled .customerbox {
        width: 46.25%;
        padding: 10px 20px 15px 20px;
    }

    .service_saled .inner .inn div img {
        margin-right: 8px;
    }

    .service_saled .inner .inn {
        padding: 16px 0px;
        font-size: 16px;
    }

    .service_saled .customerbox .title {
        width: 250px;
        height: 58px;
        border-radius: 0px 30px 30px 0px;
        font-size: 22px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-left: 0px;
        margin-bottom: 15px;
    }

    .service_saled .safe {
        align-items: center;
    }

    .service_saled .inner .inn div:nth-child(2n) {
        padding-left: 30px;
    }
}

@media(max-width:999px) {
    .service_saled {
        padding: 40px 0px 0px 0px;
    }

    .service_saled .safe {
        flex-direction: column-reverse;
    }

    .service_saled .imgbox {
        width: 75%;
        margin-bottom: 20px;
    }

    .service_saled .imgbox img {
        width: 100%;
    }

    .service_saled .customerbox {
        width: 100%;
        padding: 10px 15px 15px 15px;
    }

    .service_saled .customerbox .title {
        width: 220px;
        height: 55px;
        border-radius: 0px 26px 26px 0px;
        font-size: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-left: 0px;
        margin-bottom: 15px;
    }

}

@media(max-width:768px) {
    .service_saled .inner .inn {
        padding: 14px 0px;
        font-size: 14px;
    }

    .service_saled .customerbox .title {
        width: 200px;
        height: 50px;
        border-radius: 0px 26px 26px 0px;
        font-size: 18px;
        margin-bottom: 15px;
    }

    .service_saled .imgbox {
        width: 85%;
        margin-bottom: 20px;
    }

    .service_saled .inner .inn div:nth-child(2n) {
        padding-left: 10px;
    }
}

@media(max-width:570px) {
    .service_saled {
        padding: 20px 0px 0px 0px;
    }

    .service_saled .imgbox {
        width: 95%;
        margin-bottom: 15px;
    }

    .service_saled .inner .inn div:first-child {
        padding-left: 10px;
    }

    .service_saled .customerbox .title {
        width: 180px;
        height: 45px;
        border-radius: 0px 22px 22px 0px;
        font-size: 18px;
        margin-bottom: 15px;
    }

    .service_saled .inner .inn {
        padding: 10px 0px;
        font-size: 12px;
    }
}

@media(max-width:450px) {
    .service_saled .imgbox {
        width: 100%;
        margin-bottom: 15px;
    }
}

@media(max-width:350px) {}







/* service_operations */
.service_operations {
    margin-bottom: 107px;
}

.service_operations .safe {
    display: flex;
    justify-content: space-between;
    padding: 108px 0px 117px 0px;
    background-color: #f9f9f9;
}

.service_operations .safe .leftbox {
    width: 50%;
    padding-left: 5.1%;
}

.service_operations .safe .rightbox {
    width: 43.8%;
}

.service_operations .safe .rightbox .title {
    /* font-family: MicrosoftYaHei;
    font-weight: bold;
    font-size: 32px;
    line-height: 36px;
    color: #333333;
    padding: 10px 0px 54px 0px; */

    width: 306px;
    height: 68px;
    background-color: #0086d6;
    border-radius: 0px 34px 34px 0px;
    font-family: MicrosoftYaHei;
    font-size: 28px;
    color: #ffffff;
    display: flex;
    align-items: center;
    font-weight: bold;
    padding-left: 38px;
    margin-bottom: 22px;
    transform: translateY(-15px);
}

.service_operations .safe .rightbox ul {
    display: flex;
    flex-wrap: wrap;
}

.service_operations .safe .rightbox ul li {
    width: 33.3%;
    margin-bottom: 10px;
}

.service_operations .safe .rightbox ul li p {
    font-family: MicrosoftYaHei;
    font-weight: bold;
    font-size: 18px;
    line-height: 36px;
    color: #333333;
    transform: translateY(-6px);
    padding-left: 3%;
}

@media(max-width:1600px) {
    .service_operations {
        margin-bottom: 50px;
    }

    .service_operations .safe {
        padding: 50px 0px;
    }

    .service_operations .safe .rightbox .title {
        transform: unset;
        width: 280px;
        height: 60px;
        border-radius: 0px 34px 34px 0px;
        font-size: 26px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-left: 0px;
        margin-bottom: 20px;
    }

    .service_operations .safe .rightbox ul li p {
        font-size: 16px;
        line-height: 36px;
        transform: translateY(-6px);
        padding-left: 7%;
    }
}

@media(max-width:1333px) {
    .service_operations .safe .leftbox {
        width: 45%;
        padding-left: 3%;
    }

    .service_operations .safe .rightbox .title {
        width: 250px;
        height: 58px;
        border-radius: 0px 30px 30px 0px;
        font-size: 22px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-left: 0px;
        margin-bottom: 15px;
    }

    .service_operations .safe .rightbox ul li img {
        width: 70px;
    }

    .service_operations .safe {
        align-items: center;
    }

    .service_operations .safe .rightbox ul li p {
        font-size: 14px;
        line-height: 36px;
        transform: translateY(-6px);
        padding-left: 8%;
    }

    .service_operations .safe .rightbox ul li {
        width: 33.3%;
        margin-bottom: 0px;
    }
}

@media(max-width:999px) {
    .service_operations .safe {
        padding: 40px 0px;
    }

    .service_operations .safe .rightbox .title {
        width: 220px;
        height: 55px;
        border-radius: 0px 26px 26px 0px;
        font-size: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-left: 0px;
        margin-bottom: 15px;
    }

    .service_operations .safe .leftbox {
        width: 48%;
    }

    .service_operations .safe .rightbox {
        width: 48%;
    }

    .service_operations .safe .rightbox ul li img {
        width: 65px;
    }

    .service_operations {
        margin-bottom: 40px;
    }
}

@media(max-width:768px) {

    .service_operations .safe .rightbox .title {
        width: 200px;
        height: 50px;
        border-radius: 0px 26px 26px 0px;
        font-size: 18px;
        margin-bottom: 15px;
    }

    .service_operations .safe .rightbox ul li img {
        width: 50px;
    }

    .service_operations .safe .rightbox ul li {
        width: 33.3%;
        margin-bottom: 0px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
}

@media(max-width:570px) {
    .service_operations .safe {
        align-items: center;
        flex-direction: column;
    }

    .service_operations .safe .leftbox {
        width: 80%;
    }

    .service_operations .safe .leftbox {
        padding-left: 0;
    }

    .service_operations .safe .rightbox {
        width: 100%;
    }

    .service_operations .safe .rightbox .title {
        width: 180px;
        height: 45px;
        border-radius: 0px 22px 22px 0px;
        font-size: 18px;
        margin-bottom: 15px;
    }

    .service_operations .safe .rightbox ul li p {
        font-size: 12px;
        line-height: 30px;
        transform: translateY(-6px);
        padding-left: 8%;
    }

    .service_operations {
        margin-bottom: 30px;
    }
}

@media(max-width:350px) {
    .service_operations .safe .leftbox {
        width: 100%;
    }
}





/* 4-1project */

/* project_concentrate */
.project_concentrate {
    padding: 29px 0px 29px 0px;
}

.project_concentrate .safe {
    position: relative;
}

.project_concentrate .title {
    font-family: MicrosoftYaHei;
    font-weight: bold;
    font-size: 30px;
    line-height: 36px;
    color: #333333;
    margin-bottom: 55px;
}

.project_concentrate .concentrate_mySwiper .imgbox {
    overflow: hidden;
}

.project_concentrate .concentrate_mySwiper .imgbox img {
    display: block;
}

.project_concentrate .concentrate_mySwiper .imgbox img:hover {
    transform: scale(1.05);
}

.project_concentrate .concentrate_mySwiper .swiper-slide {
    background-color: #f3f2f2;
}

.project_concentrate .concentrate_mySwiper .swiper-slide:hover .contact {
    background-color: #0086d6;
}

.project_concentrate .concentrate_mySwiper .swiper-slide:hover .left .address {
    color: #fff;
}

.project_concentrate .concentrate_mySwiper .swiper-slide:hover .left .name a {
    color: #fff;
}

.project_concentrate .concentrate_mySwiper .swiper-slide:hover .rightbox .read_more1 span {
    color: #fff;
}

.project_concentrate .concentrate_mySwiper .swiper-slide:hover .rightbox .read_more1 img {
    filter: brightness(100);
    transition: none;
}

.project_concentrate .concentrate_mySwiper .swiper-slide:hover .rightbox .read_more1 i {
    color: #333;
}

.project_concentrate .concentrate_mySwiper .contact {
    padding: 10px 10px 13px 20px;
    display: flex;
    justify-content: space-between;
}

.project_concentrate .concentrate_mySwiper .contact .left {
    width: 60%;
}

.project_concentrate .concentrate_mySwiper .contact .left .address {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #333333;
    margin-bottom: 3px;

    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.project_concentrate .concentrate_mySwiper .contact .left .name {
    font-family: MicrosoftYaHei;
    font-weight: bold;
    font-size: 16px;
    color: #333333;

    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

/* .project_concentrate .concentrate_mySwiper .contact .left .name a{
    color: #333333;
} */

.project_concentrate .concentrate_mySwiper .contact .left .name a:hover {
    color: #000;
}

.project_concentrate .concentrate_mySwiper .contact .rightbox {
    display: flex;
    align-items: center;
}

.project_concentrate .concentrate_mySwiper .contact .rightbox .read_more1 {
    display: flex;
    align-items: center;
}

.project_concentrate .concentrate_mySwiper .contact .rightbox .read_more1 span {
    margin-right: 9px;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    line-height: 36px;
    color: #666666;

}

.project_concentrate .concentrate_mySwiper .contact .rightbox .read_more1 a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: none;
}

.project_concentrate .concentrate_mySwiper .contact .rightbox .read_more1 a i {
    position: absolute;
    font-size: 14px;
    padding-right: 6px;
    color: #fff;
    transition: none;
}

.project_concentrate .concentrate_mySwiper .swiper-slide .rightbox .read_more1 img {
    transition: none;
}

.project_concentrate .concentrate_mySwiper .swiper-slide .rightbox .read_more1 a:hover img {
    filter: brightness(0);
}

.project_concentrate .concentrate_mySwiper .swiper-slide .rightbox .read_more1 a:hover i {
    color: #fff;
}


.project_concentrate .button {
    width: 48px;
    height: 48px;
    background-color: #ebebeb;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    color: #fff;
}

.project_concentrate .button:hover {
    background-color: #0086d6;
}

.project_concentrate .prev1 {
    position: absolute;
    left: -63px;
    top: 50%;
    transform: translateY(-50%);
}

.project_concentrate .next1 {
    position: absolute;
    right: -63px;
    top: 50%;
    transform: translateY(-50%);
}

.project_concentrate:last-of-type {
    margin-bottom: 80px;
}

@media(max-width:1600px) {
    .project_concentrate {
        padding: 50px 0px 0px 0px;
    }

    .project_concentrate .title {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 35px;
    }

    .project_concentrate .prev1 {
        position: absolute;
        left: -54px;
    }

    .project_concentrate .next1 {
        position: absolute;
        right: -54px;
    }

    .project_concentrate:last-of-type {
        margin-bottom: 70px;
    }
}

@media(max-width:1333px) {
    .project_concentrate .title {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 30px;
    }

    .project_concentrate .concentrate_mySwiper .contact .left {
        width: 50%;
    }

    .project_concentrate .concentrate_mySwiper .contact .left .address {
        font-size: 14px;
        margin-bottom: 3px;
        line-height: unset;
    }

    .project_concentrate .concentrate_mySwiper .contact .left .name {
        font-size: 14px;
        line-height: unset;
    }

    .project_concentrate .concentrate_mySwiper .contact .rightbox .read_more1 span {
        margin-right: 5px;
        font-size: 14px;
        line-height: unset;
        color: #666666;
    }

    .project_concentrate .concentrate_mySwiper .contact .rightbox .read_more1 a i {
        font-size: 12px;
        padding-right: 6px;
    }

    .project_concentrate .concentrate_mySwiper .swiper-slide .rightbox .read_more1 img {
        width: 35px;
    }

    .project_concentrate:last-of-type {
        margin-bottom: 60px;
    }
}

@media(max-width:999px) {
    .project_concentrate {
        padding: 40px 0px 0px 0px;
    }

    .project_concentrate .title {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 25px;
    }

    .concentrate_mySwiper {
        width: 90% !important;
    }

    .project_concentrate .prev1 {
        position: absolute;
        left: -10px;
    }

    .project_concentrate .next1 {
        position: absolute;
        right: -10px;
    }

    .project_concentrate .button {
        width: 40px;
        height: 40px;
    }

    .project_concentrate:last-of-type {
        margin-bottom: 40px;
    }
}

@media(max-width:768px) {
    .project_concentrate .title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .project_concentrate .button {
        width: 35px;
        height: 35px;
    }

    .project_concentrate .concentrate_mySwiper .contact {
        padding: 10px;
    }

    .project_concentrate:last-of-type {
        margin-bottom: 20px;
    }
}

@media(max-width:650px) {
    /* .concentrate_mySwiper {
        width: 82% !important;
    }

    .project_concentrate .concentrate_mySwiper .imgbox img {
        display: block;
        width: 100%;
    } */

    /* .project_concentrate .prev1 {
        position: absolute;
        left: 0px;
    }

    .project_concentrate .next1 {
        position: absolute;
        right: 0px;
    }

    .project_concentrate .button {
        width: 40px;
        height: 40px;
    } */
    .project_concentrate .concentrate_mySwiper .imgbox img {
        width: 100%;
        height: 250px;
        object-fit: cover;
    }
}

@media(max-width:570px) {
    .project_concentrate {
        padding: 30px 0px 0px 0px;
    }

    .project_concentrate .title {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 15px;
    }

    .project_concentrate .concentrate_mySwiper .contact {
        padding: 10px;
    }

    .project_concentrate .button {
        width: 32px;
        height: 32px;
    }

    .concentrate_mySwiper {
        width: 88% !important;
    }

    .project_concentrate .prev1 {
        position: absolute;
        left: -14px;
    }

    .project_concentrate .next1 {
        position: absolute;
        right: -14px;
    }

    .project_concentrate .button {
        font-size: 12px;
    }

    .project_concentrate .concentrate_mySwiper .contact .left .address {
        font-size: 12px;
        margin-bottom: 3px;
        line-height: unset;
    }

    .project_concentrate .concentrate_mySwiper .contact .left .name {
        font-size: 12px;
        line-height: unset;
    }

    .project_concentrate .concentrate_mySwiper .contact .rightbox .read_more1 span {
        margin-right: 3px;
        font-size: 12px;
    }

    .project_concentrate .concentrate_mySwiper .swiper-slide .rightbox .read_more1 img {
        width: 30px;
    }

    .project_concentrate .concentrate_mySwiper .contact .rightbox .read_more1 a i {
        font-size: 12px;
        padding-right: 3px;
    }

    .project_concentrate .concentrate_mySwiper .imgbox img {
        width: 100%;
        height: 200px;
    }
}


@media(max-width:420px) {
    .concentrate_mySwiper {
        width: 100% !important;
    }


    .project_concentrate .concentrate_mySwiper .imgbox img {
        width: 100%;
        height: 150px;
        z-index: 100;
    }

    .project_concentrate .button {
        z-index: 1000;
    }

}






/* project_distribution */
.project_distribution {
    padding: 51px 0px 111px 0px;
}

.project_distribution .safe {
    position: relative;
}

.project_distribution .title {
    font-family: MicrosoftYaHei;
    font-weight: bold;
    font-size: 30px;
    line-height: 36px;
    color: #333333;
    margin-bottom: 44px;
}

.project_distribution .distribution_mySwiper .imgbox {
    overflow: hidden;
}

.project_distribution .distribution_mySwiper .imgbox img {
    display: block;
}

.project_distribution .distribution_mySwiper .imgbox img:hover {
    transform: scale(1.05);
}

.project_distribution .distribution_mySwiper .swiper-slide {
    background-color: #f3f2f2;
}

.project_distribution .distribution_mySwiper .swiper-slide:hover .contact {
    background-color: #0086d6;
}

.project_distribution .distribution_mySwiper .swiper-slide:hover .left .address {
    color: #fff;
}

.project_distribution .distribution_mySwiper .swiper-slide:hover .left .name a {
    color: #fff;
}

.project_distribution .distribution_mySwiper .swiper-slide:hover .rightbox .read_more1 span {
    color: #fff;
}

.project_distribution .distribution_mySwiper .swiper-slide:hover .rightbox .read_more1 img {
    filter: brightness(100);
    transition: none;
}

.project_distribution .distribution_mySwiper .swiper-slide:hover .rightbox .read_more1 i {
    color: #333;
}

.project_distribution .distribution_mySwiper .contact {
    padding: 10px 10px 13px 20px;
    display: flex;
    justify-content: space-between;
}

.project_distribution .distribution_mySwiper .contact .left {
    width: 60%;
}

.project_distribution .distribution_mySwiper .contact .left .address {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #333333;
    margin-bottom: 3px;

    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.project_distribution .distribution_mySwiper .contact .left .name {
    font-family: MicrosoftYaHei;
    font-weight: bold;
    font-size: 16px;
    color: #333333;

    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.project_distribution .distribution_mySwiper .contact .left .name a:hover {
    color: #000;
}


.project_distribution .distribution_mySwiper .contact .rightbox .read_more1 {
    display: flex;
    align-items: center;
}

.project_distribution .distribution_mySwiper .contact .rightbox .read_more1 span {
    margin-right: 9px;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    line-height: 36px;
    color: #666666;

}

.project_distribution .distribution_mySwiper .contact .rightbox .read_more1 a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: none;
}

.project_distribution .distribution_mySwiper .contact .rightbox .read_more1 a i {
    position: absolute;
    font-size: 14px;
    padding-right: 6px;
    color: #fff;
    transition: none;
}

.project_distribution .distribution_mySwiper .swiper-slide .rightbox .read_more1 img {
    transition: none;
}

.project_distribution .distribution_mySwiper .swiper-slide .rightbox .read_more1 a:hover img {
    filter: brightness(0);
}

.project_distribution .distribution_mySwiper .swiper-slide .rightbox .read_more1 a:hover i {
    color: #fff;
}


.project_distribution .button {
    width: 48px;
    height: 48px;
    background-color: #ebebeb;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    color: #fff;
}

.project_distribution .button:hover {
    background-color: #0086d6;
}

.project_distribution .prev2 {
    position: absolute;
    left: -63px;
    top: 48%;
    transform: translateY(48%);
}

.project_distribution .next2 {
    position: absolute;
    right: -63px;
    top: 48%;
    transform: translateY(48%);
}

@media(max-width:1600px) {
    .project_distribution {
        padding: 50px 0px;
    }

    .project_distribution .title {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 35px;
    }

    .project_distribution .prev2 {
        position: absolute;
        left: -54px;
        top: 48%;
        transform: translateY(48%);
    }

    .project_distribution .next2 {
        position: absolute;
        right: -54px;
        top: 48%;
        transform: translateY(48%);
    }
}

@media(max-width:1333px) {
    .project_distribution .title {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 30px;
    }

    .project_distribution .distribution_mySwiper .contact .left {
        width: 50%;
    }

    .project_distribution .distribution_mySwiper .contact .left .address {
        font-size: 14px;
        margin-bottom: 3px;
        line-height: unset;
    }

    .project_distribution .distribution_mySwiper .contact .left .name {
        font-size: 14px;
        line-height: unset;
    }

    .project_distribution .distribution_mySwiper .contact .rightbox .read_more1 span {
        margin-right: 5px;
        font-size: 14px;
        line-height: unset;
        color: #666666;
    }

    .project_distribution .distribution_mySwiper .contact .rightbox .read_more1 a i {
        font-size: 12px;
        padding-right: 6px;
    }

    .project_distribution .distribution_mySwiper .swiper-slide .rightbox .read_more1 img {
        width: 35px;
    }
}

@media(max-width:999px) {
    .project_distribution {
        padding: 40px 0px;
    }

    .project_distribution .title {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 25px;
    }

    .distribution_mySwiper {
        width: 90% !important;
    }

    .project_distribution .prev2 {
        position: absolute;
        left: -10px;
        top: 48%;
        transform: translateY(48%);
    }

    .project_distribution .next2 {
        position: absolute;
        right: -10px;
        top: 48%;
        transform: translateY(48%);
    }

    .project_distribution .button {
        width: 40px;
        height: 40px;
    }
}

@media(max-width:768px) {
    .project_distribution .title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .project_distribution .button {
        width: 35px;
        height: 35px;
    }

    .project_distribution .distribution_mySwiper .contact {
        padding: 10px;
    }
}

@media(max-width:650px) {
    .distribution_mySwiper {
        width: 82% !important;
    }

    .project_distribution .distribution_mySwiper .imgbox img {
        display: block;
        width: 100%;
    }

    .project_distribution .prev2 {
        position: absolute;
        left: 0px;
        top: 45%;
        transform: translateY(45%);
    }

    .project_distribution .next2 {
        position: absolute;
        right: 0px;
        top: 45%;
        transform: translateY(45%);
    }

    .project_distribution .button {
        width: 40px;
        height: 40px;
    }
}

@media(max-width:570px) {
    .project_distribution {
        padding: 30px 0px;
    }

    .project_distribution .title {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 15px;
    }

    .project_distribution .distribution_mySwiper .contact {
        padding: 10px;
    }

    .project_distribution .button {
        width: 32px;
        height: 32px;
    }

    .distribution_mySwiper {
        width: 88% !important;
    }

    .project_distribution .prev2 {
        position: absolute;
        left: -14px;
        top: 45%;
        transform: translateY(45%);
    }

    .project_distribution .next2 {
        position: absolute;
        right: -14px;
        top: 45%;
        transform: translateY(45%);
    }

    .project_distribution .button {
        font-size: 12px;
    }

    .project_distribution .distribution_mySwiper .contact .left .address {
        font-size: 12px;
        margin-bottom: 3px;
        line-height: unset;
    }

    .project_distribution .distribution_mySwiper .contact .left .name {
        font-size: 12px;
        line-height: unset;
    }

    .project_distribution .distribution_mySwiper .contact .rightbox .read_more1 span {
        margin-right: 3px;
        font-size: 12px;
    }

    .project_distribution .distribution_mySwiper .swiper-slide .rightbox .read_more1 img {
        width: 30px;
    }

    .project_distribution .distribution_mySwiper .contact .rightbox .read_more1 a i {
        font-size: 12px;
        padding-right: 3px;
    }
}


@media(max-width:420px) {
    .concentrate_mySwiper {
        width: 100% !important;
    }

    .project_distribution .button {
        position: static;
        margin-right: 10px;
    }

    .project_distribution .btnbox {
        display: flex;
        align-items: center;
        justify-content: center;
        transform: translateY(-5px);
    }
}


/* project_application */

.project_application {
    padding: 46px 0px 0px;
}


.project_application .title {
    font-family: MicrosoftYaHei;
    font-size: 36px;
    color: #333333;
    margin-bottom: 56px;
    text-align: center;
}

.project_application .application_box {
    display: flex;
    justify-content: space-between;
}

.project_application .application_box .leftbox {
    width: 32.25%;
}

.project_application .leftbox span {
    font-family: MicrosoftYaHei;
    font-size: 24px;
    color: #333333;
}

.project_application .leftbox .svgbox {
    position: relative;
}

.project_application .leftbox .svgbox .on {
    position: absolute;
    left: 0;
}

.project_application .leftbox .on {
    opacity: 0;
}

.project_application .leftbox li {
    display: flex;
    align-items: center;
    padding: 29.5px 15px 29.5px 17px;
    border-left: 3px solid transparent;
    cursor: pointer;
    border-bottom: 1px solid #c4c4c4;
}

.project_application .leftbox li span {
    margin-left: 18px;
}

.project_application .leftbox li:hover {
    background-color: #f3f3f3;
    border-left: 3px solid #0086d6;
    border-bottom: 1px solid transparent;
}

.project_application .leftbox li:hover .off {
    opacity: 0;
}

.project_application .leftbox li:hover .on {
    opacity: 1;
}

.project_application .leftbox li:hover span {
    color: #0086d6;
}

.project_application .leftbox .active {
    background-color: #f3f3f3;
    border-left: 3px solid #0086d6;
    border-bottom: 1px solid transparent;
}

.project_application .leftbox .active .off {
    opacity: 0;
}

.project_application .leftbox .active .on {
    opacity: 1;
}

.project_application .leftbox .active span {
    color: #0086d6;
}

.project_application .application_box .rightbox {
    width: 66.04%;
}

.project_application .swiper img {
    display: block;
}

.project_application .swiper {
    position: relative;
}

.project_application .rightbox .box1 {
    display: none;
}

.project_application .rightbox .active {
    display: block;
}

.project_application .btnbox i {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    z-index: 100;
    font-size: 30px;
}

.project_application .btnbox i:hover {
    color: #0086d6;
}

.project_application .btnbox .icon-left7 {
    left: 2%;
}

.project_application .btnbox .icon-right7 {
    right: 2%;
}


@media(max-width:1600px) {
    .project_application {
        padding: 50px 0px 0px 0px;
    }

    .project_application .title {
        font-size: 34px;
        margin-bottom: 40px;
    }

    .project_application .leftbox span {
        font-size: 22px;
    }

    .project_application .leftbox li {
        padding: 25px 15px 25px 15px;
        border-left: 3px solid transparent;
        border-bottom: 1px solid #c4c4c4;
    }
}

@media(max-width:1333px) {
    .project_application .title {
        font-size: 30px;
        margin-bottom: 30px;
    }

    .project_application .leftbox span {
        font-size: 20px;
    }

    .project_application .leftbox li span {
        margin-left: 12px;
    }

    .project_application .leftbox img {
        width: 46px;
    }

    .project_application .leftbox li {
        padding: 18px 10px 18px 10px;
        border-left: 3px solid transparent;
        border-bottom: 1px solid #c4c4c4;
    }
}

@media(max-width:999px) {
    .project_application {
        padding: 20px 0px 0px 0px;
    }

    .project_application .title {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .project_application .leftbox li {
        padding: 12px 8px 12px 8px;
        border-left: 2px solid transparent;
        border-bottom: 1px solid #c4c4c4;
    }

    .project_application .leftbox li span {
        margin-left: 8px;
    }

    .project_application .leftbox span {
        font-size: 18px;
    }

    .project_application .leftbox img {
        width: 42px;
    }

    .project_application .btnbox i {
        font-size: 26px;
    }
}

@media(max-width:768px) {
    .project_application .title {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .project_application .leftbox span {
        font-size: 16px;
    }

    .project_application .leftbox img {
        width: 36px;
    }

    .project_application .leftbox li {
        padding: 10px 5px 10px 5px;
        border-left: 3px solid transparent;
        border-bottom: 1px solid #c4c4c4;
    }
}

@media(max-width:570px) {
    .project_application {
        padding: 10px 0px 0px 0px;
    }

    .project_application .title {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .project_application .application_box {
        flex-direction: column;
    }

    .project_application .application_box .leftbox {
        width: 100%;
        margin-bottom: 20px;
    }

    .project_application .application_box .rightbox {
        width: 100%;
    }
}





.wrap_box .box1 {
    display: none;
}

.wrap_box .active {
    display: block;
}


/* project_case */

.project_case {
    padding: 37px 0px 115px;
}

.project_case .title {
    font-family: MicrosoftYaHei;
    font-size: 36px;
    color: #333333;
    text-align: center;
    margin-bottom: 38px;
}

.project_case .case_box {}


.project_case .leftbox img {
    display: block;
}

.project_case .case_li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 45px;
}

.project_case .case_li:nth-child(2n) {
    flex-direction: row-reverse;
}

.project_case .case_li:last-child {
    margin-bottom: 0;
}


.project_case .case_li .leftbox {
    width: 50.45%;
}

.project_case .case_li .small_title {
    font-family: MicrosoftYaHei;
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
    color: #333333;
    padding: 16px 18px 16px 18px;
    background-color: #c4c4c4;
}

.project_case .case_li .rightbox {
    width: 49.55%;
    background-color: #f5f5f5;
}

.project_case .rightbox {
    /* display: flex; */
    /* flex-wrap: wrap; */

    padding: 33px 30px 0px 42px;
}

.project_case .rightbox .inner_wrap {
    width: 47%;

    margin-right: 1%;
    float: left;
    margin-bottom: 35px;
    display: flex;
    flex-direction: column;
}

.project_case .rightbox .inner {
    width: 100%;
    /* border-bottom: 1px solid #cccccc; */
    padding: 10px 5px 10px 18px;
    display: flex;
    align-items: center;
    height: 62px;
    position: relative;
}

.project_case .rightbox .inner::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 90%;
    height: 1px;
    background-color: #ccc;
}

.project_case .rightbox .inner_wrap .imgbox {
    margin-right: 15px;
}

.project_case .rightbox .inner_wrap:nth-child(2n) {
    margin-right: 0;
}

.project_case .inner_wrap p,
.project_case .inner_wrap span {
    font-family: MicrosoftYaHei;
    font-size: 18px;
}

.project_case .inner_wrap .name {
    color: #666666;
}

.project_case .inner_wrap .resu {
    color: #333;
}

.project_case .sp {
    display: flex;
    align-items: center;
    padding: 10px 5px 10px 15px;
}

.project_case .sp img {
    opacity: 0;
    margin-right: 15px;
}


@media(max-width:1600px) {

    .project_case .title {
        font-size: 34px;
        margin-bottom: 40px;
    }

    .project_case .rightbox {
        /* display: flex; */
        /* flex-wrap: wrap; */
        padding: 15px 15px 0px 15px;
    }

    .project_case .inner_wrap p,
    .project_case .inner_wrap span {
        font-family: MicrosoftYaHei;
        font-size: 16px;
    }

    .project_case .rightbox .inner_wrap {
        width: 47%;
        margin-right: 1%;
        margin-bottom: 28px;
    }

    .project_case .case_li .rightbox {
        display: flex;
        flex-wrap: wrap;
    }

    .project_case .case_li {
        margin-bottom: 40px;
    }

    .project_case {
        padding: 30px 0px 50px;
    }
}

@media(max-width:1333px) {
    .project_case .title {
        font-size: 30px;
        margin-bottom: 30px;
    }

    .project_case .rightbox .inner_wrap .imgbox {
        width: 30px;
    }

    .project_case .rightbox .inner {
        height: 50px;
    }

    .project_case .case_li {
        align-items: center;
    }

    .project_case .case_li {
        margin-bottom: 30px;
    }
}

@media(max-width:999px) {
    .project_case .title {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .project_case .case_li {
        margin-bottom: 20px;
        flex-direction: column;
    }

    .project_case .case_li .leftbox {
        width: 75%;
    }

    .project_case .case_li .rightbox {
        width: 100%;
        background-color: #f5f5f5;
    }

    .project_case .case_li:nth-child(2n) {
        flex-direction: column;
    }

    .project_case {
        padding: 25px 0px 40px;
    }
}

@media(max-width:768px) {
    .project_case .title {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .project_case .case_li {
        margin-bottom: 15px;
    }

    .project_case .case_li .leftbox {
        width: 90%;
    }

    .project_case .case_li .small_title {
        font-size: 16px;
        padding: 10px 10px 10px 10px;
        line-height: 26px;
    }

    .project_case .rightbox {
        padding: 10px;
    }

    .project_case .rightbox .inner_wrap {
        width: 47%;
        margin-right: 1%;
        margin-bottom: 15px;
    }

    .project_case .inner_wrap p,
    .project_case .inner_wrap span {
        font-family: MicrosoftYaHei;
        font-size: 14px;
    }

    .project_case .sp {
        display: flex;
        align-items: center;
        padding: 10px 5px 10px 10px;
    }
}

@media(max-width:570px) {
    .project_case .title {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .project_case {
        padding: 25px 0px 30px;
    }

    .project_case .case_li .leftbox {
        width: 100%;
    }

    .project_case .inner_wrap p,
    .project_case .inner_wrap span {
        font-family: MicrosoftYaHei;
        font-size: 12px;
    }

    .project_case .rightbox .inner {
        padding: 8px 8px 8px 8px;
    }

    .project_case .rightbox .inner_wrap {
        width: 47%;
        margin-right: 1%;
        margin-bottom: 5px;
    }

    .project_case .sp img {
        width: 30px;
    }
}

@media(max-width:400px) {
    .project_case .rightbox .inner_wrap {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 5px;
    }
}



/* 4-2 project-detail */


/* project_name */

.project_name {
    padding: 47px 0px 50px 0px;
}

.project_name .title {
    font-family: MicrosoftYaHei;
    font-size: 28px;
    line-height: 36px;
    color: #333333;
    margin-bottom: 41px;
}

.project_name .wrap {
    display: flex;
    justify-content: space-between;
}

.project_name .wrap .leftbox {
    width: 57.7%;
    position: relative;
}

.project_name .wrap .leftbox .shadow {
    height: 20%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(rgba(0, 0, 0, .2) 0%, rgba(0, 0, 0, 0.0) 95%);
}

.project_name .wrap .leftbox img {
    display: block;
}

.project_name .wrap .rightbox {
    width: 41%;
    display: flex;
    flex-wrap: wrap;
}

.project_name .wrap .rightbox .detail_box {
    width: 48.7%;
    height: 127px;
    margin-right: 1.6%;
    display: flex;
    align-items: center;
    background-color: rgba(229, 243, 251, .5);
    margin-bottom: 6px;
    padding: 0px 10px 0px 28px;
}

.project_name .wrap .rightbox .detail_box:nth-child(2n) {
    margin-right: 0;
}

.project_name .wrap .rightbox .detail_box img {
    margin-right: 20px;
}

.project_name .wrap .rightbox .detail_box .small_title {
    margin-bottom: 6px;
    font-family: MicrosoftYaHei;
    font-size: 18px;
    color: #666666;
}

.project_name .wrap .rightbox .detail_box .content {
    margin-bottom: 5px;
    font-family: MicrosoftYaHei;
    font-size: 18px;
    color: #333333;
}


@media(max-width:1600px) {
    .project_name {
        padding: 50px 0px;
    }

    .project_name .title {
        font-size: 26px;
        line-height: 34px;
        margin-bottom: 25px;
    }

    .project_name .wrap .rightbox .detail_box {
        width: 48.7%;
        height: auto;
        margin-right: 1.6%;
        margin-bottom: 6px;
        padding: 0px 10px 0px 28px;
    }

    .project_name .wrap .rightbox .detail_box .content {
        margin-bottom: 5px;
        font-size: 16px;
    }

    .project_name .wrap .rightbox .detail_box .small_title {
        margin-bottom: 3px;
        font-size: 16px;
    }
}

@media(max-width:1333px) {
    .project_name .title {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .project_name .wrap .leftbox {
        width: 50%;
    }

    .project_name .wrap .rightbox {
        width: 49%;
    }

    .project_name .wrap .rightbox .detail_box .content {
        margin-bottom: 5px;
        font-size: 14px;
    }

    .project_name .wrap .rightbox .detail_box .small_title {
        margin-bottom: 3px;
        font-size: 14px;
    }

    .project_name .wrap .rightbox .detail_box img {
        margin-right: 20px;
        width: 33px;
    }
}

@media(max-width:999px) {
    .project_name {
        padding: 40px 0px;
    }

    .project_name .title {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 18px;
    }

    .project_name .safe .wrap {
        flex-direction: column;
    }

    .project_name .wrap .leftbox {
        width: 80%;
        margin: 0 auto;
        margin-bottom: 18px;
    }

    .project_name .wrap .rightbox {
        width: 100%;
    }

    .project_name .wrap .rightbox .detail_box {
        width: 48.7%;
        margin-right: 1.6%;
        margin-bottom: 6px;
        padding: 10px 10px 10px 28px;
    }
}

@media(max-width:768px) {
    .project_name .wrap .leftbox {
        width: 90%;
        margin: 0 auto;
        margin-bottom: 15px;
    }

    .project_name .title {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 15px;
    }
}

@media(max-width:570px) {
    .project_name {
        padding: 30px 0px;
    }

    .project_name .title {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 15px;
    }

    .project_name .wrap .rightbox .detail_box .small_title {
        margin-bottom: 3px;
        font-size: 12px;
    }

    .project_name .wrap .rightbox .detail_box .content {
        margin-bottom: 0px;
        font-size: 12px;
    }

    .project_name .wrap .rightbox .detail_box img {
        margin-right: 16px;
        width: 30px;
    }
}

@media(max-width:400px) {
    .project_name .wrap .leftbox {
        width: 100%;
    }

    .project_name .wrap .rightbox .detail_box {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 6px;
        padding: 10px;
    }
}

/* project_pain */

.project_pain {
    padding: 5px 0px 39px 0px;
}

.project_pain .safe {
    display: flex;
    justify-content: space-between;
    background-color: #f5f7f7;
}

.project_pain .safe .leftbox {
    width: 43%;

    padding-top: 7.8%;
    padding-left: 4.95%;
}

.project_pain .safe .leftbox .title {
    font-family: MicrosoftYaHei;
    font-weight: bold;
    font-size: 30px;
    line-height: 32px;
    color: #333333;
    margin-bottom: 39px;
}

.project_pain .safe .leftbox .content i {
    font-size: 22px;
}

.project_pain .safe .leftbox .content em {
    padding-left: 5px;
    font-family: MicrosoftYaHei;
    font-size: 18px;
    line-height: 36px;
    color: #333333;
    display: inline-block;
}

.project_pain .safe .rightbox {
    width: 56.25%;
}

.project_pain .safe .rightbox img {
    display: block;
}

@media(max-width:1600px) {
    .project_pain {
        padding: 0px 0px 50px 0px;
    }

    .project_pain .safe .leftbox {
        padding-top: 0;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .project_pain .safe .leftbox .title {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 30px;
    }

    .project_pain .safe .leftbox .content em {
        padding-left: 5px;
        font-size: 16px;
        line-height: 30px;
    }

    .project_pain .safe .leftbox .content i {
        font-size: 20px;
    }
}

@media(max-width:1333px) {
    .project_pain .safe .leftbox {
        padding-top: 0;
        padding-left: 2%;
        padding-right: 2%;
    }

    .project_pain .safe .leftbox .title {
        font-size: 25px;
        line-height: 29px;
        margin-bottom: 25px;
    }

    .project_pain .safe .leftbox .content em {
        padding-left: 5px;
        font-size: 14px;
        line-height: 26px;
    }
}

@media(max-width:999px) {
    .project_pain {
        padding: 0px 0px 40px 0px;
    }

    .project_pain .safe .leftbox .title {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 20px;
    }
}

@media(max-width:768px) {
    .project_pain .safe .leftbox {
        padding-top: 0;
        padding-left: 2%;
        padding-right: 2%;
        width: 100%;
        margin-bottom: 15px;
    }

    .project_pain .safe .rightbox {
        width: 90%;
        margin: 0 auto;
    }

    .project_pain .safe {
        flex-direction: column;
        padding-bottom: 15px;
    }

    .project_pain .safe .leftbox .title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 0;
        padding: 15px 0px;
    }
}

@media(max-width:570px) {
    .project_pain {
        padding: 0px 0px 30px 0px;
    }

    .project_pain .safe .leftbox .title {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 0;
        padding: 13px 0px;
    }

    .project_pain .safe .leftbox .content em {
        padding-left: 5px;
        font-size: 12px;
        line-height: 22px;
    }

    .project_pain .safe {
        padding-bottom: 10px;
    }
}

@media(max-width:450px) {
    .project_pain .safe .rightbox {
        width: 100%;
    }
}





/* project_distribution1 */
.project_distribution1 {
    padding: 77px 0px 100px 0px;
}

.project_distribution1 .safe {
    position: relative;
}

.project_distribution1 .titlebox {
    display: flex;
    justify-content: space-between;
    margin-bottom: 33px;
    align-items: center;
}

.project_distribution1 .title {
    font-family: MicrosoftYaHei;
    font-size: 36px;
    line-height: 36px;
    color: #333333;
}

.project_distribution1 .titlebox .btnbox {
    display: flex;
}

.project_distribution1 .titlebox .btnbox i:nth-of-type(1) {
    margin-right: 15px;
}


.project_distribution1 .button {
    width: 48px;
    height: 48px;
    background-color: #ebebeb;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    color: #fff;
}

.project_distribution1 .button:hover {
    background-color: #0086d6;
}

.project_distribution1 .distribution1_mySwiper .imgbox {
    overflow: hidden;
}

.project_distribution1 .distribution1_mySwiper .imgbox img {
    display: block;
}

.project_distribution1 .distribution1_mySwiper .imgbox img:hover {
    transform: scale(1.05);
}

.project_distribution1 .distribution1_mySwiper .swiper-slide {
    background-color: #f3f2f2;
}

.project_distribution1 .distribution1_mySwiper .swiper-slide:hover .contact {
    background-color: #0086d6;
}

.project_distribution1 .distribution1_mySwiper .swiper-slide:hover .left .address {
    color: #fff;
}

.project_distribution1 .distribution1_mySwiper .swiper-slide:hover .left .name a {
    color: #fff;
}

.project_distribution1 .distribution1_mySwiper .swiper-slide:hover .rightbox .read_more1 span {
    color: #fff;
}

.project_distribution1 .distribution1_mySwiper .swiper-slide:hover .rightbox .read_more1 img {
    filter: brightness(100);
    transition: none;
}

.project_distribution1 .distribution1_mySwiper .swiper-slide:hover .rightbox .read_more1 i {
    color: #333;
}

.project_distribution1 .distribution1_mySwiper .contact {
    padding: 22px 10px 32px 20px;
    display: flex;
    justify-content: space-between;
}

.project_distribution1 .distribution1_mySwiper .contact .left {
    width: 60%;
}

.project_distribution1 .distribution1_mySwiper .contact .left .address {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #333333;
    margin-bottom: 8px;

    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.project_distribution1 .distribution1_mySwiper .contact .left .name {
    font-family: MicrosoftYaHei;
    font-weight: bold;
    font-size: 16px;
    color: #333333;

    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.project_distribution1 .distribution1_mySwiper .contact .left .name a:hover {
    color: #000;
}

.project_distribution1 .distribution1_mySwiper .contact .rightbox {
    display: flex;
    align-items: center;
}

.project_distribution1 .distribution1_mySwiper .contact .rightbox .read_more1 {
    display: flex;
    align-items: center;
}

.project_distribution1 .distribution1_mySwiper .contact .rightbox .read_more1 span {
    margin-right: 9px;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    line-height: 36px;
    color: #666666;

}

.project_distribution1 .distribution1_mySwiper .contact .rightbox .read_more1 a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: none;
}

.project_distribution1 .distribution1_mySwiper .contact .rightbox .read_more1 a i {
    position: absolute;
    font-size: 14px;
    padding-right: 6px;
    color: #fff;
    transition: none;
}

.project_distribution1 .distribution1_mySwiper .swiper-slide .rightbox .read_more1 img {
    transition: none;
}

.project_distribution1 .distribution1_mySwiper .swiper-slide .rightbox .read_more1 a:hover img {
    filter: brightness(0);
}

.project_distribution1 .distribution1_mySwiper .swiper-slide .rightbox .read_more1 a:hover i {
    color: #fff;
}


@media(max-width:1600px) {
    .project_distribution1 {
        padding: 10px 0px 50px 0px;
    }

    .project_distribution1 .title {
        font-size: 28px;
        line-height: 34px;
    }

    .project_distribution1 .titlebox {
        margin-bottom: 30px;
    }
}

@media(max-width:1333px) {
    .project_distribution1 .titlebox {
        margin-bottom: 25px;
    }

    .project_distribution1 .title {
        font-size: 26px;
        line-height: 30px;
    }

    .project_distribution1 .distribution1_mySwiper .contact .left {
        width: 50%;
    }

    .project_distribution1 .distribution1_mySwiper .contact .left .address {
        font-size: 14px;
        margin-bottom: 3px;
        line-height: unset;
    }

    .project_distribution1 .distribution1_mySwiper .contact .left .name {
        font-size: 14px;
        line-height: unset;
    }

    .project_distribution1 .distribution1_mySwiper .contact .rightbox .read_more1 span {
        margin-right: 5px;
        font-size: 14px;
        line-height: unset;
        color: #666666;
    }

    .project_distribution1 .distribution1_mySwiper .contact .rightbox .read_more1 a i {
        font-size: 12px;
        padding-right: 6px;
    }

    .project_distribution1 .distribution1_mySwiper .swiper-slide .rightbox .read_more1 img {
        width: 35px;
    }

    .project_distribution1 .distribution1_mySwiper .contact {
        padding: 10px;
    }

    .project_distribution1 .titlebox .btnbox i:nth-of-type(1) {
        margin-right: 8px;
    }

    .project_distribution1 .button {
        width: 42px;
        height: 42px;
        background-color: #ebebeb;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        cursor: pointer;
        color: #fff;
    }
}

@media(max-width:999px) {
    .project_distribution1 .titlebox {
        margin-bottom: 20px;
    }

    .project_distribution1 {
        padding: 0px 0px 40px 0px;
    }

    .project_distribution1 .title {
        font-size: 24px;
        line-height: 28px;
    }


}

@media(max-width:768px) {
    .project_distribution1 .titlebox {
        margin-bottom: 15px;
    }

    .project_distribution1 .title {
        font-size: 20px;
        line-height: 24px;
    }

    .project_distribution1 .button {
        width: 35px;
        height: 35px;
    }

    .project_distribution1 .distribution1_mySwiper .contact {
        padding: 10px;
    }
}

@media(max-width:650px) {
    .distribution1_mySwiper {
        width: 90% !important;
    }

    .project_distribution1 .distribution1_mySwiper .imgbox img {
        display: block;
        width: 100%;
    }

    .project_distribution1 .button {
        width: 40px;
        height: 40px;
    }
}

@media(max-width:570px) {
    .project_distribution1 .titlebox {
        margin-bottom: 10px;
    }

    .project_distribution1 {
        padding: 0px 0px 30px 0px;
    }

    .project_distribution1 .title {
        font-size: 18px;
        line-height: 22px;
    }

    .project_distribution1 .distribution1_mySwiper .contact {
        padding: 10px;
    }

    .project_distribution1 .button {
        width: 32px;
        height: 32px;
    }

    .distribution1_mySwiper {
        width: 90% !important;
    }

    .project_distribution1 .button {
        font-size: 12px;
    }

    .project_distribution1 .distribution1_mySwiper .contact .left .address {
        font-size: 12px;
        margin-bottom: 3px;
        line-height: unset;
    }

    .project_distribution1 .distribution1_mySwiper .contact .left .name {
        font-size: 12px;
        line-height: unset;
    }

    .project_distribution1 .distribution1_mySwiper .contact .rightbox .read_more1 span {
        margin-right: 3px;
        font-size: 12px;
    }

    .project_distribution1 .distribution1_mySwiper .swiper-slide .rightbox .read_more1 img {
        width: 30px;
    }

    .project_distribution1 .distribution1_mySwiper .contact .rightbox .read_more1 a i {
        font-size: 12px;
        padding-right: 3px;
    }
}


@media(max-width:420px) {
    .distribution1_mySwiper {
        width: 100% !important;
    }

    .project_distribution1 .button {
        position: static;
        margin-right: 10px;
    }

    .project_distribution1 .btnbox {
        display: flex;
        align-items: center;
        justify-content: center;
        transform: translateY(-5px);
    }
}





/* 5-1 About Us */

/* about_introduction */
.about_introduction {
    padding: 146px 0px 81px 0px;
}

.about_introduction .intro {
    display: flex;
    justify-content: space-between;
}

.about_introduction .intro .title {
    width: 21%;
    font-family: MicrosoftYaHei;
    font-weight: bold;
    font-size: 36px;
    line-height: 36px;
    color: #333333;
    padding-top: 5px;
}

.about_introduction .intro .content {
    width: 79%;
}

.about_introduction .intro .content p {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    line-height: 28px;
    color: #333333;
    margin-bottom: 28px;
}

.about_introduction .imgbox {
    padding-top: 17px;
}

.about_introduction .imgbox img {
    display: block;
}

@media(max-width:1600px) {
    .about_introduction {
        padding: 50px 0px;
    }

    .about_introduction .intro .title {
        width: 21%;
        font-size: 34px;
        line-height: 36px;
        padding-top: 0px;
    }

    .about_introduction .intro .content p {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 22px;
    }

    .about_introduction .imgbox {
        padding-top: 10px;
    }
}

@media(max-width:1333px) {
    .about_introduction .intro .title {
        width: 18%;
        font-size: 30px;
        line-height: 36px;
        padding-top: 0px;
    }

    .about_introduction .intro .content p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 18px;
    }
}

@media(max-width:999px) {
    .about_introduction {
        padding: 40px 0px;
    }

    .about_introduction .intro {
        flex-direction: column;
    }

    .about_introduction .intro .title {
        width: 100%;
        text-align: center;
        margin-bottom: 18px;
        font-size: 28px;
        line-height: 32px;
    }

    .about_introduction .intro .content {
        width: 100%;
    }

    .about_introduction .imgbox {
        padding-top: 5px;
    }
}

@media(max-width:768px) {
    .about_introduction .intro .title {
        margin-bottom: 15px;
        font-size: 24px;
        line-height: 30px;
    }

    .about_introduction .intro .content p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 12px;
    }

    .about_introduction .imgbox {
        padding-top: 0;
    }
}

@media(max-width:570px) {
    .about_introduction {
        padding: 30px 0px;
    }

    .about_introduction .intro .title {
        margin-bottom: 10px;
        font-size: 20px;
        line-height: 24px;
    }

    .about_introduction .intro .content p {
        font-size: 12px;
        line-height: 22px;
        margin-bottom: 10px;
    }
}



/* about_list */

.abouts_list {
    padding: 83px 0px 35px 0px;
    background-color: #f4f9fb;
}

.abouts_list .safe {
    display: flex;
    justify-content: space-between;
}

.abouts_list .safe .leftbox {
    width: 45%;
    display: flex;
    flex-direction: column;
    padding-top: 32px;
    padding-left: 2.8%;
    /* justify-content: center; */
}

.abouts_list .safe .leftbox .box1 {
    display: flex;
    align-items: center;
    margin-bottom: 82px;
}

.abouts_list .safe .leftbox .box1 .contact {
    margin-left: 25px;
}

.abouts_list .safe .leftbox .box1 .contact .title {
    font-family: MicrosoftYaHei;
    font-size: 24px;
    line-height: 36px;
    color: #333333;
}

.abouts_list .safe .leftbox .box1 .contact .content {
    font-family: MicrosoftYaHei;
    font-size: 18px;
    color: #333333;
}


.abouts_list .safe .rightbox {
    width: 52.4%;
    padding-right: 2%;
    height: 450px;
    overflow-y: scroll;
}


.abouts_list .safe .rightbox::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 2px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 12px;
    background: #ebebeb;
}

.abouts_list .safe .rightbox::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    background: #0091db;
}

.abouts_list .safe .rightbox::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    border-radius: 10px;
    background: #ebebeb;
}

.abouts_list .safe .rightbox::-webkit-scrollbar-button {
    /* 滚动条两端的按钮 */
    background: #ebebeb;
}



.abouts_list .safe .rightbox li {
    border-bottom: 1px solid #ebebeb;
    display: flex;
    justify-content: space-between;
    padding: 31.8px 0px;
    padding-left: 10px;
}

.abouts_list .safe .rightbox li .yearbox {
    font-family: MicrosoftYaHei;
    font-size: 20px;
    color: #333333;
    width: 50%;
    text-align: left;
}

.abouts_list .safe .rightbox li .yearbox span {
    margin-right: 10px;
}

.abouts_list .safe .rightbox li .name {
    font-family: MicrosoftYaHei;
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    width: 50%;
    text-align: right;
}

@media(max-width:1600px) {
    .abouts_list {
        padding: 50px 0px;
    }

    .abouts_list .safe .leftbox .box1:last-child {
        margin-bottom: 30px;
    }

    .abouts_list .safe .leftbox .box1 .contact .title {
        font-size: 22px;
        line-height: 34px;
    }

    .abouts_list .safe .leftbox .box1 .contact .content {
        font-size: 16px;
    }

    .abouts_list .safe .leftbox .box1 {
        margin-bottom: 11%;
    }

    .abouts_list .safe .rightbox li .yearbox {
        font-size: 18px;
    }

    .abouts_list .safe .rightbox li {
        border-bottom: 1px solid #ebebeb;
        padding: 25px 0px;
        padding-left: 10px;
    }

    .abouts_list .safe .rightbox li .name {
        font-size: 18px;
        width: 50%;
    }

    .abouts_list .safe .leftbox .box1 img {
        width: 80px;
    }
}

@media(max-width:1333px) {
    .abouts_list .safe .leftbox .box1 .contact {
        margin-left: 15px;
    }

    .abouts_list .safe .leftbox .box1 .contact .title {
        font-size: 20px;
        line-height: 28px;
    }

    .abouts_list .safe .leftbox .box1 img {
        width: 70px;
    }

    .abouts_list .safe .rightbox li {
        border-bottom: 1px solid #ebebeb;
        padding: 20px 0px;
        padding-left: 10px;
    }

    .abouts_list .safe .leftbox .box1 {
        margin-bottom: 17%;
    }

    .abouts_list .safe .rightbox li .yearbox {
        font-size: 16px;
    }

    .abouts_list .safe .rightbox li .name {
        font-size: 16px;
        width: 50%;
    }

    .abouts_list .safe .rightbox {
        width: 52.4%;
        padding-right: 2%;
        height: 400px;
    }

    .abouts_list .safe .leftbox .box1 .contact .content {
        font-size: 14px;
    }

    .abouts_list .safe .leftbox .box1 {
        margin-bottom: 14%;
    }
}

@media(max-width:999px) {
    .abouts_list {
        padding: 40px 0px;
    }

    .abouts_list .safe .leftbox .box1 img {
        width: 60px;
    }

    .abouts_list .safe .leftbox .box1 .contact .title {
        font-size: 18px;
        line-height: 22px;
    }

    .abouts_list .safe .rightbox li .yearbox {
        font-size: 14px;
        width: 45%;
    }

    .abouts_list .safe .rightbox li .name {
        font-size: 14px;
        width: 55%;
    }

    .abouts_list .safe .rightbox li {
        border-bottom: 1px solid #ebebeb;
        padding: 15px 0px;
        padding-left: 10px;
    }

    .abouts_list .safe .rightbox {
        width: 52.4%;
        padding-right: 2%;
        height: 312px;
    }
}

@media(max-width:768px) {
    .abouts_list .safe {
        flex-direction: column;
    }

    .abouts_list .safe .leftbox {
        width: 100%;
    }

    .abouts_list .safe .leftbox .box1 {
        margin-bottom: 30px;
    }

    .abouts_list .safe .leftbox {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .abouts_list .safe .leftbox .box1 {
        width: 48%;
        margin-right: 2%;
    }

    .abouts_list .safe .leftbox .box1:nth-child(2n) {
        margin-right: 0;
    }

    .abouts_list .safe .leftbox .box1 .contact .title {
        margin-bottom: 5px;
    }

    .abouts_list .safe .leftbox .box1 img {
        width: 50px;
    }

    .abouts_list .safe .rightbox {
        width: 100%;
        padding-right: 2%;
        height: 250px;
    }

    .abouts_list .safe .leftbox {
        padding-top: 0;
        padding-left: 0;
    }
}

@media(max-width:570px) {
    .abouts_list {
        padding: 30px 0px;
    }

    .abouts_list .safe .leftbox .box1 img {
        width: 40px;
    }

    .abouts_list .safe .leftbox .box1 .contact .title {
        font-size: 16px;
        line-height: 20px;
    }

    .abouts_list .safe .leftbox .box1 .contact .content {
        font-size: 12px;
    }

    .abouts_list .safe .leftbox .box1 {
        margin-bottom: 15px !important;
    }

    .abouts_list .safe .rightbox li .yearbox {
        font-size: 12px;
        width: 45%;
    }

    .abouts_list .safe .rightbox li .name {
        font-size: 12px;
        width: 55%;
    }

    .abouts_list .safe .rightbox li {
        border-bottom: 1px solid #ebebeb;
        padding: 12px 0px;
        padding-left: 10px;
    }

    .abouts_list .safe .rightbox {
        height: 200px;
    }
}

@media(max-width:400px) {
    .abouts_list .safe .leftbox .box1 {
        width: 100%;
        margin-right: 0;
    }

    .abouts_list .safe .leftbox .box1 .contact {
        margin-left: 20px;
    }
}




/* about_duty */
.about_duty {
    padding: 78px 0px 39px 0px;
}

.about_duty .intro {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.about_duty .intro .title {
    width: 22%;
    font-family: MicrosoftYaHei;
    font-weight: bold;
    font-size: 36px;
    line-height: 36px;
    color: #333333;
    padding-top: 5px;
}

.about_duty .intro .content {
    width: 78%;
}

.about_duty .intro .content p {
    font-family: MicrosoftYaHei;
    font-size: 20px;
    line-height: 36px;
    color: #333333;
    margin-bottom: 28px;
}

.about_duty .imgbox img {
    margin: 0 auto;
    display: block;
}

.about_duty .winbox {
    display: flex;
    padding: 15px 40px 15px 35px;
    background-color: #efefef;
    width: 94.6%;
    margin: 0 auto;
}

.about_duty .winbox .leftbox {
    width: 10%;
    font-family: MicrosoftYaHei;
    font-size: 22px;
    line-height: 36px;
    color: #333333;
    border-right: 1px solid #cdcbd0;
    display: flex;
    align-items: center;
}

.about_duty .winbox .small_content {
    width: 83%;
    font-size: 16px;
    line-height: 28px;
    color: #333333;
    padding: 20px 1% 20px 29px;
}

@media(max-width:1600px) {
    .about_duty {
        padding: 50px 0px;
    }

    .about_duty .intro .title {
        font-size: 34px;
        line-height: 36px;
        padding-top: 0px;
    }

    .about_duty .intro .content p {
        font-size: 18px;
        line-height: 32px;
        margin-bottom: 15px;
    }

    .about_duty .winbox {
        display: flex;
        padding: 15px 40px 15px 35px;
        width: 100%;
    }

    .about_duty .intro .content p {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .about_duty .intro {
        margin-bottom: 20px;
    }

    .about_duty .winbox .leftbox {
        width: 10%;
        font-size: 20px;
        line-height: unset;
    }
}

@media(max-width:1333px) {
    .about_duty .intro .title {
        font-size: 30px;
        line-height: 34px;
        padding-top: 0px;
    }

    .about_duty .winbox .leftbox {
        width: 12%;
        font-size: 18px;
        line-height: unset;
    }

    .about_duty .winbox {
        display: flex;
        padding: 10px 30px;
        width: 100%;
    }

    .about_duty .winbox .small_content {
        width: 87%;
        font-size: 14px;
        line-height: 26px;
        color: #333333;
        padding: 10px;
    }

    .about_duty .intro .content p {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 10px;
    }
}

@media(max-width:999px) {
    .about_duty {
        padding: 40px 0px;
    }

    .about_duty .intro .title {
        font-size: 28px;
        line-height: 32px;
        padding-top: 0px;
        width: 100%;
        text-align: center;
        margin-bottom: 18px;
    }

    .about_duty .intro {
        flex-direction: column;
    }

    .about_duty .intro .content {
        width: 100%;
    }

    .about_duty .winbox {
        padding: 10px;
        width: 100%;
    }

    .about_duty .winbox .leftbox {
        width: 12%;
        font-size: 16px;
        line-height: unset;
        align-items: center;
        justify-content: center;
    }
}

@media(max-width:768px) {
    .about_duty .intro .title {
        font-size: 24px;
        line-height: 28px;
        padding-top: 0px;
    }

    .about_duty .winbox {
        padding: 10px;
        width: 100%;
        flex-direction: column;
    }

    .about_duty .winbox .leftbox {
        width: 100%;
        border-right: unset;
        margin-bottom: 5px;
    }

    .about_duty .winbox .small_content {
        width: 100%;
        font-size: 14px;
        line-height: 24px;
        padding: 10px;
    }
}

@media(max-width:570px) {
    .about_duty {
        padding: 30px 0px;
    }

    .about_duty .intro .title {
        font-size: 20px;
        line-height: 28px;
        padding-top: 0px;
        margin-bottom: 10px;
    }

    .about_duty .intro .content p {
        font-size: 12px;
        line-height: 22px;
        margin-bottom: 10px;
    }

    .about_duty .intro {
        margin-bottom: 0;
    }

    .about_duty .winbox .leftbox {
        width: 100%;
        border-right: unset;
        margin-bottom: 8px;
    }

    .about_duty .winbox .small_content {
        width: 100%;
        font-size: 12px;
        line-height: 22px;
        padding: 0;
    }
}



/* about_box */
.about_box {
    padding: 0px 0px 109px 0px;
}

.about_box .safe {}

.about_box .safe2 {
    width: 94.6%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.about_box .centerbox {
    width: 48.9%;
}

.about_box .centerbox .imgbox {}

.about_box .centerbox .imgbox img {
    display: block;
}

.about_box .centerbox .contact {
    padding: 26px 31px 21px 31px;
    background-color: #efefef;
}

.about_box .centerbox .contact .title {
    font-family: MicrosoftYaHei;
    font-size: 22px;
    line-height: 36px;
    color: #333333;
    margin-bottom: 7px;
}

.about_box .centerbox .contact .content {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    line-height: 28px;
    color: #555555;
}


@media(max-width:1600px) {
    .about_box {
        padding: 0px 0px 50px 0px;
    }

    .about_box .safe2 {
        width: 100%;
        margin: 0 auto;
    }

    .about_box .centerbox .contact {
        padding: 20px;
        background-color: #efefef;
    }

    .about_box .centerbox .contact .title {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 8px;
    }
}

@media(max-width:1333px) {
    .about_box .centerbox .contact .title {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 5px;
    }

    .about_box .centerbox .contact {
        padding: 15px;
        background-color: #efefef;
    }

    .about_box .centerbox .contact .content {
        font-size: 14px;
        line-height: 24px;
    }
}

@media(max-width:999px) {
    .about_box {
        padding: 0px 0px 40px 0px;
    }
}

@media(max-width:768px) {
    .about_box .safe2 {
        flex-direction: column;
    }

    .about_box .centerbox {
        width: 90%;
        margin: 0 auto;
    }

    .about_box .centerbox {
        margin-bottom: 20px;
    }

    .about_box .centerbox:last-child {
        margin-bottom: 0;
    }
}

@media(max-width:570px) {
    .about_box {
        padding: 0px 0px 30px 0px;
    }

    .about_box .centerbox .contact .title {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 5px;
    }

    .about_box .centerbox .contact .content {
        font-size: 12px;
        line-height: 22px;
    }

    .about_box .centerbox {
        width: 95%;
    }

    .about_box .centerbox .contact {
        padding: 10px;
    }
}

@media(max-width:450px) {
    .about_box .centerbox {
        width: 100%;
    }
}


/* 5-2 */

.contact_us {
    padding: 107px 0px 62px 0px;
}

.contact_us .safe {
    display: flex;
    justify-content: space-between;
}

.contact_us .leftbox {
    width: 50%;
}

.contact_us .leftbox .title {
    font-family: MicrosoftYaHei;
    font-weight: bold;
    font-size: 36px;
    line-height: 30px;
    color: #333333;
    padding-top: 2px;
    margin-bottom: 47px;
}

.contact_us .leftbox .contact {
    display: flex;
    align-items: center;
    margin-bottom: 21px;
}

.contact_us .leftbox .contact .iconfont {
    width: 50px;
    height: 50px;
    background-color: #ffffff;
    border: solid 1px #cccccc;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}

.contact_us .leftbox .contact div {
    margin-left: 10px;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    line-height: 19px;
    color: #333333;
    width: 80%;
}

.contact_us .leftbox .contact .email p:nth-child(2n) {
    word-break: break-all;
}

.contact_us .leftbox .contact .email a:hover {
    color: #0085d5;
}

.contact_us .rightbox {
    width: 47.1%;
}

.contact_us .rightbox input {
    height: 50px;
    background-color: rgba(235, 235, 235, .5);
    padding-left: 9%;
    padding-right: 3%;
    color: #333;
}

.contact_us .rightbox input,
.contact_us .rightbox textarea {
    font-size: 16px;
}

.contact_us .rightbox input::placeholder,
.contact_us .rightbox textarea::placeholder {
    font-size: 16px;
    color: #999999;
}

.contact_us .rightbox .inpbox {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.contact_us .rightbox .box1 {
    position: relative;
    width: 49%;
}

.contact_us .rightbox .inpbox input {
    width: 100%;
}

.contact_us .rightbox .inpbox .box1::after {
    content: "*";
    color: #ff0000;
    position: absolute;
    left: 6%;
    top: 15px;
}

.contact_us .rightbox .inpbox2 {
    width: 100%;
    margin-bottom: 15px;
}

.contact_us .rightbox .inpbox2 input {
    width: 100%;
    padding: 0px 4.5%;
}


.contact_us .rightbox textarea {
    font-family: MicrosoftYaHei;
    resize: none;
    background-color: rgba(235, 235, 235, .5);
    color: #333;
    width: 100%;
    height: 120px;
    padding: 20px 4.5%;
    margin-bottom: 19px;
}

.contact_us .rightbox .submit {
    width: 100%;
}

.contact_us .rightbox .submit input {
    width: 100%;
    text-align: center;
    color: #fff;
    cursor: pointer;
    background-color: #0086d6;
    border: 1px solid transparent;
}

.contact_us .rightbox .submit input:hover {
    border: 1px solid #0086d6;
    color: #0086d6;
    background-color: #fff;
}



@media(max-width:1600px) {
    .contact_us {
        padding: 50px 0px;
    }

    .contact_us .leftbox .title {
        font-size: 34px;
        line-height: unset;
        padding-top: 2px;
        margin-bottom: 40px;
    }
}

@media(max-width:1333px) {
    .contact_us .leftbox .title {
        font-size: 30px;
        line-height: unset;
        padding-top: 0px;
        margin-bottom: 30px;
    }

    .contact_us .leftbox .contact .iconfont {
        width: 45px;
        height: 45px;
    }

    .contact_us .leftbox .contact div {
        margin-left: 10px;
        font-size: 14px;
        line-height: 19px;
        width: 80%;
    }

    .contact_us .rightbox input,
    .contact_us .rightbox textarea {
        font-size: 14px;
    }

    .contact_us .rightbox input::placeholder,
    .contact_us .rightbox textarea::placeholder {
        font-size: 14px;
    }

    .contact_us .rightbox .inpbox .box1::after {
        content: "*";
        color: #ff0000;
        position: absolute;
        left: 3.5%;
        top: 15px;
    }

    .contact_us .rightbox input {
        height: 45px;
    }
}

@media(max-width:999px) {
    .contact_us {
        padding: 40px 0px;
    }

    .contact_us .leftbox .title {
        font-size: 26px;
        line-height: unset;
        padding-top: 0px;
        margin-bottom: 25px;
    }
}

@media(max-width:768px) {
    .contact_us .safe {
        flex-direction: column;
    }

    .contact_us .leftbox {
        width: 100%;
        margin-bottom: 15px;
    }

    .contact_us .leftbox .contact div {
        margin-left: 10px;
        font-size: 14px;
        line-height: 19px;
        width: 80%;
    }

    .contact_us .leftbox .title {
        font-size: 24px;
        line-height: 26px;
        text-align: center;
    }

    .contact_us .rightbox {
        width: 100%;
    }
}

@media(max-width:570px) {
    .contact_us {
        padding: 30px 0px;
    }

    .contact_us .leftbox .title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 15px;
    }

    .contact_us .leftbox .contact .iconfont {
        width: 40px;
        height: 40px;
    }

    .contact_us .leftbox .contact div {
        margin-left: 10px;
        font-size: 12px;
        line-height: 19px;
        width: 80%;
    }

    .contact_us .rightbox input {
        height: 40px;
    }

    .contact_us .rightbox input,
    .contact_us .rightbox textarea {
        font-size: 12px;
    }

    .contact_us .rightbox input::placeholder,
    .contact_us .rightbox textarea::placeholder {
        font-size: 12px;
    }

    .contact_us .rightbox .inpbox .box1::after {
        content: "*";
        color: #ff0000;
        position: absolute;
        left: 3.5%;
        top: 10px;
    }

    .contact_us .rightbox .inpbox {
        margin-bottom: 10px;
    }

    .contact_us .rightbox .inpbox2 {
        margin-bottom: 10px;
    }

    .contact_us .rightbox textarea {
        margin-bottom: 10px;
        padding: 10px 4.5%;
        height: 100px;
    }

}

@media(max-width:350px) {
    .contact_us .rightbox .inpbox {
        margin-bottom: 10px;
        flex-direction: column;
    }

    .contact_us .rightbox .box1 {
        position: relative;
        width: 100%;
    }

    .contact_us .rightbox .box1:nth-of-type(1) {
        margin-bottom: 10px;
    }
}



/* mapbox */
.mapbox {
    padding-bottom: 128px;
}


@media(max-width:1600px) {
    .mapbox {
        padding-bottom: 50px;
    }
}

@media(max-width:999px) {
    .mapbox {
        padding-bottom: 40px;
    }
}

@media(max-width:570px) {
    .mapbox {
        padding-bottom: 30px;
    }
}


/* 6-1 news */



/* news_list */
.news_list {
    padding: 51px 0px 50px 0px;
}

.news_list .safe {
    display: flex;
    flex-wrap: wrap;
}

.news_list .safe .news_one {
    width: 31.4%;
    padding-bottom: 30px;
    border-bottom: 2px solid transparent;
    margin-bottom: 28px;
    margin-right: 2.9%;
}

.news_list .safe .news_one:hover {
    border-bottom: 2px solid #0086d6;
}

.news_list .safe .news_one:hover .title a {
    color: #0086d6;
}

.news_list .safe .news_one:hover .content {
    color: #0086d6;
}

.news_list .safe .news_one:nth-child(3n) {
    margin-right: 0;
}

.news_list .safe .news_one .imgbox {
    overflow: hidden;
}

.news_list .safe .news_one .imgbox img {
    display: block;
}

.news_list .safe .news_one .imgbox img:hover {
    transform: scale(1.05);
}

.news_list .safe .news_one .title {
    font-family: MicrosoftYaHei;
    font-size: 18px;
    line-height: 36px;
    color: #333333;
    padding-top: 20px;
}

.news_list .safe .news_one .title a:hover {
    text-decoration: underline;
}

.news_list .safe .news_one .date {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    line-height: 30px;
    color: #888888;
    margin-bottom: 12px;
}

.news_list .safe .news_one .content {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    line-height: 26px;
    color: #555555;

    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

@media(max-width:1600px) {
    .news_list {
        padding: 50px 0px;
    }

}

@media(max-width:1333px) {
    .news_list .safe .news_one .title {
        font-size: 16px;
        line-height: 30px;
        padding-top: 10px;
    }

    .news_list .safe .news_one .date {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 6px;
    }

    .news_list .safe .news_one .content {
        font-size: 14px;
        line-height: 24px;
    }

    .news_list .safe .news_one {
        width: 31.4%;
        padding-bottom: 20px;
        border-bottom: 2px solid transparent;
        margin-bottom: 20px;
        margin-right: 2.9%;
    }

    .news_list .safe .news_one .date {
        font-size: 14px;
        line-height: 24px;
        margin: 3px 0px;
    }
}

@media(max-width:999px) {
    .news_list {
        padding: 40px 0px;
    }

    .news_list .safe .news_one {
        width: 32%;
        padding-bottom: 15px;
        margin-bottom: 20px;
        margin-right: 2%;
    }

    .news_list .safe .news_one .title {
        font-size: 14px;
        line-height: 24px;
        padding-top: 8px;
    }
}

@media(max-width:768px) {
    .news_list .safe .news_one {
        width: 49%;
        margin-right: 2%;
    }

    .news_list .safe .news_one:nth-child(3n) {
        margin-right: 2%;
    }

    .news_list .safe .news_one:nth-child(2n) {
        margin-right: 0%;
    }
}

@media(max-width:570px) {
    .news_list {
        padding: 30px 0px;
    }

    .news_list .safe .news_one .title {
        font-size: 12px;
        line-height: 22px;
        padding-top: 5px;
    }

    .news_list .safe .news_one .date {
        font-size: 12px;
        line-height: 17px;
        margin: 3px 0px;
    }

    .news_list .safe .news_one .content {
        font-size: 12px;
        line-height: 22px;
    }
}

@media(max-width:400px) {
    .news_list .safe .news_one .title {
        padding-top: 8px;
    }

    .news_list .safe .news_one {
        width: 100%;
        margin-right: 0% !important;
    }
}








/* paganation */
.paganation {
    margin-bottom: 95px;
}

.paganation .safe {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.paganation .safe a {
    width: 36px;
    height: 30px;
    border: solid 1px #e5e5e5;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: MicrosoftYaHei;
    font-size: 12px;
    line-height: 26px;
    color: #333333;
    margin-right: 5px;
    margin-bottom: 5px;
}

.paganation .safe a:hover {
    color: #0086d6;
    border: unset;
    border: solid 1px #0086d6;
}

.paganation .safe .switch {
    width: 61px;
    height: 30px;
    border: solid 1px #e5e5e5;

}

.paganation .safe .active {
    color: #0086d6;
    border: solid 1px #0086d6;
}

@media(max-width:1600px) {
    .paganation {
        margin-bottom: 50px;
    }
}

@media(max-width:999px) {
    .paganation {
        margin-bottom: 40px;
    }

}

@media(max-width:570px) {
    .paganation {
        margin-bottom: 30px;
    }

}















/* 6-2news-detail */

.news_detail {
    padding: 50px 0px 74px 0px;
}

.news_detail .safe {
    display: flex;
    justify-content: space-between;
}

.news_detail .safe .leftbox {
    width: 69%;
}

.news_detail .safe .leftbox .title {
    font-weight: unset;
    font-family: MicrosoftYaHei;
    font-size: 36px;
    line-height: 38px;
    color: #333333;
    margin-bottom: 27px;
}

.news_detail .safe .leftbox .date {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    line-height: 36px;
    color: #888888;
    margin-bottom: 18px;
}

.news_detail .safe .leftbox .content {
    padding: 54px 0px 34px 0px;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}

.news_detail .safe .leftbox .content p {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    line-height: 28px;
    color: #666666;
}

.news_detail .safe .leftbox .content img {
    display: block;
}

.news_detail .safe .leftbox .content a {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    line-height: 28px;
    color: #0085d5;
}

.news_detail .safe .leftbox .content a:hover {
    text-decoration: underline;
}

.news_detail .safe .leftbox .btnbox {
    padding-top: 48px;
}

.news_detail .safe .leftbox .btnbox div {
    display: flex;
    align-items: center;
    margin-bottom: 19px;
}

.news_detail .safe .leftbox .btnbox div .btn {
    width: 59px;
    height: 59px;
    background-color: #ebebeb;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: #fff;
    margin-right: 20px;
}

.news_detail .safe .leftbox .btnbox div a:hover {
    color: #fff !important;
    background-color: #0086d6;
}

.news_detail .safe .leftbox .btnbox div a:hover+p {
    color: #0086d6;
}

.news_detail .safe .leftbox .btnbox div .introductory {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    line-height: 28px;
    color: #666666;
}

.news_detail .safe .leftbox .btnbox .active {}

.news_detail .safe .leftbox .btnbox .active a {
    background-color: #0086d6 !important;
}

.news_detail .safe .leftbox .btnbox .active p {
    color: #0086d6 !important;
}


.news_detail .safe .rightbox {
    width: 27.7%;
    display: flex;
    flex-direction: column;
    padding-top: 71px;
}

.news_detail .safe .rightbox .li1 {
    padding: 32px 9px 31px 26px;
    background-color: #f9f9f9;
    margin-bottom: 12px;
}

.news_detail .safe .rightbox .li1 .title {
    font-family: MicrosoftYaHei;
    font-size: 18px;
    line-height: 30px;
    color: #333333;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news_detail .safe .rightbox .li1 .title a {
    color: #333;
}

.news_detail .safe .rightbox .li1 .title a:hover {
    color: #0085d4;
}

.news_detail .safe .rightbox .li1 .date {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    line-height: 48px;
    color: #888888;
    margin-bottom: 3px;
    /* padding: 10px 0px; */
}

.news_detail .safe .rightbox .li1 .content {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    line-height: 26px;
    color: #555555;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

/* yushe */
.news_detail table {
    font-family: Inter-Regular;
    border-collapse: collapse;
    border: 2px solid #dddddd;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 15px;
}

.news_detail table tr {
    color: #666666;
}

.news_detail table tr td {
    border: 2px solid #dddddd;
    padding: 10px 15px;
    text-align: center;
}

.news_detail video {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    left: 0;
    top: 0;
    object-fit: cover;
}


@media(max-width:1600px) {
    .news_detail {
        padding: 50px 0px;
    }

    .news_detail .safe .leftbox .title {
        font-size: 34px;
        line-height: 36px;
        margin-bottom: 25px;
    }

    .news_detail .safe .leftbox .content {
        padding: 30px 0px;
    }

    .news_detail .safe .rightbox .li1 .title {
        font-size: 16px;
        line-height: 30px;
    }

    .news_detail .safe .rightbox .li1 .date {
        font-size: 16px;
        line-height: 32px;
        margin-bottom: 3px;
    }

    .news_detail .safe .leftbox .btnbox {
        padding-top: 30px;
    }

    .news_detail .safe .leftbox .btnbox div .btn {
        width: 50px;
        height: 50px;
        margin-right: 15px;
    }
}

@media(max-width:1333px) {
    .news_detail .safe .leftbox .title {
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 18px;
    }

    .news_detail {
        padding: 36px 0px;
    }

    .news_detail .safe .leftbox .date {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 18px;
    }

    .news_detail .safe .leftbox .content p {
        font-size: 14px;
        line-height: 24px;
    }

    .news_detail .safe .rightbox {
        width: 27.7%;
        padding-top: 50px;
    }

    .news_detail .safe .rightbox .li1 {
        padding: 20px 9px 20px 20px;
        background-color: #f9f9f9;
        margin-bottom: 10px;
    }

    .news_detail .safe .rightbox .li1 .title {
        font-size: 16px;
        line-height: 24px;
    }

    .news_detail .safe .rightbox .li1 .date {
        font-size: 14px;
        line-height: 30px;
        margin-bottom: 0px;
    }

    .news_detail .safe .rightbox .li1 .content {
        font-size: 14px;
        line-height: 22px;
    }

    .news_detail .safe .leftbox .btnbox div .introductory {
        font-size: 14px;
        line-height: 24px;
    }
}

@media(max-width:999px) {
    .news_detail {
        padding: 30px 0px;
    }

    .news_detail .safe {
        flex-direction: column;
    }

    .news_detail .safe .leftbox {
        width: 100%;
    }

    .news_detail .safe .leftbox img {
        width: 80%;
        margin: 0 auto;
    }

    .news_detail .safe .leftbox .title {
        font-size: 28px;
        line-height: 30px;
        margin-bottom: 15px;
    }

    .news_detail .safe .leftbox .content {
        padding: 25px 0px;
    }

    .news_detail .safe .leftbox .btnbox div .btn {
        width: 45px;
        height: 45px;
        font-size: 14px;
        margin-right: 13px;
    }

    .news_detail .safe .leftbox .btnbox {
        padding-top: 25px;
    }

    .news_detail .safe .leftbox .btnbox div {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }

    .news_detail .safe .rightbox {
        width: 100%;
        display: flex;
        padding-top: 30px;
        flex-direction: row;
    }

    .news_detail .safe .rightbox .li1 {
        padding: 15px 15px;
        background-color: #f9f9f9;
        margin-bottom: 10px;
        margin-right: 1.5%;
    }

    .news_detail .safe .rightbox .li1 .title {
        font-size: 14px;
        line-height: 24px;
    }
}

@media(max-width:768px) {
    .news_detail .safe .leftbox .title {
        font-size: 24px;
        line-height: 26px;
        margin-bottom: 12px;
    }

    .news_detail .safe .leftbox .date {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 10px;
    }

    .news_detail .safe .leftbox .content {
        padding: 20px 0px;
    }

    .news_detail .safe .leftbox .btnbox div .btn {
        margin-right: 10px;
    }

    .news_detail .safe .leftbox .btnbox div .introductory {
        font-size: 14px;
        line-height: 24px;
        width: 90%;
    }

    .news_detail .safe .leftbox .btnbox div .btn {
        width: 40px;
        height: 40px;
        font-size: 14px;
        margin-right: 13px;
    }

    .news_detail .safe .rightbox {
        flex-wrap: wrap;
    }

    .news_detail .safe .rightbox .li1 {
        padding: 15px 15px;
        margin-bottom: 10px;
        margin-right: 1.5%;
        width: 48.5%;
    }

    .news_detail .safe .leftbox img {
        width: 90%;
        margin: 0 auto;
    }
}

@media(max-width:570px) {
    .news_detail {
        padding: 30px 0px;
    }

    .news_detail .safe .leftbox .title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .news_detail .safe .leftbox .date {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 10px;
    }

    .news_detail .safe .leftbox .content {
        padding: 15px 0px;
    }

    .news_detail .safe .leftbox .content p {
        font-size: 12px;
        line-height: 22px;
    }

    .news_detail .safe .leftbox img {
        width: 100%;
        margin: 0 auto;
    }

    .news_detail .safe .leftbox .btnbox div .introductory {
        font-size: 12px;
        line-height: 22px;
        width: 90%;
    }

    .news_detail .safe .leftbox .btnbox div .btn {
        width: 35px;
        height: 35px;
        font-size: 12px;
        margin-right: 10px;
    }

    .news_detail .safe .leftbox .btnbox {
        padding-top: 15px;
    }

    .news_detail .safe .rightbox .li1 {
        padding: 15px 15px;
        margin-bottom: 10px;
        margin-right: 1.5%;
        width: 100%;
    }

    .news_detail .safe .rightbox .li1:last-child {
        margin-bottom: 0;
    }

    .news_detail .safe .rightbox .li1 .title {
        font-size: 12px;
        line-height: 22px;
    }

    .news_detail .safe .rightbox .li1 .date {
        font-size: 12px;
        line-height: 26px;
        margin-bottom: 0px;
    }

    .news_detail .safe .rightbox .li1 .content {
        font-size: 12px;
        line-height: 22px;
    }
}



/* hot_product */
.hot_product {
    background-color: #f9f9f9;
    padding: 93px 0px 75px 0px;
}

.hot_product .safe {
    position: relative;
}

.hot_product .titlebox {
    display: flex;
    justify-content: space-between;
    margin-bottom: 49px;
    align-items: center;
}

.hot_product .title {
    font-family: MicrosoftYaHei;
    font-weight: bold;
    font-size: 36px;
    line-height: 36px;
    color: #333333;
}

.hot_product .titlebox .btnbox {
    display: flex;
}

.hot_product .titlebox .btnbox i:nth-of-type(1) {
    margin-right: 15px;
}


.hot_product .button {
    width: 48px;
    height: 48px;
    background-color: #ebebeb;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    color: #fff;
}

.hot_product .button:hover {
    background-color: #0086d6;
}

.hot_product .distribution1_mySwiper .imgbox {
    overflow: hidden;
    margin-bottom: 15px;
}

.hot_product .distribution1_mySwiper .imgbox img {
    display: block;
}

.hot_product .distribution1_mySwiper .imgbox img:hover {
    transform: scale(1.05);
}

.hot_product .distribution1_mySwiper .swiper-slide {
    overflow: hidden;
}

.hot_product .distribution1_mySwiper .name {
    font-family: MicrosoftYaHei;
    font-size: 18px;
    line-height: 28px;
    color: #333333;
    margin: 10px 0px;

    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.hot_product .distribution1_mySwiper .name a:hover {
    color: #0085d5;
}




@media(max-width:1600px) {
    .hot_product {
        padding: 50px 0px;
    }

    .hot_product .title {
        font-size: 34px;
        line-height: 36px;
    }

    .hot_product .distribution1_mySwiper .imgbox {
        overflow: hidden;
        margin-bottom: 10px;
    }

    .hot_product .distribution1_mySwiper .name {
        margin: 5px 0px;
        font-size: 16px;
        line-height: 26px;
    }

    .hot_product .titlebox {
        margin-bottom: 30px;
    }

}

@media(max-width:1333px) {
    .hot_product .title {
        font-size: 30px;
        line-height: 32px;
    }

    .hot_product .button {
        width: 45px;
        height: 45px;
        font-size: 14px;
    }

    .hot_product .titlebox .btnbox i:nth-of-type(1) {
        margin-right: 10px;
    }
}

@media(max-width:999px) {
    .hot_product {
        padding: 40px 0px;
    }

    .hot_product .titlebox {
        margin-bottom: 20px;
    }

    .hot_product .title {
        font-size: 28px;
        line-height: 30px;
    }

    .hot_product .distribution1_mySwiper .name {
        padding: 0;
        font-size: 14px;
        line-height: 22px;
    }



}

@media(max-width:768px) {
    .hot_product .title {
        font-size: 24px;
        line-height: 26px;
    }

    .hot_product .button {
        width: 40px;
        height: 40px;
        font-size: 14px;
    }
}

@media(max-width:570px) {
    .hot_product {
        padding: 30px 0px;
    }

    .hot_product .title {
        font-size: 20px;
        line-height: 24px;
    }

    .hot_product .button {
        width: 35px;
        height: 35px;
        font-size: 12px;
    }

    .hot_product .distribution1_mySwiper .name {
        padding: 0;
        font-size: 12px;
        line-height: 18px;
    }
}














@font-face {
    font-family: "iconfont";
    /* Project id 4600852 */
    src: url('/themes/simplebootx/style/fonts/iconfont.woff2?t=1720680283545') format('woff2'),
        url('/themes/simplebootx/style/fonts/iconfont.woff?t=1720680283545') format('woff'),
        url('/themes/simplebootx/style/fonts/iconfont.ttf?t=1720680283545') format('truetype');
}

@font-face {
    font-family: 'Poppins-Regular';
    src: url('/themes/simplebootx/style/fonts/Poppins-Regular.eot');
    src: url('/themes/simplebootx/style/fonts/Poppins-Regular.eot') format('embedded-opentype'),
        url('/themes/simplebootx/style/fonts/Poppins-Regular.woff2') format('woff2'),
        url('/themes/simplebootx/style/fonts/Poppins-Regular.woff') format('woff'),
        url('/themes/simplebootx/style/fonts/Poppins-Regular.ttf') format('truetype'),
        url('/themes/simplebootx/style/fonts/Poppins-Regular.svg') format('svg');
}




.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-dizhi:before {
    content: "\e614";
}

.icon-dianhua:before {
    content: "\e66c";
}

.icon-duigou:before {
    content: "\e613";
}

.icon-up7:before {
    content: "\e722";
}

.icon-bottom7:before {
    content: "\e723";
}


.icon-duoyuyan:before {
    content: "\e654";
}

.icon-xiala:before {
    content: "\e65c";
}

.icon-left7:before {
    content: "\e724";
}

.icon-right7:before {
    content: "\e725";
}

.icon-left:before {
    content: "\e72c";
}

.icon-right:before {
    content: "\e72d";
}

.icon-tell:before {
    content: "\e6a8";
}

.icon-whatsapp:before {
    content: "\e7bf";
}

.icon-twitter-new2:before {
    content: "\e800";
}

.icon-facebook:before {
    content: "\e620";
}

.icon-pinterest:before {
    content: "\e8ab";
}

.icon-linkedin:before {
    content: "\e648";
}

.icon-youtube:before {
    content: "\e6d6";
}

.icon-sousuo1:before {
    content: "\e65b";
}

.icon-email:before {
    content: "\e7bd";
}

.icon-whatsapp1:before {
    content: "\e7c1";
}

.icon-email1:before {
    content: "\e7c5";
}

.icon-skype1:before {
    content: "\e7c9";
}

.icon-wechat:before {
    content: "\e7cf";
}

.icon-instagram1:before {
    content: "\e640";
}

.icon-twitter4:before {
    content: "\e7fe";
}

.icon-xiangxiajiantou:before {
    content: "\e68a";
}

.icon-xiajiantou:before {
    content: "\e6b3";
}

.icon-youshangjiantou:before {
    content: "\e69b";
}

.icon-svg-right-top:before {
    content: "\e600";
}
















/* animation.min.css */


.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

@-webkit-keyframes bounce {

    0%,
    100%,
    20%,
    53%,
    80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    40%,
    43% {
        -webkit-transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

@keyframes bounce {

    0%,
    100%,
    20%,
    53%,
    80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    40%,
    43% {
        -webkit-transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes flash {

    0%,
    100%,
    50% {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

@keyframes flash {

    0%,
    100%,
    50% {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shake {

    0%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes shake {

    0%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

.swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes bounceIn {

    0%,
    100%,
    20%,
    40%,
    60%,
    80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes bounceIn {

    0%,
    100%,
    20%,
    40%,
    60%,
    80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes bounceInDown {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInDown {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInLeft {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInRight {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInUp {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }

    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }

    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
    0% {
        opacity: 1
    }

    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1
    }

    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    100% {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    100% {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

@keyframes rollOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    100% {
        opacity: 0
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    100% {
        opacity: 0
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}


/* swiper-bundle */


@font-face {
    font-family: swiper-icons;
    src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

:host {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 1
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0)
}

.swiper-horizontal {
    touch-action: pan-y
}

.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d {
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
    transform-style: preserve-3d
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
    scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: none
}

.swiper-css-mode.swiper-centered>.swiper-wrapper::before {
    content: '';
    flex-shrink: 0;
    order: 9999
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size)
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
    display: none !important
}

.swiper-button-next svg,
.swiper-button-prev svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform-origin: center
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
    transform: rotate(180deg)
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 10px);
    right: auto
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto
}

.swiper-button-lock {
    display: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: 'prev'
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: 'next'
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
    right: var(--swiper-pagination-right, 8px);
    left: var(--swiper-pagination-left, auto);
    top: 50%;
    transform: translate3d(0px, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform, .2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s right
}

.swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color, inherit)
}

.swiper-pagination-progressbar {
    background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    position: relative;
    touch-action: none;
    background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, .1))
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: var(--swiper-scrollbar-sides-offset, 1%);
    bottom: var(--swiper-scrollbar-bottom, 4px);
    top: var(--swiper-scrollbar-top, auto);
    z-index: 50;
    height: var(--swiper-scrollbar-size, 4px);
    width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
    position: absolute;
    left: var(--swiper-scrollbar-left, auto);
    right: var(--swiper-scrollbar-right, 4px);
    top: var(--swiper-scrollbar-sides-offset, 1%);
    z-index: 50;
    width: var(--swiper-scrollbar-size, 4px);
    height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, .5));
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move;
    touch-action: none
}

.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active {
    pointer-events: auto
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube {
    overflow: visible
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
    content: '';
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px)
}

.swiper-cube .swiper-slide-next+.swiper-slide {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-flip {
    overflow: visible
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height
}

.swiper-cards {
    overflow: visible
}

.swiper-cards .swiper-slide {
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden
}



/* swiper.min.css */


.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-transition-property: -webkit-transform, height;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform, height
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -o-transform: translate(0, -50%);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 0;
    display: block
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px
}

.swiper-pagination-progress {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progress .swiper-pagination-progressbar {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-vertical>.swiper-pagination-progress {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-progress.swiper-pagination-white {
    background: rgba(255, 255, 255, .5)
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
    background: #fff
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background: #000
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
    -ms-perspective: 1200px
}

.swiper-container-cube,
.swiper-container-flip {
    overflow: visible
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-slide {
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -moz-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(/themes/simplebootx/style/css/"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(/themes/simplebootx/style/css/"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)
    }
}

.none {
    margin-left: 20px;
}