﻿@charset "utf-8";
/** May. 09 Ivan S. Hsu @ ixce.cn **/
@import url("rewrites.css");
@import url("styles.css");
#navPage{
}
#wrapper{
}
#headWrapper{
	border-bottom:1px #B5B7B6 solid;
}
#head{
	width:570px;
	margin:0 auto;
	padding-top:190px;
	height:130px;
}
h1.navlogo{
	float:left;
	width:202px;
	height:76px;
	margin-top:35px;
	background:url('../images/logo_navpage.jpg') no-repeat;
	text-indent:-99999px;
}
h1.navlogo span{
}
#searchboxWrapper{
	width:320px;
	float:right;
}
.searchbox h3{
	background:url('../images/logo_s_navpage.jpg') no-repeat center center;
}
.searchbox.en h3{
	background:url('../images/logo_s_navpage_e.jpg') no-repeat center center;
}
#content{
	width:570px;
	height:295px;
	padding-top:4px;
	margin:0 auto;
}
.dnav{
	padding:5px 5px 0;
}
.dnav ul li{
	width:140px;
	display:inline;
	float:left;
	text-align:center;
}
.dnav ul li span{
	display:block;
}
.dnav ul li a span.tips{
	height:25px;
	line-height:130%;
	color:#EEF0EF;
}
.dnav ul li a:hover span.tips{
	color:#FFF;
	text-indent:0;
	background:url('../images/bg_linkt_np.jpg') no-repeat center top;
}
.dnav ul li a span.n{
	padding-top:5px;
}
#foot{
	text-align:center;
}

