input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: white !important;
}

.header {
  height: 380px;
  min-width: 1200px;
  background-size: cover;
  background-color: rgb(52, 65, 134);
  background-image: url(../img/case-bg.svg);
  background-size: cover;
  margin-bottom: 20px;
}

.heaTop{
  width: 1200px;
  height: 60px;
  margin: 0 auto;
}

.left{
  width:40%;
  height: 100%;
  float: left;
  padding-top: 5px;
  color: white;
}
.left img{
  float: left;
  height: 45px;
  width: 45px;
  margin-right: 5px;
}
.left span{
  font-size: 21px;
}
.left p{
  font-size: 10px;
}


.introduce {
  position: absolute;
  top: 218px;
  left: 360px;
  width: 400px;
  height: 50px;
  opacity: 1;
  font-size: 36px;
  font-family: PingFang SC, PingFang SC-Bold;
  font-weight: 700;
  text-align: left;
  color: #ffffff;
  line-height: 58px;
}

.content {
  max-width: 1200px;
  min-width: 1200px;
  margin: 80px auto;
  padding: 0 20px;
}

.top-line {
  position: absolute;
  top: -6px;
  left: 0;
  width: 100;
  display: flex;
}

.top-line .long {
  width: 30px;
  height: 5px;
  opacity: 1;
  background: #d33739;
  margin-right: 5px;
  display: inline-block;
}
.top-line .short {
  width: 11px;
  height: 5px;
  opacity: 1;
  background: #d33739;
  display: inline-block;
}

header {
  position: relative;
}

header span {
  opacity: 1;
  font-size: 32px;
  font-family: PingFang SC, PingFang SC-Bold;
  font-weight: 700;
  text-align: left;
  color: #333333;
}

aside {
  opacity: 1;
  font-size: 14px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  text-align: left;
  color: #2d2e34;
  line-height: 35px;
  letter-spacing: 1px;
  margin: 32px 0;
}

.imgCon {
  padding: 24px;
  background-color: #eeeeee;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.imgCon img {
  width: 564px;
  height: 332px;
}

.transCon {
  position: relative;
  box-sizing: border-box;
}
.transImg {
  width: 1200px;
  height: 600px;
  margin-top: 32px;
}
.tarnsbg {
  position: absolute;
  top: -80px;
  left: calc((100vw - 1220px) / 2 * -1);
  right: calc((100vw - 1220px) / 2 * -1);
  bottom: -80px;
  z-index: -1;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    #d5e2f9 75%,
    #d5e2f9 75%
  );
}

/* 综合配套 */
.synthesize {
  margin-top: 160px;
}

.parkImg {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 32px;
}
.parkImg img {
  width: 384px;
  height: 240px;
}

.newCon {
  text-indent: 2em;
  width: 80vw;
  margin: 0 auto;
  line-height: 30px;
  overflow: hidden;
}