*{
	margin:0;
	padding:0;
}
ul{
	list-style:none;
}
img{
	display:block;
	border:none;
}
a{
	text-decoration:none;
}
a:hover{
    text-decoration:none;  
}
body{
	font:normal 12px/160% "宋体","新宋体" Arial, Helvetica, sans-serif;
	color:#666;
	background:#000;
}

#wrapper{
	width:1004px;
	margin:0 auto;
	overflow:hidden;
	zoom:1;
}
#nav{
	background:url(images/menuBg.jpg) repeat-x;
	height:48px;
	padding-right:30px;	
}
#nav .menu{
	float:left;
	font-size:16px;
	/*width:790px;*/
	padding:14px 0 0 20px;
}
#nav .menu .name{
	float:left;
	padding-right:5px;
}
#nav .menu li{
	float:left;
	font-weight:bold;
	padding:0 17px;
}
#nav .menu li a{
	color:#7D7D7C;
}
#nav .menu li a:hover{
	color:#999;
}
#nav .enter{
	float:right;
	width:155px;
	height:35px;
	background:url(images/chinese_english.jpg) no-repeat;
	padding-top:10px;
	text-align:center;
}
#nav .enter a{
	font:normal 14px/25px Arial, Helvetica, sans-serif;
	color:#E8B1B1;
}
#nav .enter a:hover{
	color:#fff;
}
#nav .enter span{
	padding:0 7px;
}
#main{
	clear:both;
	padding:0 20px 30px 20px;
	overflow:hidden;
	zoom:1;
}
#main .infoBox{
	float:left;
	width:658px;
	padding-top:37px;
}
.infoBox .intro{
	float:left;
	width:316px;
	height:235px;
	background:url(images/infoBox.jpg) no-repeat;
}
.intro .welcome{
	display:block;
	color:#D30303;
	text-align:center;
	font-size:14px;
	height:15px;
	padding:5px 15px;
	overflow:hidden;
}
.intro .introBox{
	display:block;
	padding:15px;
	height:140px;
	font-size:12px;
	overflow:hidden;
}
.infoBox .news{
	font-size:12px;
	float:right;
	width:316px;
	height:235px;
	background:url(images/infoBox.jpg) no-repeat;
}
.infoBox .news h4{
	padding:5px 15px;
}
.news h4 .title{
	float:left;
	width:80px;
}
.news h4 .more{
	float:right;
	width:35px;
}
.news ul{
	clear:both;
	padding:15px;
	overflow:hidden;
	zoom:1;
}
.news li{
	height:20px;
	overflow:hidden;
	line-height:180%;
}
.news li a{
	color:#666;
	padding-left:15px;
}
.news li a:hover{
	color:#999;
}
#main .video{
	float:right;
	width:280px;
	height:272px;
	background:url(images/videoBox.jpg) no-repeat;
}
.video .videoPic{
	display:block;
	padding:41px 0 0 14px;
}
.video .videoPic img{
	width:252px;
	height:208px;
}
.video .videoTitle{
	display:block;
	height:20px;
	padding:2px 25px 0 115px;
	overflow:hidden;
}
.video .videoTitle a{
	color:#666;
}
.video .videoTitle a:hover{
	color:#999;
}
#footer{
	color:#505050;
	font-size:12px;
	text-align:center;
	background:url(images/footerBg.jpg) no-repeat;
	height:50px;
	padding-top:15px;
}
