.yu_banner{
    width: 100%;
}
.yu_banner .swiper-slide{
    width: 100%;
}
.yu_banner .swiper-slide a{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
}
.yu_banner .swiper-slide a .banner_img{
    width: 100%;
}
.yu_banner .swiper-pagination{
    width: 1400px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: flex-end;
}
.yu_banner .swiper-pagination-bullet{
    width: 16px;
    height: 16px;
    border-radius: 1px;
    background-color: #fff;
    opacity: .5;
}
.yu_banner .swiper-pagination-bullet-active{
    opacity: 1;
    background-color: #FF9900;
}
.yu_banner .swiper-slide a .yu_1400{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.yu_banner .swiper-slide a .yu_1400 img{
    width: auto;
    margin-bottom: 41px;
}
.yu_banner .swiper-slide a .yu_1400 .banner_ch{
    width: auto;
    font-size: 60px;
    font-weight: 400;
}
.yu_banner .swiper-slide a .yu_1400 .banner_en{
    width: auto;
    font-size: 31px;
    font-weight: 400;
}

/* .产品中心 */
.home_pro{
    width: 100%;
}
.home_pro_ul{
    width: 100%;
    align-items: flex-start;
}
.home_pro_ul .pro_ul_list_app{
    width: 100%;
    display: none;
    background-color: #FF9900;
    padding: 16px 20px;
    border-bottom: 1px solid #fff;
}
.home_pro_ul .pro_ul_list_app .pro_app_coms{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}
.home_pro_ul .pro_ul_list_app .pro_app_coms i{
    font-size: 28px;
    color: #fff;
}
.home_pro_ul .pro_ul_list{
    width: 331px;
    margin-right: 23px;
    margin-bottom: 21px;
}
.home_pro_ul .pro_ul_list a{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 29px 24px;
    background-color: #F4F4F4;
    font-size: 17px;
    font-weight: bold;
    color: #333;
}
.home_pro_ul .pro_ul_list a:nth-child(2n){
    background-color: #eee;
}
.home_pro_ul .pro_ul_list a:hover,
.home_pro_ul .pro_ul_list .list_a{
    color: #fff;
    background-color: #FF9900;
}
.home_pro_ul li{
    width: 36.5%;
    height: 400px;
    margin-right: 23px;
    margin-bottom: 21px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    transition: all .3s;
}
.home_pro_ul li:hover{
    box-shadow: 0 0 10px 1px #d9d9d9;
}
.home_pro_ul li:nth-child(3){
    margin-right: 0;
}
.home_pro_ul li:nth-child(n+4){
    width: 23.7%;
    height: 320px;
    margin-right: 23px;
}
.home_pro_ul li:nth-child(7){
    margin-right: 0;
}
.home_pro_ul li a{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    color: #333;
}
.home_pro_ul li a .imss{
    width: 100%;
    height: 320px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
}
.home_pro_ul li a .imss img{
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    transition: all .3s;
}
.home_pro_ul li a:hover .imss>img{
    transform: scale(1.1);
}
.home_pro_ul li a .title{
    width: 100%;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 2px;
}
.home_pro_ul li a .text{
    width: 90%;
    text-align: center;
    font-size: 12px;
    color: #777;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 0 auto;
}
.home_pro_ul li:nth-child(n+4) a{
    padding: 0;
}
.home_pro_ul li:nth-child(n+4) a .imss{
    height: 240px;
}
.home_pro_ul li:hover a>.title{
    color: #FF9900;
}

/* 解决方案 */
.home_solu{
    width: 100%;
}
.home_solu a{
    width: 32%;
    margin-right: 2%;
    position: relative;
    display: flex;
    margin-bottom: 20px;
}
.home_solu a img{
    width: 100%;
}
.home_solu a:nth-child(3n){
    margin-right: 0;
}
.home_solu a .home_solu_div{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 0 30px;
    transition: all .3s;
}
.home_solu a .home_solu_div .home_solu_title{
    font-size: 27px;
    transition: all .3s;
}
.home_solu a .home_solu_div .home_solu_xian{
    width: 40px;
    height: 4px;
    background-color: #fff;
    margin: 20px 0;
}
.home_solu a .home_solu_div .home_solu_text{
    height: 0;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    margin-bottom: 50px;
    overflow: hidden;
    transition: all .3s;
}
.home_solu a .home_solu_div .home_more{
    width: 148px;
    height: 0;
    overflow: hidden;
    text-align: center;
    line-height: 35px;
    border: 0px solid #fff;
    font-size: 15px;
    transition: all .3s;
}
.home_solu a:hover .home_solu_div{
    background-color: rgba(0, 0, 0, 0.5);
}
.home_solu a:hover .home_solu_div>.home_solu_title{
    font-size: 20px;
    display: block;
}
.home_solu a:hover .home_solu_div>.home_solu_text{
    height: auto;
}
.home_solu a:hover .home_solu_div>.home_more{
    height: 35px;
    border: 1px solid #fff;
}

/* 行业应用 */
.industry_ul{
    width: 100%;
    align-items: flex-start;
}
.industry_ul a{
    width: 23%;
    margin-right: 2.666%;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}
.industry_ul a:nth-child(4n){
    margin-right: 0;
}
.industry_ul a img{
    width: 100%;
}
.industry_ul a .indus_title{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 12px 0;
    color: #FFFFFF;
    line-height: 23px;
    font-size: 20px;
    background-color: #FF9900;
    text-align: center;
    transition: all .3s;
}
.industry_ul a .indus_coms{
    position: absolute;
    top: -200%;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 8px 50px;
    color: #FFFFFF;
    background-color: rgba(0, 0, 0, 0.7);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all .3s;
}
.industry_ul a .indus_coms .indus_title2{
    font-size: 34px;
    font-weight: bold;
}
.industry_ul a .indus_coms .indus_text{
    font-size: 16px;
    line-height: 22px;
    margin: 20px 0 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.industry_ul a .indus_coms .home_more{
    width: 128px;
    height: 32px;
    border: 1px solid #fff;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.industry_ul a:hover .indus_title{
    bottom: -100%;
}
.industry_ul a:hover .indus_coms{
    top: 0;
}

/* 荣誉资质 */
.home_hon{
    width: 100%;
    position: relative;
    padding-bottom: 80px;
}
.home_hon .mySwiper{
    padding: 15px;
}
.home_hon .swiper-slide{
    box-shadow: 0 6px 11px 0px #d9d9d9;
}
.home_hon .swiper_img{
    width: 100%;
    overflow: hidden;
}
.home_hon .swiper_img img{
    width: 100%;
    transition: all .3s;
}
.home_hon .swiper_img:hover img{
    transform: scale(1.1);
}
.home_hon .swiper-button-next,
.home_hon .swiper-button-prev{
    width: 43px;
    height: 43px;
    border-radius: 43px;
    border: 3px solid #D6D6D6;
    --swiper-navigation-size: 22px;
    color: #D6D6D6;
    font-weight: bold;
    bottom: 0;
    top: initial;
}
.home_hon .swiper-button-next{
    right: 45%;
}
.home_hon .swiper-button-prev{
    left: 45%;
}
.home_hon::after{
    position: absolute;
    content: "";
    bottom: 23px;
    right: 0;
    width: 42%;
    height: 2px;
    background-color: #D6D6D6;
}
.home_hon::before{
    position: absolute;
    content: "";
    bottom: 23px;
    left: 0;
    width: 42%;
    height: 2px;
    background-color: #D6D6D6;
}
#outerdiv{
    position:fixed;
    top:0;
    left:0;
    background:rgba(0,0,0,0.7);
    z-index:12;
    width:100%;
    height:100%;
    display:none;
}
#outerdiv #innerdiv{
    position:absolute;
}
#outerdiv #innerdiv #bigimg{
    border:5px solid #fff;
}

