@charset "utf-8";
*{margin:0; padding:0;}
img{ border:0; }
ul li{
	list-style-type: none;
}
a{outline:none;}


#main{
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	min-width:1000px; 
}
#header{
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#middle{
	width:100%;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.clear{
	clear:both;
	height: 1px;
}

/*登录*/
.lonin_main{
	width: 100%;
	height: 550px;
	padding-top: 50px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/loginbarbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.lonin_main .pic{
	float: left;
	width: 560px;
	height: 420px;
	margin-right: 10px;
}
.lonin_main .loginbar{
	float: right;
	height: 390px;
	width: 380px;
	background-color: #FFFFFF;
	padding:15px;
	border:1px #DDDDDD solid;

	filter:progid:DXImageTransform.Microsoft.Shadow(color=#333333,direction=120,strength=5);/*ie*/
    -moz-box-shadow: 2px 3px 5px #333333;/*firefox*/
    -webkit-box-shadow: 2px 3px 5px #333333;/*safari或chrome*/
	box-shadow:2px 3px 5px #333333;/*opera或ie9*/
	margin-right: 80px;
	margin-top: 30px;
}
.lonin_main .loginbar ul li{
	list-style-type: none;
	font-size: 16px;
	line-height: 65px;
	margin-left: 15px;
}

.loginbtn a{
	font-size: 18px;
	color: #FFFFFF;
	width: 350px;
	height: 40px;
	display: block;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	background-color: #00803F;
}
.loginbtn a:hover{
	font-size: 18px;
	color: #FFFFFF;
	width: 350px;
	height: 40px;
	display: block;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	background-color: #026c37;
}
.inputyzm {
	border: 1px solid #CECECE;
	color: #666666;
	background-image: url(../images/dl_6.png);
	background-repeat: no-repeat;
	background-position: 7px center;
	font-size: 14px;
	width:115px;
	height:38px;
	padding-left:40px;
	line-height:38px;
	outline:none;
	font-family: "微软雅黑";
}
.inputyzm:focus {
	border: 1px solid #006DD6;
	color: #666666;
}


/*注册*/
.regsiter{
	width: 100%;
	padding-top: 50px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 550px;
	background-image: url(../images/regsiterbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.regsiter .boxbar{
	width: 480px;
	background-color: #FFFFFF;
	margin-left: 100px;
	border-radius: 5px;
}
.regsiter .boxbar ul li{
	list-style-type: none;
	font-size: 16px;
	line-height: 70px;
	height: 70px;
}
.regsiter .boxbar ul li span{
	text-align: right;
	width: 100px;
    display: inline-block;
}
.inputphone {
	border: 1px solid #CECECE;
	color: #666666;
	background-image: url(../images/dl_6.png);
	background-repeat: no-repeat;
	background-position: 7px center;
	font-size: 14px;
	width: 230px;
	height:38px;
	padding-left:40px;
	line-height:38px;
	outline:none;
	font-family: "微软雅黑";
}
.inputphone:focus {
	border: 1px solid #00B95B;
	color: #666666;
}
.inputpassword {
	border: 1px solid #CECECE;
	color: #666666;
	background-image: url(../images/dl_7.png);
	background-repeat: no-repeat;
	background-position: 7px center;
	font-size: 14px;
	width: 230px;
	height:38px;
	padding-left:40px;
	line-height:38px;
	outline:none;
	font-family: "微软雅黑";
}
.inputpassword:focus {
	border: 1px solid #00B95B;
	color: #666666;
}
.codebtn{
	display: inline-block;
	color: #FFFFFF;
	font-size: 12px;
	line-height:37px;
	border: 1px solid #CECECE;
	vertical-align: middle;
	width: 106px;
	text-align: center;
	font-weight: normal;
	background-color:#CECECE;
	height: 37px;
	margin-left: 9px;
}
.codebtn:hover { color: #FFFFFF; background-color:#999999; border:1px solid #999999; text-decoration: none;}

.loginadd{
	width:100%;
	background-color: #FFFFFF;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 100px;
	line-height: 30px;
}
.inputpublic {
	border: 1px solid #CECECE;
	color: #666666;
	font-size: 14px;
	width: 300px;
	height:38px;
	line-height:38px;
	outline:none;
	font-family: "微软雅黑";
	padding-left: 10px;
}
.inputpublic:focus {
	border: 1px solid #006DD6;
	color: #666666;
}
.inputyzm_1 {
	border: 1px solid #CECECE;
	color: #666666;
	font-size: 14px;
	width:178px;
	height:38px;
	padding-left:10px;
	line-height:38px;
	outline:none;
	font-family: "微软雅黑";
}
.inputyzm_1:focus {
	border: 1px solid #006DD6;
	color: #666666;
}
