.home_page {
  overflow-x: hidden;
}
/* banner */
.banner_wrap {
  position: relative;
  width: 100%;
  height: 782px;
  /* background: url("https://tjyzsz.oss-cn-beijing.aliyuncs.com/seoYaZhongSheZhuang/images/banner.png") no-repeat center center; */
  background-size: cover;
}
.banner_wrap .bannber_bg {
  position: relative;
  width: 100%;
  height: 782px;
  /* background: url("https://tjyzsz.oss-cn-beijing.aliyuncs.com/seoYaZhongSheZhuang/images/banner.png") no-repeat center center; */
  background-size: cover;
}

.banner_wrap .swiper-container-banner {
  overflow: hidden;
}
.banner_wrap .swiper-container-banner .swiper-button-prev {
  width: 50px;
  height: 50px;
  background: url("https://tjyzsz.oss-cn-beijing.aliyuncs.com/seoYaZhongSheZhuang/images/swiper_left.png") no-repeat;
}
.banner_wrap .swiper-container-banner .swiper-button-next {
  width: 50px;
  height: 50px;
  background: url("https://tjyzsz.oss-cn-beijing.aliyuncs.com/seoYaZhongSheZhuang/images/swiper_right.png") no-repeat;
}
.banner_wrap .swiper-container-banner .swiper-button-prev::after,
.banner_wrap .swiper-container-banner .swiper-button-next::after {
  content: "";
}

.banner_wrap .swiper-container-banner .bannber_bg {
  background-size: cover;
  background-position: center;
  transition: all 5s ease;
  transform: scale(1);
}

.banner_wrap .swiper-container-banner .swiper-slide-active .bannber_bg {
  transform: scale(1.1);
}

/* 如果需要内容覆盖在背景上 */
.slide-content {
  position: relative;
  z-index: 1;
  color: white;
  padding: 20px;
  text-align: center;
}

