@charset "utf-8";
#index{
	position:relative;
	height:100%;
	background:url(../images/index-bg.jpg) no-repeat center top;
	background-size:100% 100%;
}

#index .footer{
	position:absolute;
	width:100%;
	height:30px;
	line-height:30px;
	left:0px;
	bottom:0px;
	text-align:center;
	background:#2b3e6e;
	color:#fff;
}

#index .footer a{
	color:#fff;
}

#index .topic{
	position:absolute;
	right:12.5%;
	top:1.88%;
	height:24.53%;
}

#index .topic img{
	height:100%;
	width:auto;
}

#index .btn{
	position:absolute;
	width:18%;
	height:14.2%;
	z-index:9;
}

#index .btn img{
	width:100%;
	height:100%;
}

#index .btn:hover{
	box-shadow:2px 2px 6px #aaa;
}

#index .btn1{ right:31.6%; bottom:28%; }
#index .btn2{ right:12.8%; bottom:28%; }
#index .btn3{ right:31.6%; bottom:12%; }
#index .btn4{ right:12.8%; bottom:12%; }

#index .text{
	position:absolute;
	width:46%;
        height:30.6%;
	right:9%;
	top:27%;
	color:#232d51;
	line-height:24px;
	font-family:"KaiTi_GB2312","KaiTi","؟،جم";
        font-size:16px;
}

#index .text p{
	text-indent:22pt;
}

@media (max-height: 750px) {
	#index .text{ line-height:20px; }
}