/* CSS Document */
body {
	font-family:Helvetica, sans-serif;
	font-size: 14px;
	padding: 0;
	margin: 0;
	color: #333;
}
a:link {
	color: #666;
	text-decoration: none;	
}
a:visited {
	color: #666;
	text-decoration: none;	
}
a:hover {
	color: #0033CC;
	text-decoration: none;	
}
ul,ol,li {
	margin: 0;
	padding: 0;
	list-style-type: none;	
}
dl,dt,dd {
	margin: 0;
	padding: 0;
}
img {
	border: 0;	
}
br {
	font-size: 0;
	line-height: 10px;
	height: 10px;
}

/* 头部 */
.top {
	width: 980px;
	height: 70px;
	margin: 0 auto;
	/*background: url(../images/tp01_20140320.png) no-repeat left center;*/	
}
.top ul {
	height: 70px;
	line-height: 70px;
	float: right;
}
.top ul li {
	float: left;
	margin-left: 30px;
	font-weight: bold;
}
.top ul li a.hover {
	color: #F60;
}
.top ul li a.hover:hover {
	color: #C00;
}

/*注册主体*/
.zhuce {
    height: 520px;
	background: url(../images/tp02_20140320.png) repeat-x;
}
.zhuce .zck {
	width: 1580px;
	height: 520px;
	margin: 0 auto;
	position: relative;
	color: #000;
    background:url(../images/bg2.png)
  
}
.zhuce .text {
	width: 450px;
	position: absolute;
	left: 260px;
	top: 155px;
	line-height: 26px;
}

.zhuce  a.mm {
	color: #000;
	font-size: 12px;
}
.zhuce a.mm:hover {
	color: #C00;
}
.zhuce a.zc {
	color: #F60;
}
.zhuce a.zc:hover {
	color: #C00;
}


.textarea{
	height:100px;
       width:220px;
}

/*报名主体*/
.bm{
    height: 700px;
	background: url(../images/tp.png) repeat-x ;
    text-align:center;
    margin-top:20px

}
.bm .bmk{
    margin-top:20px;
    height:80px;
    width:600px;
   /*background-color:#999;*/ 
    margin: 2px auto;
    text-align:center;
    height:auto;
}
.bm .bmk1{
    height:80px;
   /*background-color:#999;*/ 
    width:600px;
    margin: 10px auto;
    text-align:center;
    height:auto;
}


.bm .text {
	width: 450px;
	position: absolute;
	left: 260px;
	top: 155px;
	line-height: 26px;
}
.bm  a.mm {
	color: #000;
	font-size: 12px;
}
.bm a.mm:hover {
	color: #C00;
}
.bm a.zc {
	color: #F60;
}
.bm a.zc:hover {
	color: #C00;
}
  

/*登录主体*/
.main {
	height: 520px;
	background: url(../images/tp02_20140320.png) repeat-x;
}
.main .denglu {
	width: 1580px;
	height: 520px;
	margin: 0 auto;
	position: relative;
    background:url(../images/bg2.png)
}
.main .denglu .text {
	width: 450px;
	position: absolute;
	left: 330px;
	top: 120px;
	line-height: 36px;
}
.main .denglu .dlk {
	width: 354px;
	height: 328px;
	background: url(../images/tp03_20140320.png) no-repeat;
	position: absolute;
	right: 370px;
	top: 80px;
	color: #999;
}
.main .denglu .dlk a.mm {
	color: #000;
	font-size: 12px;
}
.main .denglu .dlk a.mm:hover {
	color: #C00;
}
.main .denglu .dlk a.zc {
	color: #F60;
}
.main .denglu .dlk a.zc:hover {
	color: #C00;
}

/* 底部 */
.footer {
	font-size: 13px;
	height: 100px;
	line-height:70px;
	background: url(../images/tp08_20140320.png) repeat-x;
	text-align: center;
	color: #666;	
}
.bminput 
{		margin: 0;
	padding: 0;
	border: 1px solid #ccc;
	width: 40px;
	line-height: 34px;
	text-indent: 2px;
	font-size: 14px;
}
/* button,input */
.dlinput {
	margin: 0;
	padding: 0;
	border: 1px solid #ccc;
	width: 222px;
	height: 34px;
	line-height: 34px;
	text-indent: 2px;
	font-size: 14px;
	
}
.loginbtn {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: url(../images/tp06_20140320.png) no-repeat;
	border: none 0;
	width: 224px;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	font-family: "微软雅黑";
	font-size: 16px;
	color: #FFF;
	padding: 0;
	margin: 0;
}
.loginbtn:hover, .loginbtn:focus {
	background: url(../images/tp07_20140320.png) no-repeat;
}
.loginbtn:active {
	color: #ccc;
}
