/* CSS Document */
/*html { 
filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); 
}
*/
*{
margin:0;
padding:0;
}
body
{   
font-family: Arial, Helvetica, Verdana, Sans-serif;   
font-size: 12px;
color:black;
line-height:16px;
background:#c6c8ca;
background:#fbfbef;
background:#c6c8ca;
margin-top:0px;
margin-bottom:18px;
}  
a{
color:#555555;
line-height:16px;
text-decoration:none;
}
a.white{
color:#ffffff;
line-height:16px;
text-decoration:none;
}
a.red{
color:red;
line-height:16px;
text-decoration:none;
}
a.blue{
color:#0000FF;
}
a:hover{
color:#CC0000;
text-decoration:underline;
}
#header1{
width:880px;
height:135px;
background:#e1e1e1;
margin:auto;
border-top:3px solid #dd0212;
border-bottom:9px solid  #dd0212;
}

#header0{
width:880px;
height:18px;
border-top:3px solid #dd0212;
background:#fbff15;
background:#FFFFFF;
margin:auto;
text-align:right;
color:black;
}
#header12{
float:left;
margin:0 2px;
border:0;
}
#header13{
float:right;
margin-top:8px;
margin-right:8px;
border:0;
}
#header2{
width:880px;
height:18px;
background:#000000;
margin:auto
}
#header2 p{
float:right;
line-height:16px;
color:#ffffff;
}
#b1{
width:860px;
height:377px;
border-top:10px solid #dd0212;
border-left:10px solid #dd0212;
border-right:10px solid #dd0212;
margin:auto;
margin-bottom:0px;
background:white;
}
#bs1{
width:860px;
height:12px;
background-image:url(diwen1.gif);
background-repeat:repeat-x;

}
#bs11{
width:840px;
height:20px;
background:#dcdddf;
color:black;
margin:auto;
padding-left:20px;

}
#bb{
width:770px;
height:29px;
background-image:url(button.gif);
background-repeat:repeat-x;
margin-top:20px;
margin-bottom:20px;
margin-left:20px;
}
#bb p{
color:#000000;
line-height:36px;
margin-left:14px;
font-size:14px;
}
#bk1{
width:150px;
height:237px;
float:left;
border:1px solid #000000;
list-style:none;
border-bottom:3px solid gray;
border-right:2px solid gray;
font-size:12px;
}


#bk11{
width:150px;
height:24px;
background-image:url(daohang.gif);
text-align:center;
font-size:14px;
font-weight:800;
line-height:26px;
}
#bk3{
width:660px;
height:240px;
float:right;
font-size:14px;
line-height:24px;

}
#bk3R{
width:190px;
height:240px;
float:right;
border:1px solid black;
background:white;
}
#bk3R  img{
display:block;
}
bk1 img{
display:block;
}
#bk3Left{
background:white;
width:460px;
height:240px;
border:1px solid gray;
}
#bk3Left1{
width:100%;
height:20px;

/*background:url(diwen10.gif);background-repeat:repeat-x;*/
background:#d1d3d4;
font-size:14px;
font-weight:800;
text-align:center;
padding-top:5px;

}
#bk3left2{
padding-left:10px;
padding-top:5px;
line-height:24px;
}
#bk3left2 a{
line-height:24px;}
#bk2{
width:820px;
height:240px;
background:#fafafa;
margin:auto;
border-bottom:5px solid white;
}
#bs2{
width:820px;
height:10px;
background-image:url(diwen1.gif);
background-repeat:repeat-x;
margin:auto;
margin-bottom:0px;
clear:both;
}
#bs3{
width:820px;
height:20px;
margin:auto;
margin-bottom:0;
font-size:0px;
padding:0;
}
#bs3 img{
block:0;
}
#b2{
width:860px;

border-bottom:10px solid #dd0212;
border-left:10px solid #dd0212;
border-right:10px solid #dd0212;
margin:auto;
background:white;
}
#b2b{
width:820px;
height:50px;
background:white;
border-bottom:8px solid white;
margin:auto;
text-align:center;
}

#b2body{
width:820px;
background-image:url(diwen0.gif);
background-repeat:repeat;
margin:auto;
height:860px;
padding-top:40px;
}
#b2body p{
text-align:center}
#b2bottom{
height:17px;
width:850px;
margin:auto;
background-image:url(diwen9.gif);
background-repeat:repeat-x;
border-top:12px solid white;
}
#yqlink{
background-color:#FFFFFF;
width:746px;
font-size:12px;
margin:auto;
line-height:24px;
padding-left:11px;
}
/*- Menu Tabs E--------------------------- */

    #tabsE {
      float:left;
      width:100%;
	  height:60px;
	  background:#000;
	  background-color:white;
      font-size:100%;
      line-height:normal;

      }
    #tabsE ul {
	margin:0;
	padding:10px 10px 0 40px;
	list-style:none;
      }
    #tabsE li {
      display:inline;
      margin:0;
      padding:0;
	  font-weight:400;
      }
    #tabsE a {
      float:left;
      background:url("button.gif") no-repeat left top;
      margin:10px;
      padding:10px 15px 10px 15px;
      text-decoration:none;
      }
	   #tabsE a.red {
      float:left;
	  color:red;
      background:url("button.gif") no-repeat left top;
      margin:10px;
      padding:10px 15px 10px 15px;
      text-decoration:none;
      }
  
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsE a span {float:none;
	color:#000000;}
    /* End IE5-Mac hack */
    #tabsE a:hover span {
      color:#FF0000;
	  
      }
    /* #tabsE a:hover {
      background-position:0% -42px;
      }
    #tabsE a:hover span {
      background-position:100% -42px;
      }  
	/*- Menu Tabs E--------------------------- */