@charset "utf-8";
/*单行省略号*/
/*多行省略号*/
/**清除浮动**/
/**fit img**/
/*主色调*/
/*移动左右间隙*/
br {
  content: "";
  display: block;
  height: 10px;
}

.contact-mian {
  padding: 80px 0 120px;
}

.head:after {
  content: '';
  display: block;
  clear: both;
}

.head .tabs {
  margin-top: 6px;
}

.head .tabs li {
  width: 120px;
  height: 40px;
  color: #999;
  text-align: center;
  line-height: 40px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 18px;
  position: relative;
  float: left;
  cursor: pointer;
  box-shadow: 0 0 0px 1px #ddd inset;
}

.head .tabs li ~ li {
  margin-left: -1px;
}

.head .tabs li::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(127deg, #009FEA 0%, #00E1B3 100%);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  opacity: 0;
  color: #fff;
}

.head .tabs li.on, .head .tabs li:hover {
  color: #fff;
  box-shadow: 0 0 1px transparent inset;
}

.head .tabs li.on::after, .head .tabs li:hover::after {
  opacity: 1;
}

.address {
  margin-top: 52px;
  color: #666;
  font-size: 20px;
}

.address .map {
  margin-left: 35px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.address .map:hover {
  box-shadow: 0 1px 0 0px #00c9c7;
  color: #00c9c7;
}

.contact-form {
  display: block;
  margin-top: 86px;
}

.contact-form .item ~ .item {
  margin-top: 48px;
}

.contact-form .label {
  font-weight: 500;
  padding-bottom: 16px;
}

.contact-form .required {
  color: #E02020;
}

.contact-form input, .contact-form textarea {
  height: 40px;
  border-radius: 4px;
  border: 1px solid #dddddd;
  padding: 0 16px;
  width: 100%;
}

.contact-form input {
  height: 40px;
}

.contact-form textarea {
  height: 240px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.contact-form .btn {
  margin-top: 64px;
}

.contact-list {
  margin: 80px -15px 0;
}

.contact-list:after {
  content: '';
  display: block;
  clear: both;
}

.contact-list li {
  float: left;
  width: 33.333333%;
  padding: 0 15px;
}

.contact-list .box {
  padding: 0 15px;
  border: 1px solid #dddddd;
  padding: 48px 40px;
}

.contact-list .tit {
  font-size: 24px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}

.contact-list .item {
  margin-top: 48px;
}

.contact-list .key {
  font-size: 20px;
}

.contact-list .key .iconfont {
  font-size: 24px;
  margin-right: 10px;
}

.contact-list .val {
  margin-top: 24px;
}

.supervise {
  margin-top: 80px;
}

.supervise .tit {
  font-size: 28px;
}

.supervise .des {
  font-size: 16px;
  color: #666;
  line-height: 2;
  margin-top: 32px;
}

.supervise .info {
  margin-top: 40px;
  line-height: 40px;
}

/*# sourceMappingURL=maps/contact.css.map */
