@charset "utf-8";
/* CSS Document */



  /* ------------------------------------------------- */

  #tabs {
	width: 400px;
	overflow: hidden;
	/*width: 100%;*/
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
	position: absolute;	
	
  }

  #tabs li {
    float: left;
    margin: 0 -10px 0 0;
  }

  #tabs a {
	float: left;
	position: relative;
	font-family: "微软雅黑";
	font-size: 16px;
	height: 25px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	text-decoration: none;
	color: #006;
	cursor: default;
	font-weight: 300;
  }

#tabs a:hover,
  #tabs a:focus {
	border-bottom-color: #a42c26;
	border-bottom-width: 1px;
	border-bottom-style: solid;/*    opacity: 1;
    filter: alpha(opacity=100);*/
  }
  
/*  
  #tabs a:focus {
    outline: 0;
  }

  #tabs #current {
    z-index: 3;
    border-bottom-color: #3d3d3d;
    opacity: 1;
    filter: alpha(opacity=100);      
  }
*/
  /* ----------- */
  #content {
	padding-top: 40px;
	/*background: #fff;*/
	height: 210px;
	border-top-style: none;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 5px;
	font-family: "微软雅黑";
	color: #333;
	width: 400px;
	z-index:1
	
  }

  #content h2,
    #content h3,
    #content p {
	margin: 0 0 15px 0;
	font-family: "微软雅黑";
	font-size: 14px;
	
  }  

  /* Demo page only */
  #about {
	color: #999;
	text-align: center;
	font-family: "微软雅黑";
	font-size: 12px;
  }

  #about a {
      color: #777;
  }   
#ddyy {
	float: right;
	background-image: url(../UploadFiles/nn.png);
	height: 25px;
	width: 126px;
	padding-left: 30px;
	background-repeat: no-repeat;
}
#hr1 {
	/*padding-top: 43px;
	margin-top: 10px;*/
	width: 400px;
	height: 52px;
	background-image: url(../UploadFiles/hr.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	z-index:-1
}