﻿/* 内嵌地图iframe容器 */
.contact_2_1_2 iframe {
  width: 100%;
  height: 100%;
}

/* 全屏背景视频模块 */
.video-background1 {
  width: 100%;
  overflow: hidden;
}
.video-background1 video {
  width: 100%;
  height: auto;
  object-fit: cover;
  z-index: -1;
}

/* 联系我们第一区块 */
.contact_1 {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  background: #fff;
  overflow: hidden;
}
.contact_1_1 {
  max-width: 1580px;
  width: 100%;
  height: auto;
  margin: 70px 0 0;
  overflow: hidden;
  padding: 0;
}
.contact_1_1x {
  max-width: 1580px;
  width: 100%;
  height: auto;
  margin: 25px 0 0;
  overflow: hidden;
  padding: 0;
  display: flex;
  justify-content: space-between;
}
.contact_1_1a {
  max-width: 1580px;
  width: 100%;
  height: auto;
  margin: 35px 0 0;
  overflow: hidden;
  padding: 0;
  display: flex;
  justify-content: center;
}
.contact_1_1_1 {
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  color: #000;
  font-size: 26px;
  line-height: 2;
}
.contact_1_1_2 {
  position: relative;
  width: 21%;
  overflow: hidden;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.25);
  line-height: 0;
  margin-top: 5px;
  margin-bottom: 15px;
}
.contact_1_1_2 img {
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}
.contact_1_1_2:hover img {
  transform: scale(1.06);
}
.contact_1_1_3 {
  z-index: 15;
  left: 0;
  top: 35%;
  position: absolute;
  width: 100%;
  height: 50px;
  overflow: hidden;
  font-size: 25px;
  line-height: 50px;
  text-align: center;
  color: #000;
  background: linear-gradient(to right, rgba(255,255,255,0.0), rgba(255,255,255,0.9), rgba(255,255,255,0.0));
}

