* {
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-decoration: none;
}

html {
    background-color: #ECE9EA;
}

#yiqing_box {
    width: 1000px;
    margin: 0 auto;
    background-color: #fff;
}

header {
    position: relative;
    width: 100%;
    margin: 0 auto;
    height: 60px;
    background-color: #5065FF;
}

.logo {
    float: left;
    height: 40px;
    margin-top: 10px;
    margin-left: 20px;
}

header ul {
    position: absolute;
    width: 1000px;
    margin: 0 auto;
    font-size: 0px;
}

header ul li {
    float: right;
    display: inline-block;
}

header ul li:nth-child(5) div a {
    display: inline-block;
    width: 104px;
    text-align: center;
    margin: 0px;
}

header ul li:nth-child(5):hover .xiala {
    display: block;
}

.xiala {
    display: none;
    background-color: #5065FF;
}

header ul li a {
    font-size: 16px;
    color: #fff;
    line-height: 60px;
    margin-left: 20px;
    margin-right: 20px;
}

header ul li a:hover {
    color: #E99459;
}

.index_html {
    color: #E99459 !important;
}

#banner {
    width: 100%;
}

#banner img {
    width: 100%;
}

h1 {
    font-family: "楷体";
    color: #4AABED;
    line-height: 30px;
    text-align: center;
    margin-top: 20px;
}

h1 span {
    position: relative;
    padding-left: 40px;
    padding-bottom: 6px;
    border-bottom: 4px solid #5065FF;
}

h1 img {
    position: absolute;
    width: 30px;
    float: left;
    margin-left: -40px;
}

.index_shiji {
    background-color: #E99459 !important;
}

#banner3 {
    font-size: 0px;
    width: 1000px;
    margin-top: 20px;
}

#banner3 img {
    width: 100%;
    height: 130px;
}

footer {
    background-color: #5065FF;
    color: #fff;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
}