/* 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: #C00;
	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: 130px;
	margin: 0 auto;
	background: url(../images/tp01_logo.png) no-repeat left bottom;	
}
.top p {
          float: right; margin-top:80px;}
.top p a{ color:#555555; font-size:16px;}
.top p a:hover{ color:#289ded;}

/* 登录主体 */
.main {
	height: 600px;
	background-color:#289ded;
	
}
.main .denglu {
	width: 1000px;
	height: 600px;
	background: url(../images/bg.png) no-repeat;
	margin: 0 auto;
	position: relative;
}

.main .denglu .dlk {
	width:330px; height:370px; background-color:#fff; border-radius:5px; -moz-border-radius:5px; -ms-border-radius:5px; -o-border-radius:5px; -webkit-border-radius:5px;
    position: absolute;
	right:0;
	top:75px;
	color: #999;
}
.main .denglu .dlk .ddd{ padding:0 30px; }
.main .denglu .dlk .loginIDs{ width:100%; height:45px;}
.main .denglu .dlk .loginIDs ul li.loginidmouseover{ width:100%; height:45px; font-size:16px; background-color:#303233; color:#fff; text-align:center; line-height:45px; border-radius:5px 5px 0 0;}
.main .denglu .dlk a.mm {
	color: #666;
	font-size: 12px;
}
.main .denglu .dlk a.mm:hover {
	color: #289ded;
}
.main .denglu .dlk a.zc {
	color: #289ded;
	border:1px #289ded solid;
	padding:5px 20px;
	float:right;
}
.main .denglu .dlk a.zc:hover {
	color: #C00;
	border:1px #C00 solid;
}

.AAPd{ position:absolute; left:36px; bottom:65px; width:180px; height:49px; background:url(../images/app.png) no-repeat;}
.AAPd a {color:#fff; width:180px; height:49px; display:block;}
.AAPd a:hover{filter:alpha(opacity=70); -moz-opacity:0.7; opacity:0.7;}
.tel{ position:absolute; right:90px; bottom:77px; color:#fff;}
/* 登录底部 */
.footer {
	font-size: 13px;
	height: 70px;
	line-height:70px;
	/* background: url(../images/tp08_20140320.png) repeat-x; */
	text-align: center;
	color: #666;	
}

/* button,input */
.dlinput {
	margin: 0;
	padding: 0;
	border: 1px solid #ccc;
	height:38px;
	line-height: 38px;
	font-size: 14px;
	border-radius:5px; -moz-border-radius:5px; -ms-border-radius:5px; -o-border-radius:5px; -webkit-border-radius:5px;
	outline:none;
	padding-left:20px;
    font-family:"微软雅黑"; color:#888;
	
}
.dlinput1 {
	margin: 0;
	padding: 0;
	border: 1px solid #ccc;
	width:228px;
	height:38px;
	line-height: 38px;
	font-size: 14px;
	border-radius:5px; -moz-border-radius:5px; -ms-border-radius:5px; -o-border-radius:5px; -webkit-border-radius:5px;
	outline:none;
	padding-left:40px;
    font-family:"微软雅黑"; color:#888;
	background:url(../images/user.png) no-repeat center left;
}
.dlinput2 {
	margin: 0;
	padding: 0;
	border: 1px solid #ccc;
	width:228px;
	height:38px;
	line-height: 38px;
	font-size: 14px;
	border-radius:5px; -moz-border-radius:5px; -ms-border-radius:5px; -o-border-radius:5px; -webkit-border-radius:5px;
	outline:none;
	padding-left:40px;
    font-family:"微软雅黑"; color:#888;
	background:url(../images/pw.png) no-repeat center left;
	
}
.dlinput:focus{ border:1px #289ded solid;}
.loginbtn {
    background-color:#e98b67;
	border: none 0;
	width:100%;
	height: 40px;
	border-radius:5px; -moz-border-radius:5px; -ms-border-radius:5px; -o-border-radius:5px; -webkit-border-radius:5px;
	line-height:40px;
	cursor: pointer;
	font-family: "微软雅黑";
	font-size: 16px;
	color: #fff;
	padding: 0;
	margin: 0;
	outline:none;
	text-indent:2px;
}
.loginbtn:hover{ background-color:#ff956d;}
