@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: 1546px;
  width: 100%;
  background: url(../images/header_img.jpg) no-repeat top center;
}
.container .banner {
  height: 229px;
  padding-top: 157px;
  width: 100%;
  background: url(../images/banner_bg.jpg) no-repeat top center;
}
.container .banner form {
  display: flex;
  justify-content: center;
}
.container .banner .item_input {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1106px;
  height: 92px;
}
.container .banner .user_tel {
  display: flex;
  text-indent: 40px;
  font-size: 27px;
  color: #bcbcbc;
  width: 867px;
  height: 91px;
  background-color: #fcfcfc;
}
.container .banner .submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 239px;
  height: 92px;
  background: url(../images/submit_btn.png) no-repeat top center;
  cursor: pointer;
}
.container .main {
  height: 632px;
  width: 100%;
  background: url(../images/main_img.jpg) no-repeat top center;
}

