#top20220409102015{
	height: 50px;
    background: rgba(255,255,255,0.9);
}
#top20220409102015 .yu_yan{
	font-size: 18px;
}

.top20220409102015_row{
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;

	display: flex;
	/*flex: 1 1 auto;*/
	flex-flow:row nowrap;
	align-items: center;
	justify-content: space-between;
}
#top20220409102015 .logo{
	height: 36px;
	margin-left: 15px;
}
#top20220409102015 .logo img{
/*不同设备尺寸不同*/
/*	width: 48.61px;
	height: 30px;*/
	max-height: 100%;
	max-width: 100%;
}


