


.section-down-arrow {
  border: none !important;
  overflow: visible;
  text-align: center;
  opacity: 1;
  height: auto;
  animation: nudgeMouse 2.4s cubic-bezier(.25, .46, .45, .94) infinite;
  line-height: 0;
  position: absolute;
  bottom: 30px;
  left: 50%;
  z-index: 101;
}

.section-down-arrow:before {
  position: absolute;
  content: '';
  display: block;
  left: 50%;
  margin-left: -2px;
  top: 22px;
  background-color: #ffffff;
  width: 4px;
  height: 8px;
  border-radius: 10px;
  transition: background-color .55s cubic-bezier(.5, .1, .07, 1);
  animation: trackBallSlide 2.4s cubic-bezier(0, 0, .725, 1) infinite;
}

.section-down-arrow::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 30px;
  height: 45px;
  margin-left: -15px;
  border: 2px solid rgba(255, 255, 255, .5);
  border-radius: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 62;
}

@keyframes mouse-scroll-btn-roll-over {
  0% {
    stroke-dashoffset: 120;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes nudgeMouse {
  0% {
    transform: translateY(0);
  }

  45% {
    transform: translateY(8px);
  }

  100%,
  65% {
    transform: translateY(0);
  }
}

@keyframes trackBallSlide {
  0% {
    opacity: 1;
    transform: scaleY(1) translateY(-10px);
  }

  45% {
    opacity: 0;
    transform: scaleY(.5) translateY(13px);
  }
}

@keyframes mouse-scroll-btn-roll-out {
  0% {
    stroke-dashoffset: 0;
  }

  100% {
    stroke-dashoffset: -120;
  }
}

.nectar-scroll-icon {
  width: 30px;
  height: 45px;
  text-align: center;
  cursor: pointer;
  position: relative;
  z-index: 100;
}

.nectar-scroll-icon-path {
  fill: transparent;
  stroke-width: 2px;
  stroke-dashoffset: 120;
  stroke-dasharray: 120;
  animation: mouse-scroll-btn-roll-out .55s cubic-bezier(.5, .1, .07, 1);
}

.section-down-arrow:hover .nectar-scroll-icon-path {
  stroke-dashoffset: 0;
  animation: mouse-scroll-btn-roll-over .55s cubic-bezier(.5, .1, .07, 1);
}


.header.indexheader {
  background: rgba(0, 0, 0, 0.4)!important;

}

.header.indexheader .h_top .m_nav>li>a {

  color: #fff!important;
}

.header.indexheader .h_top .nav_r .nav_ljmine .nav_lj span {

  color: #fff!important;
}


#videoPopup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
}

#videoPopup .video-box {
  width: 62%;
  position: absolute;
  left: 50%;
  top: 58%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

#videoPopup .video-box video {
  width: 100%;
}

#videoPopup .video-box .closes {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.1);
  cursor: pointer;
  text-align: center;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}

#videoPopup .video-box .closes span {
  font-size: 16px;
  line-height: 40px;
  color: #fff;
}

#videoPopup .video-box .closes:hover {
  background: rgba(0, 0, 0, 0.5);
}











.index_banner .disimgydd {

  display: none;
          width: 100%;
        height: 100%;
        object-fit: cover;

}

.index_banner .disimgydd img {

  width: 100%;
  height: 100%;
  object-fit: cover;
}




.wow {
  animation-duration: 1s !important;
  -webkit-animation-duration: 1s !important;
}

.cont .page1 {
  position: relative;
  z-index: 2;
  background-color: #fff;
}

.cont .page1 .index_banner {
  width: 100%;
  height: 100vh;
}

.cont .page1 .index_banner .swiper_image {
  width: 100%;
  height: 100%;

}

.cont .page1 .index_banner .swiper-wrapper {

  width: 100%;
  height: 100%;
}

.cont .page1 .index_banner .swiper-pagination {
  bottom: 40px;
  display: flex;
    align-items: center;
    justify-content: center;
}


.cont .page1 .index_banner .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
  height: 7px;
  opacity: 0.7;
  width: 7px;
  transition: all 0.4s;
  margin: 0 8px;
}

.cont .page1 .index_banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 13px;
  height: 13px;
  opacity: 1;
}

.cont .page1 .index_banner .swiper-slide .banner-video {
  width: 100%;
  height: 100%;
}

