* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0;
}

dl, ol, ul {
  margin-bottom: 0;
}

input, select {
  outline: none;
}

p {
  margin-bottom: 0;
}

ul {
  padding: 0;
}

li {
  list-style: none;
}

.container {
  max-width: 640px;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}

.alw img {
  display: block;
  width: 100%;
}

.max-title {
  margin: 1rem auto;
  display: flex;
  padding: 0 0.5rem;
  height: 2.2rem;
  border-bottom: 1px solid #bfbfbf;
  align-items: center;
}
.max-title img {
  width: 1.2rem;
  margin-right: 0.5rem;
}
.max-title h3 {
  font-size: 1.05rem;
  color: #131313;
}
.max-title span {
  margin-left: 0.5rem;
  font-size: 0.7rem;
  color: #080808;
  display: flex;
  align-items: flex-end;
  height: 60%;
}
.max-title .left {
  flex: 1;
  display: flex;
  height: 100%;
  align-items: center;
}
.max-title .left span {
  margin-left: 0.5rem;
  font-size: 0.7rem;
  color: #080808;
  display: flex;
  align-items: flex-end;
  height: 60%;
}
.max-title a {
  width: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fd5e09;
  border: 1px solid #fd5e09;
  border-radius: 0.5rem;
  font-size: 0.7rem;
  height: 1.4rem;
}

.a1-box {
  padding: 0 0.5rem;
}
.a1-box .nav {
  display: flex;
  flex-wrap: wrap;
}
.a1-box .nav li {
  width: 33.3%;
  padding: 0.2rem;
}
.a1-box .nav li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 1.8rem;
  background: #085f87;
  color: #fff;
  font-size: 0.75rem;
}
.a1-box .nav li:nth-child(2) a {
  background: #81ab62;
}
.a1-box .nav li:nth-child(3) a {
  background: #2c478d;
}
.a1-box .nav li:nth-child(4) a {
  background: #a263ba;
}
.a1-box .nav li:nth-child(5) a {
  background: #4a7eb3;
}
.a1-box .nav li:nth-child(6) a {
  background: #bea359;
}
.a1-box .nav li:nth-child(7) a {
  background: #a5875f;
}
.a1-box .nav li:nth-child(8) a {
  background: #d78153;
}
.a1-box .nav li:nth-child(9) a {
  background: #087787;
}
.a1-box .zjwd {
  margin: 1rem auto;
  display: flex;
  background: #efeeee;
  padding: 0.5rem 0;
}
.a1-box .zjwd .d {
  width: 1.875rem;
  height: 1.725rem;
  background: #fd5e09;
  color: #fff;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 0.6rem 0.6rem 0;
}
.a1-box .zjwd .img {
  margin: 0 0.5rem;
  width: 4.875rem;
}
.a1-box .zjwd .img img {
  display: block;
  width: 100%;
}
.a1-box .zjwd .text {
  flex: 1;
  margin-left: 0.5rem;
}
.a1-box .zjwd .text .name {
  display: flex;
  align-items: center;
}
.a1-box .zjwd .text .name h3 {
  font-size: 1rem;
  color: #212020;
  font-weight: bold;
}
.a1-box .zjwd .text .name span {
  margin-left: 0.5rem;
  background: #fd5e09;
  color: #fff;
  font-size: 0.7rem;
  transform: skewX(170deg);
  padding: 0.1rem 0.6rem;
}
.a1-box .zjwd .text .zysc {
  margin: 0.5rem 0;
  height: 1.4rem;
  display: flex;
}
.a1-box .zjwd .text .zysc h4 {
  width: 4.5rem;
  font-size: 0.8rem;
  font-weight: bold;
  background: #087787;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.a1-box .zjwd .text .zysc img {
  width: 1rem;
  display: block;
}
.a1-box .zjwd .text .p {
  color: #272727;
  font-size: 0.75rem;
  line-height: 1.2rem;
}

