@font-face {

  font-family: Moderat-Black;

  src: url('Moderat-Black.otf');

}



@font-face {

  font-family: Moderat-Bold;

  src: url('Moderat-Bold.otf');

}



@font-face {

  font-family: Moderat-Light;

  src: url('Moderat-Light.otf');

}



@font-face {

  font-family: Moderat-Regular;

  src: url('Moderat-Regular.otf');

}



* {

  margin: 0;

  padding: 0;

  list-style: none;

  outline: none;

  text-decoration: none;

}



img {

  object-fit: cover;

}



.swiper {

  width: 100%;

  height: 100%;

}



.swiper-slide {

  /* Center slide text vertically */

  display: -webkit-box;

  display: -ms-flexbox;

  display: -webkit-flex;

  display: flex;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  -webkit-justify-content: center;

  justify-content: center;

  -webkit-box-align: center;

  -ms-flex-align: center;

  -webkit-align-items: center;

  align-items: center;

}



.swiper-slide img {

  display: block;

  width: 100%;

  height: 100%;

  object-fit: cover;

}



.wrap {

  width: 1400px;

  margin: 0 auto;

}



#header {

  position: fixed;

  width: 100%;

  top: 0;

  left: 0;

  z-index: 9;

}



header {

  height: 120px;

  transition: .6s;

}



header.active {

  background: #fff;

  height: 80px;

}



.head,

.headNav,

.headNav li {

  height: 100%;

}



.head {

  display: flex;

  align-items: center;

  justify-content: space-between;

}



.logo {

  display: block;

  width: 100px;

  transition: .6s;

}



header.active .logo {

  width: 50px;

}



.logo img {

  display: block;

  width: 100%;

}



.headNav {

  display: flex;

  justify-content: space-between;

  gap: 30px;

}



.headNav li {

  display: flex;

  align-items: center;

  position: relative;

}



.headNav a {

  display: block;

  font-family: Moderat-Regular;

  font-size: 14px;

  font-weight: normal;

  letter-spacing: 0px;

  color: #ffffff;

  border-bottom: 2px solid transparent;

  padding: 0 0 4px;

}



header.active .headNav a {

  color: #000;

}



.headNav .active>a {

  border-color: #ebb32d;

  color: #ebb32d;

}



.hadSon {

  position: absolute;

  background: #fff;

  min-width: 100%;

  box-sizing: border-box;

  padding: 30px 10px;

  transition: .6s;

}



@media screen and (min-width:1024px) {



  .headNav li {

    overflow: hidden;

  }



  .headNav li:hover {

    overflow: visible;

  }



  .hadSon {

    top: 200%;

    z-index: -1;

    opacity: 0;

    left: 50%;

    transform: translateX(-50%);

  }



  .headNav li:hover .hadSon {

    top: 100%;

    z-index: 1;

    opacity: 1;

  }



  .headNav a:hover {

    border-color: #ebb32d;

    color: #ebb32d;

  }



  header.active .headNav a:hover {

    color: #ebb32d;

    border-color: #ebb32d;

  }



  header.active .headNav .active a {

    color: #ebb32d;

    border-color: #ebb32d;

  }



}



.hadSon a {

  display: block;

  text-align: center;

  font-family: Moderat-Regular;

  font-size: 14px;

  font-weight: normal;

  font-stretch: normal;

  line-height: 36px;

  letter-spacing: 0px;

  color: #000000;
  white-space: nowrap;

}



.hadIcon {

  display: flex;

  align-items: center;

}



.hadIcon a {

  display: flex;

  align-items: center;

  justify-content: center;

  width: 40px;

  height: 40px;

  background-color: #094988;

  color: #fff !important;

  border-radius: 50%;

  border: none;

  padding: 0;

  margin-left: 15px;

}



header.active .hadIcon a {

  width: 30px;

  height: 30px;

}



.hadIcon a .iconfont {

  font-size: 20px;

}



header.active .hadIcon a .iconfont {

  font-size: 18px;

}









