﻿body {
	margin: 0px;
	text-align: center;
}
div {
	text-align: left;
}
.layer {
	width: 1000px;
	height: 0px;
	position: relative;
	margin:auto;
}
/**************************************页眉***********************************************/
.logo {
	position: absolute;
	z-index: 1;
	left: 20px;
	top: 15px;
}
.top {
	width: 1000px;
	height: 168px;
	position: absolute;
	z-index: 2;
	left: 0px;
	top: 70px;
}

.login, .notice, .enterprises, .template, .bottom,.search,.product {
	border: 1px #CCCCCC solid;
	background-color: white;
	position: absolute;
}
/**************************************登录***********************************************/
.login {
	width: 250px;
	height: 505px;
	z-index: 3;
	left: 730px;
	top: 20px;
	text-align: center;
}
.login .title {
	background-color: white;
	padding: 20px 0px 0px 0px;
	text-align: center;
}
.login table{ font-size:9pt;}
form {
	font-family: 宋体, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0px;
}
form td {
	padding: 5px;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.login_input {
	width: 150px;
	border: 1px #D1AD6E solid;
	height: 17px;
	padding-top: 3px;
}
.search_input
{ width:400px;
	border: 1px #D1AD6E solid;
	height: 17px;
	padding-top: 3px;
	}
.button {
	height: 24px;
	padding-top: 3px;
	background-image: url('button.gif');
	border: 1px #F0E4CF solid;
	color: #9A7431;
}
hr {
	height: 1px;
	width: 230px;
	color: #E4E4E4;
}
.company_logo {
	text-align: center;
}
.company_logo img {
	border : 1px #F0E4CF solid;
	margin-top:10px; 
}
/**************************************公告、新公司***********************************************/
.search
{
	width:695px;
   height:61px;
   left:20px;
   top:250px;
   background-image:url("index_search_left_bg.gif");
   font-size:9pt;
}
.search table
{
	font-size:9pt;
	}
.notice {
	width: 340px;
	height: 220px;
	z-index: 4;
	left: 20px;
	top: 315px;
}
.enterprises {
	width: 340px;
	height: 220px;
	z-index: 5;
	left: 375px;
	top: 315px;
	font-size: 9pt;
}
.title {
	background-color: #F2E9DC;
	padding-left: 20px;
}
ul {
	list-style-image: url("listimg.gif");
	margin: 12px 0px 12px 20px;
}
li {
	width: 280px;
	height: 18px;
	padding-top: 6px;
	margin-left: 20px;
	background-image: url('line.gif');
	background-repeat: repeat-x;
	background-position: left bottom;
}
li a {
	display: block;
	float: left;
	font-family: 宋体, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	text-decoration: none;
}
li a:hover {
	color: #CC6600;
}
li span {
	display: block;
	float: right;
	font-family: 宋体, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/**************************************企业产品***********************************************/
.product
{ 
	width:960px;
	height:180px;
	z-index:8;
	top:545px;
	left:20px;
	}

.product ul{
	margin-top: 5px;
	margin-bottom:5px;
}
.product li{
	float: left;
	width: 150px;
	*width: 150px;
	margin-right:15px;
	*margin-right:10px;
	line-height: 23px;
	text-indent: 10px;
}

/**************************************模板***********************************************/
.template {
	width: 960px;
	height: 180px;
	z-index: 6;
	left: 20px;
	top: 735px;
}
.template_img {
	text-align: center;
	margin-top: 10px;
}
.template_img img {
	border : 1px #F0E4CF solid;
	margin: 2px;
}
/**************************************页尾***********************************************/
.bottom {
	width: 960px;
	height: 20px;
	z-index: 7;
	left: 20px;
	top: 935px;
	background-color: #F5F5F5;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #888888;
	padding-top: 5px;
	text-align: center;
}
.bottom a{
	text-decoration:none;
	color: #888888;
}
.bottom a:hover{
	color: #000000;
}
