@CHARSET "UTF-8";

@font-face {
	font-family: 'Hiragino Sans GB W3';
	src: url('fonts/hiraginosans/Hiragino-Sans-GB-W3.otf');
	src: url('fonts/hiraginosans/Hiragino_Sans_GB_W3.ttf');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Hiragino Sans GB W3';
	src: url('fonts/hiraginosans/3b2646a48566403a55f62ceddbecbe18.eot');
	src: url('fonts/hiraginosans/3b2646a48566403a55f62ceddbecbe18.eot?#iefix') format('embedded-opentype'), 
		 url('fonts/hiraginosans/Hiragino-Sans-GB-W3.otf'),
	     url('fonts/hiraginosans/Hiragino_Sans_GB_W3.ttf') format('truetype'); font-weight: normal; font-style: normal;
}

@font-face {
	font-family: 'Nexa';
	src: url('fonts/nexa/nexa-book.eot');
	src: url('fonts/nexa/nexa-book.eot?#iefix') format('embedded-opentype'), 
	     url('fonts/nexa/nexa-book.woff') format('woff'), 
	     url('fonts/nexa/nexa-book.ttf') format('truetype'); font-weight: normal; font-style: normal;
}


@font-face {
	font-family: 'Nexa';
	src: url('fonts/nexa/Nexa-Light.otf');
	src: url('fonts/nexa/Nexa-Light.otf?#iefix') format('embedded-opentype'), 
	     url('fonts/nexa/Nexa-Light.otf') format('woff'), 
	     url('fonts/nexa/Nexa-Light.otf') format('truetype'); font-weight: 100; font-style: normal;
}



html, body {
	font-family: '黑体';
	font-size: 12px;
	width: 100%;
	height:100%;
	padding:0px;
	margin:0px;
	background:#ffffff;
	color:#292842;
}

body {
	overflow-x:hidden;
}