* {
    margin: 0;
    padding: 0;
  }

  body{ color:#484848;
    font:14px/1.5 'Microsoft JhengHei','\5FAE\8F6F\96C5\9ED1',arial,\5b8b\4f53,helvetica,sans-serif;
}
.reset_style, body{
  word-break: normal;
}
    a{  transition:all .3s;text-decoration:none;}
    a:hover,a:focus{ color:#82bf24;text-decoration:none;}

.subpage_ad .text{display:none;}
  div[class^=e_richText-] img {
    max-width: 100% !important;
    height: auto !important;
  }

  div[class^=e_richText-] video {
    max-width: 100% !important;
    height: auto !important;
  }

@media only screen and (max-width: 768px) {


  div[class^=e_richText-] img {
    max-width: 100% !important;
    height: auto !important;
  }

  div[class^=e_richText-] video {
    max-width: 100% !important;
    height: auto !important;
  }
}

.main_circle {
  display: flex;
  height: 100vh;
  width: 100%;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.navigation-circle {
  display: block;
  position: relative;
  height: 400px;
  width: 400px;
  margin: auto;
}
.navigation-circle__inner {
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
}
.navigation-circle__list {
    display: block;
    position: absolute;
    height: 335px;
    width: 355px;
    transform: rotate(-90deg);
    animation: 2.2s cubic-bezier(0.25, -0.25, 0.35, 1) 0 1 animate-in-list forwards;
}

.navigation-circle-svg {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: rotateZ(-90deg);
    background: url(https://omo-oss-image1.thefastimg.com//portal-saas/new2022030214003619063/cms/image/4bb58e8e-50dd-4303-ba96-410bab95a49b.png);
    background-size: cover;
}
.navigation-circle-svg--opaque {
  opacity: 0.5;
}
.navigation-circle-svg--mask circle {
  transition: all 0.5s ease;
  transition-delay: 0.5s;
  animation: 2.2s ease 0 1 animate-in-svg-circle-mask backwards;
}

.navigation-circle-list-item {
  display: block;
  position: absolute;
  height: 0;
  width: calc(50% + 16px);
  top: 50%;
  left: 50%;
  list-style: none;
  transform-origin: 0 0;
}
.navigation-circle-list-item__point {
  display: block;
  position: absolute;
  height: 32px;
  /* width: 100%; */
  /* top: -16px; */
  right: 2px;
  cursor: pointer;
  transform: scale(0);
}
.navigation-circle-list-item__point:before {
  content: "â€¢";
  display: none;
  position: absolute;
  height: 32px;
  width: 32px;
  top: 0;
  color: transparent;
  background-color: transparent;
  font-size: 12px;
  font-weight: 400;
  line-height: 32px;
  text-align: center;
  border: 2px solid #82bf24;
  border-radius: 50%;
  box-shadow: inset 0px 0px 0px 0px #82bf24;
  transform: scale(0.75);
  transition: all 0.5s ease;
}
.navigation-circle-list-item__point:after {
  content: "";
  display: none;
  position: absolute;
  height: 1px;
  width: 0px;
  top: 18px;
  left: 31px;
  background-color: #82bf24;
  transition: all 0.5s ease;
}
.navigation-circle-list-item__meta {
  display: block;
  position: absolute;
  overflow: hidden;
  opacity: 1;
  transform-origin: center;
  /* margin-left: 78px; */
  /* min-width: 68px; */
  padding: 4px;
  white-space: nowrap;
}
.navigation-circle-list-item__title {
    display: inline;
    color: #aaca65;
    text-align: left;
    font-size: 18px;
    padding-bottom: 4px;
    margin-bottom: 6px;
    font-weight: lighter;
}
.navigation-circle-list-item__subtitle {
  display: block;
  color: #f7f7f7;
  text-align: center;
  font-weight: 200;
  font-size: 8px;
  display: none;
}

.navigation-circle-list-item:nth-of-type(1) {
  transform: rotateZ(calc((360deg / 10) * 1.5)) scale(.85);
}

.navigation-circle-list-item:nth-of-type(1)
.navigation-circle-list-item__meta {
  transform: rotateZ(calc((45deg / 10) * 8));
}

.swiper-slide-active .navigation-circle-list-item:nth-of-type(1) .navigation-circle-list-item__point {
  animation: 1s cubic-bezier(0.55, -0.3, 0.6, 1.5) 0s 1 animate-in-list-item-point forwards;
}
.response-transition .navigation-circle-list-item:nth-of-type(1) .navigation-circle-list-item__point {
  animation: 1s cubic-bezier(0.55, -0.3, 0.6, 1.5) 0s 1 animate-in-list-item-point forwards;
}

.navigation-circle-list-item:nth-of-type(2) {
  transform: rotateZ(calc((360deg / 10) * 2.5)) scale(0.8);
}

.navigation-circle-list-item:nth-of-type(2)
.navigation-circle-list-item__meta {
  transform: rotateZ(calc((90deg / 10) * 0)) translate(100%, -100%) scale(1.5);
}

.swiper-slide-active .navigation-circle-list-item:nth-of-type(2)
.navigation-circle-list-item__point {
  animation: 1s cubic-bezier(0.55, -0.3, 0.6, 1.5) 0.2s 1 animate-in-list-item-point forwards;
}
.response-transition .navigation-circle-list-item:nth-of-type(2)
.navigation-circle-list-item__point {
  animation: 1s cubic-bezier(0.55, -0.3, 0.6, 1.5) 0.2s 1 animate-in-list-item-point forwards;
}

.navigation-circle-list-item:nth-of-type(3) {
  transform: rotateZ(calc((360deg / 10) * 3));
}

.navigation-circle-list-item:nth-of-type(3)
.navigation-circle-list-item__meta {
  transform: rotateZ(calc((45deg / 10) * -4)) scale(1.5);
}

.swiper-slide-active .navigation-circle-list-item:nth-of-type(3)
.navigation-circle-list-item__point {
  animation: 1s cubic-bezier(0.55, -0.3, 0.6, 1.5) 0.4s 1 animate-in-list-item-point forwards;
}
.response-transition .navigation-circle-list-item:nth-of-type(3)
.navigation-circle-list-item__point {
  animation: 1s cubic-bezier(0.55, -0.3, 0.6, 1.5) 0.4s 1 animate-in-list-item-point forwards;
}

.navigation-circle-list-item:nth-of-type(4) {
  transform: rotateZ(calc((360deg / 10) * 4));
}

.navigation-circle-list-item:nth-of-type(4)
.navigation-circle-list-item__meta {
  transform: rotateZ(calc((90deg / 10) * -6));
}

.swiper-slide-active .navigation-circle-list-item:nth-of-type(4)
.navigation-circle-list-item__point {
  animation: 1s cubic-bezier(0.55, -0.3, 0.6, 1.5) 0.6s 1 animate-in-list-item-point forwards;
}
.response-transition .navigation-circle-list-item:nth-of-type(4)
.navigation-circle-list-item__point {
  animation: 1s cubic-bezier(0.55, -0.3, 0.6, 1.5) 0.6s 1 animate-in-list-item-point forwards;
}


.navigation-circle-list-item:nth-of-type(5) {
  transform: rotateZ(calc((360deg / 10) * 5));
}

.navigation-circle-list-item:nth-of-type(5)
.navigation-circle-list-item__meta {
  transform: rotateZ(calc((90deg / 10) * -10));
}

.swiper-slide-active .navigation-circle-list-item:nth-of-type(5)
.navigation-circle-list-item__point {
  animation: 1s cubic-bezier(0.55, -0.3, 0.6, 1.5) 0.8s 1 animate-in-list-item-point forwards;
}
.response-transition .navigation-circle-list-item:nth-of-type(5)
.navigation-circle-list-item__point {
  animation: 1s cubic-bezier(0.55, -0.3, 0.6, 1.5) 0.8s 1 animate-in-list-item-point forwards;
}


.navigation-circle-list-item:nth-of-type(6) {
  transform: rotateZ(calc((360deg / 10) * 6)) scale(.95);
}

.navigation-circle-list-item:nth-of-type(6)
.navigation-circle-list-item__meta {
  transform: rotateZ(calc((90deg / 10) * -14)) translate(0%, -200%);
}

.swiper-slide-active .navigation-circle-list-item:nth-of-type(6)
.navigation-circle-list-item__point {
  animation: 1s cubic-bezier(0.55, -0.3, 0.6, 1.5) 1s 1 animate-in-list-item-point forwards;
}
.response-transition .navigation-circle-list-item:nth-of-type(6)
.navigation-circle-list-item__point {
  animation: 1s cubic-bezier(0.55, -0.3, 0.6, 1.5) 1s 1 animate-in-list-item-point forwards;
}


.navigation-circle-list-item:nth-of-type(7) {
  transform: rotateZ(calc((360deg / 10) * 7)) scale(0.8);
}

.navigation-circle-list-item:nth-of-type(7)
.navigation-circle-list-item__meta {
  transform: rotateZ(calc((90deg / 10) * 22)) scale(2) translate(-20%, -100%);
}

.swiper-slide-active .navigation-circle-list-item:nth-of-type(7)
.navigation-circle-list-item__point {
  animation: 1s cubic-bezier(0.55, -0.3, 0.6, 1.5) 1.2s 1 animate-in-list-item-point forwards;
}
.response-transition .navigation-circle-list-item:nth-of-type(7)
.navigation-circle-list-item__point {
  animation: 1s cubic-bezier(0.55, -0.3, 0.6, 1.5) 1.2s 1 animate-in-list-item-point forwards;
}

.navigation-circle-list-item:nth-of-type(8) {
  transform: rotateZ(calc((360deg / 10) * 8)) scale(0.5) translate(100%, -10%);
}

.navigation-circle-list-item:nth-of-type(8)
.navigation-circle-list-item__meta {
  transform: rotateZ(calc((90deg / 10) * -22)) scale(2);
}

.swiper-slide-active .navigation-circle-list-item:nth-of-type(8)
.navigation-circle-list-item__point {
  animation: 1s cubic-bezier(0.55, -0.3, 0.6, 1.5) 1.2s 1 animate-in-list-item-point forwards;
}
.response-transition .navigation-circle-list-item:nth-of-type(8)
.navigation-circle-list-item__point {
  animation: 1s cubic-bezier(0.55, -0.3, 0.6, 1.5) 1.2s 1 animate-in-list-item-point forwards;
}


.swiper-slide-active .navigation-circle-list-item:nth-of-type(9)
.navigation-circle-list-item__point {
  animation: 1s cubic-bezier(0.55, -0.3, 0.6, 1.5) 1.2s 1 animate-in-list-item-point forwards;
}
.response-transition .navigation-circle-list-item:nth-of-type(9)
.navigation-circle-list-item__point {
  animation: 1s cubic-bezier(0.55, -0.3, 0.6, 1.5) 1.2s 1 animate-in-list-item-point forwards;
}

.navigation-circle-list-item:nth-of-type(9) {
  transform: rotateZ(calc((360deg / 10) * 9)) scale(0.7);
}

.navigation-circle-list-item:nth-of-type(9)
.navigation-circle-list-item__meta {
  transform: rotateZ(calc((90deg / 10) * 14)) scale(1.5) translate(-40%, 100%);
}

.swiper-slide-active .navigation-circle-list-item:nth-of-type(10)
.navigation-circle-list-item__point {
  animation: 1s cubic-bezier(0.55, -0.3, 0.6, 1.5) 1.2s 1 animate-in-list-item-point forwards;
}
.response-transition .navigation-circle-list-item:nth-of-type(10)
.navigation-circle-list-item__point {
  animation: 1s cubic-bezier(0.55, -0.3, 0.6, 1.5) 1.2s 1 animate-in-list-item-point forwards;
}

.swiper-slide-active .navigation-circle-list-item:nth-of-type(10)
.navigation-circle-list-item__point {
  animation: 1s cubic-bezier(0.55, -0.3, 0.6, 1.5) 1.2s 1 animate-in-list-item-point forwards;
}
.response-transition .navigation-circle-list-item:nth-of-type(10)
.navigation-circle-list-item__point {
  animation: 1s cubic-bezier(0.55, -0.3, 0.6, 1.5) 1.2s 1 animate-in-list-item-point forwards;
}

.navigation-circle-list-item:nth-of-type(10) {
  transform: rotateZ(calc((360deg / 10) * 10)) scale(1);
  opacity: .8;
}

.navigation-circle-list-item:nth-of-type(10)
.navigation-circle-list-item__meta {
  transform: rotateZ(-270deg) translate(30%, 200%) scale(1.5);
}

.swiper-slide-active .navigation-circle-list-item:nth-of-type(10)
.navigation-circle-list-item__point {
  animation: 1s cubic-bezier(0.55, -0.3, 0.6, 1.5) 1.2s 1 animate-in-list-item-point forwards;
}
.response-transition .navigation-circle-list-item:nth-of-type(10)
.navigation-circle-list-item__point {
  animation: 1s cubic-bezier(0.55, -0.3, 0.6, 1.5) 1.2s 1 animate-in-list-item-point forwards;
}


.navigation-circle-list-item:hover .navigation-circle-list-item__point:before {
  /* transform: scale(1); */
  /* font-size: 16px; */
}

.navigation-circle-list-item .navigation-circle-list-item__point:after {
  width: 32px;
  left: 34px;
}

.navigation-circle-list-item:hover .navigation-circle-list-item__meta {
  opacity: 1;
}

.navigation-circle-list-item:active .navigation-circle-list-item__point:before,
.navigation-circle-list-item.active .navigation-circle-list-item__point:before {
  /* transform: scale(0.85); */
  /* color: #000; */
  /* box-shadow: inset 0px 0px 0px 16px #82bf24; */
  /* border-color: transparent; */
}

.navigation-circle-list-item:active .navigation-circle-list-item__point:after,
.navigation-circle-list-item.active .navigation-circle-list-item__point:after {
  width: 34px;
  left: 32px;
}

.navigation-circle-list-item:active .navigation-circle-list-item__meta,
.navigation-circle-list-item.active .navigation-circle-list-item__meta {
  opacity: 1;
}

@keyframes animate-in-list {
  0% {
    transform: rotate(-540deg);
  }
  100% {
    transform: rotate(-90deg);
  }
}
@keyframes animate-in-svg-circle-mask {
  0% {
    stroke-dashoffset: 1005;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes animate-in-list-item-point {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}



/*float*/
 .map-otherInfo p {
     font-size: 15px;
     color: #231815;
     margin-bottom: 0;
     line-height: 1.8em;
 }

 .map-otherInfo {
     background: #f4f4f4;
     padding: 20px 30px;
     border-left: none;
 }

 .floatbox {
     position: fixed;
     left: 0;
     margin-left: 20px;
     top: 10%;
     padding-bottom: 20px;
     z-index: 999;
 }

 .weix,
 .pho,
 .qqq,
 .tp {
     width: 60px;
     height: 60px;
     margin-bottom: 1px;
     cursor: pointer;
     position: relative;
     display: block;
 }

 .fangan {
     display: block;
     transition: 0.3s;
     background: #535353 url(https://omo-oss-image1.thefastimg.com//portal-saas/new2022030214003954150/cms/image/5ed72764-8c19-46f0-b2f5-3a29615481b2.png) no-repeat center;
 }

 .fangan:hover {
     background: #add06e url(https://omo-oss-image1.thefastimg.com//portal-saas/new2022030214003954150/cms/image/4327f0be-8f83-4242-b3ab-c0a100c9e5b6.png) no-repeat center;
 }

 .qq {
     background: #efefef url(https://omo-oss-image1.thefastimg.com//portal-saas/new2022030214003954150/cms/image/d4bbd774-93f1-4445-93d9-ce29d56a68e9.png) no-repeat center;
     background-color: #535353;
     transition: 0.3s;
 }

 .qq:hover {
     background: #add06e url(https://omo-oss-image1.thefastimg.com//portal-saas/new2022030214003954150/cms/image/133ce5ad-c82b-4ab2-85af-3ff0b58d2dc4.png) no-repeat center;
     background-color: #add06e;
 }

 .qq:hover .ewmq {
     display: block;
 }

 .weixin {
     background: url(https://omo-oss-image1.thefastimg.com//portal-saas/new2022030214003954150/cms/image/3b608628-28ba-47cc-8683-1da9ccb12f8d.png) no-repeat center;
     background-color: #535353;
     transition: 0.3s;
 }

 .weixin:hover {
     background: url(https://omo-oss-image1.thefastimg.com//portal-saas/new2022030214003954150/cms/image/98202f38-b1a3-4902-b442-c97b6666e022.png) no-repeat center;
     background-color: #add06e;
 }

 .weixin:hover .ewm {
     display: flex;
 }

 .phone {
     background: #535353 url(https://omo-oss-image1.thefastimg.com//portal-saas/new2022030214003954150/cms/image/cf16ccea-fb19-4c4b-813a-8e1ec8bb2a44.png) no-repeat center;
     transition: 0.3s;
 }

 .phone:hover {
     background: #add06e url(https://omo-oss-image1.thefastimg.com//portal-saas/new2022030214003954150/cms/image/e0eb603e-867e-40ef-9e73-c4ebba371863.png) no-repeat center;
 }

 .phone:hover .tel {
     display: block;
 }

 .qq:hover .qqbox {
     display: block;
 }

 .top {
     background: url(https://omo-oss-image1.thefastimg.com//portal-saas/new2022030214003954150/cms/image/8ba569ca-836e-4f80-aff7-b9a8f9e1efb6.png) 0px 0px no-repeat;
     background-color: #add06e;
 }

 .top:hover {}

 .ewm {
     position: absolute;
     right: -340px;
     top: 0px;
     width: 340px;
     display: none;
     justify-content: space-between;
     text-align: center;
     font-size: 14px;
     color: #fff;
 }

 .ewm img {
     width: 160px;
     height: 160px;
     margin-bottom: 10px;
 }
.ewm > div{width:160px;}
 .ewmq {
     position: absolute;
     right: -160px;
     top: 0px;
     width: 160px;
     display: none;
 }

 .tel {
     background-color: #535353;
     position: absolute;
     width: 250px;
     left: 100%;
     top: 0px;
     font-size: 15px;
     text-align: center;
     display: none;
 }
.tel > div{color:#add06e;padding:10px}
 .qqbox {
     background-color: #535353;
     position: absolute;
     width: 250px;
     left: 100%;
     top: 0px;
     line-height: 60px;
     font-size: 16px;
     text-align: center;
     display: none;
     color: #add06e;
 }

 .tel a {
     color: #add06e;
     padding: 8px 0;
     display: block;
 }

