.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/bg1.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: 200px;
  left: 50%;
  margin-left: -541px;
  /* transform: translate(-50%, -50%); */
  animation: pac1Word_animation 1.5s forwards 1s;
  opacity: 0;
}

.logo1 {
  width: 1095px;
  position: absolute;
  top: -100px;
  left: 50%;
  margin-left: -547.5px;
  /* transform: translate(-500px, -50%); */
  animation: logo_animation 1s forwards;

}


@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: 35px;

  }
}
.page1-nav {
  width: 1100px;
  height: 43px;
  position: absolute;
  left: 50%;
  top: 560px;
  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/bg2.jpg')center center no-repeat;
  position: relative;
  padding-top: 20px;
}

.wrap {
  width: 1200px;
  margin: 0 auto;
}

.headline_news {
  width: 1200px;
  height: 124px;
  background: url('../img/headline_news.png') no-repeat left center;
  padding: 12px 0;
  margin-top: 20px;
}

.headline_news h1 {
  width: 1064px;
  margin: 0 auto;
  font-size: 44px;
  color: #d32323;
  text-align: center;
  overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.section2 .txtMarquee-left {
  position: relative;
}

.section2 .txtMarquee-left .bd {
  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: 20px;
}

.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/bg3.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/bg4.jpg')center center no-repeat;
  position: relative;
  padding-top: 40px;
}
.section4sc {
  width: 100%;
  height: 100%;
  background: url('../img/rmklh4bgsc.png')center center no-repeat;
}

.sec3_title {
  width: 1200px;
  height: 93px;
  background: url(../img/sec3_title.png) center top no-repeat;
  margin-top: 20px;
}

.sec3_infobox {
  margin-top: 100px;
}

.sec3_videobox {
  width: 550px;
  height: 558px;
  /* background: url(../img/sec3_boxleft.png) 0 0 no-repeat; */
  float: left;
  padding: 25px;
  box-sizing: content-box;
  margin-top: 70px;
}

.sec3_video1 {
  width: 550px;
  height: 332px;
  position: relative;
}

.sec3_video1 .sec3_btn {
  position: absolute;
  left: 50%;
  width: 90px;
  height: 90px;
  top: 50%;
  margin-left: -45px;
  margin-top: -45px;
}

.sec3_video1 .sec3_img {
  width: 100%;
  height: 100%;
}

.sec3_video1 p {
  width: 100%;
  height: 43px;
  left: 0;
  bottom: 0;
  background: url(../img/fbg.png) repeat;
  color: #fff;
  font-size: 20px;
  position: absolute;
  text-indent: 10px;
  line-height: 43px;
}

.sec3_video2 {
  width: 100%;
}

.sec3_video2 ul li {
  width: 265px;
  height: 198px;
  float: left;
  position: relative;
  margin-top: 20px;
}

.sec3_video2 ul li:nth-child(even) {
  margin-left: 10px;
}

.sec3_video2 ul li .sec3_btn2 {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -25px;
  margin-top: -25px;
}

.sec3_img2 {
  width: 100%;
  height: 100%;
}

.sec3_video2 ul li p {
  width: 100%;
  height: 44px;
  line-height: 44px;
  font-size: 20px;
  color: #fff;
  text-indent: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../img/fbg2.png) repeat;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sec3_slide {
  width: 560px;
  height: 608px;
  float: left;
  margin-left: 40px;
  margin-top: 70px;
}

.sec3_slidebox {
  width: 560px;
  height: 608px;
  position: relative;
}

.sec3_slidebox .hd {
  height: 64px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 1;
}

.sec3_slidebox .hd ul {
  zoom: 1;
  float: left;
}

.sec3_slidebox .hd ul li {
  float: left;
  margin-right: 10px;
  width: 247px;
  height: 44px;
  line-height: 22px;
  text-align: center;
  cursor: pointer;
  /* background: url('../img/tabbg_lhjj.png') no-repeat center center; */
  color: #fff;
  padding: 10px;
  /* background-size: 100% 100%; */
  box-sizing: content-box;
  background-color: #d52323;
  border-radius: 8px;
  font-size: 22px;
}

.sec3_slidebox .hd ul li:nth-child(1),
.sec3_slidebox .hd ul li:nth-child(2) {
  height: 64px;
  line-height: 64px;
  padding: 0 10px;
}

.sec3_slidebox .hd ul li.on {
  /* background: url('../img/tabcg_lijjon.png') no-repeat center center; */
  /* background-size: 100% 100%; */
  background-color: #fc7c35;
}

.sec3_slidebox .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}

.sec3_slidebox .bd li {
  zoom: 1;
  width: 100%;
  height: auto;
  position: relative;
}

.sec3_list_item {
  width: 100%;
  height: 190px;
  border-bottom: 1px solid #FC7C35;
  margin-bottom: 40px;
}

.sec3_list_item h3 {
  font-size: 24px;
  font-weight: bold;
  width: 100%;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  color: #454545;
}

.sec3_list_item img {
  float: left;
  width: 169px;
  height: 117px;
  background: #f67001;
  margin-top: 15px;
}

.sec3_item_sum {
  width: 370px;
  height: 117px;
  font-size: 16px;
  color: #454545;
  text-indent: 2em;
  line-height: 30px;
  float: right;
  margin-top: 15px;
}

.sec3_more {
  display: block;
  width: 126px;
  height: 34px;
  text-align: center;
  line-height: 24px;
  font-size: 16px;
  color: #727071;
  background: url(../img/sec3_more.png) 0 0 no-repeat;
  text-indent: 10px;
  margin: 0 auto;
}

