@charset "utf-8";
/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	text-align:center; }


/* #Basic Styles
================================================== */
body {
	background:#E6E6FA;
	font: 13px/18px '微软雅黑', '宋体';
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;		
}


/* #Navigation
================================================== */
div#topholder {
	width:100%;
	height:6px;
	background:#4A4A4A;	
}

div#header_area {
	margin:0 auto;
	width:100%;
	height:80px;
	background-image:url(../images/headerbg.png);
	border-bottom: 1px solid #c0c0c0;
	text-align:center;
	box-shadow: 1px 1px 0 #696969;
	-webkit-box-shadow: 1px 1px 0 #696969;
	-moz-box-shadow: 1px 1px 0 #696969;
}

h1#logo_img {
	float:left;	
	margin-left:14%;
	margin-top:12px;
}

nav#main_menu {	
	float:right;
	margin-right:14%;
}

nav#main_menu ul {
	list-style:none;
}

nav#main_menu ul li {
	float:left;
	font-size:18px;
}

nav#main_menu ul li a{
	padding-top:27px;
	font-weight:600;
	text-decoration:none;
	color:#696969;
	display:block;
	height:53px;
	width:100px;
	text-align:center;
}

nav#main_menu ul li a:hover{
	color:#2e2e2e;
	box-shadow: 0px -4px 0px #c1c1c1;
	-webkit-box-shadow: 0px -4px 0px #c1c1c1;
	-moz-box-shadow: 0px -4px 0px #c1c1c1;
}

nav#main_menu ul li a.on_focus {
	color:#3366ff; 
	box-shadow: 0px -4px 0px #3366ff;
	-webkit-box-shadow: 0px -4px 0px #3366ff;
	-moz-box-shadow: 0px -4px 0px #3366ff;
}

/* #footer style
================================================== */

footer.foot_info {
	width:100%;
	height:120px;
	background:url(../images/black_paper.jpg);
	box-shadow: 1px 1px 0 #696969;
	-webkit-box-shadow: 1px 1px 0 #696969;
	-moz-box-shadow: 1px 1px 0 #696969; 
	margin-top:10px;
}

div.bot_logo {
	margin-top:20px;
	margin-left:17%;
	float:left;
	color:#efefef;
}

div.bot_info {
	float:right;
	margin:0 auto;
	margin-top:10px;
	margin-right:13%;
	width:30%;
	color:#efefef;
}

span.bot {
	font-weight:bold;
	font-size:14px;	
}

div.bot_info p {
	line-height:25px;
	text-align:left;
}



/* #content title
================================================== */
header.content_title {
	width:100%;
	height:50px;
	background:url(../images/back_paper.jpg);
	clear:both;
	color:#efefef;
	font-size:24px;
	font-weight:bold;
	line-height:45px;
	vertical-align:central;
	letter-spacing:10px;
	margin-bottom:10px;
}

article.home {
	width:100%;
	height:auto;
	margin:0 auto;
	padding: 0 auto;
	clear:both;
}