/*全局样式*/
body,h1,h2,h3,h4,h5,h6,p,ul,ol,li,form,img,dl,dt,dd,table,th,td,blockquote,fieldset,div,strong,label,em{
    margin:0px;
    padding:0px;
    border:0px;
}
body{
	margin:0px auto;
	background-color:#F3F5EA;
	color:#666666;
	font-size:12px;
	font-family: "宋体",Arial, Helvetica, sans-serif;
	text-align:center;
	width: 1040px;
	height:auto;
}
ul,ol,li{
    list-style:none;
}
input,button{
    margin:0;
    font-size:12px;
    vertical-align:middle;
}
table{
    border-collapse:collapse;
    border-spacing:0;
}
a{
    color:#333;
    text-decoration:none;
}
a:hover{
    color:#ef9b11;
}

/*导航菜单固定部份*/
#header{
    vertical-align:middle;
    height:115px;
}
#header #h-title img{
    height:28px;
}
#header #h-title img[alt="leftImg"]{
    width:248px;
}
#header #h-title img[alt="centreImg"]{
    width:550px;
}
#header #h-title img[alt="rightImg"]{
    width:242px;
}
#header #h-logo{
    float:left;
    width:248px;
    height:87px;
}
#header #h-logo img{
    width:215px;
    height:73px;
}
#header #h-nav{
    float:left;
    width:550px;
    height:87px;
}
#header #h-language
{
    float:left;
    width:242px;
    height:87px;
}
#footer{
    vertical-align:middle;
}
#footer #f-logo
{
    float:left;
    width:180px;
    height:65px;
    text-align:right;
}
#footer #f-logo img[alt="footerLogo"]
{
    width:128px;
    height:51px; 
}
#footer #f-contact
{
    float:left;
    width:790px;
    height:65px;
    text-align:right;
    color:#65635F;
	font-size:12px;
}

/*主导航菜单*/
#menu ul{
	padding:0;
	border:0;
	list-style:none;
	line-height:150%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 15px;
}
#menu_out{
	width:550px;
	padding-left:4px;
	margin-left:auto;
	margin-right:auto;
	background:url(../images/menu_left.gif) no-repeat left top;
}
#menu_in{
	background:url(../images/menu_right.gif) no-repeat right top;
	padding-right:4px;
}
#menu{
	background:url(../images/menu_backgroup.gif) repeat-x;
	height:73px;
}
.menu_line{
	background:url(../images/menu_line.gif) no-repeat center top;
	width:15px;
}
.menu_line2{
	background:url(../images/menu_line2.gif) no-repeat center top;
	width:15px;
}
#nav{
	padding-left:20px;
}
#nav li{
	float:left;
	height:35px;
}
#nav li a{
	float:left;
	display:block;
	padding-left:6px;
	height:35px;
	/*background:url(../images/menu_on_left.gif) no-repeat left top;*/
	cursor:pointer;
	text-decoration:none;
}
#nav li a span{
	float:left;
	padding:11px 14px 10px 10px;
	line-height:14px;
	/*background:url(../images/menu_on_right.gif) no-repeat right top;*/
	font-size:14px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}
#nav li .nav_on{   /*鼠标经过时变换背景，方便JS获取样式*/
	background-position:left 100%;
}
#nav li .nav_on span{  /*鼠标经过时变换背景，方便JS获取样式*/
	background-position:right 100%;
	color:#ED1614;
	text-decoration:none;
	padding:14px 14px 7px 10px;
}
/*子栏目*/
#menu_con{
	text-align:left;
	padding-left:20px;
}
#menu_con li{
	float:left;
	height:22px;
	margin-top:8px;
}
#menu_con li a{
	display:block;
	float:left;
	background:url(../images/menu_on_left2.gif) no-repeat left top;
	cursor:pointer;
	padding-left:3px;
}
#menu_con li a span{
	float:left;
	padding:6px 10px 4px 10px;
	line-height:12px;
	background:url(../images/menu_on_right2.gif) no-repeat right top;
}
#menu_con li a:hover{
	text-decoration:none;
	background:url(../images/menu_on_left2.gif) no-repeat left bottom;
}
#menu_con li a:hover span{
	background:url(../images/menu_on_right2.gif) no-repeat right bottom;
}