#menu ,.blockwin{
    display: none;
}
#above {
    position: relative;
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

#above img {
    display: block;
    width: 100%;
    height: 100%;
}

#above .slogan{
    position: absolute;
    width: 100%;
    top: 36%;
    height: 88px;
    line-height: 88px;
    color: #eee;
    font-size: 60px;
    text-align: center;
    z-index: 3;
    letter-spacing: 2px;
}

#above .mask {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .44);
    z-index: 1;
}

#above .header {
    position: absolute;
    top: 0;
    left: 0;
    padding: 30px 3% 0;
    width: 94%;
    height: 50px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    z-index: 2;
    /* background: url(https://xunfuma.huiyuxuan.cn/Upload/static/logo.png) no-repeat;
    background-size: 92px 92px;
    background-position: center 10px; */
}

#above .header a ,#above .header p {
    margin: 0 10px;
    padding: 0 16px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.main{
    margin: 0 auto;
    width: 950px;
    overflow: hidden;
}

.item{
    margin: 40px 0 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.item img{
    width: 600px;
    height: 400px;
}

.item .info p{
    font-size: 30px;
    color: rgb(89, 87, 97);
}

.item .info span{
    display: block;
    font-size: 16px;
    color: rgb(89, 88, 97);
    margin-top: 10px;
}