/* ¹«¹²Í·²¿_201505 [20150724 16:41:44] */
html, body {
    overflow-x: hidden;
}
a, a:link{
    color: #333;
    text-decoration: none;
}
a:hover {
    color: #1a7cc2;
    text-decoration: underline;
}
fieldset, img {
    border: 0 none;
}
/*::selection {
    background: #805dde;
    color: #fff;
}
*/

*::-moz-selection {
    background: none repeat scroll 0 0 #805dde;
    color: #fff;
}
.clearfix:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
}
::-webkit-selection {
    background: #805dde;
    color: #fff;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    font-size: 14px;
    margin: 0;
    padding: 0;
	list-style: none outside none;
}
ul {
    list-style: none outside none;
}
body {
    background-color: #f7f7f7;
    font-family: "Microsoft YaHei";
    margin: 0;
    padding: 0;
	color: #333;
}
.topbar_wrapper {
    margin: 0 auto;
    width: 960px;
	height:120px;
/*	background: url(top.jpg) no-repeat center top;*/
}
.topbar_links {
    float: left;
    width: 500px;
}
.topbar_links a{
	padding-right:10px;
}
.topbar_tools {
    float: right;
    text-align: right;
    width: 500px;
}
.topbar_tools a{
	padding-left:10px;
}
.header_wrapper {
    margin: 0 auto;
    position: relative;
    width: 960px;
}

.seakey{
  height:27px;
  margin-top:6px;
  margin-left:42px;
  width:346px;
  border:none;
  line-height: 38px;
}

.seasubmit{
    width:55px;
    height:30px;
    background-color:transparent;
    border:none;
    cursor:pointer
}

.nav{
    height: 42px;
    margin: 0 auto;
    width: 960px;
}
.nav ul {
    list-style: outside none none;
    margin: 0 auto;
}
.nav ul li {
    float: left;
    line-height: 42px;
    text-align:center;
    width:100px;
}
.nav ul li a {
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: bold;
	text-shadow: 1px 1px 0 #666, 1px 1px 0 #eee;
}
.subnav{
    height: 42px;
    margin: 0 auto;
    width: 960px;
}
.subnav ul {
    list-style: outside none none;
    margin: 0 auto;
    display:none
}
.subnav ul li {
    float: left;
    line-height: 42px;
    padding-right:12px;
}
.subnav ul li a {
    display: block;
    font-size: 14px;
}