@CHARSET "UTF-8";
body,
html {
	height: 100%;
	min-height: 100%;
	overflow: hidden;
	font-family: Helvetica Neue, PingFang SC, Microsoft Yahei, 微软雅黑, STXihei, 华文细黑, sans-serif;
}

* {
	margin: 0;
	padding: 0px;
}

body,
h4,
h5,
li {
	line-height: 20px;
}

*,
:after,
:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.form-group1 {
	margin-top: 15px;
	margin-bottom: 0;
}

.form-group1:first-child {
	margin-top: 0;
}

.form-control1 {
	font-size: 16px;
	background: 0 0;
	color: #383838;
	transition: all 218ms;
}

input.form-control1 {
	line-height: 30px;
}

input.form-control1,
textarea.form-control1 {
	background-color: #fff;
	border: 1px solid #d9d9d9;
	padding: 7px 5px;
}

.form-control1 {
	display: block;
	width: 100%;
}

.form-control1:focus {
	outline: none;
	border-color: rgba(0, 0, 0, .4)
}

.form-control:focus {
	outline: none;
	border-color: rgba(0, 0, 0, .4)
}

.bodybg {
	width: 100%;
	height: 100%;
	z-index: -1;
}

.container {
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.container:before {
	content: " ";
}

.copyright {
	color: #999;
	font-size: 14px;
	position: absolute;
	bottom: 10px;
	display: block;
	text-align: center;
	width: 100%;
	margin: 10px auto;
}

.btn {
	width: 100%;
	margin-left: 0!important;
}

.btn-primary {
	color: #fff;
	background-color: #03a9f4;
	border-color: #03a9f4;
}

.btn {
	display: block;
	padding: 12px 12px;
	margin-bottom: 0;
	font-size: 16px;
	line-height: 20px;
	color: #383838;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid #d9d9d9;
	border-radius: 3px;
	white-space: nowrap;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.btn.btn-primary {
	border-color: #03a9f4;
	color: #FFF;
}

.btn:focus,
.btn:hover {
	color: #383838;
	border: 1px solid #a6a6a6;
	outline: 0;
	text-decoration: none;
}

.btn-lg {
	min-width: 120px;
	line-height: 20px;
	padding: 9px 16px;
	font-size: 14px;
	border-radius: 3px;
}

.hide {
	display: none;
}

.btn.btn-default {
	background-color: #fff;
}

.btn-primary.active,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open .dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #14b4fc;
	border-color: #14b4fc;
}

.btn.btn-primary:hover {
	border-color: #19b6fc;
	background: #19b6fc;
}

.em_loginform {
	position: absolute;
	top: 50%;
	right: 10%;
	margin-top: -300px;
	width:400px;
	height:560px;
	background-image:url(http://assets.leadersir.net/eoms/login_panel_bg.png);
	background-size:100% 100%;
}
.em_loginform .logo{
	width: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.em_title {
	text-align: center;
	letter-spacing: 1px;
	line-height:normal;
	font-size: 24px;
    font-weight: 400;
    color: #000;
    margin-bottom:30px;
}
.em_loginform  input{
	border-radius: 6px;
	width: 260px;
    margin: 0 auto;
    box-sizing: border-box;
    padding-left : 40px;
}
.em_loginform .form-group{
	position : relative;
	margin-bottom : 40px;
	
}
.em_loginform .form-group#user:before {
	width : 24px;
	height : 24px;
	position : absolute;
	left : 43px;
	top : 7px;
	content : url('http://scjsjs.ufile-inspur.ucloud.com.cn/login_user.png');
}
.em_loginform .form-group#pwd:before {
	width : 24px;
	height : 24px;
	position : absolute;
	left : 43px;
	top : 7px;
	content : url('http://scjsjs.ufile-inspur.ucloud.com.cn/login_pwd.png');
}
.em_loginform  .btn.btn-primary{
	background-color : #193966;
	border-color:rgba(112, 112, 112, 0.768);
}
.em_loginform  .btn.btn-primary:hover{
	background-color:#00173c;
}
.em_formbox {
	padding:30px 40px 30px 30px;
	margin-top : 138px;
}
.animated{
	animation-duration: .6s;
    -webkit-animation-duration: .6s;
}

.searchpanel{
 	border-radius: 10px;
    position: relative;
	background: transparent;
}
.search{
	margin-top:15px;
	font-size:0px;
	position: relative;
	padding-top: 44px;
	width : 500px;
}
#search_remark{
	text-align:left;
	color:#b5b5b5;
	margin-top:10px;
}
.search>span{
	display:inline-block;
	height:44px;
	vertical-align: bottom;
}
span.inputwrap{
	/* border-radius: 30px; */
	overflow: hidden;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: white;
	text-align: left;
	padding-left: 12px;
}
span.inputwrap input{
	border: none;
}
span.inputwrap input:focus{
	outline:0;
}
span.btnwrap{position: absolute;right: 0;top: 0;width: 45px;line-height: 60px;}
span.btnwrap i{
	font-size:25px;
	cursor: pointer;
}
.search input{
	 height: 44px;
	 line-height: 44px;
	 font-size:16px;
}
.search input[type="text"]{
	width: 400px;
    padding: 5px 10px;
}
.search input[type="button"]{
	width:100px
}
#search_result{
	background:#fff;
	padding: 0px 0 30px;
	max-height:400px;
	overflow:auto;
	margin-top:1px;
	display:none;
	width:500px;
}
#search_result>ul{
	margin-bottom:0px;
}
#search_result li{
	height: 30px;
    line-height: 30px;
    font-size: 16px;
    text-align: left;
    padding: 4px 10px;
    border-bottom: 1px solid #eaeaea;
    box-sizing: content-box;
    color: #585858;
    cursor:pointer;
    max-width:100%;
    overflow:hidden;
}
#search_result li i.fa{
	color:#5075a2;
}
#search_result li:hover,#search_result li:focus{
	background: #4ebeff;
  	color: white;
}
.choosepanel{
  		width:600px;
  		height:400px;
  		border-radius: 10px;
	    position: relative;
	    background: hsla(0, 0%, 100%, 0.92);
  	}
  	.choosepanel .tip{
  		display:inline-block;
		position: absolute;
	    top: 80px;
	    left: 38px;
  	}
  	.choosepanel .choose{
	    display:inline-block;
	    position: absolute;
	    right: 10px;
	    width: 380px;
	    top: 20px;
  	}
  	#schools{
	    font-size: 16px;
	    margin:0;
	    list-style:none;
	    height:300px;
	    overflow:auto;
	}
	li.school{
		line-height: 30px;
	    padding: 5px 20px;
	    width:340px;
	}
	#schools a{
	    display: inline-block;
	    border: 1px solid #023277;
	    margin: 8px 0;
	    color: #023277;
	    border-radius : 30px;
	    font-weight : 500;
	    
	}
	#schools a:hover{
		text-decoration: none;
		background : #193966;
		color: #fff;
		display:inline-block;
	}
	li.school i.fa{
		float:right;
		line-height: 30px;
	}
	div.entrances{
		text-align:center;
		margin-top:70px;
	}
	a.entrance{
		display:inline-block;
		width:150px;
		height:150px;
		background:#e9ffff;
		margin:0 32px;
		border-radius :10px;
		vertical-align: top;
		text-decoration:none;
		padding-top: 15px;
	}
	a.entrance img{
		width:80px;
	}
	a.entrance h4{
		margin-top: 15px;
		font-weight:bold;
		
		
	}
	a.entrance:hover{
		box-shadow: 0px 0px 10px #fff;
	}