/*
 * @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;
}

/* 绗竴灞� */
.section1 {
  width: 100%;
  height: 100%;
  background: url("../img/page1Bg.jpg") center center no-repeat;
  position: relative;
}

#menu {
  position: fixed;
  bottom: 0px;
  left: 50%;
  width: 1200px;
  height: 78px;
  z-index: 70;
  margin-left: -600px;
  background: url("https://uploads.dahe.cn/lxx/2026/zt/henanlianghui/img/navBg.png") no-repeat center center;
}

#menu li {
  float: left;
  width: 113px;
  height: 100%;
  margin: 0 13px;
}

#menu li:first-child {
  width: 56px;
}

#menu a {
  display: block;
  height: 78px;
  line-height: 78px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 22px;
}

#menu .active {
  width: 116px;
  background: url("https://uploads.dahe.cn/lxx/2026/zt/henanlianghui/img/navactive.png") no-repeat center bottom;
}

#menu .active a {
  font-size: 22px;
  color: #ff9345;
}

.fixed-nav {
  position: fixed;
  /* 固定定位 */
  right: 6%;
  /* 距离右侧边缘的距离 */
  top: 50%;
  /* 垂直居中定位的起点 */
  transform: translateY(-50%);
  /* 精确垂直居中 */
  /* background: linear-gradient(to bottom, #ffbe9e, #ff4d4d); */
  background: url("https://uploads.dahe.cn/lxx/2026/zt/henanlianghui/img/1daohangbg.png") no-repeat center center;
  /* 渐变背景 */
  border-radius: 20px;
  /* 圆角 */
  padding: 10px 0;
  /* 内边距 */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  /* 添加阴影 */
  z-index: 1000;
  /* 确保导航在其他内容之上 */
  display: none;
}

.fixed-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
.fixed-nav ul li {
  position: relative;
  height: 42px;
}

.fixed-nav li a {
  color: white;
  text-decoration: none;
  display: block;
  font-size: 16px;
  transition:
    background-color 0.3s,
    color 0.3s;
  width: 106px;
  text-align: center;
  line-height: 42px;
  height: 42px;
}

.fixed-nav li.active a,
.fixed-nav li a:hover {
  background-color: #ff0000;
  border-radius: 11px;
  color: white;
  position: absolute;
  width: 120px;
  left: -6px;
}

.pic1 {
  width: 100%;
  bottom: 0;
  position: absolute;
  animation: bigPic 4s forwards;
}

.pac1Word {
  width: 900px;
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: pac1Word_animation 4s forwards 4s;
  opacity: 0;
}

.logo1 {
  width: 400px;
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translate(-500px, -50%);
  animation: logo_animation 4s forwards;
}

.logo2 {
  width: 600px;
  height: 40px;
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translate(0px, -50%);
  animation: logo_animation 4s forwards;
  background: url(https://uploads.dahe.cn/lxx/2026/zt/henanlianghui/img/01logo2.png) no-repeat center right;
}

@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: 100px;
  }
}

/* 绗簩灞� */
.section2 {
  width: 100%;
  height: 100%;
  background: url("https://uploads.dahe.cn/lxx/2026/zt/henanlianghui/img/page2Bg.png") center center no-repeat;
  position: relative;
  padding-top: 40px;
}

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

.headline_news {
  border: 2px solid #fa2501;
  padding: 12px 0;
  margin-top: 20px;
  background: #fffdf4;
}

.headline_news h1 {
  width: 1064px;
  margin: 0 auto;
  font-size: 44px;
  color: #fa2501;
  text-align: center;
}

.section2 .txtMarquee-left {
  position: relative;
}

.section2 .txtMarquee-left .bd {
  margin-top: 10px;
}

.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;
}

.news-line1 .slideBox {
  width: 576px;
  height: 360px;
  overflow: hidden;
  position: relative;
}

.news-line1 .slideBox .hd {
  height: 18px;
  overflow: hidden;
  position: absolute;
  right: 5px;
  bottom: 5px;
  z-index: 1;
}

.news-line1 .slideBox .hd ul {
  overflow: hidden;
  zoom: 1;
  float: left;
}

.news-line1 .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%;
}

.news-line1 .slideBox .hd ul li.on {
  background: #f7b459;
  opacity: 1;
}

.news-line1 .slideBox .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}

.news-line1 .slideBox .bd li {
  zoom: 1;
  vertical-align: middle;
}

