* {
  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";
  background: url(../images/ys_bj.jpg);
  background-size: contain;
}

.margin {
  margin: 1rem auto;
}

.padding {
  padding: 0 0.5rem;
}

.w90 {
  margin: 0 auto;
  width: 90%;
}

.alw img {
  width: 100%;
  display: block;
}

.ys_maxtitle {
  background: #fff;
}

.banner {
  border-top: 1.125rem solid #d67075;
}

.a1box {
  padding: 0.5rem 0;
}
.a1box .ytitle {
  width: 85%;
  margin: 1rem auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.a1box .ytitle img {
  width: 3.45rem;
}
.a1box .ytitle h3 {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #10636e;
  color: #fff;
  font-size: 1rem;
  border-radius: 1rem;
  height: 2rem;
  font-weight: normal;
  margin: 0 1rem;
}
.a1box .ybox {
  padding: 0 0.5rem;
  width: 95%;
  margin: 0 auto;
}
.a1box .ybox .hide {
  display: none;
}
.a1box .ybox .leftbox {
  display: flex;
}
.a1box .ybox .leftbox .dybox {
  width: 17.4375rem;
  height: 17.4375rem;
  background: #d1eef2;
  border-radius: 50%;
  margin-right: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.a1box .ybox .leftbox .dybox p {
  margin: 0 auto;
  width: 70%;
  font-size: 0.75rem;
  line-height: 1.2rem;
  color: #333;
}
.a1box .ybox .leftbox .dybox img {
  margin-top: 0.5rem;
  width: 8.85rem;
}
.a1box .ybox .leftbox .infobox {
  width: 2.775rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.a1box .ybox .leftbox .infobox p {
  height: 8.25rem;
  width: 100%;
  background: #10636e;
  color: #fff;
  font-size: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.6rem;
}
.a1box .ybox .rightbox {
  display: flex;
}
.a1box .ybox .rightbox .dybox {
  width: 17.4375rem;
  height: 17.4375rem;
  border-radius: 50%;
  margin-left: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #fcccca;
}
.a1box .ybox .rightbox .dybox p {
  margin: 0 auto;
  width: 70%;
  font-size: 0.75rem;
  line-height: 1.2rem;
  color: #333;
}
.a1box .ybox .rightbox .dybox img {
  margin-top: 0.5rem;
  width: 8.85rem;
}
.a1box .ybox .rightbox .infobox {
  width: 2.775rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.a1box .ybox .rightbox .infobox p {
  background: #b3282d;
  height: 8.25rem;
  width: 100%;
  color: #fff;
  font-size: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.6rem;
}
.a1box .zx {
  width: 13.4625rem;
  margin: 1rem auto;
}

.a2box .ytitle {
  width: 85%;
  margin: 1rem auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.a2box .ytitle img {
  width: 3.45rem;
}
.a2box .ytitle h3 {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #10636e;
  color: #fff;
  font-size: 1rem;
  border-radius: 1rem;
  height: 2rem;
  font-weight: normal;
  margin: 0 1rem;
}
.a2box .leftimg {
  width: 95%;
  margin: 0 auto;
  padding: 0 0.5rem;
  display: flex;
}
.a2box .leftimg .imgbox {
  width: 6.75rem;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding-bottom: 0.2rem;
  position: relative;
}
.a2box .leftimg .imgbox .wtitle {
  position: absolute;
  left: 0;
  top: 0;
  width: 5.25rem;
  height: 5.25rem;
  background: #247782;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 0.75rem;
  line-height: 1.2rem;
  text-align: center;
}
.a2box .leftimg .imgbox img {
  width: 85%;
}
.a2box .leftimg .textbox {
  flex: 1;
  background: #bedcdd;
  margin-left: 0.5rem;
  padding: 0.2rem;
  border-radius: 0.5rem;
}
.a2box .leftimg .textbox p {
  border: 1px dashed #8cb9ba;
  border-radius: 0.5rem;
  font-size: 0.75rem;
  color: #333;
  line-height: 1.2rem;
  padding: 0.2rem;
}
.a2box .rightimg {
  width: 95%;
  margin: 1rem auto;
  padding: 0 0.5rem;
  display: flex;
}
.a2box .rightimg .imgbox {
  width: 6.75rem;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding-bottom: 0.2rem;
  position: relative;
}
.a2box .rightimg .imgbox .wtitle {
  position: absolute;
  right: 0;
  top: 0;
  width: 5.25rem;
  height: 5.25rem;
  background: #247782;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 0.75rem;
  line-height: 1.2rem;
  text-align: center;
}
.a2box .rightimg .imgbox img {
  width: 85%;
}
.a2box .rightimg .textbox {
  flex: 1;
  background: #bedcdd;
  margin-right: 0.5rem;
  padding: 0.2rem;
  border-radius: 0.5rem;
}
.a2box .rightimg .textbox p {
  border: 1px dashed #8cb9ba;
  border-radius: 0.5rem;
  font-size: 0.75rem;
  color: #333;
  line-height: 1.2rem;
  padding: 0.2rem;
}

.a3box {
  padding: 1rem 0;
}
.a3box .imglist {
  display: flex;
}
.a3box .imglist .box {
  flex: 1;
  margin: 0 0.4rem;
}
.a3box .imglist .box img {
  display: block;
  width: 100%;
}

.a4box {
  padding: 1rem 0;
}
.a4box .ytitle {
  width: 85%;
  margin: 1rem auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.a4box .ytitle img {
  width: 3.45rem;
}
.a4box .ytitle h3 {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #10636e;
  color: #fff;
  font-size: 1rem;
  border-radius: 1rem;
  height: 2rem;
  font-weight: normal;
  margin: 0 0.5rem;
}
.a4box .ybox {
  padding: 0 0.5rem;
  width: 95%;
  margin: 0 auto;
}
.a4box .ybox .hide {
  display: none;
}
.a4box .ybox .leftbox {
  display: flex;
}
.a4box .ybox .leftbox .dybox {
  width: 17.4375rem;
  height: 17.4375rem;
  background: #d1eef2;
  border-radius: 50%;
  margin-right: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.a4box .ybox .leftbox .dybox p {
  margin: 0 auto;
  width: 70%;
  font-size: 0.75rem;
  line-height: 1.2rem;
  color: #333;
}
.a4box .ybox .leftbox .dybox img {
  margin-top: 0.5rem;
  width: 8.85rem;
}
.a4box .ybox .leftbox .infobox {
  width: 2.775rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.a4box .ybox .leftbox .infobox p {
  height: 8.25rem;
  width: 100%;
  background: #10636e;
  color: #fff;
  font-size: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.6rem;
}
.a4box .ybox .rightbox {
  display: flex;
}
.a4box .ybox .rightbox .dybox {
  width: 17.4375rem;
  height: 17.4375rem;
  border-radius: 50%;
  margin-left: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #fcccca;
}
.a4box .ybox .rightbox .dybox p {
  margin: 0 auto;
  width: 70%;
  font-size: 0.75rem;
  line-height: 1.2rem;
  color: #333;
}
.a4box .ybox .rightbox .dybox img {
  margin-top: 0.5rem;
  width: 8.85rem;
}
.a4box .ybox .rightbox .infobox {
  width: 2.775rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.a4box .ybox .rightbox .infobox p {
  background: #b3282d;
  height: 8.25rem;
  width: 100%;
  color: #fff;
  font-size: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.6rem;
}
.a4box .zx {
  width: 13.4625rem;
  margin: 1rem auto;
}

.a5box {
  margin-top: -1.5rem;
  padding-bottom: 1rem;
}
.a5box .ytitle {
  width: 85%;
  margin: 1rem auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.a5box .ytitle img {
  width: 3.45rem;
}
.a5box .ytitle h3 {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #10636e;
  color: #fff;
  font-size: 1rem;
  border-radius: 1rem;
  height: 2rem;
  font-weight: normal;
  margin: 0 0.5rem;
}
.a5box .imglist {
  display: flex;
}
.a5box .imglist .box {
  flex: 1;
  margin: 0 0.4rem;
}
.a5box .imglist .box img {
  display: block;
  width: 100%;
}

/*# sourceMappingURL=css.css.map */