/* 成功案例 */
.h_case{
    background: url(/images/home_bg.png) no-repeat;
    background-size: 100% 100%;
    padding: 50px 15px 110px;
    margin-top: 80px;
}
.home_case{
    width: 100%;
    align-items: flex-start;
}
.home_case a{
    width: 20%;
    height: 170px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.25);
    overflow: hidden;
}
.home_case a img{
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    transition: all .3s;
}
.home_case a:hover img{
    transform: scale(1.1);
}

/* 关于我们 */
.home_about{
    width: 100%;
    height: 363px;
    align-items: flex-start;
    justify-content: space-between;
}
.home_about .anout_img{
    width: 566px;
    height: 100%;
    overflow: hidden;
}
.home_about .anout_img img{
    width: 100%;
    transition: all .3s;
}
.home_about .anout_img:hover img{
    transform: scale(1.1);
}
.home_about .about_nevil{
    width: 804px;
    height: 100%;
    background-color: rgba(255, 153, 0, 0.1);
    padding: 40px 32px;
}
.home_about .about_nevil .title_ch{
    width: 100%;
    font-size: 22px;
    font-weight: bold;
}
.home_about .about_nevil .title_en{
    width: 100%;
    font-size: 12px;
    margin-bottom: 25px;
    font-weight: bold;
    color: #777;
}
.home_about .about_nevil .about_text{
    width: 100%;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 21px;
    color: #777;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;
}
.home_about .about_nevil .about_more{
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.home_about .about_nevil .about_more a{
    font-size: 12px;
    color: #777;
    border-bottom: 1px solid #777;
    display: flex;
}
.home_about .about_nevil .about_more a:hover{
    color: #FF9900;
    border-bottom: 1px solid #FF9900;
}

/* 新闻中心 */
.h_news{
    padding: 80px 0 100px;
}
.home_news{
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
}
.home_news .home_news_coms{
    width: 48%;
}
.home_news .home_news_coms .home_news_tap{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 6px;
    border-bottom: 2px solid #777;
    margin-bottom: 24px;
}
.home_news .home_news_coms .home_news_tap .news_tap1{
    font-size: 30px;
    font-weight: 500;
    margin-right: 30px;
}
.home_news .home_news_coms .home_news_tap .news_tap2{
    font-size: 24px;
    color: #777;
    flex: 1;
}
.home_news .home_news_coms .home_news_tap .news_tap3{
    font-size: 20px;
    color: #777;
}
.home_news .home_news_coms .home_news_tap:hover .news_tap3{
    color: #FF9900;
}
.home_news .home_news_coms .news_list1{
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 20px;
}
.home_news .home_news_coms .news_list1 img{
    width: 382px;
}
.home_news .home_news_coms .news_list1 .news_list1_div{
    width: calc(100% - 406px);
}
.home_news .home_news_coms .news_list1 .news_list1_div .news_list1_title{
    font-size: 22px;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.home_news .home_news_coms .news_list1 .news_list1_div .news_list1_time{
    font-size: 18px;
    color: #777;
    margin: 10px 0 16px;
    width: 100%;
}
.home_news .home_news_coms .news_list1 .news_list1_div .news_list1_text{
    font-size: 16px;
    color: #777;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.home_news .home_news_coms .news_list1:hover .news_list1_title{
    color: #FF9900;
}

.home_news .home_news_coms .news_list2{
    width: 100%;
}
.home_news .home_news_coms .news_list2 a{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 11px 0;
    border-bottom: 1px dashed #777;
}
.home_news .home_news_coms .news_list2 a .div_kuang{
    width: 16px;
    height: 16px;
    border: 3px solid #979797;
    display: flex;
    justify-content: center;
    align-items: center;
}
.home_news .home_news_coms .news_list2 a .div_kuang span{
    width: 6px;
    height: 6px;
    background-color: #fff;
}
.home_news .home_news_coms .news_list2 a:hover .div_kuang{
    border: 3px solid #FF9900;
}
.home_news .home_news_coms .news_list2 a:hover .div_kuang>span{
    background-color: #FF9900;
}
.home_news .home_news_coms .news_list2 a p{
    width: calc(100% - 140px);
    font-size: 20px;
    color: #777;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.home_news .home_news_coms .news_list2 a:hover p{
    color: #FF9900;
}
.home_news .home_news_coms .news_list2 a .news_list2_time{
    width: 110px;
    font-size: 16px;
    color: #777;
}













@media (max-width:767px){
    .yu_banner .swiper-pagination-bullet{width: 20px;height: 3px;}
    .yu_banner .swiper-slide a{overflow: hidden;}
    .yu_banner .swiper-slide a .banner_img{width: auto;height: 250px;}
    .yu_banner .swiper-slide a .yu_1400 img{width: 160px;margin-bottom: 24px;}
    .yu_banner .swiper-slide a .yu_1400 .banner_ch{font-size: 19px;}
    .yu_banner .swiper-slide a .yu_1400 .banner_en{font-size: 16px;}

    .home_pro{padding: 0 15px;}
    .home_pro_ul .pro_ul_list{width: 100%;margin-right: 0;display: none;}
    .home_pro_ul li,
    .home_pro_ul li:nth-child(n+4){width: 48%;height: auto;margin-right: 4%;margin-bottom: 0;margin-top: 10px;}
    .home_pro_ul li a,
    .home_pro_ul li:nth-child(n+4) a{height: auto;padding: 0 0 10px 0;}
    .home_pro_ul .pro_ul_list a{padding: 15px 24px;}
    .home_pro_ul .pro_ul_list_app{display: block;}
    .home_pro_ul li:nth-child(2n+1){margin-right: 0;}
    .home_pro_ul li a .imss{height: auto;}
    .home_pro_ul li:nth-child(n+4) a .imss{height: auto;}

    .home_solu a{width: 100%;}
    .home_solu a{width: 49%;margin-right: 2%;}
    .home_solu a:nth-child(2n){margin-right: 0;}
    .home_solu a .home_solu_div{padding: 0 10px;}
    .home_solu a .home_solu_div .home_solu_xian{margin: 5px 0;}
    .home_solu a .home_solu_div .home_solu_title{font-size: 15px;text-align: center;}
    .home_solu a .home_solu_div .home_solu_text{
        font-size: 12px;margin-bottom: 12px;display: -webkit-box;
        -webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;
    }
    .home_solu a .home_solu_div .home_more{width: 82px;line-height: 23px;font-size: 12px;}
    .home_solu a:hover .home_solu_div>.home_solu_title{font-size: 15px;}
    .home_solu a:hover .home_solu_div>.home_more{height: 24px;}

    .industry_ul a .indus_coms{padding: 8px 10px;}
    .industry_ul a .indus_coms .indus_text{font-size: 12px;margin: 10px 0;}
    .industry_ul a .indus_coms .home_more{width: 88px;height: 30px;font-size: 12px;}
    .industry_ul a{width: 49%;margin-right: 2%;}
    .industry_ul a:nth-child(2n){margin-right: 0;}
    .industry_ul a .indus_coms .indus_title2{font-size: 20px;}
    .industry_ul a .indus_title{font-size: 16px;}

    .home_hon::before,
    .home_hon::after{width: 34%;}
    .home_hon .swiper-button-prev{left: 36%;}
    .home_hon .swiper-button-next{right: 36%;}

    .home_case a{width: 50%;}
    .home_about{height: auto;}
    .home_about .anout_img{width: 100%;}
    .home_about .about_nevil{width: 100%;padding: 20px 15px;}
    .home_about .about_nevil .title_ch{font-size: 18px;}

    .h_news{padding: 40px 0 40px;}
    .home_news .home_news_coms{width: 100%;margin-bottom: 25px;}
    .home_news .home_news_coms .home_news_tap .news_tap1{font-size: 18px;font-weight: bold;}
    .home_news .home_news_coms .home_news_tap .news_tap2{font-size: 16px;}
    .home_news .home_news_coms .home_news_tap .news_tap3{font-size: 16px;}
    .home_news .home_news_coms .news_list1 img{width: 100%;margin-bottom: 15px;}
    .home_news .home_news_coms .news_list1 .news_list1_div .news_list1_title{font-size: 18px;}
    .home_news .home_news_coms .news_list1 .news_list1_div .news_list1_time{font-size: 14px;}
    .home_news .home_news_coms .news_list2 a p{font-size: 14px;width: calc(100% - 108px);}
    .home_news .home_news_coms .news_list2 a .news_list2_time{font-size: 12px;width: 82px;}
    .home_news .home_news_coms .news_list1 .news_list1_div{width: 100%;}
    
    .home_links .yu_1400{flex-wrap: wrap;padding: 6px 15px;}
    .home_links a{margin-left: 15px;padding: 6px 0;}
    
}

@media (min-width:768px) and (max-width:819px){

}

@media (min-width:820px) and (max-width:1023px){

}

@media (min-width:1024px) and (max-width:1279px){
    .home_pro_ul .pro_ul_list{width: 246px;}
    .home_pro_ul li:nth-child(n+5){margin-right: 8px;}
    .home_pro_ul li:nth-child(8){margin-right: 0;}
    
}

@media (min-width:1280px) and (max-width:1439px){
    .home_pro_ul .pro_ul_list{width: 31%;}
    .home_pro_ul li{width: 32%;height: auto;padding-bottom: 15px;}
    .home_pro_ul li:nth-child(n+4){width: 23.4%;height: auto;}
    .home_pro_ul .pro_ul_list a{padding: 20px 24px;font-size: 15px;}
    .home_solu a .home_solu_div .home_solu_title{font-size: 22px;}
    .industry_ul a .indus_coms .indus_title2{font-size: 26px;}
    .industry_ul a .indus_coms{padding: 8px 20px;}
    .home_about{height: 324px;}
    .home_about .anout_img{width: 46%;}
    .home_about .about_nevil{width: 52%;padding: 15px 15px;}
    .home_about .about_nevil .title_ch{font-size: 18px;}
    .home_about .about_nevil .title_en{margin-bottom: 10px;}
    .home_about .about_nevil .about_text{line-height: 22px;}
    .home_news .home_news_coms .home_news_tap .news_tap1{font-size: 22px;}
    .home_news .home_news_coms .home_news_tap .news_tap2{font-size: 20px;}
    .home_news .home_news_coms .home_news_tap .news_tap3{font-size: 16px;}
    .home_news .home_news_coms .news_list1 img{width: 290px;}
    .home_news .home_news_coms .news_list1 .news_list1_div{width: calc(100% - 318px);}
    .home_news .home_news_coms .news_list1 .news_list1_div .news_list1_title{font-size: 17px;}
    .home_news .home_news_coms .news_list1 .news_list1_div .news_list1_time{font-size: 14px;}
    .home_news .home_news_coms .news_list2 a p{font-size: 15px;}
}

@media (min-width:1440px) and (max-width:1660px){
    .yu_banner .swiper-pagination{width: 1200px;}
    .home_pro_ul .pro_ul_list{width: 290px;}
    .home_pro_ul li{width: 36%;}
    .home_pro_ul li:nth-child(n+4){width: 23.5%;height: 280px;}
    .home_pro_ul li:nth-child(n+4) a .imss{height: 204px;}
    .home_about{height: 336px;}
    .home_about .anout_img{width: 524px;}
    .home_about .about_nevil{width: 650px;padding: 20px 32px;}
    .home_news .home_news_coms .home_news_tap .news_tap1{font-size: 24px;}
    .home_news .home_news_coms .home_news_tap .news_tap2{font-size: 22px;}
    .home_news .home_news_coms .news_list1 img{width: 318px;}
    .home_news .home_news_coms .news_list1 .news_list1_div{width: calc(100% - 338px);}
    .home_news .home_news_coms .news_list1 .news_list1_div .news_list1_title{font-size: 19px;}
    .home_news .home_news_coms .news_list2 a p{font-size: 17px;}
}<!--0.00013494491577148-->