/*
 * @Author: wrw
  * @Date: 2024-01-23 13:59:05
 * @Last Modified by: wrw
 * @Last Modified time: 2024-01-23 20:36:06
*/
.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}
.w-1200 {
  width: 1200px;
  margin: 0 auto;
}

.mt-100 {
  margin-top: 100px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-10 {
  margin-top: 10px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

/* 第一屏 */
.section1 {
  width: 100%;
  height: 100%;
  background: url('../img/bg.jpg')top center no-repeat;
  position: relative;
}

#menu {
  position: fixed;
  bottom: 0px;
  left: 50%;
  width: 1200px;
  height: 58px;
  z-index: 70;
  margin-left: -600px;
  background: url('../img/nav-bg.png') no-repeat center top;
}

#menu li {
  float: left;
  width: auto;
  height: 100%;
  margin: 0 12px;
}

#menu li:first-child {
  width: 56px;
}

#menu a {
  display: block;
  height: 58px;
  line-height: 58px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 22px;
}

#menu .active {
  /* width: 116px; */
  background: url('../img/nav-active.png') no-repeat center bottom;
}

#menu .active a {
  font-size: 22px;
  color: #ffd245;
}


.pic1 {
  width: 100%;
  bottom: 0;
  position: absolute;
  animation: bigPic 2s forwards;
}

.pac1Word {
  width: 1082px;
  position: absolute;
  top: 150px;
  left: 50%;
  margin-left: -541px;
  /* transform: translate(-50%, -50%); */
  animation: pac1Word_animation 2s forwards 3s;
  opacity: 0;
}

.logo1 {
  width: 1095px;
  position: absolute;
  top: -100px;
  left: 50%;
  margin-left: -547.5px;
  /* transform: translate(-500px, -50%); */
  animation: logo_animation 2s forwards 1s;

}


@keyframes bigPic {
  0% {
    /* opacity: 0; */
    /* scale: 0; */
    transform: translate(0, 100%);
  }

  100% {
    /* opacity: 1; */
    /* scale: 1; */
    transform: translate(0, 0);
  }
}

@keyframes pac1Word_animation {
  0% {
    opacity: 0;
    scale: 0;
    /* transform: translate(0,100%); */
  }

  100% {
    opacity: 1;
    scale: 1;
    /* transform: translate(0,0); */
  }
}

@keyframes logo_animation {
  0% {
    /* opacity: 0; */
    /* scale: 0; */
    /* transform: translate(0,100%); */
    top: -200px;

  }

  100% {
    /* opacity: 1; */
    /* scale: 1; */
    /* transform: translate(0,0); */
    top: 50px;

  }
}
.page1-nav {
  width: 1100px;
  height: 43px;
  position: absolute;
  left: 50%;
  top: 450px;
  margin-left: -550px;
}
.page1-nav li {
  float: left;
  width: auto;
  height: 100%;
  line-height: 43px;
  margin-right: 17px;
  opacity: 0;
}
.navbox_animation {
  animation: navbox_animation 1s forwards;
}
@keyframes navbox_animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.page1-nav li:last-child {
  margin-right: 0;
}
.page1-nav li a {
    display: block;
    height: 43px;
    line-height: 43px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 22px;
}
.page1-nav li.active a {
  font-size: 22px;
  color: #ffd245;
}
.page1-nav li.active {
  background: url('../img/page1-on.png') no-repeat center center;
}
.page1-nav li:hover {
  background: url('../img/page1-on.png') no-repeat center center;
}
.page1-nav li:hover a {
  color: #ffd245;
}


/* 第二屏 */
.section2 {
  width: 100%;
  height: 100%;
  background: url('../img/page2-bg.jpg')center center no-repeat;
  position: relative;
  padding-top: 30px;
}

.wrap {
  width: 1200px;
  margin: 0 auto;
}

.headline_news {
  width: 1200px;
  height: auto;
  min-height: 124px;
  /* background: url('../img/headline_news.png') no-repeat left center; */
  /* border: 2px solid #2c60dd; */
  padding: 12px 0;
  margin-top: 20px;
}

.headline_news h1 {
  width: 1064px;
  margin: 0 auto;
  font-size: 44px;
  color: #ec4747;
  text-align: center;
  /* overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; */
}

