html,body{
    width: 100%;
    height: 100%;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.cursor{cursor: pointer;}
/* 顶部导航栏 */
.navBox{
    width: 100%;
    height: 112rem;
    display: flex;
    padding: 0 12rem;
    align-items: center;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    background:#ffffff
}
.navLogo{
    width: 150rem;
    height: 80rem;
}
.navList{
    display: flex;
    margin-left: auto;
}
.navItem{
    font-size: 18rem;
    color: #000000;
    text-align: center;
    margin-right: 37rem;
}
.navItemActive{
    color: #FE0B0A;
}
.navItemActive div{
    width: 6rem;
    height: 6rem;
    background: #FE0B0A;
    border-radius: 50%;
    margin: 5rem auto;
}
.navlanguage{
    font-size: 16rem;
    color: #000000;
    margin-left: 10rem;
    margin-right: 100rem;
    padding-bottom: 16rem;
}
.navlanguage span{
    cursor: pointer;
}
.navlanguageActive{
    color: #FE0B0A;
}

/* 底部样式 */
.footer{
    width: 100%;
    height: max-content;
    background: #3D3F4C;
    padding: 120rem 120rem 40rem 120rem;
    color: #ffffff;
    display: flex;
    justify-content:space-between;
    align-items: center;
    position: relative;
    z-index: 99;
}
.footBox1{
    width: 550rem;
    min-height: 250rem;
    margin-right: 60rem;
    display: flex;
    flex-direction: column;
}
.footLogo{
    width: 300rem;
    height: 90rem;
    margin-bottom: 33rem;
}
.hrefTxt{
    color: #8A8C99;
    font-size: 14rem;
    text-decoration:none;
}
.footTxt1{
    color: #8A8C99;
    font-size: 14rem;
    margin-bottom: 20rem;
}
.footTxt2{
    font-size: 14rem;
    white-space: nowrap;
    margin-top: auto;
}
.footBox2{
    margin-right: 100rem;
}
.footBox2:last-child{
    margin-right: 0;
}
.footTxt3{
    color: #8A8C99;
    font-size: 14rem;
    margin-bottom: 29rem;
    white-space: nowrap;
}
.footTxt4{
    font-size: 16rem;
    margin-bottom: 19rem;
    white-space: nowrap;
}
.footTxt4:last-child{
    margin-bottom: 0;
}