footer {

  background: #001F3C;

  padding: 95px 0;

}



.foter>h5 {

  display: inline-block;

  padding: 15px 20px;

  background: rgba(255, 255, 255, .2);

  border-left: 3px solid #ebb32d;

  font-family: Moderat-Bold;

  font-size: 14px;

  font-weight: normal;

  font-stretch: normal;

  letter-spacing: 0px;

  color: #ffffff;

}



.fotBox {

  display: grid;

  grid-template-columns: repeat(2, 1fr);

  gap: 140px;

  margin: 30px 0 0;

}



.fotLeft h3 {

  font-family: Moderat-Bold;

  font-size: 60px;

  font-weight: normal;

  font-stretch: normal;

  letter-spacing: 0px;

  color: #ffffff;

  margin: 0 0 40px;

}



.fotLeft p {

  font-family: Moderat-Regular;

  font-size: 16px;

  font-weight: normal;

  font-stretch: normal;

  line-height: 30px;

  letter-spacing: 0px;

  color: #688096;

}



.contUs {

  margin: 65px 0;

}



.contUs div {

  display: flex;

  align-items: center;

  margin: 0 0 30px;

}



.contUs .iconfont {

  font-size: 30px;

  color: #ebb32d;

  margin-right: 30px;

}



.contUs h6 {

  font-family: Moderat-Regular;

  font-size: 16px;

  font-weight: normal;

  letter-spacing: 0px;

  color: #ffffff;

}



.contUs div:first-child h6 {

  font-size: 30px;

}



.toCont {

  display: flex;

  flex-wrap: wrap;

  gap: 30px;

  align-content: center;

}



.toCont input,

.toCont textarea {

  box-sizing: border-box;

  border: solid 1px #0b2844;

  padding: 15px 30px;

  background: none;

  color: #fff;

}



.toCont input {

  width: calc((100% - 30px) / 2);

  height: 60px;

}



.toCont textarea {

  width: 100%;

  min-height: 160px;

  resize: none;

}



.toCont button {

  width: 180px;

  height: 60px;

  background-color: #ebb32d;

  border: none;

  font-family: Moderat-Regular;

  font-size: 16px;

  font-weight: normal;

  font-stretch: normal;

  letter-spacing: 0px;

  color: #ffffff;

}









.banner {

  width: 100%;

  position: relative;

  overflow: hidden;

  display: flex;

  justify-content: center;

  z-index: 1;

}



.banner>img {

  display: block;

  width: 100%;

}



.banSwiper .swiper-button-next:after,

.banSwiper .swiper-button-prev:after,

.disSwiper .swiper-button-next:after,

.disSwiper .swiper-button-prev:after,

.speBox .swiper-button-next:after,

.speBox .swiper-button-prev:after,

.itemBox .swiper-button-next:after,

.itemBox .swiper-button-prev:after,

.imgList .swiper-button-next:after,

.imgList .swiper-button-prev:after {

  display: none;

}



.banSwiper .swiper-button-next,

.banSwiper .swiper-button-prev {

  width: 75px;

  height: 75px;

  border-radius: 50%;

  box-sizing: border-box;

  border: 1px solid #fff;

  background: rgba(0, 0, 0, .5);

}



.disSwiper .swiper-button-next,

.disSwiper .swiper-button-prev,

.itemBox .swiper-button-next,

.itemBox .swiper-button-prev,

.imgList .swiper-button-next,

.imgList .swiper-button-prev {

  width: 55px;

  height: 55px;

  border-radius: 50%;

  box-sizing: border-box;

  border: 1px solid #fff;

  background: rgba(0, 0, 0, .5);

}



.speBox .swiper-button-next,

.speBox .swiper-button-prev {

  width: 75px;

  height: 75px;

  border-radius: 50%;

  box-sizing: border-box;

  background-color: #0063c9;

}



.speBox .swiper-button-prev,

.itemBox .swiper-button-prev,

