#container::after {
  content: "";
  display: block;
  clear: both;
}
* {
  margin: 0px;
  padding: 0px;
}
#intro {
  padding: 20px;
}
#container {
  width: 1400px;
  margin: 0px auto;
}
h1{
  font-family: "幼圆";
  font-size: 50px;
  color: #070707;
}
p{
	font-family: "微软雅黑" ;
	line-height: 1.7;
}

/*页首*/
header {
  height: 50px;
  padding:20px 10px 10px 10px;
  border-bottom: 4px #000000  solid;
}

header a{
	text-decoration: none;
	color:black;
}

header a:hover {
  text-decoration: underline; /* 鼠标悬停时添加下划线 */
  color: blue; 
}

header div{
  float: right;
  margin-right: -70px;
}
.user{
  display: flex;
  align-items: center;
}
.user img {
  width: 45px; /* 用户图片宽度 */
  height: 45px; /* 用户图片高度 */
  margin-left : 0px; /* 图片与文本之间的间距 */
}

/*logo图片*/
header img{
  float: left;
  width: 140px;
  height: 50px;
  margin-right: 60px;
  margin-top: 5px;
}
ul li a{
  text-decoration: none; /* 默认没有下划线 */
  color: black; 
  font-family: "幼圆";
  font-size: 18px;
  font-weight: bold;
}

ul li a:hover {
  text-decoration: underline; /* 鼠标悬停时添加下划线 */
  color: blue; /* 可以设置鼠标悬停时的文字颜色 */
}

header p{
  font-size: 18px;
  font-family: "幼圆";
  line-height: 50px;
}

#intro .allopus{
	float: left;
}
/* 大图 */
.allopus .bigopus{
	float: left;
    width: 400px;
	height: 556px;
	margin-right: 10px;
}
/* 缩略图 */
.allopus .opuslist{
	float: left;
	width: 90px;
	height: 556px;
	border: 3px solid #D1D0D0 ;
	padding: 2px;
	margin-right: 35px;
}

/*清晰大图*/
.roomimg img {
  width: 100%;
  height: 100%;
}

#prev{
	background: #eee url( ../images/prev.png) no-repeat center center;
	height: 12px;
	margin-bottom: 5px;
}

#next{
	background: #eee url( ../images/next.png) no-repeat center center;
	height: 12px;
	margin-top: 0px;
}

.gallery{
	position: relative;
	height: 526px;
	overflow: hidden;
}

.gallery ul{
	list-style-type: none;
	width: 70px;
	position: absolute;
	left: 0px;
	top: 12px;
}

.gallery ul li{
	height: 90px;
	margin-bottom: 12px;
}

.gallery ul li img{
	margin-left: 10px;
	width: 70px;
	height: 90px;
}

.survery h1 img {
  width: 80px; 
  height: 40px; 
}

.flying-image {
    position: fixed;
    cursor: pointer;
    z-index: 9999;
}

.flying-image img {
    width: 250px; /* 设置图片宽度 */
	hegih: 100px;
}
/* 页脚样式 */
footer {
  background-color: #333; /* 页脚背景颜色 */
  color: white; /* 文字颜色 */
  text-align: center; /* 文字居中 */
  margin-top: 50px;
}
