*{
    margin: 0;
    padding: 0;
}
body{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}
body::-webkit-scrollbar {
    display: none;
}
.header{
    width:100%;
    height: 94px;
    background: #F0F0F0;
    display: flex;
    justify-content: center;
}
.header-content{
    width: 60%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-right{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333333;
    font-size: 14px;
}
.nav{
    width: 100%;
    height: 60px;
    background: #FFFFFF;
    display: flex;
    justify-content: center;
}
.nav-content{
    width: 60%;
    height: 4%;
    display: flex;
    list-style: none;
}
.nav-content-item{
    height: 60px;
    width: 14%;
    text-align: center;
    line-height: 60px;
    list-style: none;
}
.nav-content-item-Select{
    height: 60px;
    width: 14%;
    text-align: center;
    line-height: 60px;
    list-style: none;
    background: red;
    color: #FFFFFF;
}
.section{
    flex: 1;
    background: url('./image/bj@2x.png') no-repeat;
    background-size: 100% 100%;
    color: #FFFFFF;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.section p{
    font-size: 14px;
}
.section strong{
    font-size: 24px;
}
.section-content{
    width: 60%;
}
.section-conten-slogan{
    width:50%;
}
.section-conten-slogan-p{
    margin-bottom: 10%;
}
.section-QRcode{
    position: absolute;
    top:30%;
    right: 5%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footer{
    height: 140px;
    width: 100%;
    background: #232323;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #FFFFFF;
    font-size: 14px;
}
.fofter-about{
    width: 60%;
    height: 55px;
    line-height: 55px;
    border-bottom: #D8D8D8 1px solid;
    color: #FFFFFF;
    padding-left: 10px;
    font-size: 14px;
}