html, body {
	font-family:"微软雅黑", "黑体", Simhei, "文泉驿等宽微米黑", "WenQuanYi Micro Hei Mono", "Microsoft YaHei", "华文黑体", "STHeiti", "Source Han Sans Normal" ;
}
#headerbox{
	width:100%;
	height:464px;
	background:url(../img/i001.jpg);
	background-repeat: no-repeat;
	background-position:right;
	position:relative;
}
#headerbox .flower{
	width:226px;
	height:181px;
	position:absolute;
	left:0;
	top:188px;
	background:url(../img/i002.gif);
}
#header-logo{
	margin:0 auto;
	background:url(../img/ilogo.png);
	background-repeat: no-repeat;
	background-position:left;
	width:1000px;
	height:125px;
	margin-top:40px;
}
#headerbox-top{
	width:100%;
	height:54px;
	background:url(../img/i003.jpg);
}
#headerbox-top .rang {
	margin:0 auto;
	width:1000px;
	height:54px;
	font-size:14px;
	line-height:54px;
	color:#646464;
}
#headerbox-top .left{
	height:54px;
	width:400px;
	float:left;
}
#headerbox-top .right{
	height:54px;
	width:400px;
	float:right;
	text-align:right;
}
#headerbox-top .right a {
	color: #b4030b;
	text-decoration: none;
}
#header-middle{
	position:absolute;
	width:1000px;
	bottom:52px;
	left:50%;
	margin-left:-500px;
}
#header-nav{
	width:1000px;
	height:110px;
	background:url(../img/i004.jpg);
}
#header-nav li{
	list-style:none;
	display:inline-block;
	float:left;
}
#header-nav .nav{
	width:124px;
	height:108px;
	cursor:pointer;
	position:relative;
	overflow:hidden;
}
#header-nav .nav .nav-nei{
	position:absolute;
	width:124px;
	height:216px;
	top:-108px;
	left:0;
}
#header-nav .lin{
	width:1px;
	height:108px;
	background:url(../img/i005.jpg);
}
#header-search{
	text-align:right;
	padding-bottom:10px;
	height:37px;
}
#header-search .icon{
	padding:0 5px 0 5px;
	vertical-align:middle;
}
#header-search .search{
	background:url(../img/isearch.png);
	width:257px;
	height:37px;
	margin: 0 5px 0 5px;
	padding: 0 35px 0 5px;
	border: 0;
	vertical-align:middle;
	font-size:14px;
	color:#565656;
	line-height:37px;
}

/*扩展*/
.red,.red A:visited,.red A:link {
	color:#FF6699;
	text-decoration:none 
/*#cd599a*/;
}
.red A:hover,.red:active {
	color:#ff2894;
	text-decoration:underline;
	cursor:pointer;
}
