﻿
/* top start*/

#wrapper{
	width:100%;
	padding:0px 0px;
	margin:auto;
	}
#wrapper #head{
	width:100%;
}

#wrapper #head .top{
	width:100%;
	height:100px;
	font-size:12px;
	padding-top:40px;}	
#TopBG{
	position:absolute;
	top:0px;
	z-index:9999;}

 .TopBG{
	 width:100%;
	border-top:2px solid #c3c4c6;}
 .TopInfo{
	margin:auto;
	width:1080px;
	height:23px;
	} 
 .TopInfo .link{
	background: url("../images/top_bg2.png") no-repeat center top;
	text-align:center;
	line-height:23px;
	width:237px;
	float:right;
	color:#FFF;
	padding-right:5px;
	padding-left:10px;
	font-size:11px;}
 .TopInfo .link a{
	color:#FFF;}	
 .TopInfo .link a:hover{
	color:#FFF;}	
