* {
  margin: 0;
  padding: 0;
  color: #000;
  -webkit-text-size-adjust: none;
}

body {
  max-width: 640px;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  font-family: Microsoft Yahei, Helvetica Neue !important;
}

h1,
h2,
h3,
h4 {
  font-weight: normal;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

i {
  font-style: normal;
}

img {
  display: block;
}

.wrap {
  height: 100%;
  width: 100%;
}

.cl {
  overflow: hidden;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.header {
  width: 100%;
  height: auto;
  background: url('https://tfile.dahe.cn/4105220003/img/banner.png') center bottom no-repeat;
  background-size: cover;
  text-align: center;
  padding: 0.4rem 0;
  border-bottom: #2ca5ff  solid 2px;
}

.header img {
  width: 3.6rem;
  margin: 0 auto;
}
.footer {
  width: 100%;
  background: #e7e7e7;
  padding: 0.36rem 0;
  margin-top: 0.4rem;
}

.footer p {
  font-size: 0.22rem;
  color: #565555;
  margin-bottom: 0.04rem;
  text-align: center;
  line-height: 1.5;
}

.footer a {
  font-size: 0.22rem;
  color: #565555;
}

/* * 轮播图 */
.banner a img {
  width: 100%;
  height: 3.8rem;
  object-fit: cover;
}
.banner {
  position: relative;
}

.swiper-container {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 95%;
  height: 0.5rem;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  line-height: 0.5rem;
  font-size: 0.2rem;
  padding-left: 5%;
  text-align: left;
}
.swiper-pagination-bullet {
  width: 0.1rem !important;
  height: 0.1rem !important;
}
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: -0.03rem !important;
  left: INITIAL;
  width: fit-content;
  right: 10px;
}
.swiper-pagination-bullet {
  background-color: white;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background-color: red;
}
.tabCon {
  display: flex;
  flex-direction: column;
  padding: 0.2rem 0;
}
.tabs {
  font-size: 0.27rem;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: space-around;
  padding: 0.1rem 0.3rem 0.15rem;
  border-bottom: #dfdfdf solid 1px;
}
.tabul {
  display: flex;
  flex-direction: column;
  padding-top: 0.1rem 0.15rem;
}
.tabul li span,
.tabul li a {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tabul li {
  font-size: 0.25rem;
  display: grid;
  grid-template-columns: 8fr 1fr;
  align-items: end;
  line-height: 0.4rem;
  padding: 0.1rem;
  border-bottom: #dfdfdf solid 1px;
  white-space: nowrap;
}
.tabul li span {
  text-align: end;
  font-size: 0.22rem;
  color: #999;
}
.tabs a span {
  padding-bottom: 0.15rem;
  color: #999;
}
.tabs a.active span {
  color: #015293;
  border-bottom: #015293 solid 2px;
}
.tabul .more {
  display: block;
  text-align: center;
  padding: 0.1rem 0 0.1rem;
}

.hdTitem{width: 95%;margin: 0 auto;}
.hdTitem ul{display: -webkit-flex;display: flex;justify-content: space-between;}
.hdTitem ul li{width: 48.5%;padding: 20px 0;border-radius: 2px;}
.hdTitem ul li a{display: block;width: 100%;height: 100%;display: -webkit-flex;display: flex;align-items: center;justify-content: center;}
.hdTitem ul li:first-child{background: #DCE8FE;}
.hdTitem ul li:first-child h3{color: #024790;}
.hdTitem ul li:nth-child(2){background: #E6FEDA;}
.hdTitem ul li:nth-child(2) h3{color: #4C8447;}
.hdTitem ul li img{margin-right: 16px;width: 32px;height: 32px;}
.hdTitem ul li h3{font-size: 18px;font-weight: bold;}
