@import url(http://at.alicdn.com/t/c/font_4581050_fsbjr281fn.css);
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix::after,
.clearfix::before {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
img {
  vertical-align: middle;
  border: 0;
  max-width: 100%;
}
i {
  font-style: normal;
}
a {
  text-decoration: none;
  color: inherit;
}
ul,
li {
  list-style: none;
}
.imgBg {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.imgBg img {
  display: none;
}
.slick-slide .imgBg img {
  display: none;
}
.ellipsis {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 1220px;
  padding-left: 20px;
  padding-right: 20px;
}
body {
  color: #333;
}
header {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
header .head {
  height: 80px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
header .head ul {
  display: flex;
  align-items: center;
}
header .head ul li {
  padding-left: 12px;
  color: #333;
  font-size: 14px;
  line-height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .head ul li:after {
  content: "";
  padding-left: 12px;
  border-right: 1px solid #999;
  width: 1px;
  display: block;
  height: 12px;
  border-color: #333;
}
header .logo img {
  display: block;
  width: auto;
  height: 66px;
}
header .nav {
  background-color: #b49158;
  transition: all 0.3s;
  position: relative;
}
header .nav ul {
  display: flex;
  align-items: center;
  margin: 0 -20px;
}
header .nav ul li {
  padding: 0 20px;
  overflow: hidden;
  width: 100%;
}
header .nav ul li > a {
  display: block;
  font-size: 18px;
  cursor: pointer;
  height: 56px;
  line-height: 56px;
  color: #333;
  text-align: center;
  font-family: Montserrat, SimHei, Microsoft YaHei, sans-serif;
  transition: all 0.4s;
}
header .nav ul li > a::after {
  content: attr(data-text);
  font-size: 18px;
  display: block;
}
header .nav ul li:hover > a {
  transform: translateY(-56px);
}
header .nav ul li:hover .drop-menu {
  display: block;
}
header .nav ul li .drop-menu {
  position: absolute;
  top: 56px;
  left: 0;
  width: 100%;
  text-align: center;
  display: none;
  font-size: 16px;
  background-color: #fff;
  z-index: 99;
}
header .nav ul li .drop-menu .sub-nav {
  display: flex;
  padding-top: 18px;
  padding-bottom: 10px;
}
header .nav ul li .drop-menu .sub-nav a {
  width: 100%;
  padding-left: 20px;
  margin-bottom: 8px;
  min-height: 24px;
}
.banner {
  position: relative;
}
.banner .imgBg {
  width: 100%;
  height: 600px;
  position: relative;
}
.banner .imgBg .text-box {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  text-align: center;
  font-family: "宋体";
}
.banner .imgBg .text-box .text1 {
  font-size: 36px;
  line-height: 48px;
}
.banner .imgBg .text-box .text2 {
  margin-top: 10px;
  font-size: 20px;
  line-height: 28px;
}
.banner .search-bar {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 98;
}
.banner .search-bar .search-con {
  padding: 9px 8px;
  margin-bottom: 10px;
  background-color: rgba(255, 255, 255, 0.9);
}
.banner .search-bar .search-con .search-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.banner .search-bar .search-con .search-top .s-t-l {
  display: flex;
  align-items: center;
  flex: 1;
}
.banner .search-bar .search-con .search-top .s-t-l img {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  margin-right: 10px;
}
.banner .search-bar .search-con .search-top .s-t-l p {
  font-size: 14px;
  line-height: 20px;
  width: 90%;
  padding-right: 10px;
  color: #666;
}
.banner .search-bar .search-con .search-top .s-t-r {
  color: #333;
  font-size: 14px;
  line-height: 20px;
  flex-shrink: 0;
}
.banner .search-bar .search-con .search-top .s-t-r a {
  display: flex;
  align-items: center;
}
.banner .search-bar .search-con .search-bottom {
  display: flex;
}
.banner .search-bar .search-con .search-bottom > div {
  height: 52px;
  margin-right: 4px;
  background-color: #fff;
}
.banner .search-bar .search-con .search-bottom .item1 {
  flex: 300 1;
  position: relative;
}
.banner .search-bar .search-con .search-bottom .item1 input {
  height: 52px;
  line-height: 52px;
  border: none;
  outline: none;
  width: 100%;
  display: block;
  font-size: 14px;
  padding-left: 40px;
  padding-right: 10px;
}
.banner .search-bar .search-con .search-bottom .item1 .iconfont {
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 11px;
  transform: translateY(-50%);
  color: #999;
}
.banner .search-bar .search-con .search-bottom .item1 select {
  height: 52px;
  line-height: 52px;
  border: none;
  outline: none;
  width: 100%;
  display: block;
  font-size: 14px;
  padding-left: 40px;
  padding-right: 10px;
}
.banner .search-bar .search-con .search-bottom .search-btn {
  display: inline-block;
  width: 104px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  padding-left: 15px !important;
  padding-right: 15px !important;
  color: #333;
  background: #b49158;
  margin-right: 0;
}
.mainBox1 {
  padding-top: 90px;
  background-image: url(../images/bg-img2.jpg);
  background-size: cover;
}
.mainBox1 .mainBox1Con {
  display: flex;
  justify-content: space-between;
}
.mainBox1 .mainBox1Con .mainBox1ConL {
  width: 580px;
  margin-top: 40px;
  margin-left: 40px;
}
.mainBox1 .mainBox1Con .mainBox1ConL h1 {
  font-size: 36px;
  line-height: 44px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-family: "宋体";
  font-weight: 500;
}
.mainBox1 .mainBox1Con .mainBox1ConL .brief {
  margin-top: 20px;
  line-height: 20px;
  width: 560px;
  height: 60px;
  overflow: hidden;
}
.mainBox1 .mainBox1Con .mainBox1ConL .btn {
  min-width: 160px;
  height: 40px;
  margin-top: 40px;
  text-align: center;
  background: #b49158;
  padding: 0 15px;
  line-height: 38px;
  font-size: 16px;
  color: #333;
  display: inline-block;
  border-color: #b49158;
}
.mainBox1 .mainBox1Con .mainBox1ConR {
  width: 410px;
  height: 351px;
  margin-right: 50px;
  margin-top: 89px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.mainBox1 .mainBox1Con .mainBox1ConR .item {
  width: 180px;
  height: 146px;
  text-align: center;
  display: none;
}
.mainBox1 .mainBox1Con .mainBox1ConR .item img {
  width: 86px;
  height: 86px;
  margin: 0 auto;
}
.mainBox1 .mainBox1Con .mainBox1ConR .item .text {
  font-size: 14px;
  margin-top: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 36px;
  width: 180px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.m-title {
  font-size: 28px;
  color: #333;
  letter-spacing: 0;
  text-align: center;
  line-height: 38px;
  font-family: "宋体";
}
.subtitle {
  margin: 20px 0 0;
  font-size: 14px;
  color: #333;
  text-align: center;
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 40px;
}
.mainBox2 {
  padding: 60px 0;
  background-color: #f4f5f6;
}
.mainBox2 .mainBox2Con {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}
.mainBox2 .mainBox2Con .con-box {
  width: 48%;
}
.mainBox2 .mainBox2Con .con-box .imgBg {
  padding-top: 75%;
}
.mainBox2 .mainBox2Con .con-box .imgBg.shadow {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.18);
}
.mainBox2 .mainBox2Con .con-box .img-box {
  padding-top: 66.667%;
  position: relative;
}
.mainBox2 .mainBox2Con .con-box .img-box .imgBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 95%;
  padding-top: 63.333%;
  z-index: 5;
}
.mainBox2 .mainBox2Con .con-box .img-box .shadow-box {
  position: absolute;
  width: 95%;
  padding-top: calc(63.333% - 30px);
  background-color: #f4f5f6;
  top: 60px;
  left: 30px;
  z-index: 0;
}
.mainBox2 .mainBox2Con .con-box .tit {
  font-size: 20px;
}
.mainBox2 .mainBox2Con .con-box .brief {
  margin: 20px 0 30px;
  line-height: 24px;
  font-size: 14px;
  -webkit-line-clamp: 4;
  max-height: 96px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.btn {
  font-size: 14px;
  display: inline-block;
  min-width: 140px;
  height: 36px;
  padding: 0 10px;
  line-height: 36px;
  text-align: center;
  font-weight: 500;
  cursor: pointer;
  color: #b49158;
  border: 1px solid #b49158;
}
.btn:hover {
  background-color: #b49158;
  border-color: #b49158;
  color: #fff;
}
.mainBox2.white {
  background-color: #fff;
}
.mainBox3 {
  padding: 60px 0;
}
.mainBox3 .mainBox3Con {
  margin-top: 25px;
}
.mainBox3 .list-item {
  display: block;
  padding: 15px 15px 20px;
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.mainBox3 .list-item .imgBg {
  padding-top: 66.666%;
  margin-bottom: 20px;
  position: relative;
}
.mainBox3 .list-item .imgBg .tit {
  position: absolute;
  bottom: 5px;
  left: 8px;
  font-size: 12px;
  color: #fff;
  letter-spacing: 0;
  line-height: 18px;
}
.mainBox3 .list-item .imgBg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(180deg, transparent 76%, rgba(0, 0, 0, 0.4));
}
.mainBox3 .list-item .card-title {
  font-size: 20px;
  letter-spacing: 0;
  line-height: 28px;
  text-align: center;
  font-weight: 400;
  font-family: "宋体";
}
.mainBox3 .list-item .card-brief {
  margin-top: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 20px;
  height: 40px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 20px;
  text-align: center;
  font-size: 14px;
}
.mainBox3 .list-item .card-price {
  text-align: center;
  margin-bottom: 15px;
  font-size: 12px;
  line-height: 18px;
  height: 18px;
  color: #333;
}
.mainBox3 .list-item .card-price span {
  font-size: 14px;
  color: #151515;
  font-weight: bold;
}
.mainBox3 .list-item .more {
  text-align: center;
}
.mainBox3 .page-btn {
  text-align: right;
  font-size: 0;
  margin-bottom: 20px;
}
.mainBox3 .page-btn > div {
  display: inline-block;
  vertical-align: middle;
}
footer .footer-con {
  background-color: #b49158;
  padding: 30px 0;
}
footer .foot {
  display: flex;
  justify-content: space-between;
}
footer .foot-nav {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}
footer .foot-nav .logo {
  display: block;
  margin-bottom: 10px;
  width: 100%;
}
footer .foot-nav .logo img {
  height: 60px;
}
footer .foot-nav p {
  color: #fff;
  line-height: 2;
  font-size: 13px;
  width: 50%;
}
footer .qrcode .img {
  padding: 6px;
  background-color: #fff;
}
footer .qrcode .img img {
  width: 84px;
}
footer .qrcode p {
  text-align: center;
  font-size: 13px;
  color: #fff;
  margin-top: 8px;
}
footer .copy {
  background-color: #b49158;
  border-top: 1px solid #eee;
  font-size: 12px;
  color: #fff;
  text-align: center;
  padding: 15px 0;
}
.conBanner {
  position: relative;
}
.conBanner .imgBg {
  height: 300px;
  position: relative;
}
.conBanner .imgBg::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.conBanner .conTitBox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  text-align: center;
}
.conBanner .conTitBox .titCn {
  font-size: 0;
  position: relative;
  z-index: 10;
}
.conBanner .conTitBox .titCn span {
  display: inline-block;
  font-weight: 500;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 33px;
  margin: 0 24px;
  vertical-align: middle;
}
.conBanner .conTitBox .titCn::before,
.conBanner .conTitBox .titCn::after {
  content: '';
  display: inline-block;
  width: 105px;
  height: 2px;
  background-color: #fff;
  vertical-align: middle;
}
.conBanner .conTitBox .titEn {
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 25px;
  margin-top: 3px;
}
.about1-box {
  display: flex;
  padding-bottom: 80px;
  padding-top: 55px;
}
.about1-box .about1-l {
  width: 55%;
  padding-right: 40px;
}
.about1-box .about1-l h2 {
  color: #b49158;
  font-size: 36px;
  font-weight: 500;
}
.about1-box .about1-l .html {
  margin-top: 30px;
}
.about1-box .about1-r {
  width: 45%;
}
.about1-box .about1-r .video {
  position: relative;
}
.about1-box .about1-r .video .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  width: 90px;
  height: 90px;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  text-align: center;
  line-height: 90px;
}
.about1-box .about1-r .video .play .iconfont {
  color: #fff;
  font-size: 34px;
}
.news-box {
  padding: 30px 40px;
  background: #F4FAF5;
  border-radius: 20px;
  margin: 50px 0;
}
.news-box .news-title {
  text-align: center;
  font-size: 24px;
  color: #333;
}
.news-box .news-time {
  margin: 20px 0;
  text-align: center;
  font-size: 13px;
  color: #999;
}
.news-list .item {
  margin-bottom: 30px;
  height: 170px;
  background-color: #fff;
  border-radius: 10px;
  padding: 25px;
  padding-right: 29px;
  display: block;
  font-size: 0;
  border: 1px solid transparent;
}
.news-list .item .imgBg {
  width: 180px;
  height: 120px;
  border-radius: 10px;
  display: inline-block;
  vertical-align: middle;
}
.news-list .item .text {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 180px);
  padding-left: 57px;
  position: relative;
}
.news-list .item .text::before {
  position: absolute;
  content: '';
  left: 35px;
  top: 8px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #666;
}
.news-list .item .text .title {
  white-space: nowrap;
  margin-bottom: 16px;
}
.news-list .item .text .title span,
.news-list .item .text .title i {
  display: inline-block;
  vertical-align: middle;
}
.news-list .item .text .title span {
  font-weight: 400;
  font-size: 16px;
  color: #1E261E;
  line-height: 20px;
  width: calc(100% - 120px);
  padding-right: 20px;
}
.news-list .item .text .title i {
  font-family: Helvetica;
  font-size: 22px;
  color: #666666;
  line-height: 1;
  width: 120px;
  text-align: right;
  float: right;
}
.news-list .item .text .brief {
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 25px;
  overflow: hidden;
}
.news-list .item .text .brief span {
  display: block;
  width: calc(100% - 32px);
  padding-right: 40px;
  float: left;
  height: 75px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  /* 显示的行数，可以根据需要修改 */
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-list .item .text .brief .iconfont {
  display: block;
  width: 32px;
  height: 32px;
  float: right;
  margin-top: 21.5px;
  font-size: 32px;
  line-height: 1;
  color: #ddd;
}
.news-list .item:hover {
  border: 1px solid #b49158;
  box-shadow: 0px 16px 32px 0px rgba(192, 199, 218, 0.35);
}
.news-list .item:hover .text .title span {
  font-weight: bold;
  color: #b49158;
}
.news-list .item:hover .text .brief .iconfont {
  color: #b49158;
}
.news-list .item:last-child {
  margin-bottom: 0;
}
.room-box {
  padding: 55px 0 80px;
}
.room-box .room-title {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
}
.room-box .room-img-list {
  margin-top: 60px;
  position: relative;
}
.room-box .room-img-list img {
  width: 930px;
  transition: opacity 1s ease-out;
  cursor: pointer;
}
.room-box .room-img-list .swiper-slide img {
  opacity: 0.6;
}
.room-box .room-img-list .swiper-slide-active img {
  opacity: 1;
}
.room-box .room-img-list .left-btn,
.room-box .room-img-list .right-btn {
  position: absolute;
  top: 0;
  height: 100%;
  width: calc(25% + 15px);
  z-index: 90;
  cursor: pointer;
}
.room-box .room-img-list .left-btn .iconfont,
.room-box .room-img-list .right-btn .iconfont {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
}
.room-box .room-img-list .left-btn {
  left: 0;
}
.room-box .room-img-list .left-btn .iconfont {
  right: 15px;
}
.room-box .room-img-list .right-btn {
  right: 0;
}
.room-box .room-img-list .right-btn .iconfont {
  left: 10px;
}
.room-box .detail-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
}
.room-box .detail-list .detail-item {
  width: 33.333%;
  margin-top: 20px;
  padding: 0 15px 20px;
}
.room-box .detail-list .detail-item .item-con {
  padding-top: 30px;
  border-top: 1px solid #b49158;
  display: flex;
}
.room-box .detail-list .detail-item .icon {
  margin-right: 20px;
}
.room-box .detail-list .detail-item .icon .iconfont {
  font-size: 20px;
}
.room-box .detail-list .detail-item .icon img {
  width: 20px;
}
.room-box .detail-list .detail-item h3 {
  font-weight: bold;
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 20px;
  line-height: 1;
  letter-spacing: 2px;
}
.room-box .detail-list .detail-item p {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 2px;
}
.room-box .installation-box {
  margin-top: 60px;
}
.room-box .installation-box .installation-item {
  border-top: 1px solid #ccc;
  padding-top: 40px;
  padding-bottom: 60px;
}
.room-box .installation-box .installation-item h2 {
  font-size: 20px;
  margin-bottom: 20px;
}
.room-box .installation-box .installation-item ul {
  display: flex;
  flex-wrap: wrap;
}
.room-box .installation-box .installation-item ul li {
  width: calc((100% - 60px)/3);
  display: flex;
  color: #333;
  margin-bottom: 10px;
  margin-right: 30px;
}
.room-box .installation-box .installation-item ul li .iconfont {
  font-size: 18px;
  margin-right: 10px;
  flex-shrink: 0;
  line-height: 24px;
}
.room-box .installation-box .installation-item ul li .txt {
  font-size: 18px;
}
.room-box .installation-box .installation-item ul li:nth-child(3n) {
  margin-right: 0;
}
.meeting-box1 .about1-l {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.room-list {
  display: flex;
  flex-wrap: wrap;
}
.room-list .list-item {
  width: calc((100% - 40px)/3);
  display: block;
  padding: 15px 15px 20px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  margin-right: 20px;
  margin-bottom: 20px;
}
.room-list .list-item .imgBg {
  padding-top: 66.666%;
  margin-bottom: 20px;
  position: relative;
}
.room-list .list-item .imgBg .tit {
  position: absolute;
  bottom: 5px;
  left: 8px;
  font-size: 12px;
  color: #fff;
  letter-spacing: 0;
  line-height: 18px;
}
.room-list .list-item .imgBg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(180deg, transparent 76%, rgba(0, 0, 0, 0.4));
}
.room-list .list-item .card-title {
  font-size: 20px;
  letter-spacing: 0;
  line-height: 28px;
  text-align: center;
  font-weight: 400;
  font-family: "宋体";
}
.room-list .list-item .card-brief {
  margin-top: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 20px;
  height: 40px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 20px;
  text-align: center;
  font-size: 14px;
}
.room-list .list-item .card-price {
  text-align: center;
  margin-bottom: 15px;
  font-size: 12px;
  line-height: 18px;
  height: 18px;
  color: #333;
}
.room-list .list-item .card-price span {
  font-size: 14px;
  color: #151515;
  font-weight: bold;
}
.room-list .list-item .more {
  text-align: center;
}
.room-list .list-item:nth-child(3n) {
  margin-right: 0;
}
.food-box {
  padding: 55px 0 80px;
}
.food-box .food-list {
  display: flex;
  flex-wrap: wrap;
}
.food-box .food-list .food-item {
  padding: 10px;
  width: 50%;
}
.food-box .food-list .food-item .imgBg {
  padding-top: 66.66%;
  position: relative;
}
.food-box .food-list .food-item .imgBg .tit {
  position: absolute;
  bottom: 10px;
  left: 10px;
  font-size: 12px;
  color: #fff;
  letter-spacing: 0;
  line-height: 18px;
}
.food-box .food-list .food-item .outTitle {
  padding: 10px;
  padding-bottom: 0;
  text-align: center;
  font-size: 12px;
  color: #333;
  line-height: 2;
}
.contact-box {
  padding: 55px 0 80px;
  position: relative;
}
.contact-box::before,
.contact-box::after {
  content: '';
  position: absolute;
  width: 50%;
  top: 0;
  height: 100%;
}
.contact-box::before {
  left: 0;
  background-color: #fff;
}
.contact-box::after {
  right: 0;
  background-color: #f9f9f9;
}
.contact-box .wrapper {
  position: relative;
  z-index: 10;
}
.contact-box .title-text {
  font-size: 18px;
  color: #262335;
  margin-bottom: 25px;
}
.contact-box .contact-info {
  width: 50%;
  padding-right: 85px;
}
.contact-box .contact-info .item {
  width: 234px;
}
.contact-box .contact-info .item .icon {
  width: 40px;
  height: 40px;
  float: left;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  background-color: #b49158;
}
.contact-box .contact-info .item .icon .iconfont {
  color: #fff;
  font-size: 22px;
}
.contact-box .contact-info .item h1 {
  font-size: 16px;
  color: #737373;
  line-height: 20px;
  float: left;
  margin: 0;
  margin-left: 30px;
  font-weight: 500;
}
.contact-box .contact-info .item i {
  display: block;
  color: #262335;
  font-style: normal;
}
.contact-box .contact-info .item .img {
  padding-left: 70px;
  margin-top: 10px;
  float: left;
}
.contact-box .contact-info .item .img p {
  background-color: #f4f4f4;
  padding: 10px;
}
.contact-box .contact-info .item .img p img {
  width: 114px;
  height: 114px;
}
.contact-box .contact-info .mb60 {
  margin-bottom: 60px;
}
.contact-box .message-box {
  padding-left: 85px;
  width: 50%;
}
.contact-box .message-box .form .input {
  width: 100%;
  display: block;
  margin-top: 20px;
  text-indent: 20px;
  font-size: 14px;
  color: #737373;
  background-color: #fff;
  border: none;
  outline: none;
  height: 46px;
}
.contact-box .message-box .form textarea {
  display: block;
  width: 100%;
  height: 100px;
  background-color: #fff;
  margin-top: 20px;
  border: none;
  font-size: 14px;
  color: #737373;
  padding: 20px;
  resize: none;
  outline: none;
  font-family: inherit;
}
.contact-box .message-box .form button {
  background-color: #b49158;
  color: #fff;
  line-height: 40px;
  width: 180px;
  border-radius: 5px;
  outline: none;
  margin-top: 20px;
  border: none;
  cursor: pointer;
}
.map-box {
  width: 100%;
  height: 500px;
}
.pre-box {
  padding: 55px 0 80px;
}
.pre-box .select-room-info {
  padding: 20px;
  background-color: #f4f5f6;
  min-height: 178px;
}
.pre-box .select-room-info .room-title {
  font-size: 17px;
  line-height: 20px;
  color: #333;
  font-weight: bold;
  margin-bottom: 20px;
}
.pre-box .select-room-info .room-pz {
  display: flex;
}
.pre-box .select-room-info .room-pz .imgBg {
  width: 200px;
  margin-right: 20px;
  padding-top: calc(200px * 0.666);
}
.pre-box .select-room-info .room-pz .pz-info {
  flex: 1;
  height: calc(200px * 0.666);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.pre-box .select-room-info .room-pz .pz-info .bold {
  font-weight: bold;
}
.pre-box .user-form-box {
  margin-top: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.pre-box .user-form-box .form-title {
  font-size: 24px;
  text-align: center;
}
.pre-box .user-form-box .flex-box {
  display: flex;
}
.pre-box .user-form-box .flex-box .row {
  padding: 0 15px;
  flex: 1;
  margin-top: 40px;
}
.pre-box .user-form-box .flex-box .row label {
  margin-bottom: 10px;
  display: block;
  font-weight: bold;
}
.pre-box .user-form-box .flex-box .row input {
  width: 100%;
  outline: none;
  height: 46px;
  padding: 0 10px;
  font-size: 16px;
  border: 1px solid #ccc;
}
.pre-box .user-form-box .button {
  display: block;
  margin: 40px auto 0;
  outline: none;
  background-color: #b49158;
  color: #fff;
  line-height: 45px;
  border: none;
  width: 240px;
  font-size: 17px;
  font-weight: bold;
  cursor: pointer;
}
#allMap {
  width: 100%;
  position: relative;
  height: 100%;
}
#allMap .BMap_pop {
  float: right;
  background-image: url(../images/ico4_2.png);
  background-repeat: no-repeat;
  border: none !important;
  width: 352px !important;
  border: 0 !important;
  height: 85px;
  margin: 70px 0 0 170px;
}
#allMap .BMap_pop .BMap_top,
#allMap .BMap_pop .BMap_center,
#allMap .BMap_pop .BMap_bottom,
#allMap .BMap_pop div:nth-child(9n) {
  width: 86% !important;
}
#allMap .BMap_pop div {
  background: none !important;
  border-color: none !important;
  border: 0 !important;
}
#allMap .BMap_pop div img {
  display: none;
}
#allMap .iw_poi_title {
  padding-left: 16px;
  padding-right: 8px;
}
#allMap .iw_poi_content {
  font-size: 14px;
  color: #6f6f6f;
  line-height: 18px;
  padding-left: 16px;
  padding-right: 8px;
}
#allMap .BMap_shadow {
  width: 100%;
  float: left;
  display: none !important;
}
#allMap .BMapLabel {
  display: none !important;
}
@media screen and (max-width: 767px) {
  #allMap .BMap_pop {
    background-size: contain;
    width: 247px !important;
    height: 69px;
    margin: 20px 0 0 0;
    background: #fff;
  }
  #allMap .iw_poi_content {
    font-size: 12px;
    line-height: 20px;
    padding-top: 0px;
    padding-left: 0px;
  }
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.applyBtn {
  background-color: #b49158;
  color: #fff;
}
.cancelBtn:hover {
  background-color: unset;
  color: #b49158;
}
.pages ul {
  font-size: 0;
  text-align: center;
}
.pages ul li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px;
  border: 1px solid #ccc;
  margin: 0 5px;
  border-radius: 3px;
}
.pages ul li a {
  font-size: 14px;
}
.pages ul li.active {
  border-color: #b49158;
  color: #b49158;
}
.right-menu {
  position: fixed;
  right: 10px;
  bottom: 300px;
  z-index: 98;
}
.right-menu .menu-item {
  width: 44px;
  height: 44px;
  border-radius: 5px;
  margin-bottom: 10px;
  background-color: #b49158;
  text-align: center;
  line-height: 44px;
  overflow: hidden;
  cursor: pointer;
}
.right-menu .menu-item .item-con {
  transition: all 0.3s;
}
.right-menu .menu-item .iconfont {
  font-size: 22px;
  color: #fff;
  height: 44px;
  display: block;
}
.right-menu .menu-item i {
  font-style: normal;
  font-size: 12px;
  color: #fff;
  display: block;
  line-height: 18px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.right-menu .menu-item:hover .item-con {
  transform: translateY(-50%);
}
.schedule-panel {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 99;
  display: none;
}
.schedule-panel .panel {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 60px 40px;
  border-radius: 20px;
  background-color: #fff;
}
.schedule-panel .panel .close {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 40px;
  height: 40px;
  transform: rotate(45deg);
}
.schedule-panel .panel .close::before,
.schedule-panel .panel .close::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  background-color: #666;
}
.schedule-panel .panel .close::before {
  width: 40px;
  height: 2px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.schedule-panel .panel .close::after {
  width: 2px;
  height: 40px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.schedule-panel .panel .panel-title {
  text-align: center;
  font-size: 24px;
  color: #333;
  margin-bottom: 20px;
}
.schedule-panel .panel .form .form-item {
  width: 350px;
  height: 52px;
  border: 1px solid #ddd;
  position: relative;
  margin-bottom: 20px;
}
.schedule-panel .panel .form .form-item input {
  height: 50px;
  line-height: 50px;
  border: none;
  outline: none;
  width: 100%;
  display: block;
  font-size: 14px;
  padding-left: 40px;
  padding-right: 10px;
}
.schedule-panel .panel .form .form-item .iconfont {
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 11px;
  transform: translateY(-50%);
  color: #999;
}
.schedule-panel .panel .form .form-item select {
  height: 50px;
  line-height: 50px;
  border: none;
  outline: none;
  width: 100%;
  display: block;
  font-size: 14px;
  padding-left: 40px;
  padding-right: 10px;
}
.schedule-panel .panel .form .submit-btn {
  text-align: center;
  line-height: 50px;
  background-color: #b49158;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}
.hy-box {
  padding-left: 24px;
  padding-right: 24px;
  max-width: 1536px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-top: 55px;
  padding-bottom: 80px;
}
.hy-box .hy-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
.hy-box .hy-nav .hy-nav-item {
  padding: 0 40px;
  font-size: 18px;
  font-weight: 600;
  border-right: 3px solid #e9e9e9;
  cursor: pointer;
}
.hy-box .hy-nav .hy-nav-item:hover {
  color: #b49158;
}
.hy-box .hy-nav .active {
  color: #b49158;
}
.hy-box .hy-nav .hy-nav-item:last-child {
  border: none;
}
.hy-box .hy-content {
  width: 100%;
  display: flex;
}
.hy-box .hy-content .hy-left-text {
  width: 40%;
  padding: 70px 50px;
  border-radius: 25px 0px 0px 25px;
  background-color: #b49158;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 80px 0px;
}
.hy-box .hy-content .hy-left-text .text-box {
  display: flex;
  flex-direction: column;
  gap: 30px 0px;
  color: #fff;
}
.hy-box .hy-content .hy-left-text .text-box .text1 {
  font-size: 18px;
  line-height: 1.4;
}
.hy-box .hy-content .hy-left-text .text-box .text2 {
  min-height: 120px;
  font-size: 48px;
  font-weight: 700;
}
.hy-box .hy-content .hy-left-text .hy-page {
  display: flex;
  align-items: center;
  gap: 0 10px;
}
.hy-box .hy-content .hy-left-text .hy-page .page-btn {
  width: 56px;
  height: 56px;
  border: 1px solid white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.hy-box .hy-content .hy-left-text .hy-page .page-btn .iconfont {
  font-size: 26px;
  color: #fff;
}
.hy-box .hy-content .hy-right-img {
  width: 60%;
  border-radius: 0 25px 25px 0;
  overflow: hidden;
}