.imgList .swiper-button-prev {

  left: -115px;

}



.speBox .swiper-button-next,

.itemBox .swiper-button-next,

.imgList .swiper-button-next {

  right: -115px;

}



.banSwiper .swiper-button-next .iconfont,

.banSwiper .swiper-button-prev .iconfont,

.disSwiper .swiper-button-next .iconfont,

.disSwiper .swiper-button-prev .iconfont,

.speBox .swiper-button-next .iconfont,

.speBox .swiper-button-prev .iconfont,

.itemBox .swiper-button-next .iconfont,

.itemBox .swiper-button-prev .iconfont,

.imgList .swiper-button-next .iconfont,

.imgList .swiper-button-prev .iconfont {

  color: #fff;

  font-size: 26px;

}



.banSwiper .swiper-pagination {

  display: none;

}



.banSwiper .swiper-pagination-clickable .swiper-pagination-bullet {

  background: #fff;

}



.banSwiper .swiper-pagination-clickable .swiper-pagination-bullet.swiper-pagination-bullet-active {

  background: #ebb32d;

}



.banSweInfo {

  width: 100%;

  height: 100%;

  z-index: 1;

  position: absolute;

  top: 0;

  display: flex;

  align-items: center;

  justify-content: center;

  box-sizing: border-box;

  padding: 0 0 100px;

  color: #fff;

  text-align: center;

  transition: .6s;

  opacity: 0;

}



.swiper-slide-active .banSweInfo {

  opacity: 1;

}



.banCont {

  width: 100%;

  height: 100%;

  z-index: 1;

  position: absolute;

  top: 0;

  display: flex;

  align-items: center;

  justify-content: center;

  box-sizing: border-box;

  color: #fff;

  text-align: center;

}



.banCont h1,

.banSweInfo h1 {

  font-family: Moderat-Bold;

  font-size: 60px;

  font-weight: normal;

  font-stretch: normal;

  letter-spacing: 0px;

  color: #ffffff;

}



.banCont p,

.banSweInfo p {

  font-family: Moderat-Regular;

  font-size: 24px;

  font-weight: normal;

  font-stretch: normal;

  margin: 35px 0;

  letter-spacing: 0px;

  color: #ffffff;

}



.banCont a,

.banSweInfo a {

  display: flex;

  align-items: center;

  justify-content: center;

  margin: 0 auto;

  width: 200px;

  height: 65px;

  border-radius: 33px;

  font-family: Moderat-Bold;

  font-size: 18px;

  font-weight: normal;

  font-stretch: normal;

  letter-spacing: 0px;

  color: #ffffff;

}



.banSweInfo a {

  background-color: #ebb32d;

}



.banCont a {

  background-color: #3c79d6;

}



.group {

  position: relative;

  z-index: 1;

  padding: 70px;

  margin-top: -120px;

  background: #fff;

}



.group h5 {

  display: inline-block;

  padding: 15px 20px;

  background-color: #f4f4f4;

  font-family: Moderat-Bold;

  font-size: 14px;

  font-weight: normal;

  font-stretch: normal;

  letter-spacing: 0px;

  color: #000000;

  border-left: 3px solid #ebb32d;

}



.gropBox {

  display: grid;

  grid-template-columns: repeat(2, 48%);

  justify-content: space-between;

  box-sizing: border-box;

}



.groTxt {

  padding: 20px 0 0;

}



.groTxt h3 {

  font-family: Moderat-Bold;

  font-size: 60px;

  font-weight: normal;

  font-stretch: normal;

  letter-spacing: 0px;

  color: #000000;

}



.groTxt p {

  font-family: Moderat-Regular;

  font-size: 16px;

  font-weight: normal;

  font-stretch: normal;

  line-height: 30px;

  letter-spacing: 0px;

  color: #5f5f5f;

  margin: 30px 0 70px;

}



