/*logo大小调整*/
#siteblocks-setting-wrap-jWUEQsApqzkt > DIV > DIV > DIV > DIV:nth-child(2) > DIV > DIV > DIV > A > PICTURE > IMG {
	transform:scale(1.59) !important;
	transform-origin:center !important;
}

/*导航文字*/
.sq_header_2 .sq_nav_1 .navigation ul li>a {
    color: #222!important;
}

/*我们的服务居中*/
#location_CRUtQDeqHabO > DIV > DIV > DIV > DIV > DIV > UL {
	display:flex !important;
	flex-direction:row !important;
	flex-wrap:wrap !important;
	align-content:unset !important;
	justify-content:center !important;
	align-items:unset !important;
}