@charset "utf-8";
/* CSS Document */
body {
	line-height: 1.5;
	font-family: arial, "\5b8b\4f53";
/*	background: #fff;*/
	font-size: 12px
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%
}
ol, ul, li {
	list-style: none
}
address, caption, cite, code, dfn, em, strong, th, var, optgroup {
	font-style: normal
}
input, button, textarea, select, optgroup, option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
*font-size:100%
}
fieldset, img, a img, :link img, :visited img {
	border: 0
}
a {
	text-decoration: none
}
a:hover {
	text-decoration: underline
}
:focus {
	outline: 0
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
caption, th {
	text-align: left
}
sup, sub {
	font-size: 100%;
	vertical-align: baseline
}
blockquote, q {
	quotes: none
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none
}
.clear, .clearfix:after {
	clear: both;
	height: 0;
	overflow: hidden;
	display: block
}
.clearfix:after {
	visibility: hidden;
	content: "."
}
.clearfix {
*zoom:1
}

/*登录页*/
body{
	height:100%;
	width:100%;
	background:url(../img/login_bg.png) center 0 no-repeat #333;
}
.login_box{
	height:640px;
	width:800px;
	background:url(../img/login_boxBg.png);
	position: absolute;
	top:50%;
	left:50%;
	margin-top:-320px;
	margin-left:-400px;
}
.login_nameBox{
	padding-top:10px;
	width:100%;
	text-align:center;
	color:#fff;
	font-family:"microsoft Yahei";
}
.login_nameBox li:nth-child(1){
	font-size:33px;
}
.login_nameBox li:nth-child(2){
	font-size:20px;
	line-height:20px;
}
.login_nameBox li:nth-child(3){
	font-size:12px;
	line-height:28px;
}
.loginIn_Box {
	height:130px;
	width:100%;
	text-align:center;
	margin-top:240px;
}
.loginIn_Box li:nth-child(1){
	height:40px;
	width:100%;
	margin-bottom: 10px;
}
.loginIn_Box li:nth-child(1) span{
	height:36px;
	width:260px;
	background:#ffffff;
	border:2px solid #eee;
	display:inline-block;
	border-radius: 40px;
	box-shadow:rgba(26,102,218,0.4) 0px 2px 6px;
	margin-bottom:30px;
	
}
.loginIn_Box li:nth-child(1) span:hover{
	border:2px solid #a0c6ff;
	
}
.loginIn_Box li:nth-child(2){
	height:40px;
	width:100%;
	margin-bottom: 10px;
}
.loginIn_Box li:nth-child(2) span{
	height:36px;
	width:260px;
	background:#ffffff;
	border:2px solid #eee;
	display:inline-block;
	border-radius: 40px;
	box-shadow:rgba(26,102,218,0.4) 0px 2px 6px;
}
.loginIn_Box li:nth-child(2) span:hover{
	border:2px solid #a0c6ff;
	
}
.loginIn_Box li:nth-child(3){
	height:40px;
	width:100%;
	margin-bottom: 10px;
}
.loginIn_Box li:nth-child(3) span{
	height:36px;
	width:260px;
	background:#ffffff;
	border:2px solid #eee;
	display:inline-block;
	border-radius: 40px;
	box-shadow:rgba(26,102,218,0.4) 0px 2px 6px;
}
.loginIn_Box li:nth-child(3) span:hover{
	border:2px solid #a0c6ff;
	
}
.loginIn_Box li:nth-child(4){
	
	margin-bottom: 8px;
}
.loginIn_Box a{
	color:#a1cfff;
}
.loginIn_Box a:active{
	color:#a1cfff;
	
}
.loginIn_Box a:hover{
	color:#fff;
	
}
.loginIn_Box li:nth-child(5){
	height:40px;
	width:100%;
	margin-bottom: 10px;
	cursor: pointer;
}
.loginIn_Box li:nth-child(5) span{
	height:36px;
	width:260px;
	background:#67e203;
	border:2px solid #67e203;
	display:inline-block;
	border-radius: 40px;
	box-shadow:rgba(26,102,218,0.4) 0px 2px 6px;
	color:#fff;
	font-size:18px;
	line-height:28px;
	font-family:"microsoft Yahei";
}
.loginIn_Box li:nth-child(5) span:hover{
	
	border:2px solid #8af335;
	
}
.user_icon{
	height:20px;
	width:20px;
	background:url(../img/user_icon.png);
	margin:8px 0 0 14px;
	float:left;
}
.password_icon{
	height:20px;
	width:20px;
	background:url(../img/password_icon.png);
	margin:8px 0 0 14px;
	float:left;
}
.yanzhengma_icon{
	height:20px;
	width:20px;
	background:url(../img/yanzhengma_icon.png);
	margin:8px 0 0 14px;
	float:left;
}
.loginIn_Box input{
	height:20px;
	width:180px;
	margin:8px 0 0 -20px;
	border:none;
	font-size:15px;
	color:#175bc3;
	/*color:#666;*/
	font-weight:400;
	font-family:"arial rounded mt bold";
}
.yanzhengma_input{
	float: left;
    margin-left: 13px!important;
    width: 108px!important;

}
.yanzhengma_pic{
	height: 32px;
    width: 102px;
    float: left;
    margin: 2px 2px 0 0;
    border-radius: 0 20px 20px 0;s
}


.bottom_word{
	position: absolute;
	bottom:40px;
	text-align: center;
	width:100%;
	font-size:14px;
	color:#a1cfff;
}
.loginBtn_top{
	height:4px;
	width:230px;
	margin-left:15px;
	background:rgba(149,244,14,0.2);
	border-radius: 40px;
}
.loginBtn_bottom{
	height:4px;
	width:230px;
	margin-left:15px;
	background:rgba(115,186,14,0.1);
	border-radius: 40px;
}

.loginIn_Box p{
	color:#ffd5bb;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #dfdfdf;
    font-size:13px;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #dfdfdf;
   font-size:13px;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #dfdfdf;
   font-size:13px;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #dfdfdf;
   font-size:13px;
}