/* CSS Document */
body{
font:"ËÎÌå";
font-size:12px;
}
*{
margin:0px;
padding:0px;
}
/*----------------------------------------------------------------------------------------------------------------------*/
#header{
width:100%;
height:39px;
background-image:url(../images/header_bg.jpg);
background-repeat:repeat-x;
}
#header_con{
width:960px;
margin:0 auto;
}
#header_con img{
float:left;
}
#header_con span{
float:right;
line-height:39px;
}
#header_con span a{
color:#000000;
text-decoration:none;
}
#header_con span a:link{
color:#000000;
text-decoration:none;
}
#header_con span a:hover{
color:#000000;
text-decoration:underline;
}
#header_con span a:visited{
color:#000000;
}
/*----------------------------------------------------------------------------------------------------------------------*/
#banner{
width:960px;
height:200px;
margin:0 auto;
}
/*----------------------------------------------------------------------------------------------------------------------*/
#nav{
width:960px;
height:52px;
margin:5px auto;
}
#nav img{
border:0px;
float:left;
}
#nav_time{
margin-left:18px;
}
/*----------------------------------------------------------------------------------------------------------------------*/
#index_con{
background-color:#f9f9f9;
padding:20px;
width:920px;
margin:5px auto;
line-height:24px;
}
#index_con h3{
padding-left:100px;
line-height:40px;
color:#0099FF;
}
#index_con p{
text-indent:2em;
line-height:24px;
margin-top:15px;
}
#index_con h3 img{
float:right;
padding:0px 10px;
}
#index_con p span{
color:#FF6600;
font-weight:bold;
}
/*----------------------------------------------------------------------------------------------------------------------*/
#fayanren{
width:960px;
padding-top:10px;
margin:5px auto;
}
.fyr_out{
width:215px;
height:278px;
float:left;
margin-left:13px;
margin-right:12px;
margin-top:15px;
background-color:#f0f0f0;
}
.fyr_out img{
width:215px;
height:144px;
}
.fyr_out p{
margin:10px;
line-height:22px;
}
.fyr_out p span{
font-weight:bold;
}
/*----------------------------------------------------------------------------------------------------------------------*/
#huaxu{
width:960px;
margin:5px auto;
}
.hx_title{
width:960px;
margin-top:5px;
margin-left:auto;
margin-right:auto;
}
.hx_out{
width:215px;
float:left;
margin-left:13px;
margin-right:12px;
margin-top:15px;
}
/*----------------------------------------------------------------------------------------------------------------------*/
#footer{
clear:both;
line-height:50px;
background-color:#0099FF;
color:#FFFFFF;
text-align:center;
}