body {
  margin: 0;
  padding: 40;
  box-sizing: border-box;
}
.head span {
  background: #2f70ef;
  color: #ffffff;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  width: 192px;
  padding: 18px 0;
}
.head span:first-child {
  width: 193px;
}
.head span:last-child {
  border-right: 0;
}
.content {
  height: 490px;
  background-image: url(/e_ky/zt/2023/zsxunli/img/2.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-top: 0px;
}
.container .list {
  height: 350px;
  overflow-y: scroll;
  padding-right: 5px;
}
.container .list::-webkit-scrollbar {
  border-radius: 3px;
  width: 5px;
}

.container .list::-webkit-scrollbar-thumb {
  display: block;
  border-radius: 3px;
  background: #fff;
  width: 5px;
}
.list div span {
  display: inline-block;
  text-align: center;
  padding: 18px 0 15px;
  width: 180px;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  margin-right: 9px;
}
.list div span:first-child {
  width: 180px;
  padding: 0 20px;
}
.list div {
  background-color: #fff;
}
.list div:nth-child(even) {
  background: #eff4fe;
}

.cont-video {
  height: 580px;
  padding-top: 0px;
  background-image: url(/e_ky/zt/2023/zsxunli/img/1.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cont-video .list-box {
  overflow-y: scroll;
  padding-right: 5px;
  height: 520px;
}
.cont-video .list-box::-webkit-scrollbar {
  border-radius: 3px;
  width: 5px;
}

.cont-video .list-box::-webkit-scrollbar-thumb {
  display: block;
  border-radius: 3px;
  background: #fff;
  width: 5px;
}

.cont-video .circle {
  position: absolute;
  left: 0;
  top: 230px;
  width: 10px;
  height: 50px;
  background-color: rgb(255, 167, 93);
}
.cont-video .container li p {
  text-align: left;
  margin-top: 20px;
  margin-left: 15px;
}

.sec__2__h2 {
  margin-bottom: 70px;
  text-align: center;
  font-size: 45px;
  color: #ffffff;
}
.sec__2__h2::before {
  content: "";
  display: inline-block;
  width: 158px;
  height: 101px;
  margin-right: -64px;
  background: url(/e_ky/zt/2023/zsxunli/img/sec__h2__icon.png) no-repeat center;
}

.animate__delay-02s {
  animation-delay: 0.2s;
}
.banner {
  position: relative;
  height: 100vh;
  text-align: center;
  background-color: #ffffff;
}
.banner-wrap {
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  background: url(/e_ky/zt/2023/zsxunli/img/banner7.png) no-repeat center;
  background-size: 100% 100%;
  padding-top: 33%;
}
.banner-wrap .banner-info{
  margin: 0 auto;
  width: 85%;
  height: 250px;
  background: url(/e_ky/zt/2023/zsxunli/img/pc_banner_info_bg.png) no-repeat center;
  background-size: 100% 100%;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-wrap .banner-info .daoyan{
  width: 30px;
  height: 80px;
  margin-right: 30px;
  margin-left: 8%;
}
.banner-wrap .banner-info .daoyan img{
  width: 100%;
  height: 100%;
}
.banner-wrap .banner-info .wz1{
  width: calc(92% - 30px);
  padding-right: 100px;
  text-align: left;
  letter-spacing: 5px;
  line-height: 1.6;
  text-indent: 2rem;
}

.logo {
  display: block;
  width: 252px;
  height: 50px;
  padding-top: 40px;
}
.logo img {
  width: 100%;
}
.banner__image_1 {
  width: 1137px;
  margin-top: 154px;
}
.banner__image_2 {
  width: 810px;
}

/* sec__1 */
.section_1 {
  padding: 0px 0 30px;
  border-bottom: 2px solid #2234ce;
  position: relative;
  z-index: 999;
}
.section_1-h2 {
  margin-bottom: 30px;
  text-align: center;
  font-size: 36px;
}
.section_1 ul {
  display: flex;
  justify-content: center;
  font-size: 22px;
}
.section_1 li:first-child {
  margin-right: 40px;
}

/* sec__2 */
.sec2_wrap {
  background: url(/e_ky/zt/2023/zsxunli/img/sec_2_bg.png) no-repeat center;
  background-size: cover;
}
.sec2_nav {
  position: relative;
}
.sec2_nav::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 60px;
  background-color: #e62104;
}
.sec2_nav .swiper {
  width: 1360px;
  margin: 0 auto;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
.sec2_nav::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 1300px;
  height: 2px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #e62104;
}
.sec2_nav .nav_item {
  position: relative;
  padding: 16px 10px 44px;
  text-align: center;
}
.sec2_nav .swiper-slide-thumb-active .nav_item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0px;
  height: 0px;
  border-bottom: 10px solid red;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.sec2_content {
  padding-bottom: 40px;
  margin-top: 30px;
  font-size: 18px;
  color: #e62104;
}
.sec2_content .swiper {
  width: 100%;
}
.sec2_content_item {
  display: flex;
  padding: 0 20px;
}
.sec2_content_item li {
  margin-bottom: 20px;
}
.sec2_content ul {
  width: 50%;
}
.section_2 .swiper {
  overflow: hidden;
}

/* 废弃 */
.section_2 > img {
  display: block;
  width: 551px;
  margin: 60px auto 0px;
}

.sec__2 {
  position: relative;
  height: 300px;
}
.localFullTopBtn,
.localFullBottomBtn {
  position: absolute;
  left: 50%;
  z-index: 100;
  transform: translateX(-50%);
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.2) url(../img/sec_2_up.png) no-repeat center;
}
.localFullTopBtn {
  top: 10px;
}
.localFullBottomBtn {
  bottom: 10px;
  background-image: url(/e_ky/zt/2023/zsxunli/img/sec_2_bottom.png);
}
.accordion {
  display: flex;
  background: url(/e_ky/zt/2023/zsxunli/img/sec_2_bg.png) no-repeat center;
  background-size: cover;
}
.accordion__item {
  display: flex;
  flex-basis: 68px;
}
/* .accordion__item.on { flex-grow: 2; } */
.accordion__item.on .accordion__content {
  width: calc(100vw - 554px);
}
.accordion__item .accordion__content ul {
  opacity: 0;
}
.accordion__item.on .accordion__content ul {
  animation: mm 0.5s 0.5s forwards;
}
@keyframes mm {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.accordion__item,
.accordion__title {
  height: 100%;
  font-size: 32px;
}
.accordion__title {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 68px;
  background: #d70612 no-repeat center top;
  background-size: cover;
  color: #fff;
  font-family: "宋体";
  font-weight: bold;
}
.accordion__item:not(:last-child) .accordion__title {
  border-right: 2px solid #fff;
}
.accordion__title_text {
  line-height: 50px;
}
.accordion__title_text:nth-child(2) {
  display: none;
}
.accordion__title_icon {
  display: block;
  margin: 10px auto;
}
.accordion__content {
  transition: width 0.6s;
  overflow: hidden;
  position: relative;
  width: 0;
}

/* 内容 */
.accordion__content ul {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  height: 100%;
}
.accordion__content li {
  display: flex;
  flex-flow: nowrap;
  justify-content: space-evenly;
}
.sec2-box {
  display: flex;
  align-items: flex-end;
  font-size: 24px;
  margin-right: 6px;
}
.sec2-box span:first-child {
  color: #ce2222;
  transition: all 0.5s;
}
.sec2-box:hover span:first-child {
  transform: scale(1.2);
}
/* .sec2-box span:last-child { font-size: 24px; } */

/* sec__3 */
.section_3 {
  height: 660px;
}

/* sec__4 */
.section_4 > img {
  display: block;
  width: 551px;
  margin: 10px auto;
}

.section_4-wrap {
  display: flex;
  align-items: center;
  height: 600px;
  background: url(/e_ky/zt/2023/zsxunli/img/3.png) no-repeat center;
  background-size: cover;
}
.section_4-swiper {
  overflow: hidden;
}
.section_4 .section_4-swiper-wrap img {
  width: 100%;
}
.section_4-swiper .swiper-slide img {
  transition: all 0.5s;
}
.section_4-swiper .swiper-slide:hover img {
  transform: scale(1.1);
}
.section_4-swiper-wrap {
  position: relative;
}
.section_4-swiper .swiper-wrapper {
  align-items: center;
  padding: 20px 0;
}
.section_4-swiper .swiper-slide {
  text-align: center;
  margin-right: 20px;
}
.section_4-swiper-button-next {
  position: absolute;
  top: 50%;
  right: -72px;
  z-index: 999;
  transform: translateY(-50%);
  width: 36px;
  height: 61px;
  background: url(/e_ky/zt/2023/zsxunli/img/sec4_r.png) no-repeat center;
  background-size: cover;
}
.section_4-swiper-button-prev {
  position: absolute;
  top: 50%;
  left: -72px;
  z-index: 999;
  transform: translateY(-50%);
  width: 36px;
  height: 61px;
  background: url(/e_ky/zt/2023/zsxunli/img/sec4_l.png) no-repeat center;
  background-size: cover;
}

/* sec__5 */
.section_5 > img {
  display: block;
  width: 281px;
  margin: 60px auto 20px;
}
.section_5 .wrap {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  height: 660px;
  background-color: rgba(206, 34, 34, 0.85);
}
/* .section_5-swiper { overflow: hidden; } */
.section_5-swiper img {
  width: 100%;
}
.section_5-swiper-wrap {
  position: relative;
  overflow: hidden;
  width: 1785px;
  margin: 0 auto;
  height: 660px;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 99;
  transform: translateX(-50%);
}
/* .section_5-swiper .swiper-slide {  } */
.section_5-swiper {
  width: 1190px;
  margin: 0 auto;
}
.section_5-swiper p {
  padding: 0 14px;
  line-height: 34px;
  font-size: 20px;
  color: #fff;
}
.section_5-swiper-button-next {
  position: absolute;
  top: 50%;
  right: 210px;
  z-index: 999;
  transform: translateY(-50%);
  width: 36px;
  height: 61px;
  background: url(/e_ky/zt/2023/zsxunli/img/sec5_r.png) no-repeat center;
  background-size: cover;
}
.section_5-swiper-button-prev {
  position: absolute;
  top: 50%;
  left: 210px;
  z-index: 999;
  transform: translateY(-50%);
  width: 36px;
  height: 61px;
  background: url(/e_ky/zt/2023/zsxunli/img/sec5_l.png) no-repeat center;
  background-size: cover;
}

.masks {
  position: absolute;
  width: 300px;
  height: 660px;
  top: 0;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.2);
}
.masks:nth-child(1) {
  left: 0;
}
.masks:nth-child(2) {
  right: 0;
}

/* sec__6 */
.section_6 > img {
  display: block;
  width: 550px;
  margin: 60px auto 20px;
}
.section_6 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section_6 li {
  position: relative;
  width: 368px;
  height: 350px;
  display: flex;
  align-self: stretch;
  box-shadow: 0 2px 5px #b0b0b0;
  background-color: #fff;
  padding: 10px;
  margin-top: 20px;
}
.section_6 li:nth-child(1) {
  margin-top: 0;
}
.section_6 li:nth-child(2) {
  margin-top: 0;
}
.section_6 li:nth-child(3) {
  margin-top: 0;
}
/* .section_6 li a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9;
  background: rgba(0, 0, 0, 0) url(../img/sec_4__icon.png) no-repeat center;
} */
.section_6 li img {
  display: block;
  width: 348px;
}
.section_6 li h2 {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 6px 10px;
  font-size: 14px;
  font-weight: normal;
  background-color: rgba(0, 0, 0, 0.55);
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.section_6 li:hover h2 {
  display: block;
}

/* sec__7 */
.section_7 {
  background-image: url(/e_ky/zt/2023/zsxunli/img/dibu.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-top: 30px;
}
.section_7 .wrap {
  display: flex;
  justify-content: space-between;
}
.section_7 ul {
  width: 570px;
}
.section_7 li:not(:last-child) {
  margin-bottom: 10px;
}
.section_7 h2 {
  position: relative;
  height: 68px;
  padding: 0 30px;
  line-height: 68px;
  font-size: 18px;
  background-color: #f6f6f6;
}
.section_7 h2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -6px;
  transform: translateY(-50%);
  width: 12px;
  height: 6px;
  background-color: #2234ce;
}
.section_7 li.on h2 {
  background: url(/e_ky/zt/2023/zsxunli/img/sec_3_column_title_bg.png) no-repeat center;
  background-size: cover;
  color: #fff;
}
.section_7 li.on h2::before {
  background-color: #f7d085;
}

.section_7 li p {
  padding: 24px 20px 30px;
  line-height: 24px;
  font-size: 16px;
  color: #666666;
}
.section_7 li.on p {
  display: block;
}
.section_7 .more {
  display: block;
  margin-top: 20px;
  text-align: center;
  padding: 10px 0;
  background-color: rgba(0, 0, 0, 0.02);
}
.section_7 .more:hover {
  margin-top: 20px;
  color: #c81300;
}

/* sec__8 */
.section_8 > img {
  display: block;
  width: 281px;
  margin: 60px auto 20px;
}
.section_8 .wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 575px;
  background: url(/e_ky/zt/2023/zsxunli/img/sec_2_bg.png) no-repeat center;
  background-size: cover;
}
.section_8 .box {
  position: relative;
  width: 320px;
  height: 320px;
  background: url(/e_ky/zt/2023/zsxunli/img/sec8_bg.png) no-repeat center;
  background-size: cover;
}
.section_8 .item {
  display: flex;
  align-items: center;
  position: absolute;
  width: 263px;
  height: 62px;
  padding: 0 20px;
  justify-content: center;
  border: 1px solid #ce2222;
  border-radius: 999px;
  background-color: #f9f9f9;
  color: #666;
  font-size: 18px;
  letter-spacing: 1px;
}
.section_8 .item:nth-child(1) {
  top: -68px;
  left: 50%;
  transform: translateX(-50%);
}
.section_8 .item:nth-child(2) {
  top: 12px;
  left: -244px;
}
.section_8 .item:nth-child(3) {
  top: 12px;
  right: -244px;
}
.section_8 .item:nth-child(4) {
  top: 50%;
  left: -281px;
  transform: translateY(-50%);
}
.section_8 .item:nth-child(5) {
  top: 50%;
  right: -281px;
  transform: translateY(-50%);
}
.section_8 .item:nth-child(6) {
  bottom: 12px;
  left: -244px;
}
.section_8 .item:nth-child(7) {
  bottom: 12px;
  right: -244px;
}
.section_8 .item:nth-child(8) {
  bottom: -68px;
  left: 50%;
  transform: translateX(-50%);
}
.mbox {
  display: none;
}

/* sec__2 - swiper */
.sec__2__swiper_wrap {
  position: relative;
  width: 90%;
  height: 600px;
  margin: 35px auto 0;
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.sec__2__swiper__box_wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  height: 100%;
}
.sec__2__swiper__box_wrap::after {
  content: "";
  position: absolute;
  bottom: 38px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #d70612;
}
.sec__2__swiper__box_wrap::before {
  content: "";
  position: absolute;
  bottom: 31px;
  left: 50%;
  z-index: 10;
  transform: translateX(-50%);
  width: 16px;
  height: 16px;
  margin-top: -18px;
  border: 2px solid #d70612;
  border-radius: 100%;
  background-color: #fff;
}
.sec__2__swiper__box {
  width: 90%;
  margin: -100px auto 0;
}
.sec__2__swiper__image {
  width: 100%;
  height: 160px;
}
.sec__2__swiper__title {
  margin: 20px 0;
  line-height: 26px;
  font-size: 18px;
  font-weight: normal;
}
.sec__2__swiper__content {
  text-align: justify;
  line-height: 24px;
  font-size: 12px;
  color: #666;
  font-weight: 300;
  font-family: "宋体";
}
.time {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 18px;
  color: #d70612;
}

.sec__2__swiper__circle_wrap {
  display: flex;
  justify-content: space-around;
  width: 95%;
  height: 2px;
  margin: 0 auto;
  background-color: #d70612;
}
.sec__2__swiper__circle {
  position: relative;
  padding-top: 10px;
  font-size: 24px;
  color: #d70612;
}
.sec__2__swiper__circle:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 16px;
  height: 16px;
  margin-top: -18px;
  border: 2px solid #d70612;
  border-radius: 100%;
  background-color: #fff;
}
.sec__2__swiper__circle:nth-child(1) {
  margin-left: -80px;
}
.sec__2__swiper__circle:nth-child(3) {
  margin-right: -80px;
}
.sec__2__swiper_button__next,
.sec__2__swiper_button__prev {
  position: absolute;
  bottom: 26px;
  z-index: 100;
  width: 23px;
  height: 26px;
  background: url(/e_ky/zt/2023/zsxunli/img/sec_2_swiper_btn_icon.png) no-repeat center;
  cursor: pointer;
}
.sec__2__swiper_button__next {
  right: -14px;
  transform: rotate(180deg);
}
.sec__2__swiper_button__prev {
  left: -14px;
}
/* .sec__2__time { width: 100%; height: 2px; background-color: #d70612; } */

.barrage__wrap {
  position: absolute;
  top: 0;
  z-index: -1;
  display: flex;
  align-items: center;
  height: 100%;
}
.accordion__item.on .barrage__wrap {
  z-index: 0;
}
/* .barrage { width: calc(100vw - 234px); height: 500px; } */
/* .barrage-swiper-container { width: calc(100vw - 234px); height: 600px; } */

.map__wrap {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 100%;
}
.mobile__wrap {
  display: none;
}
/* .charts { position: relative; width: 90%; height: 80%; }
.map { height: 100%; }
.map__info { position: absolute; right: 30px; bottom: 30px; justify-content: space-between; padding: 20px 30px; font-size: 12px; background-color: rgba(255, 255, 255, .5); }
.map__list:first-child { margin-right: 30px; }
.map__item:not(:last-child) { margin-bottom: 10px; }
.map__reset_btn { display: none; } */
.map__area_btn__swiper {
  height: 400px;
  padding-right: 10px;
}
.map__area_btn__wrap {
  font-size: 18px;
}
.map__area_btn {
  padding: 7px;
  width: 130px;
  height: 52px;
  /* border: 1px solid transparent; */
}
.map__area_btn span {
  display: block;
  text-align: center;
  line-height: 33px;
  border: 1px solid #c9161d;
  font-size: 18px;
  background-color: rgba(255, 255, 255, 0.5);
  color: #c9161d;
}
/* .map__area_btn.on { border-color: #c9161d; } */
.map__area_btn.on span {
  background-color: #c9161d;
  color: #fff;
}
.map__image {
  width: 240px;
}
.map__image img {
  width: 100%;
}
.map__info__wrap {
  width: 500px;
}
.map__info {
  display: flex;
  justify-content: space-evenly;
  /* padding: 20px 30px; */
  margin-left: 10px;
  font-size: 16px;
  /* background-color: rgba(255, 255, 255, .7); */
  white-space: nowrap;
  font-family: "宋体";
}
.map__item {
  padding-left: 30px;
}
.map__item:not(:last-child) {
  /* padding-bottom: 15px; */
  margin-bottom: 18px;
  /* border-bottom: 1px double #eee; */
}
.swiper-scrollbar-drag {
  background: rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 1400px) {
  .map__wrap {
    width: 90%;
    margin: 0 auto;
  }
  .map__info__wrap {
    width: 600px;
  }
  .map__image {
    width: 300px;
  }
  .map__info {
    font-size: 16px;
  }
  .map__item:not(:last-child) {
    /* padding-bottom: 20px; */
    margin-bottom: 26px;
  }
  .map__list:first-child .map__item {
    padding-right: 50px;
  }
}

.keyword__swiper {
  width: 90%;
  height: 100%;
}
.keyword__swiper .swiper-slide {
  display: flex;
  align-items: center;
}
.keyword {
  position: relative;
  height: 514px;
  padding-left: 20px;
  writing-mode: vertical-lr;
  font-size: 24px;
  font-family: "宋体";
  letter-spacing: 10px;
}
.keyword span {
  position: absolute;
  bottom: 0;
  right: -56px;
}
.keyword span::before {
  content: "";
  position: absolute;
  bottom: 120%;
  left: 50%;
  width: 1px;
  height: 100px;
  background-color: #666;
}
.keyword:hover {
  font-weight: bold;
}

/* 百度地图标识 */
.anchorBL {
  display: none;
}

/* sec__3 */
.sec__3 {
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
}
.sec__3__left,
.sec__3__right {
  width: 570px;
}
.sec__3__column_title {
  position: relative;
  padding-left: 44px;
  margin-bottom: 50px;
  background: url(/e_ky/zt/2023/zsxunli/img/sec_3_column_title_icon_1.png) no-repeat left center;
  font-size: 30px;
}
.sec__3__column_title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 80px;
  width: 300px;
  height: 1px;
  background-color: #d70612;
}
.sec__3__column_title span {
  color: #d70612;
}
.sec__3__column_more {
  float: right;
  padding-right: 20px;
  margin-top: 10px;
  font-size: 12px;
  background: url(/e_ky/zt/2023/zsxunli/img/sec_3_column_title_icon_3.png) no-repeat right center;
  font-weight: normal;
  text-transform: uppercase;
}

