body.newfont{
    font-family:'Helvetica Neue' !important;
}
.nav{
    padding:0;
}
@media (min-width:1024px) {
    .header{
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding:0 40px;
        border-bottom: none !important;
    }
    .nav ul li>a{
        line-height: 70px;
    }
    .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;
}
.new_btn_white{
    color: #fff;
    border:1px solid #fff;
}
.new_btn:hover{
    transform: translateY(-10px);
}





.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%;
}
.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;
}

.home_product .product_list{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    row-gap: 60px;
    column-gap: 15px;
}
.home_product .product_list .p_item img{
    height: 550px;
    object-fit: cover;
}
.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_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: 750px;
}
.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;
    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;
}
.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%;
}



.footer{
    background-color: #1c295d;
}
.foot_logo{
    margin-bottom: 30px;
}
.foot_link .foot_linkdin span{
    color:#1c295d;
}
.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;
}