
.top-heads {
    width: 100%;
}
.top-head-content {
    width: 1300px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top:45px;
    border-top: 1px solid #dcdcdc;
}
.top-head-box {
    width: 125px;
    height: 30px
}
.top-head-name {
    font-size: 20px;
    font-family: Source Han Sans CN, Source Han Sans CN-500;
    font-weight: 500;
    text-align: LEFT;
    color: #595656;
    margin-left:10px;
    margin-top:10px;
}
.footer-head-name {
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei-400;
    font-weight: 400;
    text-align: center;
    color: #999999;
   
}
.foot-login-box {
   
    margin-top:14px;
   
}
.foot-login-content{
    width:1300px;
   
    margin:0 auto;
}
.index-footer-box{
   padding-top:47px;
    background:#f2f2f2;
    padding-bottom: 20px;
}
.new-top-box{
    display:flex;
    align-items:center;

}
.new-top-box-img {
    width: 125px;
    height: 30px;
    margin-right:10px;
}
.new-top-box-txt {
    font-size: 20px;
    font-family: Source Han Sans CN, Source Han Sans CN-500;
    font-weight: 500;
    text-align: LEFT;
    color: #595656;
    margin-top:10px;
}