/*================Ã©Â¦â€“Ã©Â¡ÂµÃ¦Â Â·Ã¥Â¼ÂÃ¥ÂÅ Ã¥â€¦Â¬Ã¥â€¦Â±Ã©Æ’Â¨Ã¥Ë†â€ Ã¦Â Â·Ã¥Â¼Â================*/
.animated {
    -webkit-animation-duration: 1.7s;
    animation-duration: 1.7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  .banner {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
  }
  .swiper {
    width: 100%;
    height: 100%;
  }

  
  .banner .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    text-align: left;
    line-height: 20px;
    font-size: 18px;
    color: #626262;
    opacity: 1;
    background: none;
    position: relative;
  }

  .banner .swiper-pagination-bullet-active {
    color: #fff;
    width: 70px;
    
  }
  /* .banner .swiper-pagination-bullet-active::after{
    transition: all 0.5s;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 40px;
    width: 14px;
    height: 2px;
    background: #fff;
    content: "";
  } */
  .banner .swiper-pagination-bullet.swiper-pagination-bullet-active i {
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-name: Width100;
    animation-name: Width100;
}
.Width100 {
  -webkit-animation-name: Width100;
  animation-name: Width100;
}

@-webkit-keyframes Width100 {
  0% {
      opacity: 0;
      width: 0;
  }
  100% {
      opacity: 1;
      width: 15px;
  }
}

@keyframes Width100 {
  0% {
      opacity: 0;
      width: 0;
  }
  100% {
      opacity: 1;
      width: 15px;
  }
}

.banner .swiper-pagination-bullet i {
    width: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 40px;
    height: 2px;
    background-color: #fff;
}
  .banner .swiper-slide {
    /* position: relative; */
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    
    position: relative;
  }
  .banner .swiper-slide:after{
      content: '';
      width: 100%;
      height: 100%;
      background: linear-gradient( to  bottom, rgba(0,0,0,0.08), rgba(0,0,0,0));
      position: absolute;
      top: 0;
      left: 0;
  }
  .banner .swiper-slide .video_ves{
  display: block;
  width: 100%;
  height: 100%;
}

