@charset "utf-8";
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
p,
th,
td,
button,
textarea {
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'PingFang SC',
    'Helvetica Neue', STHeiti, 'Microsoft Yahei', Tahoma, Simsun, sans-serif;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

em,
i {
  font-style: normal;
}

img {
  border: none;
}

ul,
ol,
li {
  list-style: none;
}
* {
  -webkit-tap-highlight-color: transpranet;
}
img {
  border: 0 none;
  vertical-align: middle;
}
a {
  background: transparent;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  outline: none;
  word-break: break-all;
}

a:active {
  outline: 0;
}

a:focus {
  outline: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

html,
body {
  width: 100%;
  height: 100%;
  background-color: #fff;
}
p {
  line-height: 40px !important;
}

/*清浮动*/

.clear:after {
  display: block;
  content: ' ';
  font-size: 0;
  height: 0;
  clear: both;
}

.clear {
  *zoom: 1;
}

/* index */
.wrap_index {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  color: #2f2f2f;
}

.index_title {
  text-align: center;
  font-size: 0.42rem;
  padding-top: 0.5rem;
  padding: 0.4rem 0.3rem 0;
}
.index_title p {
  font-weight: bold;
}
.index_title span {
  font-weight: normal;
  font-size: 0.28rem;
}
.index_title .sub_title {
  font-size: 0.28rem;
  margin-top: 0.2rem;
}
.index_con {
  padding: 0.6rem 0.25rem;
  font-size: 0.26rem;
}
.index_pop {
  padding: 0.2rem 0.5rem;
  font-size: 0.26rem;
}
.index_pop p {
  margin-bottom: 0.2rem;
  line-height: 0.4rem;
  text-align: justify;
}
.index_con p {
  margin-bottom: 0.2rem;
  line-height: 0.4rem;
  text-align: justify;
}
.index_pop p span {
  color: #0000ff;
}
.index_pop h1 {
  font-size: 0.46rem;
  margin-bottom: 0.5rem;
  text-align: center;
}
.index_pop p.pop {
  font-size: 0.38rem;
}
.index_con p.ti {
  text-indent: 2em;
  word-wrap: break-word;
}
.index_con a.tel {
  color: #0000cc;
}
.index_con p.fb {
  font-weight: bold;
  margin-top: 0.3rem;
}
.index_con p.right {
  text-align: right;
}
.index_b {
  margin-top: 0.3rem;
}
.index_b p.p_date {
  margin-top: 0.4rem;
}
.index_b p.p_date span {
  padding-left: 0.5rem;
}
.index_b p.p_date span.year {
  padding-left: 0.8rem;
}

.xy_title {
  font-size: 0.3rem;
  font-weight: bold;
  text-align: center;
  padding: 0.5rem 0.4rem 0.1rem;
}
.index_con p.xy_tt {
  font-weight: bold;
  text-align: center;
  padding: 0.2rem 0;
  font-size: 0.3rem;
}
.fw_bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
}
.fw_bottom .p1 {
  margin-bottom: 0.8rem;
}
.btn {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  margin: auto;
  width: 90%;
  height: 0.7rem;
  font-size: 0.35rem;
  color: #fff;
  background: #9bbcff;
  border-radius: 0.47rem;
  text-align: center;
}
.footer {
  height: 1.1rem;
  background-color: #fff;
  vertical-align: middle;
  line-height: 0.7rem;
  position: fixed;
  bottom: 0px;
  width: 100%;
}