/* 动态 */
.sec__3__dynamic_item:not(:last-child) {
  margin-bottom: 10px;
}
.sec__3__dynamic_title {
  position: relative;
  height: 68px;
  padding: 0 30px;
  line-height: 68px;
  font-size: 18px;
  background-color: #f6f6f6;
}
.sec__3__dynamic_title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -6px;
  transform: translateY(-50%);
  width: 12px;
  height: 6px;
  background-color: #d70612;
}
.sec__3__dynamic_item.on .sec__3__dynamic_title {
  background: url(/e_ky/zt/2023/zsxunli/img/sec_3_column_title_bg.png) no-repeat center;
  background-size: cover;
  color: #fff;
}
.sec__3__dynamic_item.on .sec__3__dynamic_title::before {
  background-color: #f7d085;
}
.sec__3__right .sec__3__column_title {
  background-image: url(/e_ky/zt/2023/zsxunli/img/sec_3_column_title_icon_2.png);
}
.sec__3__dynamic_content {
  display: none;
  padding: 24px 20px 30px;
  line-height: 24px;
  font-size: 14px;
  color: #666666;
}
.sec__3__dynamic_item.on .sec__3__dynamic_content {
  display: block;
}

/* 故事 */
.sec__3__column_image {
  display: block;
  height: 334px;
  margin-bottom: 14px;
}
.sec__3__history_item {
  position: relative;
  height: 70px;
  line-height: 70px;
  border-bottom: 1px dashed #e1e1e1;
}
.sec__3__history_item::before,
.sec__3__history_item::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #c82d38;
}
.sec__3__history_item::before {
  top: 30px;
  left: 8px;
}
.sec__3__history_item::after {
  top: 34px;
  left: 12px;
  z-index: 2;
  background-color: #f7d085;
}
.sec__3__history_item:hover {
  background-color: #f6f6f6;
  color: #d70612;
}
.sec__3__history_title {
  padding-left: 36px;
  font-size: 18px;
  font-weight: normal;
}

