﻿	 #maphome
        {
            width: 900px;
            _width: 920px;
            min-height: 700px;
            _height: 700px;
            float: left;
        }
       #map-content
        {
            width: 900px;
            _width: 920px;
            float: left;
        }
        a:link
        {
            text-decoration: none;
            color: #000000;
        }
        a:active
        {
            text-decoration: none;
            color: #000000;
        }
        a:visited
        {
            text-decoration: none;
        }
        a:hover
        {
            text-decoration: none;
            color: #FF0000;
        }
        body
        {
            margin: 0px auto;
            padding: 0;
            font: normal 12px/18px "宋体";
            text-decoration: none;
            width: 900px;
            position: relative;
        }
        
         .map-color
        {
            background-color: #F2E4F5;
        }
        
          #map-perent
        {
            font-size: 20px;
            font-weight:bold;
            width: 150px;
            text-align: center;
           
        }
       #map-child
        {
            padding: 8px;
            width: 220px;
            min-width: 220px;
            float: left;
        }
      
        #content-left
        {
            width: 295px;
            float: left;
        }
        #content-center
        {
            width: 295px;
            float: left;
        }
        #content-right
        {
            width: 295px;
            float: left;
        }
        