.groTxt h4 {

  display: flex;

  align-items: center;

  font-family: Moderat-Regular;

  font-size: 24px;

  font-weight: normal;

  font-stretch: normal;

  line-height: 30px;

  letter-spacing: 0px;

  color: #000000;

  margin: 0 0 20px;

}



.groTxt img {

  display: block;

  margin-right: 20px;

}



.gropMg {

  position: relative;

  padding: 0 0 60px;

}



.gropMg img {

  display: block;

  width: 100%;

}



.proAbsout {

  width: 400px;

  box-sizing: border-box;

  border: 20px solid #fff;

  position: absolute;

  bottom: 0;

  left: -40%;

}



.figure {

  display: grid;

  grid-template-columns: repeat(2, 1fr);

  border-top: 1px solid #eee;

  border-bottom: 1px solid #eee;

  padding: 30px 0;

}



.figure>div {

  display: flex;

  align-items: center;

  justify-content: center;

}



.figure>div:first-child {

  border-right: 1px solid #eee;

}



.figure h3 {

  font-family: Moderat-Bold;

  font-size: 72px;

  font-weight: normal;

  font-stretch: normal;

  letter-spacing: 0px;

  color: #0056ae;

}



.figure p {

  font-family: Moderat-Regular;

  font-size: 24px;

  font-weight: normal;

  font-stretch: normal;

  line-height: 36px;

  letter-spacing: 0px;

  color: #000000;

  padding-left: 50px;

}



.display {

  margin: 115px 0 0;

  padding: 0 0 115px;

  background: url('../images/back.jpg') bottom no-repeat;

  background-size: 100%;

}



.display h3,

.special h3,

.img h3 {

  text-align: center;

  font-family: Moderat-Bold;

  font-size: 60px;

  font-weight: normal;

  font-stretch: normal;

  letter-spacing: 0px;

  color: #000000;

}



.dispBox {

  width: 100%;

  position: relative;

  margin: 85px 0 0;

  box-sizing: border-box;

  padding: 0 35px;

}



.disControl {

  display: flex;

  align-items: center;

  justify-content: center;

  gap: 20px;

  margin: 60px 0 0;

}



.disControl .swiper-button-prev,

.disControl .swiper-button-next {

  position: relative;

  top: auto;

  margin: 0;

  left: auto;

  right: auto;

}



.disSwiper a {

  position: relative;

  display: block;

}



.disSwiper p {

  position: absolute;

  width: 100%;

  bottom: 0;

  left: 0;

  box-sizing: border-box;

  padding: 20px 20px 40px;

  text-align: center;

  background: linear-gradient(to bottom, transparent 10%, rgba(0, 0, 0, .8) 100%);

  font-family: Moderat-Bold;

  font-size: 24px;

  font-weight: normal;

  font-stretch: normal;

  letter-spacing: 0px;

  color: #ffffff;

}



.special {

  padding: 110px 0 140px;

}



.speBox {

  position: relative;

  margin: 60px 0 0;

}



.speTxt {

  background: #fff;

  width: 87.5%;

  margin: -90px auto 0;

  position: relative;

  box-sizing: border-box;

  padding: 40px;

}



.speTxt h4 {

  font-family: Moderat-Bold;

  font-size: 24px;

  font-weight: normal;

  font-stretch: normal;

  line-height: 36px;

  letter-spacing: 0px;

  color: #000000;

  white-space: nowrap;

  text-overflow: ellipsis;

  overflow: hidden;

}



.speTxt p {

  font-family: Moderat-Regular;

  font-size: 16px;

  font-weight: normal;

  font-stretch: normal;

  line-height: 24px;

  letter-spacing: 0px;

  color: #878787;

  display: -webkit-box;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 2;

  text-overflow: ellipsis;

  overflow: hidden;

  margin: 20px 0;

}



.speTxt a {

  display: inline-block;

  background-color: #ebb32d;

  border-radius: 20px;

  padding: 15px 30px;

  font-family: Moderat-Bold;

  font-size: 14px;

  font-weight: normal;

  font-stretch: normal;

  letter-spacing: 0px;

  color: #ffffff;

}



