@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
}

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

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;
}

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

.more {
  text-align: right;
  margin-top: 30px;
}
.more a {
  color: #4987f6;
  font-size: 22px;
}

.mobile {
  display: none;
}

header.topic {
  min-width: 1297px;
  height: 1040px;
  background-image: url("../../images/zhuanti_dsijdspds/topic.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
header.topic img {
  display: none;
}

.main-container {
  background-image: url("../../images/zhuanti_dsijdspds/maincbg.png");
  background-position: center top;
  background-repeat: no-repeat;
  min-width: 1297px;
}

.abstract {
  width: 1056px;
  height: 200px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  top: 65px;
  font-size: 28px;
  line-height: 2.2;
  padding: 0 0 0 60px;
  color: #fff;
}
.abstract p span {
  display: inline-block;
  margin-left: -2em;
  text-indent: 2em;
}

.intro {
  position: relative;
  margin: 0 auto;
  width: 1231px;
  height: auto;
}
.intro .intro-container {
  width: 100%;
  position: relative;
  height: auto;
  margin: 0 auto;
}

.dsjc {
  background-image: linear-gradient(to bottom, #fff, #fff), linear-gradient(to bottom, #337dff, #9fc4ff);
  background-origin: padding-box, border-box;
  background-clip: padding-box, border-box;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 0 0 70px 70px;
  border: 4px solid transparent;
  width: 1280px;
  height: auto;
  margin: 250px auto 0;
  padding-bottom: 30px;
}
@keyframes box-glow-breath {
  0%, 100% {
    box-shadow: inset 0 0 10px 2px rgba(0, 229, 255, 0.5), 0 0 15px 5px rgba(0, 229, 255, 0.4);
  }
  50% {
    box-shadow: inset 0 0 30px 15px rgba(0, 255, 255, 0.7), 0 0 50px 25px rgba(0, 255, 255, 0.6);
  }
}
.dsjc .tab {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-around;
  transform: translateY(-50%);
}
.dsjc .tab-btn {
  width: 206px;
  height: 172px;
  position: relative;
}
.dsjc .tab-btn.active .bullet {
  animation: box-glow-breath 2s infinite ease-in-out;
}
.dsjc .desc {
  position: absolute;
  top: 0;
  font-size: 26px;
  font-weight: bold;
  color: #1161f4;
  line-height: 1.5;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.dsjc .bullet {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 39px;
  height: 38px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  cursor: pointer;
}
.dsjc .date {
  position: absolute;
  bottom: 0;
  font-size: 26px;
  font-weight: bold;
  color: #1161f4;
  line-height: 1.5;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.dsjc .tab-content {
  margin-top: 35px;
  display: none;
}
.dsjc .tab-content.active {
  display: block;
}
.dsjc .tit {
  margin-top: 10px;
  line-height: 36px;
}
.dsjc .unit {
  margin-top: 10px;
  color: #b8b6b3;
  line-height: 30px;
}
.dsjc .unit a {
  font-size: 18px;
  color: #b8b6b3;
}
.dsjc .item {
  width: 250px;
}
.dsjc .item .image {
  aspect-ratio: 16/9;
  width: 100%;
  overflow: hidden;
}
.dsjc .item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.dsjc .dsp .title {
  background-image: url("../../images/zhuanti_dsijdspds/dsp.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 337px;
  height: 157px;
  margin: 0 auto;
}
.dsjc .dsp .content {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.dsjc .dsp .content .cnt {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.dsjc .pk {
  margin-top: 30px;
}
.dsjc .pk .item .image {
  aspect-ratio: 9/16;
}
.dsjc .pk .title {
  background-image: url("../../images/zhuanti_dsijdspds/pk.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 337px;
  height: 157px;
  margin: 0 auto;
}
.dsjc .pk .content {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.dsjc .pk .content .cnt {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.dsjc .wdy {
  margin-top: 30px;
}
.dsjc .wdy .title {
  background-image: url("../../images/zhuanti_dsijdspds/wdy.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 337px;
  height: 157px;
  margin: 0 auto;
}
.dsjc .wdy .content {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.dsjc .wdy .content .cnt {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.wqhg {
  margin-top: 70px;
}
.wqhg .title {
  background-image: url("../../images/zhuanti_dsijdspds/wqhd.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 337px;
  height: 157px;
  margin: 0 auto;
}
.wqhg .content {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
.wqhg .content .item {
  width: 342px;
}
.wqhg .content .item .image {
  aspect-ratio: 16/9;
  width: 100%;
  overflow: hidden;
}
.wqhg .content .item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.title img, .t img {
  display: none;
}

.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: 1024px) {
  body {
    font-size: 20px;
  }
  .more a {
    font-size: 20px;
  }
  .abstract {
    padding-left: 1%;
    width: 90%;
    height: auto;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    font-size: 22px;
    line-height: 2;
    color: #fff;
    overflow-y: auto;
  }
  .abstract p {
    position: relative;
    width: 100%;
    padding: 0 0 0 2.2em;
  }
  .abstract p span {
    display: inline-block;
    margin-left: -2em;
    text-indent: 2em;
  }
  .container {
    width: 90%;
  }
  .nav-tabs.container {
    width: 100%;
  }
  header.topic {
    min-width: initial;
    width: 100%;
    height: auto;
    background-image: none;
  }
  header.topic img {
    width: 100%;
    height: auto;
    display: block;
  }
  .main-container {
    background-image: url("../../images/zhuanti_dsijdspds/maincbg2.png");
    min-width: initial;
    background-size: 100% auto;
    width: 100%;
  }
  .intro {
    width: 100%;
  }
  .intro img {
    display: block;
    width: 100%;
    height: auto;
  }
  .intro .glow-layer {
    animation: none;
  }
  .dsjc {
    width: 100%;
    height: auto;
    background-image: none;
    margin-top: 120px;
    border-top: 2px solid #337dff;
    padding-bottom: 0px;
  }
  .dsjc .tab {
    width: 100%;
    position: relative;
    transform: translateY(-50%);
  }
  .dsjc .desc, .dsjc .date {
    font-size: 20px;
  }
  .dsjc .tab-btn {
    width: 19vw;
    height: 15.86vw;
  }
  .dsjc .tab-content {
    margin-top: 0;
  }
  .dsjc .tit {
    margin-top: 10px;
    line-height: 36px;
  }
  .dsjc .unit {
    margin-top: 10px;
    color: #b8b6b3;
    line-height: 30px;
  }
  .dsjc .unit a {
    font-size: 18px;
    color: #b8b6b3;
  }
  .dsjc .item {
    width: 23%;
  }
  .dsjc .item .image {
    aspect-ratio: 16/9;
    width: 100%;
    overflow: hidden;
  }
  .dsjc .item .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .dsjc .dsp .content {
    margin-top: 20px;
    flex-wrap: wrap;
  }
  .dsjc .dsp .title, .dsjc .pk .title, .dsjc .wdy .title {
    width: 200px;
    height: 93px;
  }
  .wqhg {
    margin-top: 70px;
  }
  .wqhg .title {
    width: 200px;
    height: 93px;
  }
  .wqhg .content {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
  }
  .wqhg .content .item {
    width: 32%;
  }
  .wqhg .content .item .image {
    width: 100%;
  }
  .wqhg .content .item .image img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: auto;
  }
  .foot-03 {width: 100%;min-width: 320px;box-sizing: border-box;padding: 10px 20px;}
  .floatewm {display: none !important}
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .mobile {
    display: block;
  }
  :root {
    font-size: 18px;
  }
  body {
    font-size: 18px;
  }
  .more {
    text-align: right;
    margin-top: 10px;
  }
  .more a {
    font-size: 1rem;
  }
  .dsjc .desc, .dsjc .date {
    font-size: 1rem;
  }
  .abstract {
    font-size: 1rem;
  }
  .title img, .t img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
  }
  .dsjc {
    margin-top: 100px;
  }
  .dsjc .bullet {
    width: 25px;
    height: 25px;
  }
  .dsjc .bullet img {
    width: 100%;
    height: 100%;
  }
  .dsjc .tit {
    margin-top: 10px;
    line-height: 1.5;
  }
  .dsjc .unit {
    margin-top: 10px;
    color: #b8b6b3;
    line-height: 1.5;
  }
  .dsjc .unit a {
    font-size: 0.8rem;
    color: #b8b6b3;
  }
  .dsjc .dsp .title, .dsjc .pk .title, .dsjc .wdy .title {
    width: 25%;
    height: auto;
    background-image: none;
  }
  .wqhg .title {
    width: 25%;
    height: auto;
    background-image: none;
  }
}
@media screen and (max-width: 576px) {
  :root {
    font-size: 14px;
  }
  body {
    font-size: 14px;
  }
  .more {
    text-align: right;
  }
  .more a {
    font-size: 14px;
  }
  .container {
    width: 95%;
  }
  .dsjc .desc, .dsjc .date {
    font-size: 0.8rem;
  }
  .abstract {
    height: 80%;
    line-height: 1.5;
  }
  .dsjc {
    margin-top: 50px;
    padding-bottom: 20px;
  }
  .dsjc .bullet {
    width: 18px;
    height: 18px;
  }
  .dsjc .dsp .content .cnt, .dsjc .pk .content .cnt, .dsjc .wdy .content .cnt {
    flex-wrap: wrap;
    gap: 20px;
  }
  .dsjc .item {
    flex: 0 0 calc((100% - 20px) / 2);
  }
  .dsjc .tit {
    margin-top: 10px;
    line-height: 1.5;
  }
  .dsjc .unit {
    margin-top: 10px;
    color: #b8b6b3;
    line-height: 1.5;
  }
  .dsjc .unit a {
    color: #b8b6b3;
  }
  .dsjc .dsp .content, .dsjc .pk .content, .dsjc .wdy .content {
    margin-top: 10px;
  }
  .wqhg {
    margin-top: 20px;
  }
  .wqhg .content {
    margin-top: 10px;
  }
}/*# sourceMappingURL=style.css.map */