.container {
    width: auto;
    height: 1000px;
    margin: 0px auto;
}
.header {
    width: 100%;
    height: 15%;
    background-color: #b3d4fc;
    margin: 0px auto;
}
.head_rongqi {
    padding: 30px;
    font-size: 30px;
    width: 98%;
    height: 30px;
    position: relative;
}
.head_timu {
    float: left;
    font-size: 40px;
    padding: 6px;
    color: #222222;
    width: 15%;
    font-family: cursive;
    margin-top: 30px;
}
.head_daohang {
    float: left;
    width: 65%;
    height: 100%;
}
ul {
    margin-left:40px;
    float: left;
    list-style: none;
    padding-top:6px;
    padding-bottom: 6px;
}
li {
    padding: 10px;
    display: inline;
}
a:link,a:visited {
    font-weight: bold;
    color: #222222;
    text-align: center;
    text-decoration: none;
    padding: 6px;
}
a:hover,a:active {
    color:#ff0000;
}

.head_form {
    float: right;
    width: 25%;
    height: 100%;
}
form input {
    height: 26px;
    border-radius:5px;
}

form {
    float: right;
    height: 100%;
    position: relative;
    margin-right: 10px;
}
.main {
    width: 99%;
    height:50%;
   
    margin: 0px auto;
}
.footer {
    width: 99%;
    height: 10%;
    margin: 0px auto;
    text-align: center;
    display: inline-block;
}
.footer img {
    width: 6em;
	display: inline;
	vertical-align: middle;

	margin:5px 20px 0 0;
}
.footer span {
    font-weight: bold;
}
.footer a {
    color: #0088cc;
}