.hotel {

  margin: 150px 0;

  display: flex;

  justify-content: space-between;

}



.hotMg {

  width: 35%;

  max-width: 680px;

}



.hotMg img {

  display: block;

  width: 100%;

}



.hotxt {

  width: 24%;

  max-width: 460px;

  display: flex;

  align-items: center;

}



.hotxt h3 {

  font-family: Moderat-Bold;

  font-size: 48px;

  font-weight: normal;

  font-stretch: normal;

  letter-spacing: 0px;

  color: #000000;

  margin: 0 0 40px;

}



.hotxt p {

  font-family: Moderat-Regular;

  font-size: 16px;

  font-weight: normal;

  font-stretch: normal;

  line-height: 30px;

  letter-spacing: 0px;

  color: #5f5f5f;

}



.hotRght {

  position: relative;

  display: flex;

  justify-content: flex-start;

  align-items: center;

  max-width: 560px;

  width: 29%;

  box-sizing: border-box;

  padding: 20px 0;

}



.hotRght::after {

  content: '';

  display: block;

  height: 100%;

  width: 80%;

  position: absolute;

  top: 0;

  right: 0;

}



.hotRght img {

  display: block;

  max-width: 100%;

  position: relative;

  z-index: 1;

}



.items {

  padding: 80px 0;

  background-size: cover;

  background-repeat: no-repeat;

  background-position: center;

}



.items h3 {

  font-family: Moderat-Bold;

  font-size: 60px;

  font-weight: normal;

  font-stretch: normal;

  letter-spacing: 0px;

  color: #ffffff;

  text-align: center;

}



.itemBox {

  position: relative;

  margin: 55px 0 0;

}



.iteList {

  background: #fff;

  display: block;

  width: 100%;

  box-sizing: border-box;

  border-radius: 20px 0 20px 0;

  padding: 30px 25px;

}



.itetxt {

  padding: 20px 0;

}



.itetxt h4 {

  font-family: Moderat-Bold;

  font-size: 24px;

  font-weight: normal;

  font-stretch: normal;

  letter-spacing: 0px;

  color: #000000;

  margin: 0 0 10px;

  white-space: nowrap;

  text-overflow: ellipsis;

  overflow: hidden;

}



.itetxt h6 {

  font-family: Moderat-Bold;

  font-size: 16px;

  font-weight: normal;

  font-stretch: normal;

  letter-spacing: 0px;

  color: #ff0000;

}

.pdf {
  width: 210px;
  height: 60px;
  background-color: #ffffff;
  border-radius: 30px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin: 50px auto 0;
  font-family: Moderat-Bold;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #000000;
}



.img {

  padding: 110px 0 150px;

}



.imgList {

  position: relative;

  margin: 70px 0 0;

}



.collection,

.colents {

  display: grid;

  grid-template-columns: repeat(2, 1fr);

  gap: 20px;

}



.collection a {

  position: relative;

  display: block;

}



.collection a div {

  position: absolute;

  width: 100%;

  height: 100%;

  background: rgba(0, 0, 0, .5);

  top: 0;

  left: 0;

  transition: .6s;

  display: flex;

  align-items: center;

  justify-content: center;

}



.collection a:hover div {

  background: none;

}



.collection p {

  font-family: Moderat-Regular;

  font-size: 18px;

  font-weight: normal;

  font-stretch: normal;

  line-height: 30px;

  letter-spacing: 0px;

  color: #ffffff;

}



.collection a:hover p {

  display: none;

}



.collection .iconfont {

  align-items: center;

  justify-content: center;

  width: 90px;

  height: 90px;

  background-color: #3c79d6;

  border-radius: 50%;

  color: #fff;

  font-size: 30px;

  display: none;

}



.collection a:hover .iconfont {

  display: flex;

}





