body{
            font-family: 'MicrosoftYaHei';
            
}
*{
            padding: 0px;
            margin: 0px;
}
li{
            list-style-type: none;
}
a{
            text-decoration: none;
}
 /* tr td{ border:1px solid #d2d2d2; } */

.nav-m{
            max-width: 1920px;
            margin: 0 auto;
            height: 67px;
            background: #222222;
            
}
.nav-l{
            width: 1128px;
            height: 67px;
            margin: 0 auto;
            display: flex;
            justify-content: space-between;
            align-items: center;
}
.nav-f{
            width: 418px;
            display: flex;
            justify-content: space-between;
}
.nav-f>li{
            font-size: 18px;
}
.nav-f>li>a{
            color: white;
}
.nav-f>li>a:hover{
            color: rgb(238,63,37);
}
.nav-p-s{
            font-size: 21px;
            color: white;
            margin-left: 5px;
            
}
.nav-p-s>span{
            font-size: 12px;
            color: rgb(149,148,146);
}
.nav-p{
         display: flex;

}
.nav-i{
            margin-top: 15px;
}