.banner img{
    width: 100%;
}
.menus-box{
    background: #f8f8f8;
}
.menus-list{
    width: 1170px;
    margin: 0 auto;
}
.menus-list ul {
    display: flex;
    justify-content: center;
    align-items: center;

}
.menus-list li{
    height: 75px;
    line-height: 75px;
    padding: 0 25px;
    text-align: center;
    min-width: 100px;
}
.menus-list li a {
    color: #333;
    font-size: 16px;
    white-space: nowrap; /* 防止文字换行 */
}
.menus-list li a:hover{
    color: #000;
    font-weight: bold;
}
.menus-list li a.active{
    color: #00a971;
    font-weight: bold;
}

.main{
    width: 1170px;
    height: auto;
    margin: 0 auto;
    padding: 30px 0;
    font-size: 14px;
}