* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

img {
  border: none;
}

li {
  list-style: none;
}

.clear {
  clear: both;
}

.container {
  max-width: 640px;
  margin: 0 auto;
  font-family: "Microsoft Yahei";
}

.margin {
  margin: 1rem auto;
}

.padding {
  padding: 0 0.5rem;
}

.alw img {
  width: 100%;
  display: block;
}

.a1box .title {
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.a1box .title img {
  display: block;
  width: 15rem;
}
.a1box .imgbox {
  display: flex;
}
.a1box .imgbox .box {
  padding: 0 0.4rem;
  flex: 1;
}
.a1box .imgbox .box img {
  display: block;
  width: 100%;
}
.a1box .b1box {
  margin: 1rem auto 0 auto;
  width: 95%;
  background: #2975e6;
  padding: 0.5rem;
}
.a1box .b1box .b1title {
  width: 100%;
  display: flex;
}
.a1box .b1box .b1title .imgbox {
  margin-top: -0.8rem;
  width: 4rem;
  display: flex;
  align-items: start;
  justify-content: center;
}
.a1box .b1box .b1title .imgbox img {
  display: block;
  width: 100%;
}
.a1box .b1box .b1title .textbox {
  margin-left: 0.5rem;
  flex: 1;
  color: #fff;
  margin-top: -0.3rem;
}
.a1box .b1box .b1title .textbox h3 {
  font-size: 0.9rem;
}
.a1box .b1box .b1title .textbox h3 span {
  color: #ffff00;
}
.a1box .b1box .b1title .textbox p {
  margin-top: 0.2rem;
  font-size: 0.75rem;
  background: #175bc1;
  padding: 0.2rem;
  line-height: 1.2rem;
}
.a1box .b1box .b1conbox {
  margin-top: 1rem;
  display: flex;
}
.a1box .b1box .b1conbox .box {
  background: #175bc1;
  flex: 1;
  margin: 0 0.4rem;
  color: #fff;
}
.a1box .b1box .b1conbox .box h4 {
  margin: 0 auto;
  width: 95%;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  border-bottom: 1px solid #3570c9;
}
.a1box .b1box .b1conbox .box h4 img {
  margin-right: 0.5rem;
  width: 2rem;
}
.a1box .b1box .b1conbox .box p {
  font-size: 0.75rem;
  line-height: 1.3rem;
  padding: 0.5rem;
}
.a1box .b2box {
  margin: 0 auto;
  width: 95%;
  background: #2975e6;
  padding: 0.4rem;
}
.a1box .b2box .b2boxcon {
  background: #fff;
  border-radius: 0.4rem;
}
.a1box .b2box .b2boxcon .b2title {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2975e6;
  font-size: 1.2rem;
  font-weight: bold;
  height: 3.5rem;
}
.a1box .b2box .b2boxcon .imgtextbox {
  display: flex;
  padding: 0 0.5rem;
}
.a1box .b2box .b2boxcon .imgtextbox .imgbox {
  width: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.a1box .b2box .b2boxcon .imgtextbox .imgbox img {
  display: block;
  width: 100%;
}
.a1box .b2box .b2boxcon .imgtextbox .textbox {
  flex: 1;
  display: flex;
  align-items: center;
  margin-left: 0.5rem;
}
.a1box .b2box .b2boxcon .imgtextbox .textbox p {
  font-size: 0.75rem;
  color: #222;
  text-indent: 2em;
  line-height: 1.2rem;
}
.a1box .b2box .b2boxcon .listbox {
  margin-top: 1rem;
}
.a1box .b2box .b2boxcon .listbox .list {
  padding: 0 0.5rem;
}
.a1box .b2box .b2boxcon .listbox .list h5 {
  background: #2975e6;
  display: flex;
  height: 2rem;
  font-size: 0.9rem;
  align-items: center;
  width: 16rem;
  border-radius: 0 0.9rem 0.9rem 0;
  color: #fff;
}
.a1box .b2box .b2boxcon .listbox .list h5 span {
  border-radius: 0 50% 50% 0;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 100%;
  color: #2975e6;
  font-size: 1.1rem;
  font-weight: bold;
  margin-right: 0.5rem;
}
.a1box .b2box .b2boxcon .listbox .list dl {
  margin: 1rem auto;
  background: #eeeeee;
  padding: 0.5rem;
  display: flex;
}
.a1box .b2box .b2boxcon .listbox .list dl dt {
  width: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.a1box .b2box .b2boxcon .listbox .list dl dt img {
  display: block;
  width: 100%;
}
.a1box .b2box .b2boxcon .listbox .list dl dd {
  display: flex;
  align-items: center;
  margin-left: 0.5rem;
  flex: 1;
}
.a1box .b2box .b2boxcon .listbox .list dl dd p {
  font-size: 0.75rem;
  color: #222;
  line-height: 1.2rem;
  text-indent: 2em;
}
.a1box .b3box {
  margin: 0 auto;
  width: 95%;
  background: #2975e6;
  padding: 0.4rem;
}
.a1box .b3box .b3boxcon {
  background: #fff;
  border-radius: 0.4rem;
}
.a1box .b3box .b3boxcon .b3title {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2975e6;
  font-size: 1.2rem;
  font-weight: bold;
  height: 3.5rem;
}
.a1box .b3box .b3boxcon .imgtextbox {
  margin-bottom: 1rem;
  display: flex;
  padding: 0 0.5rem;
}
.a1box .b3box .b3boxcon .imgtextbox .imgbox {
  width: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.a1box .b3box .b3boxcon .imgtextbox .imgbox img {
  display: block;
  width: 100%;
}
.a1box .b3box .b3boxcon .imgtextbox .textbox {
  flex: 1;
  display: flex;
  align-items: center;
}
.a1box .b3box .b3boxcon .imgtextbox .textbox p {
  font-size: 0.75rem;
  color: #222;
  text-indent: 2em;
  line-height: 1.2rem;
}

.a2box .title {
  display: flex;
  height: 1.5rem;
  align-items: center;
  justify-content: center;
}
.a2box .title img {
  width: 18rem;
}
.a2box .imgbox {
  margin: 1rem auto;
  display: flex;
}
.a2box .imgbox .box {
  flex: 1;
  padding: 0.2rem;
}
.a2box .imgbox .box img {
  display: block;
  width: 100%;
}
.a2box .imgbox .box p {
  font-size: 0.75rem;
  color: #222;
  line-height: 1.2rem;
  padding: 0.2rem;
}
.a2box .imgbox .box p b{
  font-weight: bold;
}
.a2box .gdimgbox {
  margin-bottom: 1rem;
}
.a2box .gdimgbox ul {
  display: flex;
}
.a2box .gdimgbox ul li {
  width: 10rem;
  margin: 0 0.5rem;
}
.a2box .gdimgbox ul li img {
  display: block;
  width: 100%;
}

/*# sourceMappingURL=css.css.map */