.banner .swiper-slide .video_obj{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}



  .banner .swiper-slide img {
    display: block;
    width: 100%;
    height: 100vh;
    object-fit: cover;
  }
  .banner .swiper-slide .banner_text{
    position: absolute;
    width: 50%;
    height: 350px;
    top: 30%;
    left: 10%;
    /* margin-left: -40%; */
  }
  .banner .swiper-slide .banner_text img{
    width: 100%;
    height: auto;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
  }
  .banner .swiper-slide .text {
    position: absolute;
    left: 0;
    bottom: 3.7%;
    z-index: 2;
    width: 100%;
    font-size: 40px;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
    .banner .swiper-slide i{
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
        font-size: 14px;
    }
    .banner .swiper-slide .video_icon{
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100vh;
        background: url(../images/index/play.png) center no-repeat;
        background-size: 90px auto;
        opacity: 0.8;
    }
  
  
  .banner .pos {
    position: absolute;
    right: 0;
    bottom: 3.7%;
    width: 100%;
  }
  .banner .pos .w1400 {
    position: relative;
    width: 120px;
    height: 56px;
    line-height: 50px;
  }
  .banner .pos .swiper-pagination-fraction {
    left: 0;
    bottom: 0%;
    width: 100%;
    text-align: center;
    letter-spacing: -1px;
  }
  .banner .pos .swiper-pagination {
      opacity: 0;
    font-size: 20px;
    color: #fff;
    font-family: Arial;
  }
  .banner .pos .swiper-pagination span {
    display: inline-block;
  }
  .banner .pos .swiper-pagination span.swiper-pagination-current {
    font-size: 36px;
    color: #0067ac;
  }
  .banner .swiper-button-next,
  .banner .swiper-button-prev {
    
    width: 43px;
    height: 43px;
    border: 1px solid rgba(255,255,255,1);
    border-radius: 50%;
    transition: all 0.5s;
  }
  .banner .swiper-button-prev{
    left: 50px;
    background: url(../images/icon/icon_4.png) center no-repeat;
  }
  .banner .swiper-button-next{
      right: 50px;
    background: url(../images/icon/icon_5.png) center no-repeat;
  }
  .banner .swiper-button-prev:hover{
    border: 1px solid #fff;
    background: #fff url(../images/icon/icon_4s.png) center no-repeat;
  }
  .banner .swiper-button-next:hover{
    border: 1px solid #fff;
    background: #fff url(../images/icon/icon_5s.png) center no-repeat;
  }

  .scroll {
    position: absolute;
    z-index: 10;
    bottom: 3.6%;
    left: 50%;
    margin-left: -20px;
    width: 41px;
    height: 53px;
    background: url(../images/icon/icon_3.png) center no-repeat;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: scrolls;
    animation-name: scrolls;
}

.scroll.scroll_fixed {
    display: none;
}

@-webkit-keyframes scrolls {
    from {
        bottom: 3.6%;
    }
    50% {
        bottom: calc(3.6% + 12px);
    }
    100% {
        bottom: 3.6%;
    }
}

@keyframes scrolls {
    from {
        bottom: 3.6%;
    }
    50% {
        bottom: calc(3.6% + 12px);
    }
    100% {
        bottom: 3.6%;
    }
}
  
  @-webkit-keyframes anm05 {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, 16%, 0);
      -ms-transform: translate3d(0, 16%, 0);
      transform: translate3d(0, 16%, 0);
    }
    50% {
      -webkit-transform: translate3d(0, 16%, 0);
      -ms-transform: translate3d(0, 16%, 0);
      transform: translate3d(0, 16%, 0);
    }
    100% {
      opacity: 1;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
    }
  }
  @keyframes anm05 {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, 16%, 0);
      -ms-transform: translate3d(0, 16%, 0);
      transform: translate3d(0, 16%, 0);
    }
    50% {
      -webkit-transform: translate3d(0, 16%, 0);
      -ms-transform: translate3d(0, 16%, 0);
      transform: translate3d(0, 16%, 0);
    }
    100% {
      opacity: 1;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
    }
  }
  .anm05 {
    -webkit-animation-name: anm05;
    animation-name: anm05;
  }


.index .title{
  padding-top: 100px;
  padding-bottom: 68px;
  text-align: center;
}
.index .title .p1{
  font-size: 36px;
  color: #333;
  
}
.index .title .p1 span{
  font-size: 36px;
  color: #00b6aa ;
}
.index .title .p2{
  font-size: 22px;
  color: #666;
  margin-top: 10px;
}





.ind05{
  width: 100%;
  /* height: 585px; */
  background: url(../images/index/ind05_bac.png) center no-repeat;
  background-size: cover;
  padding-bottom: 115px;
  display: none;
}
.ind05 .title{
  padding-top: 95px;
  padding-bottom: 60px;
  text-align: left;
}
.ind05 ul{
  display: flex;
  justify-content: space-between;
}
.ind05 ul li{
  width: 31.42%;
  height: 180px;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
}
.ind05 ul li a{
  display: block;
  padding: 38px 55px 40px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  transition: all 0.5s;
  
}
.ind05 ul li a .p1{
  font-size: 20px;
  line-height: 40px;
  color: #333;
  margin-top: 50px;
  transition: all 0.5s;
}
.ind05 ul li a .p2{
  font-size: 16px;
  line-height: 35px;
  color: #666;
  transition: all 0.5s;
}
.ind05 ul li:first-child a{
  background: url(../images/icon/icon_11.png) 55px 26px no-repeat;
}
.ind05 ul li:nth-child(2) a{
  background: url(../images/icon/icon_12.png) 55px 26px no-repeat;
}
.ind05 ul li:last-child a{
  background: url(../images/icon/icon_13.png) 55px 26px no-repeat;
}
.ind05 ul li a:hover .p1, .ind05 ul li a:hover .p2{
  color: #fff;
}
.ind05 ul li:first-child a:hover{
  background: #d09842 url(../images/icon/icon_11s.png) 55px 26px no-repeat;
}
.ind05 ul li:nth-child(2) a:hover{
  background: #d09842 url(../images/icon/icon_12s.png) 55px 26px no-repeat;
}
.ind05 ul li:last-child a:hover{
  background: #d09842 url(../images/icon/icon_13s.png) 55px 26px no-repeat;
}


