.header_main .search-wrapper .search-outline {
  border: 1px solid #00afbc;
  border-radius: 5px;
  line-height: 49px;
  position: relative;
}
.header_main .search-wrapper .search-outline .search-input {
  width: 100%;
  outline: none;
  padding: 0 60px 0 20px;
  box-sizing: border-box;
}
.header_main .search-wrapper .search-outline .search-btn {
  background: #00afbc;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 100%;
}
.header_main .search-wrapper .search-outline .search-btn i {
  font-size: 25px;
}
.index_title {
  text-align: center;
}
.index_title h3 {
  font-size: 2.5rem;
  color: #e57a68;
}
.index_title p {
  font-size: 1rem;
  padding: 0 25px;
}
.floor_3 .index_title {
  text-align: center;
}
.floor_3 .con .item {
  border: 1px solid #0fb4c0;
  position: relative;
}
.floor_3 .con .item span {
  font-size: 1.13rem;
  color: #5E5E5E;
}
.floor_3 .con .item h4 {
  font-size: 1.31rem;
  color: #333333;
}
.floor_3 .con .item img {
  position: absolute;
  right: 2.375rem;
  bottom: -23px;
  height: 23px;
}
.floor_3 .con .item a:hover {
  opacity: 1;
}
.floor_3 .con .item a:hover h4 {
  color: #00afbc;
}
.article {
  display: block;
  margin: 0 0 30px 0;
 /* padding: 12px;*/
  background: white;
  /* border-radius: 3px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05); */
 /* transition: all 220ms; */
/*  border: 1px solid #edcdb6;*/
}
.article:hover {
 /* box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.1); */
  transform: translateY(-5px);
  transition: all 220ms;
  opacity: 1;
}
.article > img {
  display: block;
  width: 100%;
  margin: 0 0 12px 0;
  border: 1px solid #edcdb6;
  padding: 12px;
  border-radius: 3px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}
.article h3 {
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 0 12px 0;
}
.wall {
  display: block;
  position: relative;
}
.wall-column {
  display: block;
  position: relative;
  /*width: 33.333333%;*/
  width: 25%;
  float: left;
  padding: 0 12px;
  box-sizing: border-box;
}
@media (max-width: 750px) {
  .wall-column {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .wall-column {
   /* width: auto;
    float: none; */
  }
}
.floor_5_main {
  background: #f3f3f3;
}
.floor_5_main .gallery-list {
  overflow: hidden;
}
.floor_5_main .gallery-list .swiper-slide .entry-link {
  display: block;
  background: #fff;
  text-align: center;
  margin: 0 0.5rem .5rem;
  box-shadow: 0 .2rem .5rem rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}
.floor_5_main .image-wrapper {
  height: 100%;
  position: relative;
}
.floor_5_main .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.floor_5_main .info-wrapper {
  font-size: 1.13rem;
  padding-top: 1rem;
}
.floor_5_main .info-wrapper h4 {
  font-size: 1.125rem;
  color: #333;
  margin-bottom: 0;
}
.floor_5_main .info-wrapper p {
  font-size: 1.125rem;
  color: #999;
}
.bottom_main {
  background: #f7f7f7;
  font-size: 1.25rem;
}
.bottom_main .tel {
  flex: 1;
}
.bottom_main span {
  border: 1px solid #e57a68;
  color: #e57a68;
  border-radius: 5px;
  padding: .2rem 1rem;
  width: 160px;
  float: left;
  margin-bottom: 5px;
}
.bottom_main strong {
  float: left;
  font-weight: 400;
}
.bottom_main b {
  font-size: 1.5rem;
}
.bottom_main .a {
  border: 1px solid #e57a68;
  color: #e57a68;
  border-radius: 5px;
  padding: 0rem 2rem;
  display: inline-block;
}
.bottom_main .a:hover {
  background: #e57a68;
  color: #fff;
}
.bottom_main .right {
  border-top: 1px solid #ddd;
  padding-top: 20px;
}
.bottom_main .right a {
  margin-top: 15px;
}
/* 
 * Boxer v3.0.3 - 2014-01-12 
 * A jQuery plugin for displaying images, videos or content in a modal overlay. Part of the Formstone Library. 
 * http://formstone.it/boxer/ 
 * 
 * Copyright 2014 Ben Plum; MIT Licensed 
 */
.boxer-open {
  overflow: hidden !important;
}
#boxer,
#boxer .boxer-container,
#boxer .boxer-content,
#boxer-overlay {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
#boxer-overlay {
  background: #000;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 105;
}
#boxer {
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 0 25px #000;
  padding: 10px;
  position: absolute;
  z-index: 105;
}
#boxer.inline {
  padding: 30px;
}
#boxer .boxer-close {
  background: #fff url(../img/jquery.fs.boxer-icons.png) no-repeat -70px 10px;
  border-radius: 100%;
  cursor: pointer;
  display: block;
  height: 30px;
  position: absolute;
  padding: 0;
  right: -8px;
  top: -8px;
  width: 30px;
  text-indent: -99999px;
  z-index: 106;
}
#boxer .boxer-container {
  background: #fff;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 105;
  zoom: 1;
}
#boxer .boxer-content {
  background: #fff;
  overflow: hidden;
  padding: 0;
  width: 10000px;
}
#boxer .boxer-image {
  float: left;
}
#boxer .boxer-video {
  height: 100%;
  width: 100%;
}
#boxer .boxer-iframe {
  float: left;
  height: 100%;
  overflow: auto;
  width: 100%;
}
#boxer .boxer-meta {
  clear: both;
}
#boxer .boxer-arrow {
  background: #fff url(../img/jquery.fs.boxer-icons.png) no-repeat 0 0;
  border-radius: 100%;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
  cursor: pointer;
  display: block;
  height: 40px;
  margin-right: auto;
  margin-left: auto;
  position: absolute;
  text-indent: -99999px;
  top: 0;
  width: 40px;
  -webkit-transition: opacity 0.1s linear;
  -moz-transition: opacity 0.1s linear;
  -ms-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}
