input.input1 {
  width: 100%;
  border: 1px solid #ccc;
  margin-bottom: 20px;
  height: 50px;
  padding: 0 15px;
}

textarea.input {
  width: 100%;
  border: 1px solid #ccc;
  margin-bottom: 20px !important;
  height: 100px;
  padding: 10px 15px;
}

input.input {
  width: 200px;
  border: 1px solid #ccc;
  margin: 0;
  height: 50px;
  padding: 0 15px;
}

.input4 {
  width: 130px;
  height: 35px;
  background: #ddd;
  margin-top: 15px;
}

/* 地图 */

body {
  min-width: auto !important;
  min-height: auto !important;
}

.map {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  background: #333333;
}

.map .my-map {
  width: 1920px;
  height: 960px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -960px;
  margin-top: -480px;
}

@media (max-width: 1200px) {
  .map {
    /* height: 400px;
    background: #333333; */
  }
}

/* 新加 */
h1.title {
  color: #333;
  font-size: 40px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 45px;
}

@media (max-width: 640px) {
  h1.title {
    font-size: 32px;
    margin-bottom: 30px;
    text-align: center;
  }
}

.box1 {
  background: #fff;
  height: 700px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.box1 h1 {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 30px;
}

.box1 p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  margin: 0;
}

.box1 .text p img {
  width: 120px;
  margin-top: 15px;
}

.box1 .text {
  position: absolute;
  width: 450px;
  height: 500px;
  z-index: 2;
  margin: 50px 30px;
  background: #fff;
  padding: 50px 45px;
}

.box1 .text::after {
  content: "";
  display: block;
  width: 30px;
  height: 18px;
  background: url(//wm.cdn.cn86.cn/newaycleanenergy/2025/09/b343580075cny4jd.png) no-repeat center;
  background-size: 100%;
  position: absolute;
  z-index: 2;
  top: 20px;
  right: 20px;
  transform: rotateZ(180deg);
}

.box1 .text::before {
  content: "";
  display: block;
  width: 30px;
  height: 19px;
  background: url(//wm.cdn.cn86.cn/newaycleanenergy/2025/09/b343580075cny4jd.png) no-repeat center;
  background-size: 100%;
  position: absolute;
  z-index: 2;
  bottom: 20px;
  left: 20px;
}



@media (max-width:1200px) {
  .box1 {
    height: auto;
    padding: 0;
  }

  .box1 .text {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 50px 30px;
    height: auto;
  }
}