﻿@charset "utf-8";
/* CSS Document */
body {
	background:url(../images/bg.png) repeat;
}
.mainOuter {
	background:url(../images/bg_black.png) repeat center center;
	width:100%;
	overflow:hidden;	/*for IE6*/
}
.logo {
	background:url(../images/logo.png) no-repeat left top;
	width:187px;
	height:84px;
	margin:16px 0 0 16px;
	_margin-left:8px;
	float:left;
}
.headerRight {
	float:left;
	width:797px;
	height: 73px;
}
.language {
	background:url(../images/language.png) no-repeat left top;
	width:114px;
	height:12px;
	overflow:hidden;
	margin-left:40px;
	margin-top:13px;
	line-height:12px;
	padding-left:20px;
	font-family:Verdana, Geneva, sans-serif;
	float: left;
}
.language a {
	padding:0 4px;
}
.topNav {
	background:url(../images/topNav_bg.png) no-repeat left top;
	width:756px;
	height:28px;
	margin:20px 0 0 21px;
	font-weight:bold;
	line-height:27px;
	padding-top:2px;
	overflow:hidden;
	padding:0 10px;
}
.topNav li {
	float:left;
	width:108px;
	text-align:center;
	padding-top:2px\9;
	*padding-top:1px;
}
.topNav li a, .content td a {
	behavior:url(css/clearDottedLine.htc);
}
.topNav li.hot a {
	color:#fff600;
}
.banner {
	text-align:center;
	width:976px;
	height:348px;
	margin:0 auto;
	border:solid 5px #fff;
	overflow:hidden;	/*for IE6*/
}
.content {
	background:url(../images/indexScrool.png) no-repeat 0 0;
	width:900px;
	height:142px;
	margin-top:15px;
	padding:8px 50px;
	overflow:hidden;
}
.content img {
	height:106px;
	border:1px solid #000;
	margin:0 5px;
}
.content a {
	display:block;
	background:url(../images/scroolPic_bg.png) no-repeat 0 0;
	width:176px;
	height:137px;
	margin-top:2px;
	padding-top:14px;
	behavior:url(css/clearDottedLine.htc);
	_behavior:url(css/iepngfix.htc);
	cursor:pointer;
}
.demo {
	overflow:hidden;
	width:900px;
	text-align:center;
}
.footer {
	background:url(../images/footer_bg.png) no-repeat 0 0;
	width:812px;
	height:70px;
	margin-top:7px;
	margin-bottom:15px;
	padding-left:140px;
	padding-top:54px;
}
.footer h4 {
	line-height:20px;
}
.indexBannerLeft, .indexBannerRight {
	float:left;
}
.indexBannerLeft {
	background:url(../images/indexBannerLeft.jpg) no-repeat 0 0;
	width:338px;
	height:348px;
	border-right: 5px solid #fff;
}
.header .user {
	float:left;
	width:120px;
	margin-left:500px;
	_margin-left:250px;
	height: 12px;
	margin-top: 13px;
	line-height:12px;
	text-align: right;
}
.header .user a {
	padding:0 5px;
}
/*2010-01-26 added*/
.indexNews {
	float:left;
	_display:inline;
	width:420px;
	height:140px;
	padding:10px 30px;
	overflow:hidden;
}
.indexNews h4 {
	font-size:14px;
	font-weight:bold;
	color:#fff600;
	line-height:24px;
	border-bottom:1px solid #d62c46;
	margin-bottom:5px;
}
.indexNews h4 a {
	float:right;
	_display:inline;
	font-size:12px;
	color:#ff0000;
	font-weight:normal;
}
.indexNews h4 a:hover {
	color:#fff600;
}
.indexNews .newsList li a {
	display:block;
	line-height:20px;
	height:20px;
	overflow:hidden;
}
.indexNews .newsList li a span {
	float:right;
	_display:right;
	padding-right:10px;
}