.news-line1 .slideBox .bd li a:nth-child(2) {
  position: absolute;
  color: #fff;
  bottom: 0;
  background: #fa2501;
  display: block;
  font-size: 16px;
  line-height: 36px;
  height: 36px;
  width: 100%;
  text-align: left;
  text-indent: 6px;
}

.news-line1 .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; */
}

.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: 63px;
  left: 93px;
  opacity: 0.8;
}

.sec2_scrolltxt {
  width: 1200px;
  height: 55px;
  background: url("https://uploads.dahe.cn/lxx/2026/zt/henanlianghui/img/02scroll.png") 0 0 no-repeat;
  margin-top: 26px;
}

.sec2_scrolltxt .sec2_scrolltitle {
  width: 156px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  font-size: 18px;
  color: #fff;
}

.sec2_scrolltxt .txtMarquee-left {
  width: 1024px;
  position: relative;
  margin: 0 10px;
}

.sec2_scrolltxt .txtMarquee-left .bd .tempWrap {
  width: 1024px !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("https://uploads.dahe.cn/lxx/2026/zt/henanlianghui/img/page3Bg.jpg") center center no-repeat;
  position: relative;
  padding-top: 40px;
}

.scheduleBox {
  width: 100%;
  height: 633px;
  background: url("https://uploads.dahe.cn/lxx/2026/zt/henanlianghui/img/scheduleBg.png") no-repeat center center;
  margin: 0 auto;
  margin-top: 100px;
}

.day8_menubox {
  width: 315px;
  height: 632px;
  z-index: 999;
  padding: 120px 24px 40px;
  box-sizing: border-box;
  float: left;
  position: relative;
}

.day8_menuboxTit {
  position: absolute;
  top: 45px;
  left: 30px;
  font-size: 38px;
  font-weight: bold;
  color: #fff;
}

.day8_menubox ul li {
  float: left;
  width: 51px;
  height: 51px;
  font-size: 22px;
  color: #c2c1c3;
  line-height: 51px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  margin: 10px 4px 4px 4px;
}

.day8_menubox ul .light {
  color: #fa2501;
  cursor: pointer;
}

.day8_menubox ul .xzDzy {
  color: #fff;
  background: url("https://uploads.dahe.cn/lxx/2026/zt/henanlianghui/img/xzDay.png") no-repeat center center;
  background-size: cover;
}

.big_daysum {
  float: right;
  width: 100%;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 80px;
  color: #fa2501;
  background: url("https://uploads.dahe.cn/lxx/2026/zt/henanlianghui/img/yimonth-sum.png") no-repeat 20px center;
}

.day_main {
  width: 508px;
  float: left;
  margin-left: 30px;
}

.day_mainlist {
  margin-right: 42px;
  width: 100%;
}

.day_mainlist:last-child {
  margin-right: 0;
}

.day_mainlistbox {
  padding: 30px 60px;
}

.day_title {
  width: 100%;
  height: 52px;
  line-height: 52px;
}

.day_title a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 52px;
  font-size: 24px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.day_info {
  width: 100%;
  text-align: justify;
  font-size: 16px;
  color: #565553;
  line-height: 34px;
}

.day_info a {
  font-size: 16px;
  color: #565553;
}

.lhrc-ul {
  width: 100%;
  margin-top: 30px;
}

.lhrc-ul li {
  line-height: 3;
}

.lhrc-ul li span {
  padding: 5px 10px;
  background: #fbbe6c;
  border-radius: 5px;
  margin-right: 10px;
  color: #fff;
}

.sdlh_box {
  width: 309px;
  float: left;
  height: 624px;
  margin-left: 38px;
  padding-top: 40px;
  padding-left: 50px;
  padding-right: 30px;
  box-sizing: border-box;
  background: url("https://uploads.dahe.cn/lxx/2026/zt/henanlianghui/img/03lhLogo.png") 170px 30px no-repeat;
}

.sdlh_item {
  width: 229px;
  height: 151px;
  margin-top: 20px;
}

.sdlh_item img {
  width: 229px;
  height: 151px;
  border-radius: 10px;
}

/* 绗洓灞� */
.section4 {
  width: 100%;
  height: 100%;
  background: url("https://uploads.dahe.cn/lxx/2026/zt/henanlianghui/img/page4Bg.jpg") center center no-repeat;
  position: relative;
  padding-top: 40px;
}

