@charset "utf-8";

/***************
the Academy of Peking University
Author:wallace
***************/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
figure,
figcaption,
code,
del,
dfn,
em,
image,
q,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
legend,
table,
tf,
tr,
th {
	border: 0px;
	padding: 0px;
	/*font-size: 100%;*/
	margin: 0px;
	font-family: "Arial", 'Microsoft Yahei', "Lucida Grande", "Tahoma", "Helvetica", "sans-serif";
	-webkit-font-smoothing: subpixel-antialiased;
	font-weight: normal;
}

body {
	color: #565656;
	line-height: 20px;
	font-size: 12px;
	font-family: "Arial", 'Microsoft Yahei', "Lucida Grande", "Tahoma", "Helvetica", "sans-serif";
	margin: 0px;
}

input,
textarea,
select {
	font-family: "Arial", 'Microsoft Yahei', "Lucida Grande", "Tahoma", "Helvetica", "sans-serif";
	background-color: #FFFFFF;
	font-size: 12px;
	outline: none;
}

img {
	border: 0px;
	vertical-align: bottom;
	-ms-interpolation-mode: bicubic;
}

a,
a:link {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #2549a4;
}

ul,
li {
	list-style-type: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clearfix:after {
	display: block;
	content: '';
	clear: both;
	height: 0px;
	visibility: hidden;
}

.yahei {
	font-family: "Microsoft Yahei", Arial;
}

h1,
h2,
h3,
h4 {
	font-family: "Microsoft Yahei", Arial;
}

.relative {
	position: relative;
}

.clearfix {
	*display: inline-block;
	*zoom: 1;
	*vertical-align: top;
}

/* Add by PKU zb 2014.9.1 */
.clearfix1 {
	*display: inline-block;
	*zoom: 1;
	*vertical-align: top;
	line-height: 35px
}

.clear {
	clear: both;
}

.clear_f {
	clear: both;
}

*::selection {
	background: #2549a4;
	color: #FFFFFF;
	text-shadow: none;
}

*::-moz-selection {
	/*color: #2549a4;
 text-shadow: none;  del by ou 20181107*/
	/* add nest three */
	background: #2549a4;
	color: #FFFFFF;
	text-shadow: none;

}

.ie6 {
	text-align: center;
	font-size: 14px;
	line-height: 60px;
}

.ie6 span {
	float: right;
	margin-right: 30px;
	cursor: pointer;
}

.blankspace {
	height: 1.5em;
	overflow: hidden;
	margin: 0;
	padding: 0;
	clear: both;
}