.ind04{
  padding-bottom: 115px;
}
.ind04 .newsBox{
  display: flex;
  justify-content: space-between;
}
.ind04 .newsBox a{
  display: block;
  transition: all 0.5s;
}
.ind04 .newsBox .list1{
  width: 30%;
  height: 555px;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 #ccc;
  overflow: hidden;
  transition: all 0.5s;
}
.ind04 .newsBox .list1 .img{
  width: 100%;
  height: 315px;
  overflow: hidden;
}
.ind04 .newsBox .list1 .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.ind04 .newsBox .list1 .text{
  width: 100%;
  height: 240px;
  padding: 30px 30px 25px;
  box-sizing: border-box;
}
.ind04 .newsBox .list1 .text .t{
  font-size: 18px;
  color: #333;
  font-weight: bold;
  line-height: 35px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: all 0.5s;
}
.ind04 .newsBox .list1 .text .time{
  font-size: 14px;
  color: #999;
  margin: 15px 0;
  background: url(../images/icon/icon_14.png) left center no-repeat;
  padding-left: 22px;
  transition: all 0.5s;
}
.ind04 .newsBox .list1 .text .b{
  font-size: 16px;
  color: #666;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: all 0.5s;
}
.ind04 .newsBox .list1:hover{
  background: #00b6aa;
  box-shadow: 5px 8px 20px 10px #ccc;
}
.ind04 .newsBox .list1:hover .t, 
.ind04 .newsBox .list1:hover .time, 
.ind04 .newsBox .list1:hover .b{
  color: #fff;
}
.ind04 .newsBox .list1:hover .time{
  background: url(../images/icon/icon_14s.png) left center no-repeat;
}
.ind04 .newsBox .list1:hover img{
  transform: scale(1.1);
}

.ind04 .newsBox .list2{
  width: 30%;
  height: 555px;
}
.ind04 .newsBox .list2 .list2-box{
  width: 100%;
  height: 260px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 10px 0 #ccc;
  transition: all 0.5s;
}
.ind04 .newsBox .list2 .list2-box a{
  width: 100%;
  height: 100%;
  padding: 30px 30px 25px;
  box-sizing: border-box;
}
.ind04 .newsBox .list2 .list2-box .t{
  font-size: 18px;
  color: #333;
  font-weight: bold;
  line-height: 35px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: all 0.5s;
}
.ind04 .newsBox .list2 .list2-box .b{
  font-size: 16px;
  color: #666;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: all 0.5s;
  margin-top: 10px;
  margin-bottom: 15px;
  
}
.ind04 .newsBox .list2 .list2-box .time{
  /* line-height: 30px; */
  border-top: 1px solid #ccc;
  padding-top: 20px;
  transition: all 0.5s;
  background: url(../images/icon/icon_15.png) right top 29px no-repeat;
  display: flex;
  align-items: center;
  transition: all 0.5s;
}
.ind04 .newsBox .list2 .list2-box .time .day{
  font-size: 24px;
  color: #666;
  position: relative;
  transition: all 0.5s;
}
.ind04 .newsBox .list2 .list2-box .time .day::after{
  transition: all 0.5s;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 40px;
  width: 1px;
  height: 30px;
  background: #ccc;
  content: "";
}
.ind04 .newsBox .list2 .list2-box .time .month{
  font-size: 14px;
  color: #999;
  margin-left: 25px;
  transition: all 0.5s;
}

.ind04 .newsBox .list2 .list2-box:hover{
  background: #00b6aa;
  box-shadow: 5px 8px 20px 10px #ccc;
}
.ind04 .newsBox .list2 .list2-box:hover .t, 
.ind04 .newsBox .list2 .list2-box:hover .b{
  color: #fff;
}
.ind04 .newsBox .list2 .list2-box:hover .time{
  border-top: 1px solid #fff;
}
.ind04 .newsBox .list2 .list2-box:hover .time{
  background: url(../images/icon/icon_15s.png) right top 29px no-repeat;
}
.ind04 .newsBox .list2 .list2-box:hover .time .day::after{
  background: #fff;
}
.ind04 .newsBox .list2 .list2-box:hover .time .day,
.ind04 .newsBox .list2 .list2-box:hover .time .month{
  color: #fff;
}
.ind04 .newsBox .list2 .list2-box:nth-child(2){
  margin-top: 35px;
}


