
/* 页面
--------------------------------------------------*/
body {
	font-size: 9pt;
	font-family: Verdana, Geneva, sans-serif;
	margin: 0px;
	color: #8F8F8F;
}

img {
	border: 0px;
}

#page {
	width: 100%;
	margin: auto;
}

.page_content {
	width: 770px;
	margin: auto;
}

/* 栏目
--------------------------------------------------*/
.column div.title {
	height: 32px;
	border-bottom: solid 1px #D1D1D1;
	line-height: 21px;
	font-size: 1.2em;
	font-weight: bold;
}
.column div.text {
	margin-top: 5px;
}


/* 分页
--------------------------------------------------*/
.pager td {
	text-align: center;
	padding-top: 1em;
	color: #E60F31;
}

/* 超链接
--------------------------------------------------*/
a:link, a:visited {
	color: black;
	text-decoration: none;
}
a:hover { 
	color: black;
	text-decoration: underline;
}
a:active { 
}

a.current {
	font-weight: bold;
}



/* 页头
--------------------------------------------------*/
#header {
}

#header div.top {
	height: 87px;
}

#header div.logo {
	float: left;
	/*margin-left: 100px;*/
}

#header div.links {
	float: right;
	margin-top: 0.5em;
}

#header div.banner {
	height: 147px;
	background: #E60E31 url(../images/banner_right_bj.jpg) no-repeat right;
	color: white;
	/*padding: 0px 100px 0px 100px;*/
}

#header div.banner div.desc {
	float: left;
	width: 300px;
	margin: 20px 0px 0px 0px;
}

#header div.banner div.links {
	float: left;
	margin: 80px 0px 0px 10px;
}

#header div.banner div.title {
	font-weight: bold;
	margin-bottom: 1em;
}

#header div.menu {
	clear: both;
	height: 30px;
	background: url(../images/menu_bj.jpg) repeat-x;
	padding: 0px 100px 0px 100px;
}

#header div.menu a:link, #header div.menu a:visited {
	float: left;
	line-height: 30px;
	text-decoration: none;
	display: block;
	color: white;
	font-weight: bold;
	width: 100px;
	text-align: center;
}
#header div.menu a:hover {
	background: url(../images/menu_on_bj.gif) repeat-x;
}
#header div.menu a:active {
}
#header div.menu a.selected {
	background: url(../images/menu_on_bj.gif) repeat-x;
}


/* 内容
--------------------------------------------------*/
#content {
	margin: auto;
	margin-top: 20px;
	clear: both;
	width: 770px;
}

.row {
	clear: both;
}

.cell_left {
	float: left;
	width: 480px;
	overflow: hidden;
}

.cell_right {
	float: right;
	width: 250px;
}


/* 新闻动态
--------------------------------------------------*/
#news {
}

#news div.title {
	height: 25px;
	border-bottom: dashed 1px #D1D1D1;
	line-height: 21px;
}

#news div.title_left {
	float: left;
	height: 25px;
	margin-left: 1em;
	font-size: 1.2em;
	font-weight: bold;
}

#news div.title_right {
	float: right;
}

#news div.item {
}

#news div.item_image {
	float: left;
	width: 133px;
	margin-top: 10px;
}

#news div.item_text {
	float: left;
	width: 320px;
	margin-left: 10px;
	margin-top: 10px;
}

#news div.item_text_title, #news div.item_text_title a {
	color: #E60F31;
	/*font-size: 1.2em;*/
	margin-bottom: 0.5em;
}

#news div.item_more {
	clear: both;
	text-align: right;
	border-bottom: dashed 1px #D1D1D1;
}

/* 业务介绍
--------------------------------------------------*/
#business {
	margin-top: 10px;
}

#business div.title {
	height: 32px;
	border-bottom: solid 1px #D1D1D1;
	line-height: 21px;
	font-size: 1.2em;
	font-weight: bold;
}

#business div.text {
	margin-top: 5px;
	line-height: 1.5em;
	text-align: justify;
}

/* 展示
--------------------------------------------------*/
#show {
	margin-top: 10px;
}

#show div.switch {
	height: 25px;
	border-bottom: solid 1px #555555;
}

#show div.switch a.item:link, #show div.switch a.item:visited {
	float: left;
	display: block;
	cursor: pointer;
	text-decoration: none;
	border: solid 1px #555555;
	padding: 5px;
	width: 50px;
	line-height: 14px;
	text-align: center;
}

#show div.switch a.item:hover {
	color: white;
	background-color: #555555;
}

#show div.switch div {
	float: right;
	margin-top: 5px;
}

#show div.content {
	clear: both;
	margin-top: 10px;
	overflow: hidden;
	white-space: nowrap;
}

#show div.content a {
	margin: 0px 15px 0px 0px;
}

#show div.content img {
	width: 133px;
	height: 100px;
}

a.selected {
	color: white;
	background: #555555;
}

/* 友情链接
--------------------------------------------------*/
#links {
	margin-top: 10px;
}

#links div.title {
	height: 32px;
	border-bottom: solid 1px #D1D1D1;
	line-height: 21px;
	font-size: 1.2em;
	font-weight: bold;
}

#links div.text {
	margin-top: 5px;
}

#goto_top {
	clear: both;
	text-align: right;
	height: 25px;
}

/* 页脚
--------------------------------------------------*/

#footer 
{
	height: 100px;
	background: #E60F31;
	clear: both;
	color: white;
}

#footer div.logo {
	float: left;
	/*margin-left: 100px;*/
	margin-top: 15px;
}

#footer div.spliter {
	float: left;
	width: 1px;
	float: left;
	margin-left: 110px;
	margin-top: 8px;
}

#footer div.copyright {
	float: left;
	margin: 30px 0px 0px 30px;
}



















