﻿.section {
  overflow: hidden;
}

.home_header.act .mid .head_nav{
    display: none;
}
.mo_header .mid .head_nav{
    display: flex;
   /* align-items: center; */
        position: absolute;
    right: 200px;
}
.home_header p{
    margin:0 2vw;
    color:#fff;
    position:relative;
}
.home_header .head_nav p:after{
    content: "";
    position: absolute;
    z-index:2;
    bottom: -5px;
    left: 50%;
    display: inline-block;
    width: 0%;
    margin: 0 auto;
    background: #fff;
    height: 3px;
    transition: all 0.5s ease-in-out;
    transform: translateX(-50%);
}
.home_header .head_nav p:hover:after{
    width: 100%;
}
.section .mySwiper_banner .banner {
  height: 100vh;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.section .mySwiper_banner .banner > .cu{
    cursor: default;
}
.section .mySwiper_banner .banner .video {
  width: 100%;
  height: 100%;
}
.section .mySwiper_banner .banner .video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section .mySwiper_banner .banner .video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 4s linear;
  transform: scale(1.2, 1.2);
}
.section .mySwiper_banner .banner .banner_font {
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0;
  transform: translateX(-50%) translateY(0%);
  text-align: center;
  visibility: hidden;
  transition-delay: 1s;
  transition: all 0.4s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
}
.section .mySwiper_banner .banner .banner_font img {
  max-width: 100%;
}
.section .mySwiper_banner .swiper-slide-active .banner_font {
  opacity: 1;
  transform: translateX(-50%) translateY(-50%);
  visibility: visible;
}
.section .mySwiper_banner .swiper-slide-active img {
  transform: scale(1, 1) !important;
}
.section .news_banner {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 99;
  opacity: 0;
  transform: translateY(100px);
  transition-delay: 0.6s;
  transition-duration: 1s;
}
.section .news_banner .news {
  width: 44.79vw;
  padding: 0 19% 0 36px;
  height: 160px;
  display: flex;
  align-items: center;
  position: relative;
  background: #3374C9;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
}
.section .news_banner .news .close {
  position: absolute;
  right: 30px;
  top: 30px;
  cursor: pointer;
}
.section .news_banner .news .close svg {
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
}
.section .news_banner .news .close svg:hover {
  transform: rotate(180deg);
}
.section .news_banner .news .news_closeBox {
  color: #fff;
  display: flex;
  align-items: center;
  display: none;
}
.section .news_banner .news .news_closeBox .open {
  margin-left: 28px;
  display: inherit;
  cursor: pointer;
  transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
}
.section .news_banner .news .news_closeBox .open:hover{
    transform: translateX(4px);
}
.section .news_banner .news .mySwiper_newsBanner {
  width: 100%;
  overflow: hidden;
}
.section .news_banner .news .swiper-pagination {
  width: auto;
  bottom: 30px;
  right: 30px;
  left: auto;
}
.section .news_banner .news .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 0.3;
  background: #ffffff;
}
.section .news_banner .news .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.section .news_banner .news .news_list {
  display: flex;
  align-items: center;
  color: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  transition-delay: 2s;
}
.section .news_banner .news .news_list .news_date {
  padding-right: 40px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.section .news_banner .news .news_list .news_date .day {
  display: inline-block;
  font-family: "MyriadPro";
  font-weight: 700;
  line-height: normal;
}
.section .news_banner .news .news_list .news_date .day:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
}
.section .news_banner .news .news_list .news_date .year {
  margin-top: 18px;
  opacity: 0.4;
  font-family: "MyriadPro";
  line-height: normal;
  white-space: nowrap;
}
.section .news_banner .news .news_list .news_mid {
  padding-left: 40px;
  overflow: hidden;
}
.section .news_banner .news .news_list .news_mid .tit {
  max-width: 510px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.section .news_banner .news .news_list .news_mid .tit:hover {
  font-weight: 600;
}
.section .news_banner .news .news_list .news_mid .subtit {
  max-width: 510px;
  margin-top: 20px;
  opacity: 0.4;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.section .about_box {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  overflow: hidden;
}
.section .about_box .about_video {
  width: 100%;
  height: 100%;
  overflow: hidden;
  transform: translateY(100px);
  transition-duration: 1s;
}
.section .about_box .about_video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}
.section .about_box .about_r {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  transform: translateY(200px);
  transition-duration: 1s;
}
.section .about_box .about_r > img {
  height:calc(100vh - 120px);
}
.section .about_box .about_r .main {
  position: absolute;
  top: 13.88vh;
  padding-right: 13.41%;
}
.section .about_box .about_r .main > p {
  font-family: "MyriadPro";
  font-weight: normal;
  color: #a6e0ff;
  padding-left: 10.97%;
  line-height: normal;
  transform: translateX(100px);
  transition-duration: 1s;
  transition-delay: 0.6s;
}
.section .about_box .about_r .main hr {
  width: 170px;
  height: 1px;
  background: #a6e0ff;
  display: block;
  margin-top: 24px;
  margin-bottom: 64px;
  margin-left: 0;
  border: none;
  transform: translateY(40px);
  transition-duration: 1s;
  transition-delay: 0.8s;
}
.section .about_box .about_r .main .con {
  padding-left: 10.97%;
}
.section .about_box .about_r .main .con .tit {
  text-align: justifyLeft;
  color: #ffffff;
  line-height: normal;
  font-weight: 300;
  transform: translateY(100px);
  transition-duration: 1s;
  transition-delay: 0.9s;
  opacity: 0;
}
.section .about_box .about_r .main .con .subtit {
  margin-top: 10px;
  font-weight: 400;
  text-align: justifyLeft;
  color: #ffffff;
  line-height: 2;
  letter-spacing: 2.24px;
  transform: translateY(100px);
  transition-duration: 1s;
  transition-delay: 1.2s;
  opacity: 0;
}
.section .about_box .about_r .main .con .tit_con {
  font-weight: 400;
  text-align: justifyLeft;
  color: #ffffff;
  line-height: 3;
  margin-top: 62px;
  transform: translateY(100px);
  transition-duration: 1s;
  transition-delay: 1.4s;
  opacity: 0;
}
.section .about_box .about_num {
  width: 980px;
  position: absolute;
  bottom: 0;
  left: 21.87%;
  display: flex;
  align-items: flex-end;
  transform: translateX(-200px);
  opacity: 0;
  transition-duration: 1s;
  transition-delay: 1.4s;
  
  
  
}
.section .about_box .about_num .about_num_l {
  padding: 44px 0 40px 80px;
  width: calc(100% - 120px);
  background-color: #fff;
}
.section .about_box .about_num .about_num_l .swiper-pagination {
  width: auto;
    right: 240px;
    bottom: 40px;
    left: auto;
}
.section .about_box .about_num .about_num_l .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 0.12;
  background: #626971;
}
.section .about_box .about_num .about_num_l .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  width: 12px;
  height: 12px;
  background: #0284cb;
}
.section .about_box .about_num .about_num_l .mySwiper_about {

     width: 77%;
    overflow: hidden;
    margin-left: 0;
}
.section .about_box .about_num .about_num_l  .num_box{
    display: flex;
    align-items: flex-end;
}
.section .about_box .about_num .about_num_l .num_list {
  display: flex;
  align-items: center;
  background-color: #fff;
}
.section .about_box .about_num .about_num_l .num_list:nth-child(2n):after{
    content: none;
}
.section .about_box .about_num .about_num_l .num_list .num_list_num .tit {
  font-weight: 400;
  color: #777d83;
}
.section .about_box .about_num .about_num_l .num_list .num_list_num .numtit {
  font-size: 90px;
  line-height: 1;
  font-weight: 600;
  color: #50637a;
  margin-top: 20px;
}
.section .about_box .about_num .about_num_l .num_list .num_list_num .numtit span {
  font-weight: 400;
  color: #626971;
  margin-left: 10px;
}
.section .about_box .about_num .about_num_l .num_list:after{
    content: "";
    position: absolute;
    top: 50%;
    right: -60px;
  width: 1px;
  height: 40px;
  background: #dcdcdc;
}
.section .about_box .about_num .about_num_r a {
  width: 120px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(135deg, #f3a521, #d84424);
}
.section .about_box .about_num .about_num_r a svg {
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
}
.section .about_box .about_num .about_num_r a:hover svg {
  margin-left: 4px;
}
.section .industrialLayout_box {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.section .industrialLayout_box .bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.section .industrialLayout_box .bg > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section .industrialLayout_box .bg > img:not(:first-child) {
  display: none;
}
.section .industrialLayout_box .con {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
}
.section .industrialLayout_box .con .con_l {
  width: 31.25%;
  position: relative;
}
.section .industrialLayout_box .con .con_l .con_l_head {
  margin: 13.88vh 16% 0 auto;
  text-align: right;
  transform: translateX(100px);
  transition-duration: 1s;
  transition-delay: 0.6s;
  opacity: 0;
}
.section .industrialLayout_box .con .con_l .con_l_head .tit_en {
  font-family: "MyriadPro";
  font-weight: normal;
  color: #a6e0ff;
  line-height: normal;
}
.section .industrialLayout_box .con .con_l .con_l_head .tit {
  font-weight: 300;
  color: #dee4eb;
  line-height: normal;
  margin-top: 40px;
}
.section .industrialLayout_box .con .con_l .swiper-button {
  transform: translateX(100px);
  transition-duration: 1s;
  transition-delay: 1s;
  opacity: 0;
  position: absolute;
  bottom: 31.29vh;
  right: 0;
  width: 100%;
}
.section .industrialLayout_box .con .con_l .swiper-button-next,
.section .industrialLayout_box .con .con_l .swiper-button-prev {
  top: auto;
  width: 62px;
  height: 62px;
  background: rgba(43, 150, 210, 0.4);
  border-radius: 10px;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
}
.section .industrialLayout_box .con .con_l .swiper-button-next:hover,
.section .industrialLayout_box .con .con_l .swiper-button-prev:hover {
  background: #2b96d2;

}

.section .industrialLayout_box .con .con_l .swiper-button-next:after,
.section .industrialLayout_box .con .con_l .swiper-button-prev:after {
  font-size: 26px;
  color: #fff;
       transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
}
.section .industrialLayout_box .con .con_l .swiper-button-next:hover:after{
      margin-left:4px;
    
}
.section .industrialLayout_box .con .con_l .swiper-button-prev:hover:after {
      margin-right:4px;
}
.section .industrialLayout_box .con .con_l .swiper-button-prev.swiper-button-disabled,
.section .industrialLayout_box .con .con_l .swiper-button-next.swiper-button-disabled {
  background: rgba(43, 150, 210, 0.4);
  border: 2px dashed #2b96d2;
}
.section .industrialLayout_box .con .con_l .swiper-button-next {
  right: 16%;
}
.section .industrialLayout_box .con .con_l .swiper-button-prev {
  left: auto;
  right: calc(16% + 62px + 35px + 75px);
}
.section .industrialLayout_box .con .con_l .swiper-button-num{
        position: absolute;
      right: calc(16% + 62px + 20px);
      color:#fff;
}
.section .industrialLayout_box .con .con_r {
  width: calc(100% - 31.25%);
  display: flex;
  height: 100%;
}
.section .industrialLayout_box .con .con_r .mySwiper_industrialLayout {
  width: 100%;
  overflow: hidden;
}
.section .industrialLayout_box .con .con_r .list {
  width: 33.333%;
  height: 100%;
  background-color: rgba(1, 28, 63, 0.2);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 82px;
  color: #fff;
  position: relative;
  transform: translateY(200px);
  transition-duration: 1s;
  opacity: 0;
  overflow: hidden;
}

.section .industrialLayout_box .con .con_r .list .tit_box {
  position: relative;
}
.section .industrialLayout_box .con .con_r .list .tit_box:before {
  content: "";
  position: absolute;
  bottom: -34px;
  left: -82px;
  width: 2px;
  height: 240px;
  background: #11a2f1;
  background-image: url(../image/industrial_list_tit.jpg);
  z-index: 1;
     transition: all 0.6s linear;
}
.section .industrialLayout_box .con .con_r .list .tit {
  line-height: normal;
  width: 100%;
  position: relative;
  z-index: 2;
  letter-spacing: 2.4px;
}
.section .industrialLayout_box .con .con_r .list .tit_en {
  width: 100%;
  font-family: "MyriadPro";
  margin-top: 26px;
  line-height: 1.5;
  position: relative;
  z-index: 2;
}
.section .industrialLayout_box .con .con_r .list .main1,
.section .industrialLayout_box .con .con_r .list .main2 {
    width:100%;
  font-weight: 400;
  text-align: justify;
  color: #ffffff;
  line-height: 2;
  letter-spacing: 0.32px;
  margin-top: 132px;
  height: 6em;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: none;
}
.section .industrialLayout_box .con .con_r .list .icon1 {
  display: none;
  margin-bottom: 110px;
  margin-left: -12px;
}
.section .industrialLayout_box .con .con_r .list .icon2 {
  margin-top: 160px;
  margin-left: -12px;
}
.section .industrialLayout_box .con .con_r .list:nth-child(2n) {
  background-color: rgba(1, 28, 63, 0.5);
}

.section .industrialLayout_box .con .con_r .list:nth-child(2n) .main1 {
  display: none;
  margin-top: 0;
  margin-bottom: 120px;
}
.section .industrialLayout_box .con .con_r .list:nth-child(2n):before {
  top: 46.29vh;
}
.section .industrialLayout_box .con .con_r .list:nth-child(2n) .icon1 {
  display: block;
  transform: translateY(100px);
  transition-duration: 0.6s;
  transition-delay: 0.3s;
  opacity: 0;
}
.section .industrialLayout_box .con .con_r .list:nth-child(2n) .tit_box {
  transform: translateY(100px);
  transition-duration: 0.2s;
  transition-delay: 0.2s;
  opacity: 0;
}
.section .industrialLayout_box .con .con_r .list:nth-child(2n) .icon2 {
  display: none;
}
.section .industrialLayout_box .con .con_r .list:nth-child(2n-1) .icon2 {
  transform: translateY(100px);
  transition-duration: 0.6s;
  transition-delay: 0.3s;
  opacity: 0;
}
.section .industrialLayout_box .con .con_r .list:nth-child(2n-1) .tit_box {
  transform: translateY(100px);
  transition-duration: 0.6s;
  transition-delay: 0.4s;
  opacity: 0;
}
.section .industrialLayout_box .con .con_r .list:last-child {
  background: none;
}
.section .industrialLayout_box .con .con_r .list:hover{
 
  padding: 0 60px;
}

.section .industrialLayout_box .con .con_r .list:hover .tit_box:before {
  left: -82px;
  width: 160px;
  background-repeat: no-repeat;
  background-size: cover;
}
.section .industrialLayout_box .con .con_r .list:hover .tit_box .tit {
  font-size: 28px;
  letter-spacing: 2.8px;
}
.section .industrialLayout_box .con .con_r .list:hover .tit_box .tit_en {
  font-size: 30px;
}
.section .industrialLayout_box .con .con_r .list:hover .icon1 {
  margin-bottom: 80px;
}
.section .industrialLayout_box .con .con_r .list:hover .icon2 {
  margin-top: 130px;
}
.section .industrialLayout_box .con .swiper-slide:hover {
  background-color: rgba(3, 22, 47, 0.4);
}

.section .industrialLayout_box .con .swiper-slide:nth-child(2n-1):hover .main2 {
  display: block;
}
.section .industrialLayout_box .con .swiper-slide:nth-child(2n):hover .main1 {
  display: block;
}
.section .Industrial156_box {
  width: 100%;
  height: 100%;
  overflow: hidden;
    position: relative;
}
.section .Industrial156_box video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section .Industrial156_box .videoLogo{
      position: absolute;
      top: 24%;
      left: 50%;
      transform: translateX(-50%) ;
       animation: moveUpDown 4s ease-in-out infinite; 
}
 @keyframes moveUpDown {  
    0% {  
      transform:translateX(-50%) translateY(0);  
    }  
    50% {  
      transform:translateX(-50%) translateY(-20px);  
    }  
    100% {  
      transform:translateX(-50%) translateY(0);  
    }  
  }  
.section .Industrial156_box .swiper_l{
    position: absolute;
    left: 10%;
    top: 50%;
    z-index: 9;
    transform: translateY(-50%);
}
.section .Industrial156_box .swiper_l > div{
    text-align: center;
    opacity: 0.4;
    
     transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    margin:2vw 0;
}
.section .Industrial156_box .swiper_l > div:hover{
    opacity: 1;
}
.section .Industrial156_box .swiper_l > .act{
    opacity: 1;
}


.section .Industrial156_box .swiper_l  p{
    color: #3076d5;
    margin-top: 12px;
}
.section .Industrial156_box .Industrial156_list {
  position: relative;
}
.section .Industrial156_box .Industrial156_list .pop_box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.section .Industrial156_box .Industrial156_list .pop_box .list {
  width: 14px;
  height: 14px;
  background-color: #2f77d5;
  border-radius: 100%;
  position: absolute;
  transform: translateY(50px);
  transition-duration: 0.5s;
  opacity: 0;
}
.section .Industrial156_box .Industrial156_list .pop_box .list:hover {
  z-index: 2;
}
.section .Industrial156_box .Industrial156_list .pop_box .list::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  width: 20px;
  background: #2f77d5;
  height: 20px;
  border-radius: 100%;
  transform: translateX(-50%) translateY(-50%) scale(1.5);
  animation: myfirst 4s linear 0s infinite;
}

.section .Industrial156_box .Industrial156_list_1 .pop_box .list:nth-child(1) {
       top: 42vh;
 right: 20%;
}

.section .Industrial156_box .Industrial156_list_1 .pop_box .list:nth-child(2) {
    top: 78vh;
    right: 39vw;

}
.section .Industrial156_box .Industrial156_list_1 .pop_box .list:nth-child(3) {
     top: 78vh;
    right: 61vw;
}
.section .Industrial156_box .Industrial156_list_1 .pop_box .list:nth-child(4) {
        top: 55vh;
    right: 77.2vw;
}
.section .Industrial156_box .Industrial156_list_1 .pop_box .list:nth-child(5) {
        top: 28vh;
    right: auto;
    left: 33vw;
}
.section .Industrial156_box .Industrial156_list_1 .pop_box .list:nth-child(6) {
  top: 28.14vh;
    right: 33.33vw;
    left: auto;
}
.section .Industrial156_box .Industrial156_list_1 .pop_box .list:nth-child(7) {
  right: 22vw;
    top: 53vh;
}
.section .Industrial156_box .Industrial156_list_1 .pop_box .list:nth-child(8) {
  top: 40vh;
    left: 34vw;
}
.section .Industrial156_box .Industrial156_list_1 .pop_box .list:nth-child(9) {
    top: 40vh;
    right: 34vw;
}
   



.section .Industrial156_box .Industrial156_list_6 .pop_box .list:nth-child(1) .pop_bottom > p::before{
    left:18%;
}
.section .Industrial156_box .Industrial156_list_6 .pop_box .list:nth-child(2) .pop_bottom > p::before{
       left: auto;
    right: 9%;
}

.section .Industrial156_box .Industrial156_list_6 .pop_box .list:nth-child(3) .pop_bottom > p::before{
       left: auto;
    right: 9%;
}

.section .Industrial156_box .Industrial156_list_6 .pop_box .list:nth-child(4) .pop_bottom > p{
    margin-top: 0;
        margin-bottom: 36px;
}
.section .Industrial156_box .Industrial156_list_6 .pop_box .list:nth-child(4) .pop_bottom > p::before{
        border-color: #2f77d5 transparent transparent transparent;
    top: auto;
    bottom: -29px;
    left: auto;
    right: 41%;
}
.section .Industrial156_box .Industrial156_list_6 .pop_box .list:nth-child(5) .pop_bottom > p::before{
border-color: #2f77d5 transparent transparent transparent;
    top: auto;
    bottom: -29px;
    left: auto;
    right: 9%;
}
.section .Industrial156_box .Industrial156_list_6 .pop_box .list:nth-child(6) .pop_bottom > p{
    margin-top: 36px;
       margin-bottom: 36px;
}

.section .Industrial156_box .Industrial156_list_6 .pop_box .list:nth-child(5) .pop_bottom{
       top: auto;
    left: auto;
    bottom: 0;
    right: -49px;
    
}
.section .Industrial156_box .Industrial156_list_6 .pop_box .list:nth-child(5) .pop_bottom > p{
      margin-top: 36px;
       margin-bottom: 36px;
    
}
.section .Industrial156_box .Industrial156_list .pop_box .list:nth-child(2) > img {
  right: auto;
  bottom: auto;
  left: 80px;
}
.section .Industrial156_box .Industrial156_list .pop_box .list:nth-child(2) .pop_bottom {
  top: 0;
  left: auto;
  right: -50px;
}

.section .Industrial156_box .Industrial156_list .pop_box .list:nth-child(2) .pop_bottom .pop_con {
  left: auto;
  right: 0;
}

.section .Industrial156_box .Industrial156_list .pop_box .list:nth-child(3) > img {
  right: auto;
  bottom: auto;
  left: 80px;
}
.section .Industrial156_box .Industrial156_list .pop_box .list:nth-child(3) .pop_bottom {
  top: 0;
  left: auto;
  right: -57px;
}

/*设置箭头的样式*/
.section .Industrial156_box .Industrial156_list .pop_box .list .pop_bottom > p::before {
content: "";
position: absolute;
top: -5px;
left: 50%;
border-width: 5px;
border-style: solid;
border-color: transparent transparent #2f77d5 transparent;
transform: translateX(-50%);
}
/*设置箭头的位置*/
.section .Industrial156_box .Industrial156_list .pop_box .list .pop_bottom > p::before {
    top: -29px;
    /* bottom: calc(100% + 15px); */
    left: 21%;
    /* bottom: -5px; */
    border-width: 15px;
    border-style: solid;
    border-color: transparent transparent #2f77d5 transparent;
}
.section .Industrial156_box .Industrial156_list .pop_box .list:nth-child(3) .pop_bottom .pop_con {
  left: auto;
  right: 0;
}
.Industrial156_box .Industrial156_list .pop_box .list:nth-child(4) {
  top: 55.55%;
  right: 77%;
}
.section .Industrial156_box .Industrial156_list .pop_box .list:nth-child(4) > img {
  right: auto;
  bottom: auto;
  left: 20px;
}
.section .Industrial156_box .Industrial156_list .pop_box .list:nth-child(4) .pop_bottom {
  top: auto;
  bottom: 0;
  right: -53px;
  left: auto;
}

.section .Industrial156_box .Industrial156_list .pop_box .list:nth-child(5) {
  top: 30.14%;
  right: auto;
  left: 33.33%;
}
.section .Industrial156_box .Industrial156_list_6 .pop_box .list:nth-child(5) > img {
    bottom: 50%;
    transform: translateY(50%);
    right: auto;
    left: 60px;
}
.section .Industrial156_box .Industrial156_list_5 .pop_box .list:nth-child(5) .pop_bottom {
  top: auto;
  bottom:0;
  left: -46px;
}

.section .Industrial156_box .Industrial156_list_5 .pop_box .list:nth-child(5) .pop_bottom .pop_con {
  bottom: auto;
  top: 0;
}

.section .Industrial156_box .Industrial156_list_5 .pop_box .list:nth-child(6) {
     top: 19.14%;
    right: 29.33%;
  left: auto;
}
.section .Industrial156_box .Industrial156_list_5 .pop_box .list:nth-child(6) > img {
  bottom: 50%;
  transform: translateY(50%);
}

.section .Industrial156_box .Industrial156_list_5 .pop_box .list:nth-child(6) .pop_bottom > p{
    margin-top: 36px;
       margin-bottom: 36px;
}
.section .Industrial156_box .Industrial156_list_5 .pop_box .list:nth-child(6) .pop_bottom > p::before{
    
        border-color: #2f77d5 transparent transparent transparent;
    top: auto;
    bottom: -29px;
     left: 19%;
}


.section .Industrial156_box .Industrial156_list_5 .pop_box .list:nth-child(6) .pop_bottom {
  top: auto;
  left: -50px;
  bottom: 0;
}

.section .Industrial156_box .Industrial156_list_5 .pop_box .list:nth-child(6) .pop_bottom .pop_con {
  bottom: auto;
  top: 0;
}
.section .Industrial156_box .Industrial156_list .pop_box .list .pop_bottom {
  position: absolute;
  top: 0;
  left: -49px;
}
.section .Industrial156_box .Industrial156_list .pop_box .list .pop_bottom > p {
  width: max-content;
  margin-top: 36px;
  border-radius: 10px;
  padding: 18px 46px 18px 46px;
  color: #fff;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition-duration: 0.1s;
  cursor: pointer;
  position: relative;
  background: #2f77d5;
}
.section .Industrial156_box .Industrial156_list .pop_box .list .pop_bottom .pop_con {
  position: absolute;
  bottom: 0;
  width: max-content;
  left: 0;
  z-index: 2;
  margin-top: 20px;
  border-radius: 30px;
  width: 100%;
  height: 0px;
  overflow: hidden;
  background-color: #fff;
  background-image: url(../image/Industrial156_list_pop.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  transition-duration: 0.5s;
  opacity: 0;
  cursor: pointer;
}
.Industrial156_box .Industrial156_list_5 .pop_box .list:nth-child(4) .pop_bottom .pop_con{
    bottom:auto;
    top:0;
    
}
.section .Industrial156_box .Industrial156_list .pop_box .list .pop_bottom .pop_con .num {
  position: absolute;
  right: 0;
  top: -15px;
  font-size: 120px;
  color: #2f77d5;
  opacity: 0.2;
  z-index: 0;
  line-height: 1;
  font-weight: 600;
  font-style: italic;
}
.section .Industrial156_box .Industrial156_list .pop_box .list .pop_bottom .pop_con .con {
  padding: 70px 38px;
}
.section .Industrial156_box .Industrial156_list .pop_box .list .pop_bottom .pop_con .con .tit {
  color: #4d4d4d;
  line-height: 1.8;
  font-weight: 600;
}
.section .Industrial156_box .Industrial156_list .pop_box .list .pop_bottom .pop_con .con hr {
  width: 40px;
  height: 2px;
  background-color: #2f77d5;
  margin: 10px 0 30px 0;
  padding: 0;
  border: none;
}
.section .Industrial156_box .Industrial156_list .pop_box .list .pop_bottom .pop_con .con .main {
  line-height: 2;
  color: #7d7d7d;
}
.section .Industrial156_box .Industrial156_list .pop_box .list .pop_bottom:hover > p {
  opacity: 0;
}
.section .Industrial156_box .Industrial156_list .pop_box .list .pop_bottom:hover .pop_con {
  width: 360px;
  height: 460px;
  opacity: 1;
}
.section .Industrial156_box .Industrial156_list .pop_box .list > img {
  position: absolute;
  right: 60px;
  bottom: 0;
}
.section .Industrial156_box .Industrial156_list_5 .pop_box .list:nth-child(1) {
  top: 50%;
  right: 30%;
}
.section .Industrial156_box .Industrial156_list_5 .pop_box .list:nth-child(1) > img {
  right: auto;
  left: 40px;
}
.section .Industrial156_box .Industrial156_list_5 .pop_box .list:nth-child(2) {
    top: 66%;
    right: 45.06%;
}
.section .Industrial156_box .Industrial156_list_5 .pop_box .list:nth-child(2) > img {
  right: auto;
  bottom: 50%;
  transform: translateY(50%);
  left: 60px;
}
.section .Industrial156_box .Industrial156_list_5 .pop_box .list:nth-child(2) .pop_bottom p::before{
      left: auto;
    right:12%;
}
.section .Industrial156_box .Industrial156_list_5 .pop_box .list:nth-child(3) .pop_bottom p::before{
    left: auto;
    right: 6%;
    
}
.section .Industrial156_box .Industrial156_list_5 .pop_box .list:nth-child(4) .pop_bottom > p::before{
        left: auto;
    right: 6%;
    
}
.section .Industrial156_box .Industrial156_list_5 .pop_box .list:nth-child(4) .pop_bottom p::before {
    left: auto;
    right:6%;
    bottom: -29px;
    top: auto;
    border-color: #2f77d5 transparent transparent transparent;
}
.section .Industrial156_box .Industrial156_list_5 .pop_box .list:nth-child(4) .pop_bottom {
       top: auto;
    left: auto;
    right: -35px;
    bottom: 0;
}
 .section .Industrial156_box .Industrial156_list_5 .pop_box .list:nth-child(4) .pop_bottom > p {
    margin-top: 0;
    margin-bottom: 36px;
}
.section .Industrial156_box .Industrial156_list_5 .pop_box .list:nth-child(5) .pop_bottom > p{
    margin-top: 0;
    margin-bottom: 36px;
}

.section .Industrial156_box .Industrial156_list_5 .pop_box .list:nth-child(5) .pop_bottom p::before{
      left: 18%;
 
    bottom: -29px;
    top: auto;
    border-color: #2f77d5 transparent transparent transparent;
    
}

.section .Industrial156_box .Industrial156_list_5 .pop_box .list:nth-child(2) .pop_bottom .pop_con {
  left: auto;
  right: 0;
}
.section .Industrial156_box .Industrial156_list_5 .pop_box .list:nth-child(3) {
    top: 62%;
    right: 63.06%;
}
.section .Industrial156_box .Industrial156_list_5 .pop_box .list:nth-child(3) > img {
  right: 45px;
  bottom: 0;
  left: auto;
}
.section .Industrial156_box .Industrial156_list_5 .pop_box .list:nth-child(3) .pop_bottom {
  top: 0;
  left: auto;
  right: -36px;
}

.section .Industrial156_box .Industrial156_list_5 .pop_box .list:nth-child(3) .pop_bottom .pop_con {
  left: auto;
  right: 0;
}
.Industrial156_box .Industrial156_list_5 .pop_box .list:nth-child(4) {
       top: 43%;
    right: auto;
    left: 32.5%;
}
.section .Industrial156_box .Industrial156_list_5 .pop_box .list:nth-child(4) > img {
    right: auto;
    bottom: 100%;
    left: 52px;
    margin-bottom: 80px;
}

.section .Industrial156_box .Industrial156_list_5 .pop_box .list:nth-child(5) {
    top: 38%;
    right: 38.3%;
  left: auto;
}
.section .Industrial156_box .Industrial156_list_5 .pop_box .list:nth-child(5) > img {
  bottom: 100%;
  margin-bottom: 80px;
  transform: none;
}

.section .Industrial156_box .Industrial156_list_1 .video_pop {
  position: absolute;
  left: 50%;
  top: 58%;
  z-index: 2;
  width: 46.87vw;
  max-width: 900px;
  padding: 24px 0;
  background-image: url(../image/page4_videoPop_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 40px;
  overflow: hidden;
  color: #fff;
  transform: translateX(-50%) translateY(100px);
  transition-duration: 1s;
  opacity: 0;
}
.section .Industrial156_box .Industrial156_list_1 h1 {
  font-weight: 400;
  line-height: normal;
  text-align: center;
}
.section .Industrial156_box .Industrial156_list_1 p {
  text-align: center;
  margin-top: 16px;
}
.section .Industrial156_box .mySwiper_Industrial156 {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.section .Industrial156_box .mySwiper_Industrial156 .swiper-slide-active .list {
  transform: translateY(0px);
  opacity: 1;
}
.section .Industrial156_box .mySwiper_Industrial156 .swiper-slide-active .video_pop {
  transform: translateX(-50%) translateY(0);
  opacity: 1;
}
.section .Industrial156_list_6 .pop_box .list:nth-child(1) {
      top: 50%;
    right: 22%;
}
.section .Industrial156_list_6 .pop_box .list:nth-child(2) {
    top: 72%;
    right: 34.06%;
}
.section .Industrial156_list_6 .pop_box .list:nth-child(3) {
    top: 73.5%;
    right: 62.06%;
}
.section .Industrial156_list_6 .pop_box .list:nth-child(4) {
     top: 55.55%;
    right: auto;
    left: 27.5%;
}
.section .Industrial156_box .Industrial156_list_6 .pop_box .list:nth-child(6) .pop_bottom .pop_con,
.section .Industrial156_box .Industrial156_list_6 .pop_box .list:nth-child(5) .pop_bottom .pop_con,
.section .Industrial156_box .Industrial156_list_6 .pop_box .list:nth-child(4) .pop_bottom .pop_con{
     top: 0;
    bottom: auto;
    
}
.section .Industrial156_box .Industrial156_list_6 .pop_box .list:nth-child(4) .pop_bottom{
       
        right: -160px;
}
.section .Industrial156_list_6 .pop_box .list:nth-child(5) {
  top: 30.5%;
  right: 63.06%;
}
.section .Industrial156_list_6 .pop_box .list:nth-child(6) {
  top: 28.5%;
  right: 37.06%;
}
.section .Industrial156_list_6 .pop_box .list:nth-child(7) {
  top: 48%;
  right: 30.1%;
}
.section .Industrial156_list_6 .pop_box .list:nth-child(8) {
  top: 43%;
  right: 67.06%;
}
.section .Industrial156_list_6 .pop_box .list:nth-child(9) {
  top: 36.5%;
  right: 41.06%;
}
.section .development_box {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
}
.section .development_box .list {
  flex: 1;
  position: relative;
  cursor: pointer;
  height: 100%;
  overflow: hidden;
  transform: translateY(200px);
  transition-duration: 1s;
  opacity: 0;
}
.section .development_box .list > div:first-child {
  position: relative;
  height: 100%;
}
.section .development_box .list > div:first-child > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section .development_box .list > div:first-child .list_bottom {
  position: absolute;
  left: 60px;
  bottom: 100px;
  display: flex;
  align-items: center;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
}
.section .development_box .list > div:first-child .list_bottom .list_bottom_r {
  padding-left: 30px;
}
.section .development_box .list > div:first-child .list_bottom .list_bottom_r p:first-child {
  font-weight: 300;
  color: #ffffff;
  letter-spacing: 2.4px;
}
.section .development_box .list > div:first-child .list_bottom .list_bottom_r p:last-child {
  opacity: 0.3;
  font-weight: normal;
  font-family: "MyriadPro";
  color: #ffffff;
}
.section .development_box .list .list_pop {
  transform: translateY(100px);
  transition-duration: 0.4s;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  background: rgba(2, 132, 203, 0.85);
  text-align: center;
}
.section .development_box .list .list_pop .tit_en {
  color: #a6e0ff;
  font-weight: 300;
  font-family: "MyriadPro";
  margin-top: 68px;
  margin-bottom: 24px;
}
.section .development_box .list .list_pop .tit {
  font-weight: 300;
  color: #dee4eb;
}
.section .development_box .list .list_pop img {
  width: 33%;
  margin: 176px auto 56px auto;
}
.section .development_box .list .list_pop .list_tit {
  letter-spacing: 3.6px;
  color: #fff;
}
.section .development_box .list .list_pop .list_tit_en {
  color: #fff;
  opacity: 0.3;
  font-family: "MyriadPro";
  margin-top: 14px;
}
.section .development_box .list:hover .list_pop {
  visibility: initial;
  opacity: 1;
  transform: translateX(-50%) translateY(-50%);
}
.section .development_box .list:hover .list_bottom {
  visibility: hidden;
  opacity: 0;
}
.section .news_box {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.section .news_box > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section .news_box .con {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
}
.section .news_box .con .con_l {
  width: 31.25%;
  position: relative;
}
.section .news_box .con .con_l .con_l_head {
  margin: 14.81vh 16% 0 auto;
  text-align: right;
}
.section .news_box .con .con_l .con_l_head .tit_en {
  font-family: "MyriadPro";
  font-weight: normal;
  color: #0284cb;
  line-height: 1;
  letter-spacing: 4px;
}
.section .news_box .con .con_l .con_l_head .tit {
  font-weight: 300;
  color: #4f5256;
  line-height: normal;
  margin-top: 20px;
}

.section .news_box .con .con_l .show_news{
    display: none;
}
.section .news_box .con .con_l .swiper-button {

     position: absolute;
  bottom: 31.29vh;
  right: 0;
  width: 100%;
}
.section .news_box .con .con_l .swiper-button-next,
.section .news_box .con .con_l .swiper-button-prev {
  top: auto;
  width: 62px;
  height: 62px;
  background: rgba(43, 150, 210, 0.4);
  border-radius: 10px;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
}
.section .news_box .con .con_l .swiper-button-next:hover,
.section .news_box .con .con_l .swiper-button-prev:hover {
  background: #2b96d2;
}
.section .news_box .con .con_l .swiper-button-next:after,
.section .news_box .con .con_l .swiper-button-prev:after {
  font-size: 26px;
  color: #fff;
  
     transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
}
.section .news_box .con .con_l .swiper-button-next:hover:after{
    margin-left: 4px;
}
.section .news_box .con .con_l .swiper-button-prev:hover:after{
    margin-right: 4px;
    
}
.section .news_box .con .con_l .swiper-button-prev.swiper-button-disabled,
.section .news_box .con .con_l .swiper-button-next.swiper-button-disabled {
  background: rgba(43, 150, 210, 0.4);
  border: 2px dashed #2b96d2;
}
.section .news_box .con .con_l .swiper-button-next {
  right: 16%;
}
.section .news_box .con .con_l .swiper-button-prev {
  left: auto;
  right: calc(16% + 62px + 35px);
}
.section .news_box .con .con_r {
  width: calc(100% - 31.25%);
}
.section .news_box .con .con_r .nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 14.81vh;
  margin-left: auto;
  margin-right: 12.5vw;
}
.section .news_box .con .con_r .nav > div {
  padding: 0 30px;
  border-right: 1px solid #757a7f;
  position: relative;
  color: #757a7f;
  cursor: pointer;
}
.section .news_box .con .con_r .nav > div::after {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 0;
  width: 0%;
  height: 2px;
  background: #0284cb;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
}
.section .news_box .con .con_r .nav > div:hover::after {
  width: 100%;
}
.section .news_box .con .con_r .nav > div:last-child {
  border-right: none;
}
.section .news_box .con .con_r .nav .act::after {
  width: 100%;
}
.section .news_box .con .con_r .mySwiper_news {
  margin-top: 80px;
  width: calc(100% + 124px);
  margin-left: auto;
  overflow: hidden;
  display: none;
}
.section .news_box .con .con_r .mySwiper_news1{
    display: block;
}
.section .news_box .con .con_r .mySwiper_news .list {

  padding: 50px 40px 56px 40px;
 
}
.section .news_box .con .con_r .mySwiper_news .list > .image {
  width: 100%;
  height: 300px;
  display: block;

}
.section .news_box .con .con_r .mySwiper_news .list > .image img{
    width: 100%;
    height: 100%;
      object-fit: cover;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
}
.section .news_box .con .con_r .mySwiper_news .list > .image:hover img{
  transform: scale(1.05);
}
.section .news_box .con .con_r .mySwiper_news .list .tit {
  font-weight: 400;
  text-align: justifyLeft;
  color: #4f5256;
  line-height: 1.5;
  height:3em;
  margin: 40px 0 24px 0;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
}
.section .news_box .con .con_r .mySwiper_news .list .tit:hover {
  color: #2b96d2;
}
.section .news_box .con .con_r .mySwiper_news .list .main {
  font-weight: 400;
  text-align: justifyLeft;
  color: #90959a;
  line-height: 2;
  height:4em;
  margin-bottom: 64px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.section .news_box .con .con_r .mySwiper_news .list .time .day {
  font-weight: 700;
  color: #0284cb;
  line-height: normal;
}
.section .news_box .con .con_r .mySwiper_news .list .time hr {
  width: 20px;
  height: 2px;
  background: #0284cb;
  padding: 0;
  border: none;
  margin: 0 0 12px 0;
}
.section .news_box .con .con_r .mySwiper_news .list .time .year {
  font-weight: 400;
  text-align: justifyLeft;
  color: #757a7f;
  letter-spacing: 3px;
}
.section .news_banner .news.newsClose {
  width: 160px;
  padding-right: 0;
}
.section .news_banner .news.newsClose .close {
  visibility: hidden;
}
.section .news_banner .news.newsClose .swiper-pagination {
  visibility: hidden;
}
.section .news_banner .news.newsClose .mySwiper_newsBanner {
  display: none;
}
.section .news_banner .news.newsClose .news_closeBox {
  display: flex;
}
.section .news_banner .news.newsClose .news_mid {
  display: none;
}


.fp-watermark {
  display: none;
}
.fp-overflow {
  height: 100%;
}
.fp-section {
  height: 100%;
}
/* .fp-section:last-child {
  height: auto !important;
} */
#fullpage > .active .news_banner {
  transform: translateY(0);
  opacity: 1;
}
#fullpage > .active .about_r {
  transform: translateY(0px);
}
#fullpage > .active .about_video {
  transform: translateY(0px);
}
#fullpage > .active .about_box .about_r .main > p {
  transform: translateX(0px);
}
#fullpage > .active .about_box .about_r .main hr {
  transform: translateY(0px);
}
#fullpage > .active .about_box .about_num {
  transform: translateX(0px);
  opacity: 1;
}
#fullpage > .active .about_box .about_r .main .con .tit_con,
#fullpage > .active .about_box .about_r .main .con .subtit,
#fullpage > .active .about_box .about_r .main .con .tit {
  transform: translateY(0px);
  opacity: 1;
}
#fullpage > .active .industrialLayout_box .con .con_r .list {
  transform: translateY(0px);
  opacity: 1;
}
#fullpage > .active .industrialLayout_box .con .con_r .list > .footer{
       position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 60px;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
}
#fullpage > .active .industrialLayout_box .con .con_r .list > .footer img{
 width: 100%;
