﻿/* All */
*{
	margin:0;
	padding:0;
}

body{
	background-color:#fff;
	color:#000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.8;
}

a{
	color:#000000;
	text-decoration: none;
}
a:hover{
	color:#fc3;
}

img{
	border:0;
}
ul,li{
	float:left;
	list-style:none;
}
p,h2,h3,h4{
	float:left;
}

#header,#center,#footer{
	width:1003px;
	margin:0 auto;
}
.red{
	color:#900;
}
.clear{
	clear:both;
}
/*  Header  */
#header{
	background:url(../images/head_bg.gif) repeat-x;
	height:77px;
	overflow:hidden;
}
#HeaderLeft{
	float:left;
	width:400px;
	padding-left:30px;
}
#HeaderRight{
	float:right;
	width:300px;
	padding-right:30px;
	padding-top:40px;
	text-align:right;
}
#HeaderRight a{
	background:url(../images/tmu.gif) no-repeat 0px 5px;
	margin-right:15px;
	padding-left:10px;
}

/*  Footer  */
#footer{
	padding-top:20px;
	height:50px;
	background:url(../images/foot_bg.gif) repeat-x;
	text-align:center;
}

/*  Content  */
#center{
	background:url(../images/con_bg.jpg) no-repeat;
}
.menu{
	width:100%;
	height:210px;
}

/*<![CDATA[*/
.content{
	width:100%;
	background:url(../images/main_bg.jpg) no-repeat;
    height:auto!important;
    height:620px;
    min-height:620px;
}
/*]]>*/

#left{
	float:left;
	width:160px;
	padding-top:48px;
	padding-left:24px;
	overflow:hidden;
}
#right{
	float:right;
	width:750px;
	padding-top:30px;
	margin-right:30px;
}

/* Right */
#right h2{
	float:left;
	width:730px;
	background:url(../images/icon02.gif) no-repeat 0 center;
	padding-left:20px;
	font-size:16px;
	color:#001f6c;
}
.location{
	float:right;
	background:url(../images/icon03.gif) no-repeat 0 7px;
	font-family:"宋体";
	font-size:12px;
	font-weight:normal;
	color:#666;
	padding-left:8px;
}
.location a{
	color:#666;
}
.location a:hover{
	color:#09c;
}
.conbox{
	padding:20px 0 20px;
	color:#000;
}
.conbox,.conbox p{
	float:left;
	width:100%;
	font-size:14px;
	line-height:30px;
}
.conbox li{
	float:none;
	list-style: disc outside none;
}


/* left */
#leftmenu{
	width:160px;
	overflow:hidden;
	color:#fff;
}
#leftmenu h3{
	float:left;
	width:126px;
	background:url(../images/icon01.gif) no-repeat 10px 5px;
	padding-left:34px;
	line-height:30px;
	font-size:16px;
	margin-bottom:20px;
}
#leftmenu li{
	float:left;
	width:160px;
	height:30px;
	line-height:30px;
	font-size:14px;
	text-align:center;
	background:url(../images/lf_line.gif) no-repeat bottom;
}
#leftmenu li a{
	color:#fff;
}
#leftmenu li a:hover{
	color:#9dd1ff;
}
.leftel{
	float:left;
	margin-top:30px;
}