@charset "utf-8";
/* CSS Document */
body,div,p,h1,h2,h3,h4,span,input,ul,li,dl,dt,dd,ol,li,b,a,button,select,option{margin:0;padding:0;list-style:none;border:0;}
img,span{display:block;}
select,option,input,textarea:focus { outline: none;}
a:link,a:visited{color:#ececec;text-decoration:none;}
a:hover{text-decoration:none;color:red;}
body{
	font-size:12px;
	color:#3e3e3e;
	font-family:"微软雅黑";
	background:#f5f5f5;
}

.ditu{
	width:960px;
	/*height: 1400px;*/
	background: #fff;
	margin: 15px auto;
	box-shadow: 0 0 6px 0 #666;
	padding: 20px;
}
.ditu h3{
	height:31px;
	line-height:31px;
	font-size:18px;
	font-weight: normal;
	background: url(../img/beijing1.png) no-repeat;
	border-bottom: 3px solid #1b8be2;
	color: #fff;
	padding-left: 13px;
}
.ditu .jingwuxinxi_{
	height:auto;
	overflow: hidden;
	padding-bottom: 20px;
}
.ditu .jingwuxinxi_ h4{
     font-size: 18px;
     font-weight: normal;
     color:#1b8be2;
     height: 40px;
     line-height: 40px;
     margin-top:10px;
     margin-left:20px;
     cursor: pointer;
     border-bottom: 1px dashed #ccc;
}
.jingwuxinxi_ h4 b{
	width: 5px;
	height: 18px;
	background: #1b8be2;
	display: inline-block;
	margin-right:8px;
	position: relative;
	top:3px;
}
.jingwu_ li{
  width: 200px;
  height: 45px;
  background: #e3e3e3;
  line-height: 45px;
  text-align: center;
  float: left;
  margin-left:36px;
  font-size: 18px;
  margin-top:20px;
}
.jingwu_ li a{
	color: #333;
}
.jingwu_ li a:hover{
   background: #1b8be2; 
   color: #fff;
   display: block;
}

