@charset "utf-8";
* {
  margin: 0;
  padding: 0;
  list-style: none;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
a {
  color: #000;
  text-decoration: none;
  outline: none;
}
a:hover {
  color: #000;
  text-decoration: underline;
  outline: none;
}
i {
  font-style: normal;
  font-weight: normal;
}

html,
body {
  position: relative;
  background-color: #43CAF9;
}
body {
  overflow: hidden;
  overflow-y: auto;
  font: 100%/1.5 Tahoma, Helvetica, Arial, "Microsoft YaHei", STXihei, SimSun,
    sans-serif;
  color: #000;
  background-image: url("../images/top_bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
}

/* 自适应框架（设计图宽度） */
body {
  max-width: 19.2rem;
  margin: 0 auto;
}
body * {
  max-width: 19.2rem;
}
.fl {
  float: left;
  _display: inline;
}
.fr {
  float: right;
  _display: inline;
}
.clear {
  clear: both;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
  overflow: hidden;
}
.clearfix {
  zoom: 1;
}

.box9_l {
  width: 6.27rem;
  margin-left: 0.4rem;
}
.box9_r {
  width: 6.27rem;
  margin-right: 0.4rem;
}
.txt_bg li {
  display: flex;
  justify-content: space-around;
  margin-bottom: 0.4rem;
}
.txt_bg li .bg {
  width: 1.05rem;
  height: 1.05rem;
  background-color: #589eb8;
  border-radius: 100%;
  text-align: center;
  line-height: 1.05rem;
  font-weight: bold;
  color: #fff;
  font-size: 0.6rem;
}
.txt_bg li .txt {
  width: 4rem;
}
.txt_bg li .txt h2 {
  line-height: 0.3rem;
  text-align: left;
  margin-bottom: 0.1rem;
}
.txt_bg li .txt h2 a {
  color: #589eb8;
  font-size: 0.22rem;
}
.txt_bg li .txt p {
  font-size: 0.16rem;
}
.box10 {
  background-color: #faf7f1 !important;
  width: 100%;
  height: 2.3rem;
  display: flex;
  justify-content: space-around;
}
.box10 div {
  width: 1.16rem;
  height: 1.16rem;
  margin-top: 0.2rem;
}
.box10 div:nth-child(2n) {
  margin-top: 0.6rem;
}
.box10 div img {
  width: 100%;
}
/* .box10 li:first-child {
  position: absolute;
  left: 1rem;
  top: 0.2rem;
  background-color: #ffbd66;
} */

.page20 {
  display: flex;
  justify-content: space-around;
}
.page20 .btn {
  width: 5.87rem;
}
.page20 .btn img {
  width: 100%;
}
header,
main,
footer {
  position: relative;
  z-index: 10;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  clear: both;
}
header {
  width: 100%;
  height: 6.28rem;
  background-image: url("../images/top_bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
  opacity: 0;
}
header img {
  position: absolute;
  z-index: 100;
}
main {
  width: 14rem;
  display: block;
  background-color: #fff;
}
footer {
  font-size: 16px;
  padding: 20px;
}
.more2 {
  text-align: right;
  margin-right: 0.5rem;
  font-size: 0.2rem;
  color: #333;
}
/* 移动端自适应 */
@media screen and (max-width: 1024px) {
  html,
  body {
    overflow: hidden;
    overflow-y: auto !important;
  }
  body {
    max-width: 10.24rem;
    margin: 0 auto;
    background-image: url("../images/top_bg_m.jpg") !important;
  }
  body * {
    max-width: 10.24rem;
  }
  header {
    height: 3rem !important;
  }
  main {
    width: 94% !important;
  }
}
