@charset "UTF-8";
/*渐变文字*/
.gradient-text {
  display: inline-block;
  width: auto;
  color: #ff316c;
  background-image: linear-gradient(-90deg, #ff316c 0%, #44d7f6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*盒子布局*/
/*单行省略*/
/*多行省略*/
/**
* 将px转换为rem（以1920px的屏幕为基准）
*/
.center-box {
  width: 1200px;
  margin: 0 auto;
}

.top-page {
  width: 100%;
  height: 100%;
  background-color: #eeeeee;
}

.top-page img {
  display: block;
}

section {
  width: 100%;
  position: relative;
}

section .section-tit {
  text-align: center;
}

section .section-tit .tit {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.5;
}

section .section-tit .intro {
  font-size: 20px;
  margin-top: 30px;
  line-height: 1.8;
}

.section-1 {
  width: 100%;
}

.section-1 img {
  display: block;
  width: 100%;
  height: auto;
}

.section-2 .section-tit {
  margin: 150px 0 130px 0;
}

.section-2 .case-swiper .swiper-slide {
  width: 75% !important;
  height: auto;
}

.section-2 .case-swiper .swiper-slide .case-item {
  width: 100%;
  display: flex;
  align-items: stretch;
  cursor: pointer;
}

.section-2 .case-swiper .swiper-slide .case-item .case-img-box {
  width: 64%;
  height: auto;
}

.section-2 .case-swiper .swiper-slide .case-item .case-img {
  display: block;
  width: 100%;
}

.section-2 .case-swiper .swiper-slide .case-item .case-intro-box {
  flex: 1;
  height: auto;
  color: #fff;
  background-color: #b2a39c;
  padding: 8% 5% 0 5%;
  box-sizing: border-box;
}

.section-2 .case-swiper .swiper-slide .case-item .case-intro-box .project-tit {
  font-size: 34px;
  font-weight: 700;
}

.section-2 .case-swiper .swiper-slide .case-item .case-intro-box .case-tit {
  font-size: 28px;
  margin-top: 10px;
}

.section-2 .case-swiper .swiper-slide .case-item .case-intro-box .case-desc {
  font-size: 18px;
  margin-top: 43px;
  line-height: 1.8;
}

.section-2 .case-swiper .case-swiper-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-color: #999;
  color: #fff;
  border-radius: 50%;
  z-index: 100;
  cursor: pointer;
}

.section-2 .case-swiper .case-swiper-btn.case-swiper-btn-prev {
  left: calc(12% + 20px);
}

.section-2 .case-swiper .case-swiper-btn.case-swiper-btn-next {
  right: calc(12% + 20px);
}

.section-2 .case-swiper .case-swiper-btn.swiper-button-disabled {
  background-color: #d7d7d7;
}

.section-3 .section-tit {
  margin: 160px 0 80px 0;
}

.section-3 .pro-series-list .pro-series-item .series-tit {
  font-size: 32px;
  color: #b2a39c;
  padding: 30px 0 20px 0;
  text-align: center;
}

.section-3 .pro-series-list .pro-series-item .pro-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.section-3 .pro-series-list .pro-series-item .pro-list .pro-item {
  height: 375px;
  background-color: #fff;
  border-radius: 3px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.section-3 .pro-series-list .pro-series-item .pro-list .pro-item .pro-btn {
  font-size: 12px;
  color: #666666;
  padding: 5px 10px;
  border: 1px solid #666666;
  position: absolute;
  top: 20px;
  right: 20px;
}

.section-3 .pro-series-list .pro-series-item .pro-list .pro-item .pro-btn:hover {
  color: #b6895f;
  border-color: #b6895f;
}

.section-3 .pro-series-list .pro-series-item .pro-list .pro-item .pro-img-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  padding-top: 30px;
}

.section-3 .pro-series-list .pro-series-item .pro-list .pro-item .pro-img {
  width: 85%;
}

.section-3 .pro-series-list .pro-series-item .pro-list .pro-item .pro-info-box {
  height: 70px;
  padding: 0 20px;
}

.section-3 .pro-series-list .pro-series-item .pro-list .pro-item .pro-info-box .pro-tit {
  font-size: 16px;
  color: #333;
  font-weight: 700;
}

.section-3 .pro-series-list .pro-series-item .pro-list .pro-item .pro-info-box .pro-sub-tit {
  font-size: 12px;
  color: #999;
  padding-top: 5px;
}

.section-3 .go-home-btn {
  display: inline-block;
  font-size: 24px;
  color: #fff;
  text-align: center;
  background-color: #b2a39c;
  padding: 10px 30px;
  border-radius: 7px;
  margin: 80px 0 100px 0;
}

.section-3 .go-home-btn:hover {
  background-color: #9b7047;
}

.fixed-form-box {
  position: fixed;
  right: 0;
  top: 20%;
  z-index: 120;
}

.fixed-form-box .fixed-btn {
  width: 85px;
  text-align: center;
  font-size: 24px;
  color: #fff;
  background: rgba(182, 137, 95, 0.9);
  padding: 30px 0;
  cursor: pointer;
}

.fixed-form-box .fixed-btn:hover {
  background-color: #9b7047;
}

.fixed-form-box .form-box {
  width: 0;
  padding: 50px 20px 30px 20px;
  overflow: hidden;
  background-color: #fff;
  border-radius: 3px;
  box-sizing: border-box;
  position: absolute;
  right: 85px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
}

.fixed-form-box .form-box.open {
  transition: all 0.3s ease-in-out;
  width: auto;
  opacity: 1;
  visibility: visible;
}

.fixed-form-box .form-box .tips {
  font-size: 12px;
  color: #f56c6c;
  position: absolute;
  bottom: 5px;
}

.fixed-form-box .form-box .close-btn {
  width: 27px;
  height: 27px;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  background-color: #cdcdcd;
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
  display: flex;
  -ms-display: flex;
  /* IE 9 */
  -moz-display: flex;
  /* Firefox */
  -webkit-display: flex;
  /* Safari  Chrome */
  -o-display: flex;
  /* Opera */
  align-items: center;
  -ms-align-items: center;
  /* IE 9 */
  -moz-align-items: center;
  /* Firefox */
  -webkit-align-items: center;
  /* Safari  Chrome */
  -o-align-items: center;
  /* Opera */
  justify-content: center;
  -ms-justify-content: center;
  /* IE 9 */
  -moz-justify-content: center;
  /* Firefox */
  -webkit-justify-content: center;
  /* Safari  Chrome */
  -o-justify-content: center;
  /* Opera */
  flex-direction: row;
  -ms-flex-direction: row;
  /* IE 9 */
  -moz-flex-direction: row;
  /* Firefox */
  -webkit-flex-direction: row;
  /* Safari  Chrome */
  -o-flex-direction: row;
  /* Opera */
}

.fixed-form-box .form-box .form-item {
  padding-bottom: 25px;
  font-size: 13px;
  position: relative;
}

.fixed-form-box .form-box .form-item label {
  font-size: 14px;
  color: #333333;
  margin-bottom: 10px;
  display: block;
}

.fixed-form-box .form-box .form-item .input-box {
  width: 260px;
  background-color: #eeeeee;
  border-radius: 3px;
  box-sizing: border-box;
  border: 1px solid #eeeeee;
  display: flex;
  -ms-display: flex;
  /* IE 9 */
  -moz-display: flex;
  /* Firefox */
  -webkit-display: flex;
  /* Safari  Chrome */
  -o-display: flex;
  /* Opera */
  align-items: center;
  -ms-align-items: center;
  /* IE 9 */
  -moz-align-items: center;
  /* Firefox */
  -webkit-align-items: center;
  /* Safari  Chrome */
  -o-align-items: center;
  /* Opera */
  justify-content: flex-start;
  -ms-justify-content: flex-start;
  /* IE 9 */
  -moz-justify-content: flex-start;
  /* Firefox */
  -webkit-justify-content: flex-start;
  /* Safari  Chrome */
  -o-justify-content: flex-start;
  /* Opera */
  flex-direction: row;
  -ms-flex-direction: row;
  /* IE 9 */
  -moz-flex-direction: row;
  /* Firefox */
  -webkit-flex-direction: row;
  /* Safari  Chrome */
  -o-flex-direction: row;
  /* Opera */
}

.fixed-form-box .form-box .form-item .input-box:has(input) {
  height: 30px;
}

.fixed-form-box .form-box .form-item .input-box:has(textarea) {
  height: 130px;
}

.fixed-form-box .form-box .form-item .input-box i {
  font-size: 13px;
  color: #cdcdcd;
  margin-left: 10px;
}

.fixed-form-box .form-box .form-item .input-box:focus-within {
  border-color: #b6895f;
}

.fixed-form-box .form-box .form-item .input-box input {
  height: 30px;
}

.fixed-form-box .form-box .form-item .input-box textarea {
  height: 130px;
}

.fixed-form-box .form-box .form-item .input-box input,
.fixed-form-box .form-box .form-item .input-box textarea {
  width: 100%;
  border: none;
  outline: none;
  color: #333;
  background: transparent;
  padding: 10px;
  box-sizing: border-box;
}

.fixed-form-box .form-box .submit-btn {
  width: 100%;
  border: none;
  background-color: #b6895f;
  color: #fff;
  font-size: 16px;
  padding: 10px 0;
  border-radius: 3px;
  cursor: pointer;
}

.fixed-form-box .form-box .submit-btn:hover {
  background-color: #9b7047;
}

.fixed-form-box .form-box .contact-phone {
  margin-top: 10px;
  font-size: 14px;
}

.fixed-form-box .form-box .contact-phone i {
  margin-right: 5px;
}

.fixed-form-box .form-box .record-box {
  position: relative;
  /* 父容器相对定位 */
  height: 26px;
  background-color: #eeeeee;
  margin-top: 30px;
  overflow: hidden;
}

.fixed-form-box .form-box .record-box .record-list {
  position: absolute;
  /* 列表绝对定位（关键） */
  top: 0;
  /* 初始top为0 */
  left: 0;
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
  list-style: none;
}

.fixed-form-box .form-box .record-box .record-list li {
  height: 26px;
  font-size: 12px;
}

.fixed-form-box .form-box .record-box .record-list .avatar-box {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 5px;
  display: flex;
  -ms-display: flex;
  /* IE 9 */
  -moz-display: flex;
  /* Firefox */
  -webkit-display: flex;
  /* Safari  Chrome */
  -o-display: flex;
  /* Opera */
  align-items: center;
  -ms-align-items: center;
  /* IE 9 */
  -moz-align-items: center;
  /* Firefox */
  -webkit-align-items: center;
  /* Safari  Chrome */
  -o-align-items: center;
  /* Opera */
  justify-content: center;
  -ms-justify-content: center;
  /* IE 9 */
  -moz-justify-content: center;
  /* Firefox */
  -webkit-justify-content: center;
  /* Safari  Chrome */
  -o-justify-content: center;
  /* Opera */
  flex-direction: row;
  -ms-flex-direction: row;
  /* IE 9 */
  -moz-flex-direction: row;
  /* Firefox */
  -webkit-flex-direction: row;
  /* Safari  Chrome */
  -o-flex-direction: row;
  /* Opera */
}

.fixed-form-box .form-box .record-box .record-list .avatar-box img {
  display: block;
  width: 100%;
}

@media screen and (min-width: 1px) and (max-width: 750px) {
  .center-box {
    width: 100%;
  }
  section .section-tit .tit {
    font-size: 0.42667rem;
  }
  section .section-tit .intro {
    font-size: 0.21333rem;
    margin-top: 0.4rem;
  }
  .section-2 .section-tit {
    margin: 2rem 0 1.33333rem 0;
  }
  .section-2 .case-swiper .swiper-slide {
    width: 100% !important;
  }
  .section-2 .case-swiper .swiper-slide .case-item {
    width: 100%;
    display: block;
  }
  .section-2 .case-swiper .swiper-slide .case-item .case-img-box {
    width: 100%;
  }
  .section-2 .case-swiper .swiper-slide .case-item .case-img {
    display: block;
    width: 100%;
  }
  .section-2 .case-swiper .swiper-slide .case-item .case-intro-box {
    width: 100%;
    height: 5.33333rem;
    padding: 5% 5% 0 5%;
  }
  .section-2 .case-swiper .swiper-slide .case-item .case-intro-box .project-tit {
    font-size: 0.50667rem;
  }
  .section-2 .case-swiper .swiper-slide .case-item .case-intro-box .case-tit {
    font-size: 0.37333rem;
    margin-top: 0.10667rem;
  }
  .section-2 .case-swiper .swiper-slide .case-item .case-intro-box .case-desc {
    font-size: 0.21333rem;
    margin-top: 0.4rem;
  }
  .section-2 .case-swiper .case-swiper-btn {
    width: 0.53333rem;
    height: 0.53333rem;
    top: 40%;
  }
  .section-2 .case-swiper .case-swiper-btn i {
    font-size: 0.24rem;
  }
  .section-2 .case-swiper .case-swiper-btn.case-swiper-btn-prev {
    left: 0.26667rem;
  }
  .section-2 .case-swiper .case-swiper-btn.case-swiper-btn-next {
    right: 0.26667rem;
  }
  .section-3 .section-tit {
    margin: 2rem 0 0.26667rem 0;
  }
  .section-3 .pro-series-list .pro-series-item .series-tit {
    font-size: 0.29333rem;
    padding: 0.66667rem 0 0.4rem 0;
  }
  .section-3 .pro-series-list .pro-series-item .m-pro-list-swiper .pro-item {
    height: 6rem;
    background-color: #fff;
    border-radius: 3px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .section-3 .pro-series-list .pro-series-item .m-pro-list-swiper .pro-item .pro-btn {
    font-size: 0.21333rem;
    color: #666666;
    padding: 0.06667rem 0.2rem;
    border: 1px solid #666666;
    position: absolute;
    top: 0.26667rem;
    right: 0.26667rem;
  }
  .section-3 .pro-series-list .pro-series-item .m-pro-list-swiper .pro-item .pro-btn:hover {
    color: #b6895f;
    border-color: #b6895f;
  }
  .section-3 .pro-series-list .pro-series-item .m-pro-list-swiper .pro-item .pro-img-box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    padding-top: 0.4rem;
  }
  .section-3 .pro-series-list .pro-series-item .m-pro-list-swiper .pro-item .pro-img {
    width: 85%;
  }
  .section-3 .pro-series-list .pro-series-item .m-pro-list-swiper .pro-item .pro-info-box {
    height: 0.93333rem;
    padding: 0 0.26667rem;
  }
  .section-3 .pro-series-list .pro-series-item .m-pro-list-swiper .pro-item .pro-info-box .pro-tit {
    font-size: 0.21333rem;
    color: #333;
    font-weight: 700;
  }
  .section-3 .pro-series-list .pro-series-item .m-pro-list-swiper .pro-item .pro-info-box .pro-sub-tit {
    font-size: 0.18667rem;
    color: #999;
    padding-top: 0.06667rem;
  }
  .section-3 .pro-series-list .pro-series-item .m-pro-list-swiper .pro-swiper-btn {
    width: 0.42667rem;
    height: 0.42667rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #999;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
  }
  .section-3 .pro-series-list .pro-series-item .m-pro-list-swiper .pro-swiper-btn.pro-swiper-btn-prev {
    left: 0.13333rem;
  }
  .section-3 .pro-series-list .pro-series-item .m-pro-list-swiper .pro-swiper-btn.pro-swiper-btn-next {
    right: 0.13333rem;
  }
  .section-3 .pro-series-list .pro-series-item .m-pro-list-swiper .pro-swiper-btn.swiper-button-disabled {
    background-color: #d7d7d7;
  }
  .section-3 .pro-series-list .pro-series-item .m-pro-list-swiper .pro-swiper-btn i {
    font-size: 0.18667rem;
  }
  .section-3 .go-home-btn {
    font-size: 0.26667rem;
    padding: 0.13333rem 0.4rem;
    margin: 1.06667rem 0 1.33333rem 0;
  }
  .fixed-form-box .fixed-btn {
    width: 0.66667rem;
    font-size: 0.29333rem;
    padding: 0.4rem 0;
    cursor: pointer;
  }
  .fixed-form-box .form-box {
    position: fixed;
    right: 0;
    top: 0;
    transform: translateY(0);
    z-index: 999;
  }
  .fixed-form-box .form-box.open {
    transition: all 0.3s ease-in-out;
    width: 100vw;
    height: 100vh;
    opacity: 1;
  }
  .fixed-form-box .form-box .tips {
    font-size: 0.24rem;
  }
  .fixed-form-box .form-box .close-btn {
    width: 0.70667rem;
    height: 0.70667rem;
    font-size: 0.53333rem;
    right: 0.34667rem;
    top: 0.21333rem;
  }
  .fixed-form-box .form-box .close-btn i {
    font-size: 0.4rem;
  }
  .fixed-form-box .form-box .form-item {
    padding-bottom: 0.48rem;
    font-size: 0.70667rem;
  }
  .fixed-form-box .form-box .form-item label {
    font-size: 0.32rem;
    margin-bottom: 0.13333rem;
  }
  .fixed-form-box .form-box .form-item .input-box {
    width: 100%;
  }
  .fixed-form-box .form-box .form-item .input-box i {
    font-size: 0.32rem;
    margin-left: 0.13333rem;
  }
  .fixed-form-box .form-box .form-item .input-box input {
    height: 0.66667rem;
  }
  .fixed-form-box .form-box .form-item .input-box textarea {
    height: 3.73333rem;
  }
  .fixed-form-box .form-box .form-item .input-box input,
  .fixed-form-box .form-box .form-item .input-box textarea {
    padding: 0.13333rem;
    font-size: 0.29333rem;
  }
  .fixed-form-box .form-box .form-item .input-box:has(input) {
    height: 0.66667rem;
  }
  .fixed-form-box .form-box .form-item .input-box:has(textarea) {
    height: 3.73333rem;
  }
  .fixed-form-box .form-box .submit-btn {
    font-size: 0.34667rem;
    padding: 0.13333rem 0;
  }
  .fixed-form-box .form-box .contact-phone {
    margin-top: 0.13333rem;
    font-size: 0.29333rem;
  }
  .fixed-form-box .form-box .contact-phone i {
    font-size: 0.29333rem;
  }
  .fixed-form-box .form-box .contact-phone .phone-btn {
    color: #fff;
    padding: 0.06667rem 0.13333rem;
    border-radius: 3px;
    background-color: #c7c7c7;
    margin-left: 0.13333rem;
  }
  .fixed-form-box .form-box .record-box {
    height: 45px;
    margin-top: 30px;
  }
  .fixed-form-box .form-box .record-box .record-list {
    padding: 0 10px;
  }
  .fixed-form-box .form-box .record-box .record-list li {
    height: 45px;
    font-size: 16px;
  }
  .fixed-form-box .form-box .record-box .record-list .avatar-box {
    width: 35px;
    height: 35px;
  }
}
