@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;
  background-color: white;
}

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

img {
  border: none;
}

ul, li {
  list-style: none;
}

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

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

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

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

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

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

.mask a {
  color: #FFF;
}

header.topic {
  width: 100%;
  height: auto;
  position: relative;
}
header.topic img {
  width: 100%;
  height: auto;
  display: block;
}
header.topic .nav {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: linear-gradient(to right, #f30012, #ff5429);
  border-radius: 50px 50px 0 0;
}
header.topic ul {
  display: flex;
  width: 594px;
  padding: 18px 0;
  margin: 0 auto;
  justify-content: space-between;
}
header.topic li {
  line-height: 2;
  cursor: pointer;
}

.title {
  margin: 0 auto;
}
.title img {
  display: none;
}

p {
  padding: 40px 20px 0 20px;
  text-indent: 2em;
  line-height: 2;
  font-size: 19px;
}

.intro {
  position: relative;
  margin: 0 auto;
  background-image: url("../../images/zhuanti_dsejqyzs/intro_bg.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.intro .container {
  position: relative;
  height: auto;
}
.intro .title {
  margin-top: 40px;
  background-image: url("../../images/zhuanti_dsejqyzs/zshd.png");
  background-repeat: no-repeat;
  width: 258px;
  height: 126px;
}
.intro .video {
  margin-top: 30px;
}
.intro .video .cnt {
  height: auto;
  width: 100%;
  margin: 0 auto;
  line-height: 0;
  font-size: 0;
}
.intro .video .cnt .mask {
  margin-top: 30px;
  position: initial;
  background: none;
}
.intro .video .cnt .mask h3 {
  font-size: 30px;
  text-align: center;
}
.intro .video .cnt .mask h3 a {
  color: #333;
}
.intro .video .cnt video {
  display: block;
  width: 100%;
  height: 525px;
  -o-object-fit: cover;
     object-fit: cover;
}

.cgzs {
  overflow: hidden;
  margin-top: 50px;
  position: relative;
}
.cgzs .title {
  background-image: url("../../images/zhuanti_dsejqyzs/cgzs.png");
  background-repeat: no-repeat;
  width: 258px;
  height: 126px;
}
.cgzs .content {
  margin-top: 30px;
}
.cgzs .tab-btn.active {
  opacity: 0.8;
}
.cgzs .tab {
  display: flex;
  cursor: pointer;
}
.cgzs .tab h3 {
  color: #FFF;
  font-weight: 550;
  letter-spacing: 2px;
  text-align: center;
  line-height: 2.5;
}
.cgzs .tab .tab-btn {
  background-image: linear-gradient(130deg, #ff9518, #f30112);
  width: 25%;
  border-radius: 30px 30px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cgzs .tab-content {
  display: none;
}
.cgzs .tab-content.active {
  display: block;
}
.cgzs .tab-content {
  background-color: #f2f2f2;
}
.cgzs .tab-content .cnt {
  padding: 40px 0;
  height: auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.cgzs .tab-content .cnt .left {
  margin-left: 4%;
  display: flex;
  width: 46%;
  height: auto;
  position: relative;
  overflow: hidden;
  justify-content: space-between;
}
.cgzs .tab-content .cnt .left a {
  width: 100%;
  height: auto;
}
.cgzs .tab-content .cnt .left img {
  aspect-ratio: 16/9;
}
.cgzs .tab-content .cnt .right {
  display: flex;
  width: 43%;
  margin: 0 3.5%;
  height: auto;
  overflow: hidden;
  box-sizing: border-box;
  flex-direction: column;
}
.cgzs .tab-content .cnt .right ul {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin: 0;
  padding: 0;
  overflow-y: auto;
}
.cgzs .tab-content .cnt .right li {
  flex: 1;
  display: flex;
  align-items: center;
  width: 100%;
}
.cgzs .tab-content .cnt .right li a {
  color: #333;
}
.cgzs .tab-content .cnt .li-cnt {
  line-height: 1.5em;
  overflow: hidden;
  width: 100%;
  display: -webkit-box; /* 关键：旧版 Flexbox 模型 */
  -webkit-line-clamp: 1; /* 限制显示 2 行 */
  line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.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");
  right: 10px;
}

.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");
  left: 10px;
}

.recommend {
  padding: 30px 0;
  display: flex;
  position: relative;
}
.recommend .swiper-container {
  width: 87%;
  margin: 0 auto;
}
.recommend img {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}
.recommend .mask {
  position: relative;
  background: none;
}
.recommend .mask a {
  color: #333;
}

.ljhg {
  margin-top: 50px;
  overflow: hidden;
  position: relative;
}
.ljhg .title {
  background-image: url("../../images/zhuanti_dsejqyzs/ljhg.png");
  background-repeat: no-repeat;
  width: 258px;
  height: 126px;
}
.ljhg .content {
  margin-top: 30px;
  background-color: #f2f2f2;
}
.foot-03 a{color: #333;}
.foot-03 p {padding: 0px;}
.foot-03 {min-width: 1000px;padding: 10px 0;border-top: 1px solid #D2D2D2;font-size: 12px;line-height: 21px;text-align: center;margin-top: 20px}
.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: 100%;
  }
  .container {
    width: 95%;
  }
  header.topic .container {
    width: 100%;
  }
  header.topic .nav {
    position: relative;
    bottom: initial;
    left: initial;
    transform: initial;
    background-image: linear-gradient(to right, #f30012, #ff5429);
    border-radius: 0 0 0 0;
    margin: 0 auto;
  }
  header.topic ul {
    display: flex;
    width: 594px;
    padding: 10px 0;
    margin: 0 auto;
    justify-content: space-between;
  }
  header.topic li {
    line-height: 2;
  }
  .intro {
    background: none;
  }
  .intro p {
    margin-top: 20px;
    padding: 0;
  }
  .intro .video .cnt video {
    height: auto;
  }
  .title img {
    display: block;
    max-width: 258px;
    width: 40%;
    height: auto;
    margin: 0 auto;
  }
  .ljhg {
    padding-bottom: 25px;
  }
  .intro .title, .cgzs .title, .ljhg .title {
    width: 95%;
    height: auto;
    background: none;
  }
  .swiper-button-next {
    right: 0;
  }
  .swiper-button-prev {
    left: 0;
  }
  .foot-03 {width: 100%;min-width: 320px;box-sizing: border-box;padding: 30px 20px 10px;margin:0px 0 20px;}
  .floatewm {display: none !important}

}
@media screen and (max-width: 820px) {
  :root {
    font-size: 20px;
  }
  .intro .video .cnt .mask h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  :root {
    font-size: 20px;
  }
  body {
    font-size: 20px;
  }
  p {
    font-size: 18px;
  }
  h3 {
    font-size: 20px;
  }
  header.topic ul {
    padding: 0;
  }
  header.topic ul h3 {
    line-height: 2;
  }
  .intro .video .cnt .mask h3 {
    font-size: 22px;
  }
  .cgzs .tab .tab-btn {
    width: 25%;
    border-radius: 25px 25px 0 0;
  }
  .cgzs .tab h3 {
    color: #FFF;
    font-weight: 500;
    letter-spacing: initial;
    text-align: center;
    line-height: 2;
  }
  .recommend {
    padding: 10px 0;
  }
  .recommend .swiper-container {
    width: 83%;
  }
  .title img {
    max-width: 200px;
    width: 33vw;
  }
  .intro .title, .cgzs, .ljhg {
    margin-top: 30px;
  }
  .intro .video, .cgzs .content {
    margin-top: 20px;
  }
  .intro .video .cnt .mask {
    margin-top: 20px;
  }
  .ljhg .content {
    margin-top: 10px;
  }
  .cgzs .tab-content {
    background: none;
  }
  .cgzs .tab-content .cnt {
    padding: 20px 0 0 0;
  }
  .ljhg .content {
    background: none;
  }
}
@media screen and (max-width: 594px) {
  :root {
    font-size: 16px;
  }
  .swiper-button-next {
    display: none;
  }
  .swiper-button-prev {
    display: none;
  }
  header.topic ul {
    padding: 0;
    width: 100%;
    overflow: hidden;
    overflow-x: scroll;
    white-space: nowrap;
  }
  header.topic ul li {
    padding: 0 10px;
  }
  body {
    font-size: 18px;
  }
  p {
    font-size: 16px;
  }
  h3 {
    font-size: 18px;
  }
  .intro .video .cnt .mask h3 {
    font-size: 20px;   
    white-space: normal;
    text-align: left;
  }
  .cgzs .tab .tab-btn {
    width: 25%;
    border-radius: 20px 20px 0 0;
  }
  .intro .title, .cgzs, .ljhg {
    margin-top: 20px;
  }
  .intro .video, .cgzs .content {
    margin-top: 10px;
  }
  .intro .video .cnt .mask {
    margin-top: 10px;
  }
  .cgzs .mask h3 {
    line-height: 30px;
    white-space: normal;
    font-size: 18px;
  }
  .ljhg .content {
    margin-top: 0;
  }
  .recommend {
    padding: 10px 0;
    flex-direction: column;
  }
  .recommend .swiper-container {
    width: 100%;
  }
  .recommend .mask {
    position: absolute;
    width: 100%;
    background: rgba(3, 3, 3, 0.4);
    left: 0;
    bottom: 0;
  }
  .recommend .mask h3 {
    padding: 0 10px;
    line-height: 30px;
    font-size: 18px;
    font-weight: normal;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .recommend .mask a {
    color: #FFF;
  }
  .cgzs .tab-content .cnt {
    padding: 10px 0 0 0;
    height: auto;
    flex-wrap: wrap;
    gap: 10px;
  }
  .cgzs .tab-content .cnt .left {
    margin-left: 0;
    width: 100%;
  }
  .cgzs .tab-content .cnt .right {
    width: 100%;
    margin: 0;
  }
  .cgzs .tab-content .cnt .li-cnt {
    -webkit-line-clamp: 6; /* 限制显示 6 行 */
  }
  .swiper-pagination {
    position: relative;
    bottom: 0;
    margin-bottom: -15px;
    width: 100%;
  }
  .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    margin: 0 5px;
    background: gray;
    opacity: 0.6;
  }
  .swiper-pagination-bullet-active {
    background: #f30012;
    opacity: 1;
  }
  .foot-03 {padding: 10px;}
}/*# sourceMappingURL=index.css.map */