﻿/*======== 全局格式化 ========*/
/*@charset="utf-8";*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td { margin:0; padding:0; }
body {font-family:Microsoft YaHei;/*  font-size:12px; color:#666; background:#f4f4f4; line-height:24px; */ }
img { border:0; }
input, button, select, textarea { outline:none; }
textarea { resize:none; } /*禁用了文本的拖拉，尤其在谷歌下 */
ol, ul { list-style:none; }
a { color: #666; text-decoration:none; }
a:hover { color: #666;text-decoration:underline;}
body, th, td, input, select, textarea, button,h2 {
    font-family: "微软雅黑", "黑体", "宋体";
} /* 重置页面文字属性 */
/* +++++++++++清除浮动++++++++++++++ */
.clearfix:after{
	content:"";
	visibility: hidden;
	height:0;
	display: block;
	clear:both;
}
html{ overflow: hidden; }
.clearfix{
	zoom:1;
}
.area{
	width: 1024px;
	margin: 0 auto;
}
.main{
	width: 100%;
	height: 900px;
	background-size: cover;
	background: url(../images/bg.png) center center no-repeat;
	position: relative;
}
.login_box{
	width:348px;
	height:340px;
	background: rgba(0,0,0,0.3);
	overflow: hidden;
	margin: 166px auto 0;
}
.login_box h4{
	width:100%;
	height:65px;
	line-height: 65px;
	text-align: center;
	font-size: 18px;
	color:#000;
	font-weight: normal;
}
.accountNumber{
	padding:0px 0 30px 60px;
	height:30px;
}
.accountNumber .ZH,.psw .ZH{
	width:37px;
	height:34px;
	/*background: #23c8c0;*/
	float:left;
}

.accountNumber .ZH{
	background:#cfcfcf url(../images/accountNumber_bg1.png) center center no-repeat;
}
.psw .ZH{
	background:#cfcfcf url(../images/psw_bg1.png) center center no-repeat;
}
.accountNumber input{
	width:193px;
	height: 32px;
	line-height:32px;
	float:left;
	padding-left:5px;
	border:1px solid #cfcfcf;
	font-size: 12px;
	color:#474747;
}
.login_box p.num{
	height:30px;
	font-size: 12px;
	color:#f00;
	padding-left:55px;
	margin-top:-26px;
	line-height: 30px;
	display: none;
}
.psw_input{
	float:left;
	width:200px;
	height:30px;
	position: relative;
}
.psw_input span{
	width:194px;
	line-height:32px;
	padding-left:6px;
	font-size: 12px;
	color:#ccc;
	position: absolute;
	left: 0;
	top:0;
	cursor: text;
	font-family: "宋体";
}
.psw_input input{
	width:193px;
	height:32px;
	float:left;
	padding-left:5px;
	border:1px solid #cfcfcf;
	font-size: 12px;
	color:#474747;
}
.psw{
	padding:0px 0 5px 60px;
	height:30px;
}

.login_box p{
	margin-top: 10px;
	font-size: 12px;
	color:#aaa;
	height:24px;
	line-height: 18px;
}
.inputBox{
	height: 22px;
	line-height: 16px;
	text-align: center;
	padding:10px 0 0 62px;
}
.inputBox span{
	color:#000;
	font-size:12px;
	line-height:22px;
	float:left;
	margin-left: 2px;
}
.selectDocBox{
	width: 20px;
	height: 15px;
	float: left;
	padding-top: 3px;
}
.chooseinput{
	background: url(../images/xzinput_bg.png) center center no-repeat;
}
.checds input {
	display: none;
}
.checds {
	width: 12px;
	height: 12px;
	border: 1px solid #fff;
	margin: 0 auto;
}
.checkbox{
	cursor: pointer;
	/* vertical-align: text-bottom;
	margin-bottom: 2px;
	margin-bottom: -2px\9; */
}
.login_buttom{
	padding-top:45px;
	width:230px;
	height:39px;
	overflow: hidden;
	margin:0 auto;
}
.login_buttom a{
	width:225px;
	height:35px;
	display: block;
	line-height: 35px;
	color:#fff;
	text-align: center;
	background: #0d0d0d;
}
 .login_buttom a:hover{
	text-decoration: none;
	opacity: 0.75;
}
 @charset "UTF-8";
/*css 初始化 */
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form,img {
    margin: 0;
    padding: 0;
}
 /*各浏览器显示不同，去掉蓝色边框*/
img, input, button {
    border: none;
    padding: 0;
    margin: 0;
    outline-style: none;
}
 ul, ol {
    list-style: none;
}
 /*统一组合框的默认样式*/
input {
    padding-top: 0;
    padding-bottom: 0;
}
 select, input, button {
    vertical-align: middle;
}
 select, input, textarea {
    font-size: 12px;
    margin: 0;
}
 /*防止拖动 影响布局*/
textarea {
    resize: none;
}
 /*去掉行内替换元素空白缝隙*/
img {
    border: 0;
    vertical-align: middle;
}
 body {
    background: #fff;
}
 /*清除浮动*/
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
 .clearfix:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
    overflow: hidden;
}
 .clearfix{
    *zoom: 1; /*IE/7/6*/
    overflow: hidden;
}
 a {
    color: #666;
    text-decoration: none;
}
 a:hover {
    color: #C81623;
}
 h1, h2, h3, h4, h5, h6 {
    text-decoration: none;
    font-weight: normal;
    font-size: 100%;
}
 s, i, em {
    font-style: normal;
    text-decoration: none;
}
 /*新浪*/
.col-red {
    color: #ff8400 !important;
}
 /*公共类*/
.w {
    /*版心 提取 */
    width: 1190px;
    margin: 0 auto;
}

 .fl {
    float: left;
}
 .fr {
    float: right;
}
 .al {
    text-align: left;
}
 .ac {
    text-align: center;
}
 .ar {
    text-align: right;
}
body {
    width:100%;
    background:url(../images/login/login_bg.png) no-repeat center top;
    position:relative;
    overflow:hidden;
}
.login_Management_system {
    width:540px;
    height:93px;
    margin:0 auto;
    margin-top:70px;
}
.login_Management_system h1{
    font-family: "﻿MicrosoftYaHei";
	font-size: 46px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 72px;
	letter-spacing: 7.3px;
	color: #ffffff;
}
    .login_Management_system p {
        font-family: "﻿MicrosoftYaHei";
        font-size: 18px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 18px;
        letter-spacing: -0.1px;
        color: #ffffff;
        text-align: center;
    }
    .login_main{
        width:322px;
        height:256px;
        position:absolute;
        left:50%;
        top:50%;
        margin-left:-161px;
        margin-top:-122px;
    }
    .login_main h2{
        font-family: ﻿"﻿MicrosoftYaHei";
	    font-size: 30px;
	    font-weight: normal;
	    font-style: normal;
	    font-stretch: normal;
	    line-height: 30px;
	    letter-spacing: 2.1px;
	    color: #333;
        text-align:center;
    }
    .login_main_user {
        margin-top:40px;
    }
    .login_main_user img{
        width:40px;
        height:40px;
        float:left;
    }
    .login_main_user input{
        display:inline-block;
        width:270px;
        height:40px;
        padding-left:10px;
        float:left;
        border-radius: 0px 6px 6px 0px;
    }
    .longin_main_user input placeholder{
        font-family: ﻿"MicrosoftYaHei";
	    font-size: 16px;
	    font-weight: normal;
	    font-style: normal;
	    font-stretch: normal;
	    line-height: 40px;
	    letter-spacing: 0px;
	    color: #666666;
    }
     .login_main_pwd {
        margin-top:20px;
    }
    .login_main_pwd img{
        width:40px;
        height:40px;
        float:left;
    }
    .login_main_pwd input{
        display:inline-block;
        width:270px;
        height:40px;
        float:left;
        border-radius: 0px 6px 6px 0px;
        padding-left:10px;
    }
    .longin_main_pwd input placeholder{
        font-family: ﻿"MicrosoftYaHei";
	    font-size: 16px;
	    font-weight: normal;
	    font-style: normal;
	    font-stretch: normal;
	    line-height: 40px;
	    letter-spacing: 0px;
	    color: #666666;
    }
    .login_main_Forget_password_left{
        font-family: "﻿MicrosoftYaHei";
	    font-size: 12px;
	    font-weight: normal;
	    font-style: normal;
	    font-stretch: normal;
	    letter-spacing: 0.6px;
	    color: #a6a6a6;
    }
     .login_main_Forget_password{
        margin-top:8px;
    }
    .login_main_Forget_password_left input{
        margin-right:5px;
        width:12px;
        height:12px;
    }
    .login_main_Forget_password_left input:hover{
        cursor:pointer;
    }
    .login_main_Forget_password_left:hover{
        cursor:pointer;
    }
    .login_main_Forget_password_right a{
        font-family: ﻿"MicrosoftYaHei";
	    font-size: 12px;
	    font-weight: normal;
	    font-style: normal;
	    font-stretch: normal;
	    letter-spacing: 0.6px;
	    color: #54b2ff;
    }
   .login_main_Forget_password_right a:hover{
       text-decoration:none;
   }
   .login_btn{
	    height: 46px;
	    background-color: rgba(247, 156, 37, 1);
	    border-radius: 6px 6px 6px 6px;
        margin-top:10px;
   }
   .login_btn button{
       width: 320px;
       display:block;
       font-family: ﻿"MicrosoftYaHei";
	    font-size: 20px;
	    font-weight: normal;
	    font-style: normal;
	    font-stretch: normal;
	    line-height: 4.24525px;
	    letter-spacing: 2.6px;
	    color: #ffffff;
        background:none;
        line-height:46px;
        margin :0 auto;
   }
    .login_btn:hover {
        cursor:pointer;
    }
     .login_btn button:hover {
        cursor:pointer;
    }
