/* CSS Document */

#main
{
  /*height:950px;*/
  background:#eeeeee;
  max-height:none;
}
#context
{
  /*width:80%;*/
  width:85%;
  text-align:left;
  padding-top:20px;
  margin:0px;
  margin-left:30px;
 }
 
#context #chinese
{
  /*font-family:"方正正中黑";*/
  font-family:微软雅黑;
  font-size:19px;
  color:#5c5c5c;
}

#context #english
{
  font-family:adobe 宋体;
  font-size:12pt;
  color:#221814;
}

#context p
{
  font-family:"微软雅黑";
  color:#221814;
  line-height:2.5;
  font-size:12pt;
}

#context p span
{
  /*font-family:方正正中黑简体; */
  font-family:微软雅黑;
  font-size:12pt;
  color:#c3281f;
}

#context .biaoti,#context .biaoti1
{
   /*font-family:方正正中黑简体;  */
   font-family:微软雅黑;
   font-size:12pt;
   color:#c3281f;
}

#context .biaoti1
{ 
	 height:26px;
	 width:140px;
	 line-height:26px;
	 border:1px solid #B0B0B0;
	 -moz-border-radius:8px; 
	 -webkit-border-radius:8px; 
	 border-radius:8px; 
	 position:relative;
	 z-index:2;
	 behavior: url(pie.htc); /*此处的路径是相对于.html文件的*/
	 text-align:center;
}


#daohang
{
   /*border:1px solid #a4a4a4; */
   width:70%; 
   min-width:160px;
   max-width:220px;
   margin-top:22px;
   background-color:#eeeeee;
   -moz-border-radius:8px; 
	-webkit-border-radius:8px; 
	border-radius:8px; 
	-moz-box-shadow:2px 2px 5px 2px #9C9C9C; 
	-webkit-box-shadow:2px 2px 5px 2px #9C9C9C;
	box-shadow:2px 2px 5px 2px #9C9C9C;
	position:relative;
	z-index:2;
	behavior: url(pie.htc); /*此处的路径是相对于.html文件的*/
   /*
   background-image: url(../images/circle3.bmp);  
   background-size:100% 100% ;
   filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=Enabled, sizingMethod=scale , src='../images/circle3.bmp');
   -moz-background-size:100% 100%;
   -webkit-background-size:100% 100%;
   -o-background-size:100% 100%;
   background-repeat:no-repeat;
   */
}

/*
.ul_circle
{
   background-image: url(../images/ul_circle1.bmp);  
   background-size:100% 100% ;
   filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=Enabled, sizingMethod=scale , src='../images/ul_circle1.bmp');
   -moz-background-size:100% 100%;
   -webkit-background-size:100% 100%;
   -o-background-size:100% 100%;
}
*/

 #daohang .menu
 {
   text-decoration:none;
 }
 #daohang a.menu:hover
 {
  color:#5c5c5c;
  text-decoration:none !important;
 }
 
#daohang ul li
{
  width:100%;
 /* height:45px;*/
  line-height:45px;
  text-align:center;
  /*cursor:pointer;*/
}

#daohang ul li a,#daohang ul li,#daohang ul li span
{
   font-family:微软雅黑;
   font-size:13pt;
   color:#5c5c5c;
}

#daohang ul li a:hover
{
  color:#0c0806;
  text-decoration:underline;
}

#daohang ul li ul li a
{
   font-size:10pt;   
   cursor:pointer;
}

#daohang ul li ul li
{
  line-height:35px;
 /* padding-left:5px;*/
}

#daohang span
{
  cursor:pointer;
}

#daohang ul li ul li
{
  cursor:pointer;
}