@charset "utf-8";
/* CSS Document */

.index{
	width:300px;
	position: absolute;
	margin: 0;
	padding: 0;
	color: #f9f1e9;
	text-align: center;
	top: 40%;
	left: 50%;
	-webkit-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
	}
.tx1{
	color: #f9f1e9;
	font-size:36px;
	}
.tx2{
	font-size:24px}
.form a{
	color: #f9f1e9;}
	
.sygj{
	color:#FFF;
	}
.sygj a{
	color:#D0D0D0;
	line-height:30px;
	}
	
.sygj2{

	}
.sygj2 a{
	font-size:30px;
	display:block;
	text-align:center;
	line-height:60px;
	margin:auto;
	width:250px;
	height:60px;
	background:#0CF;
	filter:alpha(opacity=70); /*IE滤镜，透明度50%*/
	-moz-opacity:0.7; /*Firefox私有，透明度50%*/
	opacity:0.7;/*其他，透明度50%*/
	margin-top:20px;}
	
.sygj2 a:hover{
	background:#09F;
	color:#FFF;
	filter:alpha(opacity=100); /*IE滤镜，透明度50%*/
	-moz-opacity:1; /*Firefox私有，透明度50%*/
	opacity:1;/*其他，透明度50*/
	}
#father{

	position:relative;
}

.footer{
	position: absolute;
	text-align: center;
	background:#CCC;
	border-top:1px solid #871515;
	padding:10px 0 30px 0;
	width:100%
	}