* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #333;
}
a:hover {
  color: #333;
}

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;
}

body {
  color: #333;
}

.alw img {
  display: block;
  width: 100%;
}

.container {
  max-width: 640px;
  position: relative;
  padding: 0;
}

.swiper-pagination-bullet-active {
  background: #06868a;
}

.header .nav {
  background: #f6f6f6;
  padding: 1rem 0.5rem;
}
.header .nav ul {
  width: 100%;
  display: flex;
}
.header .nav ul li {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fefefe;
  margin: 0 0.3rem;
  font-size: 0.8rem;
  padding: 0.5rem;
}
.header .nav ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-weight: bold;
}
.header .nav ul li a img {
  width: 2.4rem;
  margin-bottom: 0.3rem;
  display: block;
}

.a1-box .text-p {
  padding: 0.5rem;
}
.a1-box .text-p p {
  font-size: 0.75rem;
  line-height: 1.2rem;
  margin-bottom: 0.5rem;
  text-indent: 2em;
}
.a1-box .list {
  display: flex;
}
.a1-box .list li {
  flex: 1;
  margin: 0.2rem;
  background: linear-gradient(#1eabaf, #08888c);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 0.5rem;
  padding: 0.4rem 0.2rem;
}
.a1-box .list li img {
  width: 2rem;
  display: block;
  margin-top: 0.3rem;
  margin-bottom: 0.5rem;
}
.a1-box .list li p {
  width: 90%;
  font-size: 0.65rem;
  border-top: 1px dashed #fff;
  text-align: center;
  color: #fff;
  font-weight: bold;
  padding-top: 0.3rem;
  margin-bottom: 0.2rem;
}

.a2-box .tab-ul {
  margin: 0.5rem auto;
  display: flex;
  width: 75%;
}
.a2-box .tab-ul li {
  flex: 1;
  margin: 0 0.3rem;
  height: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #66c9cc;
  color: #fff;
  font-size: 0.8rem;
  cursor: pointer;
}
.a2-box .tab-ul .on {
  background: #06868a;
}
.a2-box .tab-con {
  margin-top: 0.8rem;
}
.a2-box .tab-con .box {
  display: none;
}
.a2-box .tab-con .box:nth-child(1) {
  display: block;
}

.a3-box > .d-flex {
  height: 17rem;
  overflow: hidden;
}
.a3-box .left {
  width: 8rem;
  background: #018488;
  padding: 0.5rem 0;
}
.a3-box .left ul {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.a3-box .left ul li {
  margin: 0.3rem 1rem;
  flex: 1;
  border: 1px solid #fff;
  color: #fff;
  font-size: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  padding: 1rem 0;
}
.a3-box .left ul .on {
  background: #23afb3;
  border: none;
}
.a3-box .right {
  flex: 1;
  background: #f1fcfc;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
}
.a3-box .right .box {
  display: none;
}
.a3-box .right .box .jt-box .title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1.7rem;
  background: #06868a;
  color: #fff;
  border-radius: 0.8rem 0 0.8em 0;
  font-size: 0.8rem;
  font-weight: bold;
}
.a3-box .right .box .jt-box .img {
  margin-top: 0.6rem;
  display: flex;
}
.a3-box .right .box .jt-box .img li {
  flex: 1;
  margin-right: 0.3rem;
}
.a3-box .right .box .jt-box .img li img {
  display: block;
  width: 100%;
}
.a3-box .right .box .jt-box .img li:last-child {
  margin-right: 0;
}
.a3-box .right .box .jt-box .list {
  margin-top: 0.3rem;
}
.a3-box .right .box .jt-box .list li {
  font-size: 0.75rem;
  border-bottom: 1px dashed #bec6c6;
  line-height: 1.2rem;
  padding: 0.2rem;
}
.a3-box .right .box .jt-box .list li:before {
  content: '';
  width: 0.65rem;
  height: 0.65rem;
  background: #06868a;
  display: inline-flex;
  border-radius: 50%;
  border: 0.15rem solid #c7e5e6;
  margin-right: 0.4rem;
}
.a3-box .right .box .jt-box .list li:last-child {
  border-bottom: none;
}
.a3-box .right .box .js-ul li {
  margin-bottom: 0.5rem;
}
.a3-box .right .box .js-ul li .t {
  height: 1.55rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10rem;
  background: #06868a;
  color: #fff;
  font-size: 0.75rem;
  font-weight: bold;
  border-radius: 0.7rem 0 0.7rem 0;
  margin-bottom: 0.5rem;
}
.a3-box .right .box .js-ul li .img {
  width: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.a3-box .right .box .js-ul li .img img {
  display: block;
  width: 100%;
}
.a3-box .right .box .js-ul li .text {
  flex: 1;
  margin-left: 0.5rem;
  display: flex;
  align-items: center;
}
.a3-box .right .box .js-ul li .text p {
  font-size: 0.7rem;
  line-height: 1rem;
}
.a3-box .right .box .js-ul li:last-child {
  margin-bottom: 0;
}
.a3-box .right .box .gx-box {
  margin-top: 0.6rem;
}
.a3-box .right .box .gx-box .img {
  display: flex;
}
.a3-box .right .box .gx-box .img li {
  flex: 1;
  margin-right: 0.5rem;
}
.a3-box .right .box .gx-box .img li img {
  display: block;
  width: 100%;
}
.a3-box .right .box .gx-box .img li:last-child {
  margin-right: 0;
}
.a3-box .right .box .gx-box .list {
  margin-top: 0.3rem;
}
.a3-box .right .box .gx-box .list li {
  font-size: 0.75rem;
  border-bottom: 1px dashed #bec6c6;
  line-height: 1.3rem;
  padding: 0.5rem 0.3rem;
}
.a3-box .right .box .gx-box .list li:before {
  content: '';
  width: 0.65rem;
  height: 0.65rem;
  background: #06868a;
  display: inline-flex;
  border-radius: 50%;
  border: 0.15rem solid #c7e5e6;
  margin-right: 0.4rem;
}
.a3-box .right .box .gx-box .list li:last-child {
  border-bottom: none;
}
.a3-box .right .box:nth-child(1) {
  display: block;
}

.a4-box {
  background: #06868a;
  padding-bottom: 1rem;
}
.a4-box .tab-ul {
  display: flex;
  width: 100%;
  padding: 1rem;
}
.a4-box .tab-ul li {
  flex: 1;
  margin: 0 0.2rem;
  height: 1.8rem;
  background: #3ca6aa;
  color: #fff;
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.a4-box .tab-ul .on {
  background: #fff;
  color: #06868a;
}
.a4-box .tab-con {
  background: #4fa3a6;
  margin: 0 1.3rem;
}
.a4-box .tab-con .box {
  display: none;
  padding: 0.5rem 0.2rem;
}
.a4-box .tab-con .box .v-list {
  display: flex;
}
.a4-box .tab-con .box .v-list li {
  flex: 1;
  margin: 0 0.3rem;
}
.a4-box .tab-con .box .v-list li img {
  display: block;
  width: 100%;
}
.a4-box .tab-con .box .v-list li video {
  display: block;
  width: 100%;
  height: 9.44rem;
  border: 1px solid #fff;
}
.a4-box .tab-con .box:nth-child(1) {
  display: block;
}

.footer {
  background: #f1f1f1;
}
.footer .foot-info {
  display: flex;
  padding: 1rem;
}
.footer .foot-info .img {
  width: 7rem;
}
.footer .foot-info .img img {
  display: block;
  width: 100%;
}
.footer .foot-info .info {
  flex: 1;
  margin-left: 0.8rem;
  display: flex;
  align-items: center;
}
.footer .foot-info .info ul li {
  display: flex;
  align-items: center;
  font-size: 0.75rem;
  line-height: 1.8rem;
  border-bottom: 1px dashed #a5a5a5;
}
.footer .foot-info .info ul li img {
  width: 0.8rem;
  display: block;
  margin-right: 0.3rem;
}
.footer .foot-info .info ul li:last-child {
  border-bottom: none;
}

/*# sourceMappingURL=css.css.map */
