* {
  margin: 0;
  padding: 0;
}
img {
  border: none;
  vertical-align: bottom;
  width: 100%;
}
a:hover {
  opacity: 0.8;
  outline: none;
}
body {
  background-color: #f8f1dc;
}

ol,
ul {
  list-style: none;
  margin: 5px;
  padding: 0px;
}

.slheader {
  /* position: sticky;
  top: 8%; */
  z-index: 99;
  margin: 0 auto;
  text-align: center;
  background: rgb(251, 244, 181);
  background: radial-gradient(
    circle,
    rgba(251, 244, 181, 1) 56%,
    rgba(215, 172, 85, 1) 100%
  );
}

.slheader img {
  max-width: 1200px;
  margin: 0 auto;
}

.clear {
  clear: both;
}

.sta_banner{
  max-width:1200px;
}

.wrapper {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  box-shadow: 0 0 24px rgba(85, 65, 50, 0.3);
  background-color: #ffffff;

}
.nav {
  position: static;
  top:0;
  z-index: 99;
  background: #ffffff;
  width: 100%;
  max-width: 1200px;
  padding: 20px 0;

}
.nav-wrapper {
  padding: 0 6%;
  position: relative;
}
.nav .logo {
  width: 20%;
  float: left;
  margin-right: 6%;
}
.nav .right {
  float: right;
  width: 74%;
}
.nav a {
  width: 21%;
  float: left;
  border-left: 1px solid #4c3624;
  padding-left: 2%;
  margin-right: 1%;
  margin-top: 3.5%;
}
.nav a img {
  vertical-align: middle;
}
.nav .last {
  margin-right: 0;
}

.fv {
  padding-top: 9%;
  background-color: #ffffff;
}
.offer {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.offer .btn-more {
  position: absolute;
  right: 4%;
  bottom: 5%;
  width: 61%;
}

.offer2 {
  position: relative;
  width: 50%;
  float: left;
}

.gif {
  position: relative;
}

.baf {
  width: 42%;
  position: absolute;
  bottom: 27%;
}
.before {
  left: 9%;
}
.after {
  right: 6%;
}

.btn-order {
  position: absolute;
  right: 8%;
  width: 56%;
}
.price2 .btn-order {
  bottom: 2%;
}
.price3 .btn-order {
  right: 8%;
  bottom: 11%;
}

.btn-order-left {
  position: absolute;
  right: 55%;
  bottom: 4.5%;
  width: 36%;
}

.btn-order-right {
  position: absolute;
  right: 10%;
  width: 56%;
}

.price1 .btn-order-right {
  bottom: 2%;
}

.price1 .btn-order-right {
  right: 8%;
  bottom: 4.5%;
  width: 36%;
}

.qa {
  background-color: #f8f1dc;
  position: relative;
  padding: 2% 0;
}
.qa-title {
  max-width: 741px;
  width: 100%;
  margin: 70px auto;
}
#accordion {
  max-width: 918px;
  width: 100%;
  margin: 0 auto;
}

#close-01,
#close-02,
#close-03,
#close-04,
#close-05,
#close-06 {
  display: none;
}

#reasone-hide01,
#reasone-hide02,
#reasone-hide03,
#reasone-hide04,
#reasone-hide05,
#reasone-hide06 {
  display: none;
}

.ui-accordion-header {
  position: relative;
  cursor: pointer;
  outline: none;
}
.ui-accordion-header-icon {
  content: url(../images/arrow.png);
  position: absolute;
  right: 5%;
  top: 34%;
  width: 4%;
  transition: transform 0.5s;
}
.ui-accordion-header:hover {
  opacity: 0.85;
}
.ui-icon-triangle-1-s {
  transform: rotate(180deg);
}

.link {
  background-color: #59493f;
  width: 100%;
  height: auto;
}
.link a {
  width: 33.33%;
  float: left;
}

.target-fix {
  position: relative;
  top: -44px; /* 偏移值*/
  display: block;
  height: 0;
  overflow: hidden;
}

/*footer start*/
.SA_footer,
.SA_footer a {
  font-size: 100%;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  text-align: center;
  color: #222222;
  padding-bottom: 30px;
  padding-top: 20px;
}

/*footer end*/

/*button start*/

.button {
  position: relative;
  z-index: 998;
  width: 1200px;
  margin: 0 auto;
}

.button_all {
  position: absolute;
  margin: 0;
  right: 0;
  padding: 20px 0 0 0;
  float: left;
  background-repeat: no-repeat;
  width: 230px;
}

.button_e {
  width: 90px;
  height: 50px;
  float: left;
  margin-right: 3%;
  margin-top: 3%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url(../images/btn-e2.png);
}

.button_t {
  width: 90px;
  height: 50px;
  float: left;
  margin-right: 3%;
  margin-top: 3%;
  background-repeat: no-repeat;
  background-image: url(../images/btn-t1.png);
  background-size: 100%;
}

.button_t:hover {
  background-image: url(../images/btn-t3.png);
}

@media screen and (max-width: 1200px) {
  .button {
    width: 100%;
    margin: 0;
  }

  .button_all {
    width: 49%;
    margin: 0;
    padding: 2% 0 0 0;
  }

  .button_e {
    width: 0;
    height: 0;
    padding: 11% 15%;
  }

  .button_t {
    width: 0;
    height: 0;
    padding: 11% 15%;
  }
}
/*button end*/

@media screen and (max-width: 600px) {
  .nav a {
    margin-top: 1%;
  }
  .nav {
    padding: 10px 0;
  }
  .qa-title {
    margin: 20px auto;
  }
  .qa {
    padding: 20px 0;
  }

  .target-fix {
    top: -35px;
  }
}

@media screen and (max-width: 600px) {
  .nav a {
    margin-top: 1%;
  }
  .nav {
    padding: 10px 0;
  }
  .qa-title {
    margin: 20px auto;
  }
  .qa {
    padding: 20px 0;
  }
}

.width {
  max-width: 1200px;
  margin: 0 auto;
}

.content {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.map {
  position: absolute;
  width: 71%;
  top: -6%;
  left: 50%;
  transform: translateX(-50%);
}

.map-container {
  position: relative;
  padding-bottom: 59%;
  height: 0;
  overflow: hidden;
}

.map-container iframe,
.map-container object,
.map-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