.cont .page1 .index_banner .swiper-slide .banner-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cont .page1 .index_banner .swiper-slide .img {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.cont .page1 .index_banner .swiper-slide .img img {
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: all ease-out 8s;
  width: 100%;
}

.cont .page1 .index_banner .swiper-slide .text {
  position: absolute;
  bottom: auto;
  left: 50%;
  top: 50%;
  color: #fff;
  /* width: 100%; */
  transform: translate(-50%, 0px);
  text-align: left;
}
.cont .page1 .index_banner .swiper-slide {

  width: 100%!important;
  height: 100%;
}
.cont .page1 .index_banner .swiper-slide .text p {

  width: 100%;
  text-align: left;
  display: block;
  line-height: 1.2;
  transform: translateY(50px);
  opacity: 0;
  transition-delay: 0s;
  transition-duration: 0.5s;
  font-weight: bold;
  margin-bottom: 25px;
}

.cont .page1 .swiper-button-next:after,
.cont .page1 .swiper-button-prev:after {

  display: none;
}

.cont .page1 .index_banner .swiper-slide .text span {
  display: block;
  width: 36%;
  margin-top: 2.5%;
  transform: translateY(50px);
  opacity: 0;
  transition-delay: 0s;
  transition-duration: 0.5s;
}

.cont .page1 .index_banner .swiper-slide.swiper-slide-active .img img {
  transform: scale(1.07);
}

.cont .page1 .index_banner .swiper-slide.swiper-slide-active .text p {
  transition-delay: 0.8s;
}

.cont .page1 .index_banner .swiper-slide.swiper-slide-active .text span {
  transition-delay: 1.2s;
}

.cont .page1 .index_banner .swiper-slide.swiper-slide-active .text a {
  transition-delay: 1.6s;
}

.cont .page1 .index_banner .swiper-slide.swiper-slide-active .text p,
.cont .page1 .index_banner .swiper-slide.swiper-slide-active .text span,
.cont .page1 .index_banner .swiper-slide.swiper-slide-active .text a {
  opacity: 1;
  transform: translateY(0);
  transition-duration: 2s;
}

.cont .page2 {
  width: 100%;

  position: relative;
  z-index: 10;
  background: url(/static/cn/img/page2_bj.jpg)no-repeat center center;
  background-size: cover;
}

.page2_bottom {}

.page2_bottom .new_list {

  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.page2_bottom .new_list li {
  flex: 0 0 32.8%;
  height: 620px;
  position: relative;
}
.page2_bottom .new_list li:nth-child(1)::after {

    content: "";
    width: 100%;
    height: 60%;
    position: absolute;
    left: 0;
    bottom: 0px;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .6));
    z-index: 1;
    transition: 0.4s all;
    border-radius: 15px;
    overflow: hidden;
}
.page2_bottom .new_list li:nth-child(1) .tu {

  overflow: hidden;
  border-radius: 15px;
}
.page2_bottom .new_list li:nth-child(2) .tu {
  overflow: hidden;
  border-radius: 15px;

}
.page2_bottom .new_list li:nth-child(2) {

  display: flex;
  flex-direction: column;
}

.page2_bottom .new_list li:nth-child(2) .tu:nth-child(2) {

  height: auto;

}

.page2_bottom .new_list li:nth-child(2) .tu:nth-child(1) {

  height: auto;
  flex: 1;
    margin-bottom: 12px;
}
.page2_bottom .new_list li:nth-child(2) .tu:nth-child(1)::after {
    content: "";
    width: 100%;
    height: 60%;
    position: absolute;
    left: 0;
    bottom: 0px;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .6));
    z-index: 1;
    transition: 0.4s all;

}
.page2_bottom .new_list li:nth-child(3) {

  background-color: #ffffff;
  overflow: hidden;
  border-radius: 15px;
  padding: 0vw 2vw;
}

.page2_bottom .new_list li:nth-child(3) .tu {
  height: 33.33%;
  border-radius: 0;
  padding-top: 2vw;
  border-bottom: 1px solid #E9E9E9;
  padding-bottom: 1.5vw;

}

.page2_bottom .new_list li:nth-child(3) .tu {}

.page2_bottom .new_list li:nth-child(3) .tu:nth-child(1) {

  /* padding-top: 0vw; */
}

.page2_bottom .new_list li:nth-child(3) .tu .txt {

  padding: 0vw;
}

.page2_bottom .new_list li:nth-child(3) .tu:last-child {
  border-bottom: 0px solid #E9E9E9;
  padding-bottom: 2vw;

}

.page2_bottom .new_list li .tu {

  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 15px;
  height: 100%;

}

.page2_bottom .new_list li .tu .txt {

  z-index: 5;
  padding: 2vw;

}

.page2_bottom .new_list li .tu .txt.postxt {
  position: absolute;
  bottom: 0;
  z-index: 10;
}

.page2_bottom .new_list li .tu .txt p {

  /* color: #ffffff; */
  margin-bottom: 2.6%;
}
.page2_bottom .new_list li .tu .txt p i {

margin: 0 10px;
}
.page2_bottom .new_list li .tu .txt .tit {
  /* color: #ffffff; */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  word-break: break-all;
  -webkit-box-orient: vertical;
  line-height: 1.5;
  height: 3em;
  max-height: 3em;
}

.page2_bottom .new_list li .tu .txt .newaaa {
  /* color: #ffffff; */
  font-size: 14px;
  display: flex;
  align-items: center;
  transition: all 0.4s;

}

.page2_bottom .new_list li .tu .txt path {

  fill: #333333;
}

.page2_bottom .new_list li .tu .txt.postxt path {

  fill: #ffffff;

}

.page2_bottom .new_list li .tu .txt {
  color: #333333;
  background: #FFFFFF;
  transition: all 0.4s;

}

.page2_bottom .new_list li .tu .txt.postxt {

  background: unset;
  color: #ffffff;

}

