* {
  margin: 0;
  padding: 0;
}
a 
{
	text-decoration: none; 
}

/* 已访问的链接 */
a:visited {
  color: #707070;
}

/* 鼠标悬停的链接 */
a:hover {
  color: red;
}

.left-icon {
  position: absolute;
  left: 30px;
  top: 120px;
  z-index: 100;
  display: flex;
  gap: 20px;
}
.banner {
  position: relative;
  height: 240px;
}
.right-icon {
  position: absolute;
  right: -17px;
  top: 120px;
}
.right-icon a {
  color: #000;
  text-decoration: none;
  margin-right: 50px;
}
.float-out {
  position: absolute;
  top: 46px;
  right: 42px;
  padding-top: 3px;
  background: red;
  width: 200px;
  height: 360px;
  border-radius: 7px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease, visibility 0.3s ease;
  z-index: 1000;
}
.gallery {
  padding-bottom: 25px;
}
.gallery:hover .float-out {
  opacity: 0.9;
  visibility: visible;
}
.float-in {
  display: flex;
  flex-direction: column;
  background: #fff;
  width: 200px;
  height: 360px;
  border-radius: 7px;
}
li {
  list-style: none;
}
.float-in li {
  margin-left: 40px;
  padding-top: 30px;
  color: #000;
}
.banner .title {
  position: absolute;
  top: 95px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.footer {
  width: 100%;
  height: 296px;
  background-color: #0e0e0e;
}
.footer p {
  color: #666666;
  font-size: 14px;
}
.footer span {
  color: #bbbbbb;
  font-size: 14px;
}
.footer h6 {
  padding-top: 30px;
  color: #ffffff;
  font-size: 16px;
}
.footer-container {
  position: relative;
  display: flex;
  margin: 0 auto;
  width: 1200px;
}
.footer-left-top {
  padding-left: 30px;
  padding-top: 30px;
}
.footer-left-bottom {
  padding-left: 30px;
  padding-top: 40px;
}
.last {
  padding-top: 55px;
}
.local {
  position: absolute;
  z-index: 0;
  top: 76px;
  left: -13px;
}
.local2 {
  position: absolute;
  z-index: 1;
  top: 76px;
  left: 8px;
}
.footer-left {
  position: relative;
}
.footer-mid {
  position: relative;
  padding-top: 53px;
  padding-left: 20px;
}
.footer-left-bottom2 {
  padding-left: 30px;
  padding-top: 21px;
}
.lab {
  display: flex;
  z-index: 1000;
  gap: 15px;
  padding-top: 27px;
}
.lab-item1 {
  color: #999999;
  width: 50px;
  height: 22px;
  border: 1px solid #999999;
  text-align: center;
  line-height: 20px;
}
.lab-item2 {
  color: #999999;
  width: 87px;
  height: 22px;
  border: 1px solid #999999;
  text-align: center;
  line-height: 20px;
}
.lab-item3 {
  color: #999999;
  width: 58px;
  height: 22px;
  border: 1px solid #999999;
  text-align: center;
  line-height: 20px;
}
.footer-right {
  padding-left: 165px;
}
.lab div:hover {
  color: #fff;
  background: red;
  border: 1px solid red;
}
.footer-bottom {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  gap: 10px;
}
.icon-img {
  background: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.icon-img1 {
  background: #3b5a9a;
  width: 31px;
  height: 31px;
  border-radius: 50%;
}
.icon-img2 {
  background: #17a9e1;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.icon-img3 {
  background: #17a9e1;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.footer-bottom-icon {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden; /* 圆形裁剪 */
  cursor: pointer;
}

.icon-img,
.icon-img1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.4s ease, opacity 0.3s ease;
}

.icon-img img,
.icon-img1 img {
  max-width: 60%;
  max-height: 60%;
  transition: filter 0.3s ease;
}

/* 默认状态：显示 icon-img，隐藏 icon-img1 */
.icon-img {
  opacity: 1;
  z-index: 2;
}

.icon-img1 {
  opacity: 0;
  transform: translateY(100%); /* 初始位置在下方 */
  z-index: 1;
}

/* 悬停时切换图层 */
.footer-bottom-icon:hover .icon-img {
  opacity: 1;
  transform: translateY(-100%);
}

.footer-bottom-icon:hover .icon-img1 {
  opacity: 1;
  transform: translateY(0); /* 滑入显示 */
}
.footer-bottom-icon {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
}
.left-icon {
  position: absolute;
  left: 30px;
  top: 120px;
  z-index: 100;
  display: flex;
  gap: 20px; /* 设置图标之间的垂直间距为 20px */
}
.ledt-icon a {
  margin: 0 20px;
}
.icon-img,
.icon-img1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.4s ease, opacity 0.3s ease;
}

/* 第二个 */
.icon-img {
  opacity: 1;
  z-index: 2;
}

.icon-img2 {
  opacity: 0;
  transform: translateY(100%); /* 初始位置在下方 */
  z-index: 1;
}
.footer-bottom-icon {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden; /* 圆形裁剪 */
  cursor: pointer;
}

.icon-img,
.icon-img2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* 主图层：始终静止显示 */
.icon-img {
  z-index: 2;
  opacity: 1;
}

.icon-img img,
.icon-img2 img {
  max-width: 60%;
  max-height: 60%;
  transition: filter 0.3s ease;
}

/* 悬停时显示的图层 */
.icon-img2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(100%); /* 初始隐藏在下方 */
  opacity: 0;
  transition: transform 0.4s ease, opacity 0.4s ease;
  z-index: 1;
}

