.page-banner {
  margin-top: 122px;
}

.page-banner img {
  height: 716px;
  width: 100%;
}

.page-wrap {
  padding-bottom: 114px;
}

.page-wrap>div {
  /* width: 1200px; */
  margin: 0 auto;
  max-width: 1200px;
}

.contact-title {
  text-align: center;
  padding-bottom: 40px;
  position: relative;
}

.contact-title h1 {
  font-size: 40px;
  color: #2e60ad;
  margin-top: 80px;
  margin-bottom: 8px;
}


.contact-title h4 {
  font-size: 30px;
  color: #666;
}

.contact-title::after {
  position: absolute;
  bottom: -1px;
  content: '';
  width: 266px;
  height: 1px;
  background-color: #2e60ad;
  left: 50%;
  transform: translateX(-50%);
}

.contact-wrap {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  border-top: 1px solid #ccc;
  padding-top: 65px;
  flex-wrap: wrap;
}

.pl-52 {
  padding-left: 52px;
  box-sizing: border-box;
}

.contact-wrap-title h5 {
  color: #3e6fb9;
  font-size: 24px;
  display: inline-block;
  margin-bottom: 55px;
}

.contact-wrap-title span {
  font-size: 18px;
  color: #3e6fb9;
}

.contact-left-item-top {
  font-size: 20px;
  color: #3e3e3e;
}

.contact-left-item-bottom {
  font-size: 14px;
  color: #747474;
  margin-top: 10px;
  line-height: 24px;
}

.contact-left-item {
  margin-bottom: 20px;
}

.contact-left-item-bottom p {
  line-height: 26px;
}

input:focus {
  outline: none;
}

button,
input {
  border: none;
}

.contact-righ .txt {
  margin-bottom: 35px;
}

.ipt {
  background-color: #e8e8e9;
  height: 38px;
  border-radius: 38px;
  width: 476px;
  padding-left: 32px;
  display: block;
  box-sizing: border-box;
  font-size: 18px;
}

.contact-righ .text {
  height: 152px;
  width: 476px;
  resize: none;
  outline: none;
  border: none;
  font-size: 18px;
  border-radius: 28px;
  background-color: #e8e8e9;
  padding: 18px 0 0 32px;
  box-sizing: border-box;
  display: block;
}

.contact-righ .contact-btn {
  margin-top: 44px;
  width: 140px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background-color: #3e6fb9;
  padding: 0;
  border-radius: 44px;
  font-size: 24px;
  color: #fff;
  cursor: pointer;
}

.contact-righ {
  padding-right: 70px;
  box-sizing: border-box;
}

.contact-map {
  padding-top: 118px;
  overflow: hidden;
}


/* 适配移动端 */

@media screen and (max-width: 1000px) {
  .page-banner {
      margin-top: 0;
  }

  .page-banner img{
    width: 100%;
    height: 100%;
  }

  .page-wrap>div {
      width: 100%;
  }

  .contact-title h1{
    font-size: 30px;
    margin-top: 30px
  }

  .contact-title h4{
    font-size: 25px;
  }

  .pl-52{
    padding-left: 22px;
    box-sizing: border-box;
  }

  .contact-righ{
    box-sizing: border-box;
    padding-left: 22px;
    padding-right: 0;
  }

  .ipt,.contact-righ textarea{
    width: 333px;
  }
  
  .contact-righ textarea{
    width: 333px !important;
  }
}