.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

/* 第一屏 */
.section1 {
  width: 100%;
  height: 100%;
  background: url('../img/page1Bg-new.jpg')center center no-repeat;
  position: relative;
}

#menu {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 127px;
  height: 499px;
  z-index: 70;
  margin-left: 630px;
  margin-top: -250px;
  background: url('../img/navBg.png') no-repeat center center;
  padding: 27px 0px;
}

#menu li {
  float: left;
  width: 103px;
  height: 44px;
  margin: 2px 12px;
}

#menu a {
  display: block;
  height: 44px;
  line-height: 44px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
}
#menu li:hover {
  background: url('../img/navactive.png') no-repeat center bottom;
}
#menu .active {
  background: url('../img/navactive.png') no-repeat center bottom;
}

.main_one {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.pic1 {
  width: 100%;
  bottom: 0;
  position: absolute;
  animation: bigPic 4s forwards;
}

.pac1Word {
  width: 792px;
  position: absolute;
  top: 180px;
  left: 0;
  transform: translate(0, 0);
  animation: pac1Word_animation 2s forwards 2s;
  opacity: 0;
}

.logo1 {
  width: 350px;
  position: absolute;
  top: 40px;
  left:0;
  transform: translate(0, 0);
  animation: logo_animation 2s forwards;

}

.logo2 {
  width: 470px;
  position: absolute;
  top: 40px;
  right: 0;
  transform: translate(0px, 0);
  animation: logo_animation 2s 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: 40px;

  }
}

.page-navbox {
  width: 256px;
  height: auto;
  position: absolute;
  bottom: 40px;
  left: 30px;
}
.page-navbox li {
  float: left;
  width: 123px;
  height: 47px;
  line-height: 47px;
  text-align: center;
  opacity: 0;
  margin-bottom: 35px;
}
.navbox_animation {
  animation: navbox_animation 0.5s forwards;
}
@keyframes navbox_animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.5;
  }
}
.page-navbox li:nth-child(2n) {
  float: right;
}
.page-navbox li:hover {
  background: url('../img/kuang-new.png') no-repeat left center;
  opacity: 1 !important;
}
.page-navbox li a {
  font-size: 22px;
  /* font-weight: bold; */
  color: #fff;
  font-style: italic;
}
/* 第二屏 */
.section2 {
  width: 100%;
  height: 100%;
  background: url('../img/page2Bg.jpg')center center no-repeat;
  position: relative;
  padding-top: 40px;
}

.wrap {
  width: 1200px;
  margin: 0 auto;
}

.headline_news {
  border: 2px solid #0363B0;
  padding: 12px 0;
  margin-top: 20px;
}

.headline_news h1 {
  width: 1064px;
  margin: 0 auto;
  font-size: 44px;
  font-weight: bold;
  color: #0363B0;
  text-align: center;
}

.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;
}

.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: #2089ed;
  display: block;
  font-size: 16px;
  line-height: 36px;
  height: 36px;
  width: 100%;
  text-align: left;
  text-indent: 6px;
  overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 70px 0 10px;
    box-sizing: border-box;
}

.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 {
  width: 290px;
  height: 180px;
  float: left;
  margin-right: 13px;
  position: relative;
}

.news_line2 ul li>img {
  width: 290px;
  height: 180px;
}
.news_line2 ul li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.news_line2 ul li a p {
  width: 100%;
  height: 30px;
  line-height: 30px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  padding: 0 10px;
  box-sizing: border-box;
  font-size: 16px;
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news_line2 ul li:last-child {
  margin-right: 0;
}

.play {
  position: absolute;
  top: 40px;
  left: 93px;
  opacity: 0.8;
}

.sec2_scrolltxt {
  width: 1200px;
  height: 55px;
  background: url('../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('../img/page3Bg.jpg')center center no-repeat;
  position: relative;
  padding-top: 40px;
}

.scheduleBox {
  width: 100%;
  height: 633px;
  background: url('../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: #042293;
  cursor: pointer;
}

.day8_menubox ul .xzDzy {
  color: #fff;
  background: url('../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: #1e7fc9;
  /* background: url('../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: 2.5;
}

.lhrc-ul li span {
  padding: 5px 10px;
  background: #fbbe6c;
  border-radius: 5px;
  margin-right: 10px;
  color: #fff;
}
.lhrc-ul li span.rd-tip {
  background: #E60E23;
}
.lhrc-ul li span.zx-tip {
  background: #fbbe6c;
}
.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('../img/03lhLogo.png') 170px 30px no-repeat; */
  position: relative;
}
.sdlh_box .sdlh-a {
  width: 42px;
  height: 10px;
  position: absolute;
  top: 54px;
  left: 54px;
}

.sdlh_item {
  width: 229px;
  height: 151px;
  margin-top: 20px;
}
.sdlh_item:nth-child(2) {
  margin-top: 40px;
}

.sdlh_item img {
  width: 229px;
  height: 151px;
  border-radius: 10px;
}

/* 第四屏 */
.section4 {
  width: 100%;
  height: 100%;
  background: url('../img/page4Bg.jpg')center center no-repeat;
  position: relative;
  padding-top: 40px;
}

.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: 660px;
  height: 608px;
  background: url('../img/sec3_boxleft.png') 0 0 no-repeat;
  float: left;
  padding: 25px;
  padding-left: 85px;
  box-sizing: border-box;
  margin-top: 110px;
  margin-left: -60px;
}

.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;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.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: 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('../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('../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 #0081CD;
  margin-bottom: 40px;
}

.sec3_list_item h3 {
  font-size: 24px;
  font-weight: bold;
  width: 100%;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  color: #454545;
  overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.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;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.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/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: 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: 27px;
  bottom: 50px;
  width: 74px;
  height: 74px;
  z-index: 5;
  cursor: pointer;
}

/* 第六屏 */
.section6 {
  width: 100%;
  height: 100%;
  background: url('../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%; */
  height: 656px;
}

.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: #042294;
}

.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(../img/i1.png) no-repeat;
  /* margin:0px 0px 26px 67px; */
  margin: auto;
}

.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('../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("../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('../img/right.png')center top no-repeat;
  background-size: 100%;
  width: 40px;
  height: 80px;
}

.page7 .swiper-button-prev {
  background: url('../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('../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('../img/page9Bg.jpg')center center no-repeat;
  position: relative;
  padding-top: 40px;
}

.sec9_list {
  width: 1200px;
  height: 600px;
  background: url('../img/sec9_listbg.png?v=1') 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;
}