/* 基本信息 */
body {
	margin:0px;
	background:#FFF;
	background-position: center center;
	background-repeat: repeat-y;
	font-family: "宋体",Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align:center;
	text-decoration: none;
}

/* 页面层容器 */
#container {
	width:1000px; /* 指定宽度为1000像素 */
	height:800px;
	margin:0px auto; /* 页面上、下边距为0个像素，并且居中显示 */
}

/* ----------------------- 页面头部 ----------------------- */
/* 页面头部导航样式 */
.redfont {
	font-family: "宋体",Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #9A0C0B;
	text-decoration: none;
	line-height: 20px;
}

/* 控制页面中超链接的样式 */
/* 链接样式开始 */
a {
	font-family: "宋体",Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #000000;
	text-decoration: none;
}
a:link,a:visited {
	font-size:12px;
	text-decoration: none;
}
a:hover {
	font-family: "宋体",Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #CC3300;
	text-decoration: none;
}
.red a {
	font-family: "宋体", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9A0C0B;
	text-decoration: none;
	word-spacing: 10px;
	font-weight: normal;
}

.red a:hover {
	font-family: "宋体",Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ff0000;
	text-decoration: none;
}
/* 链接样式结束 */

#header {
	background:url(../images/head_top.gif) no-repeat; /* height:155px;width:1000px; 给页面头部加入一个背景图片LOGO */
}

#navigation {
	width:500px;
	height:40px;
	border:0px;
	float:right;
	/* background-color:#E6E7E7; */
}

#navigation ul {
	/* float:left; 添加了float:left使得菜单位于页面左侧 */
	list-style:none; /* 取消列表样式 */
	margin:0px; /* 删除UL的缩进 */
}
#navigation ul li {
	/* list-style-image: url(../images/ball.jpg);这样做没有效果，不能显示图标，因此添加navigation ul li a */
	/* width:100px; height:18px; */
	float:left; /* 左侧浮动，这样可以使链接排列在同一行类 */
	display:block; /* 显示为块，目的是为了与line-height一起使得文字垂直居中 */
	/* line-height:30px;　行高为30PX，文字就可以垂直居中了 */
	margin:0 10px; /* 删除LI的缩进 */
}
#navigation ul li a {
	padding-left:12px;background:url(../images/ball.jpg) no-repeat 0 4px;
}

/* 菜单导航样式 */
#menu {
    border:1px solid #CCCCCC; border-top:1px solid #CCCCCC;
	background-image:url(../images/index1_04.jpg);
	height:30px;
	/* padding:20px 0 0 0; 利用padding:20px 20px 0 0来固定菜单位置 */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #BC0308;
	text-decoration: none;
	font-weight: bold;
}
#menu ul {
	/* float:left; 添加了float:left使得菜单位于页面左侧 */
	list-style:none; /* 取消列表样式 */
	margin:0px; /* 删除UL的缩进 */
	width:100%;
}
#menu ul li {
    margin-left:20px;/*  */
	float:left;　/* 左侧浮动，这样可以使链接排列在同一行类 */
	display:block; /* 显示为块，目的是为了与line-height一起使得文字垂直居中 */
	line-height:30px;　/* 行高为30PX，文字就可以垂直居中了 */
	margin:auto 10px; /* 删除LI的缩进 */
}
/* 菜单的超链接样式 */
#menu ul li a {
	display:block; width: 100%;
	font-family: "宋体",Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 25px;
	color: #BC0308;
	text-decoration: none;
	word-spacing: 10px;
        width:65px;
} 
#menu ul li a:hover{
	font-family: "宋体",Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 25px;
	font-weight: bold;
	color: #ff0000;
	text-decoration: none;
}
#menu ul li a:link,#menu ul li a:visited {
	font-weight:bold;
}
/* 在菜单选项间增加一条竖线 */
.menuDiv {
	width:1px;
	height:28px;
	background:#999
}

/* ----------------------- 页面主体 ----------------------- */
#body_1 {
    width:1000px; /* 设定宽度 */
    margin: 0px;auto; /* 居中 */
    float:top;
}

