* {
  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%;
}

.ss-max-title {
  display: flex;
  align-items: center;
  height: 2rem;
  justify-content: center;
  width: 20rem;
  margin: 1rem auto;
}
.ss-max-title h3 {
  display: flex;
  align-items: center;
  font-size: 1.3rem;
  color: #1b6452;
  font-weight: bold;
}
.ss-max-title h3:before {
  margin-right: 0.7rem;
  content: '';
  width: 3.2rem;
  height: 0.8rem;
  background: url(../images/ss_04.png) no-repeat left top;
  background-size: 100%;
}
.ss-max-title h3:after {
  margin-left: 0.7rem;
  content: '';
  width: 3.2rem;
  height: 0.8rem;
  background: url(../images/ss_04.png) no-repeat left top;
  background-size: 100%;
}

.ss-text-p {
  padding: 0 1rem;
}
.ss-text-p p {
  font-size: 0.75rem;
  color: #333;
  line-height: 1.3rem;
  text-align: justify;
  text-indent: 2em;
}

.ss-sd-box ul {
  padding: 0 0.5rem;
}
.ss-sd-box ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  border-bottom: 0.2rem solid #fff;
  height: 2.2rem;
}
.ss-sd-box ul li b {
  width: 6rem;
  color: #1b6754;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 0.2rem solid #fff;
  background: #d6ebe6;
  height: 100%;
}
.ss-sd-box ul li p {
  flex: 1;
  background: #f2f2f2;
  color: #1a1a1a;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding-left: 1rem;
  font-size: 0.75rem;
}
.ss-sd-box ul li:nth-child(2) b {
  background: #ebe9d6;
  color: #d56e0a;
}
.ss-sd-box ul li:nth-child(3) b {
  background: #dfe9ec;
  color: #5ea6be;
}

.ss-a1-box {
  background: #e2eeeb;
  padding: 0.5rem 0;
}
.ss-a1-box .ss-top-text {
  background: #fff;
  padding: 1rem;
  border-radius: 0 0 50% 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ss-a1-box .ss-top-text p {
  text-align: center;
  color: #1b6654;
  font-size: 0.85rem;
  line-height: 1.5rem;
}
.ss-a1-box .ss-top-text img {
  margin-top: 0.5rem;
  width: 2rem;
}
.ss-a1-box .ss-jj-text {
  background: #fff;
  width: 90%;
  margin: 1rem auto;
  padding: 1rem;
  position: relative;
  box-shadow: -0.3rem 0.3rem 0rem #d4e9e4;
}
.ss-a1-box .ss-jj-text:after {
  content: '';
  position: absolute;
  right: 0.5rem;
  bottom: 0.5rem;
  background: #8db2a9;
  width: 0.1rem;
  height: 2rem;
}
.ss-a1-box .ss-jj-text:before {
  content: '';
  position: absolute;
  right: 0.6rem;
  bottom: 0.5rem;
  background: #8db2a9;
  width: 2rem;
  height: 0.1rem;
}
.ss-a1-box .ss-jj-text p {
  font-size: 0.7rem;
  color: #333;
  text-indent: 2em;
  line-height: 1.3rem;
  text-align: justify;
}
.ss-a1-box .ss-jj-text p span {
  color: #1b6654;
  font-weight: bold;
}
.ss-a1-box .ss-jj-text2 {
  width: 95%;
  margin: 1rem auto;
  position: relative;
  background: #d4e9e4;
  padding: 0.5rem;
}
.ss-a1-box .ss-jj-text2 p {
  padding: 0.5rem;
  background: #fff;
  font-size: 0.7rem;
  color: #333;
  line-height: 1.2rem;
  text-align: justify;
}
.ss-a1-box .ss-jj-text2 p span {
  color: #1b6654;
  font-weight: bold;
}
.ss-a1-box .ss-j-img {
  margin-top: 1rem;
}
.ss-a1-box .ss-j-img .flex-fill {
  margin: 0 0.2rem;
}
.ss-a1-box .ss-j-img2 {
  margin-top: 1rem;
  flex-wrap: wrap;
}
.ss-a1-box .ss-j-img2 .flex-fill {
  width: 50%;
  padding: 0.2rem;
}
.ss-a1-box .ss-b-text {
  margin: 1rem auto;
  border-radius: 0.2rem;
  width: 95%;
  box-shadow: 0 0 0.3rem 0.3rem #d4e2df;
  background: #fff;
  padding: 0.5rem;
}
.ss-a1-box .ss-b-text p {
  font-size: 0.75rem;
  color: #333;
  line-height: 1.2rem;
  text-indent: 2em;
}
.ss-a1-box .ss-b-text p span {
  font-weight: bold;
  color: #1b6654;
}
.ss-a1-box .ss-l-box {
  display: flex;
  width: 98%;
  margin: 0 auto;
}
.ss-a1-box .ss-l-box .box {
  flex: 1;
  position: relative;
  height: 8rem;
}
.ss-a1-box .ss-l-box .box .bk {
  position: absolute;
  left: 50%;
  top: 0;
  width: 90%;
  transform: translateX(-50%);
  z-index: 1;
}
.ss-a1-box .ss-l-box .box .img {
  width: 95%;
  position: absolute;
  left: 50%;
  top: 0.3rem;
  transform: translateX(-50%);
  z-index: 2;
}
.ss-a1-box .ss-l-box .box .img img {
  width: 100%;
  display: block;
}
.ss-a1-box .ss-l-box .box .img video {
  display: block;
  width: 100%;
  height: 6rem;
}
.ss-a1-box .ss-l-box .box p {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1b6654;
  font-size: 0.7rem;
  width: 100%;
}
.ss-a1-box .ss-x-box {
  padding: 0 0.4rem;
  display: flex;
  flex-wrap: wrap;
}
.ss-a1-box .ss-x-box .box {
  width: 33.3%;
  padding: 0.2rem;
}
.ss-a1-box .ss-x-box .box img {
  display: block;
  width: 100%;
}
.ss-a1-box .ss-x-box .box p {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  color: #333;
  background: #f6f1e3;
  height: 1.6rem;
}

.ss-a2-box {
  display: flex;
  padding: 0 0.5rem;
}
.ss-a2-box .box {
  flex: 1;
  margin: 0 0.4rem;
}
.ss-a2-box .box p {
  height: 1.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-image: linear-gradient(#00b0b0, #098482);
  font-size: 0.75rem;
  margin-top: 0.1rem;
}
.ss-a2-box .box img {
  display: block;
  width: 100%;
}
.ss-a2-box .box .video-box video {
  display: block;
  width: 100%;
  height: 6rem;
}

/*# sourceMappingURL=css.css.map */