@media screen and (max-width:1680px) {



  .wrap {

    width: 1200px;

  }



  .headNav {

    gap: 20px;

  }



  .logo {

    width: 80px;

  }



  .speBox .swiper-button-prev,

  .itemBox .swiper-button-prev,

  .imgList .swiper-button-prev {

    left: -80px;

  }



  .speBox .swiper-button-next,

  .itemBox .swiper-button-next,

  .imgList .swiper-button-next {

    right: -80px;

  }



  .group {

    padding: 30px;

    margin-top: -100px;

  }



  .gropMg {

    padding: 0 0 100px;

  }



  .proAbsout {

    width: 390px;

    border: 20px solid #fff;

    left: -30%;

  }



}







@media screen and (max-width:1440px) {



  .wrap {

    width: 1100px;

  }



  .hadIcon a {

    width: 34px;

    height: 34px;

    margin-left: 10px;

  }



  .hadIcon a .iconfont {

    font-size: 17px;

  }



  .headNav {

    gap: 15px;

  }



  .logo {

    width: 70px;

  }



  header {

    height: 100px;

  }



  .banCont h1,

  .banSweInfo h1,

  .display h3,

  .special h3,

  .img h3,

  .items h3,

  .fotLeft h3,

  .groTxt h3 {

    font-size: 46px;

  }



  .banCont p,

  .banSweInfo p {

    font-size: 20px;

    margin: 20px 0;

  }



  .banCont a,

  .banSweInfo a {

    width: 200px;

    height: 50px;

    border-radius: 25px;

    font-size: 16px;

  }



  .hotel {

    margin: 100px 0;

  }



  .hotxt {

    width: 30%;

  }



  .hotxt h3 {

    font-size: 36px;

    margin: 0 0 20px;

  }



  .collection .iconfont {

    width: 70px;

    height: 70px;

    font-size: 26px;

  }



  .itetxt h4 {

    font-size: 20px;

  }



  .img {

    padding: 100px 0;

  }



  .proAbsout {

    width: 360px;

    border: 10px solid #fff;

    left: -30%;

  }



  .dispBox {

    margin: 35px 0 0;

    padding: 0 25px;

  }



  .display {

    margin: 60px 0 0;

    padding: 0 0 60px;

  }



  .disControl {

    gap: 20px;

    margin: 30px 0 0;

  }



  .disSwiper p {

    padding: 10px 10px 20px;

    font-size: 18px;

  }



  .speTxt {

    padding: 20px;

  }



  .banSweInfo {

    padding: 0 0 40px;

  }



}







@media screen and (max-width:1280px) {



  .wrap {

    width: 980px;

  }



  .headNav {

    gap: 10px;

  }



  .headNav a {

    font-size: 13px;

  }



  .hadIcon a {

    width: 32px;

    height: 32px;

    margin-left: 5px;

  }



  .hadIcon a .iconfont {

    font-size: 15px;

  }



  .logo {

    width: 60px;

  }



  .banCont h1,

  .banSweInfo h1,

  .display h3,

  .special h3,

  .img h3,

  .items h3,

  .fotLeft h3,

  .banSweInfo h1,

  .groTxt h3 {

    font-size: 40px;

  }



  .banCont p,

  .banSweInfo p {

    font-size: 18px;

    margin: 10px 0;

  }



  .banCont a,

  .banSweInfo a {

    width: 200px;

    height: 40px;

    border-radius: 25px;

    font-size: 15px;

  }



  .speBox .swiper-button-next,

  .itemBox .swiper-button-next,

  .imgList .swiper-button-next {

    right: -10px;

  }



  .speBox .swiper-button-prev,

  .itemBox .swiper-button-prev,

  .imgList .swiper-button-prev {

    left: -10px;

  }



  .collection,

  .colents {

    gap: 15px;

  }



  .imgList {

    margin: 30px 0 0;

  }



  .fotBox {

    gap: 60px;

    margin: 30px 0 0;

  }



  .figure h3 {

    font-size: 60px;

  }



  .banSwiper .swiper-button-next,

  .banSwiper .swiper-button-prev,

  .speBox .swiper-button-next,

  .speBox .swiper-button-prev {

    width: 55px;

    height: 55px;

  }



}