height: 100px;
 object-fit: cover;
}
#fullpage > .active .industrialLayout_box .con .con_r .list:hover > .footer{
 width: 100%;
}

#fullpage > .active .industrialLayout_box .con .con_r .list > a{
    color: #fff;
    transition:none;
}
#fullpage > .active .industrialLayout_box .con .con_r .list:nth-child(2n) .icon1 {
  transform: translateY(0px);
  opacity: 1;
}
#fullpage > .active .industrialLayout_box .con .con_r .list:nth-child(2n) .tit_box {
  transform: translateY(0px);
  opacity: 1;
}
#fullpage > .active .industrialLayout_box .con .con_r .list:nth-child(2n-1) .tit_box {
  transform: translateY(0px);
  opacity: 1;
}
#fullpage > .active .industrialLayout_box .con .con_r .list:nth-child(2n-1) .icon2 {
  transform: translateY(0px);
  opacity: 1;
}
#fullpage > .active .industrialLayout_box .con_l_head {
  transform: translateX(0px);
  opacity: 1;
}
#fullpage > .active .industrialLayout_box .swiper-button {
  transform: translateX(0px);
  opacity: 1;
}


#fullpage > .active .development_box .list {
  transform: translateY(0px);
  opacity: 1;
}
#fullpage > .active .Industrial156_box .swiper-slide-active .list {
  transform: translateY(0px);
  opacity: 1;
}
#fullpage > .active .Industrial156_box .swiper-slide-active .video_pop {
  transform: translateX(-50%) translateY(0);
  opacity: 1;
}
@keyframes myfirst {
  0% {
    transform: translateX(-50%) translateY(-50%) scale(1);
    opacity: 0;
  }
  50% {
    transform: translateX(-50%) translateY(-50%) scale(1.5);
    opacity: 0.2;
  }
  90% {
    transform: translateX(-50%) translateY(-50%) scale(2);
    opacity: 0.1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) scale(2.1);
    opacity: 0;
  }
}
.toTop{
      position: fixed;
      bottom: 10%;
      right: 20px;
      z-index: 9;
      width: 50px;
      height: 50px;
      background: #3374C9;
      /* border-radius: 10px; */
      text-align: center;
      line-height: 50px;
      cursor: pointer;
      border-radius: 50%;
}

