body {
  width: 100vw;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: scroll;
}
.index-content {
  margin-top: 1rem;
}
.index-content .indexBanner {
  width: 100%;
  height: calc(100vh - 1rem);
}
.index-content .indexBanner .swiper-wrapper .swiper-slide video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-content .indexBanner .swiper-wrapper .swiper-slide .img {
  width: 100%;
  height: 100%;
}
.index-content .indexBanner .swiper-wrapper .swiper-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-content .indexBanner .swiper-wrapper .swiper-slide .cen {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  cursor: context-menu;
}
.index-content .indexBanner .swiper-wrapper .swiper-slide .cen .w1200 {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.index-content .indexBanner .swiper-wrapper .swiper-slide .cen .w1200 .h2 {
  font-size: 0.6rem;
}
.index-content .indexBanner .swiper-wrapper .swiper-slide .cen .w1200 .h3 {
  font-size: 0.37rem;
}
.index-content .indexBanner .swiper-wrapper .swiper-slide .cen .w1200 .p {
  font-size: 0.24rem;
  margin-top: 0.37rem;
  margin-bottom: 0.28rem;
}
.index-content .indexBanner .swiper-wrapper .swiper-slide .cen .w1200 .btn {
  width: 1.8rem;
  height: 0.5rem;
  border-radius: 0.3rem;
  border: 0.01rem solid #fff;
  background-color: rgba(255, 255, 255, 0.2);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 0.18rem;
  cursor: pointer;
  transition: all 0.3s linear;
}
.index-content .indexBanner .swiper-wrapper .swiper-slide .cen .w1200 .btn:hover {
  background-color: #05D3D0;
  border-color: #05D3D0;
}
.section1 {
  display: flex;
  height: 3.4rem;
  position: relative;
  z-index: 9;
  transform: translateY(-0.5rem);
}
.section1 .item {
  width: calc((100% - 0.72rem) / 4);
  height: 100%;
  margin-right: 0.24rem;
  background-color: #fff;
  position: relative;
  border-radius: 0.6rem;
  padding: 0.5rem 0.35rem;
  box-sizing: border-box;
  overflow: hidden;
  transition: all 0.3s linear;
  cursor: pointer;
}
.section1 .item:hover {
  background-color: #05D3D0;
}
.section1 .item:hover .h2 {
  color: #fff;
}
.section1 .item:hover .h3 {
  color: #fff;
}
.section1 .item:hover .p {
  color: #fff;
}
.section1 .item:hover img {
  transform: scale(1.2);
}
.section1 .item:last-of-type {
  margin-right: unset;
}
.section1 .item .h2 {
  font-size: 0.5rem;
  transition: all 0.3s linear;
  color: #05D3D0;
}
.section1 .item .h3 {
  font-size: 0.18rem;
  margin-top: 0.02rem;
  margin-bottom: 0.12rem;
  transition: all 0.3s linear;
  white-space: nowrap;
  color: #303434;
}
.section1 .item .p {
  transition: all 0.3s linear;
  font-size: 0.14rem;
  color: #606868;
}
.section1 .item img {
  width: 1.5rem;
  height: 1.5rem;
  object-fit: cover;
  position: absolute;
  right: 0;
  transition: all 0.3s linear;
  bottom: 0;
}
.section2 {
  position: relative;
  margin-top: 0.3rem;
}
.section2 .tit {
  font-size: 0.4rem;
  color: #303434;
  text-align: center;
  position: relative;
  z-index: 2;
}
.section2 .des {
  font-size: 0.24rem;
  color: #303434;
  text-align: center;
  position: relative;
  z-index: 2;
  font-weight: 200;
}
.section2 .en {
  font-size: 2.5rem;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 0;
  color: #ffffff;
  cursor: context-menu;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section2 .wrap {
  display: flex;
  margin-top: 0.8rem;
  position: relative;
  z-index: 2;
}
.section2 .wrap .item {
  width: calc(100% / 3);
  height: 5rem;
  position: relative;
}
.section2 .wrap .item .img {
  width: 100%;
  height: 100%;
}
.section2 .wrap .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section2 .wrap .item .txt {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.section2 .wrap .item .txt .tit {
  font-size: 0.4rem;
  color: #fff;
  margin-bottom: 0.1rem;
  text-transform: uppercase;
}
.section2 .wrap .item .txt .des {
  max-width: 4.5rem;
  margin: 0 auto;
  text-align: center;
  font-size: 0.24rem;
  color: #fff;
  margin-bottom: 0.5rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  line-height: 1.5em;
  max-height: 3em;
}
.section2 .wrap .item .txt .btn {
  width: 1.8rem;
  height: 0.5rem;
  background-color: rgba(255, 255, 255, 0.2);
  border: 0.01rem solid #ffffff;
  border-radius: 0.3rem;
  overflow: hidden;
  transition: all 0.3s linear;
}
.section2 .wrap .item .txt .btn:hover {
  background-color: #05D3D0;
  border-color: #05D3D0;
}
.section2 .wrap .item .txt .btn a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 0.18rem;
}
.section3 {
  position: relative;
  width: 100%;
  height: 9.4rem;
  padding-top: 0.2rem;
  background-color: #f5f5f5;
}
.section3.mb{
    display: none;
}
.section3 .con {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 19.2rem;
  margin: 0 auto;
}
.section3 img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
}
.section3 img.on {
  display: block;
}
.section3 .cen {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.section3 .cen .p {
  position: absolute;
  font-size: 0.4rem;
  color: #606868;
  cursor: pointer;
}
.section3 .cen .p1 {
  text-align: left;
}
.section3 .cen .p2 {
  text-align: right;
}
.section3 .cen .p.on {
  display: block;
  font-weight: bold;
  color: #303434;
}
.section3 .cen .p.on span {
  color: #05D3D0;
}
.section3 .cen .p1 {
  left: 50%;
  margin-left: -6rem;
  top: 0.8rem;
}
.section3 .cen .p2 {
  left: 50%;
  margin-left: 3.5rem;
  top: 0.8rem;
}
.section3 .cen .p3 {
  left: 50%;
  margin-left: -1.6rem;
  bottom: 0.8rem;
}
.section4 {
  background-color: #00A7A5;
  width: 100%;
  height: 7rem;
  padding-top: 0.6rem;
  box-sizing: border-box;
  position: relative;
}
.section4 .tit {
  font-size: 0.4rem;
  color: #fff;
  margin-bottom: 0.02rem;
  text-align: center;
}
.section4 .des {
  font-size: 0.24rem;
  color: #fff;
  margin-bottom: 0.8rem;
  text-align: center;
  font-weight: 200;
}
.section4 .en {
  position: absolute;
  width: 100%;
  top: 0.85rem;
  font-size: 2.5rem;
  left: 0;
  color: rgba(255, 255, 255, 0.1);
  text-transform: uppercase;
  line-height: 1;
  cursor: context-menu;
  text-align: center;
  white-space: nowrap;
  letter-spacing: 0.15rem;
}
.section4 .wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.section4 .wrap .item {
  width: 3.85rem;
  height: 3rem;
  background-color: #FFFFFF;
  margin-right: 0.24rem;
  padding-top: 0.12rem;
  border-radius: 0.3rem;
  cursor: pointer;
  transition: all 0.3s linear;
}
.section4 .wrap .item:hover {
  background-color: #05D3D0;
}
.section4 .wrap .item:hover .img img {
  transform: scale(1.1);
}
.section4 .wrap .item:hover .h2 {
  color: #fff;
}
.section4 .wrap .item:hover .p {
  color: #fff;
}
.section4 .wrap .item:last-of-type {
  margin-right: unset;
}
.section4 .wrap .item .img {
  width: 3.6rem;
  height: 2rem;
  margin: 0 auto;
  border-radius: 0.3rem;
  overflow: hidden;
}
.section4 .wrap .item .img img {
  width: 100%;
  height: 100%;
  transition: all 0.3s linear;
  object-fit: cover;
}
.section4 .wrap .item .h2 {
  font-size: 0.24rem;
  margin-top: 0.12rem;
  box-sizing: border-box;
  padding: 0 0.12rem;
  color: #303434;
  transition: all 0.3s linear;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  line-height: 1.5em;
  max-height: 1.5em;
}
.section4 .wrap .item .p {
  font-size: 0.18rem;
  padding: 0 0.12rem;
  box-sizing: border-box;
  color: #303434;
  transition: all 0.3s linear;
}
.section4 .more {
  display: block;
  margin: 0 auto;
  width: min-content;
  white-space: nowrap;
  margin-top: 0.5rem;
  cursor: pointer;
}
.section4 .more .p {
  color: #fff;
  font-size: 0.24rem;
}
.section5 {
  padding: 0.8rem 0;
  box-sizing: border-box;
  position: relative;
}
.section5 .tit {
  font-size: 0.4rem;
  color: #303434;
  text-align: center;
  position: relative;
  z-index: 3;
}
.section5 .en {
  font-size: 2.5rem;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0.8rem;
  line-height: 1;
  cursor: context-menu;
}
.section5 .cont {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  height: calc(3.34rem * 2 + 0.24rem);
  margin-top: 1.06rem;
}
.section5 .cont .l {
  width: calc(3.82rem * 2 + 0.24rem);
  height: 3.34rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-right: 0.24rem;
}
.section5 .cont .l .item {
  width: 3.82rem;
  margin-bottom: 0.24rem;
  cursor: pointer;
  transition: all 0.3s linear;
}
.section5 .cont .l .item:hover {
  transform: scale(1.05);
  box-shadow: 0px 0.2rem 0.2rem 0px rgba(0, 0, 0, 0.1);
}
.section5 .cont .l .item:hover .txt .h2 {
  color: #05D3D0;
}
.section5 .cont .l .item:nth-of-type(n+3) {
  margin-bottom: unset;
}
.section5 .cont .l .item .img {
  width: 100%;
  height: 2.16rem;
}
.section5 .cont .l .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section5 .cont .l .item .txt {
  width: 100%;
  height: 1.18rem;
  background-color: #FFFFFF;
  padding: 0.12rem;
  box-sizing: border-box;
}
.section5 .cont .l .item .txt .h2 {
  font-size: 0.2rem;
  color: #303434;
  margin-bottom: 0.08rem;
  height: 0.66rem;
  transition: all 0.3s linear;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  line-height: 1.5em;
  max-height: 3em;
}
.section5 .cont .l .item .txt .time {
  font-size: 0.14rem;
  color: #909898;
}
.section5 .cont .r {
  width: 3.84rem;
  height: 100%;
  padding-top: 0.24rem;
  padding-bottom: 0.1rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  background-color: #FFFFFF;
}
.section5 .cont .r .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.2rem;
  width: 100%;
}
.section5 .cont .r .top ._l {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: .16rem;
}
.section5 .cont .r .top ._l img {
  height: 0.16rem;
  object-fit: cover;
  margin-right: 0.05rem;
}
.section5 .cont .r .top ._l .p {
  font-size: 0.18rem;
  color: #303434;
}
.section5 .cont .r .top ._r{
    font-size: .16rem;
}
.section5 .cont .r .bottom .item {
  display: block;
  width: 100%;
  height: 0.88rem;
  padding: 0.1rem 0.2rem;
  box-sizing: border-box;
  cursor: pointer;
  transition: all 0.3s linear;
}
.section5 .cont .r .bottom .item.on,
.section5 .cont .r .bottom .item:hover {
  background-color: #05D3D0;
}
.section5 .cont .r .bottom .item.on .h2,
.section5 .cont .r .bottom .item:hover .h2 {
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  line-height: 1.5em;
  max-height: 3em;
}
.section5 .cont .r .bottom .item.on .time,
.section5 .cont .r .bottom .item:hover .time {
  color: #fff;
}
.section5 .cont .r .bottom .item .h2 {
  font-size: 0.16rem;
  color: #303434;
  transition: all 0.3s linear;
}
.section5 .cont .r .bottom .item .time {
  font-size: 0.14rem;
  color: #303434;
  transition: all 0.3s linear;
}

@media screen and (max-width: 750px) {
  .index-content {
    margin-top: 56px;
  }
  .index-content .indexBanner {
    height: 6rem;
  }
  .index-content .indexBanner .swiper-wrapper .swiper-slide .cen .w1200 .h2{
      font-size: 20px;
  }
  .index-content .indexBanner .swiper-wrapper .swiper-slide .cen .w1200 .h3{
      font-size: 18px;
  }
  .index-content .indexBanner .swiper-wrapper .swiper-slide .cen .w1200 .p{
      font-size: 16px;
  }
  .index-content .indexBanner .swiper-wrapper .swiper-slide .cen .w1200 .btn{
      width: unset;
      height: unset;
      font-size: 14px;
      padding: 8px 20px;
      border-radius: 30px;
  }
  
  .section1{
      overflow-x: scroll;
      height: 4rem;
  }
  
  .section1::-webkit-scrollbar {
    display: none;
  }
  .section1 .item{
      width: 40%;
      flex-shrink: 0;
      padding: .2rem;
      border-radius: .3rem;
  }
  .section1 .item .h2 {
     font-size: 16px;
  }
  .section1 .item .h3{
     font-size: 14px;
     white-space: normal;
  }
  .section1 .item .p{
     font-size: 12px;
  }
  .section2 .tit{
      font-size: 18px;
  }
  .section2 .des{
      font-size: 14px;
  }
  .section2 .en{
      font-size: 1.4rem;
      letter-spacing: 0;
  }
  .section2 .wrap{
      overflow-x: scroll;
      
  }
  .section2 .wrap::-webkit-scrollbar {
    display: none;
  }
  .section2 .wrap .item{
      width: calc(100% / 3 * 2);
      flex-shrink: 0;
  }
  .section2 .wrap .item .txt .tit{
      font-size: 18px;
  }
  .section2 .wrap .item .txt .des{
      font-size: 16px;
  }
  .section2 .wrap .item .txt .btn {
      width: unset;
      height: unset;
      padding: 8px 20px;
      border-radius: 30px;
  }
  .section2 .wrap .item .txt .btn a{
      font-size: 14px;
  }
  .section3.pc{
      display: none;
  }
  .section3.mb{
      display: block;
      height: unset;
      padding: 0;
  }
  .section3 img{
      position: relative;
  }
  .section3 .con{
      padding: 40px 0;
  }
  .section3 .cen .p{
      font-size: 14px;
  }
  .section3 .cen .p1{
      margin-left: -160px;
      top: 30px;
  }
  .section3 .cen .p2{
      margin-left: 90px;
      top: 30px;
  }
  .section3 .cen .p3{
      bottom: 20px;
      margin-left: -55px;
  }
  .section3 .cen .p.on{
      
  }
  .section4{
      height: auto;
      padding-bottom: .6rem;
  }
  .section4 .wrap{
      justify-content: flex-start;
      overflow-x: scroll;
      padding: 0 5vw;
  }
  .section4 .wrap::-webkit-scrollbar {
    display: none;
  }
  .section4 .wrap .item{
      width: calc(100% / 3 * 2);
      height: auto;
      flex-shrink: 0;
      padding: .12rem;
      box-sizing: border-box;
  }
  .section4 .wrap .item .img{
      width: 100%;
      height: auto;
  }
  .section4 .wrap .item .h2{
      font-size: 16px;
  }
  .section4 .wrap .item .p{
      font-size: 14px;
  }
  .section5 .cont{
      height: auto;
      flex-wrap: wrap;
      padding: 0 5vw;
  }
  .section5 .cont .l{
      width: 100%;
      margin-right: unset;
      height: auto;
      margin-bottom: 5vw;
  }
  .section5 .cont .l .item{
      width: calc((100% - 5vw) / 2);
  }
  .section5 .cont .l .item .txt{
      height: auto;
  }
  .section5 .cont .l .item .txt .h2{
      font-size: 14px;
      height: auto;
  }
  .section5 .cont .r{
      width: 100%;
      height: auto;
  }
  .section5 .cont .r .top ._l{
      font-size: 14px;
  }
  .section5 .cont .r .top ._r{
      font-size: 14px;
  }
  .section5 .cont .r .top ._l img{
      height: 16px !important;
  }
  .section5 .cont .r .bottom .item{
      height: auto;
      border-top: 1px solid #ebebeb;
  }
  .section5 .cont .r .bottom .item:first-of-type{
      border-top: unset;
  }
  .section5 .cont .r .bottom .item .h2{
      font-size: 14px;
  }
  .section5 .cont .r .bottom .item .time{
      font-size: 12px;
  }
  .section4 .en,.section2 .en{
      display: none;
  }
}




























