@charset "utf-8";
/* CSS Document */
body{
	background-color:snow;
	font-family:'微软雅黑';
	color:#333;
}
.heard1{
	width: 100%;
}
.heard2{
	width: 1000px;
	margin:0 auto;
	padding-top: 0;
	padding-bottom: 10px;
}
.logo{
	width: 385px;
	height: 90px;
	background: url(../images/logo1.png) no-repeat;
	float: left;
	margin-right: 20px;
}
.heard2>p{
	float: left;
	height: 45px;
	line-height: 45px;
	padding: 0 20px;
	border-left: 3px solid #7BBC4D;
	margin: 0;
	font-size: 24px;
	font-family: "微软雅黑";
	color:#ccc;
	cursor: default;
}
.heard2>ul{
	float: right;
	margin:0;
	padding-top: 35px;
	padding-right: 20px;
}
.heard2>ul>li{
	float: left;
	padding:10px 5px 0;
}

/*center begin*/

#center{
	width:100%;
	height:630px;
	/*background:url(../images/loginNew.jpg) repeat-x;*/
	background-color: #e7e5d1;
}
.center_c{
	width:1000px;
	margin:0 auto;
	height:100%;
	background:url(../images/loginNew_c.png) no-repeat ;
	position:relative;
}
.center_bg{
	position:absolute;
	right:22px;
	top:93px;
	width:346px;
	height:456px;
	background-color:rgba(255,255,255,0.2);
	background-color:#fff;
	opacity:0.2;
	filter:Alpha(opacity=20);
}
.center_content{
	width:298px;
	height:320px;
	background-color:snow;
	position:absolute;
	top:125px;
	right:0;
	padding:30px;
}
.center_content>h3{
	font-size:32px;
	font-weight:900;
	color:#66be99;
	text-align:center;
	cursor:default;
}
.center_content> .note{
	width:296px;
	height:33px;
	background-color:#fff192;
	border: 1px solid #ffd143;
	color:#66be99;
	font-size:14px;
	line-height:35px;
	margin-top:20px;
	cursor:default;
}
.center_content>.note em{
	display:inline-block;
	width:17px;
	height:17px;
	background:url(../images/loginNew_j.png) no-repeat 0px -148px;
	vertical-align:top;
	margin:8px 5px 8px 10px;
}
.center_content-title{
	margin-bottom: 20px;
	text-align: center;
}
.center_content-title>h3{
	font-size: 24px;
	font-weight: bold;
	line-height: 40px;
}
.center_content-title>span{
	display: inline-block;
	width: 52px;
	height: 3px;
	background: #00a65a;
	border-radius: 3px;
}
.inputGroup>div{
	overflow: hidden;
}
.inputGroup label{
	display: block;
	float: left;
	width: 60px;
	text-align-last:justify;
	text-align:justify;
	text-justify:distribute-all-lines;
	margin-right: 5px;
	margin-top:22px;
	line-height: 40px;
	font-size:14px;
}
.inputGroup input{
	float: left;
	/*width:245px;*/
	width: 290px;
	height:38px;
	border:1px solid #999;
	/*background:url(../images/loginNew_j.png) no-repeat 0 0;*/
	/*padding-left:51px;*/
	padding-left:6px;
	font-size:14px;
	margin-top:22px;
	color:#000;
	line-height:40px;
}
.inputGroup input.key{
	/*background:url(../images/loginNew_j.png) no-repeat 0 -50px;*/
}
.inputGroup input#rmbUser{
	width:14px;
	height:14px;
	border-radius:2px;
	vertical-align:middle;
	margin:15px 5px 15px 0;
}
.inputGroup>label{
	height:44px;
	line-height:44px;
	font-size:14px;
}
.enter>input{
	width:298px;
	height:40px;
	background-color:#00a65a;
	border:1px solid #00a65a;
	color:#f0f0f0;
	font-size:20px;
	cursor:pointer;
	margin-top:10px;
}
.register{
	text-align:center;
	font-size:14px;
	padding:10px 0;
}
.register a{
	color:#EE7E80;
}

/*footer begin*/
.footer-bg{
	width: 100%;
	height: 144px;
}
.footer{
	width: 1000px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	
}
.footer .text{
	padding-left: 232px;
	padding-top: 34px;
	line-height: 20px;
}
.footer strong{
	position: absolute;
	top:54px;
	left: 130px;
	font-size: 22px;
	font-weight: bold;
}
.footer p i{
	font-family:arial;
}
.footer p{
	margin-top:5px;
}
.footer span{margin-right: 20px;}
#owl-login{
	display: none;
}
 input::-webkit-input-placeholder{
	 color:#ccc;
 }
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
	color:#ccc;
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
	color:#ccc;
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
	color:#ccc;
}
