@import 'iconfont.css';
.contact-content {
  padding-top: 3rem;
  background: #f8f8f8;
}
.contact-content .contact-middle {
  text-align: center;
}
.contact-content .contact-middle h2 {
  font-size: 2.4rem;
  letter-spacing: 1px;
  padding-bottom: 2.2rem;
  font-weight: bold;
  border-bottom: 1px solid #e6e6e6;
}
.contact-content .contact-middle .contact-search {
  text-align: left;
  background: #fff;
  margin-top: 2rem;
}
.contact-content .contact-middle .contact-search > ul {
  float: left;
}
.contact-content .contact-middle .contact-search > ul li {
  float: left;
  padding: 1.3rem 0 1.3rem 3.1rem;
}
.contact-content .contact-middle .contact-search > ul li span {
  font-size: 0.8rem;
}
.contact-content .contact-middle .contact-search > ul li select {
  width: 8rem;
  color: #666;
  padding: 0.08rem 4rem 0.08rem 0;
  border-color: #e5e5e5;
}
.contact-content .contact-middle .contact-search .btn {
  float: right;
  width: 7.5rem;
  height: 2.1rem;
  background: #fec000;
  text-align: center;
  margin-top: 1.05rem;
  margin-right: 3.1rem;
  cursor: pointer;
}
.contact-content .contact-middle .contact-search .btn a {
  font-size: 0.8rem;
  font-weight: bold;
  color: #fff;
  line-height: 2.1rem;
}
.contact-content .contact-middle .contact-search .btn:hover {
  background: #28468e;
}
.contact-content .contact-middle .contact-detail {
  text-align: left;
}
.contact-content .contact-middle .contact-detail ul li {
  padding: 1.9rem 3.2rem;
  background: #fff;
  margin-top: 0.5rem;
  position: relative;
}
.contact-content .contact-middle .contact-detail ul li div {
  float: left;
}
.contact-content .contact-middle .contact-detail ul li div:first-child h3 {
  font-size: 1.2rem;
  margin-bottom: 1.4rem;
  font-weight: bold;
}
.contact-content .contact-middle .contact-detail ul li div:first-child h3 i {
  font-size: 1rem;
  margin-left: 2.2rem;
  font-weight: normal;
}
.contact-content .contact-middle .contact-detail ul li div:first-child h3 span {
  font-size: 0.8rem;
  color: #999;
  font-weight: normal;
}
.contact-content .contact-middle .contact-detail ul li div:first-child p > span {
  font-size: 0.8rem;
  color: #999;
}
.contact-content .contact-middle .contact-detail ul li div:first-child p > span .dark {
  color: #666;
}
.contact-content .contact-middle .contact-detail ul li div:first-child p > span:last-child {
  margin-left: 5.7rem;
}
.contact-content .contact-middle .contact-detail ul li div:first-child .experience {
  margin-top: 0.7rem;
}
.contact-content .contact-middle .contact-detail ul li div:first-child .experience > span:last-child {
  margin-left: 7.8rem;
}
.contact-content .contact-middle .contact-detail ul li div:nth-child(2) {
  position: absolute;
  top: 46%;
  right: 20%;
}
.contact-content .contact-middle .contact-detail ul li div:nth-child(2) p {
  font-size: 0.8rem;
  color: #999;
}
.contact-content .contact-middle .contact-detail ul li div:nth-child(2) p span {
  font-size: 1.6rem;
  color: #28468e;
  font-weight: bold;
  letter-spacing: 1px;
}
.contact-content .contact-middle .contact-detail ul li div:last-child {
  float: right;
}
.contact-content .contact-middle .contact-detail ul li div:last-child.btn {
  width: 7.5rem;
  height: 2.1rem;
  border: 1px solid #999;
  text-align: center;
  margin-top: 3rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.contact-content .contact-middle .contact-detail ul li div:last-child.btn a {
  font-size: 0.8rem;
  display: block;
  color: #28468e;
  line-height: 2.1rem;
  font-weight: bold;
}
.contact-content .contact-middle .contact-detail ul li div:last-child.btn:hover {
  background: #28468e;
}
.contact-content .contact-middle .contact-detail ul li div:last-child.btn:hover a {
  color: #fff;
}
.page-list {
  padding: 5% 0 8% 0;
}
.page-list ul {
  margin: 0 auto;
  text-align: center;
  font-size: 0;
}
.page-list ul li {
  width: 2.6rem;
  height: 2.6rem;
  line-height: 2.6rem;
  background-color: #fff;
  border: solid 1px #eaeaea;
  display: inline-block;
  font-size: 1rem;
}
.page-list ul li:not(:last-child) {
  margin-right: 1rem;
}
.page-list ul li a {
  color: #666;
}
.page-list ul li.pre-btn,
.page-list ul li.next-btn {
  background-color: #f3f3f3;
  border: 1px solid #eaeaea;
}
.page-list ul li.pre-btn .iconfont,
.page-list ul li.next-btn .iconfont {
  font-size: 1rem;
}
.page-list ul li:nth-last-of-type(1) {
  font-size: 1rem;
  color: #666666;
  border: none;
  white-space: nowrap;
  background-color: transparent!important;
  cursor: auto;
}
.page-list ul li.page-num.active {
  background-color: #28468e;
}
.page-list ul li.page-num.active a {
  color: #fff;
}
.page-list ul li:hover {
  background-color: #28468e;
}
.page-list ul li:hover a {
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .contact-content .contact-middle .contact-detail ul li div:nth-child(2) {
    margin-left: 12rem;
  }
}
@media screen and (max-width: 768px) {
  .contact-content {
    padding-top: 1.6rem;
  }
  .contact-content .contact-middle h2 {
    font-size: 1.6rem;
    padding-bottom: 1.6rem;
  }
  .contact-content .contact-middle .contact-search {
    padding-bottom: 1rem;
  }
  .contact-content .contact-middle .contact-search > ul {
    padding-top: 1rem;
    padding-left: 2%;
    padding-bottom: 1rem;
  }
  .contact-content .contact-middle .contact-search > ul li {
    width: 49%;
    padding: 0;
  }
  .contact-content .contact-middle .contact-search > ul li span {
    font-size: 14px;
  }
  .contact-content .contact-middle .contact-search > ul li:nth-child(2) {
    padding-left: 6%;
  }
  .contact-content .contact-middle .contact-search > ul li:nth-child(3) {
    margin-top: 1rem;
  }
  .contact-content .contact-middle .contact-search > ul li select {
    width: 8rem;
    height: 2.5rem;
    padding: 0;
  }
  .contact-content .contact-middle .contact-search .btn {
    width: 12rem;
    height: 2.5rem;
    float: left;
    margin-left: 2%;
  }
  .contact-content .contact-middle .contact-search .btn a {
    font-size: 14px;
    line-height: 2.5rem;
  }
  .contact-content .contact-middle .contact-detail ul li {
    padding: 1rem;
  }
  .contact-content .contact-middle .contact-detail ul li div:nth-child(2) {
    margin-left: 0;
    width: 100%;
    margin-top: 1rem;
    position: relative;
    top: 0;
    left: 0;
  }
  .contact-content .contact-middle .contact-detail ul li div:nth-child(2) p {
    font-size: 13px;
  }
  .contact-content .contact-middle .contact-detail ul li div:last-child.btn {
    float: left;
    margin-left: 2rem;
    margin-left: 0;
    margin-top: 1rem;
    height: 2.5rem;
  }
  .contact-content .contact-middle .contact-detail ul li div:last-child.btn a {
    line-height: 2.5rem;
    font-size: 14px;
  }
  .contact-content .contact-middle .contact-detail ul li div:first-child h3 {
    font-size: 14px;
  }
  .contact-content .contact-middle .contact-detail ul li div:first-child h3 i {
    font-size: 13px;
  }
  .contact-content .contact-middle .contact-detail ul li div:first-child h3 span {
    font-size: 13px;
  }
  .contact-content .contact-middle .contact-detail ul li div:first-child p span {
    font-size: 13px;
  }
  .contact-content .contact-middle .contact-detail ul li div:first-child p > span:last-child {
    margin-left: 5rem;
  }
}
/*# sourceMappingURL=contact_yingpin.css.map */