.wrap {
  width: 77.08333333333334rem;
  margin: 0 auto;
}
.layout {
  overflow: hidden;
  background: #f9f8f6;
}
.header .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 5.208333333333334rem;
}
.header {
  background: rgba(255, 255, 255, 0.72);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
  backdrop-filter: blur(0.15625rem);
  -webkit-backdrop-filter: blur(0.15625rem);
  box-shadow: 0 0 0.5208333333333334rem 0 rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(3px);
}
.header .logo img {
  height: 3.90625rem;
  display: block;
}
.naver ul {
  display: flex;
  align-items: center;
}
.naver li {
  margin-left: 3.6458333333333335rem;
}
.naver li h3 a {
  font-size: 16px;
  color: #3e3e3e;
  line-height: 2.604166666666667rem;
  display: block;
}
.banner {
  height: 49.21875rem;
  overflow: hidden;
  position: relative;
}
.banner .text {
  position: absolute;
  left: 0;
  right: 0;
  top: 25rem;
  z-index: 11;
  text-align: center;
}
.webbanner .text {
  display: inline-block;
  padding: 12px 18px;
  border-radius: 14px;
}

.webbanner .text h3,
.webbanner .text h4 {
  color: #fff; /* 继续白字 */
  text-shadow:
    0 2px 10px rgba(0, 0, 0, 0.55),
    0 0 2px rgba(0, 0, 0, 0.65); /* 轻微“描边感” */
}
.banner .text h3 {
  font-size: 2.7083333333333335rem;
  color: #fff;
  line-height: 1.6;
  font-weight: bold;
}
.banner .text h4 {
  font-size: 1.875rem;
  color: #fff;
  line-height: 1.6;
  margin-top: 0.78125rem;
  font-weight: bold;
}
.banner .pics {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  align-items: end;
  justify-content: space-between;
  padding: 0 4.166666666666667rem;
}
.banner .pics img {
  max-height: 19.791666666666668rem;
  max-width: 19.010416666666668rem;
  display: block;
}
.ubtn1 {
  width: 7.708333333333334rem;
  height: 7.708333333333334rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.0416666666666667rem;
  color: #ffffff;
  border-radius: 50%;
  line-height: 1.4;
  box-shadow: 0.15625rem 0.15625rem 0.4166666666666667rem 0 rgba(80, 80, 80, 0.6);
  background: #10af1c;
  font-weight: bold;
}
.ubtn1:hover{
    box-shadow: 0 0 0.8166666666666667rem 0 rgba(16, 175, 28, 0.6);
    -webkit-animation:pulse 1s .2s  linear infinite;
-moz-animation:pulse 1s .2s linear infinite
}
.hsection1 .ubtn1 {
  margin: -7rem auto 0;
}
.hsection1 {
  padding: 2.0833333333333335rem 0 4.947916666666667rem;
}
.hsection1 .pora{
    position: relative;
}
.hsection1 .pora .prev,
.hsection1 .pora .next{
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 12;
    width: 4.6875rem;
    height: 4.6875rem;
    border-radius: 50%;
    background: url(../images/prev1.png) no-repeat center / 0.625rem auto rgba(177, 119, 76, 0.5);
    margin: -2.34rem 2.479166666666667rem 0;
    cursor: pointer;
    transition: all 0.3s;
}
.hsection1 .pora .next{
    left: auto;right: 0;transform: rotate(180deg);
}
.swiperlist .prev, .swiperlist .next{
     transition: all 0.3s;
}
.swiperlist .prev:hover, .swiperlist .next:hover,
.hsection1 .pora .prev:hover,
.hsection1 .pora .next:hover{
     background: url(../images/prev1.png) no-repeat center / 0.625rem auto rgba(177, 119, 76, 0.9);
}
.flexcent {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2.604166666666667rem 0 4.166666666666667rem;
}
.flexcent .pic img {
  width: 28.385416666666668rem;
  height: 26.010416666666668rem;
  border-radius: 2.0833333333333335rem;
  overflow: hidden;
  display: block;
}
.flexcent .text {
  width: 29.166666666666668rem;
  margin-left: 1.8229166666666667rem;
}
.flexcent .text h4 {
  font-size: 1.0416666666666667rem;
  color: #212121;
  line-height: 1.6;
  font-weight: 400;
  margin-bottom: 1.0416666666666667rem;
}
.flexcent .text p {
  font-size: 16px;
  color: #333333;
  line-height: 1.7;
}
.tbtn1 {
  width: 21.145833333333336rem;
  line-height: 3.229166666666667rem;
  border-radius: 0.7291666666666667rem;
  background: #10af1c;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  font-weight: bold;
  display: block;
  margin: 0 auto;
  box-shadow: 0.20833333333333334rem 0.20833333333333334rem 0.10416666666666667rem 0 #ada39c;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  /* IE 9*/
  -moz-transition: all 0.3s;
  /* Firefox*/
  -webkit-transition: all 0.3s;
  /* Safari 和 Chrome*/
  -o-transition: all 0.3s;
}
.hsection1 .wrap {
  position: relative;
}
.hsection1 .ico {
  position: absolute;
  right: 0;
  z-index: 11;
  bottom: 3.125rem;
}
.hsection2 {
  padding: 6.25rem 0;
  background: #f9f1e8;
  overflow: hidden;
}
.tit {
  text-align: center;
  font-size: 1.9791666666666667rem;
  color: #bc5f5e;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 3.125rem;
}
.hsection2 .swiperlist {
  position: relative;
}
.swiperlist li a {
  overflow: hidden;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  display: block;
}
.swiperlist li a img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
  animation: rotateAndBack 2s infinite;
  animation-timing-function: step-end;
}
@keyframes rotateAndBack {
  0%,
  50%,
  100% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-10deg);
  }
  75% {
    transform: rotate(10deg);
  }
}
.swiperlist li {
  width: 9.895833333333334rem;
  height: 9.895833333333334rem;
}
.swiperlist .prev,
.swiperlist .next {
  position: absolute;
  left: 0;
  top: 1.875rem;
  z-index: 12;
  width: 4.6875rem;
  height: 4.6875rem;
  border-radius: 50%;
  background: url(../images/prev1.png) no-repeat center/0.625rem auto rgba(177, 119, 76, 0.5);
  margin: 0 -4.479166666666667rem;
  cursor: pointer;
}
.swiperlist .next {
  left: auto;
  right: 0;
  transform: rotate(180deg);
}
.hsection3 {
  padding: 4.6875rem 0;
}
.hnews li a {
  display: flex;
  align-items: center;
  border-bottom: 0.052083333333333336rem solid #c6b299;
  padding: 0.5208333333333334rem 0;
}
.hnews li {
  margin-bottom: 1.0416666666666667rem;
}
.hnews li a h6 {
  font-size: 14px;
  color: #999999;
  line-height: 1.6;
}
.hnews li a p {
  font-size: 16px;
  color: #3e3e3e;
  flex: 1;
  margin-left: 0.5208333333333334rem;
}
.hsection4 .pics {
  width: 54.427083333333336rem;
  margin: 0 auto;
}
.hsection4 .pics img {
  width: 100%;
  display: block;
}
.footer {
  background: #c6b299;
  padding: 2.0833333333333335rem 0;
  position: relative;
}
.footer .ftico {
  position: absolute;
  left: 5.416666666666667rem;
  top: -4.791666666666667rem;
  z-index: 11;
  width: 14.21875rem;
}
.footer .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .logo img {
  height: 7.291666666666667rem;
  display: block;
}
.footer .ul {
  margin-right: 8.333333333333334rem;
  display: flex;
}
.footer {
  margin-top: 3.385416666666667rem;
}
.footer .li dt {
  font-size: 16px;
  color: #f7f7f7;
  line-height: 1.6;
  font-weight: bold;
}
.footer .li dd a {
  font-size: 16px;
  color: #f7f7f7;
  line-height: 1.6;
  font-weight: bold;
  display: inline-block;
  margin-top: 0.4166666666666667rem;
}
.footer .li dd li a {
  font-size: 14px;
  color: #f7f7f7;
  font-weight: bold;
  line-height: 1.6;
  margin-top: 0.5208333333333334rem;
  padding-left: 0.5208333333333334rem;
}
.footer .li dl {
  padding-left: 2.8645833333333335rem;
  margin-left: 2.8645833333333335rem;
}
.footer .li h4 {
  text-align: right;
  margin-top: 3.90625rem;
}
.footer .li h4 a {
  display: inline-block;
  font-size: 16px;
  color: #f7f7f7;
  font-weight: bold;
  line-height: 1.6;
}
.footer .li h6 {
  text-align: right;
}
.footer .li h6 a {
  font-size: 12px;
  color: #fff;
  line-height: 1.6;
  margin-top: 0.4166666666666667rem;
  display: inline-block;
}
.fxbtn {
  position: fixed;
  right: 0;
  top: 8.072916666666668rem;
  top: 10.416666666666668rem;
  width: 0.9375rem;
  right: 8.229166666666668rem;
  text-align: center;
  z-index: 88;
}
.fxbtn img {
  display: block;
  margin: 0.4166666666666667rem auto;
}
.fxbtn .tline {
  border-top: 0.10416666666666667rem dotted #3e3e3e;
  height: 0.15625rem;
  padding: 0rem;
  width: 0.78125rem;
  width: 100%;
}
.fybtn {
  position: fixed;
  right: 1.1458333333333335rem;
  z-index: 66;
  bottom: 20%;
  -webkit-animation: bounceOut 1s 0.2s ease both;
  -moz-animation: bounceOut 1s 0.2s ease both;
}
.fybtn.on {
  -webkit-animation: bounceIn 1s 0.2s ease both;
  -moz-animation: bounceIn 1s 0.2s ease both;
}
.fybtn a {
  width: 6.770833333333334rem;
  height: 6.770833333333334rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #b1774c;
  border-radius: 50%;
}
.fybtn a i {
  font-size: 14px;
  color: #ffffff;
  line-height: 1.6;
}
.fybtn a strong {
  font-size: 0.9375rem;
  color: #ffffff;
  font-weight: bold;
  line-height: 1.4;
}
.aban {
  background: #f7efe8;
  padding-bottom: 5.729166666666667rem;
  position: relative;
}
.aban img {
  width: 80%;
  margin: 0 auto;
  display: block;
  border-radius: 0.5208333333333334rem;
}
.aban h4 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3.125rem;
  line-height: 6.25rem;
  background: #f7efe8;
  text-align: center;
  width: 20.052083333333336rem;
  font-size: 1.4583333333333335rem;
  color: #333333;
  margin: 0 auto;
  border-radius: 5.208333333333334rem;
}
.padt100 {
  padding-top: 5.208333333333334rem;
}
.about .hd {
  margin: 8.333333333333334rem 0 4.6875rem;
  position: relative;
}
.about .hd dd {
  position: absolute;
}
.about .hd ul {
  width: 26.041666666666668rem;
  margin: 0 auto;
}
.about .hd li {
  display: flex;
  justify-content: space-between;
  border-bottom: 0.052083333333333336rem solid #e4dcd1;
  padding: 0.625rem 0;
}
.about .hd li h4 {
  font-size: 0.9375rem;
  color: #3e3e3e;
  width: 5.208333333333334rem;
  line-height: 1.3541666666666667rem;
}
.about .hd li p {
  font-size: 16px;
  line-height: 1.3541666666666667rem;
  color: #3e3e3e;
  width: calc(100% - 5.208333333333334rem);
}
.about .hd .ico {
  width: 5.729166666666667rem;
  position: absolute;
  right: 6.25rem;
  top: 3.125rem;
}
.about .hd dd:nth-child(1) {
  left: 5.208333333333334rem;
  bottom: -1.3541666666666667rem;
}
.about .hd dd:nth-child(2) {
  left: 8.59375rem;
  bottom: 0.78125rem;
}
.about .hd dd:nth-child(3) {
  left: 6.614583333333334rem;
  bottom: 4.166666666666667rem;
}
.about .hd dd:nth-child(4) {
  left: 10.677083333333334rem;
  bottom: 5.729166666666667rem;
}
.about .hd dd:nth-child(5) {
  left: 9.635416666666668rem;
  bottom: 9.895833333333334rem;
}
.about .hd dd:nth-child(6) {
  left: 14.0625rem;
  bottom: 11.458333333333334rem;
}
.about .hd dd:nth-child(7) {
  left: 12.5rem;
  bottom: 14.583333333333334rem;
}
.about .hd dd:nth-child(8) {
  left: 17.083333333333336rem;
  bottom: 16.666666666666668rem;
}
.about .bd {
  width: 41.66666666666667rem;
  margin: 0 auto;
  padding-bottom: 5.208333333333334rem;
}
.about .bd h4 {
  font-size: 1.1458333333333335rem;
  color: #3e3e3e;
  line-height: 1.6;
  text-align: center;
}
.about .bd .detail {
  margin-top: 3.125rem;
  font-size: 16px;
  line-height: 1.6;
  color: #3e3e3e;
}
.uform {
  padding: 8.333333333333334rem 0 5.208333333333334rem;
  width: 41.66666666666667rem;
  margin: 0 auto;
}
.uform li {
  margin-bottom: 0.4166666666666667rem;
}
.uform p {
  font-size: 16px;
  color: #3e3e3e;
  line-height: 1.6;
  margin-bottom: 2.604166666666667rem;
}
.uform h6 {
  font-size: 16px;
  color: #3e3e3e;
  line-height: 2.4;
  padding-left: 0.78125rem;
}
.uform h6 i {
  color: #bc5f5e;
  display: inline-block;
  margin-left: 0.4166666666666667rem;
}
.uform .txt {
  width: 100%;
  background: #fff;
  border: 1px solid #eeeeee;
  border-radius: 1.0416666666666667rem;
  font-size: 16px;
  color: #3e3e3e;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0.78125rem;
  height: 2.5rem;
}
.uform .txt:focus {
  border-color: #bc5f5e;
}
.uform .txt1 {
  padding: 0.5208333333333334rem 0.78125rem;
  height: 8.333333333333334rem;
  resize: none;
}
.uform label {
  padding-left: 1.25rem;
  margin-left: 0.78125rem;
  margin-top: 0.78125rem;
  font-size: 14px;
  color: #3e3e3e;
  display: inline-block;
  background: url(../images/tw1.png) no-repeat left center/0.625rem auto;
  cursor: pointer;
}
.uform input:checked + label {
  background: url(../images/che1-1.png) no-repeat left center/0.625rem auto;
}
.uform label span {
  text-decoration: underline;
}
.uform #che1 {
  display: none;
}
.fubtn {
  width: 11.71875rem;
  height: 2.604166666666667rem;
  border-radius: 0.78125rem;
  background: #b1774c;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  line-height: 1.4;
  box-shadow: 0.20833333333333334rem 0.20833333333333334rem 0.10416666666666667rem 0rem #ada39c;
  margin: 1.5625rem auto 0;
  cursor: pointer;
  color: #fff;
}
.fubtn i {
  font-size: 12px;
}
.fubtn span {
  font-size: 16px;
  font-weight: bold;
}
.pad100 {
  padding: 9.375rem 0 5.208333333333334rem;
}
.pad100.hsection3 .hnews {
  padding: 0 2.0833333333333335rem;
}
.fsection6 {
  padding: 8.333333333333334rem 0 5.208333333333334rem;
}
.fsection6 .hd .wrap {
  max-width: 71.875rem;
}
.fsection6 .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}
.fsection6 .flex .pic {
  width: 39.583333333333336rem;
  border-radius: 1.0416666666666667rem;
  overflow: hidden;
}
.fsection6 .flex .pic img {
  width: 100%;
  display: block;
}
.fsection6 .text {
  width: 24.739583333333336rem;
}
.fsection6 li .text {
  margin: 0 auto;
}
.fsection6 .text h4 {
  font-size: 1.4583333333333335rem;
  color: #bc5f5e;
  line-height: 1.6;
}
.fsection6 .text p {
  font-size: 16px;
  color: #333333;
  line-height: 1.6;
  margin-top: 1.1458333333333335rem;
}
.fsection6 li {
  margin: 0 auto;
  margin-top: 8.333333333333334rem;
  position: relative;
  width: 24.739583333333336rem;
}
.fsection6 li img {
  position: absolute;
  left: 110%;
  top: -2.604166666666667rem;
  display: block;
  max-width: 8.333333333333334rem;
  max-height: 8.333333333333334rem;
  object-fit: contain;
}
.fsection6 li img:nth-child(2) {
  left: auto;
  right: 110%;
  bottom: -2.0833333333333335rem;
  top: auto;
}
.fsection6 .flex.active {
  flex-direction: row;
  margin-top: 8.333333333333334rem;
}
.fsection6 .bd {
  margin-top: 8.333333333333334rem;
}
.fsection6 .bd .wrap {
  width: 79.16666666666667rem;
  background: #ded1c1;
  padding: 3.125rem 11.458333333333334rem;
  border-radius: 1.0416666666666667rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.fsection6 .bd h4 {
  text-align: center;
  font-size: 1.4583333333333335rem;
  color: #bc5f5e;
  line-height: 1.6;
}
.fsection6 .bd h6 {
  font-size: 16px;
  color: #333333;
  line-height: 1.6;
  margin-top: 1.0416666666666667rem;
  text-align: center;
}
.fsection6 .bd .detail {
  font-size: 13px;
  /* color: #3333333; */
  line-height: 3;
  margin-top: 1.25rem;
}
.fsection7 {
  padding: 8.333333333333334rem 0 5.208333333333334rem;
}
.fsection7 .hd .wrap {
  max-width: 65.625rem;
}
.fsection7 .hd ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.fsection7 .hd li {
  width: 26.041666666666668rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2.604166666666667rem 4.6875rem 2.604166666666667rem 1.5625rem;
  border-radius: 1.5625rem;
  background: #f7efe8;
  position: relative;
}
.fsection7 .hd li .uftit {
  position: absolute;
  left: 1.5625rem;
  bottom: 100%;
  transform: translateY(50%);
}
.uftit {
  font-size: 1.9791666666666667rem;
  font-weight: bold;
  color: #bc5f5e;
  line-height: 1.6;
}
.uftit a{
    color:inherit;
}
.fsection7 .hd li h6 {
  font-size: 12px;
  color: #212121;
  line-height: 1.6;
  margin-bottom: 0.7291666666666667rem;
}
.fsection7 .hd li h6 img {
  display: inline-block;
  margin: 0 0.2604166666666667rem;
}
.fsection7 .hd li h6 strong {
  font-weight: bold;
}
.fsection7 .hd li p {
  font-size: 12px;
  color: #212121;
  line-height: 1.6;
}
.fsection7 .hd li .ico {
  position: absolute;
  right: 1.8229166666666667rem;
  bottom: 1.8229166666666667rem;
  width: 2.0833333333333335rem;
  z-index: 1;
  display: block;
}
.fsection7 .bd {
  margin-top: 8.333333333333334rem;
}
.uftit.cent {
  text-align: center;
}
.fpiclist ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2.0833333333333335rem;
  justify-content: center;
}
.fpiclist ul li {
  margin: 0 0.5208333333333334rem 1.0416666666666667rem;
  width: 12.916666666666668rem;
  border: 1px solid #c7b199;
  border-radius: 0.5208333333333334rem;
  background: #fffefb;
}
.fpiclist ul li a {
  padding: 0.8rem 1.6rem 0.6rem;
  display: block;
}
.fpiclist ul li .icon {
  /* overflow: hidden; */
}
.fpiclist ul li .icon img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}

