* {
  margin: 0;
  padding: 0;
}
ul,
li {
  list-style: none;
}
a {
  text-decoration: none;
}
img {
  display: block;
  border: none;
}
body {
  background: #ffffff;
}
.show_img {
  width: 100%;
  height: auto;
}
.banner {
  width: 100%;
  overflow: hidden;
}
.banner_text {
  margin: 18px 16px 0;
  font-size: 16px;
  line-height: 20px;
  color: #666;
}
.banner_text p{
    margin: 26px 16px 0;
    text-align: justify;
}
.banner_text p.light{
    text-align: center;
    color: red;
    font-weight: bold;
}
.sub_main {
  width: 100%;
  padding-top: 10px;
}
.sub_main .sub_line {
  width: 200px;
  height: 32px;
  border: 2px solid #FF5A00;
  margin: 12px auto 0;
  border-radius: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
}
.sub_main .sub_line .sub_label {
  font-size: 14px;
  color: #FF5A00;
  line-height: 32px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-flex-shrink: 0;
  margin-left: 14px;
}
.sub_main .sub_line .sub_input {
  width: 134px;
  border: none;
  outline: none;
  font-size: 14px;
  line-height: 32px;
  border-radius: 0 18px 18px 0;
}
.sub_main .sub_btn {
  width: 204px;
  height: 36px;
  background: #ff5a00;
  border-radius: 12px;
  margin: 16px auto 0;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
}
.bz_main {
  width: 100%;
  margin-top: 12px;
}
.cn_main {
  width: 100%;
  margin-top: 29px;
}
