.header {
    height: 20px;
    width: 986px;
    margin: 0 auto;
}

.header_left {
    float: left;
    line-height: 20px;
}

    .header_left img {
        width: 300px;
        height: 20px;
    }    

.header_right {
    float: right;
    height: 20px;
    position: relative;
}

    .header_right > div {
        position: absolute;
        top: 0;
        right: 0;
    }

    .header_right ul {
        margin-top: 88px;
    }

        .header_right ul a li {
            /*border-right: 1px solid #000000;*/
            height: 13px;
            font-size: 15px;
            padding: 0 25px;
            font-weight: bold;
            /*color: #666;*/
        }

        .header_right ul a {
            float: left;
            line-height: 13px;
        }

            .header_right ul a li:hover {
                /*color: #000000;*/
            }

            .header_right ul a:last-child li { /*去掉最后的边框*/
                /*border: none;*/
            }

.show_list {
    position: relative;
    width: 88px;
    top: 0px;
    left: -3px;
}
.menu { /*设置整体*/
    font-size: 15px; /*整个字体大小*/
    font-weight: bold; /*整个字体加粗*/
    color: white; /*整个字体白色，这地方不生效*/
}
.width {
    width: 88px; /*每个导航的宽度*/
}

.show_list .move_list {
    display: none;
    z-index: 103;
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    background: #0094ff; /*设置下拉的背景色*/
    text-align: left;
}

    .show_list .move_list li {
        padding: 6px 0;
        width: 84px;
        top: -56px;
        /*color:#fff;*/
    }

.header_right ul a .show_list {
    padding-bottom: 20px;
    border-right: none;
}

.show_list:hover .move_list {
    display: block; /*设置有下拉效果*/
}

.header_right ul a:nth-child(3) {
    border-left: 1px solid #000;
}

.show_list .move_list li:hover {
    /*color: white;*/
    background: blue; /*设置下拉后选中的效果*/
}
* {
    margin: 0;
    padding: 0;
    margin: 0 auto; /*整个居中*/
}

em, i {
    font-style: normal
}

li {
    list-style: none;
    float: left; /*设置导航位置*/
    /*color: white;*/
}
span {
    color: white; /*设置整个字体的颜色*/
}




    a:hover {
        /*color: white;*/
    }

img {
    border: 0;
    vertical-align: middle
}

input {
    outline: none;
}

button {
    cursor: pointer;
    border: none;
    outline: none;
}



