body.newfont{
    font-family:'Helvetica Neue' !important;
    max-width: 2560px;
}
.header{
    background-color: #1c295d;
}
.header .logo img{
    height: 30px;
}
.nav{
    padding:0;
}
@media (min-width:1025px) {
    .header{
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding:0 40px;
        border-bottom: none !important;
    }
    .nav ul li>a{
        line-height: 70px;
        text-transform: uppercase;
        letter-spacing: 0.1px;
    }
    .nav ul li>a:after{
        height: 1px;
    }
    .header .head_right2 a{
        color:#fff;
    }
    .header.active{
        height: 80px;
        background-color: #1c295d;
    }
}
@media (max-width:1024px) {
    .phone_header{
        background-color: #1c295d;
    }
}
@media (max-width: 1440px) {
    .nav ul li{
        margin-right: 10px;
    }
}



.new_btn{
    font-size: 16px;
    padding: 15px 50px;
    border:1px solid #001ea0;
    color: #001ea0;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    background: #fff;
}
.new_btn_white{
    color: #fff;
    border:1px solid #fff;
    background: transparent;
}
.new_btn:hover{
    background-color: #001ea0;
    color: #fff;
}





.banner .banner_info .banner_info_title{
    text-transform: uppercase;
    font-size: 60px;
    line-height: 65px;
    margin-bottom: 20px;
}
.banner .banner_info .banner_info_text{
    font-size: 20px;
    line-height: 36px;
    color: #fff;
    margin-bottom: 40px;
    width: auto;
}
.home_box h2{
    font-size: 48px;
    line-height: 60px;
    text-transform: uppercase;
}
.banner_info .banner-logo{
    margin-bottom: 20px;
}
.banner_info .subtitle{
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px;
}

.home_about_static{
    margin-bottom: 150px;
}
.home_static_item{
    width: 25%;
    padding: 0;
}
.home_static_item_num{
    font-size: 80px;
    line-height: 100px;
    color: #001ea0;
    font-weight: 300;
    font-family:'Helvetica Neue';
}
.home_static_item_text{
    font-size: 16px;
    line-height: 20px;
}
.home_about_text{
    margin-bottom: 0;
    font-size: 16px;
    line-height: 26px;
}
.home_about_info{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.home_about_info_rbox{
    width: 75%;
}
.home_about_info .text_box{
    display: flex;
    gap: 50px;
}

.home_about_video_box{
    position: relative;
    margin: 100px auto;
}
.home_holding{
    position: relative;
    height: 870px;
    background-color: #fcfbf8;
}
.home_holding .holding_bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
}
.home_holding .holding_bg .lbox{
    width: 50%;
    height: 100%;
}
.home_holding .holding_bg .rbox{
    width: 50%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}
.home_holding .home_holding_cont{
    height: 100%;
    position: relative;
}
.home_holding .conbox{
    width: 50%;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    background-color: #fcfbf8;
    align-items: center;
    padding: 50px 50px 50px 0;
}
.home_holding_title{
    font-size: 48px;
    color: #000;
    margin-bottom: 30px;
}
.home_holding_text{
    font-size: 16px;
    color: #000;
    margin-bottom: 30px;
    line-height: 30px;
    font-weight: 300;
}


.home_about_video_box .video_img{
    height: 40vw;
    max-height: 700px;
}
.home_product{
    margin: 140px auto;
}
.home_product .home_product_title{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 130px;
}
.home_product .home_product_title h2{
    margin-bottom: 20px;
}
.home_product .home_product_title p{
    font-size: 16px;
    font-weight: 300;
    width: 80%;
}

.home_product .product_list{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    row-gap: 60px;
    column-gap: 15px;
}
.home_product .product_list .p_item .imgbox{
    position: relative;
    overflow: hidden;
}
.home_product .product_list .p_item .imgbox button{
    position: absolute;
    left:50%;
    transform: translateX(-50%);
    bottom:-50px;
    transition: all 0.3s ease-in-out;
}
.home_product .product_list .p_item .imgbox img{
    height: 550px;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
}
.home_product .product_list .p_item .imgbox:hover img{
    filter: brightness(0.7);
}
.home_product .product_list .p_item .imgbox:hover button{
    bottom:30px;
}
.home_product .product_list .p_item .info_box{
    padding: 20px;
}
.home_product .product_list .p_item .title{
    font-size: 26px;
    margin-bottom: 20px;
}
.home_product .product_list .p_item p{
    font-size: 16px;
    line-height: 20px;
}
.home_product .product_list .info_box{
    position: relative;
}
.home_product .product_list .info_box .new_btn{
    font-size: 12px;
    padding: 10px;
    position: absolute;
    right: 20px;
    top: 24px;
}
.home_product .pcname{
    font-size: 24px;
    margin-bottom: 10px;
    margin-top: 50px;
}



