*{
    padding:0;
    margin:0;
   }
    .newhead{
        width: 100%;
        height:100px;
        background-color:#F2F7FE;
    }
    .newwrap{
        width: 1032px;
        margin:0 auto;
    }
    .nlogoimg{
        width:130px;
        height: 44px;
        margin-top:30px;
    }
    .clearfix {+height:1%;}
    .clearfix:after { content: "."; display: block; height: 0; font-size: 0; clear: both; visibility: hidden;}
    .fl{
        float: left;
    }
    .fr{
        float: right;
    }
    .new_righttop{
        margin-top: 30px;
        font-size: 18px;
        color:#1161BA;
        border:2px solid #1161BA;
        padding:8px 10px;
    }
    .newproduct_dtit{
        font-size: 40px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 40px;
    }
.newfoot{
    box-sizing: border-box;
    width: 100%;
    height: 273px;
    padding:58px 0 0;
    background: #292B8D;
}
.footlogo{
    width: 116px;
    display:block;
    margin:0 auto 50px;
}
.newfoot_link a{
    font-size: 18px;
    color:#fff;
    margin-right:50px;
    text-decoration: none;
}
.newfoot_link a:nth-last-child(1){
    margin-right:0;
}
.newfoot_copyright{
    font-size: 16px;
    color:#fff;
    margin-top: 35px;
    text-align: center;
}
@media screen and (max-width: 1100px){
    .newwrap{
        width: 92%;
    }
    .newfoot_link a{
        margin-right: 30px;
        font-size: 14px;
    }
    .newfoot_copyright{
        font-size: 12px;
    }
}
@media screen and (max-width: 879px){
    .newhead{
        height: 70px;
    }   
    .nlogoimg{
        width: 80px;
        height: auto;
        margin-top: 25px;
    }    
    .new_righttop{
        padding:5px 4px;
        font-size: 12px;
        margin-top: 20px;
    }
    .newfoot_link a{
        box-sizing: border-box;
        width: 50%;
        margin-right: 0;
        display: block;
        float: left;
        padding-left: 12%;
        margin-bottom: 10px;
       }
       .newfoot_link a:nth-child(5){
        width: 300px;
        display: block;
        padding-left: 0;
        float: none;
        text-align: center;
        margin: 0 auto;
       }
       .footlogo{
        margin-bottom: 30px;
       }
    .newfoot{
        height: 255px;
        padding-top: 40px;
    }
    .newfoot_copyright{
        margin-top: 20px;
    }
    .newproduct_dtit{
        font-size: 30px;
        margin-bottom: 20px;
    }
}