.lamphouse-box{
	width: 1200px;
	margin: auto;
}
.lamphouse-title{
	margin: 60px auto 40px;
}
.lamphouse-img-box{
	display: flex;
}

.lamphouse-img-box img{
	width: 100%;
	height: 100%;
}
.scarport-li{
	width: 25.5%;
	height: 449px;
	margin:auto;
	position:relative;
	
}
.scarport-li img{
	transition: all 0.6s;
	position: relative;
}
.scarport-li img:hover{
	cursor: pointer;
	transform: scale(1.05);
	box-shadow: 0 0 20px #666;
}
.carport-box{
	display: flex;
	justify-content:space-between;
}
.carport-li{
	width: 282px;
	height: 406px;
	border-radius: 4px;
	overflow: hidden;s
}
.carport-li img{
	width: 100%;
	height: 100%;
	transition: all 0.6s;
	position: relative;
}
.carport-li img:hover{
	cursor: pointer;
	transform: scale(1.05);
	box-shadow: 0 0 20px #666;
}
.lamphouse-tips{
	font-family: ARUDJingXiHeiGB-MD;
	font-size: 30px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #4b4d54;
	text-align: center;
	margin-top: 40px;
	letter-spacing: 6px;
}

.lamphouse-img-main{
	width: 828px;
	height: 828px;
	margin:90px auto 90px;
	display: block;
	animation:turn 1s linear ; 
	transition:all 1s ease-out;
}
.lamphouse-img-main:hover{transform:scale(1.1);}


.lamphouse-map-box{
	width: 100%;
	padding:100px 0;
	background:#EAECEF;
}
.lamphouse-map{
	margin:auto;
	margin-top: 70px;
	width: 1392px;
	height: 926px;
	box-shadow: 4px 5px 33px 10px 
		rgba(0, 0, 0, 0.26);
	position: relative;
	padding:35px;
	box-sizing: border-box;
	background: #fff;
}
.small-img-box{
	position: absolute;
	top: 35px;
	left: 35px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.small-img-box .a{
	width: 237px;
	height: 165px;
	margin-bottom: 8px;
	border:2px solid #000000;
}
.small-img-box .a:hover{
	cursor: pointer;
}
.small-img-box .a img{
	width: 100%;
	height: 100%;
}
.show{
	width: 100%;
	height: 100%;
}
.show img{
	width: 100%;
	height: 100%;
}
.hidden{
display: none;
}
@keyframes turn{
      0%{-webkit-transform:rotate(0deg);}
      25%{-webkit-transform:rotate(90deg);}
      50%{-webkit-transform:rotate(180deg);}
      75%{-webkit-transform:rotate(270deg);}
      100%{-webkit-transform:rotate(360deg);}
    }
/* .lamphouse-map img{
	width: 100%;
	
} */
.biaoti1{
position: absolute;top: 93%;color: #FFF;z-index: 999;left: 8%; font-weight:bold; font-size:14px;
}
.biaoti2{
 position: absolute;top: 93%;color: #FFF;z-index: 999;left: 8%;font-weight:bold; font-size:14px;
}
.biaoti3{
 position: absolute;top: 93%;color: #FFF;z-index: 999;left: 8%;font-weight:bold; font-size:14px;
}
.biaoti4{
 position: absolute;top: 93%;color: #FFF;z-index: 999;left: 8%;font-weight:bold; font-size:14px;
}