.home_offer{
    position: relative;
    margin-bottom: 140px;
}
.home_offer .home_offer_title{
    margin-bottom: 70px;
}
.home_offer .sw-page-box{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 70px 90px;
}
.home_offer .sw-page-box .sw-button-next{
    cursor: pointer;
}
.home_offer .sw-page-box .info{
    margin-bottom: 20px;
}
.home_offer .sw-page-box .info span{
    font-size: 14px;
    color:#fff;
    font-weight: 300;
}
.home_offer .sw-page-box .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    background-color: transparent;
    margin-right:30px;
    opacity: 1;
    border:1px solid #fff;
    border-radius: 50%;
}
.home_offer .sw-page-box .swiper-pagination-bullet-active{
    background-color: #fff;
}
.home_offer .home_offer_mbox{
    display: flex;
}
.home_offer .home_offer_mbox .swiper-offer2{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.home_offer .home_offer_mbox .swiper-offer2 .swiper-slide{
    padding: 70px 90px;
}
.home_offer .home_offer_mbox .offer_card{
    width: 35%;
    background-color: #001ea0;
    color:#fff;
    height: 590px;
}
.home_offer .home_offer_mbox .offer_card h3{
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 30px;
}
.home_offer .home_offer_mbox .offer_card p{
    font-size: 16px;
    margin-bottom: 30px;
    font-weight: 300;
}
.home_offer .home_offer_mbox .swiper-offer{
    width: 65%;
}
.home_offer .home_offer_mbox .swiper-offer img{
    height: 100%;
    object-fit: cover;
}
.home_offer .tabitem{
    display: flex;
    height: 110px;
}
.home_offer .tabitem .item{
    height: 110px;
    background-color: #f4f4f4;
    width: 33.33%;
    padding: 20px 0;
}

.home_offer .tabitem .item.active{
    color: #001ea0;
}
.home_offer .tabitem .item .titlebox{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    border-right: 1px solid #000;
    cursor: pointer;
}
.home_offer .tabitem .item .titlebox h4{
    font-size: 22px;
    text-align: center;
}
.home_offer .tabitem .item p{
    font-size: 16px;
    line-height: 20px;
    font-family:'PingFang SC';
    font-weight: 300;
    transition: all 0.3s ease-in-out;
}

.home_offer .tabitem .item:nth-child(3) .titlebox{
    border-right: transparent;
}

.home_why{
    height: 900px;
    background-repeat: no-repeat;
    background-size: cover;
}
.home_why .home_why_title{
    padding-top: 30px;
}
.home_why .tab_cont{
    display: flex;
    gap: 10px;
    margin-top: 10%;
}
.home_why .tab_cont .t_item{
    height: 210px;
    width: 25%;
    background-color: rgba(0,0,0,0.6);
    padding: 50px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}
.home_why .tab_cont .t_item:hover{
    background-color: #001ea0;
    height: 360px;
}
.home_why .tab_cont .t_item img{
    margin-bottom: 10px;
}
.home_why .tab_cont .t_item .why_title{
    font-size: 20px;
    color: #fff;
    height: 90px;
}
.home_why .tab_cont .t_item p{
    font-size: 16px;
    color: #fff;
}
.home_say{
    padding: 200px 0;
}
.home_say .home_say_cont{
    display: flex;
    gap: 100px;
    position: relative;
    height: 520px;
}
.home_say .home_say_cont .new_btn{
    position: absolute;
    bottom: 0;
    right:0;
    z-index: 1;
}
.home_say .home_say_cont .say_image{
    width: 50%;
}
.home_say .home_say_cont .say_image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home_say .home_say_cont .say_swiper_box{
    width: 50%;
    padding-bottom: 0;
}
.home_say .home_say_cont .say_swiper_item{
    flex-direction: column;
    padding: 40px 60px 40px 0;
}
.home_say .home_say_cont .say_swiper_item .say_subtitle{
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.home_say .home_say_cont .say_swiper_item .say_subtitle .line{
    width: 70%;
    display: inline-block;
    height: 1px;
    background: #ccc;
}
.home_say .home_say_cont .say_swiper_item .say_swiper_item_text{
    font-size: 22px;
    color:#676767;
}
.home_say .home_say_cont .say_swiper_item .say_icon{
    padding: 30px 0;
}
.home_say .say_swiper_item_info{
    display: flex;
    align-items: center;
    margin-top: 10%;
}
.home_say .say_swiper_item_info .say_swiper_img{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 20px;
}
.home_say .say_swiper_item_info .say_swiper_name{
    font-size: 24px;
    font-weight: 400;
    color:#292929;
}
.home_say .say_swiper_item_info .say_swiper_job{
    font-size: 16px;
    font-weight: 300;
    color:#292929;
}
.say_swiper_box .swiper-pagination{
    padding-left:0;
}
.say_swiper_box .swiper-pagination .swiper-pagination-bullet{
    background-color: #676767
}
.say_swiper_box .swiper-pagination .swiper-pagination-bullet-active{
    background-color: #001ea0;
}

.home_piece{
    background-color: #fcfbf8;
}
.home_piece .home_piece_cont{
    padding-top: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.home_piece .home_piece_cont .home_piece_subtitle{
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 30px;
}
.home_piece .home_piece_cont .home_piece_title{
    font-size: 48px;
    font-weight: 400;
    margin-bottom: 30px;
    letter-spacing: -2px;
}
.home_piece .home_piece_cont .home_piece_ph{
    margin: 30px 0px;
    font-size: 30px;
    color:#676767;
    font-weight: 300;
}
.home_piece .home_piece_cont .home_piece_ph span{
    padding: 0 25px;
}
.home_piece .home_piece_cont .home_piece_img{
    width: 100%;
}

.about_banner{
    height: 830px;
}
.about_banner .banner_info{
    bottom: 20px;
}
.about_banner .banner_info_text{
    font-size:24px;
    font-weight: 300;
    margin-top:50px
}
.about_banner .banner_info_text a{
    color:#fff;
}
.about_about_upper{
    padding: 60px 0;
}
.about_about_upper .about_about_title{
    font-size: 48px;
    font-weight: 400;
    margin-bottom: 20px;
    letter-spacing: -2px;
}
.about_about_upper .about_about_info{
    display: flex;
    gap: 200px;
}
.about_about_upper .about_about_info .about_about_info_lbox{
    width: 50%;
}
.about_about_upper .about_about_info .about_about_info_lbox .about_about_text{
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 20px;
}
.about_about_upper .about_about_info .about_about_info_rbox{
    width: 50%;
}
.about_about_upper .about_about_info .about_about_info_rbox .icon-list{
    display: flex;
    gap: 30px;
    margin-bottom: 50px;
}
.about_about_upper .about_about_info .about_about_info_rbox .icon-list .icon-box img{
    filter:invert(1);
}
.about_about_upper .about_about_info .about_about_info_rbox .list-box .i-title{
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 10px;
}
.about_about_upper .about_about_info .about_about_info_rbox .list-box ul li{
    list-style: disc;
    font-size: 16px;
    font-weight: 300;
}
.about_about_upper .about_about_info .about_about_more{
    margin-top: 50px;
}
.about_about_video_box{
    position: relative;
}
.about_art{
    position: relative;
    display: flex;
    justify-content: center;
}
.about_art .about_art_bg{
    display: flex;
    height: 730px;
    width: 100%;
}
.about_art .about_art_bg .rbox{
    width: 30%;
    height: 100%;
    background-color: #001ea0;
}
.about_art .about_art_bg .lbox{
    width: 70%;
    height: 100%;
    background-color: #f4f4f4;
}
.about_art .about_art_cont{
    display: flex;
    height:730px;
    position: absolute;
}
.about_art .about_art_cont .conbox{
    width: 70%;
    background-color: #f4f4f4;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.about_art .about_art_cont .conbox .about_art_title{
    font-size: 48px;
    font-weight: 400;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.about_art .about_art_cont .conbox .about_art_text{
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 20px;
    width: 70%;
}
.about_art .about_art_cont .conbox .about_btn .new_btn{
    margin-right:10px;
}
.about_art .about_art_cont .numbox{
    width: 30%;
    background-color: #001ea0;
    color:#fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    padding: 100px;
}
.about_art .about_art_cont .numbox .numitem .num{
    font-size: 80px;
}
.about_art .about_art_cont .numbox .numitem .num sub{
    vertical-align: bottom;
    margin-left: 10px;
}
.about_art .about_art_cont .numbox .numitem .title{
    font-size: 18px;
    font-weight: 300;
}
.about_rec .about_rec_cont{
    padding: 80px 0;
}

.about_rec .about_rec_title{
    font-size: 48px;
    line-height: 52px;
    font-weight: 400;
    width: 60%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 60px;
    text-transform: uppercase;
}
.about_rec .rec_list{
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(5, 1fr);
}
.about_rec .rec_list img{
    margin-bottom: 20px;
    height: 450px;
    width: 100%;
    object-fit: cover;
}
.about_rec .rec_list .info_box{
    font-size: 18px;
}

.about_what{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.about_what .about_what_cont{
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    height: 950px;
}
.about_what .about_what_cont .about_what_title{
    font-size: 48px;
    line-height: 52px;
    font-weight: 400;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.about_what .about_what_cont .tab_cont{
    display: flex;
    gap: 30px;
    margin-bottom: 60px;
    justify-content: center;
}
.about_what .about_what_cont .tab_cont .t_item{
    width: 405px;
    height:230px;
    border-radius: 10px;
    background-color: #000a;
    color:#fff;
    padding: 40px 60px;
    text-align: left;
}
.about_what .about_what_cont .tab_cont .t_item:hover{
    background-color: #001ea0;
}
.about_what .about_what_cont .tab_cont .t_item .what_title{
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 15px;
}
.about_what .about_what_cont .tab_cont .t_item p{
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 20px;
}
.about_sust .about_sust_cont{
    height: 1200px;
    display: flex;
    padding: 160px 0;
    gap: 50px;
}
.about_sust .about_sust_cont .new_btn{
    margin-top: 50px;
}
.about_sust .about_sust_cont .about_sust_info{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: start;
    padding-right: 100px;
}
.about_sust .about_sust_cont .about_sust_img{
    width: 50%;
}
.about_sust .about_sust_cont .about_sust_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about_sust .about_sust_cont .about_sust_title{
    font-size: 48px;
    line-height: 52px;
    font-weight: 400;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.about_sust .about_sust_cont p{
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 20px;
}
.about_sust .about_sust_cont .about_sust_item .sust_title{
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 15px;
}
.about_our{
    background-image: url(../images/team_bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 0 160px;
}
.about_our .about_our_cont .about_our_title{
    font-size: 48px;
    line-height: 52px;
    font-weight: 400;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
}
.about_our .about_our_cont p{
    font-size: 18px;
    font-weight: 300;
    width: 60%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 50px;
}
.about_our .about_our_grid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 75px;
}
.about_our .about_our_grid .our_item{
    padding: 20px 35px;
    background-color: #fff8;
    border-radius: 10px;
    min-height: 230px;
}
.about_our .about_our_grid .our_item .title{
    padding-bottom: 20px;
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
}
.about_our .about_our_grid .our_item .text{
    font-size: 18px;
    font-weight: 300;
}
.about_our .about_our_grid .our_item:hover{
    background-color: #001ea0;
    color:#fff;
}
.about_mom .about_mom_cont{
    height: 1070px;
    padding: 80px 0;
}
.about_mom .about_mom_title{
    font-size: 48px;
    line-height: 52px;
    font-weight: 400;
    margin-bottom: 100px;
    text-align: center;
}
.about_mom .sw-info{
    padding: 20px;
}
.about_mom .sw-info .timebox{
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 20px;
}
.about_mom .sw-info .title{
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 20px;
}
.about_mom .sw-info p{
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 20px;
}
.about_mom .sw-buttons{
    display: flex;
    justify-content: center;
    align-items: center;
}
.about_mom .sw-buttons .sw-pagination .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #001ea0;
    margin-right: 30px;
    opacity: 1;
}
.about_mom .sw-buttons .sw-pagination .swiper-pagination-bullet-active{
    background-color: #001ea0;
}
.about_mom .sw-buttons .sw-button-next{
    margin-left: 30px;
}

.smart_box .smart_inside .info1{
    background-color: #001ea0;
    color:#fff;
}
.smart_box .smart_inside .info1 .info_cont{
    height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 30px;
    padding:0 10%;
}
.smart_box .smart_inside .info2 .info2_cont{
    height:350px;
    display: flex;
    align-items: center;
}
.smart_box .smart_inside .info2 .info2_cont .title{
    width: 50%;
    font-size: 48px;
    line-height: 52px;
    text-transform: uppercase;
    color:#202020;
}
.smart_box .smart_inside .info2 .info2_cont p{
    width: 50%;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    padding-left:10%;
    text-align: right;
    color: #444;
}
.smart_box .smart_inside .imgbox img{
    width: 100%;
    height: 770px;
    object-fit: cover;
}
.smart_box .smart_advanced .infobox{
    height: 350px;
    display: flex;
    align-items: center;
}
.smart_box .smart_advanced .infobox .title{
    width: 50%;
    font-size: 48px;
    line-height: 52px;
    text-transform: uppercase;
    color:#202020;
}
.smart_box .smart_advanced .infobox p{
    width: 50%;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    padding-left:10%;
    text-align: right;
    color: #444;
}
.smart_box .smart_advanced .btnbox{
    text-align: center;
    margin-top: 50px;
}
.smart_box .smart_advanced .fbox{
    font-size: 48px;
    text-transform: uppercase;
    margin:100px 0 50px;
    color:#202020;
}
.smart_resources .resources_cont{
    display: flex;
    height: 780px;
}
.smart_resources .resources_cont .lbox{
    width: 50%;
    background-color: #001ea0;
    color:#fff;
    position: relative;
}
.smart_resources .resources_cont .lbox .sw-button-next{
    position: absolute;
    bottom: 60px;
    right: 75px;
    font-size: 48px;
    color: #fff;
    cursor: pointer;
    z-index: 100;
}
.smart_resources .resources_cont .lbox .swiper-slide{
    padding:90px 75px;
}
.smart_resources .resources_cont .lbox .swiper-slide .num{
    font-size: 126px;
    font-weight: 300;
    margin-bottom: 20px;
}
.smart_resources .resources_cont .lbox .infobox{
    width: 70%;
}
.smart_resources .resources_cont .lbox .infobox .title{
    font-size: 48px;
    margin-bottom: 20px;
}
.smart_resources .resources_cont .lbox .infobox p{
    font-size: 18px;
}
.smart_resources .resources_cont .lbox .infobox .fbox{
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 80px;
}
.smart_resources .resources_cont .lbox .swiper{
    height: 100%;
}
.smart_resources .resources_cont .lbox .swiper .swiper-wrapper{
    height: 100%;
}
.smart_resources .resources_cont .lbox .swiper .swiper-slide{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.smart_resources .resources_cont .rbox{
    width: 50%;
}
.smart_resources .resources_cont .rbox .sw-smart-img{
    height: 100%;
}
.smart_resources .resources_cont .rbox .swiper-wrapper{
    height: 100%;
}
.smart_resources .resources_cont .rbox .swiper-slide{
    height: 100%;
}
.smart_resources .resources_cont .rbox .swiper-slide img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.smart_box .smart_master .master_cont{
    height: 945px;
    display: flex;
    align-items: center;
    gap: 100px;
}
.smart_box .smart_master .master_cont .master_info{
    width: 50%;
}
.smart_box .smart_master .master_cont .master_info .title{
    font-size: 48px;
    line-height: 52px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 40px;
    color:#202020;
}
.smart_box .smart_master .master_cont .master_info .subtitle{
    font-size: 36px;
    line-height: 40px;
    width: 80%;
    margin-bottom: 30px;
    color:#202020;
}
.smart_box .smart_master .master_cont .master_info p{
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    color: #444;
}
.smart_box .smart_master .master_cont .master_info .imgbox{
    text-align: center;
}
.smart_box .smart_master .master_cont .master_img{
    width: 50%;
}
.smart_box .smart_series{
    background-color: #f3f3f3;
    height: 1150px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.smart_box .smart_series>.title{
    font-size: 48px;
    line-height: 52px;
    text-transform: uppercase;
    color:#202020;
    margin-bottom: 60px;
}
.smart_box .series_cont{
    display: flex;
    gap: 30px;
    align-items: center;
}
.smart_box .series_cont .item{
    width:100%;
}
.smart_box .series_cont .item .imgbox{
    height: 690px;
}
.smart_box .series_cont .item .imgbox img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.smart_box .series_cont .item .info .title{
    font-size: 30px;
    color:#464646;
    margin:20px 0;
}
.smart_box .series_cont .item .info p{
    font-size: 18px;
    color:#464646;
    width: 90%;
}
.smart_quote{
    background-image: url(../images/Smart-bg.png);
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
}
.smart_quote{
    height: 1024px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.smart_quote .quote_cont .qinfo{
    width: 50%;
}
.smart_quote .quote_cont .formbox{
    width: 50%;
    padding: 0 50px;
}
.smart_quote .quote_cont{
    display: flex;
    gap: 300px;
}
.smart_quote .quote_cont .qinfo .title{
    font-size: 30px;
    line-height: 32px;
    text-transform: uppercase;
    margin: 40px 0;
    color:#202020;
}
.smart_quote .quote_cont .qinfo p{
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 40px;
    color: #444;
}
.smart_quote .quote_cont .qinfo ul{
    padding-left: 20px;
    color: #444;
}
.smart_quote .quote_cont .qinfo ul li{
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 10px;
    list-style: disc;
}
.smart_quote .quote_cont .qinfo ul li::marker{
    color: #001ea0;
}
.smart_quote .quote_cont .formbox h3{
    font-size: 48px;
    font-weight: 300;
    line-height: 52px;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.smart_quote .quote_cont .formbox .form-group{
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
}
.smart_quote .quote_cont .formbox .form-group .form-item input{
    width: 100%;
    font-size: 18px;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    background:transparent;
}
.smart_quote .quote_cont .formbox .form-group .form-item select{
    width: 100%;
    font-size: 18px;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    background:transparent;
}
.smart_quote .quote_cont .formbox .form-group .form-item textarea{
    width: 100%;
    font-size: 18px;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    background:transparent;
}
.smart_quote .quote_cont .formbox .form-group .form-50{
    width: 50%;
}
.smart_quote .quote_cont .formbox .form-group .form-100{
    width: 100%;
}
.formbox .form-item{
    position: relative;
}
.formbox .form-item .ph,.formbox .form-item .ph2{
    position:absolute;
    left:0px;
    top: 5px;
    color:#777;
    pointer-events:none;
    font-size: 18px;
}
.formbox .form-item .ph .red,.formbox .form-item .ph2 .red{
    color: #ff0000;
}
.ipt[placeholder=" "]:not(:placeholder-shown) + .ph,
.ipt:focus + .ph {
  opacity: 0;
}


.quality_tier{
    padding: 100px 0;
}
.quality_tier .tier_cont{
    display: flex;
}
.quality_tier .tier_cont .lbox{
    width:70%;
}
.quality_tier .tier_cont .lbox h3{
    font-size: 48px;
    font-weight: 300;
    line-height: 52px;
    text-transform: uppercase;
    margin-bottom: 40px;
    width: 80%;
}
.quality_tier .tier_cont .lbox p{
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 0px;
    color: #444;
}
.quality_tier .tier_cont .rbox{
    width:30%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
.quality_tier .tier2_cont{
    display: flex;
    margin-top: 100px;
    gap:40px;
}
.quality_tier .tier2_cont .item{
    width: 25%;
}
.quality_tier .tier2_cont .item .title{
    font-size: 70px;
    color: #001ea0;
    font-weight: 300;
    margin-bottom: 20px;
}
.quality_tier .tier2_cont .item .text{
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    color: #444;
}
.quality_global{
    position: relative;
}
.quality_global .bgbox{
    display: flex;
    height: 690px;
}
.quality_global .bgbox .lbox{
    width: 35%;
    background-color: #001ea0;
    height: 100%;
}
.quality_global .bgbox img{
    width: 65%;
    height: 100%;
    object-fit: cover;
}
.quality_global .global_cont{
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.quality_global .global_cont .g_cont{
    height: 100%;
    display: flex;
}
.quality_global .global_cont .lbox{
    height: 100%;
    display: flex;
    align-items: center;
    width: 30%;
}
.quality_global .global_cont .title{
    color: #fff;
    font-size: 36px;
    line-height: 48px;
}
.quality_how .how_cont{
    padding: 60px 0;
}
.quality_how .how_cont .t-box{
    display: flex;
    justify-content: space-between;
}
.quality_how .how_cont .t-box h3{
    font-size: 48px;
    font-weight: 300;
    line-height: 52px;
    text-transform: uppercase;
    margin-bottom: 40px;
    width: 40%;
}
.quality_how .how_cont .t-box .rbox{
    width: 35%;
    text-align: right;
}
.quality_how .how_cont .t-box .rbox p{
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 40px;
    color: #444;
}
.quality_how .how_cont .num-list .item{
    display: flex;
}
.quality_how .how_cont .num-list .item.active .num .cbox{
    color:#001ea0;
    border:1px solid #001ea0;
}
.quality_how .how_cont .num-list .item.active .infobox .title{
    color: #001ea0;
}
.quality_how .how_cont .num-list .item .num{
    width: 100px;
}
.quality_how .how_cont .num-list .item.active .num::after{
    content: '';
    display: block;
    width: 2px;
    height: 80%;
    background-color: #001ea0;
    margin-top: 10px;
    margin-left: 33px;
}
.quality_how .how_cont .num-list .item .num .cbox{
    width:70px;
    height: 70px;
    line-height: 65px;
    text-align: center;
    border-radius: 50%;
    border:1px solid #000;
    color: #000;
    font-size: 36px;
    font-weight: 300;
    background: #fff;
}
.quality_how .how_cont .num-list .item .infobox{
    margin-bottom: 20px;
    width: 80%;
    height: 60px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}
.quality_how .how_cont .num-list .item.active .infobox{
    height:550px;
}
.quality_how .how_cont .num-list .item .infobox .title{
    font-size: 32px;
    line-height: 65px;
    font-weight: 300;
    cursor: pointer;
}
.quality_how .how_cont .num-list .item .infobox p{
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    margin: 20px 0;
    color: #444;
    width: 80%;
}

/* solutions */
.solutions_oem .oem_cont{
    padding: 100px 0;
}
.solutions_oem .oem_cont .oem_title{
    font-size: 48px;
    font-weight: 400;
    line-height: 52px;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.solutions_oem .oem_cont .oem_info{
    display: flex;
    gap: 40px;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    color: #444;
}
.solutions_oem .oem_cont .oem_info p{
    width:33%
}
.solutions_oem .oem2_cont{
    display: flex;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 100px;
}
.solutions_oem .oem2_cont .item{
    width: 30%;
}
.solutions_oem .oem2_cont .item.flex_item{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.solutions_oem .oem2_cont .item .title{
    font-size: 60px;
    font-weight: 300;
    line-height: 62px;
    color: #001ea0;
    margin-bottom: 10px; 
}
.solutions_oem .oem2_cont .item .title sub{
    font-size: 40px;
    vertical-align: middle;
}
.solutions_oem .oem2_cont .item .subtitle{
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    color: #444;
    margin-bottom: 10px;
}

.solutions_oem .oem2_cont .item .text{
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    color: #444;
}
.solutions_imgbox{
    height: 700px;
    width: 100%;
}
.solutions_imgbox img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.solutions_three{
    padding: 100px 0;
}
.solutions_three .t-box{
    text-align: center;
}
.solutions_three .t-box h3{
    font-size: 48px;
    font-weight: 400;
    line-height: 52px;
    text-transform: uppercase;
    margin-bottom: 40px;
    color: #444;
}
.solutions_three .t-box p{
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    color: #444;
    margin-bottom: 60px;
}
.solutions_three .two_imgbox{
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.solutions_three .two_imgbox .item{
    height: 750px;
    background-size: cover;
    background-repeat: no-repeat;
    width: 50%;
    
}
.solutions_three .two_imgbox .item .infobox{
    padding: 45px;
    background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.8) 100%);
    height: 100%;
    color: #fff;
}
.solutions_three .two_imgbox .item .infobox .infomain{
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
}
.solutions_three .two_imgbox .item .infobox .infomain .moveinfo{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -200px;
    height: 250px;
    transition: all 0.3s ease-in-out;
}
.solutions_three .two_imgbox .item .infobox .title{
    font-size: 36px;
    margin-bottom: 20px;
}
.solutions_three .two_imgbox .item .infobox .infobox-body p{
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 30px;
}
.solutions_three .two_imgbox .item:hover .infobox .infomain .moveinfo{
    bottom: 0px;
}

.solutions_wholesale .wholesale_cont{
    display: flex;
    height: 880px;
}
.solutions_wholesale .wholesale_cont .infobox{
    width: 40%;
    background-color: #001ea0;
    height: 100%;
    color:#fff;
    padding:120px 100px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}
.solutions_wholesale .wholesale_cont .infobox .title{
    font-size: 42px;
    font-weight: 400;
    line-height: 52px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.solutions_wholesale .wholesale_cont .infobox p{
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 40px;
}
.solutions_wholesale .wholesale_cont .infobox ul{
    padding-left: 20px;
}
.solutions_wholesale .wholesale_cont .infobox ul li{
    list-style: disc;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 10px;
}
.solutions_wholesale .wholesale_cont .imgbox{
    width: 60%;
    height: 100%;
}
.solutions_wholesale .wholesale_cont .imgbox img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.solutions_howit .howit_cont{
    padding: 80px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}
.solutions_howit .howit_cont .linfo{
    width: 35%;
}
.solutions_howit .howit_cont .rinfo{
    width: 35%;
}
.solutions_howit .howit_cont .linfo .title{
    font-size: 42px;
    font-weight: 400;
    line-height: 52px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.solutions_howit .howit_cont .linfo .subtitle{
    font-size: 30px;
    font-weight: 400;
    line-height: 34px;
    margin-bottom: 20px;
    color: #322c2c;
}
.solutions_howit .howit_cont .linfo p{
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    color: #444;
    margin-bottom: 40px;
}
.solutions_howit .howit_cont .rinfo{
    text-align: right;
}
.solutions_howit .howit_cont .rinfo ul{
    margin-bottom: 50px;
    padding-left: 20px;
    text-align: left;
}
.solutions_howit .howit_cont .rinfo ul li{
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    color: #444;
    list-style: disc;
}
.solutions_howit .howit_imgbox{
    margin-bottom: 160px;
}
.solutions_easy{
    background-image:url(../images/solutions_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 820px;
}
.solutions_easy .easy_cont{
    padding: 100px 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
}
.solutions_easy .easy_cont .title{
    font-size: 42px;
    font-weight: 400;
    line-height: 52px;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.solutions_easy .easy_cont .cardlist{
    display: flex;
    justify-content: space-between;
    gap: 40px;
}
.solutions_easy .easy_cont .cardlist .item .item_title{
    font-size: 40px;
    font-weight: 300;
    line-height: 45px;
    text-transform: uppercase;
    margin-bottom: 20px;
    color:#001ea0;
    border-bottom:1px solid #001ea0;
    padding:10px;
}
.solutions_easy .easy_cont .cardlist .item .item_subtitle{
    font-size: 24px;
    font-weight: 300;
    line-height: 28px;
    margin-bottom: 40px;
    color: #001ea0;
}
.solutions_easy .easy_cont .cardlist .item p{
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    color: #444;
    margin-bottom: 40px;
}
.solutions_easy .easy_cont .infobtn .f_title{
    font-size: 24px;
    font-weight: 300;
    line-height: 28px;
    margin-bottom: 40px;
    color: #444;
}
.solutions_easy .easy_cont .infobtn .btns{
    display: flex;
    justify-content: center;
    gap: 10px;
}
/* faq */
.faqs_box{
    background-image:url(../images/faq-bg.png);
    background-position: left bottom;
    background-repeat: no-repeat;
}
.faqs_box .faqs_cont{
    padding: 150px 0;
    max-width: 1400px;
}
.faqs_box .faqs_cont .faqs_title{
    font-size: 60px;
    font-weight: 400;
    line-height: 62px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.faqs_box .faqs_cont .faqs_text{
    font-size: 24px;
    font-weight: 300;
}
.faqs_box .faqs_cont .box_cont{
    margin-top:70px;
    display: flex;
    gap: 120px;
}
.faqs_box .faqs_cont .box_cont .lbox{
    width: 30%;
}
.faqs_box .faqs_cont .box_cont .rbox{
    width: 70%;
}
.faqs_box .faqs_cont .box_cont .fcard{
    background-color:#fcfbf8;
    padding:80px 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 430px;
}
.faqs_box .faqs_cont .box_cont .fcard .title{
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 35px;
}
.faqs_box .faqs_cont .box_cont .fcard p{
    font-size: 18px;
}
.faqs_box .faqs_cont .box_cont .item-list{
    margin-bottom: 100px;
}
.faqs_box .faqs_cont .box_cont .item-list .title{
    font-size: 36px;
    font-weight: 400;
    line-height: 90px;
    border-bottom: 1px solid #001f94;
    padding-bottom: 20px;
}
.faqs_box .faqs_cont .box_cont .item-list .accordion-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #001f94;
}
.faqs_box .faqs_cont .box_cont .item-list .accordion-box .body{
    width: 80%;
}
.faqs_box .faqs_cont .box_cont .item-list .accordion-box .p-title{
    font-size: 24px;
    line-height: 26px;
    font-weight: 400;
    color:#222;
    padding:20px 0;
    cursor: pointer;
}
.faqs_box .faqs_cont .box_cont .item-list .accordion-box p{
    font-size: 18px;
    color:#676767;
    margin-bottom: 20px;
}
.faqs_box .faqs_cont .box_cont .item-list .accordion-box .btnbox{
    transition: all 0.3s ease-in-out;
}
.faqs_box .faqs_cont .box_cont .item-list .accordion-box.active .btnbox{
    transform: rotate(90deg);
}
.certifications_box .certifications_cont{
    padding: 150px 0;
    max-width: 1400px;
}
.certifications_box .certifications_cont .certifications_title{
    font-size: 48px;
    font-weight: 400;
    line-height: 62px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.certifications_box .certifications_cont .certifications_text{
    font-size: 24px;
    font-weight: 300;
}
.certifications_box .cert_tab{
    margin: 70px 0;
    margin-left:-40px;
}
.certifications_box .cert_tab .t_item{
    font-size: 24px;
    font-weight: 300;
    padding: 0 40px;
    text-transform: uppercase;
    border-right:1px solid #000;
}
.certifications_box .cert_tab .t_item:last-child{
    border-right: none;
}
.certifications_box .cert_tab .t_item:hover{
    color:#001ea0;
    text-decoration: underline;
}
.certifications_box .cert_swbox{
    margin-bottom: 50px;
}
.certifications_box .cert_swbox .sw_title{
    font-size: 36px;
    font-weight: 400;
    border-bottom: 1px solid #666;
    line-height: 100px;
    margin-bottom: 60px;
    text-transform: uppercase;
}
.certifications_box .cert_swbox .swmain1,
.certifications_box .cert_swbox .swmain2,
.certifications_box .cert_swbox .swmain3,
.certifications_box .cert_swbox .swmain4{
    position: relative;
}
.certifications_box .cert_swbox .swiper-slide .imgbox{
    width: 100%;
}
.certifications_box .cert_swbox .swiper-slide .imgbox img{
    width: 100%;
}
.certifications_box .cert_swbox .swiper-slide .title{
    text-align: center;
    padding: 30px 10px;
    font-size: 18px;
    text-transform: uppercase;
}
.certifications_box .swiper-button-next,
.certifications_box .swiper-button-prev{
    top:43%;
    filter: grayscale(100%);
}
.certifications_box .swiper-button-next:hover,
.certifications_box .swiper-button-prev:hover{
    filter: grayscale(0);
}
.certifications_box .swiper-button-next{
    right: -80px;
}
.certifications_box .swiper-button-prev{
    left: -80px;
}


.contactus_box{
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
}
.contactus_box .contactus_cont{
    max-width:1400px;
    margin-top:160px;
}
.contactus_box .contactus_cont .contactus_title{
    font-size: 48px;
    text-transform: uppercase;
}
.contactus_box .contactus_cont .contactus_text{ 
    font-size: 24px;
    font-weight: 300;
}
.contactus_box .contactus_cont .smart_quote{
    background-image:none;
    height: 900px;
    align-items: flex-start;
}
.contactus_box .contactus_cont .smart_quote .quote_cont{
    width: 100%;
    gap: 100px;
}
.contactus_box .contactus_cont .smart_quote .quote_cont .qinfo .title{
    font-size: 36px;
    font-weight: 400;
}
.contactus_box .contactus_cont .smart_quote .quote_cont .qinfo .item {
    margin-bottom: 60px;
}
.contactus_box .contactus_cont .smart_quote .quote_cont .qinfo .item .item-title{
    font-size: 30px;
    margin-bottom: 30px;
}
.contactus_box .contactus_cont .smart_quote .quote_cont .qinfo .item .item-text{
    font-size: 24px;
    font-weight: 300;
}
.contactus_box .contactus_cont .smart_quote .quote_cont .qinfo .icolist a{
    margin-right:20px;
}
.contactus_box .contactus_cont .smart_quote .quote_cont .qinfo .icolist a .icon{
    font-size: 30px;
}
.contactus_box .contactus_cont .smart_quote .quote_cont .qinfo .icolist a:hover .icon{
    color:#a90504;
}
.contactus_box .contactus_cont .smart_quote .quote_cont{
    padding-top: 150px;
}

.footer{
    background-color: #1c295d;
}
.foot_left{
    width: 200px;
}
.foot_logo{
    margin-bottom: 30px;
}
.foot_link .foot_linkdin span{
    color:#1c295d;
}
.foot_nav{
    padding-top: 0;
}
.foot_nav_title:after{
    display: none;
}
.foot_nav_title{
    font-size: 30px;
}
.foot_m{
    border-bottom: 1px solid rgba(255, 255, 255, 0.34);
}
.foot_contact_title{
    margin-bottom: 0;
    font-size: 30px;
    width: 30%;
    font-weight: 300;
}
.foot_contact{
    display: flex;
    align-items: center;
}
.foot_contact_cont{
    display: flex;
    width: 70%;
    align-items: center;
    height: 135px;
}
.foot_contact_cont>div{
    font-size: 18px;
    font-weight: 300;
}
.foot_btm{
    font-size: 14px;
}

.foot_nav_item_last img{
    height: 16px;
}
.foot_nav_item_last span{
    display: inline-block;
    margin: 0 10px;
}
.foot_nav_item{
    width: 200px;
}
.foot_nav_item:first-child{
    width:200px;
}
.foot_nav_item_last{
    width: 350px;
}
@media (max-width: 1640px) {
    .home_static_item_num{
        font-size: 60px;
    }
    /* .foot_left{
        width: 100%;
    }
    .foot_nav{
        float: left;
        padding-top: 50px;
    } */
    .foot_contact_title{
        width: 20%;
    }
    .foot_contact_cont{
        width: 80%;
    }
    .foot_nav_item{
        width: 150px;
        margin-right: 20px;
    }
    .foot_nav_item:first-child{
        width: 150px;
    }
    .foot_nav_title{
        font-size: 24px;
    }
    .foot_nav_cont a{
        font-size: 16px;
    }
    .foot_nav_item_last{
        width:350px;
    }
    .home_why{
        height: 600px;
    }

    .about_rec .rec_list img{
        height: 330px;
    }
    .quality_tier .tier2_cont .item .title{
        font-size: 50px;
    }
    .quality_how .how_cont .t-box h3{
        font-size: 48px;
    }
}
@media (max-width: 1440px) {
    .smart_box .smart_master .master_cont .master_info .title{
        font-size: 33px;
        line-height: 36px;
    }
    .smart_box .smart_master .master_cont .master_info .subtitle{
        font-size: 30px;
    }
    .quality_tier .tier2_cont .item .title{
        font-size: 50px;
    }
    .smart_quote .quote_cont{
        gap:150px;
    }
    .smart_quote{
        height: 850px;
    }
    .certifications_box .swiper-button-next{
        right: 10px;
    }
    .certifications_box .swiper-button-prev{
        left: 10px;
    }
    .foot_upper{
        padding: 30px 0 30px;
    }
    .foot_nav_title{
        margin-bottom: 10px;
    }
    .foot_contact_address{
        line-height: 20px;
    }
    .foot_contact_cont{
        height: 95px;
    }
    .foot_nav_cont a{
        line-height: 24px;
    }
    .home_offer .sw-page-box{
        padding: 20px 90px;
    }
    .home_product .product_list .p_item .imgbox img{
        height: 450px;
    }
    .home_product .product_list .p_item .title{
        margin-bottom: 10px;
    }
    .new_btn{
        padding: 15px 15px;
    }
    .home_offer .home_offer_mbox .swiper-offer2 .swiper-slide{
        padding: 40px 40px;
    }
    
}
@media (max-width:1024px){
    .banner_video_box{
        height: 600px;
    }
    .banner_info .subtitle{
        font-size: 14px;
    }
    .banner .banner_info .banner_info_title{
        font-size: 20px;
        line-height: 26px;
    }
    .banner .banner_info .banner_info_text{
        font-size: 14px;
        line-height: 18px;

    }
    .home_cont{
        padding-top: 50px;
    }
    .home_about_static{
        margin-bottom: 50px;
    }
    .home_static_item{
        width: 50%;
        margin-bottom: 20px;
    }
    .home_static_item_num{
        font-size: 50px;
        line-height: 60px;
    }
    .home_static_item_text{
        height: 25px;
    }
    .home_about_info{
        flex-direction: column;
        align-items: center;
    }
    .home_about_info_rbox{
        width: 100%;
    }
    .home_box h2{
        font-size: 24px;
        line-height: 32px;
    }
    .home_about_info .text_box{
        flex-direction: column;
    }
    .home_about_more{
        margin-top: 20px;
    }
    .home_about_video_box{
        margin:50px 0;
    }
    .home_about_video_box .video_img{
        height: 400px;
    }
    .home_holding{
        height: 900px;
    }
    .home_holding .holding_bg{
        flex-direction: column;
    }
    .home_holding .holding_bg .lbox{
        width: 100%;
        height: 50%;
    }
    .home_holding .holding_bg .rbox{
        width: 100%;
        height: 400px;
    }
    .home_holding .conbox{
        width: 100%;
    }
    .home_holding .conbox{
        padding: 0 15px;
        padding-top: 20px;
        height: 48%;
    }
    .home_holding_text{
        margin-bottom: 10px;
    }
    .home_product{
        margin: 50px 0;
    }
    .home_product .home_product_cont{
        padding: 0 15px;
    }
    .home_product .home_product_title{
        margin-bottom: 50px;
        flex-direction: column;
        align-items: flex-start;
    }
    .home_product .home_product_title p{
        margin-bottom: 20px;
    }
    .home_product .product_list{
        grid-template-columns: 1fr 1fr;
        row-gap: 20px;
    }
    .home_product .product_list .p_item img{
        height: 650px;
        width: 100%;
    }
    .home_product .product_list .p_item .info_box{
        padding: 10px;
    }
    .home_product .product_list .p_item .title{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .home_offer{
        margin-bottom: 50px;
    }
    .home_offer .home_offer_title{
        margin-bottom: 50px;
        padding: 0 15px;
    }
    .home_offer .home_offer_mbox{
        flex-direction: column;
    }
    .home_offer .home_offer_mbox .offer_card{
        width: 100%;
        height: 450px;
    }
    .home_offer .home_offer_mbox .swiper-offer2 .swiper-slide{
        padding: 20px;
    }
    .home_offer .sw-page-box{
        padding: 20px;
    }
    .home_offer .home_offer_mbox .swiper-offer{
        width: 100%;
    }
    .home_offer .home_offer_mbox .swiper-offer img{
        width: 100%;
    }
    .home_offer .tabitem .item .titlebox h4{
        font-size: 16px;
    }
    .home_why{
        height: auto;
    }
    .home_why .home_why_title{
        padding: 0 15px;
    }
    .home_why .tab_cont{
        flex-direction: column;
    }
    .home_why .tab_cont .t_item{
        width: 100%;
        padding: 20px;
        height: 250px;
    }
    .home_why .tab_cont .t_item:hover{
        background-color: rgba(0, 0, 0, 0.6);
        height: 250px;
    }
    .home_why .tab_cont .t_item .why_title{
        height: auto;
    }
    .home_say{
        padding: 50px 0;
    }
    .home_say .home_say_cont{
        flex-direction: column;
        gap: 20px;
        height: auto;
        align-items: center;
    }
    .home_say .home_say_cont .say_image{
        width: 100%;
    }
    .home_say .home_say_cont .say_swiper_box{
        width: 100%;
        padding: 0 15px;
    }
    .home_say .home_say_cont .say_swiper_item{
        padding: 0;
    }
    .home_say .home_say_cont .new_btn{
        position: relative;
        width: max-content;
    }
    .say_swiper_box .swiper-pagination{
        position: relative
    }
    .home_piece .home_piece_cont{
        padding-top: 50px;
    }
    .home_piece .home_piece_cont .home_piece_title{
        font-size: 24px;
    }
    .home_piece .home_piece_cont .home_piece_ph{
        font-size: 16px;
        padding: 0 15px;
    }
    .home_piece .home_piece_cont .home_piece_ph span{
        padding: 0 5px;
    }
    .home_piece .home_piece_cont img{
        height: 250px;
        object-fit: cover;
    }
    .foot_upper {
        padding: 30px 15px 30px;
    }
    .foot_nav_item{
        width: 100%;
    }
    .foot_nav_item:first-child{
        width: 100%;
    }
    .foot_nav_item_last .foot_nav_cont a{
        width: 100%;
    }
    .foot_contact{
        flex-direction: column;
        padding: 15px 0;
    }
    .foot_contact_cont{
        width: 100%;
        flex-direction: column;
        height: auto;
        padding: 15px;
    }
    .foot_contact_title{
        width: 100%;
        text-align: center;
    }
    .foot_left{
        width: 100%;
    }
    /* about */
    .about_banner{
        height:600px;
    }
    .about_about_upper{
        padding:30px 15px
    }
    .about_about_upper .about_about_title{
        font-size: 30px;
    }
    .about_about_upper .about_about_info{
        flex-direction: column;
        gap: 50px;
    }
    .about_about_upper .about_about_info .about_about_info_lbox{
        width: 100%;
    }
    .about_about_upper .about_about_info .about_about_info_rbox{
        width: 100%;
    }
    .about_about_upper .about_about_info .about_about_info_rbox .icon-list{
        margin-bottom: 20px;
    }
    
    .about_art{
        flex-direction: column;
    }
    .about_art .about_art_bg{
        display: none;
    }
    .about_art .about_art_cont{
        position: relative;
        flex-direction: column;
        height: auto;
    }
    .about_art .about_art_cont .conbox{
        width: 100%;
        padding:20px 15px;
    }
    .about_art .about_art_cont .numbox{
        width: 100%;
        padding:20px 50px;
    }
    .about_art .about_art_cont .conbox .about_art_title{
        font-size: 30px;
    }
    .about_art .about_art_cont .conbox .about_art_text{
        width: 100%;
    }
    .about_art .about_art_cont .conbox .about_btn .new_btn{
        margin-top: 20px;
    }
    .about_art .about_art_cont .numbox .numitem .num{
        font-size: 60px;
    }
    .about_rec .about_rec_cont{
        padding:20px 15px;
    }
    .about_rec .about_rec_title{
        font-size: 30px;
        line-height: 35px;
        width: 100%;
        margin-bottom: 30px;
    }
    .about_rec .rec_list{
        grid-template-columns: 1fr;
        justify-items: center;
    }
    .about_rec .rec_list img{
        height: 450px;
    }
    .about_rec .rec_list .r_item{
        width: 45%;
        text-align: center;
    }
    
    .about_what .about_what_cont{
        padding:20px 15px;
    }
    .about_what .about_what_cont .about_what_title{
        font-size: 30px;
    }
    .about_what .about_what_cont .tab_cont{
        flex-direction: column;
        gap: 20px;
    }
    .about_what .about_what_cont .tab_cont .t_item{
        width: 100%;
        padding: 20px;
        height: 200px;
    }
    .about_what .about_what_cont .tab_cont .t_item .what_title{
        font-size: 24px;
    }
    .about_sust .about_sust_cont{
        padding:20px 15px;
        flex-direction: column;
        height: auto;
    }
    .about_sust .about_sust_cont .about_sust_info{
        width: 100%;
        padding-right:0;
    }
    .about_sust .about_sust_cont .about_sust_title{
        font-size: 30px;
        line-height: 35px;
    }
    .about_sust .about_sust_cont .about_sust_img{
        width: 100%;
    }
    .about_sust .about_sust_cont .about_sust_item .sust_title{
        font-size: 24px;
    }
    .about_our{
        padding:40px 0;
    }
    .about_our .about_our_cont{
        padding:20px 15px;
    }
    .about_our .about_our_cont .about_our_title{
        font-size: 30px;
    }
    .about_our .about_our_cont p{
        width: 100%;
    }
    .about_our .about_our_grid{
        gap: 10px;
    }
    .about_our .about_our_grid .our_item .title{
        font-size: 18px;
        padding:10px;
    }
    .about_mom .about_mom_cont{
        height: auto;
        padding:20px 15px;
    }
    .about_mom .about_mom_title{
        font-size: 30px;
        margin-bottom: 30px;
    }
    .about_mom .sw-info{
        padding:10px;
    }
    .about_mom .sw-info .title{
        font-size: 24px;
        margin-bottom: 10px;
    }
    .about_mom .sw-buttons .sw-pagination .swiper-pagination-bullet{
        margin-right: 10px;
    }
    /* smart  */

    .smart_box .smart_inside .info1 .info_cont{
        font-size: 18px;

    }
    .smart_box .smart_inside .info2 .info2_cont{
        display: flex;
        flex-direction: column;
        gap: 20px;
        padding: 20px 15px;
        justify-content: center;
    }
    .smart_box .smart_inside .info2 .info2_cont .title{
        font-size: 24px;
        line-height: 26px;
        width: 100%;
        text-align: center;
    }
    .smart_box .smart_inside .info2 .info2_cont p{
        font-size: 18px;
        width: 100%;
        text-align: center;
        padding:0;
    }
    .smart_box .smart_inside .imgbox img{
        height: 250px;
    }
    .smart_box .smart_advanced .infobox{
        display: flex;
        flex-direction: column;
        gap: 20px;
        padding: 20px 15px;
        justify-content: center;
    }
    .smart_box .smart_advanced .infobox .title{
        width: 100%;
        text-align: center;
        font-size: 24px;
        line-height: 26px;
    }
    .smart_box .smart_advanced .infobox p{
        width: 100%;
        text-align: center;
        padding:0;
    }
    .smart_box .smart_advanced .fbox{
        font-size: 22px;
        padding:20px 15px;
        margin: 20px 0 20px;
        text-align: center;
    }
    .smart_box .smart_resources .resources_cont{
        flex-direction: column;
        height: auto;
    }
    .smart_box .smart_resources .resources_cont .lbox{
        width: 100%;
    }
    .smart_box .smart_resources .resources_cont .rbox{
        width: 100%;
    }
    .smart_box.smart_resources .resources_cont .lbox .swiper-slide{
        padding: 20px 15px;
    }
    .smart_box .smart_resources .resources_cont .lbox .infobox{
        width: 100%;
    }
    .smart_box .smart_resources .resources_cont .lbox .swiper-slide .num{
        font-size: 48px;
    }
    .smart_box .smart_resources .resources_cont .lbox .swiper-slide .title{
        font-size: 24px;
        line-height: 26px;
    }
    .smart_box .smart_resources .resources_cont .lbox .swiper-slide .fbox{
        font-size: 16px;
    }
    .smart_box .smart_resources .resources_cont .lbox .sw-button-next{
        right:20px;
        bottom: 20px;
    }
    .smart_box .smart_master .master_cont{
        flex-direction: column;
        gap: 20px;
        height: auto;
    }
    .smart_box .smart_master .master_cont .master_info{
        width: 100%;
        padding: 20px 15px;
    }
    .smart_box .smart_master .master_cont .master_img{
        width: 100%;
    }
    .smart_box .smart_master .master_cont .master_img img{
        width: 100%;
    }
    .smart_box .smart_master .master_cont .master_info .title{
        font-size: 24px;
        line-height: 26px;
        width: 100%;
        text-align: center;
    }
    .smart_box .smart_master .master_cont .master_info .subtitle{
        font-size: 20px;
        line-height: 22px;
        width: 100%;
        text-align: center;
    }
    .smart_box .smart_series{
        padding: 50px 0;
        height: auto;
    }
    .smart_box .smart_series .series_cont{
        flex-direction: column;
        padding: 20px 40px;
    }
    .smart_box .smart_series .series_cont .item{
        text-align: center;
    }
    .smart_box .series_cont .item .imgbox{
        width:55%;
        margin: 0 auto;
    }
    .smart_box .series_cont .item .info p{
        width: 100%;
    }
    .smart_box .series_cont .item .info .title{
        font-size: 24px;
    }
    .smart_box .smart_quote{
        height: auto;
    }
    .smart_box .smart_quote .quote_cont{
        flex-direction: column;
        padding: 20px 15px;
        gap: 50px;
    }
    .smart_box .smart_quote .quote_cont .qinfo{
        width: 100%;
    }
    .smart_box .smart_quote .quote_cont .formbox{
        width: 100%;
        padding:0;
    }
    .smart_box .smart_quote .quote_cont .qinfo .title{
        font-size: 24px;
        line-height: 26px;
        width: 100%;
        text-align: center;
    }
    .smart_box .smart_quote .quote_cont .formbox h3{
        font-size: 24px;
    }

    /* quality  */
    .smart_box .quality_tier .tier_cont{
        padding: 0px 15px;
        flex-direction: column;
    }
    .smart_box .quality_tier .tier2_cont{
        padding: 0px 15px;
        flex-wrap: wrap;
        margin-top: 30px;
    }
    .quality_tier{
        padding: 40px 0;
    }
    .quality_tier .tier_cont .lbox{
        width: 100%;
    }
    .quality_tier .tier_cont .lbox h3{
        width: 100%;
        font-size: 24px;
        line-height: 26px;
    }
    .quality_tier .tier_cont .rbox{
        margin-top: 20px;
        width: 100%;
        justify-content: flex-start;
    }
    .quality_tier .tier2_cont .item{
        width:46%;
    }
    .quality_global .global_cont .g_cont{
        padding: 0px 15px;
        flex-direction: column;
    }
    .quality_global .bgbox{
        flex-direction: column;
        height: auto;
    }
    .quality_global .bgbox .lbox{
        width: 100%;
        height:400px;
    }
    .quality_global .bgbox img{
        width: 100%;
        height: 400px;
    }
    .quality_global .global_cont .lbox{
        width: 100%;
        height: 400px
    }
    .quality_how .how_cont{
        padding: 60px 15px;
    }
    .quality_how .how_cont .t-box{
        flex-direction: column;
    }
    .quality_how .how_cont .t-box h3{
        width: 100%;
    }
    .quality_how .how_cont .t-box .rbox{
        width: 100%;
        text-align: left;
        margin-bottom: 20px;
    }
    .smart_box .smart_series .title{
        padding: 0 15px;
    }

    /* solutions */
    .solutions_oem .oem_cont{
        padding: 40px 15px;
    }
    .solutions_oem .oem_cont .oem_title{
        font-size: 28px;
        line-height: 26px;
        width: 100%;
        text-align: center;
    }
    .solutions_oem .oem2_cont{
        padding: 20px 15px;
    }
    .solutions_oem .oem2_cont .item .title{
        font-size: 40px;
    }
    .solutions_oem .oem2_cont .item .title sub{
        font-size: 24px;
    }
    .solutions_three{
        padding: 60px 15px;
    }
    .solutions_three .t-box h3{
        font-size: 28px;
        line-height: 26px;
        width: 100%;
        text-align: center;
    }
    .solutions_three .two_imgbox .item{
        height: 550px;
    }
    .solutions_three .two_imgbox .item .infobox .title{
        font-size: 24px;
        line-height: 26px;
    }
    .solutions_wholesale .wholesale_cont{
        flex-direction: column;
        height: auto;
    }
    .solutions_wholesale .wholesale_cont .infobox{
        width: 100%;
    }
    .solutions_wholesale .wholesale_cont .imgbox{
        width: 100%;
    }
    .solutions_wholesale .wholesale_cont .infobox .title{
        font-size: 24px;
        line-height: 26px;
    }
    .solutions_howit .howit_cont{
        padding: 60px 15px;
        flex-direction: column;
    }
    .solutions_howit .howit_cont .linfo{
        width: 100%;
    }
    .solutions_howit .howit_cont .rinfo{
        width: 100%;
    }
    .solutions_howit .howit_cont .linfo .title{
        font-size: 24px;
        line-height: 26px;
    }
    .solutions_howit .howit_cont .linfo .subtitle{
        font-size: 20px;
        line-height: 24px;
    }
    .solutions_easy{
        height: auto;
    }
    .solutions_easy .easy_cont{
        padding: 60px 15px;
    }
    .solutions_easy .easy_cont .title{
        font-size: 24px;
        line-height: 26px;
    }
    .solutions_easy .easy_cont .cardlist{
        flex-wrap: wrap;
        gap: 20px;
    }
    .solutions_easy .easy_cont .cardlist .item{
        width:100%;
    }
    .faqs_box .faqs_cont{
        padding: 50px 15px;
    }
    .faqs_box .faqs_cont .faqs_title{
        font-size: 42px;
        line-height: 48px;
    }
    .faqs_box .faqs_cont .box_cont{
        flex-direction: column;
        gap: 40px;
    }
    .faqs_box .faqs_cont .box_cont .lbox{
        width: 100%;
    }
    .faqs_box .faqs_cont .box_cont .rbox{
        width: 100%;
    }
    .faqs_box .faqs_cont .box_cont .item-list .title{
        font-size: 28px;
        line-height: 30px;
    }
    .certifications_box .certifications_cont{
        padding: 50px 15px;
    }
    .contactus_box .contactus_cont{
        padding: 50px 15px;
        margin-top: 0px;
        text-align: center;
    }
    .contactus_box .contactus_cont .smart_quote .quote_cont{
        padding-top: 50px;
    }
    .contactus_box .contactus_cont .smart_quote{
        height:auto;
    }

}
@media (max-width:768px) {
    .about_banner{
        height:300px;
    }
    .home_about_video_box .video_img{
        height: 300px;
    }
    .home_holding .holding_bg .lbox{
        height: 100%;
    }
    .home_product .product_list .p_item img{
        height: 250px;
    }
    .home_product .product_list .info_box .new_btn{
        position:initial;
        margin-top:20px;
    }
    .quality_tier .tier2_cont .item {
        width: 40%;
    }
    .quality_tier .tier2_cont .item .title{
        font-size: 24px;
    }
    .quality_global .global_cont .title{
        font-size: 22px;
    }
    .quality_how .how_cont .t-box h3{
        font-size: 24px;
        line-height: 26px;
    }
    .quality_how .how_cont .num-list .item .num .cbox{
        width: 50px;
        height: 50px;
        line-height: 44px;
        font-size: 25px;
    }
    .quality_how .how_cont .num-list .item.active .num::after{
        margin-left: 24px;
    }
    .quality_how .how_cont .num-list .item .num{
        width:70px;
    }
    .quality_how .how_cont .num-list .item .infobox .title{
        font-size: 24px;
        line-height: 46px;
    }
    .quality_how .how_cont .num-list .item .infobox p{
        width:100%;
    }
    .quality_how .how_cont .num-list .item.active .infobox{
        height: 400px;
    }
    .smart_box .smart_series .title{
        font-size: 24px;
        line-height: 26px;
    }
    .smart_box .series_cont .item .imgbox{
        height: 400px;
        width: 45%;
        margin: 0 auto;
    }
    .certifications_box .cert_tab{
        margin-left: -20px;
    }
    .certifications_box .cert_tab .t_item{
        font-size: 18px;
        line-height: 20px;
        padding: 0 20px;
    }
    .certifications_box .cert_swbox .sw_title{
        font-size: 24px;
        line-height: 50px;
    }
    .contactus_box .contactus_cont .contactus_title{
        font-size: 24px;
        line-height: 30px;
    }
    .contactus_box .contactus_cont .contactus_text{
        font-size: 16px;
        line-height: 20px;
    }
    .contactus_box .contactus_cont .smart_quote .quote_cont .qinfo .title{
        font-size: 24px;
        line-height: 30px;
        margin:20px 0px;
    }
    .contactus_box .contactus_cont .smart_quote .quote_cont .qinfo .item{
        margin-bottom: 20px;
    }
    .contactus_box .contactus_cont .smart_quote .quote_cont .qinfo .item .item-title{
        font-size: 22px;
        margin-bottom: 10px;
    }
    .contactus_box .contactus_cont .smart_quote .quote_cont .qinfo .item .item-text{
        font-size: 16px;
        line-height: 20px;
    }



}
@media (max-width:425px) {
    .about_art .about_art_cont .conbox .about_btn .new_btn{
        width: 85%;
    }
    .about_about_upper .about_about_info .about_about_info_rbox .list-box .i-title{
        font-size: 20px;
    }
    .about_about_upper .about_about_info .about_about_info_rbox .list-box ul li{
        font-size: 14px;
    }
    .about_rec .rec_list img{
        height: 250px;
    }
    .smart_box .series_cont .item .imgbox{
        width: 100%;
    }
    .solutions_oem .oem_cont .oem_info{
        flex-direction: column;
    }
    .solutions_oem .oem_cont .oem_info p{
        width: 100%;
    }
    .solutions_oem .oem2_cont{
        flex-direction: column;
    }
    .solutions_oem .oem2_cont .item{
        width: 100%;
    }
    .solutions_imgbox{
        height:300px
    }
    .solutions_three .two_imgbox{
        flex-direction: column;
    }
    .solutions_three .two_imgbox .item{
        width: 100%;
    }
    .solutions_wholesale .wholesale_cont .infobox{
        padding: 40px 15px;
        height: 500px;
    }
    .solutions_howit .howit_imgbox{
        margin-bottom: 0px;
    }
    .solutions_easy .easy_cont .infobtn .btns{
        flex-direction: column;
    }
    .solutions_easy .easy_cont .cardlist .item .item_title{
        font-size: 24px;
    }
    .faqs_box .faqs_cont .box_cont .item-list .accordion-box .p-title{
        font-size: 18px;
        line-height: 20px;
    }
    .faqs_box .faqs_cont .box_cont .item-list .accordion-box p{
        font-size: 16px;
        line-height: 20px;
    }
    .certifications_box .certifications_cont .certifications_title{
        font-size: 24px;
    }
    .certifications_box .certifications_cont .certifications_text{
        font-size: 16px;
    }
    .certifications_box .cert_tab .t_item{
        display: block;
        border-right: none;
    }
}