.menu,

.headNav .icon-down {

  display: none;

}



@media screen and (max-width:1024px) {



  .wrap {

    width: 90%;

  }



  .headNav {

    display: none;

    background: #fff;

    position: fixed;

    width: 100%;

    height: 100%;

    left: 0;

    top: 100px;

    box-sizing: border-box;

    padding: 40px 0;

  }



  .active .headNav {

    top: 80px;

  }



  .headNav li {

    width: 100%;

    box-sizing: border-box;

    padding: 0 10%;

    height: auto;

    justify-content: space-between;

    flex-wrap: wrap;

  }



  .headNav a {

    color: #000;

    font-size: 20px;

    margin: 10px 0;

  }





  .headNav .icon-down {

    font-size: 30px;

    font-weight: 600;

    color: #000;

  }



  .headNav .active .icon-down {

    transform: rotateX(180deg);

    color: #ebb32d;

  }



  .hadIcon {

    gap: 30px;

  }



  .hadIcon a .iconfont {

    font-size: 20px;

  }



  .hadIcon a {

    width: 40px;

    height: 40px;

  }



  .hadSon {

    display: none;

    position: relative;

    top: 0;

    transition: none;

  }



  .headNav .hadSon a {

    color: #000;

    border-color: transparent;

  }



  .menu,

  .headNav .icon-down {

    display: block;

  }



  .menu .iconfont {

    font-size: 40px;

    color: #EED88F;

  }



  .banner>img,

  .banSwiper img {

    width: 150%;

  }



  .hotel {

    flex-wrap: wrap;

    gap: 30px;

  }



  .hotMg,

  .hotxt,

  .hotRght {

    width: 100%;

    max-width: none;

  }



  .hotxt {

    box-sizing: border-box;

    padding: 0 8%;

  }



  .iteList {

    padding: 20px 15px;

  }



  .disSwiper .swiper-button-next,

  .disSwiper .swiper-button-prev,

  .itemBox .swiper-button-next,

  .itemBox .swiper-button-prev,

  .imgList .swiper-button-next,

  .imgList .swiper-button-prev,

  .banSwiper .swiper-button-next,

  .banSwiper .swiper-button-prev,

  .speBox .swiper-button-next,

  .speBox .swiper-button-prev {

    width: 45px;

    height: 45px;

  }



  .banCont h1,

  .banSweInfo h1,

  .display h3,

  .special h3,

  .img h3,

  .items h3,

  .fotLeft h3,

  .groTxt h3 {

    font-size: 36px;

  }



  .fotBox {

    gap: 30px;

    margin: 30px 0 0;

  }



  .toCont input,

  .toCont textarea {

    padding: 10px 20px;

  }



  .toCont button,

  .toCont input {

    height: 45px;

  }



  .toCont {

    gap: 15px;

  }



  .toCont input {

    width: calc((100% - 15px) / 2);

  }



  .collection .iconfont {

    width: 56px;

    height: 56px;

    font-size: 20px;

  }



  .hotRght img {

    width: 70%;

  }



  .group {

    padding: 30px;

    margin-top: -50px;

  }



  .gropBox {

    grid-template-columns: repeat(1, 100%);

    gap: 30px;

  }



  .groTxt p {

    font-size: 15px;

    line-height: 25px;

    margin: 20px 0 40px;

  }



  .groTxt img {

    margin-right: 10px;

    width: 46px;

  }



  .groTxt h4 {

    font-size: 20px;

  }



  .proAbsout {

    width: 330px;

    border: 10px solid #fff;

    left: -10%;

  }



  .gropMg {

    padding: 0 0 40px;

  }



  .figure h3 {

    font-size: 40px;

  }



  .figure p {

    font-size: 20px;

    line-height: 25px;

    padding-left: 20px;

  }



  .speTxt {

    width: 90%;

    margin: -40px auto 0;

    padding: 20px;

  }



  .speTxt h4 {

    font-size: 20px;

  }



  .speTxt p {

    font-size: 15px;

    margin: 10px 0 15px;

  }



  .speTxt a {

    padding: 10px 30px;

    font-size: 14px;

  }



}





