.pageshow{clear: both;margin:20px auto;}
.pageshow .current{ background:#496EC9;color:#FFFFFF;width: 37px;height: 37px;text-align: center;line-height: 37px; margin-right:7px;display: inline-block;}
.pageshow .btn-danger,.pageshow .num,.pageshow .prev,.pageshow .next,.pageshow .first,.pageshow .end{
    display: inline-block; 
    border:1px solid #E6E6E6;
    color:#5C5C5C;width: 35px;height: 35px;text-align: center;line-height: 35px; margin-right:7px; }
.pageshow .input {
    display: inline-block;
    width:58px;
    height:37px;
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
    border: solid 1px #476CC5;
    text-indent: 10px;
}

.pageshow .leap-btn {
    display: inline-block;
    width: 50px;
    height: 40px;
    background-color:#496EC9;
    color: #fff;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
}
.brand_item{
    display: block;
}

.news_link i{
    width: 18px;
    height: 18px;
}

.brand_list .brand_item{
    display: block;
    background: #fff;
    border: none;
    width: 286px;
    height: 286px;
    margin-right: 18px;
    margin-bottom: 18px;
}

.brand_list .brand_item:nth-child(4n){
    margin-right: 0
}
.brand_list  .brand_img{
    height: 215px;
}
.brand_list  .brand_img img{
    object-fit: contain;
}

.copyright a{
    color: #fff;
}

.news_detail_dec img,.about_content img{
    max-width: 100%
}