.ind04 .newsBox .list3{
  width: 35%;
  height: 555px;
}
.ind04 .newsBox .list3 .list3-box{
  width: 100%;
  height: 160px;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.5s;
  box-shadow: 0 0 10px 0 #ccc;
}
.ind04 .newsBox .list3 .list3-box a{
  width: 100%;
  height: 100%;
  padding: 45px 55px 45px 30px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  transition: all 0.5s;
  background: url(../images/icon/icon_15.png) right 23px center no-repeat;
}
.ind04 .newsBox .list3 .list3-box .time{
  width: 22%;
  border-right: 1px solid #ccc;
  transition: all 0.5s;
}
.ind04 .newsBox .list3 .list3-box .time .day{
  font-size: 24px;
  color: #666;
  border-bottom: 1px solid #ccc;
  width: 30px;
  padding-bottom: 6px;
  transition: all 0.5s;
}
.ind04 .newsBox .list3 .list3-box .time .month{
  font-size: 14px;
  color: #999;
  margin-top: 6px;
  transition: all 0.5s;
}
.ind04 .newsBox .list3 .list3-box .t{
  font-size: 18px;
  color: #333;
  font-weight: bold;
  line-height: 31px;
  margin-left: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  padding-top: 3px;
  transition: all 0.5s;
  flex: 1;
    width: 0;
}
.ind04 .newsBox .list3 .list3-box:hover{
  background: #00b6aa;
  box-shadow: 5px 8px 20px 10px #ccc;
}
.ind04 .newsBox .list3 .list3-box:hover .t{
  color: #fff;
}
.ind04 .newsBox .list3 .list3-box:hover .b{
  border-bottom: 1px solid #fff;
}
.ind04 .newsBox .list3 .list3-box:hover a{
  background: url(../images/icon/icon_15s.png) right 23px center no-repeat;
}
.ind04 .newsBox .list3 .list3-box:hover .time{
  border-right: 1px solid #fff;
}
.ind04 .newsBox .list3 .list3-box:hover .time .day,
.ind04 .newsBox .list3 .list3-box:hover .time .month{
  color: #fff;
}
.ind04 .newsBox .list3 .list3-box:hover .time .day{
  border-bottom: 1px solid #fff;
}
.ind04 .newsBox .list3 .list3-box:nth-child(2),
.ind04 .newsBox .list3 .list3-box:nth-child(3){
  margin-top: 37px;
}



.ind03{
  width: 100%;
  box-sizing: border-box;
  padding: 110px 0;
  background: #f6f6f6 url(../images/index/ind03_bac.png) right bottom -50px no-repeat;
}
.ind03 .ind03-top{
  display: flex;
  justify-content: space-between;
}
.ind03 .ind03-top .l{
    position: relative;
  width: 50%;
  max-height: 515px;
  border-radius: 10px;
  overflow: hidden;
}
.ind03 .ind03-top .l .video_src{
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    font-size: 14px;
}
.ind03 .ind03-top .l .video_icon{
    position: absolute;
    left: 0;
    top: 0;
    z-index:3;
    width: 100%;
    height: 100%;
    /*background: url(../images/index/play.png) center no-repeat;*/
    background-size: 90px auto;

}
.ind03 .swiper {
  width: 100%;
  height: 100%;
  position: relative;
}
.ind03 .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ind03 .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ind03 .swiper-container-horizontal>.swiper-pagination-bullets{
  bottom: 20px;
  /* display: flex;
  justify-content: end;
  align-items: center; */
  right: 10px;
  left: inherit;
  transition: none;
  text-align: right;
}

