@charset "utf-8";
/* CSS Document */
#wrapper .index{
	height:402px;
}
/****mainNav******/
#mainNav{
	position:absolute;
	left:0px;
	top:100px;
	width:852px;
	background:url(../img/bg_main_nav.gif) center repeat-x;
	z-index:100;
}
 #mainNav li{
	float:left;
	width:145px;
	height:76px;
	background:url(../img/bg_link_main_nav.png) no-repeat;
	z-index:100;
	}
#mainNav li a{
	font-size:14px;
	line-height:16px;
	color:#464646;
	display:block;
	padding:19px 0 25px 9px;
	height:228px;
	z-index:100;
	background:url(../img/line_nav.gif) left top no-repeat;
}
#mainNav li a:hover{
	color:#bc001d;
	text-decoration:none;
	background:url(../img/bg_hover.gif) left top no-repeat;
	z-index:100;
}
#mainNav li a span{
	display:block;
	font-size:12px;
}
#contact{
	position:absolute;
	right:20px;
	top:123px;
}

/*形象图片*/
#image{
	position:absolute;
	top:192px;
	left:0;
}
#image li{
	width:127px;
	height:180px;
	float:left;
	margin-right:18px;
	display:inline;
}
#image li a{
	width:127px;
	height:180px;
	display:block;
}
#li_1{
	background:url(../img/image1.gif) left top no-repeat;
}
#li_2{
	background:url(../img/image2.gif) left top no-repeat;
}
#li_3{
	background:url(../img/image3.gif) left top no-repeat;
}
#li_4{
	background:url(../img/image4.gif) left top no-repeat;
}
#li_5{
	background:url(../img/image5.gif) left top no-repeat;
}
#li_6{
	background:url(../img/image6.gif) left top no-repeat;
}
#image li a:hover{
	background:#C5001F;
}
#image #li_6{
	margin-right:0;
}

/**********header end*************/
#content{
	padding-top:16px;
	border-top:1px solid #474747;
}
#content p{
	font-size:16px;
	line-height:26px;
}
#content p.p_en{
	font-family:Helvetica,sans-serif;
	margin-top:10px;
	font-size:12px;
	line-height:22px;
}