.a2-box .tab-con .tab-box {
  display: none;
  margin: 0 auto;
  width: 95%;
  background: #087787;
  padding: 1rem 0.5rem;
  border-radius: 0.6rem 0.6rem 0 0;
}
.a2-box .tab-con .tab-box .d-flex .img {
  width: 6.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.a2-box .tab-con .tab-box .d-flex .img img {
  display: block;
  width: 100%;
}
.a2-box .tab-con .tab-box .d-flex .text {
  flex: 1;
  margin-left: 1rem;
}
.a2-box .tab-con .tab-box .d-flex .text .h4-title {
  display: flex;
  align-items: center;
  font-size: 0.9rem;
  color: #fff;
  font-weight: bold;
}
.a2-box .tab-con .tab-box .d-flex .text .h4-title img {
  width: 1.3875rem;
  margin-right: 0.5rem;
}
.a2-box .tab-con .tab-box .d-flex .text .info {
  display: flex;
  margin: 0.5rem 0;
}
.a2-box .tab-con .tab-box .d-flex .text .info .bq {
  display: flex;
}
.a2-box .tab-con .tab-box .d-flex .text .info .bq b {
  width: 4.5rem;
  height: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #087787;
  font-size: 0.8rem;
}
.a2-box .tab-con .tab-box .d-flex .text .info .bq img {
  width: 0.9rem;
}
.a2-box .tab-con .tab-box .d-flex .text .info .flex-fill {
  margin-left: 0.4rem;
  height: 1.4rem;
  display: flex;
  align-items: center;
  color: #fac819;
  font-size: 0.8rem;
  font-weight: bold;
}
.a2-box .tab-con .tab-box .d-flex .text .p {
  color: #fff;
  font-size: 0.7rem;
  line-height: 1.2rem;
  text-align: justify;
}
.a2-box .tab-con .tab-box .list {
  padding: 0.5rem;
}
.a2-box .tab-con .tab-box .list dl dt {
  display: flex;
}
.a2-box .tab-con .tab-box .list dl dt h4 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  color: #fff;
  font-weight: bold;
  width: 4.5rem;
  height: 1.5rem;
  background: #fdac11;
}
.a2-box .tab-con .tab-box .list dl dt img {
  width: 0.7rem;
}
.a2-box .tab-con .tab-box .list dl dd {
  padding: 0.5rem 0;
  font-size: 0.75rem;
  color: #fff;
  line-height: 1.3rem;
  text-indent: 2em;
  text-align: justify;
}
.a2-box .tab-con .tab-box:nth-child(1) {
  display: block;
}
.a2-box .tab-btn {
  display: flex;
  padding: 1rem 0.4rem;
}
.a2-box .tab-btn .btn {
  flex: 1;
  margin: 0 0.2rem;
  height: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #767676;
  color: #fff;
  font-size: 0.8rem;
  border-radius: 0;
  font-weight: bold;
}
.a2-box .tab-btn .on {
  background: #087787;
  position: relative;
}
.a2-box .tab-btn .on:after {
  position: absolute;
  content: '';
  top: -0.4rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
  border-bottom: 0.4rem solid #087787;
}

.a3-box {
  padding-bottom: 0.5rem;
}
.a3-box .list {
  margin: 0.5rem auto;
  width: 95%;
  border: 1px dashed #087787;
  padding: 0.5rem 0.5rem 1rem 0.5rem;
  border-radius: 0.4rem;
  position: relative;
}
.a3-box .list:after {
  content: '';
  width: 1.2rem;
  height: 1.2rem;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #087787;
  position: absolute;
  left: 25%;
  bottom: -0.9rem;
  z-index: 1000;
}
.a3-box .list:before {
  content: '';
  width: 1.2rem;
  height: 1.2rem;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #087787;
  position: absolute;
  right: 25%;
  bottom: -0.9rem;
  z-index: 1000;
}
.a3-box .list .title {
  display: flex;
  align-items: center;
  height: 2.2rem;
  color: #2c2d2d;
  font-size: 0.9rem;
  font-weight: bold;
}
.a3-box .list .title img {
  width: 1.3rem;
  margin-right: 0.5rem;
}
.a3-box .list .hzjx {
  margin: 0.5rem 0.5rem 0.5rem 1.6rem;
}
.a3-box .list .hzjx dt {
  background: #087787;
  color: #fff;
  height: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  width: 5rem;
}
.a3-box .list .hzjx dd {
  margin-top: 0.5rem;
  color: #1e1e1e;
  font-size: 0.75rem;
  line-height: 1.2rem;
  text-align: justify;
}
.a3-box .list .d {
  display: flex;
}
.a3-box .list .d .left {
  width: 1.3rem;
}
.a3-box .list .d .left img {
  display: block;
  width: 100%;
}
.a3-box .list .d .right {
  flex: 1;
  margin-left: 0.5rem;
}
.a3-box .list .d .right p {
  color: #1e1e1e;
  font-size: 0.75rem;
  line-height: 1.2rem;
  text-align: justify;
}
.a3-box .list:last-child:after {
  display: none;
}
.a3-box .list:last-child:before {
  display: none;
}

.ckgd {
  width: 75%;
  margin: 0.5rem auto;
}

/*# sourceMappingURL=css.css.map */
