@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: 2191px;
  width: 100%;
  background: url(../images/header_img.jpg) no-repeat top center;
}
.container .banner {
  height: 815px;
  width: 100%;
  box-sizing: border-box;
  background: url(../images/banner_bg.jpg) no-repeat top center;
  position: relative;
  margin-top: -3px;
}
.container .banner .inner {
  width: 943px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.container .banner .form_container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 36px;
  padding-bottom: 68px;
}
.container .banner h3 {
  font-size: 36px;
  color: #fff;
  line-height: 50px;
  text-indent: 30px;
  font-weight: normal;
  margin-bottom: 36px;
}
.container .banner form {
  width: 100%;
}
.container .banner .item_input {
  height: 95px;
  width: 100%;
  display: flex;
  align-items: center;
}
.container .banner .item_input .user_tel {
  flex: 1;
  height: 100%;
  background-color: #ffffff;
  text-indent: 35px;
  font-size: 42px;
  color: #cacaca;
}
.container .banner .item_input .submit {
  width: 240px;
  height: 95px;
  background-color: #fce3b3;
  color: #841a1f;
  font-size: 36px;
  font-weight: bold;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.container .banner .code_container {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.container .banner .code_container .code_left {
  padding-top: 60px;
}
.container .banner .code_container .code_img {
  width: 160px;
  height: 160px;
}
.container .banner .code_container .code_txt {
  font-size: 25px;
  line-height: 56px;
  color: #fff;
  text-align: center;
}

