@charset "utf-8";
* {
	font-size: 100%;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	outline:none;
}
.wrapper {
	background-image: url(../images/index/index_bg.jpg);
	height: 560px;
	width: 960px;
	margin-top: -280px;
	margin-left: -480px;
	position: absolute;
	left: 50%;
	top: 50%;
}

.wrapper .logo {
	background-image: url(../images/index/logo.png);
	height: 55px;
	width: 400px;
	position: absolute;
	top: 200px;
	left: 160px;
	padding-top: 80px;
	padding-left: 100px;
}
.wrapper .logo p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333;
	font-weight: bold;
}
.wrapper .logo .tt01 {
	font-weight: normal;
	letter-spacing: 3px;
	font-size: 15px;
	color: #000;
}
.wrapper .languages {
	background-color: #000;
	width: 405px;
	height: 30px;
	position: absolute;
	left: 280px;
	top: 350px;
}
.wrapper .languages ul {
	height: 100%;
	width: 100%;
	float: left;
	margin-top: 7px;
	margin-right: auto;
	margin-left: auto;	
}
.wrapper .languages ul li {
	float: left;
	height: 16px;
	width: 100px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
}
.wrapper .languages ul li a {
	color: #FFF;
	text-decoration: none;
	font-size: 16px;
	display: block;
	height: 100%;
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.wrapper .languages ul li a:hover {
	color:#E5C62C;
}

.wrapper .languages ul li:first-child {
	border-left: none;
}
.wrapper .address {
	height: 60px;
	width: 450px;
	position: absolute;
	left: 50px;
	top: 490px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
}
.wrapper .address a {
	color: #333;
	text-decoration: none;
}

.wrapper .address a:hover {
	color: #f00;	
}
