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

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #FFF;
  max-width: 1920px;
  min-width: 1200px;
  margin: 0 auto;
  font-family: "Microsoft YaHei", Arial;
  font-size: 20px;
  line-height: 31px;
  color: #333;
  overflow: inherit !important;
}

ul, li, ol, dl {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

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

.more {
  text-align: right;
  margin-top: 30px;
  font-size: 20px;
}
.more a {
  color: #d33d41;
}

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

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

.title {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 110px;
  margin: 0 auto;
}

.tit {
  font-size: 20px;
  margin: 0 auto;
}

.mask {
  position: absolute;
  width: 100%;
  background: rgba(223, 157, 156, 0.6);
  left: 0;
  bottom: 0;
  overflow: hidden;
}

.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: 912px;
  margin: 0 auto;
  background-image: url("../../images/zhuanti_krsl80zn/topic1.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
header.topic .pc {
  position: relative;
}
header.topic .pc .e-logo {
  position: absolute;
  top: 60px;
  left: 360px;
  width: 148px;
  height: 135px;
  animation: elogoSlideIn 1s ease-out forwards;
}
header.topic .pc .intro {
  position: absolute;
  top: 270px;
  left: 50%;
  transform: translateX(-50%);
  width: 1038px;
  height: 275px;
  animation: introFadeIn 3s ease-in forwards;
}
header.topic .pc .txt {
  position: absolute;
  top: 574px;
  left: 50%;
  transform: translateX(-50%);
  width: 1473px;
  max-width: 100%;
  height: 106px;
  animation: txtSlideIn 1s ease-out forwards;
}
header.topic .pc .zgw-logo {
  top: 720px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  width: 79px;
  height: 64px;
  animation: zgwLogoSlideIn 1s ease-out forwards;
}
header.topic .pc .dicon {
  position: absolute;
  top: 840px;
  left: 50%;
  transform: translateX(-50%);
  width: 65px;
  height: 42px;
  animation: iconFadeIn 3s ease-in forwards;
  cursor: pointer;
}

.pc {
  display: block;
}

.mobile {
  display: none;
  position: relative;
}
.mobile .dicon {
  position: absolute;
  top: 92.105263%;
  left: 50%;
  transform: translateX(-50%);
  width: 3.4%;
  height: 4.6%;
  cursor: pointer;
}

@keyframes elogoSlideIn {
  from {
    transform: translateX(-360px);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes txtSlideIn {
  from {
    transform: translate(-50%, -574px);
  }
  to {
    transform: translate(-50%, 0);
  }
}
@keyframes zgwLogoSlideIn {
  from {
    transform: translateX(960px);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes introFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes iconFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.suspended_box {
  position: fixed;
  right: 50%;
  top: 95%;
  z-index: 99;
  transform: translate(820px, -50%);
  cursor: pointer;
}
.suspended_box:hover {
  opacity: 0.5;
}

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

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

nav.nav-tabs {
  width: 100%;
  background-image: url("../../images/zhuanti_krsl80zn/nav-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  height: 170px;
  position: relative;
}
nav.nav-tabs .cnt {
  max-width: 100%;
}
nav.nav-tabs .cnt.fixed {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1262px;
  z-index: 100;
}
nav.nav-tabs .cnt1 {
  position: relative;
  background-image: url("../../images/zhuanti_krsl80zn/nav.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 1262px;
  /*max-width: 100%;*/
  height: 132px;
  margin: 0 auto;
  padding-top: 30px;
  z-index: 10;
}
nav.nav-tabs .patch {
  background-image: url("../../images/zhuanti_krsl80zn/nav-t.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1200px;
  max-width: 100%;
  height: 29px;
  z-index: 1;
}
nav.nav-tabs ul.menu {
  margin: 0 auto;
  width: 1000px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow-x: auto;
}
nav.nav-tabs ul.menu li {
  position: relative;
  color: #fff;
  font-size: 24px;
  line-height: 90px;
  cursor: pointer;
}
nav.nav-tabs ul.menu li a {
  text-shadow: 0 0 5px gold;
  color: #fff;
  font-size: 24px;
}
nav.nav-tabs ul.menu li.active a {
  color: gold;
}

ul.list1 {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
ul.list1 li {
  display: flex;
  align-items: center;
  text-align: justify;
}

.headline {
  width: 100%;
  background-image: linear-gradient(to bottom, #fff5e7, #fff6ea 600px, #fff);
}
.headline .headline-title {
  padding: 22px 0 40px;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  line-height: 63px;
}
.headline .r1c1 {
  float: left;
  width: 740px;
  height: 470px;
  position: relative;
}
.headline .headline-content-left {
  display: flex;
  width: 100%;
  height: 100%;
}
.headline .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;
}
.headline .headline-content-left .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: white;
  opacity: 0.6;
}
.headline .headline-content-left .swiper-pagination-bullet-active {
  background: white;
  opacity: 1;
}
.headline .headline-content-left .mask h3 {
  line-height: 50px;
  white-space: wrap;
  overflow: hidden;
  text-overflow: unset;
}
.headline .r1c2 {
  float: right;
  width: 400px;
  height: 470px;
  overflow: hidden;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.headline .r1c2 ul {
  flex: 1;
  /* display: flex; */
  /* flex-direction: column; */
  /* gap: 8px; */
  margin: 0;
  padding: 0;
  /* overflow-y: auto; */
  overflow: hidden;
}
.headline .r1c2 .more {
  display: flex;
  align-items: flex-end;
  justify-content: end;
  margin-top: 4px;
}
.headline .r1c2 li {
  flex: 1;
  width: 100%;
  text-align: justify;
  padding: 5px 0;
}
.headline .r1c2 li:first-child {
    padding-top: 0px;
}
.headline .r1c2 li:last-child {
    padding-bottom: 0px;
}
.headline .r2 {
  margin-top: 50px;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
}
.headline .r2 ul.list1 {
  position: relative;
  gap: 25px;
}
.headline .r2 ul.list1 li {
  padding-left: 20px;
}
.headline .r2 ul.list1 li::before {
  content: "•";
  color: #bf0000;
  position: absolute;
  left: 0;
}
.headline .r2 .left, .headline .r2 .right {
  width: 48.3%;
}
.headline .r3 {
  margin-top: 50px;
}

.li-cnt {
  line-height: 1.5em;
  /* overflow: hidden; */
  width: 100%;
  /* display: -webkit-box; 关键：旧版 Flexbox 模型 
  -webkit-line-clamp: 2; 限制显示 2 行
  line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis; */
}
.li-cnt a:hover {
  /*color:rgb(0 0 0 / 60%);*/
  color:#d1241a;
}

img {
  width: 100%;
  height: 100%;
}

.recommend {
  margin-top: 30px;
  height: 141px;
  display: flex;
  position: relative;
}
.recommend .swiper-container {
  width: 1090px;
  margin: 0 auto;
}
.recommend .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");
  right: 0;
}
.recommend .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");
  left: 0;
}
.recommend .swiper-pagination {
  bottom: 0;
  margin-top: -10px;
  width: 100%;
}
.recommend .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  margin: 0 5px;
  background: white;
  opacity: 0.6;
}
.recommend .swiper-pagination-bullet-active {
  background: #df9d9c;
  opacity: 1;
}
.recommend .mask {
  height: 100%;
  bottom: -100%;
  transition: bottom 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
.recommend .mask h3 {
  white-space: normal;
  overflow: hidden;
  text-overflow: unset;
  font-size: 16px;
  line-height: 30px;
}
.recommend .swiper-slide:hover .mask {
  bottom: 0;
}

.mtjj {
  margin-top: 60px;
}
.mtjj .title {
  background-image: url("../../images/zhuanti_krsl80zn/mtjj1.png");
}
.mtjj .cnt {
  margin-top: 30px;
}
.mtjj .r1c1, .mtjj .r1c2, .mtjj .r1c3 {
  float: left;
}
.mtjj .r1c1 {
  width: 225px;
  height: 400px;
  margin-right: 30px;
  position: relative;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
}
.mtjj .r1c1 .mask {
  transform: translateY(100%);
  transition: transform 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mtjj .r1c1 .mask h3 {
  white-space: normal;
  overflow: hidden;
  text-overflow: unset;
}
.mtjj .r1c1:hover .mask {
  transform: translateY(0);
}
.mtjj .r1c2 {
  width: 320px;
  margin-right: 40px;
}
.mtjj .r1c2 li {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.mtjj .r1c2 li .mask {
  height: 100%;
  bottom: -100%;
  transition: bottom 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mtjj .r1c2 li .mask h3 {
  white-space: normal;
  overflow: hidden;
  text-overflow: unset;
}
.mtjj .r1c2 li:hover .mask {
  bottom: 0;
}
.mtjj .r1c2 img {
  display: block;
  width: 100%;
  height: 100%;
}
.mtjj .r1c2 .r1c2_r1 {
  height: 180px;
}
.mtjj .r1c2 .r1c2_r2 {
  height: 180px;
  margin-top: 40px;
}
.mtjj .r1c3 {
  width: 540px;
}
.mtjj .r1c3 ul.list1 {
  position: relative;
  gap: 10px;
}
.mtjj .r1c3 ul.list1 li {
  padding-left: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
}
.mtjj .r1c3 ul.list1 li::before {
  content: "•";
  color: #bf0000;
  position: absolute;
  left: 0;
}
.mtjj .r1c3 .r1c3_r2 {
  margin-top: 35px;
}
.mtjj .r1c3 .r1c3_r2 .tit {
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
  background-image: url("../../images/zhuanti_krsl80zn/pl.png");
  width: 537px;
  height: 53px;
}
.mtjj .r1c3 .r1c3_r2 ul.list1 {
  margin-top: 1vw;
}

.sjyx {
  margin-top: 60px;
}
.sjyx .title {
  background-image: url("../../images/zhuanti_krsl80zn/sjyx1.png");
}
.sjyx .sjrm {
  margin-top: 50px;
  height: 678px;
  display: flex;
  position: relative;
}
.sjyx .sjrm .swiper-slide-active .mask h3 {
    display:block;
}
.sjyx .sjrm .mask h3 {
  display:none;
  line-height: 60px;
  font-size: 28px;
  color:#FFF
}
.sjyx .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%23fff%22%2F%3E%3C%2Fsvg%3E");
  left: calc(50% - 600px);
}
.sjyx .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%23fff%22%2F%3E%3C%2Fsvg%3E");
  right: calc(50% - 600px);
}
.sjyx .sjrm .swiper-button-prev,
.sjyx .sjrm .swiper-button-next {
  background-color: #df9d9c;
  width: 40px;
  height: 60px;
}
.sjyx .sjrm .swiper-pagination {
  position: relative;
  display: flex;
  justify-content: right;
  -moz-column-gap: 0px;
       column-gap: 0px;
  top: 0;
  bottom: 0;
  margin-top: -10px;
}
.sjyx .sjrm .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: white;
  opacity: 0.6;
}
.sjyx .sjrm .swiper-pagination-bullet-active {
  background: white;
  opacity: 1;
}
.sjyx .sjrm .swiper-container {
  width: 100%;
}
.sjyx .sjrm .swiper-container .swiper-slide {
  width: 1200px;
  height: 100%;
  transition: transform 0.3s;
}
.sjyx .sjrm .swiper-container .swiper-slide-prev,
.sjyx .sjrm .swiper-container .swiper-slide-next {
  opacity: 0.7;
}

.mjls {
  margin-top: 60px;
}
.mjls .content {
  width: 1230px;
  max-width: 100%;
  height: 780px;
  margin: 45px auto 0;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../../images/zhuanti_krsl80zn/mjls-bg.png");
}
.mjls .content .container {
  width: 1060px;
  max-width: 100%;
}
.mjls .title {
  background-image: url("../../images/zhuanti_krsl80zn/mjls1.png");
}
.mjls .tit {
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  width: 312px;
  height: 91px;
  margin: 80px auto 0;
}
.mjls .left {
  float: left;
  width: 514px;
}
.mjls .left .tit {
  background-image: url("../../images/zhuanti_krsl80zn/kzjy.png");
}
.mjls .right {
  float: right;
  width: 514px;
}
.mjls .right .tit {
  background-image: url("../../images/zhuanti_krsl80zn/kzyxp.png");
}
.mjls .cnt {
  margin-top: 40px;
}
.mjls .list1 {
  gap: 15px;
}

.gdjn {
  margin-top: 60px;
}
.gdjn .title {
  background-image: url("../../images/zhuanti_krsl80zn/gdjn1.png");
}
.gdjn .left {
  float: left;
  width: 560px;
}
.gdjn .right {
  float: right;
  width: 560px;
}
.gdjn .cnt {
  margin-top: 50px;
}
.gdjn .r1 {
  position: relative;
  margin-top: 54px;
}
.gdjn .r1 ul.imgs {
  display: flex;
  justify-content: space-around;
}
.gdjn .r1 ul.imgs li {
  position: relative;
  width: 22%;
  overflow: hidden;
}
.gdjn .r1 ul.imgs li .mask {
  height: 100%;
  bottom: -100%;
  transition: bottom 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gdjn .r1 ul.imgs li .mask h3 {
  white-space: normal;
  overflow: hidden;
  text-overflow: unset;
}
.gdjn .r1 ul.imgs li:hover .mask {
  bottom: 0;
}
.gdjn .r2 .cnt ul.list1 {
  gap: 15px;
}
.gdjn  .r2 .cnt ul.list1 li {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
}
.gdjn .r2 .cnt .mask {
  position: initial;
  background: none;
}
.gdjn .r2 .cnt .mask a {
  color: #333;
}

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

.mtjj .title, .sjyx .title, .mjls .title, .gdjn .title,.mtjj .r1c3 .r1c3_r2 .tit,.mjls .left .tit,.mjls .right .tit{transform: scale(0.7);}
.mtjj .r1c3 .r1c3_r2 .tit{ transform-origin: 0 0;}

.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) {
  
  .mtjj .r1c3 .r1c3_r2 .tit{transform: scale(0.8);}
  
  .pc, .patch {
    display: none;
  }
  .mobile {
    display: block;
  }
  body {
    width: 100%;
    max-width: initial;
    min-width: initial;
  }
  .more {
    margin-top: 20px;
  }
  .headline {
    margin-top: 0;
  }
  .container {
    width: 95%;
  }
  .nav-tabs.container {
    width: 100%;
  }
  .suspended_box {
    right: 16px;
    bottom: 16px;
    top: auto;
    transform: none;
    width: 80px;
    height: auto;
  }
  nav.nav-tabs {
    height: auto;
  }
  nav.nav-tabs .cnt1 {
    background-color: #e5070b;
    background-image: none;
    padding: 0;
    height: auto;
    width: 100%;
  }
  nav.nav-tabs ul.menu {
    width: 100%;
    height: 90px;
  }
  nav.nav-tabs ul.menu li {
    font-size: 22px;
    line-height: 3;
  }
  nav.nav-tabs ul.menu li a {
    color: #fff;
    font-size: 22px;
  }
  header.topic {
    width: 100%;
    height: auto;
    min-width: initial;
    background: initial;
  }
  header.topic img {
    display: block;
    width: 100%;
  }

  .headline .r1c1 {
    float: none;
    width: 100%;
    height: auto;
  }
  .headline .r1c2 {
    width: 100%;
    height: auto;
  }
  .headline .r1c2 ul {
    display: flex;
    gap: 8px 3.4%;
    flex-wrap: wrap;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .headline .r1c2 ul li {
    flex: 0 0 48.3%;
    padding: 5px;
    flex-wrap: wrap;
  }
  .headline .r1c2 li:first-child{
    padding-top: 5px;
  }
  .headline .r1c2 li:last-child{
    padding-bottom: 5px; 
  }

  .recommend .mask,.mtjj .cnt li .mask,.gdjn .r1 ul.imgs li .mask{
    bottom: 0%;
    height: 25%;
  }
  .mtjj .r1c1 .mask{
      height: 15%;
      transform: translateY(0%);
  }
  .recommend .mask h3,.mtjj .cnt li .mask h3,.mtjj .r1c1 .mask h3,.gdjn .r1 ul.imgs li .mask h3{
      font-size:1rem;
      white-space: nowrap;
      text-overflow: ellipsis;
      padding-left: 5px;
      color: #fff;
  }
  
  .recommend {
    margin-top: 30px;
    height: auto;
  }
  .recommend .swiper-container {
    width: 95%;
  }
  .recommend .swiper-button-next {
    right: -10px;
  }
  .recommend .swiper-button-prev {
    left: -10px;
  }
  .mtjj .r1c1 {
    width: 22vw;
    margin-right: 2vw;
    height: 39vw;
  }
  .mtjj .r1c2 {
    width: 32vw;
    margin-right: 2vw;
  }
  .mtjj .r1c2 .r1c2_r1 {
    height: 18vw;
  }
  .mtjj .r1c2 .r1c2_r2 {
    height: 18vw;
    margin-top: 3vw;
  }
  .mtjj .r1c2 ul.list1 li {
    align-items: initial;
  }
  .mtjj .r1c3 {
    width: 35vw;
    /* height: 39vw; */
    overflow: hidden;
  }
  .mtjj .r1c3 .r1c3_r1 {
    height: 100px;
    overflow: hidden;
  }
  .mtjj .r1c3 .r1c3_r2 {
    height: 265px;
    overflow: hidden;
  }
  .mtjj .r1c3 ul {
    /* overflow-y: auto; */
  }
  .sjyx .sjrm {
    height: auto;
  }
  .sjyx .sjrm .mask h3 {
    line-height: 40px;
  }
  .sjyx .sjrm .swiper-button-next {
    right: 0;
  }
  .sjyx .sjrm .swiper-button-prev {
    left: 0;
  }
  .sjyx .sjrm .swiper-container .swiper-slide {
    width: 100%;
  }
  .gdjn {
    margin-top: 30px;
  }
  .gdjn .left {
    width: 48%;
  }
  .gdjn .right {
    width: 48%;
  }
  .gdjn .r2 .cnt video {
    height: auto;
    width: 100%;
  }
  .mjls {
    margin-top: 30px;
  }
  .mjls .content {
    background: none;
    height: auto;
    overflow: hidden;
  }
  .mjls .content .container {
    width: 90%;
  }
  .mjls .tit {
    margin-top: 30px;
  }
  .mjls .left {
    width: 48%;
  }
  .mjls .right {
    width: 48%;
  }
  .mjls .cnt {
    overflow: hidden;
  }

  .foot-03 {width: 100%;min-width: 320px;box-sizing: border-box;padding: 10px 20px;}
	.floatewm {display: none !important}

}
@media screen and (max-width: 768px) {
  .container {
    width: 95%;
  }
  .recommend .swiper-button-next, .recommend .swiper-button-prev {
    display: none;
  }
  body {
    font-size: 16px;
    line-height: 1.5;
  }
  .mask h3 {
    font-size: 16px;
  }
  .more {
    font-size: 16px;
  }
  nav.nav-tabs ul.menu {
    white-space: nowrap;
    overflow-x: scroll;
    height: 90px;
  }
  nav.nav-tabs ul.menu li {
    font-size: 20px;
    line-height: 3;
    padding: 0 10px;
  }
  nav.nav-tabs ul.menu li a {
    color: #fff;
    font-size: 20px;
  }
  .headline .headline-title {
    padding: 22px 0;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    line-height: 50px;
  }
  .headline .r1c1 {
    width: 100%;
    height: auto;
    float: none;
  }
  .headline .r1c1 .headline-content-left {
    width: 100%;
    height: auto;
  }
  .headline .r1c1 .headline-content-left img {
    width: 100%;
    height: auto;
    /*aspect-ratio: 16/9;*/
  }
  .headline .r1c1 .headline-content-left .mask h3 {
    line-height: 40px;
  }
  .headline .r1c2 {
    float: none;
    width: 100%;
    margin-top: 20px;
    height: auto;
  }
  .headline .r1c2 ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    flex-direction: row;
    gap: 8px 3.4%;
    margin-top: 0px;
  }
  .headline .r1c2 ul li {
    flex: 0 0 48.3%;
    min-width: 0;
    padding-left: 5px;
  }
  .headline .r2, .headline .r3 {
    margin-top: 20px;
  }
  .headline .r2 ul.list1 {
    gap: 8px;
  }
  .sjyx .sjrm .mask h3 {
    font-size: 1rem;
  }
  .tit, .more, .recommend, .gdjn .cnt, .mjls .cnt, .mjls .left, .mjls .right, .sjyx .sjrm, .mtjj .cnt, .gdjn .r1 {
    margin-top: 30px;
  }
  .mtjj, .sjyx, .gdjn, .mjls {
    margin-top: 30px;
  }
  .mjls .tit {
    margin-top: 0;
  }
  .mjls .content {
    margin-top: 0;
  }
  .mjls .content .container {
    width: 95%;
  }
  .mtjj .r1c3 ul.list1 {
    gap: 8px;
  }
  .mtjj .r1c3 .r1c3_r2 {
    margin-top: -2.5vw;
  }
  .gdjn .r2 .cnt ul.list1 {
    gap: 8px;
  }
  .mjls .list1 {
    gap: 8px;
  }
}
@media screen and (max-width: 576px) {
  
  .mtjj .r1c3 .r1c3_r2 .tit{transform: scale(0.9);}
  
  .headline .r1c1 .headline-content-left .mask h3 {
    line-height: 1.5;
  }
  .mask h3 {
    padding: 10px;
    line-height: 1.5;
  }
  
  .title img, .tit img {
    display: block;
  }
  .headline .r2 {
    margin-top: 10px;
    flex-wrap: wrap;
    gap: 8px;
  }
  .headline .r2 .left, .headline .r2 .right {
    width: 100%;
  }
  .headline .r1c2 ul li {
    flex: 0 0 100%;
    min-width: 0;
    padding-left: 5px;
  }
  .headline .r1c2 .more {
    margin-top: 0;
  }
  .sjyx .sjrm .mask h3 {
    font-size: 1rem;
    line-height: 1.5;
  }
  .sjyx .swiper-button-next, .sjyx .swiper-button-prev {
    display: none;
  }
  .mtjj .title, .mjls .title, .gdjn .title, .sjyx .title {
    background: none;
    height: auto;
  }
  .recommend {
    height: auto;
  }
  .recommend .swiper-container {
    width: 100%;
  }
  nav.nav-tabs ul.menu {
    height: 60px;
  }
  nav.nav-tabs ul.menu li {
    font-size: 16px;
  }
  nav.nav-tabs ul.menu li a {
    font-size: 16px;
  }
  .mtjj .r1c3 .r1c3_r2 .tit {
    width: 100%;
    height: auto;
  }
  .mtjj .r1c3 {
    float: none;
    width: 100%;
    height: auto;
  }
  .mtjj .r1c1 {
   width: 37vw;
   height: 65.8vw;
   float: left;
   margin-right: 2vw;
  }
  .mtjj .r1c2 {
    width: 56vw;
    float: right;
    margin-right: 0vw;
    /* display: flex; */
    /* margin-top: 20px; */
    /* flex-direction: column; */
  }
  .mtjj .r1c2 .r1c2_r1, .mtjj .r1c2 .r1c2_r2 {
    height: auto;
    width: 100%;
  }
  .mtjj .r1c3 .r1c3_r1 {
    margin-top: 20px;
    height: auto;
  }
  .mtjj .r1c2 .r1c2_r2 {
    margin-top: 2.7vw;
  }
  .mtjj .r1c3 .r1c3_r2 .tit {
    background: none;
    width: 100%;
    height: auto;
  }
  .mtjj .r1c3 .r1c3_r2 {
    margin-top: 0;
    height: auto;
    overflow: hidden;
  }
  .mtjj .r1c3 .r1c3_r2 ul.list1 {
    margin-top: 20px;
  }
  .tit, .more, .recommend, .gdjn .cnt, .mjls .cnt, .mjls .left, .mjls .right, .sjyx .sjrm, .mtjj .cnt, .gdjn .r1 {
    margin-top: 20px;
  }
  .mtjj, .sjyx, .gdjn, .mjls {
    margin-top: 20px;
  }
  .gdjn .right .cnt {
    margin-top: 10px;
  }
  .headline .headline-title {
    padding: 15px 0;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
  }
  .headline .r1c1 {
    float: none;
    width: 100%;
    height: auto;
    position: relative;
  }
  .headline .r1c2 {
    margin-top: 10px;
    float: none;
    width: 100%;
    height: auto;
  }
  .mjls .tit {
    background: none;
    width: 200px;
    height: auto;
  }
  .mjls .left, .mjls .right {
    float: none;
    width: 100%;
  }
  .mjls .left .list1 li, .mjls .right .list1 li {
    padding-left: 5vw;
  }
  .mjls .left .tit, .mjls .right .tit {
    background: none;
  }
  .gdjn .left, .gdjn .right {
    float: none;
    width: 100%;
  }
  .gdjn .r1 ul.imgs {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px;
  }
  .gdjn .r1 ul.imgs li {
    position: relative;
    width: 48.3%;
  }
  .mtjj .r1c3 ul.list1 li{
    white-space:normal;
  }
  .gdjn .r2 .cnt ul.list1 li{
    white-space:normal;
  }
}/*# sourceMappingURL=index.css.map */