* {
  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";
}

.alw img {
  display: block;
  width: 100%;
}

.margin {
  margin: 1rem auto;
}

.padding {
  padding: 0 0.5rem;
}

.a1box {
  margin: 1rem auto 0 auto;
}
.a1box #s1swiper {
  margin: 0 auto 1rem auto;
  width: 95%;
}
.a1box #s1swiper img {
  display: block;
  width: 100%;
}
.a1box .textbox {
  width: 95%;
  margin: 0 auto;
  display: flex;
}
.a1box .textbox .box {
  border-top: 1px solid #b3b3b3;
  border-bottom: 1px solid #b3b3b3;
  border-right: 1px solid #b3b3b3;
  flex: auto;
  height: 1.6rem;
  display: flex;
  align-items: center;
  padding: 0 0.5rem;
  font-size: 0.65rem;
  font-weight: bold;
}
.a1box .textbox .box .p1 {
  display: flex;
  align-items: center;
  color: #1f6aba;
}
.a1box .textbox .box .p1:before {
  content: '';
  width: 5px;
  height: 5px;
  background: #3b7dc3;
  border: 2px solid #8fb4dc;
  border-radius: 50%;
  margin-right: 0.3rem;
}
.a1box .textbox .box .p2 {
  display: flex;
  align-items: center;
  color: #ff7800;
}
.a1box .textbox .box .p2:before {
  content: '';
  width: 5px;
  height: 5px;
  background: #ff7800;
  border: 2px solid #ffbb7f;
  border-radius: 50%;
  margin-right: 0.3rem;
}
.a1box .textbox .box:nth-child(2) {
  border-right: none;
}

.a2box .leftimgbox {
  padding: 0 0.5rem;
  display: flex;
  position: relative;
}
.a2box .leftimgbox:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 0.5rem;
  width: 22rem;
  height: 7.5rem;
  border: 1px solid #ccc;
  margin-left: -11rem;
  z-index: -1;
}
.a2box .leftimgbox .left {
  margin-left: 1rem;
  width: 12rem;
}
.a2box .leftimgbox .left img {
  display: block;
  width: 100%;
}
.a2box .leftimgbox .left span {
  margin: 0.2rem auto 0 auto;
  width: 95%;
  height: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #1f6aba;
  color: #fff;
  font-size: 0.8rem;
}
.a2box .leftimgbox .right {
  flex: 1;
  margin-left: 0.5rem;
  position: relative;
}
.a2box .leftimgbox .right p {
  margin-top: 1.5rem;
  color: #333;
  font-size: 0.75rem;
  line-height: 1.3rem;
  padding: 0 0.5rem;
}
.a2box .leftimgbox .right a {
  position: absolute;
  right: 1rem;
  bottom: 1.5rem;
  background: #ff7800;
  border-radius: 0.4rem;
  display: flex;
  width: 6.5rem;
  height: 1.6rem;
  color: #fff;
  justify-content: center;
  align-items: center;
  font-size: 0.8rem;
}
.a2box .leftimgbox .right a img {
  margin-left: 0.5rem;
  width: 1rem;
}
.a2box .rightimgbox {
  padding: 0 0.5rem;
  display: flex;
  position: relative;
}
.a2box .rightimgbox:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 0.5rem;
  width: 22rem;
  height: 7.5rem;
  border: 1px solid #ccc;
  margin-left: -11rem;
  z-index: -1;
}
.a2box .rightimgbox .right {
  margin-right: 1rem;
  width: 12rem;
}
.a2box .rightimgbox .right img {
  display: block;
  width: 100%;
}
.a2box .rightimgbox .right span {
  margin: 0.2rem auto 0 auto;
  width: 95%;
  height: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #1f6aba;
  color: #fff;
  font-size: 0.8rem;
}
.a2box .rightimgbox .left {
  flex: 1;
  margin-left: 0.5rem;
  position: relative;
}
.a2box .rightimgbox .left p {
  margin-top: 1.5rem;
  color: #333;
  font-size: 0.75rem;
  line-height: 1.3rem;
  padding: 0 0.5rem;
}
.a2box .rightimgbox .left a {
  position: absolute;
  left: 1rem;
  bottom: 1.5rem;
  background: #ff7800;
  border-radius: 0.4rem;
  display: flex;
  width: 6.5rem;
  height: 1.6rem;
  color: #fff;
  justify-content: center;
  align-items: center;
  font-size: 0.8rem;
}
.a2box .rightimgbox .left a img {
  margin-left: 0.5rem;
  width: 1rem;
}

