﻿.main_head {
	width: 100%;
    height: 80px;
	background: url(banner_bg.jpg) left center no-repeat;
	font-size:32px;
	font-weight:bold;
	color:#ffffff;
	line-height:80px;
	
     /*  background: url(../images/6v02.jpg) left center no-repeat; */
    /*position: fixed;
    top: 0;
    left: 0;*/
}
.main_head span{
	padding-left:20px;
}
.main_body{
	width:100%;height:auto;overflow:hidden;
}

.mapleft{
	/*position: fixed;
    top: 80px;
    left: 0;
    bottom: 0;
    width: 334px;
    border-right: 1px solid #ddd;
    */
     width: 334px;
     height:100%;
	 border-right: 1px solid #ddd;
	 float:left;
}

.mapleft h1 {
    height: 55px;
    line-height: 55px;
    text-indent: 120px;
    border-bottom: 1px solid #ddd;
    /* background: url(../images/icon-mapdh.png) 112px center no-repeat; */
    font-size: 20px;
    font-weight: bold;
    color: #3079c6;
}

.leftscroll {
    /*position: fixed;
    left: 10;
    top: 191px;
    bottom: 0;*/
    padding-left:10px;
    width: 323px;
    height:100%;
    overflow-y: auto;
}
.mapchanges {
    height: 249px;
    padding: 0 12px;
    border-bottom: 1px solid #ddd;
}

ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, p, img, a, form, input, label, select {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mapchanges ul li {
    float: left;
    margin: 20px 10px 0 10px;
    width: 127px;
    height: 94px;
    text-align: center;
    list-style-type: decimal;
    
}
.mapchanges ul li a {
    display: block;
    padding: 59px 0 14px;
    border-radius: 6px;
    color: #fff; 
    background-image: url(/icon-mapch.png);
    background-repeat: no-repeat;
}

a {
    color: #333;
    text-decoration: none;
    outline: none;
}

.mapchanges ul li.u-mp00 a {
    background-color: #0175e2;
    background-position: 0 0;
}

.mapchanges ul li.u-mp01 a {
    background-color: #e37474;
    background-position: -127px 0;
}

.mapchanges ul li.u-mp02 a {
    background-color: #79be50;
    background-position: 0 -94px;
}

.mapchanges ul li.u-mp03 a {
    background-color: #dcb029;
    background-position: -127px -94px;
}



.poilist li a i {
    position: relative;
    margin-right: 10px;
    font-size: 26px;
    vertical-align: middle;
    color: #cdcdcd;
}

.poilist li {
    margin-top: 15px
}

.poilist li:HOVER {
    background-color: 	 #e9f7f9;
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.iconfont {
    font-size: inherit;
    line-height: 1;
    -webkit-text-stroke-width: 0;
}

i {
    font-weight: normal;
}

.poilist li a i em {
    position: absolute;
    left: 0;
    right: 0;
    font-style: normal;
    color: #fff;
    text-align: center;
    font-size: 12px;
    margin-top: 6px;
}

.itemName {
	display:inline;
    font-size: 14px;
    color:#0175e2;
}

.poilist li p {
    color: #666;
    line-height: 1.8;
    padding-left: 37px;
    font-size: 13px;
    letter-spacing: 0;
}

.mapright {
   /* position: fixed!important;
    top: 80px;
    right: 0;
    bottom: 0;
    left: 335px;
    width: 100%;*/
    height: 100%;
}

.smallP{
	margin-top: 5px;
}

.top_d{
	'margin:0 0 5px 0;padding:0.2em 0;'
}
.detail_a{
	color:#0175e2;font-size:12px;cursor: pointer;
}

.imgdiv{width:135px;float:right;padding-top:5%;text-align:center;vertical-align: middle}
.textdiv{padding-top:5% ;width:200px;height:104;float:right;text-align: left;font-size: 14px;vertical-align: middle}
.pone{margin-left: -35px}
.itemNum{
	display: inline-block;
    font-size: 13px;
    border-radius: 28px;
    background-color: #b2b2b2;
    width: 23px;
    text-align: center;
    color: white;
}
.contentBtnA{
	display:inline-block;
	height:33;
	line-height:33px;
	width:98;
	font-size: 16px;
	border-radius:15px;
	color:#fff; 
	background-color:#428ce6;
	text-align: center;
}

.searchBtnA {
	background: url(search_bg.jpg) left center no-repeat;
	 /* display: inline-block;*/
    height: 33px;
    width: 65px;
    text-align: center;
   /*  background: #f7f7f7; */
    line-height: 32px;
    border: 1px solid #ddd;
    border-left:0px;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
    cursor: pointer;
    float:left;
    margin-top:5px;
}
.searchInput {
	margin-top: 5px;
    margin-left: 6px;
    height: 35px;
    width: 253px;
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
    float:left;
}