﻿@charset "utf-8";
/* CSS Document */
/*地图*/
.i-map {  margin-top: 40px; }
.i-map ul {width: 502px; height:335px; background: url(../image/maps/map.png) no-repeat 0 0; position: relative; }
.i-map ul li {position: absolute;}
.chengqu { width: 49px; height:62px; top: 179px; right: 210px;z-index: 999; position: relative;}
.zezhou { width: 206px; height:203px; bottom: 0px; right: 115px;}
.yangcheng { width: 187px; height:184px; bottom: 10px; left: 22px;}
.qingshui { width: 253px; height:257px; top: 0px; left: 0px;}
.gaoping { width: 139px; height:129px; top: 29px; left: 226px;}
.lingchuan { width: 175px; height:181px; top: 63px; right: 0px;}
.i-map ul li a  {display: block; outline: none; height: 100%;}
.i-map ul li.chengqu a:hover {  background: url(../image/maps/map_red_cq.png) no-repeat; }
.i-map ul li.zezhou a:hover { background: url(../image/maps/map_red_zz.png) no-repeat; }
.i-map ul li.yangcheng a:hover { background: url(../image/maps/map_red_yc.png) no-repeat; }
.i-map ul li.qingshui a:hover { background: url(../image/maps/map_red_qs.png) no-repeat; }
.i-map ul li.gaoping a:hover { background: url(../image/maps/map_red_gp.png) no-repeat; }
.i-map ul li.lingchuan a:hover { background: url(../image/maps/map_red_lc.png) no-repeat; }
.i-map ul li a p {display: none;}
.i-map ul li a:hover p {display: block;}
.i-map ul li a:hover p span { padding:5px 17px 17px 17px; display: block; width: 122px; height:67px; background: url(../image/maps/map-menu.png) no-repeat;color: #666363; border-radius: 3px; font-size:15px; }
.i-map ul li a:hover p strong{font-size:17px; display: block; line-height: 30px;}
.i-map ul li a:hover p i{font-style: normal; text-decoration: none; color: #1492ff;}
.chengqu p{top:-80px; left:-60px; position: absolute; z-index: 99999;}
/*地图end*/