* {
  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%;
}

.a1-box {
  background: #f6f6f8;
  padding: 1rem;
}
.a1-box .title {
  margin: 0 auto;
  width: 21rem;
  height: 1.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.a1-box .title h2 {
  font-size: 1.1rem;
  color: #333;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 2;
  font-weight: bold;
}
.a1-box .title h2 span {
  color: #0c9182;
}
.a1-box .title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -0.2rem;
  width: 100%;
  height: 0.5rem;
  background: #d5f0e9;
  z-index: 1;
}
.a1-box .w-hr {
  width: 80%;
  margin: 0 auto;
}
.a1-box .w-hr img {
  display: block;
  width: 100%;
}
.a1-box .b1-box {
  display: flex;
}
.a1-box .b1-box .img {
  width: 6rem;
  z-index: 2;
}
.a1-box .b1-box .img img {
  display: block;
  width: 100%;
}
.a1-box .b1-box .text {
  padding: 0 0.5rem;
  flex: 1;
}
.a1-box .b1-box .text h3 {
  height: 1.7rem;
  display: flex;
  align-items: center;
  font-size: 0.8rem;
  color: #333;
  border-bottom: 1px solid #e5e5e5;
}
.a1-box .b1-box .text h3 img {
  width: 0.7rem;
  margin-right: 0.4rem;
}
.a1-box .b1-box .text p {
  margin-top: 0.3rem;
  font-size: 0.7rem;
  line-height: 1.2rem;
  color: #888;
  text-indent: 2em;
}

.max_title {
  margin: 1rem auto;
}
.max_title h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  height: 2rem;
}
.max_title h3 b {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 0.6rem;
  background-image: linear-gradient(#08b5a0, #028077);
  color: #fff;
}
.max_title h3 span {
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 0.6rem;
  color: #333;
  border-bottom: 1px dashed #028177;
}
.max_title .text {
  margin: 1rem auto;
  width: 21rem;
  height: 1.7rem;
  border-radius: 1.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  border: 1px dashed #0c9182;
  padding: 0 0.5rem;
}
.max_title .text img {
  width: 0.6rem;
  display: block;
}
.max_title .text p {
  flex: auto;
  margin: 0 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.max_title .w2 {
  width: 12.5rem;
}

.a2-box .text-p {
  padding: 0 0.5rem;
}
.a2-box .text-p p {
  font-size: 0.85rem;
  color: #333;
  line-height: 1.4rem;
  text-indent: 2em;
}
.a2-box .swiper-banner .swiper-pagination {
  bottom: 0.2rem;
}
.a2-box .swiper-banner .swiper-pagination-bullet {
  background: #e5e5e5;
}
.a2-box .swiper-banner .swiper-pagination-bullet-active {
  background: #0bb6a6;
}

.a3-box {
  margin: 1rem auto;
  background: #f6f6f8;
  padding: 0.5rem;
}
.a3-box .swiper-banner {
  padding: 0 1rem;
}
.a3-box .swiper-banner .swiper-container {
  padding-bottom: 2rem;
}
.a3-box .swiper-banner .swiper-pagination {
  bottom: 0;
}
.a3-box .swiper-banner .swiper-pagination-bullet {
  background: #d2d2d2;
  filter: alpha(opacity=100%);
  opacity: 1;
}
.a3-box .swiper-banner .swiper-pagination-bullet-active {
  background: #0bb6a6;
}

.a4-box .d-flex {
  flex-wrap: wrap;
  padding: 0 0.5rem;
}
.a4-box .d-flex .box {
  width: 50%;
  padding: 0.4rem;
}
.a4-box .d-flex .box .bg {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0.5rem;
  height: 14rem;
}
.a4-box .d-flex .box .bg img {
  width: 4rem;
  display: block;
  margin: 0.5rem auto;
}
.a4-box .d-flex .box .bg h4 {
  font-size: 0.9rem;
  color: #333;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
.a4-box .d-flex .box .bg p {
  font-size: 0.7rem;
  color: #888;
  line-height: 1.4rem;
  display: flex;
  text-align: justify;
}
.a4-box .d-flex .box .bg1 {
  background: #eef9f5;
}
.a4-box .d-flex .box .bg2 {
  background: #fff6ed;
}

.a5-box {
  position: relative;
  height: 29rem;
  padding-top: 3.5rem;
}
.a5-box .bj {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}
.a5-box .video-box {
  margin: 1.5rem auto 1rem auto;
  width: 80%;
  background: #fff;
  padding: 0.5rem;
  box-shadow: 0.1rem 0.1rem 0.3rem 0.3rem #999;
  border-radius: 1rem;
}
.a5-box .video-box img {
  display: block;
  width: 100%;
}
.a5-box .video-box video {
  display: block;
  width: 100%;
  height: 11rem;
}

/*# sourceMappingURL=css.css.map */
