@charset "gb2312";
/* CSS Document */

body,div,p,ul,li, td, tr, th, table {margin:0; padding:0;text-indent:0px;}

.clear{
	clear:both;
}

body {
	/*	background: #4E5869; */
	margin-top:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 16px;
	line-height: 1.5;
	overflow: scroll;
	text-align: center;
	border-width: 2;
}

/****** 0级层 ******/
.container {
	width: 960px;
	background: #FFF;
	margin: 0 auto; /* 侧边的自动值与宽度结合使用，可以将布局居中对齐。如果将 .container 宽度设置为 100%，则不需要此设置。 */
}

/****** 1级层 ******/

/* 1.1 页眉 */
.header {
	float:left;
	width:960px;
	height:100px;	
	background: #FFFFFF;
	margin: 0 auto;
}

/* 1.2 横向主菜单栏 */
.menubar{
	float:left;
	width:960px;	/*宽*/
	height: 35px;	/*高*/	
	display:block;	/*块状*/
	margin:5px auto;	/*上下间距*/
}

/* 1.3 内容 */
.content_area {
	width:960px;	
	background: #FFFFFF;
	margin-top:0px;
	margin: 0 auto;
}

/* 1.4 友情链接 */
.friendlink_area {
	width:960px;	
	text-align: center;	
	font-size:smaller;
	margin: 0 auto;
}

/* 1.5 页脚 */
.footer {
	width:960px;	
	text-align: center;	
	font-size:smaller;
	margin: 0 auto;
}

/****** 1.1 级层(页眉) ******/
.logo {
	float:left;
	background-image: url(images/logo.JPG);
	height: 100px;
	width: 100px;	
	background-repeat: no-repeat;
	background-position: center center;
}

.titleinheader {
	float: left;
	color: #0280CD;
	font-size: 36px;
	height:60px;
	width: 660px;
	display: block;
}

/****** 1.2 级层(主菜单) ******/

.menubar ul{
	width:960px;	/*宽度*/		
	height:35px;	/*高度*/
	margin: 0 auto;	/*居中*/
}
	
.menubar ul li {				
	float:left; 					/*横向排列*/
	width:110px; 					/*单个菜单块宽度*/
	line-height:35px;				/*菜单高度*/
	text-align: center; 			/*字符水平居中*/
	list-style:none;				/*剔除序号*/
	border-right: 1px solid #666; 	/*按钮间隔边*/
	margin: auto 0 auto 5px; 		/*横向间隔*/
	overflow: hidden;
	text-overflow: ellipsis;
}

.menubar ul a, .menubar ul a:visited { 
	display: block; 				/*转换为块，使其填满包含整个li*/
	text-decoration: none;			/*去掉下划线，上右下左*/
	background: #8090AB;			/*背景色，上右下左*/
	color: #FFF;					/*字体颜色*/
	overflow: hidden;
	text-overflow: ellipsis;
}

.menubar ul a:hover, .menubar ul a:active, .menubar ul a:focus {
	background: #6F7D94;			/*字体颜色*/
	color: #0FF;					/*字体颜色*/
}

#left_area ul li ul li a {
	text-decoration:none;		
}


/****** 1.3 级层(主内容区域) ******/

