.popB {
  font-family: "popB";
}

.popR {
  font-family: "popR";
}

.popM {
  font-family: "popM";
}
.w100 {
  width: 100%;
}

.h100 {
  height: 100%;
}

.wh100 {
  width: 100%;
  height: 100%;
}

.block {
  display: block;
}
.my-time {
  -webkit-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  -o-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  -moz-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
}

.my-time::before, .my-time::after {
  -webkit-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  -o-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  -moz-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
}

.my-times {
  -webkit-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  -o-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  -moz-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
}

.my-times::before, .my-times::after {
  -webkit-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  -o-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  -moz-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
}

.my-times * {
  -webkit-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  -o-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  -moz-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
}

.my-times *::before, .my-times *::after {
  -webkit-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  -o-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  -moz-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
}
.my-img-active {
  cursor: pointer;
}

.my-img-active.my-img-container, .my-img-active .my-img-container {
  overflow: hidden;
}

.my-img-active .my-img-target {
  -webkit-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  -o-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  -moz-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
}

.my-img-active:hover.my-img-target {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.my-img-active:hover .my-img-target {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.my-img-toggle2.my-img-target, .my-img-toggle2 .my-img-target {
  position: relative;
  display: inline-block;
}

.my-img-toggle2.my-img-target img, .my-img-toggle2 .my-img-target img {
  -webkit-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  -o-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  -moz-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
}

.my-img-toggle2.my-img-target img:nth-child(2), .my-img-toggle2 .my-img-target img:nth-child(2) {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.my-img-toggle2:not(.my-img-not).active.my-img-target img:nth-child(1), .my-img-toggle2:not(.my-img-not).active .my-img-target img:nth-child(1) {
  opacity: 0;
}

.my-img-toggle2:not(.my-img-not).active.my-img-target img:nth-child(2), .my-img-toggle2:not(.my-img-not).active .my-img-target img:nth-child(2) {
  opacity: 1;
}

.my-img-toggle {
  cursor: pointer;
}

.my-img-toggle.my-img-target, .my-img-toggle .my-img-target {
  position: relative;
  display: inline-block;
}

.my-img-toggle.my-img-target img, .my-img-toggle .my-img-target img {
  -webkit-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  -o-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  -moz-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
}

.my-img-toggle.my-img-target img:nth-child(2), .my-img-toggle.my-img-target img:nth-child(3), .my-img-toggle .my-img-target img:nth-child(2), .my-img-toggle .my-img-target img:nth-child(3) {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.my-img-toggle:not(.my-img-not):hover.my-img-target img:nth-child(1), .my-img-toggle:not(.my-img-not):hover .my-img-target img:nth-child(1), .my-img-toggle:not(.my-img-not).active.my-img-target img:nth-child(1), .my-img-toggle:not(.my-img-not).active .my-img-target img:nth-child(1) {
  opacity: 0;
}

.my-img-toggle:not(.my-img-not):hover.my-img-target img:nth-child(2), .my-img-toggle:not(.my-img-not):hover .my-img-target img:nth-child(2), .my-img-toggle:not(.my-img-not).active.my-img-target img:nth-child(2), .my-img-toggle:not(.my-img-not).active .my-img-target img:nth-child(2) {
  opacity: 1;
}
.my-toggle {
  position: relative;
}

.my-toggle > .my-toggle-item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  visibility: visible;
  pointer-events: none;
  opacity: 0;
  z-index: -9;
  -webkit-transform: translateY(15px);
  -moz-transform: translateY(15px);
  -ms-transform: translateY(15px);
  -o-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-transition: all 0.5s, z-index 1s ease-in;
  -o-transition: all 0.5s, z-index 1s ease-in;
  -moz-transition: all 0.5s, z-index 1s ease-in;
  transition: all 0.5s, z-index 1s ease-in;
}

.my-toggle > .my-toggle-item.active {
  position: relative;
  -webkit-transition: 0.5s all 0.5s, z-index 0s;
  -o-transition: 0.5s all 0.5s, z-index 0s;
  -moz-transition: 0.5s all 0.5s, z-index 0s;
  transition: 0.5s all 0.5s, z-index 0s;
  pointer-events: auto;
  opacity: 1;
  z-index: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.my-swiper-button.status1 .swiper-button {
  border-color: #d3d3d3;
}

.my-swiper-button.status1 .swiper-button::after {
  color: #d3d3d3;
}

.my-swiper-button.status1 .swiper-button:hover {
  background-color: #3366CC;
  border-color: #3366CC;
}

.my-swiper-button.status1 .swiper-button:hover::after {
  color: #fff;
}

.my-swiper-button .swiper-button {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #fff;
}

.my-swiper-button .swiper-button::after {
  font-size: 21px;
  color: #fff;
  font-weight: bold;
}

.my-swiper-button .swiper-button:hover {
  background-color: #fff;
}

.my-swiper-button .swiper-button:hover::after {
  color: #3366CC;
}

.my-swiper-pagination.swiper-pagination-horizontal {
  bottom: 0;
}

.my-swiper-pagination.swiper-pagination-horizontal .swiper-pagination-bullet {
  margin: 0 10px;
}

.my-swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.2);
}

.my-swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}

.my-swiper-pagination.status1 .swiper-pagination-bullet {
  background-color: #D9D9D9;
}

.my-swiper-pagination.status1 .swiper-pagination-bullet-active {
  background-color: #3366CC;
}
.index .index-h1 {
  opacity: 0;
  position: absolute;
  z-index: 9;
}

.index .section1 .slide-pc {
  position: relative;
}

.index .section1 .slide-h5 {
  position: relative;
  display: none;
}

.index .section1 .slide-img1-text, .index .section1 .slide-img2-text {
  position: absolute;
  top: 0;
  left: 0;
}

.index .section1 .slide-video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.index .section1 .slide-video-icon {
  width: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  display: none;
  z-index: 4;
}

.index .section1 .slide-content {
  position: absolute;
  z-index: 4;
}

.index .section1 .slide-content.status1 {
  bottom: 17.2631578947%;
  left: 0;
  right: 0;
}

.index .section1 .slide-content.status1 .box {
  max-width: 1680px;
}

.index .section1 .slide-content.status1 .slide-title {
  display: inline-block;
  color: #fff;
  -moz-text-align-last: justify;
  text-align-last: justify;
  line-height: 1.3125;
  margin-bottom: 0.16rem;
}

.index .section1 .slide-content.status1 .slide-text {
  line-height: 1.3333333333;
  color: #fff;
}

.index .section1 .slide-content.status2 {
  top: 50%;
  left: 26.0416666667%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  width: 31.25%;
}

.index .section1 .slide-content.status2 .box {
  margin: 0;
  text-align: center;
}

.index .section1 .slide-content.status2 .slide-title {
  line-height: 1.3125;
  margin-bottom: 0.3rem;
}

.index .section1 .slide-content.status2 .slide-title span {
  color: #3377FF;
}

.index .section1 .slide-content.status2 .slide-text {
  line-height: 1.3333333333;
}

.index .section1 .swipers {
  position: absolute;
  left: 0;
  right: 0;
  top: 12.4210526316%;
}

.index .section1 .swipers-container {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

.index .section1 .swipers-container .swiper {
  width: 75.8333333333%;
}

.index .section1 .swipers-container .swiper-slide {
  width: 60.5769230769%;
}

.index .section1 .swipers-container .slide-img3 {
  opacity: 0.5;
}

.index .section1 .swipers-container .swiper-slide-active .slide-img3 {
  opacity: 1;
}

.index .section1 .swipers-container .swiper-button {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  border: 1px solid #fff;
}

.index .section1 .swipers-container .swiper-button::after {
  color: #fff;
  font-size: 0.2rem;
}

.index .section1 .swipers-container .swiper-button:hover {
  background-color: #fff;
}

.index .section1 .swipers-container .swiper-button:hover::after {
  color: #3366CC;
}

.index .section1 .list {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 14%;
}

.index .section1 .item-title {
  text-align: center;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 0.05rem;
}

.index .section1 .item-text {
  line-height: 30px;
  color: #fff;
  text-align: center;
}

.index .section1 .pagination {
  position: absolute;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  bottom: 50px;
  z-index: 3;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.index .section1 .pagination-button {
  cursor: pointer;
}

.index .section1 .button-next {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.index .section1 .button-prev {
  margin-right: 30px;
}

.index .section1 .pagination-text {
  font-size: 16px;
  color: #fff;
}

.index .section1 .pagination-progress {
  width: 150px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.5);
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 10px;
}

.index .section1 .pagination-progress.open.active s {
  width: 100%;
  -webkit-transition-duration: var(--time);
  -moz-transition-duration: var(--time);
  -o-transition-duration: var(--time);
  transition-duration: var(--time);
}

.index .section1 .pagination-progress s {
  display: inline-block;
  height: 2px;
  width: 0%;
  background-color: #fff;
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}

.index .section1 .pagination-status {
  margin: 0 10px;
  cursor: pointer;
}

.index .section2 {
  position: relative;max-height: 850px; /* 固定高度 */
}

.index .section2 .title {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 10%;
  z-index: 2;
}

.index .section2 .title-text1 {
  color: #3366CC;
  line-height: 40px;
  margin-bottom: 20px;
}

.index .section2 .title-text2 {
  line-height: 40px;
}

.index .section2 .img {
  position: relative;
  text-align: center; /* 水平居中 */
  padding: 120px 0; /* 上下留白，避免贴边 */
}

.index .section2 .imgs {
  position: relative;
  max-width: 1344px; /* 限制最大宽度 */
  height: 665px; /* 固定高度 */
  margin: 0 auto; /* 容器自身水平居中 */
  overflow: hidden; /* 避免图片超出容器 */
}

.index .section2 .imgs img {
  position: static; /* 取消绝对定位，避免脱离文档流 */
  width: 100%; /* 占满容器宽度 */
  height: 100%; /* 占满容器高度 */
  object-fit: cover; /* 保持比例填充容器（避免拉伸） */
  top: 0px;
  bottom: 0px;
  left: 0;
  opacity: 0;
}

.index .section2 .imgs img:nth-child(1) {
  position: relative;
}

.index .section2 .imgs img.active {
  opacity: 1;
}

.index .section2 .item {
  position: absolute;
  width: 2px;
  height: 2px;
  cursor: pointer;
}

.index .section2 .item:nth-child(1) {
  left: 21.875%;
  top: 45.8947368421%;
}

.index .section2 .item:nth-child(2) {
  left: 41.9270833333%;
  top: 37.8947368421%;
}

.index .section2 .item:nth-child(3) {
  left: 56.8020833333%;
  top: 53.7894736842%;
}

.index .section2 .item:nth-child(4) {
  left: 68.3854166667%;
  top: 38%;
}

.index .section2 .item:nth-child(5) {
  left: 70.3645833333%;
  top: 63.0526315789%;
}

.index .section2 .item:nth-child(6) {
  left: 54.0625%;
  top: 69.2631578947%;
}

.index .section2 .item:nth-child(7) {
  left: 37.7604166667%;
  top: 66.8421052632%;
}

.index .section2 .item:nth-child(8) {
  left: 46.25%;
  top: 47.1578947368%;
}

.index .section2 .item:nth-child(9) {
  left: 20.3645833333%;
  top: 66.8421052632%;
}

.index .section2 .item.status1 .item-dot {
  color: #fff;
}

.index .section2 .item.status1 .item-dot::before {
  background-image: url(../images/7.svg);
}

.index .section2 .item-dot {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  width: 4.7857142857em;
  height: 4.7857142857em;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #B5B5B5;
}

.index .section2 .item-dot span {
  position: relative;
}

.index .section2 .item-dot::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images/8.svg) no-repeat center center/100% 100%;
}

.index .section2 .item-dot:hover::before {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.index .section2 .item-title {
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  white-space: nowrap;
  left: 2.5em;
  padding: 0 1em;
  line-height: 2.75;
  box-shadow: 0 0 0 1px #3366CC inset;
  border-radius: 50px;
  background-color: #F4F7FC;
  color: #3366CC;
  opacity: 0;
  pointer-events: none;
}



.index .section2 .more {
  position: absolute;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  bottom: 5.7894736842%;
}



.index .section2 .content2 img{width: 100%;}
@media screen and (min-width: 1051px) {
  .yd {
    display: none;
  }
  .mhead, .mnav {
    display: none;
  }

  .index .section2 .content3{display: none;}
}
@media (max-width: 1050px) {
  .header {
    display: none;
  }
  .fw_100 {
    font-weight: normal;
  }
  .page .page1 {
    display: none;
  }
  .page .page2 {
    display: block;
    line-height: 40px;
    border-radius: 5px;
    width: 140px;
  }
  .z_tanchuang .tbox .modal {
    width: 90%;
    padding: 5px;
  }
  .z_tanchuang .tbox .modal .out {
    right: 0;
    top: -50px;
  }
  /* ph nav */
  .mhead {
    display: block;
    width: 100%;
    height: 50px;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 9;
    top: 0;
    left: 0;
    background: #fff;
    border-bottom: 1px solid #eee;
  }
  .mhead .menu {
    height: 50px;
    padding-left: 35px;
    background: url(../images_die/m1.png) center no-repeat;
    -o-background-size: 30px;
       background-size: 30px;
    float: right;
    cursor: pointer;
  }
  .mhead .logo {
    display: block;
    position: absolute;
    top: 14px;
    left: 0;
    z-index: 3;
    height: 22px;
  }
  .mhead .logo img {
    display: block;
    height: 100%;
  }
  .mhead .logo2 {
    display: block;
    position: absolute;
    top: 5px;
    height: 40px;
    left: 70px;
    z-index: 3;
    padding-left: 10px;
    border-left: 1px solid #ddd;
  }
  .mhead .logo2 img {
    display: block;
    height: 100%;
  }
  .mhead .ss {
    display: block;
    width: 50px;
    height: 50px;
    float: right;
    background: url(../images_die/svg/7m.svg) center no-repeat;
    -o-background-size: 40% auto;
       background-size: 40% auto;
  }
  .mhead .hy2 {
    display: block;
    line-height: 50px;
    float: right;
    -o-background-size: 16px;
       background-size: 16px;
    width: 70px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    margin-right: 10px;
  }
  .mhead.act {
    box-shadow: 0px 1px 5px #ddd;
  }
  .mnav {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    z-index: 250;
    display: block;
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .mnav .hei {
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    cursor: pointer;
  }
  .mnav .mbox {
    width: 80%;
    height: 100%;
    overflow: auto;
    background: #fff;
    position: relative;
    z-index: 2;
    left: -100%;
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .mnav .mbox .ul1 li .ltop {
    position: relative;
    line-height: 50px;
    padding: 0 50px 0 15px;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
  }
  .mnav .mbox .ul1 li .ltop a {
    display: block;
    width: 100%;
  }
  .mnav .mbox .ul1 li .ltop span {
    display: block;
    width: 100%;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
  }
  .mnav .mbox .ul1 li .ltop span::after {
    width: 16px;
    height: 2px;
    background: #444444;
    content: "";
    position: absolute;
    right: 15px;
    top: -webkit-calc(50% - 1px);
    top: -moz-calc(50% - 1px);
    top: calc(50% - 1px);
  }
  .mnav .mbox .ul1 li .ltop span::before {
    width: 2px;
    height: 16px;
    background: #444444;
    content: "";
    position: absolute;
    right: 22px;
    top: 17px;
  }
  .mnav .mbox .ul1 li .ltop span.act::before {
    opacity: 0;
  }
  .mnav .mbox .ul1 li .lbtm {
    display: none;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
  }
  .mnav .mbox .ul1 li .lbtm a {
    display: block;
    width: 100%;
    padding: 0 15px;
    line-height: 30px;
    font-size: 12px;
    color: #666;
  }
  .mnav .mbox .ul1 .lang .ltop {
    font-weight: bold;
    background: #EEEEEE;
    height: 50px;
  }
  .mnav .mbox .ul1 .lang .yy {
    position: relative;
    width: 80px;
    line-height: 30px;
    top: 10px;
    left: 0px;
    z-index: 3;
    font-family: Arial, Helvetica, sans-serif;
  }
  .mnav .mbox .ul1 .lang .yy1 {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    padding-left: 30px;
    background: url(../images_die/svg/myy_1.svg) center left no-repeat;
    -o-background-size: 20px;
       background-size: 20px;
  }
  .mnav .mbox .ul1 .lang .yy1 s {
    display: block;
    width: 20px;
    height: 20px;
    background: url(../images_die/svg/myy_3.svg) center no-repeat;
    -moz-transform: rotate(180deg);
     -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
         transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-background-size: 14px;
       background-size: 14px;
  }
  .mnav .mbox .ul1 .lang .yy2 {
    width: 110px;
    padding: 40px 10px 10px 40px;
    background: #fff;
    border-radius: 6px;
    position: absolute;
    top: -5px;
    left: -10px;
    z-index: -1;
    box-shadow: 0px 1px 5px #ddd;
    display: none;
  }
  .mnav .mbox .ul1 .lang .yy.act .yy1 s {
    -moz-transform: rotate(0deg);
     -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
         transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    background: url(../images_die/svg/myy_3.svg) center no-repeat;
    -o-background-size: 14px;
       background-size: 14px;
  }
  .mnav .mbox .ul1 .scxz .ltop {
    position: relative;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
  }
  .mnav .mbox .ul1 .scxz .ltop .i {
    height: 14px;
    margin-right: 10px;
  }
  .mnav.act {
    left: 0;
  }
  .mnav.act .mbox {
    left: 0;
    -moz-transition-delay: 0.15s;
      -o-transition-delay: 0.15s;
         transition-delay: 0.15s;
    -webkit-transition-delay: 0.15s;
  }
  .mnav2 {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    z-index: 2000;
    display: block;
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: block;
  }
  .mnav2 .hei {
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .mnav2 .mbox {
    width: 80%;
    height: 100%;
    overflow: auto;
    background: #fff;
    position: relative;
    z-index: 2;
    left: -100%;
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .mnav2 .mbox .dl1 dd .dtop {
    position: relative;
    line-height: 50px;
    padding: 0 50px 0 15px;
    border-bottom: 1px solid #ddd;
  }
  .mnav2 .mbox .dl1 dd .dtop a {
    display: block;
    width: 100%;
  }
  .mnav2 .mbox .dl1 dd .dtop span {
    display: block;
    width: 100%;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
  }
  .mnav2 .mbox .dl1 dd .dtop span::after {
    width: 16px;
    height: 2px;
    background: #444444;
    content: "";
    position: absolute;
    right: 15px;
    top: -webkit-calc(50% - 1px);
    top: -moz-calc(50% - 1px);
    top: calc(50% - 1px);
  }
  .mnav2 .mbox .dl1 dd .dtop span::before {
    width: 2px;
    height: 16px;
    background: #444444;
    content: "";
    position: absolute;
    right: 22px;
    top: 17px;
  }
  .mnav2 .mbox .dl1 dd .dtop span.act::before {
    opacity: 0;
  }
  .mnav2 .mbox .dl1 dd .dbtm {
    display: none;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
  }
  .mnav2 .mbox .dl1 dd .dbtm a {
    display: block;
    width: 100%;
    padding: 0 15px;
    line-height: 30px;
    font-size: 12px;
    color: #666;
  }
  .mnav2.act {
    left: 0;
  }
  .mnav2.act .mbox {
    left: 0;
    -moz-transition-delay: 0.15s;
      -o-transition-delay: 0.15s;
         transition-delay: 0.15s;
    -webkit-transition-delay: 0.15s;
  }
  .wow, .wow2 {
    opacity: 1;
  }
  .banner_ny .pimg {
    display: none;
  }
  .banner_ny {
    background: #000;
  }
  .banner_ny .mimg {
    display: block;
    opacity: 0.6;
  }
  .banner_nav {
    display: none;
  }
  .ab1 {
    padding: 50px 0;
  }
  .ab1 .img {
    width: 100%;
    float: none;
  }
  .ab1 .img .img1 {
    height: auto;
  }
  .ab1 .img .img2 {
    left: auto;
    right: 0.7rem;
  }
  .ab1 .txt {
    width: 100%;
    float: none;
    margin-top: 30px;
  }
  .ab1 .txt .tc {
    padding-bottom: 20px;
  }
  .ab1 .txt .ul1 li {
    width: 50%;
    margin-top: 20px;
  }
  .ab2 {
    padding: 50px 0;
  }
  .ab2 .tt .anniu {
    display: none;
  }
  .ab2 .lunbo {
    padding: 30px 0 0;
  }
  .ab2 .abtm {
    display: none;
  }
  .swiper_ab1 {
    padding-bottom: 40px;
  }
  .swiper_ab1 .swiper-slide .sbox {
    height: auto;
  }
  .swiper_ab1 .swiper-slide .sbox .img {
    width: 100%;
    float: none;
  }
  .swiper_ab1 .swiper-slide .sbox .txt {
    width: 100%;
    float: none;
    padding: 20px 0 0;
  }
  .swiper_ab1 .swiper-slide .sbox .txt .yrar {
    display: none;
  }
  .swiper_ab1 .pagination_ab1 {
    bottom: 0;
  }
  .swiper_ab1 .pagination_ab1 span {
    opacity: 0.5;
    background: #fff;
  }
  .swiper_ab1 .pagination_ab1 .swiper-pagination-bullet-active {
    opacity: 1;
  }
  .ab3 .dl1 dd .xian {
    width: 50%;
  }
  .ab3 .dl1 dd .txt {
    right: 120%;
    top: 30%;
    width: 170%;
  }
  .ab3 .dl1 dd .txt div {
    font-size: 8px;
  }
  .ab3 .dl1 dd .txt .att {
    font-size: 12px;
  }
  .ab3 {
    padding: 50px 0 100px;
  }
  .ab4 {
    min-height: 100px;
    padding: 50px 0;
    background: #CEDEF7;
    background-position: top right !important;
  }
  .ab4 .tt {
    margin-bottom: 20px;
    text-align: left;
  }
  .ab4 .txt {
    width: 100%;
    margin: 0;
  }
  .swiper_ab3 .swiper-slide .sbox .img .stt {
    opacity: 0;
  }
  .swiper_ab3 .swiper-slide .sbox .img img:nth-child(2) {
    opacity: 1;
  }
  .swiper_ab3 .swiper-slide .sbox .txt {
    opacity: 1;
  }
  .prs1 {
    padding: 50px 0;
  }
  .prs1 .ul1 {
    display: block;
  }
  .prs1 .ul1 li {
    width: 100%;
    margin: 0 0 30px;
  }
  .prs1 .ul1 li .dl1 {
    margin-top: 0px;
  }
  .pr_li1 {
    padding: 50px 0;
  }
  .pr_li1 .plt {
    width: 100%;
    float: none;
    max-width: 1000px;
  }
  .pr_li1 .plt .aox {
    margin: 10px 0 20px;
  }
  .pr_li1 .plt .aox .a {
    padding: 20px;
    line-height: 30px;
  }
  .pr_li1 .prt {
    width: 100%;
    float: none;
  }
  .pr_li1 .prt .ptop {
    display: block;
  }
  .pr_li1 .prt.act .ptop .ptll {
    margin-bottom: 20px;
  }
  .pr_li1 .prt .ptop .ptrr {
    width: 160px;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto 10px;
  }
  .pr_li1 .prt .ul1 {
    display: block;
  }
  .pr_li1 .prt .ul1 li {
    width: 100%;
    margin: 0 0 20px;
  }
  .products .section3 .bottom .box {
    display: block;
  }
  .products .section3 .bottom {
    padding: 50px 0 30px;
  }
  .products .section3 .bottom .content {
    width: 100%;
    padding: 0;
  }
  .products .section3 .bottom .list {
    overflow: auto;
    padding: 0 0 50px;
  }
  .products .section3 .bottom .item {
    width: 200px;
    margin: 0 20px 0 0;
    min-width: 200px;
  }
  .products .section3 .bottom .close {
    top: 10px;
    right: 10px;
  }
  .products .section3 .bottom .btns {
    width: 100%;
    padding: 20px 0;
    border: 0;
    border-top: 1px solid #ddd;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .products .section3 .bottom .btn {
    width: 45%;
  }
  .pr_com1 {
    padding: 50px 0;
  }
  .pr_com1 .tt {
    margin-bottom: 20px;
  }
  .table_duibi {
    width: 100%;
    overflow: auto;
  }
  .table_duibi table {
    width: 1200px;
  }
  .besan {
    line-height: 1.6;
    margin-top: 20px;
  }
  .banner_przt {
    padding: 50px 5%;
    display: block;
  }
  .banner_przt .blt {
    width: 100%;
  }
  .banner_przt .brt {
    width: 100%;
    margin: 20px 0 0;
  }
  .banner_przt .brt .tc {
    padding-top: 0;
  }
  .fudong_nav {
    height: 50px;

  }

  .fudong_nav .nav .nox{
    flex-wrap: wrap;
  }


  .fudong_nav .nav{
    position: relative;
  }

  .fudong_nav .nav .box{width: 100%;}

  .fudong_nav .nav .nox{flex-wrap: nowrap;overflow: auto;}
  
  .fudong_nav .nav .nox a{width: 150px;min-width: 150px;}
  
  
  
  .pr_zt1 {
    padding: 50px  0;
  }
  .pr_zt1 .tt {
    margin-bottom: 20px;
  }
  .pr_zt2 .tt {
    margin-bottom: 30px;
  }

   .swiper_pr_zt2 .swiper-slide{height: auto;}
  .swiper_pr_zt2 .swiper-slide .sbox {
    display: block;
    height: 100%;
  }
  .swiper_pr_zt2 .swiper-slide .sbox .img {
    width: 100%;
    height: auto;
  }
  .swiper_pr_zt2 .swiper-slide .sbox .txt {
    width: 100%;
    padding: 20px 5%;
  }
  .pr_zt2 .mux {
  }
  .pr_zt3 .tt {
    margin-bottom: 20px;
  }
  .pr_zt3 .pox {
    display: block;
  }
  .pr_zt3 .pox .img {
    width: 100%;
  }
  .pr_zt3 .pox .txt {
    width: 100%;
    margin-top: 20px;
  }
  .pr_zt3 .pox .txt .ptt {
    font-size: 20px;
  }
  .pr_zt4 .tt {
    margin-bottom: 20px;
  }
  .swiper_pr_zt1, .swiper_pr_zt2, .swiper_pr_zt3 {
    padding-bottom: 30px;
  }
  .table_zhinan {
    width: 100%;
    overflow: auto;
  }
  .table_zhinan table {
    width: 1200px !important;
  }
  .pr_zt5 .tt {
    margin-bottom: 20px;
  }
  .pr_zt6 .dl1 {
    display: block;
  }
  .pr_zt6 .dl1 dd {
    display: block;
    width: 100%;
    padding: 30px 5%;
  }
  .pr_zt6 .dl1 dd .img {
    width: 100%;
  }
  .pr_zt6 .dl1 dd .txt {
    width: 100%;
    margin-top: 20px;
  }
  .pr_zt6 .dl1 dd .dtt {
    margin: 10px 0;
  }

  
  .pr_zt3,.pr_zt4,.pr_zt5,.pr_zt6 {
    padding: 50px 0;
  }
  .banner_prc {
    padding: 50px 0 30px;
  }
  .banner_prc .blt {
    width: 100%;
    float: none;
  }
  .swiper_prc1 .b360 {
    width: 40px;
    left: 10px;
    bottom: 10px;
  }
  .banner_prc .brt {
    width: 100%;
    float: none;
    margin-top: 20px;
  }
  .banner_prc .brt .tt2 {
    margin: 10px 0;
  }
  .banner_prc .brt .ul1 li {
    line-height: 2;
  }
  .prc1 {
    padding: 50px 0;
  }
  .prc1 .tt {
    margin-bottom: 20px;
  }
  .swiper_prc3 .swiper-slide .sbox {
    padding: 30px 5%;
  }
  .prc1 .dl1 dd {
    display: block;
  }
  .prc1 .dl1 dd .img {
    width: 100%;
  }
  .prc1 .dl1 dd .txt {
    width: 100%;
    margin-top: 20px;
  }
  .prc1 .dl1 dd .txt .dtc {
    margin-top: 5px;
  }
  .prc2 {
     padding: 50px 0;
  }
  .prc2 .tt {
    margin-bottom: 20px;
  }
  .swiper_prc4 .swiper-slide .sbox .ico {
    display: none;
  }
  .swiper_prc4 .swiper-slide .sbox {
    padding: 30px 5%;
  }
  .prc3 {
    padding: 50px 0;
  }
  .prc3 .tt {
    margin-bottom: 20px;
  }
  .prc3 .tt2 {
    margin-bottom: 20px;
  }
  .prc3 .tt3 {
    margin: 30px 0 20px;
  }
  .table_canshu2 {
    overflow: auto;
  }
  .table_canshu2 table {
    width: 1200px;
  }
  .prc4 {
     padding: 50px 0;
  }
  .prc4 .tt {
    margin: 30px 0 20px;
  }
  .table_dinghuo {
    margin-bottom: 30px;
    overflow: auto;
  }
  .table_dinghuo table tr td:nth-child(1), .table_dinghuo table tr td:nth-child(2) {
    width: 50%;
  }
  .table_dinghuo table {
    width: 100%;
  }
  .table_dinghuo {
    overflow: auto;
  }
  .prc5 {
    padding: 50px 0;
    margin-top: 50px;
  }



  .prc6 .prtox {
    display: block;
    padding: 30px 5%;
  }
  .prc6 .prtox .wz {
    width: 100%;
    line-height: 2;
    margin-bottom: 20px;
    text-align: center;
  }
  .prc6 .prtox a {
    margin: 0 auto;
    width: 160px;
    height: 50px;
  }
  .prco_gs1 {
    padding: 50px 0;
  }
  .prco_gs1 .tt {
    margin-bottom: 20px;
  }
  .prco_gs1 .dl1 dd {
    display: block;
  }
  .prco_gs1 .dl1 dd .img {
    width: 100%;
    height: auto;
  }
  .prco_gs1 .dl1 dd .txt {
    width: 100%;
    padding: 20px 5%;
  }
  .prco_gs2 .tc,.my-tc {
    margin: 10px 0 20px;
  }
  .prco_gs3 {
    padding: 30px 0;
  }
  .fudong_prcnav2 {
    display: block;
    height: auto;
  }

  .fudong_nav{z-index: 1;}
  .fudong_prcnav2 .nav {
    position: relative;
    border: 0;
  }
  .fudong_prcnav2 .nav .nox {
   
  }
  .fudong_prcnav2 .nav .nox a {
    width: 33.33%;
    border-bottom: 1px solid #ddd;
  }
  .fudong_prcnav .nav .nox a .ico {
    width: 20px;
  }

  .prco_pz1 {
    padding: 50px 0;
  }
  .prco_pz1 .dl1 {
    display: block;
  }
  .prco_pz1 .dl1 dd {
    width: 100%;
  }
  .prco_pz1 .tt {
    margin-bottom: 20px;
  }
  .prco_pz2 .tt {
    margin-bottom: 20px;
  }
  .prco_pz2 .dl1 dd {
    display: block;
  }
  .prco_pz2 .dl1 dd .img {
    width: 100%;
    height: auto;
  }
  .prco_pz2 .dl1 dd .txt {
    width: 100%;
    margin-top: 20px;
  }
  .prco_pz2 .dl1 dd .txt .dtc {
    margin: 10px 0 20px;
  }
  .table_yiye {
    margin: 30px 0;
    overflow: auto;
  }
  .table_yiye table {
    width: 1200px;
  }
  .prco_pz3 .tt {
    margin-bottom: 20px;
  }
  .swiper_prc7 .swiper-slide .sbox .txt .stc2 .p {
    margin-bottom: 0;
  }
  .prco_rj1 {
    padding: 50px 0;
  }
  .prco_rj1 .tc {
    margin-bottom: 20px;
  }
  .prco_rj1 .dl1 {
    display: block;
  }
  .prco_rj1 .dl1 dt {
    width: 100%;
  }
  .prco_rj1 .dl1 dd {
    width: 100%;
  }
  .prco_rj1 .dl1 dd .ul1 li .lbtm {
    padding-bottom: 10px;
  }
  .prco_rj1 .dl1 dd .ul1 li .ltop .wz {
    font-size: 16px;
  }
  .prco_rj1 .dl1 dd .ul1 li.act .ltop .wz {
    font-size: 18px;
  }
  .prco_yy1 {
    padding: 50px 0;
  }
  .prco_yy1 .pox {
    display: block;
  }
  .prco_yy1 .pox .img {
    width: 100%;
  }
  .prco_yy1 .pox .txt {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .prco_yy2 {
    padding: 0 0 50px;
  }
  .prco_dh1 {
    padding: 20px 0 50px;
  }

  .a_dw {
    top: -50px !important;
  }

  .a_dw2{display: none;}

  .pr_zt1 .dl1{display: none;}

  .swiper_pr_zt1{display: block;}


  .prc1 .dl2 dd ul,  .prc1 .dl2 dd ul li {
    list-style-type: none;
  }


 .prc1 .dl2 dd ul li *{font-size: 16px !important;line-height: 2 !important;}


 .index .section2 .content{display: none;}

  .index .section2 .content2{display: none;}

.index .section2  .content3{display: block;}

 .index .section2 .swiper_3m{padding: 30px 0;}

 .index .section2 .swiper_3m img{width: 100%;}

  .index .section2 .swiper_3m .pagination_3m {width: 100%;position: absolute;top:300px;left: 0;bottom: 0;display: flex;justify-content: center;}

  .index .section2 .swiper_3m .pagination_3m span{background: #fff;border: 1px solid #3366CC;opacity: 1;width: 6px;height: 6px;margin: 0 2px !important;border-radius: 6px;}

  .index .section2 .swiper_3m .pagination_3m span.swiper-pagination-bullet-active{width: 15px;background: #3366CC;}

  .index .section2 .content3 .gl{text-align: center;margin: 30px 0 10px;}

  .index .section2 .content3 .dl1{display: flex;overflow: auto;padding: 0 5% 10px;margin-top: 20px;}

  .index .section2 .content3 .dl1 dd{width: 180px;min-width: 180px;margin-right: 20px;}

  .index .section2 .content3.dl1 dd:last-child{margin-right: 0;}

  .index .section2 .content3 .dl1 dd .imgm{width: 100%;border: 1px solid #ddd;padding: 10px;border-radius: 5px;}
  .index .section2 .content3 .dl1 dd .imgm img{width: 180px;}

  .index .section2 .content3 .dl1 dd .wz{display: flex;justify-content: center;position: relative;z-index: 3;margin-top: -15px;}

  .index .section2 .content3 .dl1 dd .wz span{display: block;padding: 0 10px;line-height: 24px;border-radius: 20px;border: 1px solid #3366CC;background: #F4F7FC;color: #3366CC;}

  
  .prs1 .ul1 li .dl1{display:block;}

  .prs1 .ul1 li .dl1 dd{width:100%;}


  .prs1 .ul1 li .dl1 dd .dox{margin-top:0;}

  .fudong_nav.act{z-index:8;}

  .fudong_nav.act .nav{z-index:8;top:50px;}
  
  .fudong_nav .nav .nox{line-height:50px;}




}

.index .section3 {
  position: relative;
  height: 100%;margin-bottom:80px;
}

.index .section3 .containerew {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}


.index .section3 .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #3366CC;
}

.index .section3 .bottom {
  height: 800px;
  background-color: #3366CC;
  opacity: 0;
}

.index .section3 .bottom.active {
  opacity: 1;
}

.index .section3 .bottom-box {
  height: 100%;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
}

.index .section3 .content {
  position: absolute;
  top: 14%;
  bottom: 5%;
  left: 50px;
  right: 50px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.index .section3 .swipers {
  margin-left: 14px;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.index .section3 .swiper-slide {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.index .section3 .slide-left {
  width: 67.2588832487%;
  position: relative;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-right: 3.0456852792%;
}

.index .section3 .slide-img {
  width: 61.320754717%;
  margin: -26.4716981132% auto 0;
  transform: translate3d(0, 3%, 0);
}

.index .section3 .slide-info {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.index .section3 .slide-title {
  color: #fff;
  line-height: 60px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.index .section3 .slide-text {
  color: #fff;
  line-height: 30px;
  margin-bottom: 40px;
}

.index .section3 .my-swiper-button {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 70.3045685279%;
  top: 0;
  padding-top: 24.7461928934%;
}

.index .section3 .my-swiper-button .swiper-button {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  margin-top: 0;
}

.index .section3 .my-swiper-button .swiper-button-next {
  margin-left: 2.4px;
}

.index .section3 .list {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 30px;
}

.index .section3 .item {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  cursor: pointer;
}

.index .section3 .item:hover .item-title, .index .section3 .item.active .item-title {
  color: #fff;
}

.index .section3 .item.active .item-ul {
  pointer-events: auto;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.index .section3 .item.active .item-top {
  pointer-events: auto;
}

.index .section3 .item:last-child .item-li {
  width: 110px;
  color: #fff;
}

.index .section3 .item:last-child .item-li::before {
  display: none;
}

.index .section3 .item-top {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  pointer-events: none;
}

.index .section3 .item-ul {
  position: absolute;
  max-height: 100%;
  left: 0;
  bottom: 0;
  padding-bottom: 0.04rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0.09rem;
  border-left: 1px solid #fff;
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
  -moz-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}

.index .section3 .item-li {
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.2857142857;
  width: 16em;
  margin-bottom: 0.12rem;
}

.index .section3 .item-li::before {
  position: relative;
  content: "- ";
}

.index .section3 .item-li:hover, .index .section3 .item-li.active {
  color: #fff;
}

.index .section3 .item-title {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  color: rgba(255, 255, 255, 0.3);
  line-height: 1.3333333333;
}

.index .section3 .slide-tip {
  line-height: 1.325;
  margin-top: 0.2rem;
  color: #fff;
}

.index .section3 .slide-text2 {
  color: #fff;
  line-height: 1.4444444444;
  margin-bottom: 0.5rem;
}

.index .section3 .swiper-pagination {
  display: none;
}

@media (max-width: 1440px) {
  
  .index .section3 .content {
    left: 5%;
    right: 5%;
  }
  .index .section3 .swipers {
    margin-left: 0;
  }

}
@media (max-width: 1366px) {
  .index .section3 .item:nth-last-child(1) .item-ul, .index .section3 .item:nth-last-child(2) .item-ul {
    left: auto;
    right: 0;
    border-left: none;
    border-right: 1px solid #fff;
    padding-left: 0;
    padding-right: 0.09rem;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    text-align: right;
  }
}

@media (max-width: 1050px) {
   
  .index .section1 .swipers {
    top: 5%;
  }

}



@media (max-width: 770px) {
    

  .index .section1 .slide-pc {
    display: none;
  }
  .index .section1 .slide-h5 {
    display: block;
  }
  .index .section1 .slide-video-target {
    display: none;
  }
  .index .section1 .slide-video-icon {
    display: block;
  }
  .index .section1 .slide-img2 {
    display: block;margin-top: 50px;
  }
  .index .section1 .slide-content.status1 .slide-title {
    font-size: 30px;
  }
  .index .section1 .slide-content.status2 {
    left: 5%;
    right: 5%;
    width: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .index .section1 .item-text {
    font-size: 30px;
  }
  .index .section1 .swipers-container .swiper {
    width: 90%;
  }
  .index .section1 .swipers {
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
  .index .section1 .swiper-button-prev {
    left: 0;
  }
  .index .section1 .swiper-button-next {
    right: 0;
  }
  .index .section2 .title {
    position: relative;
    margin-top: 50px;
  }
  .index .section2 .content {
    overflow: auto;
  }
  .index .section2 .img {
    min-width: 900px;
  }
  .index .section2 .more {
    position: relative;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 50px;
  }
  .index .section2 .li {
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 5vw;
    padding-right: 5vw;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .index .section2 .li-img {
    width: 80%;
    margin: 0 auto 10px;
  }
  .index .section2 .li-info {
    width: 100%;
  }
  .index .section2 .item-dot {
    width: 50px;
    height: 50px;
  }
  .index .section3 {
    height: auto;
  }
  .index .section3 .top {
    display: none;
  }
  .index .section3 .container {
    position: relative;
    height: auto;
  }
  .index .section3 .bottom {
    height: auto;
    opacity: 1;
    padding-top: 50px;
    padding-left: 5vw;
    padding-right: 5vw;
    padding-bottom: 50px;
  }
  .index .section3 .bottom-box {
    height: auto;
  }
  .index .section3 .content {
    position: relative;
    width: 100%;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }
  .index .section3 .swiper {
    padding-bottom: 30px;
  }
  .index .section3 .swiper-slide {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .index .section3 .slide-left {
    width: 100%;
  }
  .index .section3 .slide-info {
    width: 100%;
  }
  .index .section3 .my-swiper-button {
    display: none;
  }
  .index .section3 .item-top {
    display: none;
  }
  .index .section3 .list {
    overflow: auto;
    padding-bottom: 10px;
    margin-top: 30px;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .index .section3 .item {
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
  }
  .index .section3 .item + .item {
    margin-left: 20px;
  }
  .index .section3 .swiper-pagination {
    display: block;
  }


}


/* 任务 */
.my-main img, .my-main video {
  -o-object-fit: cover;
  object-fit: cover;
}

.my-main a {
  color: inherit;
}
.fbd {
  font-weight: bold;
}
.f_16 {
  font-size: 18px;
}
.f_18 {
  font-size: 18px;
}
.f_24 {
  font-size: 24px;
}
.f_48 {
  font-size: 48px;
}
.f_72 {
  font-size: 72px;
}
.my-more, .my-more2 {
  display: inline-block;
  line-height: 50px;
  padding: 0 24.16px 0 24.16px;
  background-color: #3366CC;
  border-radius: 60px;
}

.my-more .more-text, .my-more2 .more-text {
  color: #fff;
  -webkit-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  -o-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  -moz-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
}

.my-more .more-icon, .my-more2 .more-icon {
  width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.11rem;
  -webkit-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  -o-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  -moz-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
}

.my-more.status1, .my-more2.status1 {
  box-shadow: 0 0 0 1px #fff inset;
}

.my-more:hover .more-icon {
  -webkit-transform: translate3d(25%, 0, 0);
  -moz-transform: translate3d(25%, 0, 0);
  transform: translate3d(25%, 0, 0);
}

.index .section5 {
  height: 850px;
  position: relative;
  background: linear-gradient(to right, #f5f5f5, #f5f5f5, #f5f5f5, #f5f5f5);
}

.index .section5.active {
  height: 100%;
}

.index .section5.active .top {
  pointer-events: none;
}

.index .section5.active .bg, .index .section5.active .title {
  display: none;
}

.index .section5 .containerss {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}



.index .section5 .bottom {
  height: 200%;
}

.index .section5 .bottom-container {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}



.index .section5 .bottom-box {
  width: 100%;
  height: 100%;
  max-width: 1920px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.index .section5 .info {
  width: 50%;
  padding-left: 150px;
  padding-top: 80px;
}

.index .section5 .info-title, .index .section5 .list, .index .section5 .info-text, .index .section5 .my-more {
  -webkit-animation-name: fadeOutDown;
  -moz-animation-name: fadeOutDown;
  -o-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

.index .section5 .info-title {
  line-height: 60px;color:#000;
  margin-bottom: 40px;
}

.index .section5 .img {
  width: 50%;
  position: relative;
  height: 100%;
  
}

.index .section5 .img-target {
  position: absolute;
  width: 100%;
  height: 100vh;
}

.index .section5 .list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  width: 560px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.index .section5 .item {
  width: 50%;
  margin-bottom: 3.2px;
}

.index .section5 .item-num {
  color: #3366CC;
  line-height: 1;
}

.index .section5 .item-tip {
  margin-left: 0.8px;
  display: inline-block;
  vertical-align: super;
  -webkit-transform: translate3d(0, -20%, 0);
  -moz-transform: translate3d(0, -20%, 0);
  transform: translate3d(0, -20%, 0);
}

.index .section5 .item-title {
  line-height: 60px;
}

.index .section5 .info-text {
  line-height: 30px;
  color: #666;
  width: 560px;
  margin-bottom: 20px;
}
@media (max-width: 1440px) {
  
  .index .section5 .info {
    padding-left: 5vw;
  }
  .index .section5 .info-text {
    width: 480px;
  }
}
@media (max-width: 770px) {    
  
  .index .section5 {
    height: auto;
  }
  .index .section5 .top {
    display: none;
  }
  .index .section5 .container {
    height: auto;
    position: relative;
  }
  .index .section5 .bottom {
    height: auto;
  }
  .index .section5 .my-more{
  width: 200px; /* 可省略，自适应宽度也生效 */
  margin: 0 auto; /* 上下0，左右自动平分空间 */
  display: flex;
  justify-content: center;
}
  .index .section5 .bottom-container {
    height: auto;
    position: relative;
  }
  .index .section5 .bottom-box {
    padding-top: 50px;
    height: auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .index .section5 .list {
    width: 100%;
  }
  .index .section5 .info {
    width: 100%;
    padding-top: 0;
    padding-left: 5vw;
    padding-right: 5vw;
    margin-bottom: 30px;
  }
  .index .section5 .info-title, .index .section5 .info-text, .index .section5 .list, .index .section5 .my-more {
    -webkit-animation-name: none;
    -moz-animation-name: none;
    -o-animation-name: none;
    animation-name: none;
  }
  .index .section5 .info-text {
    width: 100%;
  }
  .index .section5 .img {
    height: auto;
    width: 100%;
  }
  .index .section5 .img-target {
    height: auto;
    position: relative;
  }
  .tylx .more{
	margin: 0 auto; /* 上下0，左右自动平分空间 */
  display: flex;
  justify-content: center;
	margin-top:40px;
}

}





/* 新闻 */
.indexnews{padding:80px 0;background:#ffffff}
.indexnews .swiper-wrapper{padding:50px 0;align-items:flex-end}
.indexnewsrow{width:94%;max-width:1200px;margin:0 auto 30px}
.indexnewsrow .title{text-align:center;}
.indexnewsrow .title span{color:#333 !important;font-size:50px !important;padding-bottom:0 !important;background:transparent;text-align:center;font-weight:bold}
.indexnews .swiper-slide{background:#f5f5f5;border-radius: 10px;padding:30px;opacity:0.6}
.indexnews .swiper-slide.swiper-slide-active{opacity:1}
.indexnews .swiper-slide .img{position:relative;padding-bottom:66.6%;height:0;overflow:hidden}
.indexnews .swiper-slide .img img{width:100%;height:100%;object-fit:cover;transition:all .5s ease;left:50%!important;top:50%!important;-webkit-transform:translate(-50%,-50%)!important;-ms-transform:translate(-50%,-50%)!important;transform:translate(-50%,-50%)!important;position:absolute}
.indexnews .swiper-slide .txt{margin-top:10px;padding-top:10px}
.indexnews .swiper-slide .txt .title{font-size:20px;color:#000;display:block;font-weight:bold;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;}
.indexnews .swiper-slide .txt .summary{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:14px;margin-top:15px;line-height:25px;color:#666}
.indexnews .swiper-slide.swiper-slide-active .more{display:block;}
.news-footer {
            margin-top: 15px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding-top: 10px;
            border-top: 1px solid #ffffff;
        }
        
        .news-meta {
            display: flex;
            align-items: center;
            gap: 10px;
        }
        
        .news-date {
            font-size: 14px;
            color: #9ca3af;
        }
        
        .news-stats {
            display: flex;
            align-items: center;
            gap: 8px;
        }
        
        .news-stat {
            display: flex;
            align-items: center;
            font-size: 14px;
            color: #9ca3af;
        }
        
        .news-stat i {
            margin-right: 5px;
            font-size: 14px;
        }
        
        .news-like {
            cursor: pointer;
            transition: color 0.2s ease;
        }
        
        .news-like:hover {
            color: #ef4444;
        }
        
        .news-like.active {
            color: #ef4444;
        }
        
        .news-more {
            font-size: 14px;
            color: #3366cc;
            cursor: pointer;
            text-decoration: none;
        }
        
        .news-more:hover {
            text-decoration: underline;
        }
.bossgoo-index-news57 .news57-pagination{margin-top: 30px;text-align: center;}
.bossgoo-index-news57 .news57-pagination span{border-radius: 0;width: 20px;background-color: #666;margin: 0 2px;height: 6px;}
.bossgoo-index-news57 .news57-pagination .swiper-pagination-bullet-active{background-color: #3366CC;}

@media only screen and (max-width: 768px){

	.indexnews{padding: 30px 0;background:#f5f5f5}
	.indexnews .swiper-wrapper{align-items:flex-end}
	.indexnewsrow{width:94%;max-width:1200px;margin:0 auto 30px}
	.indexnewsrow .title{display:flex;justify-content:space-between}
	.indexnewsrow .title span{color:#333 !important;font-size: 20px !important;padding-bottom:0 !important;background:transparent;text-align:center;font-weight:bold}
	.indexnewsrow .title .more{}
	.indexnewsrow .title .more a{font-size:14px;color:#333;border:1px solid #ccc;display:inline-block;width:120px;padding:8px 20px;text-align:center}
	.indexnewsrow .title .more a:hover{color:#fff;background:#3366CC;border:1px solid #3366CC}
	.indexnews .swiper-slide{background:#fff;padding:20px;opacity:0.6}
	.indexnews .swiper-slide.swiper-slide-active{opacity:1}
	.indexnews .swiper-slide .img{position:relative;padding-bottom:66.6%;height:0;overflow:hidden}
	.indexnews .swiper-slide .img img{width:100%;height:100%;object-fit:cover;transition:all .5s ease;left:50%!important;top:50%!important;-webkit-transform:translate(-50%,-50%)!important;-ms-transform:translate(-50%,-50%)!important;transform:translate(-50%,-50%)!important;position:absolute}
	.indexnews .swiper-slide .txt{margin-top:10px;padding-top:10px}
	.indexnews .swiper-slide .txt .title{color:#000;display:block;font-weight:bold;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;}
	.indexnews .swiper-slide .txt .summary{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:14px;margin-top:15px;color:#666}
	.indexnews .swiper-slide .txt .more{display:none;}
	.indexnews .swiper-slide .txt .more a{width:100%;line-height: 40px;text-align: center;font-size: 14px;background:#3366CC;display: block;margin-top: 15px;color: #fff;}
	.indexnews .swiper-slide.swiper-slide-active .more{display:block;}

	.bossgoo-index-news57 .news57-pagination{margin-top: 30px;text-align: center;}
	.bossgoo-index-news57 .news57-pagination span{border-radius: 0;width: 20px;background-color: #666;margin: 0 2px;height: 6px;}
	.bossgoo-index-news57 .news57-pagination .swiper-pagination-bullet-active{background-color: #3366CC;}

}



.section-title {
            text-align: center;
            margin: 2rem 0;
            font-size: 2rem;
            color: #333;
			padding: 0 1rem;
        }
        .card-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 2rem;
            padding: 40px 2rem 10rem;
            max-width: 1500px; /* 限制最大宽度，确保两排布局 */
            margin: 0 auto;
        }
        .card {
            width: 100%;
            max-width: 500px;
            background-color: #fff;
            border-radius: 2rem;
            overflow: hidden;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
        }
		/* 桌面设备：一排3个 */
        @media (min-width: 992px) {
            .card {
                flex: 0 0 calc(33.333% - 2rem);
                max-width: calc(33.333% - 2rem);
            }
        }
        
       /* 移动端优化 */
        @media (max-width: 480px) {
            .title span {
                font-size: 1.8rem;
            }
            
            .card-container {
                grid-template-columns: 2fr;
                gap: 1.5rem;
                padding: 1rem;
            }
            
            .card-image {
                height: 180px;
                padding: 0.8rem;
            }
            
            .card-content {
                padding: 1.2rem;
            }
            
            .card-title {
                font-size: 1.4rem;
                margin-bottom: 0.8rem;
            }
            
            .card-description {
                -webkit-line-clamp: 5;
                margin-bottom: 1.2rem;
            }
        }
		/* 悬浮效果 */
        .card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
            background-color: #3366CC; /* 鼠标悬浮时的蓝色背景 */
            color: #fff; /* 鼠标悬浮时的白色文字 */
        }
        .card-image {
            width: 100%;
            height: 300px;
            object-fit: cover;padding: 1.5rem;
        }
        .card:hover .card-image {
            opacity: 1.9; /* 鼠标悬浮时图片轻微变亮 */
        }
        .card-content {
            padding: 1.5rem;
        }
        .card-title {
            font-size: 2rem;
            margin-bottom: 1.8rem;font-weight: bold;color: #000;
        }
        .card-description {
            margin-bottom: 1.5rem;
            line-height: 1.5;
			display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }
        .card-link {
            display: inline-block;
            color: #3366cc;
            text-decoration: none;
            font-weight: bold;
            margin-bottom: 1.5rem;
        }
        .card:hover .card-link {
            color: #fff; /* 鼠标悬浮时链接变为白色 */
        }
		.card:hover .card-title {
            color: #fff; /* 鼠标悬浮时链接变为白色 */
        }
        .card-link:hover {
            color: #e0e0e0; /* 鼠标悬浮在链接上时稍暗 */
        }
