.about_bg{
    background: url(../images/news/a14.png) no-repeat !important;
    background-size: 100% 100%!important;
}
.about_imgbox{
    width: 100%;
    height: 4.45rem;
    overflow: hidden;
}
.about_imgbox img{
    width: 100%;
    height: 100%;
    transition: all .25s;

}
.about_imgbox:hover img{
    transform: scale(1.05);
}
.about_xbox{
    margin: 0.25rem 0;
}
.about_title{
    font-weight: bold;
    font-size: 0.24rem;
    color: #222;
}
.about_p1{
    margin-top: 0.1rem;
    text-align: justify;
    line-height: 1.7;
}
.about_cooperate{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.cooperate_a{
    width: 31%;
    /*height: 1.28rem;*/
    display: block;
    margin-right:3.5%;
    margin-bottom: 0.1rem;
}
.cooperate_a:nth-child(3n){
    margin-right: 0;
}
.cooperate_a img{
    width: 100%;
    height: 100%;
}
.about_staff{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.staff_abox{
    width: 31%;
    display: flex;
    flex-direction: column;
    margin-bottom: 0.5rem;
    margin-right:3.5%;
}
.staff_abox:nth-child(3n){
    margin-right: 0;
}
.staff_img{
    width: 100%;
    /*height: 1.52rem;*/
    display: block;
    overflow: hidden;
    border-radius: 0.07rem;
}
.staff_img img{
    width: 100%;
    height: 100%;
    transition: all .3s;
}
.staff_img:hover>img{
    transform: scale(1.05);
}
.staff_name{
    margin-top: 0.2rem;
    font-weight: bold;
    font-size: 0.16rem;
    color: #333;
}
.about_us{
    width: 100%;
}
.about_us_tit{
    font-weight: bold;
    color: #222;
    font-size: 0.16rem;

}
.about_usbox{
    width: 90%;
    margin-top: 0.25rem;
    display: flex;
    flex-wrap: wrap;
}
.about_us_items{
    width: 45%;
    display: flex;
    align-items: center;
    margin-bottom: 0.25rem;
}
.us_im{
    width: 0.21rem;
    height: 0.17rem;
    display: block;
    margin-right: 0.1rem;
}
.us_im img{
    width: 100%;
    height: 100%;
}
.about_us_items:nth-child(2) .us_im{
    width: 0.19rem!important;
    height: 0.19rem!important;
}
.about_us_items:nth-child(3) .us_im{
    width: 0.23rem!important;
    height: 0.18rem!important;
}
.about_us_items:nth-child(4) .us_im{
    width: 0.15rem!important;
    height: 0.19rem!important;
}
.us_name{
    color: #222;
    font-size: 0.14rem;
}
.about_map{
    width: 100%;
    height: 4.84rem;
}
.about_map img{
    width: 100%;
    height: 100%;
}
.center_bg{
    background:url(../images/news/f1.png) no-repeat!important;
    background-size: 100% 100% !important;
}
.center_xbox{
    display: flex;
    flex-direction: column;
}
.center_xbox_top{
    font-weight: bold;
    color: #222;
    font-size: 0.16rem;
    padding: 0.15rem 0;
    margin-bottom: 0.2rem;
    border-bottom: 0.01rem solid #DBDBDB;
    position: relative;
}
.center_xbox_top::after{
    content: '';
    display: block;
    width: 0.29rem;
    height: 0.04rem;
    background: #0E88CC;
    border-radius: 0.02rem;
    position: absolute;
    bottom: -0.02rem;
    left: 0;
}
.product_labelbox{
    margin-top: 0.2rem!important;
}
.center_about{
    display: flex;
    flex-wrap: wrap;
}
.center_abox{
    width: 30%;
    margin-bottom: 0.3rem;
    margin-right: 5%;
}
.center_abox:nth-child(3n){
    margin-right: 0!important;
}

.center_img{
    width: 100%;
    height: 3rem;
    overflow: hidden;
    border: 0.01rem solid #eee;
    border-radius: 0.13rem;
}
.center_img img{
    width: 100%;
    height: 100%;
    transition: all .25s;
    transform: scale(1.02);
}
.center_img:hover>img{
    transform: scale(1.04);
}
.center_name{
    font-size: 0.16rem;
    color: #333;
    font-weight: bold;
    margin-top: 0.2rem;
}
.center_bigbox{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-right: ;
}
.bigbox_items{
    width: 48%;
    margin-right: 4%;
    display: flex;
    flex-direction: column;
    border: 0.01rem solid #eee;
    border-radius: 0.05rem;
    padding: 0.2rem;
    margin-bottom: 0.3rem;
}
.bigbox_items:nth-child(2n){
    margin-right: 0;
}
.center_bigbox{
    margin-top: 0.5rem;
}
.bigbox_xbox{
    width: 100%;
    /* height: 2.1rem; */
    overflow: auto;
    padding-right: 0.3rem;
}
.xbox_abox{
    width: 100%;
    display: block;
    padding: 0.15rem 0;
    border-bottom: 0.01rem dashed #DCDCDC;
    position: relative;
}
.xbox_title::after{
    content: '>';
    display: block;
    position: absolute;
    color: #888888;
    font-size: 0.16rem;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.xbox_title{
    font-size: 0.16rem;
    color: #222222;
    display: block;
    width: 4rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.xbox_title:hover{
    color: #0E88CC;
}
.xbox_title:hover::after{
    color: #0E88CC;
}
/* 404页面 */
.no_pages{
    width: 14rem;
    background: #fff;
    padding-bottom: 0.3rem;
    margin: 0 auto 0.3rem auto; 
    box-shadow: 0 0 0.1rem 0.01rem 
    rgba(0, 0, 0, .2);
}
.no_pages_top{
    width: 8.64rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    padding-bottom: 0.3rem;
    border-bottom: 0.01rem dashed #EEEEEE;
}
.pages_im{
    width: 2.68rem;
    height: 1.2rem;
    margin-bottom: 0.3rem;
}
.pages_im img{
    width: 100%;
    height: 100%;
}
.pages_name{
    font-size: 0.28rem;
    color: #222222;
}
.no_pages_navbox{
    width: 8.64rem;
    margin: 0.3rem auto 0 auto;
    display: flex;
}
.pages_small_tit{
    color: #222;
    font-size: 0.16rem;
    margin-bottom: 0.2rem;
}
.pages_xtxt{
    font-size: 0.16rem;
    color: #222;
    display: flex;
    align-items: baseline;
    margin-bottom: 0.1rem;
}
.pages_xtxt::before{
    content: '';
    display: block;
    margin-right: 0.15rem;
    width: 0.12rem;
    height: 0.12rem;
    background: #EEEEEE;
    border-radius: 50%;
}
.pages_small_xtextbox{
    display: flex;
    flex-wrap: wrap;
}
.pages_xtxt{
    width: 100%;
}
.no_pages_small:nth-child(2) .pages_xtxt{
    width: 50%!important;
}
.no_pages_small:nth-child(2) .pages_xtxt::before{
    background: #0E88CC!important;
}
.pages_seacher{
    width: 8.64rem;
    height: 0.5rem;
    margin: 0.15rem auto 0 auto;
    position: relative;
}
.pages_seacher input{
    width: 100%;
    height: 100%;
    border: 0.01rem solid #E5E5E5;
    border-radius: 0.1rem;
    padding: 0 0.2rem;
}
.pages_seacher_x{
    width: 1.48rem;
    height: 0.5rem;
    background: #0E88CC;
    border-radius: 0.1rem;
    text-align: center;
    line-height: 0.5rem;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}
.pages_seacher_x:hover{
    opacity: .9;
}
@media screen and (max-width:1024px){
    .about_imgbox{
        height: auto!important;
    }
    .about_title{
        font-size: 18px;
        margin: 10px 0;
    }
    .about_p1{
        font-size: 14px;
        line-height: 2;
    }
    
    .staff_abox {
        width: 48%;
        margin-right: 4%;
    }
    .staff_abox:nth-child(2n){
        margin-right: 0;
    }
    .staff_abox:nth-child(3n){
        margin-right: 4%;
    }
    .us_name{
        font-size: 14px;
        flex: 1;
        line-height: 2;
    }
    .about_us_items{
        width: 100%;
    }
    .about_us_items{
        align-items: flex-start!important;
        /*align-items:baseline;*/
    }
    .us_im{
        width: 0.8rem!important;
        height: auto!important;
        margin-top: 0.3rem;
    }
    .us_im img{
        width: auto!important;
        height: auto!important;
        max-width:80%!important;
        max-height: 100%!important;
        object-fit: contain!important;
    }
    
    .about_us_items:nth-child(2) .us_im{
        width:0.8rem!important;
        height: auto!important;
    }
    .about_us_items:nth-child(3) .us_im{
        width: 0.8rem!important;
        height: auto!important;
    }
    .about_us_items:nth-child(4) .us_im{
        width: 0.8rem!important;
        height: auto!important;
    }
    .honour_content{
        margin-top: 0.6rem!important;
    }
    .bigbox_items{
        width: 100%;
        margin-right: 0;
    }
    .xbox_title{
        width: auto!important;
        font-size: 14px;
        padding-right: 0.15rem;
    }
    .xbox_title::after{
        font-size: 14px;
    }
    .no_pages{
        width: auto!important;
        padding: 2.3rem 0!important;
        margin: 0 0 1rem 0!important;
    }
    .pages_im{
        width: auto;
        height: auto;
    }
    .no_pages_top,.no_pages_navbox{
        /*width: auto;*/
        width: 80%;
    }
    .pages_name{
        font-size: 20px;
    }
    .no_pages_navbox{
        flex-wrap: wrap;
    }
    .no_pages_small{
        width: 100%;
        margin-top: 15px;
    }
    .pages_small_tit{
        font-size: 16px;
    }
    .pages_xtxt{
        font-size: 14px;
        line-height: 2;
    }
    .no_pages_navbox{
        width: 80%;
    }
    .pages_seacher{
        width: 80%!important;
        height: 1.5rem!important;
        margin-top: 15px;
    }
    .pages_seacher input{
        font-size: 14px;
    }
    .pages_seacher_x{
        width: auto!important;
        height: 100%!important;
        padding: 0 15px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 14px;
        
    }
    .pages_xtxt::before{
        width: 0.3rem!important;
        height: 0.3rem!important;
    }
    
    .xbox_abox{
        padding: 0.5rem 0.3rem!important;
    }
    .center_xbox_top{
        font-size: 18px;
        padding-bottom: 0.5rem;
    }
    .center_xbox_top::after{
        width: 30px;
        height: 4px;
        border-radius: 99rem;
    }
    .center_xbox{
        margin-top: 15px;
    }
    .about_cooperate{
        justify-content: space-between;
    }
   .cooperate_a{
       width: 49%;
       margin-bottom: 0.5rem;
   }
}