﻿/***********************************************/
/* base.css                                    */
/* Use with page index.htm                     */
/***********************************************/

/***********************************************/
/* HTML base styles                            */
/***********************************************/ 
body{
  margin:0 auto;
  padding:0px;
}
A:link {
	COLOR: #25516B; TEXT-DECORATION: none
}
A:visited {
	COLOR: #25516B; TEXT-DECORATION: none
}
A:hover {
	COLOR: #BC2D00;TEXT-DECORATION: underline;
}
A:active {
	COLOR: #25516B; TEXT-DECORATION: none
}
img{border:0px} 
p{
	margin:5px;line-height:22px;
}
#pagebody{
	width:961px;
	margin:0px auto;
	padding:0px;
}
H1 {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px;float:left;
}
H2 {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px
}
H3 {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px
}
H4 {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px
}
H5 {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px
}
H6 {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px
}
ul{
    margin:0px;padding:0px;list-style-type :disc;
}
li{
  height:22px;
  }
  
#loginbar{
   line-height:25px;
   font-family:Arial, Helvetica, sans-serif;
}

/***********************************************/
/*          header                             */
/***********************************************/


#header{
	height:58px; overflow:hidden;
}
#header1{
	height:62px; overflow:hidden;
	position:relative; width:970px;
}
#logo{
	margin:0px 80px 0px 20px;padding:0px;
	float:left;
}
#fan{ 
	width:242px; height:62px;
	float:left;
	background:url(../common/bg_blue_r1_c2.gif) no-repeat;

}
#ziti{height:25px; text-align:center;width:242px;/*Add*/background:url(../images/bg_blue_r1_c2.gif) no-repeat;}
#liebiao{width:230px;height:32px;}
#liebiao table{width:45px;height:10px; margin:20px auto 5px auto;}
#top_right{ width:380px; height:62px; float:left; margin-left:30px; margin-top:-2px;}
#top_right table{ width:380px;}
#top_right table tr td{ text-align:center;}
#switch{
	width:90px;height:9px;
	position: relative;	top: 10px;left: 20px;
}
#switch ol{list-style-type:none;margin:0px;padding:0;
}
#switch ol li{width:10px;height:9px;margin:0px 5px;padding:0;float:right;
}
#header ul{margin-top:-40px;padding:0;list-style-type:none;float:right;clear:right;width:400px;
}
#header ul li{margin:0px 12px;padding:0;float:right;
}
/***********************************************/
/*        footer                               */
/***********************************************/
#footer{
	height:71px;
}
#link{
    height:88px;text-align:right;margin-top:6px;
    background:#CFECFF url(../images/bg_blue.gif) no-repeat -718px -644px;
}
.linkto{
    width:106px;height:39px;border:1px solid #BADFF1;overflow:hidden;
}
#copyright{
    margin:10px;line-height:25px;text-align:center;
}
	

