
html,body {
	height: 100%;
	background-color: white;
}
 ul{
	list-style:none;
}
.logo{
	float: left;
	margin-top: 10%;
	margin-left: 37%;
}


#logo-left{
	float: right;
	margin-right: 100px;
	margin-top: 50px;
	/*margin-left: 37%;*/
}
/*header*/
.header-wrapper ,#master-header{
	/*max-width:1280px;*/
	max-width: 100%;
	height: 144px;
	/*background-color: white;*/
	margin: 0 auto 0 auto;
}
.header-wrapper .header__logo{
	float: left;
	width: 50%;
	margin:38px 0 auto 114px ;
}
.header__logo>img{
	width: auto;
	max-height: 60px;
}

/*header*/


/*!*接近苹果设备的分辨率适配*!*/
/*@media (max-width:800px) {*/
	/*.box-main img{*/
		/*display:none;*/
	/*}*/
	/*.box-main .login-box{*/
		/*position:absolute;*/
		/*right:200px;*/
	/*}*/
	/*#logo-left{*/
		/*display:none;*/
	/*}*/
/*}*/

/*!*适配安卓手机的分辨率*!*/
/*@media (max-width:500px){*/
	/*.box-main img{*/
		/*display:none;*/
	/*}*/
	/*#logo-left{*/
		/*display:none;*/
	/*}*/
	/*.box-main .login-box{*/
		/*position:absolute;*/
		/*left:0px;*/

	/*}*/
	/*.head-background{*/
		/*width:80%;*/
	/*}*/
	/*.login-head img{*/
		/*margin-left:0;*/
	/*}*/
/*}*/
@media screen and (min-width:767px) and (max-width: 1160px) {
	.header-wrapper{
		padding: 20px;
	}
	.header-wrapper, #master-header{
		height: auto;
	}
	.header-wrapper .header__logo {
		float: left;
		width: 50%;
		margin: 0 0 auto 0;
	}
	.header-wrapper img{
		/*width: 30%;*/
		margin:0;
	}
	.header-wrapper img{
		margin-left: 2%;
	}
	#logo-left{
		margin-top: 10px;
		margin-right: 0;
		margin-left: 0;
	;
	}
}
@media (max-width:767px) {
	.header-wrapper, #master-header{
		overflow: hidden;
		height: auto;
	}
.header-wrapper .header__logo {
		width: 100%;
		margin:15px 0 15px 30px;
	}
	.header__logo>img{
		height: 50px;
		display: inline-block;
	}
}
