* {
  margin: 0;
  padding: 0;
}
.container {
  margin: 0 auto;
  max-width: 1920px;
  min-width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}
.banner {
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  height: 600px;
  background: url(../img/contactus_banner.png) no-repeat center;
}
.content {
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.navigation {
  margin-top: 110px;
  padding-bottom: 10px;
  width: 1200px;
  border-bottom: 1px solid #e6e6e6;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.navigation-left {
  height: 45px;
  padding-left: 8px;
  border-left: 3px solid #1a5194;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.navigation-left p {
  font-size: 22px;
  color: #1a5194;
  line-height: 1;
}
.navigation-left span {
  font-size: 14px;
  color: #666;
  line-height: 1;
}
.navigation-right {
  font-size: 16px;
  color: #666;
  line-height: 1;
}
.info {
  margin: 34px 0 100px;
  width: 1200px;
  display: flex;
  position: relative;
}
.info-left .item {
  margin-top: 64px;
  width: 468px;
}
.info-left .item .title {
  display: flex;
  align-items: center;
}
.info-left .item .title span {
  margin-left: 10px;
  font-size: 24px;
  color: #333333;
  line-height: 1;
}
.info-left .item .line {
  width: 100%;
  border-top: 1px solid #caced1;
  margin: 24px 0;
}
.info-left .item p {
  font-size: 18px;
  color: #333333;
}
.info-left .item:last-child {
  display: flex;
  flex-direction: column;
}
.info-left .item:last-child .QRcode {
  display: flex;
  align-items: center;
}
.info-left .item:last-child .QRcode div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.info-left .item:last-child .QRcode div img {
  width: 156px;
  height: 156px;
  border: 1px solid #1463a5;
}
.info-left .item:last-child .QRcode div .span {
  margin-top: 24px;
  font-size: 20px;
  color: #333;
}
.info-left .item:last-child .QRcode div:last-child {
  margin-left: 60px;
}
.info .ln_map {
  width: 1033px;
  height: 790px;
  position: absolute;
  top: 0;
  left: 526px;
}
.inputs {
  margin: 138px 0 134px;
  width: 1200px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.inputs input {
  margin-bottom: 20px;
  width: 556px;
  height: 60px;
  padding: 0 20px;
  box-sizing: border-box;
  font-size: 16px;
  color: #333;
  background-color: #f2f2f2;
  border: 0;
}
.inputs textarea {
  width: 100%;
  height: 120px;
  background-color: #f2f2f2;
  border: 0;
  font-size: 18px;
  color: #333;
  padding: 20px;
  resize: none;
}
.inputs ::placeholder {
  color: #333;
}
.inputs .Highlight.change::placeholder,
.inputs .Highlight1.change::placeholder {
  color: #fff;
}
.inputs-btn {
  margin: 48px auto 0;
  width: 148px;
  height: 48px;
  background-color: #cb1025;
  border-radius: 10px;
  font-size: 20px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
