.h_360Page .h_banner1 {
  --color1: #0FB264;
  --color2: #59C27C;
}
.h_360Page .h_banner1 .h_img {
  height: 100%;
  text-align: right;
}
.h_360Page .h_banner1 .h_img img {
  width: auto;
  height: 100%;
}
.h_360Page .h_box1 {
  position: relative;
}
.h_360Page .h_box1 .h_BigBox .h_boxs1 {
  width: 686px;
  height: 686px;
  border: 2px dashed rgba(15, 178, 100, 0.15);
  border-radius: 50%;
  position: relative;
  margin: 0 auto;
}
.h_360Page .h_box1 .h_BigBox .h_boxs1 .h_boxs2 {
  position: absolute;
  width: calc(100% - 104px);
  height: calc(100% - 104px);
  border: 2px dashed rgba(15, 178, 100, 0.25);
  border-radius: 50%;
}
.h_360Page .h_box1 .h_BigBox .h_boxs1 .h_boxs2 .h_boxs3 {
  position: absolute;
  width: calc(100% - 100px);
  height: calc(100% - 100px);
  border: 2px dashed rgba(15, 178, 100, 0.5);
  border-radius: 50%;
}
.h_360Page .h_box1 .h_BigBox .h_boxs1 .h_boxs2 .h_boxs3 .dot {
  position: absolute;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
.h_360Page .h_box1 .h_BigBox .h_boxs1 .h_boxs2 .h_boxs3 .dot::after {
  position: absolute;
  content: '';
  top: -8px;
  left: calc(50% - 7px);
  width: 14px;
  height: 14px;
  background: #F7B516;
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(247, 181, 22, 0.2);
}
.h_360Page .h_box1 .h_BigBox .h_boxs1 .h_boxs2 .h_boxs3 .dot.dot1 {
  transform: rotate(120deg);
  animation: dotRotate1 4s linear infinite;
}
.h_360Page .h_box1 .h_BigBox .h_boxs1 .h_boxs2 .h_boxs3 .dot.dot2 {
  transform: rotate(200deg);
  animation: dotRotate2 3s linear infinite;
}
.h_360Page .h_box1 .h_BigBox .h_boxs1 .h_boxs2 .h_boxs3 .dot.dot2::after {
  background: #19B957;
  box-shadow: 0 0 0 3px rgba(25, 185, 87, 0.2);
}
.h_360Page .h_box1 .h_BigBox .h_boxs1 .h_boxs2 .h_boxs3 .dot.dot3 {
  transform: rotate(305deg);
  animation: dotRotate3 4s linear infinite;
}
@keyframes dotRotate1 {
  0% {
    transform: rotate(120deg);
  }
  100% {
    transform: rotate(480deg);
  }
}
@keyframes dotRotate2 {
  0% {
    transform: rotate(200deg);
  }
  100% {
    transform: rotate(560deg);
  }
}
@keyframes dotRotate3 {
  0% {
    transform: rotate(305deg);
  }
  100% {
    transform: rotate(-55deg);
  }
}
.h_360Page .h_box1 .h_BigBox .h_boxs1 .h_boxs2 .h_boxs3 .h_boxs4 {
  position: absolute;
  width: calc(100% - 100px);
  height: calc(100% - 100px);
  border: 2px dashed rgba(15, 178, 100);
  border-radius: 50%;
}
.h_360Page .h_box1 .h_BigBox .h_boxs1 .h_boxs2 .h_boxs3 .h_boxs4 .h_boxs5 {
  width: 138px;
  height: 138px;
  background: #FFFFFF;
  border-radius: 142px 142px 142px 142px;
  position: relative;
  z-index: 2;
}
.h_360Page .h_box1 .h_BigBox .h_boxs1 .h_boxs2 .h_boxs3 .h_boxs4 .h_boxs5 .h_text {
  font-size: 20px;
  color: #0FB264;
  font-family: 'MiSans-Bold';
}
.h_360Page .h_box1 .h_BigBox .h_boxs1 .h_boxs2 .h_boxs3 .h_boxs4 .h_boxs5 .h_text span {
  font-size: 44px;
  font-family: 'MiSans-Demibold';
}
.h_360Page .h_box1 .h_BigBox .h_boxs1 .h_boxs2 .h_boxs3 .h_boxs4 .h_shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transform: scale(0);
  box-shadow: inset 0 0 40px 40px rgba(15, 191, 107, 0.6);
  animation: scale_shadow 4s linear infinite;
}
.h_360Page .h_box1 .h_BigBox .h_boxs1 .h_boxs2 .h_boxs3 .h_boxs4 .h_shadow:nth-child(2) {
  animation-delay: 1s;
}
.h_360Page .h_box1 .h_BigBox .h_boxs1 .h_boxs2 .h_boxs3 .h_boxs4 .h_shadow:nth-child(3) {
  animation-delay: 2s;
}
.h_360Page .h_box1 .h_BigBox .h_boxs1 .h_boxs2 .h_boxs3 .h_boxs4 .h_shadow:nth-child(4) {
  animation-delay: 3s;
}
.h_360Page .h_box1 .h_BigBox .h_boxs1 .h_boxs2 .h_boxs3 .h_boxs4 .h_roteimg {
  position: absolute;
  width: 100%;
  height: 100%;
  animation: rote 3s linear infinite;
}
@keyframes scale_shadow {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(0.8);
    opacity: 0.1;
  }
}
.h_360Page .h_box1 .h_BigBox .h_boxs1 .h_boxs2 .h_boxs3 .h_list {
  position: relative;
  width: 100%;
  height: 100%;
}
.h_360Page .h_box1 .h_BigBox .h_boxs1 .h_boxs2 .h_boxs3 .h_list .h_item {
  background: rgba(255, 255, 255, 0.6);
  box-shadow: inset 0 0 0 1px #8CCEAF;
  border-radius: 97px 97px 97px 97px;
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 2;
}
.h_360Page .h_box1 .h_BigBox .h_boxs1 .h_boxs2 .h_boxs3 .h_list .h_item h3 {
  font-size: 18px;
  color: #333333;
  font-family: 'MiSans-Normal';
  padding: 0 14px 0 24px;
  font-weight: normal;
  white-space: nowrap;
}
.h_360Page .h_box1 .h_BigBox .h_boxs1 .h_boxs2 .h_boxs3 .h_list .h_item img {
  width: 60px;
  margin: 0 -1px 0 0;
}
.h_360Page .h_box1 .h_BigBox .h_boxs1 .h_boxs2 .h_boxs3 .h_list .h_item:nth-child(2n) {
  flex-direction: row-reverse;
}
.h_360Page .h_box1 .h_BigBox .h_boxs1 .h_boxs2 .h_boxs3 .h_list .h_item:nth-child(2n) h3 {
  padding: 0 24px 0 14px;
}
.h_360Page .h_box1 .h_BigBox .h_boxs1 .h_boxs2 .h_boxs3 .h_list .h_item:nth-child(2n) img {
  margin: 0 0 0 -1px;
}
.h_360Page .h_box1 .h_BigBox .h_boxs1 .h_boxs2 .h_boxs3 .h_list .h_item:nth-child(3),
.h_360Page .h_box1 .h_BigBox .h_boxs1 .h_boxs2 .h_boxs3 .h_list .h_item:nth-child(4) {
  top: 106px;
}
.h_360Page .h_box1 .h_BigBox .h_boxs1 .h_boxs2 .h_boxs3 .h_list .h_item:nth-child(5),
.h_360Page .h_box1 .h_BigBox .h_boxs1 .h_boxs2 .h_boxs3 .h_list .h_item:nth-child(6) {
  top: 212px;
}
.h_360Page .h_box1 .h_BigBox .h_boxs1 .h_boxs2 .h_boxs3 .h_list .h_item:nth-child(7),
.h_360Page .h_box1 .h_BigBox .h_boxs1 .h_boxs2 .h_boxs3 .h_list .h_item:nth-child(8) {
  top: 318px;
}
.h_360Page .h_box1 .h_BigBox .h_boxs1 .h_boxs2 .h_boxs3 .h_list .h_item:nth-child(9),
.h_360Page .h_box1 .h_BigBox .h_boxs1 .h_boxs2 .h_boxs3 .h_list .h_item:nth-child(10) {
  top: 430px;
}
.h_360Page .h_box1 .h_BigBox .h_boxs1 .h_boxs2 .h_boxs3 .h_list .h_item:nth-child(1),
.h_360Page .h_box1 .h_BigBox .h_boxs1 .h_boxs2 .h_boxs3 .h_list .h_item:nth-child(9) {
  right: calc(100% - 70px);
}
.h_360Page .h_box1 .h_BigBox .h_boxs1 .h_boxs2 .h_boxs3 .h_list .h_item:nth-child(2),
.h_360Page .h_box1 .h_BigBox .h_boxs1 .h_boxs2 .h_boxs3 .h_list .h_item:nth-child(10) {
  left: calc(100% - 70px);
}
.h_360Page .h_box1 .h_BigBox .h_boxs1 .h_boxs2 .h_boxs3 .h_list .h_item:nth-child(3),
.h_360Page .h_box1 .h_BigBox .h_boxs1 .h_boxs2 .h_boxs3 .h_list .h_item:nth-child(7) {
  right: 100%;
}
.h_360Page .h_box1 .h_BigBox .h_boxs1 .h_boxs2 .h_boxs3 .h_list .h_item:nth-child(4),
.h_360Page .h_box1 .h_BigBox .h_boxs1 .h_boxs2 .h_boxs3 .h_list .h_item:nth-child(8) {
  left: 100%;
}
.h_360Page .h_box1 .h_BigBox .h_boxs1 .h_boxs2 .h_boxs3 .h_list .h_item:nth-child(5) {
  right: calc(100% + 70px);
}
.h_360Page .h_box1 .h_BigBox .h_boxs1 .h_boxs2 .h_boxs3 .h_list .h_item:nth-child(6) {
  left: calc(100% + 70px);
}
.h_360Page .h_box1 .h_bg {
  position: absolute;
  right: 0;
  bottom: 80px;
  width: 648px;
}
.h_360Page .h_box1 .h_Gap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background: #F6F6F6;
}
.h_360Page .h_box2 {
  background: #F6F6F6;
  padding-top: 40px;
}
.h_360Page .h_box2 .h_ggTitle3 {
  --color1: #0FB264;
  --color2: #64D98A;
}
.h_360Page .h_box2 .h_ggSwiper {
  --color1: #7CE79F;
  --color2: #0FB264;
  --b-color1: #EFFAEA;
  --b-color2: #29B916;
}
.h_360Page .h_caseBox {
  --b-color: #0FB264;
  --color1: #7CE79F;
  --color2: #0FB264;
  --color3: #0FB264;
}
.h_360Page .h_caseBox .h_ggTitle3 {
  --color1: #0FB264;
  --color2: #64D98A;
}
.h_360Page .h_cfBox {
  --this-theme: #0fb264;
  --this-theme2: rgba(15, 178, 100, 0.5);
}
@keyframes rote {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rote2 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@media screen and (max-width: 1300px) {
  .h_360Page .h_box1 .h_BigBox .h_boxs1 {
    width: 600px;
    height: 600px;
  }
}
@media screen and (max-width: 1024px) {
  .h_360Page .h_box1 .h_BigBox .h_boxs1 {
    width: auto;
    height: auto;
  }
  .h_360Page .h_box1 .h_BigBox .h_boxs1 .h_boxs2 .h_boxs3 .h_boxs4,
  .h_360Page .h_box1 .h_BigBox .h_boxs1 .h_boxs2 .h_boxs3 .dot {
    display: none;
  }
  .h_360Page .h_box1 .h_BigBox .h_boxs1,
  .h_360Page .h_box1 .h_BigBox .h_boxs1 .h_boxs2,
  .h_360Page .h_box1 .h_BigBox .h_boxs1 .h_boxs2 .h_boxs3 {
    position: static;
    border: none;
    width: auto;
  }
  .h_360Page .h_box1 .h_BigBox .h_boxs1 .h_boxs2 .h_boxs3 .h_list .h_item {
    position: static;
  }
  .h_360Page .h_box1 .h_BigBox .h_boxs1 .h_boxs2 .h_boxs3 .h_list {
    padding: 30px 0;
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 20px;
  }
  .h_360Page .h_box1 .h_BigBox .h_boxs1 .h_boxs2 .h_boxs3 .h_list .h_item {
    flex-direction: row-reverse;
    width: calc(33.33333% - 20px);
    justify-content: flex-end;
  }
  .h_360Page .h_box1 .h_BigBox .h_boxs1 .h_boxs2 .h_boxs3 .h_list .h_item h3 {
    white-space: wrap;
    padding: 0 16px;
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .h_360Page .h_box1 .h_BigBox .h_boxs1 .h_boxs2 .h_boxs3 .h_list {
    padding: 0;
    row-gap: 16px;
    margin-top: 16px;
  }
  .h_360Page .h_box1 .h_BigBox .h_boxs1 .h_boxs2 .h_boxs3 .h_list .h_item {
    width: 100%;
  }
}
