/* 移动端自适应适配 */
.mob-nav-btn {
  display: none;
  position: absolute;
  width: 32px;
  height: 32px;
  line-height: 32px;
  top: 22px;
  right: 20px;
  border: 2px solid #fff;
  border-radius: 100%;
  text-align: center;
  z-index: 10;
  font-weight: bold;
}

.mob-nav-btn .icon {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}

.mob-right-menus {
  display: none;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 43, 94, 0.7);
  opacity: .9;
  width: 30vw;
  min-width: 150px;
  overflow: hidden;
  z-index: 19950212;
}

.mob-right-menus * {
  color: #fff;
  font-size: 12px;
}

.mob-right-menus .menus-list .nav-menus-box .nav-mob-menu-item a {
  display: block;
  color: #fff;
  font-size: 12px;
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
}

@keyframes rightLoop {
  from {
    right: -30vw;
  }

  to {
    right: 0;
  }
}

.mob-right-menus.active {
  display: block;
  animation: rightLoop 500ms;
  -webkit-animation: rightLoop 500ms;
}

.mob-right-menus .menus-home-title {
  width: 100%;
  height: 40px;
  background-color: #000;
  padding: 10px 20px;
  line-height: 20px;
}

.mob-right-menus .menus-home-title .icon {
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
}

.mob-right-menus .menus-home-title label {
  margin-bottom: 0;
  font-size: 12px;
  color: #fff;
}

.mob-right-menus .menus-list {
  position: absolute;
  top: 40px;
  bottom: 0;
  width: 100%;
  padding-bottom: 80px;
  overflow-y: auto;
  /* -webkit-overflow-scrolling: touch; */
}

.mob-right-menus .menus-list .nav-menus-box .nav-mob-menu-item {
  position: relative;
  list-style: none;
  height: auto;
  width: 100%;
  border-bottom: 1px solid #d7d7d7;
  padding: 5px 0;
  line-height: 20px;
}

.mob-right-menus .menus-list .nav-menus-box .nav-mob-menu-item span {
  display: block;
  line-height: 40px;
  padding-left: 20px;
  font-size: 12px;
  color: #fff;
  width: 100%;
  height: 40px;
  position: relative;
  cursor: pointer;
}

.mob-right-menus .menus-list .nav-menus-box .nav-mob-menu-item span:before {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  margin: -3px 0;
  border-bottom: 6px transparent dashed;
  border-left: 6px transparent dashed;
  border-right: 6px transparent dashed;
  border-top: 6px #fff solid;
}

.mob-right-menus .menus-list .nav-menus-box .nav-mob-menu-item .child-menus {
  max-height: 0;
  overflow-y: hidden;
  transition: max-height 0.5s;
  -webkit-transition: max-height 0.5s;
  padding-left: 15px;
}

.mob-right-menus .menus-list .nav-menus-box .nav-mob-menu-item .child-menus.active {
  max-height: 500px;
  border-top: 1px solid #eee;
}

.mob-right-menus .menus-list .nav-menus-box .nav-mob-menu-item .child-menus a {
  display: block;
  height: 40px;
  width: 100%;
  line-height: 30px;
  padding: 5px 20px;
}

