/* CSS Document */
*{margin:0px;
padding:0px;
}
.clear{
clear:both;
}
body{
background-color:#B8E2E0;
font-family:"宋体"; font-size:12px;
}
a:link {color:#303030;text-decoration: none;} /* 未访问的链接 */
a:visited {color:#303030;text-decoration: none;} /* 已访问的链接 */
a:hover{color: #CC0000; text-decoration:underline;} /* 鼠标在链接上 */ 
a:active {color:#303030;text-decoration: none;} /* 点击激活链接 */
#container{background:url(../images/bg_03.jpg) repeat-x;
margin:0 auto;
width:960px;
}
#header{
	width:960px;
	height:38px;
	line-height:38px;
	background:url(../images/hesder_bg.gif) repeat-x;
}
#logo{
	width:240px;
	height:38px;
	background:url(../images/logo.gif) no-repeat;
	float:left;
}
#headerlink{
	width:auto;
	line-height:38px;
	padding-right:10px;
	float:right;
}					
.guanggao{
width:960px;
height:150px;
}
.lantiao{
width:960px;
height:10px;
background-color:#60BEC1;
}
#main{
background-color:#F3F3F5;
width:960px;
}
#title{
width:940px;
padding:10px;
text-indent:2em;
line-height:20px;
color:#494949;
}
.shijian1{
width:960px;
}
.biaoti{
width:960px;
border-bottom:1px  solid #74848F;
height:26px;
line-height:26px;
background:url(../images/icon1_13.gif) 10px no-repeat;
}

.biaoti_h1 {
background: url(../images/xiaotu2.jpg) 10px no-repeat;
width:960px;
font-size:14px;
display:block;
font-weight:normal;
}
.biaoti_span1 {background:url(../images/cutiaobg_21.gif) bottom repeat-x;
padding-left:25px;
padding-right:30px;
float:left;
} /* FireFox */ 
*html .biaoti_span1 { background:url(../images/cutiaobg_21.gif) bottom repeat-x;
padding-left:25px;
padding-right:30px;
float:left;
} /* ie6 fixed */ 
*+html .biaoti_span1 {background:url(../images/cutiaobg_21.gif) bottom repeat-x;
padding-left:25px;
padding-right:30px;
float:left;
} /* ie7 fixed, 注意顺序 */ 
.biaoti_span2{
float:left;
}
.left{
margin-top:15px;
width:320px;
float:left;
}
.left_img{
width:152px;
margin-left:50px;
}
.tu2{
margin-top:26px;
}
.tu3{
margin-top:60px;
}
.tu4{
margin-top:22px;
}
.tu5{
margin-top:40px;
}
.right{
line-height:24px;
margin-top:15px;
width:640px;
float:left;
margin-bottom:10px;
}
.right p{
text-indent:2em;
color:#494949;
font-size:14px;
}
.right h2{
font-size:14px;
font-weight:bold;
}
.right_bottom{
padding-bottom:20px;
padding-top:10px;
margin-top:10px;
width:640px;
border-top:1px dashed #B5B5B5;
}
.right_bottom ul{
list-style:none;
}
.right_bottom ul li{
display:block;
width:300px;
float:left;
}
 /* 尾部*/ 
#bottom{
width:960px;
height:30px;
background-color:#F3F3F5;
text-align:center;
color:#333333;
line-height:32px;
}
#bottom a{
margin:0px 4px;
color:#333333;
}
#bottom a:hover{
color:#FF0000;
}
 /* 版权 */ 
#footer{
	width:960px;
	height:100px;
	float:left;
	margin-top:10px;
	line-height:20px;
	text-align:center;
	color:#333333;
}
#footer a{
color:#333333;
}
#footer a:hover{
color:#FF0000;
}

