* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  /* 让所有斜体不倾斜 */
  i,
  em {
    font-style: normal;
  }
  /* 去掉列表前面的默认样式 */
  li {
    list-style: none;
  }
  /* 让图片没有边框 以及去掉图片底部空白间隙 */
  img {
    /* 去除兼容ie6图片链接边框 */
    border: 0;
    vertical-align: middle;
  }
  /* 让button按钮变成小手 */
  button {
    cursor: pointer;
  }
  /* 取消链接的下划线 */
  a {
    text-decoration: none;
  }
  /* 按钮样式 */
  button,
  input {
    font-family: 'Microsoft YaHei', 'Heiti SC', tahoma, arial, 'Hiragino Sans GB', \\5B8B\4F53, sans-serif;
    /*取消轮廓线 蓝色的*/
    outline: none;
  }

  body {
    font-family: -apple-system, BlinkMacSystemFont, PingFangSC-Regular, "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: .14rem;
    color: #333;
    min-width: 320px;
    max-width: 750px;
    margin: 0 auto;
    background: #f5f5f5;
  }
  /* header */
  header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: .8rem;
    padding: .1rem;
    background-color: #06316d;
  }
  header span.iconfont {
    font-size: .5rem;
    color: #fff;
  }
  header h1{
    flex: 1;
    margin: 0 0.1rem;
  }
  header h1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /* banner */
  .banner-container {
    position: relative;
    height: 4.45rem;
    overflow: hidden;
  }
  .swiper {
    width: 100%;
    height: 100%;
  }

  .banner-container .swiper-slide {
    text-align: center;
    width: 100% !important;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .banner-container .swiper-pagination-bullet-active {
    background: #06316d;
  }
  
  /* footer */
  footer {
    height: 6rem;
    text-align: center;
    font-size: .23rem;
    margin-bottom: 1.1rem;
  }
  .footer-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .copyright {
    padding-top: .1rem;
  }
  .copyright a {
    color: #333;
  }
  .copyright p {
    margin-bottom: .1rem;
  }
  /* 底部导航栏 */
  .footer-nav {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 50%;
    width: 100%;
    max-width: 7.5rem;
    min-width: 3.2rem;
    height: 1.1rem;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    padding-top: .1rem;
    background-color: #fff;
    z-index: 999;
  }
  .footer-nav .item {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
  }
 .item .iconfont {
    font-size: .5rem;
    color: #06316d;
    margin-bottom: .05rem;
  }
  .footer-nav .item p {
    font-size: .3rem;
    color: #333;
  }
  /* 右侧咨询 */
  .right-consultation {
    position: fixed;
    right: 0;
    top: 50%;
    width: .68rem;
    height: 1.88rem;
    z-index: 9999;
  }
  .right-consultation img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /* 列表当前位置 */
  .current-location {
    padding: .3rem 0 .15rem .2rem;
    font-size: .25rem;
    border-bottom: 1px solid #ccc;
  }
  .current-location a {
    color: #333;
  }
  /* 列表 */
  .list-container {
    padding: .25rem 0 .25rem .15rem;
  }
  .list-item {
    display: flex;
    margin-bottom: .2rem;
  }
 .list-item a {
   display: flex;
   color: #0c0c0c;
 }
  .list-item img {
    width: 2rem;
    height: 2rem;
    object-fit: cover;
  }
  .list-item .list-txt {
    flex: 1;
    margin-left: .15rem;
    padding: .2rem .15rem 0 0;
  }
  .list-txt h2 {
    text-align: center;
    font-size: .28rem;
  }
  .list-txt p {
    font-size: .22rem;
    text-indent: 2em;
    margin-top: .2rem;
  }
  .art-content {
    margin-top: .5rem;
    text-align: center;
    color: #444;
  }
  .art-content h2{
    font-size: .25rem;
    margin-bottom: .3rem;
  }
  .art-content .content {
    font-size: .2rem;
  }
.art-content .content img {
  width: 5rem;
  height: 100%;
}
.art-nav {
  margin: .2rem auto;
}
.art-nav ul {
  display: flex;
}
.art-nav ul li {
  text-align: center;
  flex: 1;
}
.art-nav ul li a{
  color: #333;
  font-size: .28rem;
}