@charset "utf-8";
* {
	padding: 0;
	margin: 0
}
html,body{ height:100%;}
body {
    font-size: 14px;
    background-color: #eff4f8;
    font-family: Microsoft YaHei,SimHei,Tahoma!important;
}
fieldset,legend{ border:none;}
@font-face {font-family: "iconfont";
  src: url('iconfont.eot?t=1493003959561'); /* IE9*/
  src: url('iconfont.eot?t=1493003959561#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('iconfont.woff?t=1493003959561') format('woff'), /* chrome, firefox */
  url('iconfont.ttf?t=1493003959561') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
  url('iconfont.svg?t=1493003959561#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont {
  font-family:"iconfont" !important;
  font-size:16px;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-user:before { content: "\e655"; }
.icon-point:before { content: "\e9af"; }
.icon-pass:before { content: "\e613"; }

.hidden {
    display: none!important;
}
.field-has-error{ color:red !important; position:absolute; left:0; bottom:-20px; line-height:16px;}
.margin-top-32{margin-top:32px !important;}
#login-container {
    position: relative;
    height: 100%;
    width: 100%;
    /*min-width: 1102px;*/
	/*min-height:600px;*/
    overflow: hidden;
}
@media screen and (min-width:1400px) {
	#login-container {
		min-width: 1200px
	}
	#login-header {
    min-width: 1200px;
	
}

}
#login-container .ibg-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    background-size: cover;
    -webkit-transition: background 1s;
    -moz-transition: background 1s;
    -o-transition: background 1s;
    transition: background 1s;
}
.index-banner-0 {
	background:url(../images/bg1.jpg) no-repeat center center
}

.index-banner-1 {
	background: url(../images/bg2.jpg) no-repeat center center
}

.index-banner-2 {
	background: url(../images/bg3.jpg) no-repeat center center
}

.index-banner-3 {
	background: url(../images/bg4.jpg) no-repeat center center
}
.header-container {
    position: absolute;
    height: 120px;
    width: 100%;
    left: 0;
    z-index: 3;
	padding-right:10%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
#login-header {
    height: 120px;
    min-width: 1102px;
	
}
#login-container .logo {
    background: url(../images/logo.png) no-repeat scroll 0 transparent;
    float: left;
	width:252px;
    height: 120px;
    overflow: hidden;
    display: inline;
}
#login-container .login-title{
    background: url(../images/name.png) no-repeat scroll 0 transparent;
    float: right;
	width:299px;
    height: 120px;
    overflow: hidden;
    display: inline;
	margin-right:50px;
}
#login-container .login-title a {
    margin: 30px 20px 0 0;
    color: #fff;
    text-decoration: none;
}
#login-container .login-main {
    display: table;
    margin: 40px auto 0 auto;
    clear: both;
    width: 80%;
    height: 100%;
    position: relative;
    overflow: hidden;
	min-width:1102px;
}
.all-index-banner {
    position: absolute;
    width: 100%;
    height: 100%;
}
.index-body-content {
	position:relative;
    width: 100%;
    min-height: 384px;
    z-index: 999;
    border-radius: 4px;
    vertical-align:bottom;
    font-size: 42px;
    color: #fff;
	top:50%;
	margin-top:-192px;
}
.index-text{ position:absolute; width:100%; left:0; bottom:0;}
.index-body-content p{ padding-top:10px;}
.focus-content {
    bottom: 90px;
    position: absolute;
    left: 50%;
    margin-left: -42px;
}
.focus-content .focus-content-item {
    list-style: none;
    float: left;
    padding: 0 8px;
}
.focus-content .focus-content-item .focus-anchor {
    display: block;
    height: 10px;
    outline: medium none;
    overflow: hidden;
    width: 10px;
    border: 1px solid #fff;
    border-radius: 6px;
    background: #fff;
    filter: alpha(opacity=50);
    -moz-opacity: .5;
    opacity: .5;
}
.focus-content .focus-content-item .current,.focus-content .focus-content-item .focus-anchor:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1
}
#login-container #login-middle {
    width: 352px;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
	padding-right:50px;
}
.header-login {
    position: relative;
    width: 100%;
    min-height: 384px;
    z-index: 999;
    background:url(../images/bg.png) repeat;
    border-radius: 4px;
    vertical-align: middle;
    -webkit-box-shadow: rgba(0,0,0,.3) 0 0 50px;
    -moz-box-shadow: #000 0 0 50px;
    box-shadow: rgba(0,0,0,.3) 0 0 50px;
}
.login{ width:100%; box-sizing:border-box; -webkit-box-sizing:border-box; padding:36px;}
.login fieldset legend{  width:100%; text-align:center;  display: inline-block !important; *display: inline; *display: inline !important; color:#00639d; padding-top:7px; padding-bottom:36px; font-size:30px;}
.form-group{ margin-bottom:28px;}
.login-control{ display: inline-block; width: 100%; height: 36px; padding: 6px 6px 6px 30px; line-height: 20px; box-sizing:border-box; -webkit-box-sizing:border-box; color: #555; border-radius:5px; -webkit-border-radius:5px; vertical-align: middle; background:url(../images/bg.png) repeat; border: 1px solid #d1dde5; -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;  }
.login-btn{ width:100%; height:38px; line-height:32px; border-radius:5px; -webkit-border-radius:5px; background-color:#339ad7; color:#fff;  font-weight:600; letter-spacing: 0.5em; -letter-spacing: 0.5em; cursor:pointer; border:none; font-size:16px;}
.login-btn:hover{ background-color:#339ad7; outline: 0; box-shadow:0 0 7px #3399ff; -webkit-box-shadow:0 0 7px #3399ff; }
.login-btn:focus{ outline: 0;box-shadow:0 0 7px #339ad7; -webkit-box-shadow:0 0 7px #3399ff;}
.input-icon{ position:relative;}
.input-icon i { color: #666;  display: block; position: absolute; top:0;  text-align: center; color:#fff; padding:8px; width: 38px; height: 38px; line-height:20px;  font-size: 18px; box-sizing:border-box; -webkit-box-sizing:border-box;}
.login .hover i{ color:#339ad7 !important;}
.login .hover .login-control{ background:#fff; border-color: #339ad7; outline: 0; }

