@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;
  margin: 0 auto;
  width: 1920px;
}

a {
  color: #fff;
  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;
}

img {
  border: 0;
  max-width: 100%;
  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: 22px;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mask a {
  color: #FFF;
}

.more {
  text-align: right;
  margin: 15px;
  font-size: 18px;
}
.more a {
  color: #013f71;
}

header.topic {
  height: 1023px;
  background-image: url("../../images/zhuanti_zggcjxs/topic.png");
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
}
header.topic img {
  display: none;
}
header.topic .abstract {
  width: 1060px;
  height: 280px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  top: 630px;
  font-size: 28px;
  line-height: 50px;
  padding: 0 0 0 90px;
  color: #8c3922;
}
header.topic .abstract p span {
  display: inline-block;
  margin-left: -2em;
  text-indent: 2em;
}

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

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

.main-container {
  overflow: hidden;
  height: auto;
  background-image: linear-gradient(to bottom, #2b78b8, #ddf3f7);
}

.videos {
  margin-top: 0;
  padding-top: 65px;
}
.videos .cnt .recommend {
  position: relative;
}
.videos .cnt .swiper-container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.videos .cnt .swiper-slide {
  height: auto;
  position: relative;
}
.videos .cnt .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%23fff%22%2F%3E%3C%2Fsvg%3E");
  left: -60px;
}
.videos .cnt .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%23fff%22%2F%3E%3C%2Fsvg%3E");
  right: -60px;
}
.videos .cnt .swiper-button-prev, .videos .cnt .swiper-button-next {
  width: 40px;
  height: 80px;
  background-size: 100% 100%;
  top: calc(50% - 40px);
}
.videos .cnt .swiper-pagination {
  position: relative;
  width: 100%;
}
.videos .cnt .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  margin: 0 2px;
  background: white;
  opacity: 0.6;
}
.videos .cnt .swiper-pagination-bullet-active {
  background: white;
  opacity: 1;
}
.videos video {
  display: block;
  width: 100%;
  height: 683px;
  -o-object-fit: cover;
     object-fit: cover;
  background-image: linear-gradient(to bottom, #fff, #fff), linear-gradient(to bottom, #00acc1, #01589b);
  background-origin: padding-box, border-box;
  background-clip: padding-box, border-box;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 15px;
  border: 6px solid transparent;
  object-fit: cover;
  overflow: hidden;
}
.videos h3 {
  margin-top: 20px;
  padding: 10px 10px;
  font-size: 28px;
  text-align: center;
}

.iframe-page {
  margin-top: 80px;
}
.iframe-page h3 {
  margin: 20px 0;
  text-align: center;
  font-size: 32px;
}
.iframe-page h3 a {
  color: #013f71;
}

.iframe-contianer {
  background-image: linear-gradient(to bottom, #e8f5e9, #e8f5e9), linear-gradient(to bottom, #00acc1, #01589b);
  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: 5px solid transparent;
  -o-object-fit: cover;
     object-fit: cover;
  height: 682px;
}
.iframe-contianer .article-area {
  height: 100%;
  padding: 0 20px;
  overflow: auto;
  scrollbar-color: #8be1db rgba(1, 87, 155, 0.8);
}

.article-area img {
  max-width: 700px!important;
  height: auto;
}

.iframe-contianer p {
  margin: 10px auto;
  text-indent: 2em;
  font-size: 16px;
  line-height: 190%;
}

.gallery {
  margin-top: 90px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  margin-bottom: 30px;
}

.image-card {
  background-image: linear-gradient(to bottom, #e8f5e9, #e8f5e9), linear-gradient(to bottom, #00acc1, #01589b);
  background-origin: padding-box, border-box;
  background-clip: padding-box, border-box;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 15px;
  border: 5px solid transparent;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  cursor: pointer;
}

.image-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.image-container {
  height: 638px;
  position: relative;
  overflow: hidden;
}
.image-container .mask h3 {
  white-space: normal;
  text-overflow: unset;
}

.image-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}

.image-card:hover .image-container img {
  transform: scale(1.05);
}

.foot-03 {background-color: #ddf3f7;min-width: 1000px;padding: 20px 0;border-top: 1px solid #D2D2D2;font-size: 12px;line-height: 21px;text-align: center;}
.foot-03 a {color: #333;}
.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) {
  body {
    width: initial;
    height: initial;
  }
  .main-container {
    width: 100%;
  }
  header.topic {
    width: 100%;
    height: auto;
    background: none;
    margin: 0 auto;
  }
  header.topic .abstract {
    display: none;
  }
  header.topic img {
    width: 100%;
    height: auto;
    display: block;
  }
  .intro {
    display: block;
  }
  .intro .container {
    width: 100%;
  }
  .intro .abstract {
    width: 88%;
    height: 90%;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    top: 5%;
    font-size: 1rem;
    line-height: 2;
    color: #8c3922;
    overflow-y: auto;
  }
  .intro .abstract p {
    position: absolute;
    width: 100%;
    padding: 0 0 0 2.2em;
  }
  .intro .abstract p span {
    display: inline-block;
    margin-left: -2em;
    text-indent: 2em;
  }
  .container {
    width: 95%;
  }
  .videos video {
    height: auto;
  }
  .videos .swiper-button-prev, .videos .swiper-button-next {
    display: none;
  }
  .iframe-contianer {
    height: 56.833333vw;
  }
  .image-container {
    height: auto;
  }
  .image-container img {
    width: 100%;
    height: auto;
    aspect-ratio: 9/16;
  }
  .article-area video{width: 100%;display: block;margin: 0 auto;}
  .article-area img{display: block;margin: 0 auto;}
  .foot-03 {width: 100%;min-width: 320px;box-sizing: border-box;padding: 20px;}
  .floatewm {display: none !important}
}
@media screen and (max-width: 768px) {
  body {
    font-size: 18px;
  }
  .videos {
    padding-top: 10px;
  }
  .videos h3 {
    margin-top: 10px;
    padding: 5px 5px;
    font-size: 20px;
    text-align: center;
  }
  .iframe-page {
    margin-top: 20px;
  }
  .iframe-page h3 {
    margin: 10px 0;
    font-size: 24px;
  }
  .mask h3 {
    padding: 0 5px;
    line-height: 1.5;
    font-size: 20px;
  }
  .image-container .mask h3 {
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #FFF;
  }
  .gallery {
    margin-top: 30px;
    gap: 4vw;
  }
  .iframe-contianer .article-area {
    padding: 0 10px;
  }
}
@media screen and (max-width: 576px) {
  body {
    font-size: 16px;
  }
  .more {
    font-size: 14px;
  }
  .videos {
    padding-top: 10px;
  }
  .videos h3 {
    margin-top: 0;
    padding: 5px 5px;
    font-size: 18px;
    text-align: center;
  }
  .iframe-page {
    margin-top: 10px;
  }
  .iframe-page h3 {
    margin: 10px 0;
    font-size: 20px;
  }
  .iframe-contianer .article-area {
    padding: 0 5px;
  }
  .article-area img{width: 100%;}
  .mask h3 {
    padding: 0;
    line-height: 1.5;
    font-size: 16px;
  }
  .image-container .mask h3 {
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .gallery {
    margin-top: 20px;
    margin-bottom: 0;
  }
  .videos video, .iframe-contianer, .image-card {
    border: 3px solid transparent;
  }
  .videos video, .image-card {
    border-radius: 5px;
  }
}/*# sourceMappingURL=index.css.map */