* {
    margin: 0px;
    padding: 0px;
    list-style: none;
    font-family: "楷体";
}

/* 头部导航栏 */
header {
    width: 100%;
    height: 66px;
    background-color: rgba(0, 0, 0, 0.646);
    position: fixed;
    top: 0px;
    z-index: 999;
}

.heard_content {
    width: 1200px;
    margin: 0 auto;
}

.logo {
    float: left;
    margin-right: 20px;
}

.logo img {
    height: 66px;
}


.Navigation_bar_list {
    display: inline-block;
    float: left;
    width: 86px;
}

#more_list {
    height: 66px;
    overflow: hidden;
}


.Navigation_bar_list a {
    display: inline-block;
    height: 62px;
    line-height: 60px;
    color: #fff;
    text-decoration: none;
    letter-spacing: 6px;
    margin: 0px 20px;
    border-top: 4px solid #69e1ff00;

}

.Navigation_bar_list a:hover {
    border-top: 4px solid #69E0FF;
    text-shadow: 0 0 5px #fff,
        0 0 10px #fff,
        0 0 20px #fff,
        0 0 20px #69E0FF,
        0 0 20px #69E0FF,
        0 0 20px #69E0FF,
        0 0 20px #69E0FF,
        0 0 20px #69E0FF;
}

#index_one {
    border-top: 4px solid #69E0FF;
}

#more_list_sun {
    background-color: rgba(0, 0, 0, 0.646);
}

#more_list_sun a {
    border-top: 4px solid #69e1ff00;

}

.Navigation_bar_right {
    float: right;
}

.Navigation_bar_right:hover a {
    border-top: 4px solid #69e1ff00;
}

footer {
    width: 100%;
    background-color: black;
}

#footer_content {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

#footer_left {
    height: 160px;
    display: flex;
    align-items: center;
}

#footer_left span {
    display: inline-block;
    width: 1px;
    height: 28px;
    background-color: #666666;
    margin-left: 20px;
    margin-right: 10px;
}

.logo2 {
    width: 120px;
}

.logo3 {
    width: 110px;
}

/* 底部 */
#footer_right {
    height: 160px;
    line-height: 160px;
    position: absolute;
    right: 100px;
    top: 0px;
    color: #fff;
    display: flex;
    align-items: center;
}

#footer_right a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

#footer_right span {
    display: inline-block;
    width: 1px;
    height: 10px;
    background-color: #fff;
    margin-left: 10px;
    margin-right: 10px;
}

#footer_bottom {
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 40px;
}

/* 额外公用样式 */
#more_text img {
    width: 34px;
}

#more_text {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}