@media screen and (max-width:768px) {



  .logo {

    width: 40px;

  }



  header.active .logo {

    width: 30px;

  }



  .menu .iconfont {

    font-size: 32px;

  }



  header {

    height: 60px;

  }



  header.active {

    height: 40px;

  }



  .banCont h1,

  .banSweInfo h1,

  .display h3,

  .special h3,

  .img h3,

  .items h3,

  .fotLeft h3,

  .hotxt h3,

  .groTxt h3 {

    font-size: 26px;

  }



  .banCont p,

  .banSweInfo p {

    font-size: 16px;

    margin: 8px 0;

  }



  .banner>img,

  .banSwiper img {

    width: 200%;

  }



  .hotel {

    margin: 50px 0;

  }



  .hotxt p,

  .collection p,

  .fotLeft p {

    font-size: 15px;

    line-height: 25px;

  }



  .hotRght img {

    width: 80%;

  }



  .headNav {

    top: 60px;

  }



  .active .headNav {

    top: 40px;

  }



  .items,

  .img,

  footer {

    padding: 40px 0;

  }



  .banSwiper .swiper-button-next .iconfont,

  .banSwiper .swiper-button-prev .iconfont,

  .disSwiper .swiper-button-next .iconfont,

  .disSwiper .swiper-button-prev .iconfont,

  .speBox .swiper-button-next .iconfont,

  .speBox .swiper-button-prev .iconfont,

  .itemBox .swiper-button-next .iconfont,

  .itemBox .swiper-button-prev .iconfont,

  .imgList .swiper-button-next .iconfont,

  .imgList .swiper-button-prev .iconfont {

    font-size: 20px;

  }



  .disSwiper .swiper-button-next,

  .disSwiper .swiper-button-prev,

  .itemBox .swiper-button-next,

  .itemBox .swiper-button-prev,

  .imgList .swiper-button-next,

  .imgList .swiper-button-prev {

    width: 35px;

    height: 35px;

  }



  .collection,

  .fotBox {

    grid-template-columns: repeat(1, 1fr);

  }



  .foter>h5 {

    padding: 10px 15px;

    border-left: 2px solid #ebb32d;

    font-size: 12px;

  }



  .fotLeft h3 {

    margin: 0 0 15px;

  }



  .contUs {

    margin: 20px 0;

  }



  .contUs div {

    margin: 0 0 10px;

  }



  .contUs .iconfont {

    font-size: 20px;

    margin-right: 15px;

  }



  .contUs h6 {

    font-size: 14px;

  }



  .contUs div:first-child h6 {

    font-size: 20px;

  }



  .contUs div:first-child h6 {

    font-size: 20px;

  }



  .toCont button {

    width: 140px;

    height: 30px;

    font-size: 13px;

  }



  .group {

    padding: 15px;

    margin-top: -50px;

  }



  .gropBox {

    gap: 10px;

  }



  .groTxt h4 {

    font-size: 16px;

    margin: 0 0 10px;

  }



  .groTxt img {

    margin-right: 10px;

    width: 38px;

  }



  .groTxt p {

    margin: 20px 0;

  }



  .proAbsout {

    width: 190px;

    left: -10%;

  }





  .figure {

    padding: 15px 0;

  }



  .figure h3 {

    font-size: 22px;

  }



  .figure p {

    font-size: 12px;

    line-height: 25px;

    padding-left: 10px;

  }



  .display {

    margin: 30px 0 0;

    padding: 0 0 30px;

    background-size: 180%;

  }



  .speBox {

    margin: 30px 0 0;

  }



  .special {

    padding: 40px 0;

  }



  .speTxt {

    padding: 10px;

  }



}