body {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
}

.side-m {
  margin: 0 16px;
}

nav {
  display: flex;
}
nav a {
  margin: auto;
  color: #666;
  text-transform: uppercase;
}
nav a:hover {
  color: rgba(0, 128, 128, 0.5019607843);
}
nav a:active,
nav a ::after,
nav a ::before {
  color: #008080;
}
nav a:first-child {
  margin: 0;
}
nav a img {
  height: 96px;
}

a {
  text-decoration: none;
}


#cookieConsent {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #333;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  z-index: 9999;
}

#cookieConsent button {
  margin: 10px;
  padding: 10px;
  border: none;
  background-color: #444;
  color: white;
  cursor: pointer;
}

#cookieConsent button:hover {
  background-color: #555;
}


.plsScroll {
  font-size: 56px;
  position: absolute;
  transform: rotate(90deg) translate(-16vh, 50%);
  display: flex;
  background-color: #ffffff4f;
  height: 80px;
  padding: 0 8px;
  margin: 0 -8px;
  border-radius: 16px;
  left: 50%;
}

.plsScroll div {
  color: #008080;
  fill: transparent;
  stroke-width: 1px;
  animation: arrow 2s infinite;
  -webkit-animation: arrow 2s infinite;
}

@keyframes arrow {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes arrow /*Safari and Chrome*/ {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.plsScroll div:first-child {
  animation-delay: -1s;
  -webkit-animation-delay: -1s; /* Safari 和 Chrome */
}

.plsScroll div:nth-child(2) {
  animation-delay: -0.5s;
  -webkit-animation-delay: -0.5s; /* Safari 和 Chrome */
}

.plsScroll pdivath:last-child {
  animation-delay: 0s;
  -webkit-animation-delay: 0s; /* Safari 和 Chrome */
}

.link-together {
  display: flex;
}
.link-together div {
  display: flex;
}
.link-together .h-info {
  margin-right: auto;
}
.link-together .h-links {
  margin-left: auto;
}
.link-together .h-links a i {
  font-size: 18px;
}
.link-together a,
.link-together p {
  margin: 8px 12px;
  padding: 2px 4px;
  display: flex;
  color: #fff;
}

.bg-l-blue {
  background-color: #008080;
}

.map {
  width: 100%;
}
.map iframe {
  width: 100%;
  height: calc(100vh - 139px);
}

.contactContainer {
  display: flex;
  margin-bottom: 64px !important;
}
.contactContainer .openTime {
  flex: 1;
  padding: 16px;
  background-color: #eee;
  border-radius: 16px;
  margin-right: 16px;
}
.contactContainer .openTime table {
  width: 100%;
  border-top: 1px solid #fff;
}
.contactContainer .openTime table tr td {
  height: 40px;
  border-bottom: 1px solid #fff;
  padding-left: 16px;
}
.contactContainer .openTime a {
  color: #000;
}
.contactContainer .openTime a:hover {
  color: #008080;
}
.contactContainer .about-us-section {
  flex: 3;
  background-color: #eee;
  padding: 16px;
  border-radius: 16px;
}

.reason-section {
  background-color: #ddd;
  box-shadow: rgba(0, 0, 0, 0.35) 0px -26px 36px -28px inset;
  display: flex;
}
.reason-section .side-m {
  display: flex;
  padding: 64px 0;
}
.reason-section .side-m .card-point {
  width: 20%;
  margin: 8px;
  border-radius: 32px;
}
.reason-section .side-m .card-point .card-img {
  margin: 8px;
}
.reason-section .side-m .card-point .card-img img {
  width: 100%;
}
.reason-section .side-m .card-point .card-info {
  padding: 8px;
}
.reason-section .side-m .card-point .card-info p {
  text-align: center;
  color: #666;
}

.serviceContainer {
  margin-top: 32px !important;
}
.serviceContainer details {
  background-color: #eee;
}
.serviceContainer details summary {
  list-style: none;
  width: 256px;
  padding: 16px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  cursor: pointer;
}
.serviceContainer details span {
  position: absolute;
  margin: -32px 12% 0 300px;
  top: calc(100vh + 72px);
  display: flex;
}
.serviceContainer details span .serviceInfoText {
  width: 50%;
  margin-right: 8px;
}
.serviceContainer details span .serviceInfoImg {
  width: 50%;
  margin-right: 8px;
}
.serviceContainer details span .serviceInfoImg img {
  width: 100%;
}
.serviceContainer details span .serviceInfoMoreImg {
  width: 100%;
  height: 160px;
  position: absolute;
  margin-top: 294px;
}
.serviceContainer details span .serviceInfoMoreImg img {
  width: calc(25% - 13px);
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 8px;
}
.serviceContainer details span .serviceInfoMoreImg img:last-child {
  margin-right: 0;
}

.service-section .side-m {
  padding: 64px 0;
}
.service-section .side-m .card {
  float: left;
  width: 50%;
}
.service-section .side-m .card .card-image {
  margin: 16px;
  border-radius: 32px;
}
.service-section .side-m .card .card-image:hover {
  box-shadow: rgb(0, 128, 128) 0px 7px 29px 0px;
}
.service-section .side-m .card .card-image a img {
  width: 100%;
  height: auto;
  max-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 32px;
  display: block;
}
.service-section .side-m .card .card-image a h3 {
  position: absolute;
  margin-top: -74px;
  font-size: larger;
  color: #004D4D;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 8px;
  border-radius: 32px;
  text-align: center;
  margin-left: 32px;
}

.about-us-section .side-m {
  display: flex;
}
.about-us-section .side-m .contactFormBox {
  width: 50%;
  background-color: #eee;
  padding: 8px;
  border-radius: 16px;
  margin: 32px 8px;
  height: -moz-fit-content;
  height: fit-content;
}
.about-us-section .side-m .about-us-div {
  width: 50%;
  background-color: #eee;
  padding: 8px;
  border-radius: 16px;
  margin: 32px 8px;
  height: -moz-fit-content;
  height: fit-content;
}
.about-us-section .side-m .about-us-div img {
  width: 100%;
  border-radius: 16px;
}

footer {
  background-color: #004D4D;
}
footer div {
  padding: 32px 0 8px 0;
  text-align: center;
}
footer div a {
  color: #fff;
  margin: 0 8px;
}

.text-center {
  color: #fff;
  text-transform: uppercase;
  font-size: 23px;
  margin: -50px 0 80px 0;
  display: block;
  text-align: center;
}

.box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.89);
  border-radius: 3px;
  padding: 70px 100px;
}

