
/* style for space*/
.space-map{
	overflow: hidden;
	padding: 12px 32px;
}
.map{
	position: relative;
	min-height: 446px;
}
.map img{
	margin: 0 auto;
	width: 100%;
	display: block;
}
.icon{    
	position: absolute;
    top: 48px;
    right: 305px;
    width: 34px;
    height: 40px;
	display: inline-block;
	cursor: pointer;
}
.mapTip{
	position: absolute;
	top: 12px;
	right: 10px;
	padding: 15px;
	width: 280px;
	min-height: 100px;
	background: #fff;
	box-shadow: 0 0 2px #ccc;
}
.mapTip .iconfont{
	position: absolute;
	top: 12px;
	right: 10px;
	width: 20px;
	height: 20px;
	color: #c1c1c1;
	text-align: center;
}
.mapTip h1{
	margin-top: 0;
	font-size: 18px;
}
.mapTip p{
	margin: 0;
	line-height: 24px;
	font-size:16px;
}
.mapSangle1{
	position: absolute;
	top: 43px;
	left: -8px;
	width: 16px;
	height: 16px;
	box-shadow: 0 0 3px #ccc;
	transform:rotate(45deg);
	-ms-transform:rotate(45deg); 	/* IE 9 */
	-moz-transform:rotate(45deg); 	/* Firefox */
	-webkit-transform:rotate(45deg); /* Safari 和 Chrome */
	-o-transform:rotate(45deg); 
}
.mapSangle2{
	position: absolute;
	top: 42px;
	left: -7px;
	width: 18px;
	height: 18px;
	background: #fff;
	transform:rotate(45deg);
	-ms-transform:rotate(45deg); 	/* IE 9 */
	-moz-transform:rotate(45deg); 	/* Firefox */
	-webkit-transform:rotate(45deg); /* Safari 和 Chrome */
	-o-transform:rotate(45deg); 
}
.space-address{
	overflow: hidden;
	margin-top: 48px;
	padding-bottom: 60px;
	font-weight: bold;
}
.address{
	padding-right:26px; 
}
.space-address-BY{
	padding-left: 48px;
	font-size:24px;
	padding-bottom: 32px;
}
.space-address-adress, .space-adree-phone{
	font-size: 16px;
	padding-bottom: 12px;
	padding-left: 90px;
}

/* style for contact*/
.contact{
	line-height: 30px;
	font-size: 16px;
	text-align:center;
}
.contact > div > div{
	margin: 0 auto;
	width:340px;
	text-align: left;
}
.contact img{
	margin: 20px auto;
	width:250px;
	display: block;
}
/* style for projce-introduce*/
.nav-behind{
	height: 52px;
	background: #e7b820;
}
.nav-behind-font{
	line-height: 52px;
	color: white;
	font-size: 16px;
}
.main{
	overflow: hidden;
	margin-bottom: 54px;
}
.project-info{
	overflow: hidden;
	margin-top: 40px;
	padding: 42px 32px;
	background-color: white;
}
.project-info-left{
	padding-left: 28px;
	width: 832px;
}
.project-info-idg{
	font-size: 18px;
	padding-bottom: 20px;
}
.project-info-span{
	padding-bottom: 22px;
}
.project-info-span span{
	width: 66px;
	border: solid 1px black;
	margin-right: 10px;
	padding: 1px;
	font-size: 10px;
}
.project-info-link{
	color: #c1c1c1;
	margin-bottom: 32px;
}
.project-info-recent{
	color: #999999;
	font-size: 16px;
}

.project-detail{
	overflow: hidden;
	margin-top: 14px;
	padding: 44px 32px 74px 32px;
	background-color: white;
	margin-bottom: 54px;
}
.project-title{
	overflow: hidden;
}
.project-detail h1{
	font-size: 20px;
}
.project-detail span{
	font-size: 16px;
	color: #e7b820;
}
.project-detail hr{
	height:1px;
	border:none;
	border-top:1px solid #eaeaea;
}
.project-content{
	overflow: hidden;
	padding:32px 292px 82px 32px;
	font-size: 18px;
	color: #666666;
	line-height: 28px;
}
.project-member-content{
	overflow: hidden;
	padding-top: 44px;
	padding-bottom: 78px;
}
.project-member-detail{
	overflow: hidden;
}
.project-member-detail li{
	overflow: hidden;
	display:block;
	float: left;
	width: 20%;
}
.project-member-img{
	margin: 0 auto;
	display:block;
	padding:4px;
	width: 120px;
	height: 120px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.project-member-name{
	margin-top: 16px;
	margin-bottom: 16px;
	text-align: center;
	font-size: 18px;
}
.project-mmber-info{
	font-size: 18px;
	color: #e7b820;
	text-align: center;
}
.project-list{
	overflow: hidden;
	margin-bottom: 30px;
	margin-top: 34px;
	margin-left: 32px;
}
.project-for{
	margin-left: 148px;
	font-size: 18px;
}
.project-list img{
	overflow: hidden;
	display: inline-block;
	height: 120px;
	width: 120px;
}
.project-list dl, .project-list dt{
	overflow: hidden;
}
.project-list span{
	border: 1px solid #e7b820;
	padding: 1px 10px;
	margin-right: 12px;
}
.project-for h3{
	margin-bottom: 28px;
}
.project-list dl{
	margin-bottom: 28px;
}
.project-for-first{
	margin-left: 40px;
}
.project-p{
	margin-top: 18px;
	color: #999999;
}



