﻿*
{
	padding: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
}
a
{
	text-decoration: none;
	color: #0671BB;
}


img
{
	border-style: none;
	border-width: 0px;
}

ul
{
	list-style: none;
}
body
{
  background-image:url(/images/Master/bgjianbian.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/Master/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/Master/wqe.gif');
	padding-left: 30px;
	padding-top: 1px;
	background-repeat: no-repeat;
	font-family: 微软雅黑 黑体;
	line-height: 26px;
}

/*---------------------------头部--------------*/
#top
{
	height: 250px;
	position: relative;
	width: 1010px;
	margin: 0 auto;
	margin-bottom: 5px;
}

ul.headMenu
{
	position:absolute;
	left: 100px;
	top: 120px;
	width: 803px;
	background: url('/images/Master/menuBack.gif') no-repeat 0 0;
	padding-left: 100px;
	z-index: 1;
}

ul.headMenu li
{
	float: left;
	line-height: 30px;
	text-align: center;
	position:relative;
}

ul.headMenu li a
{
	display: block;
	width:86px;
    height:83px;
	background: url('/images/Master/btn.gif') no-repeat center 30px ;
	font-size: 15px;
	font-family: 微软雅黑,黑体;
	font-weight: bold;
	color: #555;
}


ul.headMenu li.hover a
{
	display:block;
	width:93px;
    height:83px;
	background:url('/images/Master/btn1.gif') no-repeat center 30px;
	color:#409fe3;
}


/*-----二级菜单-----*/
ul.headMenu li ul
{
	position: absolute;
	top: 75px;
	display: none;
	left:10px;
	width:700px;
	height:23px;
}

ul.headMenu li.hover ul
{
	display: block;
}


ul.headMenu li.hover ul li a
{
	line-height: 25px;
	font-size: 14px;
	color: #555;
	height: 30px;
	width: 110px; 
    font-size: 15px;
	font-family: 微软雅黑,黑体;
	overflow:hidden;
}

ul.headMenu li.hover ul li a:hover
{
	color:#409fe3;
}
/*底部菜单*/

.foot
{background:url('/images/index/foot.gif') no-repeat;
 height:76px;
 width:1030px;
 margin:0 auto;
}
.foots{
width: 1028px;
 height: 185px;
    margin: 0 auto;
    position: relative;
   border-left: 1px solid #B7B3B2;
     border-bottom: 1px solid #B7B3B2;
         border-right: 1px solid #B7B3B2;
   padding-top:10px;
}
ul.footMenu
{

	
	top: 120px;
	width: 1010px;


}

ul.footMenu li
{
	float: left;
	line-height: 25px;
	text-align: center;
	position:relative;
}

ul.footMenu li a
{

	display: block;
	width:141px;
	font-size: 15px;
	font-family: 微软雅黑,黑体;
font-weight: bold;
	
}


ul.footMenu li.hover a
{	padding-top:10px;
	display:block;
	width:141px;
    height:83px;
	font-weight: bold;
	color:#409fe3;
}


/*-----二级菜单-----*/
ul.footMenu li ul
{
	
	

	left:10px;
	width:140px;
	height:20px;
}
ul.footMenu li ul a
{
	
	display: block;
	width:141px;
	font-size: 13px;
	font-family: 微软雅黑,黑体;		font-weight:lighter;
}
ul.footMenu li.hover ul
{
	display: block;
}


ul.footMenu li.hover ul li a
{
	line-height: 25px;
	font-size: 14px;

	color: #555;
	height: 30px;
	width: 110px; 
    font-size: 15px;
	font-family: 微软雅黑,黑体;
	overflow:hidden;
}

ul.footMenu li.hover ul li a:hover
{
	color:#409fe3;
}

#search
{
	position: absolute;
	left: 800px;
}

.headLinks
{
	position: absolute;
	left: 440px;
	top: 225px;
	z-index: 100;
	line-height: 35px;
  overflow :visible;
	height: 23px;
}

.headLinks img
{
	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: 220px;
	left: 810px;
	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/Master/searchBox.gif') no-repeat;
	float: left;
}



/*-------------------头部登录框---------------------

*/



#loginBox1
{
	top: 210px;
	left: 0px;
	position: absolute;
	width: 350px;
}

#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: 420px;
}
.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: 1030px;
	margin: 0 auto;
	margin-bottom: 0px;
	overflow: hidden;
}

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/Master/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;
}



