* {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
}

.header {
    height: 70px;
    border-bottom: 1px solid #EBEBEB;
    box-sizing: border-box;
    font-family: "Microsoft YaHei";
}

.h_content {
    width: 1200px;
    height: 70px;
    margin: auto;
    line-height: 70px;
    display: flex;
    position: relative;
}

.h_content .btn {
    width: 68px;
    height: 30px;
    border: 1px solid var(--themeColor);
    opacity: 1;
    border-radius: 90px;
    color: var(--themeColor);
    font-size: 14px;
    margin-top: 20px;
    line-height: 30px;
    text-align: center;
    margin-right: 40px;
    display: none;
    cursor: pointer;
    position: absolute;
    right: 100px;
}

.btn img {
    vertical-align: middle;
    margin-left: 6px;
    width: 9px;
}

.h_content .moreUl {
    display: none;
    position: absolute;
    z-index: 10;
    top: 70px;
    right: 64px;
    width: 240px;
    border: 1px solid #e4e4e4;
    border-top: none;
    background-color: #ffffff;
    padding: 20px 14px;
    box-sizing: border-box;
    flex-wrap: wrap;
    justify-content: space-between;
}

.h_content .moreUl li {
    height: 30px;
    width: 100px;
    text-align: center;
    margin-bottom: 10px;
    border-radius: 15px;
}

.h_content .moreUl li:hover {
    background-color: #e3f3fe;
}

.h_content .moreUl li:hover a {
    color: var(--themeColor);
}

.h_content .moreUl li a {
    display: block;
    line-height: 30px;
}

#logo {
    height: 37px;
    margin-right: 90px;
    margin-top: 16.5px;
}

.nav {
    width: 888px;
    height: 100%;
    display: flex;
    /* opacity: 0; */
    /* overflow: hidden; */
}

.nav li {
    width: auto;
    margin-right: 45px;
    cursor: pointer;
    font-size: 16px;
    color: #4D4D4D;
    white-space: nowrap;
}

.nav li a:hover {
    color: var(--themeColor);
}

.searchbox {
    height: 18px;
    border-left: 1px solid #E8E8E8;
    margin-top: 26px;
    line-height: 0;
    position: absolute;
    right: 0;
    display:none;
}

.searchbox img {
    margin-left: 26px;
    margin-top: -2px;
    cursor: pointer;
    width: 24px;
}

.searchbox #search {
    width: 20px;
}

.nav .current {
    color: #000000;
    font-weight: bold;
    border-bottom: 4px solid var(--themeColor);
}

footer{
    width: 100%;
    height: 50px;
    background: #232426;
    margin-top: 100px;
}
.foot{
    width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    font-weight: 400;
    line-height: 50px;
    color: #909091;
}