@charset "UTF-8";
.main {
  width: 1397px;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .main {
    width: 7.5rem;
    margin: 0 auto;
    overflow: hidden;
  }
}

header {
  background-image: url(/dwzzb/images/header_bg.jpg);
  width: 100%;
  height: 260px;
  background-size: 100% 100%;
}

header .main {
  display: flex;
  justify-content: space-between;
}

header .main .logo {
  padding-top: 70px;
}

header .main .logo img {
  width: 840px;
  height: 94px;
}

header .main .seach {
  margin-right: 55px;
  margin-top: 82px;
  width: 247px;
  height: 48px;
  background: rgba(4, 0, 0, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 6px;
  display: flex;
  align-items: center;
}

header .main .seach input {
  height: 48px;
  padding-left: 16px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #fdeceb;
}

header .main .seach input::placeholder {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #fdeceb;
}

header .main .seach .an {
  width: 47px;
  height: 40px;
  background: #ffffff;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}

header .main .seach .an input {
    background: url(/dwzzb/images/seach_icon.png) center no-repeat;
    background-size: 24px;
    padding: 0;
    width: 100%;
}

header .main .seach .an img {
  width: 24px;
  height: 24px;
}

.mask {
  display: none;
}

.header_sj {
  display: none;
}

@media screen and (max-width: 750px) {
  header {
    display: none;
  }
  .mask {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 70;
    display: none;
  }
  .header_sj {
    background:#b9b9b9;
    display: block;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 0.99rem;
  }
  .header_sj .logo {
    margin-left: 0.1rem;
  }
  .header_sj .logo img {
    width: 6rem;
    height: 0.7rem;
  }
  .header_sj .nav12 {
    margin-right: 0.1rem;
  }
  .header_sj .nav12 img {
    width: 0.47rem;
    height: 0.41rem;
  }
  .header_sj .mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 70;
    display: none;
  }
  .header_sj .nav_li {
    overflow: hidden;
    width: 3.72rem;
    position: fixed;
    background-color: #c21920;
    right: -3.72rem;
    height: 100vh;
    top: 0;
    z-index: 99;
    display: none;
  }
  .header_sj .nav_li ul {
    display: inherit;
  }
  .header_sj .nav_li ul li {
    border-bottom: 0.03rem solid #fff;
    margin-left: 0;
  }
  .header_sj .nav_li ul li a {
    display: block;
    line-height: 1rem;
    text-align: center;
    font-size: 0.35rem;
    font-weight: bold;
    color: #fff;
    opacity: 0.8;
  }
  .header_sj .nav_li ul li.open .link img {
    transform: rotate(0deg);
  }
  .nav {
    display: none;
  }
}

.nav {
  width: 100%;
  height: 86px;
  background: #c21920;
}

.nav .main ul {
  height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav .main ul .ss {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 40px;
  position: relative;
}

.nav .main ul .ss a {
  display: block;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #fdeceb;
}

.nav .main ul .ss .xiala {
  display: none;
}

.nav .main ul .ss:hover {
  height: 86px;
  padding: 0 40px;
  background-color: #fff;
}

.nav .main ul .ss:hover a {
  color: #c21920;
}

.nav .main ul .ss:hover .xiala {
  display: block;
  position: absolute;
  z-index: 99;
  left: 0;
  top: 86px;
  width: 100%;
  background-color: #fff;
}

.nav .main ul .ss:hover .xiala ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 100%;
}

.nav .main ul .ss:hover .xiala ul li {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav .main ul .ss:hover .xiala ul li a {
  display: block;
  font-size: 18px;
}

.nav .main ul .ss:hover .xiala ul li:hover {
  background-color: #666;
}

.nav .main ul .ss:hover .xiala ul li:hover a {
  color: #fff;
}

.index .one {
  width: 100%;
}

.index .one .swiper {
  overflow: hidden;
  width: 100%;
  height: 403px;
}

.index .one .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.index .one .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index .box {
  padding-bottom: 51px;
  width: 100%;
  height: 100%;
  background: #fdf1f0;
  position: relative;
  z-index: 1;
  padding-top: 51px;
}

.index .box .bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.index .box .bg img {
  width: 100%;
  height: 464px;
}

.index .box .main .box1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.index .box .main .box1 .box1_l {
  width: 688px;
  height: 100%;
  background: #ffffff;
  border-radius: 6px;
  padding: 23px 21px 13px 35px;
}

.index .box .main .box1 .box1_l .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.index .box .main .box1 .box1_l .top .t_l {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #060404;
}

.index .box .main .box1 .box1_l .top .t_r a {
  display: block;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(6, 4, 4, 0.5);
  line-height: 20px;
}

.index .box .main .box1 .box1_l .bold {
  margin-top: 11px;
  width: 100%;
  height: 1px;
  background: rgba(126, 126, 127, 0.3);
}

.index .box .main .box1 .box1_l .bold .bb {
  width: 90px;
  height: 3px;
  background: #d3191a;
}

.index .box .main .box1 .box1_l .nei {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
}

.index .box .main .box1 .box1_l .nei .n_l img {
  display: block;
  width: 252px;
  height: 166px;
}

.index .box .main .box1 .box1_l .nei .n_r {
  margin-right: 25px;
  width: 325px;
}

.index .box .main .box1 .box1_l .nei .n_r .title a {
  display: block;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(36, 38, 38, 0.9);
  line-height: 26px;
}

.index .box .main .box1 .box1_l .nei .n_r .title:hover a {
  color: #c21920;
}

.index .box .main .box1 .box1_l .nei .n_r .wen {
  margin-top: 10px;
}

.index .box .main .box1 .box1_l .nei .n_r .wen a {
  display: block;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(143, 135, 133, 0.9);
  line-height: 20px;
}

.index .box .main .box1 .box1_l .nei .n_r .wen:hover a {
  color: #c21920;
}

.index .box .main .box1 .box1_l ul {
  padding-top: 10px;
}

.index .box .main .box1 .box1_l ul li {
  margin-top: 10px;
}

.index .box .main .box1 .box1_l ul li .tt {
  margin-left: 15px;
}

.index .box .main .box1 .box1_l ul li .tt a {
  display: block;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #242626;
  line-height: 26px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* 显示2行文本 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  /* 文本溢出时显示省略号 */
}

.index .box .main .box1 .box1_l ul li .tt:hover a {
  color: #c21920;
}

.index .box .main .box1 .box1_l ul li .ww {
  margin-top: 6px;
  margin-left: 15px;
  margin-right: 20px;
}

.index .box .main .box1 .box1_l ul li .ww a {
  display: block;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #8f8785;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* 显示2行文本 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  /* 文本溢出时显示省略号 */
}

.index .box .main .box1 .box1_l ul li .ww:hover a {
  color: #c21920;
}

.index .box .main .box1 .box1_l ul li .bb {
  margin-top: 10px;
  width: 100%;
  height: 1px;
  background: #dcdcdc;
}

.index .box .main .box1 .box1_r {
  width: 688px;
  height: 100%;
  background: #ffffff;
  border-radius: 6px;
  padding: 23px 21px 13px 32px;
}

.index .box .main .box1 .box1_r .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.index .box .main .box1 .box1_r .top .t_l {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #060404;
}

.index .box .main .box1 .box1_r .top .t_r a {
  display: block;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(6, 4, 4, 0.5);
  line-height: 20px;
}

.index .box .main .box1 .box1_r .bold {
  margin-top: 11px;
  width: 100%;
  height: 1px;
  background: rgba(126, 126, 127, 0.3);
}

.index .box .main .box1 .box1_r .bold .bb {
  width: 90px;
  height: 3px;
  background: #d3191a;
}

.index .box .main .box1 .box1_r ul {
  padding-top: 10px;
}

.index .box .main .box1 .box1_r ul li {
  margin-top: 21px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.index .box .main .box1 .box1_r ul li .icon {
  background-image: url(/dwzzb/images/box_icon_bg.png);
  width: 56px;
  height: 56px;
  background-size: 100% 100%;
  padding-top: 3px;
}

.index .box .main .box1 .box1_r ul li .icon .time {
  text-align: center;
  font-size: 14px;
  font-family: Impact;
  font-weight: 400;
  color: #ffffff;
}

.index .box .main .box1 .box1_r ul li .icon .time1 {
  margin-top: 8px;
  text-align: center;
  font-size: 17px;
  font-family: Impact;
  font-weight: 400;
  color: rgba(36, 37, 37, 0.6);
}

.index .box .main .box1 .box1_r ul li .wen {
  margin-right: 28px;
  width: 519px;
}

.index .box .main .box1 .box1_r ul li .wen a {
  display: block;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #242626;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* 显示2行文本 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  /* 文本溢出时显示省略号 */
}

.index .box .main .box1 .box1_r ul li .wen:hover a {
  color: #c21920;
}

.index .box .main .box2 {
  margin-top: 20px;
  width: 100%;
  height: 100%;
  background: #ffffff;
  border-radius: 6px;
  padding: 24px 21px 13px 32px;
  position: relative;
}

.index .box .main .box2 .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.index .box .main .box2 .top .t_l {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #060404;
}

.index .box .main .box2 .top .t_r a {
  display: block;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(6, 4, 4, 0.5);
  line-height: 20px;
}

.index .box .main .box2 .bold {
  margin-top: 22px;
  width: 100%;
  height: 1px;
  background: rgba(126, 126, 127, 0.3);
}

.index .box .main .box2 .bold .bb {
  width: 98px;
  height: 3px;
  background: #d3191a;
}

.index .box .main .box2 .swiper {
  margin: 20px auto 0;
  height: 163px;
  overflow: hidden;
  width: 1270px;
}

.index .box .main .box2 .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  align-items: center;
}

.index .box .main .box2 .swiper-slide img {
  display: block;
  width: 250px;
  height: 163px;
  object-fit: cover;
}

.index .box .main .box2 .swiper-button-next:after,
.index .box .main .box2 .swiper-button-prev:after {
  display: none;
}

.index .box .main .box2 .swiper-button-next {
  width: 20px;
  height: 163px;
  background: rgba(212, 212, 212, 0.65);
  position: absolute;
  right: 33px;
  top: 119px;
}

.index .box .main .box2 .swiper-button-next img {
  width: 11px;
  height: 23px;
}

.index .box .main .box2 .swiper-button-prev {
  width: 20px;
  height: 163px;
  background: rgba(212, 212, 212, 0.65);
  position: absolute;
  left: 45px;
  top: 119px;
}

.index .box .main .box2 .swiper-button-prev img {
  width: 11px;
  height: 23px;
}

.index .box .main .box3 {
  margin-top: 23px;
  width: 100%;
  height: 100%;
  background: #ffffff;
  border-radius: 6px;
  padding: 24px 21px 13px 32px;
}

.index .box .main .box3 .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.index .box .main .box3 .top .t_l {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #060404;
}

.index .box .main .box3 .top .t_r a {
  display: block;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(6, 4, 4, 0.5);
  line-height: 20px;
}

.index .box .main .box3 .bold {
  margin-top: 22px;
  width: 100%;
  height: 1px;
  background: rgba(126, 126, 127, 0.3);
}

.index .box .main .box3 .bold .bb {
  width: 98px;
  height: 3px;
  background: #d3191a;
}

.index .box .main .box3 ul {
  padding-left: 11px;
  padding-right: 17px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 8px;
}

.index .box .main .box3 ul li {
  margin-top: 18px;
  width: 407px;
  height: 80px;
  background: #eeeeed;
  border: 1px solid #eeeeed;
  border-radius: 6px;
}

.index .box .main .box3 ul li a {
  display: block;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #040000;
}

.index .box .main .box3 ul li a img {
  margin-right: 26px;
}

.index .box .main .box3 ul li:hover a {
  color: #c21920;
}

.index .box .main .box3 ul .img1 a img {
  width: 36px;
  height: 38px;
}

.index .box .main .box3 ul .img2 a img {
  width: 31px;
  height: 29px;
}

.index .box .main .box3 ul .img3 a img {
  width: 31px;
  height: 29px;
}

.index .box .main .box3 ul .img4 a img {
  width: 23px;
  height: 29px;
}

.index .box .main .box3 ul .img5 a img {
  width: 34px;
  height: 36px;
}

.index .box .main .box3 ul .img6 a img {
  width: 39px;
  height: 31px;
}

@media screen and (max-width: 750px) {
  .index .one {
    width: 100%;
  }
  .index .one .swiper {
    overflow: hidden;
    width: 100%;
    height: 2.5rem;
  }
  .index .one .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .index .one .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .index .box {
    padding-bottom: 0.51rem;
    width: 100%;
    height: 100%;
    background: #fdf1f0;
    position: relative;
    z-index: 1;
    padding-top: 0.51rem;
  }
  .index .box .bg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
  }
  .index .box .bg img {
    width: 100%;
    height: 4.64rem;
  }
  .index .box .main .box1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .index .box .main .box1 .box1_l {
    margin: 0 auto;
    width: 6.88rem;
    height: 100%;
    background: #ffffff;
    border-radius: 0.06rem;
    padding: 0.23rem 0.21rem 0.2rem 0.35rem;
  }
  .index .box .main .box1 .box1_l .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .index .box .main .box1 .box1_l .top .t_l {
    font-size: 0.3rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #060404;
  }
  .index .box .main .box1 .box1_l .top .t_r a {
    display: block;
    font-size: 0.2rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(6, 4, 4, 0.5);
    line-height: 0.2rem;
  }
  .index .box .main .box1 .box1_l .bold {
    margin-top: 0.11rem;
    width: 100%;
    height: 0.01rem;
    background: rgba(126, 126, 127, 0.3);
  }
  .index .box .main .box1 .box1_l .bold .bb {
    width: 1.2rem;
    height: 0.03rem;
    background: #d3191a;
  }
  .index .box .main .box1 .box1_l .nei {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.15rem;
  }
  .index .box .main .box1 .box1_l .nei .n_l img {
    display: block;
    width: 2.52rem;
    height: 1.66rem;
  }
  .index .box .main .box1 .box1_l .nei .n_r {
    margin-right: 0.25rem;
    width: 3.25rem;
  }
  .index .box .main .box1 .box1_l .nei .n_r .title a {
    display: block;
    font-size: 0.25rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(36, 38, 38, 0.9);
    line-height: 0.35rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* 显示2行文本 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    /* 文本溢出时显示省略号 */
  }
  .index .box .main .box1 .box1_l .nei .n_r .wen {
    margin-top: 0.1rem;
  }
  .index .box .main .box1 .box1_l .nei .n_r .wen a {
    display: block;
    font-size: 0.2rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(143, 135, 133, 0.9);
    line-height: 0.3rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* 显示2行文本 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    /* 文本溢出时显示省略号 */
  }
  .index .box .main .box1 .box1_l ul {
    padding-top: 0.1rem;
  }
  .index .box .main .box1 .box1_l ul li {
    margin-top: 0.1rem;
  }
  .index .box .main .box1 .box1_l ul li .tt {
    margin-left: 0.15rem;
  }
  .index .box .main .box1 .box1_l ul li .tt a {
    display: block;
    font-size: 0.21rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #242626;
    line-height: 0.26rem;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /* 显示2行文本 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    /* 文本溢出时显示省略号 */
  }
  .index .box .main .box1 .box1_l ul li .ww {
    margin-top: 0.06rem;
    margin-left: 0.15rem;
    margin-right: 0.2rem;
  }
  .index .box .main .box1 .box1_l ul li .ww a {
    display: block;
    font-size: 0.2rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #8f8785;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /* 显示2行文本 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    /* 文本溢出时显示省略号 */
  }
  .index .box .main .box1 .box1_l ul li .bb {
    margin-top: 0.1rem;
    width: 100%;
    height: 0.01rem;
    background: #dcdcdc;
  }
  .index .box .main .box1 .box1_r {
    margin: 0.5rem auto 0;
    width: 6.88rem;
    height: 100%;
    background: #ffffff;
    border-radius: 0.06rem;
    padding: 0.23rem 0.21rem 0.2rem 0.32rem;
  }
  .index .box .main .box1 .box1_r .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .index .box .main .box1 .box1_r .top .t_l {
    font-size: 0.3rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #060404;
  }
  .index .box .main .box1 .box1_r .top .t_r a {
    display: block;
    font-size: 0.2rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(6, 4, 4, 0.5);
    line-height: 0.2rem;
  }
  .index .box .main .box1 .box1_r .bold {
    margin-top: 0.11rem;
    width: 100%;
    height: 0.01rem;
    background: rgba(126, 126, 127, 0.3);
  }
  .index .box .main .box1 .box1_r .bold .bb {
    width: 1.2rem;
    height: 0.03rem;
    background: #d3191a;
  }
  .index .box .main .box1 .box1_r ul {
    padding-top: 0.1rem;
  }
  .index .box .main .box1 .box1_r ul li {
    margin-top: 0.21rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .index .box .main .box1 .box1_r ul li .icon {
    background-image: url(/dwzzb/images/box_icon_bg.png);
    width: 0.56rem;
    height: 0.56rem;
    background-size: 100% 100%;
    padding-top: 0.03rem;
  }
  .index .box .main .box1 .box1_r ul li .icon .time {
    text-align: center;
    font-size: 0.14rem;
    font-family: Impact;
    font-weight: 400;
    color: #ffffff;
  }
  .index .box .main .box1 .box1_r ul li .icon .time1 {
    margin-top: 0.08rem;
    text-align: center;
    font-size: 0.17rem;
    font-family: Impact;
    font-weight: 400;
    color: rgba(36, 37, 37, 0.6);
  }
  .index .box .main .box1 .box1_r ul li .wen {
    margin-right: 0.28rem;
    width: 5.19rem;
  }
  .index .box .main .box1 .box1_r ul li .wen a {
    display: block;
    font-size: 0.23rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #242626;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /* 显示2行文本 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    /* 文本溢出时显示省略号 */
  }
  .index .box .main .box2 {
    margin-top: 0.2rem;
    width: 100%;
    height: 2.9rem;
    background: #ffffff;
    border-radius: 0.06rem;
    padding: 0.24rem 0.21rem 0.13rem 0.32rem;
    position: relative;
  }
  .index .box .main .box2 .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .index .box .main .box2 .top .t_l {
    font-size: 0.3rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #060404;
  }
  .index .box .main .box2 .top .t_r a {
    display: block;
    font-size: 0.2rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(6, 4, 4, 0.5);
    line-height: 0.2rem;
  }
  .index .box .main .box2 .bold {
    margin-top: 0.22rem;
    width: 100%;
    height: 0.01rem;
    background: rgba(126, 126, 127, 0.3);
  }
  .index .box .main .box2 .bold .bb {
    width: 1.2rem;
    height: 0.03rem;
    background: #d3191a;
  }
  .index .box .main .box2 .swiper {
    margin: 0.2rem auto 0;
    height: 1.63rem;
    overflow: hidden;
    width: 4.8rem;
  }
  .index .box .main .box2 .swiper-slide {
    text-align: center;
    font-size: 0.18rem;
    background: #fff;
    display: flex;
    align-items: center;
  }
  .index .box .main .box2 .swiper-slide img {
    display: block;
    width: 2.5rem;
    height: 1.63rem;
    object-fit: cover;
  }
  .index .box .main .box2 .swiper-button-next:after,
  .index .box .main .box2 .swiper-button-prev:after {
    display: none;
  }
  .index .box .main .box2 .swiper-button-next {
    width: 0.5rem;
    height: 1.63rem;
    background: rgba(212, 212, 212, 0.65);
    position: absolute;
    right: 0.5rem;
    top: 1.53rem;
  }
  .index .box .main .box2 .swiper-button-next img {
    width: 0.11rem;
    height: 0.23rem;
  }
  .index .box .main .box2 .swiper-button-prev {
    width: 0.5rem;
    height: 1.63rem;
    background: rgba(212, 212, 212, 0.65);
    position: absolute;
    left: 0.6rem;
    top: 1.53rem;
  }
  .index .box .main .box2 .swiper-button-prev img {
    width: 0.11rem;
    height: 0.23rem;
  }
  .index .box .main .box3 {
    margin-top: 0.23rem;
    width: 100%;
    height: 100%;
    background: #ffffff;
    border-radius: 0.06rem;
    padding: 0.24rem 0.21rem 0.4rem 0.32rem;
  }
  .index .box .main .box3 .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .index .box .main .box3 .top .t_l {
    font-size: 0.3rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #060404;
  }
  .index .box .main .box3 .top .t_r a {
    display: block;
    font-size: 0.18rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(6, 4, 4, 0.5);
    line-height: 0.2rem;
  }
  .index .box .main .box3 .bold {
    margin-top: 0.22rem;
    width: 100%;
    height: 0.01rem;
    background: rgba(126, 126, 127, 0.3);
  }
  .index .box .main .box3 .bold .bb {
    width: 1.2rem;
    height: 0.03rem;
    background: #d3191a;
  }
  .index .box .main .box3 ul {
    padding-left: 0.11rem;
    padding-right: 0.17rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 0.08rem;
  }
  .index .box .main .box3 ul li {
    margin-top: 0.18rem;
    width: 3rem;
    height: 0.8rem;
    background: #eeeeed;
    border: 0.01rem solid #eeeeed;
    border-radius: 0.06rem;
  }
  .index .box .main .box3 ul li a {
    display: block;
    height: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.2rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #040000;
  }
  .index .box .main .box3 ul li a img {
    margin-right: 0.26rem;
  }
  .index .box .main .box3 ul .img1 a img {
    width: 0.36rem;
    height: 0.38rem;
  }
  .index .box .main .box3 ul .img2 a img {
    width: 0.31rem;
    height: 0.29rem;
  }
  .index .box .main .box3 ul .img3 a img {
    width: 0.31rem;
    height: 0.29rem;
  }
  .index .box .main .box3 ul .img4 a img {
    width: 0.23rem;
    height: 0.29rem;
  }
  .index .box .main .box3 ul .img5 a img {
    width: 0.34rem;
    height: 0.36rem;
  }
  .index .box .main .box3 ul .img6 a img {
    width: 0.39rem;
    height: 0.31rem;
  }
}

.content .main {
  padding-top: 50px;
  display: flex;
  justify-content: space-between;
}

.content .main .box_l .top {
  width: 250px;
  height: 60px;
  background-color: #c21920;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  position: relative;
}

.content .main .box_l .xia {
  display: block;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ddd;
}

.content .main .box_l .xia ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 100%;
}

.content .main .box_l .xia ul li {
  margin: 0 auto;
  height: 60px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.content .main .box_l .xia ul li a {
  display: block;
  font-size: 25px;
  color: #c21920;
}

.content .main .box_l .xia ul li:hover {
  background-color: #ddd;
}

.content .main .box_l img {
  width: 250px;
  height: 160px;
}

.content .main .box_r {
  width: 1100px;
  padding-bottom: 50px;
}

.content .main .box_r .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.content .main .box_r .top .t_l {
  color: #c21920;
  font-size: 30px;
  font-weight: bold;
}

.content .main .box_r .top .t_r {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #666;
}

.content .main .box_r .top .t_r img {
  margin-right: 5px;
  width: 15px;
  height: 15px;
}

.content .main .box_r .top .t_r a {
  color: #666;
}

.content .main .box_r .bold {
  margin-top: 10px;
  width: 100%;
  height: 1px;
  background-color: #c21920;
}

.content .main .box_r .title {
  margin-top: 30px;
  text-align: center;
  color: #c21920;
  font-size: 23px;
}

.content .main .box_r .time {
  margin-top: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #888;
}

.content .main .box_r .time .time_l {
  margin-right: 30px;
}

.content .main .box_r .bold1 {
  margin-bottom: 25px;
  margin-top: 25px;
  width: 100%;
  height: 1px;
  background-color: #ddd;
}

.content .main .box_r .wen {
  margin-top: 10px;
  line-height: 30px;
  text-indent: 2em;
  font-size: 16px;
  color: #333;
}

.content .main .box_r .pic {
  margin-top: 10px;
}

.content .main .box_r .pic img {
  margin: 0 auto;
  width: 500px;
  height: 320px;
}

@media screen and (max-width: 750px) {
  .content .main {
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 0.3rem 0;
  }
  .content .main .box_l .top {
    width: 2.5rem;
    height: 0.6rem;
    background-color: #c21920;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.3rem;
    font-weight: bold;
    color: #fff;
    position: relative;
  }
  .content .main .box_l .xia {
    display: block;
    width: 100%;
    background-color: #fff;
    border: 0.01rem solid #ddd;
  }
  .content .main .box_l .xia ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: 100%;
  }
  .content .main .box_l .xia ul li {
    margin: 0 auto;
    height: 0.6rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .content .main .box_l .xia ul li a {
    display: block;
    font-size: 0.25rem;
    color: #c21920;
  }
  .content .main .box_l .xia ul li:hover {
    background-color: #ddd;
  }
  .content .main .box_l img {
    width: 2.5rem;
    height: 1.6rem;
  }
  .content .main .box_r {
    width: 4.2rem;
  }
  .content .main .box_r .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .content .main .box_r .top .t_l {
    color: #c21920;
    font-size: 0.25rem;
    font-weight: bold;
  }
  .content .main .box_r .top .t_r {
    display: flex;
    align-items: center;
    font-size: 0.15rem;
    color: #666;
  }
  .content .main .box_r .top .t_r img {
    margin-right: 0.05rem;
    width: 0.15rem;
    height: 0.15rem;
  }
  .content .main .box_r .top .t_r a {
    color: #666;
  }
  .content .main .box_r .bold {
    margin-top: 0.1rem;
    width: 100%;
    height: 0.01rem;
    background-color: #c21920;
  }
  .content .main .box_r .title {
    margin-top: 0.35rem;
    text-align: center;
    color: #c21920;
    font-size: 0.23rem;
  }
  .content .main .box_r .time {
    margin-top: 0.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.2rem;
    color: #888;
  }
  .content .main .box_r .time .time_l {
    margin-right: 0.3rem;
  }
  .content .main .box_r .bold1 {
    margin-bottom: 0.25rem;
    margin-top: 0.25rem;
    width: 100%;
    height: 0.01rem;
    background-color: #ddd;
  }
  .content .main .box_r .wen {
    margin-top: 0.1rem;
    line-height: 0.4rem;
    text-indent: 2em;
    text-align: justify;
    font-size: 0.22rem;
    color: #333;
  }
  .content .main .box_r .pic {
    margin-top: 0.1rem;
  }
  .content .main .box_r .pic img {
    margin: 0 auto;
    width: 3rem;
    height: 1.8rem;
  }
}

.tabulation .main {
  padding-top: 50px;
  display: flex;
  justify-content: space-between;
}

.tabulation .main .box_l .top {
  width: 250px;
  height: 60px;
  background-color: #c21920;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  position: relative;
}

.tabulation .main .box_l .xia {
  display: block;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ddd;
}

.tabulation .main .box_l .xia ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 100%;
}

.tabulation .main .box_l .xia ul li {
  margin: 0 auto;
  height: 60px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tabulation .main .box_l .xia ul li a {
  display: block;
  font-size: 25px;
  color: #c21920;
}

.tabulation .main .box_l .xia ul li:hover {
  background-color: #ddd;
}

.tabulation .main .box_l img {
  width: 250px;
  height: 160px;
}

.tabulation .main .box_r {
  width: 1100px;
  padding-bottom: 100px;
}

.tabulation .main .box_r .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tabulation .main .box_r .top .t_l {
  color: #c21920;
  font-size: 30px;
  font-weight: bold;
}

.tabulation .main .box_r .top .t_r {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #666;
}

.tabulation .main .box_r .top .t_r img {
  margin-right: 5px;
  width: 15px;
  height: 15px;
}

.tabulation .main .box_r .top .t_r a {
  color: #666;
}

.tabulation .main .box_r .bold {
  margin-top: 10px;
  width: 100%;
  height: 1px;
  background-color: #c21920;
}

.tabulation .main .box_r .lie ul {
  padding-top: 10px;
}

.tabulation .main .box_r .lie ul li {
  height: 80px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ddd;
}

.tabulation .main .box_r .lie ul li .time {
  font-size: 20px;
  font-weight: bold;
  color: #c21920;
}

.tabulation .main .box_r .lie ul li .bb {
  margin-left: 20px;
  margin-right: 10px;
  width: 1px;
  height: 25px;
  background-color: #c21920;
}

.tabulation .main .box_r .lie ul li .wen {
  width: 950px;
  font-size: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* 显示2行文本 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  /* 文本溢出时显示省略号 */
}

.tabulation .main .box_r .lie ul li .wen a {
  color: #333;
}

.tabulation .main .box_r .lie ul li:hover .wen a {
  color: #c21920;
}

.tabulation .main .box_r .feny {
  margin-top: 50px;
}

.tabulation .main .box_r .feny ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.tabulation .main .box_r .feny ul li {
  margin: 0 3px;
}

.tabulation .main .box_r .feny ul .x1 {
  width: 50px;
  height: 25px;
  border: 1px solid #cccccc;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tabulation .main .box_r .feny ul .x1 a {
  font-size: 15px;
  color: #666;
}

.tabulation .main .box_r .feny ul .x3 a {
  font-size: 15px;
  color: #666;
}

.tabulation .main .box_r .feny ul .x2 {
  width: 25px;
  height: 25px;
  border: 1px solid #cccccc;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tabulation .main .box_r .feny ul .x2 a {
  font-size: 15px;
  color: #666;
}

.tabulation .main .box_r .feny ul .x3 a {
  display: block;
  font-size: 15px;
  color: #666;
}

.tabulation .main .box_r .feny ul .x3 a input {
  margin: 0 3px;
  width: 25px;
  height: 25px;
  border: 1px solid #cccccc;
}

.tabulation .main .box_r .feny ul .x4 {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tabulation .main .box_r .feny ul .x4 a {
  font-size: 15px;
  color: #666;
}

.tabulation .main .box_r .feny ul .active {
  background-color: #c21920;
  border: none;
}

.tabulation .main .box_r .feny ul .active a {
  color: #fff;
}

.tabulation .feny_sj {
  display: none;
}

@media screen and (max-width: 750px) {
  .tabulation {
    margin-top: 0.5rem;
  }
  .tabulation .main {
    padding-top: 0.5rem;
    display: flex;
    justify-content: space-between;
    padding: 0 0.2rem;
  }
  .tabulation .main .box_l .top {
    width: 2.5rem;
    height: 0.6rem;
    background-color: #c21920;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.3rem;
    font-weight: bold;
    color: #fff;
    position: relative;
  }
  .tabulation .main .box_l .xia {
    display: block;
    width: 100%;
    background-color: #fff;
    border: 0.01rem solid #ddd;
  }
  .tabulation .main .box_l .xia ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: 100%;
  }
  .tabulation .main .box_l .xia ul li {
    margin: 0 auto;
    height: 0.6rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .tabulation .main .box_l .xia ul li a {
    display: block;
    font-size: 0.25rem;
    color: #c21920;
  }
  .tabulation .main .box_l .xia ul li:hover {
    background-color: #ddd;
  }
  .tabulation .main .box_l img {
    width: 2.5rem;
    height: 1.6rem;
  }
  .tabulation .main .box_r {
    width: 4.4rem;
    padding-bottom: 0.6rem;
  }
  .tabulation .main .box_r .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .tabulation .main .box_r .top .t_l {
    color: #c21920;
    font-size: 0.35rem;
    font-weight: bold;
  }
  .tabulation .main .box_r .top .t_r {
    display: flex;
    align-items: center;
    font-size: 0.2rem;
    color: #666;
  }
  .tabulation .main .box_r .top .t_r img {
    margin-right: 0.05rem;
    width: 0.15rem;
    height: 0.15rem;
  }
  .tabulation .main .box_r .top .t_r a {
    color: #666;
  }
  .tabulation .main .box_r .bold {
    margin-top: 0.1rem;
    width: 100%;
    height: 0.01rem;
    background-color: #c21920;
  }
  .tabulation .main .box_r .lie ul {
    padding-top: 0.1rem;
  }
  .tabulation .main .box_r .lie ul li {
    height: 0.8rem;
    display: flex;
    align-items: center;
    border-bottom: 0.01rem solid #ddd;
  }
  .tabulation .main .box_r .lie ul li .time {
    font-size: 0.2rem;
    font-weight: bold;
    color: #c21920;
  }
  .tabulation .main .box_r .lie ul li .bb {
    margin-left: 0.2rem;
    margin-right: 0.1rem;
    width: 0.01rem;
    height: 0.25rem;
    background-color: #c21920;
  }
  .tabulation .main .box_r .lie ul li .wen {
    width: 3rem;
    font-size: 0.2rem;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /* 显示2行文本 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    /* 文本溢出时显示省略号 */
  }
  .tabulation .main .box_r .lie ul li .wen a {
    color: #333;
  }
  .tabulation .main .box_r .lie ul li:hover .wen a {
    color: #c21920;
  }
  .tabulation .main .box_r .feny {
    display: none;
    margin-top: 0.5rem;
  }
  .tabulation .main .box_r .feny ul {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .tabulation .main .box_r .feny ul li {
    margin: 0 0.03rem;
  }
  .tabulation .main .box_r .feny ul .x1 {
    width: 0.8rem;
    height: 0.4rem;
    border: 0.01rem solid #cccccc;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .tabulation .main .box_r .feny ul .x1 a {
    font-size: 0.15rem;
    color: #666;
  }
  .tabulation .main .box_r .feny ul .x3 a {
    font-size: 0.15rem;
    color: #666;
  }
  .tabulation .main .box_r .feny ul .x2 {
    width: 0.4rem;
    height: 0.4rem;
    border: 0.01rem solid #cccccc;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .tabulation .main .box_r .feny ul .x2 a {
    font-size: 0.15rem;
    color: #666;
  }
  .tabulation .main .box_r .feny ul .x3 a {
    font-size: 0.15rem;
    color: #666;
  }
  .tabulation .main .box_r .feny ul .x3 a input {
    margin: 0 0.03rem;
    width: 0.4rem;
    height: 0.4rem;
    border: 0.01rem solid #cccccc;
  }
  .tabulation .main .box_r .feny ul .x4 {
    width: 0.4rem;
    height: 0.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .tabulation .main .box_r .feny ul .x4 a {
    font-size: 0.15rem;
    color: #666;
  }
  .tabulation .main .box_r .feny ul .active {
    background-color: #c21920;
    border: none;
  }
  .tabulation .main .box_r .feny ul .active a {
    color: #fff;
  }
  .tabulation .feny_sj {
    padding-bottom: 0.9rem;
    display: block;
  }
  .tabulation .feny_sj ul {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .tabulation .feny_sj ul li {
    margin: 0 0.03rem;
  }
  .tabulation .feny_sj ul .x1 {
    width: 0.8rem;
    height: 0.4rem;
    border: 0.01rem solid #cccccc;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .tabulation .feny_sj ul .x1 a {
    font-size: 0.15rem;
    color: #666;
  }
  .tabulation .feny_sj ul .x3 a {
    font-size: 0.15rem;
    color: #666;
  }
  .tabulation .feny_sj ul .x2 {
    width: 0.4rem;
    height: 0.4rem;
    border: 0.01rem solid #cccccc;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .tabulation .feny_sj ul .x2 a {
    font-size: 0.15rem;
    color: #666;
  }
  .tabulation .feny_sj ul .x3 a {
    display: block;
    font-size: 0.15rem;
    color: #666;
    display: flex;
    align-items: center;
  }
  .tabulation .feny_sj ul .x3 a input {
    margin: 0 0.03rem;
    width: 0.4rem;
    height: 0.4rem;
    border: 0.01rem solid #cccccc;
  }
  .tabulation .feny_sj ul .x4 {
    width: 0.4rem;
    height: 0.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .tabulation .feny_sj ul .x4 a {
    font-size: 0.15rem;
    color: #666;
  }
  .tabulation .feny_sj ul .active {
    background-color: #c21920;
    border: none;
  }
  .tabulation .feny_sj ul .active a {
    color: #fff;
  }
}

.xx {
  width: 100%;
  height: 12px;
  background: #989798;
}

.xx .x1 {
  width: 1186px;
  height: 12px;
  background: #c4181f;
}

.footer {
  width: 100%;
  height: 100%;
  background: #ffffff;
  padding-bottom: 22px;
}

.footer .top .main {
  display: flex;
  justify-content: space-between;
  padding-top: 28px;
}

.footer .top .main .logo img {
  width: 273px;
  height: 64px;
}
.footer .top .main .logo img:nth-child(1) {
  width: 273px;
  height: 64px;
}

.footer .top .main .logo img:nth-child(2) {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}

.footer .top .main .min .t {
  text-align: center;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(4, 0, 0, 0.6);
  line-height: 30px;
}

.footer .top .main .min .x {
  text-align: center;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(4, 0, 0, 0.6);
  line-height: 30px;
}

.footer .top .main .shu .tit {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(4, 0, 0, 0.6);
  line-height: 20px;
}

.footer .top .main .shu .nf {
  margin-top: 12px;
  position: relative;
}

.footer .top .main .shu .nf .xz {
  width: 230px;
  height: 27px;
  background: #ffffff;
  border: 1px solid #eeeeed;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 10px;
}

.footer .top .main .shu .nf .xz p {
  margin-left: 10px;
  font-size: 14px;
  color: rgba(4, 0, 0, 0.6);
}

.footer .top .main .shu .nf .xz img {
  width: 11px;
  height: 6px;
}

.footer .top .main .shu .nf .ppx {
  z-index: 99;
  position: absolute;
  top: 35px;
  left: 50%;
  transform: translateX(-50%);
  width: 230px;
  height: 60px;
  background: #ffffff;
  padding: 0 10px;
  box-shadow: 0 0 10px #b1b1b1;
  overflow-y: scroll;
  display: none;
}

.footer .top .main .shu .nf .ppx ul li {
  display: flex;
  align-items: center;
  height: 30px;
  font-size: 14px;
}

.footer .top .main .shu .nf .ppx ul li a {
  color: rgba(4, 0, 0, 0.6);
}

.footer .bold {
  margin-top: 27px;
  width: 100%;
  height: 1px;
  background: #989798;
  opacity: 0.2;
}

.footer .wen {
  margin-top: 28px;
  text-align: center;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(4, 0, 0, 0.6);
}

@media screen and (max-width: 750px) {
  .xx {
    width: 100%;
    height: 0.12rem;
    background: #989798;
  }
  .xx .x1 {
    width: 3rem;
    height: 0.12rem;
    background: #c4181f;
  }
  .footer {
    width: 100%;
    height: 100%;
    background: #ffffff;
    padding-bottom: 0.22rem;
  }
  .footer .top .main {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding-top: 0.28rem;
  }
  .footer .top .main .logo {
    margin: 0 auto;
  }
  .footer .top .main .logo img {
    width: 4rem;
    height: 0.9rem;
  }
  .footer .top .main .min {
    margin-top: 0.2rem;
  }
  .footer .top .main .min .t {
    text-align: center;
    font-size: 0.2rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(4, 0, 0, 0.6);
    line-height: 0.3rem;
  }
  .footer .top .main .min .x {
    text-align: center;
    font-size: 0.2rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(4, 0, 0, 0.6);
    line-height: 0.3rem;
  }
  .footer .top .main .shu {
    margin: 0.2rem auto 0;
  }
  .footer .top .main .shu .tit {
    font-size: 0.2rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(4, 0, 0, 0.6);
    line-height: 0.2rem;
  }
  .footer .top .main .shu .nf {
    margin-top: 0.12rem;
    position: relative;
  }
  .footer .top .main .shu .nf .xz {
    margin-bottom: 1rem;
    width: 4rem;
    height: 0.5rem;
    background: #ffffff;
    border: 0.01rem solid #eeeeed;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 0.1rem;
  }
  .footer .top .main .shu .nf .xz p {
    margin-left: 0.1rem;
    font-size: 0.2rem;
    color: rgba(4, 0, 0, 0.6);
  }
  .footer .top .main .shu .nf .xz img {
    width: 0.11rem;
    height: 0.06rem;
  }
  .footer .top .main .shu .nf .ppx {
    z-index: 99;
    position: absolute;
    top: 0.55rem;
    left: 50%;
    transform: translateX(-50%);
    width: 4rem;
    height: 0.8rem;
    background: #ffffff;
    padding: 0 0.1rem;
    box-shadow: 0 0 0.1rem #b1b1b1;
    overflow-y: scroll;
    display: none;
  }
  .footer .top .main .shu .nf .ppx ul li {
    display: flex;
    align-items: center;
    height: 0.4rem;
    font-size: 0.2rem;
  }
  .footer .top .main .shu .nf .ppx ul li a {
    color: rgba(4, 0, 0, 0.6);
  }
  .footer .bold {
    margin-top: 0.27rem;
    width: 100%;
    height: 0.01rem;
    background: #989798;
    opacity: 0.2;
  }
  .footer .wen {
    margin-top: 0.28rem;
    text-align: center;
    font-size: 0.2rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(4, 0, 0, 0.6);
  }
}