.prev {
  position: absolute;
  width: 60px;
  height: 60px;
  left: -60px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 10;
}
.prev:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/about/btn6.png);
  background-size: 100% 100%;
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.prev .swiper-button-prev {
  position: relative;
  width: 100%;
  height: 100%;
  background: url(../img/about/btn5.png);
  background-size: 100% 100%;
  margin-top: 0;
  top: 0;
  left: 0;
}
.prev .swiper-button-prev:after {
  content: '\e601';
  font-family: iconfont;
  font-size: 30px;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.prev:hover:before {
  left: -10px;
  top: -10px;
  opacity: 1;
}
.next {
  position: absolute;
  width: 60px;
  height: 60px;
  right: -60px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 10;
}
.next:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(../img/about/btn4.png);
  background-size: 100% 100%;
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.next .swiper-button-next {
  position: relative;
  width: 100%;
  height: 100%;
  background: url(../img/about/btn3.png);
  background-size: 100% 100%;
  margin-top: 0;
  top: 0;
  right: 0;
}
.next .swiper-button-next:after {
  content: '\e683';
  font-family: iconfont;
  font-size: 30px;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.next:hover:before {
  right: -10px;
  bottom: -10px;
  opacity: 1;
}
.mores {
  margin-top: 3.5vw;
}
.mores a {
  display: block;
  width: 200px;
  height: 50px;
  background: url(../img/about/btn10.png) no-repeat;
  background-size: cover;
  position: relative;
  margin: 0 auto;
  color: #44372e;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.mores a:before {
  content: '';
  width: 0;
  height: 100%;
  background: url(../img/about/btn11.png) no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.mores a h3 {
  position: relative;
  text-align: center;
  line-height: 50px;
  letter-spacing: 4px;
}
.mores a h3 span {
  margin-left: 10px;
}
.mores a:hover {
  color: #fff;
}
.mores a:hover:before {
  width: 100%;
  opacity: 1;
}
.ctn1 {
  padding: 5vw 0;
  background: url(../img/product/bg4.jpg) no-repeat;
  background-size: cover;
  overflow: hidden;
}
.ctn1 .bottom {
  margin-top: 3vw;
}
.ctn1 .bottom .center {
  width: 72%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.ctn1 .bottom .center .box {
  display: flex;
  width: calc(100% - 270px);
  height: 60px;
  border: 1px solid #917b59;
  background: #fff;
}
.ctn1 .bottom .center .box .inp {
  width: 43%;
  position: relative;
}
.ctn1 .bottom .center .box .inp img {
  position: absolute;
  left: 24px;
  top: 49%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.ctn1 .bottom .center .box .inp input {
  width: 100%;
  height: 100%;
  border: none;
  padding-left: 56px;
}
.ctn1 .bottom .center .box .inp:nth-child(2) {
  width: 57%;
}
.ctn1 .bottom .center .box .inp:nth-child(2):before {
  content: '';
  width: 1px;
  height: 30px;
  background: #957b54;
  opacity: 0.3;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.ctn1 .bottom .center .btn {
  width: 260px;
  height: 60px;
  background: url(../img/product/btn1.png) no-repeat;
  background-size: 100% 100%;
}
.ctn1 .bottom .center .btn button {
  width: 100%;
  height: 100%;
  border: none;
  background: none;
  letter-spacing: 1px;
  color: #332a24;
  font-weight: bold;
}
.ctn2 {
  padding: 5vw 0;
  background: url(../img/product/bg5.jpg) no-repeat;
  background-size: cover;
  overflow: hidden;
}
.ctn2 .ctn-list {
  position: relative;
  margin-top: 3vw;
  padding: 0 8%;
}
.ctn2 .ctn-list .swiper {
  padding-bottom: 4vw;
}
.ctn2 .ctn-list .swiper .swiper-slide ul {
  display: flex;
}
.ctn2 .ctn-list .swiper .swiper-slide ul li {
  height: 520px;
  width: 35.6%;
  position: relative;
  overflow: hidden;
}
.ctn2 .ctn-list .swiper .swiper-slide ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ctn2 .ctn-list .swiper .swiper-slide ul li h2 {
  position: absolute;
  padding: 10px 50px;
  font-weight: bold;
  color: #44372e;
  background: url(../img/product/btn.png) no-repeat;
  background-size: 100% 100%;
  left: 0;
  top: 0;
}
.ctn2 .ctn-list .swiper .swiper-slide ul li:nth-child(2) {
  width: 64.4%;
}
.ctn2 .ctn-list .swiper .swiper-slide ul li:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
}
.ctn2 .ctn-list .swiper .swiper-pagination {
  bottom: 0;
}
.ctn2 .ctn-list .swiper .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
  border-radius: 4px;
}
.ctn2 .ctn-list .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #f9d255;
  width: 32px;
}
.ctn3 {
  padding: 5vw 0 6vw;
  background: url(../img/product/bg6.jpg) no-repeat;
  background-size: cover;
  overflow: hidden;
}
.ctn3 .ctn-list {
  margin-top: 3vw;
}
.ctn3 .ctn-list .top .swiper-slide {
  height: 600px;
}
.ctn3 .ctn-list .top .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ctn3 .ctn-list .top .swiper-slide .text {
  position: absolute;
  width: 78%;
  left: 3vw;
  bottom: 0;
  opacity: 0;
  transition: all 0.5s ease 0.3s;
  -webkit-transition: all 0.5s ease 0.3s;
  -moz-transition: all 0.5s ease 0.3s;
  -ms-transition: all 0.5s ease 0.3s;
}
.ctn3 .ctn-list .top .swiper-slide .text ul {
  display: flex;
  flex-wrap: wrap;
}
.ctn3 .ctn-list .top .swiper-slide .text ul li {
  width: 16.6%;
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.ctn3 .ctn-list .top .swiper-slide .text ul li span {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #f9d255;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #44372e;
  font-size: 14px;
}
.ctn3 .ctn-list .top .swiper-slide .text ul li h2 {
  color: #fff;
  margin-left: 10px;
  letter-spacing: 1px;
}
.ctn3 .ctn-list .top .swiper-slide-active .text {
  opacity: 1;
  bottom: 1.5vw;
}
.ctn3 .ctn-list .bottom ul {
  display: flex;
}
.ctn3 .ctn-list .bottom ul li {
  width: 33.333%;
  cursor: pointer;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #7c736c;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn3 .ctn-list .bottom ul li span {
  letter-spacing: 2px;
  color: #fff;
  font-weight: bold;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn3 .ctn-list .bottom ul li:nth-child(even) {
  background: #877f79;
}
.ctn3 .ctn-list .bottom ul li:hover {
  background: #e9c964;
}
.ctn3 .ctn-list .bottom ul li:hover span {
  color: #2b2b2b;
}
.ctn3 .ctn-list .bottom ul li.active {
  background: #e9c964;
}
.ctn3 .ctn-list .bottom ul li.active span {
  color: #2b2b2b;
}
.ctn4 {
  padding: 5vw 0 6vw;
  background: url(../img/product/bg7.jpg) no-repeat;
  background-size: cover;
  overflow: hidden;
}
.ctn4 .ctn-list {
  margin-top: 3vw;
}
.ctn4 .ctn-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ctn4 .ctn-list ul li .yuan {
  position: relative;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: rgba(255, 244, 210, 0.1);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn4 .ctn-list ul li .yuan .tu {
  width: 280px;
  height: 280px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.ctn4 .ctn-list ul li .yuan .tu img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ctn4 .ctn-list ul li .text {
  color: #fff;
  margin-top: 1.5vw;
  position: relative;
  padding-left: 36px;
}
.ctn4 .ctn-list ul li .text:before {
  content: '';
  width: 6px;
  height: 64px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  left: 0;
  top: 0.5vw;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn4 .ctn-list ul li .text h2 {
  font-weight: bold;
  white-space: nowrap;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn4 .ctn-list ul li .text p {
  opacity: 0.6;
  line-height: 1.8;
  margin-top: 10px;
}
.ctn4 .ctn-list ul li:hover .yuan {
  background: #f9d255;
}
.ctn4 .ctn-list ul li:hover .yuan .tu img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
}
.ctn4 .ctn-list ul li:hover .text:before {
  background: #f9d255;
}
.ctn4 .ctn-list ul li:hover .text h2 {
  color: #f9d255;
}
.ctn4 .ctn-list ul li:nth-child(even) {
  margin-top: 120px;
}
.ctn5 {
  padding: 5vw 0;
  overflow: hidden;
}
.ctn5 .ctn-list {
  position: relative;
  margin-top: 3vw;
}
.ctn5 .ctn-list .swiper {
  padding-bottom: 4vw;
}
.ctn5 .ctn-list .swiper .swiper-slide ul {
  display: flex;
}
.ctn5 .ctn-list .swiper .swiper-slide ul li {
  height: 634px;
  overflow: hidden;
  position: relative;
  flex: 1;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn5 .ctn-list .swiper .swiper-slide ul li:before {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 1;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn5 .ctn-list .swiper .swiper-slide ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
}
.ctn5 .ctn-list .swiper .swiper-slide ul li h2 {
  font-weight: bold;
  color: #fff;
  position: absolute;
  padding: 8px 40px;
  border-radius: 24px;
  background: rgba(68, 55, 46, 0.7);
  left: 2vw;
  top: 2vw;
  z-index: 3;
}
.ctn5 .ctn-list .swiper .swiper-slide ul li.active {
  flex: 2;
}
.ctn5 .ctn-list .swiper .swiper-slide ul li.active:before {
  opacity: 0;
}
.ctn5 .ctn-list .swiper .swiper-pagination {
  bottom: 0;
}
.ctn5 .ctn-list .swiper .swiper-pagination .swiper-pagination-bullet {
  background: #44372e;
  opacity: 1;
  border-radius: 4px;
}
.ctn5 .ctn-list .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #f9d255;
  width: 32px;
}
.ctn5 .ctn-list .prev {
  left: -30px;
}
.ctn5 .ctn-list .next {
  right: -30px;
}
.ctn6 {
  padding: 5vw 0;
  background: url(../img/product/bg8.jpg) no-repeat;
  background-size: cover;
  overflow: hidden;
}
.ctn6 .ctn-list {
  position: relative;
  margin-top: 3vw;
  padding: 0 8%;
}
.ctn6 .ctn-list .swiper .swiper-slide img {
  width: 100%;
}
.ctn6 .ctn-list .swiper .swiper-pagination {
  display: none;
  bottom: 0;
}
.ctn6 .ctn-list .swiper .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
  border-radius: 4px;
}
.ctn6 .ctn-list .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #f9d255;
  width: 32px;
}
.ctn7 {
  padding: 5vw 0;
  background: url(../img/product/bg4.jpg) no-repeat;
  background-size: cover;
  overflow: hidden;
}
.ctn7 .text {
  margin-top: 3vw;
}
.ctn7 .text ul {
  display: flex;
  justify-content: center;
}
.ctn7 .text ul li {
  display: flex;
  align-items: center;
  position: relative;
  padding-right: 3vw;
}
.ctn7 .text ul li:after {
  content: '\e683';
  font-family: iconfont;
  color: #917b59;
  font-size: 18px;
  position: absolute;
  right: 1vw;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.ctn7 .text ul li span {
  font-family: Arial;
  color: #b6a286;
  font-weight: bold;
}
.ctn7 .text ul li h2 {
  color: #44372d;
  margin-left: 8px;
  letter-spacing: 1px;
  position: relative;
  top: -1px;
}
.ctn7 .text ul li:last-child {
  padding-right: 0;
}
.ctn7 .text ul li:last-child:after {
  display: none;
}
.ctn7 .bottom {
  margin-top: 3vw;
}
.ctn7 .bottom .center {
  width: 72%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.ctn7 .bottom .center .box {
  display: flex;
  width: calc(100% - 270px);
  height: 60px;
  border: 1px solid #917b59;
  background: #fff;
}
.ctn7 .bottom .center .box .inp {
  width: 43%;
  position: relative;
}
.ctn7 .bottom .center .box .inp img {
  position: absolute;
  left: 24px;
  top: 49%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.ctn7 .bottom .center .box .inp input {
  width: 100%;
  height: 100%;
  border: none;
  padding-left: 56px;
}
.ctn7 .bottom .center .box .inp:nth-child(2) {
  width: 57%;
}
.ctn7 .bottom .center .box .inp:nth-child(2):before {
  content: '';
  width: 1px;
  height: 30px;
  background: #957b54;
  opacity: 0.3;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.ctn7 .bottom .center .btn {
  width: 260px;
  height: 60px;
  background: url(../img/product/btn1.png) no-repeat;
  background-size: 100% 100%;
}
.ctn7 .bottom .center .btn button {
  width: 100%;
  height: 100%;
  border: none;
  background: none;
  letter-spacing: 1px;
  color: #332a24;
  font-weight: bold;
}
@media screen and (max-width: 1600px) {
  .mores a {
    width: 180px;
    height: 44px;
  }
  .mores a h3 {
    line-height: 44px;
  }
  .ctn1 .bottom .center .box {
    width: calc(100% - 250px);
  }
  .ctn1 .bottom .center .btn {
    width: 240px;
  }
  .ctn2 .ctn-list .swiper .swiper-slide ul li {
    height: 29vw;
  }
  .ctn3 .ctn-list .top .swiper-slide {
    height: 32vw;
  }
  .ctn3 .ctn-list .bottom ul li {
    height: 5.2vw;
  }
  .ctn4 .ctn-list ul li .yuan {
    width: 270px;
    height: 270px;
  }
  .ctn4 .ctn-list ul li .yuan .tu {
    width: 250px;
    height: 250px;
  }
  .ctn5 .ctn-list .swiper .swiper-slide ul li {
    height: 35vw;
  }
  .ctn7 .text ul li:after {
    top: 46%;
  }
  .ctn7 .bottom .center .box {
    width: calc(100% - 250px);
  }
  .ctn7 .bottom .center .btn {
    width: 240px;
  }
}
@media screen and (max-width: 1440px) {
  .prev {
    left: -40px;
  }
  .next {
    right: -40px;
  }
  .ctn4 .ctn-list ul li .yuan {
    width: 240px;
    height: 240px;
  }
  .ctn4 .ctn-list ul li .yuan .tu {
    width: 220px;
    height: 220px;
  }
  .ctn4 .ctn-list ul li:nth-child(even) {
    margin-top: 80px;
  }
}
@media screen and (max-width: 1200px) {
  .prev {
    width: 50px;
    height: 50px;
    left: -20px;
  }
  .prev .swiper-button-prev:after {
    font-size: 20px;
  }
  .prev:hover:before {
    left: -6px;
    top: -6px;
  }
  .next {
    width: 50px;
    height: 50px;
    right: -20px;
  }
  .next .swiper-button-next:after {
    font-size: 20px;
  }
  .next:hover:before {
    right: -6px;
    bottom: -6px;
  }
  .ctn1 .bottom .center {
    width: 80%;
  }
  .ctn1 .bottom .center .box {
    width: calc(100% - 230px);
    height: 54px;
  }
  .ctn1 .bottom .center .btn {
    width: 220px;
    height: 54px;
  }
  .ctn2 .ctn-list .swiper .swiper-slide ul li {
    height: 33vw;
  }
  .ctn2 .ctn-list .swiper .swiper-slide ul li h2 {
    padding: 8px 40px;
  }
  .ctn3 .ctn-list .top .swiper-slide {
    height: 36vw;
  }
  .ctn3 .ctn-list .top .swiper-slide .text {
    font-size: 14px;
  }
  .ctn3 .ctn-list .top .swiper-slide .text ul li span {
    width: 16px;
    height: 16px;
    font-size: 12px;
  }
  .ctn3 .ctn-list .top .swiper-slide .text ul li h2 {
    margin-left: 6px;
  }
  .ctn3 .ctn-list .bottom ul li {
    height: 60px;
  }
  .ctn4 .ctn-list ul li .yuan {
    width: 200px;
    height: 200px;
  }
  .ctn4 .ctn-list ul li .yuan .tu {
    width: 186px;
    height: 186px;
  }
  .ctn4 .ctn-list ul li .text {
    padding-left: 30px;
  }
  .ctn4 .ctn-list ul li .text:before {
    height: 58px;
    top: 5px;
  }
  .ctn5 .ctn-list .swiper .swiper-slide ul li {
    height: 40vw;
  }
  .ctn5 .ctn-list .swiper .swiper-slide ul li h2 {
    padding: 8px 30px;
  }
  .ctn7 .text ul li:after {
    font-size: 16px;
    right: 0.8vw;
  }
  .ctn7 .text ul li span {
    font-size: 18px;
  }
  .ctn7 .text ul li h2 {
    font-size: 16px;
  }
  .ctn7 .bottom .center {
    width: 80%;
  }
  .ctn7 .bottom .center .box {
    width: calc(100% - 230px);
    height: 54px;
  }
  .ctn7 .bottom .center .btn {
    width: 220px;
    height: 54px;
  }
}
@media screen and (max-width: 768px) {
  .prev {
    width: 40px;
    height: 40px;
    display: none;
  }
  .prev .swiper-button-prev:after {
    font-size: 16px;
  }
  .prev:hover:before {
    left: -4px;
    top: -4px;
  }
  .next {
    width: 40px;
    height: 40px;
    display: none;
  }
  .next .swiper-button-next:after {
    font-size: 16px;
  }
  .next:hover:before {
    right: -4px;
    bottom: -4px;
  }
  .mores {
    margin-top: 20px;
  }
  .mores a {
    width: 160px;
    height: 40px;
  }
  .mores a h3 {
    line-height: 40px;
  }
  .mores a h3 span {
    margin-left: 20px;
  }
  .ctn1 .bottom {
    margin-top: 20px;
  }
  .ctn1 .bottom .center {
    display: block;
    width: 100%;
  }
  .ctn1 .bottom .center .box {
    display: block;
    width: 100%;
    height: auto;
    border: none;
    background: none;
  }
  .ctn1 .bottom .center .box .inp {
    margin-top: 14px;
    width: 100%!important;
  }
  .ctn1 .bottom .center .box .inp img {
    left: 18px;
  }
  .ctn1 .bottom .center .box .inp input {
    height: 50px;
    border: 1px solid #917b59;
    background: #fff;
    padding-left: 50px;
  }
  .ctn1 .bottom .center .box .inp:nth-child(2) img {
    left: 19px;
  }
  .ctn1 .bottom .center .btn {
    width: 100%;
    height: 50px;
    margin-top: 14px;
  }
  .ctn1 .bottom .center .btn button {
    letter-spacing: 1px;
  }
  .ctn2 {
    padding: 40px 0;
  }
  .ctn2 .ctn-list {
    padding: 0;
    margin-top: 30px;
  }
  .ctn2 .ctn-list .swiper {
    padding-bottom: 40px;
  }
  .ctn2 .ctn-list .swiper .swiper-slide ul li {
    height: 150px;
  }
  .ctn2 .ctn-list .swiper .swiper-slide ul li h2 {
    padding: 4px 14px;
    font-size: 14px;
  }
  .ctn2 .ctn-list .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
  .ctn2 .ctn-list .swiper .swiper-pagination .swiper-pagination-bullet-active {
    width: 18px;
  }
  .ctn3 {
    padding: 40px 0;
  }
  .ctn3 .ctn-list {
    margin-top: 30px;
  }
  .ctn3 .ctn-list .top .swiper-slide {
    height: 340px;
  }
  .ctn3 .ctn-list .top .swiper-slide .text {
    width: 100%;
    left: 0;
    bottom: 0!important;
    padding: 14px;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
  }
  .ctn3 .ctn-list .top .swiper-slide .text ul li {
    width: 100%;
    margin-top: 6px;
  }
  .ctn3 .ctn-list .bottom ul {
    flex-wrap: wrap;
  }
  .ctn3 .ctn-list .bottom ul li {
    width: 33.33%;
    height: 44px;
  }
  .ctn4 {
    padding: 40px 0;
  }
  .ctn4 .ctn-list {
    margin-top: 10px;
  }
  .ctn4 .ctn-list ul li {
    width: 100%;
    margin-top: 20px!important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .ctn4 .ctn-list ul li .yuan {
    width: 150px;
    height: 150px;
  }
  .ctn4 .ctn-list ul li .yuan .tu {
    width: 140px;
    height: 140px;
  }
  .ctn4 .ctn-list ul li .text {
    margin-top: 14px;
    padding-left: 20px;
  }
  .ctn4 .ctn-list ul li .text:before {
    width: 4px;
    height: 40px;
  }
  .ctn4 .ctn-list ul li .text p {
    margin-top: 8px;
    line-height: 1.6;
  }
  .ctn5 {
    padding: 40px 0;
  }
  .ctn5 .ctn-list {
    margin-top: 30px;
  }
  .ctn5 .ctn-list .swiper {
    padding-bottom: 40px;
  }
  .ctn5 .ctn-list .swiper .swiper-slide ul li {
    height: 150px;
  }
  .ctn5 .ctn-list .swiper .swiper-slide ul li h2 {
    padding: 4px 10px;
    left: 10px;
    top: 10px;
    font-size: 14px;
  }
  .ctn5 .ctn-list .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
  .ctn5 .ctn-list .swiper .swiper-pagination .swiper-pagination-bullet-active {
    width: 18px;
  }
  .ctn6 {
    padding: 40px 0;
  }
  .ctn6 .ctn-list {
    padding: 0;
    margin-top: 30px;
  }
  .ctn6 .ctn-list .swiper {
    padding-bottom: 40px;
  }
  .ctn6 .ctn-list .swiper .swiper-pagination {
    display: block;
  }
  .ctn6 .ctn-list .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
  .ctn6 .ctn-list .swiper .swiper-pagination .swiper-pagination-bullet-active {
    width: 18px;
  }
  .ctn7 {
    padding: 40px 0;
  }
  .ctn7 .text {
    margin-top: 20px;
  }
  .ctn7 .text ul {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .ctn7 .text ul li {
    width: 50%;
    padding-right: 0;
    margin-top: 10px;
    justify-content: center;
  }
  .ctn7 .text ul li:after {
    display: none;
  }
  .ctn7 .text ul li span {
    font-size: 16px;
  }
  .ctn7 .text ul li h2 {
    margin-left: 6px;
  }
  .ctn7 .bottom {
    margin-top: 20px;
  }
  .ctn7 .bottom .center {
    display: block;
    width: 100%;
  }
  .ctn7 .bottom .center .box {
    display: block;
    width: 100%;
    height: auto;
    border: none;
    background: none;
  }
  .ctn7 .bottom .center .box .inp {
    margin-top: 14px;
    width: 100%!important;
  }
  .ctn7 .bottom .center .box .inp img {
    left: 18px;
  }
  .ctn7 .bottom .center .box .inp input {
    height: 50px;
    border: 1px solid #917b59;
    background: #fff;
    padding-left: 50px;
  }
  .ctn7 .bottom .center .box .inp:nth-child(2) img {
    left: 19px;
  }
  .ctn7 .bottom .center .btn {
    width: 100%;
    height: 50px;
    margin-top: 14px;
  }
  .ctn7 .bottom .center .btn button {
    letter-spacing: 1px;
  }
}