#boxer .boxer-arrow.previous {
  left: 20px;
}
#boxer .boxer-arrow.next {
  background-position: -40px 0;
  right: 20px;
}
#boxer .boxer-position {
  color: #999;
  font-size: 11px;
  margin: 0;
  padding: 15px 10px 5px;
}
#boxer .boxer-caption p {
  margin: 0;
  padding: 15px 10px 10px 10px;
}
#boxer .boxer-caption.gallery p {
  padding-top: 0;
}
#boxer.loading .boxer-container {
  background: #fff url(../img/jquery.fs.boxer-loading.gif) no-repeat center;
}
/* Mobile */
#boxer.mobile {
  background-color: #000;
  border-radius: 0;
  height: 100%;
  left: 0;
  padding: 30px 0 0;
  position: fixed;
  top: 0;
  width: 100%;
}
#boxer.mobile .boxer-close {
  background-color: #000;
  background-position: -70px -60px;
  border-radius: 0;
  right: 10px;
  top: 10px;
}
#boxer.mobile .boxer-container {
  background: #000;
  position: relative;
}
#boxer.mobile .boxer-content {
  background-color: #000;
}
#boxer.mobile .boxer-arrow {
  background-color: transparent;
  border-radius: 0;
  margin: -20px 0 0;
  top: 50%;
}
#boxer.mobile .boxer-arrow.previous {
  background-position: 0 -40px;
  float: left;
  left: 0;
}
#boxer.mobile .boxer-arrow.next {
  background-position: -40px -40px;
  float: right;
  right: 0;
}
#boxer.mobile .boxer-arrow.disabled {
  opacity: 0.5;
}
#boxer.mobile .boxer-meta {
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.75);
  left: 0;
  padding: 15px 50px 10px;
  position: absolute;
  width: 100%;
}
#boxer.mobile .boxer-position {
  padding: 0;
}
#boxer.mobile .boxer-caption p {
  color: #eee;
  padding: 10px 0 0;
}
#boxer.mobile .boxer-image {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}
#boxer.mobile.animated .boxer-image {
  -webkit-transition: -webkit-transform 0.25s ease-out !important;
  -moz-transition: -moz-transform 0.25s ease-out !important;
  -ms-transition: -ms-transform 0.25s ease-out !important;
  -o-transition: -o-transform 0.25s ease-out !important;
  transition: transform 0.25s ease-out !important;
}
#boxer.mobile.loading .boxer-container {
  background: #000 url(../img/jquery.fs.boxer-loading-dark.gif) no-repeat center;
}
#boxer.mobile .boxer-meta {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
@media screen and (min-width: 980px) {
  #boxer .boxer-arrow {
    opacity: 0;
  }
  #boxer .boxer-content:hover .boxer-arrow {
    opacity: 0.75;
  }
  #boxer .boxer-content .boxer-arrow:hover {
    opacity: 1;
  }
  #boxer .boxer-content:hover .boxer-arrow.disabled {
    opacity: 0.3;
    cursor: default !important;
  }
  #boxer.mobile .boxer-arrow {
    opacity: 1;
  }
  #boxer.mobile .boxer-arrow.disabled {
    opacity: 0.5;
  }
}
@media screen and (max-width: 980px) {
  #boxer.mobile {
    position: fixed;
  }
}
@media (max-width: 1198px) {
}
@media (max-width: 987px) {
}
@media (max-width: 768px) {
  .index_title h3 {
    font-size: 2rem;
  }
}