@media screen and (max-width: 1080px) {
  .block_2 {
    margin-top: 0;
  }

  .block_2_1 {
    width: 100%;
  }

  .btn1 {
    width: 88px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }

  .btn1.h,
  .btn1:hover {}

  .box_5 {
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-right: 0;
    margin-bottom: 1px;
  }

  .box_5>a {
    flex-direction: row;
  }

  .box_6 {
    height: auto;
    padding: 8px;
    line-height: 2;
    font-size: 12px;
  }

  .box_11 {
    width: 100%;
  }

  .box_12 {
    width: 100%;
  }

  .box_19>div {
    flex-direction: column;
  }

  .box_22 {
    flex-direction: column;
    padding-bottom: 16px;
  }

  .group_2 {
    padding: 0 8px;
  }

  .group_3 {
    height: auto;
    padding: 16px 8px;
  }

  .group_4 {
    height: auto;
  }

  .group_5 {
    padding-top: 16px
  }

  .text-wrapper_5 {
    width: 100%;
    margin-top: 0px;
  }

  .text-wrapper_21 {
    margin-top: 10px;
  }

  .text-wrapper_21 .tab-title-item {
    width: auto;
    margin-right: 20px;
  }

  .text-wrapper_36 {
    width: 88px;
    height: 30px;
    line-height: 30px;
    margin: 8px auto 0 auto;
  }

  .text-wrapper_43 {
    height: auto;
  }

  .text-wrapper_44 {
    flex-direction: column;
  }

  .text-wrapper_44>div {
    width: 100%;
  }

  .text-wrapper_46 {
    padding: 0 8px;
  }

  .text_15 {
    font-size: 16px;
  }

  .text_18 {
    font-size: 16px;
    line-height: 2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }

  .text_20 {
    font-size: 12px;
  }

  .text_23 {
    width: auto;
    font-size: 16px;
    margin: 16px auto;
  }

  .text_37 {
    font-size: 18px;
    margin: 100px 0 0 0;
  }

  .text_38 {
    font-size: 12px;
  }

  .text_39 {
    font-size: 34px;
    line-height: 2;
    margin: 0px 0 30px 0;
  }

  .text_40 {
    font-size: 16px;
  }

  .text_41 {
    font-size: 18px;
    height: auto;
    padding-bottom: 8px;
  }

  .text_44 {
    font-size: 14px;
  }

  .text_48 {
    font-size: 16px;
  }

  .text_49 {
    font-size: 24px;
  }

  .text_64 {
    font-size: 12px;
  }

  .group_18 {
    display: none;
  }

  .text-group_1 {
    font-size: 16px;
  }

  .text-group_13 {
    margin-top: 8px;
  }

  .text-wrapper_9 {
    margin-top: 0px;
  }

  .text-wrapper_9>div {
    width: 100%;
  }

  .text-wrapper_10 {
    margin: auto;
    width: 88px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }

  .text-wrapper_48 {
    width: 100%;
  }

  .text-wrapper_48>div:nth-child(1) {
    margin-bottom: 8px;
  }

  .text-wrapper_49 {
    width: 100%;
  }

  .text-wrapper_49>div:nth-child(1) {
    margin-bottom: 8px;
  }

  .text-wrapper_35>div {
    padding-left: 16px;
  }

  .text-wrapper_2 {
    display: none;
  }

  .image-text_3 {
    width: 100%;
    height: auto;
  }

  .image-text_4 {
    width: 100%;
    margin-top: 10px;
  }

  .image_20 {
    width: 100%;
  }

  .image_38 {
    width: 240px;
    height: auto;
    margin-top: 20px;
    margin-left: 16px;
  }

  .image_39 {
    height: 60px;
    object-fit: cover;
    margin-top: 0px;
  }

  .image_40 {
    position: relative;
    width: 100%;
    height: auto;
  }

  .image_41 {
    width: 100%;
    height: auto;
    line-height: 2;
    background: none;
    /* padding: 0px 8px; */
    /* flex的自动换行 */
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .image_41 img {
    width: 80px;
    height: 30px;
    object-fit: cover;
    margin: 4px 0px 4px 8px;
  }

  .paragraph_2 {
    font-size: 14px;
  }

  .paragraph_4 {
    width: 70%;
    font-size: 14px;
    line-height: 42px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }

  .paragraph_7 {
    font-size: 12px;
    line-height: 42px;
  }

  .paragraph_10 {
    width: 100%;
    font-size: 12px;
  }

  .paragraph_11 {
    width: 100%;
    margin: 36px auto 0 auto;
    /* flex-direction: column; */
    justify-content: center;
    /* flex 换行 */
    flex-wrap: wrap;
  }

  .paragraph_11>div {
    width: 50%;
  }

  .paragraph_12 {
    padding-left: 8px;
    font-size: 14px;
    width: calc(100% - 138px);
  }

  .paragraph_12 .t1 {
    width: 100%;
  }

  .paragraph_16 {
    font-size: 14px;
  }

  .paragraph_18 {
    font-size: 14px;
  }

  .paragraph_20 {
    font-size: 14px;
    width: 70%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }

  .paragraph_21 {
    font-size: 12px;
  }

  .section_8 {
    margin-top: 8px;
  }

  .section_10 {
    width: 100%;
  }

  .section_10>a {
    width: 50%;
  }

  .section_10 .p1 {
    width: 100%;
    height: 120px;
    margin: auto;
    object-fit: cover;
  }

  .section_10 .p2 {
    width: 100%;
    height: 120px;
    margin: auto;
    object-fit: cover;
  }

  .section_10 .p3 {
    width: 100%;
    height: 120px;
    margin: auto;
    object-fit: cover;
  }

  .section_10 .p4 {
    width: 100%;
    height: 120px;
    margin: auto;
    object-fit: cover;
  }

  .mob-nav-btn {
    display: block;
  }

  .page_box .swiper-button-prev.prev1 {
    display: none;
  }

  .page_box .swiper-button-next.next1 {
    display: none;
  }

  .page_box .swiper-pagination.pagination1 {
    display: none;
  }

  .banner {
    /* height: auto; */
  }

  .banner .swiper-wrapper {
    /* height: auto; */
  }

  .swiper-slide {
    /* height: auto !important; */
    /* min-height: 100%; */
  }

  /* .cs-footer .cs-info-box {
    display: block;
    height: auto !important;
  }

  .cs-footer .cs-info-box > div{
    padding: 8px;
  } */

  .top-image-box .menus-crumbs-box .right-crumbs {
    right: 0;
    left: 25px;
  }

  .news-block li a span {
    font-size: 12px;
    color: #999;
  }

}