.toTop > img{
        vertical-align: middle;
          transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
}
.toTop:hover img{
transform: translateY(-2px);
}
@media only screen and (max-width: 1600px) {
  .about_box .about_r .main hr {
    margin-top: 18px !important;
    margin-bottom: 32px !important;
  }
.toTop{
      width:60px;
      height: 60px;
      line-height: 60px;
         right: 10%;
  }.toTop > img{
          width: 20px;
  }
  .section .about_box .about_r .main .con .tit_con{
      line-height: 2;
      margin-top: 24px !important;
      
  }
  .section .about_box .about_r .main{
      top: 12vh;
  }
  .section .news_box .con .con_r .mySwiper_news .list > .image{
     height: 183px;
  }
 .section .industrialLayout_box .con .con_r .list:hover .tit_box .tit {
    font-size: 24px;
}
  .about_box .about_r .main .con .tit_con {
    margin-top: 40px !important;
  }
  .about_box .about_r > img {
    height: 83.5vh !important;
  }
  .about_box .about_num {
    left: 50% !important;
  }
  #fullpage > .active .about_box .about_num {
    transform: translateX(-50%) !important;
    opacity: 1;
  }
  
  .section .Industrial156_box .Industrial156_list_1 .pop_box .list:nth-child(1) {
    top: 42%;
    right: 20%;
}
.section .Industrial156_box .Industrial156_list_1 .pop_box .list:nth-child(2) {
    top: 75%;
    right: 39%;
}
  
  .Industrial156_box .Industrial156_list_1 .video_pop {
    top: 55% !important;
  }
  .Industrial156_box .Industrial156_list .pop_box .list > img {
    width: 60px !important;
  }
  .Industrial156_box .Industrial156_list_5 .pop_box .list:nth-child(1) {
    right: 29.8% !important;
  }
  .Industrial156_box .Industrial156_list_5 .pop_box .list:nth-child(2) {
    right: 37% !important;
  }
  .Industrial156_box .Industrial156_list_5 .pop_box .list:nth-child(2) > img {
    left: 40px !important;
  }
  .Industrial156_box .Industrial156_list_5 .pop_box .list:nth-child(3) {
    right: 62% !important;
  }
  .Industrial156_box .Industrial156_list_5 .pop_box .list:nth-child(4) {
    left: 29% !important;
  }
  .Industrial156_box .Industrial156_list_5 .pop_box .list:nth-child(5) {
    right: 34.3% !important;
  }
  .Industrial156_box .Industrial156_list_6 .pop_box .list:nth-child(1) {
    right: 18.8% !important;
  }
  .Industrial156_box .Industrial156_list_6 .pop_box .list:nth-child(2) {
    top: 72.5% !important;
  }
  .Industrial156_box .Industrial156_list_6 .pop_box .list:nth-child(3) {
    top: 72.5% !important;
  }
  .Industrial156_box .Industrial156_list_6 .pop_box .list:nth-child(4) {
    left: 30% !important;
  }
  .Industrial156_box .Industrial156_list_6 .pop_box .list:nth-child(5) {
    top: 29.14% !important;
  }
  .industrialLayout_box .con .con_r .list .main1 {
    margin-top: 60px !important;
  }
  .industrialLayout_box .con .con_r .list .main2 {
    margin-top: 100px !important;
  }
  .industrialLayout_box .con .con_r .swiper-slide-active .icon2 {
    margin-top: 60px !important;
  }
  .industrialLayout_box .con .con_r .swiper-slide-active .icon1 {
    margin-bottom: 60px !important;
  }
  .industrialLayout_box .con .con_r .list:nth-child(2n) .main1 {
    margin-bottom: 100px !important;
  }
}
@media only screen and (max-width: 1440px) {
    .section .news_box .con .con_r .mySwiper_news .list > .image{
     height: 163px;
  }
  
     #fullpage > .active .industrialLayout_box .con .con_r .list > .footer{
   height: 40px;   
  }
  .section .news_banner .news {
    height: 140px;
  }
  .section .about_box .about_r .main hr {
    margin-top: 12px !important;
    margin-bottom: 32px !important;
  }
  .section .about_box .about_r .main .con .subtit {
    letter-spacing: 1.5px;
  }
  .about_box .about_r .main .con .tit_con {
    margin-top: 28px !important;
  }
  .about_box .about_r > img {
    height: 84.5vh !important;
  }
  .section .about_box .about_num .about_num_l .num_list .num_list_num .numtit {
    font-size: 72px;
  }
  .section .about_box .about_num {
    width: 800px;
  }
  .section .about_box .about_num .about_num_l .swiper-pagination {
    right: 200px;
  }
  .section .news_box .con .con_r .mySwiper_news .list > img {
    height: 180px;
  }
 
  .section .Industrial156_box .Industrial156_list_1 .video_pop {
    padding: 18px 0;
  }
  .section .industrialLayout_box .con .con_r .swiper-slide-active .tit_box .tit {
    font-size: 20px;
  }
  
  .Industrial156_box .Industrial156_list_5 .pop_box .list:nth-child(1){
          right: 20.8% !important;
  }
 .Industrial156_box .Industrial156_list_5 .pop_box .list:nth-child(2) {
    top: 68%;
    right: 29% !important;
}
.Industrial156_box .Industrial156_list_5 .pop_box .list:nth-child(3) {
    right: auto !important;
    left: 40%;
    top: 70%;
}
.Industrial156_box .Industrial156_list_5 .pop_box .list:nth-child(4) {
    top: 30%;
    right: auto;
    left:30% !important;
}
.Industrial156_box .Industrial156_list_5 .pop_box .list:nth-child(5) {
    right: 30.3% !important;
}
.Industrial156_box .Industrial156_list_6 .pop_box .list:nth-child(1) {
    right: 21.8% !important;
}
.section .Industrial156_list_6 .pop_box .list:nth-child(6){
        right: 25%;
    
}
.section .Industrial156_box .Industrial156_list_6 .pop_box .list:nth-child(5){

    right: auto;
    left: 50%;
    top: 20% !important;

    
}
 .Industrial156_list_6 .pop_box .list:nth-child(2) {
    top: 72%;
    right: 27.06%;
}
.Industrial156_box .Industrial156_list_6 .pop_box .list:nth-child(4) {
    left: 24% !important;
    top:30%;
    
}
.Industrial156_box .Industrial156_list_6 .pop_box .list:nth-child(2){
    
    right:25%
}
}
@media only screen and (max-width: 1366px) {
    
    .about_box .about_r > img{
          height: 80vh !important;
    }
  .section .about_box .about_r .main {
    top: 8vh;
  }
  .section .about_box .about_r .main {
    padding-right: 5%;
  }
  .section .about_box .about_r .main > p,
  .section .about_box .about_r .main .con {
    padding-left: 5%;
  }
  .section .news_box .con .con_r .mySwiper_news .list {
    padding: 42px 32px 42px 32px;
  }
  .section .news_box .con .con_r .mySwiper_news .list .tit {
    margin: 24px 0 12px 0;
  }
  .section .news_box .con .con_r .mySwiper_news .list .main {
    margin-bottom: 20px;
  }
  .section .news_box .con .con_r .nav {
    margin-top: 10vh;
  }
  .section .industrialLayout_box .con .con_r .list {
    padding: 0 40px;
  }
  .section .industrialLayout_box .con .con_r .list .tit_box:before {
    left: -40px;
  }
  .section .news_box .con .con_l .con_l_head {
    margin-top: 10vh;
  }
  .section .about_box .about_video {
    transform: translateY(100px);
  }
  .section .about_box .about_r {
    transform: translateY(200px);
  }
}
@media only screen and (max-width: 1200px) {
    .mo_header .mid .head_nav{

    right: 100px;
}
.section .industrialLayout_box .con .con_l .swiper-button-num{
    
    right: calc(16% + 62px + 10px);
}
.section .industrialLayout_box .con .con_l .swiper-button-prev {

    right: calc(16% + 62px + 35px + 45px);
}
    .section .Industrial156_box .swiper_l > div:after {
    margin: 0;
    position: absolute;
    right: -32px;
    top: 50%;
    width: auto;
    transform: translateY(-50%);
    }
    .section .Industrial156_box .swiper_l > div:not(:last-child){
        margin-right: 40px;
        position: relative;
        
    }
    .section .Industrial156_box .swiper_l{
     left: 50%;
     transform: translateX(-50%);
     display: flex;
     width: 90%;
     justify-content: center;
     bottom: 10%;
     top: auto;
    }
   .toTop{
      width:40px;
      height: 40px;
      line-height:40px;
      right: 5%;
  }
  .toTop > img{
          width:16px;
  }
      .section .news_box .con .con_r .mySwiper_news .list > .image{
     height: 140px;
  }
  
    .section .industrialLayout_box .con .con_r .list:hover .tit_box .tit {
    font-size:20px;
}
     #fullpage > .active .industrialLayout_box .con .con_r .list > .footer{
   height: 32px;   
  }
  .section .news_banner .news .news_list .news_date {
    padding-right: 20px;
  }
  .section .news_banner .news .news_list .news_mid {
    padding-left: 20px;
  }
  .about_box .about_r > img {
height: 85vh !important;
  }
  
  .section .about_box .about_num {
    width: 80%;
  }
  .section .about_box .about_num .about_num_l {
    padding: 20px 0 20px 40px;
  }
  .about_box .about_r .main .con .tit_con {
    margin-top: 16px;
  }
  .section .about_box .about_num .about_num_l .num_list .num_list_num .numtit {
    font-size: 52px;
  }
  .section .about_box .about_num .about_num_l .swiper-pagination {
    right: 160px;
  }
 
  .section .industrialLayout_box .con .con_r .list:after {
    height: 20px;
  }
  .section .development_box .list > div:first-child .list_bottom {
    left: 20px;
  }
  .section .development_box .list > div:first-child .list_bottom > img {
    height: 40px;
  }
  .section .development_box .list > div:first-child .list_bottom .list_bottom_r {
    padding-left: 10px;
  }
  .section .news_box .con .con_r .nav {
    margin-right: 5vw;
  }
  .section .news_box .con .con_r .mySwiper_news .list > img {
    height: 140px;
  }
  .section .about_box .about_num .about_num_l .num_list:after{
      right: -30px;
  }
  
  .section .Industrial156_box{
      background: #E1EAF9;
  }
  .section .Industrial156_box video{
      height: 50vh;
      position: absolute;
      bottom: 0;
      
  }
  .section .Industrial156_box .videoLogo > img{
      width: 120px;
  }
  .section .Industrial156_box .videoLogo{
      top: auto;
          bottom: 26vh;
  }
  .section .Industrial156_box .Industrial156_list .pop_box{
     display: none;
  }
