@charset "utf-8";
/* CSS Document, define some basic css style  to descroption the document */
@import url(layout.css);/* CSSҳ*/


*, body{
	padding: 0px;
	margin:0 auto;
}
/*change color black and dark
html { filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); } */

/* define a body*/
body {
    font-family:"宋体";
	color: #000000;
	font-size:12px;
	text-align:left;
	background:#FFF;
}

body { 
 line-height: 1;
} 
ol, ul { 
 list-style: none; 
} 
blockquote, q { 
 quotes: none; 
} 
blockquote:before, blockquote:after, 
q:before, q:after { 
 content: none; 
} 

.wm_red{
	color:#990033;
}
  
/* 元素获得焦点时的样式! */ 
:focus { 
 outline: 0; 
} 
  
/* 特殊文本的样式! */ 
ins { 
 text-decoration: none; 
} 
del { 
 text-decoration: line-through; 
} 
  
/* 细线表格样式 */ 
table { 
 border-collapse: collapse; 
 border-spacing: 0; 
}



#logo{
	background:url(logo.jpg) no-repeat;
	width:120px;
	height:120px;
	float:left;
}

a{
	text-decoration:none;
	color:#000000;
}
a:hover{
	text-decoration:underline;
	color:#F00;
}
.more{
	float:right;
	font-weight:normal;
	padding-right:6px;
	font-size:12px;
}
.more a {
	color:#666;
}
.more a:hover {
	color:#F00;
}
img {
    border: none;
}
.bold{
	font-weight:bold;
}
.left{
	float:left;
	overflow:hidden;
}
.mid{
	float:left;
	margin-left:10px;
}
.right{
	float:right;
}
.red,
.red a{
	color:#F00;
}
.f99,
.f99 a{
	color:#900;
}
.no_Point{
	background:none;
	padding:0px;
}
.hidden{
	display:none;
}
.limar{
	display:block;
}
dt,
.title{
   
	position:relative;
	height:28px;
	line-height:28px;
	text-align:left;
}
#footer{
	text-align:center;
}
.noline{
	border:0px;
}
.main_box{
	overflow:hidden;
}
.hr_10,
.hr_5{
	height:10px;
	clear:both;
	font-size:1px;
	line-height:1px;
	overflow:hidden;
}
.hr_5{
	height:5px;
}
.sub_title{
	float:left;
	margin-right:10px;
}
.font_14{
	font-size:14px;
}
.line{
	border-bottom:1px solid #CCC;
	height:1px;
	line-height:1px;
	overflow:hidden;
}
.blue_line{
	border:1px solid #0850AB;
}
.f9a_line{
	border:1px solid #CC0000;
}

.nopd_one {
	padding-left:0;
	padding-right:0;
}
.nopd_two {
	padding-top:0;
	padding-bottom:0;
}
.nopd_three {
	padding:0;
}