html,body{height: 100%;}
.container-box{width:100%;height: 100%;overflow: hidden;}
.login-bj{
	background: url(../images/login-bj.png) no-repeat;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
}
.login-title{
	font-size: 42px;
    color: #fff;
    position: absolute;
    top: 45px;
    left: 390px;
}
.loginbox{
	width: 500px;
    height: 510px;
    position: absolute;
    top: 210px;
    left: 690px;
    background: #fff;
    border-radius: 5px;
}
.form-horizontal{
	padding:30px 60px 30px 60px;
} 
.form-title{
	font-size: 38px;
	color: #919dad;
	text-align: center;
	margin: 0 0 30px 0;
	font-family: cursive;
	font-weight:bold;
}
.input-group input{
	height: 60px;
}
.form-group{
	margin-bottom: 35px;
}
.user-name{
	background-image: url('../images/user-name.png') !important;
	background-color:#e0e2f6;
	background-position: 10px 10px;
	background-repeat: no-repeat;
	text-indent: 50px;
	font-size: 24px;
}
.user-pwd{
	background-image: url('../images/user-pwd.png') !important;
	background-color:#e0e2f6;
	background-position: 10px 10px;
	background-repeat: no-repeat;
	text-indent: 50px;
	font-size: 24px;
}
.user-identity{
	background-image: url('../images/user-identity.png') !important;
	background-color:#e0e2f6;
	background-position: 10px 10px;
	background-repeat: no-repeat;
	text-indent: 50px;
	font-size: 24px;
	color: #666;
}
.btn-login{
	background-image: url('../images/btn-login.png') !important;
	background-repeat: no-repeat;
	color:#fff;
	font-size: 24px;
	width: 100%;
	height: 64px;
	margin-top: 10px;
}
.btn-login:hover{
	color: #fff;
}
.btn:hover, .btn:focus, .btn:active, .btn:visited {
    outline: none;
    box-shadow: none !important;
    border:none;
    background: none;
    color: #fff;
}
.clearfix::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
li{list-style: none;}
.choose_div_box{
	background: url(../images/login-bj.png) no-repeat;
    width: 100%;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
}
.project_list{
	width: 100%;
	height: 800px;
	margin: 0 auto;
	padding-top: 340px;
}
.choose_div_box .header{
	position: absolute;
	top: 190px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 45px;
	color:#fff;
	width: 100%;
	font-family: cursive;
    font-weight: bold;
}
.choose_div_box .project_list li{
	float: left;
    width: 230px;
    height: 90px;
    text-align: center;
    line-height: 60px;
    border-radius: 5px;
    font-size: 30px;
    font-family: cursive;
}
.project_list ul{
	text-align: center;
	padding-left: 0;
}
.choose_div_box .project_list a{
	color: #fff;
	text-decoration: none;
	display: inline-block;
	margin-bottom: 2rem;
	margin-left: 15px;
}
.project_list .obj_1 {
    background: url(../images/hospital.png) no-repeat;
    background-position: 97px 50px;
    background-color: #31b796;
    object-fit: cover;
    transition: all .5s ease .1s;
}
.project_list .obj_2 {
    background: url(../images/hospital.png) no-repeat;
    background-position: 100px 50px;
    background-color: #18508b;
    object-fit: cover;
    transition: all .5s ease .1s;
}
.project_list .obj_3 {
    background: url(../images/hospital.png) no-repeat;
    background-position: 100px 50px;
    background-color: #31b796;
    object-fit: cover;
    transition: all .5s ease .1s;
}
.project_list .obj_5 {
    background: url(../images/hospital.png) no-repeat;
    background-position: 100px 50px;
    background-color: #31b796;
    object-fit: cover;
    transition: all .5s ease .1s;
}
.project_list li:hover {
    transform: scale(1.2);
 }
 .form-horizontal input:focus{box-shadow:0 0 0 0 inset;}

 .form-horizontal select:focus{box-shadow:0 0 0 0 inset;}


@media (max-width: 1680px) {
	.loginbox{
		left: 589px;
		top: 230px;
		width: 473px;
		height: 460px;
	}
	.form-title{
		font-size: 32px;
	}
	.form-group{
		margin-bottom: 25px;
	}
	.form-horizontal{
		padding-bottom: 5px;
	}
}
@media (max-width: 1440px) {
	.loginbox{
		left: 486px;
		top: 200px;
		width: 463px;
		height: 460px;
	}
	.form-title{
		font-size: 30px;
	}
	.form-group{
		margin-bottom: 25px;
	}
	.form-horizontal{
		padding-bottom: 0;
	}
 }