.page2_bottom .new_list li .tu img {

  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page2_bottom .new_list li .tu .txt .newaaa .icon {

  margin: 0;
  width: 14px;
  height: 14px;
  margin-left: 3px;
  transition: all 0.4s;
}

.page2_bottom .new_list li .tu:hover .newaaa .icon {

  margin-left: 10px;
}

.page2_bottom .new_list li .tu:hover img {

  transform: scale(1.04);
}

.page2_bottom .new_list li .tu:hover .tit {

  /* color: #1B379B; */
}

.page2_bottom .new_list li .tu:hover .txt {

  color: #1B379B;
}

.page2_bottom .new_list li .tu:hover .txt path {

  fill: #1B379B;
}

.page2_bottom .new_list li .tu:hover .txt.postxt path {
  fill: #ffffff;

}

.page2_bottom .new_list li .tu:hover .txt.postxt {

  color: #ffffff;
}

.page2_bottom .new_list li:nth-child(3) .tu:hover {

  border-bottom: 1px solid #1B379B;
}

.page2_bottom .new_list li:nth-child(3) .tu:last-child:hover {

  border-bottom: 0px solid #1B379B;
}


/* 第三板块 */

.cont .page3 {
  width: 100%;

  position: relative;
  z-index: 10;
  background: url(/static/cn/img/page3_bj.jpg)no-repeat center center;
  background-size: cover;
}

.page3 .txtmine .hngtmine .shghtxt {

  color: #ffffff;
}

.page3 .hngta {
  color: #ffffff;
  border: 1px solid #ffffff;
}

.page3 .page3_top {

  display: flex;

}

.page3 .page3_top .topleft {

flex: 0 0 31.5%;
  border-radius: 20px;
  overflow: hidden;
  display: none;
}

.page3 .page3_top .topleft img {

  transition: all 0.4s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}

.page3 .page3_top .topleft:hover img {

  transform: scale(1.04);
}

.page3 .page3_top .topright {

  padding-left: 0;
  flex: 1;
}

.page3 .page3_top .topright .p_1 {
  font-weight: bold;
  color: #ffffff;
}

.page3 .page3_top .topright .p_2 {
  color: #ffffff;
  line-height: 1.5;

}

.page3 .page3_top .topright .p3 {

  color: #ffffff;
  transition: all 0.4s;

}

.page3 .page3_top .topright .p3:hover {

  color: #1B379B;
}

.page3_bottom .hngtmine .shghtxt {

  color: #ffffff;
}


.section02 .ctn-list {
  margin-top: 1.5vw;
}

.section02 .ctn-list ul {
  display: flex;
  justify-content: space-between;
}

.section02 .ctn-list ul li {
  width: 19.5%;
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  border-radius: 15px;
  overflow: hidden;
}
/* .section02 .ctn-list ul li::after {
    content: "";
    width: 100%;
    height: 60%;
    position: absolute;
    left: 0;
    bottom: 0px;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .6));
    z-index: 1;
    transition: 0.4s all;
} */
.section02 .ctn-list ul li a {
  display: block;
  /* transform: scale(0.7);
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  opacity: 0.5; */
}

.section02 .ctn-list ul li a .tu {
  height: 350px;
  position: relative;
}

.section02 .ctn-list ul li a .tu img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section02 .ctn-list ul li a .tu .text {
  position: absolute;
  width: 100%;
  left: -40px;
  bottom: 0;

  padding: 0.8vw 2vw 30px;
  color: #fff;
  opacity: 0;
}

.section02 .ctn-list ul li a .tu .text h2 {
  font-weight: 500;
  margin-bottom: 10px;
}

.section02 .ctn-list ul li a .tu .text h3 {
  letter-spacing: 2px;
  margin-top: 6px;
  line-height: 1.5;
}

.section02 .ctn-list ul li a .mask {
  /* position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  opacity: 1;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s; */
  z-index: 10;
    position: relative;
}

.section02 .ctn-list ul li a .mask .kuang {
  position: absolute;
  width: 88%;
  height: 88%;
  left: 6%;
  top: 6%;
}

.section02 .ctn-list ul li a .mask .kuang img {
  width: 100%;
  height: 100%;
}

.section02 .ctn-list ul li a .mask .center {
  position: absolute;
  width: 100%;
  left: 50%;
  bottom: 35px;
  transform: translate(-50%, 0%);


  text-align: center;
}

.section02 .ctn-list ul li a .mask .center .icon {
  height: 94px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section02 .ctn-list ul li a .mask .center .icon img {
  max-height: 94px;
}

.section02 .ctn-list ul li a .mask .center h2 {
  color: #fff;
  margin-top: 2.5vw;
  letter-spacing: 1px;
  position: relative;
  padding-bottom: 0;
}

.section02 .ctn-list ul li a .mask .center h2:after {
  content: '';
  width: 20px;
  height: 1px;
  background: #957b54;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.section02 .ctn-list ul li a .mask .center h3 {
  color: #957b54;
  margin-top: 1vw;
}

.section02 .ctn-list ul li.hover {
  width: 50%;
}

.section02 .ctn-list ul li.hover a .tu .text {
  opacity: 1;
  left: 0;
  transition: all 0.5s ease 0.5s;
  -webkit-transition: all 0.5s ease 0.5s;
  -moz-transition: all 0.5s ease 0.5s;
  -ms-transition: all 0.5s ease 0.5s;
  z-index: 2;
}

.section02 .ctn-list ul li.hover a .mask {
  opacity: 0;
}






.section02 .ctn-list ul li:not(:last-child) {
  margin-right: 10px;
}

.section02 .ctn-list ul li:nth-child(1) a {
  transition: all 0.8s ease 0.15s;
  -webkit-transition: all 0.8s ease 0.15s;
  -moz-transition: all 0.8s ease 0.15s;
  -ms-transition: all 0.8s ease 0.15s;
}

.section02 .ctn-list ul li:nth-child(2) a {
  transition: all 0.8s ease 0.3s;
  -webkit-transition: all 0.8s ease 0.3s;
  -moz-transition: all 0.8s ease 0.3s;
  -ms-transition: all 0.8s ease 0.3s;
}

.section02 .ctn-list ul li:nth-child(3) a {
  transition: all 0.8s ease 0.45s;
  -webkit-transition: all 0.8s ease 0.45s;
  -moz-transition: all 0.8s ease 0.45s;
  -ms-transition: all 0.8s ease 0.45s;
}

.section02 .ctn-list ul li:nth-child(4) a {
  transition: all 0.8s ease 0.6s;
  -webkit-transition: all 0.8s ease 0.6s;
  -moz-transition: all 0.8s ease 0.6s;
  -ms-transition: all 0.8s ease 0.6s;
}

.section02.active .ctn-list ul li a {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
}

.section02 .ctn-list ul li a {

  position: relative;
}
.section02 .ctn-list ul li a::after {
content: "";
    width: 100%;
    height: 60%;
    position: absolute;
    left: 0;
    bottom: 0px;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .6));
    z-index: 1;
    transition: 0.4s all;

}
 
