.other_banner{
    width: 100%;
}
.other_banner .banner_img{
    width: 100%;
    overflow: hidden;
}
.other_banner .banner_img img{
    width: 100%;
}

.other_banner .banner_mbx{
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.other_banner .banner_mbx a{
    font-size: 12px;
    color: #777;
    display: flex;
    align-items: center;
    padding: 15px 0;
}
.other_banner .banner_mbx a i{
    font-size: 14px;
    color: #777;
    margin: 0 5px;
}


/* 解决方案 */
.solu_com{
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
}
.solu_com .solu_left{
    width: 294px;
    background-color: #fff;
}
.solu_com .solu_left a{
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    padding: 0 0 0 17px;
    font-size: 18px;
    color: #333;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
.solu_com .solu_left a span{
    font-size: 18px;
    margin-right: 8px;
}
.solu_com .solu_left a:hover{
    background-color: #FF9900;
    color: #fff;
}
.solu_com .solu_left .left_active{
    position: relative;
    background-color: #FF9900;
    color: #fff;
    padding: 0;
    justify-content: center;
}
.solu_com .solu_left .left_active span{
    display: none;
}
.solu_com .solu_left .left_active::after{
    position: absolute;
    content: "▶";
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
    font-size: 18px;
    color: #FF9900;
}

.solu_com .solu_right{
    width: calc(100% - 312px);
}
.solu_com .solu_right .right_tap{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}
.solu_com .solu_right .right_tap p{
    font-size: 34px;
    font-weight: 500;
}
.solu_com .solu_right .right_tap span{
    font-size: 12px;
    color: #777;
    font-weight: 400;
}
.solu_com .solu_right .right_tap .right_tap_text{
    font-size: 14px;
    color: #777;
    font-weight: 400;
    margin-top: 20px;
}
.solu_com .solu_right .right_ul{
    width: 100%;
    align-items: flex-start;
}
.solu_com .solu_right .right_ul a{
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 36px;
    background-color: #fff;
}
.solu_com .solu_right .right_ul a:nth-child(3n){
    margin-right: 0;
}
.solu_com .solu_right .right_ul a .right_img{
    width: 100%;
    overflow: hidden;
}
.solu_com .solu_right .right_ul a .right_img img{
    width: 100%;
    transition: all .3s;
}
.solu_com .solu_right .right_ul a:hover .right_img>img{
    transform: scale(1.1);
}
.solu_com .solu_right .right_ul a .right_div{
    width: 100%;
    height: 173px;
    padding: 28px 30px;
}
.solu_com .solu_right .right_ul a .right_div .p1{
    font-size: 22px;
    color: #333;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    margin-bottom: 9px;
}
.solu_com .solu_right .right_ul a .right_div .p2{
    font-size: 14px;
    color: #777;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    margin-bottom: 26px;
}
.solu_com .solu_right .right_ul a .right_div .p3{
    font-size: 14px;
    color: #FF9900;
}


/* 行业应用 */
.indus_ul{
    width: 100%;
}
.indus_ul a{
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 32px;
}
.indus_ul a .indus_img{
    width: 394px;
    overflow: hidden;
}
.indus_ul a .indus_img img{
    width: 100%;
    transition: all .3s;
}
.indus_ul a:hover .indus_img>img{
    transform: scale(1.1);
}
.indus_ul a .indus_div{
    width: calc(100% - 414px);
    display: flex;
    flex-direction: column;
}
.indus_ul a .indus_div .p1{
    font-size: 28px;
    color: #333;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    margin-bottom: 14px;
    transition: all .3s;
}
.indus_ul a:hover .indus_div>.p1{
    color: #FF9900;
}
.indus_ul a .indus_div .p2{
    font-size: 16px;
    color: #777;
    margin-bottom: 14px;
}
.indus_ul a .indus_div .times{
    font-size: 16px;
    color: #777;
}

/* 服务支持 */
.service_ul{
    width: 100%;
    align-items: flex-start
}
.service_ul li{
    width: 49%;
    height: 312px;
    margin-right: 2%;
    margin-bottom: 40px;
    background-color: #F8F8F8;
    padding: 24px 30px;
    color: #333;
}
.service_ul li:nth-child(2n){
    margin-right: 0;
}
.service_ul li .service_title{
    width: 100%;
    padding-bottom: 25px;
    margin-bottom: 48px;
    border-bottom: 1px solid #838383;
    font-size: 19px;
}
.service_ul li .service_title span{
    font-size: 23px;
}
.service_ul li .p1{
    font-size: 16px;
    margin-bottom: 44px;
}
.service_ul li .p2{
    font-size: 16px;
    margin-bottom: 12px;
    display: flex;
    align-items: flex-start;
}
.service_ul li .p2 i{
    font-size: 16px;
    color: #333;
    margin-top: 3px;
    margin-right: 8px;
}


/* 售后服务 */
.after_div{
    width: 100%;
    padding-top: 40px;
    margin-bottom: 40px;
}
.after_div .after_title{
    width: 100%;
    font-size: 24px;
    color: #333;
    margin-bottom: 16px;
}
.after_div .after_list{
    width: 100%;
    margin-bottom: 40px;
}
.after_div .after_list li{
    width: 20%;
    padding-right: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #FF9900;
}
.after_div .after_list li .after_1{
    width: 100%;
    height: 148px;
    border: 1px solid #CFCFCF;
    padding: 20px;
    margin-bottom: 20px;
}
.after_div .after_list li .after_1 .p1{
    font-size: 22px;
    font-weight: bold;
}
.after_div .after_list li .after_1 .p2{
    font-size: 18px;
    color: #333;
    margin: 2px 0 13px;
}
.after_div .after_list li .after_1 .p3{
    font-size: 16px;
    color: #787878;
}
.after_div .after_list li .after_nums{
    width: 24px;
    height: 24px;
    border-radius: 24px;
    background-color: #FF9900;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: -12px;
}
.after_div .after_text{
    font-size: 14px;
    margin-bottom: 40px;
    color: #777;
}

/* 联系我们 */
.tact_fs{
    width: 100%;
    align-items: flex-start;
}
.tact_fs li{
    width: 33.3333%;
    height: 360px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.tact_fs li .fs_img{
    width: 150px;
    height: 150px;
    border-radius: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #eee;
}
.tact_fs li .fs_img img{
    width: 64px;
}
.tact_fs li .p1{
    width: auto;
    font-size: 20px;
    color: #333;
    font-weight: bold;
    margin: 20px 0 16px;
}
.tact_fs li .p2{
    width: 60%;
    font-size: 14px;
    color: #777;
    text-align: center;
    line-height: 22px;
}

.yu_map{height: 500px;}

.yu_message{
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 50px 70px 40px;
    margin-bottom: 60px;
}
.yu_message form{
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
}
.yu_message form .form_left{
    width: 48%;
}
.yu_message form .form_left .form_p{
    width: 100%;
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin-bottom: 10px;
}
.yu_message form .form_left .form_p span{
    color: #f00;
}
.yu_message form .form_left input{
    width: 100%;
    height: 60px;
    background-color: #F5F5F5;
    padding: 0 20px;
    border: none;
    outline: none;
    margin-bottom: 32px;
    border-radius: 8px;
}
.yu_message form .form_left textarea{
    width: 100%;
    /* height: 60px; */
    background-color: #F5F5F5;
    padding: 20px;
    border: none;
    outline: none;
    margin-bottom: 32px;
    border-radius: 8px;
}
.yu_message form .form_left button{
    width: 100%;
    height: 60px;
    background-color: #FF9900;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    border-radius: 8px;
}
.yu_message form .form_left .form_item{
    width: 100%;
    margin-bottom: 32px;
}
.yu_message form .form_left .form_item input{
    flex: 1;
    margin-right: 20px;
    margin-bottom: 0;
}
.yu_message form .form_left .form_item #v_container {
    width: 150px;
    height: 60px;
}

.yu_message form .form_left .form_item #v_container #verifyCanvas {
    width: 150px;
    height: 60px;
}

/* 关于纳威尔 */
.nevil_ul{
    width: 100%;
    align-items: flex-start;
    margin-bottom: 100px;
}
.nevil_ul li{
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.nevil_ul li img{
    width: 96px;
}
.nevil_ul li .p1{
    width: auto;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    padding-bottom: 14px;
    border-bottom: 1px solid #b9b9b9;
    margin: 16px 0 19px;
}
.nevil_ul li .p2{
    width: 60%;
    font-size: 13px;
    color: #777;
    text-align: center;
    line-height: 22px;
}
.about_us{
    padding: 52px 0;
    background-color: #F8F8F8;
}
.about_us_div{
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
}
.about_us_div .about_us_l{
    width: 49%;
}
.about_us_div .about_us_l .p1{
    width: 100%;
    font-size: 23px;
    color: #FF9900;
    margin-bottom: 2px;
}
.about_us_div .about_us_l .p2{
    width: 100%;
    font-size: 12px;
    color: #777;
    margin-bottom: 28px;
}
.about_us_div .about_us_l .p3{
    width: 100%;
    font-size: 15px;
    color: #777;
    line-height: 26px;
}
.about_us_div .about_us_img{
    width: 48%;
    overflow: hidden;
}
.about_us_div .about_us_img img{
    width: 100%;
    transition: all .3s;
}
.about_us_div .about_us_img:hover img{
    transform: scale(1.1);
}

/* 企业优势 */
.terprise_ul{
    width: 100%;
    align-items: flex-start;
}
.terprise_ul li{
    width: 336px;
    height: 240px;
    box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 24px 25px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 18px;
    margin-bottom: 30px;
}
.terprise_ul li:nth-child(4){
    margin-right: 0;
}
.terprise_ul li img{
    width: 72px;
}
.terprise_ul li .p1{
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin: 19px 0 10px;
}
.terprise_ul li .p2{
    width: 100%;
    text-align: center;
    font-size: 15px;
    color: #777;
    line-height: 24px;
}

/* 成功案例 */
.success_ul{
    width: 100%;
    align-items: flex-start;
    margin-bottom: 100px;
}
.success_ul li{
    width: 20%;
    height: 170px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border: 1px solid #EEEEEE;
}
.success_ul li img{
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    transition: all .3s;
}
.success_ul li:hover img{
    transform: scale(1.1);
}

/* 产品中心 */
.pro_ul1{
    width: 100%;
    justify-content: center;
    margin-bottom: 50px;
}
.pro_ul1 li{
    margin: 0 20px;
    position: relative;
}
.pro_ul1 li .proA{
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #777;
}
.pro_ul1 .proA_active a{
    color: #333;
}
.pro_ul1 li .proA i{
    font-size: 16px;
    color: #777;
}
.pro_ul1 .proA_active a i{
    color: #333;
}
.pro_ul1 li .proA_none{
    position: absolute;
    top: 100%;
    width: 170px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    background-color: #fff;
    box-shadow: 0 3px 9px 1px #d9d9d9;
    display: none;
}
.pro_ul1 li .proA_none a{
    width: 100%;
    display: flex;
    padding: 12px 0 12px 10px;
    font-size: 14px;
    color: #777;
}
.pro_ul1 li .proA_none a:hover{
    background-color: #F2F2F2;
}
.pro_ul1 li .proA_none .right_a_after{
    background-color: #FF9900;
    color: #fff;
}

.pro_mulu{
    width: 100%;
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #E1E1E1;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 40px;
}
.pro_mulu span{
    width: 4px;
    height: 18px;
    background-color: #FF9900;
    margin-right: 11px;
}
.pro_ul2{
    width: 100%;
    align-items: flex-start
}
.pro_ul2 a{
    width: 19%;
    margin-right: 1.25%;
    margin-bottom: 25px;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    box-shadow: 0 3px 10px 1px #d9d9d9;
}
.pro_ul2 a:nth-child(5n){
    margin-right: 0;
}
.pro_ul2 a .pro_img{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.pro_ul2 a .pro_img img{
    width: auto;
    max-width: 100%;
    transition: all .3s;
}
.pro_ul2 a:hover .pro_img>img{
    transform: scale(1.1);
}
.pro_ul2 a p{
    width: 100%;
    padding: 8px 0;
    font-size: 16px 5px;
    color: #333;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .3s;
}
.pro_ul2 a:hover p{
    background-color: #FF9900;
    color: #fff;
}

/* 产品详情 */
.pro_view1{
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 60px;
}
.pro_view1 .pro_vew_img{
    width: 740px;
    /* height: 380px; */
    display: flex;
    justify-content: center;
    align-items: center;
}
.pro_view1 .pro_vew_img img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.pro_view1 .pro_view_p{
    width: calc(100% - 800px);
}
.pro_view1 .pro_view_p .view_title{
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 24px;
}
.pro_view1 .pro_view_p .view_text{
    width: 100%;
    font-size: 14px;
    line-height: 26px;
}

.pro_view2{
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
}
.pro_view2 .view2_left{
    width: 240px;
}
.pro_view2 .view2_left .left_top{
    width: 100%;
    display: flex;
    align-items: center;
    padding: 11px 0;
    border-bottom: 1px solid #E4EAEC;
    margin-bottom: 16px;
    font-size: 14px;
    color: #333;
}
.pro_view2 .view2_left .left_top img{
    width: 16px;
    margin-left: 3px;
}
.pro_view2 .view2_left .view2_ul{
    width: 100%;
}
.pro_view2 .view2_left .view2_ul a{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}
.pro_view2 .view2_left .view2_ul a .view2_img{
    width: 100%;
    overflow: hidden;
}
.pro_view2 .view2_left .view2_ul a .view2_img img{
    width: 100%;
    transition: all .3s;
}
.pro_view2 .view2_left .view2_ul a:hover .view2_img>img{
    transform: scale(1.1);
}
.pro_view2 .view2_left .view2_ul a p{
    width: 100%;
    padding: 12px 0;
    text-align: center;
    font-size: 14px;
    transition: all .3s;
}
.pro_view2 .view2_left .view2_ul a:hover p{
    background-color: #FF9900;
    color: #fff;
}
.pro_view2 .view2_right{
    width: calc(100% - 320px);
}
.pro_view2 .view2_right .right_top{
    width: 100%;
    border-bottom: 1px solid #E4EAEC;
    margin-bottom: 24px;
}
.pro_view2 .view2_right .right_top a{
    font-size: 16px;
    color: #333;
    padding: 11px 21px;
    border-bottom: 1px solid #E4EAEC;
}
.pro_view2 .view2_right .right_top .right_active{
    border-bottom: 1px solid #FF9900;
    color: #FF9900;
}
.pro_view2 .view2_right .right_none{
    width: 100%;
    overflow: hidden;
    display: none;
}
.pro_view2 .view2_right .right_none img{
    max-width: 100%;
}
.product_view{
    margin-bottom: 100px;
}

.other_view{
    width: 100%;
    padding-bottom: 30px;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 40px;
}
.other_view .other_view_p{
    width: 100%;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}
.other_view .other_view_time{
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #777;
}
.other_view_com{
    width: 100%;
}
.other_view_com img{
    max-width: 100%;
}


@media (max-width:767px){
    .other_banner .banner_img img{width: auto;height: 154px;}
    .nevil_ul{margin-bottom: 50px;}
    .nevil_ul li{width: 50%;margin-bottom: 20px;}
    .nevil_ul li .p2{width: 90%;}
    .about_us_div .about_us_l{width: 100%;}
    .about_us_div .about_us_img{width: 100%;}
    .terprise_ul li{width: 100%;margin-right: 0;}
    .success_ul li{width: 50%;}
    .pro_ul1 li{margin: 0 12px;margin-bottom: 10px;}
    .pro_ul2 a{width: 48%;margin-right: 4%;}
    .pro_ul2 a:nth-child(2n){margin-right: 0;}
    .pro_ul2 a:nth-child(5){margin-right: 4%;}
    .pro_ul2 a:nth-child(15){margin-right: 4%;}
    .pro_view1 .pro_vew_img{width: 100%;height: auto;}
    .pro_view1 .pro_view_p{width: 100%;}
    .pro_view2{flex-direction: column-reverse;}
    .pro_view2 .view2_left{width: 100%;}
    .pro_view2 .view2_right{width: 100%;margin: 30px 0;}
    .pro_view2 .view2_left .view2_ul{display: flex;align-items: flex-start;flex-wrap: wrap;}
    .pro_view2 .view2_left .view2_ul a{width: 50%;}
    .solu_com .solu_left{width: 100%;margin-bottom: 20px;}
    .solu_com .solu_right{width: 100%;}
    .solu_com .solu_left a{height: 50px;font-size: 16px;}
    .solu_com .solu_left a span{font-size: 14px;}
    .solu_com .solu_right .right_tap p{font-size: 22px;}
    .solu_com .solu_right .right_ul a{width: 49%;margin-right: 2%;}
    .solu_com .solu_right .right_ul a:nth-child(2n){margin-right: 0;}
    .solu_com .solu_right .right_ul a:nth-child(3){margin-right: 2%;}
    .solu_com .solu_right .right_ul a:nth-child(9){margin-right: 2%;}
    .solu_com .solu_right .right_ul a:nth-child(15){margin-right: 2%;}
    .solu_com .solu_right .right_ul a .right_div{padding: 20px 10px;height: 130px;}
    .solu_com .solu_right .right_ul a .right_div .p1{font-size: 16px;font-weight: bold;}
    .indus_ul a{flex-wrap: wrap;}
    .indus_ul a .indus_img{width: 100%;margin-bottom: 10px;}
    .indus_ul a .indus_div{width: 100%;}
    .indus_ul a .indus_div .p1{font-size: 20px;}
    .service_ul li{width: 100%;height: 250px;}
    .service_ul li .service_title{padding-bottom: 14px;margin-bottom: 24px;}
    .service_ul li .p1{margin-bottom: 20px;}
    .after_div .after_list li{width: 50%;margin-bottom: 30px;}
    .tact_fs li{width: 50%;padding: 20px 0;height: auto;}
    .tact_fs li .fs_img{width: 100px;height: 100px;}
    .tact_fs li .fs_img img{width: 40px;}
    .tact_fs li .p2{width: 92%;}
    .yu_message{padding: 25px 15px;}
    .yu_message form .form_left{width: 100%;}
    .yu_message form .form_left .form_p{font-size: 16px;}
    .yu_message form .form_left input{height: 42px;margin-bottom: 22px;}
    .yu_message form .form_left button{height: 42px;font-size: 18px;}
    .yu_message form .form_left .form_item #v_container{width: 110px;height: 42px;}
    .yu_message form .form_left .form_item #v_container #verifyCanvas{width: 110px;height: 42px;}
}

@media (min-width:768px) and (max-width:819px){

}

@media (min-width:820px) and (max-width:1023px){

}

@media (min-width:1024px) and (max-width:1279px){
    
}

@media (min-width:1280px) and (max-width:1439px){
    .terprise_ul li{width: 23.8%;margin-right: 17px;}
    .terprise_ul li img{width: 54px;}
    .terprise_ul li .p1{margin: 10px 0;}
    .solu_com .solu_right .right_tap p{font-size: 24px;}
    .solu_com .solu_left a{font-size: 16px;}
    .solu_com .solu_left a span{font-size: 14px;}
    .solu_com .solu_right .right_ul a .right_div{height: 140px;padding: 20px 10px;}
    .solu_com .solu_right .right_ul a .right_div .p1{font-size: 18px;}
    .indus_ul a .indus_img{width: 350px;}
    .indus_ul a .indus_div{width: calc(100% - 374px);}
    .indus_ul a .indus_div .p1{font-size: 20px;}
    .after_div .after_list li .after_1{padding: 20px 10px;}
    .tact_fs li .fs_img{width: 130px;height: 130px;}
    .tact_fs li .fs_img img{width: 50px;}
    .pro_view1 .pro_vew_img{width: 580px;}
    .pro_view1 .pro_view_p{width: calc(100% - 610px);}
}

@media (min-width:1440px) and (max-width:1660px){
    .terprise_ul li{width: 23.8%;}
    .terprise_ul li img{width: 54px;}
    .terprise_ul li .p1{margin: 10px 0;}
    .solu_com .solu_right .right_tap p{font-size: 28px;}
    .solu_com .solu_left a{font-size: 16px;}
    .solu_com .solu_left a span{font-size: 14px;}
    .solu_com .solu_right .right_ul a .right_div{height: 140px;padding: 20px;}
    .solu_com .solu_right .right_ul a .right_div .p1{font-size: 18px;}
    .indus_ul a .indus_img{width: 350px;}
    .indus_ul a .indus_div{width: calc(100% - 374px);}
    .indus_ul a .indus_div .p1{font-size: 20px;}
    .after_div .after_list li .after_1{padding: 20px 10px;}
    .tact_fs li .fs_img{width: 130px;height: 130px;}
    .tact_fs li .fs_img img{width: 50px;}
    .pro_view1 .pro_vew_img{width: 640px;}
    .pro_view1 .pro_view_p{width: calc(100% - 700px);}
}