@charset "utf-8";
/* CSS Document */
/*全局样式*/
*{margin:0px; padding:0px;}
ul,li{list-style:none; border:0;}
img{border:0; vertical-align:bottom; width:100%;}
html{width:100%;}
body{font-family:MingLiu，Arial, Helvetica, sans-serif; font-weight: lighter; color:#333; background:#0d3779; background-size:100%; text-align:justify; text-justify:inter-ideograph; height:100%;}
a,a:hover{cursor:pointer; text-decoration:none;}
input,textarea{font-family:MingLiu，Arial, Helvetica, sans-serif; font-weight: lighter;}
input:focus,textarea:focus{outline:none;}
.ff:after{content:"."; display:block; height:0; clear:both; visibility:hidden;}
.DisplayNone{display:none;}
.LineNone{line-height:0; font-size:0;}
.FloatDiv{height:auto !important; height:1px; min-height:1px;}
.FloatLeft{float:left;}
.FloatRight{float:right;}

.Header{padding: 30px;}
.Logo{height: 45px;}
.Logo img{height: 45px; width: 180px; padding: 0 20px 0 0; border-right: 3px solid #fff;}
.LogoTitle{float: left; font-size: 30px; font-weight: bold; color: #fff; height: 45px; line-height: 45px; margin-left: 20px;}
.Main{background: url(../img/bg_admin.png) center top no-repeat; background-size: 100%; width: 1000px; height: 600px; margin: 0 auto;}
.Login{float: right; background: #fff; width: 300px; padding: 20px; margin: 100px 0 0; border-radius:12px; box-shadow: 10px 10px 5px #0b2e66;}
.LoginTitle{font-size: 30px; color: #005ead; text-align: center; width: 80px; border-bottom: 4px solid #005ead; margin: 0 auto; font-weight: bold;}
.LoginLine{margin: 15px 0 0; font-size: 16px;}
.LoginLeft{width: 56px; text-align: right; height: 36px; line-height: 36px;}
.LoginInput{margin: 0 0 0 12px;}
.LoginInput input{padding: 0 15px; border: 1px solid #ddd; height: 34px; line-height: 34px; border-radius:30px; width: 190px;}
.LoginInput input.LoginInputYz{width: 80px;}
.LoginImg{width: 100px; height: 36px; margin: 0 0 0 10px; border-radius:30px; overflow: hidden;}
.LoginImg img{width: 100px; height: 36px;}

.LoginBtn{display: block; margin: 20px auto 0; height: 40px; line-height: 40px; font-weight: normal; color: #fff; background: #005ead; text-align: center; border-radius:30px; overflow: hidden; letter-spacing: 5px; width: 95%;}



.CopyRight{text-align: center; color: #96a5bc; font-size: 14px; padding: 0 0 30px;}