/* sec__4 */

.sec__4 {
  margin-top: 70px;
  margin-bottom: 70px;
}
.sec__4__mian_video {
  height: 665px;
  margin-bottom: 60px;
}
.sec__4__video_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sec__4__video_item {
  position: relative;
  width: 275px;
  height: 175px;
  margin-bottom: 30px;
}
.sec__4__video_item a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9;
  background: rgba(0, 0, 0, 0) url(../img/sec_4__icon.png) no-repeat center;
}
.sec__4__video_image {
  display: block;
  width: 100%;
  height: 100%;
}
.sec__4__video_title {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 6px 10px;
  font-size: 14px;
  font-weight: normal;
  background-color: rgba(0, 0, 0, 0.55);
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sec__4__video_item:hover .sec__4__video_title {
  display: block;
}

/* sec__5  */
.sec__5_bg {
  padding-bottom: 75px;
  margin-bottom: 70px;
  background: url(/e_ky/zt/2023/zsxunli/img/sec_5_bg.png) no-repeat center bottom;
}
.sec__5 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sec__5__item {
  position: relative;
  width: 270px;
}
.sec__5__image {
  display: block;
  width: 100%;
}
.sec__5__qr_wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 20px;
  background-color: rgba(0, 0, 0, 0.55);
  color: #fff;
}
.sec__5__item:hover .sec__5__qr_wrap {
  z-index: 1;
}
.sec__5__qr {
  margin: 150px 0 20px;
}

