@charset "UTF-8";
/* 首頁內容 */
.home .title {
  padding: 50px 0 20px;
}
.home .title h2 {
  padding-left: 100px;
  background: linear-gradient(#e9f9fa, #e9f9fa 75%, #cee8e8 75%, #cee8e8 100%);
}
.home .title h2 a {
  display: inline-block;
  padding: 0 20px;
  background: #effbfb;
}
.home .title h2 a:nth-of-type(2) {
  float: right;
  font-size: small;
}
.home .title h2 a span {
  display: block;
  width: 62px;
  margin: 0 auto;
  padding: 10px 0;
  position: relative;
}
.home .title h2 a span::before, .home .title h2 a span::after {
  content: "";
  position: absolute;
  width: 85px;
  top: 50%;
  right: 62px;
  border-top: 1px solid #000;
}
.home .title h2 a span::after {
  left: 62px;
}
.home .title h2 a span img {
  width: 25px;
  vertical-align: middle;
}
.home .title h2 a:hover span::before, .home .title h2 a:hover span::after {
  border-color: #a7a7a7;
}
.home .title h2 a:hover span img {
  opacity: 0.5;
}
.home .title h2.h2 {
  position: relative;
  padding: 0;
  text-align: center;
  background: transparent;
  overflow: hidden;
}
.home .title h2.h2 a {
  position: relative;
  background: none;
}
.home .title h2.h2 a:nth-of-type(2) {
  position: absolute;
  right: 0;
  overflow: hidden;
}
.home .title h2.h2 a::before, .home .title h2.h2 a::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 150px;
  border: 1px solid #a6c1c0;
}
.home .title h2.h2 a::before {
  left: 100%;
}
.home .title h2.h2 a::after {
  right: 100%;
}
.home .sandr {
  display: none;
}
.home .firstHse {
  /* iframe { */
  /* height: 367px; */
  /* margin-top: 50px; */
  /* padding: 20px; */
  /* border: 7px solid #a6c1c0; */
  /* vertical-align: middle; */
  /* } */
}
.home .firstHse .fTab {
  height: 30px;
  line-height: 30px;
  font-size: 0;
  color: #fff;
  background: #415d5f;
}
.home .firstHse .fTab span,
.home .firstHse .fTab a {
  display: inline-block;
  width: 25%;
  max-width: 120px;
  text-align: center;
  vertical-align: top;
  font-size: 20px;
  color: #fff;
  background: #5699e8;
  cursor: pointer;
}
.home .firstHse .fTab span:nth-of-type(2),
.home .firstHse .fTab a:nth-of-type(2) {
  background: #83c6ab;
}
.home .firstHse .fTab span:nth-of-type(3),
.home .firstHse .fTab a:nth-of-type(3) {
  background: #e8bf71;
}
.home .firstHse .fTab span:nth-of-type(4),
.home .firstHse .fTab a:nth-of-type(4) {
  background: #b876c9;
}
.home .firstHse .fTab span.at,
.home .firstHse .fTab a.at {
  position: relative;
  padding: 13px 0;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
/* .home .firstHse .fTab a {
  float: right;
  margin: 0 10px;
  font-size: 14px;
  color: #fff;
} */
.home .firstHse .fMain > div {
  display: none;
  padding: 30px 10px 0;
  background: #c2dbfb;
  /* background: #e0f8f7; */
}
.home .firstHse .fMain > div:nth-of-type(2) {
  background: #b3dfce;
}
.home .firstHse .fMain > div:nth-of-type(3) {
  background: #fbf1dc;
}
.home .firstHse .fMain > div:nth-of-type(4) {
  background: #efd6f5;
}
.home .firstHse .fMain > div.at {
  display: block;
}
.home .firstHse .fMain > div .p span i {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  margin-right: 5px;
  border-radius: 50%;
  text-align: center;
  font-style: normal;
  font-size: 12px;
  color: #fff;
  background: #c39;
  font-family: "宋体";
}
.home .firstHse .fMain > div .p span:nth-of-type(2) i {
  background: #07bb07;
}
.home .firstHse .fMain > div .p span:nth-of-type(3) i {
  background: #eb1c24;
}
.home .firstHse .ytb {
  margin-top: 50px;
  padding: 0 20px;
  /* border: 7px solid #a6c1c0; */
  /* background: #effbfb ; */
}
.home .firstHse .ytb .ytbv {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  background: #f5f5f5;
}
.home .firstHse .ytb .ytbv iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home .firstHse .ytb .ytbt {
  /* margin: 0 -20px; */
  padding: 9px 0 8px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #a6c1c0;
}
.home .hseHot {
  display: -webkit-flex;
  display: flex;
  justify-content: space-around;
}
.home .hseHot ul {
  width: 50%;
  padding: 0 10px;
}
.home .hseHot ul li > h3 {
  display: none;
}
.home .hseHot ul li a {
  position: relative;
  width: 100%;
  height: 250px;
  margin-bottom: 20px;
  display: -webkit-flex;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-shrink: 0;
  overflow: hidden;
}
.home .hseHot ul li a img {
  flex-shrink: inherit;
  width: 100%;
  min-height: 100%;
  vertical-align: middle;
}
.home .hseHot ul li a .txt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 40px;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: start;
  text-align: left;
  color: #fff;
}
.home .hseHot ul li a .txt:before, .home .hseHot ul li a .txt:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.home .hseHot ul li a .txt:before {
  top: 10px;
  left: 10px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}
