.middle-view{
	padding-top: 0;
	width: 100%;
	background-color: #fff;
}
body, html {
  height: 100%;
  background: #ffffff;
}
.middle-view_mapArea{
	/* min-width: 800px; */
	text-align: center;
	margin: 0 auto;
	margin-top: 2rem;
	/* max-width: 1000px; */
	width: 68.75rem;
	position: relative;
	background-color: #fff;
}
.middle-view_mapArea .dialog{
	position: absolute;
	left: 16%;
	top: 51%;
	background-color: #fff;
	border: 5px solid #f26f23;
	box-sizing: border-box;
	padding: 20px 20px 20px 0;
	overflow: hidden;
	letter-spacing: 1px;
}
.middle-view_mapArea .dialog li{
	list-style: none;
	margin-left: 20px!important;
	/* height: 55px; */
	vertical-align: top;
	display: inline-block;
	
}
.middle-view_mapArea .dialog div li:nth-child(2){
	width: 240px;
	}
.middle-view_mapArea .dialog li .title1{
	color: #076fb8;  
	font-size: 14px;
	text-align: left;
white-space: nowrap;
}
.middle-view_mapArea .dialog li .title2{
	color: #000;  
	font-size: 16px;
	text-align: left;
}
.dialog-close{
	position: absolute;
	right: 3px;
	top: -5px;
	font-size: 26px;
	color: #f26f23;
	cursor: pointer;
}
.middle-view-bottom{
	width: 100%;
	padding-top: 1.5rem;
	margin-top: 1.5rem;
	background-color: #f6f6f6;
	padding-bottom: 6rem;
}
.middle-view-bottom-divs{
	
	text-align: left;
	margin: 0 auto;
	width: 68.75rem;
}
.middle-view-bottom-divs p{
	font-size: 1rem;
	line-height: 1.7rem;
}
.middle-view-bottom-divs p:nth-child(n+2){
}
.middle-view-bottom-divs-blue{
	color: #1e2380;
}
.middle-view-bottom-divs-blue_span{
	display: inline-block;
	width: 10px;
	margin:0px 5px;
	height: 7px;
	background-color: transparent;
	border-top: 2px solid #f26f23;
}
.middle-view-bottom-divs-black{
	color: #464646;
}
.bottom_imgs{
	margin-top: 2rem;
}
.bottom_imgs-divs{
	width: 48%;
	display: inline-block;
	height: 17rem;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}
.bottom_imgs-divs img{
	 transition: transform 2s cubic-bezier(.23,1,.32,1);
		  transform: scale(1);
		  width: 100%;
		  height: auto;
}

.bottom_img_in-out{
	position: absolute;
	top: 15px;
	left: 12px;
	height: 33px;
	line-height: 33px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background-color: #f26f23;
	padding: 0 15px;
	}
.bottom_imgs-divs:hover{
	box-shadow: 0 0 16px 5px #E0DEDF;
}
.bottom_imgs-divs:hover img{
	 transform: scale(1.1);
 }