

/* 鼠标跟随 --> */
#c-followDot {
  position: fixed;
  top: 0;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #f20000;
  z-index: 999;
  pointer-events: none;
}
#c-followDot .c-default {
  position: absolute;
  top: -18px;
  left: -18px;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 50%;
  opacity: .2;
  box-sizing: border-box;
  z-index: 99;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
#c-followDot .c-hover {
  position: absolute;
  top: -38px;
  left: -38px;
  width: 80px;
  height: 80px;
  background-color: #bbb;
  border-radius: 50%;
  opacity: .12;
  z-index: 98;
  box-sizing: border-box;
  transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

#c-followDot.c-active .c-default {
  transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
}

#c-followDot.c-active .c-hover {
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
}


/* 滚动条 */
.gdt{
  width: 0;
  height: 0;
  overflow: hidden;
  background-image: url(../image/img122.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
}
::-webkit-scrollbar {
    width: 5px;
    background-color: #999;
    border-radius:50px;
}

::-webkit-scrollbar-thumb {
    border-radius: 50px;
    background-color:#bf916d;
}

.content {
  width: 100%;
  min-height: 500px;
  /* overflow: hidden; */
}

.app {
  display: none;
}

.banner {
  width: 100%;
}

.banner .bj {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.banner .swiper-slide {
  position: relative;
}

.banner .foot-container {
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.banner .rq {
  width: 100%;
  height: 100%;
  position: relative;
}

.banner .rq1 {
  position: absolute;
  top: 40%;
  left: 20%;
  margin-left:15px;

  transform: translate(-50%, -50%);
}
@keyframes ban_wz{
  0%{
    transform: translateY(30px);
    opacity: 0;
  }
  100%{
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes ban_wz2{
  0%{
    transform: translate(-30px, -50%);
    opacity: 0;
  }
  100%{
    transform: translate(0, -50%);
    opacity: 1;
  }
}

.banner .p1 {
  font-size: 72px;
  color: #6c3c23;
  font-family: 'koz';
  letter-spacing:16px;

}
.banner .swiper-slide-active .p1{
  animation: ban_wz 1s linear 0.2s both;
}

.banner .p2 {
  color: #9d7252;
  font-size: 30px;
  text-transform: uppercase;
  text-align: left;
  font-family: "regular";
    letter-spacing:6px;

}
.banner .swiper-slide-active .p2{
  animation: ban_wz 1s linear 0.4s both;
}

.banner .rq2 {
  position: absolute;
  top: 56%;
  left: 0%;
  transform: translate(0%, -50%);
}
.banner .swiper-slide-active .rq2{
  animation: ban_wz2 1s linear 0.6s both;
}
.banner .p3 {
  color: #6a4122;
  font-size: 36px;
  text-transform: uppercase;
  font-family: "regular";
}


.banner .p3 p {
  color: #9d7252;
  font-size: 48px;
  line-height: 30px;
  font-family: "regular";
}

.banner .rq2 div {
  width: 70px;
  height: 1px;
  background: rgb(106, 65, 34);
  margin: 50px 0;
}

.banner .p4 {
  background-image: url(../image/img34.png);
  background-position-x: right;
  background-position-y: top;
  background-repeat: no-repeat;
  display: block;
  width: 130px;
}

.banner .p4, .banner .p4 p {
  font-size: 16px;
  color: #6a4122;
  line-height: 30px;
  font-family: "regular";
}

.banner .swiper-button-prev, .banner .swiper-button-next {
  width: 63px;
  height: 60px;
  background-repeat: no-repeat;
  background-size: contain;
  top: 85%;
  z-index: 20;
}

.banner .swiper-button-prev {
  background-image: url(../image/img3.png);
  left: 83%;
}

.banner .swiper-button-next {
  background-image: url(../image/img4.png);
  right: 9%;
}

.swiper-button-next:after, .swiper-button-prev:after {
  content: '';
}

.banner .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #fff;
  transition: all .3s;
  opacity: 1;
  margin: 0 13px !important;
}

.banner .swiper-pagination-bullet-active {
  width: 14px;
  height: 14px;
  background: none;
 /* border: 2px solid rgb(76, 156, 74); */

  margin-bottom: -3px !important;
}

.banner .swiper-pagination {
  position: absolute;
  top: 85%;
  text-align: left;
  padding-left: 160px;
}

/* content1 */

.content1 {
  width: 100%;
  position: relative;
}

.content1 .bj {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.content1 .foot-container {
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.content1 .rq {
  width: 100%;
  height: 100%;
  position: relative;
}

.content1 .rq1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.content1 .p1 {
  font-size: 24px;
  color: #9d7252;
  opacity: 0.8;
  text-align: center;
  font-family: "light";
}

.content1 .rq2 {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
}

.content1 .p2 {
  font-size: 36px;
  color: #6a4122;
  text-transform: uppercase;
  font-family: "regular";
}

.content1 .p2 p {
  font-size: 48px;
  color: #9d7252;
  line-height: 40px;
  font-family: "regular";
}

.content1 .p3 {
  font-size: 16px;
  color: #9d7252;
  margin-top: 25px;
}

.msg-box-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  z-index: 1001;
}

.msg-box {
  width: 70%;
  height: 70%;
  padding: 0px;
  background-color: #F3F3F3;
  position: absolute;
  left: 50%;
  top: 47%;
  transform: translate(-50%, -50%);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.msg-box .close-box {
  width: 30px;
  height: 30px;
  background: url(../image/btn-close-modal.png) no-repeat center;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
  -webkit-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.msg-box .close-box:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.video_pic {
  width: 100%;
  height: 100%;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}

.bf {
  width: 77px;
  height: 76px;
  background: url(../image/img6.png) no-repeat center;
  position: absolute;
  top: 82%;
  left: 0;
}

/* content2 */

.content2 {
  width: 100%;
  position: relative;
}

.content2 .rq1 {
  width: 100%;
  height: 510px;
  background: rgb(183, 147, 114);
}

.content2 .rq2 {
  width: 100%;
  height: 935px;
  background: #fff;
}

.content2 .foot-container {
  /* height: 100%; */
  /* position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%); */
}

.content2 .rq3 {
  width: 100%;
  height: 100%;
  padding: 200px 0;
}

.content2 .rq4 {
  width: 49%;
  margin-right: 2%;
  float: left;
  margin-bottom: 40px;
  position: relative;
}

.content2 .rq4:nth-child(2) {
  margin-right: 0;
}

.content2 .rq4 .lef {
  width: 33%;
  height: 100%;
  background: rgb(247, 247, 247);
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 50px;
  padding-top: 125px;
  border-radius: 10px 0 0 10px;
  transition: all .5s;
}
.content2 .rq4:hover .lef{
  background: rgb(209, 185, 165);
}

.content2 .rq4:nth-child(2) .lef {
  width: 34%;
}

.content2 .rq4:nth-child(2) .rig {
  width: 66%;
}


.content2 .p1 {
  font-size: 36px;
  color: #333333;
  font-family: "light";
  padding-bottom: 25px;
  margin-bottom: 25px;
  position: relative;
}

.content2 .p1::before {
  content: '';
  width: 15px;
  height: 2px;
  background: rgb(129, 106, 85);
  position: absolute;
  left: 0;
  bottom: 0;
}

.content2 .p2 {
  font-size: 16px;
  color: #999999;
  font-family: "regular";
  transition: all .5s;
}
.content2 .rq5:hover .p2,
.content2 .rq4:hover .p2{
  color: #fff;
}
.content2 .rq4 .rig {
  width: 67%;
  float: right;
  border-radius: 0px 10px 10px 0px;
  overflow: hidden;
}

.content2 .rq4 .rig img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
  transition: all .5s;
}

.content2 .rq4:hover a .rig img{
  transform: scale(1.05);
}
.content2 .rq5 {
  width: 32%;
  margin-right: 2%;
  float: left;
}

.content2 .rq5:nth-child(5) {
  margin-right: 0;
}

.content2 .rq5 .top {
  background: rgb(240, 240, 240);
  height: 220px;
  width: 100%;
  border-radius: 10px 10px 0px 0px;
  padding: 0 115px;
  padding-top: 50px;
  transition: all .5s;
}
.content2 .rq5:hover .top{
  background: rgb(209, 185, 165);
}
.content2 .rq5 .bot, .content2 .rq5 .bot img {
  width: 100%;
  vertical-align: middle;
  border-radius: 0px 0px 10px 10px;
  transition: all .5s;
  overflow: hidden;
}
.content2 .rq5:hover a .bot img{
  transform: scale(1.05);
}



/* content3 */

.content3 {
  width: 100%;
}

.content3 .rq1 {
  width: 100%;
  background: rgb(247, 247, 247);
  padding: 135px 455px;
}

.content3 .p1 {
  font-size: 24px;
  color: #333333;
  font-family: "light";
  text-align: center;
}

.content3 .p2 {
  font-size: 14px;
  color: #777777;
  font-family: "light";
  text-align: center;
  margin-top: 30px;
  text-transform: uppercase;
}

.content3 .rq2 {
  width: 100%;
  overflow: hidden;
}

.content3 .rq2 .bj {
  width: 100%;
  height: 100%;
  vertical-align: middle;
  transition: all 10s;
}
.content3 .rq2 .bj:hover{
  transform: scale(1.05);
}

.content3 .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #fff;
  transition: all .3s;
  opacity: 1;
  margin: 0 13px !important;
}

.content3 .swiper-pagination-bullet-active {
  width: 14px;
  height: 14px;
  background: none;
 /** border: 2px solid rgb(76, 156, 74); */
  margin-bottom: -3px !important;
}

.content3 .swiper-pagination {
  position: absolute;
  top: 88%;
  text-align: left;
  padding-left: 160px;
}

/* content4 */

.content4 {
  width: 100%;
}

.content4 .rq {
  width: 100%;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 240px;
}

.content4 .rq1 {
  width: auto;
  margin: 0 auto;
  display: table;
  margin-bottom: 90px;
}

.content4 .rq1 div {
  float: left;
  margin-left: 100px;
  cursor: pointer;
}

.content4 .rq1 div img {
  filter: saturate(0%);
}

.content4 .rq1 .an img {
  filter: saturate(100%);
}

.content4 .rq1 div:nth-child(1) {
  margin-left: 0;
}

.content4 .rq2 {
  width: 100%;
  height: 600px;
  display: none;
}

.content4 .rq2.xs {
  display: block;
}

.content4 .rq2 .rq5 .div {
  height: 600px;
  vertical-align: middle;
  display: table-cell;
  padding: 0 50px;
}

.content4 .rq2 .rq3, .content4 .rq2 .rq5 {
  width: 21%;
  float: left;
  height: 100%;
  background: rgb(247, 247, 247);
}

.content4 .rq2 .rq4 {
  width: 58%;
  float: left;
  height: 100%;
}

.content4 .rq2 .rq4 a img {
  width: 100%;
  height: 100%;
  display: none;
}

.content4 .rq2 .rq4 a.on img{
  display: block;
}



.content4 .rq2 .rq3 .mk {
  width: 100%;
  height: 25%;
  border-top: 1px solid rgb(230, 230, 230);
  position: relative;
  padding: 0 30px;
  transition: all .5s;
  cursor: pointer;
}
.content4 .rq2 .rq3 .mk.on2{
  background: rgb(207 206 206);
}
.content4 .rq2 .rq3 .mk.on2 p{
  background-position-x: 85%;
}
/* .content4 .rq2 .rq3 .mk:hover{
  background: #ac8a6b;
}
.content4 .rq2 .rq3 .mk:hover> p{
  background-position-x: 85%;
} */
.content4 .rq2 .rq3 div:nth-child(1) {
  border-top: none;
}

.content4 .rq2 .rq3 .mk p {
  font-size: 16px;
  color: #444444;
  font-family: "regular";
  background-image: url(../image/img23.png);
  background-repeat: no-repeat;
  background-position-x: 80%;
  background-position-y: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  transition: all .5s;
}

.content4 .rq2 .rq3 .mk img {
  margin-bottom: -5px;
  margin-right: 15px;
}

.content4 .p3 {
  font-size: 26px;
  color: #222222;
  font-family: "light";
  padding-bottom: 15px;
  position: relative;
}
.content4 .rq2.xs .p3{
  animation: ban_wz 1s linear 0.2s both;
}
.content4 .p3::before{
  content: '';
  width: 10px;
  height: 2px;
  background: rgb(51,51,51);
  position: absolute;
  bottom: 0;
  left: 0;
}

.content4 .p4 {
  font-size: 16px;
  color: #999999;
  font-family: "light";
  margin-top: 13px;
}
.content4 .rq2.xs .p4{
  animation: ban_wz 1s linear 0.4s both;
}

.content4 .rq33 {
  width: 275px;
  margin: 0 auto;
  padding-top: 65px;
}

.content4 .rq3 span {
  font-size: 16px;
  color: #666666;
  font-family: "light";
  margin: 0 60px;
}

.content4 .rq3 img {
  cursor: pointer;
}

/* content5 */

.content5 {
  width: 100%;
  background: rgb(247, 247, 247);
}

.content5 .foot-container {
  position: relative;
  padding-top: 75px;
  padding-bottom: 80px;
}

.content5 .rq1 {
  width: 100%;
  height: 187px;
  background: #fff;
  position: absolute;
  top: -140px;
  left: 0;
  padding: 55px 0;
  box-shadow: 0px 0px 22px 0px rgba(90, 91, 95, 0.2);
}

.bt {
  font-size: 36px;
  color: #6c3c23;
  font-family: "regular";
  text-transform: uppercase;
  text-align: center;
}

.fbt {
  font-size: 16px;
  color: #8c8a94;
  font-family: "regular";
  text-align: center;
  margin-top: 5px;
}

.content5 .rq2 {
  padding-top: 47px;
  width: 100%;
}

.content5 .rq2 .rq3 {
  float: left;
  height: 245px;
  width: 25%;
  padding-top: 65px;
  border-left: 1px solid rgb(216, 216, 216);
  transition: all .5s;
}

/* .content5 .rq2 .rq3:hover{
  background: #fff;
} */


.content5 .rq2 .rq3:nth-child(1) {
  border-left: none;
}

.content5 .p3 {
  font-size: 30px;
  color: #444444;
  font-family: "light";
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
  transition: all .5s;
}
.content5 .rq2 .rq3:hover .p3{
  color: #6c3c23;
}
.content5 .p3::before {
  content: '';
  width: 73px;
  height: 2px;
  background: rgb(209,209,209);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all .5s;
}
.content5 .rq2 .rq3:hover .p3::before{
  background: #6c3c23;
}

.content5 .p4 {
  font-size: 16px;
  color: #999999;
  font-family: "light";
  text-align: center;
}

.content5 button {
  width: 255px;
  height: 58px;
  border-radius: 58px;
  box-shadow: 0px 0px 22px 0px rgba(90, 91, 95, 0.1);
  background:#fff;
  font-size: 26px;
  color: #444444;
  font-family: "light";
  display: block;
  margin: 0 auto;
  margin-top: 90px;
  transition: all .5s;
}
.content5 button:hover{
  background: #6c3c23;
  color: #fff;
}

/* content6 */

.content6 {
  width: 100%;
  padding-top: 125px;
  margin-bottom: 60px;
}

.content6 .fbt {
  position: relative;
  color: #9d7252;
}

.content6 .fbt a {
  font-size: 16px;
  color: #9d7252;
  font-family: "regular";
  position: absolute;
  right: 0;
}

.content6 .rq {
  width: 100%;
  margin-top: 105px;
}

.content6 .rq1 {
  width: 18.5%;
  margin-right: 8.666%;
  float: left;
  overflow: hidden;
}

.content6 .rq1:nth-child(4) {
  margin-right: 0;
}

.content6 .rq1 .top, .content6 .rq1 .top img {
  width: 100%;
  transition: all .5s;
  overflow: hidden;
  border-radius: 10px;
}
.content6 .rq1:hover .top img{
  transform: scale(1.07);
}

.content6 .p1 {
  font-size: 16px;
  color: #303030;
  font-family: "regular";
  padding: 30px 28px;
  /* border-bottom: 1px solid #000; */
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  transition: all .5s;
  position: relative;
}
.content6 .p1::before{
  content: '';
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 0;
}



.content6 .rq1:hover .bot .p1{
  color: #b79372;

}
.content6 .rq1:hover .bot .p1::before{
  animation: xx 1s linear;
}
@keyframes xx{
  0%{
    width: 0;
  }
  100%{
    width: 100%;
  }
}
.content6 .p2 {
  font-size: 16px;
  color: #b79372;
  font-family: "regular";
  padding: 22px 28px;
  background-image: url(../image/img31.png);
  background-position-x: 88%;
  background-position-y: center;
  background-repeat: no-repeat;
}

/*首页 分辨率 */

@media (max-width: 1680px) {
  /* 首页 */
  .banner .p1 {
    font-size: 62px;
  }
  .banner .p2 {
    font-size: 25px;
  }
  .banner .p3 {
    font-size: 30px;
  }
  .banner .p3 p {
    font-size: 37px;
  }
  .banner .swiper-pagination {
    padding-left: 115px;
  }
  .content1 .p1 {
    font-size: 21px;
  }
  .content1 .p2 p {
    font-size: 38px;
  }
  .content1 .p2 {
    font-size: 30px;
  }
  .bf {
    width: 66px;
    background-size: contain;
  }
  .content2 .p1 {
    font-size: 30px;
  }
  .content2 .rq2 {
    height: 840px;
  }
  .content3 .p1 {
    font-size: 19px;
    line-height: 30px;
  }
  .content3 .p2 {
    font-size: 13px;
  }
  .content3 .rq1 {
    padding: 135px 400px;
  }
  .content4 .p3 {
    font-size: 21px;
  }
  .content4 .p4 {
    font-size: 14px;
  }
  .bt {
    font-size: 30px;
  }
  .fbt {
    font-size: 14px;
  }
  .content5 .p3 {
    font-size: 25px;
  }
  .content5 .p4 {
    font-size: 14px;
  }
  .content5 button {
    font-size: 22px;
  }
  .content6 .p1 {
    font-size: 14px;
    padding: 25px 24px;
  }
  .content6 .p2 {
    font-size: 14px;
    padding: 19px 24px;
  }
  .banner .swiper-button-prev {
    left: 80%;
  }
}

@media (max-width: 1459px) {
  .banner .p1 {
    font-size: 50px;
    line-height: 75px;
  }
  .banner .p2 {
    font-size: 20px;
  }
  .banner .p3, .content1 .p2 {
    font-size: 25px;
  }
  .banner .p3 p, .content1 .p2 p {
    font-size: 34px;
  }
  .banner .rq2 div {
    margin: 37px 0;
  }
  .banner .rq2 {
    top: 58%;
  }
  .banner .swiper-button-prev, .banner .swiper-button-next {
    width: 53px;
  }
  .content1 .p1 {
    font-size: 18px;
  }
  .content2 .p1 {
    font-size: 27px;
  }
  .content2 .rq4 .lef {
    padding: 0 35px;
    padding-top: 80px;
  }
  .content2 .rq5 .top {
    padding: 0px 60px;
    padding-top: 30px;
    height: 170px;
  }
  .content2 .rq1 {
    height: 387px;
  }
  .content2 .rq2 {
    height: 711px;
  }
  .content2 .rq3 {
    padding: 124px 0;
  }
  .content3 .rq1 {
    padding: 90px 310px;
  }
  .content4 .rq2, .content4 .rq2 .rq5 .div {
    height: 456px;
  }
  .content4 .rq2 .rq5 .div {
    padding: 0 27px;
  }
  .content4 .rq1 {
    margin-bottom: 50px;
  }
  .content5 .foot-container {
    padding-top: 35px;
    padding-bottom: 55px;
}
}

@media (max-width: 1259px) {
  .banner .p1 {
    font-size: 40px;
    line-height: 64px;
  }
  .banner .p3, .content1 .p2 {
    font-size: 20px;
  }
  .banner .p3 p, .content1 .p2 p {
    font-size: 28px;
  }
  .banner .p2 {
    font-size: 16px;
  }
  .banner .swiper-button-prev, .banner .swiper-button-next {
    width: 45px;
  }
  .bf {
    width: 53px;
  }
  .content1 .p1 {
    font-size: 15px;
  }
  .content1 .p3 {
    font-size: 12px;
  }
  .content2 .p1 {
    font-size: 23px;
  }
  .content2 .rq4 .lef {
    padding: 0 20px;
    padding-top: 70px;
  }
  .content2 .p1 {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .content2 .rq5 .top {
    padding: 0px 37px;
    padding-top: 26px;
    height: 149px;
  }
  .content2 .rq1 {
    height: 334px;
  }
  .content2 .rq2 {
    height: 613px;
  }
  .content2 .rq3 {
    padding: 140px 0;
  }
  .content3 .rq1 {
    padding: 90px 158px;
  }
  .content4 .rq2, .content4 .rq2 .rq5 .div {
    height: 393px;
  }
  .content4 .p3 {
    font-size: 19px;
  }
  .content4 .rq2 .rq5 .div {
    padding: 0 15px;
  }
  .bt {
    font-size: 25px;
  }
  .content5 .rq1 {
    height: 155px;
    padding: 43px 0;
  }
  .content5 {
    height: 410px;
  }
  .content5 .rq1 {
    top: -110px;
  }
  .content5 .rq2 .rq3 {
    height: 180px;
    padding-top: 25px;
    padding: 0 10px;
  }
  .content5 button {
    width: 210px;
    height: 50px;
    font-size: 19px;
    margin-top: 45px;
  }
  .content6 .p1 {
    padding: 15px 10px;
    font-size: 13px;
  }
  .content6 .p2 {
    font-size: 12px;
    padding: 15px 10px;
  }
  .content6 .rq {
    margin-top: 45px;
  }
  .content6 {
    width: 100%;
    padding-top: 75px;
    margin-bottom: 60px;
  }
  .content4 .rq {
    padding-bottom: 175px;
  }
}

@media (max-width: 991px) {
  .pc {
    display: none;
  }
  .app {
    display: block;
  }
  .banner .swiper-pagination{
    /* text-align: center; */
    padding-left: 60px;
    top: 90%;
  }
  .content1 .p1 {
    font-size: 14px;
  }
  .content1 .p2 {
    font-size: 18px;
  }
  .content1 .p2 p {
    font-size: 24px;
    line-height: 25px;
  }
  .bf {
    width: 40px;
  }
  .content2 .p1 {
    font-size: 17px;
  }
  .content2 .p2 {
    font-size: 13px;
  }
  .content2 .rq5 .top {
    padding: 0px 30px;
    padding-top: 20px;
    height: 120px;
  }
  .content2 .rq1 {
    height: 263px;
  }
  .content2 .rq2 {
    height: 482px;
  }
  .content2 .rq3 {
    padding: 108px 0;
  }
  .content3 .p1 {
    font-size: 15px;
    line-height: 30px;
  }
  .content3 .rq1 {
    padding: 45px 110px;
  }
  .content4 .rq2, .content4 .rq2 .rq5 .div {
    height: 309px;
  }
  .content4 .rq1 div {
    margin-left: 45px;
  }
  .content4 .rq2 .rq3 .mk img {
    width: 30px;
  }
  .content4 .rq2 .rq3 .mk p {
    font-size: 13px;
  }
  .content4 .rq2 .rq3 .mk p {
    /* width: 87px; */
  }
  .content4 .rq2 .rq3 .mk img {
    margin-right: 8px;
}
  .bt {
    font-size: 22px;
  }
  .content6 .rq1 {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 20px;
  }
  .content6 .rq1:nth-child(2n) {
    margin-right: 0;
  }
}

@media (max-width: 768px) {
  .bf {
    left: 15px;
    height: 43px;
  }
  .content1 .rq1 {
    width: 65%;
  }
  .content3 .rq1 {
    padding: 25px 15px;
  }
  .content3 .p1 {
    font-size: 15px;
    line-height: 24px;
  }
  .content3 .swiper-pagination {
    padding-left: 0;
  }
  .content4 .p4 {
    margin-top: 0;
    font-size: 13px;
  }
  .content4 .rq2 .rq3, .content4 .rq2 .rq5 {
    width: 100%;
  }
  .content4 .rq2 .rq4 {
    width: 100%;
  }
  .content4 .rq2 .rq3 .mk {
    width: 25%;
    float: left;
    padding: 38px 0;
  }
  .content4 .rq2 .rq3 .mk p{
    background-image: none;
  }
  .content6 .fbt a {
    font-size: 12px;
}
  .content4 .rq2 .rq3 {
    height: 77px;
  }
  .content4 .rq2 {
    height: auto;
  }
  .content4 .rq2 .rq5 .div {
    height: auto;
    padding: 15px 0;
    text-align: center;
    width: 100%;
    display: block;
  }
  .content4 .rq {
    padding-top: 60px;
  }
}

@media (max-width: 600px) {
  .content1 .p1 {
    font-size: 14px;
    text-align: left;
  }
  .content1 .rq1 {
    top: 50%;
  }
  .content1 .p2 p {
    font-size: 38px;
    line-height: 21px;
  }
  .content1 .p2 {
    font-size: 30px;
  }
  .content1 .p3{
    font-size: 18px;
  }
  .content1 .rq2 {
    top: 20%;
}
.content1 .rq1{
  width: 100%;
}
.bf{
  width: 60px;
  height: 60px;
}
  .content2 .rq4, .content2 .rq5 {
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
  }
  .content2 .foot-container {
    position: static;
    transform: translateX(0%);
  }
  .content2 .rq2, .content2 .rq1 {
    display: none;
  }
  .content2 .rq4:nth-child(2) .lef {
    width: 33%;
  }
  .content2 .rq4:nth-child(2) .rig {
    width: 67%;
  }
  .content2 .rq3 {
    padding: 40px 0;
  }
  .content3 .p1 {
    font-size: 13px;
    line-height: 20px;
  }
  .content3 .p2 {
    font-size: 12px;
    margin-top: 6px;
  }
}

@media (max-width: 414px) {
  .msg-box {
    width: 70%;
    height: 30%;
}
  .banner .swiper-pagination{
    padding-left: 35px;
  }
  .content4 .p3::before{
    display: none;
  }
  .content4 .rq1 {
    width: 100%;
    height: auto;
    white-space: nowrap;
    overflow-x: auto;
    margin-bottom: 32px;
    display: block;
  }
  .content4 .rq1::-webkit-scrollbar {
    height: 2px;
    background-color: #999;
    border-radius:50px;
}

.content4 .rq1::-webkit-scrollbar-thumb {
    border-radius: 50px;
    background-color: #bf916d;
}
  .content4 .rq1 div {
    float: none;
    display: inline-block;
  }
  .content4 .rq2 .rq3 {
    padding: 0 0px;
  }
  .content4 .rq2 .rq3 .mk img {
    margin-right: 7px;
  }
  .content4 .rq2 .rq3 .mk {
    padding-right: 10;
  }
  .content4 .rq2 .rq3 .mk p {
    width: 76px;
  }
  .content4 .p3 {
    font-size: 15px;
    padding-bottom: 5px;
}
.content4 .p4 {
  font-size: 12px;
}
.content5 .rq2 .rq3{
  width: 50%;
  margin-bottom: 20px;
  height: 163px;
}
.content5 .rq2 .rq3:nth-child(3){
  border-left:none;
}
.content5 {
  height: auto;
  padding-bottom: 30px;
}
.content5 .rq1{
  height: auto;
  padding: 20px 0;
  top: -55px;
}
.content5 .p3 {
  font-size: 22px;
}
.content5 .p4 {
  font-size: 13px;
}
.content5 button {
  width: 168px;
  height: 40px;
  font-size: 15px;
  margin-top: 17px;
  break-before: 40px;
}
.content6 {
  padding-top: 40px;
  margin-bottom: 0px;
}
.content4 .rq {
  padding-bottom: 100px;
}
.content4 .rq1 div img {
  height: 33px;
}
.content4 .rq1 {
  margin-bottom: 15px;
}
.content4 .rq3 {
  padding-top: 30px;
}
.content3 .swiper-pagination-bullet {
  margin: 0 6px !important;
}
.content3 .swiper-pagination {
  top: 81%;
  text-align: center;
}
.content3 .p2{
  display: none;
}
.content3 .p1 {
  font-size: 14px;
  line-height: 25px;
}

.bf {
  top: 70%;
}
.banner .swiper-pagination-bullet {
  margin: 0 5px !important;
}
.banner .swiper-pagination-bullet-active {
  margin-bottom: -3px !important;
}
.content5 .foot-container{
  padding-bottom: 0;
}

.content4 .foot-container{
  padding: 0;
}
.content4 .rq1 div{
  width: 80px;
  height: 55px;
  border: 1px solid rgb(232,232,232);
  position: relative;
  margin-left: 5px;
  transition: all .5s;
}
.content4 .rq1 div::before{
  content: '';
  width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 4px solid rgb(108,60,35);
    position: absolute;
    bottom: -4px;
    left: 50%;
    transform: translate(-50%);
    opacity: 0;
    transition: all .5s;
}
.content4 .rq1 div.an{
  border: 1px solid rgb(108,60,35);
}
.content4 .rq1 div.an::before{
  opacity: 1;
}
.content4 .rq1 div:last-child{
  margin-right: 17px;
}
.content4 .rq1 div img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  max-height: 80%;
  max-width: 80%;
  height: auto;
}
.content4 .rq1{
  padding: 0 17px;
}
.content4 .rq1::-webkit-scrollbar {
  width: 3px;
  background-color: #fff;
  border-radius:50px;
}

.content4 .rq1::-webkit-scrollbar-thumb {
  border-radius: 50px;
  background-color: #fff
}

.content4 .rq2 .rq3 {
  height: 55px;
}
.content4 .rq2 .rq3 .mk {
  padding: 27.5px 0;
}
.content4 .rq2 .rq4{
  padding: 0 15px;
  padding-top: 15px;
}
.content4 .p3 {
  font-size: 18px;
  padding-bottom: 5px;
}

.content4 .p4 {
  font-size: 13px;
}
.content4 .rq3 span {
  font-size: 14px;
}

}






/* 案例 */
.ny_content{
  margin-top: 150px;
}
.case_con1{
  width: 100%;
  padding-top: 170px;
  padding-bottom: 180px;
  border-bottom: 1px solid rgb(143,143,143);
}
.case_con1 .rq{
  width: 100%;
  display: flex;
  justify-content: center;
}
.case_con1 a{
  display: block;
  margin-right: 205px;
}
.case_con1 a:last-child{
  margin-right: 0;
}
.case_con1 a .p1{
  font-size: 22px;
  color: #333333;
  font-family: "regular";
  text-transform: uppercase;
  line-height: 25px;
  transition: all .5s;
}
.case_con1 a .p1 span{
  font-size: 22px;
  color: #666666;
  font-family: "light";
  text-transform: uppercase;
  display: block;
  transition: all .5s;
}
.case_con1 a .p2{
  font-size: 22px;
  color: #666666;
  display: inline-block;
  font-family: "light";
  border-bottom: 1px solid rgb(133,133,133);
  padding-bottom: 14px;
  margin-top: 50px;
  transition: all .5s;
}
.case_con1 a:hover .p1,
.case_con1 a:hover .p1 span,
.case_con1 a.on .p1,
.case_con1 a.on .p1 span{
  color: #bf916d;
}
.case_con1 a.on .p2,
.case_con1 a:hover .p2{
  color: #bf916d;
  border-bottom: 1px solid #bf916d;
}


/* content2 */
.case_con2{
  width: 100%;
  padding-top: 170px;
  padding-bottom: 150px;
}
.case_con2 .lef{
  width: 31.2%;
  float: left;
  padding-right: 80px;
  position: sticky;
  top: 0;
}
.case_con2 .lef .div{
  padding-top: 40px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgb(229,229,229);
}
.case_con2 .lef .div:nth-child(1){
  padding-top: 0;
}
.case_con2 .lef .div .p1{
  font-size: 18px;
  color: #333333;
  font-family: "regular";
}
.case_con2 .lef .div1{
  margin-top: 18px;
}
.case_con2 .lef .div1 span{
  display: inline-block;
  line-height: 30px;
  padding: 0 10px;
  font-size: 16px;
  color: #666666;
  font-family: "regular";
  margin-right: 15px;
  cursor: pointer;
  margin-bottom: 15px;
}
.case_con2 .lef .div1 span.on{
  background: rgb(183,147,114);
  border-radius: 5px;
  color: #fff;
}
.case_con2 .rig{
  width: 68.8%;
  float: left;
}
.case_con2 .rig .rq{
  width: 100%;
}
.case_con2 .rig .rq1{
  width: 32%;
  margin-right: 2%;
  float: left;
  margin-bottom: 50px;
}
.case_con2 .rig .rq1:nth-child(3n){
  margin-right: 0;
}
.case_con2 .rig .rq1 .top{
  width: 100%;
  overflow: hidden;
}
.case_con2 .rig .rq1 .top img{
  width: 100%;
  vertical-align: middle;
  transition: all .5s;
}
.case_con2 .rig .rq1 p{
  line-height: 60px;
  width: 100%;
  font-size: 16px;
  color: #444444;
  font-family: "regular";
  position: relative;
  transition: all .5s;
}
.case_con2 .rig .rq1 p::before{
  content: '';
  width: 100%;
  height: 1px;
  background: rgb(205,205,205);
  position: absolute;
  bottom: 0;
  left: 0;
}
.case_con2 .rig .rq1 p::after{
  content: '';
  width: 0%;
  height: 1px;
  background: #b79372;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  transition: all .5s;
}
.case_con2 .rig .rq1:hover p::after{
  width: 100%;
}
.case_con2 .rig .rq1:hover p{
  color: #b79372;
}
.case_con2 .rig .rq1:hover .top img{
  transform: scale(1.05);
}

.fyq{
  width: 100%;
}
.fyq li{
  float: left;
  margin-right: 10px;
  transition: all .5s;
  border: 1px solid rgb(206,207,210);
}
.fyq li a{
  display: block;
  height: 60px;
  line-height: 60px;
  width: 60px;
  text-align: center;
  font-size: 18px;
  color: #444444;
  font-family: "regular";
  transition: all .5s;
}
.fyq li.prev{
  margin-right: 30px;
}
.fyq li.prev a,
.fyq li.next a{
  background-image: url(../image/img38.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 9px 15px;
}
.fyq li.next a{
  transform: rotate(180deg);
}
.fyq li.wy a{
  width: 100px;
}
.fyq li.wy{
  margin-right: 0;
}
.fyq li:hover,
.fyq li.on{
  background: rgb(183,147,114);
  border: 1px solid rgb(183,147,114);
}
.fyq li:hover a,
.fyq li.on a{
  color: #fff;
}
.fyq li.prev:hover a,
.fyq li.next:hover a{
  background-image: url(../image/img39.png);
}

/* 案例分辨率 */
@media(max-width:1459px){

  .case_con1 {
    padding-top: 130px;
    padding-bottom: 136px;
}
.case_con1 a .p1{
  line-height: 18px;
}
.case_con1 a .p1,.case_con1 a .p1 span{
  font-size: 16px;
}
.case_con1 a .p2{
  font-size: 16px;
  margin-top: 38px;
  padding-bottom: 10px;
}
.case_con2 {
  padding-top: 130px;
  padding-bottom: 114px;
}
.case_con2 .lef .div .p1 {
  font-size: 16px;
}
.case_con2 .lef .div1 span {
  line-height: 25px;
  padding: 0 5px;
  font-size: 14px;
  margin-right: 15px;
  margin-bottom: 15px;
}
.case_con2 .rig .rq1 p {
  line-height: 45px;
  font-size: 14px;
}
.case_con2 .rig .rq1 {
  margin-bottom: 35px;
}
.fyq li a {
  height: 45px;
  line-height: 45px;
  width: 45px;
  font-size: 16px;
}
.fyq li.wy a {
  width: 75px;
}

}
@media(max-width:1259px){
  .case_con1 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.case_con2 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.case_con2 .lef {
  padding-right: 25px;
}

}
@media(max-width:991px){
  #c-followDot{
    display: none;
  }
  .ny_content{
    margin-top: 60px;
  }
  .case_con1 {
    padding-top: 75px;
    padding-bottom: 75px;
}
  .case_con2 .lef{
    width: 100%;
    position: static;
    padding-left: 0;
  }
  .case_con2 .lef .div1 {
    margin-top: 10px;
}
.case_con2 .lef .div {
  padding-bottom: 5px;
  padding-top: 10px;
}
.case_con2 .rig{
  width: 100%;
  padding-top: 50px;
}
.case_con2 {
  padding-top: 50px;
  padding-bottom: 100px;
}
.fyq{
  width: auto;
  margin: 0 auto;
  display: table;
}
.fyq li a {
  height: 35px;
  line-height: 35px;
  width: 35px;
  font-size: 14px;
}
.fyq li {
  margin-right: 5px;
}
.fyq li.prev {
  margin-right: 10px;
}
.case_con1 a .p1, .case_con1 a .p1 span {
  font-size: 14px;
}
.case_con1 a .p2 {
  font-size: 14px;
  margin-top: 25px;
  padding-bottom: 6px;
}
.case_con1 a {
  margin-right: 65px;
}
  
}
@media(max-width:414px){
  .case_con1 a .p1, .case_con1 a .p1 span {
    font-size: 12px;
}
.case_con1 a .p1 {
  line-height: 16px;
}
.case_con1 a {
  margin-right: 40px;
}
.case_con1 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.case_con2 {
  padding-top: 30px;
  padding-bottom: 60px;
}
.case_con2 .lef .div .p1 {
  font-size: 14px;
}
.case_con2 .lef .div1 span {
  line-height: 25px;
  padding: 0 5px;
  font-size: 12px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.case_con2 .rig .rq1{
  width: 49%;
}
.case_con2 .rig .rq1:nth-child(3n){
  margin-right: 2%;
}
.case_con2 .rig .rq1:nth-child(2n){
  margin-right: 0;
}
.fyq li a {
  height: 30px;
  line-height: 30px;
  width: 30px;
}

}


/* 案例详情 */
.case_date1{
  width: 100%;
  padding-top: 145px;
  padding-bottom: 160px;
}
.case_date1 .p1{
  font-size: 36px;
  color: #211815;
  text-align: center;
  font-family: "light";
}
.case_date1 .div1{
  width: 100%;
  margin-top: 80px;
  line-height: 60px;
  border-bottom: 1px solid rgb(143,143,143);
  border-top: 1px solid rgb(143,143,143);
  padding-left: 15px;
}
.case_date1 .div1 span{
  display: inline-block;
  margin-right: 30px;
  font-size: 16px;
  color: #777777;
  font-family: "light";
}
.case_date1 .p2{
  font-size: 16px;
  color: #777777;
  font-family: "light";
  margin-top: 80px;
  margin-bottom: 110px;
  width: 47%;
}
.case_date1 .rq{
  width: 100%;
  padding-bottom: 160px;
}
.case_date1 .rq img{
  max-width: 100%;
  max-height: 100%;
  margin-bottom: 15px;
  display: block;
  margin: 0 auto;
}
.faye{
  width: 100%;
  display: flex;
  justify-content: center;
}
.faye a{
  font-size: 16px;
  color: #444444;
  font-family: "regular";
  position: relative;
  padding: 0 20px;
  transition: all .5s;
}
.faye .prev::before{
  width: 10px;
  height: 20px;
  content: '';
  background-image: url(../image/img43.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all .5s;
}
.faye .next::before{
  width: 10px;
  height: 20px;
  content: '';
  background-image: url(../image/img43.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  transition: all .5s;
}
.faye .list{
  margin: 0 320px;
}
.faye .list::before{
  width: 18px;
  height: 18px;
  content: '';
  background-image: url(../image/img45.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: -5px;
  top: 50%;
  transform: translateY(-50%);
  transition: all .5s;
}
.faye a:hover{
  color: #b79372;
  padding: 0 25px;
}
.faye .prev:hover::before,
.faye .next:hover::before{
  background-image: url(../image/img44.png);
}
.faye .list:hover::before{
  background-image: url(../image/img46.png);
}

/* 案例分辨率 */
@media(max-width:1459px){
  .case_date1 {
    padding-top: 110px;
    padding-bottom: 120px;
}
.case_date1 .p1 {
  font-size: 26px;
}
.case_date1 .div1 {
  margin-top: 60px;
  line-height: 50px;
  padding-left: 15px;
}
.case_date1 .div1 span {
  margin-right: 30px;
  font-size: 16px;
}
.case_date1 .p2 {
  margin-top: 60px;
  margin-bottom: 80px;
}
.case_date1 .rq {
  padding-bottom: 100px;
}






}
@media(max-width:1259px){
  .case_date1 {
    padding-top: 70px;
    padding-bottom: 100px;
}
.case_date1 .div1 {
  margin-top: 40px;
}
.case_date1 .p2 {
  width: 100%;
}



}
@media(max-width:991px){
  .faye .list {
    margin: 0px 0px;
}
.faye {
  justify-content: space-between;
}
.faye a {
  font-size: 14px;
  padding: 0 15px;
}
.faye .next::before,
.faye .prev::before {
  width: 7px;
  height: 15px;
}
.faye .list::before {
  width: 13px;
  height: 13px;
  top: 48%;
}
.case_date1 .rq {
  padding-bottom: 60px;
}
}
@media(max-width:414px){
  .case_date1 {
    padding-top: 50px;
    padding-bottom: 60px;
}
.case_date1 .p1 {
  font-size: 22px;
}

.case_date1 .div1 span {
  margin-right: 20px;
  font-size: 14px;
}
.case_date1 .div1 {
  padding: 10px 0;
  line-height: 30px;
  padding-left: 15px;
  margin-top: 30px;
}
.case_date1 .p2 {
  margin-top: 40px;
  margin-bottom: 50px;
}
.case_date1 .rq {
  padding-bottom: 40px;
}
}





/* 服务预约 */
.ser_con1{
  width: 100%;
  padding-top: 205px;
  padding-bottom: 200px;
}
.ser_con1 .rq{
  width: 100%;
}
.ser_con1 .rq .lef{
  width: 54.3%;
  float: left;
  overflow: hidden;
}
.ser_con1 .rq .lef img{
  width: 100%;
  vertical-align: middle;
}
.ser_con1 .rq .rig{
  width: 45.7%;
  float: left;
  padding-left: 100px;
  padding-top: 10px;
}
.ser_con1 .rq .rig .p1{
  font-size: 40px;
  color: #333333;
  font-family: "ex_light";
}
.ser_con1 .rq .rig .p1 span{
  color: #bf916d;
  font-size: 40px;
  font-family: "ex_light";
}
.ser_con1 .rq .rig .p2{
  font-family: "din_light";
  font-size: 14px;
  color: #bf916d;
  text-transform: uppercase;
}
.ser_con1 .rq .rig .rq1{
  width: 100%;
  height: 60px;
  margin-top: 35px;
  border-bottom: 1px solid rgb(163,163,163);
  display: flex;
}
.ser_con1 .rq .rig .rq1 label{
  /* width: 20%; */
  font-size: 18px;
  line-height: 60px;
  color: #666666;
  font-family: "light";
}
.ser_con1 .rq .rig .rq1 .div{
  width: 90%;
  padding-left: 20px;
}
.ser_con1 .rq .rig .rq1 input{
  width: 60%;
  height: 100%;
  display: block;
  font-size: 18px;
  color: #666666;
  font-family: "light";
}
.ser_con1 .rq .rig .rq1 .div1{
  width: 25%;
}
.ser_con1 .rq .rig .rq1 select{
  width: 32%;
  height: 100%;
  font-size: 18px;
  color: #666666;
  font-family: "light";
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../image/img48.png);
  background-size: 12px 7px;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: 55%;
}
.ser_con1 .rq .rig .rq2{
  width: 100%;
  margin-top: 100px;
}
.ser_con1 .rq .rig .rq2 button{
  font-size: 18px;
  color: #ffffff;
  display: inline-block;
  width: 180px;
  height: 55px;
  background: rgb(178,178,178);
  margin-right: 20px;
  transition: all .5s;
}
.ser_con1 .rq .rig .rq2 button:hover{
  background: rgb(191,145,109);
}

/* 服务预约 */
@media(max-width:1459px){
  .ser_con1 {
    padding-top: 155px;
    padding-bottom: 150px;
}
.ser_con1 .rq .rig .p1 {
  font-size: 30px;
}
.ser_con1 .rq .rig .rq1 {
  height: 50px;
  margin-top: 25px;
}
.ser_con1 .rq .rig .rq1 label {
  font-size: 16px;
  line-height: 50px;
}
.ser_con1 .rq .rig .rq1 input {
  font-size: 16px;
}
.ser_con1 .rq .rig .rq1 select {
  font-size: 16px;
}
.ser_con1 .rq .rig .rq2 {
  margin-top: 75px;
}
.ser_con1 .rq .rig .rq2 button {
  font-size: 14px;
  width: 135px;
  height: 40px;
  margin-right: 10px;
}

}
@media(max-width:1259px){
  .ser_con1 .rq .rig .rq1 label {
    font-size: 14px;
    line-height: 50px;
}
  .ser_con1 .rq .rig .rq1 select {
    font-size: 14px;
}
.ser_con1 .rq .rig .rq1 select {
  background-position: 60% 50%;
}
.ser_con1 .rq .rig .rq1 .div1 {
  width: 22%;
}
}
@media(max-width:991px){
  .ser_con1 .rq .lef{
    width: 100%;
  }
  .ser_con1 .rq .rig{
    width: 100%;
    padding-left: 0;
  }
  .ser_con1 {
    padding-top: 90px;
    padding-bottom: 90px;
}
}
@media(max-width:414px){
  .ser_con1 {
    padding-top: 40px;
    padding-bottom: 60px;
}
.ser_con1 .rq .rig .rq2 {
  margin-top: 40px;
}
.ser_con1 .rq .rig .p1 {
  font-size: 24px;
}
.ser_con1 .rq .rig .rq1 .div{
  width: 89%;
  padding-left: 10px;
}
}


/* 门店查询 */
.ser2_con1{
  width: 100%;
  padding-top: 205px;
  padding-bottom: 155px;
}
.ser2_con1 .rq{
  width: 100%;
  height: 530px;
  background-image: url(../image/img50.jpg);
  background-size: cover;
  display: flex;
}
.ser2_con1 .rq .lef{
  width: 53%;
  position: relative;
}
.ser2_con1 .rq .lef .bj{
  width: 482px;
  position: absolute;
  top: 50%;
  left: 46%;
  transform: translate(-50%,-50%);
  opacity: 0.3;
}
@keyframes al{
  0%{
    opacity: 0.5;
    transform: translate(-50%,-50%) scale(1);
  }
  50%{
    opacity: 1;
    transform: translate(-50%,-50%) scale(1.3);
  }
  100%{
    opacity: 0.5;
    transform: translate(-50%,-50%) scale(1);
  }
}
.ser2_con1 .rq .lef .ig{
  width: 14px;
  position: absolute;
  top: 39%;
  left: 62%;
  transform: translate(-50%,-50%);
  animation: al 3s linear infinite 0.2s;
}
.ser2_con1 .rq .lef .ig1{
  top: 48%;
  left: 64%;
  animation: al 2s linear infinite 0.4s;
}
.ser2_con1 .rq .lef .ig2{
  top: 47%;
  left: 58%;
  animation: al 2s linear infinite 0.4s;
}
.ser2_con1 .rq .lef .ig3{
  top: 54%;
  left: 60%;
  animation: al 2s linear infinite 0.6s;
}
.ser2_con1 .rq .lef .ig4{
  top: 54%;
  left: 54%;
  animation: al 2s linear infinite 0.6s;
}
.ser2_con1 .rq .lef .ig5{
  top: 66%;
  left: 64%;
  animation: al 2s linear infinite 0.8s;
}
.ser2_con1 .rq .lef .ig6{
  top: 69%;
  left: 52%;
  animation: al 2s linear infinite 0.8s;
}
.ser2_con1 .rq .lef .ig7{
  top: 61%;
  left: 48%;
  animation: al 2s linear infinite 0.8s;
}
.ser2_con1 .rq .lef .ig8{
  top: 74%;
  left: 45%;
  animation: al 2s linear infinite 1s;
}
.ser2_con1 .rq .lef .ig9{
  top: 50%;
  left: 41%;
  animation: al 2s linear infinite 0.2s;
}

.ser2_con1 .rq .rig{
  width: 47%;
  padding-left: 30px;
  padding-top: 90px;
}
.ser2_con1 .rq .rig .p1{
  font-size: 22px;
  color: #ffffff;
  font-family: "light";
}
.ser2_con1 .rq .rig .p1 span{
  font-size: 30px;
  color: #ffffff;
  font-family: "regular";
}
.ser2_con1 .rq .rig .rq1{
  width: 525px;
  height: 275px;
  background: #fff;
  margin-top: 30px;
  padding: 40px 37px;
}
.ser2_con1 .rq .rig .rq1 .div{
  width: 96.5%;
  height: 40px;
  line-height: 40px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 17px;
}
.ser2_con1 .rq .rig .rq1 .div p{
  font-size: 16px;
  color: #666666;
  font-family: "regular";
  width: 33%;
}
.ser2_con1 .rq .rig .rq1 .div input{
  width: 65%;
  height: 100%;
  border: 1px solid rgb(204,204,204);
  border-radius: 5px;
  font-size: 14px;
  color: #999999;
  font-family: "light";
  padding-left: 30px;
  background-image: url(../image/img53.png);
  background-repeat: no-repeat;
  background-size: 12px 17px;
  background-position-x: 10px;
  background-position-y: center;
}

.ser2_con1 .rq .rig .rq1 .div select{
  border: 1px solid rgb(204,204,204);

  width: 100%;
  border-radius: 5px;
  font-size: 14px;
  color: #999999;
  font-family: "light";
  padding-left: 6px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../image/img54.png);
  background-size: 9px 6px;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: 95%;
}
#span_nativeplace
{
 width: 100%;
 
}


#nativeplace_top
{

 width: 47%;
  border: 1px solid rgb(204,204,204);
  border-radius: 5px;
  font-size: 14px;
  color: #999999;
  font-family: "light";
  padding-left: 6px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../image/img54.png);
  background-size: 9px 6px;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: 95%;
  margin-right:5px;
}

#nativeplace_son{
 width: 47%;
  border: 1px solid rgb(204,204,204);
  border-radius: 5px;
  font-size: 14px;
  color: #999999;
  font-family: "light";
  padding-left: 6px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../image/img54.png);
  background-size: 9px 6px;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: 95%;
  margin-right:5px;

}

#nativeplace_sec{
 width: 47%;
  border: 1px solid rgb(204,204,204);
  border-radius: 5px;
  font-size: 14px;
  color: #999999;
  font-family: "light";
  padding-left: 6px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../image/img54.png);
  background-size: 9px 6px;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: 95%;
    margin-right:5px;

}
#span_infotype {
  width: 50%;
 
}


.ser2_con1 .rq .rig .rq1 .div .district{
  display: none;
}
.ser2_con1 .rq .rig .rq1 .div button{
  width: 49%;
  height: 100%;
  background: rgb(191,145,109);
  border-radius: 5px;
  font-size: 14px;
  color: #fff;
  font-family: "light";
  padding-right: 26px;
  position: relative;
  

}

.ser2_con1 .rq .rig .rq1 .div button::before{
  content: '';
  width: 16px;
  height: 16px;
  background-image: url(../image/img55.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 30%;
  transform: translateY(-50%);
}

.ser2_con2{
  width:75%;
  margin-left:auto;
  margin-right:auto;
}
.ser2_con2 .rq{
  width: 100%;
}
.ser2_con2 .rq .rq1{
  width: 49%;
  margin-right: 2%;
  float: left;
  height: 320px;
  box-shadow: 0px 0px 30px 0px rgba(90, 91, 95, 0.05);
  padding: 20px 105px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  margin-bottom: 100px;
  transition: all .5s;
}
.ser2_con2 .rq .rq1:hover{
  box-shadow: 0px 0px 30px 0px rgba(90, 91, 95, 0.2);
}
.ser2_con2 .rq .rq1:nth-child(2n){
  margin-right: 0;
}
.ser2_con2 .rq .rq1 .p1{
  width: 100%;
  font-size: 26px;
  color: #444444;
  font-family: "light";
  position: relative;
  margin-bottom: 20px;
}
.ser2_con2 .rq .rq1 .p1::before{
  content: '';
  width: 36px;
  height: 36px;
  background-image: url(../image/img49.png);
  position: absolute;
  top: 50%;
  left: -50px;
  transform: translateY(-50%); 
}
.ser2_con2 .rq .rq1 .p2{
  width: 100%;
  font-size: 16px;
  color: #666666;
  font-family: "light";
  line-height: 30px;
}
.ser2_con2 .fyq{
  margin: 0 auto;
  display: table;
  width: auto;
  margin-top: 50px;
  margin-bottom: 180px;
}
/* 门店查询 分辨率 */
@media(max-width:1459px){
  .ser2_con1 {
    padding-top: 155px;
    padding-bottom: 115px;
}
  .ser2_con1 .rq {
    height: 403px;
}
.ser2_con1 .rq .lef .bj {
  width: 366px;
  left: 47%;
}
.ser2_con1 .rq .rig {
  padding-left: 30px;
  padding-top: 50px;
}
.ser2_con1 .rq .rig .p1 span {
  font-size: 22px;
}
.ser2_con1 .rq .rig .p1 {
  font-size: 18px;
}
.ser2_con1 .rq .rig .rq1 {
  width: 399px;
  height: 209px;
  margin-top: 30px;
  padding: 25px 20px;
}
.ser2_con1 .rq .rig .rq1 .div p {
  font-size: 14px;
  width: 27%;
}
.ser2_con1 .rq .rig .rq1 .div input {
  width: 73%;
}
.ser2_con1 .rq .lef .ig {
  width: 10px;
}
.ser2_con2 .rq .rq1 {
  height: 240px;
  padding: 20px 90px;
  margin-bottom: 50px;
}
.ser2_con2 .rq .rq1 .p1 {
  font-size: 20px;
  margin-bottom: 10px;
}
.ser2_con2 .rq .rq1 .p2 {
  font-size: 14px;
  line-height: 30px;
}
.ser2_con2 .rq .rq1 .p1::before {
  width: 27px;
  height: 27px;
 background-size: contain;
}
.ser2_con2 .fyq {
  margin: 35px auto 135px;
}
}
@media(max-width:991px){
  .ser2_con1 .rq .lef{
    width: 100%;
    height: 350px;
  }
  .ser2_con1 .rq .rig{
    width: 100%;
    padding: 0;
  }
  .ser2_con1 .rq .rig .p1{
    text-align: center;
  }
  .ser2_con1 .rq{
    flex-wrap: wrap;
    height: auto;
    padding-bottom: 30px;
  }
  .ser2_con1 .rq .rig .rq1{
    margin: 0 auto;
    margin-top: 20px;
  }
  .ser2_con1 .rq .lef .bj {
    width: 330px;
    left: 50%;
}
.ser2_con1 .rq .lef .ig {
  left: 61%;
}
.ser2_con1 .rq .lef .ig2 {
  left: 58%;
}
.ser2_con1 .rq .lef .ig1 {
  left: 62%;
}
.ser2_con1 .rq .lef .ig3 {
  left: 59%;
}
.ser2_con1 .rq .lef .ig4 {
  left: 55%;
}
.ser2_con1 .rq .lef .ig5 {
  left: 61.5%;
}
.ser2_con1 .rq .lef .ig6 {
  left: 54%;
}
.ser2_con1 .rq .lef .ig7 {
  left: 51%;
}
.ser2_con1 .rq .lef .ig8 {
  left: 50%;
}
.ser2_con1 .rq .lef .ig9 {
  left: 46%;
}
.ser2_con1 {
  padding-top: 90px;
  padding-bottom: 70px;
}

}
@media(max-width:768px){
  .ser2_con2 .rq .rq1{
    width: 100%;
    margin-right: 0;
    height: auto;
  }
  .ser2_con1 .rq .rig .rq1{
    width: 90%;
  }

}
@media(max-width:414px){
  .ser2_con1 {
    padding-top: 40px;
    padding-bottom: 50px;
}
.ser2_con1 .rq .lef .ig {
  left: 71%;
}
.ser2_con1 .rq .lef .ig1 {
  left: 74%;
}
.ser2_con1 .rq .lef .ig2 {
  left: 65%;
}
.ser2_con1 .rq .lef .ig3 {
  left: 68%;
}
.ser2_con1 .rq .lef .ig4 {
  left: 60%;
}
.ser2_con1 .rq .lef .ig5 {
  left: 73.5%;
}
.ser2_con1 .rq .lef .ig6 {
  left: 58%;
}
.ser2_con1 .rq .lef .ig7 {
  left: 51%;
}
.ser2_con1 .rq .lef .ig8 {
  left: 50%;
}
.ser2_con1 .rq .lef .ig9 {
  left: 42%;
}
.ser2_con1 .rq .rig .p1 {
  font-size: 14px;
}
.ser2_con1 .rq .rig .p1 span {
  font-size: 18px;
}
.ser2_con1 .rq .rig .rq1 .div {
  height: 30px;
  line-height: 30px;
  margin-bottom: 10px;
}
.ser2_con1 .rq .rig .rq1 .div p {
  font-size: 12px;
}
.ser2_con1 .rq .rig .rq1 .div input,
.ser2_con1 .rq .rig .rq1 .div select {
  font-size: 12px;
}
.ser2_con1 .rq .rig .rq1 .div button {
  font-size: 12px;
}
.ser2_con1 .rq .rig .rq1 .div button::before {
  right: 23%;
}
.ser2_con1 .rq .rig .rq1 {
  height: 160px;
  margin-top: 10px;
  padding: 25px 20px;
}
.ser2_con2 .rq .rq1 {
  padding: 15px 35px;
  margin-bottom: 20px;
  box-shadow: rgba(90, 91, 95, 0.2) 0px 0px 30px 0px;
}
.ser2_con2 .rq .rq1 .p1::before {
  width: 22px;
  height: 22px;
  top: 47%;
  left: -27px;
}
.ser2_con2 .fyq {
  margin: 15px auto 50px;
}

}
@media(max-width:375px){
  .ser2_con1 .rq .lef .ig {
    left: 73%;
  }
  .ser2_con1 .rq .lef .ig1 {
    left: 77%;
  }
  .ser2_con1 .rq .lef .ig2 {
    left: 67%;
  }
  .ser2_con1 .rq .lef .ig3 {
    left: 70%;
  }
  .ser2_con1 .rq .lef .ig4 {
    left: 62%;
  }
  .ser2_con1 .rq .lef .ig5 {
    left: 75.5%;
  }
  .ser2_con1 .rq .lef .ig6 {
    left: 60%;
  }
  .ser2_con1 .rq .lef .ig7 {
    left: 51%;
  }
  .ser2_con1 .rq .lef .ig8 {
    left: 50%;
  }
  .ser2_con1 .rq .lef .ig9 {
    left: 42%;
  }


}

/* 设计预约 */
.ser3_con1 .rq .rig .p1,
.ser3_con1 .rq .rig .p1 span{
  font-family: "light";
}
.ser3_con1 .rq .rig .rq1 input{
  font-size: 16px;color: #999;
  padding-left: 20px;
}
/* 设计预约 分辨率 */
@media(max-width:1459px){
  .ser_con1 .rq .rig .p1 span{
    font-size: 30px;
  }
  .ser3_con1 .rq .rig .rq1 input {
    font-size: 14px;
}
}
@media(max-width:414px){
  .ser_con1 .rq .rig .p1 span{
    font-size: 24px;
  }
}


/* 品牌活动 */
/* content1 */
.act_con1 a:hover .p1,
.act_con1 a:hover .p1 span,
.act_con1 a.on .p1,
.act_con1 a.on .p1 span {
  color: #c88665;
}

/* content2 */
.act_con2{
  width: 100%;
  padding-top: 135px;
  padding-bottom: 145px;
}
.act_con2 .rq{
  width: 100%;
  padding-bottom: 50px;
}
.act_con2 .rq .lef{
  width: 19%;
  float: left;
  position: sticky;
  top: 20px;
}
.act_con2 .rq .lef .rq1{
  max-width: 80px;
  min-height: 525px;
  border-right: 1px solid rgb(71,71,71);
  position: relative;
}
.act_con2 .rq .lef .rq1::before{
  content: '';
  width: 5px;
  height: 5px;
  background: rgb(71,71,71);
  border-radius: 50%;
  position: absolute;
  bottom: -7px;
  right: -3px;
}
.act_con2 .rq .lef .rq1 a{
  text-align: center;
  display: block;
  font-size: 14px;
  color: #999999;
  font-family: "com";
  margin-bottom: 30px;
  position: relative;
  transition: all .5s;
  letter-spacing: 1px;
  cursor: pointer;
}
.act_con2 .rq .lef .rq1 a::before{
  content: '';
  width: 5px;
  height: 5px;
  background: rgb(71,71,71);
  border-radius: 50%;
  position: absolute;
  right: -3px;
  top: -7px;
  opacity: 0;
  transition: all .5s;
}
.act_con2 .rq .lef .rq1 a.on{
  font-size: 18px;
  color: #474747;
}
.act_con2 .rq .lef .rq1 a.on::before{
  opacity: 1;
}
.act_con2 .rq .rig{
  width: 81%;
  float: left;
}
.act_con2 .rq .rig .rq2:nth-child(1){
  padding-top: 0;
}
.act_con2 .rq .rig .rq2:last-child{
  border: none;
}
.act_con2 .rq .rig .rq2{
  padding-top: 90px;
  padding-bottom: 80px;
  border-bottom: 1px solid rgb(212,212,212);
}
.act_con2 .rq .rig .rq2 a{
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
}
.act_con2 .rq .rig .rq3{
  width: 26.5%;
  float: left;
}
.act_con2 .rq .rig .rq3 img{
  width: 100%;
  vertical-align: middle;
  transition: all .5s;
}
.act_con2 .rq2:hover .rq3 img{
  transform: scale(1.05);
}
.act_con2 .rq .rig .rq4{
  width: 73.5%;
  padding-left: 65px;
  position: relative;
}
.act_con2 .rq .rig .rq4 .p1{
  font-size: 20px;
  color: #303030;
  font-family: "regular";
  transition: all .5s;
}
.act_con2 .rq2:hover .rq4 .p1{
  color: rgb(200,134,101);
}
.act_con2 .rq .rig .rq4 .p2{
  font-size: 14px;
  color: #777777;
  font-family: "light";
  padding-top: 28px;
  line-height: 25px;
  width: 75%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.act_con2 .rq .rig .rq4 .p3{
  text-transform: uppercase;
  font-size: 12px;
  color: #777777;
  font-family: "light";
  position: absolute;
  bottom: 8px;
  transition: all .5s;
}
.act_con2 .rq .rig .rq4 .p3::before{
  width: 0px;
  height: 1px;
  content: '';
  background: rgb(200,134,101);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all .5s;
}
.act_con2 .rq2:hover .rq4 .p3{
  padding-left: 60px;
}
.act_con2 .rq2:hover .rq4 .p3::before{
  width: 50px;
}
.act_con2 .rq .rig .rq4 .div{
  position: absolute;
  top: 0;
  right: 0;
}
.act_con2 .rq .rig .rq4 .div .p4{
  font-size: 46px;
  color: rgb(68,68,68);
  text-align: right;
  font-family: "got";
  line-height: 46px;
}
.act_con2 .rq .rig .rq4 .div .p5{
  font-size: 16px;
  color: #777777;
  text-align: right;
  font-family: "got";
}
.act_con2 .rq .rig .rq4 .div .p6{
  font-size: 20px;
  color: #777777;
  text-align: right;
  font-family: "got";
}

.act_con2 .fyq{
  width: auto;
  display: table;
  margin: 0 auto;
}
/* 品牌活动 分辨率 */
@media(max-width:1459px){
  .act_con2 {
    padding-top: 100px;
    padding-bottom: 110px;
}
.act_con2 .rq .rig .rq4 .p1 {
  font-size: 18px;
}
.act_con2 .rq .rig .rq4 .p2 {
  padding-top: 16px;
}
.act_con2 .rq .rig .rq4 .div .p4 {
  font-size: 34px;
  line-height: 34px;
}
.act_con2 .rq .rig .rq4 .div .p5 {
  font-size: 14px;
}
.act_con2 .rq .rig .rq4 .div .p6 {
  font-size: 16px;
}
.act_con2 .rq .rig .rq2 {
  padding-top: 68px;
  padding-bottom: 60px;
}
}
@media(max-width:1259px){
  .act_con2 .rq .rig .rq4 .p2{
    -webkit-line-clamp: 2;
  }
  .act_con2 {
    padding-top: 70px;
    padding-bottom: 90px;
}
.act_con2 .rq .rig .rq2 {
  padding-top: 50px;
  padding-bottom: 50px;
}
}
@media(max-width:991px){
  .act_con2 .rq .rig .rq4 .p2 {
    padding-top: 5px;
    line-height: 20px;
}
.act_con2 .rq .rig .rq4 {
  padding-left: 35px;
}
}
@media(max-width:768px){
  .act_con2 .rq .lef{
    width: 100%;
  }
  .act_con2 .rq .lef .rq1{
    width: 100%;
    max-width: 100%;
    min-height: 20px;
    height: 60px;
    border-right:none;
    overflow-x: auto;
    overflow-y: hidden;
    padding-top: 5px;
    position: relative;
    white-space: nowrap;
  }
  .act_con2 .rq .lef .rq1::after{
    width: 100%;
    height: 1px;
    content: '';
    background:rgb(71,71,71);
    position: absolute;
    top: 4px;
    left: 0;
  }
  .act_con2 .rq .lef .rq1::-webkit-scrollbar {
    height: 0px;
    background-color: #999;
    border-radius:50px;
}

.act_con2 .rq .lef .rq1::-webkit-scrollbar-thumb {
    border-radius: 50px;
    background-color: #136091
}

  .act_con2 .rq .lef .rq1 a{
    display: inline-block;
    margin-right: 20px;
    padding-top: 10px;
  }
  .act_con2 .rq .lef .rq1 a::before {
    right: 15px;
    top: -3px;
}
.act_con2 .rq .lef .rq1::before {
  top: 2px;
}
.act_con2 .rq .rig{
  width: 100%;
}
.act_con2 {
  padding-top: 35px;
  padding-bottom: 60px;
}
.act_con2 .rq .rig .rq2:nth-child(1) {
  padding-top: 50px;
}

}
@media(max-width:414px){
  .act_con2 .rq .rig .rq2:nth-child(1) {
    padding-top: 24px;
}
  .act_con2 .rq .rig .rq2 a{
    flex-wrap: wrap;
  }
  .act_con2 .rq .rig .rq3{
    width: 100%;
  }
  .act_con2 .rq .rig .rq4{
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .act_con2 .rq .rig .rq2 {
    padding-top: 30px;
    padding-bottom: 25px;
}
.act_con2 .rq .rig .rq4 .div{
  top: 20px;
}
}

/* 品牌活动详情 */
/* content1 */
.act_date1 .p{
  font-size: 18px;
  color: #666666;
  text-align: center;
  margin-top: 10px;
}
.act_date1 .rq{
  padding-bottom: 0 !important;
  padding-top: 100px;
  border-top: 1px solid rgb(163,163,163);
}
#share-3{
  text-align: center;
  margin-top: 50px;
  margin-bottom: 150px;
}
#share-3 .social-share-icon{
  background: rgb(204,204,204);
  color: #fff;
  border: none;
  opacity: 1;
}
#share-3 .social-share-icon:hover{
  background: rgb(191,145,109);
}

/* 品牌活动详情 分辨率 */
@media(max-width:1459px){
  #share-3 {
    margin-top: 35px;
    margin-bottom: 110px;
}
.act_date1 .rq {
  padding-top: 60px;
}
.act_date1 .p {
  font-size: 16px;
}
}
@media(max-width:991px){
  #share-3 {
    margin-top: 30px;
    margin-bottom: 60px;
}

}
@media(max-width:414px){
  .act_date1 {
    padding-top: 35px;
}
.act_date1 .p {
  font-size: 14px;
  margin-top: 5px;
}
#share-3 {
  margin-top: 16px;
  margin-bottom: 36px;
}
#share-3 .icon-wechat .wechat-qrcode {
  top: 45px;
}
#share-3 .icon-wechat .wechat-qrcode:after{
  transform: rotate(180deg);
  top: -15px;
}
.act_date1 .rq {
  padding-top: 20px;
}



}


