.banner {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.banner .swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.banner .bannerpic {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.banner .bannerpic a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.banner .bannerpic img {
  display: block;
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
}

.banner .banner_video {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.banner .banner_video::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgb(0, 0, 0), rgba(17, 50, 121, 0) 80%);
}

.banner .banner_video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner .P_link_img {
  display: block;
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
  transition: all ease 2s;
  transform: scale(1.1);
}

.banner .swiper-slide-active .P_link_img {
  transform: scale(1);
}

.banner .swiper-pagination-bullet::before {
  color: rgb(255, 255, 255);
  position: absolute;
  top: -30px;
  left: 0%;
  display: block;
  width: 100%;
  text-align: left;
  transition: all 0.5s;
}

.banner .swiper-pagination-bullet:nth-of-type(1)::before {
  content: " ";
}

.banner .swiper-pagination-bullet:nth-of-type(2)::before {
  content: "产品体系";
}

.banner .swiper-pagination-bullet:nth-of-type(3)::before {
  content: "解决方案";
}

.banner .swiper-pagination-bullet:nth-of-type(4)::before {
  content: "医药";
}

.banner .swiper-pagination-bullet:nth-of-type(5)::before {
  content: "产品体系";
}

.banner .swiper-pagination-bullet-active::before {
  font-size: 0.16rem;
  top: -0.35rem;
}

.banner .swiper-pagination-bullet {
  width: 160px;
  height: 2px;
  opacity: 0.8;
  position: relative;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.4);
  transition: 0.3s;
  margin: 20px 3px !important;
}

.banner .swiper-pagination-bullet-active {
  height: 2px;
  width: 160px;
  background-color: rgb(255, 255, 255);
  opacity: 1;
  border-radius: 0;
  transition: 0.3s;
}

.banner .swiper-slide-active {
  z-index: 11;
}

.banner .swiper-pagination {
  width: 180px;
  left: auto;
  right: 0;
  bottom: 100px;
}

.banner .bannertxt {
  position: absolute;
  top: 32%;
  bottom: 0px;
  left: 7%;
  right: 0px;
  z-index: 22;
}
.banner .bannertxt .info {
  color: #fff;
  font-size: 0.6rem;
  line-height: 1.5;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}
.banner .bannertxt .info02 {
  color: #fff;
  font-weight: 300;
  margin-top: 20px;
  font-size: 0.24rem;
  line-height: 1.5;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}
.banner .bannertxt .line {
  width: 0.5rem;
  height: 0.04rem;
  background: #fff;
  margin-bottom: 0.2rem;
}
.banner .bannertxt .infomore {
  margin-top: 0.4rem;
}

@media only screen and (max-width: 767px) {
  .banner {
    height: 60vh;
  }

  .banner .bannertxt {
    top: 24%;
    left: 5%;
  }

  .banner .bannertxt .info {
    font-size: 20px;
  }

  .banner .bannertxt .infomore img {
    width: 100px;
  }

  .banner .swiper-pagination {
    width: 72px;
    left: auto;
    right: 0;
    bottom: 8px;
  }

  .banner .swiper-pagination-bullet-active::before {
    font-size: 12px;
    top: -32px;
  }
}

.global-map {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

@keyframes anim {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-0.04rem);
  }
  100% {
    transform: translateY(0px);
  }
}

:root {
  --color1: #b7d342;
  --color2: #a2c126;
}

.t_syk1li1 {
  left: 29%;
  top: 55%;
}

.t_syk1li2 {
  left: 25%;
  top: 62%;
}

.t_syk1li3 {
  left: 57%;
  top: 76%;
}

.t_syk1li4 {
  left: 39%;
  top: 71%;
}

.t_syk1li5 {
  left: 64%;
  top: 45%;
}

.t_syk1li6 {
  left: 35%;
  top: 60%;
}

.t_syk1li7 {
  left: 20%;
  top: 71%;
}

.t_syk1li8 {
  left: 46.6%;
  top: 48%;
}

