div, address, blockquote, iframe, ul, ol,
h1, h2, h3, h4, h5, h6, p, pre, caption,  
form, legend, fieldset, textarea{
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-style: normal;
    font-family: inherit;
	font-size: 100%;
}
ul{
    list-style:none;
}
body {
	background-color: #003399;
	margin: 0px;
	font-size:9pt;
	word-break:break-all;
}
a:link {
	color: #396eb5;
	text-decoration: none;
}
a:visited {
	color: #396eb5;
	text-decoration: none;

}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.maincolor {
	background-color: #396eb5;
}
.bgcolor1 {
	background-color: #F2F7FC;
	color: #396eb5;

}
.bgcolor2 {
	background-color: #E5EFFA;
	color: #396eb5;

}
.bgcolor3 {
	background-color: #CCE0F5;
}
.classborder {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background: url(title_bg.gif) no-repeat 0 0;
	padding: 6px 0px 0px 10px;
	height:22px;	
}
.title1{
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background: url(title_bg1.gif) no-repeat 0 0;
	padding: 6px 0px 0px 10px;
	height:22px;
}

td {
	font-size: 9pt;
	line-height: 18px;
}
.left-border {
	border-right: 1px solid #CCE0F5;
	border-bottom: 1px solid #CCE0F5;
	border-left: 1px solid #CCE0F5;
	background-color:#f2f7fc;
	padding:10px;
	margin-bottom:10px;
	line-height:25px;

	color:#666666;
}

.botton {
	height:30px;
	width:200px;
	cursor: hand;
}

/*主容器*/
.main{
	width:950px;
	margin:0 auto;
	text-align:left;
	background-color:#FFFFFF;	
}
.top{
	background-color:#F8F8F8;
	padding:5px 10px;
	border-bottom:1px solid #E6E6E6;
}
.top span{
	float:right;	
}

.banner {
	background: url(banner.jpg) no-repeat 0 0;
	font-family: "黑体";
	font-size: 28px;
	line-height: 30px;
	color: #FFFFFF;
	font-weight: normal;
	font-style: italic;
	text-align:left;
	padding:20px 0px;
	height:110px;
	margin:10px 0 10px 0;	
}
#pagebody {
	width: 100%;
	clear:both;
	
}
#bodyleft{
	width:200px;
	float:left;
}
#bodyright{
	width:740px;
	float:right;
	background-color:#FFFFFF;	
}
.title{
	font-size:20px; 
	line-height:30px;
	font-family: 黑体;
	text-align:center;
	padding:5px;
}
.content{
	font-size:14px;
	line-height:25px;
	padding:10px;
}
.contenttop{
	background-color:#E5EEF9;
	padding:5px;
	text-align:center
}
.contentbottom{
	padding:10px;
	text-align:center;
}
.copyright{
	text-align:center;
	height:50px;
	line-height:25px
}

hr{
	height:1px;
	border:1px solid #dddddd;
}
.daohang {
	color: #FFFFFF;
	background: url(daohangbg.gif) repeat-x 0px 0px;
}
.daohang ul {
	height:55px;
	line-height:45px;
	overflow: hidden;
}
.daohang li{
	float:left;
	background: url(x.gif) no-repeat 0 0; 
	padding-left:1px;
	margin: 0 0 0 -1px;
}
.daohang a {
    display: block;/*display:block就是将元素显示为块级元素。只有这样下面才能控制其宽度。*/
    width: 130px;
    text-align: center;
    font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.2em;
    filter: DropShadow(Color=#0066CC, OffX=1, OffY=1, Positive=1);
}
.daohang a:hover{
    color: #FFF;
    background: url(bg2.png) no-repeat center top;
}
.daohang a:link,.daohang a:visited{
	color:#FFFFFF;

}
.comanyname{
	font-family: "黑体";
	font-size: 28px;
	line-height: 30px;
	color: #0066cc;
	font-weight: bold;
	padding:20px 10px;
	}
.comanyname span{
	float:right;
	font-size:14px;
	font-family: "宋体";
}	
.hiddiv{
	float:left;
	position:absolute;
	Visibility:hidden;
    Filter:revealTrans(duration=0.5, transition=19);
	border: solid 1px #e8e8e8;
	margin:5px 0px 0px 158px;
	padding: 1px;
	background-color:white;
}