@media screen and (max-width: 1600px) {



  .section02 .ctn-list ul li a .mask .center .icon {
    height: 84px;
  }

  .section02 .ctn-list ul li a .mask .center .icon img {
    max-height: 84px;
  }

  .page2_bottom .new_list li {
    height: 570px;
  }
}
@media screen and (max-width: 1440px) { 
  .section02 .ctn-list ul li a .tu {
    height: 300px;
  }
.page6bottom .development .developmentmine .deleft {

      padding: 1.5vw; 
}
.page6bottom .development .developmentmine .deright {

      padding: 2.5vw 1.5vw;
}
}
@media screen and (max-width: 1366px) {
  .section02 .ctn-list ul li a .tu {
    height: 300px;
  }

  .section02 .ctn-list ul li a .mask .center .icon {
    height: 74px;
  }

  .section02 .ctn-list ul li a .mask .center .icon img {
    max-height: 74px;
  }

}




/* 第四板块 */
.cont .page4 {
  width: 100%;

  position: relative;
  z-index: 10;
  background: url(/static/cn/img/page4_bj.jpg)no-repeat center center;
  background-size: cover;
}

.page4 .hngtmine .shghtxt {

  text-align: center;
}
.page4 .txtmine {
    justify-content: start;
    align-items: center;
}
.page4 .hngtmine .shghtxt2{
    display: none;
}
.page4 .txtmine>.shghtxt2{
    margin-left: 5%;
    margin-right: auto;
    flex: 1;
    color: #333;
    line-height: 1.5;
}
.page4 .pagegjh .gjh_box {

  display: flex;
  align-items: center;
}

.page4 .pagegjh .gjh_box .gjh_left {

  flex: 0 34%;
}

.page4 .pagegjh .gjh_box .gjh_right {

  display: flex;
  flex: 1;
  justify-content: space-between;

}