/* sec__6  */
.sec__6__swiper {
  height: 600px;
  margin-bottom: 80px;
}
.sec__6__swiper__image {
  width: 100%;
  height: 550px;
}
.sec__6__swiper__title {
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  background-color: #464646;
  color: #fff;
}
.sec__6__swiper_button__next,
.sec__6__swiper_button__prev {
  top: auto;
  bottom: 0;
  width: 50px;
  height: 50px;
  background-color: #d70612;
}
.sec__6__swiper_button__next::after,
.sec__6__swiper_button__prev::after {
  font-size: 30px;
  color: #fff;
}
.sec__6__swiper_button__next {
  right: 0;
}
.sec__6__swiper_button__prev {
  left: 0;
}

.footer {
  padding: 20px 0 14px;
  height: 100px;
  text-align: center;
  line-height: 22px;
  font-size: 12px;
  background: #1e3ed0;
  color: #fff;
}
/* friendlink */
.footer .friendlink .link {
  vertical-align: middle;
}
.footer .friendlink .link:hover {
  color: #c3c3c3;
}
.footer .friendlink .line {
  display: inline-block;
  width: 1px;
  height: 12px;
  margin: 0 6px;
  vertical-align: middle;
  background-color: rgba(255, 255, 255, 0.7);
}
/* right */
.footer .right .link {
  margin: 0 6px;
}
.footer .right .link:hover {
  color: #c3c3c3;
}
/* contact */
.footer .contact .email:hover {
  color: #c3c3c3;
}

