
/* m_map */
.m_map{width:1200px;height:auto;margin:50px auto;position:relative; text-align:center;}
#network{ width:1200px; margin:0 auto 50px auto; border-left:solid 1px #e8e8e8; border-top:solid 1px #e8e8e8;}
#network td{ border-right:solid 1px #e8e8e8; border-bottom:solid 1px #e8e8e8; line-height:20px; padding:8px; text-align:center; color:#666666;}
.tabT{ font-size:24px; line-height:40px; height:50px; font-family:"微软雅黑"; color:#0059af; font-weight:bold;}

@media only screen and (max-width: 800px){
.m_map{width:100%;height:auto;margin:20px auto;position:relative;}
.m_map img{width:100%;}
#network{ width:96%; margin:20px auto 30px auto; border-left:solid 1px #e8e8e8; border-top:solid 1px #e8e8e8;}
#network td{ border-right:solid 1px #e8e8e8; border-bottom:solid 1px #e8e8e8; line-height:20px; padding:8px; text-align:center; font-size:12px;}
#network td.tabT{ font-size:18px ; line-height:40px; height:40px; font-family:"微软雅黑"; color:#0059af; font-weight:bold;}
	}