@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    transition: .3s linear all;
    border: none;
    outline: none;
    box-sizing: border-box;
}

html {
    width: 100%;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
    background-color: #fff;
    max-width: 1920px;
    margin: 0 auto;
}

img {
    max-width: 100%;
}

i {
    font-stretch: normal;
    font-style: normal;
}

li {
    list-style: none;
}

a {
    color: #333;
    text-decoration: none;
}

h2 {
    font-weight: normal;
}

.clear {
    clear: both;
}

.base_color {
    color: #1f77ba;
}

.base_bgcolor {
    background-color: #f7e62b;
}

.safe {
    max-width: 1700px;
    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);
    }
}



.safe1 {
    max-width: 1400px;
    width: calc(100% - 120px);
    margin: 0 auto;
}

@media screen and (max-width:999px) {
    .safe1 {
        width: calc(100% - 50px);
    }
}

@media screen and (max-width:768px) {
    .safe1 {
        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;
}

.x {
    animation: x 0.9s linear forwards;
}

.x2 {
    animation: x2 0.9s linear forwards;
}

.x3 {
    animation: x3 0.9s linear forwards;
}

@keyframes x {
    from {
        transform: translate(0) rotate(0deg)
    }

    to {
        transform: translateY(5px) rotate(45deg)
    }
}

@keyframes x2 {
    from {
        transform: translate(0);
        opacity: 1;
    }

    to {
        transform: translateY(-2px);
        opacity: 0;
    }
}

@keyframes x3 {
    from {
        transform: translate(0) rotate(0deg)
    }

    to {
        transform: translateY(-9px) rotate(-45deg)
    }
}

.line1 {
    height: 1px !important;
    background: #333;
    width: 25px;
}

.line2 {
    height: 1px !important;
    background: #333;
    width: 25px;
    margin-top: 6px;
}

.line3 {
    height: 1px !important;
    background: #333;
    width: 25px;
    margin-top: 6px;
}

/* cebianlan  common*/
/* rightlist */

.column {
    position: fixed;
    right: 0px;
    top: 30%;
    /* background-color: red; */
    z-index: 100;
}

.column ul {
    display: flex;
    flex-direction: column;
}

.column ul li {}

.column ul li a {
    height: 100%;
    border-bottom: 1px solid #d7d7d7;
    margin-left: 5px;
    margin-right: 5px;
}

.column ul li:last-child a {
    border-bottom: unset;
}

.column ul li:first-child .imgbox {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
}

.column ul li:last-child .imgbox {
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
}

.column ul li .imgbox {
    width: 52px;
    height: 52px;
    background-color: #000000;

    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ebebeb;
}

.column ul li .imgbox i {
    font-size: 23px;
    color: #fff;
}

.column ul li .imgbox a {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.column ul li .imgbox:hover {
    background-color: #323235;

}

.column ul li .imgbox:hover a {
    border-bottom: 1px solid #323235;
}

.column ul li:last-child .imgbox:hover a {
    border-bottom: unset;
}

.column ul li .imgbox:hover i {
    color: #fff !important;
}

.column .wechat {
    position: relative;
}

.column .wechat i,
.column .phone i {
    color: #4dc950 !important;
}


.column .skype i {
    color: #2c87ce !important;
}

.column .gotop i,
.column .email i {
    color: #323235 !important;
}

.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 {}

@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;
    }
}

@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: 22px;
    }

    .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;
    }
}





/* common_top */
.common_top {
    padding: 4px 0px 0px 0px;
    /* background-color: #Fac; */
    transition: none;
}

.common_top .safe {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.common_top .safe .leftbox {
    width: 60%;
     display: flex;
    justify-content: space-between;
    align-items: center;
}



.common_top .safe .leftbox .imgbox {
    transform: translateY(7px);
}

.common_top .safe .leftbox .imgbox2 {
    transform: translateY(0);
}

.common_top .safe .leftbox .title {
    font-family: Poppins-Medium;
    font-size: 14px;
    line-height: 33px;
    color: #333333;
    transform: translateX(16px) translateY(-9px);
}
.common_top .safe .leftbox .logo-text{ font-family: Poppins-Medium;
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    width:70%;
    
    
    
}
.common_top .safe .rightbox {
    width:40%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.common_top .safe .rightbox .searchbox {
    /* width: 50%; */
    position: relative;
    margin-right: 18px;
}

.common_top .safe .rightbox .searchbox .inp {
    width: 324px;
    height: 50px;
    padding-left: 20px;
    padding-right: 40px;
    background-color: rgba(235, 235, 235, .3);
    border-radius: 25px;
    font-size: 14px;
    line-height: 26px;
    color: #333;
}

.common_top .safe .rightbox .searchbox input::placeholder {
    font-family: Poppins-Regular;
    font-size: 14px;
    line-height: 26px;
    color: #999999;
}

.common_top .safe .rightbox .searchbox .search {
    position: absolute;
    right: 0;
    top: 0;
}

.common_top .safe .rightbox .searchbox .search .sub {
    width: 30px;
    height: 50px;
    margin-right: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: transparent;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    cursor: pointer;
}

.common_top .safe .rightbox .searchbox .search i {
    color: #333;
    position: absolute;
    z-index: -1;
    font-size: 20px;
    font-weight: 800;
    right: 16px;
    top: 15px;

}

.common_top .safe .rightbox .phone_number {
    display: flex;
    justify-content: center;
    align-items: center;
}

.common_top .safe .rightbox .phone_number .iconbox {
    width: 48px;
    height: 48px;
    border: solid 1px #bfbfbf;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.common_top .safe .rightbox .phone_number .iconbox i {
    font-size: 30px;
}

.common_top .safe .rightbox .phone_number .phone {
    margin-left: 12px;
    font-family: Poppins-Medium;
    font-size: 20px;
    line-height: 48px;
    color: #555555;
}

.common_top .lanauagebox {
    display: none;
}

@media(max-width:1600px) {
    .common_top .safe .leftbox,.common_top .safe .rightbox{ width:50%;}
    .common_top .safe .rightbox .phone_number .phone {
        font-size: 16px;
    }

    .common_top .safe .rightbox .phone_number .iconbox {
        width: 45px;
        height: 45px;
    }

    .common_top .safe .rightbox .phone_number .iconbox i {
        font-size: 28px;
    }

    .common_top .safe .rightbox .searchbox .search i {
        font-size: 18px;
    }

    .common_top .safe .leftbox .imgbox img {
        width: 36%;
    }

    .common_top .safe .leftbox .imgbox {
        transform: unset;
    }

    .common_top .safe .rightbox .searchbox .inp {
        height: 45px;
    }
}

@media(max-width:1333px) {
    .common_top .safe .leftbox {
        width: 33%;
    }

    .common_top .safe .leftbox .imgbox img {
        width: 50%;
        display: block;
        margin-bottom: 2px;
    }

    .common_top .safe .rightbox {
        width: 64%;
    }

    .common_top .safe .rightbox .phone_number .phone {
        font-size: 14px;
    }

    .common_top .safe .rightbox .phone_number .iconbox {
        width: 35px;
        height: 35px;
    }

    .common_top .safe .rightbox .phone_number .iconbox i {
        font-size: 22px;
    }

    .common_top .safe .rightbox .searchbox .inp::placeholder {
        font-size: 14px;
    }

    .common_top .safe .rightbox .searchbox .inp {
        width: 250px;
        height: 40px;
    }

    .common_top .safe .rightbox .searchbox .search .sub {
        height: 40px;
    }

    .common_top .safe .rightbox .searchbox .search i {
        font-size: 16px;
        top: 12px;
    }

    .common_top {
        padding: 8px 0px 8px 0px;
    }

    .common_top .safe .leftbox .title,
    .common_top .safe .leftbox .logo-text {
        display: none;
    }
}

@media(max-width:999px) {
    .common_top .safe .rightbox .phone_number {
        display: none;
    }

    .common_top .lanauagebox {
        display: inline-block;
        margin-right: 30px;
        width: 25%;
        height: auto;
    }

    .common_top .safe .rightbox {
        display: flex;
        align-items: center;

    }

    .common_top .safe .rightbox .searchbox {
        display: none;
    }

    .common_top {
        position: fixed;
        z-index: 1001;
        width: 100%;
        top: 0;
        background-color: #fff;
    }

    .common_top .safe .leftbox {
        width: auto;
    }

    .common_top .safe .rightbox {
        width: auto;
    }
}

@media(max-width:768px) {}

@media(max-width:570px) {
    .common_top .safe .leftbox .imgbox img {
        width: 120px;
    }
}




.header {
    background: rgba(131, 131, 131, .1);
}

.header .safe {
    display: flex;
    justify-content: space-between;
}

.header .safe .leftbox {
    width: 90%;
    transform: translateX(-15px);
    position: relative;
    z-index: 1000;
}

.header .safe .leftbox {
    display: flex;
    justify-content: space-between;
}

.header .safe .leftbox .li {
    position: relative;
}

.header .safe .leftbox .li>a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 25px;
    height: 74px;

    font-family: Poppins-Medium;
    font-size: 16px;
    line-height: 48px;
    color: #333333;
   
}

.header .safe .leftbox li:hover {
    background-color: #f7e62b;
}

.header .safe .leftbox .active {
    background-color: #f7e62b;
}

/* ul1 */
.header .safe .leftbox .li .ul1 {
    position: absolute;
    top: 100%;
    z-index: 10;
    left: 0;
    background-color: #f7f7f7;
    display: none;
    transition: none;
}

.header .safe .leftbox .li .ul1 a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 10px;
  
    width: 100%;
    width: max-content;
    max-width: 365px;

    position: relative;

    font-family: Poppins-Medium;
    font-size: 14px;
    line-height:30px;
    color: #333333;
}

.header .safe .leftbox .li .ul1 .ul1_li {
    position: relative;
}

/* ul2 */
.header .safe .leftbox .li .ul1 .ul1_li .ul2 {
    position: absolute;
    left: 100%;
    top: 0;
    background-color: #f7f7f7;
    display: none;
    transition: none;
}

.header .safe .leftbox .li .ul1 .ul1_li .ul2 .ul2_li {
    position: relative;
}

/* ul3 */

.header .safe .leftbox .li .ul1 .ul1_li .ul2 .ul2_li .ul3 {
    position: absolute;
    left: 100%;
    top: 0;
    background-color: #f7f7f7;
    display: none;
    transition: none;
}


/* rightbox */
.lanauagebox {
    display: flex;
    align-items: center;
    position: relative;
}


.lanauagebox .lanauage {
    display: flex;
    align-items: center;
    /* height: 100%; */
    cursor: pointer;
}

.lanauagebox i {
    color: #333;
}

.lanauagebox .lanauage:hover span {
    color: #f7e62b;
}

.lanauagebox .lanauage:hover i {
    color: #f7e62b;

}

.lanauagebox span {
    padding: 0px 5px;
    font-family: Poppins-Regular;
    font-size: 14px;
    line-height: 26px;
    color: #333333;
}

.lanauagebox .lanauage_list {
    position: absolute;
    background: #f7f7f7;
    z-index: 1;
    top: 100%;
    left: 0;
    width: 100%;
    display: none;
    transition: none;
}


.lanauagebox .lanauage_list a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0px;
}

.lanauagebox .lanauage_list a:hover {
    background-color: #f7e62b;
}

@media(max-width:1740px) {
    .header .safe .leftbox .li>a {
        padding: 0px 15px;
    }

    .header .safe .leftbox {
        transform: unset;
    }
}

@media(max-width:1600px) {
    .header .safe .leftbox .li>a {
        height: 60px;
        padding: 0px 13px;
        font-size: 14px;
        line-height: 22px;
        text-align: center;
    }

    .lanauagebox span {
        line-height: 20px;
    }

    .lanauagebox .lanauage img {
        width: 20%;
    }
}

@media(max-width:1333px) {
    .lanauagebox span {
        display: none;
    }

    .lanauagebox i {
        display: none;
    }

    .lanauagebox {
        width: 3%;
    }

    .header .safe .leftbox {
        width: 97%;
    }

    .lanauagebox .lanauage img {
        width: 100%;
    }

    .header .safe {
        width: 100%;
    }

    .header .safe .leftbox .li>a {
        height: 50px;
        padding: 0px 6px;
    }

    .lanauagebox .lanauage_list {
        left: unset;
        right: 0;
        width: max-content;
    }

    .lanauagebox .lanauage_list li {
        padding: 0px 10px;
    }

    .lanauagebox .lanauage_list a {
        font-size: 14px;
    }

}

@media(max-width:999px) {
    .lanauagebox {
        width: 50px;
        height: 50px;
    }

    .header {
        display: none;
    }

    .lanauagebox .lanauage img {
        border-radius: 50px;
    }
}

@media(max-width:768px) {}

@media(max-width:570px) {}



/* hanbaoanniu */
.navbar-toggle {
    display: none;
    position: static;
    right: 0;
    float: left;
    width: 35px;
    height: 35px;
    /* margin-top: 10px; */
    border-radius: 4px;
    border: 1px solid transparent;
    margin-bottom: 8px;
    margin-top: 7px;
    margin-right: 15px;
    padding-left: 5px;
    z-index: 1000000;
    cursor: pointer;
}

/* 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;

}


/* sousuo */
.borderbox .searchicon {
    color: #000;
    font-weight: 800;
    font-size: 17px;
    cursor: pointer;
}

.borderbox .searchicon:hover {
    color: #aa7a41;
}


.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: rgba(0, 0, 0, .6);
    line-height: 25px;
    text-align: center;
    /* display: flex;
    justify-content: center;
    align-items: center; */
    color: #fff;
    flex-shrink: 0;
    cursor: pointer;
}

.borderbox ul {
    transition: none;
}

.borderbox .ul1 {
    margin-bottom: 100px;
    /* margin-top: 50px; */
}

.borderbox .ul1 li {
    font-size: 18px;
    transition: none;
}

.borderbox .ul1 li a {
    color: #000;
    transition: none;
    font-family: Poppins-Regular;
}

.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;
    font-family: Poppins-Regular;

}

.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: 15px;
    }

}

@media(max-width:768px) {
    .borderbox {
        display: block;
    }

    .navbar-toggle {
        display: block;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
        margin-right: 0px !important;
    }

    .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;
    }
}

@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_banner */

.index_banner {
    height: 0;
    padding-bottom: 38.35%;
    /* background-color: red; */
}

.index_banner img {
    display: block;
    height: 100%;
}

.index_banner video {
    display: block;
    height: 100%;
}

.index_banner iframe {
    display: block;
    height: 100%;
}

@media(max-width:1600px) {}

@media(max-width:1333px) {}

@media(max-width:999px) {
    .index_banner {
        margin-top: 58px;
    }

    .slick-dots li button {
        margin-left: 5px !important;
        margin-right: 5px !important;
        width: 10px !important;
        height: 10px !important;
    }

    .slick-dots {
        bottom: 20px !important;
    }
}

@media(max-width:768px) {
    .index_banner {
        margin-top: 43px;
    }

    .common_top {
        padding: 0;
        padding-top: 3px;
    }

}

@media(max-width:570px) {
    .slick-dots li button {
        margin-left: 4px !important;
        margin-right: 4px !important;
        width: 8px !important;
        height: 8px !important;
    }

    .slick-dots {
        bottom: 14px !important;
    }
}











.index_company {
    position: relative;
    background-color: #f7f7f7;
    display: flex;
    align-items: stretch;
    margin-top: 30px;
}

.index_company .leftbox {
    position: relative;
    /* float: left; */
    width: 49%;
    z-index: 10;
}

.index_company .leftbox .video {
    position: absolute;
    bottom: 50%;
    right: 50%;
    width: 115px;
    height: 115px;
   /* background-color: rgba(247, 247, 247, 0.89);*/
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  transform: translate(50%, 50%);
}


.index_company .rightbox {
   
 
    width: 61.7%;
    background-color: #f7f7f7;
  
    padding-left: 2%;
    padding-right: 14%;
 
}

.index_company .rightbox .title {
    margin: 74px 0px 15px 0px;

    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-family: Poppins-SemiBold;
    font-size: 48px;
    line-height: 48px;
}

.index_company .rightbox .title a {


    color: #333333;


}

.index_company .rightbox .title a:hover {
    color: #f7e62b;
}


.index_company .rightbox .desc {
   font-family: Poppins-SemiBold;
    font-size: 18px;
    line-height: 26px;
    color: #555555;
    margin-bottom: 15px;

      font-weight: bold;
}

.index_company .rightbox .content {
    font-family: Poppins-Regular;
    font-size: 16px;
    line-height: 26px;
    color: #555555;
    margin-bottom: 35px;
     text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    margin-top: 30px;

}

.index_company .rightbox .box {
    display: flex;
    flex-wrap: wrap;
}

.index_company .rightbox .box div {
    width: 28.4%;

}

.index_company .rightbox .box div:nth-child(2n) {
    width: 30%;

}

.index_company .rightbox .box div:nth-of-type(1) {
    margin-left: 2.2%;
    margin-right: 6.4%;
}

.index_company .rightbox .box div:nth-of-type(1) img {
    margin-left: 5px;
}

