@charset "utf-8";
/* Base Reset */
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-family: inherit;vertical-align: baseline;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
:focus { outline:0;}
img { border:0;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {	quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {	content: '';	content: none;}
table {	border-collapse: collapse;	border-spacing: 0;}
.clear { width:100%; height:0; line-height:0; font-size:0; overflow:hidden; clear:both; display:block; _display:inline;}
.none { display:none;}
.hidden { visibility:hidden;}
.clearfix:after{clear: both;content: ".";display: block;height: 0;visibility: hidden;}
.clearfix{display: block; *zoom:1;}

/**布局开始**/
body { BACKGROUND-COLOR: #e7ebf1;}
body,p { 
	font:12px/1 "Microsoft YaHei", "\u5b8b\u4f53", Tahoma, Geneva, sans-serif; 
	color:#666;
}
a { 
	color:#666;
	text-decoration:none;
}
a:link { 
	color:#666;
}
a:hover { 
	COLOR: #1d4f87;
	TEXT-DECORATION: none;
}
a:active { 
	color:#666;
}

.wrapper { 
	width:100%; 
	margin:0 auto;
}
.wrapper .inner {  /**页面全局宽度**/
	width: 1000px; 
	margin:0 auto;
}


/**Enter页**/
#enter .logo {
	height: 120px;
	background: url(../images/logo.png) 90px center no-repeat;
}

#enter .cover {
	height: 400px;
	background: url(../images/cover.jpg) center center no-repeat;
}

#enter .selection {
	width: 320px;
	height: 80px;
	margin: 0 auto;
}

#enter .selection .cn{
	width: 160px;
	height: 80px;
	background: url(../images/enter_cn.png) center center no-repeat;
	float: left;
}

#enter .selection .en{
	width: 160px;
	height: 80px;
	background: url(../images/enter_en.png) center center no-repeat;
	float: right;
}

#enter .selection A {
	display: block;
	width: 160px;
	height: 80px;
}

#enter .copyright {
	color: #FFF;
	text-align: center;
	padding: 5px 0;
	line-height: 20px;
}

/**Enter页结束**/
