﻿/* CSS Document */
ul,dl,dt,dd,h1,h2,h3,h4,h5,h6,form { padding:0; margin:0;}
ul { list-style:none;}
li { text-align:left;}
img { border:0px;}
a img,a:hover img{border:0;style="outline:none;" }

body{ 
    margin:0 auto;
	font-size:14px;
	text-align:center;
	color:#363636;
	font-family:"Microsoft YaHei",Î¢ÈíÑÅºÚ,"MicrosoftJhengHei",»ªÎÄÏ¸ºÚ,STHeiti,MingLiu;
}
a {
	color:#363636;
	text-decoration: none;
	
}
a:hover {
	color: #c30;
	text-decoration: none;
}
.while{
    color:#FFFFFF;
	text-decoration:none;
}
.while:hover{
    color:#CCCCCC;
	text-decoration:none;
}
.clearboth{
    clear:both;
}








.map_box{
    display:none;
	width:100%;
	height:auto;
	margin:0 auto;
	position:fixed;
	left:0;
	top:0px;
	_position:absolute;
	_margin-bottom:0px;
	_top:expression(eval(document.documentElement.scrollTop));
	text-align:center;
}
.map_box_m{
    width:580px;
	height:668px;
	margin:0 auto;
	overflow:hidden;
	background:#275ca0;
}
.title{
    width:560px;
	height:40px;
	line-height:40px;
	margin:0 auto;
	overflow:hidden;
}
.title span{
    display:block;
	width:40px;
	height:40px;
	line-height:40px;
	float:right;
	margin-top:10px;
	display:inline;
	text-align:center;
	color:#FFFFFF;
	background:url(close.png) no-repeat;
	cursor:pointer;
}
.map{
    width:560px;
	height:628px;
	margin:0 auto;
	margin-top:20px;
	/*overflow:hidden;*/
}
.map img{
    border:0px;
}
.link_box{
    display:none;
	width:100%;
	height:auto;
	margin:0 auto;
	position:fixed;
	left:0;
	top:150px;
	_position:absolute;
	_margin-bottom:0px;
	_top:expression(eval(document.documentElement.scrollTop));
	text-align:center;
}
.link_box_m{
    width:500px;
	height:auto;
	margin:0 auto;
	overflow:hidden;
	padding-bottom:20px;
	background:#FFFFFF;
	border:1px solid #CCCCCC;
}
.link_box_m_close{
    width:96%;
	height:40px;
	margin:0 auto;
	overflow:hidden;
	background:url(close.jpg) right no-repeat;
	cursor:pointer;
}
.link_box_m_name{
    width:96%;
	height:auto;
	margin:0 auto;
	overflow:hidden;
	text-align:center;
	font-size:18px;
	font-weight:bold;
}
.link_box_m_list{
    width:96%;
	height:auto;
	margin:0 auto;
	margin-top:20px;
	overflow:hidden;
}
.link_box_m_list li{
    width:45%;
	height:auto;
	float:left;
	margin-left:3.3%;
	display:inline;
	overflow:hidden;
}
.link_box_m_list li a{
    display:block;
	width:100%;
	height:28px;
	line-height:28px;
	margin:0 auto;
	text-align:left;
}