.sec3_title {
  width: 1200px;
  height: 93px;
  background: url(https://uploads.dahe.cn/lxx/2026/zt/henanlianghui/img/sec3_title.png) center top no-repeat;
  margin-top: 20px;
}

.sec3_infobox {
  margin-top: 100px;
}

.sec3_videobox {
  width: 550px;
  height: 558px;
  background: url(https://uploads.dahe.cn/lxx/2026/zt/henanlianghui/img/sec3_boxleft.png) 0 0 no-repeat;
  float: left;
  padding: 25px;
  box-sizing: content-box;
  margin-top: 110px;
}

.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(https://uploads.dahe.cn/lxx/2026/zt/henanlianghui/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(https://uploads.dahe.cn/lxx/2026/zt/henanlianghui/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: 110px;
}

.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: 15px;
  width: 58px;
  height: 44px;
  line-height: 22px;
  text-align: center;
  cursor: pointer;
  background: url("https://uploads.dahe.cn/lxx/2026/zt/henanlianghui/img/tabbg_lhjj.png") no-repeat center center;
  color: #fff;
  padding: 10px;
  background-size: 100% 100%;
  box-sizing: content-box;
}

.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("https://uploads.dahe.cn/lxx/2026/zt/henanlianghui/img/tabcg_lijjon.png") no-repeat center center;
  background-size: 100% 100%;
}

.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(https://uploads.dahe.cn/lxx/2026/zt/henanlianghui/img/sec3_more.png) 0 0 no-repeat;
  text-indent: 10px;
  margin: 0 auto;
}

/* 绗簲灞� */
.section5 {
  width: 100%;
  height: 100%;
  background: url("https://uploads.dahe.cn/lxx/2026/zt/henanlianghui/img/page5Bg.jpg") center center 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: #fffaf3;
}

