.map {
  width: 100%;
  padding-top: 75px;
  padding-bottom: 100px;
  background: url(../images/forum1.png) no-repeat center;
  background-size: cover;
}

.map_title {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.map_title > h4 {
  font-size: 36px;
  font-weight: 700;
  text-align: left;
  color: #008ed8;
}

.map_main {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.map_center {
  width: 160px;
  height: 68px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* background: linear-gradient(180deg, #1E88FF 0%, #0066DA 100%); */
  background-color: #002fa7;
  transition: 0.5s;
  margin-right: 20px;
  margin-bottom: 20px;
}

.map_center:hover {
  transition: 0.5s;
  transform: scale(1.1);
}

.map_center > a {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
}

.bx {
  width: 1168px;
  margin: 0 auto;
}

.top {
  width: 100%;
  height: 41px;
  background: #f3f1f1;
  text-align: right;
}

.top-left {
  height: 59px;
  display: flex;
  justify-content: space-between;
  color: #002fa7;
}

.top-left > div {
  margin-left: 10px;
}

.top-left h2 {
  font-size: 28.5px;
  margin: 0px 0 15px;
}

.top-left p {
  font-size: 16px;
}

.top-1 {
  padding: 30px 0;
  background: url("../img/acb679fdd949955552cd5086b2badf4.jpg") no-repeat center;
  background-size: cover;
}

.top-1 > .bx {
  display: flex;
  justify-content: space-between;
}

.top-right {
  margin-top: 10px;
  width: 360px;
  height: 40px;
  border: 1px solid #002fa7;
  display: flex;
}

.top-right > input {
  margin-bottom: 0;
  border: 0;
  width: 294px;
  height: 40px;
  padding: 0 10px;
  font-size: 16px;
}

.top-right > span {
  display: inline-block;
  width: 46px;
  height: 32px;
  background-color: #002fa7;
  text-align: center;
  padding-top: 8px;
  cursor: pointer;
}

.nav {
  width: 57px;
  width: 100%;
  min-width: 1168px;
  background: linear-gradient(to left, #02834b, #02834b, #0462bc 70%);
}

.nav > div > ul {
  display: flex;
  justify-content: space-between;
}

.nav > div > ul > li {
  line-height: 57px;
  text-align: center;
  padding: 0 24px;
  position: relative;
  cursor: pointer;
}

.nav > div > ul > li::after {
  content: "";
  width: 100%;
  height: 20%;
  position: absolute;
  top: 100%;
  left: 0%;
  z-index: 999;
}

.nav > div > ul > li > a {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
}

.nav-two {
  position: absolute;
  top: 65px;
  left: -35%;

  background: linear-gradient(to left, rgba(2, 131, 75, 0.5), rgba(2, 131, 75, 0.5), rgba(4, 98, 188, 0.5) 70%);
  z-index: 99;
  border-radius: 10px;
  display: none;
  padding: 10px 0px;
  min-width: 210px;
}

.nav-fu {
  position: absolute;
  top: 65px;
  left: -98px;
  background: linear-gradient(to left, rgba(2, 131, 75, 0.5), rgba(2, 131, 75, 0.5), rgba(4, 98, 188, 0.5) 70%);
  z-index: 99;
  border-radius: 10px;
  display: none;
  padding: 10px 0px;
  width: 320px;
}

.nav-fu > .triangle {
  position: absolute;
  top: -18px;
  left: 45%;
}

.nav-two > ul,
.nav-fu > ul {
  display: flex;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.nav-fu ul > li {
  width: 48%;
}

.nav-two ul > li {
  width: 100%;
}

.nav-two > ul > li > a,
.nav-fu > ul > li > a {
  width: 100%;
  height: 45px;
  line-height: 45px;
  display: block;
  font-weight: 700;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.triangle {
  position: absolute;
  top: -18px;
  left: 45%;
  border: 10px solid #0267ca;
  border-top: 10px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

.nav > .bx > ul > li:hover .nav-two,
.nav > .bx > ul > li:hover .nav-fu {
  display: block;
}

.nav-two > ul > li > a:hover,
.nav-fu > ul > li > a:hover {
  background: #0267ca;
}

.nav-two > ul > li:hover a,
.nav-fu > ul > li:hover a {
  color: #36f336;
}

.nav-logo img {
  height: 57px;
  /* margin-left: 80px; */
}

.nav-logo {
  position: absolute;
  left: 12%;
  display: none;
}

@media screen and(max-width: 1680px) {
  .nav-logo {
    position: absolute;
    left: 14.5%;
    display: none;
  }
}

@media screen and(max-width: 1600px) {
  .nav-logo {
    position: absolute;
    left: 12.5%;
    display: none;
  }
}

@media screen and(max-width: 1440px) {
  .nav-logo {
    position: absolute;
    left: 8.3%;
    display: none;
  }
}

@media screen and(max-width: 1360px) {
  .nav-logo {
    position: absolute;
    left: 6%;
    display: none;
  }
}

@media screen and(max-width: 1280px) {
  .nav-logo {
    position: absolute;
    left: 3%;
    display: none;
  }
}

.nav-logo1 {
  display: block;
}

.navnav {
  position: fixed;
  top: 0;
  z-index: 99999;
}

.navnav.nav > div > ul {
  display: flex;
  justify-content: flex-end !important;
}

.right {
  width: 67px;
  position: fixed;
  right: 0;
  top: 30%;
  background: #fff;
  text-align: center;
  z-index: 9999999;
}

.iconfont {
  font-size: 30px;
  line-height: 40px;
}

.right > a,
.right > div {
  color: #0267ca;
  display: block;
  width: 67px;
  height: 75px;
  border: 1px solid #ccc;
  cursor: pointer;
}

.right p {
  font-size: 14px;
  line-height: 35px;
}

.right > a:hover,
.right > div:hover {
  color: #fff;
  background: #0370dc;
}

.is {
  background: #0370dc;
}

.nav > div > ul > li:hover {
  background: #0370dc;
}

.a00 {
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.a00 a {
  display: inline-block;
  color: #002fa7;
  font-size: 15px;

  padding: 5px 10px;
  background: #fff;

  border: 1px solid #002fa7;
}

.a11 {
  margin-right: 10px;
}

.a11 > img {
  margin-right: 5px;
}

.footer_map {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px 0;
  background: #1b3557;
}

.footer_map > a {
  color: #fff;
  font-size: 12px;
}

.rightewma {
  position: relative;
}

.rightewma:hover .righta3img {
  opacity: 1;
}

.righta3img {
  opacity: 0;
  position: absolute;
  top: -15%;
  right: 67px;
  width: 90px;
  height: 90px;
  padding: 3px;
  /*background: #000;*/
}

.righta3img > img {
  width: 100%;
  height: 100%;
}

#describe {
  overflow: hidden;
}

.phone-menu,
.shouji_banner,
.shouji_swiper2,
.shouji_swiper3,
.dahui-bannershouji,
.Swipernews {
  display: none;
}

.swiper-container,
.swiper2,
.dahui-banner {
  display: block;
}

.xs {
  width: 1168px;
  margin: 0 auto;
}

.xs .xs-aa {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}

.mySwiper {
  width: 100%;
  height: 81.2vh;
  margin-top: 0;
}

.mySwiper .swiper-wrapper {
  width: 100%;
  height: 100%;
}

.mySwiper .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.mySwiper .swiper-slide > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mySwiper .swiper-pagination {
  opacity: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  z-index: 998;
  position: absolute;
  top: 95%;
  left: 0%;
}

.mySwiper .swiper-pagination-bullet {
  width: 20px;
  height: 5px;
  background-color: rgba(0, 0, 0, 0.4);
  box-shadow: 5px 5px 15px #ccc;
  margin: 0 5px;
}

.mySwiper .swiper-pagination-bullet-active {
  width: 20px;
  height: 5px;
  background-color: #076fbe;
}

.mySwiper .swiper-button-prev {
  cursor: pointer;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 10%;
  background-color: rgb(7, 111, 190);
  font-size: 26px;
  font-family: 宋体;
  z-index: 998;
  color: rgb(255, 255, 255);
  /* font-weight: 700; */
  padding: 5px 10px;
}

.mySwiper .swiper-button-next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  opacity: 0;
  right: 10%;
  background-color: rgb(7, 111, 190);
  font-size: 26px;
  font-family: 宋体;
  z-index: 998;
  color: rgb(255, 255, 255);
  /* font-weight: 700; */
  padding: 5px 10px;
}

.mySwiper .swiper-slide > video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mySwiper:hover .swiper-button-next {
  opacity: 1;
}

.mySwiper:hover .swiper-button-prev {
  opacity: 1;
}

@media (max-width: 640px) {
  .bx {
    width: 95%;
    margin: 0 auto;
  }

  .top-1 {
    display: none;
  }

  .top-1 > .bx {
    flex-direction: column;
  }

  .top-left {
    width: 100%;
    height: auto;
    display: none;
  }

  .top-right {
    display: none;
  }

  .nav {
    min-width: 100%;
    width: 100%;
    display: none;
  }

  .nav > div > ul,
  .content {
    width: 100%;
    flex-direction: column;
  }

  .nav > div > ul > li {
    width: 100%;
    padding: 0;
  }

  .news {
    height: auto;
    margin-top: 20px;
  }

  .swiper3 {
    height: 250px;
    padding-bottom: 20px;
  }

  .swiper3 .swiper-pagination {
    bottom: var(--swiper-pagination-bottom, -2px) !important;
  }

  .swiper4 img,
  .medium-img img {
    height: 70px;
  }

  .swiper4 img,
  .medium-img img {
    width: 48%;
  }

  .swiper4 img:nth-child(6n + 6) {
    margin-right: auto;
  }

  .medium-img img:nth-child(6n + 6) {
    margin-right: auto;
  }

  .swiper4 {
    height: 320px !important;
  }

  .swiper-container,
  .news,
  .swiper1 {
    width: 100%;
  }

  .swiper1 {
    height: 250px;
  }

  .swiper-container,
  .swiper2,
  .dahui-banner {
    display: none;
  }

  .shouji_swiper2,
  .shouji_swiper3,
  .dahui-bannershouji {
    display: block;
  }

  .dahui-bannershouji {
    margin-top: 20px;
    width: 100%;
    height: 150px;
    background: url("../img/dahuibanner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }

  .shouji_swiper3 {
    width: 100%;
    height: 110px;
    overflow: hidden;
    position: relative;
  }

  .shouji_swiper3 img {
    width: 100%;
    height: 100%;
  }

  .shouji_swiper2 {
    width: 100%;
    height: 100px;
    overflow: hidden;
    margin-top: 20px;
  }

  .shouji_swiper2 .woczss {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .shouji_swiper2 .woczss > a {
    width: 48%;
    height: 100%;
  }

  .shouji_swiper2 .woczss > a > img {
    width: 100%;
    height: 100%;
  }

  .shouji_swiper2 img {
    width: 100%;
    height: 100%;
  }

  .review {
    margin: 20px auto;
  }

  .review img {
    width: 100%;
  }

  .content1 {
    flex-direction: column;
  }

  .Swipernews {
    margin-top: 10px;
    display: flex;
    position: relative;
  }

  .Swipernews .swiper-button-next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    opacity: 1;
    right: 1%;
    padding: 5px 10px;

    font-size: 16px;
    font-family: "宋体";
    z-index: 998;
    color: #fff;
    font-weight: lighter;
  }

  .Swipernews .swiper-button-prev {
    cursor: pointer;
    opacity: 1;
    position: absolute;
    top: 50%;
    left: 1%;
    padding: 5px 10px;

    font-size: 16px;
    font-family: "宋体";
    z-index: 998;
    color: #fff;
    font-weight: lighter;
  }

  .imgg {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    display: none;
  }

  .imgg > div {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
  }

  .swiper4 {
    width: 100%;
    height: 300px;
  }

  .content {
    margin-top: 20px;
  }

  .news {
    margin-bottom: 20px;
  }

  .content1 img {
    width: 100%;
  }

  .shadow-tietle {
    display: none;
  }

  .shadow-box {
    width: 98%;
    height: 98%;
    padding: 1% !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 14px;
  }

  .imgg > div:hover .shadow-box {
    display: flex;
  }

  .shadow-box p {
    margin-top: 5px;
    color: #fff;
    overflow: hidden;
    width: 75%;
    transform: translateY(0);
    opacity: 1;
  }

  .shadow-box p span {
    color: #fff !important;
  }

  .news-text {
    width: 65%;
  }

  .news-date {
    width: 30%;
    text-align: right;
  }

  .nav-bottom {
    padding: 20px 0;
  }

  .navbottom {
    width: 100%;
    flex-direction: column;
  }

  .erweima img {
    width: 120px;
    height: 120px;
  }

  .erweima {
    margin-top: 20px;
  }

  .erweima p {
    text-align: left !important;
  }

  .right {
    display: none;
  }

  .kong {
    width: 100% !important;
  }

  .nav-navs {
    position: relative !important;
    top: 0 !important;
    margin: 20px 0 !important;
  }

  .nav-navs > ul {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }

  .nav-navs li {
    width: 49% !important;
  }

  .jc-aaa {
    margin-left: 0 !important;
    width: 100% !important;
  }

  .dahui-content {
    margin-left: 0 !important;
    margin-bottom: 0 !important;
    margin-top: 40px !important;
  }

  .dahui-title p {
    width: 47% !important;
  }

  .dahui-title img {
    width: 66% !important;
    height: 20px;
    margin-left: 0 !important;
    object-fit: cover;
  }

  .newsctn-title > h4 {
    font-size: 22px !important;
    line-height: 30px;
  }

  .newsctn-title > div > p {
    margin: 0 0 !important;
    font-size: 14px !important;
  }

  .sxy > a {
    margin-bottom: 10px;
  }

  .enroll_form .form-group {
    width: 100%;
  }

  .enroll_form .form-group label {
    width: 30%;
  }

  .enroll_form .form-group input {
    width: 70%;
  }

  .form-select label {
    width: 30%;
  }

  .enroll_form .form-group .con {
    width: 25%;
  }

  .enroll_form .form-group .form-control-l {
    width: 70%;
  }

  .form-select {
    width: 100%;
  }

  .enroll_form > .btn {
    width: 100%;
    left: 0%;
  }

  .cz-box {
    width: 100%;
  }

  .jc-img img {
    width: 100% !important;

    margin-bottom: 20px;
  }

  .swiper6 {
    height: 200px !important;
  }

  .swiper5 {
    height: 400px !important;
  }

  .swiper-bottom img {
    height: 100px !important;
  }

  .hotel_center th {
    white-space: wrap !important;
  }

  .checkbox_qt {
    width: 100%;
  }

  .form-checkbox > div {
    margin-top: 10px;
    display: block;
  }

  .banner-text {
    display: none;
  }

  .phone-menu {
    z-index: 999;
    background-color: #fff;
    float: left;
    width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    height: 70px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 0;
  }

  .fen {
    width: 10%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    margin-right: 2%;
  }

  .fen div {
    height: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 32px;
  }

  .fen div span {
    height: 10px;
    font-size: 30px;
    font-weight: 700;
  }

  .phone-logo {
    width: 80%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 2%;
  }

  .phone-logo div {
    height: 50%;
    display: flex;
    align-items: center;
  }

  .phone-logo div img {
    height: 100%;
    margin-left: 110px;
  }

  .phone_text {
  }

  .phone_text > h4 {
    font-size: 18px;
    color: #002fa7;
    margin-bottom: 5px;
  }

  .phone_text > p {
    font-size: 12px;
    color: #002fa7;
  }

  .fen-menu {
    position: absolute;
    top: 70px;
    right: 0px;
    width: 55%;
    height: 90vh;
    background-color: rgb(0 47 167 / 92%);
  }

  .guan {
    width: 30px;
    height: 30px;
    float: right;
    text-align: center;
    line-height: 20px;

    border-radius: 50%;
    color: #fff;
    font-size: 24px;
    margin-top: 10px;
    position: relative;
    z-index: 999;
  }

  .fen-menu ul {
    margin-top: 94px;
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
  }

  .phone-icon img {
    width: 20px;
    height: 20px;
  }

  .fen-menu ul li {
    width: 100%;
    height: 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    text-align: left;
  }

  .fen-menu ul li a {
    width: 67%;
    margin: 10px;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    color: #fff;
    text-align: left;
    margin-left: 20px;
  }

  .jia {
    width: 10%;
    margin: 15px auto;
    font-size: 24px;
    font-weight: 700;
    line-height: 25px;
    color: #fff;
  }

  /* .jia:hover{
		transform: rotate(45deg);
		transition: transform 1s ease-out;
	} */
  .jia1 {
    transform: rotate(45deg);
    transition: transform 1s ease-out;
  }

  .jia2 {
    transform: rotate(0deg);
    transition: transform 1s ease-out;
  }

  .xx {
    display: none;
  }

  .fen-menuson {
    /*margin-top: 10px;*/
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }

  .fen-menuson div {
    text-align: center;
    width: 48%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .fen-menuson div a {
    text-align: left !important;
    line-height: 45px;
    font-weight: 500 !important;
    color: #fff;
  }

  .banner {
    display: none;
    margin-top: 20px;
  }

  .shouji_banner {
    height: 250px;
    margin-top: 20px;
    display: block;
  }

  .shouji_banner > div {
    width: 100%;
    height: 100%;
  }

  .shouji_banner video {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

  .shouji_banner .banner-text {
    display: none;
  }

  .news_center > a > span:nth-child(1) {
    width: 75%;
    color: #333;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .jc-xz {
    width: 90%;
    padding: 5%;
    margin-bottom: 10px;
  }

  .dahui-title {
    margin-top: 0px !important;
    margin-bottom: 40px !important;
  }

  .nav-bottom {
    margin-top: 45px !important;
  }

  .backk {
    width: 100%;
    height: 249px;
  }

  .footer_map > a {
    text-align: center;
    line-height: 25px;
    padding: 0 20px;
  }

  .news_center {
    margin-top: 40px;
    margin-bottom: 0px;
  }

  .zs-but {
    margin-bottom: 0px;
  }

  .dahui-weizhi {
    margin-top: 20px !important;
    padding-bottom: 10px !important;
  }

  .dahui-weizhi a {
    margin: 0 0px !important;
    margin-bottom: 10px !important;
  }

  .sxy {
    margin-bottom: 0px !important;
    margin-top: 40px;
    line-height: 30px;
  }

  .lx {
    margin-top: 40px !important;
    /*margin: 0 0 !important;*/
  }

  .about_ulnavtwo li {
    width: 47%;
    margin-right: 1%;
    height: 80px;
  }

  .about_ulnavtwo li img {
    height: 68px !important;
  }

  .about_ulnavtwo li:nth-child(3) {
    margin-right: 0;
  }

  .canzhan-box {
    margin: 0 0;
  }

  .news-top-nav {
    width: 70%;
  }

  .imgg > div:hover {
    width: 100%;
  }

  .shadow1 {
    height: 100% !important;
  }

  .zhengti-box {
    flex-direction: column;
  }

  .navs-js {
    position: relative !important;
    top: 0;
    height: auto !important;
  }

  .dahui-content p {
    text-indent: 0 !important;
  }

  .dahui-content img {
    max-width: 100% !important;
  }

  .jc-xz > a:nth-child(1) {
    text-overflow: ellipsis;
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
  }

  .jc-ch-box {
    width: 100%;
    height: 100%;
    justify-content: space-between !important;
  }

  .jc-box {
    width: 48% !important;
    height: 60% !important;
    /*margin: 0 !important;*/
    margin-bottom: 2%;
  }

  .jc-boxs {
    bottom: 0px !important;
  }

  .jc-img > a {
    width: 48% !important;
  }

  .jc-img {
    margin-top: 0 !important;
    flex-wrap: wrap;
  }

  .jc-text img {
    max-width: 100%;
  }

  .swiper6 img {
    height: 100% !important;
  }

  .swiper-top img {
    height: 240px !important;
  }

  .xc-box {
    margin-top: 0 !important;
  }

  .dahui-weizhi p {
    font-size: 14px;
  }

  .dahui-weizhi p a {
    font-size: 14px;
  }

  table {
    max-width: 100%;
  }

  img {
    max-width: 100%;
  }

  #describe p {
    line-height: 32px;
  }

  .hotel_center table {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    border-collapse: collapse;
  }

  .hotel_ulcontent li {
    overflow: hidden !important;
  }

  .navbottom h2 {
    margin-bottom: 10px;
  }

  .navbottom ul {
    margin-top: 5px !important;
    font-size: 14px;
  }

  .navbottom > div {
    margin-bottom: 15px;
  }

  .bx-child {
    width: 100%;
  }

  .bx-child div {
    width: 48%;
  }

  .navbtn1 {
    flex-direction: column;
    /*align-items: center;*/
    padding-left: 54px;
  }

  .navbtn1 p {
    margin-bottom: 10px;
    padding-right: 0;
  }

  .fanhuibtn {
    margin-bottom: 0 !important;
    display: flex;
    justify-content: center;
  }

  .fanhuibtn div {
    position: relative !important;
    left: 0 !important;
    margin-top: 20px;
  }

  .map_main {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .map_center {
    margin-right: 0;
  }

  .map {
    padding-top: 15px;
    padding-bottom: 0;
  }

  .newsctn-title {
    margin-top: 0 !important;
  }

  .news-content {
    margin-bottom: 0 !important;
  }

  .form-checkbox > div > div {
    width: 100%;
    line-height: 30px;
  }

  .about_ulnavtwo {
    justify-content: space-between;
  }

  .hotel_ulgl li {
    padding: 10px 5px;
    margin-left: 10px;
  }

  .xs {
    width: 95%;
    margin: 0 auto;
  }

  .jddhx {
    writing-mode: vertical-rl;
  }
}