.fsection7 .hd h5{
    text-align: center;
    font-size: 1rem;
    margin: 1.5rem 0 0.2rem;
}
.fsection7 .hd .fubtn{
    margin: 0 auto;
}
/* .fpiclist ul li a {
  padding: 1.0416666666666667rem 1.9791666666666667rem 0.78125rem;
  display: block;
}
.fpiclist ul li .icon {
  overflow: hidden;
}
.fpiclist ul li .icon img {
  width: 100%;
  height: 11.71875rem;
  object-fit: cover;
  display: block;
} */
.fpiclist ul li h6 {
  font-size: 12px;
  color: #bc5f5e;
  line-height: 1.6;
  margin-top: 0.5208333333333334rem;
}
.fpiclist ul li h4 {
  font-size: 16px;
  color: #212121;
  line-height: 1.6;
}
.access {
  margin-top: 8.333333333333334rem;
}
.access .wrap {
  padding: 3.125rem 3.6458333333333335rem 2.0833333333333335rem;
  border-radius: 2.0833333333333335rem;
  background-color: #ded1c1;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  width: 79.16666666666667rem;
}
.access .uftit {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  transform: translateY(-50%);
}
.access .flexpic {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.access .flexpic .pic {
  width: 38.020833333333336rem;
  display: block;
}
.access .flexpic .text {
  width: 30.729166666666668rem;
  margin-left: 2.34375rem;
}
.access .flexpic .text h5 {
  font-size: 1.25rem;
  color: #212121;
  line-height: 1.6;
}
.access .flexpic .text h6 {
  font-size: 14px;
  color: #212121;
  line-height: 1.6;
  margin-top: 1.0416666666666667rem;
}
.access .flexpic .text p {
  padding-left: 2em;
  font-size: 14px;
  color: #212121;
  line-height: 1.6;
}
.access .flexpic .text .fubtn {
  margin: 1.5625rem 0;
  transform: translateX(30px);
}
.interior {
  padding-top: 8.333333333333334rem;
}
.interior .wrap {
  position: relative;
}
.interior ul {
  display: flex;
  justify-content: center;
  margin: 2.0833333333333335rem;
}
.interior ul li {
  width: 20.833333333333336rem;
  border-radius: 1.5625rem;
  margin: 0 1.0416666666666667rem 1.0416666666666667rem;
  overflow: hidden;
}
.interior ul li img {
  width: 100%;
  display: block;
}
.interior .ico {
  position: absolute;
  left: 3.6458333333333335rem;
  bottom: 0;
  z-index: 1;
}
.qalist {
  margin: 0 auto;
  width: 43.75rem;
  margin-top: 6.770833333333334rem;
}
.qalist h3 {
  text-align: center;
  font-size: 1.4583333333333335rem;
  color: #bc5f5e;
  line-height: 1.6;
  margin-bottom: 1.8229166666666667rem;
}
.qalist li {
  background: #f7efe8;
  border-radius: 1.0416666666666667rem;
  padding: 0 0.78125rem;
  margin-bottom: 1.1458333333333335rem;
}
.qalist li .th {
  display: flex;
  height: 2.604166666666667rem;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.qalist li .th:before {
  content: '';
  position: absolute;
  right: 0;
  width: 1.0416666666666667rem;
  height: 2.604166666666667rem;
  background: url(../images/ut13.png) no-repeat center;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  /* IE 9*/
  -moz-transition: all 0.3s;
  /* Firefox*/
  -webkit-transition: all 0.3s;
  /* Safari 和 Chrome*/
  -o-transition: all 0.3s;
}
.qalist li.on .th:before {
  transform: rotate(180deg);
}
.qalist li i {
  font-size: 1.0416666666666667rem;
  color: #bc5f5e;
  line-height: 1.6;
  width: 1.875rem;
  text-align: center;
  display: inline-block;
}
.qalist li p {
  font-size: 14px;
  color: #333333;
  line-height: 1.7;
  width: calc(100% - 3.6458333333333335rem);
}
.qalist li h6 {
  font-size: 16px;
  color: #333333;
  line-height: 1.7;
  width: calc(100% - 3.6458333333333335rem);
}
.qalist li .bd {
  border-top: 0.10416666666666667rem dotted #e3d3bf;
  padding: 0.78125rem 0;
  display: none;
}
.qalist li .bd .flex {
  display: flex;
  align-items: center;
}
.bounceIn2 {
  -webkit-animation-name: bounceIn2;
  animation-name: bounceIn2;
}
@-webkit-keyframes bounceIn2 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes bounceIn2 {
  0% {
    opacity: 0;
    -moz-transform: scale(0.9);
  }
  50% {
    opacity: 1;
    -moz-transform: scale(1.05);
  }
  100% {
    -moz-transform: scale(1);
  }
}
/* .fxbtn a img:nth-child(2) {
  display: none;
}
.fxbtn a:hover img:nth-child(1) {
  display: none;
}
.fxbtn a:hover img:nth-child(2) {
  display: block;
} */
.hnews li a:hover p,
.hnews li a:hover h6 {
  color: #bc5f5e;
}
.naver li.on h3 a,
.naver li h3 a:hover {
  color: #bc5f5e;
}
.fybtn a {
  position: relative;
}
.fybtn a img {
  margin: 0rem auto;
  width: 3.3333333333333335rem;
  top: -3.125rem;
  max-width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  transform: scale(0);
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  /* IE 9*/
  -moz-transition: all 0.3s;
  /* Firefox*/
  -webkit-transition: all 0.3s;
  /* Safari 和 Chrome*/
  -o-transition: all 0.3s;
}
.fybtn a:hover img {
  transform: scale(1);
  opacity: 1;
}
.fybtn a:hover {
  background: #bc5f5e;
  transform: scale(1.1);
}
.footer a:hover {
  color: #bc5f5e !important;
}
.about .hd dd {
  opacity: 0;
}
@keyframes showAndHide {
  0%,
  100% {
    opacity: 0;
  }
  12.5% {
    opacity: 1;
  }
}
.about .hd dd:nth-child(1) {
  animation: showAndHide 8s infinite;
}
.about .hd dd:nth-child(2) {
  animation: showAndHide 8s infinite;
  animation-delay: 1s;
}
.about .hd dd:nth-child(3) {
  animation: showAndHide 8s infinite;
  animation-delay: 2s;
}
.about .hd dd:nth-child(4) {
  animation: showAndHide 8s infinite;
  animation-delay: 3s;
}
.about .hd dd:nth-child(5) {
  animation: showAndHide 8s infinite;
  animation-delay: 4s;
}
.about .hd dd:nth-child(6) {
  animation: showAndHide 8s infinite;
  animation-delay: 5s;
}
.about .hd dd:nth-child(7) {
  animation: showAndHide 8s infinite;
  animation-delay: 6s;
}
.about .hd dd:nth-child(8) {
  animation: showAndHide 8s infinite;
  animation-delay: 7s;
}
.fubtn {
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  /* IE 9*/
  -moz-transition: all 0.3s;
  /* Firefox*/
  -webkit-transition: all 0.3s;
  /* Safari 和 Chrome*/
  -o-transition: all 0.3s;
}
.fubtn:hover,
.tbtn1:hover {
  transform: translate(0.10416666666666667rem, 0.10416666666666667rem);
  box-shadow: 0.20833333333333334rem 0.20833333333333334rem 0.10416666666666667rem 0 transparent;
}

.qingb {
  margin-top: 5.208333333333334rem;
  margin-bottom: -3.385416666666667rem;
  padding: 4.166666666666667rem 0 5.208333333333334rem;
}
.qingb .hd {
  text-align: center;
}
.qingb .hd h2 i {
  font-size: 1.875rem;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  border-bottom: 0.15625rem solid #fff;
  display: inline-block;
  line-height: 1.7;
}
.qingb .hd h6 {
  font-size: 16px;
  color: #fff;
  line-height: 1.6;
  margin: 0.2604166666666667rem 0;
}
.qingb .hd h4 {
  font-size: 1.0416666666666667rem;
  color: #ffffff;
  line-height: 1.7;
  font-weight: bold;
  margin: 1.5625rem 0 2.604166666666667rem;
}
.qingb .bd {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.qingb .bd .wtab {
  width: 16.666666666666668rem;
  border-radius: 0.5208333333333334rem;
  background: #fff;
  margin-right: 2.0833333333333335rem;
  position: sticky;
  top: 8.333333333333334rem;
  z-index: 11;
  margin-top: 3.385416666666667rem;
}
.qingb .bd .wtab li {
  border-bottom: 0.052083333333333336rem solid #cccccc;
}
.qingb .bd .wtab li:last-child {
  border: none;
}
.qingb .bd .wtab li a {
  font-size: 1.0416666666666667rem;
  color: #3e3e3e;
  line-height: 3.229166666666667rem;
  display: block;
  padding: 0 1.0416666666666667rem;
  background: url(../images/wico4.png) no-repeat right 0.5208333333333334rem
    center/0.4166666666666667rem auto;
}
.qingb .bd .rt a:hover .flex h3,
.qingb .bd .wtab li.on a,
.qingb .bd .wtab li a:hover {
  color: #bc5f5e;
}
.qingb .bd .rt a:hover .flex .icon .picov img {
  transform: scale(1.1);
  -ms-transform: scale(1.1); /* IE 9 */
  -moz-transform: scale(1.1); /* Firefox */
  -webkit-transform: scale(1.1); /* Safari 和 Chrome */
  -o-transform: scale(1.1);
}
.qingb .bd .rt {
  width: 28.645833333333336rem;
}
.qingb .bd .rt dl {
  margin-bottom: 1.4583333333333335rem;
}
.qingb .bd .rt dt {
  background: rgba(255, 255, 255, 0.1);
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  line-height: 2.3958333333333335rem;
  border-radius: 0.5208333333333334rem;
}
.qingb .bd .rt dd {
  margin-top: 0.8333333333333334rem;
}
.qingb .bd .rt dd a {
  display: block;
  background: #fff;
  border-radius: 0.5208333333333334rem;
}
.qingb .bd .rt .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5625rem 1.3020833333333335rem;
  border-bottom: 0.052083333333333336rem solid #cccccc;
}
.qingb .bd .rt .flex h3 {
  font-size: 1.0416666666666667rem;
  color: #212121;
  font-weight: bold;
  line-height: 1.6;
  flex: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 1.0416666666666667rem;
}
.qingb .bd .rt .flex .icon {
  width: 7.5rem;
  height: 4.583333333333334rem;
  /* background: url(../images/wico1.png) no-repeat right center; */
}
.qingb .bd .rt .flex .icon .picov {
  width: 6.145833333333334rem;
  height: 4.583333333333334rem;
  overflow: hidden;
}
.qingb .bd .rt .flex .icon .picov img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  /* IE 9*/
  -moz-transition: all 0.3s;
  /* Firefox*/
  -webkit-transition: all 0.3s;
  /* Safari 和 Chrome*/
  -o-transition: all 0.3s;
}
.qingb .bd .rt dd h4 {
  font-size: 16px;
  color: #3e3e3e;
  line-height: 2;
  padding-left: 1.3020833333333335rem;
  font-weight: bold;
  background-size: auto 0.9895833333333334rem !important;
}
.qingb .bd .rt dd .tx {
  padding: 1.0416666666666667rem 1.1458333333333335rem 1.0416666666666667rem;
}
.qingb .bd .rt dd h6 {
  text-align: right;
  line-height: 1.2;
  font-size: 14px;
  color: #999999;
}
.wdetail {
  padding: 10.416666666666668rem 0 5.208333333333334rem;
}
.wdetail .hd h6 {
  font-size: 14px;
  color: #999999;
  line-height: 1.6;
  font-weight: 300;
}
.wdetail .hd h1 {
  font-size: 1.25rem;
  color: #212121;
  line-height: 1.6;
}
.wdetail .bd {
  font-size: 16px;
  color: #3e3e3e;
  line-height: 1.7;
  color: #3e3e3e;
  margin: 1.5625rem 0 0;
}
.wdetail .bd img {
  height: auto !important;
  width: 100%;
}

#detail2 img {
  max-width: 1200px; /* 最大宽度 */
  max-height: 800px; /* 最大高度 */
  width: auto; /* auto 保持等比 */
  height: auto; /* auto 保持等比 */
  display: block;
  margin: 0 auto;
}