.bgjg-item {
  width: 100%;
  margin-bottom: 30px;
  background: url("https://uploads.dahe.cn/lxx/2026/zt/henanlianghui/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: #fa2501;
  font-weight: bold;
}

.section5 .right {
  width: 588px;
  position: relative;
  background: url(https://uploads.dahe.cn/lxx/2026/zt/henanlianghui/img/syjtBg.png) top left 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 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.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;
}

/* 绗叚灞� */
.section6 {
  width: 100%;
  height: 100%;
  background: url("https://uploads.dahe.cn/lxx/2026/zt/henanlianghui/img/page6Bg.jpg") center center no-repeat;
  position: relative;
  padding-top: 40px;
}

.list_ul {
  margin-right: 10px;
}

.list_ul:last-child {
  margin-right: 0;
}

.list_ul li:nth-child(2) {
  margin-top: 10px;
}

.list_ul1 {
  width: 322px;
  height: 100%;
}

.list_ul li {
  width: 322px;
  height: 100%;
  float: left;
  display: inline;
  /* margin:0px 0px 5px 4px; */
  position: relative;
}

.list_ul .card {
  width: 100%;
  height: 100%;
  position: relative;
  transition: all 0.5s ease-out 0s;
  transform-style: preserve-3d;
  perspective: 1000px;
}

.list_ul .front {
  height: 100%;
  text-align: center;
  backface-visibility: hidden;
  transition: all 0.5s ease-out 0s;
  transform-style: preserve-3d;
  z-index: 2;
  transform: rotateY(0deg);
  position: relative\9;
  z-index: 3\9;
}

.list_ul .front img {
  width: 100%;
  height: 100%;
}

.list_ul li:hover .front {
  transform: rotateY(-180deg);
}

.list_ul li .back {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  backface-visibility: hidden;
  transition: all 0.5s ease-out 0s;
  transform-style: preserve-3d;
  transform: rotateY(-180deg);
}

.list_ul li:hover .back {
  transform: rotateY(-360deg);
  z-index: 4\9;
  background: #ff2500;
}

.list_ul li .news {
  width: 100%;
  height: 100%;
  padding: 41px 41px 0px 44px;
  opacity: 0;
  box-sizing: border-box;
}

.list_ul li .back i {
  width: 50px;
  height: 52px;
  display: block;
  background: url(https://uploads.dahe.cn/lxx/2026/zt/henanlianghui/img/i1.png) no-repeat;
  /* margin:0px 0px 26px 67px; */
  margin: auto;
  margin-bottom: 12px;
}

.list_ul li .back .zi {
  height: 90px;
  overflow: hidden;
}

.list_ul li .back table {
  width: 100%;
  height: 90px;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
}

.list_ul li:hover .back .news {
  opacity: 1;
}

.list_ul2 {
  width: 226px;
  height: 656px;
}

.list_ul2 .list_ul2_c {
  width: 100%;
  height: 461px;
}

.list_ul2 .list_ul2_d {
  width: 100%;
  height: 183px;
}

.list_ul3 {
  width: 159px;
  height: 656px;
}

.list_ul3 .list_ul3_c {
  width: 100%;
  height: 323px;
}

.sec6_box {
  margin-top: 80px;
}

/* 绗竷灞� */
.section7 {
  width: 100%;
  height: 100%;
  background: url("https://uploads.dahe.cn/lxx/2026/zt/henanlianghui/img/page7Bg.jpg") center center no-repeat;
  position: relative;
  padding-top: 40px;
}

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

.page7 .swiper {
  width: 1200px;
  margin: 0 auto;
}

.page7 .swiper-slide {
  background: url("https://uploads.dahe.cn/lxx/2026/zt/henanlianghui/img/wonderful_henan_news_bg.png") center center no-repeat;
  /*background-size: 100% 100%;*/
  width: 430px !important;
  height: 755px;
  display: block;
  cursor: auto;
}

.swiper-3d .swiper-slide-shadow-left {
  background: none;
}

.swiper-3d .swiper-slide-shadow-right {
  background: none;
}

.page7-img-title {
  width: 200px;
  height: 27px;
  margin: 30px auto 0;
  object-fit: fill;
}

.page7-news {
  padding: 30px;
}

.page7-news img {
  width: 370px;
  height: 217px;
  margin: 0 auto 20px;
}

.page7-news h1 {
  color: #fff;
  font-size: 24px;
  line-height: 1.5;
}

.page7-news p {
  font-size: 16px;
  color: #fff;
  line-height: 2;
  margin-top: 10px;
  padding-bottom: 15px;
  border-bottom: 2px solid #fff;
}

.page7-news ul li a {
  color: #fff;
  font-size: 20px;
  line-height: 45px;
}

.page7 .swiper-button-next {
  background: url("https://uploads.dahe.cn/lxx/2026/zt/henanlianghui/img/right.png") center top no-repeat;
  background-size: 100%;
  width: 40px;
  height: 80px;
}

.page7 .swiper-button-prev {
  background: url("https://uploads.dahe.cn/lxx/2026/zt/henanlianghui/img/left.png") center top no-repeat;
  background-size: 100%;
  width: 40px;
  height: 80px;
}

.page7 .swiper-button-next::after {
  content: "";
}

.page7 .swiper-button-prev::after {
  content: "";
}

/* 绗叓灞� */
.section8 {
  width: 100%;
  height: 100%;
  background: url("https://uploads.dahe.cn/lxx/2026/zt/henanlianghui/img/page8Bg.jpg") center center no-repeat;
  position: relative;
  padding-top: 40px;
}

.bt08bt {
  margin: 0 auto;
  display: block;
  margin-bottom: 80px;
}

/* 绗節灞� */
.section9 {
  width: 100%;
  height: 100%;
  background: url("https://uploads.dahe.cn/lxx/2026/zt/henanlianghui/img/page9Bg.jpg") center center no-repeat;
  position: relative;
  padding-top: 40px;
}

.sec9_list {
  width: 1200px;
  height: 600px;
  background: url("https://uploads.dahe.cn/lxx/2024/zt/C3hnlh/img/sec9_listbg.png")
    center no-repeat;
  margin: 100px auto 0;
  padding-top: 1px;
}

.sec9_list ul:nth-child(1) {
  width: 1200px;
  height: 110px;
  margin-top: 67px;
}

.sec9_list ul:nth-child(1) li {
  width: 182px;
  height: 110px;
  float: left;
  margin-left: 15px;
}

.sec9_list ul:nth-child(1) li a {
  display: block;
  width: 100%;
  height: 125px;
}

.sec9_list ul:nth-child(2) {
  width: 1008px;
  height: 110px;
  margin: 0 auto;
  margin-top: 60px;
}

.sec9_list ul:nth-child(2) li {
  width: 182px;
  height: 110px;
  float: left;
  margin-left: 15px;
}

.sec9_list ul:nth-child(2) li a {
  display: block;
  width: 100%;
  height: 125px;
}

.sec9_list ul:nth-child(3) {
  width: 806px;
  height: 110px;
  margin: 0 auto;
  margin-top: 58px;
}

.sec9_list ul:nth-child(3) li {
  width: 182px;
  height: 110px;
  float: left;
  margin-left: 14px;
}

.sec9_list ul:nth-child(3) li a {
  display: block;
  width: 100%;
  height: 125px;
}
