/*首页用到的css*/
	* {margin:0; padding:0;}
	.top { height:98px;width:100%; border-bottom:solid 1px #BCD3EF;position:relative;overflow:hidden;}
	.left { float:left; width:50px;border-right:solid 1px #BCD3EF; overflow:hidden;height:auto;} 
	.right { margin-left:51px;overflow:hidden;height:auto;}
	#map
	{
		width:100%;
		height:100%;
	}
	.title_zi
	{
		float: left;
		width:602px;
		height:98px;
		border:solid #000 0px;
	}
	.title_middle
	{
		width: auto;
		margin: 0 800px 0 602px;
		border:solid #000 0px;  
	}
	.type_zi
	{
		text-align:center;
		float: right;
		height:98px;
		width:800px;
		border:solid #000 0px;
	}
	.type_zi a
	{
		text-decoration:none;
		color:black;
		font-size:medium;
		font-family:KaiTi;
		font-weight:700;
	}
	.type_zi a:hover
	{
		color:red;
	}
	.com_98
	{
		width:100%;
		height:98px;
        margin-top:0px;
	}

	 .wrap_l
	{
		float: left;
		width: 562px;
		height:100%; 
		border:solid #000 0px;
	}
	/*中间栏，宽度auto*/
	.wrap_m
	{
		width: 100%;
        height:100%; 
		margin: 0 637px 0 562px;  
		border:solid #000 0px;
	}
	/*右边栏，固定宽度*/
	.wrap_r
	{
		float: right;
		width: 637px;
		height:100%;
		border:solid #000 0px;
	}
	/*左侧自适应导航栏table*/

    .tr_1
	{
	   width:50px;
	   height:90px;
	   border:solid #000 0px;
	}
	.tr_2
	{
		width:50px;
		height:200px;
		border:solid #000 0px;
	}
	.tr_3
	{
		height:auto;
		border:solid #000 0px;
	}

	.td_1
	{
	   width:50px;
	   height:90px;
	   border:solid #000 0px;
	}
	.td_2
	{
		width:50px;
		height:200px;
		border:solid #000 0px;
	}
	.td_3
	{
		height:auto;
		border:solid #000 0px;
	}



	.td_4
	{
		float: right;
		width:50px;
		height:27px;
		border:solid #000 0px;
		text-align:center;
	}
	.td_5
	{
		float: right;
		width:50px;
		height:10px;
		border:solid #000 0px;
	}
	.td_6
	{
		float: right;
		width:50px;
		height:27px;
		border:solid #000 0px;
		text-align:center;
	}
	.td_7
	{
		float: right;
		width:50px;
		height:27px;
		border:solid #000 0px;
	}
	.td_2_div
	{
		float:left;
	}



	/*地图css*/
	 /*.anchorBL{  
        display:none;  
    }*/  
    .BMap_bubble_title{  
        color:black;  
        font-size:13px;  
        font-weight: bold;  
        text-align:left;  
    }
    .BMap_pop div:nth-child(1){  
        border-radius:7px 0 0 0;  
    }  
    .BMap_pop div:nth-child(3){  
        border-radius:0 7px 0 0;
        width:0px;height:0px;  
    }  
    .BMap_pop div:nth-child(3) div{  
        border-radius:7px;  
    }  
    .BMap_pop div:nth-child(5){  
        border-radius:0 0 0 7px;  
    }  
    .BMap_pop div:nth-child(5) div{  
        border-radius:7px;  
    }  
    .BMap_pop div:nth-child(7){  
        border-radius:0 0 7px 0 ;  
    }  
    .BMap_pop div:nth-child(7) div{  
        border-radius:7px ;  
    }
	#div_Hb
	{
		width:175px;
		height:25px;
	}
	#div_Hb
	{
		line-height:25px;
		font-family:KaiTi;
		font-size:16px;
		font-weight:800;
	}
.leftTable tr td {
    text-align :center;
}