@media screen and (min-width: 1300px) {
	.header{
		width: 100%;
		height: 75px;
		border-bottom: 1px solid rgba(255,255,255,0.5);
		text-align: center;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 1001;
	}
	.heade{
		width: 1300px;
		height: 100%;
		display: inline-block;
		text-align: center;
	}
	.logo{
		height: 45px;
		float: left;
		margin-top: 15px;
	}
	.daos{
		display: inline-block;
		padding: 0;
		margin: 0;
		height: 100%;
	}
	.daos li{
		float: left;
		height: 100%;
		margin-left: 45px;
		position: relative;
	}
	.daos li .dao{
		font-size: 14px;
		color: white;
		height: 100%;
		display: block;
		line-height: 75px;
	}
	.daos li .dao:hover{
		border-bottom: 2px solid white;
		box-sizing: border-box;
	}
	.daos-act{
		border-bottom: 2px solid white;
		box-sizing: border-box;
	}
	.mobiles{
		float: right;
		margin-top: 25px;
	}
	.mobiles img{
		height: 25px;
		margin-right: 10px;
		display: inline-block;
		vertical-align: middle;
	}
	.mobiles span{
		font-size: 21px;
		color: #34BA89;
		display: inline-block;
		vertical-align: middle;
	}
	.erji{
		/*width: 185px;*/
/*width: 200px;*/
width: 665px;
/*height: 500px;*/
    overflow-y: auto;
		background: white;
		box-sizing: border-box;
		padding: 10px;
		display: none;
		position: absolute;
		left: 50%;
		top: 75px;
		transform: translate(-50%,0);
	}
.erji::-webkit-scrollbar {
  display: none;
}
	.ej{
		width: 49%;
		box-sizing: border-box;
		padding-top: 15px;
		padding-bottom: 15px;
		border-bottom:1px solid #EBEBEB;
		display: inline-block ;
		text-align: left;
margin-right:2%;
float:left;
	}
.ej:nth-child(2n){
margin-right:0;
}
	.ej:hover .ej1{
		color: #15499A;
	}
	.ej1{
		width: 89%;
		font-size: 14px;
		color: #666666;
		display: inline-block;
		vertical-align: middle;
	}
	.ej2{
		font-size: 18px;
		color: #CCCCCC;
		display: inline-block;
		vertical-align: middle;
	}
}
@media screen and (max-width: 1300px) {
	.header{
		width: 100%;
		height: 0.9rem;
		display: flex;
		justify-content: space-between;
		padding: 0.2rem;
		box-sizing: border-box;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 1001;
	}
	.logo{
		height: 0.5rem;
	}
	.ml{
		height: 0.5rem;
	}
}