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 {
	font-family: Microsoft YaHei,Heiti TC,WenQuanYi Zen Hei;
}/*chinese font-family*/
body,td,th {
	font-size: 14px;
	color: #fae3e3;   /* wɫ */
}
body {
	background-color: #090607;
	background-image: url('../images/2.gif');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
}
a {
	color: #0033cc;
	font-size: 13px;
	cursor: pointer;
	text-decoration:none;
}
img{
			border: 0px
}
a:hover {
	color: rgb(255, 255, 255);
	background-color: #333;
}
.head {
    margin: 0 auto; 
    width: 500px;
    height: 250px;
    background-image: url('../images/head.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; /*  background-size: cover; */
}
.content {
	margin: 0 auto; 
	width: 970px;
	height:100%;
	background-color: rgba(5,0,0, .8);
	padding-left: 15px;
	padding-right: 15px;
	background-image: url('../images/contentbg.png');
	background-repeat: no-repeat;
    background-position:center bottom;
}
div#menu {
	width: 986px;
	margin: 0 auto; 
}
.copyright {
	font-size: 12px;
	height: 40px;
	background-color: #93cff9;
	text-align: center;
}