/* 联系我们 */
.ny_banner{
  width: 100%;
  position: relative;
}
.ny_banner .bj{
  width: 100%;
  vertical-align: middle;
}
.ny_banner .rq{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.ny_banner .rq .p1{
  font-size: 70px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  position: relative;
}
.ny_banner .rq .p1::before{
  content: '';
  width: 184px;
  height: 14px;
  background-image: url(../image/img63.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 55%;
  transform: translateX(-50%);
}
.ny_banner .rq .p2{
  font-size: 20px;
  color: #fff;
  font-family: "regular";
  text-align: center;
  margin-top: 5px;
}

/* con_con1 */
.con_con1{
  width: 100%;
  padding-top: 80px;
  padding-bottom: 100px;
}
.con_bt{
  font-size: 46px;
  color: #333333;
  font-family: "light";
  text-align: center;
}
.con_fbt{
  text-transform: uppercase;
  font-size: 14px;
  color: #b79372;
  text-align: center;
  font-family: "din_light";
}
.con_con1 .p1{
  font-size: 24px;
  color: #7d3819;
  font-family: "light";
  text-align: center;
  margin-top: 50px;
  margin-bottom: 20px;
}
.con_con1 .p2{
  font-size: 16px;
  color: #666666;
  font-family: "light";
  text-align: center;
  margin-bottom: 10px;
}
.con_con1 .p2 span{
  font-size: 20px;
  color: #b79372;
  font-family: "light";
}
.con_con1 .rq{
  width: 100%;
  margin-top: 100px;
}
.con_con1 .rq img{
  width: 100%;
  vertical-align: middle;
}


/* con_con2 */
.con_con2{
  width: 100%;
  padding-bottom: 170px;
}
.con_con2 .rq{
  width: 100%;
  padding-top: 60px;
}
.con_con2 .rq .rq1{
  width: 100%;
  background: rgb(246,245,245);
  margin-bottom: 25px;
  border: 1px solid rgb(221,221,221);
  padding: 0 55px;
}
.con_con2 .rq .rq1 .top{
  padding: 40px 0;
  position: relative;
  background-image: url(../image/img65.png);
  background-size: 28px;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: 100%;
}
.con_con2 .rq .rq1 .top.on{
  background-image: url(../image/img66.png);
}
.con_con2 .rq .rq1 .top .p1{
  font-size: 24px;
  color: #474747;
  font-family: "light";
}
.con_con2 .rq .rq1 .top .p2{
  font-size: 16px;
  color: #999999;
  font-family: "light";
}
.con_con2 .rq .rq1 .bot{
  padding-bottom: 60px;
  display: none;
}
.con_con2 .rq .rq1 .bot .p3{
  font-size: 16px;
  color: #777777;
  font-family: "light";
  line-height: 30px;
}
.con_con2 .rq .rq1 .bot a{
  display: inline-block;
  width: 140px;
  height: 40px;
  border-radius: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #333;
  font-family: "light";
  background: #fff;
  margin-top: 40px;
  transition: all .5s;
}
.con_con2 .rq .rq1 .bot a:hover{
  background: rgb(183,147,114);
  color: #f9fafc;
}

/* 联系我们 分辨率 */
@media(max-width:1459px){
  .ny_banner .rq .p1{
    font-size: 53px;
  }
  .ny_banner .rq .p1::before {
    width: 147px;
    height: 12px;
}
.ny_banner .rq .p2 {
  font-size: 16px;
  margin-top: 0px;
}
.con_con1 {
  padding-top: 60px;
  padding-bottom: 70px;
}
.con_bt {
  font-size: 34px;
}
.con_con1 .p1 {
  font-size: 18px;
  margin-top: 36px;
  margin-bottom: 10px;
}
.con_con1 .p2 {
  font-size: 14px;
  margin-bottom: 5px;
}
.con_con1 .p2 span {
  font-size: 16px;
}
.con_con1 .rq {
  margin-top: 70px;
}
.con_con2 .rq .rq1 .top {
  padding: 30px 0;
  background-size: 20px;
}
.con_con2 .rq .rq1 .top .p1 {
  font-size: 22px;
}
.con_con2 .rq .rq1 .top .p2 {
  font-size: 14px;
}
.con_con2 .rq .rq1 .bot .p3 {
  font-size: 14px;
}
.con_con2 .rq .rq1 .bot a {
  width: 110px;
  height: 35px;
  border-radius: 35px;
  line-height: 35px;
  font-size: 14px;
  margin-top: 30px;
}
.con_con2 .rq {
  padding-top: 40px;
}
.con_con2 {
  padding-bottom: 120px;
}

}
@media(max-width:768px){
  .con_con1 {
    padding-top: 40px;
    padding-bottom: 50px;
}
.con_bt {
  font-size: 26px;
}
.con_fbt {
  font-size: 12px;
}
.con_con1 .p1 {
  font-size: 18px;
  margin-top: 22px;
  margin-bottom: 10px;
}
.con_con1 .rq {
  margin-top: 40px;
}
.con_con2 .rq .rq1 {
  margin-bottom: 15px;
  padding: 0 20px;
}
.con_con2 .rq .rq1 .top {
  padding: 25px 0;
}

}
@media(max-width:414px){
  .con_con2 .rq .rq1 {
    margin-bottom: 15px;
    padding: 0 10px;
}
.con_con2 .rq .rq1 .top{
  padding: 15px 0;
  background-position-y: 15px;
}
.con_con2 .rq .rq1 .top .p1 {
  font-size: 18px;
}
.con_con2 .rq .rq1 .bot {
  padding-bottom: 30px;
}
.con_con2 .rq {
  padding-top: 30px;
}
.con_con2 {
  padding-bottom: 35px;
}
}


/* 关于我们-品牌介绍 */
.abo_con1{
  width: 100%;
  padding-top: 10px;
  padding-bottom: 40px;
}
.abo_con1 .p1{
  text-align: center;
  margin: 0 auto;
  font-size: 26px;
  color: #444444;
  font-family: "light";
  position: relative;
}
.abo_con1 .p1::before{
  content: '';
  width: 35px;
  height: 29px;
  background-image: url(../image/img69.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 25%;
  top: 0;
}
.abo_con1 .p1::after{
  content: '';
  width: 35px;
  height: 29px;
  background-image: url(../image/img68.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 31%;
  bottom: 30px;
}
.abo_con1 .ig{
  width: 190px;
  margin-left: 54%;
  margin-top: 20px;
}
.abo_con1 .p2{
  padding-top: 80px;
  font-size: 24px;
  color: #666666;
  text-align: center;
  font-family: "light";
  letter-spacing: 5px;
}

.abo_con2{
  width: 100%;

}
.abo_con2 .wrap{
  border-bottom: 1px solid rgb(128,122,120);
}
.abo_con2 .ig{
  width: 100%;
  vertical-align: middle;
}
.abo_con2 .rq{
  width: 82%;
  margin: 0 auto;
  padding-top: 180px;
  padding-bottom: 210px;
}
.abo_con2 .rq .rq1{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.abo_con2 .rq .rq1 .div .p1{
  font-size: 18px;
  color: #777777;
  font-family: "regular";
}
.abo_con2 .rq .rq1 .div .p1 span{
  font-family: "hel";
  font-size: 90px;
  color: #211815;
}
.abo_con2 .rq .rq1 .div .p2{
  font-size: 16px;
  color: #777777;
  font-family: "regular";
}
.abo_con2 .rq .rq2{
  padding-top: 150px;
}
.abo_con2 .rq .rq2 .lef{
  float: left;
  width: 37.5%;
}
.abo_con2 .rq .rq2 .rig{
  float: right;
  width: 37.5%;
}
.abo_con2 .rq .rq2 p{
  font-size: 18px;color: #777777;
  font-family: "light";
  line-height: 33px;
}

/* abo_con3 */
.abo_con3{
  width: 100%;
  padding-top: 190px;
  padding-bottom: 200px;
}
.abo_con3 .rq{
  width: 100%;
  display: flex;
  justify-content: center;
}
.abo_con3 .rq .div{
  margin-right: 180px;
  transition: all .5s;
}
.abo_con3 .rq .div:last-child{
  margin-right: 0;
}
.abo_con3 .rq .div:hover{
  transform: translateY(-10px);
}

/* 关于我们-品牌介绍 分辨率 */
@media(max-width:1459px){
  .abo_con1 {
    padding-top: 160px;
    padding-bottom: 150px;
}
.abo_con1 .p1 {
  font-size: 19px;
}
.abo_con1 .p1::after,
.abo_con1 .p1::before {
  width: 26px;
  height: 22px;
}
.abo_con1 .ig {
  width: 145px;
  margin-top: 10px;
}
.abo_con1 .p2 {
  padding-top: 55px;
  font-size: 18px;
  letter-spacing: 5px;
}
.abo_con2 .rq {
  padding-top: 135px;
  padding-bottom: 160px;
}
.abo_con2 .rq .rq1 .div .p1 span {
  font-size: 65px;
}
.abo_con2 .rq .rq1 .div .p1,
.abo_con2 .rq .rq1 .div .p2 {
  font-size: 14px;
}
.abo_con2 .rq .rq2 {
  padding-top: 110px;
}
.abo_con2 .rq .rq2 p {
  font-size: 16px;
  line-height: 30px;
}
.abo_con3 {
  padding-top: 140px;
  padding-bottom: 150px;
}
.abo_con3 .rq .div {
  margin-right: 135px;
}

}
@media(max-width:1259px){
  .abo_con1 {
    padding-top: 120px;
    padding-bottom: 100px;
}
.abo_con1 .p1 {
  font-size: 16px;
}
.abo_con2 .rq {
  padding-top: 80px;
  padding-bottom: 100px;
}
.abo_con2 .rq .rq1 .div .p1 span {
  font-size: 50px;
}
.abo_con2 .rq .rq2 .lef,
.abo_con2 .rq .rq2 .rig {
  width: 44.5%;
}
.abo_con3 .rq{
  justify-content: space-between;
}
.abo_con3 .rq .div{
  margin-right: 0;
}
.abo_con3 {
  padding-top: 90px;
  padding-bottom: 95px;
}

}
@media(max-width:991px){
  .abo_con1 {
    padding-top: 80px;
    padding-bottom: 80px;
}
.abo_con1 .p1::after, .abo_con1 .p1::before {
  width: 18px;
  height: 14px;
}
.abo_con1 .p1::before {
  left: 18%;
}
.abo_con1 .p1::after {
  right: 25%;
  bottom: 24px;
}
.abo_con1 .ig {
  width: 128px;
  margin-top: 10px;
}
.abo_con1 .p2 {
  padding-top: 28px;
  font-size: 16px;
  letter-spacing: 3px;
}
.abo_con2 .rq {
  width: 100%;
}

}
@media(max-width:768px){
  .abo_con3 .rq .div img{
    width: 70%;
    display: block;
    margin: 0 auto;
  }
  .abo_con3 {
    padding-top: 60px;
    padding-bottom: 60px;
}
.abo_con2 .rq .rq2 .lef, .abo_con2 .rq .rq2 .rig{
  width: 100%;
}

}
@media(max-width:414px){
  .abo_con1 .p1 {
    font-size: 14px;
}
.abo_con1 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.abo_con1 .p1::before {
  left: -4%;
}
.abo_con1 .p1::after {
  right: 4%;
  bottom: 20px;
}
.abo_con1 .ig {
  width: 110px;
  margin-top: 10px;
}
.abo_con1 .p2 {
  padding-top: 10px;
  font-size: 14px;
  letter-spacing: 0px;
}
.abo_con2 .rq {
  padding-top: 20px;
  padding-bottom: 40px;
}
.abo_con2 .rq .rq2{
  padding-top: 20px;
}
.abo_con2 .rq .rq1{
  flex-wrap: wrap;
}
.abo_con2 .rq .rq1 div {
  width: 50%;
  padding: 20px 0;
  border-bottom: 1px solid rgb(240,235,233);
  border-right: 1px solid rgb(240,235,233);
  
}
.abo_con2 .rq .rq1 div:nth-child(2n){
  border-right:none;
}
.abo_con2 .rq .rq1 div:nth-child(3),
.abo_con2 .rq .rq1 div:nth-child(4){
  border-bottom:none;
}

.abo_con2 .rq .rq1 .div .p1 span {
  font-size: 36px;
}
.abo_con3 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.abo_con3 .rq .div img {
  width: 60%;
}
.abo_con2 .rq .rq1 .div .p1, .abo_con2 .rq .rq1 .div .p2{
  text-align: center;
}


}

/* 关于我们-企业资讯 */
.abo2_con1{
  width: 100%;
  padding-top: 180px;
  padding-bottom: 130px;
}
.abo2_con1 .swiper-slide a{
  width: 100%;
  width: 100%;
  display: flex;
}
.abo2_con1 .lef{
  width: 46.5%;
  border-radius: 7px;
  overflow: hidden;
  position: relative;
}
.abo2_con1 .lef::before{
  content: '';
  width: 100%;
  height: 45px;
  background: rgba(0,0,0,0.3);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.abo2_con1 .lef img{
  width: 100%;
  vertical-align: middle;
  transition: all .5s;
}
.abo2_con1 .rig{
  width: 53.5%;
  padding-left: 115px;
  padding-top: 50px;
  position: relative;
}
.abo2_con1 .rig .p1{
  font-size: 24px;
  color: #444444;
  font-family: "regular";
}
.abo2_con1 .rig .p2{
  padding-top: 13px;
  padding-bottom: 45px;
  font-size: 16px;
  color: #b79372;
  font-family: "regular";
  border-bottom: 1px solid rgb(131,131,131);
}
.abo2_con1 .rig .p3{
  font-size: 16px;
  color: #777777;
  font-family: "light";
  padding-top: 45px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;

}
.abo2_con1 .rig img{
  width: 70px;
  position: absolute;
  bottom: 18%;
  transition: all .5s;
}
.abo2_con1 .swiper-pagination{
  padding-right: 25%;
  bottom: 15px;
}
.abo2_con1 .swiper-pagination-bullet{
  background: #fff;
  opacity: 1;
  margin: 0 7px !important;
  transition: all .5s;
}
.abo2_con1 .swiper-pagination-bullet-active{
  background: rgb(183,147,114);
}
.abo2_con1 .swiper-slide:hover .lef img{
  transform: scale(1.05);
}
.abo2_con1 .swiper-slide:hover .rig img{
  transform: translateX(15px);
}

/* abo2_con2 */
.abo2_con2{
  width: 100%;
  padding-bottom: 150px;
}
.abo2_con2 .rq{
  width: 100%;
  padding-bottom: 43px;
  padding-left: 30px;
  border-bottom: 1px solid rgb(192,192,192);
  position: relative;
  overflow: hidden;
  margin-bottom: 43px;
}
.abo2_con2 .rq .lef{
  width: 16%;
  float: left;
}
.abo2_con2 .rq .lef img{
  width: 100%;
  vertical-align: middle;
}
.abo2_con2 .rq .rig{
  width: 84%;
  float: left;
  padding-left: 65px;
  padding-top: 35px;
}
.abo2_con2 .rq .rig .p1{
  font-size: 20px;
  color: #444444;
  font-family: "regular";
}
.abo2_con2 .rq .rig .p2{
  font-size: 14px;
  color: #777777;
  font-family: "regular";
  margin-top: 10px;
}
.abo2_con2 .rq .rq1{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  vertical-align: middle;
  background: rgb(180,147,114);
  padding-top: 38px;
  padding-left: 25px;
  transition: all .5s;
}
.abo2_con2 .rq .rq1::before{
  content: '';
  width: 70px;
  height: 13px;
  background-image: url(../image/img79.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 4%;
  transform: translateY(-50%);
}
.abo2_con2 .rq:hover .rq1{
  top: 0;
}
.abo2_con2 .rq .rq1 .p3{
  font-size: 20px;
  color: #ffffff;
  font-family: "regular";
}
.abo2_con2 .rq .rq1 .p4{
  font-size: 14px;
  color: #ffffff;
  font-family: "regular";
  margin-bottom: 15px;
  margin-top: 5px;
}
.abo2_con2 .rq .rq1 .p5{
  font-size: 16px;
  color: #fff;
  opacity: 0.6;
  font-family: "light";
  text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.abo2_con2 .fyq{
  width: auto;
  display: table;
  margin: 0 auto;
  margin-top: 110px;
}
/* 关于我们-企业资讯 分辨率 */
@media(max-width:1459px){
  .abo2_con1 {
    padding-top: 136px;
    padding-bottom: 98px;
}
.abo2_con1 .rig .p1 {
  font-size: 22px;
}
.abo2_con2 .rq .rig .p1 {
  font-size: 18px;
}
.abo2_con2 .rq .rq1 .p3 {
  font-size: 18px;
}


}
@media(max-width:1259px){
  .abo2_con1 .rig {
    padding-left: 55px;
    padding-top: 20px;
}
.abo2_con1 .rig img {
  width: 70px;
  bottom: 8%;
}
.abo2_con1 {
  padding-top: 100px;
  padding-bottom: 98px;
}
.abo2_con2 .rq .rig {
  padding-left: 50px;
  padding-top: 10px;
}
.abo2_con2 .rq .rq1 .p5 {
  font-size: 14px;
}
.abo2_con2 .rq .rq1 {
  padding-top: 22px;
}
.abo2_con2 .fyq {
  margin-top: 70px;
}

}
@media(max-width:991px){
  .abo2_con1 .rig {
    padding-left: 30px;
    padding-top: 10px;
}
.abo2_con1 .rig .p1 {
  font-size: 20px;
}
.abo2_con1 .rig .p2 {
  padding-top: 10px;
  padding-bottom: 25px;
  font-size: 14px;
}
.abo2_con1 .rig .p3 {
  font-size: 14px;
  padding-top: 25px;
}
.abo2_con1 .rig img {
  width: 50px;
}
.abo2_con1 {
  padding-top: 80px;
  padding-bottom: 50px;
}
.abo2_con2 .rq .lef {
  width: 24%;
}
.abo2_con2 .rq .rig {
  width: 76%;
  padding-left: 25px;
}
.abo2_con2 {
  padding-bottom: 80px;
}
.abo2_con2 .rq .rq1::before{
  width: 50px;
  height: 9px;
}

}
@media(max-width:768px){
  .abo2_con1 .lef{
    width: 100%;
  }
  .abo2_con1 .rig{
    width: 100%;
    padding-left: 0;
  }
  .abo2_con1 .swiper-slide a{
    flex-wrap: wrap;
  }
  .abo2_con1 .swiper-pagination {
    padding-right: 0%;
    bottom: 2%;
}
.abo2_con1 .swiper-pagination-bullet{
  background: #666;
}
.abo2_con1 .swiper-pagination-bullet-active {
  background: rgb(183,147,114);
}
.abo2_con1 .rig{
  padding-bottom: 50px;
}
.abo2_con2 .rq .rq1{
  display: none;
}
}
@media(max-width:414px){

.abo2_con1 .swiper-pagination {
  padding-right: 0%;
  bottom: 48%;
}
.abo2_con1 .swiper-pagination-bullet{
  background: #ffff;
}
.abo2_con1 .swiper-pagination-bullet-active {
  background: rgb(183,147,114);
}
.abo2_con1 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.abo2_con2 .rq .lef{
  width: 100%;
}
.abo2_con2 .rq .rig{
  width: 100%;
  padding-left: 0;
}
.abo2_con2 .rq{
  padding-left: 0;
  padding-bottom: 20px;
  margin-bottom: 34px;
}
.abo2_con2 .fyq {
  margin-top: 45px;
}
.abo2_con2 {
  padding-bottom: 50px;
}

}
@media(max-width:375px){
  .abo2_con1 .swiper-pagination {
    padding-right: 0%;
    bottom: 50%;
}
}


/* 生活方式 */
.lif_con1{
  width: 100%;
  background: rgb(238,232,232);
  padding-top: 180px;
  padding-bottom: 175px;
}
.lif_con1 .rq{
  width: 100%;
  display: flex;
  justify-content: center;
}
.lif_con1 .rq .rq1{
  margin-right: 265px;
}
.lif_con1 .rq .rq1:last-child{
  margin-right: 0;
}
.lif_con1 .rq .rq1 .div{
  width: 39px;
  height: 25px;
  position: relative;
}
.lif_con1 .rq .rq1 .div em {
  position: absolute;
  font-style: normal;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 0.4s linear;
}
.lif_con1 .rq .rq1.on em,
.lif_con1 .rq .rq1:hover em {
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0,65px,0) rotate3d(1,0,0,-90deg);
}
.lif_con1 .rq .rq1 .div i {
  position: absolute;
  font-style: normal;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0,0,-65px) rotate3d(1,0,0,90deg);
  transform-origin: 50% 0%;
  transition: all 0.4s linear;
}
.lif_con1 .rq .rq1.on i,
.lif_con1 .rq .rq1:hover i {
  opacity: 1;
  visibility: visible;
  transform: rotate3d(1,0,0,0deg);
}
.lif_con1 .rq .rq1 p{
  font-size: 16px;
  color: #666666;
  font-family: "light";
  transition: all .5s;
  margin-top: 17px;
  text-align: center;
}
.lif_con1 .rq .rq1.on p,
.lif_con1 .rq .rq1:hover p{
  color: #bf916d;
}

/* lif_con2 */
.lif_con2{
  width: 100%;
  padding-bottom: 150px;
}
.lif_con2 .rq1{
  width: 100%;
  padding-top: 115px;
  padding-bottom: 60px;
}
.lif_con2 .rq1 .div{
  width: 100%;
  display: flex;
  margin-bottom: 28px;
}
.lif_con2 .rq1 .div .lef{
  width: 5%;
}
.lif_con2 .rq1 .div .lef p{
  font-size: 20px;
  color: #333333;
  font-family: "regular";
  line-height: 30px;
}
.lif_con2 .rq1 .div .rig{
  width: 95%;
}
.lif_con2 .rq1 .div .rig span{
  font-size: 16px;
  color: #666666;
  font-family: "light";
  line-height: 30px;
  padding: 0 10px;
  display: inline-block;
  margin-right: 10px;
  cursor: pointer;
}
.lif_con2 .rq1 .div .rig span.on{
  background: rgb(183,147,114);
  color: #fff;
  border-radius: 5px;
}
.lif_con2 .rq2{
  width: 100%;
}
.lif_con2 .rq3{
  width: 32%;
  margin-right: 2%;
  float: left;
  margin-bottom: 90px;
}
.lif_con2 .rq3:nth-child(3n){
  margin-right: 0;
}
.lif_con2 .rq3 .top{
  width: 100%;
  overflow: hidden;
}
.lif_con2 .rq3 .top img{
  width: 100%;
  vertical-align: middle;
  transition: all .5s;
}
.lif_con2 .rq3:hover .top img{
  transform: scale(1.07);
}
.lif_con2 .rq3 p{
  width: 100%;
  line-height: 103px;
  padding-left: 20px;
  font-size: 17px;
  color: #333333;
  font-family: "regular";
  border-bottom: 2px solid rgb(204,204,204);
  position: relative;
  transition: all .5s;
}
.lif_con2 .rq3:hover p{
  color: #b79372;
}
.lif_con2 .rq3 p::before{
  content: '';
  width: 0%;
  height: 2px;
  background: rgb(183,147,114);
  position: absolute;
  bottom: -2px;
  left: 0;
  transition: all .5s;
}
.lif_con2 .rq3:hover p::before{
  width: 100%;
}
.lif_con2 .rq3 p::after{
  content: '';
  width: 49px;
  height: 13px;
  background-image: url(../image/img96.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  opacity: 0;
  transition: all .5s;
}
.lif_con2 .rq3:hover p::after{
  right: 15px;
  opacity: 1;
}
.lif_con2 .fyq{
  width: auto;
  display: table;
  margin: 0 auto;
}

/* 生活方式 分辨率 */
@media(max-width:1459px){
  .lif_con1 {
    padding-top: 135px;
    padding-bottom: 130px;
}
.lif_con2 .rq1 {
  padding-top: 87px;
  padding-bottom: 45px;
}
.lif_con2 .rq3 p {
  line-height: 75px;
  padding-left: 20px;
  font-size: 16px;
}
.lif_con2 .rq3 {
  margin-bottom: 60px;
}
.lif_con2 .rq1 .div .lef p {
  font-size: 16px;
  line-height: 30px;
}
.lif_con2 .rq1 .div .rig span {
  font-size: 14px;
}
}
@media(max-width:1259px){
  .lif_con1 {
    padding-top: 90px;
    padding-bottom: 90px;
}
.lif_con1 .rq .rq1 {
  margin-right: 170px;
}
.lif_con2 .rq1 {
  padding-top: 65px;
  padding-bottom: 24px;
}
.lif_con2 .rq3 p {
  line-height: 54px;
  padding-left: 10px;
  font-size: 14px;
}
.lif_con2 .rq3 {
  margin-bottom: 35px;
}
.lif_con2 {
  padding-bottom: 90px;
}

}
@media(max-width:768px){
  .lif_con2 .rq1 .div .lef {
    width: 8%;
}
.lif_con2 .rq1 .div .rig {
  width: 90%;
}
.lif_con1 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.lif_con2 .rq1 {
  padding-top: 40px;
  padding-bottom: 10px;
}
.lif_con1 .rq .rq1{
  margin-right: 0;
}
.lif_con1 .rq{
  justify-content: space-between;
}
.lif_con2 .rq1 .div .lef {
  width: 10%;
}

}
@media(max-width:414px){
  .lif_con2 .rq1 .div .lef {
    width: 15%;
}
.lif_con2 .rq1 .div .lef p {
  font-size: 14px;
  line-height: 25px;
}
.lif_con2 .rq1 .div .rig span {
  font-size: 13px;
  line-height: 25px;
  padding: 0 6px;
  margin-right: 5px;
}
.lif_con1 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.lif_con1 .rq .rq1 p {
  font-size: 14px;
  margin-top: 10px;
}
.lif_con2 .rq3{
  width: 49%;
  margin-right: 2%;
  margin-bottom: 20px;
}
.lif_con2 .rq3:nth-child(3n){
  margin-right: 2%;
}
.lif_con2 .rq3:nth-child(2n){
  margin-right: 0;
}
.lif_con2 .rq3 p {
  line-height: 36px;
  padding-left: 0px;
  font-size: 14px;
}
.lif_con2 {
  padding-bottom: 50px;
}
.lif_con2 .fyq{
  margin-top: 20px;
}
}

/* 鸿运详情页 */
.lif2_date2{
  width: 100%;
  padding-top: 160px;
  padding-bottom: 190px;
}
.lif2_date2 .ig{
  display: block;
  margin: 0 auto;
}
.lif2_date2 .p1{
  font-size: 20px;
  color: #444444;
  font-family: "light";
  text-align: center;
  padding-top: 30px;
  padding-bottom: 33px;
}
.lif2_date2 .p2{
  font-size: 16px;
  color: #777777;
  font-family: "light";
  text-align: center;
  line-height: 30px;
}

/* lif2_date3 */
.lif2_date3{
  width: 100%;
  position: relative;
}
.lif2_date3 .gallery-top img{
  width: 100%;
  vertical-align: middle;
}
.lif2_date3 .rq{
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.lif2_date3 .rq::before{
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(53,47,46,0.9);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.lif2_date3 .wrap{
  position: relative;
}
.lif2_date3 .wrap .gallery-thumbs{
  padding: 45px 0;
  z-index: 11;
  width: 87.5%;
  margin: 0 auto;
}
.lif2_date3 .wrap .gallery-thumbs img{
  width: 100%;
  filter: opacity(70%);
}
.lif2_date3 .wrap .gallery-thumbs .swiper-slide-thumb-active img{
  filter: opacity(100%);
}
.lif2_date3 .wrap .swiper-button-next,
.lif2_date3 .wrap .swiper-button-prev{
  width: 14px;
  height: 26px;
  background-image: url(../image/img99.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 11;
}
.lif2_date3 .wrap .swiper-button-next{
  transform: rotate(180deg);
}

/* lif2_date4 */
.lif2_date4{
  width: 100%;
}
.lif2_date4 .rq{
  width: 100%;
}
.lif2_date4 .rq .lef{
  width: 59.9%;
  float: left;
  position: relative;
}
.lif2_date4 .rq .lef img{
  width: 100%;
  vertical-align: middle;
}
.lif2_date4 .rq .rig{
  width: 40.1%;
  float: left;
}
.lif2_date4 .rq .rig .top,
.lif2_date4 .rq .rig .bot{
  width: 100%;
  position: relative;
}
.lif2_date4 .rq .rig .top img,
.lif2_date4 .rq .rig .bot img{
  width: 100%;
  vertical-align: middle;
}
.lif2_date4 .rq .lef .div{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 160px;
}
.lif2_date4 .rq .lef .div p{
  font-size: 16px;
  color: #666666;
  font-family: "light";
  width: 64%;
  margin: 0 auto;
  padding-top: 30px;
  line-height: 30px;
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;

}
.lif2_date4 .rq .lef .div p::before{
  content: '';
  width: 50px;
  height: 2px;
  background: rgb(94,70,58);
  position: absolute;
  top: 0;
  left: 0;
}
.lif2_date4 .rq .rig .bot .div2{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20%;
  padding: 0 20px;
  padding-top: 14px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgb(155,140,133);
  border-top: 1px solid rgb(155,140,133);
}
.lif2_date4 .rq .rig .bot .div2 .p1{
  font-size: 33px;
  color: #381b0c;
  font-family: "light";
}
.lif2_date4 .rq .rig .bot .div2 .p2{
  font-size: 12px;
  color: #999999;
  font-family: "light";
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
/* 鸿运详情页 分辨率 */
@media(max-width:1459px){
  .lif2_date2 {
    padding-top: 120px;
    padding-bottom: 140px;
}
.lif2_date2 .p1 {
  font-size: 18px;
  padding-top: 20px;
  padding-bottom: 22px;
}
.lif2_date4 .rq .lef .div {
  padding-top: 120px;
}
.lif2_date4 .rq .rig .bot .div2 .p1 {
  font-size: 25px;
}
.lif2_date4 .rq .rig .bot .div2 .p2 {
  font-size: 12px;
  letter-spacing: 0px;
}
.lif2_date4 .rq .rig .bot .div2 {
  padding: 0 10px;
  padding-top: 5px;
  padding-bottom: 8px;
}

}
@media(max-width:1259px){
  .lif2_date2 {
    padding-top: 70px;
    padding-bottom: 80px;
}
.lif2_date2 .p2 {
  font-size: 14px;
  line-height: 30px;
}
.lif2_date4 .rq .lef .div {
  padding-top: 55px;
}
.lif2_date4 .rq .lef .div p {
  font-size: 16px;
  padding-top: 20px;
}

}
@media(max-width:991px){
  .lif2_date4 .rq .lef .div p {
    font-size: 14px;
    padding-top: 10px;
    line-height: 24px;
}
.lif2_date4 .rq .rig .bot .div2 .p1 {
  font-size: 22px;
  text-align: center;
}
}
@media(max-width:768px){
  .lif2_date4 .rq .lef .div p {
    width: 90%;
}
.lif2_date4 .rq .lef .div {
  padding-top: 30px;
}
.lif2_date3 .wrap .swiper-button-next, .lif2_date3 .wrap .swiper-button-prev {
  width: 9px;
  height: 17px;
  top: 57%;
}
.lif2_date2 {
  padding-top: 40px;
  padding-bottom: 45px;
}
}
@media(max-width:414px){
  .lif2_date4 .rq .lef .div p{
    -webkit-line-clamp: 2;
  }
  .lif2_date4 .rq .rig .bot .div2 .p1 {
    font-size: 18px;
}
.lif2_date4 .rq .rig .bot .div2 {
  padding: 0 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  left: 5%;
}
.lif2_date3 .wrap .gallery-thumbs {
  padding: 15px 0;
}
.lif2_date3 .wrap .swiper-button-next, .lif2_date3 .wrap .swiper-button-prev {
  top: 63%;
}
}


/* 招商加盟 */
/* join_con1 */
.join_con1{
  width: 100%;
  padding-top: 115px;
  padding-bottom: 120px;
}
.joi_bt{
  text-align: center;
}
.joi_bt span{
  display: inline-block;
  font-size: 50px;
  color: #333333;
  font-family: "ex_light";
  position: relative;
}
.joi_bt span::before{
  content: '';
  width: 90px;
  height: 1px;
  background: rgb(183,147,114);
  position: absolute;
  top: 50%;
  left: -105px;
  transform: translateY(-50%);
}
.joi_bt span::after{
  content: '';
  width: 90px;
  height: 1px;
  background: rgb(183,147,114);
  position: absolute;
  top: 50%;
  right: -105px;
  transform: translateY(-50%);
}
.joi_fbt{
  font-family: "din_light";
  font-size: 14px;
  color: #b79372;
  text-align: center;
  text-transform: uppercase;
}
.join_con1 .rq{
  padding-top: 35px;
  width: 100%;
  overflow: hidden;
}
.join_con1 .rq .rq1{
  width: 49%;
  height: 135px;
  float: left;
  margin-right: 2%;
  padding-top: 40px;
  padding-bottom: 50px;
  border-bottom: 1px solid rgb(214,214,214);
  display: flex;
}
.join_con1 .rq .rq1:nth-child(2n){
  margin-right: 0;
}
.join_con1 .rq .rq1 .p1{
  font-size: 30px;
  color: #b79372;
  font-family: "din_light";
  width: 10%;
}
.join_con1 .rq .rq1 .p2{
  width: 90%;
  font-size: 18px;
  color: #666666;
  font-family: "light";
  width: 66%;
  transition: all .5s;
}
.join_con1 .rq .rq1:hover .p2{
  padding-left: 15px;
}
.join_con1 .rq2{
  padding-top: 90px;
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
}
.element.style{
border-radius: 15px;
}
.join_con1 .rq2 img{
  width: 100%;
  vertical-align: middle;
  border-radius:15px;
}

/* join_con2 */
.join_con2{
  width: 100%;
  padding-top: 95px;
  padding-bottom: 100px;
  background: rgb(246,245,245);
}
.join_con2 .p1{
  font-size: 30px;
  color: #444444;
  font-family: "ex_light";
  text-align: center;
  margin-top: 50px;
}
.join_con2 .rq{
  width: 100%;
  padding-top: 55px;
}
.join_con2 .rq div{
  width: 15%;
  height: 105px;
  margin-right: 2%;
  float: left;
  transition: all .5s;
  position: relative;
  background-color: #fff;
}
.join_con2 .rq div:hover{
  transform: translateY(-15px);
}
.join_con2 .rq div:last-child{
  margin-right: 0;
}
.join_con2 .rq div img{
  /* width: 100%; */
  /* vertical-align: middle; */
  max-width: 80%;
  max-height: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
}
.join_con2 .rq2{
  width: 100%;
  padding-top: 40px;
}
.join_con2 .rq2 .rq3{
  width: 49%;
  height: 220px;
  float: left;
  margin-right: 2%;
  background: #fff;
  padding: 30px;
  transition: all .5s;
}
.join_con2 .rq2 .rq3:hover{
  box-shadow: 0px 16px 22px 0px rgba(90, 91, 95, 0.3);
}
.join_con2 .rq2 .rq3:last-child{
  margin-right: 0;
}
.join_con2 .rq2 .rq3 .lef{
  width: 25.6%;
  height: 160px;
  background: rgb(191,145,109);
  padding-top: 40px;
  float: left;
}
.join_con2 .rq2 .rq3 .lef img{
  display: block;
  margin: 0 auto;
  width: 40px;
  transition: all .5s;
}
.join_con2 .rq2 .rq3:hover .lef img{
  transform: translateY(-15px);
}
.join_con2 .rq2 .rq3 .lef p{
  font-size: 18px;
  color: #ffffff;
  font-family: "light";
  text-align: center;
  margin-top: 15px;
}
.join_con2 .rq2 .rq3 .rig{
  width: 74.4%;
  height: 100%;
  float: left;
  display: flex;
  align-content:center;
  flex-wrap: wrap;
  padding-left: 32px;
}
.join_con2 .rq2 .rq3 .rig .p2{
  width: 100%;
  font-size: 18px;
  color: #666666;
  font-family: "light";
}
.join_con2 .rq2 .rq3 .rig .p3{
  width: 100%;
  font-size: 20px;
  color: #666666;
  font-family: "light";
  margin-bottom: 8px;
}
.join_con2 .rq2 .rq3 .rig .p4{
  width: 100%;
  font-size: 16px;
  color: #666666;
  font-family: "light";
}
.join_con2 .p5{
  font-size: 22px;
  color: #666666;
  font-family: "light";
  margin-top: 85px;
}
.join_con2 .rq4{
  width: 100%;
  margin-top: 40px;
}
.join_con2 .rq4 table{
  width: 100%;
}
.join_con2 .rq4 th,
.join_con2 .rq4 td{
  font-size: 18px;
  color: #666666;
  font-family: "light";
  text-align: center;
  background: #fff;
  line-height: 50px;
  border: 1px solid rgb(221,220,220);
  font-weight: 100;
}
.join_con2 .rq4 td{
  font-size: 16px;
}

/* join_con3 */
.join_con3{
  width: 100%;
  padding-top: 100px;
  padding-bottom: 110px;
}
.join_con3 .rq{
  width: 100%;
  padding-top: 45px;
}
.join_con3 .rq1{
  width: 100%;
  border-bottom: 1px solid rgb(214,214,214);
  padding-right: 20px;
}
.join_con3 .rq1 .top{
  padding: 30px 0;
  padding-left: 90px;
  position: relative;
  background-image: url(../image/img126.png);
  background-repeat: no-repeat;
  background-size: 24px;
  background-position-x: right;
  background-position-y: center;
}
.join_con3 .rq1 .top.on{
  background-image: url(../image/img127.png);
}
.join_con3 .rq1 .top::before{
  width:37px;
  height: 36px;
  content: '';
  background-image: url(../image/img122.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 25px;
  transform: translateY(-50%);
}
.join_con3 .rq1:nth-child(2) .top::before{
  background-image: url(../image/img123.png);
}
.join_con3 .rq1:nth-child(3) .top::before{
  background-image: url(../image/img124.png);
}
.join_con3 .rq1:nth-child(4) .top::before{
  background-image: url(../image/img125.png);
}

.join_con3 .rq1 .top p{
  font-size: 24px;
  color: #444444;
  font-family: "light";
  transform: skewX(-10deg);
}
.join_con3 .rq1 .bot{
  padding-bottom: 95px;
  padding-left: 90px;
  display: none;
}
.join_con3 .rq1 .bot p{
  font-size: 16px;
  color: #666666;
  font-family: "light";
}


/* content4 */
.join_con4{
  width: 100%;
  background-image: url(../image/img128.jpg);
  background-size: cover;
  padding-top: 95px;
  padding-bottom: 40px;
}
.join_con4 .joi_bt span{
  color: #fff;
}
.join_con4 .joi_bt span::before,
.join_con4 .joi_bt span::after{
  background: #fff;
}
.join_con4 .joi_fbt{
  color: #fff;
}
.join_con4 .rq{
  padding-top: 80px;
  width: 92%;
  margin: 0 auto;
  position: relative;
  background-image: url(../image/img131.png);
  background-repeat: no-repeat;
  background-position-x: 79%;
  background-position-y: 43%;
}

.join_con4 .rq .rq1{
  width: 20%;
  float: left;
  margin-bottom: 85px;


}
.join_con4 .rq .rq1 .p1{
  font-size: 31px;
  color: #ffffff;
  font-family: "din_light";
  text-align: center;
}
.join_con4 .rq .rq1 .p2{
  height: 124px;
  font-size: 18px;
  color: #ffffff;
  font-family: "light";
  text-align: center;
  padding-top: 70px;
  position: relative;
}
.join_con4 .rq .rq1 .p2::before{
  content: '';
  width: 26px;
  height: 28px;
  background-image: url(../image/img130.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 20%;
  transform: translate(-50%,-50%);
}
/* .join_con4 .rq .rq1 .p2::after{
  content: '';
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  position: absolute;
  left: 104%;
  top: 20%;
  transform: translate(-50%,-50%);
}
.join_con4 .rq .rq1:nth-child(5) .p2::after,
.join_con4 .rq .rq1:nth-child(6) .p2::after{
  content: none;
} */
.join_con4 .rq .rq1:nth-child(6),
.join_con4 .rq .rq1:nth-child(7),
.join_con4 .rq .rq1:nth-child(7),
.join_con4 .rq .rq1:nth-child(8),
.join_con4 .rq .rq1:nth-child(10){
  float: right;
}

/* join_con5 */
.join_con5{
  width: 100%;
  padding-top: 100px;
  padding-bottom: 130px;
  background: rgb(246,245,245);
}
.join_con5 .rq{
  padding-top: 70px;
  width: 100%;
}
.join_con5 table{
  width: 100%;
}
.join_con5 table th{
  font-size: 24px;
  color: #ffffff;
  font-family: "regular";
  line-height: 100px;
  text-align: center;
  font-weight: 100;
}
.join_con5 table th:nth-child(1){
  background: rgb(156,118,84);
}
.join_con5 table th:nth-child(2){
  background: rgb(168,132,99);
}
.join_con5 table th:nth-child(3){
  background: rgb(184,146,114);
}
.join_con5 table th:nth-child(4){
  background: rgb(199,164,131);
}
.join_con5 table th:nth-child(5){
  background: rgb(210,179,151);
}
.join_con5 table th:nth-child(6){
  background: rgb(184,146,114);
}
.join_con5 table th:nth-child(7){
  background: rgb(210,179,151);
}
.join_con5 table td{
  font-size: 18px;
  color: #666666;
  font-family: "regular";
  text-align: center;
  vertical-align: middle;
  height: 90px;
  border: 1px solid rgb(212,212,212);
  padding: 0 40px;
  background: #fff;
}
.join_con5 table td:nth-child(3){
  width: 25%;
}


/* join_con6 */
.join_con6{
  width: 100%;
  padding-top: 110px;
  padding-bottom: 140px;
}
.join_con6 .rq{
  width: 100%;
  padding-top: 65px;
}
.join_con6 .rq1{
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
.join_con6 .rq1 input{
  font-size: 18px;
  height: 60px;
  color: #999999;
  font-family: "light";
  width: 49%;
  border: 1px solid rgb(221,221,221);
  padding-left: 20px;
}
.join_con6 .rq1 input:last-child{
  margin-right: 0;
}

.join_con6 .rq1 img{
  width: 49%;
  height: 60px !important;
  border: 1px solid rgb(221,221,221);
  cursor: pointer;
}
.join_con6 .rq30{
  display: block;
  width: 100%;
}
.join_con6 .rq30 input{
  width: 32%;
  margin-right: 2%;
  float: left;
}
.join_con6 .rq30 img{
  width: 200px;
}


.join_con6 .rq1 select{
  font-size: 18px;
  height: 60px;
  color: #999999;
  font-family: "light";
  border: 1px solid rgb(221,221,221);
  width: 32%;
  padding-left: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../image/img132.png);
  background-size: 16px 9px;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: 95%;
}
.join_con6 .rq2 input{
  width: 100%;
}
.join_con6 .rq3{
  width: auto;
  display: table;
  margin: 0 auto;
  margin-top: 70px;
}
.join_con6 .rq3 button{
  font-size: 18px;
  color: #ffffff;
  font-family: "light";
  display: inline-block;
  width: 160px;
  height: 55px;
  background: rgb(178,178,178);
  margin-right: 20px;
  transition: all .5s;
}
.join_con6 .rq3 button:last-child{
  margin-right: 0;
}
.join_con6 .rq3 button:hover{
  background: rgb(191,145,109);
}

/* 招商加盟 分辨率 */

@media(max-width:1459px){
  .join_con1 {
    padding-top: 87px;
    padding-bottom: 90px;
}
.joi_bt span {
  font-size: 38px;
}
.joi_bt span::before {
  width: 60px;
  left: -70px;
}
.joi_bt span::after {
  width: 60px;
  right: -70px;
}
.join_con1 .rq .rq1 .p2 {
  font-size: 16px;
  width: 73%;
}
.join_con1 .rq .rq1 .p1 {
  font-size: 24px;
}
.join_con1 .rq .rq1 {
  height: 115px;
  padding-top: 40px;
  padding-bottom: 50px;
}
.join_con1 .rq2 {
  padding-top: 65px;
  border-radius:15px;
}
.join_con2 {
  padding-top: 60px;
  padding-bottom: 70px;
}
.join_con2 .p1 {
  font-size: 22px;
  margin-top: 30px;
}
.join_con2 .rq2 .rq3 .rig .p2 {
  font-size: 16px;
}
.join_con2 .rq2 .rq3 .rig .p4 {
  font-size: 14px;
}
.join_con2 .rq2 .rq3 .rig .p3 {
  font-size: 18px;
  margin-bottom: 2px;
}
.join_con2 .rq2 .rq3 .lef {
  height: 135px;
  padding-top: 25px;
}
.join_con2 .rq2 .rq3 .lef img {
  width: 33px;
}
.join_con2 .rq2 .rq3 .lef p {
  font-size: 16px;
  margin-top: 15px;
}
.join_con2 .rq2 .rq3 {
  height: 195px;
}
.join_con2 .p5 {
  font-size: 18px;
  margin-top: 60px;
}
.join_con2 .rq4 th, .join_con2 .rq4 td {
  font-size: 16px;
  line-height: 45px;
}
.join_con2 .rq4 {
  margin-top: 26px;
}
.join_con3 {
  padding-top: 60px;
  padding-bottom: 80px;
}
.join_con3 .rq {
  padding-top: 22px;
}
.join_con3 .rq1 .top p {
  font-size: 20px;
}
.join_con3 .rq1 .top{
  padding-left: 75px;
}
.join_con3 .rq1 .bot {
  padding-bottom: 60px;
  padding-left: 75px;
}
.join_con3 .rq1 .top::before {
  width: 30px;
  height: 29px;
}
.join_con4 {
  padding-top: 55px;
  padding-bottom: 20px;
}
.join_con4 .rq {
  padding-top: 45px;
  background-position-x: 77%;
  background-position-y: 32%;
  background-size: 92%;
}
.join_con4 .rq .rq1 .p1 {
  font-size: 24px;
}
.join_con4 .rq .rq1 .p2::before {
  width: 22px;
  height: 24px;
}
.join_con4 .rq .rq1 .p2 {
  height: 60px;
  font-size: 14px;
  padding-top: 40px;
}
.join_con4 .rq .rq1 {
  margin-bottom: 133px;
}
.join_con6,
.join_con5 {
  padding-top: 76px;
  padding-bottom: 98px;
}
.join_con5 .rq {
  padding-top: 40px;
}
.join_con5 table th {
  font-size: 18px;
  line-height: 75px;
}
.join_con5 table td {
  font-size: 16px;
  height: 70px;
  padding: 0 25px;
}
.join_con6 .rq {
  padding-top: 40px;
}
}
@media(max-width:1259px){
  .join_con1 {
    padding-top: 54px;
    padding-bottom: 70px;
}
.joi_bt span {
  font-size: 30px;
}
.joi_bt span {
  font-size: 30px;
}
.join_con1 .rq {
  padding-top: 10px;
}
.join_con2 .p1 {
  font-size: 18px;
  margin-top: 30px;
}
.join_con2 .rq {
  padding-top: 30px;
}
.join_con2 .rq2 {
  padding-top: 30px;
}
.join_con3 .rq1 .top p {
  font-size: 18px;
}
.join_con3 .rq1 .top {
  background-size: 16px;
}
.join_con4 .rq {
  background-position-y: 37%;
}
.join_con4 .rq .rq1 {
  margin-bottom: 95px;
}

}
@media(max-width:991px){
  .join_con2 .rq div {
    height: 80px;
}
  .join_con1 .rq .rq1 .p2 {
    font-size: 14px;
}
.join_con1 .rq .rq1 {
  height: 80px;
  padding-top: 20px;
  padding-bottom: 21px;
}
.join_con1 .rq .rq1 .p1 {
  font-size: 20px;
}
.join_con1 .rq2 {
  padding-top: 40px;
}
.join_con2 .rq2 .rq3{
  width: 100%;
  margin-right: 0;
  margin-top: 10px;
}
.join_con4 .rq {
  background-position-y: 39%;
  padding-top: 24px;
}
.join_con4 .rq .rq1 {
  margin-bottom: 52px;
}
.join_con6, .join_con5 {
  padding-top: 46px;
  padding-bottom: 65px;
}
.join_con6 .rq1 canvas,
.join_con6 .rq1 select,
.join_con6 .rq1 input {
  font-size: 14px;
  height: 45px !important;
  padding-left: 10px;
}
  .join_con6 .rq1 img{
    width: 49%;
    height: 45px !important;
  }
  .join_con6 .rq30 input{
    width: 49%;
  }


.join_con6 .rq1 {
  margin-bottom: 10px;
}
.join_con6 .rq3 {
  margin-top: 30px;
}
.join_con6 .rq3 button {
  font-size: 16px;
  width: 120px;
  height: 40px;
}

}
@media(max-width:768px){
  .join_con1 .rq .rq1{
    width: 100%;
    margin-right: 0;
    height: auto;
  }
  .join_con2 {
    padding-top: 35px;
    padding-bottom: 60px;
}
.joi_bt span {
  font-size: 24px;
}
.joi_bt span::before {
  width: 33px;
  left: -43px;
}
.joi_bt span::after {
  width: 33px;
  right: -43px;
}
.join_con2 .p1 {
  font-size: 16px;
  margin-top: 30px;
}
.join_con3 {
  padding-top: 35px;
  padding-bottom: 60px;
}
.join_con3 .rq1 .bot p {
  font-size: 14px;
}
.join_con4 .rq{
  background-size: 0;
}
.join_con5 table th {
  font-size: 16px;
  line-height: 50px;
}
.join_con5 table td {
  font-size: 14px;
  height: 70px;
  padding: 0 25px;
}
.join_con5 .rq{
  overflow-x: auto;
}
.join_con5 table{
  width: 666px;
}

}
@media(max-width:414px){
  .join_con1 {
    padding-top: 34px;
    padding-bottom: 40px;
}
.join_con2 .rq div{
  width: 32%;
  margin-right: 2%;
  margin-bottom: 10px;
}
.join_con2 .rq div:nth-child(3n){
  margin-right: 0;
}
.join_con2 .rq2,
.join_con2 .rq {
  padding-top: 15px;
}
.join_con2 .rq2 .rq3 .lef p {
  font-size: 14px;
  margin-top: 5px;
}
.join_con2 .rq2 .rq3 .lef {
  height: 100px;
  padding-top: 22px;
}
.join_con2 .rq2 .rq3{
  height: auto;
  padding: 10px;
}
.join_con2 .p1 {
  font-size: 18px;
}
.join_con2 .rq4 th, .join_con2 .rq4 td {
  font-size: 14px;
  line-height: 40px;
}
.join_con2 {
  padding-top: 35px;
  padding-bottom: 40px;
}
.join_con3 .rq1 .top p {
  font-size: 16px;
}
.join_con3 .rq1 .top::before {
  width: 25px;
  height: 23px;
}
.join_con3 .rq1 .top{
  padding-left: 63px;
}
.join_con3 .rq1 .bot {
  padding-bottom: 20px;
  padding-left: 63px;
}
.join_con4 .rq .rq1{
  width: 50%;
}
.join_con4 {
  padding-top: 36px;
  padding-bottom: 0px;
}
.join_con5 .rq {
  padding-top: 29px;
}
.join_con6, .join_con5 {
  padding-top: 33px;
  padding-bottom: 45px;
}
.join_con6 .rq {
  padding-top: 23px;
}

}