.section2 .txtMarquee-left {
  position: relative;
}

.section2 .txtMarquee-left .bd {
  margin-top: 10px;
  overflow: hidden;
}

.section2 .txtMarquee-left .bd .tempWrap {
  width: 1060px !important;
  margin: 0 auto
}

.section2 .txtMarquee-left .bd ul {
  overflow: hidden;
  zoom: 1;
}

.section2 .txtMarquee-left .bd ul li {
  margin-right: 20px;
  float: left;
  height: 24px;
  line-height: 24px;
  text-align: left;
  _display: inline;
  width: auto !important;
}

.section2 .txtMarquee-left .bd ul li span {
  color: #999;
}

.slideBox {
  width: 576px;
  height: 360px;
  overflow: hidden;
  position: relative;
}

.slideBox .hd {
  height: 18px;
  overflow: hidden;
  position: absolute;
  right: 5px;
  bottom: 5px;
  z-index: 1;
}

.slideBox .hd ul {
  overflow: hidden;
  zoom: 1;
  float: left;
}

.slideBox .hd ul li {
  float: left;
  margin-right: 6px;
  width: 10px;
  height: 10px;
  line-height: 14px;
  text-align: center;
  background: #fff;
  opacity: 0.5;
  cursor: pointer;
  border-radius: 50%
}

.slideBox .hd ul li.on {
  background: #f7b459;
  opacity: 1;
}

.slideBox .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}

.slideBox .bd li {
  zoom: 1;
  vertical-align: middle;
}

.slideBox .bd li a:nth-child(2) {
  position: absolute;
  color: #fff;
  bottom: 0;
  background: #2089ed;
  display: block;
  font-size: 16px;
  line-height: 36px;
  height: 36px;
  width: 100%;
  text-align: left;
  text-indent: 6px;
}

.slideBox .bd img {
  width: 576px;
  height: 360px;
  display: block;
}

.slide1-list {
  width: 575px;
  overflow: hidden;
}

.rdjjMore {
  display: block;
}

.rdjjMore img {
  width: 100%;
}

