@charset "UTF-8";
/* CSS Document */

/*基本信息*/
* {
	padding: 0px;
	margin: 0px auto;
/*	color: #3D3D3D;*/
/*	word-break: break-all;*/
}
body {
	font-size:14px;
	margin: 0px;
	background: #FFF;
}

a:link, a:visited {
	font-size: 14px;
	text-decoration: none;
	color: #3D3D3D;
}
a:hover {
	text-decoration: underline;
}
a.white:link, a.white:visited {
	color: #fff;
}
a.white16:link, a.white16:visited,a.white16:hover {
	color: #fff;
	font-size: 16px;
	line-height: 240%;
	font-family:"微软雅黑";
}
/*页面层容器*/
#container {
	width: 100%;
	margin: 0px auto;
}