
.more {
  padding: 0 2.1875rem;
  border-radius: 0.375rem;
  font-size: 1rem;
  background: #00A5AD;
  line-height: 3.125rem;
  display: inline-block;
  border-radius: 3.125rem;
  color: #fff;
}
.more div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.more .iconfont {
  font-size: 0.65rem;
  color: #fff;
  display: block;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  margin-left: 0.625rem;
  font-size: 1.25rem;
  font-weight: 600;
}
.more:hover {
  background: #000;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  color: #fff;
}
.more:hover .iconfont {
  transform: translateX(0.625rem);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.more.borf {
  border: 1px solid #FFF;
  background: transparent;
  color: #FFF;
}
.more.borf .iconfont {
  color: #fff;
}
.more.borf:hover {
  background: #fff;
  color: #00A5AD;
}
.more.borf:hover .iconfont {
  color: #00A5AD;
}
.more.bgf {
  border: 1px solid rgba(11, 11, 11, 0.2);
  background: transparent;
  color: #0B0B0B;
}
.more.bgf .iconfont {
  color: #0B0B0B;
}
.more.bgf:hover,
.more.bgf.active {
  background: #00A5AD;
  color: #fff;
}
.more.bgf:hover .iconfont,
.more.bgf.active .iconfont {
  color: #fff;
}
.more.bgff {
  background: #fff;
  color: #00A5AD;
}
.more.bgff .iconfont {
  color: #00A5AD;
}
.more.bgff:hover {
  background: #00A5AD;
  color: #fff;
}
.more.bgff:hover .iconfont {
  color: #fff;
}
.en_title {
  color: #00A5AD;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 2.2rem;
}
.title {
  color: #000;
  font-size: 3rem;
  font-weight: 700;
  line-height: 4rem;
}
.title span {
  position: relative;
  display: inline-block;
  padding-bottom: 0.75rem;
}
.title span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 4.15625rem;
  height: 0.25rem;
  background: #00A5AD;
}
.title.ta span::before {
  left: 50%;
  transform: translateX(-50%);
}
.text {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.65rem;
}
.beian {
  background: #000;
  padding: 0.8rem;
}
.beian .text {
  color: rgba(255, 255, 255, 0.5);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25rem;
}
.rightfix {
  bottom: 5%;
  right: 2rem;
  top: auto;
  transform: translateY(0);
}
.rightfix ul li {
  padding: 0;
  width: 3.75rem;
  height: 3.75rem;
  line-height: 3.75rem;
  border-radius: 50%;
  margin-bottom: 1.25rem;
  border: none;
  background: #00A5AD;
}
.rightfix ul li:hover {
  background: #000;
}
.rightfix ul li .right_div {
  min-height: 3.75rem;
  line-height: 3.75rem;
}
.rightfix ul li:last-child {
  display: none;
}
.nyban .hover {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  z-index: 8;
}
.nyban .bread {
  position: absolute;
  bottom: 1.5rem;
  width: 100%;
}
.nyban .icon {
  margin-top: 1.25rem;
  display: inline-block;
}
.nyban .icon .iconfont {
  font-size: 3rem;
  color: #fff;
}
.nyban .icon img {
  width: 4.375rem;
}
.nyban .icon a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.nyban.nyban_homekit .hover {
  top: 70%;
}
.nyban.nyban_homekit .more.borf {
  margin-top: 1.25rem;
}
.nyban .p1 {
  color: #FFF;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 4rem;
}
.nyban .p2 {
  color: #FFF;
  font-size: 1.375rem;
  line-height: 2.2rem;
  margin-top: 0.5rem;
}
.nyban .img_hover {
  position: absolute;
  bottom: 0;
  right: 0;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.nyban .img_hover .container {
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.nyban .img_hover img {
  height: 80%;
  object-fit: contain;
}
.bread {
  color: #FFF;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2rem;
}
.bread a {
  color: #FFF;
}
.bread a:hover {
  color: #00A5AD;
}
.bread span:last-child {
  display: none;
}
.bread span {
  margin: 0 0.3125rem;
}
.bread a:hover {
  opacity: 1;
}
.nyerji {
  line-height: 5rem;
  position: relative;
}
.nyerji::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #E6E6E6;
  transform: translateY(-50%);
}
.nyerji.nyerji_pro ul li a {
  padding: 1.125rem 0 0;
}
.nyerji.nyerji_pro ul li a span {
  padding-bottom: 1.125rem;
}
.nyerji.nyerji_pro ul li:hover a span,
.nyerji.nyerji_pro ul li.active a span {
  font-weight: 700;
  color: #000;
}
.nyerji ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nyerji ul li {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 400;
  flex: 1 0 0;
}
.nyerji ul li:nth-child(1) {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.nyerji ul li a {
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  font-weight: 600;
  position: relative;
}
.nyerji ul li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0.25rem;
  background: #00A5AD;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.nyerji ul li a div {
  color: #000;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2rem;
}
.nyerji ul li span {
  position: relative;
  display: inline-block;
}
.nyerji ul li:last-child::before {
  display: none;
}
.nyerji ul li:hover a,
.nyerji ul li.active a {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  color: #00A5AD;
}
.nyerji ul li:hover a::before,
.nyerji ul li.active a::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.nyerji ul li:hover a span::before,
.nyerji ul li.active a span::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.bgf7 {
  background: #F8F9FA;
}


.bgf7_1 {
  background: #00A5AD;
}


.list_pro {
  padding: 2.5rem 0 6rem;
}
.list_pro .left {
  height: 100%;
  position: sticky;
  top: 6.25rem;
}
.list_pro .left > div {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
}
.list_pro .left .name {
  color: #000;
  font-size: 1.125rem;
  font-weight: 700;
  height: 4.375rem;
  justify-content: flex-start;
  display: flex;
  align-items: center;
  padding: 0 1.5rem;
}
.list_pro .left .name img {
  height: 2.375rem;
  margin-right: 0.5rem;
}
.list_pro .left ul li {
  padding-left: 3.125rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}
.list_pro .left ul li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #00A5AD;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_pro .left ul li:hover {
  background: rgba(15, 97, 198, 0.1);
}
.list_pro .left ul li:hover::after {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_pro .left ul li:hover a {
  color: #0F61C6;
}
.list_pro .left ul li:hover a::before {
  background: #0F61C6;
}
.list_pro .left ul li a {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1rem;
  font-weight: 400;
  height: 4.375rem;
  display: flex;
  align-items: center;
  padding-left: 0.875rem;
  position: relative;
}
.list_pro .left ul li a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.7);
}
.show_pro {
  padding-bottom: 4.4rem;
}
.show_pro .left > div {
  position: relative;
  padding-right: 1.25rem;
  padding-bottom: 1.25rem;
  z-index: 1;
}
.show_pro .left > div::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(100% - 1.25rem);
  height: calc(100% - 1.25rem);
  opacity: 0.06;
  background: #0F61C6;
  z-index: -1;
}
.show_pro .right {
  padding-top: 3.125rem;
  padding-left: 1.875rem;
}
.show_pro .right .name {
  color: rgba(0, 0, 0, 0.8);
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 3rem;
}
.show_pro .right p {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.65rem;
  margin: 1.37rem 0 0.8rem;
}
.show_pro .right p span {
  position: relative;
  padding-right: 3.4375rem;
}
.show_pro .right p span::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2.5rem;
  height: 0.125rem;
  background: #00A5AD;
}
.show_pro .right ul li {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
  position: relative;
  padding-left: 0.875rem;
}
.show_pro .right ul li::before {
  content: "";
  position: absolute;
  top: 0.75rem;
  left: 0;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.7);
}
.show_header header {
  position: relative;
}
.show_header .bread {
  color: rgba(0, 0, 0, 0.7);
  padding: 1.13rem 0;
}
.show_header .bread a,
.show_header .bread span {
  color: rgba(0, 0, 0, 0.7);
}
.show_header .bread a:hover {
  color: #00A5AD;
}
.list_news {
  padding: 4.38rem 0 5rem;
}
.show_news .name {
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 2.6875rem;
  color: rgba(0, 0, 0, 0.9);
}
.show_news .text {
  font-size: 1rem;
  line-height: 1.75rem;
  text-align: justify;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.6);
}
.show_news a.text:hover {
  color: #395F8E;
}
.show_news .margin.text {
  margin: 2.125rem 0 3.125rem;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid #DBDBDB;
  margin-bottom: 2rem;
  padding: 3.125rem 0;
  color: rgba(0, 0, 0, 0.8);
  text-align: justify;
}
.show_news .data {
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  color: #000000;
  font-weight: 500;
  margin: 2.1875rem 0 2.125rem;
  justify-content: flex-start;
}
.show_news .data .fenxiang {
  display: flex;
  align-items: center;
  margin-left: 2.5rem;
}
.show_news .data .social-share li {
  float: left;
  margin-right: 1.25rem;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid rgba(102, 102, 102, 0.3);
  border-radius: 50%;
  margin-right: 1.25rem !important;
}
.show_news .data .social-share li a {
  font-size: 1rem;
}
.show_news .data .social-share li a:hover {
  color: #fff !important;
}
.show_news .data .social-share li:last-child {
  margin-right: 0;
}
.show_news .data .social-share li a {
  margin: 0 !important;
  width: 100%;
  height: 100%;
  line-height: 2.375rem;
  border: rgba(102, 102, 102, 0.3) !important;
  color: rgba(102, 102, 102, 0.5) !important;
}
.show_news .text {
  font-weight: 400;
}
.show_news .shangxia {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.5rem;
}
.show_news .shangxia a {
  color: rgba(0, 0, 0, 0.8);
}
.show_news .shangxia a:hover {
  color: #00A5AD;
}
@media (max-width: 990px) {
  .show_news .name {
    line-height: 30px;
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .show_news .name {
    line-height: 26px;
    font-size: 18px;
  }
  .show_news .data .fenxiang {
    margin-left: 0.5rem;
  }
  .show_news .data .social-share li {
    margin-right: 8px !important;
  }
  .show_news .data {
    margin: 15px 0;
  }
  .show_news .margin.text {
    margin-top: 0;
    padding-top: 15px;
    padding-bottom: 25px;
    margin-bottom: 15px;
  }
  .show_news .shangxia .tr {
    text-align: left;
  }
  .beian {
    font-size: 12px;
    line-height: 20px;
    border: none;
  }
  .pb80 {
    padding-bottom: 25px;
  }
  .mt60 {
    margin-top: 25px;
  }
  .mt50 {
    margin-top: 15px;
  }
  table tr td {
    padding: 10px !important;
    line-height: 24px;
  }
  table tr td:nth-child(1) {
    padding-left: 10px !important;
  }
  table tr:nth-child(1) {
    font-size: 14px;
  }
  .pt60 {
    padding-top: 25px;
  }
}
.index_one > img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  opacity: 0.4;
  max-height: 100%;
}
.index_one .en_title {
  margin-top: 2rem;
}
.index_one .text {
  margin: 0.5rem 0 2rem;
}
.index_one .left,
.index_one .right {
  width: 50%;
}
.index_one .left {
  padding-top: 7.56rem;
  padding-right: 6rem;
}
.index_one .left .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 9;
  overflow: hidden;
}
.index_one .hover {
  position: absolute;
  bottom: 4.75rem;
  left: 0;
  width: 58%;
}
.index_one .hover .content {
  border-radius: 0.625rem;
  background: rgba(0,114,188, 0.9);
  padding: 3.63rem 0;
}
.number_ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.number_ul li {
  text-align: center;
  flex: 1 0 0;
}
.number_ul li .num {
  line-height: 1;
  position: relative;
}
.number_ul li .num span {
  color: #FFF;
  font-size: 3.125rem;
  font-weight: 600;
}
.number_ul li .num sub {
  color: #FFF;
  font-size: 1.5rem;
  font-weight: 400;
  bottom: auto;
  top: 0.6875rem;
  position: absolute;
}
.number_ul li .num i {
  color: #FFF;
  font-size: 1.25rem;
  font-weight: 700;
  margin-left: 0.8rem;
}
.number_ul li .text {
  color: #FFF;
  font-size: 1.125rem;
  line-height: 1.625rem;
  margin: 0.5rem 0 0;
}
.index_two {
  background: url(../image/2.png) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 7.3rem 0 2.8rem;
}
.index_two .left {
  padding-bottom: 3rem;
}
.index_two .left ul li {
  position: relative;
  padding-bottom: 3.25rem;
}
.index_two .left ul li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 2.5625rem;
  width: 1px;
  height: 5.25rem;
  border-right: 1px dashed rgba(0, 0, 0, 0.2);
}
.index_two .left ul li:hover .icon,
.index_two .left ul li.active .icon {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_two .left ul li:hover .icon::after,
.index_two .left ul li.active .icon::after {
  transform: scale(1);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_two .left ul li:hover .icon img,
.index_two .left ul li.active .icon img {
  filter: brightness(0) invert(1);
}
.index_two .left ul li:hover .icon::before,
.index_two .left ul li.active .icon::before {
  background: linear-gradient(180deg, #fff 0%, rgba(0, 158, 65, 0) 100%);
}
.index_two .left ul li:hover a p,
.index_two .left ul li.active a p {
  font-size: 1.25rem;
  font-weight: 600;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  color: #00A5AD;
}
.index_two .left ul li:last-child {
  padding-bottom: 0;
}
.index_two .left ul li:last-child::before {
  display: none;
}
.index_two .left ul li a {
  display: flex;
  align-items: center;
}
.index_two .left ul li a .icon {
  width: 5.3125rem;
  height: 5.3125rem;
  border-radius: 50%;
  border: 0.375rem solid rgba(0, 158, 65, 0.2);
  background: #FFF;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.index_two .left ul li a .icon img {
  height: 2.3125rem;
}
.index_two .left ul li a .icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  border-radius: 50%;
  background: #00A5AD;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  z-index: -1;
}
.index_two .left ul li a .icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: linear-gradient(180deg, #00A5AD 0%, rgba(0, 158, 65, 0) 100%);
  opacity: 0.2;
  width: 1.45219rem;
  height: 2.30456rem;
  transform: rotate(26.565deg) translate(-79%, -40%);
  border-radius: 1.25rem;
}
.index_two .left ul li a p {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.75rem;
  margin-left: 1.6rem;
}
.index_two .right .name.title {
  color: #000;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 2.2rem;
}
.index_two .right .name.title span {
  display: block;
}
.index_two .right .name.title span::before {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_two .right .swiper-slide {
  padding: 1.25rem;
}
.index_two .right .swiper-slide > a {
  border-radius: 1.25rem;
  background: #FFF;
  box-shadow: 0px 0.375rem 1.25rem 0px rgba(0, 0, 0, 0.04);
  text-align: center;
  padding: 4.75rem 4rem 2.25rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_two .right .swiper-slide > a .img {
  margin-top: 2.8rem;
}
.index_two .right .swiper-slide > a .img img {
  height: 20.625rem;
  object-fit: contain;
}
.index_two .right .swiper-slide:hover > a {
  box-shadow: 0 0 1rem rgba(0, 158, 66, 0.15);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_two .right .swiper-slide:hover span::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_two .margin {
  margin: 0 -1.25rem;
  display: none;
}
.index_two .margin.active {
  display: block;
}
.index_two .jiantou {
  transform: translateY(0);
}
.index_two .jiantou,
.index_two .swiper-pagination {
  position: static;
}
.index_two .swiper-pagination {
  width: auto;
  color: #000;
  font-size: 1.875rem;
  font-weight: 400;
  margin: 0 1.5rem;
}
.index_two .swiper-pagination .swiper-pagination-current {
  color: #00A5AD;
}
.index_two .flex {
  justify-content: flex-end;
  align-items: center;
  margin-right: 1.25rem;
}
.jiantou {
  width: 3.5rem;
  height: 3.5rem;
  text-align: center;
  line-height: 3.5rem;
  background: none;
  border-radius: 50%;
  margin-top: 0;
  transform: translateY(-50%);
  border: 1px solid rgba(0, 0, 0, 0.3);
}
.jiantou .iconfont {
  display: block;
  font-size: 1.25rem;
  font-weight: 600;
  color: #000000;
}
.jiantou:hover {
  background: #00A5AD;
  border-color: #00A5AD;
}
.jiantou:hover .iconfont {
  color: #fff;
}
.jiantou.white {
  background: #fff;
}
.jiantou.white:hover {
  background: #00A5AD;
  border-color: #00A5AD;
}
.swiper-pagination-bullet {
  width: 0.875rem;
  height: 0.875rem;
  background: rgba(0, 0, 0, 0.3);
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background: #00A5AD;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0;
}
.alignc {
  align-items: center;
}
.more_2 {
  width: 3.125rem;
  height: 3.125rem;
  line-height: 3.125rem;
  text-align: center;
  border-radius: 50%;
  background: #FFF;
  display: inline-block;
  z-index: 2;
  position: relative;
}
.more_2.bgf {
  background: transparent;
  border: 1px solid #FFF;
}
.more_2.bgf .iconfont {
  color: #fff;
}
.more_2.bgf:hover::before {
  background: #fff;
}
.more_2.bgf:hover .iconfont {
  color: #00A5AD;
}
.more_2 .iconfont {
  font-size: 1.25rem;
  display: block;
  color: #00A5AD;
}
.more_2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  border-radius: 50%;
  background: #00A5AD;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  z-index: -1;
}
.more_2:hover::before {
  transform: scale(0.8);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.more_2:hover .iconfont {
  color: #fff;
}
.index_three ul,
.list_about_two ul {
  display: flex;
  height: 100%;
}
.index_three ul li,
.list_about_two ul li {
  width: 20%;
  text-align: center;
  padding: 0 6.6rem;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  height: 100%;
  display: flex;
  align-items: center;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_three ul li .content,
.list_about_two ul li .content {
  height: 0;
  overflow: hidden;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_three ul li:hover,
.list_about_two ul li:hover,
.index_three ul li.active,
.list_about_two ul li.active {
  background: rgba(0,114,188, 0.6);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_three ul li:hover .content,
.list_about_two ul li:hover .content,
.index_three ul li.active .content,
.list_about_two ul li.active .content {
  height: 10.5rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_three ul li:hover .icon::before,
.list_about_two ul li:hover .icon::before,
.index_three ul li.active .icon::before,
.list_about_two ul li.active .icon::before {
  opacity: 1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s; 
}
.index_three ul li:hover .icon,
.list_about_two ul li:hover .icon,
.index_three ul li.active .icon,
.list_about_two ul li.active .icon {
  background: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_three ul li:hover .icon img,
.list_about_two ul li:hover .icon img,
.index_three ul li.active .icon img,
.list_about_two ul li.active .icon img {
  filter: brightness(1) invert(0);
}
.index_three ul li .name,
.list_about_two ul li .name {
  color: #FFF;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 2rem;
  margin: 2.38rem 0 0.875rem;
}
.index_three ul li .text,
.list_about_two ul li .text {
  color: #fff;
  margin-bottom: 3.6rem;
}
.index_three ul li .icon,
.list_about_two ul li .icon {
  width: 7.75rem;
  height: 7.75rem;
  border-radius: 50%;
  line-height: 7.625rem;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index_three ul li .icon::before,
.list_about_two ul li .icon::before {
  content: "";
  position: absolute;
  top: -1rem;
  left: -1rem;
  opacity: 0;
  width: 9.625rem;
  height: 9.625rem;
  border-radius: 50%;
  background: url(../image/7.svg) no-repeat;
  background-size: contain;
  animation: circle 25s linear infinite; 
}
@keyframes circle {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.index_three ul li .icon img,
.list_about_two ul li .icon img {
  height: 3.25rem;
  filter: brightness(0) invert(1);
}
.index_three {
  height: 80vh;
  overflow: hidden;
}
.index_three ul li {
  justify-content: center;
}
.index_three .bg {
  overflow: hidden;
}
.index_three .bg > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  opacity: 0;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
  background-size: cover;
  background-position: center center;
}
.index_three .bg > div.active {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.index_four {
  padding: 7rem 0 4rem;
}
.index_four .hover_title {
  z-index: 2;
}
.index_four .hover_title .title {
  color: #fff !important;
}
.index_four .hover_title .title span::before {
  background: #fff;
}
.index_four .mySwiper2 {
  width: 50%;
}
.index_four .mySwiper2 li {
  display: none;
}
.index_four .mySwiper2 li img {
  height: 100vh;
  object-fit: cover;
}
.index_four .mySwiper2 li.active {
  display: block;
}
.index_four .mySwiper2 .hover {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 45%;
  background: rgba(0, 158, 66, 0.9);
  border-radius: 0 4rem 0 0;
  padding: 2.5rem 5.3125rem 2.5rem 2.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index_four .mySwiper2 .hover .left {
  width: calc(100% - 3.125rem);
  padding-right: 1rem;
}
.index_four .mySwiper2 .hover .name {
  color: #FFF;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.875rem;
}
.index_four .mySwiper2 .hover .text {
  color: #FFF;
}
.index_four .mySwiper {
  margin: 2.5rem 0 0;
}
.index_four .mySwiper .content {
  padding: 2rem 1.75rem 2.75rem;
  border-radius: 0 0 1.25rem 1.25rem;
}
.index_four .mySwiper .over,
.index_four .mySwiper .over img {
  border-radius: 1.25rem 1.25rem 0 0;
}
.index_four .mySwiper .over img {
  height: 37vh;
  object-fit: cover;
}
.index_four .mySwiper .swiper-slide {
  border-radius: 1.25rem;
  background: #F8F8F8;
}
.index_four .mySwiper .swiper-slide:hover img {
  transform: scale(1.1);
}
.index_four .mySwiper .swiper-slide:hover .content {
  background: #00A5AD;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_four .mySwiper .swiper-slide:hover .content .name {
  color: #fff;
}
.index_four .mySwiper .swiper-slide:hover .content .name::before {
  background: #fff;
}
.index_four .mySwiper .swiper-slide:hover .content .name span {
  color: #fff;
  font-weight: 600;
}
.index_four .mySwiper .swiper-slide:hover .content .text {
  color: #fff;
}
.index_four .mySwiper .name {
  color: #000;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.875rem;
  position: relative;
  padding-bottom: 0.5rem;
  font-weight: 600;
}
.index_four .mySwiper .name::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1.875rem;
  height: 0.125rem;
  background: #00A5AD;
}
.index_four .mySwiper .name span {
  color: #00A5AD;
}
.index_four .mySwiper .text {
  color: rgba(0, 0, 0, 0.8);
  margin-top: 0.8rem;
}
.index_four .jiantou {
  transform: translateY(0);
}
.index_four .jiantou,
.index_four .swiper-pagination {
  position: static;
}
.index_four .swiper-pagination {
  width: auto;
  color: #000;
  font-size: 1.875rem;
  font-weight: 400;
  margin: 0 1.5rem 0 0;
}
.index_four .swiper-pagination .swiper-pagination-current {
  color: #00A5AD;
}
.index_four .flex.mt20 {
  justify-content: flex-end;
  align-items: center;
  margin-right: 0;
  width: 100%;
  right: 0;
}
.index_four .swiper-button-next {
  margin-left: 1.25rem;
}
.index_four .swiper-pagination {
  width: calc(100% - 7rem - 3.125rem);
  height: 0.125rem;
  background: rgba(0, 0, 0, 0.2);
  position: static;
  bottom: 3.56rem;
  left: 0;
}
.index_four .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #00A5AD;
  height: 0.25rem;
  top: -1px;
}
.bor20 {
  border-radius: 1.125rem;
}
.p100 {
  padding: 6.25rem 0;
}
.p100.pt0 {
  padding-top: 0;
}
.p100.pb0 {
  padding-bottom: 0;
}
.index_five {
  background: url(../image/m4_1.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 4.75rem 0 6rem;
}
.index_five .font18 {
  color: #FFF;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
  margin-top: 2.66rem;
}
.index_five ul {
  display: flex;
  align-items: center;
  margin-top: 8.6rem;
}
.index_five ul li {
  width: 33.33%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.index_five ul li p {
  position: absolute;
  top: 50%;
  right: -2.6rem;
  width: 5.2rem;
  height: 1px;
  background: #fff;
}
.index_five ul li p::before {
  content: "";
  position: absolute;
  top: -0.25rem;
  right: 0;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #fff;
}
.index_five ul li p::after {
  content: "";
  position: absolute;
  top: -0.25rem;
  left: 0;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #fff;
}
.index_five ul li:last-child p {
  display: none;
}
.index_five ul li .name {
  color: #00A5AD;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.75rem;
}
.index_five ul li .text {
  color: rgba(0, 0, 0, 0.7);
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
}
.index_five ul li > div {
  width: 14.15625rem;
  height: 14.15625rem;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
}
.index_five ul li > div > div {
  position: relative;
  z-index: 9;
}
.index_five ul li > div::before {
  content: "";
  position: absolute;
  top: -1.1875rem;
  left: -1.1875rem;
  background: url(../image/10.svg) no-repeat;
  background-size: cover;
  width: 16.5rem;
  height: 16.5rem;
}
.index_five ul li > div::after {
  content: "";
  position: absolute;
  top: -3.0625rem;
  left: -3.0625rem;
  width: 20.25rem;
  height: 20.25rem;
  transform: scale(0);
  background: url(../image/m7_5.svg) no-repeat;
  background-size: contain;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  z-index: 1;
  animation: circle 25s linear infinite;
  opacity: 0;
}
.index_five ul li:hover > div,
.index_five ul li.active > div {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transform-origin: center center;
}
.index_five ul li:hover > div .name,
.index_five ul li.active > div .name {
  font-size: 1.5rem;
  color: #fff;
}
.index_five ul li:hover > div .text,
.index_five ul li.active > div .text {
  font-size: 1.125rem;
  color: #fff;
}
.index_five ul li:hover > div::after,
.index_five ul li.active > div::after {
  transform: scale(1);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  opacity: 1;
}
.index_five .more {
  margin-top: 6.5rem;
}
.list_about .row {
  margin: 0 -2.5rem;
}
.list_about .row > div {
  padding: 0 2.5rem;
}
.list_about .en_title {
  margin: 2.5rem 0 1.1rem;
}
.list_about .text {
  text-align: justify;
  text-align-last: left;
  line-height: 1.75rem;
}
.list_about .number_ul {
  margin-top: 5.3125rem;
}
.list_about .number_ul .icon img {
  height: 5rem;
}
.list_about .number_ul .num {
  margin: 1rem 0 0;
}
.list_about .number_ul .num span,
.list_about .number_ul .num sub,
.list_about .number_ul .num i {
  color: #00A5AD;
}
.list_about .number_ul .text {
  color: #8D8D8D;
  text-align: center;
  text-align-last: center;
}
.list_about_two .title {
  color: #fff;
}
.list_about_two .title span::before {
  background: #fff;
}
.list_about_two .font18 {
  color: #FFF;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.75rem;
  margin-top: 1.875rem;
}
.list_about_two ul li {
  justify-content: center;
  border-right: none;
  padding: 0 1.25rem;
  height: auto;
}
.list_about_two ul li > div {
  padding: 4.8rem 1.25rem 5.75rem;
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.7);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  width: 100%;
  height: 100%;
}
.list_about_two ul li > div .icon {
  background: #00A5AD;
}
.list_about_two ul li > div .name {
  color: #000;
}
.list_about_two ul li > div .text {
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 0;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.list_about_two ul li:hover {
  background: transparent;
}
.list_about_two ul li:hover > div {
  background: rgba(0,114,188, 0.9);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_about_two ul li:hover .icon {
  background: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_about_two ul li:hover .icon img {
  filter: brightness(1) invert(0);
}
.list_about_two ul li:hover .text {
  color: #FFF;
}
.list_about_two ul li:hover .name {
  color: #fff;
}
.list_about_two ul {
  margin: 3.125rem -1.25rem 0;
}
.list_about_three .mySwiper2 {
  margin: 4.47rem 0 3.06rem;
}
.list_about_three .mySwiper2 .swiper-slide .row {
  margin: 0 -3rem;
}
.list_about_three .mySwiper2 .swiper-slide .row > div {
  padding: 0 3rem;
}
.list_about_three .year {
  color: #00A5AD;
  font-size: 7.5rem;
  font-weight: 700;
  line-height: 8.5rem;
  letter-spacing: -0.15rem;
  font-family: Montserrat;
}
.list_about_three ul li {
  color: #000;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 3.125rem;
  padding-left: 1.25rem;
  position: relative;
}
.list_about_three ul li::before {
  content: "";
  position: absolute;
  top: 1.375rem;
  left: 0;
  width: 0.25rem;
  height: 0.25rem;
  background: #000;
  border-radius: 50%;
}
.list_about_three .mySwiper {
  z-index: 11;
  padding-top: 5.25rem;
}
.list_about_three .mySwiper .swiper-slide-thumb-active::before {
  display: none;
}
.list_about_three .mySwiper .swiper-slide {
  color: #000;
  text-align: center;
  font-size: 1.625rem;
  font-weight: 700;
  text-transform: uppercase;
}
.list_about_three .mySwiper .swiper-slide::before {
  content: "";
  position: absolute;
  top: -2.3rem;
  left: 50%;
  transform: translateX(-50%);
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  border: 2px solid #00A5AD;
  z-index: 10;
  background: #fff;
}
.list_about_three .mySwiper .swiper-slide-thumb-active::after {
  content: "";
  position: absolute;
  top: -2.4rem;
  left: 50%;
  transform: translateX(-50%);
  width: 1.45rem;
  height: 1.45rem;
  border-radius: 50%;
  border: 2px solid #FFFFFF; background:#FFFFFF;
  z-index: 10;
}
.list_about_three .swiper-pagination {
  height: 1.25rem;
  background: #fff;
  border-radius: 0.625rem;
  width: 100%;
  overflow: hidden;
  bottom: 3.5rem;
}
.list_about_three .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #00A5AD;
  border-radius: 1.875rem;
}
.list_honor .bgf {
  padding: 1.75rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_honor .ul {
  margin-top: 4rem;
}
.list_honor .ul li {
  margin-bottom: 3rem;
}
.list_honor .ul li img {
  height: 24.375rem;
  object-fit: contain;
}
.list_honor .ul li:hover .bgf {
  box-shadow: 0 0 1rem rgba(0, 158, 66, 0.15);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_honor .name {
  margin-top: 1.37rem;
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2rem;
}
.list_parent .ul {
  margin-top: 4.6rem;
}
.list_parent .ul li {
  height: 7.5rem;
  margin-bottom: 1.75rem;
}
.list_parent .ul li > div {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 1.125rem;
  height: 7.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_parent .ul li > div img {
  border-radius: 1.125rem;
}
.list_parent .ul li:hover > div {
  box-shadow: 0 0 1rem rgba(0, 158, 66, 0.15);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_global .title {
  position: absolute;
  top: 0;
  left: 0;
}
.list_global .hover {
  position: absolute;
  top: 0.625rem;
  right: 0;
  width: 70%;
}
.list_global .hover .number_ul li {
  text-align: left;
}
.list_global .hover .number_ul li .num span,
.list_global .hover .number_ul li .num sub {
  color: #00A5AD;
}
.list_global .hover .number_ul li .text {
  color: #000;
}
.list_global .img .dian2 {
  position: absolute;
  top: 41.5%;
  right: 3%;
  z-index: 8;
}
.list_global .img .dian2 img {
  height: 5.25rem;
}
.list_global .img .dian2 .wave1 {
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 50%;
  position: absolute;
  top: 42%;
  transform: translateY(-50%);
  left: -8px;
  z-index: -1;
}
.list_global .img .dian2 .wave1::before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: rgba(0, 158, 66, 0.494);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  animation: yuan1 2s infinite;
}
@keyframes yuan1 {
  0% {
    width: 0;
    height: 0;
  }
  50% {
    width: 1.875rem;
    height: 1.875rem;
  }
  100% {
    width: 0;
    height: 0;
  }
}
.list_global .img .dian1 {
  position: absolute;
  top: 29.5%;
  left: 34%;
  z-index: 8;
}
.list_global .img .dian1 img {
  height: 5.75rem;
}
.list_global .img .dian1 .wave {
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 50%;
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  right: -8px;
  z-index: -1;
}
.list_global .img .dian1 .wave::before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: rgba(0, 158, 66, 0.494);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  animation: yuan 2s infinite;
}
@keyframes yuan {
  0% {
    width: 0;
    height: 0;
  }
  50% {
    width: 1.875rem;
    height: 1.875rem;
  }
  100% {
    width: 0;
    height: 0;
  }
}
.list_global_two .title {
  background: #00A5AD;
  padding: 2.25rem 0;
  border-radius: 1.25rem 1.25rem 0rem 0rem;
}
.list_global_two .bot {
  border-radius: 1.25rem;
  background: #FFF;
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.03);
}
.list_global_two .bot ul {
  padding: 2.5rem 2.5rem 7rem;
  display: flex;
  flex-wrap: wrap;
}
.list_global_two .bot ul li {
  padding: 2.25rem 0rem 2.25rem 2.25rem;
  border: 1px solid #E6E6E6;
  border-left: none;
  width: 33.3%;
}
.list_global_two .bot ul li:nth-child(3n+1) {
  border-left: 1px solid #E6E6E6;
}
.list_global_two .bot ul li:nth-child(1),
.list_global_two .bot ul li:nth-child(2),
.list_global_two .bot ul li:nth-child(3) {
  border-bottom: none;
}
.list_global_two .bot ul li .name {
  color: #000;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2rem;
  margin-bottom: 0.63rem;
}
.list_global_two .bot ul li p {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  font-weight: 400;
  line-height: 2rem;
}
.list_global_two .bot ul li p span {
  white-space: nowrap;
  margin-right: 1.5rem;
}
.list_product .title {
  color: #000;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.75rem;
}
.list_product .top {
  margin-bottom: 2.5rem;
}
.list_product .top .left {
  padding-right: 6.875rem;
}
.list_product .top .name {
  color: #000;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
  margin-bottom: 0.5rem;
}
.list_product .top .text {
  line-height: 2rem;
}
.list_product .top .name2 {
  color: #000;
  font-size: 1.25rem;
  line-height: 2rem;
}
.list_product .top .mt {
  margin-top: 1.8rem;
  margin-bottom: 1.3rem;
}
.list_product .top ul li {
  display: flex;
  align-items: center;
}
.list_product .top ul li img {
  border-radius: 50%;
  width: 4.375rem;
  height: 4.375rem;
}
.list_product .top ul li .text {
  line-height: 1.5rem;
}
.list_product .top ul li > div {
  width: calc(100% - 4.375rem);
  padding-left: 1.2rem;
}
.list_product .bot .swiper-slide {
  position: relative;
  padding-top: 2.75rem;
}
.list_product .bot .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 1.25rem;
  background: #00A5AD;
  height: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_product .bot .swiper-slide .img img {
  height: 12.5rem;
  object-fit: contain;
}
.list_product .bot .swiper-slide .name {
  color: #000;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 3.125rem;
  margin-top: 1.5625rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list_product .bot .swiper-slide .name span {
  display: block;
  max-width: 80%;
  padding-right: 1rem;
}
.list_product .bot .swiper-slide .name .more_2 {
  width: 0;
  height: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  overflow: hidden;
}
.list_product .bot .swiper-slide .name .more_2 .iconfont {
  color: #fff;
}
.list_product .bot .swiper-slide .name .more_2::before {
  transform: scale(0.8);
}
.list_product .bot .swiper-slide:hover .name {
  color: #00A5AD;
}
.list_product .bot .swiper-slide:hover .more_2 {
  width: 3.125rem;
  height: 3.125rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_product .bot .swiper-slide:hover::before {
  height: 9.375rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_product .swiper-pagination {
  bottom: 0;
}
.list_product .swiper-container {
  padding-bottom: 3.4375rem;
}
.list_product .swiper-pagination-bullet {
  width: 1.875rem;
  height: 0.375rem;
  border-radius: 0.625rem;
  background: rgba(0, 0, 0, 0.2);
}
.list_product .swiper-pagination-bullet-active {
  background: #00A5AD;
}
.show_product_one .left,
.show_product_one .right {
  width: calc((100% - 38.0625rem) / 2);
}
.show_product_one .center {
  height: 38.0625rem;
  width: 38.0625rem;
}
.show_product_one .center .hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 4.3rem 6rem 3.3rem;
}
.show_product_one .center .hover img {
  object-fit: contain;
  height: 100%;
}
.show_product_one .left {
  padding-right: 4.0625rem;
}
.show_product_one .right {
  padding-left: 4.0625rem;
}
.show_product_one ul li {
  display: flex;
  align-items: center;
  margin-bottom: 4rem;
}
.show_product_one ul li:last-child {
  margin-bottom: 0;
}
.show_product_one ul li img {
  width: 5.625rem;
  height: 5.625rem;
}
.show_product_one ul li div {
  width: calc(100% - 5.625rem);
  padding-left: 1.25rem;
  color: #000;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.65rem;
}
.show_product_one .left li img {
  order: 2;
}
.show_product_one .left li div {
  order: 1;
  padding: 0 1.25rem 0 0;
  text-align: right;
}
.anim {
  animation: circle 25s linear infinite;
}
.tables .content.bgf7 {
  background: #EEF2F6;
}
.tables .content .row > div {
  line-height: 1.5rem;
  font-size: 1.125rem;
}
.tables .content .row > div .clearfix:nth-child(1) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.tables .content .row > div .clearfix {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  height: 4.38rem;
}
.tables .content .row > div .clearfix div {
  width: 30%;
}
.tables .content .row > div .clearfix div.w100 {
  width: 100%;
}
.tables .content .row > div .clearfix p {
  width: 65%;
}
.tables .content .row > div div {
  color: #333333;
  font-weight: 600;
}
.tables .content .row > div p {
  color: #000000;
  font-weight: 400;
}
.swiper_pag_chang {
  bottom: 0;
}
.swiper_pag_chang .swiper-pagination-bullet {
  width: 1.875rem;
  height: 0.375rem;
  border-radius: 0.625rem;
  background: rgba(0, 0, 0, 0.2);
}
.swiper_pag_chang .swiper-pagination-bullet-active {
  background: #00A5AD;
}
.show_prodcut_four .swiper-container {
  margin-top: 4.34rem;
  padding-bottom: 5rem;
}
.show_prodcut_four .name {
  color: #000;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 2.5rem;
  text-transform: uppercase;
}
.show_prodcut_four .swiper-slide a {
  border-radius: 1.25rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #F8F9FA;
  padding: 4.3rem 5.75rem 4.3rem 3.38rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.show_prodcut_four .swiper-slide a .left {
  padding-right: 2.5rem;
}
.show_prodcut_four .swiper-slide .heig {
  height: 0;
  overflow: hidden;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  margin-top: 1.75rem;
}
.show_prodcut_four .swiper-slide:hover a {
  background: #00A5AD;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.show_prodcut_four .swiper-slide:hover .name {
  color: #fff;
}
.show_prodcut_four .swiper-slide:hover .heig {
  height: 3.125rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transform-origin: top;
}
.margin_l_r {
  margin: 0 -1.25rem;
}
.squera {
  padding: 0 1.25rem 2.5rem;
}
.squera:hover .content {
  background: #00A5AD;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.squera:hover img {
  transform: scale(1.1);
}
.squera:hover .name {
  color: #fff;
}
.squera:hover .name::before {
  background: #fff;
}
.squera:hover .text {
  color: #fff;
}
.squera .name {
  color: #000;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.875rem;
  position: relative;
  font-weight: 600;
  padding-bottom: 0.5rem;
}
.squera .name::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1.875rem;
  height: 2px;
  background: #00A5AD;
}
.squera .text {
  margin-top: 0.8rem;
}
.squera .content {
  border: 1px solid rgba(0, 0, 0, 0.06);
  background: #F8F9FA;
  padding: 2.3rem 1.75rem;
  border-radius: 0 0 1.25rem 1.25rem;
}
.squera .over,
.squera .over img {
  border-radius: 1.25rem 1.25rem 0 0;
}
.bgf7 .squera .content {
  background: #fff;
}
.bgf7 .squera:hover .content {
  background: #00A5AD;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.about_solution .swiper-container {
  margin-top: 3.75rem;
  padding-bottom: 1.25rem;
}
.font40.title {
  font-size: 2.5rem;
  line-height: 4rem;
  font-weight: normal;
}
.tj {
  text-align: justify;
}
.show_solution .row {
  margin: 1.375rem -2.5rem 0;
}
.show_solution .row > div {
  padding: 0 2.5rem;
}
.show_solution .swiper-pagination {
  bottom: 1.875rem;
}
.show_solution .swiper-pagination-bullet {
  background: #ccc;
  opacity: 0.5;
}
.show_solution .swiper-pagination-bullet-active {
  opacity: 1;
}
.show_solution_two {
  padding-bottom: 5rem;
}
.show_solution_two ul {
  margin: 3.75rem -1.6875rem 0;
}
.show_solution_two ul li {
  padding: 0 1.6875rem 3.125rem;
}
.show_solution_two ul li > div {
  display: flex;
  align-items: center;
  padding: 3.75rem 3.5rem 4.37rem 2.56rem;
  border-radius: 1.25rem;
  border: 1px solid rgba(0, 0, 0, 0.06);
  background: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.04);
}
.show_solution_two ul li > div img {
  width: 5.625rem;
  height: 5.625rem;
  border-radius: 50%;
}
.show_solution_two ul li > div > div {
  width: calc(100% - 5.625rem);
  padding-left: 1.6rem;
}
.show_solution_two ul li > div > div div {
  color: #000;
  font-size: 1rem;
  line-height: 1.75rem;
}
.show_solution_two ul li > div > div p {
  color: #000;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.show_solution_two ul li:hover > div {
  box-shadow: 0px 0 1rem 0px rgba(0, 158, 66, 0.15);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.show_case .left {
  width: 37.5rem;
  padding-right: 3.75rem;
  padding-top: 1rem;
}
.show_case .left ul {
  margin-top: 2.5rem;
}
.show_case .left ul li {
  height: 5rem;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #E6E6E6;
}
.show_case .left ul li div {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5rem;
  width: 8.4375rem;
}
.show_case .left ul li p {
  color: #000;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5rem;
  width: calc(100% - 8.4375rem);
}
.show_case .right {
  width: calc(100% - 37.5rem);
}
.show_case .swiper-container {
  padding-right: var(--container);
}
.show_case .container_r {
  padding-right: 0;
  margin-top: 4.8125rem;
}
.show_case .container_r > .clearfix {
  padding: 6.88rem 0 0 3.63rem;
  z-index: 4;
  position: relative;
}
.show_case .container_r > .clearfix::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  border-radius: 1.25rem;
  background: #F8F9FA;
  height: 100%;
  z-index: -1;
}
.show_case .jiantou {
  transform: translateY(0);
}
.show_case .jiantou,
.show_case .swiper-pagination {
  position: static;
}
.show_case .swiper-pagination {
  width: auto;
  color: #000;
  font-size: 1.875rem;
  font-weight: 400;
  margin: 0 1.5rem;
}
.show_case .flex.mt60 {
  justify-content: flex-end;
  padding-right: var(--container);
}
.list_zyzz .swiper-container {
  padding-top: 9.375rem;
}
.list_zyzz .pr {
  margin-top: -4.375rem;
}
.list_zyzz .pr img {
  width: 8.75rem;
  height: 8.75rem;
}
.list_zyzz .font24 {
  margin-top: 1.4rem;
}
.list_zyzz .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6.875rem;
  height: 6.875rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5rem;
  /* 100% */
  background: #00A5AD;
  text-transform: capitalize;
}
.list_zyzz .swiper-slide {
  padding: 0 1.25rem;
  height: auto;
}
.list_zyzz .swiper-slide > div {
  border-radius: 1.25rem;
  border: 1px solid rgba(0, 0, 0, 0.06);
  background: #FFF;
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.03);
  padding: 0 2.88rem 3.9rem;
  height: 100%;
}
.list_zyzz .name {
  color: #00A5AD;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.75rem;
  margin-bottom: 0.5rem;
  margin-top: 1.56rem;
}
.list_zyzz .text {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
}
.padding_con {
  padding-bottom: 5.625rem;
}
.list_zyzz_two {
  padding: 3.69rem 0 3.25rem;
  background: #00A5AD;
  z-index: 4;
}
.list_zyzz_two::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 6.87rem;
  width: 85%;
  height: 100%;
  background: url(../image/31.png) no-repeat;
  background-size: contain;
  background-position: right bottom;
  z-index: -1;
}
.list_zyzz_two .left,
{
  width: 80%;
}
.list_zyzz_two .font24 {
  margin-top: 1.5rem;
}
.list_zyzz_two .right {
  padding-left: 6.19rem;
}
.list_zyzz_two .clearfix {
  display: flex;
  align-items: center;
}
.font36 {
  color: #FFF;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 3.25rem;
  position: relative;
  padding-top: 0.9rem;
}
.font36::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2.90625rem;
  height: 0.25rem;
  background: #fff;
}
.list_zyzz_three .alignc {
  margin: 0 -2.5rem;
}
.list_zyzz_three .alignc > div {
  padding: 0 2.5rem;
}
.list_zyzz_three .name {
  color: #00A5AD;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.75rem;
  padding-left: 1.25rem;
  position: relative;
}
.list_zyzz_three .name::before {
  content: "";
  position: absolute;
  top: 0.75rem;
  left: 0;
  width: 0.3125rem;
  height: 0.3125rem;
  border-radius: 50%;
  background: #00A5AD;
}
.list_zyzz_three ul li {
  margin-bottom: 1.25rem;
}
.list_zyzz_three ul li:last-child {
  margin-bottom: 2.75rem;
}
.list_zyzz_three .text {
  margin-top: 0.5rem;
}
.list_zyzz_three .icon img {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
}
.list_news {
  background: rgba(0, 158, 66, 0.1);
}
.list_news .swiper-container {
  padding: 3.125rem 0 3.75rem;
}
.list_news .swiper-container .swiper-slide {
  padding-bottom: 1rem;
  z-index: 3;
}
.list_news .swiper-container .swiper-slide:hover .name {
  color: #00A5AD;
}
.list_news .swiper-container .swiper-slide:hover::before {
  opacity: 1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_news .swiper-container .swiper-slide:hover img {
  transform: scale(1.1);
}
.list_news .swiper-container .swiper-slide .clearfix {
  background: #fff;
  display: flex;
  align-items: center;
  border-radius: 1.125rem;
}
.list_news .swiper-container .swiper-slide::before {
  content: "";
  position: absolute;
  bottom: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  left: 2.37rem;
  width: calc(100% - 2.37rem - 2.37rem);
  height: 100%;
  z-index: -1;
  border-radius: 1.25rem;
  opacity: 0.2;
  background: #00A5AD;
}
.list_news .name {
  color: #000;
  text-align: justify;
  font-size: 1.25rem;
  line-height: 2rem;
  font-weight: 600;
}
.list_news .more {
  margin-top: 2.37rem;
}
.list_news .right {
  width: 52%;
  padding: 0 2.88rem 0 3.75rem;
}
.list_news .left {
  width: 48%;
}
.list_news .text {
  margin-top: 1rem;
}
.data {
  color: #00A5AD;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  margin-bottom: 0.375rem;
}
.list_news_two.list_solution .squera:hover .data {
  color: #fff;
}
.list_news_two.list_solution .squera .text {
  margin-top: 0.625rem;
}
.list_news_two.list_solution .squera .name {
  padding-bottom: 0;
}
.list_news_two.list_solution .squera .name::before {
  display: none;
}
.list_service::before {
  content: "";
  position: absolute;
  top: 2.25rem;
  left: 50%;
  background: url(../image/33.png) no-repeat;
  background-size: contain;
}
.list_service .tel {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #010101;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 2rem;
}
.list_service .tel div {
  width: 3.375rem;
  height: 3.375rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.9;
  margin-right: 1.37rem;
  background: linear-gradient(137deg, #54D288 29.96%, #BAFFD6 84.4%);
  backdrop-filter: blur(150px);
}
.list_service .tel div .iconfont {
  color: #fff;
  font-size: 1.5rem;
}
.list_service .tel_num {
  background: linear-gradient(to right, #FEEA02, #ffc400, #fd8719, #ff6a00);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Montserrat;
  font-size: 5.625rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.28125rem;
  text-transform: uppercase;
  margin: 1.5625rem 0 1.25rem;
}
.list_service .three_container {
  margin-top: 0.3125rem;
}
.list_service .font24 {
  color: #00A5AD;
}
.list_service .swiper-slide .name {
  color: #000;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 2rem;
  padding-bottom: 0.75rem;
  position: relative;
  margin-bottom: 1.25rem;
}
.list_service .swiper-slide .name::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 3rem;
  height: 0.1875rem;
  background: #00A5AD;
}
.list_service .swiper-slide ul li {
  display: flex;
  align-items: flex-start;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
  margin-bottom: 0.5rem;
}
.list_service .swiper-slide ul li p {
  color: #000;
  width: calc(100% - 3.3125rem);
}
.list_service .swiper-slide ul li div {
  width: 3.3125rem;
  color: rgba(0, 0, 0, 0.4);
}
.swiper_three_b .swiper-slide {
  height: auto;
  padding: 0 1.25rem 0.625rem;
}
.swiper_three_b .swiper-slide.bgf > div {
  background: #fff;
}
.swiper_three_b .swiper-slide > div {
  border-radius: 1.25rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 4px 20px 24px 0px rgba(0, 0, 0, 0.04);
  padding: 2.69rem 1.62rem 2.94rem 3rem;
  height: 100%;
  position: relative;
}
.swiper_three_b .swiper-slide > div::before {
  content: "";
  position: absolute;
  bottom: -0.625rem;
  left: 1.12rem;
  opacity: 0.2;
  background: #00A5AD;
  width: calc(100% - 1.12rem - 1.12rem);
  height: calc(100% - 1.5rem);
  z-index: -1;
  border-radius: 0.625rem;
}
.swiper_three_b .swiper-slide:hover > div::before {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  opacity: 1;
}
.swiper_three_b .swiper-slide:hover > div img {
  transform: rotateY(180deg);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.swiper_three_b .swiper-slide .icon img {
  width: 5rem;
  height: 5rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.swiper_three_b .swiper-slide .name1 {
  color: #00A5AD;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.875rem;
  margin: 0.94rem 0 0.5rem;
}
.list_service_two {
  background: rgba(230, 245, 236, 0.9);
}
.list_service_two .left {
  padding-right: 5.7rem;
}
.list_service_two button {
  border: none;
}
.list_service_two form {
  margin-top: 3.75rem;
}
.list_service_two input,
.list_shouquan_seven input {
  height: 3.125rem;
  padding: 0 1.3rem;
}
.list_service_two input,
.list_shouquan_seven input,
.list_service_two textarea,
.list_shouquan_seven textarea {
  width: 100%;
  border-radius: 0.625rem;
  background: #FFF;
}
.list_service_two textarea,
.list_shouquan_seven textarea {
  height: 10rem;
  padding: 0.875rem 1.3rem 1.3rem;
  display: block;
  border: none;
}
.list_join.show_solution .right .pr,
.list_shou_quan.show_solution .right .pr {
  position: relative;
  padding-bottom: 1.375rem;
  z-index: 4;
}
.list_join.show_solution .right .pr::before,
.list_shou_quan.show_solution .right .pr::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 1.875rem;
  height: 80%;
  border-radius: 1.25rem;
  background: rgba(0, 158, 65, 0.2);
  width: calc(100% - 1.875rem - 1.875rem);
  z-index: -1;
}
.list_join.show_solution .row {
  margin-left: -15px;
  margin-right: -15px;
}
.list_join.show_solution .row > div {
  padding: 0 0.9375rem;
}
.list_join.show_solution .row > div.left {
  padding-bottom: 5rem;
}
.list_join.show_solution .swiper_three_b {
  margin-top: 6rem;
}
.list_join_three {
  position: relative;
  padding: 10rem 0 5rem;
  z-index: 4; margin-top:5rem
}
.list_join_three::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 43.75rem;
  background: url(../image/37.jpg) no-repeat;
  background-size: cover;
  z-index: -1;
}
.list_join_three .title span::before {
  background: #fff; 
}
.list_join_three .content {
  border-radius: 2.5rem 2.5rem 0rem 0rem;
  background: #FFF;
  padding: 5.3rem 3.75rem 0;
  background: #fff;
  margin-top: 9.66rem;
}
.list_join_three .content ul.row {
  margin: 0 -1.25 rem;
}
.list_join_three .content ul.row li {
  padding: 0 1.25rem;
  margin-bottom: 2.5rem;
}
.list_join_three .content ul.row li:hover > div {
  background: #00A5AD;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_join_three .content ul.row li:hover > div .name {
  color: #fff;
}
.list_join_three .content ul.row li:hover > div .name::before {
  background: #fff;
}
.list_join_three .content ul.row li:hover > div .text,
.list_join_three .content ul.row li:hover > div .text span {
  color: #fff;
}
.list_join_three .content ul.row li:hover > div::before {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transform: scale(1);
}
.list_join_three .content ul.row li:hover .more_2 {
  opacity: 1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_join_three .content ul.row li > div {
  border-radius: 1.25rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  overflow: hidden;
  box-shadow: 4px 20px 24px 0px rgba(0, 0, 0, 0.04);
  padding: 3.3rem 2rem 2.2rem;
}
.list_join_three .content ul.row li > div .more_2 {
  position: absolute;
  bottom: 2.5rem;
  right: 2.5rem;
  opacity: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_join_three .content ul.row li > div::before {
  content: "";
  position: absolute;
  bottom: -0.625rem;
  right: -0.625rem;
  background: url(../image/38.png) no-repeat;
  background-size: contain;
  width: 60%;
  height: 90%;
  background-position: right bottom;
  transform: scale(0);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transform-origin: bottom right;
}
.list_join_three .content ul.row li > div .name {
  color: #000;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 2rem;
  padding-bottom: 1.125rem;
  position: relative;
  margin-bottom: 1rem;
}
.list_join_three .content ul.row li > div .name::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  background: #00A5AD;
  width: 3rem;
}
.list_join_three .content ul.row li > div .text {
  color: #000;
  line-height: 2rem;
}
.list_join_three .content ul.row li > div .text span {
  color: rgba(0, 0, 0, 0.4);
}
.join_pop_up #staticBackdropLabel {
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 3.25rem;
  text-transform: uppercase;
  color: #00A5AD;
}
.join_pop_up .name {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.625rem;
  text-transform: uppercase;
  color: #00A5AD;
  margin-bottom: 0.5rem;
}
.join_pop_up .modal-header {
  padding: 2.375rem 1.25rem;
  text-align: center;
  justify-content: center;
  width: 100%;
  position: relative;
}
.join_pop_up .modal-header h5 {
  width: 100%;
}
.join_pop_up .modal-header button {
  font-weight: normal;
  position: absolute;
  top: 50%;
  margin: 0;
  right: 0;
  transform: translateY(-50%);
  padding: 0;
  opacity: 1 !important;
  z-index: 99;
}
.join_pop_up .modal-header button .iconfont {
  font-size: 2rem;
  color: #BABABA;
}
.join_pop_up .modal-header button:hover .iconfont {
  color: #00A5AD;
}
.join_pop_up .modal-content .padding {
  padding: 0 3.5625rem;
}
.join_pop_up .text {
  color: rgba(0, 0, 0, 0.6);
  font-weight: normal;
}
.join_pop_up .modal-body {
  padding: 2.375rem 0 3.125rem;
}
.join_pop_up strong {
  color: rgba(0, 0, 0, 0.7);
  font-weight: 600;
}
.join_pop_up .modal-content {
  border-radius: 1.125rem;
}
.join_pop_up .modal_end {
  padding: 2.5rem 3.5625rem;
  background: #F7F7F7;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0 0 1.25rem 1.25rem;
}
.join_pop_up .modal_end li img {
  width: 3.125rem;
}
.join_pop_up .modal_end li span:first-of-type {
  font-weight: 700;
  font-size: 1.5rem;
  color: #00A5AD;
}
.join_pop_up .modal_end li span:nth-child(2) {
  font-weight: 700;
  font-size: 1.5rem;
  text-transform: lowercase;
  color: #00A5AD;
}
.join_pop_up .modal_end li img {
  margin-right: 0.625rem;
}
.join_pop_up .modal_end li span:nth-child(4) {
  font-size: 1rem;
  color: #00A5AD;
}
.modal-open {
  padding-right: 0 !important;
}
.modal-backdrop.fade.show {
  display: block !important;
}
.list_shou_quan.show_solution .left {
  padding-right: 8rem;
}
.list_shouquan_two .three_container {
  margin-top: 5rem;
}
.list_shouquan_two .swiper-slide .ta {
  position: relative;
}
.list_shouquan_two .swiper-slide .ta::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../image/39.png) no-repeat;
  background-size: contain;
  width: 100%;
  height: 90%;
  background-position: center center;
}
.show_solution.list_shouquan_five .row {
  margin: 0 0 6.25rem;
}
.show_solution.list_shouquan_five .row .left {
  padding: 0 5rem 0 0;
}
.show_solution.list_shouquan_five .row:last-child {
  margin-bottom: 0;
}
.show_solution.list_shouquan_five .row:nth-child(even) .right {
  order: 1;
}
.show_solution.list_shouquan_five .row:nth-child(even) .left {
  order: 2;
  padding: 0 0 0 5rem;
}
.show_solution.list_shouquan_five .row > div {
  padding: 0 0;
}
.show_solution.list_shouquan_five .row > div .text {
  color: #000;
}
.show_solution.list_shouquan_five .row > div .text p {
  position: relative;
  margin-bottom: 0.375rem;
  padding-left: 1rem;
}
.show_solution.list_shouquan_five .row > div .text p::before {
  content: "";
  position: absolute;
  top: 0.675rem;
  left: 0;
  width: 0.1875rem;
  height: 0.1875rem;
  border-radius: 50%;
  background: #000000;
}
.list_shouquan_seven .content {
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.9);
  padding: 4.69rem 5rem;
  margin-top: 2.5rem;
}
.list_shouquan_seven .name {
  color: #030303;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2rem;
  margin: 2.1rem 0 0.375rem;
  font-weight: 600;
}
.list_shouquan_seven .tel {
  color: #00A5AD;
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 2.5rem;
  /* 80% */
  letter-spacing: -0.15625rem;
  text-transform: uppercase;
  margin: 0.8rem 0 1.2rem;
}
.list_shouquan_seven .left {
  border-right: 1px solid rgba(0, 158, 65, 0.1);
  padding-top: 1.25rem;
}
.list_shouquan_seven .right {
  padding-left: 3.75rem;
}
.list_shouquan_seven ul li {
  display: flex;
  align-items: center;
  margin-bottom: 0.15rem;
}
.list_shouquan_seven ul li div {
  color: rgba(0, 0, 0, 0.4);
  font-size: 1rem;
  font-weight: 400;
  line-height: 2rem;
}
.list_shouquan_seven ul li p {
  color: #000;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.5rem;
  /* 222.222% */
  text-transform: uppercase;
}
.list_shouquan_seven button {
  border: none;
}
.list_shouquan_three .title span::before {
  background: #fff;
}
.list_shouquan_three .pr {
  margin-top: 3.125rem;
}
.list_shouquan_three .pr > img {
  width: 32.625rem;
  height: 32.625rem;
}
.list_shouquan_three .pr ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.list_shouquan_three .pr ul li {
  position: absolute;
  display: flex;
  align-items: center;
  width: 28.75rem;
}
.list_shouquan_three .pr ul li .icon {
  width: 5.375rem;
  height: 5.375rem;
  border-radius: 50%;
}
.list_shouquan_three .pr ul li .icon img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
.list_shouquan_three .pr ul li > div {
  width: calc(100% - 5.375rem);
}
.list_shouquan_three .pr ul li p {
  color: #FFF;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2rem;
}
.list_shouquan_three .pr ul li div {
  color: #FFF;
}
.list_shouquan_three .pr ul .li4 > div:nth-child(2),
.list_shouquan_three .pr ul .li5 > div:nth-child(2),
.list_shouquan_three .pr ul .li6 > div:nth-child(2) {
  padding-left: 1rem;
}
.list_shouquan_three .pr ul .li4 > div:nth-child(2) p,
.list_shouquan_three .pr ul .li5 > div:nth-child(2) p,
.list_shouquan_three .pr ul .li6 > div:nth-child(2) p,
.list_shouquan_three .pr ul .li4 > div:nth-child(2) div,
.list_shouquan_three .pr ul .li5 > div:nth-child(2) div,
.list_shouquan_three .pr ul .li6 > div:nth-child(2) div {
  text-align: left;
}
.list_shouquan_three .pr ul .li1,
.list_shouquan_three .pr ul .li2,
.list_shouquan_three .pr ul .li3 {
  justify-content: flex-end;
}
.list_shouquan_three .pr ul .li1 .icon,
.list_shouquan_three .pr ul .li2 .icon,
.list_shouquan_three .pr ul .li3 .icon {
  order: 2;
}
.list_shouquan_three .pr ul .li1 > div:nth-child(2),
.list_shouquan_three .pr ul .li2 > div:nth-child(2),
.list_shouquan_three .pr ul .li3 > div:nth-child(2) {
  order: 1;
  padding-right: 1rem;
}
.list_shouquan_three .pr ul .li1 > div:nth-child(2) p,
.list_shouquan_three .pr ul .li2 > div:nth-child(2) p,
.list_shouquan_three .pr ul .li3 > div:nth-child(2) p,
.list_shouquan_three .pr ul .li1 > div:nth-child(2) div,
.list_shouquan_three .pr ul .li2 > div:nth-child(2) div,
.list_shouquan_three .pr ul .li3 > div:nth-child(2) div {
  text-align: right;
}
.list_shouquan_three .pr ul .li1,
.list_shouquan_three .pr ul .li4 {
  top: 2.1875rem;
}
.list_shouquan_three .pr ul .li3,
.list_shouquan_three .pr ul .li6 {
  bottom: 2.1875rem;
}
.list_shouquan_three .pr ul .li2,
.list_shouquan_three .pr ul .li5 {
  transform: translateY(-50%);
  top: 50%;
}
.list_shouquan_three .pr ul .li2 {
  left: 2.5%;
}
.list_shouquan_three .pr ul .li5 {
  right: 2.5%;
}
.list_shouquan_three .pr ul .li1,
.list_shouquan_three .pr ul .li3 {
  left: 7%;
}
.list_shouquan_three .pr ul .li4,
.list_shouquan_three .pr ul .li6 {
  right: 7%;
}
.list_shouquan_four .sum {
  margin-top: 3.8rem;
}
.list_shouquan_four .sum > div {
  display: none;
}
.list_shouquan_four .sum > div.active {
  display: block;
}
.list_shouquan_four .squera .name {
  padding-bottom: 0;
}
.list_shouquan_four .squera .name::before {
  display: none;
}
.list_shouquan_four .squera .text {
  margin-top: 0.56rem;
}
.list_shouquan_four .squera .content {
  padding: 1.875rem;
}
.list_shouquan_four ul {
  display: flex;
  justify-content: center;
}
.list_shouquan_four ul li {
  padding: 0 1.63rem;
  margin: 0 0.9375rem;
  line-height: 3rem;
  border-radius: 2.5rem;
  background: #fff;
  color: #000;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_shouquan_four ul li:hover,
.list_shouquan_four ul li.active {
  background: #00A5AD;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  color: #fff;
}
.list_download ul.row {
  margin: 3.75rem -1.25rem 0;
}
.list_download ul.row li {
  padding: 0 1.25rem 2.5rem;
}
.list_download ul.row li img {
  height: 1.875rem;
}
.list_download ul.row li:hover > div {
  background: #00A5AD;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_download ul.row li:hover > div .xielie,
.list_download ul.row li:hover > div .name,
.list_download ul.row li:hover > div .more_aa {
  color: #fff;
}
.list_download ul.row li:hover > div img {
  filter: brightness(0) invert(1);
}
.list_download ul.row li:hover > div::before {
  background: url(../image/44.png) no-repeat;
  background-size: contain;
  background-position: right bottom;
  z-index: -1;
}
.list_download ul.row li > div {
  padding: 2rem;
  border-radius: 1.25rem;
  border: 1px solid rgba(0, 0, 0, 0.06);
  background: #FFF;
  position: relative;
  z-index: 4;
}
.list_download ul.row li > div::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 90%;
  background: url(../image/43.png) no-repeat;
  background-size: contain;
  background-position: right bottom;
  z-index: -1;
}
.list_download ul.row li .flex {
  margin-top: 3.69rem;
}
.list_download ul.row li .xielie {
  color: #000;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 2rem;
}
.list_download ul.row li .name {
  color: #000;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2rem;
}
.list_download ul.row li .more_aa {
  display: flex;
  align-items: center;
  color: #00A5AD;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
}
.list_download ul.row li .more_aa .iconfont {
  font-size: 1rem;
  font-weight: 600;
  margin-left: 0.5rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_download ul.row li .more_aa:hover .iconfont {
  transform: translateX(5px);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
