@charset "utf-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0;
}
body {
  font-size: 12px;
  font-family: Microsoft YaHei, Arial;
}
img {
  border: none;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
}
table,
th,
tr,
td {
  border-collapse: collapse;
  border-spacing: 0;
  border: none;
}
input,
select,
textarea,
map,
area {
  outline: none;
  border: none;
  background: none;
  resize: none;
}
/* 清浮动 */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.clearfix {
  zoom: 1;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
body,
html {
  height: 100%;
  width: 100%;
}
.inner {
  margin: 0 auto;
  width: 1200px;
}
.container {
  min-width: 1250px;
}
.container .header {
  height: 1178px;
  width: 100%;
  background: url(../images/header_img.jpg) no-repeat top center;
}
.container .banner {
  height: 555px;
  padding-top: 130px;
  width: 100%;
  background: url(../images/main_bg.jpg) no-repeat top center;
}
.container .banner form {
  width: 909px;
  margin: 0 auto;
}
.container .banner .item_input {
  height: 90px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
.container .banner .item_input .user_tel {
  flex: 1;
  height: 100%;
  background-color: #ffffff;
  text-indent: 35px;
  font-size: 30px;
  color: #666;
}
.container .banner .item_input .submit {
  width: 238px;
  height: 90px;
  background-color: #e72518;
  color: #fff;
  font-size: 40px;
  line-height: 90px;
  text-align: center;
  cursor: pointer;
}
.container .footer {
  height: 137px;
  width: 100%;
  background: url(../images/footer_img.jpg) no-repeat top center;
}
