html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
button,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  color: inherit;
  vertical-align: baseline;
  background: transparent;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
:focus {
  outline: none;
}
button {
  background: transparent;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
strong {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  border: 0;
  max-width: 100%;
  display: block;
}
a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
html {
  font-size: 62.5%;
  line-height: initial;
}
.container {
  width: 93.87%;
  margin: 0 auto;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.pr {
  position: relative;
}
.pb {
  position: absolute;
}
.clearfix:after {
  content: "";
  height: 0;
  clear: both;
  overflow: hidden;
  display: block;
  visibility: hidden;
}
body {
  min-width: 320px;
  max-width: 640px;
  background: #fff;
  margin: 0 auto;
  color: #282824;
}
.fbh-banner {
  position: relative;
  background: #ccc;
  padding-bottom: 68.0908%;
}
.fbh-banner .fbh-banner-wrap {
  position: absolute;
  left: 0;
  top: 0;
}
.fbh-sec {
  position: relative;
  padding: 1.6rem 0 2.7rem;
}
.fbh-sec:after {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1.5rem;
  content: '';
  background: #a4d51f;
}
.fbh-sec.bg-bl {
  background: #d7f1fe;
}
.fbh-sec.bg-bl::after {
  background: #ffcad4;
}
.fbh-sec.bg-pink::after {
  background: #74bcf2;
}
.fbh-sec.gr::after {
  background: #a4d51f;
}
.fbh-sec.nobg {
  padding-bottom: 1.2rem;
}
.fbh-sec.nobg:after {
  height: 0;
}
.fbh-sec.gray {
  padding-bottom: 2.7rem;
}
.fbh-sec.gray::after {
  height: 1.5rem;
  background: #ccc;
}
.fbh-sec-tit {
  color: #005dac;
  text-align: center;
}
.fbh-sec-tit h3 {
  font-size: 1.5rem;
  line-height: 1.5rem;
  margin-bottom: 0.8rem;
  font-weight: bold;
}
.fbh-sec-tit h3 i {
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  margin: 0 0.2rem 0.3rem;
  background: #005dac;
  border-radius: 50%;
}
.fbh-sec-tit p {
  position: relative;
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.2rem;
  margin-bottom: 1.7rem;
}
.fbh-sec-tit p::before,
.fbh-sec-tit p::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  width: 1.6rem;
  height: 0;
  border-top: 1px dashed #005dac;
}
.fbh-sec-tit p::before {
  left: -2rem;
}
.fbh-sec-tit p:after {
  right: -2rem;
}
.fbh-sec-tit.single p {
  margin-bottom: 1rem;
  padding-top: 0.2rem;
}
.fbh-img {
  overflow: hidden;
  margin-bottom: 0.8rem;
}
.fbh-img .fbh-img-item {
  float: left;
  width: 49%;
  margin-right: 2%;
}
.fbh-img .fbh-img-item:last-child {
  margin-right: 0;
}
.fbh-img .fbh-img-item .fbh-img-desc {
  font-size: 1.1rem;
  text-align: center;
  line-height: 2.8rem;
}
.fbh-img .fbh-img-item.nomg {
  margin-right: 0;
}
.fbh-img .fbh-img-item.single {
  width: 100%;
}
.fbh-img .fbh-img-item.bg-gray {
  position: relative;
  padding-top: 43.6%;
  background: #f0f0f0;
}
.fbh-img .fbh-img-item.bg-gray .fbh-img-txt {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  text-indent: 2em;
  padding: 0 1rem;
  font-size: 1.1rem;
}
.fbh-desc-txt {
  font-size: 1.2rem;
  line-height: 1.7rem;
}
.fbh-desc-txt p {
  text-indent: 2em;
}
.fbh-desc-txt.sm {
  margin-bottom: 0.8rem;
}
.main {
  height: auto;
  margin: 0 auto;
  border: #C90 solid 1px;
  border-radius: .8em;
  box-shadow: 1px 1px 3px 3px #CCC;
  padding-bottom: 1em;
  font-size: 1.2rem;
}
.toplogo .title {
  width: 95%;
  height: auto;
  margin: 0 auto;
  padding-top: 0.5em;
}
.toplogo .title img {
  width: 95%;
}
.cmain .ctitle {
  width: 95%;
  height: auto;
  margin: 0 auto;
  font-size: 1em;
  text-align: center;
}
.baomwzkr input,
input,
textarea {
  font-family: inherit;
  font-size: 1em;
  line-height: 30px;
  border: none;
  width: 98%;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0;
  text-shadow: none;
  vertical-align: middle;
}
.maplist table {
  width: 97%;
}
.zx-btn-b {
  background: #0089cf;
  top: 6%;
  color: #FFF;
  width: 72%;
  border: none;
  border-radius: 6px;
  font-size: 1.1em;
}
.con_title,
.con_titles,
.ones {
  display: none;
}
