.banner{
	height: 360px;
	background: url(../../images/zhushan/banner-aboutus.jpg) center center no-repeat;
}
.content-container{
	margin-top: -140px;
}
.content-container .step-link{
	color: #fff;
	padding-bottom: 28px;
}
.content-container .step-link a{
	color: #fff;
}
.content-container .step-link span{
	padding: 0 10px;
}
.hotel-info{
	background: rgba(255,255,255,.9);
	text-align: center;
}
.hotel-info h2{
	font-size: 30px;
	padding: 32px 0;
	background: url(../../images/zhushan/ico_aboutus.png) center 110px no-repeat;
	margin-bottom: 20px;
	color: #333;
}
.yuding{
	margin-top: 60px;
	border: 1px solid #e6e6e6;
	padding: 22px 40px;
	position: relative;
}
.yuding dt,.yuding dd{
	float: left;
	line-height: 48px;
}
.yuding dt{
	font-size: 16px;
	color: #333;
	margin-right: 78px;
}
.yuding dd{
	margin-right: 40px;	
	padding-left: 20px;
	background: url(../../images/zhushan/ico_aboutus.png) left -53px no-repeat;
}
.yuding .lbtn-yd{
	display: block;
	width: 142px;
	height:48px;
	background: #af8d5d;
	color: #fff;
	line-height: 48px;
	text-align: center;
	position: absolute;
	top:22px;
	right: 40px;
}
h3{
	font-size: 30px;
	color: #333;
	text-align: center;
	margin-top: 70px;
	margin-bottom: 20px;
}
.subtitle{
	text-align: center;
	color: #000000;
	margin-bottom: 40px;
}
.dblock1 p{
	padding: 40px 0;
	text-indent:2em
}
.dblock2 .pic{
	width: 739px;
	height: 301px;
	overflow: hidden;
}
.dblock2 .pic img{
	width: 739px;
	height: 301px;

}
.dblock2 .text{
	width: 400px;
	overflow: hidden;
	color: #333;
}
.dblock2 .text .title{
	margin-bottom: 20px;
}
.dblock2 .text .en{
	font-size: 12px;
	color: #af8d5d;
	font-weight: 700;
}
.dblock2 .text .cn{
	font-size: 18px;
	color: #333;
	font-weight: 700;
	margin-right: 10px;
	
}
.dblock2 .content1{
	margin-bottom: 24px;
}
.dblock2 .content2 .text{
	text-align: right;
}
h3.quyu{
	text-align: left;
}

.dblock3 li{
	width:585px;
}
.dblock3 li img{
	width:585px;
	height:301px;
}
.dblock3 .title{
	margin-bottom: 10px;
	text-align: center;
	margin-top: 20px;
}
.dblock3 .title .en{
	font-size: 16px;
	color: #af8d5d;
	font-weight: 700;
}
.dblock3 .title .cn{
	font-size: 16px;
	color: #333;

	margin-right: 10px;
}

.dblock4{
	margin-bottom: 102px;
}
.dblock4 .dlist{
	width: 1224px;
}
.dblock4 .dlist li{
	width:280px;
	height:480px;
	overflow: hidden;
	float: left;
	color: #fff;
	margin-right: 26px;
}
.dblock4 .dlist li dl{
	padding: 27px;
	/*background: rgba(0,0,0,0.5);*/
	height: 100%;
	display: flex;
   flex-direction:column;
   align-items: center;
   justify-content:center;
   box-sizing: border-box;
   -webkit-box-sizing: border-box;
   transition: background 0.5s;
}
.dblock4 .dlist li:hover dl{
	background: rgba(214,209,8,0.6);
}
.dblock4 .dlist .li1{
	background: url(../../images/zhushan/aboutus-pic1.jpg) center center no-repeat;
}
.dblock4 .dlist .li2{
	background: url(../../images/zhushan/aboutus-pic2.jpg) center center no-repeat;
}

.dblock4 .dlist .li3{
	background: url(../../images/zhushan/aboutus-pic3.png) center center no-repeat;
}
.dblock4 .dlist .li4{
	background: url(../../images/zhushan/aboutus-pic4.png) center center no-repeat;
}
.dblock4 .dlist li dl dt{
	font-size: 20px;
	font-weight: 700;
	text-align: center;
}
.dblock4 .dlist li dl dd{
	margin-top: 20px;
	text-indent:2em;
	height: 0;
	overflow: hidden;
	max-height:0px;
	transition: max-height 0.6s;
}
.dblock4 .dlist li:hover dd{
	display: block;
	height: auto;
	max-height:200px;
	
}