/* 仪器搜索 */
#yiqi {
	width:400px; border:0px; float:right; background-color:#E6E7E7;
}
.yiqifont {
	font-family: "宋体",Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	line-height: 20px;
}

#sidebar {
    width:160px; /* 设定宽度 */
    text-align:left; /* 文字左对齐 */
    float:left; /* 浮动居左 */
    clear:left; /* 不允许左侧存在浮动 */
    overflow:hidden; /* 超出宽度部分隐藏 */
	/*
	border:1px solid #E00;
	height:200px
	*/
}
#mainbody {
    width:570px;
    text-align:left;
    float:right; /* 浮动居右 */
    clear:right; /* 不允许右侧存在浮动 */
    overflow:hidden;
	/*
	border:1px solid #E00;
	height:200px
	*/
}
#left{
       float: left;
     width:    150px;
     height: 445px;
     border: 1px #48D1CC solid;
     margin: 2px 2px 0px 0px;
    }
#middle{
       float:left;
     width:    465px;
     height: 445px;
     border: 1px #48EE1C solid;
     margin: 2px 0px 2px 0px;  
    }
#right{
       float:right;
     width: 150px;
     height: 445px;
     border: 1px #48EE1C solid;
     margin: 2px 0px 2px 0px;  
    }

/* ----------------------- 页面底部 ----------------------- */
#bline {line-height:2px; background:#A43901;}

#footer {
	width:1000px;CLEAR: both; MARGIN: 0px 0px 0px 0px; PADDING: 5px 0px 5px 0px; float:top;chear:both
}

#banner {
	background:url(../images/banner.jpg) no-repeat 0 30px;/* 加入背景图片 */
	width:730px;/* 设定层的宽度 */
	height:240px;/* 设定高度 */
	margin:auto;/* 层居中 */
	border-bottom:5px solid #EFEFEF;/* 画一条浅灰色实线 */
	clear:both;/* 清除浮动 */
	}
	
/* ----------------------- 字体设置 ----------------------- */
h3{font-size:17px;color:red;font-family: "宋体";font-align:left;}
.span{font-size:20px;color:red;font-family: "宋体";font-align:center;}
.STYLE1 {
	font-size: 13px;
	font-weight: bold;
}
/* ----------------------- 添加用户 ----------------------- */
#body_2 {
    width:1000px; /* 设定宽度 */
    margin: 0px;auto; /* 居中 */
    float:top;
    clear:both;
}
.cfont{
    font-size:12px;
    color:red
}

/*文章详细页面开始*/
.title{
	font-family: "宋体";
	font-size: 24px;
	text-decoration: none;
	font-weight: bold;
	line-height: 30px;
	color: #003CC8;
	margin: 0px;
	padding: 20px;
}
.title a{
	font-size:24px;
	line-height:30px;
	color:#003CC8;
	font-weight: bold;
		text-decoration: underline;
}	
.title a:hover {
	font-size:24px;
	line-height:30px;
	color:#003CC8;
	font-weight: bold;

}

.title_wj{
	font-family: "宋体";
	font-size: 24px;
	text-decoration: none;
	font-weight: bold;
	line-height: 38px;
	color: #000000;
	margin: 0px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.content{ 
		line-height: 150%; 
		font-size: 16px; 
		color: #000000; 
		text-decoration: none; 
		font-family: "宋体";
}
.content a {
	font-family: "宋体",Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 150%;
	color: #0000FF;
	text-decoration: none;
}
.content a:hover {
	font-family: "宋体",Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 150%;
	color: #CC3300;
	text-decoration: none;
}
.navy {  
		font-family: "宋体"; 
		font-size: 12px; 
		line-height: 24px; 
		color: #003cc8; 
		text-decoration: none; 
		border: none;
}
.navy  a {
	font-family: "宋体", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #003cc8;
	text-decoration: none;
	text-indent: 4px;
}
.navy  a:hover {
	font-family: "宋体", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #003cc8;
	text-decoration: none;
}
/*文章详细页面结束*/

/* 表格样式开始 */
.tblist {
	border-collapse:collapse;
	width:100%;
}
.tblist td {
	color:#333333;
	padding:3px;
	border:1px solid #999999
}
.form{display:inline}
.img {border:0}
/* 表格样式结束 */
 