.footer-bottom-icon:hover .icon-img2 {
  transform: translateY(0); /* 向上滑入 */
  opacity: 1;
}
/* 第三个 */
.icon-img {
  opacity: 1;
  z-index: 2;
}

.icon-img3 {
  opacity: 0;
  transform: translateY(100%); /* 初始位置在下方 */
  z-index: 1;
}
.footer-bottom-icon {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden; /* 圆形裁剪 */
  cursor: pointer;
}

.icon-img,
.icon-img3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* 主图层：始终静止显示 */
.icon-img {
  z-index: 2;
  opacity: 1;
}

.icon-img img,
.icon-img3 img {
  max-width: 60%;
  max-height: 60%;
  transition: filter 0.3s ease;
}

/* 悬停时显示的图层 */
.icon-img3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(100%); /* 初始隐藏在下方 */
  opacity: 0;
  transition: transform 0.4s ease, opacity 0.4s ease;
  z-index: 1;
}

.footer-bottom-icon:hover .icon-img3 {
  transform: translateY(0); /* 向上滑入 */
  opacity: 1;
}
.footer-bottom {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  gap: 10px;
}
.content {
  background: #fbfbfb;
  height: 1377px;
}
.main {
  width: 1290px;
  margin: 0 auto;
}
.top {
  font-size: 14px;
  color: #7c7c7c;
  padding-top: 20px;
}
.content-container h5 {
  padding-top: 50px;
  font-size: 30px;
  text-align: center;
}
.content-container p {
  font-size: 14px;
  color: #7c7c7c;
  line-height: 2;
}
.content-container img{max-width: 100%;height: auto;}
.content-container div {
  padding-top: 30px;
}
.img {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  padding-top: 30px;
}
.max-img {
  width: 375px;
  height: 288px;
  overflow: hidden;
}
.pic:hover {
  color: red;
}
.max-img img {
  transition: transform 0.3s ease;
}

.max-img:hover img {
  transform: scale(1.05);
}
.last {
  margin-top: 2px;
  position: relative;
  width: 100%;
}
.last-bottom1 {
  font-size: 14px;
  color: #7c7c7c;
  position: absolute;
  left: 0;
  bottom: 0;
}
.last-bottom2 {
  text-align: end;
  width: 400px;
  position: relative;
  font-size: 14px;
  color: #7c7c7c;
  position: absolute;
  right: 74px;
  bottom: 23px;
}
.bottom2 {
  position: absolute;
  right: 0px;
}
.room-img {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}
.check-container {
  display: flex;
  align-items: center;        /* 垂直居中 */
  justify-content: space-between; /* 左右分布 */
  padding:0 207px;
}

.nav-btn {
  margin-top: 553px;
  font-size: 24px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 10;
}
.room1 {
  width: 100%;
  z-index: 10000;
}
.room {
  width: 700.8px;
  height: 935.2px;
  position: absolute;
  top: 130px;
  left: 50%;
  transform: translateX(-50%);
}
.room {
  display: none;
}

.room.active {
  display: block;
}
.room-img p {
  color: #fff;
  position: absolute;
  bottom: 130px;
  left: 50%;
  transform: translateX(-50%);
}
.footer-bottom {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  gap: 10px;
}
.img2 {
  display: flex;
  justify-content: center;
  padding-top: 50px;
}
.main-nav{
  padding-top: 100px;
  width: 900px;
  display: flex;
  justify-content: center;
  font-size: 16px;
  align-items: center;
  gap: 40px;
  margin: 0 auto;
}
.content2{
  height: 1009px;
  background: #fbfbfb;
}
.content3{
  height: 919px;
  background: #fbfbfb;
}
.content3-top-box{
  display: flex;
  justify-content: center;
  padding: 90px 0 30px 0;
  gap: 40px;
  max-width: 1290px;width: 94%;
  margin: 0 auto;
}
.content3-top{
  position: relative;
  width: 360px;
  height: 160px;
  border-radius:5px;
  border: 1px solid red;
}
.content3-top img{
position: absolute;
left: 50%;
top: -33px;
transform: translateX(-50%);
}
.form-container {
  max-width: 1124px;
  margin: 40px auto;
  padding: 20px;
  background-color: #f7f7f7;
  border-radius: 8px;
}

form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-row {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.form-row label {
  width: 120px;
  font-size: 14px;
  color: #333;
  text-align: right;
}

.form-row input,
.form-row select,
.form-row textarea {
  font-family: "Arial", sans-serif;
  font-weight: 100;
  flex: 1;
  padding: 15px;
  font-size: 14px;
  border:none;
  border-radius: 4px;
}

.form-row textarea {
  resize: vertical;
}

.form-row button {
  width: 100%;
  padding: 10px 20px;
  font-size: 14px;
  background-color: #cc0e1d;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.form-row input:focus,
.form-row textarea:focus {
  outline: none;
  border-color: red;
  box-shadow: 0 0 5px rgba(255, 0, 0, 0.3);
}
.code{
  position: absolute;
  right: 15px;
  bottom: 6px;
}
@media screen and (max-width: 1280px) {
  .content3{height: auto;}
  .content{height: auto;}


}
@media screen and (max-width:768px) {


}
@media screen and (max-width:560px) {
  .content3-top-box{display: block;}
  .content-container h5{font-size: 26px;padding-top: 0}
  .content3-top{width: 100%;margin-bottom: 60px;}

}