.Industrial156_box .Industrial156_list_1 .video_pop {
    top: 20% !important;
}
.section .Industrial156_box .Industrial156_list_1 .video_pop{
    width: 90%;
    padding: 20px;
}
.section .Industrial156_box .Industrial156_list .pop_box .list .pop_bottom > p::before{
    display: none;
}
.section .Industrial156_box .Industrial156_list_5 .pop_box,
.section .Industrial156_box .Industrial156_list_6 .pop_box{
    top: 20%;
    bottom: auto;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
}
.section .Industrial156_box .Industrial156_list_6 .pop_box .list,
.section .Industrial156_box .Industrial156_list_5 .pop_box .list{
   position: static !important;
    width: auto;
    height: auto;
    background-color: transparent;
    flex: 0 0 50%;
    display: flex;
    align-items: center;
    margin: 10px 0;
}

.section .Industrial156_box .Industrial156_list .pop_box .list .pop_bottom > p{
    margin: 0 !important;
    padding: 16px 20px;
}
.section .Industrial156_box .Industrial156_list .pop_box .list::after{
    content:none;
}

.section .Industrial156_box .Industrial156_list .pop_box .list .pop_bottom{
    position: static;
    order: 1;
    margin-left: 10px;
}

.section .Industrial156_box .Industrial156_list .pop_box .list > img{
    position: static;
     transform: translateY(0) !important;
       margin: 0 !important;
}
.section .Industrial156_box .Industrial156_list .pop_box .list .pop_bottom .pop_con{
    top: 0;
    bottom: auto;
    margin: 0 !important;
}

}
@media only screen and (max-width: 1000px){
      .section .news_box .con .con_r .mySwiper_news .list > .image{
     height: 190px;
  }
.section .about_box .about_r > img {
    height: auto !important;
    width: 68vw;
    max-height: 80vh;
}
 #fullpage > .active .industrialLayout_box .con .con_r .list > .footer{
   height: 24px;   
  }
}