/* 通用按钮 zp_2_an */
.zp_2_an {
  width: 170px;
  height: 40px;
  background: linear-gradient(to right, #086fb2, #3699da);
  font-size: 16px;
  color: #fff;
  line-height: 40px;
  border-radius: 5px;
  text-align: center;
  border: solid 1px #3699da;
}
.zp_2_an:hover {
  background: linear-gradient(to right, #fff, #fff);
  color: #000;
  border: solid 1px #086fb2;
}

/* 流程模块复用 about_3z */
.about_3z {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 30px 0;
}
.about_3_1 {
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  color: #000;
  font-size: 30px;
  line-height: 2;
}
.about_3_2 {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 30px;
  justify-content: space-around;
}
.about_3_2_1 {
  width: 15%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border-radius: 6px;
  background: linear-gradient(to top, #e5e9f2, #f6f7fb);
  margin-bottom: 30px;
}
.about_3_2_2 {
  width: 100%;
  overflow: hidden;
  text-align: center;
  margin-top: 15%;
}
.about_3_2_3 {
  width: 100%;
  overflow: hidden;
  text-align: center;
  font-size: 25px;
  line-height: 1.5;
  color: #111;
  font-weight: 500;
}
.about_3_2_4 {
  width: 100%;
  overflow: hidden;
  text-align: center;
  font-size: 16px;
  line-height: 2;
  color: #9E9E9E;
}
.about_3_2_5 {
  width: 6%;
  overflow: hidden;
  margin-bottom: 30px;
}

/* 联系我们第二区块（带背景图+表单+地图） */
.contact_2 {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  background: url("/skin/images1/zp1.jpg") center no-repeat;
  overflow: hidden;
}
.contact_2_1 {
  max-width: 1580px;
  width: 100%;
  height: auto;
  margin: 60px 0;
  overflow: hidden;
  padding: 0;
  display: flex;
  justify-content: space-between;
}
.contact_2_1_1 {
  width: 30%;
  overflow: hidden;
  margin-top: 50px;
}
.contact_2_1_1_1 {
  width: 100%;
  height: 50px;
  overflow: hidden;
  font-size: 28px;
  color: #000;
  line-height: 50px;
  font-weight: 600;
  text-align: left;
}
.contact_2_1_1_2 {
  width: 100%;
  overflow: hidden;
  font-size: 16px;
  color: #000;
  line-height: 2.5;
  text-align: left;
  margin-top: 80px;
  margin-bottom: 25px;
}
.contact_2_1_1_2c {
  width: 100%;
  overflow: hidden;
  font-size: 16px;
  color: #000;
  line-height: 2;
  text-align: left;
  margin-top: 15px;
  margin-bottom: 15px;
}
.contact_2_1_1_3 {
  width: 100%;
  overflow: hidden;
  font-size: 16px;
  color: #000;
  line-height: 28px;
  text-align: left;
  display: flex;
  margin-bottom: 12px;
}
.contact_2_1_1_4 {
  width: 100%;
  overflow: hidden;
  margin-top: 40px;
}
.contact_2_1_2 {
  width: 50%;
  aspect-ratio: 16/9;
  overflow: hidden;
  margin-top: 10px;
}
.contact_2_1_2_1 {
  width: 100%;
  background: #efefef;
  height: 50px;
  margin-bottom: 18px;
  border-radius: 6px;
  line-height: 50px;
  font-size: 16px;
  color: #000;
  overflow: hidden;
  display: flex;
  padding-left: 18px;
}
.input-text {
  flex: 1;
  width: 60%;
  margin-left: 15px;
  background: #efefef;
  border: 0;
  padding-left: 15px;
}
.contact_2_1_2_2 {
  width: 100%;
  background: #efefef;
  height: 50px;
  margin-bottom: 18px;
  border-radius: 6px;
  line-height: 50px;
  font-size: 16px;
  color: #000;
  overflow: hidden;
  display: flex;
  margin-top: 50px;
}
.submit {
  width: 100%;
  height: 100%;
  border: 0;
  cursor: pointer;
  background: linear-gradient(to right, #086fb2, #3699da);
  color: #fff;
}
.submit:hover {}

/* 联系我们第三区块 */
.contact_3 {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.contact_3_1 {
  max-width: 1580px;
  width: 100%;
  height: auto;
  margin: 50px 0;
  overflow: hidden;
  padding: 0;
}

/* 边框装饰按钮 zp_1_an */
.zp_1_an {
  width: 200px;
  height: 60px;
  background: #086fb2;
  font-size: 16px;
  color: #fff;
  line-height: 50px;
  border-radius: 5px;
  text-align: center;
  border: double 5px #086fb2;
  background-clip: content-box;
}
.zp_1_an:hover {
  background: #fff;
  color: #086fb2;
  border: double 5px #086fb2;
}
.contact_2_1_1_2{}
.contact_2_1_1_2c{display:none;}

/* 移动端适配 768px */
@media screen and (max-width: 768px) {
  .product-tops {
    padding-top: 53px;
  }

  .contact_2 {
    width: 100%;
    justify-content: flex-start;
  }
.contact_2_1_1_2c{display:block;}
.contact_2_1_1_2{display:none;}
  .contact_2_1 {
    width: 94%;
    margin: 20px 3% 0;
    height: auto;
    flex-direction: column;
  }
.contact_2_1_1_1 {
    width: 100%;
    height: 30px;
    overflow: hidden;
    font-size: 20px;
    color: #000;
    line-height: 20px;
    font-weight: 500;
    text-align: left;
}
  
  
  
  
  .contact_2_1_1 {
    width: 100%;
    margin-top: 10px;
  }
  .contact_2_1_1_2 {
    margin-top: 30px;
  }
  .contact_2_1_2 {
    width: 100%;
    margin-top: 10px;
  }

  .contact_1_1 {
    width: 100%;
    height: auto;
    margin: 0;
    overflow: hidden;
    padding: 0;
  }
  .contact_1_1x {
    width: 94%;
    height: auto;
    margin: 20px 3%;
    overflow: hidden;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .contact_1_1_2 {
    position: relative;
    width: 48%;
    overflow: hidden;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.25);
    line-height: 0;
    margin-top: 5px;
    margin-bottom: 15px;
  }
  .contact_1_1a {
    width: 100%;
    height: auto;
    margin: 0;
    overflow: hidden;
    padding: 0;
    display: flex;
    justify-content: center;
  }
  .contact_3_1 {
    width: 94%;
    height: auto;
    margin: 20px 3%;
    overflow: hidden;
    padding: 0;
  }

  .about_3_2 {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 20px;
    justify-content: space-between;
  }
  .about_3_2_5 {
    display: none;
  }
  .about_3_2_1 {
    width: 48%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border-radius: 6px;
    background: linear-gradient(to top, #e5e9f2, #f6f7fb);
    margin-bottom: 20px;
  }
}