.page4 .pagegjh .gjh_box .gjh_right .tu {

width: 48.3%;

  overflow: hidden;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.page4 .pagegjh .gjh_box .gjh_right .tu::after {
    content: "";
    width: 100%;
    height: 60%;
    position: absolute;
    left: 0;
    bottom: 0px;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .6));
    z-index: 1;
    transition: 0.4s all;
}
.page4 .pagegjh .gjh_box .gjh_right .tu img {


  transition: all 0.4s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page4 .pagegjh .gjh_box .gjh_right .tu:hover img {

  transform: scale(1.04);
}

.page4 .pagegjh .gjh_box .gjh_left .e_p1 {

  color: #D5D5D5;
  font-size: 5vw;
  font-weight: bold;
  line-height: 1;
}

.page4 .pagegjh .gjh_box {

  border-bottom: 1px solid #dfe2e2;
}

.page4 .pagegjh .gjh_box .gjh_right .tu .txt_p {

  color: #ffffff;
 
  position: absolute;
  width: 100%;
  padding: 1.8vw;
  bottom: 0;
  z-index: 5;
  transition: all 0.4s;

}
.page4 .pagegjh .gjh_box .gjh_right .tu .txt_p>p {

 font-weight: bold;
    animation: myfirst0 0.4s;
    -webkit-animation: myfirst0 0.4s;
    transition: all 0.4s;
}
.page4 .pagegjh .gjh_box .gjh_right .tu .txt_p>div {

    opacity: 0;

margin-top: 15px;
display: none;

}
.page4 .pagegjh .gjh_box .gjh_right .tu:hover .txt_p{

 animation: myfirst0 0.6s;
    -webkit-animation: myfirst0 0.6s;
   
   
}
.page4 .pagegjh .gjh_box .gjh_right .tu:hover .txt_p>p {
  display: none;
 
}
.page4 .pagegjh .gjh_box .gjh_right .tu:hover .txt_p>div {
 display: block;
  opacity: 1;
}
.page4 .pagegjh .gjh_box .gjh_right .tu:hover::after {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
   
}
/* :end */

/* 第五頁 */
.page5 .hngtmine .shghtxt2 {
  color: rgb(255, 255, 255, 0.7);
}

.page5 .page4page5 {

  position: relative;
}

.page5 .page4page5 .txtmine {
  position: absolute;
  top: 20%;
  z-index: 20;
  transform: translate(-50%, -50%);
  left: 50%;
}

.page5 .page4page5 .txtmine .hngtmine .shghtxt {

  color: #fff;
}

.page5 .page4page5 .txtmine .hngta {
  border: 1px solid #bcc8ce;
  color: #ffffff;
}

.ctn1 {


  overflow: hidden;
  position: relative;
  height: 100vh;
}

.ctn1 .ctn-top {
  height: 100%;
  width: 100%;
}

.ctn1 .ctn-top .c-wrapper {
  margin-top: 3vw;
}

.ctn1 .ctn-top .c-wrapper ul {
  display: flex;
  justify-content: center;
}

.ctn1 .ctn-top .c-wrapper ul li {
  width: 180px;
  height: 36px;


}

.ctn1 .ctn-top .c-wrapper ul li a {
  position: relative;
  display: block;
  color: #957b54;
  text-align: center;
  line-height: 36px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}

.ctn1 .ctn-top .c-wrapper ul li:not(:last-child) {
  margin-right: 20px;
}

.ctn1 .ctn-top .c-wrapper ul li.active:before {
  opacity: 1;
}

.ctn1 .ctn-top .c-wrapper ul li.active a {
  color: #fff;
}

.ctn1 .ctn-top .c-wrapper ul li:hover:before {
  opacity: 1;
}

.ctn1 .ctn-top .c-wrapper ul li:hover a {
  color: #fff;
}

.ctn1 .ctn-top .ctn-list {
  position: relative;
  height: 100%;
  width: 100%;

}

.ctn1 .ctn-top .ctn-list .swiperywly .swiper-pagination {
  display: none;
}

.ctn1 .ctn-top .ctn-list .swiper-slide {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 100vh;
}

.ctn1 .ctn-top .ctn-list .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ctn1 .ctn-top .ctn-list .swiper-slide .s_txt {

  position: absolute;
  top: 25%;
}

.ctn1 .ctn-top .ctn-list .swiper-slide .s_txt p {

  color: #fff;
  line-height: 1;
  margin-bottom: 20px;
  font-weight: bold;
}

.ctn1 .ctn-top .ctn-list .swiper-slide .s_txt .s_t {

  color: #fff;
  font-weight: bold;
}

.ctn1 .ctn-top .ctn-list .swiper-slide .s_txt .sh_button {

  background: #fff;
}


.ctn1 .ctn-top .ctn-list .prev:hover:before {
  left: -10px;
  top: -10px;
  opacity: 1;
}

.ctn1 .ctn-top .ctn-list .next {
  position: absolute;
  width: 60px;
  height: 60px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 10;
}

.ctn1 .ctn-top .ctn-list .next .swiper-button-next:after {
  content: '\e683';
  font-family: iconfont;
  font-size: 30px;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.ctn1 .ctn-top .ctn-list .next:hover:before {
  right: -10px;
  bottom: -10px;
  opacity: 1;
}

.ctn1 .ctn-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.ctn1 .ctn-bottom .w1440s {
  width: 100%;
  height: 100%;
}

.ctn1 .ctn-bottom .swiper {
  overflow: inherit;
  width: 100%;
  height: 100%;
}

.ctn1 .ctn-bottom .swiper-slide {

  cursor: pointer;
  width: 11.4%;
  transition: all 0.4s;
}

.ctn1 .ctn-bottom .swiper-slide .bottomimg {


    display: flex
;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    padding: 1.5vw;
    padding-bottom: 6vw;
    position: relative;

}

.ctn1 .ctn-bottom .swiper-slide .bottomimg .txtbottom {

  display: none;
}


@keyframes myfirst0 {
  0% {
    opacity: 0;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.ctn1 .ctn-bottom .swiper-slide.swiper-slide-thumb-active {
  animation: myfirst0 0.5s;
  -webkit-animation: myfirst0 0.5s;
  background: linear-gradient(to bottom, rgba(254, 152, 0, 0) 0%, #1B379B 100%);
  width: 20%;
}

.ctn1 .ctn-bottom .swiper-slide.swiper-slide-thumb-active .tu {

  animation: myfirst0 0.5s;
  -webkit-animation: myfirst0 0.5s;
}

.ctn1 .ctn-bottom .swiper-slide.swiper-slide-thumb-active h2 {
  animation: myfirst0 0.65s;
  -webkit-animation: myfirst0 0.65s;

}

.ctn1 .ctn-bottom .swiper-slide.swiper-slide-thumb-active .bottomimg .txtbottom {

  animation: myfirst0 0.8s;
  -webkit-animation: myfirst0 0.8s;
  display: block;

}

.ctn1 .ctn-bottom .swiper-slide .bottomimg .txtbottom .butsvg {

  display: flex;
  justify-content: center;
  transition: all 0.4s;
}

.ctn1 .ctn-bottom .swiper-slide .bottomimg .txtbottom .butsvg:hover {

  transform: scale(1.3);
}

.ctn1 .ctn-bottom .swiper-slide .bottomimg:hover {

  color: #0058b9;
}

.ctn1 .ctn-bottom .swiper-slide .tu {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
  width: 40px;
  margin: 0 auto;
}

.ctn1 .ctn-bottom .swiper-slide .tu img {
  max-width: 100%;
  max-height: 100%;

  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ctn1 .ctn-bottom .swiper-slide h2 {
  text-align: left;
  letter-spacing: 0px;
  color: #ffffff;
  margin-bottom: 20px;
  font-weight: bold;
  text-align: center;
}

.ctn1 .ctn-bottom .swiper-slide .txtbottom .tsat {

  text-align: center;
  color: #ffffff;

}

.ctn1 .ctn-bottom .swiper-slide.swiper-slide-thumb-active .bottomimg {

  border-bottom: 0px solid #ffffff;
}

.ctn1 .ctn-bottom .swiper-slide .bottomimg::after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 375px;
  background-color: rgb(255, 255, 255, 0.1);
  bottom: 0;

}

.ctn1 .ctn-bottom .swiper-slide:hover .tu img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
}


.page4 .swiperywly {

  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}

.page4 {

  overflow: hidden;
  position: relative;
}

.page4 .disswiperpc {

  display: none;
}

/* 四页 */
.dig_pige4 {
  background-repeat: no-repeat;
  background-image: url(/static/cn/img/index5_bj.jpg);
  background-size: 100% 100%;
  background-position: center;
  height: 100%;
  padding-top: 110px !important;
  display: flex;
  align-items: center;


}

.dig_pige4 .centermine {
  width: 100%;
}

.dig_pige4 .dig_pige4_m {

  width: 100%;
}

.dig_pige4 .swiper_al .pimet {
  display: flex;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 3px 4px 30px 0px rgba(14, 98, 145, 0.11);
  position: relative;
}


.dig_pige4 .swiper_al .pimet .cbox_box .e_imge {
  width: 66px;
  height: 66px;
  background-color: #f7f7f7;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 18px;

}

.dig_pige4 .swiper_al .pimet .cbox_box .cbox_1 {
  /* display: flex;
    align-items: center; */
  /* margin-bottom: 30px; */

}

.dig_pige4 .swiper_al .pimet .cbox_box .cbox_1 span {

  letter-spacing: 0px;
  color: #222222;
}

.dig_pige4 .swiper_al .pimet .cbox_box .cbox_1 p {

  font-weight: bold;
  /* margin-top: 2vw; */
  letter-spacing: 0px;
  color: #ffffff;
  text-align: left;

}

.dig_pige4 .swiper_al .pimet .cbox_box .cbox_2 .fn_txt {


  line-height: 2;
  margin-bottom: 6vw;
  letter-spacing: 0px;
  color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  word-break: break-all;
  -webkit-box-orient: vertical;

  max-height: 8em;
}

.dig_pige4 .swiper_al .pimet .cbox_box .cbox_2 a {
  letter-spacing: 0px;
  color: #004097;
  border-bottom: 1px solid #004097;
  padding-bottom: 3px;

}

.dig_pige4 .swiper_al .cbox_box .e_imge img {
  width: 34px;
  height: 34px;


}

.dig_pige4 .swiper_al .pimet .cbox_box .cbox_2 .cbox_2_p {
  letter-spacing: 1px;
  color: #666666;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}


.dig_pige4 .swiper_al .pimet .e_imge_big {

  flex: 0 0 100%;
  overflow: hidden;
  height: 100%;
  height: auto;
}

.dig_pige4 .swiper_al .pimet .e_imge_big img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s;
}

.dig_pige4 .swiper_al .pimet .cbox_box {
  padding: 4.6% 4% 4.6% 4%;
  background-color: rgb(0, 88, 185, 0.8);
  position: absolute;
  top: 0;
  right: 0;
  width: 43%;
  height: 100%;
}

.dig_pige4 .swiper_al .pimet .cbox_box .sh_button {

  border: 1px solid #ffffff;
}

.dig_pige4 .swiper_al .pimet .cbox_box .sh_button a {
  color: #ffffff;
}

.dig_pige4 .swiper_al .pimet .cbox_box .sh_button a svg path {

  fill: #ffffff;
}

.dig_pige4 .swiper_al .pimet .cbox_box .cbox_2 .cbox_2_p span {
  width: 6px;
  height: 1px;
  background-color: #0058b9;
  display: block;
  margin-right: 8px;
  margin-left: 8px;
}

.dig_pige4 .swiper_al .pimet .cbox_box .cbox_2 .cbox_2_p::before {
  content: '';
  width: 6px;
  height: 6px;
  background-color: #0058b9;
  border-radius: 50%;

}

.dig_pige4 .dig_pige4_m .swiper_al {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 60px;
  height: 100%;
}

.dig_pige4 .dig_pige4_m .swiper_al .swiper-slide {

  width: 100%;
  height: 100%;
}

.dig_pige4 .dig_pige4_m .swiper_al .swiper-slide .pimet {

  width: 100%;
  height: 100%;
  height: 560px;
}

.dig_pige4 .dig_pige4_m .swiper_al .swiper-pagination {

  display: flex;
  align-items: center;
  justify-content: center;
}

.dig_pige4 .dig_pige4_m .swiper_al .swiper-pagination-bullet {

  width: 8px;
  height: 8px;
  background-color: #ffffff;
  opacity: 0.5;
  transition: all 0.4s;
}

.dig_pige4 .dig_pige4_m .swiper_al .swiper-pagination-bullet.swiper-pagination-bullet-active {

  width: 14px;
  height: 14px;
  background-color: #ffffff;
  opacity: 1;
}

.dig_pige4 .dig_pige4_m .txt {

  letter-spacing: 1px;
  color: #333333;
  text-align: center;
  font-weight: bold;
}

.dig_pige4 .dig_pige4_m .txt p {

  line-height: 1;
}

.dig_pige4 .dig_pige4_m .s_line {
  width: 80px;
  height: 4px;
  background-color: #0058b9;
  margin: 30px auto 0;
}

.dig_pige4 .swiper_al .pimet .e_imge_big:hover img {
  transform: scale(1.04);
}


.dig_pige4 .swiper-button-prev,
.dig_pige4 .swiper-button-next {
  width: 50px;
  height: 50px;
  background-color: #ffffff;

  border-radius: 50%;
  transition: all 0.4s;
  z-index: 10;
  top: 45%;
}

.dig_pige4 .swiper-button-prev {

  left: 8%;
}

.dig_pige4 .swiper-button-next {

  right: 8%;
}

.dig_pige4 .swiper-button-next:after,
.dig_pige4 .swiper-button-prev:after {

  font-size: 25px;
  color: #797979
}

.dig_pige4 .swiper-button-prev:hover,
.dig_pige4 .swiper-button-next:hover {

  background-color: #0058b9;
}

.dig_pige4 .swiper-button-prev:hover:after,
.dig_pige4 .swiper-button-next:hover:after {

  color: #ffffff;
}

.dig_pige4 .dig_pige4_m .swiper_al .swiper-pagination-bullet {
  margin: 0 8px;

}


/* 第六頁 */

.cont .page6 {
  width: 100%;

  position: relative;
  z-index: 10;
  background: url(/static/cn/img/page6_bj.jpg)no-repeat center center;
  background-size: cover;
}
.cont .page6 .page6bottom {


}
.cont .page6 .hngta {

  border: 1px solid rgb(51, 51, 51, 0.3);

}
.cont .page6 .page6bottom .shghtxt2 {

  color: #333333;
}
.page6top {
  border-radius: 20px;

  display: flex;
  padding: 3vw;
    background: linear-gradient(to bottom, #b5daf4 0%, #ffffff 68%);
  align-items: center;
  padding-bottom: 0;
  margin-top: 100px;
}

.page6top .page6left .e_image {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  transform: translatey(-100px);
}

.page6top .page6left {
    flex: 0 0 45.4%;
}

.page6top .page6left .e_image img {
  transition: all 0.4s;
  width: 100%;
  height: 100%;

}

.page6top .page6left .e_image:hover img {

  transform: scale(1.05);
}

.page6top .page6riht {

  flex: 1;
  padding-left: 3vw;
}

.page6top .page6left .e_image .btn {

  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
  z-index: 10;
}
.page6top .page6left .e_image .btn .icon {

  width: 80px;
    height: 80px;
            margin: 0;
}
.page6top .page6riht .pistl {

  display: flex;
  align-items: center;
}

.page6top .page6riht .pistl:first-child {


  border-bottom: 1px solid rgb(0, 0, 0, 0.1);
}

.page6top .page6riht .pistl .ps_img {

  width: 58px;
  height: 58px;
  margin-right: 15px;
}

.page6top .page6riht .pistl .p1 {

  line-height: 1;
  margin-bottom: 10px;
  color: #333333;
}

.page6bottom .development {

  background: rgb(255, 255, 255, 0.9);
  border-radius: 10px;

  overflow: hidden;

  display: flex;
}

.page6bottom .development .developmentmine {
cursor: unset;
  width: 50%;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.page6bottom .development .developmentmine .deright .dermine {
  width: 100%;

}
.page6bottom .development .developmentmine:first-child {
  border-right: 1px solid #eceeef;

}

.page6bottom .development .developmentmine .deleft .e_svg {
  width: 104px;
  height: 104px;
  background: #1B379B;
  border-radius: 50%;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;

}

.page6bottom .development .developmentmine .deright {

padding: 2.5vw 3.5vw;
    width: 70%;
}
.swiper-pagination-bullet {
  background: #ffffff;
      opacity: 1;

}
.page6bottom .development .developmentmine .deright .swiper-pagination .swiper-pagination-bullet-active {

  background: #1B379B;
}
.page6bottom .development .developmentmine .deright .der_swiper {

  width: 100%;
  position: relative;
  overflow: hidden;
}

.page6bottom .development .developmentmine .deright .der_swiper  .swiper-wrapper {
width: 100%;

}
.page6bottom .development .developmentmine .deright .newaaa {

  display: none;
}
.page6bottom .development .developmentmine .deright .eimage {

  height: 130px;
  overflow: hidden;
}

.page6bottom .development .developmentmine .deleft {

  height: 100%;
  padding: 1.5vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #eceeef;
  width: 30%;
}

.page6bottom .development .developmentmine .deright p {

     color: #333333;
    transition: all 0.4s;
    line-height: 1.5;
    height: 3em;
    overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
word-break: break-all;  
-webkit-box-orient: vertical;
max-height: 3em;
}

.page6bottom .development .developmentmine:hover .deright p {

  color: #1B379B;
}

.page6bottom .development .developmentmine .eimage img {

  transition: all 0.4s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page6bottom .development .developmentmine:hover .eimage img {

  transform: scale(1.04);
}

.page6bottom .development .developmentmine:nth-child(2) .deleft .e_svg {

background: #FE9800;
}


@media screen and (max-width: 1440px) {
  .page6bottom .development .developmentmine .deleft .e_svg {

    width: 80px;
    height: 80px;
  }

  .page6bottom .development .developmentmine .deleft .e_svg {

    padding: 20px;
  }
  .page6top .page6left .e_image .btn .icon {
          width: 60px;
    height: 60px;
      
  }
}
@media screen and (max-width: 1200px) { 
   .ctn1 .ctn-bottom .swiper-slide {
       width: 15%;
       
   } 
  .ctn1 .ctn-bottom .swiper-slide.swiper-slide-thumb-active {
      
          width: 25%;
  }      
}

@media screen and (max-width: 998px) { 
.header.indexheader .h_top .m_nav>li>a {

  color: #333333!important;
}

}


@media screen and (max-width: 768px) {
  .cont .page1 .index_banner .swiper-slide .banner-video video {

        display: none;
  }
  .index_banner .disimgydd {

    display: block;
  }

  .index_banner .disimgpc {

    display: none;
  }
.cont .page1 .index_banner .swiper-slide .text .cox_banner_p1 {

  font-size: 28px;
}
  .page6bottom .hngtmine .shghtxt {

    text-align: center;
  }
   .page6bottom .hngtmine .shghtxt2 {
 text-align: center;

   }
  #videoPopup .video-box {

    width: 94%!important;
  }

  .page6top .page6left .e_image .btn .icon {

        width: 60px;
    height: 60px;
  }
  .page2_bottom .new_list li .tu .txt .tit {

        height: 1.5em;
    max-height: 1.5em;
    -webkit-line-clamp: 1;
  }

  .page2_bottom .new_list li:nth-child(3) {

    padding: 0;
  }
  .page6bottom .development .developmentmine .deleft {}

  .page6top {

    margin-top: 12vw;
  }

  .page4 .pagegjh .gjh_box .gjh_left {

    flex: 0 0 100%;
  }

  .page4 .pagegjh .gjh_box {

    flex-wrap: wrap;
  }

  .page4 .pagegjh .gjh_box .gjh_right .tu {

    flex: 0 0 100%;
    margin-bottom: 15px;
  }

  .page4 .pagegjh .gjh_box .gjh_right {
    flex-wrap: wrap;
    flex: 0 0 100%;
    margin-top: 20px;

  }

  .page6bottom .development .developmentmine .deleft p {

  font-size: 14px;
        text-align: center;
  }

  .page6bottom .development .developmentmine .deright p {

    font-size: 16px;
    margin-bottom: 15px;
  }


.page6bottom .development .developmentmine .deleft {

      width: 32%;
}
.page6bottom .development .developmentmine .deright {

  width: 68%;
}
  .page2_bottom .new_list li {

    flex: 0 0 100%;
  }
.page2_bottom .new_list li:first {

  margin-bottom: 20px;
}
  .page2_bottom .new_list li {

    height: auto;
  }

  .page2_bottom .new_list li:nth-child(3) .tu {

    padding: 20px;
  }

  .page2_bottom .new_list li .tu .txt {

    padding: 20px;
  }

  .page2_bottom .new_list li:nth-child(2) .tu:nth-child(1) {
    margin-bottom: 15px;
  }

  .page2_bottom .new_list li:nth-child(2) {

          margin-bottom: 15px;
        margin-top: 15px;
  }

  /* .page2_bottom .new_list li:nth-child(3) .tu {

  margin-top: 15px;
} */

  .page3 .page3_top {

    flex-wrap: wrap;
  }

  .page3 .page3_top .topleft {


    flex: 0 0 100%;
  }

  .page3 .page3_top .topright {

    padding-left: 0vw;
    flex: 0 0 100%;
    margin-top: 15px;
  }

  .section02 .ctn-list ul {

    flex-wrap: wrap;
  }

  .section02 .ctn-list ul li {
    flex: 0 0 100%;
    margin-bottom: 15px;
  }
.page4 .pagegjh .gjh_box .gjh_right .tu .txt_p {

      padding: 20px 15px;
}
  .section02 .ctn-list ul li a .tu .text {

    padding: 20px;
        opacity: 1;
    left: 0;
    transition: all 0.5s 
ease 0.5s;
    -webkit-transition: all 0.5s 
ease 0.5s;
    -moz-transition: all 0.5s ease 0.5s;
    -ms-transition: all 0.5s ease 0.5s;
    z-index: 2;
  }
.section02 .ctn-list ul li a .mask .center {

  display: none;
}
  .ctn1 .ctn-bottom .swiper-slide {

    width: 100%;
  }

  .ctn1 .ctn-bottom .swiper-slide.swiper-slide-thumb-active {

    width: 100%;
  }

  .ctn1 .ctn-bottom .swiper-slide .bottomimg {

        padding: 20px 15px 100px 15px;
  }

  .page6top .page6left .e_image {

    transform: translatey(0px);
  }

  .page6top .page6left {

    flex: 0 0 100%;
  }

  .page6top .page6riht {

    flex: 0 0 100%;
    padding-left: 0vw;
    margin-top: 20px;
  }

  .page6top {

    flex-wrap: wrap;
  }

  .page6top {

    padding: 15px;
  }

  .page6top .page6riht .pistl .past1mine .p2 {

    font-size: 14px;
  }

  .page6bottom .development {

    flex-wrap: wrap;
  }

  .page6bottom .development .developmentmine {

    width: 100%;
  }

  .page6bottom .development .developmentmine .deright {

    padding: 15px;
  }

  .page6bottom .development .developmentmine .deright .eimage {
    height: 100px;
  }

  .page6bottom .development .developmentmine .deleft .e_svg {

    width: 65px;
    height: 65px;
    padding: 15px;
  }

  .page6bottom .development .developmentmine .deleft {
    padding: 15px;
  }


  .page5 .page4page5 .txtmine {

    position: unset;
    top: 20%;
    z-index: 20;
    transform: unset;
  }

  .page5 .page4page5 .txtmine .hngtmine .shghtxt {

    color: #333333;
    text-align: center;
  }

  .page5 .hngtmine .shghtxt2 {

    color: #333333;
  }

  .page5 .page4page5 .txtmine {

    display: flex;
    flex-wrap: wrap;
    padding-top: 40px;
    padding-bottom: 40px;

  }

  .page5 .page4page5 .txtmine .hngtmine {

    width: 100%;
    text-align: center;
  }

  .page5 .page4page5 .txtmine .hngta {
    margin: 0 auto;
    margin-top: 15px;
  }

  .page5 .page4page5 .txtmine .hngta {

    color: #333333;
  }
  
  .page4 .txtmine>.shghtxt2{
      display: none;
  }
  .page4 .hngtmine .shghtxt2{
    display: block;
    margin-top: 15px;
}
.page4 .txtmine {
    justify-content: space-between;
    align-items: start;
}
.page4 .hngtmine .shghtxt{
    text-align: left;
}

.section02 .ctn-list ul li a .tu {

  height: 250px;
}

.page6top .page6left .e_image .btn .icon {

  height: 50px;
  width: 50px;
}

.page2_bottom .new_list li .tu .txt p {

      margin-bottom: 5px;
}
}
<!--耗时1773992310.8814秒-->