.layout-warp {
  max-width: calc(1512px + 40px);
  width: 100%;
  margin: 0 auto;
}

.modal .modal-title {
  font-size: 35px !important;
  font-weight: bold;
}

.modal .modal-header {
  padding: 42px 22px 32px 22px;
  border-bottom: none;
}

.modal .modal-footer {
  display: none;
}

.modal .modal-dialog {
  max-width: 600px !important;
  width: 96vw !important;
}

.modal .modal-body {
  padding: 0 22px;
  margin-bottom: 60px;
}

.modal input,
.modal textarea {
  border-radius: 5px;
  padding: 8px 12px;
  text-align: center;

  border-radius: 6px;
  box-shadow: inset 0 0px 15px rgba(0, 0, 0, 0.1);
  /* 内投影 */
  outline: none;
  font-size: 20px;
}

.modal textarea {
  height: 140px;
}

.form-top {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 16px;
  margin-bottom: 20px;
}

.modal textarea {
  width: 100%;
}

.form-desc {
  text-align: center;
  color: #b3b3b3;
  font-size: 15px;
  margin-bottom: 50px;
}

.from-submit {
  cursor: pointer;
  width: 190px;
  height: 50px;
  margin: 0 auto;
  background-color: #fe6f01;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}

@media screen and (max-width: 1000px) {
  .form-top {
    grid-template-columns: repeat(1, 1fr);
  }
}

.area-quote {
  background-color: #ff6e01;
  padding-top: 56px;
  padding-bottom: 65px;
}

.aq-form {
}

.aq-t1 {
  font-size: 60px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}

.aq-form input,
.aq-form textarea {
  height: 60px;
  border-radius: 6px;
  background-color: #fff;
  outline: none;
  text-align: center;
  font-size: 25px;
  padding: 10px;
}

.aq-form textarea {
  width: 100%;
  height: 160px;
}

.aq-form .form-desc {
  color: #fff;
}

.aq-form .from-submit {
  background-color: #fff;
  color: #ff6e01;
}

.prose strong {
  color: unset !important;
}

.area1 {
  height: 600px;
  background-position: center;
  background-size: cover;
  margin-bottom: 74px;
}

.area2 .layout-warp {
  display: flex;
  gap: 40px;
}
.area2 .a2-left-title-t1 {
  position: relative;
  width: 274px;
  background-color: #ec6c00;
  color: #fff;
  height: 50px;
  line-height: 50px;
  font-size: 25px;
  font-weight: bold;
  padding: 0 30px;
}

.area2 .a2-left-title-t1::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  transform: translateX(100%);
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 15px solid #ec6c00;
}

.area2 .a2-left-title-t2 {
  flex: 1;
  background-color: #fff;
  height: 40px;
  line-height: 40px;
  border: 1px solid rgba(192, 192, 192, 1);
  padding: 0 30px;
}

.a2-right {
  flex: 1;
  padding-top: 26px;
  border-top: 2px solid #f5f5f5;
}

.a2-right-info {
  display: flex;
  width: 100%;
  gap: 40px;
}
.a2-right-info-left {
  width: 556px;
  padding: 0 30px;
  box-sizing: content-box;
}

.a2-right-info-right {
  flex: 1;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 1280px) {
  .a2-right-info {
    flex-direction: column;
    align-items: center;
    gap: 70px;
  }
  .a2-right-info-right {
    width: 100%;
  }
  .a2-right-info-left {
    width: 556px;
    padding: 0;
    box-sizing: border-box;
  }
}

.a2-right-info-left-swiper {
  width: 556px;
}

