* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body,
html {
  height: 100%;
  overflow: auto;
}
body {
  padding-bottom: 36px;
}

ul,
li {
  list-style: none;
}
a {
  text-decoration: none;
}

.top {
  padding: 10px 5px;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background: #009b4c;
}

.banner img {
  width: 100%;
}

.swiper-pagination-bullet {
  background: #b4b3b3;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background: rgb(230, 33, 41);
}

/* fix */
.fix {
  position: fixed;
  z-index: 10;
  left: 0;
  bottom: 0;
  width: 100%;
}
.fix ul {
  display: flex;
  justify-content: space-between;
  padding: 0 5px;
  background: #159442;
}

.fix ul li a {
  display: block;
  padding: 0 5px;
  font-size: 14px;
  line-height: 36px;
  color: #fff;
  text-align: center;
}

.title {
  margin: 5px 0;
  padding: 0 15px;
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  background: #009b4c;
}

/* index */
.part1 {
  padding: 10px;
  font-size: 12px;
  line-height: 20px;
  color: #000;
  text-indent: 2em;
}

.part2 {
  padding: 10px;
}
.part2-line {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}

.part2-logo {
  flex-shrink: 0;
  width: 72px;
}
.part2-logo img {
  width: 100%;
}
.part2-p {
  flex-grow: 1;
  padding-left: 10px;
  font-size: 12px;
  line-height: 20px;
  color: #000;
}
.part2-p a {
  color: #00a34a;
}

.part2 ul {
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
}

.part2 ul li a {
  display: block;
  padding: 0 10px;
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  background: #159442;
}

.part3 {
  display: flex;
  justify-content: space-between;
  padding: 10px;
}
.part3-silde {
  flex-grow: 1;
  padding-right: 10px;
  font-size: 14px;
  line-height: 24px;
  color: #000;
}
.part3-silde a {
  color: #000;
}

.part3-ewm {
  flex-shrink: 0;
  width: 90px;
}
.part3-ewm img {
  width: 100%;
}
footer {
  text-align: center;
  background: #159442;
}
footer a {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}

/* detail */
.detail {
  padding: 10px;
}
.detail-img {
  padding: 0 0 10px;
  text-align: center;
}
.detail-img i {
  display: block;
  padding: 10px;
  border: 1px solid #eee;
}
.detail-img i img {
  width: 50%;
}
/* .detail-img p {
  font-size: 16px;
  line-height: 36px;
  color: #000;
} */

.detail-line {
  display: flex;
  padding: 5px 0;
  font-size: 14px;
  line-height: 24px;
  color: #000;
  border-bottom: 1px solid #efefef;
}
..detail1 .detail-line:nth-child(5),.detail1 .detail-line:nth-child(6){
    display: block;
} 

.detail-width {
  padding: 5px 0;
  font-size: 14px;
  line-height: 24px;
  color: #000;
  border-bottom: 1px solid #efefef;
}
.detail-line-attr {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.detail-line-attr i {
  height: 20px;
}
.detail-line-attr i img {
  width: 20px;
}
.detail-line-attr span {
  display: block;
  padding: 0 5px;
}
.detail-width .detail-line-val {
  text-indent: 2em;
}

/* about */
.about {
  padding: 10px;
}
.about p {
  font-size: 14px;
  line-height: 24px;
  color: #000;
  text-indent: 2em;
}
.about p img {
  width: 100%;
  text-indent: -2em;
}

/* pics */
.pics {
  padding: 10px;
}
.pics ul {
}
.pics ul li {
  padding: 10px 0;
  border-bottom: 1px solid #efefef;
}
.pics ul a {
  display: flex;
  align-items: center;
}
.pic-li-img {
  flex-shrink: 0;
  width: 72px;
  height: 72px;
  border: 1px solid #b4b3b3;
  border-radius: 50%;
  overflow: hidden;
}
.pic-li-img img {
  width: 100%;
  object-fit: contain;
}
.pic-li-name {
  flex-grow: 1;
  overflow: hidden;
  padding-left: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #000;
}

/* atlas */
.atlas {
  padding: 10px;
}
.atlas p {
  text-indent: 2em;
}
.atlas p img {
  width: 100%;
  margin-left: -2em;
}

/* 翻页 */

.pages {
  display: flex;
  justify-content: center;
  padding: 10px 0;
  text-align: center;
  color: #2a4347;
}

.pages a {
  display: block;
  min-width: 26px;
  margin: 0 2px;
  padding: 0;
  font: 400 14px/24px "微软雅黑";
  color: #333;
  background: #fff;
  border: 1px solid #333;
  border-radius: 12px;
}
.page-first,
.page-last {
  width: 70px;
}

.pages a.page-num {
  color: #fff;
  background: #159442;
  border: 1px solid #000;
}
