/*公共样式*/
*,body{
	margin: 0 auto;
	padding: 0;
	font-family:"Microsoft YaHei","微软雅黑","Microsoft JhengHei";
}
.main{
	width:100%;
	height:100%;
	min-width: 1000px;
	z-index:-10;
	zoom: 1;
	background-repeat: repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-positon: 100%, 100%;
}
.main .wel_link{
	border-top:1px solid #5f5f5f;
           border-bottom:1px solid #5f5f5f;
	//margin-top: 5px;
	padding: 20px 46px;
	color: #333333;
	font-size: 16px;
	//font-weight: bold;
           text-align:center;

	background-image: url(/images/wel_bg.png);
	background-repeat: repeat;
}