.t_syk1li {
  position: absolute;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.t_syk1icon {
  width: 64px;
  height: 64px;
  z-index: 10;
  position: relative;
  pointer-events: none;
}

.t_syk1icon::before {
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(to right, var(--color1), var(--color2));
  animation: none;
  z-index: 10;
}

.t_syk1icon::after {
  content: "";
  width: 0px;
  height: 0px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  animation: none;
  transition: all 0.3s ease 0s;
  z-index: 20;
}

.t_sykuo {
  position: relative;
  width: 100%;
  height: 100%;
}

.t_sykuo::before {
  content: "";
  background: rgba(255, 255, 255, 0.7);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: kuosan 2.2s linear 0.1s infinite;
}

.t_sykuo::after {
  content: "";
  background: rgba(255, 255, 255, 0.7);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: kuosan 2.2s linear 1.2s infinite;
}

.t_syyuan {
  position: relative;
  top: 0;
  left: 0;
  opacity: 1;
}

.t_syk1icon img {
  width: 100%;
  transition: all 0.2s ease 0s;
  z-index: 10;
}

.t_sykuo img {
  z-index: 22;
}

.t_syk1bg img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.t_syk1icon .t_syhover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 22px !important;
  height: auto !important;
  opacity: 0;
}

.t_sykbox {
  position: absolute;
  top: 9px;
  left: 8px;
  transform: translateY(0);
  pointer-events: none;
}

.t_syk1jie {
  border-radius: 22px;
  line-height: 44px;
  min-width: 104px;
  padding: 0 22px;
  white-space: nowrap;
  pointer-events: none;
  position: relative;
  top: 0;
  left: 0;
  transform: translateY(0);
}

.t_syk1jie::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 0;
  height: 100%;
  background: -webkit-linear-gradient(left, var(--color1), var(--color2));
  border-radius: 22px;
}

.t_syk1li .t_syk1jie div {
  opacity: 0;
}

.t_stcon div {
  display: inline-block;
  float: none;
}

.t_syk1li .t_syk1jie div {
  opacity: 0;
}

.t_syk1le {
  width: 20px;
  line-height: 46px;
  margin-right: 10px;
  position: relative;
  top: 0px;
  z-index: 10;
}

.t_syk1wen {
  font-size: 14px;
  color: #fff;
  line-height: 46px;
  margin-right: 8px;
}

.t_syk1go {
  position: relative;
  width: 6px;
  top: -1px;
  line-height: 46px;
}

.t_syk1go img {
  width: 100%;
  position: relative;
  top: 0;
  transform: translateY(0);
}

.t_syk1li:hover .t_syk1jie {
  pointer-events: all;
}

.t_syk1li:hover .t_syk1jie div {
  opacity: 1;
  transition: all 0.36s 0.2s;
}

.t_syk1li:hover .t_syk1jie::before {
  width: 100%;
  transition: all 0.4s cubic-bezier(0.34, 0.44, 0.41, 1.12);
}

.t_syk1li:hover .t_sykbox {
  pointer-events: all;
}

.t_syk1li:hover .t_syk1jie2::after {
  animation: kuo 0.2s ease 0s forwards;
}

.t_syk1li:hover .t_syk1jie2 > a > img {
  opacity: 1;
}

.t_syk1li:hover .t_syk1icon::after {
  animation: kuo 0.2s ease 0s forwards;
}

.t_syk1li:hover .t_syyuan {
  opacity: 0;
}

.t_syk1li:hover .t_syhover {
  opacity: 1;
}

.t_syk1li:hover .t_syk1icon {
  animation: yidong 0.36s ease 0.26s forwards;
}

.t_syk1li:hover .t_sykuo::before {
  animation-play-state: paused;
  width: 40px;
  height: 40px;
  display: none;
  /* animation-fill-mode: forwards; */
}

.t_syk1li:hover .t_sykuo::after {
  animation-play-state: paused;
  width: 40px;
  height: 40px;
  display: none;
  /* animation-fill-mode: forwards; */
}

@keyframes kuosan {
  0% {
    width: 24px;
    height: 24px;
    opacity: 1;
  }

  50% {
    width: 40px;
    height: 40px;
    opacity: 1;
  }
  75% {
    width: 50px;
    height: 50px;
    opacity: 0.5;
  }
  100% {
    width: 60px;
    height: 60px;
    opacity: 0.2;
  }
}
@keyframes kuosanmo {
  0% {
    width: 14px;
    height: 14px;
    opacity: 1;
  }

  50% {
    width: 20px;
    height: 20px;
    opacity: 1;
  }
  75% {
    width: 25px;
    height: 25px;
    opacity: 0.5;
  }
  100% {
    width: 30px;
    height: 30px;
    opacity: 0.2;
  }
}
@keyframes kuo {
  0% {
    width: 0;
    height: 0;
  }

  100% {
    width: 40px;
    height: 40px;
  }
}

