﻿/* CSS Document */
/* 首页焦点图 */
.map { position:fixed; z-index:-1; left:0; top:0; bottom:0; right:0;}
#mapbg { width: 100%; overflow: hidden;
	height: 100% !important;
	>height:0 !important;
	height:0;
	
	background: url(../img/a1.jpg) center center no-repeat #999; background-size: cover;}



/* danwei */
.detail_box {  padding: 30px 30px 30px; width: 800px; border-radius:20px;border:0px solid red;
	background:rgba(255,255,255,0.5); margin: 0 auto; margin-top: 100px; position: relative; z-index: 2;
}
.detail_box h2 {font-size: 26px; height: 10px; line-height: 120px; text-align: center; position: absolute; 
	
	color: 	#F0FFF0 !important;
	>color: #333 !important;
	color: #333;
	
	text-shadow: 0 0 10px #666; z-index: 2; left: 0; right: 0; top: -100px;}

.detail_box ul { margin-left: 240px; margin-right: -30px;}
.detail_box ul li {text-align: center; width: 300px; float: left; margin: 0 20px 20px 0;}
.detail_box ul li a {display: block; font-size: 20px; border-radius:15px; padding: 20px 0 20px; line-height: 120%; background:#D9B3B3; color:#333300;}
.detail_box ul li a strong {font-size: 28px;}
.detail_box ul li a:hover { background: #2869e1; color: #fff; box-shadow: 3px 3px 8px -2px #333;}

.d1 {z-index: 3; left: 30px; right: 30px; bottom: 0px;font-size: 18px; }
.d1 strong {color: #f00; line-height: 120%;}
.d2 {box-sizing: border-box; overflow-y: auto; overflow-x: hidden; height: 80%; width: 80%; }