.index_company .rightbox .box div p:nth-of-type(1) {
    font-family: Poppins-SemiBold;
    font-size: 18px;
    line-height: 26px;
    color: #333333;
    padding: 5px 0px 5px 0px;


    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.index_company .rightbox .box div p:nth-of-type(2) {
    font-family: Poppins-Regular;
    font-size: 16px;
    line-height: 24px;
    color: #555555;

    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.index_company .rightbox .company_btn {
    padding: 32px 0px 0px 0px;
    position: absolute;
    bottom: 0px;
}

.index_company .rightbox .company_btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 172px;
    height: 44px;
    background-color: #f7e62b;
    border-radius: 5px;
    font-family: Poppins-Regular;
    font-size: 16px;
    line-height: 26px;
    color: #333333;
}

.index_company .rightbox .company_btn a:hover {
    color: #f7e62b;
    background-color: #fff;
    border: 1px solid #f7e62b;
}


/* video tankuang */
.index_company .tankaunga {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 9999999999
}

.index_company .tankaunga:before {
    content: "X";
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    top: 10px;
    right: 10px;
    background: #fff;
    border-radius: 50%;
    font-size: 18px;
    cursor: pointer;
}

.index_company .tankaungn2 {
    position: fixed;
    left: 5%;
    top: 5%;
    right: 5%;
    bottom: 5%;
    background: rgba(0, 0, 0, 0.5);
}

.index_company .tankaungn2 iframe,
.index_company .tankaungn2 video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.index_company .tankaungn2 iframe body {
    margin: 0px !important;
}



@media(max-width:1600px) {
   /* .index_company {
        padding: 50px 0px;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

    .index_company .rightbox {
        margin-top: 0%;
        position: static;
    }
    */

    .index_company .rightbox .title {
        margin: 20px 0px;
    }

    .index_company .leftbox {
        width: 60%;
    }

    .index_company .rightbox .content {
        margin-bottom: 20px;
    }

    .index_company .rightbox {
        padding-left: 3%;
        padding-right: 3%;
    }

    .index_company .rightbox .company_btn {
        padding: 25px 0px;
    }

    .index_company .rightbox .title {
        font-size: 42px;
        line-height: 38px;
    }

    .index_company .rightbox .box div {
        width: 40% !important;
        margin-right: 3%;
    }

    .index_company .rightbox .box div:nth-child(2n) {
        width: 40%;

    }

    .index_company .rightbox .box div img {
        height: 50px;
    }
}

@media(max-width:1333px) {
    .index_company .rightbox .title {
        margin: 14px 0px;
    }

    .index_company .rightbox .desc {
        font-size: 16px;
        line-height: 26px;
    }

    .index_company .rightbox .content {
        font-size: 14px;
        line-height: 22px;
    }

    .index_company .rightbox .box div p:nth-of-type(1) {
        font-size: 16px;
        line-height: 18px;
        padding: 5px 0px;
    }

    .index_company .rightbox .box div img {
        height: 45px;
    }

    .index_company .rightbox .box div p:nth-of-type(2) {
        font-size: 14px;
        line-height: 20px;

    }

    .index_company .rightbox .box div {
        width: 46%;
        margin-right: 3%;
    }

    .index_company .rightbox .company_btn a {
        width: 160px;
        height: 45px;
        font-size: 14px;
    }

   /* .index_company {
        align-items: center;
    }*/

    .index_company .leftbox .video {
        width: 90px;
        height: 90px;
        right: 70px;
    }

    .index_company .leftbox .video img {
        width: 70%;
    }

    .index_company .rightbox .title {
        font-size: 38px;
        line-height: 35px;
    }
}

@media(max-width:999px) {
    .index_company {
        padding: 40px 0px;
    }

    .index_company {
        flex-direction: column;
    }

    .index_company .leftbox {
        width: 80%;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .index_company .rightbox {
        width: 100%;
        padding: 20px 5%;
    }

    .index_company .leftbox .video {
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        background-color: rgba(247, 247, 247, 0.5);
    }

    .index_company .rightbox .title {
        font-size: 32px;
        line-height: 30px;
        text-align: center;
    }

.index_company .rightbox .company_btn {
  
    position: unset;
    bottom: 0px;
}
}

@media(max-width:768px) {
    .index_company .rightbox .title {
        font-size: 26px;
        line-height: 26px;
    }

    .index_company .rightbox .title {
        margin-top: 0px;
        margin-bottom: 12px;
    }

    .index_company .rightbox .company_btn {
        padding-top: 25px;
        padding-bottom: 0;
    }

    .index_company .rightbox {
        padding: 30px 5%;
    }
}

@media(max-width:570px) {
    .index_company {
        padding: 30px 0px;
    }

    .index_company .leftbox .video {
        width: 70px;
        height: 70px;
    }

    .index_company .leftbox .video img {
        width: 90%;
    }

    .index_company .leftbox {
        width: 90%;
    }

    .index_company .rightbox .title {
        font-size: 22px;
        line-height: 22px;
    }

    .index_company .rightbox {
        padding: 20px 18px;
    }

    .index_company .rightbox .desc {
        font-size: 14px;
        line-height: 22px;
}
        
    .index_company .rightbox .content {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 15px;
    }

    .index_company .rightbox .box div p:nth-of-type(1) {
        font-size: 14px;
        line-height: 16px;
        padding: 5px 0px;
    }

    .index_company .rightbox .box div p:nth-of-type(2) {
        font-size: 12px;
        line-height: 18px;
    }

    .index_company .rightbox .company_btn a {
        width: 140px;
        height: 40px;
        font-size: 12px;
    }
}

@media(max-width:450px) {
    .index_company .rightbox .box div img {
        height: 38px;
    }

    .index_company .leftbox {
        width: 95%;
    }

    .index_company .rightbox .box div p:nth-of-type(1) {
        font-size: 12px;
        margin: 4px 0px;
        padding: 0;
    }
}




/* index_offerings */

.index_offerings {
    padding: 26px 0px 0px 0px;
    /* background-color: red; */
}

.index_offerings .title {
    font-family: Poppins-SemiBold;
    text-align: center;
    margin: 20px 0px 24px 0px;
    font-size: 48px;
    color: #333333;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.index_offerings .title a {
    font-family: Poppins-SemiBold;

    line-height: 48px;
    color: #333333;


}

.index_offerings .title a:hover {
    color: #f7e62b;
}

.index_offerings .content {
    font-family: Poppins-Regular;
    font-size: 16px;
    line-height: 26px;
    color: #555555;
    text-align: center;

    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.index_offerings .offerings_product {
    padding: 48px 0px 51px 0px;
}

.index_offerings .offerings_product .product_ul {
    display: flex;
    /* justify-content: space-between; */
    justify-content: center;
    margin-bottom: 5px;
}

.index_offerings .offerings_product .product_ul li {
    width: 36%;
    margin-right: 0%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
}

.index_offerings .offerings_product .product_ul li:hover .offerings_shadow {
    opacity: 1;
}

.index_offerings .offerings_product .product_ul li .offerings_shadow {
    width: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 334px;
    border-radius: 20px;
    z-index: 100;
    display: flex;
    flex-direction: column;
    align-items: center;
    opacity: 0;
    z-index: 10;
}
.index_offerings .offerings_product .product_ul li .offerings_shadow::after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 20px;
    background: rgba(0, 0, 0, .3);
    z-index: -1;
}

.index_offerings .offerings_product .product_ul li .offerings_shadow img {
    border-radius: 20px;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
    object-fit: cover;

}



.index_offerings .offerings_product .product_ul li .offerings_shadow .shadow_title {
    margin-top: 40%;
    font-family: Poppins-SemiBold;
    font-size: 22px;
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
    padding-left: 5px;
    padding-right: 5px;
}

.index_offerings .offerings_product .product_ul li .offerings_shadow .shadow_title a {

    color: #ffffff;

}

.index_offerings .offerings_product .product_ul li .offerings_shadow .shadow_title a:hover {
    color: #f7e62b;
}


.index_offerings .offerings_product .product_ul li .offerings_shadow .enter_inn {
    width: 42px;
    height: 42px;
    border: solid 1px #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    margin-top: 20px;
}

.index_offerings .offerings_product .product_ul li .offerings_shadow .enter_inn i {
    color: #ffffff;
    font-size: 18px;
}

.index_offerings .offerings_product .product_ul li .offerings_shadow .enter_inn:hover {
    border: 1px solid #f7e62b;
}

.index_offerings .offerings_product .product_ul li .offerings_shadow .enter_inn:hover i {
    color: #f7e62b;
}

.index_offerings .offerings_product .product_ul li .small_title {
    font-family: Poppins-SemiBold;
    font-size: 22px;
    line-height: 26px;
    color: #333333;
    margin-bottom: -2px;
    padding: 8px 0px 0px 0px;
    width: 95%;
    text-align: center;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;

}


.index_offerings .offerings_product .line_ul {
    display: flex;
    /* justify-content: space-between; */
    justify-content: center;
    position: relative;
    z-index: -1;
    border-top: solid 1px #bfbfbf;
}

.index_offerings .offerings_product .line_ul li {
    position: relative;
    width: 36%;
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: translateY(-6px);
}


.index_offerings .offerings_product .line_ul li hr {
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #bfbfbf;
    top: 5.2px;
    display: none;
}

.index_offerings .offerings_product .line_ul li .circle {
    position: relative;
    z-index: 10;
}

.index_offerings .offerings_product .line_ul li div {
    width: 11px;
    height: 11px;
    background-color: #ffffff;
    border: solid 1px #bfbfbf;
    border-radius: 50px;
}

.index_offerings .offerings_product .line_ul li .offerings_number {
    font-family: Poppins-Regular;
    font-size: 40px;
    line-height: 26px;
    color: #333333;
    margin-top: 22px;

}

@media(max-width:1600px) {
    .index_offerings {
        padding: 0px 0px 0px 0px;

    }

    .index_offerings .title {
        font-size: 42px;
        margin: 15px 0px;
    }

    .index_offerings .title a {
        line-height: 30px;
    }

    .index_offerings .offerings_product .product_ul li .small_title {
        line-height: 22px;
        font-size: 20px;
        padding: 10px 0px;
    }

    .index_offerings .offerings_product .line_ul li .offerings_number {
        font-size: 36px;
        line-height: 30px;
        margin-top: 15px;
    }

    .index_offerings .offerings_product .line_ul li hr {
        top: 4.2px;
    }

    .index_offerings .offerings_product .product_ul li .offerings_shadow {
        width: 250px;
        height: 240px;
    }

    .index_offerings .offerings_product .product_ul li .offerings_shadow .shadow_title {
        font-size: 20px;
        line-height: 24px;
    }

    .offerings_shadow .shadow_title {
        margin-top: 36%;
    }

    .index_offerings .offerings_product {
        padding: 30px 0px 30px 0px;
    }
}

@media(max-width:1333px) {
    .index_offerings .title {
        font-size: 36px;
        margin: 10px 0px;
    }

    .index_offerings .content {
        font-size: 14px;
    }

    .index_offerings .offerings_product .product_ul li .imgbox img {
        height: 130px;
    }

    .index_offerings .offerings_product .product_ul li .small_title {
        line-height: 26px;
        font-size: 16px;
        padding: 5px 0px;
    }

    .index_offerings .offerings_product .line_ul li .offerings_number {
        font-size: 32px;
        line-height: 26px;
        margin-top: 10px;
    }

}

@media(max-width:999px) {
    .index_offerings {
        padding-bottom: 0px;
    }

    .index_offerings .title {
        font-size: 32px;
        margin: 10px 0px;
    }

    .index_offerings .offerings_product {
        padding: 20px 0px;
    }

    .index_offerings .offerings_product .product_ul li .offerings_shadow {
        display: none;
    }

    .index_offerings .offerings_product .product_ul li .imgbox img {
        height: 115px;
    }

    .index_offerings .offerings_product .product_ul li .small_title {
        width: 95%;
        text-align: center;
    }

    .index_offerings .offerings_product .line_ul li .offerings_number {
        font-size: 28px;
        line-height: 26px;
        margin-top: 10px;
    }
}

@media(max-width:768px) {
    .index_offerings .title {
        font-size: 26px;
        margin: 0;
        margin-bottom: 10px;
    }

    .index_offerings .offerings_product .product_ul {
        flex-wrap: wrap;
    }

    .index_offerings .offerings_product .product_ul li .imgbox img {
        height: 90%;
    }

    .index_offerings .offerings_product .product_ul li {
        width: 50%;
        margin-bottom: 15px;
    }

    .index_offerings .offerings_product .product_ul li .small_title {
        line-height: 20px;
        font-size: 14px;
        padding: 3px 0px;
    }

    .index_offerings .offerings_product .line_ul {
        display: none;
    }

    .index_offerings .offerings_product .line_ul li div {
        width: 8px;
        height: 8px;
    }

    .index_offerings .offerings_product .line_ul li hr {
        top: 4px;
    }

    .index_offerings .offerings_product .line_ul li .offerings_number {
        font-size: 24px;
        line-height: 24px;
        margin-top: 10px;
    }
}

@media(max-width:570px) {
    .index_offerings {
        padding-bottom: 0px;
    }

    .index_offerings .title {
        font-size: 22px;
        margin-bottom: 8px;
    }

    .index_offerings .content {
        font-size: 12px;
    }



    .index_offerings .offerings_product .product_ul li .small_title {
        line-height: 18px;
        font-size: 12px;
    }

    .index_offerings .offerings_product .line_ul li .offerings_number {
        font-size: 20px;
        line-height: 20px;
        margin-top: 6px;
    }
}

@media(max-width:450px) {
    .index_offerings .offerings_product .product_ul {
        flex-wrap: wrap;
    }

    .index_offerings .offerings_product .product_ul li {
        width: 50%;
    }

    .index_offerings .offerings_product .product_ul li .imgbox img {
        height: 100px;
    }

    .index_offerings .offerings_product .line_ul li .offerings_number {
        font-size: 18px;
        line-height: 18px;
        margin-top: 6px;
    }
}




/* index_featured */

.index_featured {
    padding: 43px 0px 17px 0px;
    /* display: none; */
}

.index_featured .big_title {
    width: 80%;
    text-align: center;
    margin: 0 auto;
    color: #333333;
    padding: 20px 0px 24px 0px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index_featured .big_title {
    font-family: Poppins-SemiBold;
    font-size: 48px;
    line-height: 48px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index_featured .big_title a:hover {
    color: #f7e62b;
}

.index_featured .big_content {
    font-family: Poppins-Regular;
    font-size: 16px;
    line-height: 20px;
    color: #555555;
    text-align: center;
    margin-bottom: 55px;
}

.index_featured .featured_box {
    display: flex;
    flex-wrap: wrap;
}

.index_featured .featured_product {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: center; */
    position: relative;
    background-color: rgba(43, 43, 43, .5);
    border-radius: 20px;
    margin-right: 15px;
    font-size: 14px;


}

.index_featured .featured_product:last-child {
    margin-right: 0;
}

.index_featured .featured_product .bg {
    border-radius: 20px;
    height: 100% !important;
}

.index_featured .featured_product .box {
    position: absolute;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 50px;
    padding-right: 50px;
    text-align: center;
}

.index_featured .featured_product .title {
    padding: 67px 0px 11px 0px;

}

.index_featured .featured_product .title a {
    font-family: Poppins-SemiBold;

    color: #ffffff;
    font-size: 28px;
    line-height: 30px;
    color: #ffffff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index_featured .featured_product .title a:hover {
    color: #f7e62b;
}

.index_featured .featured_product .content {
    font-family: Poppins-Regular;
    font-size: 16px;
    line-height: 26px;
    color: #dcdcdc;
    margin-bottom: 14px;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index_featured .featured_product .imgbox {
    width: 100%;
}

.index_featured .featured_product .imgbox img {
    width: 55%;
    height: auto;
}

.index_featured .featured_product .imgbox img:hover {
    transform: scale(1.05);
}

.index_featured .featured_product .view_more {
    width: 172px;
    height: 44px;
    border-radius: 5px;
    border: solid 1px rgba(235, 235, 235, .5);
    /* opacity: 0.5; */
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Poppins-Regular;
    font-size: 16px;
    line-height: 26px;
    color: #f1f1f1;
    margin-bottom: 50px;
    position: relative;
    z-index: 10;
}

.index_featured .featured_product .view_more:hover {
    background-color: #f7e62b;
    border: 1px solid #f7e62b;
    color: #333;
}

.index_featured .featured_product:nth-of-type(3) .imgbox {
    position: absolute;
    top: 73%;
}

@media(max-width:1600px) {
    .index_featured {
        padding-top: 0px;
        padding-bottom: 40px;
    }

    .index_featured .featured_product .title {
        padding-bottom: 20px;
        padding-top: 40px;
    }

    .index_featured .featured_product .box {
        padding: 0 30px;
    }

    .index_featured .featured_product .title a {
        font-size: 26px;
    }

    .index_featured .featured_product .imgbox img {
        height: 175px;
    }

    .index_featured .featured_product .view_more {
        margin-bottom: 10%;
    }

    .index_featured .featured_product:nth-of-type(3) .imgbox {
        position: static;
        top: 73%;
    }

    .index_featured .big_title {
        font-size: 42px;
        line-height: 42px;
    }
}

@media(max-width:1333px) {


    .index_featured .featured_product .title {
        padding: 0;
        padding-top: 18px;
        padding-bottom: 11px;
    }

    .index_featured .featured_product .view_more {
        margin-bottom: 5%;
    }

    .index_featured .featured_product .view_more {
        width: 135px;
        height: 40px;
        font-size: 14px;
    }

    .index_featured .featured_product .imgbox {
        width: 80%;
    }

    .index_featured .featured_product .imgbox img {
        height: auto;
        width: 60%;
    }

    .index_featured .featured_product .content {
        font-size: 14px;
        line-height: 22px;
    }

    .index_featured .featured_product .view_more {
        width: 150px;
        height: 45px;
        font-size: 14px;
    }

    .index_featured .big_title {
        font-size: 36px;
        line-height: 36px;
    }

    .index_featured .big_content {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 30px;
    }
}

@media(max-width:999px) {
    .index_featured .featured_product {
        width: 49%;
        flex: unset;
        margin-right: 2%;
        margin-bottom: 20px;
    }

    .index_featured {
        width: 93%;
        margin: 0 auto;
    }

    .index_featured .featured_product:nth-child(2n) {
        margin-right: 0;
    }

    .index_featured .big_title {
        font-size: 32px;
        line-height: 32px;
    }

    .index_featured .featured_product .title {
        padding-bottom: 15px;
        padding-top: 28px;
    }

    .index_featured .featured_product .title a {
        font-size: 24px;
    }

    .index_featured .featured_product .view_more {
        margin-bottom: 20px;
    }

    .index_featured .featured_product .imgbox img {
        width: 61%;
        height: auto;
    }

    .index_featured .featured_product .imgbox {
        width: 80%;
    }

    .index_featured {
        width: 97%;
        margin: 0 auto;
    }
}

@media(max-width:768px) {
    .index_featured .featured_product {
        width: 70%;
        margin-right: 0 !important;
        margin-bottom: 20px;
    }

    .index_featured .featured_product .imgbox img {
        width: 58%;
        height: auto;
    }

    .index_featured .featured_product .view_more {
        margin-bottom: 10%;
    }

    .index_featured .featured_box {
        justify-content: center;
    }

    .index_featured .featured_product .title a {
        font-size: 22px;
    }

    .index_featured .big_title {
        font-size: 26px;
        line-height: 28px;
    }
}

@media(max-width:570px) {
    .index_featured .featured_box {
        align-items: center;
        justify-content: center;
    }

    .index_featured .big_title {
        font-size: 22px;
        line-height: 24px;
    }

    .index_featured .big_title {
        padding: 15px 0px;
    }

    .index_featured .big_content {
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 20px;
    }

    .index_featured .featured_product {
        width: 80%;
        margin-bottom: 10px;
    }

    .index_featured .featured_product .title {
        padding-bottom: 10px;
    }

    .index_featured .featured_product .content {
        font-size: 12px;
        line-height: 20px;
    }

    .index_featured .featured_product .view_more {
        margin-bottom: 8%;
    }

    .index_featured .featured_product .title a {
        font-size: 20px;
    }

    .index_featured .featured_product .view_more {
        width: 125px;
        height: 35px;
        font-size: 12px;
    }

    .index_featured .featured_product .imgbox img {
        width: 50%;
        height: auto;
    }

    .index_featured {
        padding-bottom: 20px;
    }

    .index_featured .featured_product .box {
        padding: 0 10px;
    }

    .index_featured .featured_product .bg {
        height: auto !important;
    }
}

@media(max-width:450px) {
    .index_featured .featured_product {
        width: 95%;
    }

    .index_featured .featured_product .content {
        margin-bottom: 7px;
    }

    .index_featured .featured_product .view_more {
        margin-bottom: 4%;
    }

    .index_featured .featured_product .imgbox img {
        width: 48%;
        height: auto;
    }
}







/* index_choose */

.index_choose {
    padding: 116px 0px 50px 0px;
    background-image: url(../images/index_chooseus.bg.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-color: rgba(235, 235, 235, .5);
    /* height: 824px; */
    border-radius: 20px;
    /* display: none; */
}

.index_choose .safe {
    display: flex;
    justify-content: space-between;align-items: center;
}

.index_choose .safe .leftbox {
    width: 27%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.index_choose .safe .leftbox .title {
    /*padding: 238px 0px 40px;*/

}

.index_choose .safe .leftbox .title a {
    font-family: Poppins-SemiBold;
    font-size: 48px;
    line-height: 48px;
    color: #333333;
   


}

.index_choose .safe .leftbox .title a:hover {
    color: #f7e62b;
}

.index_choose .safe .leftbox .content {
    font-family: Poppins-Regular;
    font-size: 20px;
    color: #555555;
    margin-bottom: 52px;
}

.index_choose .safe .leftbox .content strong {
    font-family: Poppins-SemiBold;
    font-size: 20px;
    line-height: 30px;
    color: #555555;
}

.index_choose .safe .leftbox .content span {
    font-family: Poppins-Medium;
    font-size: 20px;
    color: #555555;
}

.index_choose .safe .leftbox .view_more {
    width: 172px;
    height: 51px;
    background-color: #f7e62b;
    border-radius: 5px;
    font-family: Poppins-Regular;
    font-size: 16px;
    line-height: 26px;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: center;
}

.index_choose .safe .leftbox .view_more:hover {
    color: #f7e62b;
    border: 1px solid #f7e62b;
    background-color: #fff;
}

.index_choose .safe .rightbox {
    width: 68.6%;
    padding-top: 10px;
    border-top: 3px solid rgba(131, 131, 131, .6);
}

.index_choose .safe .rightbox .choose_info {
    padding-top: 34px;
    padding-bottom: 30px;
    display: flex;
    padding-left: 1%;
    border-left: 8px solid transparent;
    padding-right: 2%;
    border-bottom: 1px solid #bfbfbf;
    /* background-color: red; */
    justify-content: space-between;
}

.index_choose .safe .rightbox .choose_info:last-child {
    border-bottom: unset;
}

.index_choose .safe .rightbox .choose_info .left {
    width: 8.5%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.index_choose .safe .rightbox .choose_info .left img:nth-of-type(2) {
    display: none;
}

.index_choose .safe .rightbox .choose_info .right {
    padding-left: 17px;
    width: 91.5%;
}

.index_choose .safe .rightbox .choose_info .right p {
    margin-bottom: 14px;

    font-family: Poppins-SemiBold;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index_choose .safe .rightbox .choose_info .right p a {

    color: #333333;


}

.index_choose .safe .rightbox .choose_info .right p a:hover {
    color: #f7e62b !important;
}

.index_choose .safe .rightbox .choose_info .right div {
    font-family: Poppins-Regular;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0px;
    color: #555555;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
}


.index_choose .safe .rightbox .choose_info:hover {
    background-color: #111111;
    border-left: 8px solid #ffff67;
}

.index_choose .safe .rightbox .choose_info:hover .left img:nth-of-type(1) {
    display: none;
}

.index_choose .safe .rightbox .choose_info:hover .left img:nth-of-type(2) {
    display: block;
}

.index_choose .safe .rightbox .choose_info:hover .right p a {
    color: #fff;
}

.index_choose .safe .rightbox .choose_info:hover .right div {
    color: #d3d3d3;
}


@media(max-width:1600px) {
    .index_choose {
        padding: 50px 0px;
    }

    .index_choose .safe .rightbox .choose_info .right p a {}

    .index_choose .safe .leftbox .title a {
        font-size: 40px;
        line-height: 42px;
    }

    .index_choose .safe .leftbox .content {
        font-size: 18px;
    }

    .index_choose .safe .leftbox .content span {
        font-size: 18px;
    }

    .index_choose .safe .leftbox .content strong {
        font-size: 18px;
    }
}

@media(max-width:1333px) {
    .index_choose .safe .leftbox .title a {
        font-size: 34px;
        line-height: 40px;
    }

    .index_choose .safe .leftbox .content {
        font-size: 16px;
    }

    .index_choose .safe .leftbox .content span {
        font-size: 16px;
    }

    .index_choose .safe .leftbox .content strong {
        font-size: 16px;
    }

    .index_choose .safe .leftbox .view_more {
        width: 160px;
        height: 45px;
        font-size: 14px;
    }

    .index_choose .safe .leftbox .title {
       /* padding: 160px 0px 22px 0px;*/
    }

    .index_choose .safe .rightbox .choose_info .right p {
        font-size: 16px;
        line-height: 20px;
    }

    .index_choose .safe .rightbox .choose_info .right div {
        line-height: 24px;
        font-size: 14px;
    }

    .index_choose .safe .rightbox .choose_info {
        padding-top: 25px;
        padding-bottom: 25px;
    }
}

@media(max-width:999px) {
    .index_choose {
        padding: 40px 0px;
    }

    .index_choose .safe {
        flex-direction: column;
    }

    .index_choose .safe .leftbox .content {
        font-size: 14px;
    }

    .index_choose .safe .leftbox .content span {
        font-size: 14px;
    }

    .index_choose .safe .leftbox .content strong {
        font-size: 14px;
    }

    .index_choose .safe .leftbox {
        width: 100%;
        margin-bottom: 20px;
    }

    .index_choose .safe .leftbox .title {
      /*  padding: 0px 0px 22px 0px;*/
    }

    .index_choose .safe .rightbox {
        width: 100%;
    }

    .index_choose .safe .leftbox .content {
        margin-bottom: 20px;
    }

    .index_choose .safe .leftbox .title a {
        font-size: 32px;
        line-height: 34px;
    }
}

@media(max-width:768px) {
    .index_choose .safe .leftbox .title a {
        font-size: 26px;
        line-height: 30px;
    }
}

@media(max-width:570px) {
    .index_choose .safe .leftbox .title a {
        font-size: 22px;
        line-height: 28px;
    }

    .index_choose .safe .leftbox .title {
       /* padding: 0px 0px 15px 0px;*/
    }

    .index_choose {
        padding: 30px 0px;
    }

    .index_choose .safe .leftbox .content {
        font-size: 12px;
    }

    .index_choose .safe .leftbox .content span {
        font-size: 12px;
    }

    .index_choose .safe .leftbox .content strong {
        font-size: 12px;
    }

    .index_choose .safe .leftbox .view_more {
        width: 140px;
        height: 40px;
        font-size: 12px;
    }

    .index_choose .safe .rightbox .choose_info .right p {
        font-size: 14px;
        line-height: 16px;
    }

    .index_choose .safe .rightbox .choose_info .right div {
        line-height: 22px;
        font-size: 12px;
    }

    .index_choose .safe .rightbox .choose_info {
        padding-top: 16px;
        padding-bottom: 16px;
    }
}

@media(max-width:400px) {
    .index_choose .safe .rightbox .choose_info .left {
        display: none;
    }

    .index_choose .safe .rightbox .choose_info .right {
        padding-left: 0px;
        width: 100%;
    }

    .index_choose .safe .rightbox .choose_info .right div {
        padding: 0px 5px;
    }
}








/* index_works */
.index_works {
    padding: 50px 0px 83px 0px;
    margin-bottom: 180px;
    /* display: none; */
}

.index_works .safe .title {
    text-align: center;
    padding: 45px 0px 20px 0px;
}

.index_works .safe .title {
    font-family: Poppins-SemiBold;
    font-size: 48px;
    line-height: 48px;


    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index_works .safe .title a {
    color: #333333;
}

.index_works .safe .title a:hover {
    color: #f7e62b;
}

.index_works .safe .content {
    font-family: Poppins-Regular;
    font-size: 16px;
    line-height: 26px;
    color: #555555;
    text-align: center;
    width: 58%;
    margin: 0 auto;
    margin-bottom: 61px;
}

.index_works .safe .work_infobox {
    display: flex;


}

.index_works .safe .work_infobox .work_info {
    width: 23.647%;
    margin-right: 1.7%;
    border-radius: 16px;

}

.index_works .safe .work_infobox .work_info:nth-child(2n) {
    /* margin-top: 127px; */
    transform: translateY(127px);
}

.index_works .safe .work_infobox .work_info:hover .box .contact {
    box-shadow: 0px -1px 16px 0px rgba(0, 0, 0, 0.25);
    background-color: #fff !important;

}

.index_works .safe .work_infobox .work_info:hover .imgbox {
    box-shadow: 0px -1px 16px 0px rgba(0, 0, 0, 0.25);
}

.index_works .safe .work_infobox .work_info:hover .box .view_more {
    display: flex;
}



.index_works .safe .work_infobox .work_info .imgbox {
    background-color: #ffff67;
    border-radius: 16px 16px 0px 0px;
    overflow: hidden;
}

.index_works .safe .work_infobox .work_info .imgbox img {
    display: block;
    border-radius: 16px 16px 0px 0px;
    width: 100%;
}

.index_works .safe .work_infobox .work_info .imgbox img:hover {
    transform: scale(1.1);
}

.index_works .safe .work_infobox .work_info:last-child {
    margin-right: 0;
}

.index_works .safe .work_infobox .work_info .contact {
    padding: 34px 22px 56px 22px;
    background-color: rgba(235, 235, 235, .5);
    border-radius: 0 0 16px 16px;
}

.index_works .safe .work_infobox .work_info .small_title {
    margin-bottom: 18px;
    font-size: 18px;
    line-height: 24px;
    color: #333333;

    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}


.index_works .safe .work_infobox .work_info .small_title a {
    font-family: Poppins-Medium;


}

.index_works .safe .work_infobox .work_info .small_title a:hover {
    color: #f7e62b;
}

.index_works .safe .work_infobox .work_info .date {
    font-family: Poppins-Regular;
    font-size: 16px;
    line-height: 24px;
    color: #888888;
    margin-bottom: 17px;
}

.index_works .safe .work_infobox .work_info .small_content {
    font-family: Poppins-Regular;
    font-size: 16px;
    line-height: 24px;
    color: #555555;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index_works .safe .work_infobox .work_info .box {
    height: 236px;
    border-radius: 0 0 16px 16px;
}

.index_works .safe .work_infobox .work_info .view_more {
    width: 172px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f7e62b;
    border-radius: 5px;
    font-family: Poppins-Regular;
    font-size: 16px;
    line-height: 26px;
    color: #333333;
    height: 44px;
    margin-top: 15px;
    display: none;
}

.index_works .safe .work_infobox .work_info .view_more:hover {
    color: #f7e62b;
    border: 1px solid #f7e62b;
    background-color: #f7f7f7;
}




@media(max-width:1600px) {
    .index_works {
        padding: 50px 0px;
    }

    .index_works .safe .title {
        padding-top: 0;
        padding-bottom: 20px;
    }

    .index_works .safe .title {
        font-size: 42px;
        line-height: 42px;
    }

    .index_works .safe .work_infobox .work_info .contact {
        padding: 15px 10px;
        border-radius: 0 0 10px 10px;
    }

    .index_works .safe .work_infobox .work_info .imgbox {
        border-radius: 10px 10px 0px 0px;
    }

    .index_works .safe .work_infobox .work_info .small_title {
        margin-bottom: 8px;
    }

    .index_works .safe .work_infobox .work_info .date {
        font-size: 14px;
        line-height: 19px;
        margin-bottom: 6px;
    }

    .index_works .safe .work_infobox .work_info .box {
        height: 170px;
    }
}

@media(max-width:1333px) {

    .index_works {
        margin-bottom: 0;
    }

    .index_works .safe .title {
        font-size: 36px;
        line-height: 38px;
    }

    .index_works .safe .content {
        width: 100%;
        margin-bottom: 28px;
    }

    .index_works .safe .work_infobox .work_info .small_title {
        font-size: 16px;
    }

    .index_works .safe .work_infobox .work_info .small_content {
        font-size: 14px;
        line-height: 22px;
    }

    .index_works .safe .work_infobox .work_info .contact {
        padding: 15px 10px;
        border-radius: 0 0 8px 8px;
    }

    .index_works .safe .work_infobox .work_info .imgbox {
        border-radius: 8px 8px 0px 0px;
    }

    .index_works .safe .work_infobox .work_info .date {
        font-size: 14px;
        line-height: 12px;
        margin-bottom: 6px;
    }

    .index_works .safe .content {
        line-height: 22px;
        font-size: 14px;
    }

    .index_works .safe .work_infobox .work_info .view_more {
        width: 150px;
        height: 45px;
        font-size: 14px;
    }

    .index_works .safe .work_infobox .work_info:nth-child(2n) {
        transform: translateY(50px);
    }

    .index_works {
        padding: 50px 0px 90px 0px;
    }
}

@media(max-width:999px) {
    .index_works {
        padding: 40px 0px 20px 0px;
    }

    .index_works .safe .work_infobox {
        display: flex;
        flex-wrap: wrap;
    }

    .index_works .safe .work_infobox .work_info {
        width: 49%;
        margin-right: 2%;
        border-radius: 16px;
        margin-bottom: 20px;
    }

    .index_works .safe .work_infobox .work_info:nth-child(2n) {
        transform: unset;
    }

    .index_works .safe .work_infobox .work_info:nth-child(2n) {
        margin-right: 0;
    }

    .index_works .safe .work_infobox .work_info .view_more {
        display: flex;
    }

    .index_works .safe .work_infobox .work_info .box {
        height: auto;
    }

    .index_works .safe .title {
        font-size: 32px;
        line-height: 34px;
    }
}

@media(max-width:768px) {
    .index_works .safe .title {
        font-size: 26px;
        line-height: 30px;
    }

    .index_works .safe .title {
        padding-top: 0;
        padding-bottom: 10px;
    }

    .index_works .safe .content {
        line-height: 20px;
        font-size: 12px;
    }
}

@media(max-width:570px) {
    .index_works .safe .work_infobox .work_info .small_title {
        font-size: 14px;
    }

    .index_works .safe .work_infobox .work_info .date {
        font-size: 12px;
        line-height: 12px;
        margin-bottom: 4px;
    }

    .index_works .safe .work_infobox .work_info .small_content {
        font-size: 12px;
        line-height: 20px;
    }

    .index_works .safe .work_infobox .work_info .view_more {
        width: 130px;
        height: 38px;
        font-size: 12px;
    }

    .index_works .safe .content {
        margin-bottom: 15px;
    }
}

@media(max-width:570px) {
    .index_works .safe .work_infobox .work_info {
        width: 100%;
        margin-right: 0 !important;
    }

    .index_works .safe .work_infobox .work_info .imgbox img {
        width: 100%;
    }


}







/* height: 44px; */


/* footer */
footer {
    /* display: none; */
    padding: 87px 0px 24px 0px;
    background-color: #191919;
}

footer .safe .top {
    display: flex;
    margin-bottom: 85px;
}

footer .safe .top ul .title a,
footer .safe .top .contact_us .title a {
    font-family: Poppins-Medium;
    font-size: 20px;
    line-height: 48px;
    color: #ffffff;
}

footer .safe .top ul .title a:hover,
footer .safe .top .contact_us .title a:hover {
    color: #f7e62b;
}

footer .safe .top ul:nth-of-type(1),
footer .safe .top .contact_us {
    width: 25%;
}

footer .safe .top ul:nth-of-type(2) {
    width: 25%;
}

footer .safe .top ul:nth-of-type(3) {
    width: 25%;
}

footer .safe .top ul:nth-of-type(4) {
    width: 25%;
}

footer .safe .top ul li a,
footer .safe .top .contact_us span,
footer .safe .top .contact_us i,
footer .safe .top .contact_us a,
footer .safe .top .contact_us li p {
    font-family: Poppins-Regular;
    font-size: 16px;
    line-height: 36px;
    color: #898989;
    position: relative;

}

footer .safe .top ul .title,
footer .safe .top .contact_us .title {
    margin-bottom: 31px;
}

footer .safe .top ul li a span {}

footer .safe .top ul li a i {
    display: none;
}

footer .safe .top .contact_us li {
    display: flex;
}

footer .safe .top .contact_us li p {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
}

footer .safe .top .contact_us li p i {
    display: none;
    margin-right: 3px;
    margin-left: 3px;
}

footer .safe .top ul li a:hover {
    color: #ffffff;
    display: flex;
}

footer .safe .top ul li a:hover i {
    display: block;
    margin-right: 5px;
}

footer .safe .top .contact_us li p:hover a {
    color: #fff;
}


footer .safe .top .contact_us li p:hover i {
    color: #fff;
    display: inline-block;
}




footer .safe .top .contact_us .email a {
    word-break: break-all;
}

footer .safe .bottom hr {
    height: 1px;
    background-color: #ebebeb;
    opacity: 0.2;
    margin-bottom: 28px;
}

footer .safe .bottom .box {
    display: flex;
    justify-content: space-between;
}

footer .safe .bottom .leftbox {
    font-family: Poppins-Regular;
    font-size: 16px;
    line-height: 36px;
    color: #888888;
    width: 60%;
}

footer .safe .bottom .copyright {
    margin-bottom: 8px;
}

footer .safe .bottom .copyright a {
    color: #888888;
}

footer .safe .bottom .copyright a:hover {
    color: #f7e62b;
}

footer .safe .bottom .copyright img:hover {
    transform: scale(1.1);
}

footer .safe .bottom .links a {
    color: #888888;
}

footer .safe .bottom .links a:hover {
    color: #f7e62b;
}

footer .safe .bottom .blogrolls {
    display: flex;
}

footer .safe .bottom .blogrolls a {
    width: 43px;
    height: 44px;
    border: solid 1px #433f3c;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    border-radius: 50px;
    margin-bottom: 5px;
}

footer .safe .bottom .blogrolls a:hover {
    background-color: #f7e62b;
    border: 1px solid #f7e62b;
}

footer .safe .bottom .blogrolls a:hover i {
    color: #000;
    opacity: 1;
}

footer .safe .bottom .blogrolls a i {
    font-size: 20px;
    color: #888888;

}

@media(max-width:1600px) {

    footer .safe .top ul .title a,
    footer .safe .top .contact_us .title a {
        font-family: Poppins-Medium;
        font-size: 16px;
        line-height: 26px;
        color: #ffffff;

    }

    /* footer .safe .top .contact_us .title{
        margin-bottom: 31px;
    } */

    footer .safe .top ul li a,
    footer .safe .top .contact_us span,
    footer .safe .top .contact_us i,
    footer .safe .top .contact_us a,
    footer .safe .top .contact_us li p {
        font-family: Poppins-Regular;
        font-size: 14px;
        line-height: 28px;
        color: #898989;
        position: relative;

    }

    footer .safe .top ul:nth-of-type(1) {
        width: 15%;
    }

    footer .safe .top .contact_us {
        width: 18%;
    }

    footer .safe .bottom .leftbox {
        font-size: 14px;
        line-height: 32px;
        width: 65%;
    }

    footer .safe .bottom .blogrolls a {
        width: 41px;
        height: 41px;
    }

    footer .safe .top ul .title,
    footer .safe .top .contact_us .title {
        margin-bottom: 20px;
    }

    footer {
        padding: 50px 0px;
    }
}

@media(max-width:1333px) {

    footer .safe .top ul .title a {
        font-family: Poppins-Medium;
        font-size: 14px;
        line-height: 26px;
        color: #ffffff;
    }

    footer .safe .bottom .blogrolls a i {
        font-size: 18px;
    }

    footer .safe .top ul li a,
    footer .safe .top .contact_us span,
    footer .safe .top .contact_us i,
    footer .safe .top .contact_us a,
    footer .safe .top .contact_us li p {
        font-size: 14px;
        line-height: 20px;
    }

    footer .safe .top ul li,
    footer .safe .contact_us li {
        padding: 5px 0px;
    }

    footer .safe .bottom .box {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    footer .safe .bottom .leftbox {
        font-size: 14px;
        line-height: 26px;
        width: 100%;
        margin-bottom: 10px;
    }
}

@media(max-width:999px) {
    footer {
        padding: 40px 0px;
        margin-bottom: 45px;
    }

    footer .safe .top {
        display: none;
    }

    footer .safe .bottom hr {
        display: none;
    }
}

@media(max-width:768px) {
    footer .safe .bottom .blogrolls a {
        width: 38px;
        height: 38px;
    }

    footer .safe .bottom .blogrolls a i {
        font-size: 16px;
    }
}

@media(max-width:570px) {
    footer {
        padding: 30px 0px;
    }

    footer .safe .bottom .leftbox {
        font-size: 12px;
        line-height: 22px;
        width: 100%;
        margin-bottom: 5px;
    }
}




/* page_banner */

.page_banner {
    position: relative;
    height: 0;
    padding-bottom: 26.05%;
}


.page_banner .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
}


/* mian bao xie */
.crumb {
    position: absolute;
    bottom: 19px;
    width: 80%;
}

.crumb a,
.crumb i {
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    transition: none;
}

.crumb a:hover {
    color: #f7e62b;
}

.crumb2 a:hover {
    color: #eaa01a;
}

.crumb .active {
    color: #f7e62b;
}

.crumb .active2 {
    color: #eaa01a;
}

/* page_menu */
.page_menu {
    background-color: #ffffff;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
}

.page_menu ul {
    display: flex;
    flex-wrap: wrap;
}

.page_menu .news ul{
    justify-content: center;
}


.page_menu ul li {
    height: 100px;
    display: flex;
    align-items: center;
    position: relative;
    width: 16.66%;
    box-sizing: border-box;
}

.page_menu ul li a {}

.page_menu ul li a {
    display: flex;
    height: 100%;
    /* border-right: 1px solid #e1e1e1; */
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 0px 5px;
    font-family: Poppins-Regular;
    font-size:18px;
    color: #333;
    background-color: transparent;
    position: relative;
}

.page_menu .news ul li a{
    width: 265px !important;
}

.page_menu ul li:last-child a {
    border-right: unset;
}

.page_menu ul li::after {
    content: "";
    position: absolute;
    right: 0;
    height: 80px;
    width: 1px;
    background-color: #e1e1e1;
}

.page_menu ul li:last-child::after {
    display: none;
}

.page_menu .active {
    background-color: #111111;
}

.page_menu ul .active a {
    color: #fff;
}

.page_menu ul .active::after {
    display: none;
}



.page_menu ul li:hover {
    background-color: #111111;
}

.page_menu ul li:hover a {
    color: #fff;
}

.page_menu ul li:hover::after {
    display: none;
    transition: none;
}


.page_menu ul li:nth-of-type(1) a {
    width: 263px;
}

.page_menu ul li:nth-of-type(2) a,
.page_menu ul li:nth-of-type(3) a,
.page_menu ul li:nth-of-type(5) a {
    width: 230px;
}

.page_menu ul li:nth-of-type(4) a,
.page_menu ul li:nth-of-type(6) a {
    width: 210px;
}


@media(max-width:1600px) {
    .page_menu ul li a {
        padding: 0px 56px;
        width: auto !important;
        font-size: 20px;
    }

    .page_menu ul li {
        height: 90px;
    }
}

@media(max-width:1333px) {

    .crumb a,
    .crumb i {
        font-size: 14px;
    }

    .page_menu ul li a {
        padding: 0px 33px;
        width: auto !important;
        font-size: 18px;
    }

    .page_menu ul li {
        height: 75px;
    }

    .page_menu ul li::after {
        height: 65px;
    }

    .page_menu ul li {
        flex: 1;
    }

    .page_menu ul li a {
        padding: 0;
        width: 100% !important;
        text-align: center;
    }
}

@media(max-width:999px) {
    .crumb {
        bottom: 0;
        display: flex;
        align-items: center;
        height: 100%;
    }

    .page_banner {
        padding-bottom: unset;
        height: 50px;
        margin-top: 66px;
        background-color: rgba(17, 17, 17, 0.5);
    }

    .page_banner img {
        display: none;
    }

    .page_menu ul li {
        height: 70px;
    }

    .page_menu ul li a {
        padding: 0px 24px;
        /* width: auto !important; */
        font-size: 16px;
    }

    .page_menu ul li::after {
        height: 60px;
    }

}

@media(max-width:768px) {
    .crumb {
        bottom: unset;
        line-height: 45px;
    }

    .page_menu ul li {
        height: 45px;
    }

    .page_menu ul li a {
        padding: 0px 13px;
        /* width: auto !important; */
        font-size: 14px;
        width: 100%;
    }

    .page_menu ul li::after {
        height: 35px;
    }

    .page_banner {
        margin-top: 51px;
        height: 45px;
    }

    .page_menu ul {
        flex-wrap: wrap;
    }

    .page_menu ul li {
        flex: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 33%;
    }

    .page_menu ul li:nth-child(3n)::after {
        display: none;
    }

}

@media(max-width:570px) {

    .crumb a,
    .crumb i {
        font-size: 12px;
    }

    .page_menu ul li {
        height: 45px;
    }

    .page_menu ul li a {
        padding: 0px 13px;
        width: auto !important;
        font-size: 13px;
    }

    .page_menu ul li::after {
        display: none;
    }

    .page_banner {
        margin-top: 51px;
    }

    .crumb {
        width: 88%;
        bottom: unset;
        line-height: 40px;
    }
}


/* 1-1 about us */
.about1_hot {
    padding: 87px 0px 50px 0px;
}

.about1_hot .safe1 .wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.about1_hot .safe1 .title {
    font-family: Poppins-SemiBold;
    font-size: 48px;
    line-height: 48px;
    color: #333333;
    text-align: center;
    padding: 10px 0px 40px 0px;
}

.about1_hot .safe1 .hotbox {
    position: relative;
    width: 49.3%;
}

.about1_hot .safe1 .hotbox:nth-child(2n) {
    margin-right: 0;
}

.about1_hot .safe1 .hotbox .box {
    position: absolute;
    top: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 70px;
}

.about1_hot .safe1 .hotbox .contact .small_title {
    text-align: center;
    font-family: Poppins-SemiBold;
    font-size: 30px;
    line-height: 32px;


    margin-bottom: 19px;
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
}

.about1_hot .safe1 .hotbox .contact .small_title a {
    color: #ffffff;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.about1_hot .safe1 .hotbox .contact .small_title a:hover {
    color: #f7e62b;
}

.about1_hot .safe1 .hotbox .contact .content {
    font-family: Poppins-Regular;
    font-size: 20px;
    line-height: 26px;
    color: #dcdcdc;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-align: center;
    margin-bottom: 27px;
}

.about1_hot .safe1 .hotbox .contact .view_more {
    width: 130px;
    height: 40px;
    border-radius: 5px;
    border: solid 1px #ffffff;
    font-family: Poppins-Regular;
    font-size: 16px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 26px;
}


.about1_hot .safe1 .hotbox:nth-of-type(2) .view_more {
    margin-bottom: 40px;
}


.about1_hot .safe1 .hotbox .contact .view_more:hover {
    color: #333;
    border: 1px solid #f7e62b;
    background-color: #f7e62b;
}

.about1_hot .safe1 .hotbox {
    left: 0;
    right: 0;
    /* margin: 0 auto; */
}


@media(max-width:1600px) {
    .about1_hot {
        padding: 50px 0px;
    }

    .about1_hot .safe1 .hotbox {
        width: 49%;
    }

    .about1_hot .safe1 .hotbox .box a {}

    .about1_hot .safe1 .hotbox .box .product {
        width: 80%;
    }

    .about1_hot .safe1 .title {
        font-size: 44px;
        line-height: 43px;
        padding: 0px 0px 18px 0px;
    }

    .about1_hot .safe1 .hotbox .contact .small_title {
        font-size: 28px;
    }

    .about1_hot .safe1 .hotbox .contact .content {
        font-size: 18px;
    }
}

@media(max-width:1333px) {
    .about1_hot .safe1 .title {
        font-size: 38px;
        line-height: 40px;
        padding: 0px 0px 18px 0px;
    }

    .about1_hot .safe1 .hotbox .contact .small_title {
        font-size: 26px;
        margin-bottom: 15px;
    }

    .about1_hot .safe1 .hotbox .box {
        padding-top: 34px;
    }

    .about1_hot .safe1 .hotbox .box .product {
        width: 54%;
    }

    .about1_hot .safe1 .hotbox .contact .content {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 15px;
    }

    .about1_hot .safe1 .hotbox .box .imgbox {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .about1_hot .safe1 .hotbox .box a {
        text-align: center;
    }
}

@media(max-width:999px) {
    .about1_hot {
        padding: 40px 0px;
    }

    .about1_hot .safe1 .hotbox .box .imgbox {
        display: none;
    }

    .about1_hot .safe1 .hotbox .box {
        padding-top: 27%;
    }

    /* .about1_hot .safe1 .wrap{
        justify-content: center;
        align-items: center;
    }
    .about1_hot .safe1 .hotbox {
        width: 80%;
        margin-bottom: 20px;
    }

    .about1_hot .safe1 .hotbox:last-child {
        margin-bottom: 0;
    } */
    .about1_hot .safe1 .hotbox .box .product {
        width: 40%;
    }

    .about1_hot .safe1 .title {
        font-size: 34px;
        line-height: 35px;
        padding: 0px 0px 15px 0px;
    }

    .about1_hot .safe1 .hotbox .contact .small_title {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .about1_hot .safe1 .hotbox .contact .content {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 15px;
    }

    .about1_hot .safe1 .hotbox .contact .view_more {
        width: 115px;
        height: 40px;
        border-radius: 5px;
        font-size: 14px;
        margin: 0 auto;
        margin-bottom: 20px;
    }
}

@media(max-width:768px) {
    .about1_hot .safe1 .title {
        font-size: 28px;
        line-height: 30px;
        padding: 0px 0px 15px 0px;
    }

    .about1_hot .safe1 .hotbox .contact .small_title {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .about1_hot .safe1 .hotbox .box {
        padding-top: 20%;
    }
}

@media(max-width:570px) {
    .about1_hot {
        padding: 30px 0px;
    }



    .about1_hot .safe1 .title {
        font-size: 22px;
        line-height: 30px;
        padding: 0px 0px 15px 0px;
    }

    .about1_hot .safe1 .hotbox .contact .small_title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .about1_hot .safe1 .hotbox .box {
        padding-top: 0px;
    }

    .about1_hot .safe1 .hotbox .contact .content {
        font-size: 12px;
        line-height: 15px;
        margin-bottom: 15px;
    }

    .about1_hot .safe1 .hotbox .contact .view_more {
        width: 100px;
        height: 36px;
        font-size: 12px;
        margin-bottom: 15px;
    }

    .about1_hot .safe1 .hotbox .box .product {
        display: none;
    }

    .about1_hot .safe1 .hotbox .box {
        padding-top: 0;
        height: 100%;
        padding: 0px 10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media(max-width:450px) {
    .about1_hot .safe1 .hotbox {
        width: 80%;
        margin-left: 10%;
        margin-bottom: 20px;
    }

}

@media(max-width:350px) {
    .about1_hot .safe1 .hotbox {
        width: 90%;
        margin-left: 5%;
        margin-bottom: 15px;
    }

}



/* about1_company */
.about1_company {
    padding: 34px 0px 50px 0px;
}

.about1_company .title {
    font-family: Poppins-SemiBold;
    font-size: 48px;
    line-height: 48px;
    color: #333333;
    text-align: center;
    margin-bottom: 23px;
}

.about1_company .content {
    font-family: Poppins-Regular;
    font-size: 16px;
    line-height: 26px;
    color: #555555;
    text-align: center;
    margin-bottom: 79px;
}

.about1_company .wrap {
    display: flex;
    justify-content: space-between;
}

.about1_company .wrap .leftbox {
    width: 63%;

}

.about1_company .wrap .rightbox {
    width: 35.1%;
    padding-right: 1%;
    position: relative;
}

.about1_company .wrap .rightbox .light {
    position: absolute;
    left: 8%;
    top: 23%;
}

.about1_company .wrap .rightbox .company_mySwiper {
    height: 85.8%;
    margin-bottom: 10px;
}

.about1_company .wrap .rightbox .company_mySwiper .swiper-slide {
    position: relative;
}

.about1_company .wrap .rightbox .company_mySwiper .swiper-slide .bg {
    position: absolute;
    left: 4%;
    top: 29%;
    font-family: Poppins-SemiBold;
    font-size: 319px;
    line-height: 26px;
    color: #555555;
    opacity: 0.1;
}

.about1_company .wrap .rightbox .company_mySwiper .small_title {
    font-family: Poppins-SemiBold;
    font-size: 18px;
    line-height: 26px;


    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;

    margin-bottom: 15px;
}

.about1_company .wrap .rightbox .company_mySwiper .small_title a {
    color: #333333;
}

.about1_company .wrap .rightbox .company_mySwiper .line {
    width: 60px;
    height: 4px;
    background-color: #f7e62b;
    margin-bottom: 14px;
}

.about1_company .wrap .rightbox .company_mySwiper .small_content {
    font-family: Poppins-Regular;
    font-size: 16px;
    line-height: 26px;
    color: #555555;

    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.about1_company .wrap .rightbox .company_mySwiper .box {
    margin-top: 48%;
    margin-left: 8%;
}

.about1_company .company_mySwiper .swiper-horizontal>.swiper-pagination-progressbar,
.about1_company .company_mySwiper .swiper-pagination-progressbar.swiper-pagination-horizontal,
.about1_company .company_mySwiper .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.about1_company .company_mySwiper .swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    top: unset !important;
    bottom: 0 !important;
    background-color: #d9d9d9;
    width: 90%;
    margin-left: 8%;
    height: 2px;
}

.about1_company .company_mySwiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {

    background: #f7e62b !important;
}

.about1_company .company_mySwiper .iconfont {
    color: #333;
    position: absolute;

    z-index: 10;
    width: 42px;
    height: 42px;
    background-color: #e7e7e7;
    display: flex;
    align-items: center;
    justify-content: center;

    font-weight: 800;
    cursor: pointer;
}

.about1_company .companyprev {
    bottom: 10px;
    right: 50px;
    border-radius: 50px;
    margin-right: 10px;
}

.about1_company .companynext {
    bottom: 10px;
    right: 0px;
    border-radius: 50px;
}

.about1_company .iconfont:hover {
    background-color: #f7e62b;
}

.about1_company .company_mySwipernum {
    margin-left: 8%;
}

.about1_company .company_mySwipernum .circle {
    width: 8px;
    height: 8px;
    border: solid 1px #999999;
    border-radius: 50px;
    margin-right: 5px;
}

.about1_company .company_mySwipernum p {
    font-family: Poppins-SemiBold;
    font-size: 16px;
    line-height: 26px;
    color: #999999;
}

.about1_company .company_mySwipernum .swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}

@media(max-width:1600px) {
    .about1_company {
        padding: 0px 0px 50px 0px;
    }

    .about1_company .title {
        font-size: 44px;
        margin-bottom: 15px;
    }

    .about1_company .content {
        margin-bottom: 25px;
    }


    .about1_company .wrap .rightbox .company_mySwiper .swiper-slide .bg {
        left: 4%;
        top: 29%;
        font-size: 280px;
    }


}

@media(max-width:1333px) {
    .about1_company .title {
        font-size: 38px;
    }

    .about1_company .content {
        font-size: 14px;
    }

    .about1_company .content {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 20px;
    }

    .about1_company .wrap .rightbox .company_mySwiper .swiper-slide .bg {
        width: 66%;
    }

    .about1_company .wrap .rightbox .company_mySwiper .small_title {
        font-size: 16px;
    }

    .about1_company .wrap .rightbox .company_mySwiper .small_content {
        font-size: 14px;
        line-height: 22px;
    }
  .about1_company .company_mySwiper .iconfont {
   
    width: 30px;
    height: 30px;
   
}

    .about1_company .companyprev {
        bottom: 10px;
        right: 50px;
        border-radius: 50px;
    }

    .about1_company .companynext {
        bottom:10px;
        right: 0px;
        border-radius: 50px;
    }

    .about1_company .wrap .rightbox .company_mySwiper {
        height: 90%;
    }

    .about1_company .wrap .rightbox .light {
        left: 8%;
        top: 18%;
    }

    .about1_company .company_mySwipernum p {
        font-size: 14px;
        line-height: 22px;
    }

    .about1_company .wrap .rightbox .company_mySwiper .swiper-slide .bg {
        left: 4%;
        top: 25%;
        font-size: 210px;
    }
}

@media(max-width:999px) {
    .about1_company {
        padding: 0px 0px 40px 0px;
    }

    .about1_company .title {
        font-size: 32px;
    }

    .about1_company .wrap .leftbox {
        width: 55%;
    }

    .about1_company .wrap .rightbox {
        width: 43%;
        padding-right: 2%;
        position: relative;
    }

    .about1_company .wrap .rightbox .light {
        left: 7%;
        top: 10%;
        width: 15%;
    }

    .about1_company .wrap .rightbox .company_mySwiper .box {
        margin-top: 35%;
        margin-left: 8%;
    }

    .about1_company .companyprev {
        bottom: unset;
        right: 50px;
        top: 50px;
        border-radius: 50px;
    }

    .about1_company .companynext {
        bottom: unset;
        right: 0px;
        top: 50px;
        border-radius: 50px;
    }

    .about1_company .wrap .rightbox .company_mySwiper .swiper-slide .bg {
        width: 50%;
    }

    .about1_company .wrap .rightbox .company_mySwiper .box {
        margin-top: 30%;
        margin-left: 8%;
    }

    .about1_company .company_mySwiper .iconfont {
        width: 36px;
        height: 36px;
        font-weight: 800;
        font-size: 14px !important;
    }

    .about1_company .companyprev {
        margin-right: 0;
    }

    .about1_company .wrap .rightbox .company_mySwiper .swiper-slide .bg {
        left: 4%;
        top: 25%;
        font-size: 140px;
    }
}

@media(max-width:768px) {
    .about1_company .title {
        font-size: 28px;
    }

    .about1_company .wrap .leftbox {
        width: 90%;
        margin: 0 auto;
        margin-bottom: 15px;
    }

    .about1_company .wrap {
        flex-direction: column;
    }

    .about1_company .wrap .rightbox {
        width: 90%;
        margin: 0 auto;
        padding-right: 0%;
    }

    .about1_company .wrap .rightbox .company_mySwiper .box {
        margin-left: 2%;
    }

    .about1_company .company_mySwiper .swiper-horizontal>.swiper-pagination-progressbar,
    .about1_company .company_mySwiper .swiper-pagination-progressbar.swiper-pagination-horizontal,
    .about1_company .company_mySwiper .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
    .about1_company .company_mySwiper .swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
        top: unset !important;
        bottom: 0 !important;
        background-color: #d9d9d9;
        width: 94%;
        margin-left: 5%;
    }

    .about1_company .wrap .rightbox .company_mySwiper .box {
        margin-bottom: 20px;
    }

    .about1_company .company_mySwipernum {
        margin-left: 0%;
    }

    .about1_company .wrap .rightbox .company_mySwiper .swiper-slide .bg {
        left: 4%;
        top: 25%;
        font-size: 160px;
    }

    .about1_company .wrap .rightbox .light {
        left: 1%;
        top: 10%;
        width: 15%;
    }
}

@media(max-width:570px) {
    .about1_company {
        padding: 0px 0px 30px 0px;
    }

    .about1_company .title {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .about1_company .content {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 15px;
    }

    .about1_company .wrap .leftbox {
        width: 100%;
        margin: 0 auto;
    }

    .about1_company .wrap .rightbox .company_mySwiper .small_title {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .about1_company .wrap .rightbox .company_mySwiper .line {
        width: 40px;
        height: 3px;
        margin-bottom: 13px;
    }

    .about1_company .company_mySwipernum p {
        font-size: 12px;
        line-height: 22px;
    }

    .about1_company .wrap .rightbox .company_mySwiper .small_content {
        font-size: 12px;
        line-height: 20px;
    }

    .about1_company .wrap .rightbox .company_mySwiper .swiper-slide .bg {
        left: 4%;
        top: 21%;
        font-size: 100px;
    }

    .about1_company .wrap .rightbox .light {
        display: none;
    }
}

@media(max-width:570px) {
    .about1_company .wrap .rightbox {
        width: 100%;
        margin: 0 auto;
        padding-right: 0%;
    }
}




/* about_number */
.about_number {
    padding: 36px 0px 67px 0px;
}

.about_number ul {
    display: flex;
    flex-wrap: wrap;
}

.about_number ul li {
    width: 15.2%;
    /* padding-right: 10%; */
    margin-right: 13%;
}

.about_number ul li:last-child {
    margin-right: 0;
}

.about_number ul li .num {
    padding: 23px 0px 17px 0px;
}

.about_number ul li span {
    font-family: Poppins-SemiBold;
    font-size: 40px;
    line-height: 26px;
    color: #111111;
}

.about_number ul li .content {
    font-family: Poppins-Medium;
    font-size: 20px;
    line-height: 26px;
    color: #555555;



}

@media(max-width:1600px) {
    .about_number {
        padding: 0px 0px 50px 0px;
    }

    .about_number ul li {
        width: 18%;
        margin-right: 9%;
    }

    .about_number ul li .content {
        font-size: 18px;
        line-height: 24px;
        color: #555555;
    }

    .about_number ul li span {
        font-size: 34px;
        line-height: 32px;
    }

    .about_number ul li .num {
        padding: 15px 0px 15px 0px;
    }


}

@media(max-width:1333px) {
    .about_number ul li span {
        font-size: 30px;
        line-height: 30px;
    }

    .about_number ul li .num {
        padding: 12px 0px 12px 0px;
    }

    .about_number ul li .content {
        font-size: 16px;
        line-height: 22px;
    }
}

@media(max-width:999px) {
    .about_number ul li {
        width: 23%;
        margin-right: 2.6%;

    }

    .about_number ul li img {
        width: 28%;
    }

    .about_number ul li .content {
        font-size: 14px;
        line-height: 20px;
    }

    .about_number ul li span {
        font-size: 26px;
        line-height: 30px;
    }

    .about_number ul li .num {
        padding: 5px 0px;
    }

    .about_number ul li {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .about_number ul li .content {
        font-size: 14px;
        text-align: center;
    }

    .about_number {
        padding: 0px 0px 40px 0px;
    }
}

@media(max-width:768px) {
    .about_number ul li {
        width: 48%;
        margin-right: 2.6%;
        margin-bottom: 15px;
    }

    .about_number ul li:nth-child(2n) {
        margin-right: 0;
    }

    .about_number ul li img {
        width: 16%;
    }

    .about_number ul li span {
        font-size: 24px;
        line-height: 30px;
    }

    .about_number ul li {
        width: 48%;
        margin-right: 2.6%;
        margin-bottom: 15px;
    }

    .about_number ul li .content {
        font-size: 14px;
        text-align: center;
    }
}

@media(max-width:570px) {
    .about_number ul li span {
        font-size: 18px;
        line-height: 22px;
    }

    .about_number ul li .content {
        font-size: 12px;
        line-height: 16px;
    }

    .about_number {
        padding: 0px 0px 30px 0px;
    }
}






/* about1_design */
.about1_design {
    position: relative;
    margin-bottom: 20px;
}

.about1_design .bg {
    display: block;
}

.about1_design .safe1 {
    position: absolute;
    height: 82%;
    top: 10px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.about1_design .leftbox {
    width: 37.5%;
}

.about1_design .rightbox {
    width: 58.9%;
    height: 73%;
    overflow-y: scroll;
    margin-top: 4.9%;
    padding-right: 4%;
}

.about1_design .rightbox .box {
    margin-bottom: 40px;
}

.about1_design .rightbox .box .title {
    font-family: Poppins-SemiBold;
    font-size: 30px;
    line-height: 36px;
    color: #ffffff;
}

.about1_design .rightbox .box .title a {}

.about1_design .rightbox .box .title a:hover {
    color: #f7e62b;
}

.about1_design .rightbox .box .content {
    font-family: Poppins-Regular;
    font-size: 18px;
    color: #ffffff;
    line-height: 36px;
}


.about1_design .rightbox::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.about1_design .rightbox::-webkit-scrollbar-thumb {
    background: #f7e62b;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
}

.about1_design .rightbox::-webkit-scrollbar-track {
    background-color: rgba(240, 240, 240, .5);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
}


@media(max-width:1600px) {
    .about1_design .leftbox {
        width: 31.5%;
    }

    .about1_design .rightbox .box .title {
        font-family: Poppins-SemiBold;
        font-size: 28px;
        line-height: 36px;
    }

    .about1_design .safe1 {
        position: absolute;
        height: auto;
        top: 7%;
        left: 0;
    }

    .about1_design .rightbox .box .content {
        font-size: 16px;
        line-height: 32px;
    }

    .about1_design .rightbox .box {
        margin-bottom: 20px;
    }
}

@media(max-width:1333px) {
    .about1_design .rightbox .box .title {
        font-size: 26px;
        line-height: 32px;
    }

    .about1_design .rightbox .box .content {
        font-size: 14px;
        line-height: 28px;
    }

    .about1_design .rightbox {
        width: 58.9%;
        height: 83%;
        margin-top: 1.9%;
        padding-right: 4%;
    }
}

@media(max-width:999px) {
    .about1_design .rightbox .box .title {
        font-size: 22px;
        line-height: 30px;
    }

    .about1_design .rightbox .box .content {
        font-size: 14px;
        line-height: 25px;
    }
}

@media(max-width:768px) {
    .about1_design .safe1 {
        position: absolute;
        height: auto;
        top: 0;
        left: 0;
    }

    .about1_design .leftbox {
        width: 37.5%;
    }

    .about1_design .leftbox img {
        height: 100%;
    }

    .about1_design .rightbox {
        width: 58.9%;
        height: 90%;
        margin-top: 1.9%;
        padding-right: 2%;
    }
}

@media(max-width:570px) {
    .about1_design .leftbox {
        display: none;
    }

    .about1_design .rightbox {
        width: 100%;
        height: 90%;
        margin-top: 2%;
        margin-bottom: 0%;
        padding-right: 1%;
    }

    .about1_design .rightbox .box .title {
        font-size: 18px;
        line-height: 24px;
    }

    .about1_design .rightbox .box .content {
        font-size: 12px;
        line-height: 20px;
    }

    .about1_design .rightbox .box {
        margin-bottom: 15px;
    }
}



@media(max-width:570px) {
    .about1_design .rightbox .box .title {
        font-size: 16px;
        line-height: 24px;
    }
}






/* about1_team */

.about1_team {
    padding: 68px 0px 98px 0px;
    position: relative;
}

.about1_team .title {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    font-family: Poppins-SemiBold;
    font-size: 48px;
    line-height: 48px;
    color: #333333;
}

.about1_team .swiper-container {
    width: 90%;
}

.about1_team .swiper-slide img {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(1);
}

.about1_team .swiper-slide-fully-visible:nth-of-type(1) {
    transform: translateY(35px);
}

.about1_team .swiper-slide-fully-visible:nth-of-type(3) {
    transform: translateY(35px);
}

.about1_team .swiper-slide-next img {
    transform: scale(1.188);
}

.about1_team .swiper-container {
    padding: 50px 0px;
}



.about1_team .iconfont {
    color: #333;
    position: absolute;

    z-index: 10;
    width: 42px;
    height: 42px;
    border-radius: 50px;
    background-color: #e7e7e7;
    display: flex;
    align-items: center;
    justify-content: center;

    font-weight: 800;
    cursor: pointer;
}

.about1_team .teamprev {
    left: 2%;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.about1_team .teamnext {
    right: 2%;
    top: 0;
    bottom: 0;
    margin: auto 0;
}


@media(max-width:1600px) {
    .about1_team {
        padding: 50px 0px;
    }

    .about1_team .title {
        font-size: 44px;
        width: 100%;
    }
}

@media(max-width:1333px) {
    .about1_team .title {
        font-size: 38px;
        width: 100%;
        line-height: 42px;
    }
}

@media(max-width:999px) {
    .about1_team {
        padding: 40px 0px;
    }

    .about1_team .title {
        font-size: 32px;
        width: 100%;
        line-height: 38px;
    }
}

@media(max-width:768px) {
    .about1_team .title {
        font-size: 28px;
        width: 100%;
        line-height: 34px;
    }
}

@media(max-width:570px) {
    .about1_team {
        padding: 30px 0px;
    }

    .about1_team .title {
        font-size: 22px;
        width: 100%;
        line-height: 30px;
    }
}


.pum1 {
    padding-top: 90px;
}

.pum1 .box {
    position: relative;
    margin: auto;
}


.pum1 .box ul {
    position: relative;
    margin: auto;
    height: 411px;
}


.pum1 .box li {
    position: absolute;
    width: 0;
    height: 0;
    z-index: 0;
    overflow: hidden;
    -moz-box-sizing: content-box;
    box-sizing: content-box !important;
    transition: none;
}

.pum1 .box li a {
    display: block;
    overflow: hidden;
}

.pum1 .box li a img {
    width: 100%;
    height: 100%;
}

.pum1 .box li:nth-child(3) img {
    opacity: 1;
}

.pum1 .box li>span {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 30px;
    position: absolute;
    width: 100%;
    margin: auto;
    left: 0px;
    top: 455px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}

.pum1 .box .prev,
.pum1 .box .next {
    position: absolute;
    overflow: hidden;
    cursor: pointer;
    z-index: 99;
    top: 57.2%;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    line-height: 40px;
    font-size: 18px;
    background-color: #e7e7e7;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    font-size: 16px;
}





.pum1 .box .prev:hover,
.pum1 .box .next:hover {
    background-color: #f7e62b;
}

.pum1 .box .prev {
    left: 35px;
}


.pum1 .box .next {
    right: 20px;
}



.pum1 #copyright {
    padding-top: 10px;
    text-align: center;
    border: 1px solid
}


.pum1 .famain {
    padding-top: 29px;
    padding-bottom: 90px;
}

.pum1 .famain .subNav2 {
    padding-top: 11px;
    padding-bottom: 11px;
}

.pum1 .famain .navContent2 {
    padding-top: 32px;
    padding-bottom: 33px;
}

.pum1 a:hover img {
    transform: scale(1, 1);
}



.pum1 .box li .name {
    font-family: Inter-Regular;
    font-size: 18px;
    color: #333333;
    text-align: center;
    margin-top: 24px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}


.pum1 .box li:nth-child(4) {
    overflow: visible;
}

@media screen and (max-width: 1879px) {

    .pum1 {
        padding-top: 35px;
    }

    .pum1 .box li .name {
        margin-top: 20px;
    }

    .pum1 .box .prev {
        left: 10px;
    }

    .pum1 .box .next {
        right: 10px;
    }

    .pum1 .box {
        margin-top: 0px;
        padding: 0px;
        width: auto;
    }

    .about_certification .title {
        font-size: 43px;
        line-height: 48px;
        margin-bottom: 45px;
    }

    .about_certification {
        padding: 50px 0px 50px 0px;
    }



    .pum1 .img-scroll7 {
        position: relative;
        width: 100%;
        z-index: 9
    }

    .pum1 .img-list7 {
        position: relative;
        overflow: hidden;
        z-index: 90;
        margin: 0 60px;
    }

    .pum1 .img-list7 ul {
        transition: none;
        width: 10000% !important;
        height: auto !important;
    }

    .pum1 .box li {
        position: relative;
        left: auto;
        top: auto;
        width: 0.35% !important;
        height: auto !important;
        padding: 0px;
    }

    .pum1 .img-list7 li {
        float: left;
        display: inline;
        margin-right: 0.02% !important;
        /* margin-left: 1.4vw; */
    }

    .pum1 .box li a {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .pum1 .box .prev,
    .pum1 .box .next {
        top: 50%;
        transform: translateY(-50%);
    }

    .pum1 .box li .name {
        width: 100%;
        align-items: center;
    }

}


@media screen and (max-width: 1333px) {
    .pum1 {
        padding-top: 30px;
    }

    .aboutBox {
        padding: 60px 0 20px 0;
    }

    .pum1 .box li .name {
        margin-top: 15px;
        font-size: 16px;
    }

    .certification .title1 {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 999px) {
    .aboutBox {
        padding: 40px 0 20px 0;
    }

    .pum1 {
        padding-top: 25px;
    }

    .pum1 .box li .name {
        margin-top: 10px;
        font-size: 14px;
    }

    .pum1 .box .next {
        right: 10px;
    }

    .pum1 .box .prev {
        left: 10px;
    }

    .certification .title1 {
        margin-bottom: 30px;
    }

    .about_certification .title {
        font-size: 37px;
        line-height: 13px;
        margin-bottom: 39px;
    }

    .pum1 .box li {
        width: 0.5% !important;
    }
}

@media screen and (max-width: 767px) {
    .certification .title1 {
        margin-bottom: 20px;
    }

    .pum1 {
        padding-top: 20px;
    }

    .about_certification {
        padding: 30px 0px 20px 0px;
    }

    .pum1 .box li {
        position: relative;
        left: auto;
        top: auto;
        height: auto !important;
        padding: 0px;
    }

    .pum1 .img-list7 li {
        float: left;
        display: inline;
        margin-right: 0.03% !important;
        /* margin-left: 1.4vw; */
    }

    .pum1 .box .prev,
    .pum1 .box .next {
        width: 35px;
        height: 35px;
        font-size: 12px !important;
    }



    .aboutBox {
        padding: 30px 0 20px 0;
    }

    .about_certification .title {
        font-size: 27px;
        line-height: 13px;
        margin-bottom: 40px;
    }

}

@media screen and (max-width: 538px) {
    .pum1 .box li {
        width: 0.47% !important;
    }

    .pum1 {
        padding-top: 15px;
    }

    .pum1 .box li {
        width: 1% !important;
    }

    .aboutBox {
        padding: 20px 0 10px 0;
    }

    .pum1 .box li .name {
        font-size: 13px;
    }

    .pum1 .img-list7 {
        margin: 0 40px;
    }

    .pum1 .box .prev {
        left: 3px;
    }

    .pum1 .box .next {
        right: 3px;
    }
}

@media screen and (max-width: 350px) {


    .about_certification {
        padding: 30px 0px 30px 0px;
    }

    .pum1 .box .prev,
    .pum1 .box .next {
        width: 30px;
        height: 30px;
        font-size: 12px !important;
    }

}


































/* about_form */

.about_form {
    /* padding: 50px 0px 0px 0px; */
    padding-bottom: 97px;
}

.about_form .safe1 .title {
    font-family: Poppins-SemiBold;
    font-size: 48px;
    line-height: 48px;
    color: #333333;
    text-align: center;
    margin-bottom: 41px;
}

.about_form form {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.about_form form .inp1box,
.about_form form .inp2box,
.about_form form .inp3box {
    width: 100%;
}

.about_form form .inp1box {
    display: flex;
    margin-bottom: 21px;
}

.about_form form .inp1box .inp1 {
    width: 49%;
    margin-right: 2%;
    background-color: #e8e8e8;
    padding-left: 19px;
    position: relative;
}

.about_form form input {
    width: 100%;
    background-color: #e8e8e8;
    height: 70px;
    font-family: Poppins-Medium;
}

.about_form form .inp1box .inp1:nth-child(2n) {
    margin-right: 0;
}

.about_form form .inp2box {
    margin-bottom: 21px;
}

.about_form form .inp2box input {
    width: 100%;
    background-color: #e8e8e8;
    padding-left: 19px;
    position: relative;
}

.about_form input::placeholder {
    font-family: Poppins-Medium;
    font-size: 20px;
    color: #444444;
}

.about_form form .must::after {
    position: absolute;
    content: "*";
    font-family: Poppins-Medium;
    font-size: 20px;
    line-height: 48px;
    color: #e40000;
    top: 13px;
    left: 10px;
    margin-right: 10px;
}

.about_form form .must {
    padding-left: 24px !important;
}

.about_form input {
    font-size: 20px;
    color: #333;
}

.about_form .inp3box {
    width: 100%;
    height: 149px;
    background-color: #e8e8e8;
    margin-bottom: 21px;
    position: relative;
}

.about_form .inp3box textarea {
    background-color: #e8e8e8;
    width: 100%;
    height: 100%;

    padding: 15px 0px;
}

.about_form form .inp3box::after {
    position: absolute;
    content: "*";
    font-family: Poppins-Medium;
    font-size: 20px;
    line-height: 48px;
    color: #e40000;
    top: 13px;
    left: 10px;
    margin-right: 10px;
}

.about_form .inp3box textarea {
    font-family: Poppins-Medium;
    font-size: 20px;
    color: #333;
}

.about_form .inp3box textarea::placeholder {
    font-family: Poppins-Medium;
    font-size: 20px;
    color: #444444;
}

.about_form .subbox {
    display: flex;
    justify-content: space-between;

}

.about_form .subbox .inp3 {
    display: flex;
    background-color: #e8e8e8;
    width: 49%;
    padding-right: 1%;
}

.about_form .subbox .inp3 .must {
    width: 82%;
    position: relative;
}

.about_form .subbox .inp3 .codebox {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.about_form .subbox .inp3 img {}

.about_form .subbox .inp3 input {
    padding-left: 0px;
    width: 100;
    padding-right: 2%;
}

.about_form .subbox .inp1 input {}

.about_form .subbox .inp1 {
    padding-left: 0 !important;
}

.about_form .subbox .inp1 input {

    background-color: #f7e62b;
    font-family: Poppins-Medium;
    font-size: 24px;
    color: #111111;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about_form .subbox .inp1 input:hover {
    border: 1px solid #f7e62b;
    background-color: #2e2b2b;
    color: #f7e62b;
}


@media(max-width:1600px) {

    .about_form .safe1 .title {
        font-size: 44px;
        line-height: 46px;
        margin-bottom: 35px;
    }

    .about_form .inp3box textarea::placeholder,
    .about_form input::placeholder,
    .about_form .subbox .inp1 input,
    .about_form input,
    .about_form .inp3box textarea {
        font-size: 18px;
    }

    .about_form {
        padding-bottom: 50px;
    }
}

@media(max-width:1333px) {
    .about_form .safe1 .title {
        font-size: 38px;
        line-height: 42px;
        margin-bottom: 30px;
    }

    .about_form .inp3box textarea::placeholder,
    .about_form input::placeholder,
    .about_form .subbox .inp1 input,
    .about_form input,
    .about_form .inp3box textarea {
        font-size: 16px;
    }

    .about_form form input {
        width: 100%;
        background-color: #e8e8e8;
        height: 60px;
    }

    .about_form form .must::after {
        top: 6px;
    }
    .about_form .subbox .inp3{
        height: 60px;
    }

}

@media(max-width:999px) {
    .about_form .safe1 .title {
        font-size: 32px;
        line-height: 38px;
        margin-bottom: 25px;
    }

    .about_form .inp3box textarea::placeholder,
    .about_form input::placeholder,
    .about_form .subbox .inp1 input,
    .about_form input,
    .about_form .inp3box textarea {
        font-size: 14px;
    }

    .about_form form input {
        width: 100%;
        background-color: #e8e8e8;
        height: 50px;
    }

    .about_form {
        padding-bottom: 40px;
    }
    .about_form .subbox .inp3{
        height: 50px;
    }
}

@media(max-width:768px) {
    .about_form .safe1 .title {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 20px;
    }
}

@media(max-width:570px) {
    .about_form .subbox .inp3{
        height: 40px;
    }
    .about_form form .inp1box{
        margin-bottom: 10px;
    }
    .about_form form .inp2box{
        margin-bottom: 10px;
    }
    .about_form .inp3box{
        margin-bottom: 10px;
    }
    .about_form .safe1 .title {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 15px;
    }
    .about_form .subbox .inp3 img{
        height: 100%;
        width: 100%;
    }

    .about_form .inp3box textarea {
        padding: 8px 0px;
    }

    .about_form .inp3box textarea::placeholder,
    .about_form input::placeholder,
    .about_form .subbox .inp1 input,
    .about_form input,
    .about_form .inp3box textarea {
        font-size: 12px;
    }

    .about_form form input {
        height: 40px;
    }

    .about_form form .must::after {
        top: -5px;
        font-size: 12px;
    }

    .about_form {
        padding-bottom: 30px;
    }
}

@media(max-width:380px) {
    .about_form form .inp1box .inp1 {
        width: 100%;
    }

    .about_form form .inp1box {
        flex-direction: column;
    }

    .about_form .subbox .inp3 {
        width: 100%;
    }

    .about_form form .inp1box {
        margin-bottom: 0;
    }

    .about_form form .inp2box {
        margin-bottom: 0px;
    }

    .about_form form .inp3box {
        margin-bottom: 0;
    }

    .about_form form .inp1box .inp1 {
        margin-bottom: 10px;
    }

    .about_form form .inp2box input {
        margin-bottom: 10px;
    }

    .about_form .inp3box {
        margin-bottom: 10px !important;
        height: 100px;
    }

    .about_form .subbox .inp3 {
        margin-bottom: 10px;
    }

    .about_form .subbox .inp3 .codebox {
        padding-right: 10px;
    }
}






/* 1-2about us */
.about2_certificate {
    padding: 97px 0px 20px 0px;
}

.about2_certificate .title {
    font-family: Poppins-SemiBold;
    font-size: 48px;
    line-height: 48px;
    color: #333333;
    text-align: center;
    margin-bottom: 51px;
}

.about2_certificate .tabmenu {
    display: flex;
    margin-bottom: 64px;
    flex-wrap: wrap;
}

.about2_certificate .tabmenu li {
    margin-right: 0.95%;
}

.about2_certificate .tabmenu li:last-child {
    margin-right: 0;
}

.about2_certificate .tabmenu li .active {
    color: #fff;
    background-color: #333333;
}

.about2_certificate .tabmenu li a {
    /* padding: 0px 15px 0px 15px; */
    width: 340px;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Poppins-Medium;
    font-size: 18px;
    line-height: 48px;
    color: #333333;
    background-color: #ebebeb;
}

.about2_certificate .tabmenu li a:hover {
    background-color: #333333;
    color: #fff;
}

.about2_certificate .tab_list {
    display: none;
}

.about2_certificate .tab_list:nth-of-type(1) {
    display: block;
}

.about2_certificate .tab_list ul {
    display: flex;
    flex-wrap: wrap;
}

.about2_certificate .tab_list ul li {
    position: relative;
    margin-right: 1.3%;
    margin-bottom: 26px;
    width: 24%;
}

.about2_certificate .tab_list ul li:nth-child(4n) {
    margin-right: 0;
}

.about2_certificate .tab_list ul li .box {
    position: relative;
}

.about2_certificate .tab_list ul li .small_title {
    font-family: Poppins-Medium;
    font-size: 18px;
    line-height: 48px;
    color: #333333;
    text-align: center;


    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;

    padding: 17px 0px 10px 0px;
}

.about2_certificate .tab_list .imgbox {
    padding: 30px 28px 35px 28px;
    background-color: #eeeeee;
}

.about2_certificate .tab_list .imgbox img {
    display: block;
}

.about2_certificate .tab_list ul li .certificate_shadow {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-color: rgba(0, 0, 0, .5);
    opacity: 0;
    pointer-events: none;
}

.about2_certificate .tab_list ul li .box:hover .certificate_shadow {
    opacity: 1;
    pointer-events: all;
}

.about2_certificate .tab_list ul li .certificate_shadow .icon-sousuo1 {
    font-size: 38px;
    font-weight: 500;
    color: #fff;
    position: absolute;
    left: 45%;
    top: 45%;
}

.about2_certificate .tab_list ul li .certificate_shadow .icon-sousuo1:hover {
    color: #f7e62b;
    cursor: pointer;
}

.about2_certificate .tab_list .certificate_shadow .download {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 169px;
    height: 48px;
    background-color: #000000;
    border-radius: 20px 0px 0px 0px;
}

.about2_certificate .tab_list .certificate_shadow .download img {
    margin-right: 10px;
}

.about2_certificate .tab_list .certificate_shadow .download span {
    font-family: Poppins-Medium;
    font-size: 16px;
    line-height: 48px;
    color: #ffffff;
}

.about2_certificate .tab_list .certificate_shadow .download:hover {
    background-color: #f7e62b;

}

.about2_certificate .tab_list .certificate_shadow .download:hover span {
    color: #000;
}

.about2_certificate .tab_list .certificate_shadow .download:hover img {
    filter: brightness(0);
}

@media(max-width:1600px) {
    .about2_certificate {
        padding: 50px 0px;
    }

    .about2_certificate .title {
        font-size: 44px;
        margin-bottom: 30px;
    }

    .about2_certificate .tabmenu li a {
        width: 100%;
        height: 100%;
        padding: 15px 10px;
        line-height: 24px;
        text-align: center;
        font-size: 16px;
    }

    .about2_certificate .tabmenu li {
        width: 24%;
    }

    .about2_certificate .tabmenu li:last-child {
        margin-right: 0;
    }

    .about2_certificate .tabmenu {
        margin-bottom: 30px;
    }

    .about2_certificate .tab_list ul li .small_title {
        font-size: 16px;
    }

}

@media(max-width:1333px) {
    .about2_certificate .title {
        font-size: 38px;
        margin-bottom: 25px;
        line-height: 38px;
    }

    .about2_certificate .tabmenu li a {
        padding: 15px 10px;
        line-height: 22px;
        font-size: 14px;
    }

    .about2_certificate .tab_list ul li {
        position: relative;
        margin-right: 1.3%;
        margin-bottom: 0px;
        width: 24%;
    }

    .about2_certificate .tab_list ul li .small_title {
        padding: 5px 0px;
        font-size: 14px;
    }

    .about2_certificate .tab_list ul li .certificate_shadow .icon-sousuo1 {
        font-size: 32px;
    }

    .about2_certificate .tab_list .certificate_shadow .download span {
        font-size: 14px;

    }

    .about2_certificate .tab_list .certificate_shadow .download {
        width: 140px;
        height: 44px;
        border-radius: 20px 0px 0px 0px;
    }

    .about2_certificate .tab_list .imgbox {
        padding: 20px;
    }
}

@media(max-width:999px) {
    .about2_certificate .title {}

    .about2_certificate {
        padding: 40px 0px;
    }

    .about2_certificate .title {
        font-size: 34px;
        margin-bottom: 25px;
        line-height: 34px;
    }

    .about2_certificate .tabmenu li {
        width: 49%;
        margin-bottom: 8px;
    }

    .about2_certificate .tabmenu li:last-child {
        margin-right: 0.95%;

    }

    .about2_certificate .tabmenu li:nth-child(2n) {
        margin-right: 0%;
    }

    .about2_certificate .tab_list ul li {
        width: 32.4%;
    }

    .about2_certificate .tab_list ul li:nth-child(3n) {
        margin-right: 0;
    }

    .about2_certificate .tab_list ul li:nth-child(4n) {
        margin-right: 1.3%;
    }

    .about2_certificate .tab_list ul li:last-child {
        margin-right: 0;
    }
}

@media(max-width:768px) {
    .about2_certificate .title {
        font-size: 28px;
        margin-bottom: 20px;
        line-height: 30px;
    }
}

@media(max-width:570px) {
    .about2_certificate {
        padding: 30px 0px;
    }

    .about2_certificate .title {
        font-size: 22px;
        margin-bottom: 15px;
        line-height: 28px;
    }

    .about2_certificate .tabmenu li a {
        font-size: 12px;
        line-height: 18px;
    }

    .about2_certificate .tab_list .imgbox {
        padding: 20px;
    }

    .about2_certificate .tab_list ul li {
        width: 49.3%;
        margin-right: 1.3% !important;
    }

    .about2_certificate .tab_list ul li:nth-child(2n) {
        margin-right: 0 !important;
    }

    .about2_certificate .tab_list ul li .small_title {
        padding: 0px 0px;
        font-size: 12px;
        line-height: 40px;
    }

    .about2_certificate .tab_list .certificate_shadow .download span {
        font-size: 12px;
    }

    .about2_certificate .tab_list .certificate_shadow .download img {
        margin-right: 10px;
        width: 13%;
    }

    .about2_certificate .tab_list .certificate_shadow .download {
        width: 115px;
        height: 38px;
        border-radius: 10px 0px 0px 0px;
    }
}

@media(max-width: 420px) {
    .about2_certificate .tabmenu li {
        width: 100%;
        margin-right: 0 !important;
    }
}

@media(max-width: 400px) {
    .about2_certificate .tab_list .imgbox {
        padding: 10px;
    }

    .about2_certificate .tab_list ul li .certificate_shadow .icon-sousuo1 {
        font-size: 26px;
    }

    /* .about2_certificate .tab_list ul li {
        width: 100%;
        margin-right: 0% !important;
    } */
}






/* gaganation */
.about2_paganation {
    padding-top: 20px;
    padding-bottom: 93px;
}

.about3_paganation {
    padding-bottom: 116px;
}

.paganation .safe1 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.paganation .safe1 a {
    width: 40px;
    height: 40px;


    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
    margin-right: 20px;

    border: solid 1px #000000;
    background-color: #ffffff;
    border-radius: 5px;
    font-family: Poppins-Regular;
    font-size: 20px;
    color: #333333;
    padding-top: 4px;
}

.paganation .safe1 .prev {
    padding-top: 0;
}

.paganation .safe1 .next {
    padding-top: 0;
}

.paganation .safe1 a:hover {
    color: #fff;
    background-color: #111111;
    border: unset;
}

.paganation .safe1 .active {
    color: #fff;
    background-color: #111111;
    border: unset;
}

@media(max-width:1600px) {
    .paganation .safe1 {
        flex-wrap: wrap;
    }

    .paganation .safe1 a {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }

    .paganation .safe1 a i {
        font-size: 14px;
    }

    .about2_paganation {
        padding-top: 0;
        padding-bottom: 30px;
    }

    .about3_paganation {
        padding-bottom: 40px;
    }
}

@media(max-width:1330px) {
    .paganation .safe1 a {
        margin-right: 10px;
    }

}

@media(max-width:570px) {
    .about3_paganation {
        padding-bottom: 30px;
    }

    .paganation .safe1 a {
        width: 30px;
        height: 30px;
        font-size: 12px;
    }

    .paganation .safe1 a i {
        font-size: 12px;
    }
}









/* certifiicates */

#baguetteBox-overlay {
    display: none;
    opacity: 0;
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #222;
    background-color: rgba(0, 0, 0, .8);
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
    z-index: 99999999999999999999999999999999999999;
}

#baguetteBox-overlay.visible {
    opacity: 1
}

#baguetteBox-overlay .full-image {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
}

#baguetteBox-overlay .full-image figure {
    display: inline;
    margin: 0;
    height: 100%
}

#baguetteBox-overlay .full-image img {
    display: inline-block;
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
}

#baguetteBox-overlay .full-image figcaption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    line-height: 1.8;
    color: #ccc;
    background-color: #000;
    background-color: rgba(0, 0, 0, .6);
    font-family: Verdana, Geneva, sans-serif;
}

#baguetteBox-overlay .full-image:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px
}

#baguetteBox-slider {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    white-space: nowrap;
    -webkit-transition: left .4s ease, -webkit-transform .4s ease;
    transition: left .4s ease, -moz-transform .4s ease;
    transition: left .4s ease, transform .4s ease
}

#baguetteBox-slider.bounce-from-right {
    -webkit-animation: bounceFromRight .4s ease-out;
    animation: bounceFromRight .4s ease-out
}

#baguetteBox-slider.bounce-from-left {
    -webkit-animation: bounceFromLeft .4s ease-out;
    animation: bounceFromLeft .4s ease-out
}

.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
    top: 50%;
    top: calc(50% - 30px);
    width: 44px;
    height: 60px
}

.baguetteBox-button {
    position: absolute;
    cursor: pointer;
    outline: 0;
    padding: 0;
    margin: 0;
    border: 0;
    -moz-border-radius: 15%;
    border-radius: 15%;
    background-color: #323232;
    background-color: rgba(50, 50, 50, .5);
    color: #ddd;
    font: 1.6em sans-serif;
    -webkit-transition: background-color .4s ease;
    transition: background-color .4s ease;
}

.baguetteBox-button:hover {
    background-color: rgba(50, 50, 50, .9)
}

.baguetteBox-button#next-button {
    right: 2%
}

.baguetteBox-button#previous-button {
    left: 2%
}

.baguetteBox-button#close-button {
    top: 20px;
    right: 2%;
    right: calc(2% + 6px);
    width: 30px;
    height: 30px
}

.baguetteBox-button svg {
    position: absolute;
    left: 0;
    top: 0
}

.spinner {
    width: 40px;
    height: 40px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px
}

.double-bounce1,
.double-bounce2 {
    width: 100%;
    height: 100%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: bounce 2s infinite ease-in-out;
    animation: bounce 2s infinite ease-in-out
}

.double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}







/* 1-3 about */
.about3box {
    background-color: #f5f5f5;
}

.about3_factory {
    padding: 97px 0px 66px 0px;
}

.about3_factory .title {
    font-family: Poppins-SemiBold;
    font-size: 48px;
    line-height: 48px;
    color: #333333;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 53px;
}

.about3_factory .factory_listbox {
    display: flex;
    flex-wrap: wrap;
}

.about3_factory .factory_listbox .factory_list {
    width: 49.3%;
    margin-right: 1.4%;
    margin-bottom: 44px;
}

.about3_factory .factory_listbox .factory_list:hover .contact {
    background-color: #111111;
}

.about3_factory .factory_listbox .factory_list:hover .small_title,
.about3_factory .factory_listbox .factory_list:hover .small_content {
    color: #fff;
}

.about3_factory .factory_listbox .factory_list .imgbox {
    overflow: hidden;
}

.about3_factory .factory_listbox .factory_list .imgbox img {
    display: block;
}



.about3_factory .factory_listbox .factory_list:nth-child(2n) {
    margin-right: 0%;
}

.about3_factory .factory_listbox .factory_list .contact {
    padding: 22px 29px 33px 29px;
    background-color: #fff;
}

.about3_factory .factory_listbox .factory_list .contact .linebox {
    width: 67px;
    height: 4px;
    background-color: #f7e62b;
}

.about3_factory .factory_listbox .factory_list .small_title {
    font-family: Poppins-Medium;
    font-size: 20px;
    line-height: 48px;
    color: #333333;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin-bottom: -1px;
}

.about3_factory .factory_listbox .factory_list .small_title a {}

.about3_factory .factory_listbox .factory_list .small_title a:hover {
    color: #f7e62b;
}

.about3_factory .factory_listbox .factory_list .small_content {
    margin-bottom: 25px;
    font-family: Poppins-Regular;
    font-size: 18px;
    line-height: 21px;
    color: #666666;

    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;

}


@media(max-width:1600px) {
    .about3_factory .title {
        margin-bottom: 35px;
        font-size: 44px;
        line-height: 44px;
    }

    .about3_factory {
        padding: 50px 0px;
    }

    .about3_factory .factory_listbox .factory_list .small_title {
        font-size: 18px;
        line-height: 40px;
    }

    .about3_factory .factory_listbox .factory_list .small_content {
        font-size: 16px;
    }

    .about3_factory .factory_listbox .factory_list .contact {
        padding: 20px;
    }
}

@media(max-width:1333px) {
    .about3_factory .title {
        margin-bottom: 30px;
        font-size: 38px;
        line-height: 38px;
    }

    .about3_factory .factory_listbox .factory_list .small_title {
        font-size: 16px;
        line-height: 30px;
    }

    .about3_factory .factory_listbox .factory_list .small_content {
        font-size: 14px;
        margin-bottom: 15px;
    }
}

@media(max-width:999px) {
    .about3_factory .title {
        margin-bottom: 25px;
        font-size: 34px;
        line-height: 34px;
    }

    .about3_factory {
        padding: 40px 0px;
    }

    .about3_factory .factory_listbox .factory_list {
        margin-bottom: 15px;
    }
}

@media(max-width:768px) {
    .about3_factory .title {
        margin-bottom: 20px;
        font-size: 28px;
        line-height: 28px;
    }

    .about3_factory .factory_listbox .factory_list .contact {
        padding: 10px;
    }

    .about3_factory .factory_listbox .factory_list .contact .linebox {
        width: 40px;
        height: 3px;
        background-color: #f7e62b;
    }

}

@media(max-width:570px) {
    .about3_factory .title {
        margin-bottom: 15px;
        font-size: 22px;
        line-height: 22px;
    }

    .about3_factory {
        padding: 30px 0px;
    }

    .about3_factory .factory_listbox .factory_list .small_title {
        font-size: 14px;
        line-height: 22px;
    }

    .about3_factory .factory_listbox .factory_list .small_content {
        font-size: 12px;
        margin-bottom: 10px;
    }

}

@media(max-width:450px) {
    .about3_factory .factory_listbox .factory_list {
        width: 100%;
        margin-right: 0 !important;
    }

    .about3_factory .factory_listbox .factory_list:last-child {
        margin-bottom: 0;
    }
}




/* about4_faq */

.about4_faq {
    padding: 98px 0px 50px 0px;
}

.about4_faq .faqbox1,
.about4_faq .faqbox2,
.about4_faq .faqbox3 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.about4_faq .faqbox1 .leftbox,
.about4_faq .faqbox2 .leftbox,
.about4_faq .faqbox3 .leftbox {
    width: 30%;
    padding-right: 2%;
}

.about4_faq .faqbox1 .leftbox .title,
.about4_faq .faqbox2 .leftbox .title,
.about4_faq .faqbox3 .leftbox .title {
    font-family: Poppins-SemiBold;
    font-size: 48px;
    line-height: 48px;
    color: #333333;
    margin-bottom: 28px;
}

.about4_faq .faqbox1 .leftbox .content,
.about4_faq .faqbox2 .leftbox .content,
.about4_faq .faqbox3 .leftbox .content {
    font-family: Poppins-Regular;
    font-size: 16px;
    line-height: 26px;
    color: #666666;
}

.about4_faq .faqbox1 .rightbox,
.about4_faq .faqbox2 .rightbox,
.about4_faq .faqbox3 .rightbox {
    width: 70%;
    padding-top: 10px;
    padding-left: 6%;
}

.about4_faq .faqbox1 .rightbox .quest,
.about4_faq .faqbox2 .rightbox .quest,
.about4_faq .faqbox3 .rightbox .quest {
    padding: 19px 20px 10px 5px;
    border-top: 1px solid rgba(0, 0, 0, .2);
    transition: none;

}

.about4_faq .faqbox1 .rightbox .quest:last-child,
.about4_faq .faqbox2 .rightbox .quest:last-child,
.about4_faq .faqbox3 .rightbox .quest:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, .2);
}

.about4_faq .faqbox1 .rightbox .quest .question,
.about4_faq .faqbox2 .rightbox .quest .question,
.about4_faq .faqbox3 .rightbox .quest .question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: none;
    cursor: pointer;
}

.about4_faq .faqbox1 .rightbox .quest .question .que,
.about4_faq .faqbox2 .rightbox .quest .question .que,
.about4_faq .faqbox3 .rightbox .quest .question .que {
    font-family: Poppins-SemiBold;
    font-size: 20px;
    line-height: 40px;
    color: #333333;
    transition: none;
    padding-right: 10%;
}

.about4_faq .faqbox1 .rightbox .quest .question .icon-jia,
.about4_faq .faqbox1 .rightbox .quest .question .icon-jian,
.about4_faq .faqbox2 .rightbox .quest .question .icon-jia,
.about4_faq .faqbox2 .rightbox .quest .question .icon-jian,
.about4_faq .faqbox3 .rightbox .quest .question .icon-jia,
.about4_faq .faqbox3 .rightbox .quest .question .icon-jian {
    padding: 3px;
    border: solid 1px #999999;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #999;
}

.about4_faq .faqbox1 .answer,
.about4_faq .faqbox2 .answer,
.about4_faq .faqbox3 .answer {
    display: none;
    font-family: Poppins-Regular;
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    transition: none;
    margin-top: 8px;
    margin-bottom: 16px;
    padding-right: 8%;
}


@media(max-width:1600px) {
    .about4_faq {
        padding: 50px 0px;
    }

    .about4_faq .faqbox1 .rightbox .quest .question .que,
    .about4_faq .faqbox2 .rightbox .quest .question .que,
    .about4_faq .faqbox3 .rightbox .quest .question .que {
        font-size: 18px;
        line-height: 30px;
    }

    .about4_faq .faqbox1 .answer,
    .about4_faq .faqbox2 .answer,
    .about4_faq .faqbox3 .answer {
        font-size: 14px;
        line-height: 24px;
        margin-top: 2px;
        margin-bottom: 10px;
        padding-right: 10%;
    }

    .about4_faq .faqbox1 .leftbox .title,
    .about4_faq .faqbox2 .leftbox .title,
    .about4_faq .faqbox3 .leftbox .title {
        font-size: 42px;
        line-height: 44px;
        margin-bottom: 24px;
    }

}

@media(max-width:1333px) {

    .about4_faq .faqbox1 .leftbox .title,
    .about4_faq .faqbox2 .leftbox .title,
    .about4_faq .faqbox3 .leftbox .title {
        font-size: 38px;
        line-height: 38px;
        margin-bottom: 20px;
    }

    .about4_faq .faqbox1 .leftbox .content,
    .about4_faq .faqbox2 .leftbox .content,
    .about4_faq .faqbox3 .leftbox .content {
        font-family: Poppins-Regular;
        font-size: 14px;
        line-height: 24px;
        color: #666666;
    }

    .about4_faq .faqbox1 .rightbox .quest .question .que,
    .about4_faq .faqbox2 .rightbox .quest .question .que,
    .about4_faq .faqbox3 .rightbox .quest .question .que {
        font-size: 16px;
        line-height: 26px;
    }

    .about4_faq .faqbox1,
    .about4_faq .faqbox2,
    .about4_faq .faqbox3 {
        margin-bottom: 30px;
    }
}

@media(max-width:999px) {
    .about4_faq {
        padding: 40px 0px;
    }

    .about4_faq .faqbox1 .leftbox .title,
    .about4_faq .faqbox2 .leftbox .title,
    .about4_faq .faqbox3 .leftbox .title {
        font-size: 32px;
        line-height: 34px;
    }

    .about4_faq .faqbox1,
    .about4_faq .faqbox2,
    .about4_faq .faqbox3 {
        flex-direction: column;
    }

    .about4_faq .faqbox1 .leftbox,
    .about4_faq .faqbox2 .leftbox,
    .about4_faq .faqbox3 .leftbox {
        width: 100%;
        text-align: center;
    }

    .about4_faq .faqbox1 .rightbox,
    .about4_faq .faqbox2 .rightbox,
    .about4_faq .faqbox3 .rightbox {
        width: 100%;
    }
}

@media(max-width:768px) {

    .about4_faq .faqbox1 .rightbox .quest .question .que,
    .about4_faq .faqbox2 .rightbox .quest .question .que,
    .about4_faq .faqbox3 .rightbox .quest .question .que {
        padding-right: 0;
    }

    .about4_faq .faqbox1 .leftbox .title,
    .about4_faq .faqbox2 .leftbox .title,
    .about4_faq .faqbox3 .leftbox .title {
        font-size: 28px;
        line-height: 28px;
    }

    .about4_faq .faqbox1 .rightbox .quest .question .icon-jia,
    .about4_faq .faqbox1 .rightbox .quest .question .icon-jian,
    .about4_faq .faqbox2 .rightbox .quest .question .icon-jia,
    .about4_faq .faqbox2 .rightbox .quest .question .icon-jian,
    .about4_faq .faqbox3 .rightbox .quest .question .icon-jia,
    .about4_faq .faqbox3 .rightbox .quest .question .icon-jian {
        font-size: 14px;
    }
}

@media(max-width:570px) {
    .about4_faq {
        padding: 30px 0px;
    }

    .about4_faq .faqbox1 .leftbox .content,
    .about4_faq .faqbox2 .leftbox .content,
    .about4_faq .faqbox3 .leftbox .content {
        font-family: Poppins-Regular;
        font-size: 12px;
        line-height: 20px;
        color: #666666;
    }

    .about4_faq .faqbox1 .rightbox .quest .question .que,
    .about4_faq .faqbox2 .rightbox .quest .question .que,
    .about4_faq .faqbox3 .rightbox .quest .question .que {
        font-size: 14px;
        line-height: 22px;
    }

    .about4_faq .faqbox1 .answer,
    .about4_faq .faqbox2 .answer,
    .about4_faq .faqbox3 .answer {
        font-size: 12px;
        line-height: 20px;
        margin-top: 2px;
        margin-bottom: 10px;
        padding-right: 10%;
    }

    .about4_faq .faqbox1 .leftbox .title,
    .about4_faq .faqbox2 .leftbox .title,
    .about4_faq .faqbox3 .leftbox .title {
        font-size: 22px;
        line-height: 20px;
    }
}

/* about4_other */
.about4_other {
    padding: 50px 0px 49px 0px;
}

.about4_other .safe1 {
    background-color: #111111;
    height: 170px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 50px;
}

.about4_other .safe1 .question {
    font-family: Poppins-Medium;
    font-size: 36px;
    line-height: 48px;
    color: #ffffff;
}

.about4_other .safe1 .contact_us {
    width: 150px;
    height: 46px;
    background-color: #000000;
    border-radius: 5px;
    border: solid 1px #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Poppins-Regular;
    font-size: 18px;
    color: #ffffff;
    cursor: pointer;
}

.about4_other .safe1 .contact_us:hover {
    background-color: #fff;
    color: #f7e62b;
    border: 1px solid #f7e62b;

}

@media(max-width:1600px) {
    .about4_other {
        padding: 40px 0px 40px 0px;
    }

    .about4_other .safe1 .question {
        font-size: 32px;
        line-height: 40px;
    }

    .about4_other .safe1 .contact_us {
        width: 120px;
        height: 40px;
        font-size: 16px;
    }
}

@media(max-width:1333px) {
    .about4_other .safe1 .question {
        font-size: 28px;
        line-height: 36px;
    }

}

@media(max-width:999px) {
    .about4_other {
        padding: 30px 0px 30px 0px;
    }

    .about4_other .safe1 .question {
        font-size: 26px;
        line-height: 32px;
    }

    .about4_other .safe1 {
        height: auto;
        padding: 30px 30px;
    }

    .about4_other .safe1 .contact_us {
        width: 120px;
        height: 40px;
        font-size: 14px;
    }
}

@media(max-width:768px) {
    .about4_other .safe1 .question {
        font-size: 22px;
        line-height: 28px;
    }

    .about4_other .safe1 .contact_us {
        width: 120px;
        height: 40px;
        font-size: 14px;
    }
}

@media(max-width:570px) {
    .about4_other .safe1 .question {
        font-size: 18px;
        line-height: 22px;
        width: 80%;
    }

    .about4_other .safe1 .contact_us {
        width: 110px;
        height: 38px;
        font-size: 12px;
    }
}

/* eject_form */
.eject_form {
    opacity: 0;
    pointer-events: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 10000;
    background-color: rgba(0, 0, 0, .3);
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1920px;
}

.eject_form .box {
    position: absolute;
    width: 65%;
    /* height: 50%; */
    padding: 56px 50px 55px 50px;
    background-color: #fff;
}

.eject_form .title {
    font-family: Poppins-SemiBold;
    font-size: 48px;
    line-height: 48px;
    color: #333333;
    text-align: center;
    margin-bottom: 40px;
}

.eject_form form {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.eject_form form .inp1box,
.eject_form form .inp2box,
.eject_form form .inp3box {
    width: 100%;
}

.eject_form form .inp1box {
    display: flex;
    margin-bottom: 21px;
}

.eject_form form .inp1box .inp1 {
    width: 49%;
    margin-right: 2%;
    background-color: #e8e8e8;
    padding-left: 19px;
    position: relative;
}

.eject_form form input {
    width: 100%;
    background-color: #e8e8e8;
    height: 70px;
    padding-right: 20px;
}

.eject_form form .inp1box .inp1:nth-child(2n) {
    margin-right: 0;
}

.eject_form form .inp2box {
    margin-bottom: 21px;
}

.eject_form form .inp2box input {
    width: 100%;
    background-color: #e8e8e8;
    padding-left: 19px;
    position: relative;
}

.eject_form input::placeholder {
    font-family: Poppins-Medium;
    font-size: 20px;
    color: #444444;
}

.eject_form form .must::after {
    position: absolute;
    content: "*";
    font-family: Poppins-Medium;
    font-size: 20px;
    line-height: 48px;
    color: #e40000;
    top: 13px;
    left: 10px;
    margin-right: 10px;
}

.eject_form form .must {
    padding-left: 24px !important;
}

.eject_form input {
    font-size: 20px;
    color: #333;
    font-family: Poppins-Medium;
}


/* 

.about_form .inp3box {
    width: 100%;
    height: 149px;
    background-color: #e8e8e8;
    margin-bottom: 21px;
    position: relative;
}

.about_form .inp3box textarea {
    background-color: #e8e8e8;
    width: 100%;
    height: 100%;

    padding: 15px 0px;
}

.about_form form .inp3box::after {
    position: absolute;
    content: "*";
    font-family: Poppins-Medium;
    font-size: 20px;
    line-height: 48px;
    color: #e40000;
    top: 13px;
    left: 10px;
    margin-right: 10px;
}

.about_form .inp3box textarea {
    font-family: Poppins-Medium;
    font-size: 20px;
    color: #333;
}

.about_form .inp3box textarea::placeholder {
    font-family: Poppins-Medium;
    font-size: 20px;
    color: #444444;
} */





.eject_form .inp3box {
    width: 100%;
    height: 149px;
    background-color: #e8e8e8;
    margin-bottom: 21px;
    padding: 10px 0px;
    position: relative;
}

.eject_form .inp3box textarea {
    background-color: #e8e8e8;
    width: 100%;
    height: 100%;
    padding: 15px 0px;
}

.eject_form form .inp3box::after {
    position: absolute;
    content: "*";
    font-family: Poppins-Medium;
    font-size: 20px;
    line-height: 48px;
    color: #e40000;
    top: 13px;
    left: 10px;
    margin-right: 10px;
}

.eject_form .inp3box textarea {
    font-family: Poppins-Medium;
    font-size: 20px;
    color: #333;
}

.eject_form .inp3box textarea::placeholder {
    font-family: Poppins-Medium;
    font-size: 20px;
    color: #444444;
}


.eject_form .subbox {
    display: flex;
    justify-content: space-between;
}

.eject_form .subbox .inp3 {
    display: flex;
    background-color: #e8e8e8;
    width: 49%;
    padding-right: 1%;
    position: relative;
}

.eject_form .subbox .inp3 .must {
    width: 82%;
}

.eject_form .subbox .inp3 .must input {
    width: 100%;
    padding-left: 0;
}

.eject_form .subbox .inp3 .codebox {
    display: flex;
    align-items: center;
    cursor: pointer;
    background-color: #f3fbfe;
}

.eject_form .subbox .inp3 img {}

.eject_form .subbox .inp3 input {
    padding-left: 19px;
    width: 82%;
    padding-right: 2%;
}

.eject_form .subbox .inp1 input {}

.eject_form .subbox .inp1 {
    padding-left: 0 !important;
}

.eject_form .subbox .inp1 input {

    background-color: #f7e62b;
    font-family: Poppins-Medium;
    font-size: 24px;
    color: #111111;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.eject_form .subbox .inp1 input:hover {
    border: 1px solid #f7e62b;
    background-color: #2e2b2b;
    color: #f7e62b;
}

.eject_form .icon-jiahao {
    position: absolute;
    right: 20px;
    top: 20px;
    transform: rotate(45deg);
    font-size: 20px;
    padding: 5px;
    border-radius: 50px;
    border: 1px solid #333;
    cursor: pointer;
}

@media(max-width:1600px) {
    .eject_form .title {
        font-size: 44px;
        line-height: 46px;
        margin-bottom: 35px;
    }

    .eject_form .inp3box textarea {
        padding: 2px 0px;
    }

    .eject_form .inp3box textarea::placeholder,
    .eject_form input::placeholder,
    .eject_form .subbox .inp1 input,
    .eject_form input,
    .eject_form .inp3box textarea {
        font-size: 18px;
    }

    .eject_form {
        padding-bottom: 50px;
    }
}

@media(max-width:1333px) {
    .eject_form .title {
        margin-bottom: 30px;
        font-size: 38px;
        line-height: 38px;
    }

    .eject_form .inp3box textarea::placeholder,
    .eject_form input::placeholder,
    .eject_form .subbox .inp1 input,
    .eject_form input,
    .eject_form .inp3box textarea {
        font-size: 16px;
    }

    .eject_form form input {
        width: 100%;
        background-color: #e8e8e8;
        height: 60px;
    }

    .eject_form form .must::after {
        top: 6px;
    }

}

@media(max-width:999px) {
    .eject_form .title {
        margin-bottom: 25px;
        font-size: 34px;
        line-height: 34px;
    }

    .eject_form .inp3box textarea::placeholder,
    .eject_form input::placeholder,
    .eject_form .subbox .inp1 input,
    .eject_form input,
    .eject_form .inp3box textarea {
        font-size: 14px;
    }

    .eject_form form input {
        width: 100%;
        background-color: #e8e8e8;
        height: 50px;
    }

    .eject_form {
        padding-bottom: 40px;
    }
}

@media(max-width:768px) {
    .eject_form .title {
        margin-bottom: 20px;
        font-size: 28px;
        line-height: 28px;
    }

    .eject_form .box {
        width: 80%;
    }
}

@media(max-width:570px) {
    .eject_form .title {
        margin-bottom: 15px;
        font-size: 22px;
        line-height: 22px;
    }

    .eject_form .inp3box textarea::placeholder,
    .eject_form input::placeholder,
    .eject_form .subbox .inp1 input,
    .eject_form input,
    .eject_form .inp3box textarea {
        font-size: 12px;
    }

    .eject_form form input {
        height: 40px;
    }

    .eject_form form .must::after {
        top: -5px;
        font-size: 12px;
    }

    .eject_form {
        padding-bottom: 30px;
    }

    .eject_form .box {
        width: 90%;
        padding: 50px 20px 20px 20px;
    }
}

@media(max-width:380px) {
    .eject_form form .inp1box .inp1 {
        width: 100%;
    }

    .eject_form form .inp1box {
        flex-direction: column;
    }

    .eject_form .subbox .inp3 {
        width: 100%;
    }

    .eject_form form .inp1box {
        margin-bottom: 0;
    }

    .eject_form form .inp2box {
        margin-bottom: 0px;
    }

    .eject_form form .inp3box {
        margin-bottom: 0;
    }

    .eject_form form .inp1box .inp1 {
        margin-bottom: 10px;
    }

    .eject_form form .inp2box input {
        margin-bottom: 10px;
    }

    .eject_form .inp3box {
        margin-bottom: 10px !important;
        height: 100px;
    }

    .eject_form .subbox .inp3 {
        margin-bottom: 10px;
    }

    .eject_form .subbox .inp3 .codebox {
        padding-right: 10px;
    }
}


/* 1-5 about US OEMODM */

/* about5_odm */
.about5_odm {
    padding: 73px 0px 82px 0px;
}

.about5_odm .title {
    font-family: Poppins-SemiBold;
    font-size: 60px;
    color: #333333;
    text-align: center;
    /* margin-bottom: 20px; */
}

.about5_odm .odmbg {
    width: 100%;
    height: 100%;
    display: block;
    margin: 0 auto;
    margin-bottom: 22px;
}

.about5_odm ul {
    display: flex;
    flex-wrap: wrap;
}

.about5_odm ul li {
    margin-right: 1%;
    width: 10%;
    margin-bottom: 20px;
}

.about5_odm ul li .step_num {
    font-family: Poppins-Regular;
    font-size: 18px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 95px;
    height: 36px;
    background-color: #000000;
    border-radius: 0px 18px 18px 0px;
    margin-bottom: 10px;
}

.about5_odm ul li .small_title {
    width: 113px;
    height: 38px;
    font-family: Poppins-SemiBold;
    font-size: 18px;
    line-height: 24px;
    color: #333333;
}

/* about5_load */
.about5_load .safe1 {
    width: 100%;
    height: 224px;
    background-color: rgba(235, 235, 235, .5);
}

.about5_load .safe1 .title {
    font-family: Poppins-SemiBold;
    font-size: 30px;
    color: #333333;
    text-align: center;
    padding: 42px 0px 30px 0px;
}

.about5_load .safe1 .btn_group {
    display: flex;
    justify-content: center;
    align-items: center;
}

.about5_load .safe1 .btn_group .download {
    font-family: Poppins-SemiBold;
    font-size: 18px;
    letter-spacing: 0px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 242px;
    height: 64px;
    background-color: #111111;
    margin-right: 27px;

}

.about5_load .safe1 .btn_group .download:hover {
    background-color: transparent;
    border: 1px solid #f7e62b;
    color: #f7e62b;
}

.about5_load .safe1 .btn_group .upload {
    cursor: pointer;
}

.about5_load .safe1 .btn_group .download i {
    margin-right: 10px;
    font-size: 22px;
}



.about5_load .safe1 .btn_group .upload {
    font-family: Poppins-SemiBold;
    font-size: 18px;
    letter-spacing: 0px;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 242px;
    height: 64px;
    background-color: #f7e62b;
}

.about5_load .safe1 .btn_group .upload:hover {
    background-color: transparent;
    border: 1px solid #f7e62b;
}

.about5_load .safe1 .btn_group .upload img {
    margin-right: 10px;
    width: 23px;
    /* height: 30px; */
}

/* about_oem */
.about5_oem {
    padding: 48px 0px 65px 0px;
}

.about5_oem .title {
    font-family: Poppins-SemiBold;
    font-size: 60px;
    color: #333333;
    text-align: center;
}

.about5_oem .odmbg {
    width: 100%;
    height: 100%;
    display: block;
    margin: 0 auto;
}

.about5_oem ul {
    display: flex;
    flex-wrap: wrap;
}

.about5_oem ul li {
    margin-right: 1%;
    width: 11.5%;
    margin-bottom: 20px;
}

.about5_oem ul li .step_num {
    font-family: Poppins-Regular;
    font-size: 18px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 95px;
    height: 36px;
    background-color: #000000;
    border-radius: 0px 18px 18px 0px;
    margin-bottom: 10px;
}

.about5_oem ul li .step_num:hover {
    color: #333;
    background-color: #f7e62b;
    cursor: pointer;
}

.about5_oem ul li .small_title {
    width: 113px;
    height: 38px;
    font-family: Poppins-SemiBold;
    font-size: 18px;
    line-height: 24px;
    color: #333333;
}


.about5_load2 {
    margin-bottom: 98px;
}

@media(max-width:1600px) {
    .about5_odm {
        padding: 50px 0px;
    }

    .about5_oem .title {
        font-size: 50px;
    }

    .about5_odm .title {
        font-size: 50px;
    }

    .about5_odm ul li .step_num,
    .about5_oem ul li .step_num {
        font-size: 16px;
    }

    .about5_odm ul li .small_title,
    .about5_oem ul li .small_title {
        font-size: 16px;
    }

    .about5_load .safe1 .btn_group .download {
        font-size: 16px;
        width: 210px;
        height: 60px;
    }

    .about5_load .safe1 .btn_group .upload {
        font-size: 16px;
        width: 210px;
        height: 60px;
    }

    .about5_load .safe1 {
        height: auto;
        padding: 35px 0px;
    }

    .about5_load2 {
        margin-bottom: 50px;
    }
}

@media(max-width:1333px) {
    .about5_oem .title {
        font-size: 44px;
    }

    .about5_odm .title {
        font-size: 44px;
    }

    .about5_odm ul li,
    .about5_oem ul li {
        margin-right: 1%;
        width: 15%;
        margin-bottom: 20px;
    }

    .about5_odm ul li .step_num,
    .about5_oem ul li .step_num {
        font-size: 14px;
    }

    .about5_odm ul li .small_title,
    .about5_oem ul li .small_title {
        font-size: 14px;
    }

    .about5_load .safe1 .title {
        font-size: 26px;
        padding: 30px 0px;
    }

    .about5_load .safe1 .btn_group .download,
    .about5_load .safe1 .btn_group .upload {
        font-size: 14px;
    }

}

@media(max-width:999px) {
    .about5_odm {
        padding: 40px 0px;
    }

    .about5_load .safe1 .btn_group .download {
        font-size: 14px;
        width: 180px;
        height: 55px;
    }

    .about5_odm .title {
        font-size: 34px;
    }

    .about5_oem .title {
        font-size: 34px;
    }

    .about5_load .safe1 .title {
        font-size: 18px;
        padding: 0px 0px 20px 0px;
        line-height: 23px;
    }

    .about5_load .safe1 {
        padding: 30px 0px;
    }

    .about5_load2 {
        margin-bottom: 40px;
    }
}

@media(max-width:768px) {

    .about5_odm ul li,
    .about5_oem ul li {
        margin-right: 1%;
        width: 19%;
        margin-bottom: 20px;
    }

    .about5_odm .title {
        font-size: 28px;
    }

    .about5_oem .title {
        font-size: 28px;
    }

    .about5_load .safe1 .btn_group .download,
    .about5_load .safe1 .btn_group .upload {
        width: 150px;
        height: 50px;
    }

}

@media(max-width:570px) {
    .about5_odm {
        padding: 30px 0px;
    }

    .about5_odm ul li {
        width: 24%;

    }

    .about5_odm .title {
        font-size: 26px;
    }

    .about5_oem .title {
        font-size: 26px;
    }

    .about5_odm ul li .step_num,
    .about5_odm ul li .small_title,
    .about5_oem ul li .step_num,
    .about5_oem ul li .small_title {
        font-size: 12px;
        word-break: break-all;
        width: 100%;
    }

    .about5_load .safe1 .title {
        font-size: 16px;
        padding: 0px 0px 20px 0px;
        line-height: 20px;
    }

    .about5_load .safe1 .btn_group .download,
    .about5_load .safe1 .btn_group .upload {
        width: 120px;
        height: 45px;
        font-size: 12px;
    }

    .about5_load .safe1 .btn_group i {
        display: none;
    }

    .about5_load .safe1 .btn_group img {
        display: none;
    }

    .about5_load2 {
        margin-bottom: 30px;
    }
}

@media(max-width:400px) {

    .about5_odm ul li,
    .about5_oem ul li {
        width: 44%;
        margin-right: 5%;
    }
}

/* about_upload */
.about_upload {
    opacity: 0;
    pointer-events: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 10000;
    background-color: rgba(0, 0, 0, .3);
    display: flex;
    align-items: center;
    justify-content: center;

}

.about_upload .icon-chahao {
    cursor: pointer;
}

.about_upload form {
    background-color: #fff;
    padding: 40px 40px;
    width: 680px;
    position: relative;
}

.about_upload form .icon {
    position: absolute;
    font-size: 25px;
    color: #afafaf;
    right: 5px;
    top: 10px;
}

.about_upload .title {
    font-family: Poppins-SemiBold;
    font-size: 36px;
    line-height: 48px;
    color: #333333;
    margin-bottom: 30px;
    text-align: center;
}

.about_upload form .inp1 {
    margin-bottom: 13px;
}

.about_upload form .inp1 input {
    width: 100%;
    height: 70px;
    background-color: #e8e8e8;
    padding-left: 20px;
}

.about_upload form .inp1 input::placeholder {
    font-family: Poppins-Regular;
    font-size: 20px;
    color: #444444;
}

.about_upload form .inp1 input {
    color: #333;
    font-size: 20px;
    font-family: Poppins-Regular;
}

.about_upload form .common_xing {
    position: relative;
}

.about_upload form .common_xing::after {
    content: "*";
    position: absolute;
    left: 8px;
    top: 10px;
    font-family: Poppins-Regular;
    font-size: 20px;
    line-height: 48px;
    color: #e00a0a;
    ;
}


.about_upload form .inp2 {
    position: relative;
}

.about_upload form .inp2 input {
    width: 100%;
    height: 70px;
    background-color: #e8e8e8;
    padding-left: 20px;
}

.about_upload form .inp2 input::placeholder {
    font-family: Poppins-Regular;
    font-size: 20px;
    color: #444444;
}

.about_upload form .inp2 input {
    color: #333;
    font-size: 20px;
    font-family: Poppins-Regular;
    padding-right: 130px;
}

.about_upload form .inp2 img {
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.about_upload form .inp2 img {
    cursor: pointer;
}

.about_upload form .inp3 {
    width: 100%;
    height: 70px;
    background-color: #f7e62b;
    font-family: Poppins-Medium;
    font-weight: 800;
    font-size: 24px;
    line-height: 48px;
    color: #111111;
    cursor: pointer;
    margin-bottom: 30px;
}

.about_upload form .inp3:hover {
    background-color: #fff;
    color: #f7e62b;
    border: 1px solid #f7e62b;
}

.about_upload form .inp2 {
    margin-bottom: 20px;
}

.about_upload form .upload_file {
    display: flex;
    align-items: center;
}


.about_upload form .upload_file .choose_file {
    position: relative;
    cursor: pointer;
    margin-bottom: 15px;
}

.upload_filename {
    font-size: 16px;
    margin-left: 8px;
}

.about_upload form .upload_file .choose_file a {
    width: 191px;
    height: 51px;
    background-color: #f7e62b;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Poppins-Medium;
    font-size: 18px;
    line-height: 24px;
    color: #333333;
    cursor: pointer;
}

.about_upload form .upload_file .choose_file:hover a {
    background-color: #fff;
    border: 1px solid #f7e62b;
}

.about_upload form .upload_file .choose_file a img {
    margin: 8px;

}

.about_upload form .upload_file input {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    /* background-color: red; */
}


@media(max-width:1600px) {

    .about_upload form .inp1 input {
        font-size: 16px;
    }

    .about_upload form .inp1 input::placeholder {
        font-size: 16px;
    }

    .about_upload form .inp2 input {
        font-size: 16px;
    }

    .about_upload form .inp2 input::placeholder {
        font-size: 16px;
    }

    .about_upload form .inp3 {
        font-size: 20px;
        font-weight: normal;
    }

    .about_upload form .upload_file .choose_file a {
        font-size: 16px;
    }
}

@media(max-width:1333px) {
    .about_upload .title {
        font-size: 28px;
        line-height: 35px;
        margin-bottom: 20px;
    }

    .about_upload form {
        padding: 30px;
    }

    .about_upload form .upload_file .choose_file a {
        font-size: 14px;
        width: 160px;
        height: 48px;
    }

    .about_upload form .upload_file .choose_file a img {
        display: none;
    }

    .about_upload form .inp1 input {
        font-size: 14px;
    }

    .about_upload form .inp1 input::placeholder {
        font-size: 14px;
    }

    .about_upload form .inp2 input {
        font-size: 14px;
    }

    .about_upload form .inp2 input::placeholder {
        font-size: 14px;
    }

    .about_upload form .inp3 {
        font-size: 16px;
        font-weight: normal;
    }

    .upload_filename {
        font-size: 14px;
        margin-left: 5px;
    }
}

@media(max-width:999px) {}

@media(max-width:768px) {
    .about_upload form {
        height: auto;
        width: auto;
    }

    .about_upload form .inp1 input {
        width: 100%;
        height: 50px;
        background-color: #e8e8e8;
        padding-left: 20px;
    }

    .about_upload form .common_xing::after {
        content: "*";
        position: absolute;
        left: 8px;
        top: 2px;
        font-family: Poppins-Regular;
        font-size: 18px;
        line-height: 48px;
        color: #e00a0a;
    }

    .about_upload .title {
        font-size: 26px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .about_upload form .inp2 input {
        height: 50px;
    }

    .about_upload form .inp3 {
        height: 50px;
        margin-bottom: 20px;
    }

    .about_upload form .upload_file div:nth-of-type(1) {
        width: 100px;
        height: 100px;
        margin-right: 25px;
    }

    .about_upload form {
        padding: 20px;
    }
}

@media(max-width:570px) {
    .upload_filename {
        font-size: 12px;
    }
}







/* 1-6 about news */
.about6_company {
    padding: 97px 0px 41px 0px;
}

.about6_company .title {
    font-family: Poppins-SemiBold;
    font-size: 48px;
    line-height: 48px;
    color: #333333;
    text-align: center;
    margin-bottom: 62px;
}

.about6_company .company_box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.about6_company .company_box .company_li {
    width: 24.5%;
    margin-right: 0.66%;
    background-color: rgba(235, 235, 235, .5);
    border-radius: 16px;
    margin-bottom: 29px;
    border: 1px solid transparent;
}

.about6_company .company_box .company_li:hover {
    background-color: rgba(255, 255, 255, .5);
    box-shadow: 0px -1px 16px 0px rgba(0, 0, 0, 0.25);
    border-radius: 16px;
    border: solid 1px #d7d7d7;
}

.about6_company .company_box .company_li:nth-child(4n) {
    margin-right: 0;
}

.about6_company .company_box .company_li .imgbox {
    border-radius: 16px 16px 0px 0px;
    overflow: hidden;
}

.about6_company .company_box .company_li .imgbox img {
    border-radius: 16px 16px 0px 0px;

    display: block;
}

.about6_company .company_box .company_li .imgbox:hover img {
    transform: scale(1.1);
}

.about6_company .company_box .contact {
    padding: 15px 15px 24px 15px;
}

.about6_company .company_box .small_title {
    margin-bottom: 10px;
}

.about6_company .company_box .small_title a {
    font-family: Poppins-Medium;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.about6_company .company_box .small_title a:hover {
    color: #f7e62b;
}

.about6_company .company_box .view_more {
    font-family: Poppins-Regular;
    text-decoration: underline;
    font-size: 14px;
    line-height: 26px;
    color: #878787;
}

.about6_company .company_box .view_more:hover {
    color: #f7e62b;
}





.about6_paganation {
    margin-bottom: 95px;
}


@media(max-width:1600px) {
    .about6_paganation {
        margin-bottom: 50px;
    }

    .about6_company {
        padding: 50px 0px 30px 0px;
    }

    .about6_company .title {
        font-size: 44px;
        line-height: 44px;
        margin-bottom: 40px;
    }

}

@media(max-width:1333px) {
    .about6_company .title {
        font-size: 38px;
        line-height: 39px;
        margin-bottom: 35px;
    }

    .about6_company .company_box .contact {
        padding: 10px;
    }

    .about6_company .company_box .small_title a {
        font-size: 14px;
    }

    .about6_company .company_box .small_title {
        margin-bottom: 0px;
    }
}

@media(max-width:999px) {
    .about6_paganation {
        margin-bottom: 40px;
    }

    .about6_company {
        padding: 40px 0px 20px 0px;
    }

    .about6_company .title {
        font-size: 34px;
        line-height: 36px;
        margin-bottom: 30px;
    }

    .about6_company .company_box .company_li {
        width: 32.6%;
        margin-right: 1%;
        margin-bottom: 20px;
        border-radius: 10px;
    }

    .about6_company .company_box .company_li:nth-child(4n) {
        margin-right: 1%;
    }

    .about6_company .company_box .company_li:nth-child(3n) {
        margin-right: 0;
    }
}

@media(max-width:768px) {
    .about6_company .title {
        font-size: 28px;
        line-height: 30px;
        margin-bottom: 25px;
    }
}

@media(max-width:630px) {
    .about6_company .company_box .company_li {
        width: 49.1%;
        margin-right: 1.5%;

    }

    .about6_company .company_box .company_li:nth-child(3n) {
        margin-right: 1.5%;
    }

    .about6_company .company_box .company_li:nth-child(2n) {
        margin-right: 0;
    }

}

@media(max-width:570px) {
    .about6_paganation {
        margin-bottom: 30px;
    }

    .about6_company {
        padding: 40px 0px 10px 0px;
    }

    .about6_company .title {
        font-size: 22px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .about6_company .company_box .small_title a {
        font-size: 12px;
    }

    .about6_company .company_box .view_more {
        font-size: 12px;
        line-height: 26px;
    }
}

@media(max-width:400px) {
    .about6_company .company_box {
        justify-content: center;
    }

    .about6_company .company_box .company_li {
        width: 90%;
        margin-right: 0% !important;

    }

    /* .about6_company .company_box .company_li:nth-child(3n){
        margin-right: 1.5%;
    }
    .about6_company .company_box .company_li:nth-child(2n){
        margin-right: 0;
    } */
}



/* about 1-6-2 */

.about6_detail {
    padding: 107px 0px 50px 0px;
}

.about6_detail .title {
    font-style: unset;
    font-weight: unset;
    font-family: Poppins-Medium;
    font-size: 36px;
    line-height: 36px;
    color: #333333;
    margin-bottom: 41px;
}

.about6_detail .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 27px;
}

.about6_detail .wrap .leftbox {
    font-family: Poppins-Regular;
    font-size: 16px;
    line-height: 24px;
    color: #111111;
}

.about6_detail .wrap .rightbox {
    font-family: Poppins-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #999999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about6_detail .wrap .rightbox .sharebox {
    display: flex;
    align-items: center;
    justify-content: center;
}

.about6_detail .content {
    width: 100%;
    padding: 40px 0px 40px 0px;
    border-top: 1px solid rgba(0, 0, 0, .2);
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    margin-bottom: 27px;
}

.about6_detail .content img {
    width: 100%;
}

.about6_detail .content p {
    font-family: Poppins-Regular;
    font-size: 16px;
    line-height: 24px;
    color: #666666;
}

.about6_detail .content p a {
    font-family: Poppins-Regular;
    font-size: 16px;
    line-height: 24px;
    color: #f7e62b;
}

.about6_detail .content p a:hover {
    text-decoration: underline;
}


/* yushe */
.about6_detail table {
    font-family: Inter-Regular;
    border-collapse: collapse;
    border: 2px solid #dddddd;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 15px;
}

.about6_detail table tr {
    color: #666666;
}

.about6_detail table tr td {
    border: 2px solid #dddddd;
    padding: 10px 15px;
    text-align: center;
}

.about6_detail video {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    left: 0;
    top: 0;
    object-fit: cover;
}

@media(max-width:1600px) {
    .about6_detail {
        padding: 50px 0px;
    }

    .about6_detail .title {
        font-size: 32px;
        line-height: 32px;
        margin-bottom: 25px;
    }
}

@media(max-width:1333px) {
    .about6_detail .title {
        font-size: 28px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .about6_detail .wrap .leftbox {
        font-size: 14px;
        line-height: 18px;
    }

    .about6_detail .wrap .rightbox {
        font-size: 14px;
        line-height: 18px;
    }

    .about6_detail .wrap {
        margin-bottom: 15px;
    }

    .about6_detail .content p,
    .about6_detail .content a {
        font-size: 14px;
        line-height: 22px;
    }

    .about6_detail .content {
        padding: 30px 0px;
    }
}

@media(max-width:999px) {
    .about6_detail {
        padding: 40px 0px;
    }

    .about6_detail .title {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 15px;
    }
}

@media(max-width:768px) {
    .about6_detail .title {
        font-size: 22px;
        line-height: 26px;
    }
}

@media(max-width:570px) {
    .about6_detail {
        padding: 30px 0px;
    }

    .about6_detail .title {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 15px;
    }

    .about6_detail .wrap .leftbox {
        font-size: 12px;
        line-height: 12px;
    }

    .about6_detail .wrap .rightbox {
        font-size: 12px;
        line-height: 12px;
    }

    .about6_detail .content p,
    .about6_detail .content a {
        font-size: 12px;
        line-height: 20px;
    }

}

@media(max-width:350px) {
    .about6_detail .title {
        margin-bottom: 8px;
    }

    .about6_detail .wrap {
        flex-direction: column;
    }

    .about6_detail .wrap .leftbox {
        margin-bottom: 8px;
    }
}





/* xin wen qie huan */
.about6_detail .switch {
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.about6_detail .switch .prevbox {
    width: 49%;
    display: flex;
    align-items: center;
}

.about6_detail .switch i {
    font-weight: 800;
}

.about6_detail .switch .prevbox .prev {
    width: 42px;
    height: 42px;
    background-color: #e7e7e7;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    margin-right: 8px;
    flex-shrink: 0;
}

.about6_detail .switch .prevbox div a,
.about6_detail .switch .nextbox div a {
    font-family: Poppins-Medium;
    font-size: 16px;
    line-height: 24px;
    color: #666666;
}

.about6_detail .switch .prevbox p:nth-of-type(1) {
    font-family: Poppins-SemiBold;
    font-size: 20px;
    line-height: 24px;
    color: #333333;
}

.about6_detail .switch .prevbox p:nth-of-type(2) {
    font-family: Poppins-Medium;
    font-size: 16px;
    line-height: 24px;
    color: #666666;
}

.about6_detail .switch .nextbox {
    width: 49%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.about6_detail .switch .nextbox .next {
    width: 42px;
    height: 42px;
    background-color: #e7e7e7;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    margin-left: 8px;
}

.about6_detail .switch .nextbox .next,
.about6_detail .switch .nextbox .prev {
    flex-shrink: 0;
}

.about6_detail .switch .nextbox p:nth-of-type(1) {
    font-family: Poppins-SemiBold;
    font-size: 20px;
    line-height: 24px;
    color: #333333;
}

.about6_detail .switch .nextbox p:nth-of-type(2) {
    font-family: Poppins-Medium;
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    /* word-break: break-all; */
}

.about6_detail .switch .nextbox div {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.about6_detail .switch a:hover {
    background-color: #f7e62b !important;
}

@media(max-width:1600px) {

    .about6_detail .switch .prevbox p:nth-of-type(1),
    .about6_detail .switch .nextbox p:nth-of-type(1) {
        font-size: 18px;
        line-height: 22px;
    }

    .about6_detail .switch .prevbox .prev,
    .about6_detail .switch .nextbox .next {
        width: 38px;
        height: 38px;
    }
}

@media(max-width:1333px) {

    .about6_detail .switch .prevbox p:nth-of-type(1),
    .about6_detail .switch .nextbox p:nth-of-type(1) {
        font-size: 16px;
        line-height: 20px;
    }

    .about6_detail .switch .prevbox p:nth-of-type(2),
    .about6_detail .switch .nextbox p:nth-of-type(2) {
        font-size: 14px;
        line-height: 22px;
    }

    .about6_detail .switch .prevbox {
        width: 46%;
    }

    .about6_detail .switch .nextbox {
        width: 46%;
    }

    .about6_detail .switch .prevbox div a,
    .about6_detail .switch .nextbox div a {
        font-size: 14px;
        line-height: 22px;
    }

}

@media(max-width:999px) {}

@media(max-width:650px) {
    .about6_detail .switch {
        flex-direction: column;
    }

    .about6_detail .switch .prevbox {
        width: 100%;
        flex-direction: row-reverse;
        justify-content: space-between;
        margin-bottom: 15px;
    }

    .about6_detail .switch .nextbox {
        width: 100%;
        justify-content: flex-start;
        justify-content: space-between;
    }

    .about6_detail .switch .nextbox div {
        align-items: flex-start;
    }

    .about6_detail .switch .prevbox .prev {
        margin-right: 20px;
    }

    .about6_detail .switch .nextbox .next {
        margin-right: 20px;
    }

}

@media(max-width:570px) {

    .about6_detail .switch .prevbox p:nth-of-type(2),
    .about6_detail .switch .nextbox p:nth-of-type(2) {
        font-size: 12px;
        line-height: 20px;
    }

    .about6_detail .switch .prevbox .prev,
    .about6_detail .switch .nextbox .next {
        width: 33px;
        height: 33px;
    }

    .about6_detail .switch i {
        font-size: 12px !important;
    }

    .about6_detail .switch .prevbox p:nth-of-type(1),
    .about6_detail .switch .nextbox p:nth-of-type(1) {
        font-size: 14px;
        line-height: 23px;
    }
    .about6_detail .switch .prevbox div a,
    .about6_detail .switch .nextbox div a {
        font-size: 12px;
        line-height: 20px;
    }
}












/* hot_product */
.hot_product {
    padding: 46px 0px 73px 0px;
}

.hot_product .titlebox {
    display: flex;
    justify-content: space-between;
    margin-bottom: 52px;
    align-items: center;
}

.hot_product .titlebox .title {
    font-family: Poppins-SemiBold;
    font-size: 48px;
    line-height: 48px;
    color: #333333;
}

.hot_product .titlebox .btn_group {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hot_product .titlebox .btn_group div {
    width: 42px;
    height: 42px;
    background-color: #e7e7e7;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}

.hot_product .titlebox .btn_group div i {
    font-weight: 800;
}

.hot_product .titlebox .btn_group .prev {
    margin-right: 19px;
}

.hot_product .titlebox .btn_group div:hover {
    background-color: #f7e62b;
    cursor: pointer;
}

.hot_product .hot_myswiper .imgbox {
    position: relative;
}

.hot_product .hot_myswiper .imgbox img {
    display: block;
}

.hot_product .hot_myswiper .imgbox .shadow {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.hot_product .hot_myswiper .imgbox:hover .shadow {
    opacity: 1;
}

.hot_product .hot_myswiper .contact {
    padding: 18px 0px 0px 0px;
}

.hot_product .hot_myswiper .title {}

.hot_product .hot_myswiper .title a,
.hot_product .hot_myswiper .content {
    font-family: Poppins-Medium;
    font-size: 18px;
    line-height: 32px;
    color: #333333;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hot_product .hot_myswiper .title a:hover {
    color: #f7e62b;
}


@media(max-width:1600px) {
    .hot_product .titlebox .title {
        font-size: 44px;
        line-height: 44px;
    }

    .hot_product .titlebox .btn_group .prev {
        margin-right: 10px;
    }

    .hot_product .hot_myswiper .title a,
    .hot_product .hot_myswiper .content {
        font-size: 16px;
        line-height: 28px;
    }

    .hot_product .hot_myswiper .contact {
        padding: 15px 0px 0px 0px;
    }

    .hot_product {
        padding: 0px 0px 50px 0px;
    }
}

@media(max-width:1333px) {
    .hot_product .titlebox .title {
        font-size: 38px;
        line-height: 38px;
    }

    .hot_product .titlebox {
        margin-bottom: 40px;
    }

    .hot_product .hot_myswiper .title a,
    .hot_product .hot_myswiper .content {
        font-size: 14px;
        line-height: 25px;
    }

    .hot_product .hot_myswiper .contact {
        padding: 10px 0px 0px 0px;
    }

}

@media(max-width:999px) {
    .hot_product .titlebox {
        margin-bottom: 30px;
    }

    .hot_product .titlebox .title {
        font-size: 34px;
        line-height: 36px;
    }

    .hot_product {
        padding: 0px 0px 40px 0px;
    }
}

@media(max-width:768px) {
    .hot_product .titlebox .title {
        font-size: 28px;
        line-height: 30px;
    }

    .hot_product .titlebox {
        margin-bottom: 20px;
    }
}

@media(max-width:570px) {

    .hot_product .hot_myswiper .title a,
    .hot_product .hot_myswiper .content {
        font-size: 12px;
        line-height: 22px;
    }

    .hot_product .titlebox .btn_group div {
        width: 36px;
        height: 36px;

    }

    .hot_product .titlebox .btn_group div i {
        font-size: 12px !important;
    }

    .hot_product .titlebox .title {
        font-size: 22px;
        line-height: 25px;
    }

    .hot_product {
        padding: 0px 0px 30px 0px;
    }
}










/* 2-1 portable */

.portable_station {
    padding: 99px 0px 36px 0px;
}

.portable_station .title {
    font-family: Poppins-Medium;
    font-size: 36px;
    line-height: 38px;
    color: #333333;
    margin-bottom: 21px;
}

.portable_station .showMore {
    margin-bottom: 52px;
}

.portable_station .showMore .txts {
    font-family: Poppins-Regular;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
    color: #666666;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 100;
    overflow: hidden;
}

.portable_station .showMore .view_more {
    width: 172px;
    height: 44px;
    background-color: #ebebeb;
    border-radius: 5px;
    font-family: Poppins-Regular;
    font-size: 16px;
    line-height: 36px;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

@media(max-width:1600px) {
    .portable_station {
        padding: 50px 0px;
    }

    .portable_station .title {
        font-size: 34px;
        line-height: 36px;
        margin-bottom: 18px;
    }

    .portable_station .showMore .view_more {
        width: 160px;
        height: 44px;
    }
}

@media(max-width:1333px) {
    .portable_station .showMore {
        margin-bottom: 30px;
    }

    .portable_station .title {
        font-size: 30px;
        line-height: 32px;
        margin-bottom: 15px;
    }

    .portable_station .showMore .txts {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 15px;
    }

    .portable_station .showMore .view_more {
        font-size: 14px;
        width: 150px;
        height: 40px;
    }
}

@media(max-width:999px) {
    .portable_station .showMore {
        margin-bottom: 25px;
    }

    .portable_station {
        padding: 40px 0px 0px 0px;
    }

    .portable_station .title {
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 15px;
    }
}

@media(max-width:768px) {
    .portable_station .title {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 8px;
    }

    .portable_station .showMore .txts {
        margin-bottom: 8px;
    }
}

@media(max-width:570px) {
    .portable_station .showMore {
        margin-bottom: 20px;
    }

    .portable_station {
        padding: 30px 0px 0px 0px;
    }

    .portable_station .title {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 8px;
    }

    .portable_station .showMore .txts {
        font-size: 12px;
        line-height: 23px;
    }

    .portable_station .showMore .view_more {
        font-size: 12px;
        width: 120px;
        height: 35px;
    }
}





.portable_station .showMore .view_more:hover {
    background-color: #f7e62b;
}

.portable_station .portable_tab {
    display: flex;

}

.portable_station .portable_tab li {
    width: 29.2%;
    height: 62px;
    background-color: #ebebeb;
    margin-right: 1%;
    font-family: Poppins-Medium;
    font-size: 18px;
    color: #111111;
}

.portable_station .portable_tab li a {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.portable_station .portable_tab li .active {
    background-color: #333333;
    color: #fff;
}

.portable_station .portable_tab li a:hover {
    background-color: #333333;
    color: #fff;
}

@media(max-width:1600px) {
    .portable_station .portable_tab li {
        font-size: 16px;
    }

    .portable_station .portable_tab li a {
        text-align: center;
    }
}

@media(max-width:1333px) {}

@media(max-width:999px) {
    .portable_station .portable_tab li {
        font-size: 14px;
    }
}

@media(max-width:768px) {
    .portable_station .portable_tab li {
        width: 40%;
    }
}

@media(max-width:570px) {
    .portable_station .portable_tab li {
        font-size: 12px;
        width: 50%;
        height: 50px;
    }
}

@media(max-width:450px) {}






.portable_station form {
    padding: 81px 0px 50px 0px;
}

.portable_station form .portablebox {

    display: flex;
    flex-wrap: wrap;
}

.portable_station form .portable_list {
    width: 23.2%;
    margin-right: 2.4%;
    margin-bottom: 46px;
}

.portable_station form .portable_list:nth-child(4n) {
    margin-right: 0;
}

.portable_station form .portable_list .imgbox {
    position: relative;
}

.portable_station form .portable_list .imgbox img {
    display: block;
}

.portable_station form .portable_list .imgbox:hover a {
    opacity: 1;
}

.portable_station form .portable_list .imgbox a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    opacity: 0;
}

.portable_station form .portable_list .imgbox img {
    display: block;
}

.portable_station form .portable_list .contact {
    padding-top: 18px;
}


.portable_station form .portable_list .contact .small_title a,
.portable_station form .portable_list .contact .content {
    font-family: Poppins-Medium;
    font-size: 18px;
    line-height: 32px;
    color: #333333;
    margin-bottom: 16px;

    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.portable_station form .portable_list .contact .small_title {}

.portable_station form .portable_list .contact .small_title a {
    margin-bottom: 0;
}

.portable_station form .portable_list .contact .small_title a:hover {
    color: #f7e62b;
}


.portable_station form .portable_list .inquirebox {
    display: flex;
    align-items: center;
}

.portable_station form .portable_list .inquirebox .inquire {
    padding-right: 10px;
}

.portable_station form .portable_list .inquirebox .inquire a {

    width: 172px;
    height: 44px;
    background-color: #333333;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;

    font-family: Poppins-Regular;
    font-size: 16px;
    color: #ffffff;
}

.portable_station form .portable_list .inquirebox .inquire a:hover {
    background-color: #f7e62b;
    border: solid 1px #f7e62b;
    color: #333 !important;
}

.portable_station form .portable_list .check-container {
    position: relative;
}

.portable_station form .portable_list .check {
    width: 14px;
    height: 18px;
    background-color: #e8e8e8;
    box-shadow: inset 1px 1px 2px 0px rgba(0, 0, 0, 0.29);
    cursor: pointer;
}

.portable_station form .portable_list input[type="checkbox"] {
    /* -webkit-appearance: none; */
    /* -moz-appearance: none; */
    /* appearance: none; */
    border: none;
    background-color: #e8e8e8;
    box-shadow: inset 1px 1px 2px 0px rgba(0, 0, 0, 0.29);
    position: absolute;
    opacity: 0;
    z-index: 1000;
}

.portable_station form .portable_list .duigou {
    position: absolute;
    left: 1px;
    top: 2px;
    width: 100%;
    display: none;
}

@media(max-width:1600px) {

    .portable_station form .portable_list .contact .small_title a,
    .portable_station form .portable_list .contact .content {
        margin-bottom: 0;
        font-size: 16px;
    }

    .portable_station form .portable_list .contact {
        padding-top: 8px;
    }

    .portable_station form .portable_list .inquirebox .inquire a {
        width: 160px;
        height: 44px;
    }
}

@media(max-width:1333px) {

    .portable_station form .portable_list .contact .small_title a,
    .portable_station form .portable_list .contact .content {
        margin-bottom: 0;
        font-size: 14px;
        line-height: 26px;
    }

    .portable_station form .portable_list .contact {
        padding-top: 8px;
    }

    .portable_station form .portable_list .inquirebox .inquire a {
        width: 135px;
        height: 44px;
        font-size: 14px;
    }

    .portable_station form .portable_list .inquirebox .inquire {
        margin-right: 6px;
    }

    .portable_station form {
        padding: 50px 0px 0px 0px;
    }
}

@media(max-width:999px) {
    .portable_station form {
        padding: 40px 0px;
    }

    .portable_station form .portable_list .imgbox a {
        opacity: 0;
    }

    .portable_station form .portable_list {
        width: 32%;
        margin-right: 2%;
        margin-bottom: 25px;
    }

    .portable_station form .portable_list:nth-child(4n) {
        margin-right: 2%;
    }

    .portable_station form .portable_list:nth-child(3n) {
        margin-right: 0;
    }

    .portable_station form .portable_list .contact .content {
        margin-bottom: 5px !important;
    }
}

@media(max-width:768px) {

    .portable_station form .portable_list .contact .small_title a,
    .portable_station form .portable_list .contact .content {
        margin-bottom: 0;
        font-size: 12px;
        line-height: 24px;
    }
}

@media(max-width:570px) {
    .portable_station form {
        padding: 30px 0px;
    }

    .portable_station form .portable_list {
        width: 49%;
        margin-right: 2%;
    }

    .portable_station form .portable_list:nth-child(3n) {
        margin-right: 2%;
    }

    .portable_station form .portable_list:nth-child(2n) {
        margin-right: 0;
    }

    .portable_station form .portable_list .inquirebox .inquire a {
        width: 120px;
        height: 38px;
        font-size: 12px;
    }

    .portable_station form .portable_list .inquirebox .inquire {
        padding-right: 0px;
    }
}

@media(max-width:400px) {
    .portable_station form .portable_list {
        width: 95%;
        margin-right: 0 !important;
    }

    .portable_station form .portablebox {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}

@media(max-width:350px) {
    .portable_station form .portable_list {
        width: 100%;
    }
}








.portable_paganation {
    display: flex;
    justify-content: space-between;
    padding-top: 60px;
}

.portable_paganation .safe1 {
    justify-content: flex-start;
    width: 100%;
}

.portable_paganation .paganation {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    /* align-items: flex-start; */
}

.portable_paganation .submitbox {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.portable_paganation .submitbox img {
    margin-right: 8px;
}

.portable_paganation .submitbox input {
    width: 162px;
    height: 40px;
    background-color: #333333;
    border-radius: 5px;
    font-family: Inter-Regular;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    cursor: pointer;
}

.portable_paganation .submitbox input:hover {
    color: #333;
    background-color: #f7e62b;
}

@media(max-width:1600px) {
    .portable_paganation {
        padding: 40px 0px;
    }
}

@media(max-width:1333px) {}

@media(max-width:999px) {
    .portable_paganation .submitbox {
        width: 26%;
    }

    .portable_paganation {
        padding: 30px 0px;
    }
}

@media(max-width:768px) {
    .portable_paganation .submitbox {
        width: 32%;
    }
}

@media(max-width:570px) {
    .portable_paganation {
        padding: 15px 0px;
    }

    .portable_paganation .submitbox img {
        display: none;
    }

    .portable_paganation .paganation {
        width: 60%;
    }

    .portable_paganation .submitbox input {
        width: auto;
        padding: 0px 10px;
    }
}

@media(max-width:400px) {
    .portable_paganation {
        flex-direction: column;
    }

    .portable_paganation .paganation {
        width: 100%;
    }

    .portable_paganation .safe1 {
        justify-content: center;
    }

    .portable_paganation .submitbox {
        width: 100%;
        justify-content: center;
    }
}





/* portable_faq */
.portable_faq {
    background-color: #f5f5f5;
    padding: 98px 0px 96px 0px;
}

@media(max-width:1600px) {
    .portable_faq {
        padding: 50px 0px;
    }
}

@media(max-width:999px) {
    .portable_faq {
        padding: 40px 0px;
    }
}



@media(max-width:570px) {
    .portable_faq {
        padding: 30px 0px;
    }
}






/* 2-2portable */

.portable_detail {
    padding: 93px 0px 85px 0px;
}

.portable_detail .safe1 {
    display: flex;
    justify-content: space-between;
}

.portable_detail .swiper-container1 {
    display: block;
    margin-bottom: 7px;
}

.portable_detail .leftbox {
    width: 55%;
}

.portable_detail .box {
    position: relative;
}

.portable_detail .slide_more {
    display: flex;
}

.portable_detail .slide_more img {
    display: block;
}

.portable_detail .slide_more .more_prev {
    margin-right: 8px;
}

.portable_detail .slide_more .more_prev i {
    font-weight: 800;
}

.portable_detail .slide_more .more_next {
    margin-left: 11px;
}

.portable_detail .slide_more .more_next i {
    font-weight: 800;
}

.portable_detail .slide_more .more_prev,
.portable_detail .slide_more .more_next {
    width: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ededed;
    cursor: pointer;
}

.portable_detail .slide_more .more_prev:hover,
.portable_detail .slide_more .more_next:hover {
    background-color: #eaa01a;
    color: #fff;
}

.portable_detail .more_myswiper .swiper-slide {
    cursor: pointer;
}

.portable_detail .slide_more .more_wrap {
    width: 82.3%;
}

.portable_detail .slide_more .swiper-slide {
    border: 1px solid transparent;
}

.portable_detail .slide_more .swiper-slide-thumb-active {
    border: 1px solid rgba(0, 0, 0, .7);
}

/* 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;
}






.portable_detail .rightbox {
    width: 43%;
}


.portable_detail .rightbox h1 {
    font-family: Poppins-SemiBold;
    font-size: 30px;
    line-height: 32px;
    color: #333333;
    padding: 43px 0px 7px 0px;
}

.portable_detail .rightbox .hr {
    width: 100%;
    height: 1px;
    background-color: #e1e1e1;
    margin: 38px 0px;
}

.portable_detail .rightbox .content {
    padding-top: 1px;
}

.portable_detail .rightbox .content p {
    font-family: Poppins-Regular;
    position: relative;
    font-size: 16px;
    line-height: 36px;
    color: #333333;
    padding-left: 15px;
    hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
}

.portable_detail .rightbox .content p::after {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #333;
    position: absolute;
    border-radius: 50%;
    left: 0;
    top: 15px;
    bottom: 0;

}

.portable_detail .rightbox .model {
    background-color: #f9f9f9;
    padding: 16.5px 38px;
    margin: 15px 0px 20px 0px;
}

.portable_detail .rightbox .small_title {
    font-family: Poppins-SemiBold;
    font-size: 18px;
    line-height: 36px;
    color: #333333;
}

.portable_detail .rightbox .small_content {
    font-family: Poppins-Regular;
    font-size: 16px;
    line-height: 36px;
    color: #333333;
}

.portable_detail .rightbox .contact {
    display: flex;
    margin-bottom: 41px;
}

.portable_detail .rightbox .contact .box .imgbox {
    width: 86px;
    height: 86px;
    background-color: #f7f7f7;
    border-radius: 10px;
    border: solid 3px #dcdcdc;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.portable_detail .rightbox .contact .box {
    width: 50%;
    display: flex;
    align-items: center;
}

.portable_detail .rightbox .contact .box p {
    font-family: Poppins-Regular;
    font-size: 16px;
    line-height: 36px;
    color: #333333;
    padding: 0px 10px;
}

.portable_detail .rightbox .btngroup {
    display: flex;
    justify-content: space-between;

}

.portable_detail .rightbox .btngroup .left {
    display: flex;
}

.portable_detail .rightbox .btngroup .left a:nth-of-type(1) {
    margin-right: 15px;
}

.portable_detail .rightbox .btngroup .left a {
    width: 172px;
    height: 44px;
    background-color: #ebebeb;
    border-radius: 5px;
    font-family: Poppins-Regular;
    font-size: 16px;
    line-height: 36px;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: center;
}

.portable_detail .rightbox .btngroup .left a:hover {
    background-color: #f7e62b;
}

.portable_detail .rightbox .btngroup .right {
    display: flex;
    align-items: center;
}

.portable_detail .rightbox .btngroup .right .sharebox {
    /* cursor: pointer; */
}

.portable_detail .rightbox .btngroup .right span {
    font-family: Poppins-Regular;
    font-size: 16px;
    line-height: 36px;
    color: #333333;
    margin-right: 5px;
}

@media(max-width:1600px) {
    .portable_detail {
        padding: 50px 0px;
    }

    .portable_detail .rightbox h1 {
        padding: 0px 0px 10px 0px;
        font-size: 28px;
        line-height: 30px;
    }

    .portable_detail .rightbox .hr {
        margin: 18px 0px;
    }
}

@media(max-width:1333px) {
    .portable_detail .rightbox h1 {
        font-size: 23px;
        line-height: 26px;
        padding-bottom: 5px;
    }

    .portable_detail .rightbox .hr {
        margin: 8px 0px;
    }

    .portable_detail .rightbox .content p {
        font-size: 14px;
        line-height: 28px;
        padding-left: 15px;
    }

    .portable_detail .rightbox .content p::after {
        width: 5px;
        height: 5px;
        left: 1px;
        top: 10px;
        bottom: 0;
    }

    .portable_detail .rightbox .model {
        padding: 5% 20px;
        margin: 10px 0px 10px 0px;
    }

    .portable_detail .rightbox .small_title {
        font-size: 16px;
        line-height: 28px;
    }

    .portable_detail .rightbox .small_content {
        font-size: 14px;
        line-height: 24px;
    }

    .portable_detail .rightbox .contact .box .imgbox {
        width: 70px;
        height: 70px;
        border-radius: 8px;
        border: solid 2px #dcdcdc;
    }

    .portable_detail .rightbox .contact .box .imgbox img {
        width: 56%;
    }

    .portable_detail .rightbox .contact .box p {
        font-size: 14px;
        line-height: 25px;
        padding: 0px 6px;
    }

    .portable_detail .rightbox .btngroup .left a {
        width: 150px;
        height: 44px;
        border-radius: 5px;
        font-size: 14px;
    }

    .portable_detail .rightbox .btngroup .right span {
        font-size: 13px;
        line-height: 36px;
        margin-right: 5px;
    }

    .portable_detail .rightbox .contact {
        margin-bottom: 4%;
    }

    .portable_detail .rightbox .btngroup {
        flex-direction: column;

    }

    .portable_detail .rightbox .btngroup .right {
        /* margin-top: 8px; */
        margin-top: 5%;
    }
}

@media(max-width:999px) {
    .portable_detail {
        padding: 40px 0px;
    }

    .portable_detail .leftbox {
        width: 60%;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .portable_detail .safe1 {
        flex-direction: column;
    }

    .portable_detail .rightbox {
        width: 100%;
    }

    .portable_detail .rightbox .hr {
        margin: 12px 0px;
    }

    .portable_detail .rightbox .model {
        padding: 20px 20px;
        margin: 10px 0px 10px 0px;
    }

    .portable_detail .rightbox .btngroup .right {
        margin-top: 15px;
    }
}

@media(max-width:768px) {
    .portable_detail .leftbox {
        width: 80%;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .portable_detail .rightbox h1 {
        font-size: 21px;
        line-height: 26px;
        padding-bottom: 5px;
    }

    .portable_detail .rightbox .content p {
        font-size: 14px;
        line-height: 26px;
        padding-left: 15px;
    }

    .portable_detail .rightbox .contact .box .imgbox {
        width: 60px;
        height: 60px;
        border-radius: 5px;
        border: solid 2px #dcdcdc;
    }
}

@media(max-width:570px) {
    .portable_detail {
        padding: 30px 0px;
    }

    .portable_detail .rightbox h1 {
        font-size: 18px;
        line-height: 22px;
        padding-bottom: 2px;
    }

    .portable_detail .rightbox .hr {
        margin: 8px 0px;
    }

    .portable_detail .rightbox .content p {
        font-size: 12px;
        line-height: 24px;
        padding-left: 13px;
    }

    .portable_detail .rightbox .content p::after {
        width: 4px;
        height: 4px;
        left: 1px;
        top: 10px;
        bottom: 0;
    }

    .portable_detail .rightbox .small_title {
        font-size: 14px;
        line-height: 22px;
    }

    .portable_detail .rightbox .small_content {
        font-size: 12px;
        line-height: 22px;
    }

    .portable_detail .rightbox .model {
        padding: 10px;
        margin: 10px 0px 10px 0px;
    }

    .portable_detail .rightbox .contact .box p {
        font-size: 12px;
        line-height: 20px;
        padding: 0px 6px;
    }

    .portable_detail .rightbox .contact .box .imgbox {
        width: 50px;
        height: 50px;
        border-radius: 5px;
        border: solid 2px #dcdcdc;
    }

    .portable_detail .rightbox .btngroup .left a {
        width: 125px;
        height: 40px;
        font-size: 12px;
    }

    .portable_detail .rightbox .btngroup .right span {
        font-size: 12px;
        line-height: 32px;
        margin-right: 5px;
    }

    .portable_detail .rightbox .btngroup .right .sharebox img {
        width: 75%;
    }

    .portable_detail .slide_more .more_prev {
        margin-right: 5px;
    }

    .portable_detail .slide_more .more_next {
        margin-left: 5px;
    }
}


@media(max-width:500px) {
    .portable_detail .leftbox {
        width: 90%;
        margin: 0 auto;
        margin-bottom: 20px;
    }
}

@media(max-width:400px) {
    .portable_detail .leftbox {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 20px;
    }
}




/* priportable_method  */
.priportable_method .title {
    font-family: Poppins-Medium;
    font-size: 36px;
    line-height: 40px;
    color: #333333;
    margin-bottom: 55px;
}

.priportable_method .box {
    position: relative;

}

.priportable_method .play {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.priportable_method .video {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

/* .priportable_method .video:hover .play{
    
} */
.priportable_method img {
    display: block;
}

/* video tankuang */
.tankaunga {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 9999999999
}

.tankaunga:before {
    content: "X";
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    top: 10px;
    right: 10px;
    background: #fff;
    border-radius: 50%;
    font-size: 18px;
    cursor: pointer;
}

.tankaungn2 {
    position: fixed;
    left: 5%;
    top: 5%;
    right: 5%;
    bottom: 5%;
    background: rgba(0, 0, 0, 0.5);
}

.tankaungn2 iframe,
.tankaungn2 video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.tankaungn2 iframe body {
    margin: 0px !important;
}

@media(max-width:1600px) {
    .priportable_method .title {
        margin-bottom: 40px;
        font-size: 34px;
        line-height: 36px;
    }
}

@media(max-width:1333px) {
    .priportable_method .title {
        margin-bottom: 35px;
        font-size: 30px;
        line-height: 32px;
    }
}

@media(max-width:999px) {
    .priportable_method .title {
        margin-bottom: 30px;
        font-size: 26px;
        line-height: 29px;
    }

    .priportable_method .play {
        width: 10%;
    }
}

@media(max-width:768px) {
    .priportable_method .title {
        margin-bottom: 25px;
        font-size: 24px;
        line-height: 26px;
    }
}

@media(max-width:570px) {
    .priportable_method .title {
        margin-bottom: 20px;
        font-size: 20px;
        line-height: 22px;
    }

    .priportable_method .play {
        width: 15%;
    }
}








/* related_product */
.related_product {
    padding: 57px 0px 82px 0px;
}

.related_product .titlebox {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
    align-items: center;
}

.related_product .titlebox .title {
    font-family: Poppins-Medium;
    font-size: 36px;
    line-height: 38px;
    color: #333333;
}

.related_product .titlebox .btn_group {
    display: flex;
    align-items: center;
    justify-content: center;
}

.related_product .titlebox .btn_group div {
    width: 42px;
    height: 42px;
    background-color: #e7e7e7;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}

.related_product .titlebox .btn_group div i {
    font-weight: 800;
}

.related_product .titlebox .btn_group .prev {
    margin-right: 16px;
}

.related_product .titlebox .btn_group div:hover {
    background-color: #f7e62b;
    cursor: pointer;
}

.related_product .hot_myswiper .imgbox {
    position: relative;
}

.related_product .hot_myswiper .imgbox img {
    display: block;
}

.related_product .hot_myswiper .imgbox .shadow {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.related_product .hot_myswiper .imgbox:hover .shadow {
    opacity: 1;
}

.related_product .hot_myswiper .contact {
    padding: 18px 0px 0px 0px;
}

.related_product .hot_myswiper .title {}

.related_product .hot_myswiper .title a,
.related_product .hot_myswiper .content {
    font-family: Poppins-Medium;
    font-size: 18px;
    line-height: 32px;
    color: #333333;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.related_product .hot_myswiper .title a:hover {
    color: #f7e62b;
}


@media(max-width:1600px) {
    .related_product .titlebox .title {
        font-size: 34px;
        line-height: 36px;
    }

    .related_product .hot_myswiper .title a,
    .related_product .hot_myswiper .content {
        font-size: 16px;
        line-height: 28px;
    }

    .related_product .hot_myswiper .contact {
        padding: 15px 0px 0px 0px;
    }

    .related_product {
        padding: 50px 0px;
    }
}

@media(max-width:1333px) {
    .related_product .titlebox .title {
        font-size: 30px;
        line-height: 32px;
    }

    .related_product .hot_myswiper .title a,
    .related_product .hot_myswiper .content {
        font-size: 14px;
        line-height: 25px;
    }

    .related_product .hot_myswiper .contact {
        padding: 10px 0px 0px 0px;
    }

    .related_product .titlebox {
        margin-bottom: 30px;
    }

}

@media(max-width:999px) {
    .related_product {
        padding: 40px 0px;
    }

    .related_product .titlebox {
        margin-bottom: 30px;
    }

    .related_product .titlebox .title {
        font-size: 26px;
        line-height: 30px;
    }
}

@media(max-width:768px) {
    .related_product .titlebox .title {
        font-size: 24px;
        line-height: 26px;
    }

    .related_product .titlebox {
        margin-bottom: 20px;
    }
}

@media(max-width:570px) {
    .related_product {
        padding: 30px 0px;
    }

    .related_product .hot_myswiper .title a,
    .related_product .hot_myswiper .content {
        font-size: 12px;
        line-height: 22px;
    }

    .related_product .titlebox .btn_group div {
        width: 30px;
        height: 30px;

    }

    .related_product .titlebox .btn_group div i {
        font-size: 12px !important;
    }

    .related_product .titlebox .title {
        font-size: 20px;
        line-height: 23px;
    }

}




/* portable_parameters */
.portable_parameters .title {
    font-family: Poppins-Medium;
    font-size: 36px;
    line-height: 38px;
    color: #333333;
    margin-bottom: 29px;
}
.portable_parameters .table{
    overflow: auto;
}
.portable_parameters .tablen{
    overflow: auto;
}

.portable_parameters table {
    border-collapse: collapse;
    border: 2px solid #333;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 15px;
    overflow: auto;
}
.portable_parameters tbody {
    overflow: auto;
}

.portable_parameters table tr {
    color: #666666;
    border: 1px solid #333;
    font-family: Poppins-Regular;
    font-size: 18px;
    line-height: 24px;
    color: #333333;
}

.portable_parameters table th:nth-child(1) {
    font-family: Poppins-SemiBold;
    font-size: 18px;
    line-height: 24px;
    color: #333333;
}

.portable_parameters table tr:nth-child(2n) {
    background-color: #f6f6f4;
}

.portable_parameters table th {
    color: #666666;
    border: 1px solid #333;
}

.portable_parameters table tr td {
    border: 1px solid #333;
    padding: 10px 15px;
    text-align: center;
}

@media(max-width:1600px) {
    .portable_parameters .title {
        font-size: 34px;
        line-height: 36px;
    }
}

@media(max-width:1333px) {
    .portable_parameters .title {
        font-size: 30px;
        line-height: 32px;
    }
}

@media(max-width:999px) {
    .portable_parameters .title {
        font-size: 26px;
        line-height: 30px;
    }
    .portable_parameters table tr{
        font-size: 16px;
    }
}

@media(max-width:768px) {
    .portable_parameters .title {
        font-size: 24px;
        line-height: 26px;
    }
    .portable_parameters table tr{
        font-size: 14px;
        line-height: 22px;
    }
}

@media(max-width:570px) {
    .portable_parameters .title {
        font-size: 22px;
        line-height: 24px;
    }
    .portable_parameters table tr{
        font-size: 12px;
        line-height: 22px;
    }
}






/* portable_diagram */
.portable_diagram {
    padding: 59px 0px 83px 0px;
}

.portable_diagram .title {
    font-family: Poppins-Medium;
    font-size: 36px;
    line-height: 38px;
    margin-bottom: 63px;
    color: #333333;
}

.portable_diagram img {
    display: block;
    margin: 0 auto;
    margin-bottom: 8px;

}


@media(max-width:1600px) {
    .portable_diagram {
        padding: 50px 0px;
    }

    .portable_diagram .title {
        font-size: 34px;
        line-height: 36px;
        margin-bottom: 40px;
    }
}

@media(max-width:1333px) {
    .portable_diagram .title {
        font-size: 30px;
        line-height: 32px;
        margin-bottom: 35px;
    }
}

@media(max-width:999px) {
    .portable_diagram .title {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 30px;
    }

    .portable_diagram {
        padding: 40px 0px;
    }
}

@media(max-width:768px) {
    .portable_diagram .title {
        font-size: 24px;
        line-height: 26px;
        margin-bottom: 25px;
    }
}

@media(max-width:570px) {
    .portable_diagram .title {
        font-size: 20px;
        line-height: 22px;
        margin-bottom: 15px;
    }

    .portable_diagram {
        padding: 30px 0px;
    }
}







/* portable_scene */
.portable_scene .title {
    font-family: Poppins-Medium;
    font-size: 36px;
    line-height: 38px;
    color: #333333;
    margin-bottom: 44px;
}

@media(max-width:1600px) {
    .portable_scene .title {
        font-size: 34px;
        line-height: 36px;
        margin-bottom: 40px;
    }
}

@media(max-width:1333px) {
    .portable_scene .title {
        font-size: 30px;
        line-height: 32px;
        margin-bottom: 35px;
    }
}

@media(max-width:999px) {
    .portable_scene .title {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 30px;
    }
}

@media(max-width:768px) {
    .portable_scene .title {
        font-size: 24px;
        line-height: 26px;
        margin-bottom: 25px;
    }
}

@media(max-width:570px) {
    .portable_scene .title {
        font-size: 20px;
        line-height: 22px;
        margin-bottom: 15px;
    }
}





/* portable_testing */
.portable_testing {
    padding: 92px 0px 71px 0px;
}

.portable_testing .titlebox {
    display: flex;
    justify-content: space-between;
    margin-bottom: 47px;
    align-items: center;
}

.portable_testing .titlebox .title {
    font-family: Poppins-Medium;
    font-size: 36px;
    line-height: 38px;
    color: #333333;
}

.portable_testing .titlebox .btn_group {
    display: flex;
    align-items: center;
    justify-content: center;
}

.portable_testing .titlebox .btn_group div {
    width: 42px;
    height: 42px;
    background-color: #e7e7e7;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}

.portable_testing .titlebox .btn_group div i {
    font-weight: 800;
}

.portable_testing .titlebox .btn_group .prev {
    margin-right: 10px;
}

.portable_testing .titlebox .btn_group div:hover {
    background-color: #f7e62b;
    cursor: pointer;
}

.portable_testing .testing_myswiper .imgbox {
    position: relative;
    padding: 30px 28px 35px 28px;
    background-color: #eeeeee;
}

.portable_testing .testing_myswiper .imgbox img {
    display: block;

}

.portable_testing .testing_myswiper .imgbox a i {
    position: absolute;
    display: block;
    left: 45%;
    top: 45%;
    color: #fff;
    font-size: 28px;
}

.portable_testing .testing_myswiper .imgbox a i:hover {
    color: #f7e62b;
}

.portable_testing .testing_myswiper .imgbox .shadow {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.portable_testing .testing_myswiper .imgbox:hover .shadow {
    opacity: 1;
}


.portable_testing .testing_myswiper .title {}

.portable_testing .testing_myswiper .title {
    font-family: Poppins-Medium;
    font-size: 18px;
    line-height: 32px;
    color: #333333;
    text-align: center;
    padding: 25px 0px 10px 0px;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}


@media(max-width:1600px) {
    .portable_testing {
        padding: 50px 0px;
    }

    .portable_testing .titlebox .title {
        font-size: 34px;
        line-height: 36px;

    }

    .portable_testing .titlebox {
        margin-bottom: 40px;
    }

    .portable_testing .testing_myswiper .title {
        font-size: 16px;
        line-height: 28px;
    }

}

@media(max-width:1333px) {
    .portable_testing .titlebox .title {
        font-size: 30px;
        line-height: 32px;
    }

    .portable_testing .titlebox {
        margin-bottom: 35px;
    }

    .portable_testing .testing_myswiper .titl {
        font-size: 14px;
        line-height: 25px;
    }

    .portable_testing .testing_myswiper .title {
        font-size: 14px;
        line-height: 18px;
        padding: 10px 0px 0px 0px;
    }


}

@media(max-width:999px) {
    .portable_testing {
        padding: 40px 0px;
    }

    .portable_testing .titlebox {
        margin-bottom: 30px;
    }


    .portable_testing .titlebox .title {
        font-size: 26px;
        line-height: 30px;
    }

}

@media(max-width:768px) {
    .portable_testing .titlebox .title {
        font-size: 24px;
        line-height: 26px;
    }

    .portable_testing .titlebox {
        margin-bottom: 25px;
    }
}

@media(max-width:570px) {
    .portable_testing {
        padding: 30px 0px;
    }

    .portable_testing .titlebox .btn_group div {
        width: 36px;
        height: 36px;

    }

    .portable_testing .titlebox .btn_group div i {
        font-size: 12px !important;
    }

    .portable_testing .titlebox .title {
        font-size: 20px;
        line-height: 22px;
    }

    .portable_testing .titlebox {
        margin-bottom: 15px;
    }

}


/* portable_production */
.portable_production {
    padding: 0px 0px 73px 0px;
}

.portable_production .title {
    font-family: Poppins-Medium;
    font-size: 36px;
    line-height: 48px;
    color: #333333;
    margin-bottom: 40px;
}

.portable_production .safe1 {
    display: flex;
    justify-content: space-between;
}

.portable_production .safe1 .leftbox,
.portable_production .safe1 .rightbox {
    width: 47.8%;
}

.portable_production .safe1 img {
    background-color: #ebebeb;
    border-radius: 15px;
}



@media(max-width:1600px) {
    .portable_production .title {
        font-size: 34px;
        line-height: 36px;
        margin-bottom: 30px;
    }

    .portable_production {
        padding-bottom: 50px;
    }
}

@media(max-width:1333px) {
    .portable_production .title {
        font-size: 30px;
        line-height: 32px;

    }
}

@media(max-width:999px) {
    .portable_production .title {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .portable_production {
        padding-bottom: 40px;
    }
}

@media(max-width:768px) {
    .portable_production .title {
        font-size: 24px;
        line-height: 26px;
    }
}

@media(max-width:570px) {
    .portable_production .safe1 .leftbox {
        margin-bottom: 15px;
    }

    .portable_production .title {
        font-size: 20px;
        line-height: 22px;
        margin-bottom: 15px;
    }

    .portable_production {
        padding-bottom: 30px;
    }
}

@media(max-width:500px) {
    .portable_production .safe1 {
        flex-direction: column;
        align-items: center;
    }

    .portable_production .safe1 .leftbox,
    .portable_production .safe1 .rightbox {
        width: 80%;
    }

}

@media(max-width:400px) {

    .portable_production .safe1 .leftbox,
    .portable_production .safe1 .rightbox {
        width: 90%;
    }
}

@media(max-width:350px) {

    .portable_production .safe1 .leftbox,
    .portable_production .safe1 .rightbox {
        width: 100%;
    }
}




/* porable_faq */
.porable_faq {
    background-color: #f8f8f8;
    padding: 98px 0px 76px 0px;
}

.porable_faq .title {
    font-family: Poppins-SemiBold;
    font-size: 36px;
    line-height: 48px;
    color: #333333;
}

@media(max-width:1600px) {
    .porable_faq {
        padding: 50px 0px;
    }
}

@media(max-width:1333px) {}

@media(max-width:999px) {
    .porable_faq {
        padding: 40px 0px;
    }
}

@media(max-width:768px) {}

@media(max-width:570px) {
    .porable_faq {
        padding: 30px 0px;
    }
}





/* portable_customer */
.portable_customer {
    padding: 61px 0px 114px 0px;
    overflow: hidden;
}

.portable_customer .title {
    font-family: Poppins-Medium;
    font-size: 36px;
    line-height: 38px;
    color: #333333;

}

.portable_customer .customerbox {
    display: flex;
    flex-wrap: wrap;
}

.portable_customer .customerbox .imgbox {
    width: 32%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1%;
    background-color: #fbfbfb;
    border-radius: 15px;
    border: solid 1px #e8e7e7;
}

.portable_customer .customerbox .imgbox:nth-child(3n) {
    margin-right: 0;
}

.portable_customer .swiper {
    overflow: visible;
}

.portable_customer .display_mySwiper img {
    display: block;
    border-radius: 15px;
    /* width: 100%; */
}

.portable_customer .swiper-slide {
    width: 44.2%;
    margin-right: 1.3%;
    background-color: #fbfbfb;
    border-radius: 15px;
    border: solid 1px #e8e7e7;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 29px 0px;
}

.portable_customer .titlebox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 49px;
}

.portable_customer .titlebox .title {
    font-family: Poppins-Medium;
    font-size: 36px;
    line-height: 38px;
    color: #333333;
}

.portable_customer .titlebox .btn_group {
    display: flex;
    align-items: center;
    justify-content: center;
}

.portable_customer .titlebox .btn_group div {
    width: 42px;
    height: 42px;
    background-color: #e7e7e7;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}

.portable_customer .titlebox .btn_group div i {
    font-weight: 800;
}

.portable_customer .titlebox .btn_group .prev {
    margin-right: 10px;
}

.portable_customer .titlebox .btn_group div:hover {
    background-color: #f7e62b;
    cursor: pointer;
}


@media(max-width:1600px) {
    .portable_customer {
        padding: 50px 0px;
    }

    .portable_customer .titlebox .title {
        font-size: 34px;
        line-height: 36px;

    }

    .portable_customer .titlebox {
        margin-bottom: 40px;
    }
}

@media(max-width:1333px) {
    .portable_customer .titlebox {
        margin-bottom: 35px;
    }

    .portable_customer .titlebox .title {
        font-size: 30px;
        line-height: 32px;

    }
}

@media(max-width:999px) {
    .portable_customer {
        padding: 40px 0px;
    }

    .portable_customer .titlebox {
        margin-bottom: 30px;
    }

    .portable_customer .titlebox .title {
        font-size: 26px;
        line-height: 30px;

    }

    .portable_customer .swiper {
        overflow: hidden;
    }
}

@media(max-width:768px) {
    .portable_customer .titlebox .title {
        font-size: 24px;
        line-height: 26px;

    }

    .portable_customer .titlebox {
        margin-bottom: 25px;
    }
}

@media(max-width:570px) {
    .portable_customer {
        padding: 30px 0px;
    }

    .portable_customer .titlebox .title {
        font-size: 20px;
        line-height: 22px;

    }

    .portable_customer .titlebox {
        margin-bottom: 15px;
    }

    .portable_customer .titlebox .btn_group div {
        width: 36px;
        height: 36px;
    }

    .portable_customer .titlebox .btn_group div i {
        font-size: 12px;
    }
}




/* 3 contact us*/


.contact_top {
    padding: 88px 0px 60px 0px;
}

.contact_top .title {
    font-family: Poppins-SemiBold;
    font-size: 40px;
    line-height: 48px;
    color: #333333;
    text-align: center;
}

.contact_top .small_content {
    font-family: Poppins-Medium;
    font-size: 14px;
    line-height: 22px;
    color: #333333;
    text-align: center;
}

@media(max-width:1600px) {
    .contact_top {
        padding: 40px 0px;
    }

    .contact_top .title {
        font-size: 38px;
        line-height: 44px;
    }

}

@media(max-width:1333px) {
    .contact_top .title {
        font-size: 34px;
        line-height: 40px;
    }

}

@media(max-width:999px) {
    .contact_top {
        padding: 30px 0px;
    }

    .contact_top .title {
        font-size: 30px;
        line-height: 34px;
    }
}

@media(max-width:768px) {
    .contact_top .title {
        font-size: 26px;
        line-height: 30px;
    }
}

@media(max-width:570px) {
    .contact_top {
        padding: 20px 0px;
    }

    .contact_top .title {
        font-size: 22px;
        line-height: 24px;
    }

    .contact_top .small_content {
        font-size: 12px;
        line-height: 16px;
    }
}





/* contact_detail1 */

.contact_detail1 {
    margin-bottom: 18px;
}

.contact_detail1 .safe1 {
    display: flex;
    background-color: #f9f9f9;
    justify-content: space-between;
}

.contact_detail1 .leftbox {
    width: 37%;
}

.contact_detail1 .leftbox .titlebox {
    position: relative;
    margin-top: 27px;
    margin-bottom: 12px;
}

.contact_detail1 .leftbox .titlebox img {
    transform: translateX(-22px);
}

.contact_detail1 .leftbox .titlebox p {
    position: absolute;
    font-family: Poppins-SemiBold;
    font-size: 24px;
    line-height: 48px;
    color: #ffffff;
    left: 10%;
    top: 16px;
}

.contact_detail1 .leftbox .detail {
    display: flex;
    /* align-items: center; */
    padding-left: 51px;
}

.contact_detail1 .leftbox .detail .icon {
    width: 30px;
    margin-right: 3px;
    padding-top: 12px;
}

.contact_detail1 .leftbox .detail i {
    color: #000;
    font-size: 20px;
}

.contact_detail1 .leftbox .detail:nth-of-type(3) i {
    font-size: 28px;
}

.contact_detail1 .leftbox .detail .content {
    display: flex;
    /* align-items: center; */
    justify-content: center;
}

.contact_detail1 .leftbox .content .name {
    font-family: Poppins-Medium;
    font-size: 18px;
    line-height: 48px;
    color: #333333;
    margin-right: 5px;
}

.contact_detail1 .leftbox .email .content a {
    word-break: break-all;
}


.contact_detail1 .leftbox .content a,
.contact_detail1 .leftbox .content span {
    font-family: Poppins-Regular;
    font-size: 18px;
    color: #333333;
    display: flex;
    align-items: center;
}

.contact_detail1 .leftbox .content a:hover {
    color: #f7e62b;
}

.contact_detail1 .rightbox {
    width: 61.7%;
}

.contact_detail1 .rightbox img {
    display: block;
}

@media(max-width:1600px) {
    .contact_detail1 .leftbox .content .name {
        font-size: 16px;
        line-height: 40px;
        margin-right: 5px;
    }

    .contact_detail1 .leftbox .content a,
    .contact_detail1 .leftbox .content span {
        font-size: 16px;
    }

}

@media(max-width:1333px) {
    .contact_detail1 .leftbox .detail {
        display: flex;
        align-items: center;
        padding-left: 15px;
    }

    .contact_detail1 .leftbox .titlebox p {
        font-size: 22px;
        line-height: 48px;
        left: 8%;
        top: 14px;

    }

    .contact_detail1 .leftbox .titlebox {
        margin-top: 8px;
        margin-bottom: 8px;
    }

    .contact_detail1 .leftbox .detail {
        display: flex;
        align-items: center;
        padding-left: 15px;
    }

    .contact_detail1 .rightbox img {
        width: 100%;
        height: 100%;
    }
}

@media(max-width:999px) {
    .contact_detail1 .leftbox .titlebox img {
        width: 75%;
    }

    .contact_detail1 .leftbox .titlebox p {
        font-size: 18px;
        line-height: 24px;
        left: 4%;
        top: 18px;
    }

    .contact_detail1 .leftbox .content a,
    .contact_detail1 .leftbox .content span {
        font-size: 14px;
    }

    .contact_detail1 .leftbox .content .name {
        font-size: 14px;
        line-height: 32px;
        margin-right: 3px;
    }

    .contact_detail1 .leftbox .detail .icon {
        width: 23px;
        margin-right: 3px;
    }

    .contact_detail1 .leftbox .detail i {
        color: #000;
        font-size: 16px;
    }

    .contact_detail1 .leftbox .detail:nth-of-type(3) i {
        font-size: 24px;
    }
}

@media(max-width:768px) {
    .contact_detail1 .safe1 {
        flex-direction: column;
    }

    .contact_detail1 .leftbox .titlebox img {
        display: none;
    }

    .contact_detail1 .leftbox .titlebox .title {
        position: static;
        color: #333;
        padding-left: 20px;
    }

    .contact_detail1 .leftbox {
        width: 100%;
        margin-bottom: 15px;
    }

    .contact_detail1 .rightbox {
        width: 100%;
    }
}

@media(max-width:570px) {
    .contact_detail1 .leftbox .detail {
        padding-left: 5px;
    }

    .contact_detail1 .leftbox .titlebox .title {
        padding-left: 5px;
    }

    .contact_detail1 .leftbox .content .name {
        font-size: 12px;
        line-height: 32px;
        margin-right: 3px;
    }

    .contact_detail1 .leftbox .content a,
    .contact_detail1 .leftbox .content span {
        font-size: 12px;
    }
}







/* contact_form */
.contact_form {
    padding: 63px 0px 87px 0px;
    width: 100%;

    display: flex;
    align-items: center;
    justify-content: center;
}

.contact_form .box {
    /* position: absolute; */
    width: 100%;
    /* height: 50%; */
    padding: 0;
    background-color: #fff;
}

.contact_form .title {
    font-family: Poppins-SemiBold;
    font-size: 48px;
    line-height: 48px;
    color: #333333;
    text-align: center;
    margin-bottom: 40px;
}

.contact_form form {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.contact_form form .inp1box,
.contact_form form .inp2box,
.contact_form form .inp3box {
    width: 100%;
}

.contact_form form .inp1box {
    display: flex;
    margin-bottom: 21px;
}

.contact_form form .inp1box .inp1 {
    width: 49%;
    margin-right: 2%;
    background-color: #e8e8e8;
    padding-left: 19px;
    position: relative;
}

.contact_form form input {
    width: 100%;
    background-color: #e8e8e8;
    height: 70px;
    padding-right: 20px;
    font-family: Poppins-Medium;
}

.contact_form form .inp1box .inp1:nth-child(2n) {
    margin-right: 0;
}

.contact_form form .inp2box {
    margin-bottom: 21px;
}

.contact_form form .inp2box input {
    width: 100%;
    background-color: #e8e8e8;
    padding-left: 19px;
    position: relative;
}

.contact_form input::placeholder {
    font-family: Poppins-Medium;
    font-size: 20px;
    color: #444444;
}

.contact_form form .must::after {
    position: absolute;
    content: "*";
    font-family: Poppins-Medium;
    font-size: 20px;
    line-height: 48px;
    color: #e40000;
    top: 13px;
    left: 10px;
    margin-right: 10px;
}

.contact_form form .must {
    padding-left: 24px !important;
}

.contact_form input {
    font-size: 20px;
    color: #333;
}

.contact_form .inp3box {
    width: 100%;
    height: 149px;
    background-color: #e8e8e8;
    margin-bottom: 21px;
    position: relative;
}

.contact_form .inp3box textarea {
    background-color: #e8e8e8;
    width: 100%;
    height: 100%;

    padding: 15px 0px;
}

.contact_form form .inp3box::after {
    position: absolute;
    content: "*";
    font-family: Poppins-Medium;
    font-size: 20px;
    line-height: 48px;
    color: #e40000;
    top: 13px;
    left: 10px;
    margin-right: 10px;
}

.contact_form .inp3box textarea {
    font-family: Poppins-Medium;
    font-size: 20px;
    color: #333;
}

.contact_form .inp3box textarea::placeholder {
    font-family: Poppins-Medium;
    font-size: 20px;
    color: #444444;
}

.contact_form .subbox {
    display: flex;
    justify-content: space-between;

}

.contact_form .subbox .inp3 {
    display: flex;
    background-color: #e8e8e8;
    width: 49%;
    padding-right: 1%;
}

.contact_form .subbox .inp3 .must {
    width: 82%;
    position: relative;
}

.contact_form .subbox .inp3 .codebox {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.contact_form .subbox .inp3 img {}

.contact_form .subbox .inp3 input {
    padding-left: 0px;
    width: 100;
    padding-right: 2%;
}

.contact_form .subbox .inp1 input {}

.contact_form .subbox .inp1 {
    padding-left: 0 !important;
}

.contact_form .subbox .inp1 input {

    background-color: #f7e62b;
    font-family: Poppins-Medium;
    font-size: 24px;
    color: #111111;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact_form .subbox .inp1 input:hover {
    border: 1px solid #f7e62b;
    background-color: #2e2b2b;
    color: #f7e62b;
}

.contact_form .icon-jiahao {
    position: absolute;
    right: 20px;
    top: 20px;
    transform: rotate(45deg);
    font-size: 20px;
    padding: 5px;
    border-radius: 50px;
    border: 1px solid #333;
    cursor: pointer;
}

@media(max-width:1600px) {
    .contact_form .title {
        font-size: 44px;
        line-height: 46px;
        margin-bottom: 35px;
    }

    .contact_form .inp3box textarea::placeholder,
    .contact_form input::placeholder,
    .contact_form .subbox .inp1 input,
    .contact_form input,
    .contact_form .inp3box textarea {
        font-size: 18px;
    }

    .contact_form {
        padding-bottom: 50px;
    }
}

@media(max-width:1333px) {
    .contact_form .title {
        margin-bottom: 30px;
        font-size: 38px;
        line-height: 38px;
    }

    .contact_form .inp3box textarea::placeholder,
    .contact_form input::placeholder,
    .contact_form .subbox .inp1 input,
    .contact_form input,
    .contact_form .inp3box textarea {
        font-size: 16px;
    }

    .contact_form form input {
        width: 100%;
        background-color: #e8e8e8;
        height: 60px;
    }

    .contact_form form .must::after {
        top: 6px;
    }
    .contact_form .subbox .inp3{
        height: 60px;
    }

}

@media(max-width:999px) {
    .contact_form .title {
        margin-bottom: 25px;
        font-size: 34px;
        line-height: 34px;
    }

    .contact_form .inp3box textarea::placeholder,
    .contact_form input::placeholder,
    .contact_form .subbox .inp1 input,
    .contact_form input,
    .contact_form .inp3box textarea {
        font-size: 14px;
    }

    .contact_form form input {
        width: 100%;
        background-color: #e8e8e8;
        height: 50px;
    }

    .contact_form {
        padding-bottom: 40px;
    }
    .contact_form .subbox .inp3{
        height: 50px;
    }
}

@media(max-width:768px) {
    .contact_form .title {
        margin-bottom: 20px;
        font-size: 28px;
        line-height: 28px;
    }

    .contact_form .box {
        width: 100%;
    }

    .contact_form .subbox .inp3{
        height: 50px;
    }
}

@media(max-width:570px) {
    .contact_form .title {
        margin-bottom: 15px;
        font-size: 22px;
        line-height: 22px;
    }

    .contact_form .inp3box textarea::placeholder,
    .contact_form input::placeholder,
    .contact_form .subbox .inp1 input,
    .contact_form input,
    .contact_form .inp3box textarea {
        font-size: 12px;
    }

    .contact_form form input {
        height: 40px;
    }

    .contact_form form .must::after {
        top: -5px;
        font-size: 12px;
    }

    .contact_form {
        padding-bottom: 30px;
    }

    .contact_form .box {
        width: 100%;
    }
    .contact_form .subbox .inp3{
        height: 40px;
    }
    .contact_form .subbox .inp3 img {
        height: 100%;
        width: 100%;
    }
    .contact_form form .inp1box{
        margin-bottom: 10px;
    }
    .contact_form form .inp2box {
        margin-bottom: 10px;
    }
    .contact_form .inp3box{
        margin-bottom: 10px !important;
    }
}

@media(max-width:380px) {
    .contact_form form .inp1box .inp1 {
        width: 100%;
    }

    .contact_form form .inp1box {
        flex-direction: column;
    }

    .contact_form .subbox .inp3 {
        width: 100%;
    }

    .contact_form form .inp1box {
        margin-bottom: 0;
    }

    .contact_form form .inp2box {
        margin-bottom: 0px;
    }

    .contact_form form .inp3box {
        margin-bottom: 0;
    }

    .contact_form form .inp1box .inp1 {
        margin-bottom: 10px;
    }

    .contact_form form .inp2box input {
        margin-bottom: 10px;
    }

    .contact_form .inp3box {
        margin-bottom: 10px !important;
        height: 100px;
    }

    .contact_form .subbox .inp3 {
        margin-bottom: 10px;
    }

    .contact_form .subbox .inp3 .codebox {
        padding-right: 10px;
    }
}

















@-webkit-keyframes bounceFromRight {
    0% {
        margin-left: 0
    }

    50% {
        margin-left: -30px
    }

    100% {
        margin-left: 0
    }
}

@keyframes bounceFromRight {
    0% {
        margin-left: 0
    }

    50% {
        margin-left: -30px
    }

    100% {
        margin-left: 0
    }
}

@-webkit-keyframes bounceFromLeft {
    0% {
        margin-left: 0
    }

    50% {
        margin-left: 30px
    }

    100% {
        margin-left: 0
    }
}

@keyframes bounceFromLeft {
    0% {
        margin-left: 0
    }

    50% {
        margin-left: 30px
    }

    100% {
        margin-left: 0
    }
}

@-webkit-keyframes bounce {

    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes bounce {

    0%,
    100% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1)
    }
}


















@font-face {
    font-family: 'Poppins-Regular';
    src: url('../fonts/Poppins-Regular.eot');
    src: url('../fonts/Poppins-Regular.eot') format('embedded-opentype'),
        url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff'),
        url('../fonts/Poppins-Regular.ttf') format('truetype'),
        url('../fonts/Poppins-Regular.svg#PoppinsRegular') format('svg');
}

@font-face {
    font-family: 'Poppins-SemiBold';
    src: url('../fonts/Poppins-SemiBold.eot');
    src: url('../fonts/Poppins-SemiBold.eot') format('embedded-opentype'),
        url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('../fonts/Poppins-SemiBold.woff') format('woff'),
        url('../fonts/Poppins-SemiBold.ttf') format('truetype'),
        url('../fonts/Poppins-SemiBold.svg#PoppinsSemiBold') format('svg');
}

@font-face {
    font-family: 'Poppins-Medium';
    src: url('../fonts/Poppins-Medium.eot');
    src: url('../fonts/Poppins-Medium.eot') format('embedded-opentype'),
        url('../fonts/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/Poppins-Medium.woff') format('woff'),
        url('../fonts/Poppins-Medium.ttf') format('truetype'),
        url('../fonts/Poppins-Medium.svg#PoppinsMedium') format('svg');
}


@font-face {
    font-family: "iconfont";
    src: url('../fonts/iconfont.woff2?t=1719300643775') format('woff2'),
        url('../fonts/iconfont.woff?t=1719300643775') format('woff'),
        url('../fonts/iconfont.ttf?t=1719300643775') format('truetype');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-address1:before {
    content: "\e7c3";
}

.icon-sousuo1:before {
    content: "\e65b";
}

.icon-sousuo:before {
    content: "\e616";
}

.icon-address:before {
    content: "\e6a7";
}

.icon-facebook:before {
    content: "\e620";
}

.icon-pinterest:before {
    content: "\e8ab";
}

.icon-linkedin:before {
    content: "\e648";
}

.icon-youtube:before {
    content: "\e6d6";
}

.icon-instagram1:before {
    content: "\e640";
}

.icon-twitter4:before {
    content: "\e7fe";
}

.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-jia:before {
    content: "\e600";
}

.icon-jian:before {
    content: "\e601";
}

.icon-left7:before {
    content: "\e724";
}

.icon-right7:before {
    content: "\e725";
}

.icon-right:before {
    content: "\e72d";
}

.icon-xiangshangjiantou:before {
    content: "\e62f";
}

.icon-download:before {
    content: "\e627";
}

.icon-xiajiantou:before {
    content: "\e611";
}

.icon-jianhao:before {
    content: "\eaf5";
}

.icon-chahao:before {
    content: "\e668";
}

.icon-jiahao:before {
    content: "\e603";
}

.icon-dianhua:before {
    content: "\e6db";
}
























/* silck */
.slick-list,
.slick-slider,
.slick-track {
    position: relative;
    display: block;
    transition: none;
}

.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 {}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block;
    transition: none;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    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;
}

.slick-dots .slide-count {
    display: none;
}

@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;
    }
}

.fix:after,
.fix:before {
    display: block;
    content: "clear";
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}



.slideshow .item img {
    width: 100%;
    -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    image-rendering: pixelated;
}

.slideshow .item.slick-active img {
    -webkit-transform: scale(1);
    transform: scale(1);

}

.slick-dots {
    position: absolute;
    width: 100%;
    bottom: 30px;
    text-align: center;
}

.slick-dots li {
    display: inline-block;
}

.slick-dots li button {
    cursor: pointer;
    /* background: url(../img/dot1.png) no-repeat center center; */
    font-size: 0px;
    margin-left: 8px;
    margin-right: 8px;
    border: none;
    outline: none;
    width: 13px;
    height: 13px;
    border-radius: 50px;
}

.slick-dots li.slick-active button {
    border: 1px solid #fff;
    background-color: transparent;
    /* background: url(../img/dot2.png) no-repeat center center; */
}

.slick-prev,
.slick-next {
    width: 62px;
    height: 62px;
    border: 0px;
    font-size: 0px;
    cursor: pointer;
    display: none !important;
}

.slick-prev {
    position: absolute;
    top: 54%;
    margin-top: -45px;
    left: 40px;
    z-index: 9;
    /* background: url(../img/jtl1.png ) no-repeat left center; */
}

.slick-prev:hover,
.slick-next:hover {
    background-color: rgba(255, 255, 255, .5);
}

.slick-next {
    position: absolute;
    top: 54%;
    margin-top: -45px;
    right: 40px;
    z-index: 9;
    /* background: url(../img/jtr1.png ) no-repeat left center; */
}

.slick-prev,
.slick-next {
    display: block !important;

    width: 72px;
    height: 72px;
    display: flex !important;
    border-radius: 50px;
    align-items: center;
    background-color: rgba(255, 255, 255, .1);
    justify-content: center;
}

.slick-prev i,
.slick-next i {
    font-size: 25px !important;
    color: #fff;
}

@media screen and (max-width:999px) {

    .slick-prev,
    .slick-next {
        display: none !important;
    }
}






/* animation.min.css */


.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

@-webkit-keyframes bounce {

    0%,
    100%,
    20%,
    53%,
    80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    40%,
    43% {
        -webkit-transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

@keyframes bounce {

    0%,
    100%,
    20%,
    53%,
    80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    40%,
    43% {
        -webkit-transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes flash {

    0%,
    100%,
    50% {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

@keyframes flash {

    0%,
    100%,
    50% {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shake {

    0%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes shake {

    0%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

.swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes bounceIn {

    0%,
    100%,
    20%,
    40%,
    60%,
    80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes bounceIn {

    0%,
    100%,
    20%,
    40%,
    60%,
    80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes bounceInDown {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInDown {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInLeft {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInRight {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInUp {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }

    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }

    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
    0% {
        opacity: 1
    }

    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1
    }

    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    100% {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    100% {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

@keyframes rollOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    100% {
        opacity: 0
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    100% {
        opacity: 0
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}


/* swiper-bundle */


@font-face {
    font-family: swiper-icons;
    src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

:host {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 1
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0)
}

.swiper-horizontal {
    touch-action: pan-y
}

.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d {
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
    transform-style: preserve-3d
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
    scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: none
}

.swiper-css-mode.swiper-centered>.swiper-wrapper::before {
    content: '';
    flex-shrink: 0;
    order: 9999
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size)
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
    display: none !important
}

.swiper-button-next svg,
.swiper-button-prev svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform-origin: center
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
    transform: rotate(180deg)
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 10px);
    right: auto
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto
}

.swiper-button-lock {
    display: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: 'prev'
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: 'next'
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
    right: var(--swiper-pagination-right, 8px);
    left: var(--swiper-pagination-left, auto);
    top: 50%;
    transform: translate3d(0px, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform, .2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s right
}

.swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color, inherit)
}

.swiper-pagination-progressbar {
    background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    position: relative;
    touch-action: none;
    background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, .1))
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: var(--swiper-scrollbar-sides-offset, 1%);
    bottom: var(--swiper-scrollbar-bottom, 4px);
    top: var(--swiper-scrollbar-top, auto);
    z-index: 50;
    height: var(--swiper-scrollbar-size, 4px);
    width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
    position: absolute;
    left: var(--swiper-scrollbar-left, auto);
    right: var(--swiper-scrollbar-right, 4px);
    top: var(--swiper-scrollbar-sides-offset, 1%);
    z-index: 50;
    width: var(--swiper-scrollbar-size, 4px);
    height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, .5));
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move;
    touch-action: none
}

.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active {
    pointer-events: auto
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube {
    overflow: visible
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
    content: '';
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px)
}

.swiper-cube .swiper-slide-next+.swiper-slide {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-flip {
    overflow: visible
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height
}

.swiper-cards {
    overflow: visible
}

.swiper-cards .swiper-slide {
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden
}



/* swiper.min.css */


.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-transition-property: -webkit-transform, height;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform, height
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -o-transform: translate(0, -50%);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 0;
    display: block
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px
}

.swiper-pagination-progress {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progress .swiper-pagination-progressbar {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-vertical>.swiper-pagination-progress {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-progress.swiper-pagination-white {
    background: rgba(255, 255, 255, .5)
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
    background: #fff
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background: #000
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
    -ms-perspective: 1200px
}

.swiper-container-cube,
.swiper-container-flip {
    overflow: visible
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-slide {
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -moz-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg)
    }
}


.listcart {
    margin-top: 90px;
}

.listcart a.l {
    float: left;
}

.listcart a.r {
    float: right;
}

.listcart a {
    background: #f7e62b;
    display: inline-block;
    height: 34px;
    width: 200px;
    line-height: 34px;
    cursor: pointer;
    border: none;
    overflow: hidden;
    color: #fff;
    cursor: pointer;
    border: 1px solid #f7e62b;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    margin-left: 10px;
}

.listcart a:hover {
    border: #f7e62b solid 1px;
    background: #f7e62b;
    color: #fff !important;
}

@media screen and (max-width:999px) {
    .listcart a {
        margin-left: 2.5%;
        margin-right: 2.5%;
        padding-left: 0px;
        padding-right: 0px;
        float: none;
    }

    .listcart {
        width: 100%;
        margin-top: 50px;
    }
}

@media screen and (max-width:472px) {
    .listcart a {
        width: 95% !important;
        float: none;
        overflow: hidden;
        margin-bottom: 1rem;
        margin-top: 1rem
    }
}


.paganation .safe1 .no:hover {
    border: solid 1px #000000;
    color: #333333;
    background-color: #fff;
}




.productShow {
	display: flex;
	justify-content: space-between;
	margin-bottom: 73px;
}


.productShow .shows {
	flex-shrink: 0;
	margin-right: 4.85%;
}

.productShow .shows {
	display: flex;
	justify-content: space-between;
	transition: none;
}


.productShow .shows .showSipwer {
	width: 640px;
	margin-right: 16px;
	overflow: hidden;
	background-color: #ffffff;
}


.productShow .shows .checkSwiper {
	overflow: hidden;
	height: 100%;
}

.productShow .shows .swiperBox {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 39px 0;
	width: 105px;
	height: 644px;
}


.productShow .shows .swiperBox .prev,
.productShow .shows .swiperBox .next {
	width: 100%;
	position: absolute;
	color: #333333;
	z-index: 99;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	height: auto;
	width: 105px;
	height: 24px;
	background-color: #efefef;
}

.productShow .shows .swiperBox .prev.swiper-button-disabled {
	pointer-events: none;
}

.productShow .shows .swiperBox .next.swiper-button-disabled {
	pointer-events: none;
}

.productShow .shows .swiperBox .prev i,
.productShow .shows .swiperBox .next i {
	font-weight: bold;
	font-size: 14px;
}


.productShow .shows .swiperBox .prev:hover,
.productShow .shows .swiperBox .next:hover {
	background-color: #e7ebf7;
}

.productShow .shows .swiperBox .prev:hover i,
.productShow .shows .swiperBox .next:hover i {
	color: #1036b0;
}


.productShow .shows .swiperBox .prev {
	top: 0;
}

.productShow .shows .swiperBox .prev i {
	transform: rotate(-90deg);
}

.productShow .shows .swiperBox .next {
	bottom: 0;
}

.productShow .shows .swiperBox .next i {
	transform: rotate(90deg);
}


.productShow .shows .checkSwiper .swiper-slide {
	position: relative;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}


.productShow .shows .checkSwiper .swiper-slide::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	box-sizing: border-box;
	transition: .4s ease all;
	pointer-events: none;
	overflow: hidden;
	border: 2px solid transparent;
}

.productShow .shows .checkSwiper .swiper-slide-thumb-active::after {
	border-color: #f7e62b;
}

.showSipwerBox {
	position: relative;
}


@media screen and (max-width:1750px) {
	.productShow .shows .showSipwer {
		width: 500px;
	}

	.productShow .shows .swiperBox {
		height: 475px;
		width: 66px;
	}

	.productShow .shows .swiperBox .prev,
	.productShow .shows .swiperBox .next {
		width: 66px;
	}

	

	.productShow {
		margin-bottom: 60px;
	}



}



@media screen and (max-width:1333px) {
	.productShow .shows .showSipwer {
		width: 400px;
	}

	.productShow .shows .swiperBox {
		height: 378px;
	}

	.productShow {
		margin-bottom: 50px;
	}

}


@media screen and (max-width:999px) {
	div.jqZoomPup {
		display: none;
	}

	.zoomPad {
		cursor: default !important;
	}

	.zoomPup {
		display: none !important;
	}

	.zoomWindow {
		display: none !important;
	}

	.zoomPreload {
		display: none !important;
	}

	.productShow {
		flex-direction: column;
		align-items: flex-start;
	}

	.productShow .shows {
		margin: 0 auto 40px;
	}

	.productShow {
		margin-bottom: 40px;
	}


	.productShow .shows .showSipwer {
		width: 380px;
	}

	.productShow .shows .swiperBox {
		height: 360px;
		width: 58px;
	}

	.productShow .shows .swiperBox .prev,
	.productShow .shows .swiperBox .next {
		width: 58px;
	}

	.productShow .shows {
		margin-bottom: 30px;
	}
}



@media screen and (max-width:768px) {
	.productShow .shows .showSipwer {
		width: 350px;
	}

	.productShow .shows .swiperBox {
		height: 330px;
		width: 48px;
	}

	.productShow .shows .swiperBox .prev,
	.productShow .shows .swiperBox .next {
		width: 48px;
	}


}

@media screen and (max-width:538px) {
	.productShow .shows .showSipwer {
		width: 230px;
	}

	.productShow .shows .swiperBox {
		height: 219px;
	}

	.productShow .shows .swiperBox {
		width: 40px;
	}

	.productShow .shows .swiperBox .prev,
	.productShow .shows .swiperBox .next {
		width: 40px;
	}
}



.about5_odm .big_content,
.about5_oem .big_content {
    font-family: Poppins-Regular;
    font-size: 16px;
    line-height: 20px;
    color: #555555;
    text-align: center;
    margin-bottom: 55px;
}

.bannerzired {
    position: absolute;
    z-index: 99999;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
}

.bannerzired P,
.bannerzired h1 {
    line-height: 1.6;
    color: red;
    font-size: 32px;
    width: 100%;
    max-width: 800px;
    padding-left: 50px;
}




.safe3 {
    max-width: unset;
    width: unset;
    margin: 0 auto;
    /* padding: 0 110px 0 92px; */
    padding: 0 97px 9px 92px;
}

.common_top1 {
    padding: 20px 0 13px 0;
}

.common_top1 .safe {
    align-items: unset;
}

.common_top .safe .leftbox1 {
    width: 74.7%;
    border-right: 1px solid #bbb;
}

.common_top .safe .rightbox1 {
    width: 26.235%;
    display: block;
    /* padding-left: 41px; */
    padding-left: 32px;
}

.common_top1 .safe .leftbox1 .title {
    font-family: "Poppins-Regular";
    transform: translate(0, 0);
    font-size: 14px;
    color: #333;
    line-height: 20px;
    margin-top: 18px;
}

.common_top .safe .leftbox1-c {
    display: flex;
    /* align-items: center; */
}

.common_top1 .safe .leftbox1 .logo-text {
    width: 100%;
    font-size: 16px;
    color: #333;
    font-family: "Poppins-SemiBold";
    margin-top: 3px;
}


.common_top .safe .leftbox1 .lanauagebox {
    display: unset;
    margin-right: 27px;
}

.common_top .leftbox1 .lanauagebox .lanauage_list {
    z-index: 10001;
}

.common_top .rightbox1 .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.common_top .rightbox1 .phoneBox {
    display: flex;
    align-items: center;

}

.common_top .rightbox1 .phoneBox p {
    font-size: 16px;
    color: #555555;
    font-family: "Poppins-Medium";
}

.common_top .rightbox1 .phoneBox i {
    font-size: 24px;
}

.common_top .rightbox1 .third {
    width: 27px;
    height: 27px;
    border-radius: 50%;
    line-height: 27px;
    text-align: center;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.common_top .rightbox1 .thirdB {
    display: flex;
    align-items: center;
    gap: 10px;
}

.common_top .rightbox1 .third i {
    color: #fff;
}

.common_top .rightbox1 .third1 {
    background-color: #29c5f6
}

.common_top .rightbox1 .third2 {
    background-color: #3b5998;
}

.common_top .rightbox1 .third3 {
    background-color: #006dc0;
}

.common_top .rightbox1 .third4 {
    background-color: #dd332c;
}

.common_top .rightbox1 .third5 {
    background-color: #c61118;
}

.common_top .rightbox1 .third6 {
    background-color: #b50ac9;
}

.common_top .safe .rightbox1 .searchbox {
    margin-top: 12px;
    margin-right: 0;
}

.common_top .safe .rightbox1 .searchbox .inp {
    width: 100%;
    height: unset;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 13px;
    border-radius: 0;
}

.common_top .safe .rightbox1 .searchbox .search i {
    top: 7px;
}

.header .safe .leftbox1 {
    width: 100%;
    transform: translateX(7px);
    gap: 10px 50px;
}

.header .safe .leftbox1 .li>a {
    font-size: 18px;
    padding: 0;
}

@media (max-width:1850px) {
    .common_top .rightbox1 .top {
        display: block;
    }

    .common_top .rightbox1 .thirdB {
        margin-top: 10px;
    }

    .header .safe .leftbox1 {
        gap: 10px 20px;
    }

    .header .safe .leftbox1 .li>a {
        font-size: 16px;
    }
}

@media (max-width:1600px) {
    .header .safe9 {
        width: 95%;
        margin: 0 auto;
    }

    .common_top1 .safe .leftbox .imgbox img {
        width: 80%;
    }

    .safe3 {
        padding: 0 35px;
    }
}

@media (max-width:1450px) {
    .navbar-toggle {
        display: block;
    }

    .header1 {
        display: none;
    }

    .borderbox {
        display: block;
        width: 40%;
    }

    .borderbox .ul1 li {
        font-size: 15px;
    }

    .common_top .safe .rightbox1 .searchbox {
        display: none;
    }

    .common_top .safe .rightbox1 {
        display: flex;
        justify-content: space-between;
    }
}

@media (max-width:1333px) {
    .common_top .safe .leftbox1 .lanauagebox {
        width: unset;
        margin-right: 0;
    }

    .common_top .safe .leftbox1 {
        border: none;
    }

    .common_top .safe .rightbox1 {
        padding-left: 20px;
    }

    .common_top1 {
        padding-bottom: 10px !important;
    }
}

@media (max-width:1200px) {
    .common_top .safe .rightbox1 {
        width: 40%;
    }
}

@media (max-width:999px) {
    .index_banner1 {
        margin-top: 0;
    }

    .banheight {
        height: 93px;
    }
}

@media (max-width:900px) {
    .common_top .safe .rightbox1 {
        align-items: center;
    }

    .common_top .rightbox1 .thirdB {
        margin-top: 0;
        margin-right: 20px;
    }

    .common_top .rightbox1 .phoneBox {
        display: none;
    }

    .common_top .safe .rightbox1 {
        width: 70%;
    }

}

@media (max-width:750px) {
.bannerzired P,
.bannerzired h1 {
    line-height: 1.6;
    color: red;
    font-size: 16px;
    width: 100%;
    max-width:100%;
    padding-left: 0px;
}
}

@media (max-width:600px) {
    .banheight {
        height: 62px;
    }

    .common_top .rightbox1 .top {
        display: none;
    }

    .common_top .safe .rightbox1 {
        width: auto;
    }

    .common_top .safe .leftbox1 {
        width: 90%;
    }

    .common_top1 {
        padding: 10px !important;
    }

    .common_top1 .safe .leftbox .imgbox img {
        width: 60%;
    }
}

@media (max-width:500px) {
    .common_top1 {
        padding: 5px !important;
    }

    .banheight {
        height: 45px;
    }

    .safe3 {
        padding: 0 10px;
    }
}

.ind2 {
    background-color: #F9F9F9;
    padding: 48px 0 48px 0;
}

.pubTitle {
    font-size: 48px;
    font-family: "Poppins-SemiBold";
    line-height: 60px;
    color: #333;
    text-align: center;
}

.pubTitle a {
    display: inline-block;
}
.pubTitle a:hover{
    color: #f7e62b !important;
}
.pubLittle {
    text-align: center;
    font-size: 16px;
    color: #555555;
    line-height: 26px;
    margin-top: 43px;
}

.ind2 .pubLittle {
    margin-top: 25px;
}

.ind2 .producBox {
    margin-top: 56px;
    display: flex;
    justify-content: space-between;
}

.ind2 .one {
    width: 30.857%;
    background: #fff;
    padding-top: 43px;
}

.ind2 .one .one-t {
    padding: 0 30px;
    margin-bottom: 39px;text-align: center;
}

.ind2 .one .p-t {
    font-size: 20px;
    color: #333;
    font-family: Poppins-Medium;
    line-height: 26px;
    display: inline-block;
}
.ind2 .one .p-t:hover{
    color: #f7e62b;
}
.ind2 .one .p-c {
    color: #555;
    font-size: 16px;
    font-family: Poppins-Regular;
}

.ind2 .one .line {
    width: 45px;
    height: 3px;
    background: #f7e62b;
    margin: 15px 0 17px 0;
    margin-left: auto;
margin-right: auto;
}

.ind2 .one .imgb {
    overflow: hidden;
}
.ind2 .one .imgb img{display: block;
margin-left: auto;
margin-right: auto;}
.ind2 .one img:hover {
    transform: scale(1.1);
}

@media (max-width:1300px) {
    .ind2 {
        padding: 30px 0;
    }

    .pubTitle {
        font-size: 30px;
    }

    .ind2 .pubLittle {
        margin-top: 10px;
    }

    .ind2 .producBox {
        margin-top: 20px;
    }

    .ind2 .one .one-t {
        padding: 0 20px;
        margin-bottom: 20px;
    }

    .ind2 .one {
        padding-top: 20px;
        width: 31.857%;
    }
}

@media (max-width:1000px) {
    .ind2 .one .p-t {
        font-size: 18px;
    }

    .ind2 .one .line {
        margin: 10px 0;
    }
}

@media (max-width:800px) {
    .pubTitle {
        font-size: 25px;
    }

    .ind2 .one .one-t {
        padding: 0 10px;
    }

    .ind2 .one .p-t {
        font-size: 16px;
    }

    .ind2 .one .p-c {
        font-size: 14px;
    }

    .ind2 {
        padding: 10px 0;
    }
}

@media (max-width:650px) {
    .ind2 .producBox {
        flex-wrap: wrap;
        gap: 20px 0;
    }

    .ind2 .one {
        width: 48%;
    }
}

@media (max-width:450px) {
    .pubTitle {
        font-size: 20px;
        line-height: 30px;
    }

    .pubLittle {
        font-size: 14px;
    }

    .ind2 .one {
        width: 100%;
    }
}

.ind3 {
    padding-top: 48px;
    padding-bottom: 0px;
}

.ind3 img {
    display: block;
}

.ind3 .pubLittle {
    margin-top: 16px;
}

.ind3 .ind3-imgB {
    margin-top: 54px;
}

.ind3 .imgb1 {
    display: flex;
    justify-content: space-between;
}

.ind3 img:hover {
    transform: scale(1.1);
}

.ind3 a {
    display: inline-block;
    border-radius: 8px;
    overflow: hidden;
}

.ind3 .imgShadow {
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom,
            transparent 65%,
            rgba(0, 0, 0, 0.3) 100%);
    position: absolute;
    bottom: 0;
    pointer-events: none;
}

.ind3 .imgTitle {
    position: absolute;
    bottom: 31px;
    left: 33px;
    font-size: 20px;
    color: #fff;
    font-family: "Poppins-SemiBold";
    z-index: 2;
}

.ind3 .imgb1 div {}

.ind3 .imgb1 .left {
    width: 66.214%;
    position: relative;
    font-size: 0;
}

.ind3 .imgb1 .right {
    width: 32.285%;
    font-size: 0;
    position: relative;
}

.ind3 .imgb2 {
    display: flex;
    justify-content: space-between;
    margin-top: 26px;
}

.ind3 .imgb2 .one {
    width: 32.285%;
    position: relative;
}

.ind3 .imgb2 div {
    border-radius: 8px;
    overflow: hidden;
}

@media (max-width:1600px) {
    .ind3 {
        padding-top: 40px;
    }
}

@media (max-width:1000px) {
    .ind3 {
        padding: 20px 0;
    }

    .ind3 .pubLittle {
        margin-top: 0;
    }

    .ind3 .ind3-imgB {
        margin-top: 20px;
    }

    .ind3 .imgTitle {
        font-size: 18px;
        bottom: 20px;
    }
}

@media (max-width:800px) {
    .ind3 .imgTitle {
        font-size: 16px;
    }

    .ind3 .imgb2 {
        flex-wrap: wrap;
        gap: 10px 0;
        margin-top: 10px;
    }

    .ind3 .imgb2 .one {
        width: 49%;
    }
}

@media (max-width:500px) {
    .ind3 .imgTitle {
        font-size: 14px;
    }
}

@media (max-width:450px) {
    .ind3 .imgb1 {
        flex-wrap: wrap;
        gap: 10px 0;
    }

    .ind3 .imgb1 .left {
        width: 100%;
    }

    .ind3 .imgb1 .right {
        width: 100%;
    }

    .ind3 .imgb2 .one {
        width: 100%;
    }
}

.ind4 {
    background-color: #f9f9f9;
    padding-top: 48px;
    padding-bottom:48px;
}

.ind4 .pubTitle {
    text-align: left;
}

.ind4 .ind4-inner {
    font-size: 18px;
    font-family: "Poppins-SemiBold";
    line-height: 30px;
    color: #555;
    margin: 23px 0 20px 0;
}

.ind4 .pubLittle {
    text-align: left;
}

.ind4 .e-d {
    font-family: "Poppins-Regular";
    font-size: 16px;
    color: #555;
    line-height: 28px;
}

.ind4 .safe1 .ind4-t {
    display: flex;
    justify-content: space-between;
}

.ind4 .safe1 .ind4-t .left {
    width: 49.6428%;
}

.ind4 .safe1 .ind4-t .right {
    width: 46.285%;
    overflow: hidden;
}

.ind4 img:hover {
    transform: scale(1.1);
}

.moreView {
    font-size: 16px;
    color: #333;
    font-family: "Poppins-Regular";
    padding: 8px 43px;
    background-color: #f7e62b;
    display: inline-block;
    border-radius: 5px;
    border: 1px solid #f7e62b;
}

.moreView:hover {
    border: 1px solid #f7e62b;
    background: #fff;
}

.ind4 .moreView {
    margin-top: 31px;
}

.ind4 .numBox {
    margin-top: 71px;
    display: flex;
    justify-content: space-between;

}

.ind4 .numOne {
    width: 20%;
    font-size: 18px;
    color: #555;
    line-height: 28px;
    font-family: "Poppins-Regular";
    border-right: 1px solid #bbb;
    padding: 18px 0;
    padding-left: 27px;

}

.ind4 .numOne:first-child {
    border-left: 1px solid #bbb;
}

.ind4 .numOne p:first-child {
    margin-bottom: 10px;
}

.ind4 .numOne span {
    font-size: 48px;
    color: #555;
    font-family: "Poppins-SemiBold";
}

@media (max-width:1400px) {
    .ind4 {
        padding: 40px 0;
    }
}

@media (max-width:1200px) {
    .ind4 .safe1 .ind4-t {
        align-items: center;
    }

    .ind4 .ind4-inner {
        margin: 10px 0;
    }

    .ind4 .moreView {
        margin-top: 15px;
    }

    .ind4 .safe1 .ind4-t .left {
        width: 52%;
    }

    .ind4 .numOne {
        font-size: 16px;
    }

    .ind4 .numOne span {
        font-size: 30px;
    }
}

@media (max-width:900px) {
    .ind4 .safe1 .ind4-t {
        display: block;
    }

    .ind4 .safe1 .ind4-t .left {
        width: 100%;
    }

    .ind4 .safe1 .ind4-t .right {
        width: 100%;
        margin-top: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .ind4 .numBox {
        flex-wrap: wrap;
        justify-content: unset;
        gap: 10px 0;
    }

    .ind4 .numOne {
        width: 33%;
        border-right: 1px solid #bbb;

    }

    .ind4 .numOne:first-child {
        border-left: none;
    }

    .ind4 .numBox {
        margin-top: 40px;
    }
}

@media (max-width:800px) {
    .ind4 .numBox {
        margin-top: 20px;
    }

    .ind4 .ind4-inner {
        font-size: 16px;
    }

    .ind4 {
        padding: 20px 0;
    }
}

@media (max-width:600px) {
    .ind4 .numOne {
        width: 49%;
    }
}

@media (max-width:500px) {
    .ind4 .numOne span {
        font-size: 25px;
    }

    .ind4 .numOne {
        font-size: 14px;
        padding: 0 10px;
    }
}

@media (max-width:400px) {
    .ind4 .numOne {
        width: 100%;
        border: none;
    }
}

.ind61 {
    padding-top: 48px;
    padding-bottom:48px;
}

.ind61 .pubLittle {
    margin-top: 24px;
}

@media (max-width:1400px) {
    .ind61 {
        padding: 40px 0;
    }
}

@media (max-width:1000px) {
    .ind61 {
        padding: 20px 0;
    }
}

@media (max-width:800px) {
    .ind61 .pubLittle {
        margin-top: 10px;
    }

    .ind61 {
        padding: 10px 0;
    }
}

.ind5 {
    position: relative;
    /* min-height: 750px; */
    background-image: url('../images/indexbg.jpg');
    background-repeat: no-repeat;
    padding-bottom: 97px;
   
}

.ind5 .ind5-b {
    display: flex;
    justify-content: space-between;
}

.ind5 .ind5-shadow {
    position: absolute;
    width: 50%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    pointer-events: none;
    z-index: 1;
}

.ind5 .ind5-Bshadow {
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 2;
    background: linear-gradient(to bottom,
            transparent 65%,
            rgba(0, 0, 0, 0.8) 100%);
}

.ind5 .ind5-b .left {
    width: 50.357%;
    padding-top: 161px;
    position: relative;
    z-index: 3;
}

.ind5 .ind5-b .right {
    width: 44.5%;
    position: relative;
    align-self: flex-end;
    z-index: 3;
}

.ind5 .left-p1 {
    font-size: 24px;
    line-height: 36px;
    font-family: "Poppins-SemiBold";
    color: #fff;
}

.ind5 .box {
    margin-top: 135px;
}

.ind5 .box1 {
    width: 83.54%;
    font-size: 18px;
    color: #fff;
    font-family: "Poppins-Regular";
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    display: flex;
    justify-content: space-between;
    padding-bottom: 18px;
    margin-bottom: 23px;
}

.ind5 .box1 p:first-child {
    padding-right: 30px;
}

.ind5 .box1:last-child {
    margin-bottom: 0;
}
.ind5 .box .active .jiantou{
    opacity: 1;
}
.ind5 .box1 .jiantou {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    border: 1px solid #fff;
    flex-shrink: 0;
    opacity: 0;
}

.ind5 .box1 .jiantou:hover {
    border: 1px solid #f7e62b;
}

.ind5 .box1 .jiantou:hover a i {
    color: #f7e62b;
}

.ind5 .box1 .jiantou a i {
    color: #fff;
}

.ind5 .rightbm {
    display: none;
}

.ind5 .right-p1 {
    color: #fff;
    font-size: 16px;
    font-family: "Poppins-Regular";
    line-height: 28px;
    margin-top: 31px;
}

@media (max-width:1300px) {
    .ind5 .ind5-b .left {
        padding-top: 40px;
    }

    .ind5 .left-p1 {
        font-size: 20px;
    }
}

@media (max-width:800px) {
    .ind5 .box1 {
        font-size: 16px;
    }

    .ind5 .box {
        margin-top: 50px;
    }

    .ind5 .left-p1 {
        font-size: 18px;
    }

    .ind5 .right-p1 {
        margin-top: 10px;
    }

    .ind5 {
        padding-bottom: 50px;
    }
}

@media (max-width:700px) {
   .ind5  { background-size: contain;}
    .ind5 .ind5-b {
        display: block;
    }

    .ind5 .ind5-b .left {
        width: 100%;
    }

    .ind5 .ind5-b .right {
        width: 100%;
        margin-top: 10px;
    }

    .ind5 .box1 {
        width: 100%;
    }

    .ind5 .ind5-shadow {
        display: none;
    }
}

.ind6 {
    padding: 48px 0 48px 0;
}

.ind6 .pubLittle {
    margin-top: 27px;
}

.ind6 .safe1 {
    overflow: hidden;
}

.ind6 .circle {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #bbb;
}

.ind6 .circle2 {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #333;
    color: #fff;
    line-height: 32px;
    text-align: center;
    margin: 24px 0 14px 0;
}

.ind6 .circleOne {
    width: 12.14%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    text-align: center;
}

.ind6 .circleOne::after {
    position: absolute;
    content: '';
    width: calc(100% + 35px);
    height: 1px;
    background-color: #bbb;
    top: 208px;
    z-index: -1;
}

/* .ind6 .circleOne:last-child::after {
    width: 100%;
} */

.ind6 .circleOne p {
    font-size: 16px;
    color: #333;
    font-family: "Poppins-SemiBold";
}

.ind6 .circleBox {
    display: flex;
    flex-wrap: wrap;
    gap: 94px 35px;
    margin-top: 101px;
}

@media (max-width:1600px) {
    .ind6 {
        padding: 40px 0;
    }

    .ind6 .circleBox {
        justify-content: center;
    }
}

@media (max-width:1300px) {
    .ind6 .circleOne {
        width: 30%;
    }

    .ind6 .circleBox {
        margin-top: 40px;
        gap: 30px 35px;
    }
}

@media (max-width:720px) {
    .ind6 .circleOne {
        width: 45%;
    }

    .ind6 .circleBox {
        margin-top: 20px;
    }

    .ind6 .pubLittle {
        margin-top: 10px;
    }
}

.ind7 {
    padding: 83px 0 96px 0;
    background-color: rgba(25, 25, 25, 0.9);
}

.ind7 .pubTitle a {
    color: #fff !important;
}
.ind7 .pubTitle a:hover{
    color: #f7e62b !important;
}
.ind7 .pubLittle {
    color: #fff;
    margin-top: 26px;
}

.ind7 .ind7-c {
    margin-top: 62px;
    display: flex;
    justify-content: space-between;
}

.ind7 .left {
    width: 14.285%;
}

.ind7 .left p {
    cursor: pointer;
    font-size: 18px;
    font-family: "Poppins-Regular";
    color: #fff;
    margin-bottom: 37px;
    line-height: 24px;
    border-bottom: 1px solid transparent;
}
.ind7 .left p:hover{
    border-bottom: 1px solid #fff;
}
.ind7 .left .active {
    border-bottom: 1px solid #fff;
}

.ind7 .right {
    width: 79.428%;
}

.ind7 .viewMore {
    font-size: 16px;
    color: #fff;
    line-height: 26px;
    font-family: "Poppins-Regular";
    border-radius: 5px;
    border: 1px solid #fff;
    padding: 7px 42px;
    display: inline-block;
    margin-top: 55px;
}

.ind7 .viewMore:hover {
    color: #f7e62b;
    border: 1px solid #f7e62b;
}

.ind7 .right {}

.ind7 .right .rightOne:first-child {
    display: flex;
}

.ind7 .right .rightOne {
    display: flex;
    justify-content: space-between;
    display: none;
}

.ind7 .right img:hover {
    transform: scale(1.1);
}

.ind7 .right .one {
    width: 31.65%;
}

.ind7 .right .oneImg {
    border-radius: 10px;
    overflow: hidden;
}

.ind7 .right .p1 {
    color: #888888;
    font-size: 16px;
    font-family: "Poppins-Regular";
    line-height: 24px;
    margin: 33px 0 18px 0;
}

.ind7 .right .p2 {
    font-size: 18px;
    font-family: "Poppins-Medium";
    line-height: 24px;
    color: #fff;
}
.ind7 .right .p2:hover{
    color: #f7e62b;
}
@media (max-width:1400px) {
    .ind7 {
        padding: 40px 0;
    }

    .ind7 .right .p1 {
        margin: 10px 0;
    }

    .ind7 .left {
        width: 18.285%;
    }

    .ind7 .viewMore {
        margin-top: 30px;
    }
}

@media (max-width:1100px) {
    .ind7 .ind7-c {
        display: block;
        margin-top: 20px;
    }

    .ind7 .left {
        width: 100%;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 10px 0;
    }

    .ind7 .left p {
        margin-bottom: 0;
        margin-right: 20px;

    }

    .ind7 .viewMore {
        margin-top: 0;
        justify-self: flex-end;
    }

    .ind7 .right {
        width: 100%;
        margin-top: 20px;
    }
}

@media (max-width:800px) {
    .ind7 .right .p2 {
        font-size: 16px;
    }

    .ind7 {
        padding: 20px 0;
    }
}

@media (max-width:650px) {
    .ind7 .right .rightOne {
        flex-wrap: wrap;
        gap: 20px 0;
    }

    .ind7 .right .one {
        width: 48%;
    }

    .ind7 .left p {
        font-size: 16px;
    }

    .ind7 .viewMore {
        padding: 5px 20px;
    }
}

@media (max-width:450px) {
    .ind7 .right .one {
        width: 100%;
    }
}

.ind8 {
    background-color: rgba(0, 0, 0, 0.9);
    padding: 70px 0 24px 0;
    overflow: hidden;
}

.ind8 .ind8-top {
    display: flex;
    justify-content: space-between;
}

.ind8 .left {
    width: 26.785%;
}

.ind8 ul {
    margin-top: 35px;
}

.ind8 li {
    font-size: 16px;
    color: #898989;
    line-height: 36px;
}

.ind8 .left .emialBox a {
    word-break: break-all;
}

.ind8 li a {
    color: #898989;
}

.ind8 li a:hover {
    color: #f7e62b;
}

.ind8 .leftBottom {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 14px;
    margin-top: 20px;
}

.ind8 .leftBottom a {
    width: 43px;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #898989;
}

.ind8 .leftBottom a:hover {
    background-color: #f7e62b;
    border: 1px solid #f7e62b;
}

.ind8 .leftBottom a:hover i {
    color: #000;
}

.ind8 .leftBottom a i {
    color: #898989;
    font-size: 20px;
}

.ind8 .center {
    width: 15.07%;
    margin-left: 76px;
}

.ind8 .right {
    width: 25.785%;
}

.ind8 .right ul {
    margin-top: 12px;
}

.ind8 .ind8-t {
    color: #fff;
    font-size: 22px;
    font-family: "Poppins-Medium";
    line-height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;text-transform: uppercase;
}
.ind8 .ind8-t >a{ color: #fff;}
.ind8 .ind8-t i {
    display: none;
}

.ind8 .right .inpB {
    width: 100%;
    margin-bottom: 5px;
    position: relative;
}

.ind8 .right .inpB input {
    width: 100%;
    padding: 15px 20px 10px 20px;
    font-size: 16px;
    border: none;
    border-bottom: 1px solid rgba(206, 239, 237, 0.8);
    color: #999;
    background-color: transparent;
    font-family: "Poppins-Regular";
}

.ind8 .right .inpB textarea {
    width: 100%;
    padding: 15px 20px 10px 20px;
    font-size: 16px;
    border-bottom: 1px solid rgba(206, 239, 237, 0.8);
    color: #999;
    background-color: transparent;
    font-family: "Poppins-Regular";
}

.ind8 .right .inpB::after {
    content: '*';
    position: absolute;
    color: #555;
    font-size: 16px;
    color: #ff0000;
    left: 8px;
    top: 12px;

}

.ind8 textarea {
    resize: none;
}

.ind8 input::placeholder,
.ind8 textarea::placeholder {
    color: #999;
}

.ind8 .code input {
    padding-right: 100px;
}

.ind8 .codeBox .codeImg {
    height: 100%;
    align-self: flex-end;
    cursor: pointer;
    margin-left: 4px;

}

.ind8 .codeBox .codeImg img {
    max-width: unset;
}

.ind8 .codeBox {
    display: flex;
    margin-top: 11px;
}

.ind8 .subBtn {
    cursor: pointer;
    margin-top: 17px;
}

.ind8 .submitBtn {
    width: 100%;
    background-color: #ffffff;
    border-radius: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #111111;
    font-size: 16px;
    cursor: pointer;
    font-family: "Poppins-SemiBold";
    padding: 8px 0;text-transform: uppercase;
}

.ind8 .submitBtn:hover {
    color: #000;
    background-color: #f7e62b;
}

.ind8 .line {
    width: 100%;
    height: 1px;
    background-color: #ebebeb;
    opacity: 0.2;
    margin: 56px 0 27px 0;
}

.ind8 .ind8-bot {
    font-size: 16px;
    color: #888;
    line-height: 36px;
    font-family: "Poppins-Regular";
}

.ind8 .ind8-bot .p1 {
    margin-bottom: 5px;
}

.ind8 .ind8-bot a {
    font-size: 16px;
    color: #888;
    line-height: 36px;
    font-family: "Poppins-Regular";
}
.ind8 .ind8-bot a:hover{
    color: #f7e62b;
}
@media (max-width:1000px) {
    .ind8 {
        padding-top: 40px;
    }

    .ind8 .ind8-t {
        font-size: 20px;
        line-height: 30px;
    }

    .ind8 ul {
        margin-top: 20px;
    }

    .ind8 .right {
        width: 31.785%;
    }

    .ind8 .center {
        width: 20.07%;
        margin-left: 0;
    }

    .ind8 .line {
        margin: 20px 0;
    }
}
.rotateClass{
    transform: rotate(90deg);
}
@media (max-width:800px) {
    .ind8 {
        padding-bottom: 50px;
    }
    .ind8 .ind8-top {
        display: block;
    }

    .ind8 .ind8-top .left {
        width: 100%;
    }

    .ind8 .ind8-top .center {
        width: 100%;
        margin-top: 20px;
    }

    .ind8 .ind8-top .right {
        width: 100%;
    }

    .ind8 .ind8-top .left ul {
        display: none;
    }

    .ind8 .ind8-top .center ul {
        display: none;
    }

    .ind8 .right ul {
        margin-top: 5px;
    }

    .ind8 .ind8-t i {
        display: block;
    }
}
@media (max-width:600px){
    .ind8 .ind8-t{
        font-size: 18px;
    }
}

/xinzeng /
.header .safe .leftbox li>a::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    background: #f7e62b;
    bottom: 0;
    display: none;
}

.header .safe .leftbox1 .li {
    position: unset;
}

.header .safe .leftbox1 .li>a {
    position: relative;
}

.header .safe .leftbox li:hover {
    background-color: unset;
}

.header .safe .leftbox li>a:hover::after {
    display: block;
}

.header .safe .leftbox .active {
    background-color: unset;
}

.header .safe .leftbox {
    position: unset !important;
}

.header .safe .leftbox .active::after {
    display: block;
}

.header1 {
    position: relative ;
}

.header .secondList {
    position: absolute;
    width: 100%;
    background-color: #fff;
    left: 0;
    font-family: Poppins-Medium;
    font-size: 18px;
    display: none;
}

.header .secondList a {
    font-size: 18px;
    color: #333333;
    line-height: 48px;
    position: relative;
    padding-top: 36px;
    padding-bottom: 12px;
}

.header .secondList a::after,.header .safe .leftbox1 .li>a::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    background: #f7e62b;
    bottom: 0;
    left: 0;
    display: none;
}

.header .secondList a:hover::after,.header .safe .leftbox1 .li>a:hover::after {
    display: block;
}

.header .secondList>div {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 90px;
    padding-bottom: 28px;
}

.header .safe .leftbox1 {
    margin-left: 7px;
    transform: unset;
}

.header .productList {
    position: absolute;
    width: 100%;
    background-color: #fff;
    left: 0;
    display: none;
    transform: unset;
}

.header .productList>div {
    padding-top: 30px;
    padding-bottom: 23px;
}

.header .productList .proOne {
    display: flex;
    justify-content: space-between;
    margin-bottom: 11px;
}

.header .productList .left {
    width: 10%;
}

.header .productList .right {
    width:86%;
    padding-top:20px;
}

.header .productList .right .r-t a {
    display: flex;
    justify-content: space-between;
}

.header .productList .right .line {
    width: 100%;
    height: 1px;
    background-color: #bfbfbf;
    margin: 0 0 22px 0;
}

.header .productList .right .one {
    width: 33.33%;
}

.header .productList .right .r-t {

    font-family: Poppins-Medium;
    font-size: 18px;
    line-height: 48px;
    color: #333333;
}

.header .productList .proInfo {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px 0;
}

.header .proInfo .one {
    display: flex;
    align-items: center;
    font-family: Poppins-Regular;
    font-size: 16px;
    color: #666666;
}

.header .proInfo .one a {
    color: #666666;
}

.header .proInfo .circle {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #666;
    margin-right: 11px;
}

.header .productList a:hover {
    color: #f7e62b;
}