.calculator-container {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 30px;
}
.calculator-container .calculator_content {
  width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.calculator-container .header .title {
  font-size: 26px;
  font-weight: bold;
  color: #fff;
}

.calculator-container .header .subtitle {
  font-size: 18px;
  color: #fff;
}
.calculator-container .header .subtitle span {
  color: #b60002;
}

.calculator-container .calculator_content {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.calculator-container .input-group {
  flex: 1;
  min-width: 150px;
}

.calculator-container input,
.calculator-container select {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
}

.calculator-container .btn-calculate {
  background-color: #b60002; /* 红色背景 */
  color: white;
  border: none;
  padding: 12px 20px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s;
}

.calculator-container .btn-calculate:hover {
  background-color: #c0392b;
}

/* 报价 */
.bj {
  width: 100%;
  padding-top: 60px;
}
.bj .box_4 {
  width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bj .box_4 .box {
  width: 306px;
  height: 123px;
  background-color: #f4f4f4;
  padding-left: 27px;
  padding-right: 35px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.text-content .title {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  padding-bottom: 10px;
}
.text-content .subtitle {
  font-size: 14px;
  color: #999;
}

.bj .box_5 {
  width: 1280px;
  margin: 50px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.bj .box_5 .img {
  flex-shrink: 0;
  width: 514px;
  height: 260px;
}
.bj .box_5 .quote_calculator {
  width: 513px;
  height: 260px;
  padding-left: 10px;
  padding-right: 40px;
  padding-top: 50px;
  background: url("https://tjyzsz.oss-cn-beijing.aliyuncs.com/seoYaZhongSheZhuang/images/bj_bian.png") no-repeat right center;
  background-size: auto 100%;
}
.bj .box_5 .quote_calculator .main_title {
  color: #333;
  font-size: 30px;
  padding-bottom: 20px;
}
.bj .box_5 .quote_calculator .form_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bj .box_5 .quote_calculator .form_container .input_field {
  width: 220px;
  height: 44px;
  font-size: 14px;
  border: 1px solid #dddcdd;
  padding: 10px;
  margin-bottom: 20px;
}

.bj .box_5 .quote_calculator .form_container .calculate_button {
  width: 220px;
  height: 44px;
  font-size: 14px;
  border: 1px solid #ae3735;
  padding: 10px;
  margin-bottom: 20px;
  color: #fff;
  background-color: #ae3735;
}

.bj .box_5 .budget_display {
  background-color: white;
  width: 250px;
  height: 260px;
  display: flex;
  flex-direction: column;
  padding: 40px 20px;
}

.bj .box_5 .budget_display .budget_title {
  font-size: 22px;
  font-weight: bold;
  color: #333;
  margin-bottom: 12px;
}

.bj .box_5 .budget_display .amount_container {
  display: flex;
  align-items: baseline;
  margin-bottom: 30px;
}

.bj .box_5 .budget_display .amount_number {
  font-size: 34px;
  font-weight: bold;
  color: #ae3735;
  width: 150px;
  text-align: right;
  display: flex;
  align-items: flex-end;
}

.bj .box_5 .budget_display .amount_unit {
  font-size: 24px;
  color: #000;
  margin-left: 10px;
}

.bj .box_5 .budget_display .budget_note {
  font-size: 12px;
  color: #999;
  line-height: 1.6;
}

/* 案例 */
.case {
  margin-top: 70px;
  padding-top: 65px;
  background-color: #f5f5f6;
}
.case .case_tab {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0 20px;
}

.case .case_tab .case_tab_btn {
  width: 120px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #2d2e2d;
  color: #fff;
  margin: 0px 10px;
  cursor: pointer;
}

.case .case_tab .case_tab_btn.active {
  background-color: #c7ad83;
}

.case .case_tab_content_wrap {
  position: relative;
  height: 784px;
}
.case .case_tab_content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  /* display: none; */
  opacity: 0;
  z-index: 0;
  transition: opacity 0.3s ease;
}
.case .case_tab_content.active {
  display: flex;
  opacity: 1;
  z-index: 1;
}

.case .case_tab_content .case_tab_item {
  width: 25%;
  border-right: 15px solid #fff;
  margin-bottom: 10px;
  height: 354px;
  position: relative;
  background-size: cover;
}
.case .case_tab_content .case_tab_item:nth-child(n + 4) {
  margin-bottom: 0;
}
.case .case_tab_content .case_tab_item:nth-child(4n) {
  border-right: 0;
}
.case .case_tab_content .case_tab_item:hover .txt {
  height: 300px;
}
.case .case_tab_content .case_tab_item .txt {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 70px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 0.3s ease;
}
.case .case_tab_content .case_tab_item .txt .name {
  font-size: 18px;
}
.case .case_tab_content .case_tab_item .txt .tag {
  font-size: 14px;
}

.case .case_btn_wrap {
  height: 184px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.case .case_btn_wrap .btn {
  width: 250px;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  text-decoration: none;
  border: 1px solid transparent;
  margin: 0 20px;
}
.case .case_btn_wrap .btn.yellow {
  color: #cdac7d;
  border-color: #cdac7d;
}
.case .case_btn_wrap .btn.red {
  color: #fff;
  border-color: #bd282e;
  background-color: #bd282e;
}

/* 关于我们 */
.about_wrap {
  padding-top: 100px;
  padding-bottom: 30px;
  background: url("https://tjyzsz.oss-cn-beijing.aliyuncs.com/seoYaZhongSheZhuang/images//index_about_bg.jpg") no-repeat center center;
}
.about_wrap .about_box {
  position: relative;
  width: 1500px;
  margin: 0 auto;
  padding-bottom: 90px;
  padding-top: 30px;
}
.about_wrap .about_box .img {
  width: 540px;
  height: 510px;
}
.about_wrap .about_box .txt_box {
  position: absolute;
  left: 450px;
  top: 94px;
  width: 950px;
  height: 400px;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  padding: 50px 0 30px;
  padding-left: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.about_wrap .about_box .txt_box .title {
  color: #cdac7d;
  font-size: 22px;
}
.about_wrap .about_box .txt_box .description {
  font-size: 14px;
  color: #333;
  line-height: 2;
}
.about_wrap .about_box .txt_box .more {
  width: 160px;
  height: 45px;
  border: 1px solid #cdac7d;
  color: #c7ad83;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
/* 一站式 */
.yzs_wrap {
  height: 390px;
  padding-top: 75px;
  background: url("https://tjyzsz.oss-cn-beijing.aliyuncs.com/seoYaZhongSheZhuang/images/yzs_bg.png");
  background-size: cover;
}
.yzs_box {
  margin: 0 auto;
  max-width: 1400px;
  padding-top: 30px;
  display: flex;
  justify-content: space-around;
}
.yzs_box .yzs_item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
}
.yzs_box .yzs_item img {
  display: block;
  margin-bottom: 10px;
}

/* 工艺 */
.gy_wrap {
  padding-top: 75px;
  /* padding-bottom: 40px; */
}
.gy_wrap .gy_box {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 40px;
}

.gy_wrap .gy_lc_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff url("https://tjyzsz.oss-cn-beijing.aliyuncs.com/seoYaZhongSheZhuang/images/gy_lcbg.png") no-repeat center center;
  background-size: cover;
  padding-top: 34px;
  padding-bottom: 114px;
}

/* 合作客户 */
.kh_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 70px;
  padding-bottom: 80px;
}

/* 线下门店在您身边 */
.xxmd_wrap {
  padding-top: 80px;
  padding-bottom: 70px;
  background: #fff url("https://tjyzsz.oss-cn-beijing.aliyuncs.com/seoYaZhongSheZhuang/images/xxmd_bg.png") no-repeat center center;
  background-size: cover;
}

.xxmd_wrap .xxmd_box {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
}
.xxmd_wrap .xxmd_box .company_info {
  background-color: #fff;
  width: 530px;
  height: 460px;
  padding-left: 37px;
  padding-top: 45px;
  padding-right: 30px;
}

.xxmd_wrap .xxmd_box .company_info .company_name {
  font-size: 26px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}

.xxmd_wrap .xxmd_box .company_info .company_stats {
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
}

.xxmd_wrap .xxmd_box .company_info hr {
  border: none;
  border-top: 1px solid #eee;
  margin: 20px 0;
}

.xxmd_wrap .xxmd_box .company_info .contact_info,
.xxmd_wrap .xxmd_box .company_info .address {
  font-size: 14px;
  margin: 15px 0;
}

.xxmd_wrap .xxmd_box .company_info .phone_number {
  color: red;
  font-weight: bold;
}

.xxmd_wrap .xxmd_box .company_info .promotion {
  color: #d4af37;
  font-size: 18px;
  font-weight: bold;
  margin: 20px 0;
}

.xxmd_wrap .xxmd_box .company_info .booking_form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  max-width: 500px;
  margin: 0 auto;
}

.xxmd_wrap .xxmd_box .company_info .input_field {
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
}

.xxmd_wrap .xxmd_box .company_info .book_button {
  background-color: #b71c1c;
  color: white;
  border: none;
  padding: 12px 20px;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
  /* grid-column: span 2; */
}

/* 施工优势 */
.sgys_wrap {
  background: url("https://tjyzsz.oss-cn-beijing.aliyuncs.com/seoYaZhongSheZhuang/images/sgys_bg.png") no-repeat center center;
  background-size: cover;
  padding-top: 74px;
  height: 850px;
}
.sgys_wrap .swiper-container {
  width: 1149px;
  height: 580px;
  margin: 26px auto 0;
}
.sgys_wrap .sg_img_box {
  width: 1149px;
  height: 580px;
  background: no-repeat;
  background-size: 100% auto;
  position: relative;
}
.sgys_wrap .sg_img_box .dir {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  align-self: baseline;
  padding-left: 50px;
  width: 100%;
  height: 74px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
}
.sgys_wrap .sg_img_box .dir .tag {
  font-size: 22px;
  padding-right: 20px;
}
.sgys_wrap .swiper-container {
  position: relative;
  /* padding: 70px; */
  box-sizing: content-box;
  width: 1149px;
  overflow: hidden;
}
.sgys_wrap .swiper-pagination .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 1);
}
.sgys_wrap .swiper-pagination .swiper-pagination-bullet-active {
  background: #d4af37;
}
.sgys_wrap .swiper-container .swiper-button-prev {
  width: 50px;
  height: 50px;
  background: url("https://tjyzsz.oss-cn-beijing.aliyuncs.com/seoYaZhongSheZhuang/images/swiper_left.png") no-repeat;
}
.sgys_wrap .swiper-container .swiper-button-next {
  width: 50px;
  height: 50px;
  background: url("https://tjyzsz.oss-cn-beijing.aliyuncs.com/seoYaZhongSheZhuang/images/swiper_right.png") no-repeat;
}
.sgys_wrap .swiper-container .swiper-button-prev::after,
.sgys_wrap .swiper-container .swiper-button-next::after {
  content: "";
}

/* 设计师 */
.sjs_wrap {
  overflow: hidden;
  width: 100%;
  padding-top: 70px;
  background: url("https://tjyzsz.oss-cn-beijing.aliyuncs.com/seoYaZhongSheZhuang/images/sjs_bg.png") no-repeat center 180px;
}
.sjs_wrap .btn_more {
  margin: 38px auto 55px;
  display: block;
  width: 160px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #fff;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
}
.sjs_wrap .sjs_box {
  width: 1300px;
  height: 633px;
  margin: 82px auto 0;
  display: flex;
}
.sjs_wrap .sjs_box .sjs_left {
  flex-shrink: 0;
  position: relative;
  width: 417px;
  height: 633px;
  margin-right: 20px;
  background: no-repeat center top;
  background-size: cover;
  padding-right: 38px;
  padding-bottom: 70px;
  display: flex;
  justify-content: flex-end;
  align-items: end;
  flex-direction: column;
  transition: background-image 0.5s ease, opacity 0.5s ease;
}
.sjs_wrap .sjs_box .sjs_left::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

.sjs_wrap .sjs_box .sjs_left .name {
  position: relative;
  z-index: 1;
  font-size: 26px;
  color: #cdac7d;
}
.sjs_wrap .sjs_box .sjs_left .tag {
  position: relative;
  z-index: 1;
  padding-bottom: 33px;
  font-size: 16px;
  color: #fff;
}
.sjs_wrap .sjs_box .sjs_left .des p {
  position: relative;
  z-index: 1;
  text-align: right;
  color: #fff;
  font-size: 12px;
}
.sjs_wrap .sjs_box .sjs_left .des p.zym {
  display: block;
  width: 300px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 限制显示的行数 */
  overflow: hidden;
  text-overflow: ellipsis;
}

.sjs_wrap .sjs_box .sjs_right {
  display: flex;
  flex-wrap: wrap;
}
.sjs_wrap .sjs_box .sjs_right .sjs_item {
  width: 205px;
  height: 205px;
  background: no-repeat;
  background-size: 100% auto;
  border: 1px solid transparent;
  margin-right: 8px;
  margin-bottom: 8px;
  cursor: pointer;
}

.sjs_wrap .sjs_box .sjs_right .sjs_item:hover,
.sjs_wrap .sjs_box .sjs_right .sjs_item.active {
  border-color: #a07660;
}

.sjs_wrap .sjs_box .sjs_right .sjs_item.num3 {
  background: #ae3735 !important;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.sjs_wrap .sjs_box .sjs_right .sjs_item.num3 .line1 {
  padding-bottom: 20px;
}

.sjs_wrap .sjs_box .sjs_right .sjs_item.num6 {
  background: #c7ad82 !important;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.sjs_wrap .sjs_box .sjs_right .sjs_item.num6 .line1 {
  padding-bottom: 20px;
}
