* {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

header {
    position: relative;
    height: 80px;
    width: 100%;
    background-color: #25201D;
}

header ul {
    position: relative;
    width: 1280px;
    height: 100%;
    margin: 0 auto;
    display: flex;
}

header ul li:first-child {
    width: 200px;
}

#logo {
    position: absolute;
    color: #6B4324;
    text-align: center;
    line-height: 30px;
    top: 15px;
    border-right: 1px solid rgb(84, 84, 84);
    padding-right: 30px;
}

header ul li {
    height: 100%;
}

header ul li a {
    display: inline-block;
    padding: 0px 40px;
    height: 100%;
    text-decoration: none;
    line-height: 80px;
    color: #5F5E5F;
}

header ul li a:hover {
    color: #ffff;
    background-color: #D28844;
}

header ul li:last-child {
    position: absolute;
    right: 0px;
}

header ul li:last-child input {
    width: 120px;
    height: 20px;
    margin-top: 30px;
    border: 0px;
}

#banner_img {
    width: 1400px;
    overflow: hidden;
    margin: 0 auto;
}

.clear {
    margin: 0 auto;
    width: 80px;
    background-color: #D28844;
    height: 3px;
    margin-top: 10px;
}

#banner_img img {
    width: 100%;
}

#title {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    color: #6B4324;
}

#title p {
    font-size: 12px;
}

footer {
    width: 100%;
    color: #ccc;
    background-color: #25201D;
    text-align: center;
    height: 50px;
    font-size: 14px;
    line-height: 50px;
}

h2 {
    font-size: 32px;
}

body {
    background-image: url(../images/bg.jpg);
}


/* 学生注册块 */

#stuzhuce {
    width: 800px;
    margin: 0 auto;
}

#stutitle p {
    margin-left: 20px;
}


/* 分割条 */

#clear {
    width: 100%;
    height: 1px;
    background-color: #ccc;
    margin-top: 30px;
}


/* 注册模块样式 */

#zhuce {
    width: 400px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
}


/* 注册子元素样式 */

#waibox {
    width: 100%;
    display: flex;
    height: 25px;
    line-height: 25px;
    margin-bottom: 20px;
}

#waibox_left {
    width: 100px;
    font-weight: 600;
}

#waibox_right {
    width: 100%;
}

#shurukuang {
    width: 100%;
    height: 23px;
    padding-left: 5px;
}

.xingbie {
    position: relative;
    top: 2px;
}

#yuanxi {
    width: 103%;
    height: 25px;
}

.aihao {
    position: relative;
    top: 3px;
    right: 2px;
}

#ziwojieshao {
    width: 102%;
    height: 100px;
    padding-top: 2px;
    padding-left: 2px;
}


/* 提交按钮 */

#tijiao {
    width: 103%;
    height: 30px;
    margin-top: 100px;
}

#tijiao_list {
    width: 50px;
    margin: 0 auto;
    color: #ffff;
    background-color: #D28844;
    height: 100%;
    line-height: 30px;
    text-align: center;
}