* {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  outline: none;
  cursor:pointer
}

button {
  outline: none;
  cursor:pointer
}

h1 , h2 , h3 , h4 , h5 , h6 {
  font-weight: 400;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.wrapper {
  width: 1200px;
  margin: 0 auto;
}

body {
  background-color: #fff;
}

.clearfix:before,
  .clearfix:after {
    content: '';
    display: table;
  }
  .clearfix:after {
    clear: both;
  }
  .clearfix {
    *zoom: 1;
  }

.banner {
  width: 100%;
}

.banner img {
  width: 100%;
}

.bm {
  /* background: url(../images/717/背景2.png);
  padding-top: 50px;
  padding-bottom: 3px;
  text-align: center; */
  z-index: 999;
}

.bm input {
  position: absolute;
  padding-left: 10px;
  height: 65px;
  width: 436px;
  border: 0;
  bottom: 239px;
  right: 85px;
  background-color: #fff;
}

.bm .tel {
  bottom: 156px;
}

.bm .submit {
  position: absolute;
  display: inline-block;
  height: 70px;
  width: 454px;
  background-color: #d1110c;
  border: 0;
  right: 70px;
  bottom: 56px;
  opacity: 0;
  cursor: pointer;
}

.jt {
  /* padding-top: 50px; */
  /* padding-bottom: 50px; */
  text-align: center;
  /* background: url(../images/717/背景3.png); */
  /* background-color: #5F057D; */
}

.jt .img {
  margin: 0 auto !important;
  margin-bottom: 50px;
}

.jt .img:last-child {
  margin-bottom: 0;
}

.bm_ {
  background-color: #ab0311;
  padding: 0px;
  height: 100px;
  padding-top: 22.5px;
  box-sizing: border-box;
}

.bm_ .wrapper {
  position: relative;
}

.bm_ .wrapper img {
  margin: 0 auto;
}

.bm_ input {
  position: absolute;
  height: 55px;
  line-height: 55px;
  width: 290px;
  border: 0;
  top: 2px;
  left: 100px;
  background-color: #fff;
  border-radius: 5px;
  padding-left: 10px;
  box-sizing: border-box;
}

.bm_ .tel {
  left: 460px;
}

.bm_ .submit {
  position: absolute;
  display: inline-block;
  right: 97px;
  top: 0;
  background-color: #ffd800;
  border: 0;
  cursor: pointer;
  width: 300px;
  height: 60px;
  border-radius: 5px;
  text-align: center;
  line-height: 60px;
  font-weight: 700;
  color: #d91115;
  font-size: 24px;
  /* opacity: 0; */
}