@charset "utf-8";

.iw_poi_title {
    color: #CC5522;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    padding-right: 13px;
    white-space: nowrap
}

.iw_poi_content {
    font: 12px arial, sans-serif;
    overflow: visible;
    padding-top: 4px;
    white-space: -moz-pre-wrap;
    word-wrap: break-word
}
.mapLi{
    padding: 0 5px;
    width: 430px;
    float: left;
}
.ranBox {
    width: auto;
    margin: 15px auto 0;
    overflow: hidden;
}
.ranBox li {
    width: 208px;
    float: left;
    margin: 0 12px;
    text-align: center;
}
.baidu{
    width: 630px;
    float: right;
}
.subContact{
    font-size: 14px;
    color: #333;
    width: 250px;
    float: left;
    margin-top: 10px;
    text-align: left;
}
.subContact strong{
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 2.5;
}
.subContact p{
    margin-bottom: 5px;
}
#showmap{
    border: 1px solid #ccc;
}
.honor{
    width: 100%;
    text-align: center;
    font-size: 0;
}
.hoPic{
    display: inline-block;
    width: 280px;
    *display: inline;
    *zoom: 1;
    text-align: center;
    margin: 10px 8px;
    overflow: hidden;
}
.hoTit{
    width: 280px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #131313;
    text-align: center;
}
.hoPic:hover .hoTit{
    color: #c80000;
}
.hoPic img{
	max-height: 186px;
	display: block;
	margin: 0 auto;
}