.input-container {
  position: relative;
  margin-bottom: 25px;
}

.input-container label {
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 16px;
  transition: all 0.5s ease-in-out;
}

.input-container input {
  border: 0;
  border-bottom: 1px solid #666;
  background: transparent;
  width: 100%;
  font-size: 16px;
}

.input-container input:focus {
  border: none;
  outline: none;
  border-bottom: 1px solid #fff;
}

.btn-form {
  background-color: #666;
  outline: none;
  border: 0;
  color: #fff;
  padding: 10px 20px;
  text-transform: uppercase;
  margin-top: 50px;
  border-radius: 2px;
  cursor: pointer;
  position: relative;
  display: flex;
  margin: 32px auto;
}

.btn-form:hover {
  background-color: #ffffff;
  color: #152F46;
}

.input-container input:focus ~ label,
.input-container input:valid ~ label {
  top: -12px;
  font-size: 12px;
}

.lable-message {
  display: block;
}

textarea {
  border: 0;
  padding: 4px;
  border-radius: 8px;
  max-width: 100%;
  min-height: 128px;
  min-width: calc(100% - 8px);
}

.check-needed {
  color: #666;
  font-size: small;
}

.check-needed a {
  color: #666;
  font-size: small;
}

.check-needed a:hover {
  color: #8B97A3;
}

.back-to-top {
  display: none;
  position: fixed;
  bottom: 16px;
  right: 16px;
  z-index: 10;
  background: rgba(51, 51, 51, 0.4);
  color: white;
  padding: 6px 8px 8px 8px;
  text-decoration: none;
  text-align: center;
  font-size: 18px;
  transition: opacity 0.3s ease-in-out;
  transform: rotate(-90deg);
  height: 24px;
  width: 24px;
}

.back-to-top:hover {
  background: rgba(51, 51, 51, 0.6);
}

.menuBarBox {
  height: 54px;
  width: 54px;
  display: none;
  position: absolute;
  top: 8px;
  right: 8px;
}
.menuBarBox a i {
  height: 100%;
  width: 100%;
  font-size: 54px;
  color: #008080;
}

#menu {
  position: absolute;
  z-index: 2;
  background-color: #fff;
  width: 100%;
  top: 76px;
}
#menu a {
  display: flex;
  padding: 16px;
  color: #000;
}
#menu a:hover {
  background-color: #eee;
}

@media (max-width: 768px) {
  main {
    margin-top: 76px;
  }
  .menuBarBox {
    display: block;
  }
  .bg-l-blue,
  nav a:nth-child(2),
  a:nth-child(3),
  a:nth-child(4),
  a:nth-child(5) {
    display: none;
  }
  nav a img {
    height: 72px;
  }
  header {
    position: fixed;
    z-index: 10;
    background-color: #fff;
    width: 100%;
    top: 0;
    display: flex;
  }
  .btnSlider {
    height: auto;
    width: 50px;
  }
  .slider img,
  .map iframe {
    height: calc(100vh - 76px);
  }
  .reason-section .side-m {
    display: block;
  }
  .reason-section .side-m .card-point {
    width: auto;
  }
  .about-us-section .side-m {
    display: block;
  }
  .about-us-section .side-m .about-us-div {
    width: auto;
  }
  .about-us-section .side-m .contactFormBox {
    width: auto;
  }
  .reason-section .side-m {
    display: block;
    float: left;
  }
  .reason-section .side-m .card-point {
    width: calc(50% - 4px);
    display: inline-block;
    margin: auto;
  }
  .service-section .side-m .card {
    width: 100%;
    display: block;
  }
  .service-section .side-m .card .card-image {
    margin: 8px;
  }
  .service-section .side-m .card .card-image a h3 {
    right: 50%;
    transform: translateX(50%);
  }
  .contactContainer .openTime {
    margin-right: 0;
    margin-bottom: 16px;
  }
  .contactContainer {
    display: block;
  }
  .btnSlide {
    padding: 8px;
    font-size: 24px;
    height: 60px;
    width: 60px;
  }
  .prevS {
    left: 8px;
  }
  .nextS {
    right: 8px;
  }
}
@media (max-width: 380px) {
  .reason-section .side-m .card-point {
    width: 100%;
  }
}
@media (min-width: 576px) {
  .reason-section .side-m .card-point {
    width: calc(33.33% - 4px);
  }
}
@media (min-width: 768px) {
  .side-m {
    margin: 0 32px;
  }
  .l-side h3 {
    margin-left: 25%;
    font-size: 40px;
  }
  .l-side p {
    margin-left: 25%;
  }
}
@media (min-width: 992px) {
  .side-m {
    margin: 0 64px;
  }
}
@media (min-width: 1200px) {
  .side-m {
    margin: 0 12%;
  }
}/*# sourceMappingURL=style.css.map */