.footer {
  width: 100%;
  margin: auto;
  padding: auto;
  background: url(../image/dibu1.jpg) center center no-repeat;
  padding: 30px 0;
}
.footer_con {
  width: 1200px;
  margin: auto;
  overflow: hidden;
}
.footer_logo,
.footer_t_a {
  width: 35%;
  float: left;
  margin-top: 30px;
}
.footer_e_a {
  width: 30%;
  float: left;
  margin-top: 30px;
}
.footer_e_a p {
  font-size: 18px;
  /* opacity: 0.5; */
}
.footer_logo img {
  width: 75%;
}
.footer_e_a p,
.footer_t_a p,
.footer_e_a a {
  color: #fff;
  font-size: 16px;
}
.footer_e_a a:hover {
  color: #ff0000;
  text-decoration: underline;
}
.footer_nav ul {
  overflow: hidden;
  margin-bottom: 10px;
}
.footer_nav ul li a {
  /*width: 16.6%;*/
  /*float: left;*/
  color: #fff;
  font-size: 16px;
  /*text-align: center;*/
}
.footer-beian {
  width: 100%;
  text-align: center;
  color: #cccccc;
  font-size: 16px;
  float: left;
  margin-top: 20px;
}
.footer-beian a {
  color: #fff;
}
.footer-beian a:hover {
  color: #ff0000;
  text-decoration: underline;
}

/*footer结束*/

/*表单*/
.layer-t {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: #000;
  opacity: 0.3;
  filter: alpha(opacity=30);
  z-index: 900;
  display: none;
}
.form-message,
.layer-success {
  background: #eee;
  /*position: absolute;*/
  position: fixed;
  width: 550px;
  /*height: 300px;*/
  top: 25%;
  left: 50%;
  margin-left: -300px;
  z-index: 908;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  padding: 40px;
  box-sizing: border-box;
  display: none;
}
.form-m,
.success-t {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.success-tt {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
.success-ty {
  text-align: center;
  height: 30px;
  line-height: 30px;
  color: #000000;
  font-size: 18px;
  font-weight: bold;
  display: block;
  padding-left: 10px;
}
.form-tt {
  width: 100%;
  text-align: center;
  height: 30px;
  line-height: 30px;
  color: #ff6600;
  font-size: 20px;
  font-weight: bold;
}
.success-tl,
.success-fh {
  width: 100%;
  text-align: center;
  height: 40px;
  color: #000000;
  font-size: 18px;
}
.success-tl em,
.success-fhs {
  /*display: block;*/
  color: #ff6600;
  font-size: 20px;
}
.success-fhs {
  padding-right: 10px;
}
.layer-close {
  font-size: 22px;
  line-height: 0.5;
  position: absolute;
  top: 8px;
  right: 11px;
  color: #aaa;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.6);
  font-weight: bold;
  cursor: pointer;
}
.name-t,
.mobiles {
  background-image: url('../image/zoom3.jpg');
  padding-left: 30px;
  border: 1px solid #ff6600;
  height: 40px;
  line-height: 40px;
  background-color: #fff;
  background-position: 8px 13px;
  background-repeat: no-repeat;
  width: 340px;
  margin-top: 10px;
}
.mobiles {
  background-image: url('../image/zoom2.jpg');
}
.name-t::-webkit-input-placeholder,
.mobiles::-webkit-input-placeholder {
  color: #999;
  font-size: 14px;
}
.name-t:-moz-placeholder,
.mobiles:-moz-placeholder {
  color: #999;
  font-size: 14px;
}
.name-t:-ms-input-placeholder,
.mobiles:-ms-input-placeholder {
  color: #999;
  font-size: 14px;
}
.submit-tt {
  margin-top: 10px;
  text-align: center;
}
.receive {
  width: 128px;
  height: 40px;
  background: #ff6600;
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  font-weight: bold;
  letter-spacing: 2px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
}
button {
  border: none;
  outline: none;
  -webkit-appearance: none;
}