.a2-right-info-left-swiper {
  /* height: 394px; */
  border: 1px solid rgba(192, 192, 192, 1);
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.a2-right-info-right-title {
  font-size: 25px;
  line-height: 26px;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center;
}
.a2-right-info-right-desc-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow: 0px 2px 4px  rgba(92, 97, 102, 0.16);
  padding: 16px;
  border-radius: 4px;
}
.a2-right-info-right-desc-item:hover {
  background: #ec6c00;
  box-shadow: 0px 2px 4px  rgba(92, 97, 102, 0.16);
}
.a2-right-info-right-desc-item:hover .a2-right-info-right-desc-item-title,.a2-right-info-right-desc-item:hover .a2-right-info-right-desc-item-desc {
  color: #fff;
}
.a2-right-info-right-desc-item:hover img {
  filter: brightness(0) invert(1);
}
.a2-right-info-right-desc-item .a2-right-info-right-desc-item-title {
  font-size: 12.5px;
  font-weight: 700;
  color: rgba(51, 51, 51, 1);
  text-align: center;
}

.a2-right-info-right-desc-item-icon {
  width: 20px;
  /* height: 14px; */
}

.a2-right-info-right-desc-item-icon
  img {
  width: 100%;
  object-fit: cover;
}

.a2-right-info-right-desc-item-desc {
  font-size: 12.5px;
  font-weight: 400;
  color: rgba(145, 145, 145, 1);
  text-align: center;
}

.a2-right-info-right-desc {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (max-width: 1580px) and (min-width: 1281px) {
  .a2-right-info {
    gap: 0px;
  }
}

.a2-right-info-left .swiper-button-next,
.a2-right-info-left .swiper-button-prev {
  position: absolute;
  top: 22px;
  width: 18px;
  height: 100%;
  background-color: #f9fafc;
}

.a2-right-info-left .swiper-button-next {
  right: 0;
}
.a2-right-info-left .swiper-button-prev {
  left: 0;
}

.a2-right-info-left .swiper-button-next::after,
.a2-right-info-left .swiper-button-prev::after {
  font-size: 18px;
  color: #a1a4a5;
}

.a2-right-info-left-bottom-swiper .swiper-slide {
  border: 1px solid transparent;
}
.swiper-slide-thumb-active {
  border-color: #c0c0c0 !important;
}

.a2-left-content {
  user-select: none;
  padding: 12px 14px;
  background-color: #f5f5f5;
  display: flex;
  flex-direction: column;
  gap: 15px;

  width: 274px;
  padding-bottom: 0;
}
.a2-left-content .swiper {
  width: 100%;
}

.a2-left-content-item {
  background-color: #fff;
  display: block;
  padding-bottom: 20px;
  padding-top: 20px;
  margin-bottom: 10px;
}

.a2-left-content-item-title {
  font-size: 11px;
  color: #919191;
  margin: 0 20px;
  padding-top: 20px;
}

.a2-left-content-item-img {
  /* height: 183px; */
}

.a2-left-content-item-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.a2-left-content-swiper {
  padding-bottom: 40px;
}

.a2-left-content .swiper-pagination-bullet-active {
  background-color: #c0c0c0 !important;
}

.a2-left-content .swiper-pagination-bullet {
  background-color: #a2a2a2 !important;
}



@media screen and (max-width: 1152px) {
  .a2-left {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .area1 {
    height: 200px;
    margin-bottom: 20px;
  }
  .a2-right-info-left {
    width: calc(640px - 24px);
    margin: 0 auto;
  }
  .a2-right-info-left-swiper {
    width:  calc(640px - 24px);
  }
  /* .a2-right-info {
    gap: 40px;
    flex-direction: column;
  } */

  .a2-right-info-right-desc {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media screen and (max-width: 640px) {
  .a2-right-info-left {
    width: calc(540px - 24px);
    margin: 0 auto;
  }
  .a2-right-info-left-swiper {
    width: calc(540px - 24px);
  }
}
@media screen and (max-width: 540px) {
  .a2-right-info-left {
    width: calc(100vw - 24px);
    margin: 0 auto;
  }
  .a2-right-info-left-swiper {
    width: calc(100vw - 24px);
  }
}
@media screen and (min-width: 1921px) {
  .area2 .a2-left-title-t1 {
    width: 374px;
  }
  .area2 .a2-left-content {
    width: 374px;
  }
}