.ind03 .swiper-pagination-bullet{
  background: url(../images/icon/icon_16s.png) center no-repeat;
  background-size: 8px 8px;
  width: 8px;
  height: 23px;
  /* background: #808080; */
  /* border-radius: 50%; */
  transition: none;
}
.ind03 .swiper-pagination-bullet-active{
  background: url(../images/icon/icon_16.png) center no-repeat;
  width: 23px;
  height: 23px;
  transition: none;
}

.ind03 .ind03-top .r{
  width: 45%;
}
.ind03 .ind03-top .r .t{
  font-size: 36px;
  color: #333;
}
.ind03 .ind03-top .r .b-b{
  width: 42px;
  height: 6px;
  background: #00b6aa;
  margin-top: 40px;
}
.ind03 .ind03-top .r .b{
  font-size: 18px;
  color: #666;
  line-height: 38px;
  margin-top: 30px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}
.ind03 .ind03-top .r .btn{
  width: 178px;
  height: 58px;
  font-size: 16px;
  line-height: 58px;
  border-radius: 50px;
  display: block;
  color: #333;
  margin-top: 38px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  text-align: center;
  
}
.ind03 .ind03-top .r .btn::after {
  transition: all 0.5s;
  position: absolute;
  left: 0;
  top: 0;
  width: 0px;
  height: 100%;
  background: #00b6aa;
  content: " ";
}
.ind03 .ind03-top .r .btn:hover::after{
  transition: all 0.5s;
  width: 100%;
}
.ind03 .ind03-top .r .btn p{
  /* display: inline; */
  border-radius: 50px;
  transition: all 0.5s;
  position: relative;
  z-index: 2;
  background: url(../images/icon/icon_5s.png) right 45px center no-repeat;
  box-sizing: border-box;
  height: 100%;
  border: 1px solid #00b6aa;
  padding-right: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ind03 .ind03-top .r .btn:hover p{
  color: #fff;
  background: url(../images/icon/icon_5.png) right 45px center no-repeat;
}

.ind03 .ind03-btm{
  margin-top: 75px;
  display: flex;
  justify-content: space-between;
  display: none;
}
.ind03 .ind03-btm .ind03-box{
  display: flex;
  justify-content: space-between;
}
.ind03 .ind03-btm .ind03-box .left{
  color: #00b6aa;
  font-weight: bold;
  font-size: 18px;
  margin-left: 5%;
}
.ind03 .ind03-btm .ind03-box:first-child .left{
  margin-left: 0;
}
.ind03 .ind03-btm .ind03-box .left .num{
  font-size: 53px;
}
.ind03 .ind03-btm .ind03-box .right{
  position: relative;
  padding-right: 20px;
  border-right: 1px solid #d8d8d8;
}
.ind03 .ind03-btm .ind03-box:last-child .right{
  padding-right: 0;
  border-right: none;
}
.ind03 .ind03-btm .ind03-box .right .text{
  font-size: 16px;
  color: #333;
  margin-top: 40px;
}
.ind03 .ind03-btm .ind03-box:first-child .right{
  background: url(../images/icon/icon_17.png) right 20px top no-repeat;
}
.ind03 .ind03-btm .ind03-box:nth-child(2) .right{
  background: url(../images/icon/icon_18.png) right 20px top no-repeat;
}
.ind03 .ind03-btm .ind03-box:nth-child(3) .right{
  background: url(../images/icon/icon_19.png) right 20px top no-repeat;
}
.ind03 .ind03-btm .ind03-box:last-child .right{
  background: url(../images/icon/icon_20.png) right top no-repeat;
}
.ind03 .ind03-btm .ind03-box:first-child{
  width: 21%;
}
.ind03 .ind03-btm .ind03-box:nth-child(2){
  width: 28%;
}
.ind03 .ind03-btm .ind03-box:nth-child(3){
  width: 30%;
}
.ind03 .ind03-btm .ind03-box:last-child{
  width: 21%;
}


.ind01{
  width: 100%;
  background: url(../images/index/ind01_bac.png) top 230px center no-repeat;
  background-size: 100% auto;
}
.ind01 .tab{
  display: flex;
  justify-content: space-between;
}
.ind01 .tab li{
  height: 160px;
  /*width: 18%;*/
  width: 25%;
  background: #f6f6f6;
  transition: all 0.5s;
  position: relative;
  border-radius: 10px;
  /* overflow: hidden; */
}
.ind01 .tab li .box1{
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
}
.ind01 .tab li .box1 .pic{
  height: 45px;
  margin-top: 30px;
}
.ind01 .tab li .box1 .pic img{
  height: 100%;
  width: auto;
  display: block;
  margin: 0 auto;
}
.ind01 .tab li .box1 p{
  text-align: center;
  font-size: 16px;
  color: #333;
  line-height: 50px;
}
.ind01 .tab li:hover{
  width: 20%;
  cursor: pointer;
}
.ind01 .tab li:hover .box1{
  opacity: 0;
}
.ind01 .tab li .box2{
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s;
  border-radius: 10px;
}
.ind01 .tab li .box2 .text{
  width: 214px;
  padding: 0 10px 0 20px;
  box-sizing: border-box;
  font-size: 16px;
  color: #fff;
}
.ind01 .tab li .box2 .text .p1{
  margin-top: 50px;
}
.ind01 .tab li .box2 .text .p2{
  margin-top: 10px;
}
.ind01 .tab li .box2 .pic{
  width: 90px;
  height: 150px;
  position: absolute;
  right: 0;
  top: -30px;
}
.ind01 .tab li .box2 .pic img{
  width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.ind01 .tab li:hover .box2{
  opacity: 1;
  background: #00b6aa;
}
.ind01 .tab li.active{
  width: 20%;
  cursor: pointer;
}
.ind01 .tab li.active .box1{
  opacity: 0;
}
.ind01 .tab li.active .box2{
  opacity: 1;
  background: #00b6aa;
}
.ind01 .tab-data{
  margin-top: 90px;
}
.ind01 .tab-data li{
  display: none;
  position: relative;
  overflow: hidden;
  padding-bottom: 80px;
}
.ind01 .tab-data li.active{
  display: block;
}
.ind01 .tab-data li .r{
  float: right;
  width: 65%;
  max-height: 510px;
  border-radius: 10px;
  overflow: hidden;
}
.ind01 .tab-data li .r img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* transition: all 0.5s; */
}
.ind01 .tab-data li .l{
  width: 45%;
  padding: 75px 75px 0 45px;
  box-sizing: border-box;
  background: #fff;
  opacity: 0.99;
  border-radius: 10px;
  position: absolute;
  top: 60px;
  box-shadow: 0 0 10px 0 #ccc;
  left: 7px;
  height: 470px;
}
.ind01 .tab-data li .l .t{
  position: relative;
}
.ind01 .tab-data li .l .t .text{
  display: flex;
  justify-content: space-between;
  font-size: 22px;
  color: #333;
  padding: 0 25px;
}
.ind01 .tab-data li .l .t .text .p2{
  font-size: 16px;
  line-height: 36px;
}
.ind01 .tab-data li .l .t .b-b{
  width: 100%;
  height: 22px;
  background: #00b6aa;
  border-radius: 5px;
  position: absolute;
  /*top: 20px;*/
  z-index: -1;
}
.ind01 .tab-data li .l .n{
  margin-top: 38px;
}
.ind01 .tab-data li .l .n p{
  background: url(../images/icon/icon_21.png) left 25px center no-repeat;
  font-size: 16px;
  color: #333;
  line-height: 45px;
  padding-left: 50px;
}
.ind01 .tab-data li .more{
  width: 178px;
  height: 58px;
  /* border: 1px solid #00b6aa; */
  font-size: 16px;
  line-height: 58px;
  border-radius: 29px;
  display: block;
  color: #fff;
  margin-top: 38px;
  /* background: url(../images/icon/icon_5s.png) right 45px center no-repeat; */
  padding-left: 45px;
  box-sizing: border-box;
  position: absolute;
  overflow: hidden;
  right: -15%;
  top: 55%;
  background: #00b6aa;
  transition: all 0.5s;
}
.ind01 .tab-data li .more:hover{
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.3);
  
}
.ind01 .tab-data li .more p {
  transition: all 0.5s;
  position: relative;
  z-index: 2;
  background: url(../images/icon/icon_5.png) right 45px center no-repeat;
}
.ind01 .tab-data li .more::after {
  transition: all 0.5s;
  position: absolute;
  left: 0;
  top: 0;
  width: 0px;
  height: 100%;
  background: #0dd8ca;
  /*background: linear-gradient(top left, #02514c, #00b6aa);渐变从左上角到右下角*/
  /*background: -ms-linear-gradient(top left, #02514c, #00b6aa);*/
  /*background: -webkit-linear-gradient(top left, #02514c, #00b6aa);*/
  /*background: -moz-linear-gradient(top left, #02514c, #00b6aa);*/
  content: " ";
}
.ind01 .tab-data li .more:hover::after {
  transition: all 0.5s;
  width: 100%;
}
/* .ind01 .tab-data li .more:hover p {
  color: #fff;
  background: url(../images/icon/icon_5.png) right 45px center no-repeat;
} */
.ind01 .tab-data li:hover .r img{
  /* transform: scale(1.1); */
}

