/*about*/
.intro{
    margin-top: 0 !important;
}
.intro:before{
    display: none;
}
.intro:after{
    display: none;
}
/*about*/
.common_title {
  position: relative;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.common_title .common_tit {
  width: 70%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  text-align: center;
}

.tenement {
  padding: 130px 0 138px;
  position: relative;
  overflow: hidden;
}
.tenement .w1440 {
  position: relative;
  z-index: 2;
}
.tenement .tenement_ani {
  position: relative;
  margin-top: 148px;
}
.tenement .animate {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}
.tenement .flx {
  color: #fff;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.tenement .flx img{
    height: 600px;
}
.tenement .flx > a {
    display: block;
    color: #fff;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 20px;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}
.tenement .flx > a:last-child {
  margin-right: 0;
}
.tenement .flx > a::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 1;
}
.tenement .flx > a::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 40%;
  left: 0;
  bottom: 0;
  background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.6));
  background-image: -moz-linear-gradient(transparent, rgba(0, 0, 0, 0.6));
  background-image: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.6));
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.6));
}
.tenement .flx .act {
  -webkit-flex: 4;
     -moz-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
}
.tenement .flx .act::before {
  opacity: 0;
}
.tenement .flx .act .default {
  opacity: 0;
}
.tenement .flx .act .txt {
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0.5s;
     -moz-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.tenement .default {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 0 50px;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
}
.tenement .txt {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 60px 70px;
  -webkit-transform: translateY(100%);
     -moz-transform: translateY(100%);
      -ms-transform: translateY(100%);
       -o-transform: translateY(100%);
          transform: translateY(100%);
}
.tenement .tit {
  line-height: 1;
}
.tenement .tit br{
    display: none;
}
.tenement .des {
  line-height: 1.6875;
  margin-top: 22px;
  width: 66%;
}
.tenement .hov_act .default {
  -webkit-animation: opa 2s;
     -moz-animation: opa 2s;
       -o-animation: opa 2s;
          animation: opa 2s;
}
.tenement .bg {
  position: absolute;
  left: -40%;
  bottom: -50%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: -webkit-radial-gradient(circle, #00acac 0%, transparent 40%);
  background: -moz-radial-gradient(circle, #00acac 0%, transparent 40%);
  background: -o-radial-gradient(circle, #00acac 0%, transparent 40%);
  background: radial-gradient(circle, #00acac 0%, transparent 40%);
}

@-webkit-keyframes opa {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes opa {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-o-keyframes opa {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes opa {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.service {
  color: #fff;
  position: relative;
  padding: 80px 0 0;
  min-height: 100vh;
  background-position: center;
  -o-background-size: cover;
     background-size: cover;
  background-image: url(../img/index/service_bg.jpg);
  background-attachment: fixed;
  position: relative;
  overflow: hidden;
}
.service::before {
  content: "";
  display: block;
  position: absolute;
  left: -50%;
  top: -35%;
  width: 100%;
  padding-bottom: 100%;
  height: 0;
  border-radius: 50%;
  background: -webkit-radial-gradient(circle, #00acac 0%, transparent 40%);
  background: -moz-radial-gradient(circle, #00acac 0%, transparent 40%);
  background: -o-radial-gradient(circle, #00acac 0%, transparent 40%);
  background: radial-gradient(circle, #00acac 0%, transparent 40%);
}
.service::after {
  content: "";
  display: block;
  position: absolute;
  right: -40%;
  bottom: -35%;
  width: 100%;
  padding-bottom: 100%;
  border-radius: 50%;
  background: -webkit-radial-gradient(circle, #00a1e4 0%, transparent 40%);
  background: -moz-radial-gradient(circle, #00a1e4 0%, transparent 40%);
  background: -o-radial-gradient(circle, #00a1e4 0%, transparent 40%);
  background: radial-gradient(circle, #00a1e4 0%, transparent 40%);
}
.service .service_bg {
  position: absolute;
  left: 0;
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.service .service_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service .w1440 {
  position: relative;
  z-index: 2;
}
.service .flx {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin-top: 115px;
}
.service .flx > div .card {
  margin-bottom: 40px;
}
.service .flx > div .card:last-child {
  margin-bottom: 0;
}
.service .flx > div:last-child {
  margin-top: 80px;
}
.service .flx > a {
  margin-top: 100px;
}
.service .card {
  width: 416px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  display: block;
  color: #fff;
}
.service .card:hover .img img {
  -webkit-transform: scale(1.05);
     -moz-transform: scale(1.05);
      -ms-transform: scale(1.05);
       -o-transform: scale(1.05);
          transform: scale(1.05);
}
.service .card:hover .tit {
  -webkit-transform: translateY(-10px);
     -moz-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
       -o-transform: translateY(-10px);
          transform: translateY(-10px);
}
.service .img {
  position: relative;
  height: 0;
  padding-bottom: 140%;
  overflow: hidden;
  display: block;
}
.service .img img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -o-object-fit: cover;
     object-fit: cover;
}
.service .tit {
  position: absolute;
  width: 100%;
  left: 0;
  text-align: center;
  line-height: 1;
  bottom: 40px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.pdc {
  padding: 138px 0 90px;
  position: relative;
  overflow: hidden;
}
.pdc .w1440{
    position: relative;
    z-index: 2;
}
.pdc .new_pdc{
    display: flex;
    justify-content: space-between;
    margin-top: 150px;
}
.pdc .new_l{
    width: 52%;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}
.pdc .new_l a{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    display: none;
}
.pdc .new_l .new_l_act{
    opacity: 1;
    display: block;
}
.pdc .new_l a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}
.pdc .new_l a:hover img{
    transform: scale(1.05);
}
.pdc .new_r{
    width: 41.6%;
}
.pdc .new_r .new_act{
    padding:40px 0;
    margin-top: 0 !important;
}
.pdc .new_r>div:not(:first-child){
    margin-top: 30px;
}
.pdc .new_tit{
    color: #333;
    opacity: 0.5;
    line-height: 1;
    cursor: pointer;
    transition: all 0.5s;
}
.pdc .new_tit:hover{
    opacity: 1;
}
.pdc .new_r .fnt_42{
    opacity: 1;
    position: relative;
    padding-left: 24px;
}
.pdc .new_r .fnt_42:before{
    left: 0;
    top: 0;
    position: absolute;
    content:'';
    display: block;
    width: 4px;
    height: 100%;
    background-image: linear-gradient(#00a0e7,#01ada9);
}
.pdc .new_r>div:first-child .new_des{
    display: block;
}
.pdc .new_des{
    display: none;
    margin-top: 38px;
}
.pdc .new_des a{
    color: #6d6e71;
    transition: all 0.5s;
    text-align: justify;
        display: block;
}
.pdc .new_des:hover a{
    color: #00609c;
}
.pdc .new_r .new_act{
    border-bottom: 1px solid #e4e5e5;
}


.pdc::before {
  content: "";
  display: block;
  position: absolute;
  right: -40%;
  top: -88%;
  width: 100%;
  padding-bottom: 100%;
  border-radius: 50%;
  background: -webkit-radial-gradient(circle, #00a1e4 0%, transparent 40%);
  background: -moz-radial-gradient(circle, #00a1e4 0%, transparent 40%);
  background: -o-radial-gradient(circle, #00a1e4 0%, transparent 40%);
  background: radial-gradient(circle, #00a1e4 0%, transparent 40%);
}
.pdc .sw {
  margin-top: 150px;
  margin-left: -webkit-calc((100% - 1440px) / 2);
  margin-left: -moz-calc((100% - 1440px) / 2);
  margin-left: calc((100% - 1440px) / 2);
}
.pdc .swiper-slide {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.pdc .l {
  width: 52%;
}
.pdc .img {
  position: relative;
  height: 0;
  padding-bottom: 67.87%;
  overflow: hidden;
  display: block;
  border-radius: 20px;
  overflow: hidden;
}
.pdc .img img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -o-object-fit: cover;
     object-fit: cover;
}
.pdc .img:hover img {
  -webkit-transform: scale(1.05);
     -moz-transform: scale(1.05);
      -ms-transform: scale(1.05);
       -o-transform: scale(1.05);
          transform: scale(1.05);
}
.pdc .r {
  width: 41.6%;
}
.pdc .tit {
  line-height: 1;
}
.pdc .des {
    padding-right: 30px;
  margin-top: 35px;
  line-height: 1.4em;
  color: #6d6e71;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 4.2em;
  text-align: justify;
}
.pdc .common_more {
  margin-top: 55px;
}
.pdc .flx {
  margin-top: 76px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pdc .flx img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.pdc .flx img:hover {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.pdc .flx span {
  margin: 0 50px;
  display: block;
  width: 1px;
  height: 35px;
  background: #eeeeee;
}
.pdc .line_flx {
    z-index: 99;
    position: relative;
  margin-top: 162px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pdc .line_r {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pdc .line_r svg {
  cursor: pointer;
}
.pdc .line_r svg path {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.pdc .line_r svg:hover path {
  fill: #00acac;
}
.pdc .number {
  margin: 0 30px;
  color: #6d6e71;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pdc .number > em:first-child {
  color: #333;
}
.pdc .number span {
  margin: 0 18px;
}
.pdc .line {
  height: 4px;
  width: 80%;
  background: #e5e5e5;
}
.pdc .swiper-scrollbar-drag {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
  background-image: -webkit-linear-gradient(left, #01ada9, #00a0e7);
  background-image: -moz-linear-gradient(left, #01ada9, #00a0e7);
  background-image: -o-linear-gradient(left, #01ada9, #00a0e7);
  background-image: linear-gradient(to right, #01ada9, #00a0e7);
}

.hotel {
  color: #fff;
  position: relative;
}
.hotel .img {
  position: relative;
  height: 0;
  padding-bottom: 56%;
  overflow: hidden;
  display: block;
}
.hotel .hotel_phone{
    position: absolute;
    color: #fff;
    left: 5%;
    top: 30px;
    z-index: 2;
    display: none;
}
.hotel .img img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s;
  opacity: 0;
}
.hotel .img .act {
  opacity: 1;
}
.hotel .text {
  position: absolute;
  left: 50%;
  top: 0;
  margin-top: 120px;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}
.hotel .txt {
  margin-top: 50px;
}
.hotel .txt > div {
  display: none;
}
.hotel .txt .act {
  display: block;
}
.hotel .des {
  margin-top: 30px;
  width: 39%;
  text-align: justify;
}
.hotel .common_more {
  margin-top: 80px;
}
.hotel .hotel_flx {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
          margin-bottom: 160px;
}
.hotel .flx {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hotel .flx div {
    text-align: center;
    font-weight: bold;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.hotel .hotel_line {
  margin-top: 22px;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
  height: 4px;
  background-image: -webkit-linear-gradient(left, #01adaa, #00a0e7);
  background-image: -moz-linear-gradient(left, #01adaa, #00a0e7);
  background-image: -o-linear-gradient(left, #01adaa, #00a0e7);
  background-image: linear-gradient(to right, #01adaa, #00a0e7);
}

.notice {
    display: none;
  overflow: hidden;
  padding: 100px 0 175px;
  background: #f4f5fb;
}
.notice .flx {
  margin-top: 90px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.notice .l {
  width: 33.33%;
  border-radius: 20px;
  color: #fff;
  overflow: hidden;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.notice .l a {
  color: #fff;
}
.notice .img {
  position: relative;
  height: 0;
  padding-bottom: 68.75%;
  overflow: hidden;
  display: block;
}
.notice .img img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -o-object-fit: cover;
     object-fit: cover;
}
.notice .img:hover img {
  -webkit-transform: scale(1.05);
     -moz-transform: scale(1.05);
      -ms-transform: scale(1.05);
       -o-transform: scale(1.05);
          transform: scale(1.05);
}
.notice .txt {
  -webkit-flex: auto;
     -moz-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  padding: 40px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -o-background-size: cover;
     background-size: cover;
  background-image: url(../img/index/notice.jpg);
}
.notice .tit {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 1.6875;
}
.notice .day {
  line-height: 1;
}
.notice .other_flx {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1;
  padding-top: 14px;
  margin-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.notice .other_flx a {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.notice .other_flx a svg {
  margin-left: 14px;
}
.notice .r {
  width: 64.58%;
  border-radius: 20px;
  padding: 35px 110px 35px 85px;
  background: #fff;
}
.notice .time {
  color: #6d6e71;
}
.notice .li {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.notice .li:last-child .li_r {
  border-bottom: none;
}
.notice .li_r {
  height: 100px;
  width: 76%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #e5e5e5;
}
.notice .list_tit {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.notice .list_tit a {
  color: #333;
  transition: all 0.5s;
}
.notice .list_tit a:hover{
    color: #00609c;
}
.notice_flx{
    overflow: hidden;
    border-radius: 10px;
    display: flex;
    background: #fff;
    margin-top: 30px;
}
.notice_one{
    margin-top: 0;
}
.notice .common_title{
   margin-bottom: 90px; 
}

.notice_l{
    width: 30%;
    position: relative;
    display: block;
}
.notice_l img{
    position: absolute;
                height: 100%;
                width: 100%;
                top: 0;
                bottom: 0;
                left: 0;
                right: 0;
                margin: auto;
                transition: all 0.5s;
                object-fit: cover;
}
.notice_r{
    width: 70%;
    padding: 35px 70px;
}
@media screen and (max-width: 1600px) {
    .notice .common_title {
    margin-bottom: 6.25%;
}
    .hotel .hotel_flx{
        margin-bottom: 40px;
    }
  .tenement {
    padding: 6.77% 0 7.1875%;
  }
  .tenement .tenement_ani {
    margin-top: 10%;
  }
  .tenement .img img {
    height: 530px;
  }
  .tenement .default {
    padding: 0 25px;
  }
  .tenement .txt {
    padding: 50px;
  }
  .tenement .des {
    margin-top: 15px;
  }
  .service .card {
    width: 320px;
  }
  .pdc .new_des {
      margin-top: 20px;
  }
  .pdc .new_r .new_act {
    padding: 25px 0;
  }
  .pdc {
    padding: 7.1875% 0 4.6875%;
  }
  .pdc .sw {
    margin-top: 7.8125%;
    margin-left: 10%;
  }
  .pdc .new_pdc{
    margin-top: 7.8125%;
}
  .pdc .des {
    margin-top: 20px;
  }
  .pdc .common_more {
    margin-top: 20px;
  }
  .pdc .flx {
    margin-top: 40px;
  }
  .pdc .flx span {
    margin: 0 30px;
  }
  .pdc .line_flx {
    margin-top: 8.4375%;
  }
  .hotel .text {
    margin-top: 6.25%;
  }
  .hotel .txt {
    margin-top:3%;
  }
  .hotel .des {
    margin-top: 20px;
  }
  .hotel .common_more {
    margin-top: 50px;
  }
  .hotel .hotel_line {
    margin-top: 15px;
  }
  .notice {
    padding: 5.2% 0 9.11%;
  }
  .notice .flx {
    margin-top: 6.25%;
  }
  .notice .r {
    padding: 20px 40px;
  }
  .notice .li_r {
    height: 80px;
  }
  .notice .txt {
    padding: 30px;
  }
  .service .flx > a {
    margin-top: 80px;
  }
  .service .flx > div:last-child {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1200px) {
    .tenement .txt{
        padding: 35px;
    }
  .service .card {
    width: 26vw;
  }
  .pdc .sw {
    margin-left: 5%;
  }
  .pdc .flx span {
    margin: 0 20px;
  }
  .pdc .flx img {
    max-width: 80px;
  }
  .hotel .txt {
    margin-top: 20px;
  }
  .hotel .common_more {
    margin-top: 30px;
  }
  .hotel .des {
    margin-top: 10px;
  }
  .hotel .hotel_line {
    margin-top: 5px;
  }
  .notice_r {
    width: 70%;
    padding: 15px 40px;
}
}
@media screen and (max-width: 1000px) {
  .hotel .text {
    left: 0;
    position: relative;
    -webkit-transform: inherit;
       -moz-transform: inherit;
        -ms-transform: inherit;
         -o-transform: inherit;
            transform: inherit;
    margin: 20px auto 30px;
  }
  .hotel {
    color: #333;
  }
  .hotel .des {
    width: 100%;
  }
  .hotel .txt {
    margin-top: 10px;
  }
  .hotel .hotel_flx{
      position: relative;
      transform: inherit;
      margin-bottom: 30px;
  }
}
@media screen and (max-width: 868px) {
        .pdc .sw {
        margin-left: 0;
        padding: 0 5%;
    }
    .pdc .des{
        padding-right: 0;
    }
}
@media screen and (max-width: 768px) {
    .hotel .hotel_phone{
        display: block;
    }
    .hotel .common_title{
        display: none;
    }
    .tenement .txt{
        padding: 25px;
    }
  .common_title {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .common_title .fnt_32 {
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .common_title .common_more {
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .common_title .common_tit {
    position: relative;
    -webkit-order: 3;
       -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
  .tenement .tenement_ani {
    margin-top: 25px;
  }
  .tenement {
    padding: 40px 0;
  }
  .tenement .flx {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .tenement .flx > a {
    -webkit-flex: inherit !important;
       -moz-box-flex: inherit !important;
        -ms-flex: inherit !important;
            flex: inherit !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .tenement .flx > a:last-child {
    margin-bottom: 0;
  }
  .tenement .animate {
    display: none;
  }
  .tenement .img img {
    width: 100%;
    height: auto;
  }
  .tenement .default {
    display: none;
  }
  .tenement .flx > a::before {
    display: none;
  }
  .tenement .txt {
    -webkit-transform: inherit;
       -moz-transform: inherit;
        -ms-transform: inherit;
         -o-transform: inherit;
            transform: inherit;
  }
  .tenement .des {
    width: 100%;
  }
  .pdc .new_r>div:not(:first-child) {
    margin-top: 20px;
}
  .pdc {
    padding: 40px 0 0;
  }
  .pdc .swiper-slide {
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .new_pdc{
      flex-direction: column;
  }
  .pdc .new_l{
      width: 100%;
      position: relative;
            height: 0;
            padding-bottom: 56%;
            overflow: hidden;
            display:block;
            transition: 0.5s;
  }
  .pdc .new_r{
      margin-top: 20px;
      width: 100%;
  }
  .pdc .l {
    width: 100%;
  }
  .pdc .r {
    width: 100%;
    margin-top: 20px;
  }
  .pdc .des {
    margin-top: 10px;
    -webkit-line-clamp: 2;
    height: 2.8em;
  }
  .pdc .line_flx {
    margin-top: 30px;
  }
  .pdc .sw {
    margin-top: 25px;
  }
.new_pdc{
    margin-top: 25px;
}
  .notice {
    padding: 40px 0;
  }
  .notice .flx {
    margin-top: 25px;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .notice .l {
    width: 100%;
  }
  .notice .r {
    width: 100%;
    margin-top: 20px;
    padding: 10px 25px 25px;
  }
  .notice .li {
    padding: 20px 0;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    border-bottom: 1px solid #e5e5e5;
  }
  .notice .li:last-child{
  border-bottom:none;
      
  }
  .notice .li_r {
    width: 100%;
    border-bottom: none;
    height: auto;
    padding: 0;
    margin-top: 5px;
  }
  .pdc .flx {
    margin-top: 25px;
  }
  .service .flx > div .card {
    margin-bottom: 20px;
  }
  .service .tit {
    padding: 0 10px;
    font-size: 12px;
    bottom: 20px;
    line-height: 1.5;
  }
  .service .card {
    width: 28vw;
  }
  .service {
    padding: 40px 0;
    min-height: auto;
  }
  .service .flx {
    margin-top: 20px;
  }
  .notice_flx{
      margin-top: 20px;
  }
  .hotel .flx div{
      width: 50%;
  }
}
