* {
    margin: 0 auto;
    padding: 0 auto;
    list-style: none;
}

a {
    text-decoration: none;
}

#title {
    width: 100%;
    height: 350px;
    background: url(../imgs/banner.png) no-repeat;
    background-size: cover;
    font-size: 0px;
    text-align: center;
}

#title ul {
    position: absolute;
    right: 30px;
    font-size: 14px;
    display: flex;
    top: 30px;
}

#title ul a {
    display: inline-block;
    height: 24px;
    width: 50px;
    text-align: center;
    line-height: 24px;
    border-radius: 12px;
    background-color: rgba(255, 255, 255, 0.659);
    margin-right: 20px;
    color: #262429;
    border: 1px solid rgb(0, 0, 0);
}

#touxiang {
    padding-top: 150px;
    font-size: 14px;
}

#touxiang img {
    width: 100px;
    border-radius: 50%;
}

nav {
    width: 100%;
    height: 70px;
    background-color: #e7f5eb;
}

nav ul {
    width: 400px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    height: 70px;
    line-height: 70px;
    padding-left: 0px;
}

nav ul li {
    width: 100px;
}

nav ul a {
    color: #5B806E;
}

footer {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #e7f5eb;
    color: #262429;
    text-align: center;
    font-size: 14px;
}

h2 {
    color: #5B806E;
    text-align: center;
    margin-bottom: 30px;
}