@charset "utf-8";
/* 简单流媒体
   注意: 流媒体要求您删除 HTML 中媒体的高度和宽度属性
   http://www.alistapart.com/articles/fluid-images/ 
*/

*{
	border:0;
	padding:0;
	margin:0
}
html{
	font-size: 10px;
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-family: 'Microsoft YaHei' , Arial, Helvetica, Verdana;
}
body{
	font-size: 10px;
	font-size: 62.5%;
	background-color: #ededed;
	color: #212121;
}
div,ul,li{list-style-type:none;padding:0;margin:0;}
img, object, embed, video {
	width:100%;
	max-width: 640px;
	border:0px;
	vertical-align: middle; 
}
a:link,a:visited{
	text-decoration: none;
	color: #212121;
}
a:hover,a:active{
	text-decoration: none;
	color: #212121;
}
*:focus{outline:none;} /*去掉输入框的边框*/

.none{
	display: none;
}
#wrap {
	width: 90%;
	float: left;
	padding-right: 5%;
	padding-left: 5%;
	padding-top: 5%;
	padding-bottom: 5%;
}
#logo {
	width: 38.36%;
	float: left;
}
#sysname {
	width: 48%;
	float: left;
	font-size: 1.8rem;
	color: #1c7045;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8fbc81;
	font-weight: bold;
	padding-bottom: 0.5rem;
	margin-left: 3%;
	text-align: center;
	letter-spacing: 0.2em;
}
#title {
	font-family: "微软雅黑", "宋体";
	font-size: 1.6rem;
	font-weight: bold;
	color: #e96331;
	text-align: center;
	float: left;
	width: 100%;
	margin-top: 3%;
	margin-bottom: 3%;
	line-height: 3.2rem;
	letter-spacing: 0.3em;
}
#content {
	float: left;
	width: 100%;
	font-size: 1.4rem;
}
#thumb {
	float: left;
	width: 30%;
	margin-bottom: 2%;
	margin-left: 35%;
}

.table {
	font-family: "微软雅黑";
	font-size: 1.4rem;
	line-height: 3rem;
	color: #212121;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #dfdfdf;
	border-right-color: #dfdfdf;
	border-left-color: #dfdfdf;
}

.l_td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #dfdfdf;
	border-bottom-color: #dfdfdf;
	text-align: center;
}
.r_td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dfdfdf;
	text-indent: 2%;
}