.home .hseHot ul li a .txt:after {
  right: 10px;
  bottom: 10px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.home .hseHot ul li a .txt h3 {
  padding: 5px 0;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.home .hseHot ul li a .txt p {
  text-align: justify;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.home .hseHot ul li a .txt .more {
  position: absolute;
  left: 20px;
  bottom: 20px;
  font-style: italic;
}
.home .hseHot ul li:hover .txt {
  background: rgba(0, 0, 0, 0.3);
}
.home .hseHot ul li:hover .txt::before, .home .hseHot ul li:hover .txt::after {
  width: calc(100% - 21px);
  height: calc(100% - 21px);
  opacity: 1;
}
.home .hseHot ul li:hover .txt h3,
.home .hseHot ul li:hover .txt p {
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.home .hseHot ul:nth-of-type(1) li:nth-of-type(1) a, .home .hseHot ul:nth-of-type(2) li:nth-of-type(2) a {
  height: 400px;
}
.home .hseNew ul {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.home .hseNew ul li {
  width: calc(25% - 40px);
  max-width: calc(25% - 40px);
  margin: 0 20px 20px;
  border: 1px solid #ebebeb;
  box-shadow: 0 1px 5px #0003;
  background: #fff;
  cursor: pointer;
}
.home .hseNew ul li .img {
  /* height: 230px; */
  /* position: relative; */
  /* display: -webkit-flex; */
  /* display: flex; */
  /* justify-content: space-around; */
  /* flex-shrink: 0; */
  /* overflow: hidden; */
  /* background: #f5f5f5; */
  position: relative;
  height: 0;
  padding-bottom: 67%;
  display: -webkit-flex;
  display: flex;
  justify-content: space-around;
  flex-shrink: 0;
  overflow: hidden;
  background: #f5f5f5;
}
.home .hseNew.sSwiper ul li .img {
  padding-bottom: 56.25%;
}
.home .hseNew ul li .img img {
  position: absolute;
  flex-shrink: inherit;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* .home .hseNew ul li .img span {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 10px;
  font-weight: 700;
  font-size: 17px;
  color: #fff;
  background-color: rgba(112, 103, 100, 0.8);
} */
.home .hseNew ul li .img .type,
.home .hseNew ul li .img .price {
  position: absolute;
  left: 0;
  width: 100%;
}
.home .hseNew ul li .img .price {
  bottom: 0;
  text-align: right;
}
.home .hseNew ul li .img .type span,
.home .hseNew ul li .img .price span {
  display: inline-block;
  padding: 5px 10px;
  font-weight: 700;
  font-size: 17px;
  color: #fff;
  background-color: rgba(112, 103, 100, 0.8);
}
.home .hseNew ul li .txt {
  padding: 0 8px;
}
.home .hseNew ul li .txt h4 {
  height: 24px;
  margin: 5px 0;
  font-size: 18px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.home .hseNew ul li .txt h5 {
  max-height: 100%;
  font-size: 14px;
  text-align: left;
}
.home .hseNew ul li .txt p {
  /* display: -webkit-flex;
  display: flex;
  justify-content: space-between; */
  height: 29px;
  padding: 5px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.home .hseNew ul li .txt p .iconfont {
  margin: 0 5px;
}
.home .hseNew ul li .txt p:last-of-type {
  /* border-top: 1px solid #ebebeb; */
}
.home .pptList ul li .img .type span {
  margin: 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  color: #948358;
  background: #fff;
}
.home .pptList ul li .img .type span .iconzan1 {
  vertical-align: bottom;
  font-size: 22px;
}
.home .pptList ul li .txt p:last-of-type{
  border-top: none;
}
.home .pptList ul li .priceBox,.home .hseNew  ul li .priceBox  {
  margin-top: 5px;
  padding: 5px 0;
  border-top: 1px solid #ebebeb;
  text-align: right;
}
.home .pptList ul li .priceBox .op {
  position: relative;
  color: #999;
}
.home .pptList ul li .priceBox .op::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  border-top: 1px solid #f00;
}
.home .pptList ul li .priceBox .pc {
  font-weight: bold;
  color: #f00;
}
.home .pptList ul li .priceBox .cp, .home .hseNew  ul li .priceBox .cp{
  max-height: 100%;
  font-weight: bold;
  font-size: 24px;
  color: #00f;
}
.home .pptList ul li .priceBox .cpr, .home .hseNew  ul li .priceBox  .cpr{
  color: #666;
}
.home .pptList ul li .priceBox .cp span {
  display: inline-block;
  padding: 0 4px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  font-weight: normal;
  color: #fff;
  background: #00f;
}
.home .pptList ul li .priceBox .cpr span {
  background: #666;
}
.home .habout {
  max-width: 773px;
  margin: auto;
  padding: 0 5px 20px;
  text-align: justify;
}
.home .habout p {
  margin-bottom: 15px;
}
.home .hcontact {
  margin-top: 50px;
  padding: 30px 0;
  color: #fff;
  background: #393939;
}
.home .hcontact h3 {
  margin: 20px 0 10px;
}
.home .hcontact input,
.home .hcontact button {
  height: 40px;
  border: none;
  outline: none;
  vertical-align: middle;
}
.home .hcontact input {
  width: 100%;
  padding: 0 20px;
}
.home .hcontact button {
  width: 80px;
  color: #fff;
  background: #bcaea9;
  cursor: pointer;
}

@media screen and (min-width: 769px) {
  .home .firstHse .xfL {
    width: 100%;
  }
  .home .firstHse .xfL .fTab .at {
    z-index: 1;
  }
  .home .firstHse .xfL .fMain > div {
    position: relative;
    /* &:nth-of-type(2) ul li:nth-of-type(5)::before { */
    /* background: #b3dfce; */
    /* } */
    /* &:nth-of-type(3) ul li:nth-of-type(5)::before { */
    /* background: #fbf1dc; */
    /* } */
    /* &:nth-of-type(4) ul li:nth-of-type(5)::before { */
    /* background: #efd6f5; */
    /* } */
  }
  .home .firstHse .xfL .fMain > div::before {
/*     content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    background: inherit; */
  }
  .home .firstHse .xfL .fMain > div .hseNew {
    overflow: initial;
  }
  .home .firstHse .xfL .fMain > div .hseNew ul li {
   /*  width: calc(50% - 40px); */
    max-width: calc(50% - 40px);
  }
  .home .firstHse .xfL .fMain > div .hseNew ul li:nth-of-type(5) {
    /* position: absolute;
    top: 50%;
    left: 100%;
    height: auto; */
    /* &::before { */
    /* content: ''; */
    /* position: absolute; */
    /* top: -20px; */
    /* left: -20px; */
    /* right: -42px; */
    /* bottom: -21px; */
    /* background: #c2dbfb; */
    /* z-index: -1; */
    /* } */
  }
  .home .firstHse .xfR {
    position: relative;
    width: 33.3333%;
  }
  .home .firstHse .ytb {
    position: absolute;
    width: 100%;
    margin-top: 157px;
    padding: 0 41px 0 11px;
    z-index: 1;
  }
  .home .firstHse .ytb .ytbt,
  .home .morehouse {
    position: relative;
  }
  .home .morehouse a {
    position: absolute;
    top: -20px;
    right: -52%;
  }
}
@media screen and (max-width: 1200px) {
  .home .hseNew ul li {
    width: calc(33.3333% - 40px);
    max-width: calc(33.3333% - 40px);
  }
}
@media screen and (max-width: 768px) {
  .banner .dSwiper {
    height: 320px;
  }

  /* .home .firstHse .hseNew ul {
    flex-wrap: nowrap;
  } */
  .home .firstHse .hseNew ul li {
    width: calc(100% - 20px);
    max-width: calc(100% - 20px);
    margin: 0 10px 20px;
  }
  .home .hseHot {
    flex-direction: column;
  }
  .home .hseHot ul {
    width: auto;
  }
  .home .hseHot ul li > h3 {
    display: block;
  }
  .home .hseHot ul li a .txt {
    background: rgba(0, 0, 0, 0.3);
  }
  .home .hseHot ul li a .txt::before, .home .hseHot ul li a .txt::after {
    width: calc(100% - 21px);
    height: calc(100% - 21px);
    opacity: 1;
  }
  .home .hseHot ul li a .txt h3 {
    display: none;
  }
  .home .hseHot ul li a .txt p {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .home .hseHot ul:nth-of-type(1) li:nth-of-type(1) a, .home .hseHot ul:nth-of-type(2) li:nth-of-type(2) a {
    height: 250px;
  }
  .home .hseNew ul li {
    width: calc(50% - 40px);
    max-width: calc(50% - 40px);
  }
}
@media screen and (max-width: 500px) {
  .banner .dSwiper {
    height: 185px;
  }

  .home .sandr {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    padding: 20px 20px 0;
  }
  .home .sandr a {
    /* flex: 0 0 48.5%; */
    flex: 0 0 33%;
    height: 40px;
    line-height: 35px;
    border: 2px solid #bcaea9;
    border-radius: 40px;
    text-align: center;
    color: #fff;
    background: #5699e8;
    cursor: pointer;
  }
  .home .sandr a:nth-of-type(1) {
    background: #83c6ab;
  }
  .home .sandr a:nth-of-type(2) {
    background: #e8bf71;
  }
  .home .sandr a:nth-of-type(3) {
    background: #b876c9;
  }
  .home .sandr a.at, .home .sandr a:hover {
    background: #bcaea9;
  }
  .home .hseHot ul li a .txt p {
    font-size: 12px;
  }
  .home .hseNew ul li {
    width: calc(100% - 20px);
    max-width: calc(100% - 20px);
    margin: 0 10px 20px;
  }
  .home .about {
    padding: 10px;
  }
  .home .contact {
    padding: 30px 10px;
  }
}