html {
	background: #fff;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body,ul,ol,dl,dd,h1,h2,h3,h4,h5,h6,p,form,fieldset,legend,input,textarea,select,button,th,td,div {
	margin: 0px;
	padding: 0px;
}

input,select,textarea {
	font-size: 100%;
    outline:none;
    border: 1px solid #ccc6c6;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th {
	text-align: inherit;
}

fieldset,img {
	border: 0;
}

iframe {
	display: block;
}

ol,ul,li {
	list-style: none;
}

del {
	text-decoration: line-through;
}

ins,a {
	text-decoration: none;
}

a:focus {
	outline: none;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

.clear {
	clear: both;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	zoom: 1;
}

body {
	font-family: Arial;
	font-size: 9pt;
	line-height: 150%;
}

h1,h2,h3,h4 {
	color: #fff;
	font-family: "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
}
a {
    color:rgb(45, 0, 248);
  }

div#header {
	text-align: center;
	color: #eee;
}

div#header a {
	color: #000;
	font-weight: bold;
}

div#footer {
	margin-top: 10px;
	text-align: center;
	color: #eee;
	font-size: 8pt;
}

div#operator {
	margin: 20px 0 20px 0;
}

div#operator ul,div#operator li {
	margin: 0;
	padding: 0;
}

div#operator li {
	display: inline;
	list-style-type: none;
	margin-right: 5px;
	margin-left: 5px;
	border: 1px solid #000;
	padding: 5px;
	color: #000;
	background-color: #eee;
	cursor: hand;
	cursor: pointer;
}

hr {
	margin: 10px 0 10px 0;
}

div.wrapper {
	text-align: center;
}

div.content {
	border: 1px solid #333;
	background-color: buttonface;
	color: #fff;
	padding: 10px;
	margin: 10px 0 10px 0;
	font-size: 10pt;
	line-height: 150%;
	text-align: left;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	-moz-box-sizing: border-box;
}

div.content a {
	color: #fff
}

div.content h4 {
	color: #000;
	margin-left: 10px;
	text-align: left;
}

 /*¶¥²¿µ¼º½*/       
.top_nav{
        background: url(../../images/location_arrow.gif) #ECF8FF no-repeat left 60%;
    text-align: left;
    padding-left: 9px;
    padding-bottom: 2px;
    padding-top: 6px;
    font-family: SimSun;/*ËÎÌå*/
}