.contact-wrapper {
  min-width: 1200px;
  font-size: 0;
  background-color: #fff;
}
.contact-wrapper .banner-img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
.contact-wrapper .icon {
  width: 16px;
  height: 16px;
  background: url(../img/contact/icons.png) no-repeat;
  background-position: -10px -10px;
}
.contact-wrapper .icon.icon2 {
  background-position: -10px -46px;
}
.contact-wrapper .icon.icon3 {
  background-position: -10px -82px;
}
.contact-wrapper .icon.icon4 {
  background-position: -10px -118px;
}
.contact-wrapper .icon.icon5 {
  background-position: -10px -154px;
}
.contact-wrapper .sec-1 {
  width: 100%;
  background-color: #fff;
  padding: 80px 0;
  text-align: center;
}
.contact-wrapper .sec-1 .com-t {
  font-size: 30px;
  line-height: 30px;
  color: #191919;
  text-align: center;
  position: relative;
}
.contact-wrapper .sec-1 .com-p {
  font-size: 16px;
  color: #909399;
  line-height: 16px;
  text-align: center;
  margin: 24px 0 0;
}
.contact-wrapper .sec-1 .form-data {
  width: 100%;
  padding: 32px 0 48px;
  border-bottom: 1px solid #EBEEF5;
  text-align: left;
}
.contact-wrapper .sec-1 .form-data .form-item {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  margin: 24px 0 0;
}
.contact-wrapper .sec-1 .form-data .form-item .form-label {
  width: 90px;
  text-align: right;
  font-size: 14px;
  color: #606266;
  line-height: 20px;
  display: inline-block;
  vertical-align: top;
  padding: 6px 5px 0 0;
  box-sizing: border-box;
}
.contact-wrapper .sec-1 .form-data .form-item .form-label .red {
  font-size: 16px;
  color: #E61211;
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
}
.contact-wrapper .sec-1 .form-data .form-item .form-block {
  width: 510px;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.contact-wrapper .sec-1 .form-data .form-item .form-block input[type='text'] {
  width: 100%;
  font-size: 14px;
  color: #606266;
  line-height: 20px;
  padding: 5px 0 5px 11px;
  background: #ffffff;
  border: 1px solid #dcdfe6;
  border-radius: 4px;
  outline: none;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
}
.contact-wrapper .sec-1 .form-data .form-item .form-block input[type='text']::placeholder {
  color: #C0C4CC;
}
.contact-wrapper .sec-1 .form-data .form-item .form-block textarea {
  width: 100%;
  height: 160px;
  font-size: 14px;
  color: #606266;
  line-height: 20px;
  padding: 10px;
  background: #ffffff;
  border: 1px solid #dcdfe6;
  border-radius: 4px;
  outline: none;
  box-sizing: border-box;
  resize: none;
}
.contact-wrapper .sec-1 .form-data .form-item .form-block textarea::placeholder {
  color: #C0C4CC;
}
.contact-wrapper .sec-1 .form-data .form-item .form-block .words {
  font-size: 14px;
  font-style: normal;
  color: #909399;
  line-height: 18px;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.contact-wrapper .sec-1 .form-data .form-item .form-block .text {
  font-size: 14px;
  color: #606266;
  line-height: 20px;
}
.contact-wrapper .sec-1 .form-data .form-item .form-block .checkList {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 8px 24px 10px 0;
}
.contact-wrapper .sec-1 .form-data .form-item .form-block .checkList > label {
  font-size: 14px;
  color: #303133;
  line-height: 14px;
}
.contact-wrapper .sec-1 .form-data .form-item .form-block .checkList > label .checkElem {
  width: 16px;
  height: 16px;
  border: 1px solid #DCDFE6;
  border-radius: 2px;
  display: inline-block;
  position: absolute;
  top: -1px;
  left: 0;
  background-color: #fff;
  box-sizing: border-box;
  z-index: 1;
}
.contact-wrapper .sec-1 .form-data .form-item .form-block .checkList > label .checkElem.checked {
  border: 1px solid #004099;
  background-color: #004099;
}
.contact-wrapper .sec-1 .form-data .form-item .form-block .checkList > label .checkElem.checked::after {
  content: '';
  display: inline-block;
  margin: 1px 4px;
  width: 4px;
  height: 8px;
  transform: rotate(45deg);
  border-style: solid;
  border-color: #fff;
  border-width: 0 2px 2px 0 ;
}
.contact-wrapper .sec-1 .form-data .form-item .form-block .checkList > label input[type='checkbox'] {
  width: 6px;
  height: 6px;
  margin: 0 18px 0 2px;
  vertical-align: middle;
}
.contact-wrapper .sec-1 .form-data .form-item .form-block .file-btn {
  width: 70px;
  height: 32px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  opacity: 0;
}
.contact-wrapper .sec-1 .form-data .form-item .form-block .upload-btn {
  width: 70px;
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  padding: 6px 0;
  background: #004099;
  border: none;
  outline: none;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.contact-wrapper .sec-1 .form-data .form-item .form-block .captcha-img {
  width: 78px;
  height: 30px;
  position: absolute;
  top: 0;
  right: 0;
  border: 1px solid #dcdfe6;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.contact-wrapper .sec-1 .form-data .form-item.line {
  width: 100%;
}
.contact-wrapper .sec-1 .form-data .form-item.line .form-block {
  width: 1110px;
}
.contact-wrapper .sec-1 .submit-btn {
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  padding: 13px 77px;
  background-color: #004099;
  border: none;
  border-radius: 4px;
  outline: none;
  display: inline-block;
  margin: 24px 0 0;
  cursor: pointer;
}
.contact-wrapper .sec-2 {
  width: 100%;
  background-color: #F4F5F7;
  padding: 80px 0;
}
.contact-wrapper .sec-2 .com-t {
  font-size: 30px;
  line-height: 30px;
  color: #191919;
  text-align: center;
  position: relative;
}
.contact-wrapper .sec-2 .address {
  margin: 56px 0 0;
}
.contact-wrapper .sec-2 .address .left {
  width: 633px;
  background-color: #fff;
  padding: 24px 48px 48px;
  box-sizing: border-box;
}
.contact-wrapper .sec-2 .address .left .t {
  font-size: 16px;
  line-height: 22px;
  color: #303133;
  padding: 0 0 0 24px;
  margin: 24px 0 0;
  position: relative;
}
.contact-wrapper .sec-2 .address .left .t::before {
  content: '';
  width: 16px;
  height: 16px;
  border: 4px solid #004099;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  top: 3px;
  left: 0;
}
.contact-wrapper .sec-2 .address .left ul {
  width: 100%;
  background-color: #FAFBFC;
  padding: 8px 16px 16px;
  margin: 20px 0 0;
  box-sizing: border-box;
}
.contact-wrapper .sec-2 .address .left ul li {
  font-size: 16px;
  line-height: 24px;
  color: #303133;
  padding: 0 0 0 24px;
  position: relative;
  margin: 8px 0 0;
}
.contact-wrapper .sec-2 .address .left ul li .icon {
  position: absolute;
  top: 4px;
  left: 0;
}
.contact-wrapper .sec-2 .address .right {
  width: 567px;
  height: 404px;
}
.contact-wrapper .sec-2 .address .right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact-wrapper .sec-3 {
  width: 100%;
  background-color: #fff;
  padding: 80px 0 336px;
}
.contact-wrapper .sec-3 .com-t {
  font-size: 30px;
  line-height: 30px;
  color: #191919;
  text-align: center;
  position: relative;
}
.contact-wrapper .sec-3 .offices {
  width: 1224px;
  margin: 40px 0 0;
}
.contact-wrapper .sec-3 .offices .office-item {
  width: 588px;
  display: inline-block;
  vertical-align: top;
  margin: 24px 24px 0 0;
}
.contact-wrapper .sec-3 .offices .office-item .bot {
  width: 100%;
  padding: 24px;
  background-color: #FAFBFC;
  box-sizing: border-box;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
.contact-wrapper .sec-3 .offices .office-item .bot .t {
  font-size: 20px;
  line-height: 30px;
  color: #191919;
}
.contact-wrapper .sec-3 .offices .office-item .bot .text {
  min-height: 44px;
  font-size: 16px;
  line-height: 22px;
  color: #787878;
  margin: 8px 0 0;
  display: inline-block;
}
.contact-wrapper .sec-3 .offices .office-item .bot div {
  margin: 24px 0 0;
}
.contact-wrapper .sec-3 .offices .office-item .bot div p {
  font-size: 16px;
  line-height: 32px;
  color: #303133;
  padding: 0 0 0 24px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
}
.contact-wrapper .sec-3 .offices .office-item .bot div p .icon {
  position: absolute;
  top: 7px;
  left: 0;
}
.contact-wrapper .sec-3 .offices .office-item .bot div .contact-btn {
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  padding: 7.5px 16px;
  background: #004099;
  border-radius: 4px;
  border: none;
  outline: none;
  display: inline-block;
  cursor: pointer;
  float: right;
}
.contact-wrapper .sec-3 .offices .office-item .bot div .contact-btn i {
  width: 16px;
  height: 16px;
  background: url(../img/index/icon_sprites.png) -10px -46px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px 0 0;
}
.contact-wrapper .sec-3 .offices .office-item.three {
  width: 384px;
}
.contact-wrapper .sec-3 .offices .office-item.three .bot div {
  margin: 16px 0 0;
}
