/*reset*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
margin:0;
padding:0;
border:0;
font-size:100%;
font:inherit;
vertical-align:baseline;
}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {
	display: block;
}
ol,ul {
	list-style:none;
	margin:0;
	padding:0;
}
blockquote,q {
	quotes:none;
}
blockquote:before,blockquote:after,q:before,q:after {
	content:'';
	content:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
/*reset-end*/
body {
	font-family: '微软雅黑', Microsoft YaHei;
	background:#fff;
}
*{
	webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a {
	text-decoration:none;
}
a:link,a:visited,a:hover,a:active {
	text-decoration:none;
	color:inherit;
}
.clear {
	clear:both
}
/* clear float*/
.container {
	width:100% !important;
	max-width:1200px;
	min-width:980px;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	-moz-transition:all .2s linear;
	-webkit-transition:all .2s linear;
	-o-transition:all .2s linear;
	-ms-transition:all .2s linear;
}
.pull-left { float:left!important}
.pull-right { float:right!important}
.login-wrapper {
	height:773px;
	background-color: #e7f1fc;
	background-image:url("images/bg-login.jpg");
	background-repeat: no-repeat;
	background-position: center top;
}
.login-footer { height:90px; background:#131021;}
.login-left { float: left; padding-top: 8%; margin-left: -130px;}
.login-right { float: right; width:400px; }
.login-right .modal-box { margin-top: 38%; background: #FFF}


/*header-start*/
#header {
	width:100%;
	height: 75px;
	background:#FFF;
	padding: 0px 60px;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.08);
}
.header-logo {
	width: 400px;
  height: 25px;
  margin-top: 24px;
	float: left;
	color: #FFF;
	background: url(images/logo-login.png) no-repeat;
}
.nav-wrapper {
	float:left;
	margin-right: 90px;
}
.nav-wrapper>a { float:left}
.header-nav {
	width:100%;
	height:65px;
	transition: all 0.3s ease-in 0s;
	-moz-transition: all 0.3s ease-in 0s;
	-ms-transition: all 0.3s ease-in 0s;
	-o-transition: all 0.3s ease-in 0s;
	-webkit-transition: all 0.3s ease-in 0s;
}
.modal-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    display: none;
    background-color: #000;
    opacity: .7;
}

.form-yzm { width:220px!important;}
.form-yzm input { padding-left: 15px!important;}
.form-pic { max-width: 110px; border:0px!important}
.login-box {
	float:right;
	margin-top:25px;
	position:relative;
	padding-bottom:24px;
	-webkit-animation: dropdownOpen 0.3s ease-out;
    -o-animation: dropdownOpen 0.3s ease-out;
    animation: dropdownOpen 0.3s ease-out;
}

/*header-end*/
.login-top {
	height: 482px;
}
.login-bottom-bg {
	width:100%;
	height: 290px;
	background: #5aaffd;
}
.form-group input:focus {
    border-color: #409eff;
    outline: 0;
}
.modal-box {
	padding: 20px 30px 10px;
	width: 400px;
	border-radius: 3px;
	box-shadow: 0px 8px 5px 0px rgba(8, 17, 85, 0.15);
}

.m_title {
	padding-bottom: 18px;
	margin-bottom: 18px;
	color: #207cfc;
	font-size: 22px;
	text-align: left;
	letter-spacing: 3px;
	font-weight: bold;
}
.form-ip{
	height: 50px;
	width: 100%;
	padding: 10px 10px 10px 40px;
	border: none;
	font-size:14px;
	font-family: '微软雅黑', Microsoft YaHei;
	outline: none;
	border-radius: 3px;
}
.icon-user { position: absolute;top: 14px;left: 10px;width:26px;height:24px; background:url(images/icon-user.png) no-repeat}
.icon-pwd { position: absolute;top: 14px;left: 10px;width:26px;height:24px; background:url(images/icon-pwd.png) no-repeat}
.form-group {
	margin: 0 auto 13px;
	height: 52px;
	position: relative;
	/*border: 1px solid #e1e1e1;*/
	border-radius: 3px;
}
.form-group input{
	border: 1px solid #e1e1e1;
	border-radius: 3px;
}
.modal-box h1 {
	text-align: center;
	margin-top: 20px;
	font-size: 13px;
	color: #999;
	font-family: sans-serif,"宋体";
	margin-bottom: 15px;
	font-weight: normal;
}
::-webkit-input-placeholder { /* WebKit browsers */
	color:    #999;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color:    #999;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	color:    #999;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
	color:    #999;
}
.btn-sure {
	width:100%;
	height: 42px;
	line-height: 42px;
	color: #FFF;
	font-size: 16px;
	margin: 0 auto;
	background: #207cfc;
	border-radius: 3px;
	text-align: center;
	letter-spacing: 5px;
	/* font-weight: bold; */
	cursor: pointer;
	border-width:0px;
}
.btn-sure:hover { background: #529ce4;}
.btn-sure:focus { outline:none}
/*footer-start*/
#footer {
	width:100%;
	font-size:15px;
	background: #FFF;
	color: #666;
	line-height: 90px;
	text-align: center;
}

/*footer-end*/
@media ( max-width : 1280px) {
	.login-top {
		height: 452px;
	}
	.login-bottom-bg {
		height: 120px;
	}
	#header { height: 60px;}
  .header-logo { margin-top: 17px;}
  .login-wrapper { height: calc( 100vh - 110px ); overflow: hidden;}
  .login-left { width:660px;margin-left:0px;padding-top: 3%;}
  .login-left img { width:100%}
  #footer { height:50px; line-height: 50px; font-size: 13px;}
  .login-right .modal-box { margin-top: 12%;}
}
@media ( max-width : 1100px) {
	#header {
    padding: 0px 30px;
	}
	.login-top {
		height: 390px;
	}
	.login-right{
    width: 380px;
	}
	.modal-box {
    width: 380px;
	}
	.form-yzm {
	    width: 160px!important;
	}
	.login-left { width:560px;margin-left:0px;}
  .login-left img { width:100%}
}
@media ( max-width : 1024px) {
	#header {
    padding: 0px 30px;
	}
	.login-right .modal-box {
		margin-top: 13%;
	}
	.login-top {
		height: 390px;
	}
	.login-right{
    width: 360px;
	}
	.modal-box {
    width: 360px;
	}
	.form-yzm {
	    width: 160px!important;
	}
	.login-left { width:560px;margin-left:0px;}
	.login-left img { width:100%}
}
