
/* 自定义结构框架 开始 */

/*基本信息*/
body
{
 
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
margin:0px auto auto auto;


}

/*页面层容器*/
#container{
width:1000px;
height:auto;
margin:auto;


}

#header_bar{
width:1000px;
height:auto;
float:left;
margin:auto;

}

#header_daohang{
width:1000px;
float:left;
margin:auto;
background-image:url(../images/daohang.jpg)

}

#b_logo{

background-image:url(../images/logo.gif);
width:57px;
height:50px;
float:left;
margin-left:5px;



}

#b_bar{
width:500px;
height:25px;
line-height:50px;
font-size:24px;
float:left;
margin-left:20px;
margin-top:5px;
color:#000000;


}


#c_bar{
width:180px;
height:20px;
float:right;
margin-right:20px;
margin-top:35px;


}


 
.c_bar1{

height:20px;
float:left;

}

.c_bar2{
 
height:20px;
float:left;
}
a.a1{
width:80px;



}

a.a1:link ,a.a1:visited{

font-size:14px;
display:block;
text-decoration:none;
color:#e8521d;
}


/* 导航 */

/*--------------------------------------------------*/
 #gj_zi{
  width:950px;
  float:left;
  margin-top:12px;
  margin-left:25px;	
 }
 
 #gj_zi li{
          float:left;
		  margin-left:10px;
		  line-height:25px;
	 display:inline;
		  color:#5d5d5d;
		  font-size:14px;
		  list-style:none;
		  width:90px;
		  }

a.hr
{
text-decoration:none;

}


a.hr:link, a.hr:visited {
text-decoration:none;
color:#000000;
}

a.hr:hover{
color:#333333;
}

