@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: 792px;
  width: 100%;
  background: url(../images/header_img.jpg) no-repeat top center;
}
.container .banner {
  height: 408px;
  width: 100%;
  box-sizing: border-box;
  background: url(../images/forme_bg.jpg) no-repeat top center;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.container .banner h3 {
  font-size: 30px;
  color: #fff;
  line-height: 32px;
  text-indent: 30px;
  margin-bottom: 20px;
  font-weight: normal;
  letter-spacing: 5px;
}
.container .banner form {
  width: 637px;
  margin-bottom: 64px;
}
.container .banner .item_input {
  height: 64px;
  width: 100%;
  display: flex;
  align-items: center;
}
.container .banner .item_input .user_tel {
  flex: 1;
  height: 100%;
  background-color: #fff;
  text-indent: 20px;
  font-size: 30px;
  color: #cacaca;
}
.container .banner .item_input .submit {
  width: 156px;
  height: 64px;
  background-color: #f5ce86;
  color: #841a1f;
  font-size: 30px;
  font-weight: bold;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.container .banner .contact_info {
  display: flex;
  justify-content: space-between;
  width: 770px;
}
.container .banner .left_cont {
  display: flex;
  flex-direction: column;
  margin-top: 52px;
  color: #f5ce86;
  font-size: 20px;
  line-height: 33px;
  padding-left: 25px;
}
.container .banner .right_code .code_img {
  width: 138px;
  height: 157px;
}
.container .banner .right_code .code_img img {
  width: 100%;
  height: 100%;
}