.slide1-list ul li {
  line-height: 2.3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.slide1-list ul li a {
  font-size: 18px;
  /* line-height: 35px; */
}

.slide1-list ul li a:hover {
  color: #E9142F;
}

.news_line2 ul li {
  float: left;
  margin-right: 50px;
  position: relative;
}

.news_line2 ul li>img {
  width: 260px;
  height: 170px;
}

.news_line2 ul li:last-child {
  margin-right: 0;
}

.play {
  position: absolute;
  top: 43px;
  left: 93px;
  opacity: 0.8;
}

.text {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 5px 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  background: rgba(41, 36, 36, 0.534);
  text-align: center;
}

.text a {
  color: #fff;
}

.sec2_scrolltxt {
  width: 1200px;
  height: 51px;
  background: url('../img/02scroll.png') 0 0 no-repeat;
  margin-top: 50px;
}

.sec2_scrolltxt .sec2_scrolltitle {
  width: 156px;
  height: 51px;
  line-height: 51px;
  text-align: center;
  font-size: 18px;
  color: #fff;
}

.sec2_scrolltxt .txtMarquee-left {
  width: 1000px;
  position: relative;
  margin: 0 20px;
}

.sec2_scrolltxt .txtMarquee-left .bd .tempWrap {
  width: 1000px !important;
}

.sec2_scrolltxt .txtMarquee-left .bd ul {
  overflow: hidden;
  zoom: 1;
}

.sec2_scrolltxt .txtMarquee-left .bd ul li {
  margin-right: 20px;
  float: left;
  height: 35px;
  line-height: 35px;
  text-align: left;
  _display: inline;
  width: auto !important;
}

.sec2_scrolltxt .txtMarquee-left .bd ul li i {
  color: #4f4f4f;
  margin-right: 5px;
}

.sec2_scrolltxt .txtMarquee-left .bd ul li a {
  color: #4f4f4f;
  font-size: 18px;
}


/* 第三屏 */
.section3 {
  width: 100%;
  height: 100%;
  background: url('../img/page3-bg.jpg')center center no-repeat;
  position: relative;
  padding-top: 40px;
}

.scheduleBox {
  width: 1200px;
  height: 625px;
  margin: 0 auto;
  margin-top: 50px;
}

.db-item {
  width: 572px;
  height: 625px;
  float: left;
  background: url('../img/db-bg.png') no-repeat center center;
  padding: 100px 30px 20px;
  box-sizing: border-box;
}

.wy-item {
  width: 572px;
  height: 625px;
  float: right;
  background: url('../img/wy-bg.png') no-repeat center center;
  padding: 100px 30px 20px;
  box-sizing: border-box;
}

.db-t {
  width: 100%;
  height: 203px;
  padding-bottom: 30px;
  border-bottom: 2px solid #fff;
}
.db-img-a {
  width: 224px;
  height: 173px;
  display: block;
}
.db-img-a img {
  width: 100%;
  height: 100%;
}
.db-top-info {
  width: calc(100% - 244px);
  height: 100%;
  margin-left: 20px;
}
.db-top-info a {
  font-size: 28px;
  color: #fff;
  display: block;
  width: 100%;
  line-height: 1.5;
  margin-top: -10px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.db-top-info p {
  width: 100%;
  font-size: 18px;
  margin-top: 10px;
  color: #fff;
  line-height: 1.8;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news-list {
  width: 100%;
  margin-top: 10px;
}
.news-list li {
  width: 100%;
  height: 50px;
  line-height: 50px;
}
.news-list li a {
  display: block;
  width: 100%;
  font-size: 20px;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* 第四屏 */
.section4 {
  width: 100%;
  height: 100%;
  background: url('../img/page4Bg.jpg')center center no-repeat;
  position: relative;
  padding-top: 40px;
}

.section4 .slideTxtBox {
  text-align: left;
}

.section4 .slideTxtBox .hd {
  margin: 20px auto;
  padding: 0 10px 0 20px;
  position: relative;
}

.section4 .slideTxtBox .hd ul {
  display: block;
  margin: 0 auto;
  text-align: center;
  left: 20px;
  top: -1px;
}

.section4 .slideTxtBox .hd ul li {
  display: inline-block;
  padding: 0 15px;
  cursor: pointer;
  font-size: 24px;
  color: #fff;
  background: #1788f0;
  width: 180px;
  height: 48px;
  line-height: 52px;
  border-radius: 10px;
  margin-right: 60px;
}

.section4 .slideTxtBox .hd ul li:last-child {
  margin-right: 0;
}

.section4 .slideTxtBox .hd ul li.on {
  background: #f14e4f;
}

.section4 .slideTxtBox .bd ul {
  zoom: 1;
}

.section4 .slideTxtBox .bd li {
  height: 22px;
  line-height: 22px;
  overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.section4 .slideTxtBox .next {
  display: block;
  background: url("../img/nav_right.png") center center no-repeat;
  width: 40px;
  height: 48px;
  position: absolute;
  right: 0;
}

.section4 .slideTxtBox .prev {
  display: block;
  background: url("../img/nav_left.png") center center no-repeat;
  width: 40px;
  height: 48px;
  position: absolute;
  left: 0;
}

.focusing-img {
  width: 703px;
  height: 405px;
  overflow: hidden;
}
.focusing-img a img {
  width: 703px;
  height: 405px;
}

.focusing-list {
  width: 450px;
}

.focusing-list h1 {
  font-size: 32px;
  overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.focusing-list p {
  margin-top: 20px;
  line-height: 2;
  overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.focusing-list ul li {
  /* margin-left: 20px; */
  list-style: disc;
  margin-bottom: 15px;
}

.focusing-list ul li a:hover {
  color: #E9142F;
}
.section4 .broadcast {
  width: 1200px;
  height: 50px;
  background: url('../img/broadcasr.png') no-repeat left center;
}
.section4 .rbb-a {
  width: 168px;
  height: 50px;
  float: left;
}
.section4 .broadcast .txtMarquee-left {
  width: 1022px;
  height: 50px;
}
.section4 .broadcast .txtMarquee-left .bd .tempWrap {
  width: 1022px !important;
}

.section4 .broadcast .txtMarquee-left .bd .tempWrap .infoList {
  height: 50px;
}

.section4 .broadcast .txtMarquee-left .bd .tempWrap ul li {
  height: 50px;
  margin-right: 50px;
  width: auto !important;
}

.section4 .broadcast .txtMarquee-left .bd .tempWrap ul li a {
  line-height: 50px;
}

/* .section4 .broadcast .txtMarquee-left .bd .tempWrap ul li:nth-child(2n) a {
  color: #ee4d53;
} */

/* 第五屏 */
.section5 {
  width: 100%;
  height: 100%;
  background: url('../img/page5Bg.jpg') 0px -54px no-repeat;
  position: relative;
  padding-top: 40px;
}

/* .bgjd {
  width: 545px;
  height: auto;
  padding-right: 40px;
  padding: 30px;
  box-sizing: border-box;
  color: #101010;
  /* padding-bottom: 0;
  margin-top: 80px;
  background: url('../img/bgjdBg.png')center center no-repeat;
} */

.bgjg-item {
  width: 100%;
  margin-bottom: 30px;
  /* background: url('../img/gzbg-list.png') no-repeat left center; */
  padding-left: 30px;
  box-sizing: border-box;
}

.bgjg-item .bgjg-title {
  width: 100%;
  line-height: 2;
}

.bgjg-item .bgjg-title a {
  font-size: 26px;
  color: #1f7ec9;
  font-weight: bold;
}

/* .section5 .right {
  width: 588px;
  position: relative;
  background: url('../img/syjtBg.png')left 80px no-repeat;
  margin-top: 80px;
}

.lh-p3-content {
  width: 420px;
  position: relative;
  margin: 0 0 0 auto;
  overflow: hidden;
}

.lh-p3-content .container {
  width: 420px;
  margin: 0 auto;
  overflow: hidden;
}

.lh-p3-content .pictureSlider {
  height: 621px;
}

.lh-p3-content .poster-item {
  height: 621px;
  width: 349px;
  cursor: default;
  transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  cursor: pointer;
}

.lh-p3-content .zturn-item img {
  width: 100%;
  height: 100%;
}

.lh-p3-content .poster-item div.text {
  position: absolute;
  background: #be2f22;
  width: 97px;
  height: 544px;
  left: -30%;
  top: 0;
  z-index: 999;
}

.syjt {
  position: absolute;
  left: 30px;
  bottom: 70px;
  width: 70px;
  z-index: 5;
  cursor: pointer;
} */
.bgjb-box {
  width: 1200px;
  height: 685px;
  background: url('../img/page5Bg.png') left center no-repeat;
  position: relative;
  margin: 0 auto;
  margin-top: 50px;
}

.bgjd {
  /* background: url("../img/bgjd.png") center center no-repeat; */
  width: 1200px;
  height: 686px;
  margin: 0 auto;
}

.bgjdFl {
  width: 555px;
  height: 435px;
  margin-left: 45px;
  margin-top: 160px;
  position: relative;
}

.bgjdFl .tit {
  width: 220px;
  height: 45px;
  position: absolute;
  top: -70px;
  left: 20px;
}
.bgjdFl .tit a {
  display: block;
  width: 100%;
  height: 100%;
}

.bgjdFr {
  width: 410px;
  height: 475px;
  margin-top: 88px;
  margin-right: 30px;
}

.bgjdtit {
  width: 220px;
  height: 50px;
  text-align: center;
  margin-bottom: 30px;
  position: absolute;
  top: 38px;
  right: 128px;
}
.bgjdtit a {
  display: block;
  width: 100%;
  height: 100%;
}


.bgjdFltop {

  height: 230px;

  width: 100%;

  background: #fff;

}



.bgjdFltopImg {

  width: 300px;

  height: 230px;

}



.bgjdFltop .fr {

  width: 235px;

  padding: 15px;

  box-sizing: border-box;

}



.bgjdFltopTitle {

  display: -webkit-box;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 3;

  overflow: hidden;

  font-size: 18px;
  color: #E36300;
  font-weight: bold;

  line-height: 1.5;

  font-weight: bold;

}



.bgjdFltopSummary {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  font-size: 16px;
  line-height: 1.5;
  margin-top: 15px;
  color: #888;
}

.bgjdFlbottom {
  width: 100%;
  margin-top: 20px;
}

.bgjdFlbottom li {
  color: #fff;
  font-size: 20px;
}

.bgjdFlbottom li a {
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 95%;
  display: block;
  line-height: 1.8;
}

.bgjdFrtop {
  position: relative;
  margin-top: 20px;
}

.bgjdFrtopdeep {
  width: 310px;
  height: 190px;
  background: #ebebeb;
  border-radius: 10px;
  margin-top: 15px;
}

.bgjdFrtopdeepTitle {
  width: 180px;
  font-size: 22px;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-left: 123px;
  margin-top: 10px;
  line-height: 1.5;
  box-sizing: border-box;
  color: #E50014;
  padding: 0 10px;
}

.bgjdFrtopdeepsummary {
  width: 180px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 16px;
  /* color: #aaa; */
  margin-left: 123px;
  line-height: 2;
  margin-top: 5px;
  box-sizing: border-box;
  padding: 0 10px;
  margin-top: 10px;
}

.bgjdFrtopout {
  width: 220px;
  height: 220px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.bgjdFrtopout img {
  width: 220px;
  height: 220px;
  border-radius: 10px;
}

.bgjdFrmiddle {
  margin-top: 40px
}

.bgjdFrmiddle li {
  font-size: 20px;
}

.bgjdFrmiddle li a {
  width: 98%;
  line-height: 1.8;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  color: #fff;
}

.bgjdFrbottom {

  margin-top: 20px
}

.bgjdFrbottom a {
  /* margin-right: 20px; */
  float: left;
}
.bgjdFrbottom a:nth-child(2) {
  float: right;
}

.bgjdFrbottom img {

  width: 185px;

  height: 128px
}

/* 第六屏 */
.section6 {
  width: 100%;
  height: 100%;
  background: url('../img/page6Bg.jpg')center center no-repeat;
  position: relative;
  padding-top: 40px;
}
.jjhnt-more {
  display: block;
  width: 76px;;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  background: #EF4E4E;
  float: right;
  margin-top: 20px;
}
.sec6_box {
  width: 1200px;
  height: 624px;
  margin: 0 auto;
  margin-top: 40px;
}
.page6-l {
  width: 576px;
}
.page6-ul li {
  line-height: 2.3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.page6-ul li a {
  font-size: 18px;
  /* line-height: 35px; */
}

.page6-ul li a:hover {
  color: #E9142F;
}
.page6-r {
    width: 500px;
    height: 624px;
}
.mediaProducts {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.page6-r .swiper-wrapper .swiper-slide {
  width: 60%;
  background-position: center;
  background-size: cover;
}

.page6-r .swiper-slide img {
  display: block;
  width: 100%;
  height: 624px;
}

.page6-r .swiper-button-next, .swiper-button-prev {
  top: 0!important;
}

.page6-r .swiper-button-prev:after,.swiper-button-next:after {
  display: none!important;
}
/* 第七屏 */
.section7 {
  background: url('../img/07page_bg.jpg')top center no-repeat;
  padding-top: 40px;
  width: 100%;
  height: 100%;

}

.mediaProducts2 .swiper-slide img {

  display: block;

  width: 306px;

  height: 624px;

}

.section7 .swiper-button-prev {

  width: 80px;

  height: 80px;

  background: url("../img/zqh.png") center center no-repeat;

  transform: translate(0, -60px);
  top: 50% !important;

}

.section7 .swiper-button-next {

  width: 80px;

  height: 80px;

  background: url("../img/yqh.png") center center no-repeat;

  transform: translate(0, -60px);
  top: 50% !important;
}

.section7 .swiper-button-prev:after,

.swiper-rtl .swiper-button-next:after {

  content: "";

}

.section7 .swiper-button-next:after,

.swiper-rtl .swiper-button-prev:after {

  content: "";

}

.mediaProducts2 {
  width: 75%;
}

.section7 .swiper-slide {

  font-size: 18px;

  background: #fff;

  position: relative;

  /* Center slide text vertically */

  display: -webkit-box;

  display: -ms-flexbox;

  display: -webkit-flex;

  display: flex;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  -webkit-justify-content: center;

  justify-content: center;

  -webkit-box-align: center;

  -ms-flex-align: center;

  -webkit-align-items: center;

  align-items: center;

}




/* 第八屏 */
.section8 {
  width: 100%;
  height: 100%;
  background: url('../img/page8Bg.jpg')center center no-repeat;
  position: relative;
  padding-top: 40px;
}

.page8_imgNews {
  width: 1200px;
  margin: 0 auto;
  margin-top: 50px;
}

.item-top {
  width: 100%;
  height: 317px;
  margin-bottom: 40px;
}

.page8-img-box {
  width: 755px;
  height: 317px;
  background: url('../img/page8-jx.png') no-repeat left center;
}

.page8-img-a {
  display: block;
  width: 358px;
  height: 318px;
}

.page8-info {
  width: calc(100% - 378px);
  height: 100%;
  padding: 20px;
  padding-left: 0;
  box-sizing: border-box;
  margin-left: 20px;
}

.page8-img-a img {
  width: 100%;
  height: 100%;
}
.page8-title {
  display: block;
  width: 100%;
  height: auto;
}
.cn-title {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  line-height: 2;
}
.zn-title {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.5;
}
.cn-summary {
  font-size: 16px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  line-height: 2;
  margin-top: 25px;
}
.zn-summary {
  font-size: 14px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  line-height: 1.5;
  margin-top: 10px;
}
.black {
  color: #333;
}
.info-w {
  width: 377px;
}

/* 第九屏 */
.section9 {
  width: 100%;
  height: 100%;
  background: url('../img/page9Bg.jpg')center center no-repeat;
  position: relative;
  padding-top: 40px;
}

.slideBoxNine {
  width: 1200px;
  height: auto;
  position: relative;
  margin-top: 50px;
}

.slideBoxNine .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}

.slideBoxNine .bd li {
  zoom: 1;
  vertical-align: middle;
  height: 100%;
}

.slideBoxNine .bd ul {
  height: 100%;
}

.slideBoxNine .prevStop {
  display: none;
}

.slideBoxNine .nextStop {
  display: none;
}

.wchnLeft {
  width: 460px;
  height: 100%;
  float: left;

}

.wchnCenter {
  width: 330px;
  height: 100%;
  float: left;
  margin-left: 25px;
}

.wchnRight {
  width: 460px;
  height: 100%;
  float: right;
}

.dh-img-block {
  width: 100%;
  height: 50%;
  position: relative;
  cursor: pointer;
}

.dh-img-block img {
  display: block;
  width: 100%;
  height: 93%;
  cursor: pointer;
}

.dh-img-block div {
  width: calc(100% - 40px);
  height: calc(100% - 70px);
  background: rgba(0, 0, 0, .5);
  color: #fff;
  box-sizing: border-box;
  padding: 60px;
  position: absolute;
  left: 20px;
  top: 50px;
}

.dh-img-block div h2 {
  margin-bottom: 20px;
  font-size: 22px;
}

.dh-img-block div h2 a {
  color: #fff;
}

.dh-img-block div p {
  font-size: 16px;
  text-indent: 2em;
  text-align: justify;
}

.dh-mid-block {
  width: 100%;
  height: 33.33%;
  position: relative;
  cursor: pointer;
}

.dh-mid-block img {
  display: block;
  width: 100%;
  height: 90%;
}

.dh-mid-block div {
  width: 100%;
  height: 90%;
  background: rgba(0, 0, 0, .5);
  color: #fff;
  box-sizing: border-box;
  padding: 40px;
  position: absolute;
  left: 0;
  top: 0;
}

.dh-mid-block div h2 {
  margin-bottom: 20px;
  font-size: 22px;
}

.dh-mid-block div h2 a {
  color: #fff;
}

.dh-mid-block div p {
  font-size: 16px;
  text-indent: 2em;
  text-align: justify;
}

.hide {
  display: none;
}

.dh-img-block div h2 {
  position: absolute;
  top: 50%;
  margin-top: -32px;
  line-height: 1.5;
  left: 50%;
  transform: translateX(-50%);
}

.dh-mid-block div h2 {
  position: absolute;
  top: 50%;
  margin-top: -12px;
}

.slideBoxNine .hd {
  height: 15px;
  overflow: hidden;
  position: absolute;
  right: 45%;
  bottom: -50px;
  z-index: 1;
}

.slideBoxNine .hd ul {
  overflow: hidden;
  zoom: 1;
  float: left;
}

.slideBoxNine .hd ul li {
  float: left;
  margin-right: 10px;
  width: 50px;
  height: 10px;
  text-align: center;
  background: #d8d8d8;
  cursor: pointer;
  border-radius: 5px;
}

.slideBoxNine .hd ul li.on {
  background: #2a5fde;
  color: #fff;
}

.main li {
  display: flex;
  justify-content: center;
}

.main li img {
  width: 100%;
  height: 100%;
}

.item-l .item1 {
  width: 346px;
  height: 265px;
  background: url('../img/wc1.png') no-repeat;
  padding: 50px 20px 20px;
}

.item-l .item2 {
  width: 276px;
  height: 353px;
  background: url('../img/wc2.png') no-repeat;
  padding: 50px 20px 20px;
  float: right;
}

.item-c .item3 {
  width: 480px;
  height: 555px;
  background: url('../img/wc3.png') no-repeat;
  padding: 50px 20px 20px;
}

.item-r .item4 {
  width: 334px;
  height: 355px;
  background: url('../img/wc4.png') no-repeat;
  padding: 50px 20px 20px;
}

.item-r .item5 {
  width: 388px;
  height: 250px;
  background: url('../img/wc5.png') no-repeat;
  padding: 50px 20px 20px;
}

/* 第十屏 */
.section10 {
  width: 100%;
  height: 100%;
  background: url('../img/page10Bg.jpg')center -110px no-repeat;
  position: relative;
  padding-top: 40px;
}



.media-interaction {

  background: url("../img/media_interaction_bg.png") center center no-repeat;

  /* background-size: 556px 489px; */

  width: 498px;

  height: 439px;

  position: relative;

}



.weibo {

  background: url("../img/weibo.png") center center no-repeat;

  width: 223px;

  height: 223px;

  position: absolute;

  top: -75px;

}



.weibo:hover {

  background: url("https://uploads.dahe.cn/lxx/2022/zt/2022qglh/img/weibo_code.png") center center no-repeat;

  animation: code-in 0.2s forwards;

}



.weChat {

  background: url("../img/weChat.png") center center no-repeat;

  width: 210px;

  height: 210px;

  position: absolute;

  right: 0;
  top: -65px;

}



.weChat:hover {

  background: url("https://uploads.dahe.cn/lxx/2022/zt/2022qglh/img/weChat_code.png") center center no-repeat;

  animation: code-in 0.2s forwards;

}



.douyin {

  background: url("../img/douyin.png") center center no-repeat;

  width: 228px;

  height: 228px;

  position: absolute;

  bottom: 60px;

  left: -40px;

}



.douyin:hover {

  background: url("https://uploads.dahe.cn/lxx/2022/zt/2022qglh/img/douyin_code.png") center center no-repeat;

  animation: code-in 0.2s forwards;

}



.toutiao {

  background: url("../img/toutiao.png") center center no-repeat;

  width: 210px;

  height: 210px;

  position: absolute;

  right: -40px;

  bottom: 80px;

}



.toutiao:hover {

  background: url("https://uploads.dahe.cn/lxx/2022/zt/2022qglh/img/toutiao_code.png") center center no-repeat;

  animation: code-in 0.2s forwards;

}



.dingduan {

  background: url("../img/shipinhao.png") center center no-repeat;

  background-size: 160px 160px;

  border-radius: 50%;

  width: 162px;

  height: 162px;

  position: absolute;

  bottom: 0px;

  left: 203px;

}



.dingduan:hover {

  background: url("https://uploads.dahe.cn/lxx/2022/zt/2022qglh/img/shipinhao_code.png") center center no-repeat;

  animation: code-in 0.1s forwards;

}



@keyframes code-in {

  0% {

      opacity: 0;

  }

  100% {

      opacity: 1;

  }

}



.links {

  width: 556px;

  height: 112px;

}



.links ul {

  width: 410px;

  text-align: left;

  line-height: 1.6;

}



.links ul li {

  float: left;

  margin-right: 20px;

  margin-bottom: 8px;

}



.links ul li a {

  font-size: 16px;

  /* font-weight: bold; */

}



.links ul li a:hover {

  color: #E9142F;

  /* font-weight: bold; */

}



.weiboIframe {

  width: 494px;

  height: 677px;

  position: relative;

}



.weiboIframedeep {

  width: 464px;

  height: 647px;

  background: url('../img/weiboIframedeep-bg.png') no-repeat center center;

}



.weiboIframe iframe {

  width: 464px;

  height: 647px;

  position: absolute;

  bottom: 0;

  left: 0;

}