@media only screen and (max-width: 768px) {
     .mo_header .mid .head_nav{
   display: none;
}
.section .industrialLayout_box .con .con_l .swiper-button-num {
  
    bottom: -60px;
    right: 50%;
       transform: translateX(50%);
}
    .section .news_box .con .con_r .mySwiper_news .list{
        border:none;
    }
    .section .news_banner .news .news_list .news_mid .subtit{
        display: none;
    }
    .section .news_banner .news .news_list .news_mid .tit{
            white-space: pre-wrap;
            line-height: 2;
         text-overflow: -o-ellipsis-lastline;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    display: -webkit-box;
                    -webkit-line-clamp: 2;
                    -webkit-box-orient: vertical;
    }
    
    .section .about_box .about_r .main .con .tit{
        font-size: 20px;
    }
    .section .about_box .about_r .main .con .subtit{
        letter-spacing: initial;
        font-size: 12px;
    }
    .section .Industrial156_box .Industrial156_list .pop_box{
        height: 200px;
    }
    .section .Industrial156_box .Industrial156_list_1 .pop_box .list{
        width: 6px;
        height: 6px;
    }
    .section .Industrial156_box .Industrial156_list .pop_box .list > img{
        width: 40px !important;
    }
  
    .section .Industrial156_box .Industrial156_list .pop_box .list .pop_bottom > p{
        
        padding: 8px 12px;
    }
    .section .Industrial156_box .Industrial156_list .pop_box .list{
        margin: 5px 0;
        flex: 0 0 100%;
    }
    .section .Industrial156_box .Industrial156_list_6 .pop_box,
    .section .Industrial156_box .Industrial156_list_5 .pop_box{
        top: 100px;
    }
    .section .Industrial156_box .videoLogo > img{
        width: 100px;
    }
    .section .Industrial156_box .videoLogo{
        bottom: 26vh;
    }
      .section .news_box .con .con_r .mySwiper_news .list > .image{
     height: 146px;
  }
     .section .about_box .about_num .about_num_l .num_list:after{
      content: none;
     }
    .section .about_box .about_num .about_num_l .swiper-pagination{
        bottom: 10px;
    }
  .section .news_banner .news {
    width: 80vw;
  }
  .section .news_banner .news {
    height: 100px;
  }
  .section .news_banner .news .close {
    right: 10px;
    top: 10px;
  }
  .section .news_banner .news .swiper-pagination {
    bottom: 20px;
    right: 10px;
  }
  .section .news_banner .news {
    padding: 0 19% 0 20px;
  }
  .section .news_banner .news.newsClose {
    width: 120px;
  }
  .section .about_box .about_r > img {
    height: auto !important;
    width: 50vw;
  }
  .section .about_box .about_r .main hr {
    margin-bottom: 20px !important;
  }
  .section .about_box .about_r .main .con .tit_con {
    line-height: 2;
  }
  .about_box .about_r .main .con .tit_con {
    margin-top: 12px !important;
  }
  .section .about_box .about_num {
    width: 90%;
  }
  .section .about_box .about_num .about_num_r a {
    width: 60px;
    height: 60px;
  }
  .section .about_box .about_num .about_num_l .num_list .num_list_num .numtit {
    font-size: 24px;
  }
  .section .about_box .about_num .about_num_l {
    padding: 10px 0 10px 30px;
  }
  .section .about_box .about_num .about_num_l .num_list hr {
    width: 1px;
    height: 20px;
    margin: 0 20px;
  }
  .section .about_box .about_num .about_num_l{
      position: relative;
  }
  .section .about_box .about_num .about_num_l .swiper-pagination {
    right: 10px;
  }
  .section .about_box .about_num .about_num_l {
    width: calc(100% - 60px);
  }
  .section .industrialLayout_box .con .con_r .list:hover{
      width: 100% !important;
  }
  .section .industrialLayout_box .con .con_r .list:last-child {
    display: none;
  }
  .section .news_box .con .con_r{
      width: 100%;
  }
  .section .news_box .con .con_r .nav{
      margin-left: 5%;
      justify-content: flex-start;
      
  }
  .section .industrialLayout_box .con .con_r {
    width: calc(100% - 40%);
  }
  .section .news_box .con .con_l .con_l_head{
      margin-right: 0 ;
      margin-left: 5%;
      text-align: left;
  }
  .section .news_box .con .con_l .con_l_head .tit{
      margin-top: 10px;
  }
.section .news_box .con .con_l .swiper-button{
          bottom: 2vh;
      
  }
  .section .news_box .con .con_l .swiper-button-next{
      right: 5%;
  }
  .section .news_box .con .con_l .swiper-button-prev{
          right: calc(5% + 60px);
      
  }
  .section .news_box .con .con_r .mySwiper_news{
      width: 90%;
      margin: auto;
  }
  .section .news_box .con .con_r .nav{
      margin-top: 20px;
  }
  .section .news_box .con{
      align-content: flex-start;
      flex-wrap: wrap;
  }
  .section .news_box .con .con_l{
      
        width: 100%;
  }
  .section .industrialLayout_box .con .con_l {
    width: 40%;
  }
  .section .about_box .about_r > img{
     width: 100vw;
  }
 
  
  .section .news_box .con .con_l .swiper-button-next,
  .section .news_box .con .con_l .swiper-button-prev,
  .section .industrialLayout_box .con .con_l .swiper-button-next,
  .section .industrialLayout_box .con .con_l .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
  .section .industrialLayout_box .con .con_l .swiper-button-prev {
    right: calc(16% + 20px + 35px);
  }
  .section .industrialLayout_box .con .con_r .list {
    padding: 0 20px;
  }
  #fullpage > .active .industrialLayout_box .con .con_r .list:nth-child(2n) .icon1,
  #fullpage > .active .industrialLayout_box .con .con_r .list:nth-child(2n-1) .icon2 {
    height: 60px;
  }
  .section .industrialLayout_box .con .con_r .list .tit_box:before {
    left: -20px;
  }
  .section .development_box .list {
    flex: 0 0 100%;
    position: relative;
    cursor: pointer;
    height: 33.33vh;
  }
  .section .development_box {
    flex-wrap: wrap;
  }
  .section .news_box .con .con_r .nav {
    flex-wrap: wrap;
  }
  .section .news_box .con .con_r .nav > div::after {
    bottom: -6px;
  }
  .section .news_box .con .con_r .nav > div {
    margin-bottom: 12px;
    border-right: none;
  }
  .section .news_box .con .con_r .mySwiper_news {
    margin-top: 32px;
  }
  .section .news_box .con .con_r .mySwiper_news .list {
    padding: 0;
  }
  .section .news_box .con .con_r .nav > div {
    padding: 0 15px;
  }
 .section .news_box .con .con_l .swiper-button-next, .section .news_box .con .con_l .swiper-button-prev{
     display: none;
 }
  .section .development_box .list > div:first-child .list_bottom .list_bottom_r{
      flex: 0 0 100%;
          margin-top: 10px;
  }
  .section .development_box .list > div:first-child .list_bottom > img{
      height: 80px;
  }
  .section .development_box .list > div:first-child .list_bottom {
   flex-wrap: wrap;
    bottom: 50%;
    transform: translateY(50%);
}
.section .development_box div,
.section .industrialLayout_box img,
.section .industrialLayout_box p,
.section .industrialLayout_box div,
.section .industrialLayout_box hr,
.section .about_box hr,
.section .about_box p,
.section .about_box div{
transition: none;
}
.swiper-wrapper{
    
    transition-property: transform !important;
}

}
