﻿.content .border {
  width: 100%;
  height: 500px;
  background: url(../image/connect_banner.png) no-repeat;
  background-size: 100%;
}
.findUs {
  color: #B16C2A;
  font-size: 28px;
  text-align: center;
  margin: 0 auto;
  margin-top: 97px;
  margin-bottom: 65px;
}
.mapBox {
  display: flex;
  margin-bottom: 61px;
  justify-content: center;
}
.mapBox .mapBox1,
.mapBox .mapBox2 {
  width: 490px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.mapBox .mapBox1 {
  margin-right: 20px;
}
.mapBox .mapInfo {
  display: flex;
}
.mapBox .mapInfo .num {
  width: 27px;
  height: 27px;
  margin-right: 12px;
}
.mapBox .mapInfo .num1 {
  background: url(../image/connect_1.png) no-repeat;
  background-size: contain;
}
.mapBox .mapInfo .num2 {
  background: url(../image/connect_2.png) no-repeat;
  background-size: contain;
}
.mapBox .mapInfo .address h5 {
  color: #222;
  font-size: 16px;
  margin-bottom: 10px;
}
.mapBox .mapInfo .address p {
  font-size: 16px;
  color: #222;
}
.mapBox .mapImg {
  width: 490px;
  height: 211px;
  object-fit: contain;
  /*background: url(../image/connect_map.png) no-repeat;*/
  margin-top: 22px;
}
.form {
  height: 360px;
  padding-top: 58px;
  background-color: #eee;
}
.form .formInor {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.form .formInor h2 {
  display: none;
}
.form .formInor textarea {
  width: 978px;
  height: 100px;
  resize: none;
  padding-left: 10px;
  padding-top: 10px;
  border: 0;
  font-size: 16px;
}
.form .formInor .hand {
  width: 130px;
  height: 53px;
  background-color: #B16C2A;
  color: #fff;
  font-size: 16px;
  margin-top: 30px;
  border-radius: 2px;
}
.form .formInor .hand:hover {
  cursor: pointer;
}
.form .input input {
  width: 477px;
  height: 53px;
  padding-left: 10px;
  margin-bottom: 20px;
  font-size: 16px;
}
.form .input .name {
  margin-right: 21px;
}
.connect{
  color: #b16c2a;
}