.webnav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 60px;
    background: #ffffff;
    font-family: Microsoft YaHei;
}

.webnav>div {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding: 0 20px;
}

.webnav .logo-1 {
    width: 159px;
    height: 38px;
    display: block;
    object-fit: cover;
}

.webnav .navs {
    display: flex;
    align-items: center;
    height: 100%;
}

.webnav .navs .nav {
    font-weight: 400;
    font-size: 15px;
    line-height: 15px;
    color: #777777;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    height: 100%;
}

.webnav .navs .nav:hover {
    background: #B6C74A;
    color: #FFFFFF;
}

main.content {
    padding: 0;
}

.text-line-1 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.text-line-2 {
    overflow: hidden;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.text-line-3 {
    overflow: hidden;
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.text-line-5 {
    overflow: hidden;
    display: -webkit-box;
    line-clamp: 5;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.webfooter {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    padding: 50px;
    box-sizing: border-box;
    background: #B6C74A;
    color: #FFFFFF;
    margin-top: 30px;
}

.webfooter .logo-2 {
    display: block;
    width: 150px;
    aspect-ratio: 119 / 34;
    margin-bottom: 20px;
}

.webfooter .text-1 {
    font-family: Microsoft YaHei;
    font-weight: 300;
    font-size: 13px;
    color: #FFFFFF;
}

.webfooter .text-2 {
    font-family: Microsoft YaHei;
    font-weight: 300;
    font-size: 13px;
    color: #FFFFFF;
}