body {
	min-width: 800px;
	overflow: visible;
	width: expression_r(document.body.clientWidth <= 1002? "1002px": "auto");
}
.header {
	background: #ffffff;
	border-bottom: 1px solid #ffffff;
	height: 90px;
	position: fixed;
	top: 0px;
}
.header2 {
    background: #035697 url(../images/logo3.png) no-repeat 40px center;
    background-size: auto 50px;
    border-bottom: 1px solid #fff;
    height: 80px;
}
.header_logo{
	height: 60px;
	width: 60px;
	background: #035697;
	margin-left: 30px;
}
.label_fontcolor{
	color:white;
}
#kanbuq:hover{
	color: yellow;
}
.btn-pink{
	border-color: #fff;
}
.btn-pink:hover{
	border-color: #fff;
}
.btn-gray{
	border-color: #fff;
}
.btn-gray:hover{
	border-color: #fff;
}
.footer {
	background: #ffffff;
	border-top: 1px solid #ffffff;
	color: #d19a31;
}
.loginWraper {
	background: #035697 url(../images/login_bg.jpg) no-repeat center;
	margin-bottom: 77px;
	margin-top: 81px;
}
@media (min-width:1025px){
	.loginWraper {
		background: #035697 url(../images/login_bg.jpg) no-repeat center;
	}
}

@media (min-width:1367px){
	.loginWraper {
		background: #035697 url(../images/login_bg.jpg) no-repeat center;
	}
}
@media (min-width:1601px){
	.loginWraper {
		background: #035697 url(../images/login_bg.jpg) no-repeat center;
	}
}
.loginBox{
	background: rgba(255,255,255,0.0);
	/*border: 1px solid #fff;*/
	border-radius: 5px;
    position: absolute;
    width: 617px;
    height: 330px;
    top: 50%;
    margin-top: -184px;
    padding-top: 70px;
}
.Hui-iconfont2{
	color: #035697;
}
.input-text{
	border: 1px solid #3CAAD6;
}
.form-label {
	height: 41px;
	line-height: 39px;
	margin-top: 0px !important;
	font-size: 18px;
	font-weight: bold;
	color: black;
}

.close {
	font-size: 30px;
}

.modal-header .close {
	position: absolute;
	right: 10px;
	top: 8px;
}

.modal-body p {
	font-size: 16px;
}

.modal-dialog {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -168px;
	margin-left: -300px;
}

h3.modal-title {
	font-size: 18px !important;
	font-weight: bold;
}

.loginBox form .btn {
	width: 100px;
	float: left;
	margin: 10px 5px;
	display: block;
	text-align: center;
}