/*************** 1.3.1 左侧主内容区 ****************/  
.sub_menu ul li {
	display:block; 
	background-color:#CCC;
	list-style:none;
	border: 1px solid #CCC;
    -moz-border-radius: 4px; 
    -webkit-border-radius: 4px; 
    border-radius:4px; 
	margin-top:2px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.sub_menu ul li ul li {
	display:block; 
	background-color:#FFF;
}
  
.product_area{
	background-color:#FFF;          
}
  
/*************** 1.3.2 右侧主内容区 ****************/  
  
.icon_and_brief_bar {
	height:150px; 
	background-color:#F6F6F6;
	border-left:1px solid #EAEAEA;
	border-top:1px solid #EAEAEA; 
	border-bottom:2px solid #999;
	border-right:2px solid #999;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:10px; 	
}

.icon_area {
	float:left;
	width:150px; 
	height:150px; 
	margin-right:5px;
}

.brief_area {
	width:685px; 
	padding:2px;
	margin-left:5px;
}

.brief_area p {
	text-indent:2em;
	margin-right:5px;
	
}

.icon_submenu{
/*	float:left; */
	width:40px; 
	margin-left:3px;
}

.title_submenu{
/*	float:left; */
	width:180px;
	line-height:40px; 
	vertical-align:middle; 
	margin-left:5px;
	text-align:left;
	overflow: hidden;
	text-overflow: ellipsis;
}

.sidebar{
	float:left;
	display:block;
	width:200px;
	font-size:10px;
	font-weight: bold;
}

.linktitle{
	clear:both;
	display:block;
    height:36px;	
	line-height:36px;
	text-align:left;
	vertical-align: middle;
	font-weight: bold;	
	margin-top:5px;
	margin-bottom:5px;
	color:#FFF;
	background-color:#5B5B5B;	
	background-image:url(../images/background_1.bmp);
}

.right_area{
	float:left;
	width:700px; 
	margin-left:5px;
}

.right_area p{
	 text-indent:2em;
}

/*链接区*/
.linkbar  {
	display: block;
	width:200px;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #93A5C4;
}

.linkbar ul {
	list-style: none;
	border-top: 1px solid #666; 
	margin-bottom: 1px; 
	margin-left:0px;
	margin-top: 0px;	
	padding-left: 0px;
	padding-top: 0px;
}

.linkbar ul li {
	border-bottom: 1px solid #666;
	margin-left: 0px;
	margin-top: 2px;
	padding-left: 0px;
	background-color: #FFF;
	font-size:12px;
	color: #FFF;
}
.linkbar ul a, .linkbar ul a:visited { 
	display: block;
	padding: 5px;
	text-decoration: none;
	background: #8090AB;
	color: #FFF;
}

.linkbar ul a:hover, .linkbar ul a:active, .linkbar ul a:focus {
	background: #6F7D94;
	color: #0FF;
}

.linkbar h1{
	display:block; 
	text-align: center; 
	line-height: 25px; 
	background-color: #CCC; 
	height: 25px; 
	vertical-align: middle; 
	color: #00F; 
	font-size: 12px; 
	padding-bottom: 0px; 
	margin-bottom: 0px;	
}

/* 内容区 */
.content {
	float: left;
	width: 740px;
	padding: 5px;
	margin-left: 10px;
}

.content dt{
	clear:both;
	font-weight:bold;	
}

.content dd{
	float:left;
	width: 740px;	
	margin:15px;
	border-bottom-style:dashed;
	border-bottom-width:1px;
	text-indent: 2em;
	padding-bottom: 5px;
}

.content dd img{
	margin-right:10px;
	border-width: 0;
	float: left;
}

.content dd p{
	text-indent:2em;
}

.content dd ul{
	margin-left: 30px;	
}

.img{
	border: none;
}

}

.footer a{
	text-decoration:none;	
	font-size:10px;
	color: #333;
}



.linkbottombar{
	font-size:12px;
	font-style:italic;
		
}
.boldtext {
	font-weight: bold;
}

dd table {
	border-collapse:collapse;
	border-width:2px;			/*边框宽度为2px*/
	border-color:#000; 			/*黑色外边框*/
	margin-left:10px;
	margin-bottom:5px;
}
dd table tr th {
	background:#CCCCCC;			/*标题格为灰色背景*/
	border-width:1px;			/*边框宽度为1px*/
	border-color:#000;			/*黑色边框*/
	text-align:center;
}

dd table td {
	border-width:1px;			/*边框宽度为1px*/	
	border-color:#000;			/*黑色边框*/
}


dd table tr:hover, dd table tr:active, dd table tr:focus, dd table tr:visited {
	background: #EAEAEA;			/*灰色背景*/
	color:#000;					    /*字体颜色*/
}

/* 画框 */
.imageframe {
	width:180px; 
	background-color:#EAEAEA;
	float:left;
	margin-left:5px;
}

.imageframe:visited, .imageframe:hover, .imageframe:active, .imageframe:focus {
	background: #FFF;
	color: #000;
}

/* 容纳img的div */
.imageframe_img
{
	width:180px; 
	margin: auto auto;	
}

/* img */
.imageframe_img img {
	width:180px; 
	height:180px;  
	margin:0 auto;
}

.imageframe_top{
	background-color:#9FF; 
	text-align:center; 
	font-weight:bold;	
	margin:5px auto;
}


p{
	text-indent:2em;	
	margin-bottom:5px;
}

#right_area ul {
	display:block;
	list-style-type:circle; 
	padding-left:50px;
}

#right_area ul ul {
	list-style-type:disc; 
}

.contact_us_list_title {
	background: #8090AB;			/*背景色*/
	color: #FFF;					/*字体颜色*/
}

.titleinheader_focus {
 font-weight:bold;
 font-size:x-large;
 color:#00F;	
}

.highlight_a {
	background-color:#FF0;
	color:#F00;	
}
.highlight_b {
	background-color:#FFF; 
	padding:3px;
	border: 1px solid #333;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;  
	border-radius:4px;
}

#right_area ul li {
	margin-bottom: 5px;	
}

ul {
	text-align:left;	
}

ol {
	text-align:left;	
}

p {
	text-align:left;	
}

#contact_us_list div {
	text-align:left;	
}

.browse_area {
	text-align:left;	
}
h4 {
	text-align:left;	
}

.titleinheader {
	text-align:left;	
}

#keyword_title {
	text-align:left;	
}