#menu ,.blockwin{
    display: none;
}

#above {
    position: relative;
    width: 100%;
    height: 260px;
    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(../img/logo.png) no-repeat;
    background-size: 60px 60px;
    background-position: center center;
}

#above .header a ,#above .header p {
    margin: 0 10px;
    padding: 0 16px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.logos{
    display: block;
    margin: 30px auto;
    width: 92px;
    height: 92px;
}

.desc{
    margin: 0 auto 20px;
    width: 900px;
    
}
.desc p{
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 20px;
    text-align: justify;
    color: #494949;
}

.cert_title{
    margin: 14px auto 20px;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    color: #4d4d4d;
}

.cert{
    margin: 20px auto;
    width: 900px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.cert img{
    margin-bottom: 20px;
    width: 200px;
    cursor: pointer;
}

.intr{
    display: block;
    margin: 20px auto;
    width: 900px;
    text-align: center;
    font-size: 14px;
    color: #666;
}

.tk{
    padding: 14px;
    margin: 0 auto 20px;
    width: calc(900px - 28px);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #f5f5f5;
    border-radius: 8px;
}

.tk li{
    width: 200px;
    display: flex;
    flex-direction: column;
}

.tk li img{
    width: 100%;
    height: calc(100% / 0.562);
    border-radius: 8px;
}

.tk li p{
    margin-top: 10px;
    padding: 0 8px;
    font-size: 15px;
    color: #494949;
    text-align: center;
    font-weight: 400;
}

#footer{
    /* position: fixed; */
    width: 100%;
    /* bottom: 0; */
}