
section {
  width: 1200px;
  margin: 0 auto;
}
section .pro-title {
  margin-top: 90px;
  margin-bottom: 70px;
  text-align: center;
}
section .pro-title span {
  padding: 5px 35px;
  font-size: 20px;
  color: red;
  border-top: 2px solid red;
  border-bottom: 1px solid red;
}
section .pro-title p {
  margin-top: 10px;
  font-size: 14px;
  color: #666;
}
section .content .adre-list {
  zoom: 1;
}
section .content .adre-list li {
  float: left;
  width: 190px;
  text-align: center;
}
section .content .adre-list li p img {
  width: 70px;
  height: 70px;
}
section .content .adre-list li h3 {
  font-weight: 500;
  font-size: 18px;
  line-height: 40px;
}
section .content .adre-list li span {
  font-size: 14px;
  display: block;
  height: 60px;
}
section .content .adre-list li:not(:first-child) {
  margin-left: 30px;
}
section .content .adre-list::after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
}
section .content .send-msg {
  padding-left: 30px;
}
section .content .send-msg p {
  margin-top: 10px;
}
section .content .send-msg p input {
  width: 500px;
  padding-left: 15px;
  line-height: 33px;
  border: 1px  solid #dfdfdf;
}
section .content .send-msg p textarea {
  width: 600px;
  height: 200px;
  padding-top: 10px;
  padding-left: 15px;
  border: 1px  solid #dfdfdf;
}
section .content .send-msg .btn{
  text-align: left;
}
@media (max-width: 496px) {
  section{
    padding-top: 70px;
  }
  section .content .send-msg .btn {
    margin-top: 30px;
    text-align: right;
    margin-left: 15px;
    margin-right: 15px;
  }
  section {
    width: 100%;
    margin: 0 auto;
  }
  section .pro-title {
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: center;
  }
  section .pro-title span {
    padding: 5px 35px;
    font-size: 20px;
    color: red;
    border-top: 2px solid red;
    border-bottom: 1px solid red;
  }
  section .pro-title p {
    margin-top: 10px;
    font-size: 14px;
    color: #666;
  }
  section .content .adre-list {
    zoom: 1;
  }
  section .content .adre-list li {
    float: left;
    width: 33%;
    text-align: center;
    margin-top: 10px;
  }
  section .content .adre-list li p img {
    width: 35px;
    height: 35px;
  }
  section .content .adre-list li h3 {
    font-weight: 500;
    font-size: 15px;
    line-height: 26px;
  }
  section .content .adre-list li span {
    font-size: 13px;
    word-wrap: break-word;
  }
  section .content .adre-list li:not(:first-child) {
    margin-left: 0px;
  }
  section .content .adre-list::after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
  }
  section .content .send-msg {
    padding-left: 0px;
    margin-left: 5px;
    margin-right: 5px;
  }
  section .content .send-msg p {
    margin-top: 10px;
  }
  section .content .send-msg p input {
    width: 98%;
    padding-left: 5px;
    line-height: 33px;
    border: 1px  solid #dfdfdf;
  }
  section .content .send-msg p textarea {
    width: 98%;
    height: 200px;
    padding-top: 10px;
    padding-left: 5px;
    border: 1px  solid #dfdfdf;
  }
}