/* 保留 Plan/Option 区域的所有空白 */
.anleft h6.plan-line,
.anright h6.option-line,
p.plan-note {
  white-space: pre-wrap; /* 既保留空格，又保留换行 */
}

/* Access：让“说明文字 + 按钮”整体对齐 */
.access .access-reserve-wrap {
  width: 11.71875rem; /* 和按钮宽度一致（fubtn 的 width） */
  margin-top: 0.6rem;
  margin-left: 20px;
}

/* 说明文字：贴近按钮、居中 */
.access .access-reserve-wrap .access-note {
  margin: 0 0 0.4rem 0; /* 距离按钮更近 */
  transform: translateX(-45px);
  text-align: center;
  font-size: 16px;
  font-weight: 700; /* 加粗 */
  color: #c75b5b !important; /* 柔和的日系红 */
  letter-spacing: 0.05em;
  white-space: nowrap;
}

/* 关键：把 Access 里被“左对齐”的按钮，改回居中 */
.access .access-reserve-wrap .fubtn {
  margin: 0 auto !important;
}

.pages dl {
	display:flex;
	justify-content:center;
	align-items:center;
	margin-top:2.0833333333333335rem;
}
.pages dl dd a {
	font-size:0.7291666666666667rem;
	line-height:1.5625rem;
	color:#363636;
	border-radius:0.2604166666666667rem;
	padding:0 0.625rem;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	min-width:1.5625rem;
	text-align:center;
	display:block;
}
.pages dl dd {
	margin:0 0.4166666666666667rem;
}
.pages dl dd.prev,.pages dl dd.next {
	margin:0 1.0416666666666667rem;
}
.pages dl dd.on a,.pages dl dd a:hover {
	background:#245193;
	color:#fff;
}