.a3box .textp {
  color: #333;
  font-size: 0.8rem;
  text-indent: 2em;
  padding: 0 0.5rem;
  line-height: 1.3rem;
}
.a3box .textp span {
  color: #cf0303;
}
.a3box .pul {
  margin: 0.5rem auto;
  color: #333;
  font-size: 0.8rem;
}
.a3box .pul li {
  padding: 0 0.5rem;
  height: 1.6rem;
  display: flex;
  align-items: center;
}
.a3box .pul li img {
  width: 1rem;
  margin-right: 0.5rem;
}
.a3box .sytextbox {
  padding: 1rem 0;
  background: #1f6aba;
  border-radius: 0.4rem;
  color: #fff;
  width: 95%;
  margin: 0.5rem auto;
  border-right: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
}
.a3box .sytextbox h3 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2rem;
  font-size: 1.3rem;
  margin-bottom: 0.2rem;
}
.a3box .sytextbox h3 span {
  color: #fdba01;
}
.a3box .sytextbox ul {
  width: 80%;
  margin: 0 auto;
}
.a3box .sytextbox ul li {
  font-size: 0.9rem;
  height: 1.8rem;
  display: flex;
  align-items: center;
}
.a3box .sytextbox ul li img {
  width: 1rem;
  margin-right: 0.3rem;
}
.a3box #zjswiper .swiper-slide {
  padding: 0 0.5rem;
}
.a3box #zjswiper .swiper-slide img {
  display: block;
  width: 100%;
}
.a3box #zjswiper .swiper-slide h3 {
  margin-top: 0.5rem;
  background: #1f6aba;
  color: #fff;
  text-align: center;
  height: 1.6rem;
  line-height: 1.6rem;
  font-size: 0.9rem;
}
.a3box #zjswiper .swiper-slide p {
  border: 1px solid #ccc;
  color: #333;
  line-height: 1.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 4rem;
  font-size: 0.8rem;
}
.a3box .yytpgd {
  height: 4rem;
  background: #1f6aba;
  display: flex;
  align-items: center;
}
.a3box .yytpgd img {
  margin: 0.2rem 0.5rem 0 0.5rem;
  height: 2.5rem;
}

.a4box {
  margin: 1rem auto;
}
.a4box .tabbox {
  margin-bottom: 0.5rem;
  display: flex;
}
.a4box .tabbox .left {
  cursor: pointer;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.a4box .tabbox .left .box {
  background: #808080;
  height: 3rem;
  margin-bottom: 0.2rem;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.a4box .tabbox .left .box h3 {
  border-bottom: 1px solid #fff;
  height: 1.4rem;
  margin-bottom: 0.2rem;
  font-size: 0.9rem;
}
.a4box .tabbox .left .box p {
  font-size: 0.6rem;
}
.a4box .tabbox .left .on {
  background: #1f6aba;
  position: relative;
}
.a4box .tabbox .left .on:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 1rem;
  height: 1rem;
  background: url(../images/hz_sjx.jpg) no-repeat right center;
  background-size: 0.5rem;
  margin-top: -0.5rem;
}
.a4box .tabbox .right {
  margin-left: 0.5rem;
  width: 17.4rem;
}
.a4box .tabbox .right .box {
  display: none;
}
.a4box .tabbox .right .box:nth-child(1) {
  display: block;
}
.a4box .tabbox .right img {
  display: block;
  width: 100%;
}
.a4box .tabcon .box {
  display: none;
}
.a4box .tabcon .box .imgbox {
  flex: 1;
  margin: 0 0.2rem;
}
.a4box .tabcon .box .imgbox img {
  display: block;
  width: 100%;
}
.a4box .tabcon .box:nth-child(1) {
  display: flex;
}

.a5box {
  position: relative;
  width: 21.5rem;
  margin: 1.5rem auto 1rem auto;
}
.a5box .bj {
  display: block;
  width: 100%;
}
.a5box #gqwiper {
  position: absolute;
  left: 50%;
  top: -0.5rem;
  width: 20rem;
  margin-left: -10rem;
}
.a5box #gqwiper img {
  display: block;
  width: 100%;
}

.a6box {
  margin: 1rem auto;
  position: relative;
}
.a6box .bj {
  width: 100%;
  display: block;
}
.a6box .timebox {
  position: absolute;
  left: 8rem;
  top: 0.5rem;
  background: #1f6aba;
  color: #fff;
  font-size: 0.8rem;
  height: 1.6rem;
  line-height: 1.6rem;
  border-radius: 0.9rem;
  padding: 0 0.5rem;
}
.a6box dl {
  position: absolute;
  left: 1rem;
  top: 2.5rem;
  display: flex;
}
.a6box dl dt {
  width: 8rem;
  display: flex;
  align-items: center;
}
.a6box dl dt img {
  display: block;
  width: 100%;
}
.a6box dl dd {
  margin-left: 0.5rem;
  flex: 1;
}
.a6box dl dd h3 {
  display: flex;
  align-items: center;
  height: 1.6rem;
  font-size: 1rem;
  color: #1b1b1b;
}
.a6box dl dd h3 img {
  width: 2px;
  margin: 0.1rem 0.5rem 0 0.5rem;
}
.a6box dl dd h3 b {
  font-size: 0.8rem;
}
.a6box dl dd h4 {
  font-size: 1rem;
  color: #1b1b1b;
  height: 1.6rem;
  display: flex;
  align-items: center;
}
.a6box dl dd p {
  font-size: 0.8rem;
  color: #1b1b1b;
}
.a6box dl dd ul {
  margin-top: 0.2rem;
}
.a6box dl dd ul li {
  height: 1.4rem;
  display: flex;
  align-items: center;
  font-size: 0.8rem;
  color: #1b1b1b;
}
.a6box dl dd ul li img {
  width: 1rem;
  margin-right: 0.3rem;
}
.a6box .zjinfo {
  position: absolute;
  left: 0;
  top: 12.5rem;
}
.a6box .zjinfo h2 {
  width: 12rem;
  display: block;
  text-align: center;
  height: 1.5rem;
  line-height: 1.5rem;
  border: 1px dashed #1f6aba;
  color: #1f6aba;
  font-size: 0.9rem;
  margin: 0 auto;
}
.a6box .zjinfo p {
  margin-top: 0.5rem;
  color: #333;
  font-size: 0.8rem;
  line-height: 1.3rem;
  text-indent: 2em;
  padding: 0 0.5rem;
}

/*# sourceMappingURL=css.css.map */
