.banner-box {
  width: 100%;
  height: 560px;
}
.thanks-box {
  margin-top: -120px;
  background-color: #fff;
}
.thanks-box p {
  margin: auto;
  width: 1160px;
  font-size: 16px;
  font-weight: 300;
  padding-top: 70px;
  padding-bottom: 30px;
  border-bottom: 1px solid #000;
}
.addr {
  margin-top: 114px;
}
.addr .title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 50px;
  padding-left: 80px;
}
.addr .item {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 20px;
  padding-left: 80px;
}
.calling-card {
  padding-top: 50px;
  padding-bottom: 110px;
}
.calling-card .card {
  float: left;
  width: 550px;
  height: 290px;
  background: #F5F5F5;
  margin-left: 59px;
  position: relative;
  margin-top: 20px;
}
.calling-card .card:nth-child(odd) {
  margin-left: 80px;
}
.calling-card .card .name {
  width: 468px;
  margin: auto;
  margin-top: 38px;
  border-bottom: 2px solid #000;
  padding-bottom: 18px;
  position: relative;
  margin-bottom: 32px;
}
.calling-card .card .name span {
  font-size: 24px;
  font-weight: bold;
  position: absolute;
  bottom: 16px;
  left: 63px;
}
.calling-card .card .item {
  width: 320px;
  height: 48px;
  background: #FFFFFF;
  margin-bottom: 26px;
  margin-left: 40px;
}
.calling-card .card .item .label {
  float: left;
  width: 48px;
  height: 48px;
  background: #f9253b;
  text-align: center;
  line-height: 48px;
}
.calling-card .card .item .label img {
  width: 26px;
}
.calling-card .card .item .content {
  float: left;
  max-width: 250px;
  padding-left: 19px;
  color: #010101;
  font-size: 18px;
  line-height: 48px;
}
.calling-card .card .qr-code {
  position: absolute;
  right: 42px;
  bottom: 42px;
  width: 122px;
}
.agency {
  width: 1160px;
  margin: auto;
  padding-bottom: 140px;
}
.agency .agency-title {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  position: relative;
}
.agency .agency-title:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 25px;
  width: 480px;
  height: 1px;
  background: #000000;
}
.agency .agency-title:after {
  content: " ";
  position: absolute;
  right: 0;
  top: 30px;
  width: 480px;
  height: 1px;
  background: #000000;
}
.agency .agency-box {
  width: 760px;
  padding-left: 400px;
  padding-top: 84px;
  height: 496px;
  margin-top: 70px;
  background: #080551;
  position: relative;
}
.agency .agency-box .info {
  position: absolute;
  left: 68px;
  top: 84px;
  color: #f9253b;
}
.agency .agency-box .info .title {
  width: 286px;
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 25px;
  border-bottom: 1px solid #fff;
}
.agency .agency-box .info p {
  width: 238px;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 28px;
  margin-top: 30px;
}
.agency .agency-box .form-box .form-item {
  float: left;
  width: 302px;
  height: 50px;
  background: #FFFFFF;
  line-height: 50px;
  font-size: 14px;
  padding-left: 18px;
  margin: 12px;
}
.agency .agency-box .form-box .form-item input {
  width: 100%;
}
.agency .agency-box .form-box .textarea {
  width: 627px;
  height: 148px;
  padding: 16px 18px;
}
.agency .agency-box .form-box .textarea textarea {
  width: 100%;
  height: 100%;
}
.agency .agency-box .form-box .submit {
  float: left;
  width: 160px;
  height: 50px;
  background: #f9253b;
  text-align: center;
  color: #fff;
  line-height: 50px;
  margin-left: 12px;
  margin-top: 23px;
  cursor: pointer;
}
.agency .agency-box .form-box .submit img {
  margin-right: 13px;
}
