﻿*
{
	padding: 0;
	margin: 0;
}



a
{
	text-decoration: none;
	color: #0671BB;
}

p
{

}

img
{
	border-style: none;
	border-width: 0px;
}

ul
{
	list-style: none;
}
body
{
	background-image: url('/images/jianbian_lan.gif');
	background-repeat: repeat-x;
}

table
{
	table-layout: fixed;
}
.clear
{
	height: 0;
	clear: both;
	line-height: 0;
	overflow: hidden;
}

.tableHeader
{
	text-align:left;
}

.spacerH50
{
	width: 100%;
	height: 50px;
	float: left;
}

.spacerH20
{
	width: 100%;
	height: 20px;
	float: left;
}

.navBar
{
	height: 35px;
	background-image: url('/images/wqe.gif');
	padding-left: 30px;
	padding-top: 10px;
	background-repeat: no-repeat;
	font-size:12px;
}

.noborder
{
	border: 0;
}

.pagerButton
{
	float: left;
	display: block;
	border: 1px solid #CCCCCC;
	width: 30px;
	height: 30px;
	text-align: center;
	color: #3366D5;
	margin-right: 10px;
}
.pagerButton:hover
{
	color: #FD6D33;
	border: 1px solid #FD6D33;
}
.pagerSelectedButton
{
	float: left;
	display: block;
	border: 1px solid #FD6D33;
	background: #FFEDE1;
	width: 30px;
	height: 30px;
	text-align: center;
	vertical-align: middle;
	color: #FD6D33;
	margin-right: 10px;
}

.navBar
{
	height: 35px;
	background-image: url('/images/wqe.gif');
	padding-left: 30px;
	padding-top: 10px;
	background-repeat: no-repeat;
}

/*---------------------------头部--------------*/
#top
{
	height: 240px;
	background-image: url('/images/title_lan.gif');
	background-repeat: no-repeat;
	position: relative;
	width: 1010px;
	margin: 0 auto;
	margin-bottom: 5px;
}
#search
{
	position: absolute;
	left: 800px;
}


.headLinks
{
	position: absolute;
	left: 600px;
	top: 215px;
	z-index: 100;
	line-height: 35px;
}

.headLinks img
{
	height: 16px;
	float: left;
}
.headLinks a
{
	padding: 0 5px;
	float: left;
	border-right: 1px solid gray;
	height: 16px;
	line-height: 16px;
	font-size: 12px;
}

.headLinks a.noborder
{
	border: 0;
}



/*-------------------头部搜索框---------------------*/


.searchFormTop
{
	height: 24px;
	top: 210px;
	left: 800px;
	position: absolute;
}
.searchFormTop input
{
	float: left;
}

.searchFormTop #keyword
{
	width: 80px;
	border: 0;
	padding: 3px;
	padding-left: 25px;
	display: block;
	width: 90px;
	height: 17px;
	background: url('/images/searchBox.gif') no-repeat;
	float: left;
}



/*-------------------头部登录框---------------------

*/



#loginBox1
{
	top: 210px;
	left: 50px;
	position: absolute;
	width: 400px;
}

#loginBox1 img
{
	width: 35px;
	height: 35px;
	float: left;
	border: 1px solid green;
}

#loginBox1 span
{
	line-height: 35px;
	font-family: 宋体;
	font-size: 12px;
	color: Gray;
	padding: 0 10px;
	float: left;
	
}

#loginBox1 a
{
	float: left;
	display: block;
	line-height: 35px;
	padding: 0 10px;
	font-size: 12px;
}


.formTd1
{
	width: 100px;
	text-align: right;
}
.formTd2
{
	padding: 5px 0;
}
.formTd2 input
{
	border: 1px solid gray;
	padding: 2px;
	width: 150px;
}
.regNote
{
	margin: 0 auto 0 100px;
	border-left: 2px solid #EAEAEA;
	padding-left: 50px;
	float: left;
	list-style-type: inherit;
	width: 300px;
}
.regNote li
{
	float: left;
	text-align: left;
	width: 300px;
	line-height: 22px;
	margin-bottom: 10px;
}
.regForm
{
	float: left;
	width: 400px;
}
.regBox
{
	border: 1px solid #3F97D0;
	float: left;
	position: relative;
	padding: 30px;
	width: 100%;
}


#spanMsg
{
	font-size: 15px;
	color: #ff0000;
}
#divLogin
{
	width: 40%;
	float: left;
	margin: 10px auto auto 50px;
}



/*---------------中间-------------------------------------*/
#mainMiddle
{
	width: 1010px;
	margin: 0 auto;
	margin-bottom: 30px;
}

img.advImage
{
	float: left;
}

.hLeft1
{
	float: left;
	width: 165px;
}

.hMiddle1
{
	float: left;
	width: 800px;
	margin-left: 15px;
}




/*-------------------底部---------------------*/

.bottomContainer
{
	width: 100%;
}

#bottom
{
	width: 1010px;
	margin: 0 auto;
	position: relative;
	background: url('/images/bottom.jpg') no-repeat 0 bottom;
	height: 185px;
}
#copyright
{
	position: absolute;
	font-size: small;
	color: #999;
	top: 65px;
	left: 250px;
}

#bottomLinks
{
	position: absolute;
	top: 30px;
	left: 215px;
	font-size: 18px;
	color: gray;
}

#bottomLinks a
{
	font-size: 18px;
	color: #555;
	padding: 0 3px;
}


