@charset "utf-8";
/* CSS Document */
body{
    margin:0;
    padding:0;
	background:url(../img/index_bg.jpg) #060606;
	background-position:50% 0%;
	background-repeat:no-repeat;
}

a {
    color:#999999;
	text-decoration: none;
	outline: none;}
a:hover {
    color:#ffffff;
	text-decoration: none;
	outline: none;}
	
#index_m{
    margin:auto;
    padding:0;
	width:1200px;
	height:955px;
	font-size:12px;
	color:#FFFFFF;
	line-height:16pt;
	background:url(../img/index_bg2.jpg) no-repeat;
}
	.ipic{
		margin:0px auto 0px auto;
		width:1170px;
		height:575px;
	}
	.line{
		margin:0px auto 0px auto;
		width:960px;
		height:1px;
		background:url(../img/index_line.png) no-repeat;
	}
	.logo{
		margin:22px 478px 0px 483px;
		width:244px;
		height:72px;
		background:url(../img/index_logo.png) no-repeat;
	}
	.enter{
		margin:10px auto 0px auto;
		width:70px;
		
	}
	.line2{
		margin:10px auto 0px auto;
		width:3px;
		height:75px;
		background:url(../img/index_line2.png);
	}
	
#footer{
    margin:60px 0 0 0px;
	width:1200px;
	height:80px;
	color:#999999;
	font-size:12px;
	background-color:#1b1b1b;
}
