.banners_style {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.banners_style img {
  width: 100%;
}
.location {
  height: 44px;
}
a:hover,
a:focus {
  color: unset !important;
  text-decoration: unset !important;
  cursor: pointer;
}
.model_block {
  width: 90%;
  margin: 40px auto 70px;
}
.model_blocks {
  width: 90%;
  margin: 40px auto 60px;
}
.special_div {
  margin-top: 50px;
}
.new_video {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.news_style {
  width: 35%;
}
.videos_style {
  width: 85%;
  height: 100%;
}
.modal_swiper,
.modal_swiper2,
.modal_swiper3,
.modal_swiper4 {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.modal_swiper .swiper-slide img,
.modal_swiper2 .swiper-slide img,
.modal_swiper3 .swiper-slide img,
.modal_swiper4 .swiper-slide img {
  height: 95%;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("../img/js-right.svg") !important;
  right: 10px;
  left: auto;
  top: 50% !important;
}
.modal_swiper .swiper-button-next,
.modal_swiper2 .swiper-button-next,
.modal_swiper3 .swiper-button-next,
.modal_swiper4 .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("../img/js-right-2.svg") !important;
  right: 10px;
  left: auto;
  top: 50% !important;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("../img/js-left.svg") !important;
  left: 10px;
  right: auto;
  top: 50% !important;
}
.modal_swiper .swiper-button-prev,
.modal_swiper2 .swiper-button-prev,
.modal_swiper3 .swiper-button-prev,
.modal_swiper4 .swiper-button-prev.swiper-container-rtl .swiper-button-next {
  background-image: url("../img/js-left-2.svg") !important;
  left: 10px;
  right: auto;
  top: 50% !important;
}
.modal_swiper .swiper-pagination-bullet,
.modal_swiper2 .swiper-pagination-bullet,
.modal_swiper3 .swiper-pagination-bullet,
.modal_swiper4 .swiper-pagination-bullet {
  border: 1px solid rgb(230, 30, 30);
  background-color: transparent;
  opacity: 1;
}
.modal_swiper .swiper-pagination-bullet-active,
.modal_swiper2 .swiper-pagination-bullet-active,
.modal_swiper3 .swiper-pagination-bullet-active,
.modal_swiper4 .swiper-pagination-bullet-active {
  width: 40px;
  border-radius: 10px;
  background: rgb(218, 15, 15) !important;
}
.pagination-text {
  color: #ffffff;
  position: absolute;
  bottom: 10px;
  z-index: 1000;
  left: 50px;
}
.hidden_text,
.hidden_modal {
  display: none;
}
.news_list {
  width: 100%;
  overflow: auto;
  padding: 10px 0;
}
.news_list::-webkit-scrollbar {
  width: 8px; /* 设置滚动条宽度 */
}
.news_list::-webkit-scrollbar-thumb {
  background-color: #f1f1f1; /* 设置滚动条滑块颜色 */
  border-left: 2px solid #cfcbcb;
  border-right: 2px solid #cfcbcb;
}
.news_list::-webkit-scrollbar-track {
  background-color: #cfcbcb; /* 设置滚动条背景颜色 */
}

.news_style h1,
.videos_style h1 {
  margin-bottom: 40px;
  font-weight: bold;
}
.news_logo {
  margin-left: 10px;
  font-weight: bold;
  color: red;
  font-style: italic;
}
.news_content {
  display: block;
  font-size: 18px;
  font-weight: bold;
  padding-right: 10px;
  color: #000;
  position: relative;
}
.news_content:hover::after {
  content: "";
  display: block;
  width: 98%;
  height: 3px;
  background-color: red;
  position: absolute;
  bottom: -4px;
  left: 0;
}
.titles_style,
.long_titles,
.short_titles {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 1;
}
.new_mar_top {
  margin-top: 60px;
}
.short_titles {
  margin-top: 30px;
  margin-bottom: 30px;
}
.long_titles::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -598px;
  margin-top: -34px;
  width: 1196px;
  height: 68px;
  background-image: url(../img/long-back.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}
.short_titles::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -443.5px;
  margin-top: -34px;
  width: 887px;
  height: 68px;
  background-image: url(../img/short-back.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}
.titles_back {
  background-image: url("../img/backimg.png");
  padding: 0 0 20px;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.back_contents {
  font-size: 23px;
  margin: 20px 0;
  text-align: center;
  font-weight: bold;
}
.wh_style {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.wh_div_content {
  width: 23%;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
  border: 1px solid #ffffff;
  overflow: hidden;
}
.wh_div_content img {
  width: 100%;
  margin-bottom: 20px;
  transition: 0.3s linear;
}
.wh_div_content img:hover {
  transform: scale(1.2);
}
.wh_div_content a {
  display: block;
}
.wh_div_content:hover {
  cursor: pointer;
}
.wh_title,
.zw_title,
.zjcp_title {
  font-weight: bold;
  font-size: 18px;
  line-height: 16px;
  padding: 0 30px;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
  color: #000;
}
.wh_title::before,
.zw_title::before {
  content: "";
  display: block;
  height: 95%;
  width: 3px;
  background-color: red;
  position: absolute;
  left: 20px;
}
.wh_content {
  padding: 0 20px 15px;
  color: #000;
  font-size: 16px;
}
.zw_list {
  width: 100%;
  margin-top: 20px;
}
.zw_a_style,
.zjcp_a_style {
  display: flex;
  background-color: #eeeeee;
  border-top: 1px solid #e0e0e6;
  padding: 15px 0;
  position: relative;
  align-items: center;
  cursor: pointer;
}
.last_zw_a {
  border-bottom: 1px solid #e0e0e6;
}
.zw_title,
.zjcp_title {
  margin-bottom: unset;
}
.zw_logo {
  position: absolute;
  right: 20px;
  font-size: 28px;
}
.zw_logo_add::before {
  content: "\002b";
  color: #000;
}
.zw_logo_close::before {
  content: "\2212";
  color: #000;
}
.flex_status {
  display: flex;
  padding: 20px 20px 0;
  align-items: center;
}
.zw_detail,
.zjcp_detail {
  display: none;
}
.zw_detail {
  position: relative;
}
.modal_zz {
  display: none;
  position: fixed;
  z-index: 1001;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.8;
}
.modal_contents {
  width: 95%;
  max-width: 700px;
  display: none;
  position: fixed;
  background-color: #ffffff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1002;
  padding: 20px 20px 30px;
}
.modal_contents .swiper-wrapper {
  margin-bottom: 20px;
}
.modal_swiper,
.modal_swiper2,
.modal_swiper3,
.modal_swiper4 {
  height: 78%;
}
.modal_contents .swiper-pagination2,
.modal_contents .swiper-pagination3,
.modal_contents .swiper-pagination4,
.modal_contents .swiper-pagination5 {
  bottom: 0;
}
.desc_title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}
.zjdb_block {
  background-color: #f1f2f4;
  margin-top: 30px;
  padding: 20px 0 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.zjcp_list {
  width: 40%;
}
.zjcp_a_style {
  background-color: #d5d5d5;
}
.zjcp_mar {
  margin-bottom: 10px;
}
.bf_btn {
  width: 80px;
  height: 80px;
  background: url(../img/bf-btn.svg) center center no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 20;
}

.bf_btns {
  width: 45px;
  height: 45px;
  background: url(../img/bf-btn.svg) center center no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 20;
}

.bg_sty {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.4;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 19;
}

.dec_video {
  color: #ffffff;
  position: absolute;
  bottom: 12px;
  z-index: 1000;
  width: 100%;
  padding: 6px 0 6px 20px;
  font-size: 18px;
}

.dec_video::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #37383B;
  opacity: 0.7;
  z-index: -1; /* 确保背景层在文字之下 */
}

.dec_videos {
  color: #ffffff;
  position: absolute;
  bottom: 0;
  z-index: 1000;
  width: 100%;
  padding: 2px 0 2px 20px;
  font-size: 14px;
}

.dec_videos::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #37383B;
  opacity: 0.7;
  z-index: -1; /* 确保背景层在文字之下 */
}

.zjcp_detail {
  width: 100%;
  border: 1px solid #dddde6;
  border-top: none;
}
.zjcp_detail .row_img {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.zjcp_detail .row_img:first-child {
  margin-bottom: 1%;
}
.zjcp_detail img {
  width: 49.5%;
}
.zw_list .zw_detail:first-of-type,
.zjcp_list .zjcp_mar:first-child .zjcp_detail {
  display: block;
}
.zw_list .zw_detail:last-of-type::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-top: 30px;
}
.wh_div_content .click_modal {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.bb2 video {
  object-fit: fill;
}
.ccH5Poster img,
.zw_detail img {
  width: 100%;
}
.ccH5playerBox {
  background: unset;
}
.ccH5playerBox video {
  background-color: unset;
}
.zw_left {
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.zw_right {
  width: 58%;
}
.zw_right_img {
  display: flex;
  margin-bottom: 20px;
  width: 100%;
}
.right_row_two {
  display: flex;
  justify-content: space-between;
}
.zw_left_img {
  width: 65%;
}
.right_img_row,
.right_img_rows {
  width: 30%;
  margin: 0 20% 0 7%;
}
.zw_right_img .right_img_row:last-child {
  margin: 0 10% 0 0%;
}
.zw_bottom_dec_two {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: end;
  margin-top: 3%;
}
.zw_bottom_dec,
.zw_bottom_decs {
  position: relative;
  width: 100%;
  height: 60px;
}
.zw_bottom_decs {
  height: 35px;
}
.zw_bottom_dec_p {
  position: absolute;
  left: 41%;
  font-size: 16px;
}
.zw_bottom_dec_ps {
  position: absolute;
  left: 41%;
  font-size: 16px;
  bottom: 22px;
  font-weight: bold;
}
.news_time {
  margin-bottom: 5px;
  font-size: 16px;
}
.news_list_detail {
  margin-bottom: 30px;
}
.zw_right_title {
  font-size: 17px;
}
.row_img_one {
  margin-bottom: 20px;
}
.modal_desc {
  margin-top: 10px;
}
.row_two_img {
  width: 45%;
}
.modal-header {
  box-shadow: 0px 0px 5px rgb(0 0 0 / 20%);
  border-bottom: none;
  position: relative;
  display: flex;
  align-items: center;
}
.modal-title {
  padding: 0 20px;
  font-weight: bold;
  font-size: 22px;
  max-width: 90%;
}
.modal-dialog {
  width: 100%;
  max-width: 900px;
  position: absolute;
  background-color: #ffffff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  z-index: 1002;
  border-radius: 6px;
}
.modal-body {
  padding: 30px;
}
.all-modal-content {
  max-height: 450px;
  overflow: auto;
  padding: 0 20px;
}
.all-modal-content img {
  width: 100%;
  margin-bottom: 20px;
}
.modal-content-p {
  font-size: 16px;
  line-height: 1.6;
}
.modal-content .modal-body > .all-modal-content::-webkit-scrollbar {
  width: 5px;
}
.modal-content .modal-body > .all-modal-content::-webkit-scrollbar-track-piece {
  background-color: #fff;
}
.modal-content .modal-body > .all-modal-content::-webkit-scrollbar-thumb {
  background-color: #dddddd;
  border-radius: 19px;
}
.modal-header .close {
  font-size: 30px;
  position: absolute;
  right: 30px;
}
.modal-dialog {
  margin: unset;
}
.modal_close {
  display: inline-block;
  position: relative;
  width: 100%;
}
.modal_close:hover {
  cursor: pointer;
}
.modal_close::after {
  position: absolute;
  right: 0px;
  top: -30px;
  content: "\2716";
  font-size: 25px;
}
.zw_bottom_div {
  display: flex;
  justify-content: space-evenly;
  margin: 2% 0 4%;
  width: 59%;
}
.zw_bottom_div img {
  width: 100%;
}
.zw_flex_btm {
  display: flex;
  flex-direction: column;
}
.bottom_div_img {
  width: 31.5%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bottom_div_img_sty {
  position: relative;
  display: flex;
  align-items: center;
}
.bottom_div_img_sty::after {
  content: "";
  position: absolute;
  width: 3px;
  height: 70%;
  right: -8px;
  background-color: #ddd;
}
.bottom_div_img_p {
  font-size: 17px;
  font-weight: bold;
}
.no_sx::after {
  content: none;
}
.phone_bt {
  margin-top: 60px;
}

.bb1 .cai1b {
  cursor: pointer;
}

.videos_list {
  display: flex;
  justify-content: space-between;
}

.left_img {
  width: 49%;
}

.right_imglist {
  width: 23%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.right_imglist a:not(:last-child) {
  margin-bottom: 22px;
}

.special_img,
.special_small_img {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.videos_list img {
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
}

/* 使用伪元素创建覆盖层 */
.special_img::after {
  content: "";
  position: absolute;
  top: -6px;
  left: 0;
  background: url("../img/bg-img.png") no-repeat center center; /* 替换为你的相片框图片路径 */
  background-size: contain;
  z-index: 1;
  pointer-events: none;
  width: 100%;
  height: 20px;
  z-index: 22;
}
.special_img::before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  background: url("../img/bg-img.png") no-repeat center center; /* 替换为你的相片框图片路径 */
  background-size: contain;
  z-index: 1;
  pointer-events: none;
  width: 100%;
  height: 20px;
  z-index: 22;
}

.special_small_img::after {
  content: "";
  position: absolute;
  top: -6px;
  left: 0;
  background: url("../img/bg-img.png") no-repeat center center; /* 替换为你的相片框图片路径 */
  background-size: contain;
  z-index: 1;
  pointer-events: none;
  width: 100%;
  height: 7px;
  z-index: 22;
}

.special_small_img::before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  background: url("../img/bg-img.png") no-repeat center center; /* 替换为你的相片框图片路径 */
  background-size: contain;
  z-index: 1;
  pointer-events: none;
  width: 100%;
  height: 7px;
  z-index: 22;
}

.bb3 p {
  font-size: 18px;
}

#goTop1 {
  padding: 0px;
  position: fixed;
  bottom: 64px;
  right: 32px;
  z-index: 999;
  width: 61px;
  height: 61px;
  background-image: url(/Public/Front/images/top.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  display: none;
}
  
#goTop1:hover {
  background-image: url(/Public/Front/images/top_red.png);
}

@media screen and (min-width: 975px) {
  .bb2 {
    width: 1027px;
  }
  .sp_sty {
    display: none;
  }
  .bb0 {
    margin-left: -528px;
    margin-top: -300px;
    width: 1056px;
    height: 600px;
  }
  .bb1 {
    top: -45px;
    right: -55px;
  }
}

@media screen and (max-width: 974px) {
  .new_video {
    flex-direction: column;
  }
  .news_style,
  .videos_style {
    width: 100%;
  }
  .news_style {
    margin-bottom: 50px;
  }
  .news_style h1,
  .videos_style h1 {
    margin-bottom: 20px;
    text-align: center;
  }
  .news_list {
    max-height: 270px;
  }
  .news_content {
    font-size: 23px;
  }
  .news_time {
    font-size: 20px;
    color: #9a9ca3;
  }
  .news_content:hover::after {
    content: none;
  }
  .titles_style,
  .long_titles,
  .short_titles {
    font-size: 42px;
  }
  .long_titles::before {
    left: 0%;
    width: 100%;
    margin-left: unset;
  }
  .wh_style {
    flex-direction: column;
  }
  .wh_div_content {
    width: 100%;
    box-shadow: -2px 2px 6px rgba(0, 0, 0, 0.4);
    margin-bottom: 25px;
  }
  .wh_div_content .click_modal {
    flex-direction: row;
    justify-content: space-between;
  }
  .wh_style .wh_div_content:last-child {
    margin-bottom: unset;
  }
  .wh_img {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-left: 3%;
  }
  .wh_tc {
    width: 60%;
  }
  .wh_div_content img:hover {
    transform: unset;
  }
  .wh_title {
    margin: 20px 0 15px;
    font-size: 25px;
  }
  .zw_title,
  .zjcp_title {
    font-size: 25px;
  }
  .wh_title::before,
  .zw_title::before {
    height: 24px;
    top: -4px;
  }
  .wh_content,
  .zw_bottom_dec_p,
  .zw_bottom_dec_ps,
  .zw_right_title,
  .desc_title,
  .modal-content-p,
  .bottom_div_img_p {
    font-size: 21px;
  }
  .pagination-text {
    font-size: 16px;
  }
  .desc_content {
    font-size: 18px;
  }
  .short_titles::before {
    left: 0%;
    width: 100%;
    margin-left: unset;
  }
  .zjcp_list {
    width: 100%;
    padding: 4% 5%;
  }
  .titles_back {
    background-image: url(../img/backimg-sp.png);
  }
  .back_contents {
    font-size: 30px;
    max-width: 70%;
  }
  .news_list .news_list_detail {
    margin-bottom: 20px;
  }
  .news_list .news_list_detail:last-child {
    margin-bottom: unset;
  }
  .zw_left {
    width: 56%;
    margin-top: 40px;
  }
  .zw_left_img {
    width: 75%;
  }
  .zw_right {
    width: 40%;
  }
  .zw_right_img {
    flex-direction: column;
    align-items: center;
  }
  .zw_right_img .right_img_row:first-child {
    margin-bottom: 20px;
  }
  .right_img_row,
  .right_img_rows {
    width: 100%;
    margin: unset;
  }
  .flex_status {
    align-items: unset;
    justify-content: space-between;
    align-items: flex-start;
  }
  .zw_right_img .right_img_row:last-child {
    margin: unset;
  }
  .zw_bottom_dec_p,
  .zw_bottom_dec_ps {
    left: 0%;
  }
  .new_video_title {
    font-size: 35px;
  }
  .zjdb_block {
    padding: 20px 0 50px;
  }
  .special_flex {
    align-items: center;
  }

  .modal_swiper,
  .modal_swiper2,
  .modal_swiper3,
  .modal_swiper4 {
    height: 71%;
  }
  .zw_bottom_dec,
  .zw_bottom_decs {
    height: 110px;
  }
  .zw_bottom_decs {
    height: 70px;
  }
  .zw_a_style,
  .zjcp_a_style {
    padding: 20px 0;
  }
  .zw_logo {
    font-size: 38px;
  }
  .modal-dialog {
    width: 620px;
  }
  .modal-title {
    font-size: 25px;
  }
  .modal_close::after {
    font-size: 30px;
  }
  .zw_bottom_dec_two {
    margin: 15% 0 8%;
  }
  .zw_bottom_div {
    width: 100%;
    flex-direction: column;
  }
  .bottom_div_img {
    width: 100%;
  }
  .zw_bottom_div .bottom_div_img:last-child {
    margin-bottom: 20px;
  }
  .zw_bottom_dec_ps {
    bottom: -34px;
  }
  .bottom_div_img_sty::after {
    content: none;
  }
  /* .bb3 {
    top: 51.7%;
  } */
  .bb1 {
    z-index: 4010;
    /* top: -40px;
    right: -40px; */
  }

  .pc_sty {
    display: none;
  }

  .video_row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
  }

  .video_row .special_img_sp {
    width: 49%;
    position: relative;
    margin-bottom: 22px;
  }

  .videos_list .special_img_sp::after {
    content: "";
    position: absolute;
    bottom: -7px;
    left: 0;
    background: url("../img/bg-img.png") no-repeat center center; /* 替换为你的相片框图片路径 */
    background-size: contain;
    z-index: 1;
    pointer-events: none;
    width: 100%;
    height: 9px;
  }

  .videos_list .special_img_sp::before {
    content: "";
    position: absolute;
    top: -7px;
    left: 0;
    background: url("../img/bg-img.png") no-repeat center center; /* 替换为你的相片框图片路径 */
    background-size: contain;
    z-index: 1;
    pointer-events: none;
    width: 100%;
    height: 9px;
  }

  .video_row .special_img_sp:last-child,
  .video_row .special_img_sp:nth-last-child(2) {
    margin-bottom: unset;
  }

  .bf_btn {
    width: 50px;
    height: 50px;
  }

  .dec_videos {
    padding: 6px 0 6px 20px;
    font-size: 16px;
  }

  /* .bb2 {
    width: 660px;
    margin-left: -330px;
  } */

  /* .bb0 {
    margin-left: -330px;
    margin-top: -200px;
    width: 660px;
    height: 400px;
    left: 50%;
    top: 50%;
  } */

  .bb3 p {
    font-size: 22px;
    padding-left: 10px;
  }

}
@media screen and (min-width: 1700px) {
  .news_style {
    width: 33%;
  }
}
@media screen and (max-width: 1590px) and (min-width: 975px) {
  .news_list {
    max-height: 320px;
  }
  .zw_bottom_dec {
    height: 85px;
  }
  .all-modal-content {
    max-height: 390px;
  }
}

@media screen and (max-width: 1760px) and (min-width: 1370px) {
  .special_small_img::before {
    bottom: -5px;
  }
  .special_small_img::after {
    top: -5px;
  }
  .right_imglist a:not(:last-child) {
    margin-bottom: 16px;
  }
  .dec_videos {
    bottom: 0;
  }
}

@media screen and (max-width: 1370px) and (min-width: 975px) {
  .right_imglist a:not(:last-child) {
    margin-bottom: 12px;
  }
  .special_small_img::before,
  .special_small_img::after {
    height: 6px;
  }
  .special_img::after {
    top: -7px;
  }
  .special_img::before {
    bottom: -7px;
  }
  .special_small_img::before {
    bottom: -4.5px;
  }
  .special_small_img::after {
    top: -4.5px;
  }
  .dec_video {
    bottom: 7px;
  }
  .bb1 {
    top: 0px;
    right: -58px;
  }
}




@media screen and (max-width: 1125px) and (min-width: 975px) {
  .special_small_img::before {
    bottom: -4px;
    height: 5px;
  }
  .special_small_img::after {
    top: -4px;
    height: 5px;
  }
}

@media screen and (max-width: 1611px) and (min-width: 975px) {
  .zw_bottom_div {
    margin: 5% 0 7%;
  }
}

@media screen and (max-width: 676px) {
  .news_list {
    max-height: 350px;
  }
  .zw_bottom_dec {
    height: 135px;
  }
  .modal_swiper,
  .modal_swiper2,
  .modal_swiper3,
  .modal_swiper4 {
    height: 60%;
  }
  .modal-dialog {
    width: 550px;
  }
  .zw_bottom_dec_two {
    margin: 22% 0 9%;
  }
}
