/* .wrap{
    width: auto !important;
} */
body {
    color: #263d35;
    font-family: "Microsoft YaHei";
}
.container {
    width: 1180px;
    margin: 0 auto;
}
a {
    text-decoration: none;
    color: #263d35;
}

header {
    width: 100%;
    height: 100px;
    background-color: #fff;
}
header .container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
nav {
    height: 100%;
    display: flex;
    align-items: center;
    margin-right: -25px;
}
nav a {
    padding: 0 25px;
    font-size: 18px;
    height: 100%;
    line-height: 100px;
    transition: all 0.2s;
}
nav a:hover,
nav .active {
    color: #fff;
    background-color: #078d7c;
}

/* footer部分 */
.mb-0 {
    margin-bottom: 0;
}