.m_footer {
  display: none;
}

.keywords_1 {
  animation-name: move2;
  animation-delay: 1.9s;
  font-size: 30px;
  top: 4%;
  left: 4%;
}
.keywords_2 {
  animation-delay: 0.1s;
  font-size: 30px;
  top: 20%;
  right: 4%;
}
.keywords_3 {
  animation-delay: 1.2s;
  font-size: 30px;
  top: 36%;
  left: 20%;
}
.keywords_4 {
  animation-name: move2;
  animation-delay: 0.22s;
  font-size: 30px;
  top: 54%;
  left: 10%;
}
.keywords_5 {
  animation-delay: 2s;
  font-size: 30px;
  top: 76%;
  left: 2%;
}

.keywords_6 {
  animation-delay: 0;
  font-size: 30px;
  top: 4%;
  left: 30%;
}
.keywords_7 {
  animation-delay: 0.4s;
  font-size: 30px;
  top: 18%;
  left: 10%;
}
.keywords_8 {
  animation-delay: 1.4s;
  font-size: 30px;
  top: 38%;
  left: 34%;
}
.keywords_9 {
  animation-delay: 1s;
  font-size: 30px;
  top: 58%;
  left: 24%;
}
.keywords_10 {
  animation-delay: 1s;
  font-size: 30px;
  top: 78%;
  left: 14%;
}

.keywords {
  animation-name: move;
  animation-duration: 16s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  position: absolute;
  white-space: nowrap;
}

.keywords:hover {
  color: #d70612;
}

@keyframes move {
  0% {
    transform: translate(0);
  }
  15% {
    transform: translate(10px, -10px);
  }
  30% {
    transform: translate(16px, 10px);
  }
  45% {
    transform: translate(0);
  }
  60% {
    transform: translate(-10px, 10px);
  }
  75% {
    transform: translate(-16px, -16px);
  }
  100% {
    transform: translate(0);
  }
}

@keyframes move2 {
  0% {
    transform: translate(0);
  }
  15% {
    transform: translate(-10px, 10px);
  }
  30% {
    transform: translate(-16px, -16px);
  }
  45% {
    transform: translate(0);
  }
  60% {
    transform: translate(10px, -10px);
  }
  75% {
    transform: translate(16px, 10px);
  }
  100% {
    transform: translate(0);
  }
}
