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

/*------------header-------------------*/
#header {
	position: relative;
	height: 140px;
	width: 1000px;
}
#indexclear {
	clear: both;
	height: 70px;
}
/*---------------content--------------*/

#indexcontent {
	width: 1000px;
}
#indexcenter {
	vertical-align: top;
	padding-top: 20px;
	text-align: center;
	width: 990px;
}

#enterLG a {
	width: 990px;
	line-height: 4em;
	text-align: right;
	padding-top: 30px;
	padding-bottom: 10px;
	margin-right: 40px;
	/*float: left;*/
	text-decoration: none;
	background-attachment: scroll;
	background-image: url(../images/indexEnterLGbg1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	color: #000000;
}
#enterLG a:hover {
	color: #666666;
	background-attachment: scroll;
	background-image: url(../images/indexEnterLGbg2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	color: #000000;
}
#enterG {
	display: none;
}
#enterG a {
	width: 450px;
	line-height: 4em;
	color: #000000;
	display: block;
	text-align: right;
	padding-top: 30px;
	padding-bottom: 10px;
	margin-left: 40px;
	float: left;
	text-decoration: none;
	background-attachment: scroll;
	background-image: url(../images/indexEnterGbg1.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
#enterG a:hover {
	color: #000000;
	background-attachment: scroll;
	background-image: url(../images/indexEnterGbg2.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
}

/*--------------footer----------------*/

#indexfooter {
	height: 20px;
	width: 600px;
	padding-top: 20px;
	font-size: 10px;
	/*text-align: center;*/
	color: #333333;
	position: relative;
	left: 25%;
}
 #indexfooter ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#indexfooter ul li {
	float: left;
}	
#indexfooter ul a {
	font-size: 11px;
	text-decoration: none;
	color: #333333;
	float: left;
	display: block;
	background-attachment: scroll;
	background-image: url(../images/footermenu_bg2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 0.5em;
	padding-right: 0.5em;
}
#indexfooter ul a:hover {
	color: #666666;
}
#indexfooter ul a.first {
background: none;
}
.copyright {
	margin-left: 1px;
}
.privacyP {
	display: none;
	visibility: hidden;
}
