@charset "utf-8";
/* CSS Document */
html{width:100%;
     height:100%;}
	 
body{margin:0;
      padding:0;
	  background:#666;
	  height:100%;
	  width:100%; 
	   
	 }
 
a{color:#FFF;text-decoration:none;}
li{list-style-type:none;}

/*头部开始*/
.h_top_bg{ background:url(../images/t_bg.gif) no-repeat center 0; 
          background-size:100% 100%; 
          height:172px;}
		  
.h_top{font-size:12px;
       color:#FFF; 
	   line-height:32px;
	   padding-left:10px;
	  }
	  
.h_top span{float:right;padding-right:10px;}
			 
.h_top cite{float:right;padding-right:50px;}			 
	
.top_word{font-family:"Times New Roman", Times, serif;           font-size:12px;
           font-weight:600;
           font-style:italic;
		   letter-spacing:1px;
		   }
		   	  
.h_barner{height:60px;
         padding:12px 0 15px 0;
		 position:relative;
		 }
		 		   	  
#compy_logo{ padding-top:5px;}

#wx_icon{ padding-top:4px;
	right: 10px;
	bottom: 0px;
	position: absolute;
	
		 } 
ul{margin:0;}
.h_nav{line-height:52px;
       margin-left:100px;}
.h_nav li{display:inline-block;
          float:left; 
		  height:52px;
		  }
.h_nav li a{display:inline-block;
            padding:0 20px;
			}
.h_nav a:hover,.h_nav .cur a{text-decoration:none;
background:url(../images/nav_cur.gif) no-repeat center bottom; 
							  text-shadow:2px 0 5px #000;
							  }








/*头部结束*/




/*尾部开始*/
.wrapper{ margin:0 auto;}			 
	 
.footer{
	color: #000;
	font-size: 12px;
	background-color: #CCC;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing:2px;
 
	line-height: 25px;
}
.footer a{color:#000;font-family:"Times New Roman", Times, serif;}
/*尾部结束*/
