/* 公司概要-表格样式 */
	/* 因公司名称下移, 整体表格上移以弥补过多的间距 */
	#andoProfile		{margin-top: -40px; width:100%; visibility:hidden;}
	#andoProfile td	{padding-right:10px; padding-left:0px; padding-bottom:6px; vertical-align:top; text-align:justify; white-space:normal; font-size:14px; line-height:160%}
	#andoProfile hr	{margin-bottom:0;}

	/* 公司名称下移量 */
	.companyShift	{padding-top:30px; text-align:left !important;}
	/* 公司地址下移量 */
	.addressShift	{padding-top:20px; text-align:left !important;}

	.innerTable td	{padding:0px !important;}

	/* 第一列3个国旗 */
	.flagCell			{min-width: 50px !important; width:15%;}
	.flagCell img	{border:solid 1px #ccc; margin:40px 3vw 0 0; min-width:50px; max-width:120px; width:10vw;}

	/* 百度地图小icon */
	.baiduMapIconTd	{width:25px !important; min-width:25px !important; padding:0px !important;}
	.baiduMapIcon		{width:18px; height:18px; min-width:18px; min-height:18px; border:solid 1px #ccc; border-radius:3px;}

	#andoCando, #andoContact	{/*display: none;*/}
	#andoContact img	{border:solid 0px #ccc;}

	.officeCaption	{width:15vw; max-width:210px; min-width:100px; text-align:center;}
	.contactTd1	{float:left; width: 140px; min-width:140px; min-height:0.1px; white-space:nowrap; font-weight:bold;}
	.contactTd2	{float:left; width: calc(100% - 140px);}


/* 极小窗口隐藏左侧图片列 */
@media (max-width:360px) {
	.flagCell						{display:none;}
	/*.flagCell img			{display:none;}*/
}


/* 小窗口文字上下排版 */
@media (max-width:480px) {
 .contactTd1	{clear:both; white-space:nowrap;}
 .contactTd2	{clear:both; width:calc(100% - 26px); margin-left: 26px;}
}