/* 第五屏 */
.section5 {
  width: 100%;
  height: 100%;
  background: url('../img/bg5.png') top 80px center no-repeat;
  position: relative;
  padding-top: 20px;
}

/* .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: 40px;
  margin-top: 150px;
  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: 62px;
}

.bgjdtit {
  width: 220px;
  height: 50px;
  text-align: center;
  margin-bottom: 30px;
  position: absolute;
  top: 38px;
  right: 158px;
}
.bgjdtit a {
  display: block;
  width: 100%;
  height: 100%;
}


.bgjdFltop {

  height: 240px;

  width: 100%;

  background: #fff;

}



.bgjdFltopImg {

  width: 300px;

  height: 240px;

}



.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: 2.2;
}

.bgjdFrtop {
  position: relative;
  margin-top: 20px;
}

.bgjdFrtopdeep {
  width: 310px;
  height: 190px;
  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;
}

.bgjdFrbottom {

  width: 400px;
  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/bg6.jpg')center center no-repeat;
  position: relative;
  padding-top: 40px;
}

.jjhntnews1 {
  height: 370px;
  width: 515px;
  margin: 0 20px;
}

.jjhntnews1First {

  width: 515px;

  height: 225px;

  position: relative;

}



.jjhntnews1First img {

  width: 515px;

  height: 225px;

}



.jjhntnews1First p {

  position: absolute;

  color: #fff;

  bottom: 0;

  display: block;

  font-size: 18px;

  line-height: 36px;

  height: 36px;

  width: 100%;
  padding: 0 15px;
  background-color: rgba(0, 0, 0, 0.336);

  text-align: left;

  text-indent: 6px;

  white-space: nowrap;

  overflow: hidden;

  text-overflow: ellipsis;

}



.jjhntnews1Others {

  margin-top: 8px
}



.jjhntnews1Others li {

  color: #c5102c;

  list-style: square;

  margin-left: 20px;

  line-height: 30px;
  font-size: 18px;

}

.jjhntnews1Others li::marker {
  font-size: 28px;
}



.jjhntnews1Others li a {

  width: 90%;

  /* line-height: 1; */

  overflow: hidden;

  text-overflow: ellipsis;

  white-space: nowrap;

  display: block;

}



.jjhntnews2 {

  width: 625px;

  height: 360px;

  background: #d52323;

  border-radius: 10px;

  padding: 10px 20px;

  box-sizing: border-box;

}



.jjhntnews2 li {

  list-style: square;

  color: #fff;

  margin-left: 20px;

  line-height: 46px;
  font-size: 18px;

}

.jjhntnews2 li::marker {
  font-size: 28px;
}



.jjhntnews2 li a {

  width: 100%;

  /* line-height: 1; */

  overflow: hidden;

  text-overflow: ellipsis;

  white-space: nowrap;

  display: block;

  color: #fff;

  font-size: 20px
}



.lhhktnews1 {

  width: 530px;

  margin: 0 15px;

}



.lhhktnews1line1 {

  width: 100%;

  display: flex;

  justify-content: space-between;

}

.lhhktnews1line1 a,
.lhhktnews1line2 a {
  position: relative;
}

.lhhktnews1line1 a img {
  width: 260px;
  height: 180px;
}

.lhhktnews1line1 a .bf,
.lhhktnews1line2 a .bf,
.lhhktnews2news a .bf {
  width: 52px;
  height: 52px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.lhhktnews1line1 a p,
.lhhktnews1line2 a p {
  width: 100%;
  position: absolute;
  bottom: 0;
  line-height: 36px;
  color: #fff;
  padding: 0 15px;
  font-size: 18px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background-color: rgba(0, 0, 0, 0.336);
}



.lhhktnews1line2 {

  width: 100%;

  display: flex;

  justify-content: space-between;

  margin-top: 10px;

}



.lhhktnews1line2 a img {

  width: 260px;

  height: 180px;

}



.lhhktnews2news {

  width: 510px;

  height: 370px;

  position: relative;

}



.lhhktnews2news a img {

  width: 510px;

  height: 370px;

}

.lhhktnews2news a {
  position: relative;
  display: block;
}

.lhhktnews2news a .bf {
  top: 30%;
}

.lhhktnews2newsBox {

  width: 100%;

  position: absolute;

  bottom: 0;

  left: 0;

  padding: 15px 20px;

  background: #d52323;

  box-sizing: border-box;

}



.lhhktnews2newsBox p {

  color: #fff;

}



.lhhktnews2newsTitle {

  font-size: 20px;

  font-weight: bold;

  display: -webkit-box;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 2;

  overflow: hidden;

  line-height: 1.5;

}



.lhhktnews2newsSummary {

  font-size: 16px;

  display: -webkit-box;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 2;

  overflow: hidden;

  line-height: 1.5;

  margin-top: 20px;

}

/* 第七屏 */
.section7 {
  background: url('../img/bg7.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/bg8.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;
  overflow-wrap: break-word;
}
.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/bg9.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%;
  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: -10px;
  left: -140px;
}



.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: 60px;
  top: -35px;

}



.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: -100px;

}



.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: -100px;

  bottom: 100px;

}



.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: 600px;

  height: 112px;
  margin-top: 100px;

}



.links ul {

  width: 480px;

  text-align: left;

  line-height: 1.6;

}



.links ul li {

  float: left;

  margin-right: 20px;

  margin-bottom: 8px;

}



.links ul li a {

  font-size: 17px;

  /* 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;

}