.ind02{
  padding-bottom: 100px;
}
.ind02 .title{
  padding-top: 85px;
}
.accessBox {
  /* margin-top: 50px; */
  position: relative;
}
.accessList {
  /* background: url(../images/index/sceneBanner-1.png) no-repeat; */
  width: 990px!important;
  height: 548px!important;
  background-size: cover;
}
.accessInfo {
  width: 100%;
  height: 100%;
  /* padding: 0 50px; */
  box-sizing: border-box;
  /* background: #225aab; */
  display: flex;
  align-items: center;
  /* opacity: 0; */
  transition: all 0.5s;
}
/* .accessList::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
} */
.ind02 .pic{
  width: 100%;
  height: 100%;
}
.ind02 .pic img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.he_syp1quk {
  width: 990px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.he_syp1qud {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  /* box-shadow: 0px 4px 15px rgb(0 0 0 / 20%); */
  /* background: #fff; */
  position: relative;
  transition: all 0.36s;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.syInfo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.leftInfo_1 {
  display: none;
}
.rightInfo_1 {
  display: none;
}
.he_syp1qudri:hover .rightInfo {
  display: none;
}
.he_syp1qudri:hover .rightInfo_1 {
  display: block;
}
.he_syp1qudle:hover .leftInfo {
  display: none;
}
.he_syp1qudle:hover .leftInfo_1 {
  display: block;
}
.ind02 .text{
    width: 64%;
  position: absolute;
  top: 16%;
  left: 50%;
  transform: translateX(-50%);
}
.ind02 .text .p1{
  font-size: 32px;
  color: #fff;
  text-align: center;
  line-height: 60px;
  margin-top: 50px;
}
.ind02 .text .p2{
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 35px;
  padding-top: 20px;
}
.ind02 .text .more{
  width: 178px;
  height: 58px;
  font-size: 16px;
  line-height: 58px;
  border-radius: 50px;
  display: block;
  color: #fff;
  margin-top: 38px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.5s;
}
.ind02 .text .more p {
  border-radius: 50px;
  transition: all 0.5s;
  position: relative;
  z-index: 2;
  background: url(../images/icon/icon_5.png) right 45px center no-repeat;
  box-sizing: border-box;
  height: 100%;
  border: 1px solid #fff;
  padding-right: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ind02 .text .more::after {
  transition: all 0.5s;
  position: absolute;
  left: 0;
  top: 0;
  width: 0px;
  height: 100%;
  background: #00b6aa;
  content: " ";
}
.ind02 .text .more p:hover{
  border: 1px solid #00b6aa;
}
.ind02 .text .more:hover::after {
  transition: all 0.5s;
  width: 100%;
}
.ind02 .text .more:hover p {
  color: #fff;
  background: url(../images/icon/icon_5.png) right 45px center no-repeat;
}



@media (max-width: 1680px){
  .ind01 .tab-data li .l{
    height: 410px;
  }
  .ind01 .tab-data li .l .n p{
    line-height: 40px;
  }
}
@media (max-width: 1460px){
  
}


