﻿body 
{
	color: #FFFFFF;
	font-family: 宋体;
	font-size: 12px;
	background-color: #000000;
	width:780px;
	margin: 0px auto;
	padding: 6px 0;
}

h2 {
	font-size:12px;
}

a:link
{
	color:#FFFFFF;
	text-decoration:none;
}
a:hover 
{
	color: #ff0000;
	text-decoration: none;
}
a:active
{
	color: #3399FF;
	text-decoration:none;
}
a:visited 
{
	color:#FFFFFF;
	text-decoration:none;
}

.container
{
	background-color:#0D0D0D;
}

/* header */
.header
{
	width: 780px;
	height: 72px;
	background-color:#0D0D0D;
	margin: 0 auto;
}
.header .logo
{
	width: 219px;
	height: 72px;
	float:left;
	margin: 0 0 0 30px;
	background-image: url("images/logo.gif"); 
}
.header .link
{
	text-align: right;
	float: right;
	color: #999999;
	margin: 40px 30px auto auto;
}
.header .link ul
{
}
.header .link li
{
	padding: 2px;
	display:inline;
	list-style-type:none;
}
.header .link a:link				 
{
	color: #999999;
	text-decoration: none;
}
.header .link a:hover 
{
	color: #ff0000;
	text-decoration: none;
}
.header .link a:visited				 
{
	color: #999999;
	text-decoration: none;
}

/* navigator */
.navigator
{	
	width: 780px;
	height: 35px;
	background-color: #2f2f2f;
	margin: 0 auto;
}
.navigator h2
{
	font: bold 12px 宋体;
	height: 35px;
	margin: 0 3px;
	line-height: 36px;
	text-align: right;
	padding-right: 20px;
	background-image: url("images/Bar.gif");
}
.navigator h2 a
{
	padding: 7px;
	text-decoration: none;
	color: #ffffff;
}
.navigator h2 a:hover 
{
	padding: 7px;
	text-decoration: none;
	color: #ff0000;
}

/* content */
.content
{
	width: 780px;
	margin: 0 auto;
	background-color: #0D0D0D;
}

/* footer */
.footer
{
	margin: 0 auto;
	width: 780px;
	height: 60px;
	background-color: #0D0D0D;	
}
.footer .copyright
{	
	border-top: 2px solid #fe9900;
	margin: 0 30px;
	padding: 20px 0px;
	text-align: center;
}

/* ========================================= index =========================================== */
.index_Banner
{
	margin: 0 auto;
	width: 780px;
	height: 301px;
	background-color:#0D0D0D;	
}
.index_Banner .ibLeft
{
	width: 581px;
	height: 301px;
	background-image: url("images/banner_left.jpg");
	float: left;
}
.index_Banner .ibRight
{
	width: 199px;
	height: 301px;
	background-image: url("images/banner_right.jpg");
	float: right;
}

.index_Content
{
	margin: 0 auto;
	width: 780px;
	height: 215px;
	background-color:#0D0D0D;
}
.index_Content ul
{
	margin: 5px 0px 0px 0px;
}
.index_Content li
{
	list-style-type:none;
	border-bottom:  1px dotted #e7e7e7;
	line-height:28px;
}
.index_Content .icLeft
{
	width: 367px;
	float: left;
	margin: 0 0 0 5px;
}
.index_Content .icLeft_Title
{
	width: 367px;
	height: 46px;
	margin: 0;
	background-image: url("images/news.gif");
}
.index_Content .icLeft_Content
{
	width: 344px;
	height: 169px;
	margin: 0 0 0 5px;
}
.index_Content .icRight
{
	width: 367px;
	float: right;
	margin: 0 8px 0 0;	
}
.index_Content .icRight_Title
{
	width: 367px;
	height: 46px;
	background-image: url("images/cases.gif");
}
.index_Content .icRight_Content
{
	width: 344px;
	height: 169px;
	margin: 0 0 0 5px;
}

/* ========================================= other =========================================== */
.banner
{
	margin: 0px auto;
	width: 780px;
	height: 173px;
	background-color:#0D0D0D;
}

.memo
{
	margin: 0px auto;
	height: 428px;
	width: 780px;
	background-color:#0D0D0D;
}

.memo .Left
{
	margin: 0px auto;
	width: 209px;
	height: 428px;
	float: left;
}

.memo .Right
{
	margin: 0px auto;
	width: 569px;
	height: 428px;
	float: right;
}

/* ========================================= logo =========================================== */
.login
{
	margin: 0 auto;
	width: 780px;
	height: 280px;
	color: #333333;
	background-color:#0D0D0D;
	text-align: center;
}
.login .From
{
	margin: 70px auto;
	width: 411px;
	height: 210px;
	background-color:#FFF;
	border: 1px dotted #C0C0C0;
	text-align: left;
}
.login .From_Title
{
	width: 411px;
	height: 28px;
	font-weight: bold;
}
.login .From_Title ul
{
	margin: 10px 30px 10px 30px;
}
.login .From_Title li
{
	padding: 7px;
	list-style-type:none;
	border-bottom:  1px solid #e7e7e7;
}
.login .From_Content
{
	margin: 0px 0px 0px 80px;
}

/* ========================================= panel =========================================== */
.panel
{
	width: 748;
	margin: 8px 16px 8px 16px;
	background-color: #FFFFFF;
	color: #333333;
	border: 1px dotted #C0C0C0;
}
.panel .pTitle
{
	width: 748;
	height: 50px;
	font-weight: bold;
}
.panel .pTitle ul
{
	margin: 16px 36px 2px 36px;
}
.panel .pTitle li
{
	padding: 7px;
	list-style-type:none;
	border-bottom:  1px solid #e7e7e7;
}
.panel .pContent
{
	width: 748;
}