.contact-cont {
  padding: 50px 40px;
  background: #fff;
}
.contact .page-title {
  margin-bottom: 30px;
}
.contact .page-title .ch {
  font-size: 18px;
}
.contact .item {
  padding: 0 20px;
}
.address {
  margin-bottom: 20px;
}
.address-list li {
  overflow: hidden;
  margin-bottom: 10px;
  color: #666;
  line-height: 26px;
}
.address-list li .iconfont {
  display: inline-block;
  width: 40px;
  font-size: 22px;
  float: left;
}
.address-list li .info {
  margin-left: 40px;
  font-size: 14px;
}
.map .map-img {
  width: 100%;
}
.link,
.consult {
  margin-top: 30px;
}
.link-list li {
  width: 230px;
  height: 50px;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 50px;
  margin-bottom: 10px;
}
.link-list li:hover {
  border-color: #00baff;
}
.link-list li img {
  height: 30px;
  margin-top: 10px;
}
.consult-msg {
  padding: 5% 0;
  background: #f5f5f5;
  margin-top: 2%;
}
.consult-msg .form-item {
  margin-bottom: 15px;
}
.consult-msg .form-item input {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  border-bottom: 1px solid #ccc;
}
.consult-msg .form-item input:focus {
  border-color: #00baff;
}
.consult-msg .form-item textarea {
  width: 100%;
  height: 50px;
  line-height: 25px;
  padding: 0 10px;
  border-bottom: 1px solid #ccc;
  resize: none;
}
.consult-msg .form-item textarea:focus {
  border-color: #00baff;
}
.consult-msg .submit-btn {
  display: block;
  width: 180px;
  height: 40px;
  background: #00baff;
  border-radius: 40px;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.consult-msg .submit-btn:hover {
  background: #00a6eb;
}
@media screen and (max-width: 1199px) {
  .contact-cont {
    padding: 30px 10px;
  }
}
@media screen and (max-width: 991px) {
  .link-list li {
    float: left;
    margin-right: 5px;
  }
}
@media screen and (max-width: 600px) {
  .contact .item {
    padding: 0;
  }
  .address {
    margin-bottom: 0;
  }
  .consult,
  .link {
    margin-top: 5px;
  }
  .link-list li {
    width: 145px;
    height: 36px;
  }
  .link-list li img {
    height: 23px;
    margin-top: 6px;
  }
}
