@charset "utf-8";
/* CSS Document */
body {
  margin: 0;
  padding: 0;
  font-family: "微软雅黑";
  word-wrap: break-word;
  cursor: url('../images/long1.png'), auto !important;
}
* {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
table {
  border-collapse: collapse;
  table-layout: fixed;
}
input {
  vertical-align: middle;
}
img {
  border: 0;
  vertical-align: middle;
}
ul,
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  color: inherit;
}
a:hover {
  text-decoration: none;
}
.tc {
  text-align: center;
}
.tj {
  text-align: justify;
}
.tl {
  text-align: left;
}
.tr {
  text-align: right;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.cl {
  clear: both;
}
.fb {
  font-weight: bold;
}
.lighter {
  font-weight: lighter;
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
}
input,
textarea {
  font: inherit;
}
.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
.two {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
h3 {
  font-weight: normal;
}
em {
  font-style: normal;
}
.flex {
  display: flex;
  display: -webkit-flex;
}
.between {
  justify-content: space-between;
}
.around {
  justify-content: space-around;
}
.center {
  align-items: center;
}
.end {
  align-items: flex-end;
}
.flexcenter {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
}
.flexend {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-end;
}
.wrap {
  flex-wrap: wrap;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
.wrap_box {
  line-height: 1.7;
  color: #333;
  font-size: 0.16rem;
}
.content {
  width: 17.42rem;
  margin: 0 auto;
}
.bigimg img {
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.bigimg:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.w100 {
  width: 100% !important;
}
.h100 {
  height: 100%;
}
.hidden {
  overflow: hidden;
}
.f50 {
  font-size: 0.5rem;
}
.f45 {
  font-size: 0.45rem;
}
.f40 {
  font-size: 0.4rem;
}
.f34 {
  font-size: 0.34rem;
}
.f32 {
  font-size: 0.32rem;
}
.f30 {
  font-size: 0.3rem;
}
.f24 {
  font-size: 0.24rem;
}
.f22 {
  font-size: 0.22rem;
}
.f20 {
  font-size: 0.2rem;
}
.f18 {
  font-size: 0.18rem;
}
.f14 {
  font-size: 14px;
}
.gray {
  color: #505050 !important;
}
.gray6 {
  color: #666 !important;
}
.gray9 {
  color: #999 !important;
}
.white {
  color: #fff;
}
.mar_r20 {
  margin-right: 0.2rem;
}
.mar_t10 {
  margin-top: 0.1rem;
}
.mar_t20 {
  margin-top: 0.2rem;
}
.mar_t30 {
  margin-top: 0.3rem;
}
.mar_t50 {
  margin-top: 0.5rem;
}
.green {
  color: #1a624e;
}
.phone {
  display: none;
}
.guide_page {
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--vh);
  background: #fff;
  overflow: hidden;
}
.guide_page img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.guide_page .y_2 {
  left: 55%;
}
.guide_page .y_3 {
  left: 5%;
  opacity: 0;
}
.guide_page .y_4 {
  opacity: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.header_bg {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8;
  height: 0.9rem;
}
.header_bg.active {
  background: #fff;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
}
.header_bg.active .nav {
  color: #333;
}
.header_bg.active .nav li::after {
  background: #1a624e;
}
.header_bg.active .logo img:first-child,
.header_bg.active .ss_btn img:first-child {
  display: none;
}
.header_bg.active .logo img:last-child,
.header_bg.active .ss_btn img:last-child {
  display: block;
}
.header_bg.active .nav_menu::before,
.header_bg.active .nav_menu::after {
  background: #1a624e;
}
.logo img {
  width: 2.32rem;
  height: 0.63rem;
}
.logo img:last-child {
  display: none;
}
.nav {
  width: 10.6rem;
  color: #fff;
  font-size: 0.18rem;
}
.nav li {
  position: relative;
  line-height: 0.9rem;
}
.nav li::after {
  width: 0;
  height: 4px;
  display: block;
  background: #fff;
  content: "";
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  position: absolute;
  transition: 0.3s;
}
.nav li.active::after {
  width: 90%;
}
.nav li:hover::after {
  width: 90%;
}
.link {
  width: 4.375%;
  margin-right: 4%;
}
.ss_btn {
  cursor: pointer;
  margin: 0 0.26rem 0 0.5rem;
}
.ss_btn img {
  width: 30px;
  height: 31px;
}
.ss_btn img:last-child {
  display: none;
}
.nav_menu {
  width: 40px;
  height: 40px;
  margin-top: -7px;
  cursor: pointer;
  position: relative;
}
.nav_menu::before {
  content: "";
  position: absolute;
  width: 65%;
  height: 2px;
  background: #fff;
  left: 0;
  top: calc(50% + 7px);
  transform: translateY(-50%);
  transition: all 0.5s ease-in-out;
}
.nav_menu::after {
  content: "";
  width: 85%;
  height: 2px;
  background: #fff;
  left: 0;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  transition: all 0.5s ease-in-out;
}
.nav_menu:hover::before {
  width: 85%;
  transition: all 0.5s ease-in-out;
}
.nav_menu:hover::after {
  width: 100%;
  transition: all 0.5s ease-in-out;
}
.nav_box {
  width: 100%;
  height: 100%;
  position: fixed;
  top: -100%;
  background: url(../images/nav_bg.jpg) no-repeat;
  background-size: 100% 100%;
  z-index: 999;
  transition: 0.5s;
  color: #fff;
  padding: 0.5rem 0 0;
}
.nav_box_list {
  width: 17.82rem;
  padding-right: 0.4rem;
  padding-top: 0.6rem;
  margin: 0 auto;
  height: 7.8rem;
  overflow: auto;
}
.nav_box_list::-webkit-scrollbar {
  display: none;
}
.nav_box_list li {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: relative;
  border-top: solid 1px #1b7b74;
}
.nav_box_list li:hover .nav1 {
  transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotatex(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
}
.nav_box_list li:hover .nav2 {
  transform: translate3d(0px, -50%, 0px) scale3d(1, 1, 1) rotatex(90deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
}
.nav_box_list li:hover .nav_pic {
  height: 4.18rem;
  transform: scale(1);
}
.nav_pic {
  width: 3.72rem;
  height: 0;
  right: -0.4rem;
  top: -0.6rem;
  z-index: 5;
  transition: all 0.6s;
  transform: scale(0.5);
}
.nav1 {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 2.4rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
  transition: all 0.6s ease-in-out;
  transform: translate3d(0px, 50%, 0px) scale3d(1, 1, 1) rotateX(90deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
}
.nav_bg {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  overflow: hidden;
}
.nav_bg img {
  height: 2.4rem;
}
.nav_con {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 8em;
  display: flex;
  position: relative;
  overflow: hidden;
  flex-direction: column;
}
.nav_tit {
  font-size: 0.6rem;
}
.nav_txt {
  font-size: 0.2rem;
}
.nav_txt a {
  margin: 0 0.35rem;
}
.nav2 {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 2.4rem;
  text-decoration: none;
  display: flex;
  position: absolute;
  overflow: hidden;
  transition: all 0.6s ease-in-out;
  transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
}
.nav2_tit {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 8em;
  display: flex;
  position: relative;
  overflow: hidden;
  font-size: 0.6rem;
}
.search_box {
  width: 100%;
  height: 100%;
  position: fixed;
  top: -100%;
  left: 0;
  background: url(../images/search_bg.jpg) no-repeat;
  background-size: 100% 100%;
  z-index: 999;
  transition: 0.5s;
  color: #fff;
  padding: 0.5rem 0 0;
}
.search_con {
  height: 0.7rem;
  border-radius: 0.35rem;
  background: #fff;
  padding: 0 0.35rem;
  margin: 0.3rem 0 0;
}
.ss_txt {
  width: 7.3rem;
  height: 0.7rem;
  border: none;
}
.ss_txt::-webkit-input-placeholder {
  color: #09705f;
}
.ss_btn_img {
  width: 0.26rem;
  height: 0.27rem;
  border: none;
}
.search_tit {
  font-size: 0.73rem;
  line-height: 1.3;
}
.key {
  margin: 0.3rem 0 0;
}
.key b {
  font-size: 0.18rem;
}
.key a {
  margin-left: 0.36rem;
}
.search_close,
.menu_close {
  cursor: pointer;
  font-size: 0.2rem;
  text-transform: uppercase;
}
.search_close img,
.menu_close img {
  width: 0.26rem;
  height: 0.26rem;
  margin-left: 0.25rem;
}
.search_logo {
  width: 2.2rem;
}
.long {
  width: 3.14rem;
}
.search_con_box {
  margin: 1.6rem 0 0 2rem;
}
.search_right {
  width: 8rem;
  margin-left: 0.77rem;
}
.close_line {
  width: 0.4rem;
  height: 3px;
  margin-left: 0.25rem;
}
.close_line::before,
.close_line::after {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  background: #fff;
  content: "";
  top: 0;
  transition: all 0.5s ease-in-out;
}
.close_line.active::before {
  transform: rotate(-45deg) translateY(-50%);
}
.close_line.active::after {
  transform: rotate(45deg) translateY(-50%);
}
.banner video {
  height: 100vh;
  object-fit: cover;
}
.banner .swiper-button-next {
  width: 1.16rem;
  height: 1.16rem;
  background: url(../images/next.png) no-repeat center center;
  background-size: 0.33rem 0.17rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0.82rem;
  top: auto;
}
.banner .swiper-button-next::before {
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0.38rem;
  z-index: 1;
  animation: cicle  4s linear infinite;
  background: url(../images/banner_cicle.png);
  background-size: 100% 100%;
  content: '';
}
.banner .swiper-button-next::after {
  display: none;
}
.video_play {
  width: 0.6rem;
  height: 0.6rem;
  position: absolute;
  right: 0.45rem;
  bottom: 0.45rem;
  z-index: 1;
}
.video_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  overflow: hidden;
  z-index: 100;
  background: #000;
}
.video_close {
  width: 0.6rem;
  height: 0.6rem;
  position: absolute;
  font-size: 0.4rem;
  right: 0.5rem;
  top: 0.5rem;
  cursor: pointer;
  color: #fff;
  border: solid 2px #fff;
  border-radius: 100%;
  z-index: 8;
}
.video_con {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.video_con video {
  object-fit: cover;
}
.banner_cicle {
  width: 1.16rem;
  height: 1.16rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0.38rem;
  z-index: 1;
  animation: cicle  4s linear infinite;
}
@keyframes cicle {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
.pagination {
  text-align: center;
}
.pagination li {
  line-height: 42px;
  display: inline-block;
  text-align: center;
  background: #e8e8e8;
  padding: 0 17px;
  margin: 0 5px;
}
.pagination li.active {
  background: red;
  color: #fff;
}
.about_bg {
  background: url(../images/about_bg.jpg) no-repeat center top;
  background-size: 100% 100%;
  height: 10.28rem;
  padding: 1.1rem 0 0;
}
.about_logo {
  margin-bottom: 0.45rem;
}
.about_logo img {
  width: 4.22rem;
}
.about_ad img {
  width: 7.96rem;
}
.tian1 {
  width: 3.11rem;
  bottom: 1rem;
  left: 0;
}
.tian2 {
  width: 4.44rem;
  top: 1.15rem;
  right: 0;
}
.about_line {
  background: url(../images/about_line.png) no-repeat center top;
  background-size: 100% 1.45rem;
  margin: 0.7rem 0 0;
}
.about_box {
  left: 0;
  right: 0;
  top: 0;
}
.about_list {
  width: 11.2rem;
  padding: 0.1rem 0 0;
}
.about_list li {
  text-align: center;
  cursor: pointer;
  font-size: 0.24rem;
}
.about_list li.swiper-slide-prev {
  margin-top: 0.5rem;
}
.about_list li.swiper-slide-active {
  color: #bf9372;
  font-weight: bold;
  font-size: 0.32rem;
}
.about_list li.swiper-slide-active .about_list_dot {
  display: none;
}
.about_list li.swiper-slide-next {
  margin-top: 0.65rem;
}
.about_list_dot {
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  background-color: #00bc71;
  position: relative;
  margin: 0 auto 0.12rem;
}
.about_list_dot > div {
  display: block;
  position: absolute;
  width: 0.2rem;
  height: 0.2rem;
  top: -0.05rem;
  left: -0.05rem;
  background: #00bc71;
  border-radius: 50%;
  animation: twcle 1.2s linear infinite;
}
.about_list2 {
  width: 100%;
  top: 0;
  left: 0;
}
.about_list2 li {
  width: 0;
  height: 0;
  position: absolute;
  cursor: pointer;
}
.about_list2_tit {
  width: 0.98rem;
  margin-left: -0.4rem;
}
.about_list2_tit2 {
  width: 1.3rem;
  color: #bf9372;
  font-size: 0.32rem;
  margin-top: -0.7rem;
  margin-left: -0.6rem;
}
@keyframes twcle {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  50% {
    opacity: 0.2;
    transform: scale(1.2);
  }
  100% {
    opacity: 0;
    transform: scale(1.4);
  }
}
.about_con_box {
  width: 10rem;
  margin: 0.8rem auto 0;
}
.about_con_tit {
  font-size: 0.32rem;
  margin-bottom: 0.15rem;
}
.about_con_txt {
  white-space: pre-line;
  line-height: 2;
}
.cicle_box {
  width: 2rem;
  left: 0;
  right: 0;
  top: 0.5rem;
  margin: 0 auto;
  z-index: 0;
}
.cicle_box1 {
  width: 4rem;
  margin-left: -2rem;
}
.yuan {
  width: 1rem;
  height: 1rem;
  margin-left: -0.55rem;
  animation: move 4s infinite;
}
.yuan:first-child {
  margin-left: 0;
}
.yuan:nth-child(2) {
  margin-top: 0.1rem;
  animation-delay: 0.1s;
}
.yuan:nth-child(3) {
  margin-top: 0.14rem;
  animation-delay: 0.2s;
}
.yuan:nth-child(4) {
  margin-top: 0.24rem;
  animation-delay: 0.3s;
}
.yuan:nth-child(5) {
  margin-top: 0.25rem;
  z-index: 3;
  position: relative;
  animation-delay: 0.4s;
}
.yuan:nth-child(6) {
  margin-top: 0.17rem;
  animation-delay: 0.5s;
}
.yuan:nth-child(7) {
  margin-top: 0.11rem;
  animation-delay: 0.6s;
}
@keyframes move {
  0% {
    transform: translateY(-0.1rem);
  }
  50% {
    transform: translateY(-0.4rem);
  }
  100% {
    transform: translateY(-0.1rem);
  }
}
.tit {
  padding: 0.8rem 0 0;
}
.tit h2 {
  font-size: 0.5rem;
  line-height: 1;
}
.tit img {
  width: 0.38rem;
  height: 0.37rem;
  margin: 0.15rem 0;
}
.tit p {
  color: #999999;
  font-size: 0.22rem;
  font-weight: lighter;
}
.huodong_bg {
  margin-bottom: 1.1rem;
}
.huodong_list {
  margin-top: 0.5rem;
}
.huodong_list_pic {
  width: 9.61rem;
  height: 7.02rem;
}
.huodong_list_con {
  width: 4.85rem;
  padding: 1.2rem 0 0;
}
.huodong_list_date {
  color: #b4b4b4;
  font-size: 0.3rem;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
.huodong_list_txt {
  color: #292929;
  font-size: 0.28rem;
  line-height: 0.48rem;
  height: 1.92rem;
  overflow: hidden;
  margin: 0.3rem 0 0;
  text-align: justify;
}
.huodong_btn {
  width: 3.5rem;
  bottom: 0.73rem;
  right: 5rem;
}
.huodong_btn .swiper-button-prev,
.huodong_btn .swiper-button-next {
  width: 1.21rem;
  height: 1.2rem;
  margin: 0;
  position: relative;
}
.huodong_btn .swiper-button-prev::after,
.huodong_btn .swiper-button-next::after {
  width: 100%;
  height: 100%;
  content: '';
  transition: all 0.3s;
}
.huodong_btn .swiper-button-prev::before,
.huodong_btn .swiper-button-next::before {
  width: 0.4rem;
  height: 1px;
  background: #bcbcbc;
  display: block;
  content: "";
  position: absolute;
  transition: all 0.3s;
}
.huodong_btn .swiper-button-prev {
  background: url(../images/prev2.png) no-repeat 0.5rem center;
  background-size: 0.14rem 0.26rem;
}
.huodong_btn .swiper-button-prev::before {
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 0.5rem;
}
.huodong_btn .swiper-button-prev:hover {
  background: url(../images/prev3.png) no-repeat 0.5rem center;
  background-size: 0.14rem 0.26rem;
}
.huodong_btn .swiper-button-prev:hover::before {
  width: 0;
}
.huodong_btn .swiper-button-prev:hover::after {
  background: url(../images/btn11.png) no-repeat;
  background-size: 100% 100%;
  animation: cicle  4s linear infinite;
}
.huodong_btn .swiper-button-next {
  background: url(../images/next3.png) no-repeat right 0.5rem center;
  background-size: 0.14rem 0.26rem;
}
.huodong_btn .swiper-button-next::before {
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 0.5rem;
}
.huodong_btn .swiper-button-next:hover {
  background: url(../images/next2.png) no-repeat right 0.5rem center;
  background-size: 0.14rem 0.26rem;
}
.huodong_btn .swiper-button-next:hover::before {
  width: 0;
}
.huodong_btn .swiper-button-next:hover::after {
  background: url(../images/btn11.png) no-repeat;
  background-size: 100% 100%;
  animation: cicle  4s linear infinite;
}
.tit1 {
  width: 100%;
  left: 0;
  top: 0;
  z-index: 3;
  color: #fff;
}
.tit1 p {
  color: #fff;
}
.pro_pic li > img {
  height: 10.8rem;
}
.pro_type {
  width: 3.5rem;
  left: 0;
  right: 0;
  height: 6.66rem;
  color: #fff;
  position: absolute;
  margin: 0 auto;
  top: 3rem;
}
.pro_type::after {
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  content: "";
  background: rgba(255, 255, 255, 0.2);
}
.pro_type li {
  text-align: center;
  cursor: pointer;
  line-height: 0.7rem;
  background: url(../images/pro_dot.png) no-repeat center bottom;
  background-size: 0.11rem 0.11rem;
}
.pro_type li.swiper-slide-active {
  font-size: 0.24rem;
  font-weight: bold;
}
.pro_type li.swiper-slide-active::after,
.pro_type li.swiper-slide-active::before {
  width: 0.4rem;
  height: 1px;
  background: #fff;
  display: inline-block;
  content: '';
  vertical-align: middle;
  margin: 0 0.2rem;
}
.pro_con {
  width: 5.56rem;
  height: 5.55rem;
  top: 3rem;
  right: 1.4rem;
  background: url(../images/health_bg.png) no-repeat;
  background-size: 100% 100%;
}
.cy_pic {
  width: 3.52rem;
  height: 3.8rem;
}
.pro_txt {
  color: #fff;
  display: flex;
}
.pro_txt .about_list_dot {
  flex-shrink: 0;
  background: #fff;
  margin: 0;
}
.pro_txt .about_list_dot > div {
  background: #fff;
}
.pro_txt:nth-of-type(1) {
  width: 1.8rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -0.42rem;
  flex-direction: column-reverse;
  align-items: center;
}
.pro_txt:nth-of-type(1) .pro_td {
  margin-bottom: 0.1rem;
}
.pro_txt:nth-of-type(2) {
  left: 3.3rem;
  top: 0.95rem;
  align-items: center;
}
.pro_txt:nth-of-type(2) .about_list_dot {
  margin-right: 0.2rem;
}
.pro_txt:nth-of-type(3) {
  left: 4.98rem;
  top: 1.06rem;
  align-items: center;
}
.pro_txt:nth-of-type(3) .about_list_dot {
  margin-right: 0.2rem;
  flex-shrink: 0;
}
.pro_txt:nth-of-type(4) {
  left: 4.84rem;
  bottom: 2.14rem;
  flex-direction: column-reverse;
}
.pro_txt:nth-of-type(4) .pro_td {
  margin-bottom: 0.1rem;
}
.pro_txt:nth-of-type(5) {
  left: 4.8rem;
  top: 4.55rem;
  flex-direction: column;
}
.pro_txt:nth-of-type(5) .pro_td {
  margin-top: 0.1rem;
}
.pro_txt:nth-of-type(6) {
  flex-direction: row-reverse;
  right: 4.14rem;
  bottom: 0.26rem;
  align-items: center;
}
.pro_txt:nth-of-type(6) .about_list_dot {
  margin-left: 0.2rem;
}
.pro_txt:nth-of-type(7) {
  right: 4.9rem;
  top: 2.66rem;
  flex-direction: row-reverse;
  align-items: center;
}
.pro_txt:nth-of-type(7) .about_list_dot {
  margin-left: 0.2rem;
}
.pro_txt:nth-of-type(8) {
  right: 3.9rem;
  top: 0.5rem;
  flex-direction: column-reverse;
  align-items: flex-end;
}
.pro_txt:nth-of-type(8) .about_list_dot {
  margin-top: 0.1rem;
}
.pro_td {
  flex-shrink: 0;
}
.pro_type_name {
  width: 5.3rem;
  left: 1.2rem;
  top: 2.66rem;
  z-index: 6;
}
.pro_type_pic {
  width: 3.28rem;
  height: 3.12rem;
  margin: 0 auto;
  display: block;
}
.pro_type_txt {
  line-height: 0.32rem;
  margin: 0.35rem 0 0;
}
.pro_btn {
  width: 0.77rem;
  height: 1.06rem;
  top: 7.6rem;
  left: 3.51rem;
  right: auto;
  background: url(../images/health_btn2.png) no-repeat center bottom;
  background-size: 0.26rem 0.25rem;
  transition: all 0.6s;
}
.pro_btn::after {
  content: "";
  width: 0.77rem;
  height: 0.77rem;
  background: url(../images/health_btn1.png) no-repeat center top;
  background-size: 100% 100%;
  display: block;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  animation: cicle  4s linear infinite;
}
.pro_btn:hover {
  transform: translateY(0.2rem);
}
/* 定义关键帧 */
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.pro .swiper-button-prev,
.pro .swiper-button-next {
  width: 1rem;
  height: 1rem;
  border: solid 0.02rem rgba(255, 255, 255, 0.4);
  border-radius: 100%;
  top: 7.6rem;
  transition: all 0.6s 0.5s;
}
.pro .swiper-button-prev::after,
.pro .swiper-button-next::after {
  display: none;
}
.pro .swiper-button-prev:hover,
.pro .swiper-button-next:hover {
  background-color: #11bb77;
}
.pro .swiper-button-prev:hover::before,
.pro .swiper-button-next:hover::before {
  border-top: 0.04rem solid #11bb77;
  width: 100%;
  height: 100%;
  animation: rotate 0.5s linear;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  border-radius: 50%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.pro .swiper-button-prev {
  background: url(../images/p_prev2.png) no-repeat center center;
  background-size: 0.4rem 0.2rem;
  left: 2.8rem;
}
.pro .swiper-button-next {
  background: url(../images/p_next2.png) no-repeat center center;
  background-size: 0.4rem 0.2rem;
  left: 4.2rem;
  right: auto;
}
.news_bg {
  background: url(../images/news_bg.jpg) no-repeat center top;
  background-size: 100%;
  padding-bottom: 1.04rem;
}
.news_bar.swiper-pagination {
  position: static;
  width: 9.1rem;
  height: 0.03rem;
  background: #cccccc;
  margin: 0.85rem auto 0;
}
.news_bar.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #1a624e;
}
.news {
  margin-top: 0.55rem;
}
.news li {
  border-top: solid 2px #cccccc;
}
.news li a {
  display: block;
  padding: 0.38rem 0 0;
}
.news li::after {
  width: 0;
  height: 2px;
  background: #1a624e;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -2px;
  transition: all 0.6s;
}
.news li:hover::after {
  width: 100%;
}
.news_date {
  color: #000;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
.news_pic {
  height: 2.67rem;
}
.news_pic img {
  object-fit: cover;
}
.news_tit {
  line-height: 1.5;
  height: 0.72rem;
  margin: 0.65rem 0 0.3rem;
}
.news_btn {
  width: 0.5rem;
  right: 0;
  bottom: 0;
}
.news_btn .swiper-button-prev,
.news_btn .swiper-button-next {
  height: 0.2rem;
  margin: 0;
  position: static;
}
.news_btn .swiper-button-prev::after,
.news_btn .swiper-button-next::after {
  font-size: 0.2rem;
  font-weight: bold;
  color: #a8a8a8;
}
.news_btn .swiper-button-prev:hover::after,
.news_btn .swiper-button-next:hover::after {
  color: #1a624e;
}
.pc_four_box {
  overflow: hidden;
  height: 9.25rem;
}
.big_logo {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.four_pic_box {
  height: 100%;
}
.four_pic {
  height: 100%;
  display: none;
}
.four_pic:first-child {
  display: block;
}
.four_list {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
}
.four_list li {
  border-right: solid 1px rgba(255, 255, 255, 0.7);
  width: 25%;
  height: 50%;
  float: left;
  padding: 1.7rem 0.73rem 0;
  cursor: pointer;
}
.four_list li:first-child {
  width: 50%;
  height: 100%;
  padding: 1.7rem 0.8rem 0.9rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.four_list li:nth-child(3) {
  border-right: none;
}
.four_list li:nth-child(4) {
  width: 50%;
  border-top: solid 1px rgba(255, 255, 255, 0.7);
  border-right: 0;
  padding: 1.3rem 0.73rem 0;
}
.four_list li h3 {
  font-size: 0.4rem;
  margin: 0.1rem 0;
}
.four_list li h3 p {
  font-weight: lighter;
}
.four_list li p {
  white-space: pre-line;
}
.four_icon {
  width: 0.69rem;
  height: 0.7rem;
}
.partner_bg {
  background: url(../images/partner_bg.jpg) no-repeat center top;
  background-size: 100%;
  height: 8.16rem;
  overflow: hidden;
}
.partner {
  margin-top: -2.1rem;
}
.i300 {
  overflow: hidden;
}
.i300 > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.ind6-a1 {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.ind6-a2 {
  width: 100%;
  padding: 0;
  position: relative;
  perspective: 1000;
  -webkit-perspective: 1000;
}
.ind6-a1::after {
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  background: linear-gradient(0deg, #ffffff, rgba(255, 255, 255, 0));
  z-index: 1;
  pointer-events: none;
}
.ind6-a3 {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  transform: perspective(2000px) rotateX(52deg);
  transform-style: preserve-3d;
}
.ind6-a4 {
  width: calc(100% / 5 - (1.5% * (5 - 1) / 5) - 2px);
  margin-right: 1.5%;
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 0.3rem;
  overflow: hidden;
  -webkit-transition: all 0.5s;
}
.ind6-a4:nth-child(5n) {
  margin-right: 0;
}
@keyframes ind666 {
  0% {
    transform: translateZ(0px);
  }
  50% {
    transform: translateZ(20px);
  }
  100% {
    transform: translateZ(0px);
  }
}
.ind6-a4:nth-child(1) {
  animation: ind666 linear 4s infinite;
  animation-delay: -1.58362985s;
}
.ind6-a4:nth-child(1) {
  animation: ind666 linear 4s infinite;
  animation-delay: -2.84291962s;
}
.ind6-a4:nth-child(2) {
  animation: ind666 linear 4s infinite;
  animation-delay: -1.21528913s;
}
.ind6-a4:nth-child(3) {
  animation: ind666 linear 4s infinite;
  animation-delay: -1.22153526s;
}
.ind6-a4:nth-child(4) {
  animation: ind666 linear 4s infinite;
  animation-delay: -2.36585256s;
}
.ind6-a4:nth-child(5) {
  animation: ind666 linear 4s infinite;
  animation-delay: -1.65963175s;
}
.ind6-a4:nth-child(6) {
  animation: ind666 linear 4s infinite;
  animation-delay: -2.28335274s;
}
.ind6-a4:nth-child(7) {
  animation: ind666 linear 4s infinite;
  animation-delay: -1.45949517s;
}
.ind6-a4:nth-child(8) {
  animation: ind666 linear 4s infinite;
  animation-delay: -1.16576953s;
}
.ind6-a4:nth-child(9) {
  animation: ind666 linear 4s infinite;
  animation-delay: -2.65936864s;
}
.ind6-a4:nth-child(10) {
  animation: ind666 linear 4s infinite;
  animation-delay: -2.69533569s;
}
.ind6-a4:nth-child(11) {
  animation: ind666 linear 4s infinite;
  animation-delay: -1.63296938s;
}
.ind6-a4:nth-child(12) {
  animation: ind666 linear 4s infinite;
  animation-delay: -2.77356905s;
}
.ind6-a4:nth-child(13) {
  animation: ind666 linear 4s infinite;
  animation-delay: -1.45723218s;
}
.ind6-a4:nth-child(14) {
  animation: ind666 linear 4s infinite;
  animation-delay: -1.26700965s;
}
.ind6-a4:nth-child(15) {
  animation: ind666 linear 4s infinite;
  animation-delay: -2.94832456s;
}
.ind6-a4:nth-child(16) {
  animation: ind666 linear 4s infinite;
  animation-delay: -1.31855078s;
}
.ind6-a4:nth-child(17) {
  animation: ind666 linear 4s infinite;
  animation-delay: -1.9050345s;
}
.ind6-a4:nth-child(18) {
  animation: ind666 linear 4s infinite;
  animation-delay: -2.29103916s;
}
.ind6-a4:nth-child(19) {
  animation: ind666 linear 4s infinite;
  animation-delay: -1.79666894s;
}
.ind6-a4:nth-child(20) {
  animation: ind666 linear 4s infinite;
  animation-delay: -1.29346192s;
}
.ind6-a4:nth-child(21) {
  animation: ind666 linear 4s infinite;
  animation-delay: -2.10268516s;
}
.ind6-a4:nth-child(22) {
  animation: ind666 linear 4s infinite;
  animation-delay: -1.24673346s;
}
.ind6-a4:nth-child(23) {
  animation: ind666 linear 4s infinite;
  animation-delay: -1.94256014s;
}
.ind6-a4:nth-child(24) {
  animation: ind666 linear 4s infinite;
  animation-delay: -1.32342725s;
}
.ind6-a4:nth-child(25) {
  animation: ind666 linear 4s infinite;
  animation-delay: -1.68567376s;
}
.ind6-a4:nth-child(26) {
  animation: ind666 linear 4s infinite;
  animation-delay: -1.32442165s;
}
.ind6-a4:nth-child(27) {
  animation: ind666 linear 4s infinite;
  animation-delay: -2.77594545s;
}
.ind6-a4:nth-child(28) {
  animation: ind666 linear 4s infinite;
  animation-delay: -1.21868647s;
}
.footer_bg {
  background: url(../images/footer_bg.jpg) no-repeat center top;
  background-size: 100% 100%;
  padding: 1.17rem 0 0;
  height: 6.1rem;
}
.footer::after {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.15);
  display: block;
  content: "";
  position: absolute;
  top: 0.55rem;
  left: 0;
}
.footer li h2 {
  font-size: 0.24rem;
  line-height: 1;
  position: relative;
}
.footer li h2::after {
  width: 0;
  height: 1px;
  background: #ffffff;
  content: "";
  display: block;
  bottom: -0.32rem;
  left: 0;
  position: absolute;
  transition: all 0.6s;
}
.footer li p {
  margin: 0.5rem 0 0;
}
.footer li p a {
  display: block;
  font-size: 0.18rem;
  line-height: 0.38rem;
}
.footer li:hover h2::after {
  width: 0.96rem;
}
.share_list {
  margin: 0.3rem 0;
}
.share_list li {
  width: 0.64rem;
  margin: 0 0.15rem;
  position: relative;
  text-align: center;
}
.share_list li img {
  transition: all 0.6s;
}
.share_list li:hover img {
  transform: translateY(-0.1rem);
}
.share_list li:hover .wx_code {
  display: block;
}
.share_icon {
  width: 0.64rem;
  height: 0.64rem;
}
.wx_code {
  width: 1rem;
  height: 1rem;
  bottom: 0.7rem;
  left: -0.2rem;
  display: none;
}
.m_canvas {
  width: 100%;
  height: 2rem;
  top: 6.7rem;
  left: 0;
  z-index: 3;
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
.m_news_box {
  padding: 0.75rem 0;
}
.m_type a {
  color: #292929;
  margin-left: 0.65rem;
}
.m_type a.on {
  color: #016b62;
}
.m_type a:hover {
  color: #016b62;
}
.m_news li {
  width: 5.5rem;
  margin: 0 0.43rem 0.72rem 0;
}
.m_news li:nth-child(3n) {
  margin-right: 0;
}
.page a {
  width: 0.5rem;
  height: 0.5rem;
  background: #f2f1f1;
  border-radius: 0.02rem;
  line-height: 0.5rem;
  text-align: center;
  margin: 0 0.1rem;
  display: inline-block;
  color: #777;
}
.page a.active {
  background: #016b62;
  color: #fff;
}
.m_about_bg1 {
  background: url(../images/m_about_bg1.jpg) no-repeat center top;
  background-size: 100% 100%;
  padding: 0.8rem 0 0.4rem;
}
.m_about_txt {
  width: 10.1rem;
  margin: 0.4rem auto 0;
  line-height: 0.38rem;
  height: 1.52rem;
  overflow: hidden;
  cursor: pointer;
}
.m_cicle1_box {
  width: 3.9rem;
  height: 3.97rem;
}
.m_cicle1 {
  animation: cicle  5s linear infinite;
}
.m_logo1 {
  width: 1.64rem;
  height: 2.96rem;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.m_about_num_list {
  width: 3rem;
  margin: 1.45rem 0 0 0.8rem;
  position: relative;
}
.m_about_num_list img {
  width: 0.51rem;
  height: 0.48rem;
  margin-right: 0.15rem;
  margin-top: 0.08rem;
}
.m_about_num_list:nth-of-type(1)::after,
.m_about_num_list:nth-of-type(4)::after {
  width: 1px;
  height: 1rem;
  background: #daebec;
  display: block;
  content: "";
  right: 0;
  top: 0.1rem;
  position: absolute;
}
.m_about_num_list:nth-of-type(1) span,
.m_about_num_list:nth-of-type(4) span {
  font-weight: bold;
  font-size: 0.4rem;
}
.m_about_bg2 {
  background: url(../images/m_about_bg2.jpg) no-repeat center top;
  background-size: 100% 100%;
  padding: 1.3rem 0 0.7rem;
}
.brand_logo li {
  width: 4.8rem;
  margin-right: 7.34rem;
  margin-bottom: 1rem;
}
.brand_logo li:nth-child(even) {
  margin-right: 0;
}
.brand_logo li h3 {
  color: #008852;
  text-transform: uppercase;
  font-family: arial;
}
.brand_logo li h2 {
  color: #008852;
}
.brand_logo li h2::after {
  width: 0.4rem;
  height: 0.02rem;
  background: #008852;
  display: block;
  content: "";
  margin: 0.2rem 0;
}
.m_linian_box {
  width: 5.6rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0.7rem;
}
.m_about2 {
  width: 100%;
  height: 3.53rem;
  top: 0;
  left: 0;
  animation-delay: 0.5s;
}
.m_logo2 {
  width: 4.18rem;
  height: 1.19rem;
  left: 0.52rem;
  top: 3.25rem;
}
.m_about_bg3 {
  background: url(../images/m_about_bg3.jpg) no-repeat center top;
  background-size: 100% 100%;
  padding: 2.33rem 0 1.4rem;
}
.story_tit {
  width: 2.5rem;
  padding-left: 0.4rem;
  padding-right: 0.58rem;
}
.story_tit h2 {
  width: 0.5rem;
  line-height: 0.6rem;
}
.story_tit p {
  width: 0.22rem;
  line-height: 0.45rem;
}
.story_tit::after {
  background: #e3f2ed;
  width: 1px;
  height: 8.3rem;
  content: "";
  right: 0;
  top: 0.5rem;
  position: absolute;
}
.srory_txt_box {
  width: 6.65rem;
}
.srory_txt {
  line-height: 0.5rem;
}
.story_pic {
  width: 3.96rem;
  height: 5.52rem;
  margin-right: 1.5rem;
  margin-left: 1.4rem;
}
.yege1_b2 {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.yege1_b3 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transform: scale(0.8);
  transition: 0.5s all;
  z-index: 1;
}
.yege1_b3.on1 {
  transform: scale(0.9) rotate(-15deg);
  z-index: 2;
}
.yege1_b3.on2 {
  transform: scale(0.95) rotate(15deg);
  z-index: 3;
}
.yege1_b3.on3 {
  transform: scale(1);
  z-index: 4;
  box-shadow: 0 0 0.5rem rgba(118, 154, 144, 0.9);
}
.yege1_b3 img {
  width: 100%;
  height: 100%;
}
.yege1_b5 {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}
.story_btn_box {
  width: 1.21rem;
  height: 1.2rem;
  margin: 0.45rem 0 0;
  display: block;
}
.story_btn {
  animation: cicle  5s linear infinite;
}
.story_nar {
  width: 0.14rem;
  height: 0.26rem;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.m_four {
  height: 9.25rem;
}
.m_four_box {
  width: 8.72rem;
  background: url(../images/m_four.jpg) no-repeat;
  height: 9.25rem;
  left: 0;
  top: 0;
  padding: 1.74rem 0.72rem 0 1.1rem;
  z-index: 2;
}
.m_four_box h3 {
  color: #d8d6d6;
  font-size: 0.22rem;
  font-weight: lighter;
}
.m_four_box h3::after {
  width: 0.46rem;
  height: 0.06rem;
  background: #fff;
  display: block;
  content: '';
  margin: 0.2rem 0 0;
}
.m_four_fang {
  width: 0.38rem;
  height: 0.37rem;
}
.m_four_txt {
  color: #d8d6d6;
  line-height: 0.46rem;
  height: 2.3rem;
  margin: 0.5rem 0 0;
}
.m_four_list {
  width: 10.48rem;
  height: 9.25rem;
  right: 0;
  top: 0;
  z-index: 1;
}
.m_four_list li {
  width: 50%;
  height: 50%;
  border-right: solid 1px rgba(255, 255, 255, 0.3);
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  font-weight: lighter;
}
.m_four_list li:nth-child(even) {
  border-right: none;
}
.m_four_list li:nth-child(3),
.m_four_list li:nth-child(4) {
  border-bottom: none;
}
.m_four_list .four_icon {
  width: 0.5rem;
  height: 0.51rem;
  margin-bottom: 0.2rem;
}
.m_about_bg4 {
  background: url(../images/m_about_bg4.jpg) no-repeat center top;
  background-size: 100%;
  padding: 0.4rem 0 0.6rem;
}
.quality_con {
  width: 100%;
  top: 0;
  left: 0;
  padding: 0.6rem 0.7rem 0;
}
.quality_con h2::after {
  width: 0.4rem;
  height: 0.04rem;
  background: #fff;
  display: block;
  content: "";
  margin: 0.3rem 0;
}
.quality_txt_box {
  padding: 0.7rem 0 0.9rem;
}
.quality_txt {
  width: 12.5rem;
  margin: 0 auto 0.65rem;
  color: #222;
  line-height: 0.5rem;
}
.m_logo3 {
  width: 5.4rem;
}
.m_video {
  height: 9.26rem;
  display: block;
  object-fit: cover;
}
.m_about_bg5 {
  background: url(../images/m_about_bg5.jpg) no-repeat center bottom;
  background-size: 100%;
  padding-bottom: 4.85rem;
}
.team_con {
  width: 6.3rem;
}
.team_pic {
  width: 9rem;
  height: 5.4rem;
  border-radius: 0.2rem;
}
.team {
  margin-top: 1.2rem;
}
.team_more {
  cursor: pointer;
}
.team_more img {
  width: 0.1rem;
  height: 0.18rem;
  margin-left: 0.2rem;
  transition: all 0.6s;
}
.team_more:hover img {
  transform: translateX(0.1rem);
}
.team_btn {
  right: 0.5rem;
}
.about_pop {
  width: 0;
  height: 0;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 40;
  transition: all 0.6s;
  border-radius: 50%;
  overflow: hidden;
  transition: 2s;
}
.about_pop::after {
  width: 100%;
  background: linear-gradient(rgba(255, 255, 255, 0.4), transparent);
  content: "";
  bottom: 0;
  left: 0;
  height: 4.5rem;
  display: block;
  position: absolute;
  z-index: 41;
}
.about_pop.on {
  width: 4000px;
  height: 4000px;
  top: calc(50% - 4000px/2);
  left: calc(50% - 4000px/2);
  transition: 2s;
}
.pop_logo {
  padding: 0.8rem 0 0.7rem;
}
.pop_logo img {
  width: 4.25rem;
}
.pop_txt {
  width: 13.4rem;
  line-height: 0.38rem;
  height: 3.04rem;
  cursor: pointer;
}
.pop_txt li {
  height: auto;
  text-align: justify;
}
.pop_txt .swiper-scrollbar {
  opacity: 0;
}
.pop_close {
  width: 0.44rem;
  height: 0.44rem;
  right: 1.38rem;
  top: 1.2rem;
  cursor: pointer;
}
.about_pop_con {
  background: url(../images/pop_bg.jpg) no-repeat center top;
  background-size: 100% 100%;
}
.m_pro {
  height: 100vh;
}
.m_pro .pro_con {
  top: 2.17rem;
  right: 2.68rem;
}
.m_pro .pro_pic li > img {
  height: 100%;
}
.m_pro_type {
  width: 6.8rem;
  top: 2rem;
  left: 3.95rem;
  right: auto;
  font-size: 0.7rem;
  height: 6.45rem;
  color: rgba(255, 255, 255, 0.2);
}
.m_pro_type li {
  cursor: pointer;
}
.m_pro_type li.swiper-slide-active {
  color: #fff;
}
.m_pro_type li a {
  display: none;
}
.m_pro_type li span {
  font-size: 0.22rem;
}
.c-more {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
  transform: scale(0);
  transition: transform 0.4s, left 0.02s linear, top 0.02s linear;
}
.c-more.on {
  transform: scale(1);
}
.c_more1 {
  background: rgba(2, 107, 98, 0.2);
  color: #026b62;
}
.side_type {
  left: 0.54rem;
  top: 40%;
  color: #fff;
  z-index: 2;
}
.side_type li {
  margin-bottom: 0.4rem;
}
.side_type li::before {
  width: 0.2rem;
  height: 2px;
  background: #fff;
  display: inline-block;
  content: "";
  vertical-align: middle;
  margin-right: 0.15rem;
  transition: all 0.6s;
}
.side_type li:hover::before {
  width: 0.4rem;
}
.side_type li.on::before {
  width: 0.4rem;
}
.web_link {
  width: 4.6rem;
  height: 4.6rem;
  right: -13%;
  bottom: -24%;
}
.web_link:hover .shop_list {
  transform: scale(1);
}
.car {
  width: 2.4rem;
  height: 2.4rem;
  background-color: rgba(255, 255, 255, 0.1);
  top: 1.09rem;
  left: 1rem;
  border-radius: 100%;
  padding: 0.51rem 0 0 0.57rem;
  z-index: 11;
}
.car img {
  width: 0.38rem;
  height: 0.37rem;
}
.shop_list {
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 100%;
  transition: all 0.3s;
  transform: scale(0);
  z-index: 10;
}
.shop_list li img {
  width: 0.59rem;
  height: 0.59rem;
  transition: all 0.6s;
}
.shop_list li:nth-child(1) {
  margin: 0.34rem 0 0 1.34rem;
}
.shop_list li:nth-child(2) {
  margin: -0.2rem 0 0 0.67rem;
}
.shop_list li:nth-child(3) {
  margin: 0.13rem 0 0 0.26rem;
}
.shop_list li:hover img {
  transform: rotate(45deg);
}
.m_tit {
  font-size: 0.7rem;
  width: 100%;
  left: 0;
  top: 42%;
}
.main {
  padding: 0.8rem 0 0.45rem;
}
.news_tip {
  border-top: dashed 1px #e3e3e3;
  border-bottom: dashed 1px #e3e3e3;
  height: 0.52rem;
  margin: 0.4rem 0;
}
.news_tip > div {
  margin: 0 0.45rem;
}
.show_con {
  width: 14rem;
  margin: 0 auto;
}
.show_con img {
  max-width: 100%;
}
.nextpage > div {
  max-width: 40%;
}
.nextpage > div:hover {
  color: #026b62;
}
.pro_show_bg {
  border-top: solid 0.08rem #1a624e;
}
.pro_xx_type {
  width: 2.28rem;
  top: 0;
  left: 0.15rem;
}
.pro_show_box {
  padding: 0.8rem 0 0.4rem 2.2rem;
}
.pro_show_left {
  width: 8.7rem;
}
.pro_show_right {
  width: 4rem;
  margin-right: 1.5rem;
}
.pro_xx_txt {
  line-height: 2.5;
}
.pro_xx_pic {
  margin: 0.8rem 0 0.2rem;
}
.pro_xx_pic img {
  max-width: 100%;
}
.backlist {
  width: 2.04rem;
  height: 0.52rem;
  border: solid 1px #666666;
  border-radius: 0.26rem;
}
.backlist img {
  width: 0.19rem;
  height: 0.11rem;
  margin-right: 0.1rem;
}
.develop_bg {
  background: url(../images/develop_bg.jpg) no-repeat center bottom #f2fafc;
  background-size: 100%;
  padding-bottom: 2.4rem;
}
.t_b1k3le {
  width: 50%;
}
.t_b1k3yearli {
  width: 1.3rem;
  font-size: 1.3rem;
  color: #00bc71;
  line-height: 0.8;
  display: inline-block;
  font-family: arial;
  text-align: center;
}
.t_b1k3pre {
  position: relative;
  width: 0.21rem;
  position: absolute;
  top: 3.2rem;
  left: 1.22rem;
  height: calc(100vh - 3.2rem);
}
.t_b1k3pre::before {
  content: '';
  width: 0.11rem;
  height: 0.11rem;
  border-radius: 50%;
  background: #00bc71;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.t_b1k3lile {
  position: relative;
}
.t_b1k3year {
  position: absolute;
  left: 0;
  top: 3.2rem;
  opacity: 0;
  transition: all 0.36s;
}
.t_b1k3year.on {
  opacity: 1;
}
.t_b1k3hua .l_title1 h3 {
  font-weight: bold;
  color: #00bc71;
  font-size: 0.24rem;
}
.t_b1k3xian {
  height: 100%;
  width: 1px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  background: #e8edf3;
}
.t_b1k3le {
  position: relative;
}
.t_b1k3hua {
  width: 100%;
  padding-left: 2rem;
  position: relative;
  z-index: 1;
}
.t_b1k3lile {
  position: relative;
  left: 0;
  top: 0;
  z-index: 2;
}
.t_b1k3now {
  width: 1px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  background: #00bc71;
}
.t_b1k3tit {
  padding-top: 1.26rem;
  background: #f2fafc;
}
.t_b1k3nr .t_titleh1 {
  color: #00bc71;
}
.t_b1k3nr .t_titleh1 h2 {
  font-size: 0.46rem;
}
.t_titleh3 {
  padding-bottom: 0.5rem;
}
.t_titleh3 h3 {
  color: #323233;
  font-size: 0.36rem;
  font-weight: bold;
}
.t_b1k3hua .l_title1 {
  margin-bottom: 0.1rem;
}
.t_duanp {
  margin-bottom: 0.25rem;
  font-size: 0.18rem;
}
.t_b1k3wen .l_parag2 p {
  margin-bottom: 0.15rem;
  color: #999999;
}
.t_b1k3rg {
  position: absolute;
  right: 0;
  width: 7.83rem;
  top: 0;
  height: 100vh;
}
.develop_pic {
  height: 4.45rem;
  position: absolute;
  top: 30%;
  right: 0;
  opacity: 0;
  transition: all 0.36s;
}
.develop_pic.on {
  opacity: 1;
}
.m_story {
  height: 100vh;
}
.m_story > .swiper-wrapper > .swiper-slide {
  overflow: hidden;
}
.m_story > .swiper-wrapper > .swiper-slide:first-child {
  background: url(../images/story_bg1.jpg) no-repeat center top;
  background-size: 100% 100%;
}
.m_story > .swiper-wrapper > .swiper-slide:first-child .wave span {
  background: url(../images/line11.png) no-repeat;
  background-size: 100%;
}
.m_story > .swiper-wrapper > .swiper-slide:nth-child(2) {
  background: url(../images/strory_bg2.jpg) no-repeat center top;
  background-size: 100% 100%;
}
.m_story > .swiper-wrapper > .swiper-slide:nth-child(2) .wave span {
  background: url(../images/line21.png) no-repeat;
  background-size: 100%;
}
.m_story_brand {
  width: 3.37rem;
  height: 3.27rem;
  top: 1.33rem;
  left: 0.45rem;
}
.m_story_list {
  padding: 3.5rem 0 0 3rem;
}
.m_story_list .swiper li:nth-child(odd) {
  margin-top: 1.25rem;
}
.wave {
  width: 100%;
  overflow: hidden;
  height: 3.13rem;
  position: absolute;
  left: 0;
  bottom: 20%;
  z-index: 1;
}
.wave span:first-child {
  width: 38.4rem;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  animation: anim_wave 12s linear infinite;
}
.wave span:last-child {
  position: absolute;
  left: 38.4rem;
  top: 0;
  height: 100%;
  width: 38.4rem;
  animation: anim_wave 12s linear infinite;
}
@keyframes anim_wave {
  0% {
    transform: translateX(0) translateZ(0) scaleY(1);
  }
  50% {
    transform: translateX(-25%) translateZ(0) scaleY(0.55);
  }
  100% {
    transform: translateX(-50%) translateZ(0) scaleY(1);
  }
}
.zeren_more {
  width: 1.7rem;
  height: 0.54rem;
  border-radius: 0.37rem;
  overflow: hidden;
  display: block;
}
.zeren_more:hover .more2 {
  width: 0.1rem;
  height: 0.1rem;
  left: 0.12rem;
  top: 0.22rem;
  border-radius: 100%;
}
.zeren_more:hover .more2 img,
.zeren_more:hover .more2 span {
  opacity: 0;
}
.more1 {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #dcd5cb;
  color: #10351c;
  text-transform: uppercase;
  z-index: 1;
}
.more2 {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #fff;
  transition: all 0.4s;
  background: #1a624e;
  overflow: hidden;
  z-index: 2;
}
.more2 img {
  width: 0.15rem;
  height: 0.21rem;
  margin-left: 0.1rem;
}
.m_gongyi {
  margin: 0.5rem 0 0;
}
.m_gongyi li {
  width: 5.62rem;
  height: 3.63rem;
  float: left;
  position: relative;
  margin-bottom: 0.45rem;
}
.m_gongyi li:first-child {
  width: 11.39rem;
  height: 7.73rem;
  margin-right: 0.35rem;
}
.m_gongyi li:first-child::after {
  transform: scale(0);
}
.m_gongyi li::after {
  width: 100%;
  height: 100%;
  background: url(../images/s_logo.png) no-repeat center center rgba(0, 0, 0, 0.4);
  background-size: 2.32rem;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.6s;
}
.m_gongyi li:hover::after {
  transform: scale(0);
}
.m_gongyi_con {
  width: 100%;
  bottom: 0;
  left: 0;
  height: 1.85rem;
  background: rgba(0, 0, 0, 0.4);
  padding: 0.27rem 0.75rem 0 0.45rem;
  color: #fff;
}
.m_gongyi_con h2 {
  font-size: 0.3rem;
  font-family: Arial, Helvetica, sans-serif;
}
.m_gongyi_con p {
  line-height: 0.3rem;
  margin: 0.2rem 0 0;
  background: url(../images/nar8.png) no-repeat right 0.1rem;
  background-size: 0.23rem 0.13rem;
  padding-right: 0.9rem;
}
.forst_news {
  padding: 0 0 0.5rem;
}
.forst_news li {
  width: 5.57rem;
  margin-right: 0.35rem;
  margin-top: 0.45rem;
}
.forst_news li:nth-child(3n+3) {
  margin-right: 0;
}
.forst_news li:hover .forst_news_pic::after {
  transform: scale(1);
}
.forst_news_pic {
  height: 3.26rem;
}
.forst_news_pic::after {
  width: 100%;
  height: 100%;
  content: "了解更多";
  background: rgba(0, 0, 0, 0.5) url(../images/nar8.png) no-repeat 3.2rem center;
  background-size: 0.23rem 0.13rem;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.6s;
  transform: scale(0);
}
.forest_pic {
  height: 9.05rem;
}
.forest_con {
  width: 100%;
  top: 0;
  left: 0;
}
.forest_dot {
  height: 0.49rem;
  border-radius: 50%;
  position: absolute;
  cursor: pointer;
}
.forest_dot::after {
  display: block;
  position: absolute;
  width: 0.7rem;
  height: 0.7rem;
  top: -0.1rem;
  left: -0.1rem;
  background: #026b62;
  border-radius: 50%;
  content: "";
  animation: twcle 1.2s linear infinite;
  color: #fff;
}
.forest_dot:hover .forest_tit div {
  width: auto;
  padding: 0 0.25rem 0 0.1rem;
}
.forest_tit {
  height: 0.49rem;
  color: #fff;
  border-radius: 0.25rem;
  line-height: 0.49rem;
  overflow: hidden;
  transition: all 0.6s;
  background: #016b62;
}
.forest_tit div {
  width: 0;
  transition: all 0.6s;
}
.forest_tit img {
  width: 0.49rem;
  height: 0.49rem;
}
.shouquan_bg {
  background: url(../images/shouquan_bg.jpg) no-repeat center top;
  background-size: 100%;
  padding: 1.7rem 0 0.9rem;
}
.m_shouquan_box {
  padding-left: 0.3rem;
}
.m_shouquan {
  padding: 1.3rem 0 0 0.95rem;
}
.sq_replay {
  width: 7.4rem;
}
.message li {
  width: 3.5rem;
  border-bottom: solid 1px #e1e1e1;
  padding: 0.3rem 0 0.2rem;
}
.mes_txt {
  width: 2.6rem;
  margin-left: 0.1rem;
  background: none;
  border: none;
}
.mes_text {
  width: 100%;
  background: #f2f2f2;
  border-radius: 0.03rem;
  height: 2.6rem;
  padding: 0.2rem;
  margin: 0.5rem 0 0.35rem;
  border: none;
}
.mes_sub {
  width: 1.4rem;
  height: 0.57rem;
  border: solid 1px #a0a0a0;
  border-radius: 0.28rem;
  background: none;
}
.sq_chaxun {
  width: 6.85rem;
}
.sq_search {
  height: 0.7rem;
  background: #f8f8f8;
  border-radius: 0.15rem;
  margin: 0.6rem 0 0.5rem;
  padding: 0 0.25rem;
}
.sq_ss_txt {
  width: 5.85rem;
  background: none;
  border: none;
}
.sq_ss_sub {
  width: 0.26rem;
  height: 0.25rem;
  background: url(../images/sq_ss.png) no-repeat;
  background-size: 100% 100%;
  border: none;
}
.agree_bg {
  background: url(../images/agree_bg.jpg) no-repeat center top;
  background-size: 100%;
}
.agree_txt {
  white-space: pre-line;
  margin: 0.4rem 0;
}
.agree_code img {
  border: solid 1px #dbdbdb;
  width: 2.1rem;
  height: 2.1rem;
  padding: 0.15rem;
}
.m_type1 {
  height: 0.75rem;
  background: rgba(20, 98, 91, 0.8);
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 0 0.55rem;
}
.m_type1 a {
  line-height: 0.71rem;
  margin-right: 0.8rem;
  display: inline-block;
}
.m_type1 a.on {
  border-bottom: solid 0.05rem #cda682;
}
.m_type1 a:hover {
  border-bottom: solid 0.05rem #cda682;
}
.m_shenbao_box {
  padding: 0.7rem 0.6rem;
}
.xx_txt img {
  max-width: 100%;
}
/* 定义关键帧 */
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}
.shouquan_pop {
  width: 6rem;
  height: 4.5rem;
  border-radius: 0.3rem;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 11;
  background: #fff;
  padding: 0.64rem 0 0;
}
.sq_close {
  width: 0.44rem;
  height: 0.44rem;
  top: 0.35rem;
  right: 0.35rem;
}
.pop_pic {
  width: 1.88rem;
  height: 1.95rem;
}
.side_logo {
  transition: all 0.6s;
  margin-left: 0.5rem;
}
.side_logo img {
  width: 1.53rem;
  height: 1.87rem;
  transition: all 0.6s;
  transform: rotate(-40deg);
}
.online {
  width: 1.6rem;
  position: fixed;
  top: 20%;
  right: 0;
  transition: 0.5s;
  z-index: 9;
}
.online.on1 .side_logo {
  transform: translateX(-0.5rem);
}
.online.on1 .side_logo img {
  transform: rotate(0);
}
.online_box {
  width: 1.28rem;
  height: 5.47rem;
  background: url(../images/side_bg.png) no-repeat;
  background-size: 100% 100%;
  margin: -0.5rem 0 0 0.1rem;
  display: none;
}
.online_con {
  padding: 0.7rem 0 0;
}
.online_tit {
  width: 1rem;
  height: 0.35rem;
  background: #10b19c;
  border-radius: 0.17rem;
  margin: 0 auto;
}
.online_list li {
  margin: 0.2rem 0 0;
  position: relative;
}
.online_list li > img {
  width: 0.34rem;
  height: 0.34rem;
  margin-bottom: 0.05rem;
}
.online_list li:hover .online_code {
  width: 1.1rem;
}
.online_code {
  width: 0;
  height: 1.1rem;
  background: url(../images/code_bg.jpg) no-repeat;
  background-size: 100% 100%;
  top: -0.2rem;
  right: 102%;
  transition: 0.5s;
  overflow: hidden;
}
.online_code img {
  width: 0.78rem;
  height: 0.78rem;
}
.m_patner_list {
  padding-bottom: 0.2rem;
}
.m_patner_list li {
  width: 19%;
  margin-right: 1.2%;
  margin-bottom: 0.3rem;
  border: solid 1px #eee;
  overflow: hidden;
}
.m_patner_list li:nth-child(5n) {
  margin-right: 0;
}
.backlist {
  width: 1.6rem;
  height: 0.6rem;
  border: solid 1px #bf9372;
  border-radius: 0.3rem;
  top: 1.5rem;
  right: 1rem;
}
[v-cloak] {
  display: none;
}
