@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
}
ul, ol {
	list-style:none;
}
.clear {
	clear:both;
}
body {
	font-family:"微软雅黑";
	font-size:14px;
	color:#333;
	overflow-x:hidden;
}
a {
	text-decoration:none;
	color:#333;
}
body a{outline:none;blr:expression(this.onFocus=this.blur());outline:none; }
img {
	border:none;
}
.inner {
	width:1024px;
	margin:auto;
}
.l {
	float:left;
}
.r {
	float:right;
}
/*header*/
#header {
	height:78px;
	background:url(../headerbg.png) repeat-x center top;
	
}
#nav li {
	float:left;
	line-height:30px;
	height:30px;
	margin-right:1px;
}
#nav li a {
	display:block;
	padding:0 15px;
	height:30px;
}
#nav li.on a, #nav li a:hover {
	color:#fff;
}
.language {
	float:right;
	margin-bottom:2px;
	margin-top:10px;
	width:75px;
	background:url(../language.png) no-repeat 75px center;
	font-size:12px;
	padding:0 6px;
	color:#fff;
	cursor:pointer;
}
.languageother {
	position:absolute;
	background:#fff;
	width:85px;
	top:30px;
	left:50%;
	margin-left:425px;
	*margin-left:424px;
	border:1px #ccc solid;
	text-align:center;
	z-index:99;
	display:none;
}
.languageother li {
	border-bottom:1px #ccc solid;	
	line-height:28px;
}
.languageother li a {
	width:100%;
	display:block;	
}
.languageother li a:hover {
	background:#eaeaea;	
}
/*footer*/
#footer .footer_top {
	background:#777;
	width:100%;
	height:35px;
}
#footer .footer_top .l {
	line-height:35px;
	height:35px;
	color:#fff;
	overflow:hidden;
}
#footer .footer_top h5 {
	float:left;
	font-weight:normal;
	margin-right:15px;
	padding-left:3px;
	width:54px;
}
#footer .footer_top .l a {
	color:#fff;
	font-size:12px;
	font-family:"宋体";
}
#footer .select {
	position:relative;
	width:110px;
	margin-top:7px;
	font-family:"宋体";
	font-size:12px;
}
	/* temp5 */
#temp5{overflow:auto}
#temp5 .JQ-content-box{width:780px;height:35px;line-height:35px;overflow:hidden}
#temp5 .JQ-slide-content{}
#temp5 .JQ-slide-content li{height:25px;padding-left:10px;}
#footer .select {
	position:relative;
	width:110px;
	margin-top:7px;
	font-family:"宋体";
	font-size:12px;
}
#footer .select span {
	width: 100px;
	height: 20px;
	line-height: 20px;
	background: white;
	text-align: center;
	color: #777;
	overflow: hidden;
	border: none;
	display: block;
	cursor: pointer;
	border: 1px #ccc solid;
}
#footer .select ul {
	position: absolute;
	bottom: 23px;
	left: 0;
	background: white;
	border: 1px #ccc solid;
	padding: 10px 0px;
	display: none;
}
#footer .select ul a {
	display: block;
	line-height: 20px;
	width: 90px;
	padding: 0 5px;
	text-align: center;
}
#footer .select ul a:hover {
	background:#eaeaea;
	color:#333;
}
#footer .footer_bottom {
	text-align:center;
	line-height:24px;
	font-family:"宋体";
	font-size:12px;
	color:#666;
	padding:15px 0;
}
#footer .footer_bottom .bottomlogo img {
	vertical-align:middle;
	margin-right:12px;
}
#subnav li{
	float:left;
	margin:0 5px ;
	padding:7px 0;
	line-height:12px;
}
#subnav li a {
	display:inline-block;
	height:11px;
	padding:5px 8px;
}
#subnav li a.on,#subnav li a:hover {
	border-radius: 3px;
	position:relative;
}
#subnav li a.on .sl,#subnav li a:hover .sl{
	height:21px;
	width:5px;
	position:absolute;
	left:0;
	top:0;
}
#subnav li a.on .sr,#subnav li a:hover .sr{
	height:21px;
	width:5px;
	position:absolute;
	right:0;
	top:0;
}