@charset "utf-8";
*{margin:0; padding:0;}
img{ border:0; }
body{
	font-size: 14px;
	color: #333333;
	font-family: "微软雅黑";
	margin:0px;
}
A:link {
	FONT-SIZE: 14px;
	TEXT-DECORATION: none;
	color: #369D02;
	-webkit-transition:color 0.4s linear;-moz-transition:color 0.4s linear;-o-transition:color 0.4s linear;	transition:color 0.4s linear;
	font-family: "微软雅黑";
}
A:visited {
	color: #369D02;
	TEXT-DECORATION: none;
	font-size: 14px;
	-webkit-transition:color 0.4s linear;-moz-transition:color 0.4s linear;-o-transition:color 0.4s linear;	transition:color 0.4s linear;
	font-family: "微软雅黑";
}
A:active {
	COLOR: #369D02;
	TEXT-DECORATION: none;
	font-size: 14px;
	font-family: "微软雅黑";
	-webkit-transition:color 0.4s linear;-moz-transition:color 0.4s linear;-o-transition:color 0.4s linear;transition:color 0.4s linear;
}
A:hover {
	COLOR: #369D02;
	TEXT-DECORATION: underline;
	font-size: 14px;
	font-family: "微软雅黑";
	-webkit-transition:color 0.4s linear;-moz-transition:color 0.4s linear;-o-transition:color 0.4s linear;transition:color 0.4s linear;	
}
#main{
	width:100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header{
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #369D02;
}
#middle{
	width:100%;
	background-color: #6EBA2B;
	margin:0 auto;
}
.clear{
	clear:both;
	height: 1px;
}

/*登录*/
.login_top{
	width:1050px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	height: 108px;
}
.login_top .logo{
	height: 108px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.login_top .logo span{
	font-size: 16px;
	height: 108px;
	float: right;
	line-height: 108px;
	margin-right: 50px;
}
.loginadd{
	width: 100%;
	margin:0 auto;
	height: 45px;
	line-height: 50px;
	text-align: center;
	color: #666666;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #369D02;
	background-color: #FFFFFF;
}
.login_main{
	width: 1100px;
	height: 420px;
	padding-top: 25px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 30px;
}
.login_main .pic{
	float: left;
	width: 570px;
	margin-left: 25px;
	height: 420px;
}
.login_main .loginbar{
	float: right;
	min-height: 390px;
	width: 350px;
	background-color: #FFFFFF;
	margin-right: 65px;
	padding:15px;
	border:1px #DDDDDD solid;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#216300,direction=120,strength=5);/*ie*/
    -moz-box-shadow: 2px 3px 5px #216300;/*firefox*/
    -webkit-box-shadow: 2px 3px 5px #216300;/*safari或chrome*/
    box-shadow:2px 3px 5px #216300;/*opera或ie9*/
}

.login_main .loginbar li{
	list-style-type: none;
	font-size: 16px;
	line-height: 58px;
	margin-left: 15px;
}
.loginbtn a{
	font-size: 18px;
	color: #FFFFFF;
	width: 312px;
	height: 40px;
	display: block;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	background-color: #369D04;
}
.loginbtn a:hover{
	color: #FFFF99;
	text-decoration: none;
	background-color: #2D8900;
}
input[type=text],input[type=password],select{
	border: 1px solid #CECECE;
	color: #666666;
	background-repeat: no-repeat;
	background-position: 7px center;
	font-size: 14px;
	padding-left:40px;
	outline:none;
	height:38px; line-height:38px;
}
input[type=text]:focus,input[type=password]:focus,select:focus {
	border: 1px solid #369D03;
	color: #666666;
}
.username {
	background-image: url(../images/dl_1.png);
	width:205px;
}
input[type=password] {
	background-image: url(../images/dl_2.png);
	width:205px;
}
.captcha {
	background-image: url(../images/dl_3.png);
	width:90px;
}

/*注册*/
.register{
	width: 1100px;
	height: 420px;
	padding-top: 25px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 30px;
}
.register .pic{
	float: right;
	width: 570px;
	height: 420px;
	margin-right: 40px;
}
.register .loginbar{
	float: left;
	min-height: 400px;
	width: 345px;
	background-color: #FFFFFF;
	padding:15px;
	border:1px #369D04 solid;
	margin-left: 30px;
}
.register .loginbar li{
	list-style-type: none;
	font-size: 16px;
	line-height: 50px;
	margin-left: 15px;
}
.register .loginbar .high{
	margin-top: 22px;
}
.mobile {
	background-image: url(../images/dl_5.png);
	width:205px;
}
.email {
	background-image: url(../images/dl_4.png);
	width:205px;
}
.codebtn{
	display: inline-block;
	color: #333333;
	font-size: 12px;
	line-height:37px;
	border: 1px solid #CECECE;
	vertical-align: middle;
	width: 105px;
	text-align: center;
	font-weight: normal;
	background-color:#EFFFDF;
	height: 37px;
	margin-left: 9px;
}

.codebtn:hover,.codebtn:disabled { color: #fff; background-color:#84B011; border:1px solid #6FBA2A; text-decoration: none;}
#login-error {color: #f00; font-size: 14px;line-height: 22px;min-height: 30px;}
#login-error label{margin-right: 10px; display: none;}

.loginbar ul li#agreement{
	width: 312px;
	font-size: 12px;
	text-align: center;
	height: 15px;
}
