/* this website */
/* flex */
/* font-size */
/* color */
/* margin */
/* padding */
/* 动画 */
/* other */
@import "//at.alicdn.com/t/c/font_4912153_uw4vmvmowpk.css";
.whmax {
  width: 100%;
  height: 100%;
}
@keyframes bannerZoom {
  0% {
    transform: scale(1) translateX(0);
  }
  50% {
    transform: scale(1.1) translateX(-2%);
  }
  100% {
    transform: scale(1) translateX(0);
  }
}
@keyframes maskFloat {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-5px, 5px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.ind_banner {
  position: relative;
}
.ind_banner .swiper-slide {
  position: relative;
}
.ind_banner .swiper-slide .mfont {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 20rem 7rem 7rem 7rem;
}
.ind_banner .swiper-slide .mfont h3 {
  font-size: 3rem;
  color: #2b2b2b;
  margin-bottom: 1.8rem;
}
.ind_banner .swiper-slide .mfont h1 {
  font-size: 4rem;
  font-weight: bold;
  margin-bottom: 2.7rem;
  background-image: linear-gradient(90deg, #3DCAAD 0%, #0983FC 50%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.ind_banner .swiper-slide .mfont p {
  font-size: 1.8rem;
  color: #666;
  line-height: 170%;
  margin-bottom: 6.6rem;
  max-width: 60rem;
}
.ind_banner .swiper-slide .mfont .banner_btn {
  display: flex;
  align-items: center;
}
.ind_banner .swiper-slide .mimg {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.ind_banner .swiper-slide .mimg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 60rem;
}
.ind_banner .swiper-slide .mimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 60rem;
  animation: bannerZoom 30s infinite ease-in-out;
}
.ind_banner .bannerbtn {
  border-radius: 1rem;
  padding: 1.3rem 2.5rem;
  color: #fff;
  margin-right: 3rem;
}
.ind_banner .bannerbtn .btn_main {
  display: flex;
  align-items: center;
}
.ind_banner .bannerbtn span {
  font-size: 1.6rem;
  margin-right: 1rem;
}
.ind_banner .bannerbtn i {
  font-size: 1.6rem;
}
.ind_banner .bannerbtn.btn_1 {
  background: #07dcc2;
}
.ind_banner .bannerbtn.btn_2 {
  background: #0983fc;
}
.md_banner {
  position: relative;
  display: none;
}
.md_banner .swiper-slide {
  position: relative;
  height: 65rem;
}
.md_banner .swiper-slide .mfont {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 20rem 7rem 0;
}
.md_banner .swiper-slide .mfont h3 {
  font-size: 3rem;
  color: #2b2b2b;
  margin-bottom: 1.8rem;
}
.md_banner .swiper-slide .mfont h1 {
  font-size: 4rem;
  font-weight: bold;
  margin-bottom: 2.7rem;
  background-image: linear-gradient(90deg, #3DCAAD 0%, #0983FC 50%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.md_banner .swiper-slide .mfont p {
  font-size: 1.8rem;
  color: #666;
  line-height: 170%;
  margin-bottom: 6.6rem;
  max-width: 58rem;
}
.md_banner .swiper-slide .mfont .banner_btn {
  display: flex;
  align-items: center;
}
.md_banner .swiper-slide .mimg {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.md_banner .swiper-slide .mimg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.md_banner .swiper-slide .mimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: bannerZoom 30s infinite ease-in-out;
}
.md_banner .bannerbtn {
  border-radius: 1rem;
  padding: 1.3rem 2.5rem;
  color: #fff;
  margin-right: 3rem;
}
.md_banner .bannerbtn .btn_main {
  display: flex;
  align-items: center;
}
.md_banner .bannerbtn span {
  font-size: 1.6rem;
  margin-right: 1rem;
}
.md_banner .bannerbtn i {
  font-size: 1.6rem;
}
.md_banner .bannerbtn.btn_1 {
  background: #07dcc2;
}
.md_banner .bannerbtn.btn_2 {
  background: #0983fc;
}
.ind_number {
  background: #fff;
  padding: 3.5rem 7rem;
}
.ind_number .number_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.ind_number hr {
  display: block;
  background: #D9D9D9;
  border: none;
  height: 6rem;
  width: 1px;
}
.ind_number hr:last-child {
  display: none;
}
.ind_number .number_item {
  text-align: center;
  padding: 0 1rem;
  transition: all 0.3s ease;
}
.ind_number .number_item:hover {
  transform: translateY(-5px);
}
.ind_number .number_item:hover .number_top .num,
.ind_number .number_item:hover .number_top .unit {
  background-image: linear-gradient(135deg, #3DCAAD 0%, #0983FC 80%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.ind_number .number_item .number_top {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  align-items: baseline;
  margin-bottom: 1.5rem;
}
.ind_number .number_item .number_top .num {
  font-size: 4.5rem;
  font-weight: 700;
  color: #0983fc;
  min-width: 4rem;
  font-family: numfont;
}
.ind_number .number_item .number_top .unit {
  font-size: 2rem;
  font-weight: 700;
  color: #0983fc;
  transform: translateY(-0.2rem);
  margin-left: 0.1rem;
}
.ind_number .number_item .number_text {
  font-size: 1.6rem;
  color: #2b2b2b;
  line-height: 1.5;
}
.ind_core {
  background: #F6F9FF;
}
.ind_core .core_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.ind_core .core_list .core_item {
  width: 50%;
  padding: 1rem;
  transition: all 0.5s ease;
  transform: translateY(0px);
  opacity: 0;
}
.ind_core .core_list .core_item.show-animation {
  transform: translateY(0);
  opacity: 1;
}
.ind_core .core_list .core_item_main {
  background: #fff;
  padding: 4rem;
  border-radius: 1rem;
  position: relative;
  height: 30rem;
  transition: all 0.3s ease;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}
.ind_core .core_list .core_item_main:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(9, 131, 252, 0.1);
}
.ind_core .core_list .core_item_main:hover .mimg img {
  transform: scale(1.1);
  opacity: 1;
}
.ind_core .core_list .core_item_main:hover h3 {
  color: #0983fc;
}
.ind_core .core_list .core_item_main:hover .mtag span {
  background: rgba(7, 220, 194, 0.1);
  border-color: #0983fc;
  color: #0983fc;
}
.ind_core .core_list .core_item_main h3 {
  font-size: 2.2rem;
  color: #2b2b2b;
  font-weight: bold;
  margin-bottom: 2.5rem;
  transition: all 0.3s ease;
}
.ind_core .core_list .core_item_main p {
  font-size: 1.5rem;
  color: #666;
  height: 10rem;
  line-height: 170%;
}
.ind_core .core_list .core_item_main .mtag {
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  margin-top: 1rem;
  gap: 1rem;
  flex-wrap: wrap;
}
.ind_core .core_list .core_item_main .mtag span {
  background: rgba(9, 131, 252, 0.1);
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  color: #0983fc;
  border: 1px solid #0983fc;
  transition: all 0.3s ease;
}
.ind_core .core_list .core_item_main .mimg {
  position: absolute;
  bottom: 0;
  right: 0;
}
.ind_core .core_list .core_item_main .mimg img {
  height: 14rem;
  width: auto;
  opacity: 0.6;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1440px) {
  .ind_core .core_list .core_item_main {
    padding: 3rem;
    height: 28rem;
  }
  .ind_core .core_list .core_item_main h3 {
    font-size: 2rem;
  }
  .ind_core .core_list .core_item_main p {
    font-size: 1.4rem;
    height: 9rem;
  }
  .ind_core .core_list .core_item_main .mimg img {
    height: 14rem;
  }
}
@media screen and (max-width: 1280px) {
  .ind_core .core_list .core_item_main {
    padding: 2.5rem;
    height: 26rem;
  }
}
@media screen and (max-width: 1024px) {
  .ind_core .core_list .core_item {
    width: 100%;
    margin-bottom: 2rem;
  }
  .ind_core .core_list .core_item_main {
    height: auto;
    min-height: 22rem;
  }
  .ind_core .core_list .core_item_main p {
    height: auto;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .ind_core .core_list .core_item_main {
    padding: 2rem;
  }
  .ind_core .core_list .core_item_main .mtag {
    gap: 0.8rem;
  }
  .ind_core .core_list .core_item_main .mtag span {
    padding: 0.4rem 0.8rem;
    font-size: 1.4rem;
  }
  .ind_core .core_list .core_item_main .mimg img {
    height: 12rem;
    opacity: 0.4;
  }
}
.ind_solution {
  padding: 7rem 0 0 0;
}
.ind_solution .solution_tabs {
  margin-bottom: 4rem;
}
.ind_solution .solution_tabs ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.5rem;
  width: 100%;
}
.ind_solution .solution_tabs ul li {
  width: 42rem;
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 0 12px rgba(35, 39, 54, 0.2);
  padding: 2rem 2rem;
  transition: 0.2s all ease-in;
}
.ind_solution .solution_tabs ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ind_solution .solution_tabs ul li a img {
  width: 2.6rem;
}
.ind_solution .solution_tabs ul li a img:last-of-type {
  display: none;
}
.ind_solution .solution_tabs ul li a p {
  font-size: 1.8rem;
  color: #7A879A;
  margin-left: 1.5rem;
  transition: 0.2s all ease-in;
}
.ind_solution .solution_tabs ul li.curr {
  background: #0983fc;
}
.ind_solution .solution_tabs ul li.curr a img:first-of-type {
  display: none;
}
.ind_solution .solution_tabs ul li.curr a img:last-of-type {
  display: block;
}
.ind_solution .solution_tabs ul li.curr a p {
  color: #fff;
}
.ind_solution .solution_tabs ul li:hover {
  background: #0983fc;
}
.ind_solution .solution_tabs ul li:hover a img:first-of-type {
  display: none;
}
.ind_solution .solution_tabs ul li:hover a img:last-of-type {
  display: block;
}
.ind_solution .solution_tabs ul li:hover a p {
  color: #fff;
}
.ind_solution .solution_list {
  background: #F2F5FA;
  position: relative;
  padding: 0 7rem;
}
.ind_solution .solution_list .solution_item {
  height: 57rem;
  width: 100%;
}
.ind_solution .solution_list .mbg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.ind_solution .solution_list .color2 {
  width: 75%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  height: 100%;
  overflow: hidden;
  mask-image: url('/Static/images/bg01.png');
  mask-size: 100% 100%;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-mode: alpha;
}
.ind_solution .solution_list .section_main {
  height: 100%;
  display: flex;
  align-items: center;
}
.ind_solution .solution_list .section_main ul {
  position: relative;
  z-index: 3;
  flex: 1;
  background: #fff;
  padding: 2rem 4rem;
  border-radius: 1rem;
}
.ind_solution .solution_list .section_main ul li {
  padding: 2.4rem 0;
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 2.4rem;
}
.ind_solution .solution_list .section_main ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.ind_solution .solution_list .section_main ul li h4 {
  font-size: 1.8rem;
  color: #2b2b2b;
  font-weight: bold;
  margin-bottom: 2rem;
}
.ind_solution .solution_list .section_main ul li p {
  font-size: 1.5rem;
  color: #666;
}
.ind_solution .solution_list .mfont {
  width: 36rem;
  position: relative;
  margin-right: 5rem;
  z-index: 3;
  height: 100%;
  padding-top: 9rem;
}
.ind_solution .solution_list .mfont h3 {
  font-size: 2.8rem;
  color: #fff;
  margin-bottom: 3rem;
}
.ind_solution .solution_list .mfont .minfo {
  line-height: 170%;
  font-size: 1.6rem;
  color: #fff;
  margin-bottom: 3rem;
}
.ind_solution .solution_list .mfont .minfo p {
  margin-bottom: 2rem;
}
.ind_solution .solution_list .mfont .btnbox {
  margin-top: 6rem;
}
.ind_advantage {
  background-color: #f9f9f9;
  padding-bottom: 9rem;
}
.ind_advantage .advantage_list {
  margin-top: 5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ind_advantage .advantage_list li {
  width: 32%;
  margin-bottom: 3rem;
  cursor: pointer;
}
.ind_advantage .advantage_list li .mitem {
  background-color: #fff;
  border-radius: 1.5rem;
  padding: 4rem 3rem;
  height: 100%;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  opacity: 0;
  transform: translateY(3rem);
}
.ind_advantage .advantage_list li .mitem.show-animation {
  opacity: 1;
  transform: translateY(0);
}
.ind_advantage .advantage_list li .mitem::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 0.4rem;
  background: linear-gradient(135deg, #3DCAAD 0%, #0983FC 80%);
  opacity: 0;
  transition: all 0.3s ease 0.2s;
}
.ind_advantage .advantage_list li .mitem .mimg {
  flex-shrink: 0;
  margin-right: 2rem;
  width: auto;
  height: 6.2rem;
  width: 6.8rem;
  position: relative;
}
.ind_advantage .advantage_list li .mitem .mimg img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 100%;
  transition: all 0.6s ease;
  z-index: 5;
}
.ind_advantage .advantage_list li .mitem .mimg img:first-child {
  opacity: 1;
}
.ind_advantage .advantage_list li .mitem .mimg img:last-child {
  opacity: 0;
}
.ind_advantage .advantage_list li .mitem .mfont {
  width: 100%;
  position: relative;
  z-index: 5;
}
.ind_advantage .advantage_list li .mitem .mfont h3 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #2b2b2b;
  margin-bottom: 1.5rem;
  transition: all 0.3s ease;
  position: relative;
  z-index: 5;
}
.ind_advantage .advantage_list li .mitem .mfont p {
  position: relative;
  z-index: 5;
  font-size: 1.6rem;
  color: #666;
  line-height: 1.6;
  transition: all 0.3s ease;
}
.ind_advantage .advantage_list li .mitem:hover {
  transform: translateY(-0.5rem);
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.08);
  background: #0983fc;
}
.ind_advantage .advantage_list li .mitem:hover::before {
  opacity: 1;
  height: 100%;
}
.ind_advantage .advantage_list li .mitem:hover .mimg img {
  transform: rotateY(360deg);
}
.ind_advantage .advantage_list li .mitem:hover .mimg img:first-child {
  opacity: 0;
}
.ind_advantage .advantage_list li .mitem:hover .mimg img:last-child {
  opacity: 1;
}
.ind_advantage .advantage_list li .mitem:hover .mfont h3 {
  color: #fff;
}
.ind_advantage .advantage_list li .mitem:hover .mfont p {
  color: #fff;
}
@media (max-width: 1025px) {
  .ind_advantage .advantage_list li {
    width: 48%;
  }
  .ind_advantage .advantage_list li .mitem {
    padding: 3rem 2rem;
  }
}
@media (max-width: 768px) {
  .ind_advantage {
    padding-bottom: 6rem;
  }
  .ind_advantage .advantage_list {
    margin-top: 3rem;
  }
  .ind_advantage .advantage_list li {
    width: 50%;
    padding: 0.5rem;
    margin-bottom: 1rem;
  }
  .ind_advantage .advantage_list li .mitem {
    padding: 3rem 2rem;
    flex-direction: column;
  }
  .ind_advantage .advantage_list li .mitem .mimg {
    width: 6rem;
    height: 6rem;
    margin-bottom: 1.5rem;
  }
  .ind_advantage .advantage_list li .mitem .mfont {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .ind_advantage .advantage_list li .mitem .mfont h3 {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 1rem;
  }
  .ind_advantage .advantage_list li .mitem .mfont p {
    font-size: 1.6rem;
    text-align: center;
  }
}
.ind_honor {
  background: url('/Static/images/bg03.jpg') no-repeat center center;
  background-size: cover;
  height: 80rem;
  width: 100%;
  padding-top: 10rem;
}
.ind_honor .section_main {
  height: 100%;
  display: flex;
  justify-content: space-around;
}
.ind_honor .section_main .imglist {
  padding-right: 10rem;
}
.ind_honor .section_main .imglist p {
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  margin-top: 5rem;
}
.ind_honor .section_main .imglist .honor1 {
  width: 100%;
  display: flex;
  gap: 1rem;
  margin-bottom: 10rem;
  position: relative;
}
.ind_honor .section_main .imglist .honor1 .bg01 {
  position: absolute;
  z-index: 1;
  left: -2rem;
  top: 11rem;
  width: 84rem;
}
.ind_honor .section_main .imglist .honor1 .norimg {
  height: 27rem;
  width: auto;
  position: relative;
  z-index: 5;
}
.ind_honor .section_main .imglist .honor1 .norimg img {
  height: 100%;
  width: auto;
  transition: all 0.4s ease;
}
.ind_honor .section_main .imglist .honor2 {
  width: 100%;
  display: flex;
  gap: 1rem;
  position: relative;
}
.ind_honor .section_main .imglist .honor2 .norimg {
  height: 15rem;
  width: auto;
  position: relative;
  z-index: 5;
}
.ind_honor .section_main .imglist .honor2 .norimg img {
  height: 100%;
  width: auto;
  transition: all 0.4s ease;
}
.ind_honor .section_main .imglist .honor2 .norimg:hover img {
  transform: scale(1.05);
  box-shadow: 0 0 15px rgba(7, 220, 194, 0.5);
}
.ind_honor .section_main .imglist .honor2 .bg02 {
  position: absolute;
  z-index: 1;
  left: -2rem;
  top: -2rem;
  width: 84rem;
}
.ind_honor .section_main .honor_text {
  height: 100%;
}
.ind_honor .section_main .honor_text ul {
  margin-top: 4rem;
  max-height: calc(100% - 20rem);
  overflow-y: auto;
  position: relative;
  /* 定义滚动条轨道 */
  /* 定义滑块 */
}
.ind_honor .section_main .honor_text ul::-webkit-scrollbar {
  width: 0px;
  height: 1px;
  border-radius: 1px;
}
.ind_honor .section_main .honor_text ul::-webkit-scrollbar-track {
  border-radius: 1px;
  overflow: hidden;
}
.ind_honor .section_main .honor_text ul::-webkit-scrollbar-thumb {
  background-color: none;
  border-radius: 1px;
  overflow: hidden;
}
.ind_honor .section_main .honor_text ul li {
  position: relative;
}
.ind_honor .section_main .honor_text ul li p {
  color: #fff;
  font-size: 1.6rem;
  padding-bottom: 2.5rem;
  margin-bottom: 2.5rem;
  padding-left: 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.ind_honor .section_main .honor_text ul li::before {
  content: '';
  display: block;
  width: 1rem;
  height: 1rem;
  position: absolute;
  left: 0rem;
  top: 0.7rem;
  background: #07dcc2;
  border-radius: 50%;
  margin-right: 1rem;
}
.ind_news .ind_news_top {
  margin-bottom: 7rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ind_news .ind_news_top h2 {
  white-space: nowrap;
}
.ind_news .ind_news_top .xhtitle-l {
  margin-bottom: 0;
  width: 47%;
}
.ind_news .ind_news_top .mright {
  margin-left: 2rem;
}
.ind_news .ind_news_top ul {
  max-width: 35.5rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ind_news .ind_news_top ul li {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.ind_news .ind_news_top ul a {
  font-size: 1.8rem;
  color: #2b2b2b;
  transition: 0.2s all ease-in;
}
.ind_news .ind_news_top ul span {
  display: block;
  height: 2px;
  background: #0983fc;
  position: absolute;
  bottom: -1rem;
  opacity: 0;
  transition: 0.2s all ease-in;
  width: 0;
}
.ind_news .ind_news_top ul li.curr span {
  opacity: 1;
  width: 100%;
}
.ind_news .ind_news_top ul li:hover span {
  opacity: 1;
  width: 100%;
}
.ind_news .ind_news_bom .mtop {
  margin-bottom: 2rem;
}
.ind_news .ind_news_bom .mtop a {
  display: flex;
  align-items: center;
}
.ind_news .ind_news_bom .mtop .img_box {
  width: 50%;
}
.ind_news .ind_news_bom .mtop .img_box .mimg {
  padding-top: 50.5%;
  width: 100%;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.ind_news .ind_news_bom .mtop .img_box .mimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.2s all ease-in;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.ind_news .ind_news_bom .mtop .mfont {
  width: 50%;
  border: 1px solid #E8E8E8;
  padding: 5rem 3rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ind_news .ind_news_bom .mtop .mfont h3 {
  font-size: 2.4rem;
  font-weight: bold;
  color: #2b2b2b;
  margin-bottom: 2.5rem;
}
.ind_news .ind_news_bom .mtop .mfont > p {
  font-size: 1.5rem;
  color: #666;
  line-height: 180%;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
}
.ind_news .ind_news_bom .mtop .mfont .mtime {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ind_news .ind_news_bom .mtop .mfont .mtime > span {
  font-weight: bold;
  font-size: 1.8rem;
  color: #999;
}
.ind_news .ind_news_bom .mtop a:hover img {
  transform: scale(1.05);
}
.ind_news .ind_news_bom .mtop a:hover h3 {
  color: #0983fc;
}
.ind_news .ind_news_bom .mbom ul {
  margin: 0 -2rem;
}
.ind_news .ind_news_bom .mbom li {
  padding: 2rem;
}
.ind_news .ind_news_bom .mbom a {
  border-bottom: 1px solid #DCDCDC;
  padding: 1.5rem 0;
  position: relative;
  transition: 0.2s all ease-in;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.ind_news .ind_news_bom .mbom a .mitme {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-right: 2rem;
}
.ind_news .ind_news_bom .mbom a h5 {
  font-size: 3.5rem;
  font-weight: bold;
  color: #999;
  margin-bottom: 0.5rem;
  font-family: numfont;
  transition: 0.2s all ease-in;
}
.ind_news .ind_news_bom .mbom a h6 {
  color: #999;
  font-weight: bold;
  font-size: 1.5rem;
  font-family: numfont;
  transition: 0.2s all ease-in;
  white-space: nowrap;
}
.ind_news .ind_news_bom .mbom a h3 {
  font-size: 1.8rem;
  color: #2b2b2b;
  margin-bottom: 1.5rem;
  transition: 0.2s all ease-in;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.ind_news .ind_news_bom .mbom a p {
  font-size: 1.4rem;
  color: #666;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  transition: 0.2s all ease-in;
}
.ind_news .ind_news_bom .mbom a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  background: #0983fc;
  width: 0%;
  height: 1px;
  transition: 0.3s all ease-in;
}
.ind_news .ind_news_bom .mbom a:hover {
  transform: translateY(-5px);
}
.ind_news .ind_news_bom .mbom a:hover h5 {
  color: #0983fc;
}
.ind_news .ind_news_bom .mbom a:hover h6 {
  color: #0983fc;
}
.ind_news .ind_news_bom .mbom a:hover::after {
  width: 100%;
}
.pro01_01 {
  background-color: #fff;
}
.pro01_01 .xhtitle {
  text-align: center;
  margin-bottom: 5rem;
}
.pro01_01 .xhtitle h2 {
  font-size: 3rem;
  font-weight: 700;
  color: #1b1b1b;
  margin-bottom: 2rem;
}
.pro01_01 .pro01_painpoint_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
}
.pro01_01 .pro01_painpoint_list li {
  width: calc(25% - 1.5rem);
}
.pro01_01 .pro01_painpoint_list li .mitem {
  background-color: #f7f8fb;
  border-radius: 1rem;
  padding: 5.7rem 3.8rem;
  height: 31rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: all 0.3s ease;
}
.pro01_01 .pro01_painpoint_list li .mitem:hover {
  background: #0983fc;
  transform: translateY(-1rem);
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2);
}
.pro01_01 .pro01_painpoint_list li .mitem:hover h3 {
  color: #fff;
  transform: scale(1.1);
}
.pro01_01 .pro01_painpoint_list li .mitem:hover .icon_wrap img {
  filter: brightness(200%);
}
.pro01_01 .pro01_painpoint_list li .mitem:hover p {
  color: #fff;
}
.pro01_01 .pro01_painpoint_list li .mitem .icon_wrap {
  width: 7.4rem;
  height: 7.4rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2.5rem;
}
.pro01_01 .pro01_painpoint_list li .mitem .icon_wrap img {
  width: 6rem;
  height: 6rem;
  object-fit: contain;
  transition: 0.2s all ease-in;
}
.pro01_01 .pro01_painpoint_list li .mitem h3 {
  font-size: 2rem;
  font-weight: 700;
  transition: 0.2s all ease-in;
  color: #2b2b2b;
  margin-bottom: 1.5rem;
}
.pro01_01 .pro01_painpoint_list li .mitem p {
  font-size: 1.5rem;
  color: #666;
  transition: 0.2s all ease-in;
  line-height: 1.48;
}
.pro01_02 {
  background: #fff;
  padding: 7rem 0 0 0;
}
.pro01_02 .pro01_02_main {
  background: #F2F5FA;
  display: flex;
  justify-content: center;
  width: 100%;
}
.pro01_02 .pro01_02_main .mleft {
  width: 50%;
  padding: 4rem 6rem 4rem 7rem;
  display: flex;
  justify-content: flex-end;
  background: url(/Static/images/bg05.png) no-repeat center center;
  background-size: 100% 100%;
}
.pro01_02 .pro01_02_main .mright {
  padding: 4rem 7rem 6rem 6rem;
  width: 50%;
  background: url(/Static/images/bg06.png) no-repeat center center;
  background-size: 100% 100%;
}
.pro01_02 .pro01_02_main .mmain {
  max-width: 70rem;
  width: 100%;
}
.pro01_02 .pro01_02_main .mtop {
  width: 100%;
  margin-bottom: 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pro01_02 .pro01_02_main .mtop h3 {
  font-size: 2.8rem;
  font-weight: bold;
  color: #fff;
}
.pro01_02 .pro01_02_main .mtop img {
  width: 7.5rem;
}
.pro01_02 .pro01_02_main .mitem {
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 1.5rem 2.6rem;
  border-radius: 1rem;
  margin-bottom: 1.5rem;
}
.pro01_02 .pro01_02_main .mitem li {
  margin-bottom: 1rem;
  line-height: 160%;
  color: #fff;
  padding-left: 1.3rem;
  position: relative;
  font-size: 1.6rem;
}
.pro01_02 .pro01_02_main .mitem li:after {
  content: '';
  position: absolute;
  left: 0;
  top: 1rem;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #fff;
  margin-right: 1rem;
}
.pro01_02 .pro01_02_main .mbt {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.pro01_02 .pro01_02_main .mbt i {
  color: #07dcc2;
  font-size: 1.6rem;
  margin-right: 1rem;
}
.pro01_02 .pro01_02_main .mbt h4 {
  color: #07dcc2;
  font-size: 2rem;
  font-weight: bold;
}
.pro01_02 .pro01_02_main .mright .mtop h3 {
  color: #2b2b2b;
}
.pro01_02 .pro01_02_main .mright .mitem {
  border: 1px solid #dddddd;
}
.pro01_02 .pro01_02_main .mright .mbt i {
  color: #333;
}
.pro01_02 .pro01_02_main .mright .mbt h4 {
  color: #333;
}
.pro01_02 .pro01_02_main .mright li {
  color: #666;
}
.pro01_02 .pro01_02_main .mright li:after {
  background: #666;
}
.pro01_03 {
  background: #fff;
}
.pro01_03 .xhtitle {
  text-align: center;
  margin-bottom: 5rem;
}
.pro01_03 .xhtitle h2 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.pro01_03 .xhtitle p {
  font-size: 1.8rem;
  color: #666;
  margin-top: 1.5rem;
}
.pro01_03 .pro01_service_list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -1.5rem;
}
.pro01_03 .pro01_service_list li {
  width: 33.333%;
  padding: 1.5rem;
}
.pro01_03 .pro01_service_list li .service_item {
  background: #fff;
  border-radius: 10px;
  border: 1px solid #DDDDDD;
  padding: 4rem 2rem;
  height: 100%;
  position: relative;
  overflow: hidden;
  transition: 0.2s all ease-in;
}
.pro01_03 .pro01_service_list li .service_item .mtop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}
.pro01_03 .pro01_service_list li .service_item .mtop h3 {
  font-size: 2rem;
  font-weight: 700;
  color: #1b1b1b;
  transition: 0.2s all ease-in;
}
.pro01_03 .pro01_service_list li .service_item .mtop .icon_wrap {
  width: 4.2rem;
  height: 4.2rem;
}
.pro01_03 .pro01_service_list li .service_item .mtop .icon_wrap img {
  width: 100%;
  height: 100%;
  transition: 0.2s all ease-in;
}
.pro01_03 .pro01_service_list li .service_item p {
  font-size: 1.6rem;
  color: #666;
  line-height: 1.65;
  transition: 0.2s all ease-in;
}
.pro01_03 .pro01_service_list li .service_item:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  background: #0983fc;
  border-color: #0983fc;
}
.pro01_03 .pro01_service_list li .service_item:hover h3,
.pro01_03 .pro01_service_list li .service_item:hover p {
  color: #fff;
}
.pro01_03 .pro01_service_list li .service_item:hover img {
  filter: brightness(2);
}
@media screen and (max-width: 1024px) {
  .pro01_03 .pro01_service_list li {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .pro01_03 .pro01_service_list li {
    width: 100%;
  }
}
.ind_tabs {
  width: 100%;
  padding: 0 7rem;
}
.ind_tabs .ind_tabs_main {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.ind_tabs .ind_tabs_more {
  color: #999;
  font-size: 1.6rem;
  transition: 0.2s all ease-in;
}
.ind_tabs .ind_tabs_more:hover {
  color: #07dcc2;
  transform: translateY(-2px);
}
.ind_tabs ul {
  display: flex;
  justify-content: center;
  margin-bottom: 2.4rem;
  gap: 5rem;
}
.ind_tabs ul li {
  transition: 0.2s all ease-in;
}
.ind_tabs ul li a {
  font-size: 1.8rem;
  color: #2b2b2b;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  transition: 0.2s all ease-in;
  user-select: none;
}
.ind_tabs ul li a:after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  opacity: 0;
  background: #0983fc;
  margin-top: 1rem;
  transition: 0.2s all ease-in;
}
.ind_tabs ul li a:hover {
  transform: translateY(-3px);
}
.ind_tabs ul li a:hover:after {
  width: 70%;
  opacity: 1;
}
.ind_tabs ul li.curr a {
  color: #0983fc;
  font-weight: bold;
}
.ind_tabs ul li.curr a:after {
  width: 70%;
  opacity: 1;
}
.ind_tabs ul li:nth-child(n+9) {
  display: none;
}
.pro01_04 {
  padding-top: 7rem;
}
.pro01_04 .ind_sec04_main {
  height: 52rem;
}
.pro01_04 .ind_sec04_main .mitem {
  display: flex;
  align-items: center;
  display: none;
  height: 52rem;
}
.pro01_04 .ind_sec04_left {
  height: 100%;
  width: 45%;
  background: #F7F8FB;
  padding-left: 7rem;
  display: flex;
  justify-content: flex-end;
}
.pro01_04 .ind_sec04_left .mmain {
  padding: 6rem 10rem 0 8rem;
  max-width: 70rem;
  width: 100%;
  height: 100%;
}
.pro01_04 .ind_sec04_left .mtop {
  position: relative;
  margin-bottom: 4.5rem;
}
.pro01_04 .ind_sec04_left .mtop h3 {
  font-weight: bold;
  color: #2b2b2b;
  font-size: 2.5rem;
  position: relative;
  z-index: 5;
}
.pro01_04 .ind_sec04_left .mtop h4 {
  font-size: 4rem;
  font-weight: bold;
  color: #EBECEE;
  opacity: 0.6;
  position: absolute;
  top: -3rem;
  left: 0;
}
.pro01_04 .ind_sec04_left .minfo {
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  display: -webkit-box;
}
.pro01_04 .ind_sec04_left .minfo p {
  padding-left: 1.3rem;
  font-size: 1.5rem;
  color: #666;
  line-height: 180%;
  margin-bottom: 3rem;
  position: relative;
}
.pro01_04 .ind_sec04_left .minfo span {
  color: #0983fc;
  font-weight: bold;
}
.pro01_04 .ind_sec04_left .minfo p:after {
  content: '';
  position: absolute;
  left: 0;
  top: 1rem;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #07dcc2;
  margin-right: 1rem;
}
.pro01_04 .ind_sec04_left .btnbox {
  margin-top: 4rem;
}
.pro01_04 .ind_sec04_right {
  height: 100%;
  width: 55%;
  position: relative;
}
.pro01_04 .ind_sec04_right .micon {
  position: absolute;
  top: 7rem;
  left: -1.3rem;
}
.pro01_04 .ind_sec04_right .micon img {
  width: 2.5rem;
}
.pro01_04 .ind_sec04_right .mimg {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pro01_04 .ind_sec04_right .mimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.2s all ease-in;
}
.pro01_04 .ind_sec04_right .mimg:hover img {
  transform: scale(1.05);
}
.pro02_reasons {
  margin-top: 2rem;
}
.pro02_reasons .reasons_list {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
}
.pro02_reasons .reasons_list .reason_item {
  width: calc(33.33% - 1.5rem);
}
.pro02_reasons .reasons_list .reason_item .mitem {
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  background-color: #f7f8fb;
  border-radius: 5px;
  padding: 3rem 2rem;
  height: 27rem;
}
.pro02_reasons .reasons_list .reason_item .mitem:hover {
  background: #0983fc;
  transform: translateY(-1rem);
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2);
}
.pro02_reasons .reasons_list .reason_item .mitem:hover h3 {
  color: #fff;
  transform: scale(1.1);
}
.pro02_reasons .reasons_list .reason_item .mitem:hover .icon_box img {
  filter: brightness(200%);
}
.pro02_reasons .reasons_list .reason_item .mitem:hover p {
  color: #fff;
}
.pro02_reasons .reasons_list .reason_item .icon_box {
  width: 9rem;
  height: 9rem;
  margin: 0 auto 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pro02_reasons .reasons_list .reason_item .icon_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.2s all ease-in;
}
.pro02_reasons .reasons_list .reason_item h3 {
  font-size: 2rem;
  font-weight: 700;
  color: #2b2b2b;
  transition: 0.2s all ease-in;
  text-align: center;
  margin-bottom: 1.5rem;
  min-height: 3rem;
}
.pro02_reasons .reasons_list .reason_item p {
  font-size: 1.5rem;
  transition: 0.2s all ease-in;
  color: #666;
  text-align: center;
  line-height: 1.68;
}
.pro02_02 {
  background: #F2F5FA;
}
.pro02_02 .section_main {
  display: flex;
  justify-content: center;
}
.pro02_02 .mleft {
  width: 20rem;
  margin-right: 10rem;
  flex-shrink: 0;
}
.pro02_02 .mleft ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.pro02_02 .mleft li {
  width: 100%;
}
.pro02_02 .mleft li a {
  background: #fff;
  border-radius: 0.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  color: #2b2b2b;
  padding: 1.8rem 0;
  transition: 0.2s all ease-in;
  position: relative;
}
.pro02_02 .mleft li a p {
  transition: 0.2s all ease-in;
}
.pro02_02 .mleft li a::before {
  content: '';
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  transition: 0.2s all ease-in;
  background: #07dcc2;
  margin-right: 1rem;
  position: absolute;
  left: 2rem;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%);
}
.pro02_02 .mleft li:hover a::before {
  opacity: 1;
}
.pro02_02 .mleft li:hover a p {
  transform: translateX(1rem);
}
.pro02_02 .mleft li.curr a {
  background: #0983fc;
  color: #fff;
}
.pro02_02 .mleft li.curr a p {
  transform: translateX(1rem);
}
.pro02_02 .mleft li.curr a::before {
  opacity: 1;
}
.pro02_02 .mright {
  max-width: 80rem;
  width: 100%;
}
.pro02_02 .mright ul {
  width: 100%;
}
.pro02_02 .mright li {
  display: none;
  transition: 0.2s all ease-in;
}
.pro02_02 .mright li .mimg {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 0.8rem;
  margin-bottom: 2rem;
}
.pro02_02 .mright li .mimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.2s all ease-in;
}
.pro02_02 .mright li p {
  font-size: 1.6rem;
  color: #2b2b2b;
  line-height: 180%;
}
.pro02_02 .mright li h5 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 2rem;
}
.pro02_02 .mright li.active {
  display: block;
  animation: fadeIn 0.5s ease-in-out;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.pro02_03 {
  background: #f9f9f9;
}
.pro02_03 .section_main {
  margin-top: 2rem;
}
.pro02_03 .section_main .industry_tabs {
  display: flex;
  justify-content: center;
  margin-bottom: 4rem;
  gap: 3rem;
}
.pro02_03 .section_main .industry_tabs .tab_item {
  width: 18rem;
  padding: 1.6rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  color: #7A879A;
  font-size: 1.8rem;
  font-weight: 700;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 2px 2px 6px 0px rgba(140, 140, 140, 0.2);
}
.pro02_03 .section_main .industry_tabs .tab_item.active {
  background-color: #0983fc;
  color: #fff;
}
.pro02_03 .section_main .industry_tabs .tab_item:hover {
  transform: translateY(-3px);
  box-shadow: 2px 5px 10px rgba(140, 140, 140, 0.3);
}
.pro02_03 .section_main .industry_content {
  margin-top: 1.5rem;
}
.pro02_03 .section_main .industry_content .content_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pro02_03 .section_main .industry_content .content_left {
  width: 51%;
  border-radius: 0.625rem;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.pro02_03 .section_main .industry_content .content_left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
  aspect-ratio: 1.7/1;
}
.pro02_03 .section_main .industry_content .content_left img:hover {
  transform: scale(1.05);
}
.pro02_03 .section_main .industry_content .content_right {
  width: 46%;
}
.pro02_03 .section_main .industry_content .content_right .advantage_list .advantage_item {
  margin-bottom: 2.8rem;
  display: flex;
}
.pro02_03 .section_main .industry_content .content_right .advantage_list .advantage_item .icon_box {
  width: 1.75rem;
  height: 1.75rem;
  flex-shrink: 0;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.5rem;
  position: relative;
}
.pro02_03 .section_main .industry_content .content_right .advantage_list .advantage_item .icon_box .icon_bg {
  position: absolute;
  width: 1.3rem;
  height: 1.3rem;
  background-color: #0983fc;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pro02_03 .section_main .industry_content .content_right .advantage_list .advantage_item .icon_box .icon_check {
  color: #07dcc2;
  font-size: 0.7rem;
  position: relative;
  z-index: 2;
}
.pro02_03 .section_main .industry_content .content_right .advantage_list .advantage_item .text_content {
  padding-left: 1rem;
  display: inline;
}
.pro02_03 .section_main .industry_content .content_right .advantage_list .advantage_item .text_content h5 {
  display: inline;
  font-size: 1.8rem;
  font-weight: 700;
  color: #2b2b2b;
}
.pro02_03 .section_main .industry_content .content_right .advantage_list .advantage_item .text_content p {
  display: inline;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #666;
}
.pro03_01 {
  background-color: #fff;
}
.pro03_01 .xhtitle {
  text-align: center;
  margin-bottom: 5rem;
}
.pro03_01 .xhtitle h2 {
  font-size: 3rem;
  font-weight: 700;
  color: #1b1b1b;
  margin-bottom: 2rem;
}
.pro03_01 .pro01_painpoint_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
}
.pro03_01 .pro01_painpoint_list li {
  width: calc(25% - 1.5rem);
}
.pro03_01 .pro01_painpoint_list li .mitem {
  background-color: #f7f8fb;
  border-radius: 1rem;
  padding: 5.7rem 3.8rem;
  height: 31rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: all 0.3s ease;
}
.pro03_01 .pro01_painpoint_list li .mitem:hover {
  background: #0983fc;
  transform: translateY(-1rem);
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2);
}
.pro03_01 .pro01_painpoint_list li .mitem:hover h3 {
  color: #fff;
  transform: scale(1.1);
}
.pro03_01 .pro01_painpoint_list li .mitem:hover .icon_wrap img {
  filter: brightness(200%);
}
.pro03_01 .pro01_painpoint_list li .mitem:hover p {
  color: #fff;
}
.pro03_01 .pro01_painpoint_list li .mitem .icon_wrap {
  height: 8.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2.5rem;
}
.pro03_01 .pro01_painpoint_list li .mitem .icon_wrap img {
  height: 100%;
  transition: 0.2s all ease-in;
}
.pro03_01 .pro01_painpoint_list li .mitem h3 {
  font-size: 2rem;
  font-weight: 700;
  color: #2b2b2b;
  margin-bottom: 1.5rem;
  transition: 0.2s all ease-in;
}
.pro03_01 .pro01_painpoint_list li .mitem p {
  font-size: 1.5rem;
  color: #666;
  line-height: 1.48;
  transition: 0.2s all ease-in;
}
.pro03_02 {
  background: #F2F5FA;
}
.pro03_02 .pro03_tabs {
  display: flex;
  justify-content: center;
  gap: 3rem;
  margin-bottom: 4rem;
}
.pro03_02 .pro03_tabs .tab_item {
  background: #fff;
  border-radius: 0.6rem;
  padding: 2rem 3rem;
  width: 39rem;
  box-shadow: 0.2rem 0.2rem 0.6rem rgba(140, 140, 140, 0.2);
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  min-width: 15rem;
  justify-content: center;
  gap: 1rem;
}
.pro03_02 .pro03_tabs .tab_item .tab_icon {
  width: 2.6rem;
  height: 2.6rem;
}
.pro03_02 .pro03_tabs .tab_item .tab_icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.pro03_02 .pro03_tabs .tab_item span {
  font-size: 1.8rem;
  font-weight: 700;
  color: #7A879A;
  transition: color 0.3s ease;
}
.pro03_02 .pro03_tabs .tab_item:hover {
  transform: translateY(-0.3rem);
  box-shadow: 0.3rem 0.3rem 1rem rgba(140, 140, 140, 0.3);
}
.pro03_02 .pro03_tabs .tab_item:hover span {
  color: #0983fc;
}
.pro03_02 .pro03_tabs .tab_item.active {
  background: #0983fc;
}
.pro03_02 .pro03_tabs .tab_item.active span {
  color: #fff;
}
.pro03_02 .pro03_tabs .tab_item.active .tab_icon {
  filter: brightness(0) invert(1);
}
.pro03_02 .pro03_content h4 {
  font-size: 1.6rem;
  text-align: center;
  color: #2b2b2b;
  margin-bottom: 4rem;
}
.pro03_02 .pro03_content .content_panel {
  display: none;
}
.pro03_02 .pro03_content .content_panel.active {
  display: block;
}
.pro03_02 .pro03_content .service_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
}
.pro03_02 .pro03_content .service_item {
  border-radius: 1rem;
  padding: 3rem;
  transition: all 0.3s ease;
  display: flex;
  gap: 2rem;
}
.pro03_02 .pro03_content .service_item:hover {
  transform: translateY(-0.5rem);
  box-shadow: 0.3rem 0.5rem 2rem rgba(0, 0, 0, 0.15);
}
.pro03_02 .pro03_content .service_item .service_icon {
  flex-shrink: 0;
}
.pro03_02 .pro03_content .service_item .service_icon img {
  width: 6.6rem;
}
.pro03_02 .pro03_content .service_item .service_info {
  flex: 1;
}
.pro03_02 .pro03_content .service_item .service_info h3 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 0.8rem;
}
.pro03_02 .pro03_content .service_item .service_info .service_data {
  font-size: 1.5rem;
  color: #0983fc;
  font-weight: 600;
  margin-bottom: 1rem;
}
.pro03_02 .pro03_content .service_item .service_info p {
  font-size: 1.5rem;
  color: #666;
  line-height: 1.7;
  margin: 0;
}
.pro03svg_shan4 rect,
.pro03svg_shan4 path {
  opacity: 0.3;
  animation: arrow_flow 3s infinite ease-in-out;
  fill: #D9D9D9;
}
.pro03svg_shan4 rect:nth-child(28) {
  animation-delay: 0s;
}
.pro03svg_shan4 rect:nth-child(27) {
  animation-delay: 0.05s;
}
.pro03svg_shan4 rect:nth-child(26) {
  animation-delay: 0.1s;
}
.pro03svg_shan4 rect:nth-child(25) {
  animation-delay: 0.15s;
}
.pro03svg_shan4 rect:nth-child(24) {
  animation-delay: 0.2s;
}
.pro03svg_shan4 rect:nth-child(23) {
  animation-delay: 0.25s;
}
.pro03svg_shan4 rect:nth-child(22) {
  animation-delay: 0.3s;
}
.pro03svg_shan4 rect:nth-child(21) {
  animation-delay: 0.35s;
}
.pro03svg_shan4 rect:nth-child(20) {
  animation-delay: 0.4s;
}
.pro03svg_shan4 rect:nth-child(19) {
  animation-delay: 0.45s;
}
.pro03svg_shan4 rect:nth-child(18) {
  animation-delay: 0.5s;
}
.pro03svg_shan4 rect:nth-child(17) {
  animation-delay: 0.55s;
}
.pro03svg_shan4 rect:nth-child(16) {
  animation-delay: 0.6s;
}
.pro03svg_shan4 rect:nth-child(15) {
  animation-delay: 0.65s;
}
.pro03svg_shan4 rect:nth-child(14) {
  animation-delay: 0.7s;
}
.pro03svg_shan4 rect:nth-child(13) {
  animation-delay: 0.75s;
}
.pro03svg_shan4 rect:nth-child(12) {
  animation-delay: 0.8s;
}
.pro03svg_shan4 rect:nth-child(11) {
  animation-delay: 0.85s;
}
.pro03svg_shan4 rect:nth-child(10) {
  animation-delay: 0.9s;
}
.pro03svg_shan4 rect:nth-child(9) {
  animation-delay: 0.95s;
}
.pro03svg_shan4 rect:nth-child(8) {
  animation-delay: 1s;
}
.pro03svg_shan4 rect:nth-child(7) {
  animation-delay: 1.05s;
}
.pro03svg_shan4 rect:nth-child(6) {
  animation-delay: 1.1s;
}
.pro03svg_shan4 rect:nth-child(5) {
  animation-delay: 1.15s;
}
.pro03svg_shan4 rect:nth-child(4) {
  animation-delay: 1.2s;
}
.pro03svg_shan4 rect:nth-child(3) {
  animation-delay: 1.25s;
}
.pro03svg_shan4 rect:nth-child(2) {
  animation-delay: 1.3s;
}
.pro03svg_shan4 rect:nth-child(1) {
  animation-delay: 1.35s;
}
.pro03svg_shan4 path {
  animation-delay: 1.4s;
}
.pro04svg_shan4 rect,
.pro04svg_shan4 path {
  opacity: 0.3;
  animation: arrow_flow 3s infinite ease-in-out;
  fill: #D9D9D9;
}
.pro04svg_shan4 path:nth-child(28) {
  animation-delay: 0s;
}
.pro04svg_shan4 path:nth-child(27) {
  animation-delay: 0.05s;
}
.pro04svg_shan4 path:nth-child(26) {
  animation-delay: 0.1s;
}
.pro04svg_shan4 path:nth-child(25) {
  animation-delay: 0.15s;
}
.pro04svg_shan4 path:nth-child(24) {
  animation-delay: 0.2s;
}
.pro04svg_shan4 path:nth-child(23) {
  animation-delay: 0.25s;
}
.pro04svg_shan4 path:nth-child(22) {
  animation-delay: 0.3s;
}
.pro04svg_shan4 path:nth-child(21) {
  animation-delay: 0.35s;
}
.pro04svg_shan4 path:nth-child(20) {
  animation-delay: 0.4s;
}
.pro04svg_shan4 path:nth-child(19) {
  animation-delay: 0.45s;
}
.pro04svg_shan4 path:nth-child(18) {
  animation-delay: 0.5s;
}
.pro04svg_shan4 path:nth-child(17) {
  animation-delay: 0.55s;
}
.pro04svg_shan4 path:nth-child(16) {
  animation-delay: 0.6s;
}
.pro04svg_shan4 path:nth-child(15) {
  animation-delay: 0.65s;
}
.pro04svg_shan4 path:nth-child(14) {
  animation-delay: 0.7s;
}
.pro04svg_shan4 path:nth-child(13) {
  animation-delay: 0.75s;
}
.pro04svg_shan4 path:nth-child(12) {
  animation-delay: 0.8s;
}
.pro04svg_shan4 path:nth-child(11) {
  animation-delay: 0.85s;
}
.pro04svg_shan4 path:nth-child(10) {
  animation-delay: 0.9s;
}
.pro04svg_shan4 path:nth-child(9) {
  animation-delay: 0.95s;
}
.pro04svg_shan4 path:nth-child(8) {
  animation-delay: 1s;
}
.pro04svg_shan4 path:nth-child(7) {
  animation-delay: 1.05s;
}
.pro04svg_shan4 path:nth-child(6) {
  animation-delay: 1.1s;
}
.pro04svg_shan4 path:nth-child(5) {
  animation-delay: 1.15s;
}
.pro04svg_shan4 path:nth-child(4) {
  animation-delay: 1.2s;
}
.pro04svg_shan4 path:nth-child(3) {
  animation-delay: 1.25s;
}
.pro04svg_shan4 path:nth-child(2) {
  animation-delay: 1.3s;
}
.pro04svg_shan4 path:nth-child(1) {
  animation-delay: 1.35s;
}
.pro04svg_shan4 path {
  animation-delay: 1.4s;
}
@keyframes arrow_flow {
  0% {
    opacity: 0.3;
    fill: #D9D9D9;
  }
  50% {
    opacity: 0.8;
    fill: #67acee;
  }
  100% {
    opacity: 0.3;
    fill: #D9D9D9;
  }
}
.pro03svg_shan3 rect,
.pro03svg_shan3 path {
  opacity: 0.3;
  animation: arrow_flow 3s infinite ease-in-out;
  fill: #D9D9D9;
}
.pro03svg_shan3 rect:nth-child(1) {
  animation-delay: 0s;
}
.pro03svg_shan3 rect:nth-child(2) {
  animation-delay: 0.1s;
}
.pro03svg_shan3 rect:nth-child(3) {
  animation-delay: 0.2s;
}
.pro03svg_shan3 rect:nth-child(4) {
  animation-delay: 0.3s;
}
.pro03svg_shan3 rect:nth-child(5) {
  animation-delay: 0.4s;
}
.pro03svg_shan3 rect:nth-child(6) {
  animation-delay: 0.05s;
}
.pro03svg_shan3 rect:nth-child(7) {
  animation-delay: 0.15s;
}
.pro03svg_shan3 rect:nth-child(8) {
  animation-delay: 0.25s;
}
.pro03svg_shan3 rect:nth-child(9) {
  animation-delay: 0.35s;
}
.pro03svg_shan3 rect:nth-child(10) {
  animation-delay: 0.45s;
}
.pro03svg_shan3 rect:nth-child(11) {
  animation-delay: 0.1s;
}
.pro03svg_shan3 rect:nth-child(12) {
  animation-delay: 0.2s;
}
.pro03svg_shan3 rect:nth-child(13) {
  animation-delay: 0.3s;
}
.pro03svg_shan3 rect:nth-child(14) {
  animation-delay: 0.4s;
}
.pro03svg_shan3 rect:nth-child(15) {
  animation-delay: 0.5s;
}
.pro03svg_shan3 rect:nth-child(16) {
  animation-delay: 0.55s;
}
.pro03svg_shan3 rect:nth-child(17) {
  animation-delay: 0.6s;
}
.pro03svg_shan3 rect:nth-child(18) {
  animation-delay: 0.65s;
}
.pro03svg_shan3 rect:nth-child(19) {
  animation-delay: 0.7s;
}
.pro03svg_shan3 rect:nth-child(20) {
  animation-delay: 0.75s;
}
.pro03svg_shan3 rect:nth-child(21) {
  animation-delay: 0.8s;
}
.pro03svg_shan3 rect:nth-child(22) {
  animation-delay: 0.85s;
}
.pro03svg_shan3 rect:nth-child(23) {
  animation-delay: 0.9s;
}
.pro03svg_shan3 rect:nth-child(24) {
  animation-delay: 0.95s;
}
.pro03svg_shan3 rect:nth-child(25) {
  animation-delay: 1s;
}
.pro03svg_shan3 rect:nth-child(26) {
  animation-delay: 1.05s;
}
.pro03svg_shan3 rect:nth-child(27) {
  animation-delay: 1.1s;
}
.pro03svg_shan3 rect:nth-child(28) {
  animation-delay: 1.15s;
}
.pro03svg_shan3 path {
  animation-delay: 1.2s;
}
@keyframes arrow_flow {
  0% {
    opacity: 0.3;
    fill: #D9D9D9;
  }
  50% {
    opacity: 0.8;
    fill: #67acee;
  }
  100% {
    opacity: 0.3;
    fill: #D9D9D9;
  }
}
.pro03_03 .section_main {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pro03_03 .pro03svg {
  max-width: 120rem;
  width: 100%;
  margin: 0 auto;
}
.pro03_03 .pro03svg_logo {
  animation: lgrotate 15s linear infinite;
  transform-origin: 51% 39%;
}
.pro03_03 .pro03svg_shan {
  animation: shan 1.5s ease-in-out infinite;
}
.pro03_03 .pro03svg_shan2 {
  animation: shan2 1.5s ease-in-out infinite;
}
@keyframes shan {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  50% {
    opacity: 0.3;
    transform: translateX(1rem);
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes shan2 {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  50% {
    opacity: 0.3;
    transform: translateY(1rem);
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes lgrotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.pro03_04 {
  background-color: #f9f9f9;
}
.pro03_04 .solution_content {
  margin: 0 auto;
  position: relative;
  padding: 2rem 0;
  max-width: 90rem;
}
.pro03_04 .solution_content::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 1px;
  height: 100%;
  border-left: 1px dashed #9A9A9A;
  z-index: 0;
}
.pro03_04 .solution_content .solution_item {
  display: flex;
  align-items: center;
  margin-bottom: 3rem;
  position: relative;
}
.pro03_04 .solution_content .solution_item:last-child {
  margin-bottom: 0;
}
.pro03_04 .solution_content .solution_item .num_circle {
  width: 3.8rem;
  height: 3.8rem;
  border-radius: 50%;
  background: #0983fc;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: bold;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
}
.pro03_04 .solution_content .solution_item .item_box {
  width: 38.2rem;
  background: #fff;
  padding: 1.5rem;
  border-radius: 5px;
  position: relative;
}
.pro03_04 .solution_content .solution_item .item_box.left {
  margin-right: auto;
  margin-left: 0;
  box-shadow: -2px 2px 10px 0px rgba(0, 0, 0, 0.1);
}
.pro03_04 .solution_content .solution_item .item_box.left .item_icon {
  position: absolute;
  right: 1.5rem;
  top: 1.5rem;
  width: 2.2rem;
  height: 2.2rem;
}
.pro03_04 .solution_content .solution_item .item_box.left .item_icon i {
  font-size: 2.2rem;
  color: #0983fc;
}
.pro03_04 .solution_content .solution_item .item_box.left .item_title {
  text-align: right;
}
.pro03_04 .solution_content .solution_item .item_box.right {
  margin-left: auto;
  margin-right: 0;
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.1);
}
.pro03_04 .solution_content .solution_item .item_box.right .item_icon {
  position: absolute;
  left: 1.5rem;
  top: 1.5rem;
  width: 2.2rem;
  height: 2.2rem;
}
.pro03_04 .solution_content .solution_item .item_box.right .item_icon i {
  font-size: 2.2rem;
  color: #0983fc;
}
.pro03_04 .solution_content .solution_item .item_box.right .item_title {
  text-align: left;
}
.pro03_04 .solution_content .solution_item .item_box .item_title {
  font-size: 1.8rem;
  font-weight: bold;
  color: #000;
  margin-bottom: 0.5rem;
}
.pro03_04 .solution_content .solution_item .item_box .item_desc {
  font-size: 1.6rem;
  color: #666;
  line-height: 1.5;
  margin-top: 1rem;
}
.pro04_01 .pro04_01_reasons {
  margin-top: 2rem;
}
.pro04_01 .pro04_01_reasons .reasons_list {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
}
.pro04_01 .pro04_01_reasons .reasons_list .reason_item {
  width: calc(33.33% - 1.5rem);
}
.pro04_01 .pro04_01_reasons .reasons_list .reason_item .mitem {
  background-color: #f7f8fb;
  border-radius: 5px;
  padding: 3rem 2rem;
  height: 27rem;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}
.pro04_01 .pro04_01_reasons .reasons_list .reason_item .mitem:hover {
  background: #0983fc;
  transform: translateY(-1rem);
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2);
}
.pro04_01 .pro04_01_reasons .reasons_list .reason_item .mitem:hover h3 {
  color: #fff;
  transform: scale(1.1);
}
.pro04_01 .pro04_01_reasons .reasons_list .reason_item .mitem:hover .icon_box img {
  filter: brightness(200%);
}
.pro04_01 .pro04_01_reasons .reasons_list .reason_item .mitem:hover p {
  color: #fff;
}
.pro04_01 .pro04_01_reasons .reasons_list .reason_item .icon_box {
  width: 9rem;
  height: 9rem;
  margin: 0 auto 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pro04_01 .pro04_01_reasons .reasons_list .reason_item .icon_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.2s all ease-in;
}
.pro04_01 .pro04_01_reasons .reasons_list .reason_item h3 {
  font-size: 2rem;
  font-weight: 700;
  color: #2b2b2b;
  transition: 0.2s all ease-in;
  text-align: center;
  margin-bottom: 1.5rem;
  min-height: 3rem;
}
.pro04_01 .pro04_01_reasons .reasons_list .reason_item p {
  font-size: 1.5rem;
  color: #666;
  transition: 0.2s all ease-in;
  margin: 0 auto;
  max-width: 80%;
  text-align: center;
  line-height: 1.68;
}
.pro04_02 .mtop {
  background: #F7F8FB;
  border-radius: 0.8rem;
  padding: 2.2rem 4.6rem;
  max-width: 110rem;
  margin: 0 auto;
  margin-bottom: 4.6rem;
}
.pro04_02 .mtop p {
  font-size: 1.6rem;
  line-height: 1.6;
  color: #2b2b2b;
}
.pro04_02 .mtop p span {
  font-weight: bold;
  color: #0983fc;
  font-size: 1.8rem;
}
.pro04_02 .mbom {
  display: flex;
  justify-content: center;
  position: relative;
  max-width: 110rem;
  width: 100%;
  margin: 0 auto;
}
.pro04_02 .mbom .pro04svg {
  width: 100%;
  position: relative;
  z-index: 5;
}
.pro04_02 .mbom .pro04img {
  position: absolute;
  margin: auto;
  transform: translate(0rem, 0rem);
  width: 100%;
  z-index: 1;
}
.pro04_02 .mbom .pro04svg_shan {
  animation: shan 1.5s ease-in-out infinite;
}
.pro04_02 .mbom .pro04svg_shan2 {
  animation: shan2 1.5s ease-in-out infinite;
}
.ind_merit {
  background: url(/Static/images/bg06.jpg) no-repeat;
  background-size: cover;
}
.ind_merit ul {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  padding: 3rem 0;
}
.ind_merit li {
  width: 25%;
  padding: 1.5rem;
  border-right: 1px solid #DCDFE5;
}
.ind_merit li:last-child {
  border-right: none;
}
.ind_merit .mitem {
  border-radius: 10px;
  padding: 1.5rem 3rem;
  height: 23rem;
  width: 100%;
  transition: 0.2s all ease-in;
}
.ind_merit .mitem .mtop {
  margin-bottom: 2rem;
}
.ind_merit .mitem .mtop h3 {
  font-size: 2rem;
  color: #2b2b2b;
  font-weight: bold;
  transition: 0.2s all ease-in;
}
.ind_merit .mitem img {
  height: 5.2rem;
  transition: 0.2s all ease-in;
  margin-bottom: 3rem;
}
.ind_merit .mitem p {
  font-size: 1.5rem;
  line-height: 180%;
  color: #666;
}
.ind_merit .mitem:hover {
  transform: translateY(-6px);
}
.ind_merit .mitem:hover h3 {
  color: #0983fc;
}
.field_plan .xhrow01 {
  width: 100%;
  display: flex;
  align-items: center;
  height: 33rem;
  overflow: hidden;
}
.field_plan .xhrow02 {
  width: 100%;
  display: flex;
  align-items: center;
  height: 23rem;
  overflow: hidden;
}
.field_plan .xhrow03 {
  width: 100%;
  display: flex;
  align-items: center;
  height: 23rem;
  overflow: hidden;
}
.field_plan .xhrow03 .mitem {
  width: 50%;
}
.field_plan .mmain {
  width: 50%;
  height: 100%;
  padding: 0.4rem;
}
.field_plan .mmain .mmain_box {
  background: url(/Static/images/bg07.jpg) no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding: 4rem 3.5rem;
}
.field_plan .mmain h3 {
  color: #fff;
  font-weight: bold;
  margin-bottom: 1.2rem;
  font-size: 2.5rem;
}
.field_plan .mmain .minfo {
  color: #fff;
  font-size: 1.5rem;
  line-height: 200%;
  margin-bottom: 6rem;
}
.field_plan .mitem {
  padding: 0.4rem;
  width: 25%;
  height: 100%;
  position: relative;
}
.field_plan .mitem .mitem_box {
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: 0.2s all ease-in;
}
.field_plan .mitem .mfont {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: flex-end;
  padding: 3rem 2.5rem;
}
.field_plan .mitem h3 {
  font-size: 2.5rem;
  color: #fff;
  font-weight: bold;
  transition: 0.2s all ease-in;
}
.field_plan .mitem .mimg {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.field_plan .mitem .mimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.2s all ease-in;
}
.field_plan .mitem_box:hover img {
  transform: scale(1.03);
  filter: brightness(80%);
}
.field_plan .mitem_box:hover h3 {
  transform: translateY(-0.5rem);
}
.field_plan .xhbtnplan {
  display: flex;
  align-items: center;
  transition: 0.2s all ease-in;
}
.field_plan .xhbtnplan span {
  color: #fff;
  font-size: 1.5rem;
  user-select: none;
  transition: 0.2s all ease-in;
  margin-right: 1rem;
}
.field_plan .xhbtnplan i {
  color: #fff;
  font-size: 2rem;
  user-select: none;
  transition: 0.2s all ease-in;
}
.plan01_banner {
  width: 100%;
  overflow: hidden;
  height: 100vh;
  background: url(/Static/images/bg08.jpg) no-repeat;
  background-size: cover;
  padding: 16rem 7rem 0 7rem;
}
.plan01_banner .mtop {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.plan01_banner .mtop h3 {
  font-size: 3rem;
  color: #2b2b2b;
  font-weight: bold;
  margin-bottom: 1.8rem;
}
.plan01_banner .mtop h1 {
  font-size: 4rem;
  font-weight: bold;
  margin-bottom: 2.7rem;
  background-image: linear-gradient(90deg, #3DCAAD 0%, #0983FC 50%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.plan01_banner .mtop p {
  font-size: 1.6rem;
  color: #666;
  line-height: 170%;
  margin-bottom: 3.6rem;
  max-width: 75rem;
  text-align: center;
}
.plan01_banner .mtop .banner_btn {
  display: flex;
  align-items: center;
}
.plan01_banner .mbom {
  margin-top: 4rem;
  position: relative;
  display: flex;
  justify-content: center;
  height: calc(100vh - 50rem);
}
.plan01_banner .mbom .mimg {
  height: 100%;
}
.plan01_01 {
  background: #fff;
}
.plan01_01 .advantage_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.plan01_01 .advantage_box .mitem {
  width: 25%;
  background-color: #fff;
  border: 1px solid #ddd;
  border-right: none;
  padding: 3.6rem 3rem;
  height: 30rem;
  transition: box-shadow 0.3s ease;
}
.plan01_01 .advantage_box .advantage_item {
  width: 100%;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}
.plan01_01 .advantage_box .advantage_item .icon_box {
  height: 5rem;
  margin-bottom: 4rem;
  position: relative;
  transition: all 0.3s ease;
}
.plan01_01 .advantage_box .advantage_item .icon_box img {
  height: 100%;
}
.plan01_01 .advantage_box .advantage_item h3 {
  font-size: 2rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 3rem;
  transition: all 0.3s ease;
}
.plan01_01 .advantage_box .advantage_item p {
  font-size: 1.6rem;
  color: #666;
  line-height: 1.65;
  flex: 1;
}
.plan01_01 .advantage_box .mitem:hover {
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.08);
}
.plan01_01 .advantage_box .mitem:hover .advantage_item {
  transform: translateY(-0.5rem);
}
.plan01_01 .advantage_box .mitem:hover h3 {
  color: #0983fc;
}
.plan01_01 .advantage_box .mitem:last-child {
  border-right: 1px solid #ddd;
}
.plan01_02 {
  background: #F2F5FA;
}
.plan01_02 .section_main {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.plan01_02 .mitem {
  width: 100%;
}
.plan01_02 .mitem .pro05svg {
  margin-bottom: 4rem;
  width: 100%;
}
.plan01_02 .mitem .pro05svg_shan {
  animation: shan 1.5s ease-in-out infinite;
}
.plan01_02 .mitem .pro05svg_shan2 {
  animation: shan2 1.5s ease-in-out infinite;
}
.plan01_02 .mitem .pro05svglogo {
  animation: lgrotate 15s linear infinite;
  transform-origin: 50.3% 12.4%;
}
.plan01_02 .mitem .mfont {
  background: #fff;
  margin: 0 auto;
  border-radius: 0.8rem;
  max-width: 115rem;
  transform: translateY(-8rem);
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.8;
  border: 2px solid #07dcc2;
  padding: 2rem 4rem;
}
.ind_serve .section_main {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ind_serve .mleft {
  width: 100%;
  max-width: 60rem;
}
.ind_serve .mleft h3 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #2b2b2b;
  margin-bottom: 3.5rem;
}
.ind_serve .mleft .minfo {
  font-size: 1.6rem;
  line-height: 170%;
  color: #666;
  margin-bottom: 4rem;
}
.ind_serve .mleft ul {
  width: 100%;
}
.ind_serve .mleft li .mitem {
  transition: 0.2s all ease-in;
  padding: 2.8rem 0;
  border-bottom: 1px solid #DEDEDE;
}
.ind_serve .mleft li .mtop {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.ind_serve .mleft li i {
  color: #0983fc;
  margin-right: 1.5rem;
  transition: 0.2s all ease-in;
}
.ind_serve .mleft li p {
  transition: 0.2s all ease-in;
  font-size: 1.8rem;
  color: #2b2b2b;
  font-weight: bold;
}
.ind_serve .mleft li span {
  color: #2b2b2b;
  font-size: 1.5rem;
}
.ind_serve .mleft li .mitem:hover {
  transform: translateY(-5px);
}
.ind_serve .mleft li .mitem:hover p {
  color: #0983fc;
}
.ind_serve .mright {
  width: 100%;
  max-width: 62rem;
}
.ind_serve .mright img {
  width: 100%;
  transition: 0.2s all ease-in;
}
.ind_serve .mright img:hover {
  transform: scale(1.02);
}
.plan02_banner {
  width: 100%;
  overflow: hidden;
  height: 100vh;
  background: url(/Static/images/bg09.jpg) no-repeat;
  background-size: cover;
  padding: 16rem 7rem 0 7rem;
}
.plan02_banner .mtop {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.plan02_banner .mtop h3 {
  font-size: 3rem;
  color: #2b2b2b;
  font-weight: bold;
  margin-bottom: 1.8rem;
}
.plan02_banner .mtop h1 {
  font-size: 4rem;
  font-weight: bold;
  margin-bottom: 2.7rem;
  background-image: linear-gradient(90deg, #3DCAAD 0%, #0983FC 50%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.plan02_banner .mtop p {
  font-size: 1.6rem;
  color: #666;
  line-height: 170%;
  margin-bottom: 3.6rem;
  max-width: 75rem;
  text-align: center;
}
.plan02_banner .mtop .banner_btn {
  display: flex;
  align-items: center;
}
.plan02_banner .mbom {
  margin-top: 4rem;
  position: relative;
  display: flex;
  justify-content: center;
  height: calc(100vh - 50rem);
}
.plan02_banner .mbom .mimg {
  height: 100%;
}
.plan02_01 ul {
  width: 100%;
  display: flex;
}
.plan02_01 ul li {
  width: 20%;
  padding: 7.5px;
}
.plan02_01 ul .mitem {
  background: #fff;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 0px 2rem 2rem 2rem;
  height: auto;
  border-radius: 5px;
  transition: 0.2s all ease-in;
  border-bottom: 1px solid #eee;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}
.plan02_01 ul .mitem .mtop {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 2.8rem;
  z-index: 2;
  position: relative;
  transition: 0.2s all ease-in;
}
.plan02_01 ul .mitem .mtop h3 {
  font-size: 2.2rem;
  font-weight: bold;
  color: #2b2b2b;
  padding-top: 2rem;
  transition: 0.2s all ease-in;
}
.plan02_01 ul .mitem .mtop .micon {
  background: #0983fc;
  width: 6rem;
  height: 4rem;
  transition: 0.2s all ease-in;
  border-radius: 0 0 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateX(2rem);
}
.plan02_01 ul .mitem .mtop .micon i {
  color: #fff;
  font-size: 2rem;
}
.plan02_01 ul .mitem .mline {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s all ease-in;
  height: 5px;
  width: 100%;
  background: #0983fc;
  z-index: 1;
}
.plan02_01 ul .mitem .minfo {
  background: #F8FAFC;
  padding: 12px;
  margin-bottom: 2rem;
  width: 100%;
  height: 13rem;
}
.plan02_01 ul .mitem .minfo p {
  font-size: 1.6rem;
  color: #666;
  line-height: 160%;
}
.plan02_01 ul .mitem:hover {
  transform: translateY(-1rem);
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
}
.plan02_01 ul .mitem:hover .mline {
  height: 1rem;
}
.plan02_01 ul .mitem:hover .mtop h3 {
  color: #0983fc;
}
.plan02_01 ul .mitem:hover .mtop .micon i {
  color: #fff;
}
.serv-nr05 {
  padding: 5rem 6rem;
  background: url(/Static/images/bg04.png) no-repeat center center;
  background-size: 100% auto;
  background-position: top;
}
.serv-nr05 .serv-nr05-bom {
  width: 100%;
  background: #fff;
  border-radius: 1rem;
  border: 1px solid #D9D9D9;
  border-top: 6px solid #07dcc2;
  display: flex;
}
.serv-nr05 .serv-nr05-bom .mitem {
  width: 50%;
  border-right: 1px solid #D9D9D9;
}
.serv-nr05 .serv-nr05-bom .mitem:last-child {
  border-right: none;
}
.serv-nr05 .serv-nr05-bom .mtop {
  border-bottom: 1px solid #D9D9D9;
  display: flex;
  height: 18rem;
  padding: 4rem;
  justify-content: space-between;
}
.serv-nr05 .serv-nr05-bom .mtop h3 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #2b2b2b;
  margin-bottom: 2rem;
}
.serv-nr05 .serv-nr05-bom .mtop p {
  font-size: 1.6rem;
  color: #666;
  line-height: 160%;
}
.serv-nr05 .serv-nr05-bom .mtop img {
  height: 6.5rem;
  margin-left: 2.5rem;
  flex-shrink: 0;
}
.serv-nr05 .serv-nr05-bom .mbom {
  padding: 2rem 4rem 4rem 4rem;
}
.serv-nr05 .serv-nr05-bom .mbom li {
  padding: 2.8rem 0;
  border-bottom: 1px solid #DEDEDE;
}
.serv-nr05 .serv-nr05-bom .mbom li .mtop2 {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}
.serv-nr05 .serv-nr05-bom .mbom li h5 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #2b2b2b;
}
.serv-nr05 .serv-nr05-bom .mbom li p {
  font-size: 1.6rem;
  color: #2b2b2b;
  line-height: 170%;
  min-height: 5.5rem;
}
.serv-nr05 .serv-nr05-bom .mbom li:last-child {
  border-bottom: none;
}
.serv-nr05 .serv-nr05-bom .mbom .xhi {
  color: #0983fc;
  margin-right: 1.5rem;
}
.plan02_03 {
  background: url(/Static/images/bg10.jpg) no-repeat;
  background-size: cover;
}
.plan02_03 ul {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.plan02_03 li {
  width: 33.33%;
  padding: 1.5rem;
}
.plan02_03 li:last-child {
  border-right: none;
}
.plan02_03 .mitem {
  background: #fff;
  border-radius: 10px;
  padding: 1.5rem 3rem;
  height: 20rem;
  width: 100%;
  transition: 0.2s all ease-in;
}
.plan02_03 .mitem .mtop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
.plan02_03 .mitem .mtop h3 {
  font-size: 2rem;
  color: #2b2b2b;
  font-weight: bold;
  transition: 0.2s all ease-in;
}
.plan02_03 .mitem img {
  height: 5.2rem;
  transition: 0.2s all ease-in;
  margin-bottom: 3rem;
}
.plan02_03 .mitem p {
  font-size: 1.5rem;
  line-height: 180%;
  color: #666;
}
.plan02_03 .mitem:hover {
  transform: translateY(-6px);
}
.plan02_03 .mitem:hover h3 {
  color: #0983fc;
}
.disab_sec05 {
  background: #fff;
  width: 100%;
}
.disab_sec05 .disab_sec05_main {
  width: 100%;
  margin: 0 auto;
  max-width: 115rem;
}
.disab_sec05 .disab_sec05_table {
  width: 100%;
  position: relative;
}
.disab_sec05 .disab_sec05_table table {
  text-align: center;
  border-bottom: 1px solid #0983fc;
  width: 100%;
  border-collapse: collapse;
  border-style: hidden;
  box-shadow: 0 0 0 0.1rem #fff;
  position: relative;
  margin-bottom: 4rem;
}
.disab_sec05 .disab_sec05_table table::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #0983fc;
  z-index: 2;
}
.disab_sec05 .disab_sec05_table table tr {
  height: 6.8rem;
  position: relative;
}
.disab_sec05 .disab_sec05_table table tr:nth-child(1) {
  height: 3.4rem;
  background: #0983fc;
  color: #fff;
  font-size: 1.6rem;
}
.disab_sec05 .disab_sec05_table table tr:nth-child(2) {
  height: 3.4rem;
  background: #0983fc;
  color: #fff;
  font-size: 1.6rem;
}
.disab_sec05 .disab_sec05_table table tr {
  position: relative;
  background: none;
  border-bottom: 1px solid #0983fc;
}
.disab_sec05 .disab_sec05_table table th {
  text-align: center;
  border: 0.1rem solid #d4d4d4;
}
.disab_sec05 .disab_sec05_table table td {
  position: relative;
  font-size: 1.6rem;
  background: none;
}
.disab_sec05 .disab_sec05_table table tr:nth-child(1)::after {
  display: none;
}
.disab_sec05 .disab_sec05_table table tr:nth-child(2)::after {
  display: none;
}
.disab_sec05 .disab_sec05_table table tr:nth-child(n+3) td::after {
  content: '';
  display: block;
  width: 0.1rem;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #0983fc;
}
.disab_sec05 .disab_sec05_table table tr td:last-child::after {
  display: none;
}
.disab_sec05 .disab_sec05_table table tr th:last-child {
  border-right: none;
}
.disab_sec05 .disab_sec05_table table tr th:first-child {
  border-left: none;
}
.disab_sec05 .disab_sec05_table table tr td:last-child::before {
  content: '';
  display: block;
  width: 7rem;
  height: 0.5rem;
  position: absolute;
  z-index: 20;
  right: 0;
  bottom: -0.3rem;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 100.01%);
}
.disab_sec05 .disab_sec05_table table tr:nth-child(1) th,
.disab_sec05 .disab_sec05_table table tr:nth-child(2) th {
  border-bottom: none;
}
.disab_sec05 .disab_sec05_table table tr::before {
  content: '';
  display: block;
  width: 7rem;
  height: 0.5rem;
  position: absolute;
  z-index: 20;
  left: 0;
  bottom: -0.3rem;
  background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0) 100.01%);
}
.disab_sec05 .disab_sec05_table table tr:nth-child(1)::before,
.disab_sec05 .disab_sec05_table table tr:nth-child(2)::before {
  content: '';
  display: block;
  width: 7rem;
  height: 0.5rem;
  position: absolute;
  z-index: 20;
  left: 0;
  bottom: -0.3rem;
  background: none;
}
.disab_sec05 .mbom {
  padding: 3rem 0;
  display: flex;
  justify-content: space-between;
}
.disab_sec05 .mbom .mleft {
  width: 48%;
}
.disab_sec05 .mbom .mleft li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.disab_sec05 .mbom .mleft li > span {
  font-size: 1.6rem;
}
.disab_sec05 .mbom .mleft li p {
  max-width: 37rem;
  width: 100%;
  display: flex;
  align-items: center;
  border: 0.1rem solid #DDDDDD;
  border-radius: 0.5rem;
  padding: 0 1.5rem;
}
.disab_sec05 .mbom .mleft li p input {
  font-size: 1.6rem;
  width: 100%;
  border: none;
  padding: 1.3rem 0;
}
.disab_sec05 .mbom .mleft li p span {
  font-size: 1.6rem;
  color: #666;
}
.disab_sec05 .mbom .mleft li:first-child {
  margin-bottom: 3rem;
}
.disab_sec05 .mbom .mleft a {
  display: block;
  float: right;
  max-width: 37rem;
  width: 100%;
  display: flex;
  justify-content: center;
  background: #0983fc;
  font-size: 1.6rem;
  color: #fff;
  padding: 1.5rem 0;
  border-radius: 0.5rem;
  margin-top: 3rem;
  transition: 0.2s all ease-in;
}
.disab_sec05 .mbom .mleft a:hover {
  transform: translateY(-0.3rem);
}
.disab_sec05 .mbom .mright {
  width: 48%;
}
.disab_sec05 .mbom .mright div {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.disab_sec05 .mbom .mright span {
  color: #EB615A;
  font-size: 2.2rem;
  margin-right: 0.5rem;
}
.disab_sec05 .mbom .mright h4 {
  font-size: 1.6rem;
  font-weight: bold;
}
.disab_sec05 .mbom .mright p {
  font-size: 1.6rem;
  color: #666;
  line-height: 3rem;
}
.disab_sec05 .mbom .mright h5 {
  font-weight: bold;
  font-size: 2rem;
  color: #0983fc;
  margin-top: 2rem;
}
.pop_cbj {
  background: rgba(0, 0, 0, 0.4);
  width: 100vw;
  height: 100vh;
  z-index: 999;
  position: fixed;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
  padding: 1.5rem;
}
.pop_cbj .pop_cbj_main {
  max-width: 100rem;
  width: 100%;
  height: 65rem;
  background: #fff;
  border-radius: 0.5rem;
  overflow: hidden;
}
.pop_cbj .mtop {
  width: 100%;
  height: 6.9rem;
  flex-shrink: 0;
  background: #0983fc;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 3rem;
}
.pop_cbj .mtop h2 {
  font-size: 2.2rem;
  color: #fff;
}
.pop_cbj .mtop i {
  color: #fff;
  font-size: 3rem;
  transition: 0.2s all ease-in;
  cursor: pointer;
}
.pop_cbj .mtop i:hover {
  opacity: 0.8;
}
.pop_cbj .mmid {
  padding: 3rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex: 1;
}
.pop_cbj .mmid .mleft {
  height: 100%;
  width: 48%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.pop_cbj .mmid .mleft i {
  font-size: 6.3rem;
  color: #0983fc;
}
.pop_cbj .mmid .mleft h3 {
  font-size: 2.2rem;
  margin: 2.5rem 0 1.2rem 0;
}
.pop_cbj .mmid .mleft h4 {
  font-size: 4rem;
  font-weight: bold;
  color: #0983fc;
}
.pop_cbj .mmid .mleft div {
  margin-top: 1.5rem;
  border-radius: 0.5rem;
  background: #F4F4F4;
  padding: 2rem;
  width: 90%;
}
.pop_cbj .mmid .mleft div p {
  padding: 0.8rem 0;
  font-size: 1.6rem;
  color: #666;
}
.pop_cbj .mmid .mright {
  height: 100%;
  width: 48%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.pop_cbj .mmid .mright i {
  font-size: 6.3rem;
  color: #0983fc;
}
.pop_cbj .mmid .mright h3 {
  font-size: 2.2rem;
  margin: 2.5rem 0 1.2rem 0;
}
.pop_cbj .mmid .mright h4 {
  font-size: 4rem;
  font-weight: bold;
  color: #0983fc;
}
.pop_cbj .mmid .mright div {
  margin-top: 1.5rem;
  border-radius: 0.5rem;
  background: #F4F4F4;
  padding: 2rem;
  width: 90%;
}
.pop_cbj .mmid .mright div p {
  padding: 0.8rem 0;
  font-size: 1.6rem;
  color: #666;
}
.pop_cbj .mmid .mright div p:nth-child(3) span {
  color: #0983fc;
  font-weight: bold;
}
.pop_cbj .mbom {
  width: 100%;
  padding: 3rem 0 1.5rem 0;
  display: flex;
  justify-content: center;
}
.pop_cbj .mbom a {
  margin: 0 auto;
  overflow: hidden;
  background: #0983fc;
  color: #fff;
  border-radius: 3rem;
  font-size: 2rem;
  padding: 1.5rem 3rem;
  position: relative;
  transition: 0.2s all ease-in;
}
.pop_cbj .mbom a:hover {
  transition: 0.2s all ease-in;
  transform: translateY(-2px);
}
.pop_cbj .mbom a::after {
  content: '';
  position: absolute;
  width: 0.2rem;
  height: 10rem;
  background: rgba(255, 226, 227, 0.5);
  box-shadow: 0 0 0.6rem 0.7rem rgba(255, 255, 255, 0.4);
  left: -15%;
  bottom: -35%;
  transform: rotate(30deg);
  animation: moveing2 1.5s infinite ease-in;
}
.pop_cbj.show {
  display: flex;
}
.newslist_top {
  background: url(' /Static/images/bg11.jpg') no-repeat;
  background-size: cover;
  padding-top: 16rem;
}
.newslist_top h2 {
  font-size: 3rem;
  font-weight: bold;
  color: #2b2b2b;
  margin-bottom: 3rem;
}
.newslist_top p {
  font-size: 1.6rem;
  color: #2b2b2b;
  line-height: 178.5%;
  margin-bottom: 4rem;
}
.newslist_top .section_main {
  display: flex;
}
.newslist_top .mleft {
  width: 53%;
  padding: 2rem 6rem 0 3rem;
}
.newslist_top .mright {
  width: 47%;
  overflow: hidden;
}
.newslist_top .mright .mimg {
  overflow: hidden;
  width: 100%;
}
.newslist_top .mright img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s all ease-in;
}
.newslist_top .mright img:hover {
  transform: scale(1.05);
}
.news_body {
  width: 100%;
  position: relative;
}
.news_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}
.news_list li {
  width: 33.33%;
  padding: 12px;
  margin-bottom: 3rem;
}
.news_tabs {
  display: flex;
  justify-content: center;
  gap: 7rem;
  margin-bottom: 4rem;
}
.news_tabs .tab_item {
  background: #fff;
  border-radius: 0.6rem;
  padding: 2rem 3rem;
  flex: 1;
  box-shadow: 0.2rem 0.2rem 0.6rem rgba(140, 140, 140, 0.2);
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  min-width: 15rem;
  justify-content: center;
  gap: 1rem;
}
.news_tabs .tab_item span {
  font-size: 1.8rem;
  font-weight: 700;
  color: #7A879A;
  transition: color 0.3s ease;
}
.news_tabs .tab_item:hover {
  transform: translateY(-0.3rem);
  box-shadow: 0.3rem 0.3rem 1rem rgba(140, 140, 140, 0.3);
}
.news_tabs .tab_item:hover span {
  color: #0983fc;
}
.news_tabs .tab_item.active {
  background: #0983fc;
}
.news_tabs .tab_item.active span {
  color: #fff;
}
.news_tabs .tab_item.active .tab_icon {
  filter: brightness(0) invert(1);
}
.page_newsbody {
  padding: 15rem 6rem 7rem 6rem;
}
.page_newsbody .section_main {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
.page_newsbody .rich_body {
  max-width: 105rem;
  width: 100%;
  padding-right: 5rem;
}
.page_newsbody .rich_body .mtop {
  padding: 2rem 0 0 0;
}
.page_newsbody .rich_body .mtop h1 {
  font-size: 3rem;
  font-weight: bold;
  color: #2b2b2b;
  margin-bottom: 2rem;
}
.page_newsbody .rich_body .mtop hr {
  display: block;
  width: 100%;
  background: #0983fc;
  border: none;
  height: 1px;
}
.page_newsbody .rich_body .mtop .mfont {
  margin-bottom: 2rem;
  display: flex;
  line-height: 150%;
}
.page_newsbody .rich_body .mtop .mfont span {
  color: #999;
  font-size: 1.5rem;
}
.page_newsbody .rich_body .mtop .mfont i {
  display: block;
  width: 1px;
  height: 1.4rem;
  background: #eee;
  margin: 0 1rem;
}
.page_newsbody .hot_box {
  width: 42rem;
  flex-shrink: 0;
  position: sticky;
  top: 15rem;
}
.page_newsbody .hot_box h2 {
  font-size: 2rem;
  color: #2b2b2b;
  margin-bottom: 3rem;
}
.page_newsbody .hot_box ul {
  width: 100%;
}
.page_newsbody .hot_box li {
  width: 100%;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}
.page_newsbody .hot_box li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.page_newsbody .hot_box a {
  transition: 0.2s all ease-in;
  display: flex;
  align-items: center;
  align-items: flex-start;
  width: 100%;
}
.page_newsbody .hot_box a .mimg {
  padding-top: 60%;
  width: 12.7rem;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.page_newsbody .hot_box a .mimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.2s all ease-in;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.page_newsbody .hot_box a .mfont {
  padding-left: 15px;
  flex: 1;
}
.page_newsbody .hot_box a .mfont h3 {
  font-size: 1.5rem;
  color: #2b2b2b;
  height: 5rem;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  margin-bottom: 1.3rem;
  line-height: 160%;
}
.page_newsbody .hot_box a .mfont .mtext {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page_newsbody .hot_box a .mfont .mtext span {
  color: #999;
  font-size: 1.4rem;
}
.page_newsbody .hot_box a:hover {
  transform: translateY(-2px);
}
.page_newsbody .hot_box a:hover img {
  transform: scale(1.03);
}
.newOther {
  height: 6rem;
  padding: 1rem 2rem;
  max-width: 90rem;
  width: 100%;
  margin: 0 auto;
  flex-shrink: 0;
  border-radius: 3rem;
  background-color: #F2F2F2;
  display: flex;
  justify-content: space-between;
  line-height: 4rem;
}
.newOtherBack {
  width: 15rem;
  height: 4rem;
  border-radius: 2rem;
  background-color: #fff;
  text-align: center;
  color: #333;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.4);
  transition: 0.2s all ease-in;
  font-size: 1.4rem;
}
.newOtherBack:hover {
  background: #0983fc;
  color: #fff;
  transition: 0.2s all ease-in;
}
.newOtherNext {
  display: flex;
  color: #666;
  flex-shrink: 0;
  width: 42%;
}
.newOtherNext i {
  flex-shrink: 0;
  display: block;
  width: 4rem;
  height: 4rem;
  margin: 0 1rem 0 0;
  border-radius: 2rem;
  background-color: #fff;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.4);
  text-align: center;
  line-height: 4rem;
  color: #333;
  font-size: 2rem;
  transition: 0.2s all ease-in;
}
.newOtherNext i:hover {
  background: #0983fc;
  color: #fff;
  transition: 0.2s all ease-in;
}
.newOtherNext span {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 1.4rem;
}
.newOtherNext:last-of-type {
  flex-direction: row-reverse;
}
.newOtherNext:last-of-type i {
  margin: 0 0 0 10px;
}
.cantact01 {
  padding: 6rem 7rem 10rem 7rem;
}
.cantact01 .section_main {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 4rem;
}
.cantact01 .section_main .mcodebox {
  display: flex;
  gap: 2rem;
}
.cantact01 .section_main .mitem {
  text-align: center;
}
.cantact01 .section_main .mitem .mimg {
  background: #fff;
  padding: 0.4rem;
  overflow: hidden;
  border-radius: 1.2rem;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.08);
}
.cantact01 .section_main .mitem .mimg img {
  height: 10rem;
  width: 10rem;
  border-radius: 0.4rem;
}
.cantact01 .section_main .mitem p {
  text-align: center;
  font-size: 1.4rem;
  color: #666;
  margin-top: 1rem;
  font-weight: 500;
}
.cantact01 .section_main ul {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
}
.cantact01 .section_main ul li {
  background: #fff;
  border-radius: 1.6rem;
  padding: 3.2rem 2.8rem 1.6rem 2.8rem;
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.02);
  transition: all 0.3s ease;
  position: relative;
}
.cantact01 .section_main ul li:hover {
  box-shadow: 0 12px 32px 0 rgba(0, 0, 0, 0.12);
  transform: translateY(-4px);
}
.cantact01 .section_main ul li .mtop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2.4rem;
}
.cantact01 .section_main ul li .mtop .iconfont {
  font-size: 4rem;
  color: #0983fc;
  opacity: 0.8;
}
.cantact01 .section_main ul li .mtop .mleft {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
.cantact01 .section_main ul li .mtop span {
  width: 0.4rem;
  height: 2.4rem;
  background: linear-gradient(135deg, #3DCAAD 0%, #0983FC 80%);
  border-radius: 0.2rem;
  flex-shrink: 0;
  display: block;
}
.cantact01 .section_main ul li .mtop h3 {
  font-size: 2rem;
  color: #2b2b2b;
  font-weight: 600;
  margin: 0;
}
.cantact01 .section_main ul li .mtop2 {
  margin-bottom: 1rem;
}
.cantact01 .section_main ul li > p {
  font-size: 1.5rem;
  color: #666;
  line-height: 1.6;
  margin-bottom: 2.4rem;
}
.cantact01 .section_main ul li .contact_info {
  font-weight: 600;
  font-family: 'PingFang SC', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: #0983fc;
  font-size: 2.8rem;
}
.cantact01 .section_main ul li .contact_info.phone {
  color: #0983fc;
  font-family: numfont;
}
.cantact01 .section_main ul li .contact_info.email {
  color: #0983fc;
  font-family: numfont;
  word-break: break-all;
}
.cantact02 {
  height: 68rem;
  position: relative;
}
.cantact02 #map_box {
  height: 68rem;
}
.cantact02 .cantact02_main {
  position: absolute;
  left: 0;
  z-index: 20;
  top: 0;
  width: 100%;
  height: 100%;
}
.cantact02 .cantact02_main .section_main {
  height: 100%;
  display: flex;
  align-items: center;
}
.cantact02 ul {
  width: 70rem;
  background: #fff;
  position: absolute;
  left: 20rem;
  top: 14rem;
  z-index: 20;
}
.cantact02 ul li {
  padding: 3rem 6rem;
  cursor: pointer;
  background: #fff;
  transition: background 0.3s;
}
.cantact02 ul li h2 {
  font-weight: bold;
  font-size: 2.8rem;
  color: #0983fc;
  transition: 0.2s all ease-in;
}
.cantact02 ul .mmain {
  overflow: hidden;
  margin-top: 2rem;
}
.cantact02 ul .mmain h3 {
  font-weight: bold;
  color: #fff;
  font-size: 1.8rem;
  margin-bottom: 3rem;
}
.cantact02 ul .mmain dl dd {
  padding: 0.5rem 0;
  font-size: 1.5rem;
  color: #fff;
  opacity: 0.8;
}
.cantact02 ul li.curr {
  background: #0983fc;
}
.cantact02 ul li.curr h2 {
  color: #fff;
}
.about01 {
  padding-bottom: 0;
}
.about01 .section_main {
  display: flex;
  position: relative;
}
.about01 .section_main .mbg1 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}
.about01 .section_main .mbg2 {
  position: absolute;
  right: -8rem;
  top: -4rem;
  z-index: 0;
}
.about01 .section_main .mleft {
  padding-right: 6rem;
  flex: 1;
}
.about01 .section_main .mleft h2 {
  font-size: 3.6rem;
  font-weight: bold;
  color: #2b2b2b;
  margin-bottom: 3rem;
}
.about01 .section_main .mleft .minfo p {
  margin-bottom: 2rem;
  font-size: 1.8rem;
  color: #666;
  line-height: 1.8;
}
.about01 .section_main .mright {
  position: relative;
  max-width: 64rem;
  width: 100%;
  z-index: 20;
  padding: 6rem 3rem 0rem 0;
}
.about01 .section_main .mright .mimg {
  width: 100%;
  position: relative;
  z-index: 5;
  overflow: hidden;
}
.about01 .section_main .mright .mimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.2s all ease-in;
}
.about01 .section_main .mright .mimg .mfont {
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.1);
  left: 0;
  transition: 0.2s all ease-in;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.about01 .section_main .mright .mimg .mfont .svgicon {
  z-index: 5;
  position: relative;
}
.about01 .section_main .mright .mimg .mfont .svgicon_01 {
  transition: 0.2s all ease-in;
  transform-origin: 50% 50%;
}
.about01 .section_main .mright .mimg .mfont .svgicon_02 {
  transition: 0.2s all ease-in;
  transform-origin: 50% 50%;
}
.about01 .section_main .mright .mimg .mfont p {
  font-size: 1.4rem;
  color: #fff;
  position: relative;
  z-index: 5;
  margin-top: 1rem;
}
.about01 .section_main .mright span {
  position: absolute;
  z-index: 1;
  width: 95%;
  top: 3rem;
  right: 0;
  height: 95%;
  background: linear-gradient(135deg, #3DCAAD 0%, #0983FC 80%);
}
.about01 .section_main .mright:hover .mfont {
  background: rgba(0, 0, 0, 0.2);
}
.about01 .section_main .mright:hover .mfont .svgicon_01 {
  transform: rotate(200deg);
}
.about01 .section_main .mright:hover .mfont .svgicon_02 {
  transform: scale(0.9);
}
.about01 .section_main .mright:hover img {
  transform: scale(1.06);
}
.about02 {
  background: url(/Static/images/bg14.jpg) no-repeat center center;
  background-size: cover;
  animation: bgZoom 15s infinite ;
}
@keyframes bgZoom {
  0% {
    background-size: 100% 100%;
  }
  50% {
    background-size: 110% 110%;
  }
  100% {
    background-size: 100% 100%;
  }
}
.about02 .number_list {
  display: flex;
  justify-content: space-between;
}
.about02 .number_item {
  text-align: center;
  padding: 0 1rem;
  transition: all 0.3s ease;
  flex-direction: column;
  display: flex;
  align-items: center;
}
.about02 .number_item:hover {
  transform: translateY(-5px);
}
.about02 .number_item:hover .number_top .num,
.about02 .number_item:hover .number_top .unit {
  background-image: linear-gradient(135deg, #3DCAAD 0%, #0983FC 80%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.about02 .number_item .number_top {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  align-items: baseline;
  margin-bottom: 1.5rem;
}
.about02 .number_item .number_top .num {
  font-size: 6.6rem;
  font-weight: 700;
  color: #0983fc;
  min-width: 4rem;
  font-family: numfont;
}
.about02 .number_item .number_top .unit {
  font-size: 2rem;
  font-weight: 700;
  color: #0983fc;
  transform: translateY(-0.2rem);
  margin-left: 0.1rem;
}
.about02 .number_item .number_text {
  font-size: 1.6rem;
  color: #2b2b2b;
  line-height: 1.5;
}
.about03 {
  position: relative;
  overflow: hidden;
  padding: 7rem 0;
}
.about03 .about03_main {
  height: 55rem;
  width: 100%;
  padding-top: 4rem;
  position: relative;
  overflow-y: hidden;
  overflow-x: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.about03 .about03_main::-webkit-scrollbar {
  display: none;
}
.about03 .about03_main .drag_hint {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 0.8rem 1.5rem;
  border-radius: 3rem;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
  z-index: 10;
}
.about03 .about03_main .drag_hint span {
  font-size: 1.4rem;
  color: #666;
  margin: 0 1rem;
}
.about03 .about03_main .drag_hint i {
  color: #0983fc;
  font-size: 1.6rem;
  animation: moveLeftRight 1.5s ease-in-out infinite;
}
.about03 .about03_main .drag_hint i.icon-arrow-left {
  animation: moveRightLeft 1.5s ease-in-out infinite;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate(-50%, -20px);
  }
  to {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes moveLeftRight {
  0%,
  100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
}
@keyframes moveRightLeft {
  0%,
  100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-5px);
  }
}
.about03 .about03_main .timeline_container {
  position: relative;
  height: 100%;
  padding: 0 20rem;
  width: 100%;
  min-width: 100%;
  overflow-y: hidden;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.about03 .about03_main .timeline_container::-webkit-scrollbar {
  display: none;
}
.about03 .about03_main .timeline_container .timeline_mmain {
  width: 200vw;
  /* 设置足够宽的宽度使其可以滚动 */
  height: 100%;
}
.about03 .about03_main .timeline_container .timeline_svg {
  position: absolute;
  left: 0;
  top: 25rem;
  width: 200vw;
}
.about03 .about03_main .timeline_container .timeline_svg img {
  width: 100%;
}
.about03 .about03_main .timeline_container .timeline_items {
  position: relative;
  display: flex;
  height: 100%;
  z-index: 2;
  width: 100%;
  /* 确保与timeline_mmain宽度一致 */
}
.about03 .about03_main .timeline_container .timeline_items .timeline_item {
  position: relative;
  width: 36rem;
  flex-shrink: 0;
  margin-right: 10rem;
  padding-left: 4rem;
  user-select: none;
}
.about03 .about03_main .timeline_container .timeline_items .timeline_item .timeline_img {
  position: absolute;
  left: 0;
  width: 4rem;
  top: 0;
  user-select: none;
}
.about03 .about03_main .timeline_container .timeline_items .timeline_item .timeline_year {
  color: #0983fc;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 1.8rem;
  transition: all 0.3s ease;
  user-select: none;
}
.about03 .about03_main .timeline_container .timeline_items .timeline_item .timeline_title {
  color: #222;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  transition: all 0.3s ease;
  user-select: none;
}
.about03 .about03_main .timeline_container .timeline_items .timeline_item .timeline_content {
  color: #666;
  font-size: 1.4rem;
  line-height: 1.48;
  margin-top: 1.5rem;
  user-select: none;
  transition: all 0.3s ease;
}
.about03 .about03_main .timeline_container .timeline_items .timeline_item .timeline_content p {
  position: relative;
  user-select: none;
  padding-left: 1rem;
}
.about03 .about03_main .timeline_container .timeline_items .timeline_item .timeline_content p::after {
  content: '';
  position: absolute;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: #0983fc;
  left: 0;
  top: 0.8rem;
  flex-shrink: 0;
  transition: all 0.3s ease;
}
.about03 .about03_main .timeline_container .timeline_items .timeline_item:nth-child(2n) {
  padding-top: 30rem;
}
.about03 .about03_main .timeline_container .timeline_items .timeline_item:nth-child(2n) .timeline_img {
  transform: rotate(180deg);
  top: 26rem;
}
.about03 .about03_main .timeline_container .timeline_items .timeline_item:nth-child(1) {
  transform: translateY(8rem);
}
.about03 .about03_main .timeline_container .timeline_items .timeline_item:nth-child(2) {
  transform: translateY(-1rem);
}
.about03 .about03_main .timeline_container .timeline_items .timeline_item:nth-child(3) {
  transform: translateY(3rem);
}
.about03 .about03_main .timeline_container .timeline_items .timeline_item:nth-child(4) {
  transform: translateY(2rem);
}
.about03 .about03_main .timeline_container .timeline_items .timeline_item:nth-child(5) {
  transform: translateY(6rem);
}
.about03 .about03_main .timeline_container .timeline_items .timeline_item:nth-child(6) {
  transform: translateY(-2.5rem);
}
.about03 .about03_main .timeline_container .timeline_items .timeline_item:nth-child(7) {
  transform: translateY(6rem);
}
.about03 .about03_main .timeline_container .timeline_items .timeline_item:nth-child(8) {
  transform: translateY(1.5rem);
}
.about03 .about03_main .timeline_container .timeline_items .timeline_item:nth-child(9) {
  transform: translateY(-2.5rem);
}
@media screen and (max-width: 1500px) {
  .about03 .about03_main .timeline_container .timeline_items .timeline_item:nth-child(1) {
    transform: translateY(7.5rem);
  }
  .about03 .about03_main .timeline_container .timeline_items .timeline_item:nth-child(2) {
    transform: translateY(0rem);
  }
  .about03 .about03_main .timeline_container .timeline_items .timeline_item:nth-child(3) {
    transform: translateY(3rem);
  }
  .about03 .about03_main .timeline_container .timeline_items .timeline_item:nth-child(4) {
    transform: translateY(2rem);
  }
  .about03 .about03_main .timeline_container .timeline_items .timeline_item:nth-child(5) {
    transform: translateY(6rem);
  }
  .about03 .about03_main .timeline_container .timeline_items .timeline_item:nth-child(6) {
    transform: translateY(-2.5rem);
  }
  .about03 .about03_main .timeline_container .timeline_items .timeline_item:nth-child(7) {
    transform: translateY(6rem);
  }
  .about03 .about03_main .timeline_container .timeline_items .timeline_item:nth-child(8) {
    transform: translateY(1.5rem);
  }
  .about03 .about03_main .timeline_container .timeline_items .timeline_item:nth-child(9) {
    transform: translateY(-2.5rem);
  }
}
@media screen and (max-width: 1025px) {
  .about03 .about03_main .timeline_container .timeline_items .timeline_item:nth-child(1) {
    transform: translateY(7.5rem);
  }
  .about03 .about03_main .timeline_container .timeline_items .timeline_item:nth-child(2) {
    transform: translateY(-2rem);
  }
  .about03 .about03_main .timeline_container .timeline_items .timeline_item:nth-child(3) {
    transform: translateY(4rem);
  }
  .about03 .about03_main .timeline_container .timeline_items .timeline_item:nth-child(4) {
    transform: translateY(2.5rem);
  }
  .about03 .about03_main .timeline_container .timeline_items .timeline_item:nth-child(5) {
    transform: translateY(3rem);
  }
  .about03 .about03_main .timeline_container .timeline_items .timeline_item:nth-child(6) {
    transform: translateY(-0.5rem);
  }
  .about03 .about03_main .timeline_container .timeline_items .timeline_item:nth-child(7) {
    transform: translateY(10rem);
  }
  .about03 .about03_main .timeline_container .timeline_items .timeline_item:nth-child(8) {
    transform: translateY(1.5rem);
  }
  .about03 .about03_main .timeline_container .timeline_items .timeline_item:nth-child(9) {
    transform: translateY(-2.5rem);
  }
}
.about03 .about03_main .timeline_mask_left,
.about03 .about03_main .timeline_mask_right {
  position: absolute;
  top: 0;
  height: 100%;
  width: 20rem;
  z-index: 3;
  pointer-events: none;
}
.about03 .about03_main .timeline_mask_left {
  left: 0;
  background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}
.about03 .about03_main .timeline_mask_right {
  right: 0;
  background: linear-gradient(to left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}
.about04 .section_main {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.about04 ul {
  width: 100%;
  padding-left: 2rem;
  padding-right: 6rem;
}
.about04 ul li {
  padding: 2rem  0;
  border-bottom: 1px solid #DDDDDD;
}
.about04 ul li h3 {
  font-size: 2.8rem;
  font-weight: bold;
  color: #0983fc;
  margin-bottom: 2rem;
}
.about04 ul li .minfo {
  font-size: 1.8rem;
  color: #2b2b2b;
  line-height: 1.8;
  max-width: 60rem;
}
.about04 .mright {
  flex: 1;
  max-width: 70rem;
}
.about04 .mright img {
  transition: 0.2s all ease-in;
  object-fit: cover;
  border-radius: 1rem;
  width: 100%;
  height: 40rem;
}
.about05 {
  overflow: hidden;
}
.about05 .about05_main {
  position: relative;
}
.about05 #employee_carousel {
  position: relative;
  width: 100%;
  margin: 0 auto;
  height: 45rem;
}
.about05 #employee_carousel .swiper {
  padding-top: 2rem;
  padding-bottom: 4rem;
  height: 100%;
  overflow: visible;
  perspective: 120rem;
  perspective-origin: center center;
}
.about05 #employee_carousel .swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
}
.about05 #employee_carousel .swiper .swiper-slide {
  width: 30rem;
  background: #fff;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.2);
  border-radius: 1.5rem;
  overflow: hidden;
  height: 29rem;
  transition: all 0.8s ease;
  transform-origin: center center;
  backface-visibility: hidden;
}
.about05 #employee_carousel .swiper .swiper-slide .mimg {
  display: block;
  width: 100%;
  height: calc(100% - 5rem);
  object-fit: cover;
  border-radius: 1.5rem 1.5rem 0 0;
  overflow: hidden;
}
.about05 #employee_carousel .swiper .swiper-slide .mimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.2s all ease-in;
}
.about05 #employee_carousel .swiper .swiper-slide p {
  line-height: 1.8;
  padding-top: 0;
  text-align: center;
  color: #333;
  font-size: 1.6rem;
  margin: 0;
  font-weight: 500;
  margin-top: 1rem;
}
.about05 #employee_carousel .swiper .swiper-slide:hover img {
  transform: scale(1.05);
}
.about05 #employee_carousel .swiper .swiper-slide:hover p {
  color: #0983fc;
}
.about05 #employee_carousel .swiper-pagination {
  width: 100%;
  bottom: 2rem;
}
.about05 #employee_carousel .swiper-pagination .swiper-pagination-bullet {
  margin: 0 0.5rem;
  background-color: rgba(232, 245, 255, 0.8);
  width: 2rem;
  height: 1rem;
  opacity: 1;
  border-radius: 0.5rem;
  transition: all 0.3s ease;
}
.about05 #employee_carousel .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: linear-gradient(135deg, #3DCAAD 0%, #0983FC 80%);
  width: 3.5rem;
  box-shadow: 0 0.2rem 1rem rgba(7, 220, 194, 0.4);
}
.about05 #employee_carousel .swiper-button-prev,
.about05 #employee_carousel .swiper-button-next {
  left: -3rem;
  width: 4.5rem;
  height: 4.5rem;
  background: linear-gradient(135deg, #3DCAAD 0%, #0983FC 80%);
  border-radius: 50%;
  color: #fff;
  box-shadow: 0 0.5rem 1.5rem rgba(7, 220, 194, 0.3);
  transition: all 0.3s ease;
}
.about05 #employee_carousel .swiper-button-prev:after,
.about05 #employee_carousel .swiper-button-next:after {
  content: '';
}
.about05 #employee_carousel .swiper-button-prev:before,
.about05 #employee_carousel .swiper-button-next:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.2rem;
  height: 1.2rem;
  border-top: 0.2rem solid #fff;
  border-right: 0.2rem solid #fff;
  transform-origin: center center;
}
.about05 #employee_carousel .swiper-button-prev:hover,
.about05 #employee_carousel .swiper-button-next:hover {
  transform: scale(1.1);
  box-shadow: 0 0.8rem 2rem rgba(7, 220, 194, 0.5);
}
.about05 #employee_carousel .swiper-button-prev {
  left: -3rem;
}
.about05 #employee_carousel .swiper-button-prev:before {
  transform: translate(-30%, -50%) rotate(-135deg);
}
.about05 #employee_carousel .swiper-button-prev:hover {
  background: linear-gradient(135deg, #3dcaad 0%, #1399eb 100%);
}
.about05 #employee_carousel .swiper-button-next {
  right: -3rem;
}
.about05 #employee_carousel .swiper-button-next:before {
  transform: translate(-70%, -50%) rotate(45deg);
}
.about05 #employee_carousel .swiper-button-next:hover {
  background: linear-gradient(135deg, #1399eb 0%, #3dcaad 100%);
}
.about06 .section_main {
  display: flex;
}
@media screen and (max-width: 768px) {
  .about06 .section_main {
    flex-direction: column;
  }
}
.about06 .mleft {
  max-width: 58rem;
  width: 100%;
}
.about06 .mleft img {
  width: 100%;
}
.about06 .mright {
  padding-left: 6rem;
  flex: 1;
  position: relative;
  max-height: 72rem;
  overflow: hidden;
}
.about06 .mright::before,
.about06 .mright::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 8rem;
  z-index: 2;
  pointer-events: none;
}
.about06 .mright::before {
  top: 0;
  background: linear-gradient(to bottom, #fff, rgba(255, 255, 255, 0));
}
.about06 .mright::after {
  bottom: 0;
  background: linear-gradient(to top, #fff, rgba(255, 255, 255, 0));
}
.about06 .mright .scroll_container {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.about06 .mright .scroll_content {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  will-change: transform;
}
.about06 .mright li {
  width: 50%;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about06 .mright li .cert_item {
  width: 100%;
  background: #fff;
  border-radius: 0.6rem;
  box-shadow: 0 0.4rem 2rem rgba(74, 87, 99, 0.15);
  display: flex;
  padding: 0 0 0 3rem;
  align-items: center;
  text-align: center;
  transition: all 0.3s;
  height: 11rem;
}
.about06 .mright li .cert_item:hover {
  transform: translateY(-0.5rem);
  box-shadow: 0 0.8rem 2.5rem rgba(74, 87, 99, 0.2);
}
.about06 .mright li .cert_item .xhi {
  font-size: 3.2rem;
  color: #0983fc;
  margin-right: 2rem;
}
.about06 .mright li .cert_item p {
  font-size: 1.8rem;
  color: #666;
  line-height: 1.5;
}
.about06 .mright li:nth-child(2n) {
  transform: translateY(3rem);
}
/* 视频弹窗样式 */
.video_popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.video_popup.active {
  opacity: 1;
  visibility: visible;
}
.video_popup .video_container {
  position: relative;
  width: 80%;
  max-width: 1000px;
  background: #000;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
}
.video_popup .video_container video {
  width: 100%;
  display: block;
}
.video_popup .close_btn {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s;
  z-index: 10;
}
.video_popup .close_btn:hover {
  background-color: #07dcc2;
  transform: rotate(90deg);
}
.video_popup .close_btn:before,
.video_popup .close_btn:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #fff;
}
.video_popup .close_btn:before {
  transform: rotate(45deg);
}
.video_popup .close_btn:after {
  transform: rotate(-45deg);
}
/* 视频按钮样式增强 */
.video_btn {
  cursor: pointer;
  transition: all 0.3s ease;
}
.video_btn:hover .svgicon_02 {
  stroke: #07dcc2;
  stroke-width: 2;
}
.video_btn:hover .svgicon_01 {
  stroke: #07dcc2;
}
.video_btn:hover p {
  color: #07dcc2;
}
.about_cert {
  padding-top: 4rem;
}
.about_cert ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.about_cert li {
  width: 33.33333%;
  margin-bottom: 1.5rem;
  position: relative;
}
.about_cert li:nth-child(3n) {
  position: relative;
  right: 0.1rem;
}
.about_cert .mitem {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.about_cert .mimg {
  height: 27rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about_cert .mimg img {
  height: 100%;
}
.about_cert p {
  z-index: 10;
  font-size: 1.6rem;
  color: #2b2b2b;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-top: 1rem;
  position: absolute;
  bottom: 4rem;
}
.about_cert .mbg {
  width: 100%;
  height: 9rem;
  background: url(/Static/images/cert-bg.jpg) no-repeat;
  background-size: 100% auto;
  opacity: 1;
}
.about_cert li:nth-child(3n+1) .mbg {
  width: 100%;
  background: url(/Static/images/cert-bg2.jpg) no-repeat;
  background-size: 100% auto;
}
.about_cert li:nth-child(3n) .mbg {
  width: 100%;
  background: url(/Static/images/cert-bg1.jpg) no-repeat;
  background-size: 100% auto;
}
