html, body {
height:100%;
margin:0;
padding:0;
}
body {
background:#213B73;
position:relative;
color:#848484;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
}
img {
border:none;
}
#main {
position:absolute;
top:50%;
left:50%;
height:600px;
width:958px;
margin:-300px 0 0 -479px;
text-align:center;
background: url(introBg.jpg) no-repeat center top;
text-align:center;
}
/*页头
---------------------------------*/
#header {
}
#headTop {
position:relative;
height:110px;
}
/* logo */
#logo {
position:absolute;
left:20px;
top:0;
}
#secondaryNav {
position:absolute;
width:220px;
right:10px;
top:8px;
text-align:right;
}
#secondaryNav ul {
padding:0;
height:26px;
}
#secondaryNav li {
float:right;
width:47px;
display:inline;
margin-right:8px;
}
#secondaryNav li a {
width:48px;
height:26px;
float:left;
background-image:url(secNav.png);
}
#secondaryNav li.menuContact a {
background-position:-107px 0;
}
#secondaryNav li.menuFav a {
background-position:-54px 0;
}
#secondaryNav li.menuBack a {
background-position:0 0;
}
#secondaryNav li.menuContact a:hover {
background-position:-107px -26px;
}
#secondaryNav li.menuFav a:hover {
background-position:-54px -26px;
}
#secondaryNav li.menuBack a:hover {
background-position:0 -26px;
}
#secondaryNav li span {
display:none;
}
/* banner */
#banner {
width:935px;
margin:0 auto;
}
#banner img, #banner object {
float:left;
overflow:hidden;
}
#lang {
width:208px;
list-style:none;
margin:58px auto 0;
padding:0;
}
#lang li{
	float:left;
	height:32px;
	overflow:hidden;}
#footer {
background:#fff url(indexCopyBg.jpg) no-repeat center top;
line-height:20px;
height:72px;
overflow:hidden;
padding-top:28px;
}
/*浮动清除
---------------------------------*/
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix {
display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
height: 1%;
}
.clearfix {
display: block;
}
/* End hide from IE-mac */