﻿@charset "utf-8";
/* CSS Document */






/* =========================================  MAINFLASH-Layout ============================================ */

#mainflash {
	 1px 9px 1px;
	width:948px;
	height:260px;
	background:url(../images/bg.png) no-repeat;
}




/* =========================================  HOMECONTENT-Layout ============================================ */

#home_content {
	width:950px;
	min-height:45px;
	_height:45px;
        Background-color:#F7AF04;
	
}
.home_news {
	float:left;
	position:relative;
	display:inline;
	margin:10px 0 0 10px;
	width:380px;
	height:181px;
	background:url(../images/homenewsbg.jpg) 0 25px no-repeat;
	overflow:hidden;
}
.home_news ul {
	position:absolute;
	left:130px;
	top:50px;
	margin:0;
	padding:0;
	
}
.home_news li {
	list-style:none;
	text-indent:10px;
	line-height:24px;
	text-align:left;
	background:url(../images/arrow.gif) 0 8px no-repeat;
}
.home_news img.floathomepic {
	position:absolute;
	left:30px;
	top:59px;
}
.home_intro {
	float:left;
	display:inline;
	margin:55px 0 0 0;
	width:300px;
	font-family:"宋体", "新宋体", Arial, Helvetica, sans-serif;
        color:#FC0404;
	line-height:20px;
	text-align:justify;
	text-justify:distribute;
}
.home_pics {
	float:right;
	display:inline;
	margin:60px 21px 0 0;
	padding:6px 0 0 1px !important;
	padding:6px 0 0 6px;
	width:194px;
	height:143px;
	background:url(../images/borderbg.gif) no-repeat;
}







/* =========================================  HOME-COPYRIGHT-Layout ============================================ */

#copyright {
	margin:0px 0 0 0;
	padding:10px 0 0 0;
	width:950px;
	height:50px;
	text-align:center;
        Background-color:#F7AF04;
	
}
#copyright span {
	font-family:11px Verdana, Arial, Helvetica, sans-serif;
}















