@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
}

body {
  font-family: "微软雅黑", "Arial", sans-serif;
  font-size: 20px;
  line-height: 1.5;
  color: #333;
  margin: 0 auto;
  width: 1920px;
  height: auto;
}

a {
  color: #333;
  text-decoration: none;
}

img {
  border: none;
}

ul,
li {
  list-style: none;
}

h3 {
  font-size: 20px;
  font-weight: normal;
  line-height: 28px;
}

.clearfix:after {
  content: "";
  overflow: hidden;
  width: 100%;
  height: 0;
  font-size: 0;
  display: block;
  clear: both;
}

.section {
  scroll-margin-top: 50px;
}

.section1 {
  scroll-margin-top: 100px;
}

.container {
  width: 1200px;
  margin: 0 auto;
}

img {
  border: 0;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.mask {
  position: absolute;
  width: 100%;
  background: rgba(197, 39, 39, 0.4);
  left: 0;
  bottom: 0;
  overflow: hidden;
}

.mask h3 {
  padding: 0 10px;
  line-height: 40px;
  font-size: 22px;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #FFF;
}

.mask a {
  color: #FFF;
}

.more {
  text-align: right;
  margin-top: 10px;
  font-size: 18px;
  font-weight: bold;
}

.more a {
  color: #f61a24;
}

@supports ((-webkit-background-clip: text) or (background-clip: text)) or (-webkit-background-clip: text) {
  .more a {
    background: linear-gradient(to right, #f61f25, #fd6446);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
}
.bnzm .r2c1 .more {
    font-size: 20px;
    margin-bottom: -30px;
    font-weight: normal;
    margin-top: 0px;
}

.bnzm .r2c1 .more a {
    color: #333;
    background: none;
}

.tip {
  position: relative;
  background-image: linear-gradient(to bottom, #fffaea, #fffaea), linear-gradient(to bottom, #fff2b7, #fe5d36);
  background-origin: padding-box, border-box;
  background-clip: padding-box, border-box;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 5px;
  border: 4px solid transparent;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
  box-shadow: 0 4px 0 0 #dfbdbf;
}

.tip .txt {
  margin: 34px 25px 20px 30px;
  padding-right: 20px;
  overflow-y: auto;
  scrollbar-color: #ffe0b2 #f5422e;
  padding-bottom: 40px;
}

.tip p {
  text-indent: 2em;
  font-weight: 400;
  line-height: 2;
  color: #b71c1c;
  text-align: justify;
}

.tip h4 {
  color: #b71c1c;
}

.tip h4 {
  font-size: 20px;
  text-align: justify;
}

.tip p {
  font-size: 20px;
}

.tip .more {
  width: 90%;
  font-size: 20px;
  position: absolute;
  bottom: 16px;
  right: 45px;
  background: #fffaea;
}

header.topic {
  width: 100%;
  height: auto;
}

.centered-ellipsis {
  display: inline-block;
  vertical-align: middle;
  /* 垂直居中 */
}

.swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2027%2044%22%3E%3Cpath%20d%3D%22M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z%22%20fill%3D%22%23e1070b%22%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2027%2044%22%3E%3Cpath%20d%3D%22M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z%22%20fill%3D%22%23e1070b%22%2F%3E%3C%2Fsvg%3E");
}

.swiper-pagination {
  position: relative;
  width: 100%;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  margin: 0 2px;
  background: gray;
  opacity: 0.6;
}

.swiper-pagination-bullet-active {
  background: goldenrod;
  opacity: 1;
}

.mobile {
  display: none;
}

.nav-area {
  background-image: url("../../images/zhuanti_2025ldczxf/nav-bg.png");
  height: 158px;
}

.nav-area a {
  color: #FFF;
}

.nav-area .cnt {
  background-image: url("../../images/zhuanti_2025ldczxf/nav.png");
  height: 134px;
  width: 1344px;
  margin: 0 auto;
}

.nav-area .cnt ul {
  display: flex;
  width: 1260px;
  padding: 50px 0;
  margin: 0 auto;
  justify-content: space-between;
}

.nav-area .cnt li {
  line-height: 2;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 0 20px;
}

.nav-area .cnt li h3 {
  margin-top: auto;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-size: 26px;
  font-weight: normal;
  white-space: nowrap;
  text-shadow: 0 0 1px gold, 0 0 2px gold;
}

.title {
  background-position: center bottom;
  background-repeat: no-repeat;
  margin: 0 auto;
}

.title img {
  display: none;
}

.li-cnt {
  line-height: 1.5em;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  /* 关键：旧版 Flexbox 模型 */
  -webkit-line-clamp: 3;
  /* 限制显示 3 行 */
  line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.intro {
  position: relative;
  max-height: 280px;
  padding-bottom: 30px;
  margin-top: 25px;
  background-image: linear-gradient(to bottom, #fffaea, #fffaea), linear-gradient(to bottom, #fff2b7, #fe5d36);
  background-origin: padding-box, border-box;
  background-clip: padding-box, border-box;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 5px;
  border: 4px solid transparent;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
  box-shadow: 0 4px 0 0 #dfbdbf;
}

.intro .txt {
  margin: 35px 25px 20px 25px;
  overflow-y: auto;
  scrollbar-color: #ffe0b2 #f5422e;
  max-height: 220px;  
}

.intro p {
  text-indent: 2em;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.8;
  color: #b71c1c;
  text-align: justify;
}

.intro .more {
  margin-top: 0;
  font-size: 20px;
  position: absolute;
  bottom: 5px;
  right: 1%;
  width: 100%;
  background-color: #fffaea;
}

.bnzm {
  background-image: url("../../images/zhuanti_2025ldczxf/bnzm-bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: auto;
  padding-top: 25px;
}

.bnzm .title {
  background-image: url("../../images/zhuanti_2025ldczxf/bnzm.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  height: 145px;
  width: 343px;
}

.bnzm .r1 {
  margin-top: 30px;
}

.bnzm .r1c1 {
  float: left;
  width: 740px;
  height: 470px;
  position: relative;
}

.bnzm .headline-content-left {
  display: flex;
  width: 100%;
  height: 100%;
}

.bnzm .headline-content-left .swiper-pagination {
  position: relative;
  display: flex;
  justify-content: right;
  -moz-column-gap: 0px;
  column-gap: 0px;
  top: 0;
  bottom: 0;
  margin-top: -10px;
}

.bnzm .headline-content-left .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: white;
  opacity: 0.6;
}

.bnzm .headline-content-left .swiper-pagination-bullet-active {
  background: white;
  opacity: 1;
}

.bnzm .headline-content-left .mask h3 {
  line-height: 50px;
  white-space: wrap;
  overflow: hidden;
  text-overflow: unset;
}

.bnzm .r1c2 {
  float: right;
  width: 430px;
  height: 470px;
  overflow: hidden;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.bnzm ul.list {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
  padding: 0;
  overflow-y: auto;
}

.bnzm .r1c2 .more {
  display: flex;
  align-items: flex-end;
  justify-content: end;
  margin-top: 10px;
}

.bnzm ul.list li {
  flex: 1;
  width: 100%;
}

.bnzm .r2 {
  margin-top: 30px;
}

.bnzm .r2c1 {
  float: left;
  width: 600px;
  height: 500px;
  padding: 30px 10px 30px 0;
  overflow: hidden;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.bnzm .r2c2 {
  float: right;
  width: 547px;
  height: 500px;
  overflow: hidden;
}

.bnzm .r2c2r1 {
  height: 320px;
  width: 100%;
  position: relative;
}

.bnzm .r2c2r2 {
  margin-top: 30px;
  height: 150px;
  width: 100%;
}

.bnzm .r2c2r2 ul {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.bnzm .r2c2r2 ul li {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.bnzm .r3 {
  margin-top: 30px;
}

.bnzm .r3c1 {
  float: left;
  width: 423px;
}

.bnzm .r3c1 .txt {
  height: 412px;
}

.bnzm .r3c2 {
  float: right;
  width: 742px;
  height: 474px;
}

.bnzm .r3c2 .video {
  width: 100%;
  height: 100%;
}

.bnzm .r3c2 video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.dszk {
  margin-top: 55px;
}

.dszk .title {
  background-image: url("../../images/zhuanti_2025ldczxf/dszk.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  height: 156px;
  width: 526px;
}

.dszk .intro .txt {
  /**height: 220px;
  padding-right: 25px;**/
  overflow-y: auto;
  scrollbar-color: #ffe0b2 #f5422e;
}

.dszk .r1 {
  margin-top: 25px;
}

.dszk .r1 .r1c1,
.dszk .r1 .r1c2 {
  float: left;
  position: relative;
  overflow: hidden;
  height: 566px;
}

.dszk .r1 .r1c1 {
  width: 39.5%;
  margin-right: 2%;
}

.dszk .r1 .r1c2 {
  width: 58.5%;
}

.dszk .r1 img {
  display: block;
  width: 100%;
  height: 100%;
}

.dszk .r1 ul {
  width: 100%;
  height: 100%;
  display: flex;
}

.dszk .r1 li {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.dszk .r1 li a {
  width: 100%;
  height: 100%;
}

.dszk .r1 ul.list1 {
  flex-direction: column;
  gap: 26px;
}

.dszk .r1 ul.list1 .mask {
  height: 100%;
  bottom: -100%;
  transition: bottom 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dszk .r1 ul.list1 .mask h3 {
  white-space: wrap;
  overflow: hidden;
  text-overflow: unset;
}

.dszk .r1 ul.list1 li:hover .mask {
  bottom: 0;
}

.dszk .r1 ul.list2 {
  gap: 26px;
}

.dszk .r1 ul.list2 .mask {
  transform: translateY(100%);
  transition: transform 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dszk .r1 ul.list2 .mask h3 {
  white-space: wrap;
  overflow: hidden;
  text-overflow: unset;
}

.dszk .r1 ul.list2 li:hover .mask {
  transform: translateY(0);
}

.dszk .r2 {
  margin-top: 50px;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
}

.dszk .r2 ul.list1 {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 10px;
}

.dszk .r2 .left,
.dszk .r2 .right {
  width: 48.3%;
}

.gcjxs {
  margin-top: 35px;
}

.gcjxs .title {
  background-image: url("../../images/zhuanti_2025ldczxf/gcjxs.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  height: 156px;
  width: 463px;
}

.gcjxs .r1 {
  margin-top: 30px;
}

.gcjxs .r1 .video {
  width: 100%;
  height: 681px;
}

.gcjxs .r1 video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.gcjxs .r2 {
  margin-top: 30px;
}

.gcjxs .r2 .r2c1,
.gcjxs .r2 .r2c2 {
  float: left;
  position: relative;
  overflow: hidden;
  height: 566px;
}

.gcjxs .r2 .r2c2 {
  width: 39.5%;
}

.gcjxs .r2 .r2c1 {
  width: 58.5%;
  margin-right: 2%;
}

.gcjxs .r2 img {
  display: block;
  width: 100%;
  height: 100%;
}

.gcjxs .r2 ul {
  width: 100%;
  height: 100%;
  display: flex;
}

.gcjxs .r2 li {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.gcjxs .r2 li a {
  width: 100%;
  height: 100%;
}

.gcjxs .r2 ul.list2 {
  gap: 26px;
}

.gcjxs .r2 ul.list2 .mask {
  transform: translateY(100%);
  transition: transform 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gcjxs .r2 ul.list2 .mask h3 {
  white-space: wrap;
  overflow: hidden;
  text-overflow: unset;
}

.gcjxs .r2 ul.list2 li:hover .mask {
  transform: translateY(0);
}

.gcjxs .r2 .cnt {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.gcjxs .r2 .image {
  position: relative;
  flex-shrink: 0;
}

.gcjxs .r2 .image img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.gcjxs .r2 .txt {
  padding: 35px 35px 30px 35px;
  background-color: #fffaea;
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  scrollbar-color: #ffe0b2 #f5422e;
}

.gcjxs .brief-box {

  height: 230px;
  overflow-y: auto;
  scrollbar-color: #ffe0b2 #f5422e;
  padding-right: 15px;

}

.gcjxs .r2 .txt p {
  text-indent: 2em;
  line-height: 1.8;
  font-size: 22px;
  color: #b71c1c;
  text-align: justify;
}

.sjrm {
  margin-top: 25px;
  height: auto;
  position: relative;
}

.sjrm .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2027%2044%22%3E%3Cpath%20d%3D%22M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z%22%20fill%3D%22%23e2070b%22%2F%3E%3C%2Fsvg%3E");
}

.sjrm .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2027%2044%22%3E%3Cpath%20d%3D%22M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z%22%20fill%3D%22%23e2070b%22%2F%3E%3C%2Fsvg%3E");
}

.sjrm .swiper-button-prev {
  left: 0;
}

.sjrm .swiper-button-next {
  right: 0;
}

.sjrm .swiper-button-prev,
.sjrm .swiper-button-next {
  width: 50px;
  height: 88px;
  background-size: 100% 100%;
  margin-top: -55px;
}

.sjrm .swiper-container {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.sjrm .swiper-container .swiper-slide {
  height: 100%;
  transition: transform 0.3s;
}

.sljx {
  margin-top: 50px;
}

.sljx .title {
  background-image: url("../../images/zhuanti_2025ldczxf/sljx.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  height: 145px;
  width: 343px;
}

.sljx .content {
  width: 1400px;
  margin: 0 auto;
}

.sljx .content .r1 {
  position: relative;
}

/**.sljx .content .r1 .mask h3 {
  line-height: 50px;
  font-size: 28px;
}**/
.sljx .content .r1 .left {
  width: 820px;
  height: 482px;
  z-index: 1;
  position: relative;
}

.sljx .content .r1 .right {
  position: absolute;
  z-index: 10;
  right: 0;
  top: 0;
  width: 431px;
  margin: 51px 0 55px 0;
}

.sljx .content .r1 .right .txt {
  height: 312px;
}

.sljx .r2 {
  margin-top: 12px;
}

.sljx .r2 ul.imgs {
  display: flex;
  justify-content: space-between;
}

.sljx .r2 ul.imgs li {
  position: relative;
  width: 32.5%;
  overflow: hidden;
}

.sljx .r2 ul.imgs li img {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
  display: block;
}

.fdz {
  margin-top: 50px;
}

.fdz .title {
  background-image: url("../../images/zhuanti_2025ldczxf/fdz.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  height: 156px;
  width: 584px;
}

.fdz .content {
  width: 1400px;
  margin: 0 auto;
}

.fdz .content .left {
  width: 444px;
  float: left;
  position: relative;
}

.fdz .content .left .txt {
  height: 320px;
}

.fdz .content .left .image {
  position: relative;
  margin-top: 10px;
  height: 276px;
}

.fdz .content .left .image img {
  width: 100%;
  height: 100%;
  display: block;
}

.fdz .content .right {
  width: 750px;
  float: right;
  position: relative;
}

.fdz .content .right .r1 {
  height: 438px;
  width: 100%;
  position: relative;
}

.fdz .content .right .r2 {
  margin-top: 10px;
  height: 220px;
  width: 100%;
}

.fdz .content .right .r2 ul {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.fdz .content .right .r2 ul li {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}


.foot-03 {color: black; min-width: 1000px;padding: 10px 0;border-top: 1px solid #D2D2D2;font-size: 12px;line-height: 21px;text-align: center;margin-top: 20px}
.foot-03 a{color: black; }
.floatewm {display: none;position: fixed;width: 94px;padding: 15px 5px 5px;border: 1px solid #E8E8E8;background: #F6F6F6;left: 52%;bottom: 10px;_display: none;font-family: "Microsoft YaHei", Arial;font-size: 12px;line-height: 21px;text-align: center;margin-left: 580px}
.floatewm img {margin-top: 5px}
.floatewm span {color: #B00;font-size: 11px}
.floatewm i {display: block;position: absolute;width: 15px;height: 15px;font-style: normal;line-height: 15px;text-align: center;right: 0;top: 0;cursor: pointer}


@media screen and (max-width: 1200px) {
  :root {
    font-size: 22px;
  }

  body {
    width: initial;
    height: initial;
  }

  .container {
    width: 95vw;
  }

  .mask h3 {
    line-height: 1.5;
  }

  .pc {
    display: none;
  }

  .mobile {
    display: block;
  }

  .mask h3 {
    line-height: 1.5;
  }

  .tip .txt {
    margin: 1vw;
    padding-right: 1vw;
  }

  .tip h4 {
    font-size: 20px;
  }

  .tip p {
    font-size: 20px;
  }

  .tip .more {
    font-size: 20px;
    width: 100%;
    bottom: 0;
    right: 0;
  }

  .intro .txt {
    margin: 1vw;
  }

  .nav-area {
    background: none;
    height: auto;
    width:100%;
  }

  .nav-area .cnt {
    background-image: linear-gradient(to right, #f51623, #fe5c36);
    width: 100%;
    height: auto;
  }

  .nav-area .cnt ul {
    display: flex;
    width: 100%;
    padding: 30px 0;
    margin: 0 auto;
    justify-content: flex-start;
    overflow-x: auto;
  }

  .nav-area .cnt li {
    line-height: 2;
    padding: 0 20px;
  }

  .nav-area .cnt li h3 {
    font-size: 22px;
  }

  .title img {
    display: block;
    width: 60%;
    height: auto;
    margin: 0 auto;
  }

  .bnzm .title,
  .dszk .title,
  .gcjxs .title,
  .sljx .title,
  .fdz .title {
    background: none;
    height: auto;
  }

  .bnzm .headline-content-left .mask h3 {
    line-height: 1.5;
  }

  .sjrm .swiper-button-prev,
  .sjrm .swiper-button-next {
    display: none;
  }

  .sljx .content,
  .fdz .content {
    width: 100%;
  }

  .sjrm .swiper-container {
    width: 95vw;
  }

  .dszk .r1 ul.list1 .mask {
    height: initial;
    bottom: 0;
    transition: initial;
  }

  .dszk .r1 ul.list1 .mask h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .dszk .r1 ul.list2 .mask {
    transform: initial;
    transition: initial;
  }

  .dszk .r1 ul.list2 .mask h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .gcjxs .r2 ul.list2 .mask {
    transform: initial;
    transition: initial;
  }

  .gcjxs .r2 ul.list2 .mask h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .bnzm {
    background: none;
  }

  .bnzm .r1c1 {
    width: 58.58vw;
    height: 37.21vw;
  }

  .bnzm .r1c2 {
    width: 31.67vw;
    height: 37.21vw;
  }

  .bnzm .r2c1 {
    width: 47.5vw;
    height: 39.583333vw;
    padding: 0;
  }
  .bnzm .r2c1 .more {
    margin-bottom: 0px;
  }

  .bnzm .r2c2 {
    width: 43.304166vw;
    height: 39.583333vw;
  }

  .bnzm .r2c2r1 {
    height: 25.333333vw;
  }

  .bnzm .r2c2r2 {
    margin-top: 10px;
    height: calc(14.25vw - 10px);
  }

  .bnzm .r3c1 {
    width: 33.4875vw;
  }

  .bnzm .r3c1 .txt {
    height: calc(35.525vw - 8px);
  }

  .bnzm .r3c2 {
    width: 58.741666vw;
    height: 37.525vw;
  }

  .bnzm .r2c2r2 ul {
    gap: 4%;
  }

  .dszk .r1 .r1c1,
  .dszk .r1 .r1c2 {
    height: 47vw;
  }

  .dszk .r1 ul.list1 {
    flex-direction: column;
    gap: 2vw;
  }

  .dszk .r1 ul.list2 {
    gap: 2vw;
  }

  .gcjxs .r1 .video {
    height: 53.9125vw;
  }

  .gcjxs .r2 .r2c1,
  .gcjxs .r2 .r2c2 {
    height: 47vw;
  }

  .gcjxs .r2 ul.list2 {
    gap: 2vw;
  }

  .gcjxs .r2 .txt {
    padding: 1vw;
  }

  /**.sljx .content .r1 .mask h3 {
    line-height: 1.5;
    font-size: 1.1rem;
  }**/
  .sljx .content .r1 .left {
    width: 64.6vw;
    height: 38.16vw;
  }

  .sljx .content .r1 .right {
    width: 34.12vw;
    margin: 4.25vw 0;
  }

  .sljx .content .r1 .right .txt {
    height: calc(27.66vw - 8px);
  }

  .fdz .content .left {
    width: 35.15vw;
  }

  .fdz .content .left .txt {
    height: calc(27.925vw - 8px);
  }

  .fdz .content .left .image {
    height: 22.17vw;
  }

  .fdz .content .right {
    width: 62.5%;
  }

  .fdz .content .right .r1 {
    height: 34.675vw;
  }

  .fdz .content .right .r2 {
    height: 17.42vw;
  }

  .intro,
  .bnzm .r1,
  .bnzm .r2,
  .bnzm .r3,
  .dszk .r1,
  .dszk .r2,
  .gcjxs .r1,
  .gcjxs .r2 {
    margin-top: 20px;
  }

  .dszk,
  .gcjxs,
  .sljx,
  .fdz {
    margin-top: 25px;
  }
  .foot-03 {width: 100%;min-width: 320px;box-sizing: border-box;padding: 10px 20px;}
	.floatewm {display: none !important}
}

@media screen and (max-width: 768px) {
  :root {
    font-size: 20px;
  }

  body {
    font-size: 16px;
  }

  .mask h3 {
    font-size: 12px;
  }

  .nav-area .cnt li h3 {
    font-size: 18px;
  }

  .nav-area .cnt ul {
    padding: 20px 0;
  }

  .nav-area .cnt li {
    padding: 0 10px;
  }

  .intro p {
    font-size: 18px;
  }

  .intro .more {
    margin-top: 0;
    font-size: 18px;

  }

  .tip h4 {
    font-size: 16px;
  }

  .tip p {
    font-size: 16px;
  }

  .tip .more {
    font-size: 16px;

  }

 

  .bnzm .r2.clearfix .r2c1 {
    margin-top: 10px;
  }
  .bnzm .r2c1 .more {
    font-size:16px;
    margin-top: 5px;
    margin-bottom: 7px;
  }

  .gcjxs .r2 .txt p {
    font-size: 16px;
  }

  .dszk .intro .txt {
    /**height: 110px;**/
    padding-right: 0;
  }
}

@media screen and (max-width: 576px) {
  :root {
    font-size: 16px;
  }

  body{
  	font-size:16px;
  }
  .mask h3 {
    font-size: 12px;
  }

  .nav-area .cnt li h3 {
    font-size: 14px;
  }

  .nav-area .cnt ul {
    padding: 10px 0;
  }

  .nav-area .cnt li {
    padding: 0 5px;
  }
  .intro{
    max-height: 220px;
  }
  .intro .txt{
    max-height:170px ;
  }
  .intro p {
    font-size: 16px;
    font-weight: 500;
  }

  .intro .more {
    margin-top: 0;
    font-size: 16px;
  }

  .tip h4 {
    font-size: 14px;
  }

  .tip p {
    font-size: 14px;
    line-height: 1.5;
  }

  .tip .more {
    font-size: 14px;
  }

  .tip .txt {
    margin: 1vw;
    padding-right: 0;
  }
  .bnzm .r2.clearfix {
    display: flex;
    flex-direction: column-reverse;
  }
  .gcjxs .r2 .txt p {
    font-size: 14px;
  }

  .dszk .intro .txt {
    /**height: 110px;**/
    padding-right: 0;
  }

  .bnzm .title,
  .dszk .title,
  .gcjxs .title,
  .sljx .title,
  .fdz .title {
    width: auto;
  }

  .bnzm .title img {
    width: 32.58vw;
  }

  .dszk .title img {
    width: 49.96vw;
  }

  .gcjxs .title img {
    width: 43.9848vw;
  }

  .sljx .title img {
    width: 32.58vw;
  }

  .fdz .title img {
    width: 55.476vw;
  }

  .bnzm .r1c1,
  .bnzm .r1c2,
  .bnzm .r2c1,
  .bnzm .r2c2,
  .bnzm .r3c1,
  .bnzm .r3c2 {
    float: none;
    width: 100%;
    height: auto;
  }

  .bnzm .r1c1 {
    height: 60.34vw;
  }

  .bnzm .r2c2r1 {
    height: 55.576vw;
  }
  .bnzm .r2c1 .more {
    margin-top: 5px;
    margin-bottom: 0px;
  }

  .bnzm .r2c2r2 {
    height: 26.05vw;
  }

  .bnzm .r1,
  .bnzm .r2,
  .bnzm .r3,
  .bnzm .r1c2,
  .bnzm .r2c2,
  .bnzm .r3c2 {
    margin-top: 10px;
  }

  .bnzm .r3c2 {
    height: 60.6873315vw;
  }

  .sjrm {
    margin-top: 10px;
  }
}

/*# sourceMappingURL=index.css.map */