@media screen and (max-width: 1000px) {
  .box {
    position: relative;
    width: 100%;
    /* height: 100vh; */
  }
  .box1 {
    position: relative;
    width: 100%;
    height: 250px;
  }
  .box2 {
    background-image: none;
    height: auto;
  }
  .box4 {
    background-image: url(./box3.png);
    background-size: 100% 100%;
    height: 840px;
  }

  .box1 .title {
    display: none;
    width: 100%;
    height: 99.9994px;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    bottom: 0;
  }
  .tou {
    height: 60px !important;
  }
  .mySwiper1 .swiper-horizontal > .swiper-pagination-bullets,
  .mySwiper1 .swiper-pagination-bullets.swiper-pagination-horizontal,
  .mySwiper1 .swiper-pagination-custom,
  .mySwiper1 .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
  }
  /* .mySwiper1 .swiper-pagination-bullet {
  width: 9.9994px;
  height: 9.9994px;
  display: inline-block;
  border-radius: 50%;
  background: rgba(255, 255, 255, 1);
  opacity: 1;
}
.mySwiper1 .swiper-pagination-bullet-active {
  background: #13ae67;
} */
  .mySwiper1 .swiper-pagination-bullet {
    width: 14.0006px;
    height: 14.0006px;
    border-radius: 50%;
    display: inline-block;
    border-radius: 50%;
    background: rgba(255, 255, 255, 1);
    opacity: 0.5;
  }
  .mySwiper1 .swiper-pagination-bullet-active {
    opacity: 1;
  }
  .box1 .title .bj {
    display: flex;
    height: 99.9994px;
    justify-content: space-between;
  }
  .box1 .title .bj .left {
    display: flex;
    align-items: center;
  }
  .box1 .title .bj .left img {
    width: 20px;
    height: 20px;
  }
  .box1 .title .bj .left .name {
    font-weight: 400;
    font-size: 18px;
    color: #ffffff;
    margin-left: 10x;
    padding-right: 10px;
    border-right: 1.0003px solid #ffffff;
  }
  .box1 .title .bj .left .info {
    width: 70%;
    font-weight: 400;
    font-size: 16px;

    margin-left: 25.0003px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .box1 .title .bj .right {
    width: 20%;
  }
  .box1 .title .bj .right .time {
    font-weight: 400;
    font-size: 16px;
  }
  .title .name {
    font-size: 22px;
  }
  .title .enname {
    font-size: 22px;
    margin-top: -1.0417vw;
  }
  .box2 .gold {
    padding-top: 20px;
  }
  .box2 .content {
    margin-top: 20px;
    width: 100%;
    height: auto;
    font-size: 15.9994px;
    line-height: 24px;
  }
  .box2 .content p {
    font-size: 15.9994px;
    line-height: 24px;
  }
  .box2 .more a {
    margin-top: 20px;
    width: 170.0006px;
    height: 51.9994px;
    background: #ffffff;
    border-radius: 26.0006px;
    border: 1.0003px solid #c9151e;
    font-weight: 400;
    font-size: 18px;
  }
  .box2 .more a img {
    width: 25.0003px;
    height: 25.0003px;
    border-radius: 50%;
    margin-left: 30px;
  }
  .box2 ul {
    width: 100%;
    margin-top: 20px;
  }
  .box2 ul li {
    flex: 1;
    padding-top: 21.001px;
    padding-bottom: 13.0003px;
    border-right: 0.0521vw solid #f9e3e4;
    height: auto;
  }
  .box2 ul li p .number {
    font-weight: 400;
    font-size: 22px;
    color: #c9151e;
    line-height: 26.0006px;
  }
  .box2 ul li p:nth-child(1) {
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 26.0006px;
  }
  .box2 ul li p:nth-child(2) {
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    line-height: 26.0006px;
  }
  .xt {
    width: 45.9994px;
    height: 3.001px;
    background: #c9151e;
    margin: 19.0003px 0 16.9997px 0;
  }

  .box3 .bt {
    margin-top: 66px;
    font-weight: bold;
    font-size: 63.9994px;
    color: #ffffff;
    background: linear-gradient(0deg, #fff4dc 0%, #ffffff 80.0048828125%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    display: flex;
    flex-direction: column;
  }
  .box3 .bt a img {
    width: 51.9994px;
    height: 51.9994px;
    margin-top: 42px;
  }
  .boxx {
    display: none;
  }

  .field {
    display: none;
  }
  .box3 .uls {
    box-shadow: 0vw 0.2604vw 0.9375vw 0vw rgba(0, 0, 0, 0.06);
    flex-wrap: wrap;
  }

  .box3 .uls li {
    flex: none;
    width: 48%;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    background-color: #fff;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
  }
  .box3 .uls li p {
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    margin-top: 20px;
  }
  .box3 .uls .active {
    border-bottom: 4.9997px solid #c9151e;
  }
  .box3 .uls .active p {
    color: #c9151e;
  }
  .box3 .uls li:nth-child(1) .img {
    width: 40px;
    height: 40px;
  }

  .box3 .uls li:nth-child(2) .img {
    width: 40px;
    height: 40px;
  }

  .box3 .uls li:nth-child(3) .img {
    width: 40px;
    height: 40px;
  }

  .box3 .uls li:nth-child(4) .img {
    width: 40px;
    height: 40px;
  }

  .list {
    margin-top: 20px;
    position: relative;
    z-index: 8;
  }
  .box4 {
    height: auto !important;
    padding-top: 20px;
  }
  .box4 .info {
    display: flex;
    margin-top: 20px;
    justify-content: space-between;
    flex-direction: column;
  }
  .box4 .info .left {
    width: 100%;
  }
  .box4 .info .left .lunb {
    width: 100%;
  }
  .box4 .in-title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .box4 .in-title p {
    font-weight: 400;
    font-size: 18px;
    color: #333333;
  }
  .box4 .in-title a {
    font-weight: 400;
    font-size: 16px;
    color: #999999;
  }

  .mySwiper2 img {
    width: 100% !important;
    height: 350.0006px !important;
  }
  .mySwiper2 .xq {
    width: 100%;
    height: auto;
    background: #ffffff;
    padding: 10px;
  }
  .mySwiper2 .xq .bt {
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    line-height: 25px;
  }
  .mySwiper2 .xq .ly {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
  }
  .mySwiper2 .xq .ly p:nth-child(1) {
    font-weight: 400;
    font-size: 18px;
    color: #d30f19;
    line-height: 36px;
  }
  .mySwiper2 .xq .ly p:nth-child(2) {
    font-weight: 400;
    font-size: 18px;
    color: #999999;
    line-height: 36px;
  }
  .mySwiper2 .swiper-horizontal > .swiper-pagination-bullets,
  .mySwiper2 .swiper-pagination-bullets.swiper-pagination-horizontal,
  .mySwiper2 .swiper-pagination-custom,
  .mySwiper2 .swiper-pagination-fraction {
    bottom: 100px;
    left: 0;
    width: 100%;
  }
  .mySwiper2 .swiper-pagination-bullet {
    width: 14.0006px;
    height: 14.0006px;
    border-radius: 50%;
    display: inline-block;
    border-radius: 50%;
    background: rgba(255, 255, 255, 1);
    opacity: 0.5;
  }
  .mySwiper2 .swiper-pagination-bullet-active {
    opacity: 1;
  }
  .box4 .info .lists {
    width: 100%;
    margin-top: 20px;
  }
  .box4 .info .lists ul li a {
    display: flex;
    /* height: 103.0003px; */
    padding-bottom: 30px;
    padding-top: 35px;
    border-bottom: 1.0003px solid #ddd;
    align-items: center;
    justify-content: space-between;
  }
  .box4 .info .lists ul li:nth-child(1) a {
    padding-top: 0;
  }
  .box4 .info .lists ul li:nth-child(6) a {
    border-bottom: none;
  }
  .box4 .info .lists ul li a .text {
    display: flex;
    width: 80%;
    align-items: center;
  }
  .box4 .info .lists ul li a .text .p {
    width: 100%;
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .box4 .info .lists ul li a .text i {
    display: block;
    width: 4.9997px;
    height: 4.9997px;
    background: #aaaaaa;
    margin-right: 9.9994px;
  }
  .box4 .info .lists ul li a p:nth-child(2) {
    font-weight: 400;
    font-size: 15.9994px;
    color: #999999;
  }
  .in-content {
    flex-direction: column;
  }
  .box4 .info .right {
    width: 100%;
  }
  .box4 .info .right ul li a {
    width: 100%;
    display: flex;
    height: auto;
    background: #ffffff;
    justify-content: space-between;
    padding: 20px;
    margin-bottom: 20.0006px;
  }
  .box4 .info .right ul li a .le-ft {
    width: 100%;
  }

  .box4 .info .right ul li a .le-ft p:nth-child(1) {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #333333;
  }
  .box4 .info .right ul li a .le-ft p:nth-child(2) {
    font-family: Arial;
    font-weight: bold;
    font-size: 18px;
    color: #333333;
    margin: 15px 0 15px 0;
  }
  .box4 .info .right ul li:hover a .le-ft p:nth-child(1) {
    font-weight: bold;
  }
  .box4 .info .right ul li:hover a .le-ft p:nth-child(2) {
    color: #c9151e;
  }
  .box4 .info .right ul li a .le-ft p:nth-child(2) span {
    font-size: 15.9994px;
  }
  .box4 .info .right ul li a .le-ft p:nth-child(3) {
    font-weight: 400;
    font-size: 15.9994px;
    color: #666666;
  }
  .box4 .info .right ul li a .rig-ht .imgs {
    width: 30px;
    height: 30px;
    background-size: 100% 100%;
  }
}
