.contact {
  background-image: url(../images/videobg.png);
  position: relative;
}
.contact_layout {
  width: 100%;
  display: flex;
  align-items: flex-start;
  padding: 50px 5%;
}
.contactUs,
.websiteIntroduction {
  width: 50%;
  padding: 10px 50px;
}
.web_title,
.contact_title {
  width: 50%;
  margin: 0 auto;
  background-image: url(../images/tjbg.png);
  background-size: 100% 100%;
  background-position: center;
  padding: 8px 0px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  margin-bottom: 20px;
}
.contact_content,
.web_content {
  width: 100%;
  background-color: #efe7de9f;
  padding: 20px 50px;
  /* 阴影 */
  box-shadow: 0px 0px 10px #999;
  margin-bottom: 20px;
  /* 圆角 */
  border-radius: 10px;
}
.contact_content p,
.web_content p {
  text-indent: 2em;
  line-height: 5em;
  font-size: 1.5rem;
  color: #333;
  font-family: "微软雅黑";
}
.contact_content p {
  text-align: center;
}
.message {
  background-image: url("../images/liuyanbg.png");
  background-size: 100% 100%;
  background-position: center;
  padding: 10px 20px;
  margin-top: 50px;
}
.message textarea {
  width: 100%;
  height: 200px;
  padding: 10px;
  border: none;
  border-radius: 5px;
  background: none;
  font-size: 1.2rem;
  color: #333;
  font-family: "微软雅黑";
  outline: none;
}
.contactUs button {
  background: linear-gradient(to bottom, #acacac, #949494);
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 10px 40px;
  font-size: 1.2rem;
  font-family: "微软雅黑";
  cursor: pointer;
  margin-top: 20px;
  box-shadow: 0px 0px 10px #999;
}
