/*产品筛选结果框隐藏*/
.sky-selectChecked-warp {
  display: none!important;
}
/*手机端logo大小调整*/
@media screen and (max-width:600px) {
	#mobile_component_nHpieOfWKbst > A > IMG {
	transform:scale(1.55) !important;
	transform-origin:center !important;
}
}
/*手机端关于我们内容缩减*/
@media screen and (max-width:600px) {
	#component_oGANetKWUoCO > DIV > DIV > DIV:nth-child(2) {
	overflow:hidden !important;
	display:-webkit-box !important;
	-webkit-box-orient:vertical !important;
	-webkit-line-clamp:8 !important;
	width:310px !important;
}
}