body html{
    width: 100%;
}
html{
    font-size: 10px;
}
body{
    font-size: 16px;
    min-width: 1500px;
}
*{
    margin: 0;
    padding: 0;
    list-style: none;
    
}
.font{
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 限制显示文本的行数为2 */
    -webkit-box-orient: vertical;
    overflow: hidden; /* 隐藏超出内容 */
    text-overflow: ellipsis; /* 使用省略号表示文本被截断 */
    white-space: normal; /* 正常处理空白符 */
}
 a{
    text-decoration: none;
    color: #000000;
 }
.head{
    width: 100%;
    height: 92px;
    background: #FFFFFF;
    box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.16);
    border-radius: 0px 0px 0px 0px;
}
.headbody{
    width: 1420px;
    display: flex;
    height: 100%;
    align-items: center;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
}
.headbody>img{
    width: 360px;
    height: 52px;
}
.headbody div{
    display: flex;
    align-items: center;
}
.headbody div a{
font-weight: 400;
font-size: 18px;
color: #000000;
margin-left: 52px;
display: flex;
justify-content: center;
align-items: start;
}
.headbody div a:hover{
color: #A10008 !important;
}
.headbody div a:hover span{
   
    color: #A10008 !important;
} 
.headbody div a:last-child{
    display: flex;
    justify-content: center;
    align-items: center;
}
.headbody div a:last-child img{
height: 18px;
height: 18px;
}
.headbody div a:last-child span{
    margin-left: 10px;
font-weight: 400;
font-size: 18px;
color: #625A5A;
}
.bottom{
    box-sizing: border-box;
    padding-top: 70px;
    border-top: 1px solid rgb(0,0,0,0.2);
    width: 100%;
height: 312px;
background: #FFFFFF;
}
.bodyfoot{
    margin: 0 auto;
    height: 100%;
    width: 1420px;
    display: flex;
    justify-content: space-between;
    align-items: start;
}
.left>img{
    width: 360px;
    height: 52px;
}
.lastcenter ul{
    display: flex;
    

}
.lastcenter ul li{
    margin:0px 35px;
}
.lastcenter ul .navp {
        font-family: Microsoft YaHei, Microsoft YaHei;
        font-weight: 400;
        font-size: 18px;
        color: #000000;
        margin-bottom: 16px;
    }
.lastcenter ul a{
    margin-top: 5px;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 300;
    font-size: 14px;
    color: #999999;
    line-height: 28px;
}
.wem{
  width: 150px;
  height: 150px;
}
.right{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.left p{
    margin-top: 16px;
    display: flex;
    align-items: center;
}
.xxx{
font-family: Source Han Serif CN, Source Han Serif CN;
font-weight: bold;
font-size: 24px;
color: #A10008;
line-height: 21px;
}
.xs{
font-family: Source Han Sans CN, Source Han Sans CN;
font-weight: 300;
font-size: 14px;
color: #000000;
}
.xss{
font-family: Source Han Sans CN, Source Han Sans CN;
font-weight: 300;
font-size: 14px;
color: #000000;
line-height: 21px;
}
.over{
    width: 1420px;
    margin: 0 auto;
}
.over p,.over a{

height: 16px;
font-family: Source Han Sans CN, Source Han Sans CN;
font-weight: 300;
font-size: 14px;
color: #999999;
line-height: 21px;
text-align: left;
font-style: normal;
text-transform: none;
padding-bottom: 38px;
}
.navbar{
    background-color: rgb(0,0,0,0.5);
    height: 46px;
    width: 100%;
    position: absolute;
   bottom: 0;
   z-index: 9999;
}
.navbarbody{
    width: 1420px;
    margin: 0 auto;

}
.navbarbody span{
    color: #fff;
    line-height: 46px;
    border-right: 1px solid #fff;
    padding-right: 5px;
   
}
.navbarbody span:first-child{
    border-right:none;
}
.navbarbody span:last-child{
    border-right:none
}
.homeis{
    height: 90px;
    line-height: 92px;
    display: block;
    color: #A10008 !important;
    box-sizing: border-box;
    border-bottom: 2px solid #A10008;
}
.homeis span{
    color: #A10008 !important;
}