html {
  scroll-behavior: smooth;
}

.banner_container {
  position: relative;
  width: 100%;
  height: 700px;
  overflow: hidden;
  margin-bottom: 50px;
  overflow: hidden;
}

/* 背景图 */
.background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/cms_files/filemanager/1573/picture/20258/DF7F0AA3E6595361F1722865800C3B24.jpg) ;
  background-size: cover;
  background-position: center bottom;
  z-index: 1;
}
.banner_title{
  position: absolute;
  font-size: 50px;
  color: #fff;
  font-weight: bold;
  width: 83.3%;
  bottom: 70px;
  z-index: 20;
  left: 8%;
}
/* .banner_container img.Mask{
    position: absolute;
    z-index: 3;
    left: 0;
    right: 0;
    width: 100%;
    height: 700px;
   animation: move-forever 3s cubic-bezier(0.55,0.5,0.45,0.1) infinite;
  } */

.ty_more {
  border-radius: 50px;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 140px;
  height: 40px;
  border: 2px solid #00A4B1;
  padding: 0 8px 0 31px;
  color: #00A4B1;
  font-size: 16px;
  position: relative;
  z-index: 1;
  transition: 0.4s all;
}

.ty_more span {
  width: 30px;
  height: 30px;
  border-radius: 50px;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 4;
}

.ty_more p {
  z-index: 4;
}

.ty_more img {
  transition: 0.5s all;
}

.ty_more .active {
  display: none;
}

.ty_more::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  transition: 0.3s all;
  border-radius: 50px;
}

.ty_more:hover p {
  color: #fff;
}

.ty_more:hover span {
  background-color: #00A4B1;
}

.ty_more:hover .active {
  display: block;
}

.ty_more:hover .no_active {
  display: none;
}

.ty_more:hover::before {
  width: 100%;
  background-color: #00A4B1;
  z-index: 2;
}


svg.waves {
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 100px;
  max-height: 200px;
  overflow: auto;
  transform: rotateY(180deg);
}

.parallax>use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 5s;
}

.parallax>use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 8s;
}

.parallax>use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 11s;
}

.parallax>use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 8s;
}

.parallax>use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.1) infinite;
}

@keyframes move-forever {
  0% {
    transform: translate3d(85px, 0, 0)
  }

  100% {
    transform: translate3d(-90px, 0, 0)
  }
}


/* 导航 */
.breadcrumb {
  max-width: 100%;
  max-height: 70px;
  margin: 0 8%;
  display: flex;
  align-items: center;
  position: relative;
  font-size: 18px;
  color: #555555;
}

.breadcrumb img {
  margin-top: 4px;
}


.select_down {
  margin-left: 9px;
  transition: all 0.3s ease;
}
.select{
  position: relative;
}
.breadcrumb .other_col{
  position: absolute;
  left: 0;
  top: 30px;
  z-index: 999;
  border-radius: 20px;
  background-color: #fff;
  padding: 0;
  box-shadow: 0 10px 60px 0 rgba(112,112,112,0.1);
  width: 300px;
  height: 0;
  transition: all 0.3s ease;
  overflow: hidden;
}
.select.active .other_col{
 height: auto;
  padding: 20px;
}
.breadcrumb .other_col li{
  line-height: 40px;
  font-size: 18px;
}

.Con {
  margin: 137px auto 183px auto;
  width: 83.3%;
  display: flex;
  justify-content: center;
  align-items: center;
}


.circle {
  position: relative;
  width: 640px;
  height: 640px;
  margin: 20px auto;
  border-radius: 50%;
     display: flex;
    justify-content: center;
    align-items: center;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 32px 0px;
}

.sector {
  position: absolute;
  width: 640px;
  height: 640px;
  top: 0;
  left: 0;
  background-color: #F3FDFE;
  cursor: pointer;
  transition: background-color 0.3s;
  overflow: visible;
  z-index: 1;
  /* 圆环层级 */
}

.sector.active {
  background-color: #00A4B1 !important;
  color: white;
}

.label {
  position: absolute;
  line-height: 30px;
  text-align: center;
  font-weight: bold;
  font-family: Arial, sans-serif;
  color: #333;
  user-select: none;
  pointer-events: none;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.sector.active .label {
  color: white;
}

/* 中间白色圆形背景和图片 */
.center-image {
  width: 390px;
  height: 390px;
  background-color: white;
  border-radius: 50%;
  z-index: 10;
  /* 最高层级，覆盖圆环 */
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.center-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  display: none;
}
.center-image img.active{
  display: block;
}

.circle_con{
    width: calc(100% - 774px);
    padding: 0 52.5px;
    margin-left: 134px;
    background-color: #F3FDFE;
    border-radius: 20px;
    box-sizing: border-box;
}
.circle_con .circle_con_text{
  width: 100%;
  margin: 67px 0 100px 0;
   display: none;
}
.circle_con .circle_con_text.active{
  display: block;
}
.circle_con .circle_con_text h1{
  font-size: 40px;
  line-height:44px;
  color: #00A4B1;
  max-width: 440px;
  margin-bottom: 50px;
  font-weight: bold;
}
.circle_con .circle_con_text p{
  font-size: 18px;
  line-height: 36px;
  color: #333;
}