.global-map .anchor {
  position: absolute;
  font-size: 0.4rem;
}

.global-map .anchor a {
  box-sizing: border-box;
  display: block;
  padding: 0.04rem;
}

.global-map .anchor .txt {
  opacity: 0;
}

.global-map .anchor1 {
  left: 4.5%;
  top: 49%;
  padding: 0.16rem 0.24rem;
}

.global-map .anchor1 a {
  padding: 12px;
}

.global-map .anchor2 {
  left: 8%;
  top: 31%;
}

.global-map .anchor3 {
  left: 26%;
  top: 17%;
}

.global-map .anchor4 {
  left: 52%;
  top: 23%;
}

.global-map .anchor5 {
  left: 65%;
  top: 21%;
}

.global-map .anchor6 {
  right: 5%;
  top: 63%;
}

.global-map .anchor6 a {
  width: 3.1rem;
  height: 1rem;
}

.t_syk1li.blue {
  --color1: #80c6e8;
  --color2: #80c6e8;
}

.t_syk1li_solution1 {
  left: 11%;
  top: 59.5%;
}

.t_syk1li_solution2 {
  left: 11%;
  top: 39%;
}

.t_syk1li_solution3 {
  left: 30.8%;
  top: 25%;
}

.t_syk1li_solution4 {
  left: 54.3%;
  top: 31%;
}

.t_syk1li_solution5 {
  left: 69%;
  top: 29%;
}

.t_syk1li_solution6 {
  right: 10%;
  top: 73%;
}

@media only screen and (max-width: 767px) {
  .t_syk1li {
/*    display: none;*/
  }

.t_syk1li1 {
  left: 29%;
  top: 49%;
}

.t_syk1li2 {
  left: 28%;
  top: 55%;
}

.t_syk1li3 {
  left: 57%;
  top: 62%;
}

.t_syk1li4 {
  left: 41%;
  top: 59%;
}

.t_syk1li5 {
  left: 60%;
  top: 50%;
}

.t_syk1li6 {
  left: 35%;
  top: 56%;
}

.t_syk1li7 {
  left: 23%;
  top: 58%;
}

.t_syk1li8 {
  left: 46.6%;
  top: 48%;
}


.t_syk1icon {
  width: 24px;
  height: 24px;
  z-index: 10;
  position: relative;
  pointer-events: none;
}

.t_syk1icon::before {
  width: 14px;
  height: 14px;
}


.t_sykuo::before {
  width: 14px;
  height: 14px;
	background: rgba(255, 255, 255, 0.7);
  animation: kuosanmo 2.2s linear 0.1s infinite alternate;
}

.t_sykuo::after {
  width: 14px;
  height: 14px;
	background: rgba(255, 255, 255, 0.7);
  animation: kuosanmo 2.2s linear 1.2s infinite alternate;
}


.t_syk1icon .t_syhover {
  width: 12px !important;
}





.t_syk1li:hover .t_syk1icon {
  animation: yidong 0.36s ease 0.26s forwards;
}

.t_syk1li:hover .t_sykuo::before {
  width: 20px;
  height: 20px;

}

.t_syk1li:hover .t_sykuo::after {
  width: 20px;
  height: 20px;
}
.t_syk1li_solution1 {
  left: 15%;
  top: 54%;
}

.t_syk1li_solution2 {
  left: 14%;
  top: 45%;
}

.t_syk1li_solution3 {
  left: 30.8%;
  top: 39%;
}

.t_syk1li_solution4 {
  left: 54.3%;
  top: 41%;
}

.t_syk1li_solution5 {
  left: 67%;
  top: 41%;
}

.t_syk1li_solution6 {
  right: 16%;
  top: 61%;
}
.t_sykbox {
    top: -10px;
    left: -8px;
}
  .global-map .anchor {
    display: none;
  }

  .banner .bannerpic img {
    /* object-fit: cover; */
  }
}
