.container {
  position: relative;
  overflow: hidden;
}
.container .cir {
  position: absolute;
  border-radius: 50%;
  z-index: -1;
  pointer-events: none;
}
.container .cir1 {
  width: 28.2291666667vw;
  height: 28.2291666667vw;
  border-radius: 28.2291666667vw;
  opacity: 0.7;
  background: #9DC0F0;
  filter: blur(18.6015621821vw);
  top: 10.78125vw;
  left: -16.4583333333vw;
}
.container .cir2 {
  width: 28.2291666667vw;
  height: 28.2291666667vw;
  border-radius: 28.2291666667vw;
  opacity: 0.7;
  background: #9DC0F0;
  filter: blur(18.6015621821vw);
  top: 67.3958333333vw;
  left: 81.9791666667vw;
}
.container .cir3 {
  width: 28.2291666667vw;
  height: 28.2291666667vw;
  border-radius: 28.2291666667vw;
  opacity: 0.7;
  background: #9DC0F0;
  filter: blur(18.6015621821vw);
  top: 135.6770833333vw;
  left: -10vw;
}
.container .cir4 {
  width: 28.2291666667vw;
  height: 28.2291666667vw;
  border-radius: 28.2291666667vw;
  opacity: 0.7;
  background: #9DC0F0;
  filter: blur(18.6015621821vw);
  top: 185.6770833333vw;
  left: 75.15625vw;
}
.container .cir5 {
  width: 28.2291666667vw;
  height: 28.2291666667vw;
  border-radius: 28.2291666667vw;
  opacity: 0.7;
  background: #9DC0F0;
  filter: blur(18.6015621821vw);
  top: 249.3229166667vw;
  left: -7.1354166667vw;
}
.container .cir6 {
  width: 28.2291666667vw;
  height: 28.2291666667vw;
  border-radius: 28.2291666667vw;
  opacity: 0.7;
  background: #9DC0F0;
  filter: blur(18.6015621821vw);
  top: 302.65625vw;
  left: 77.6041666667vw;
}

.sec1 {
  padding: 12.1354166667vw 6.9270833333vw 0;
  display: flex;
  gap: 14.4270833333vw;
  align-items: flex-start;
}
.sec1 .l_box {
  padding: 1.5625vw 0 0;
  width: 38.3333333333vw;
}
.sec1 .l_box .title {
  color: #0D2052;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 3.5416666667vw;
}
.sec1 .l_box .des {
  color: rgba(105, 105, 105, 0.6);
  font-weight: 400;
  line-height: 150%;
}
.sec1 .r_box {
  width: 18.75vw;
  position: relative;
}
.sec1 .r_box .num_cir {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1.25vw;
}
.sec1 .r_box .num_cir .num {
  display: flex;
  align-items: flex-end;
}
.sec1 .r_box .num_cir .num p {
  color: #000;
  font-weight: 700;
  line-height: 97%;
}
.sec1 .r_box .num_cir .num span {
  display: block;
  color: #000;
  font-weight: 700;
  line-height: 97%;
  margin-bottom: 0.2604166667vw;
}
.sec1 .r_box .num_cir .num_des {
  color: #000;
  font-weight: 400;
  line-height: 150%;
}
.sec1 .r_box .num_cir.num_cir1 {
  width: 18.75vw;
  height: 18.75vw;
  background: #D8EFFF;
}
.sec1 .r_box .num_cir.num_cir2 {
  width: 12.3958333333vw;
  height: 12.3958333333vw;
  background: #023460;
  position: absolute;
  top: 4.375vw;
  right: -12.7083333333vw;
}
.sec1 .r_box .num_cir.num_cir2 .num p {
  color: #fff;
}
.sec1 .r_box .num_cir.num_cir2 .num span {
  color: #fff;
}
.sec1 .r_box .num_cir.num_cir2 .num_des {
  color: #fff;
}
.sec1 .r_box .num_cir.num_cir3 {
  width: 17.9166666667vw;
  height: 17.9166666667vw;
  background: #B0D9FF;
  position: absolute;
  top: 18.75vw;
  left: 10.114583vw;
}
.sec1 .r_box .num_cir.num_cir4 {
  width: 11.3541666667vw;
  height: 11.3541666667vw;
  background: #2C79AD;
  position: absolute;
  top: 18.5416666667vw;
  left: -3.3333333333vw;
}
.sec1 .r_box .num_cir.num_cir4 .num p {
  color: #fff;
}
.sec1 .r_box .num_cir.num_cir4 .num span {
  color: #fff;
}
.sec1 .r_box .num_cir.num_cir4 .num_des {
  color: #fff;
}
.sec1 .r_box .bg {
  display: block;
  position: absolute;
  z-index: -1;
  top: -3.28125vw;
  left: -14.53125vw;
  width: 47.8645833333vw;
}

.sec2 {
  padding: 15.9375vw 11.1979166667vw 0;
}
.sec2 .title {
  color: #0D2052;
  font-weight: 500;
  line-height: 150%;
  text-align: center;
}
.sec2 .des {
  margin: 1.25vw 0 3.5416666667vw;
  color: #696969;
  text-align: center;
  font-weight: 400;
  line-height: 150%;
}
.sec2 .list {
  display: flex;
  gap: 6.6666666667vw;
}
.sec2 .list .line {
  width: 0.0520833333vw;
  background: linear-gradient(180deg, rgba(11, 152, 148, 0.1) 0%, #0B9894 50.86%, rgba(11, 152, 148, 0.1) 100%);
}
.sec2 .list .item {
  width: 16.7708333333vw;
  padding: 0 0 2.7083333333vw;
  text-align: center;
}
.sec2 .list .item .icon {
  width: 2.0833333333vw;
  margin: 0 auto;
}
.sec2 .list .item .icon img {
  display: block;
  width: 100%;
}
.sec2 .list .item .h5 {
  color: #0D2052;
  font-weight: 500;
  margin: 1.25vw 0;
}
.sec2 .list .item .p {
  color: #696969;
  font-weight: 400;
}

.sec3 {
  padding: 13.4375vw 8.3333333333vw 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sec3 .l_box {
  width: 33.2291666667vw;
}
.sec3 .l_box .swiper {
  width: 100%;
  border-radius: 1.5625vw;
  overflow: hidden;
}
.sec3 .l_box .swiper .swiper-slide {
  height: 41.875vw;
  overflow: hidden;
  border-radius: 1.5625vw;
}
.sec3 .l_box .swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s;
}
.sec3 .l_box .swiper .swiper-slide:hover img {
  transform: scale(1.1);
}
.sec3 .l_box .swiper .swiper-pagination {
  display: flex;
  justify-content: center;
  gap: 0.78125vw;
  bottom: 0.78125vw;
  z-index: 3;
  width: 100%;
}
.sec3 .l_box .swiper .swiper-pagination .swiper-pagination-bullet {
  display: block;
  width: 0.625vw;
  height: 0.625vw;
  margin: 0;
  border-radius: 50%;
  background: #FFFFFF;
  opacity: 1;
  transition: 0.6s;
}
.sec3 .l_box .swiper .swiper-pagination .swiper-pagination-bullet:hover, .sec3 .l_box .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #2A4D9C;
}
.sec3 .r_box {
  width: 43.75vw;
}
.sec3 .r_box .title {
  color: #0D2052;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 1.25vw;
}
.sec3 .r_box .des {
  color: #696969;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 1.25vw;
}
.sec3 .r_box .list .item {
  width: 100%;
  padding: 1.6145833333vw 0.625vw;
  border-radius: 1.0416666667vw;
  display: flex;
  align-items: center;
  gap: 1.25vw;
  transition: 0.6s;
}
.sec3 .r_box .list .item:not(:last-child) {
  margin-bottom: 1.25vw;
}
.sec3 .r_box .list .item .icon {
  width: 2.6041666667vw;
}
.sec3 .r_box .list .item .icon img {
  display: block;
  width: 100%;
}
.sec3 .r_box .list .item .item_r {
  width: 38.6458333333vw;
}
.sec3 .r_box .list .item .item_r .item_h5 {
  color: #0D2052;
  font-weight: 500;
  line-height: 150%;
}
.sec3 .r_box .list .item .item_r .item_p {
  color: #696969;
  font-weight: 400;
  line-height: 150%;
  margin: 0.78125vw 0 0;
}
.sec3 .r_box .list .item:hover {
  background: #E9F1FC;
}

.sec4 {
  padding: 12.9166666667vw 8.3333333333vw 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.sec4 .l_box {
  width: 23.3854166667vw;
}
.sec4 .l_box .l_box_list .part {
  display: none;
}
.sec4 .l_box .l_box_list .part.on {
  display: block;
}
.sec4 .l_box .title {
  color: #0D2052;
  font-weight: 500;
  line-height: 150%;
}
.sec4 .l_box .h5 {
  display: flex;
  gap: 1.71875vw;
  align-items: flex-end;
  margin: 6.1458333333vw 0 1.25vw;
}
.sec4 .l_box .h5 p {
  color: #2A4D9C;
  font-weight: 700;
  line-height: 97%;
}
.sec4 .l_box .des {
  width: 22.0833333333vw;
  color: #000;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 6.1458333333vw;
}
.sec4 .l_box .des b {
  color: #2A4D9C;
  font-size: 1.6666666667vw;
  font-weight: 700;
  line-height: 150%;
}
.sec4 .l_box .peo_box .peo {
  display: flex;
  align-items: center;
  gap: 1.1458333333vw;
  margin-bottom: 1.3541666667vw;
}
.sec4 .l_box .peo_box .peo .avatar {
  width: 2.8125vw;
  height: 2.8125vw;
  border-radius: 50%;
  overflow: hidden;
}
.sec4 .l_box .peo_box .peo .avatar img {
  display: block;
  width: 100%;
  height: 100%;
}
.sec4 .l_box .peo_box .peo .name {
  color: #000;
  font-weight: 500;
}
.sec4 .l_box .peo_box .peo_info {
  color: #696969;
  font-weight: 400;
}
.sec4 .r_box {
  width: 52.3958333333vw;
}
.sec4 .r_box .control {
  display: flex;
  gap: 1.25vw;
  margin-bottom: 4.8958333333vw;
}
.sec4 .r_box .control .item {
  width: 7.2916666667vw;
  height: 2.5vw;
  border-radius: 2.0833333333vw;
  border: 0.1041666667vw solid #2A4D9C;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2A4D9C;
  font-weight: 400;
  cursor: pointer;
  transition: 0.6s;
}
.sec4 .r_box .control .item:hover, .sec4 .r_box .control .item.on {
  background: #2A4D9C;
  color: #FFFFFF;
}
.sec4 .r_box .r_box_list .part {
  display: none;
}
.sec4 .r_box .r_box_list .part.on {
  display: block;
}
.sec4 .r_box .r_box_list .part .part_list {
  display: flex;
  flex-wrap: wrap;
  gap: 4.4791666667vw;
}
.sec4 .r_box .r_box_list .part .part_list .item {
  width: 23.9583333333vw;
  position: relative;
}
.sec4 .r_box .r_box_list .part .part_list .item .item_h5 {
  color: #0D2052;
  font-weight: 500;
  transition: 0.6s;
}
.sec4 .r_box .r_box_list .part .part_list .item .line {
  width: 100%;
  height: 0.0520833333vw;
  background: rgba(13, 32, 82, 0.6);
  transition: 0.6s;
  margin: 1.25vw 0;
}
.sec4 .r_box .r_box_list .part .part_list .item .label {
  color: #2A4D9C;
  font-weight: 500;
  transition: 0.6s;
}
.sec4 .r_box .r_box_list .part .part_list .item .item_des {
  color: #696969;
  font-weight: 400;
  line-height: 150%;
  margin: 1.25vw 0 0;
  transition: 0.6s;
}
.sec4 .r_box .r_box_list .part .part_list .item .item_bg {
  width: 27.0833333333vw;
  height: 18.4895833333vw;
  position: absolute;
  top: -1.40625vw;
  left: -1.4583333333vw;
  z-index: -1;
  opacity: 0;
  transition: 0.6s;
}
.sec4 .r_box .r_box_list .part .part_list .item .item_bg img {
  display: block;
  width: 100%;
}
.sec4 .r_box .r_box_list .part .part_list .item:hover .item_h5, .sec4 .r_box .r_box_list .part .part_list .item:hover .item_des, .sec4 .r_box .r_box_list .part .part_list .item:hover .label {
  color: #FFFFFF;
}
.sec4 .r_box .r_box_list .part .part_list .item:hover .line {
  background: #FFFFFF;
}
.sec4 .r_box .r_box_list .part .part_list .item:hover .item_bg {
  opacity: 1;
}

.sec5 {
  padding: 15.2604166667vw 9.3229166667vw 0 8.3333333333vw;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.sec5 .l_box {
  width: 29.5833333333vw;
}
.sec5 .l_box .title {
  color: #0D2052;
  font-weight: 500;
}
.sec5 .l_box .des {
  width: 25.5208333333vw;
  color: #696969;
  font-weight: 400;
  line-height: 150%;
  margin: 2.5vw 0 5.1041666667vw;
}
.sec5 .l_box .img {
  width: 100%;
  height: 20.8333333333vw;
  border-radius: 2.0833333333vw;
  overflow: hidden;
}
.sec5 .l_box .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s;
}
.sec5 .l_box .img:hover img {
  transform: scale(1.1);
}
.sec5 .r_box {
  width: 44.6354166667vw;
}
.sec5 .r_box .img {
  width: 100%;
  margin: 0 0 5.5208333333vw;
}
.sec5 .r_box .img img {
  display: block;
  width: 100%;
}
.sec5 .r_box .p {
  color: #696969;
  font-weight: 400;
  line-height: 150%;
}

.sec6 {
  padding: 15.625vw 0 11.5104166667vw;
}
.sec6 .wrap {
  width: 83.3333333333vw;
  margin: 0 auto;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
}
.sec6 .wrap .btns {
  display: flex;
  gap: 88.75vw;
  position: absolute;
}
.sec6 .wrap .btns .jt {
  width: 2.5vw;
  height: 2.5vw;
  border-radius: 50%;
  border: 0.0520833333vw solid rgb(12, 33, 82);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.6s;
}
.sec6 .wrap .btns .jt img {
  display: block;
  width: 0.46875vw;
}
.sec6 .wrap .btns .jt:hover {
  background: rgb(249, 212, 171);
  border: 0.0520833333vw solid rgb(249, 212, 171);
}
.sec6 .wrap .swiper_box {
  width: 100%;
  overflow: hidden;
  border-radius: 1.5625vw;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.sec6 .wrap .swiper_box .slide_box {
  width: 33.59375vw;
  display: flex;
  height: 28.9583333333vw;
  position: relative;
  padding: 2.5vw 0 0 5vw;
  transition: 0.6s;
  clip-path: polygon(0 0, 100% 0, calc(100% - 4.375vw) 100%, 0 100%);
}
.sec6 .wrap .swiper_box .slide_box:nth-child(2) {
  position: absolute;
  right: 0;
  top: 0;
  clip-path: polygon(4.375vw 0, 100% 0, 100% 100%, 0 100%);
}
.sec6 .wrap .swiper_box .slide_box:after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(140deg, rgba(13, 32, 82, 0.9) 22.27%, rgba(37, 88, 203, 0.9) 78.7%), rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  transition: 0.6s;
  position: absolute;
}
.sec6 .wrap .swiper_box .slide_box .slide_box_l {
  width: 38.6979166667vw;
  position: relative;
  z-index: 8;
}
.sec6 .wrap .swiper_box .slide_box .slide_box_l .slide_top .num {
  color: rgba(105, 105, 105, 0.4);
  font-weight: 700;
  transition: 0.6s;
}
.sec6 .wrap .swiper_box .slide_box .slide_box_l .slide_top .h5 {
  color: #000;
  font-weight: 500;
  margin: -3.125vw 0 0 0.6770833333vw;
  transition: 0.6s;
}
.sec6 .wrap .swiper_box .slide_box .slide_box_l .slide_top .en {
  color: #000;
  font-weight: 400;
  padding: 0 0 0 0.6770833333vw;
  transition: 0.6s;
}
.sec6 .wrap .swiper_box .slide_box .slide_box_l .line {
  width: 100%;
  height: 0.0520833333vw;
  background: #FFF;
  margin: 2.5vw 0;
  opacity: 0;
  transition: 0.6s;
}
.sec6 .wrap .swiper_box .slide_box .slide_box_l .slide_bottom {
  color: #FFF;
  font-weight: 400;
  line-height: 150%;
  opacity: 0;
  transition: 0.6s;
}
.sec6 .wrap .swiper_box .slide_box .img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.6s;
  opacity: 1;
}
.sec6 .wrap .swiper_box .slide_box .img:after {
  content: "";
  background: linear-gradient(0deg, rgba(154, 154, 154, 0.6) 0%, rgba(154, 154, 154, 0.6) 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
  top: 0;
  left: 0;
}
.sec6 .wrap .swiper_box .slide_box .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec6 .wrap .swiper_box .slide_box.on {
  width: 51.9791666667vw;
  padding: 2.5vw 0 0 3.8020833333vw;
}
.sec6 .wrap .swiper_box .slide_box.on:after {
  opacity: 1;
}
.sec6 .wrap .swiper_box .slide_box.on .img {
  opacity: 0;
}
.sec6 .wrap .swiper_box .slide_box.on .slide_box_l .slide_top .num {
  color: rgba(255, 255, 255, 0.25);
}
.sec6 .wrap .swiper_box .slide_box.on .slide_box_l .slide_top .h5 {
  margin: -3.125vw 0 0 0vw;
  color: #FFF;
}
.sec6 .wrap .swiper_box .slide_box.on .slide_box_l .slide_top .en {
  color: #FFF;
  padding: 0;
}
.sec6 .wrap .swiper_box .slide_box.on .slide_box_l .line {
  opacity: 1;
}
.sec6 .wrap .swiper_box .slide_box.on .slide_box_l .slide_bottom {
  opacity: 1;
}

.sec7 {
  position: relative;
}
.sec7 .map {
  width: 100%;
  position: relative;
}
.sec7 .map img {
  display: block;
  width: 100%;
}
.sec7 .map .points {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.sec7 .map .points .point {
  width: 0.8333333333vw;
  position: absolute;
  cursor: pointer;
}
.sec7 .map .points .point .point_cir {
  position: relative;
  transform: scaleY(0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.sec7 .map .points .point .point_cir:after, .sec7 .map .points .point .point_cir:before {
  content: "";
  width: 1.0416666667vw;
  height: 1.0416666667vw;
  border-radius: 50%;
  background: #0055D5;
  opacity: 0.4;
  animation: 2s scale linear infinite;
  position: absolute;
  transform: scale(0);
}
.sec7 .map .points .point .point_cir:before {
  animation-delay: 0.5s;
}
.sec7 .map .points .point .icon {
  width: 100%;
}
.sec7 .map .points .point .icon img {
  display: block;
  width: 100%;
  height: unset;
}
.sec7 .map .points .point .label {
  width: max-content;
  padding: 0.5208333333vw 1.25vw;
  border-radius: 2.1354166667vw;
  background: #0055D5;
  color: #FFF;
  font-weight: 500;
  line-height: 150%;
  position: absolute;
  top: -0.6770833333vw;
  right: -1.0416666667vw;
  transform: translateX(100%);
  opacity: 0;
  transition: 0.6s;
  pointer-events: none;
}
.sec7 .map .points .point.on .label {
  opacity: 1;
  pointer-events: auto;
}
.sec7 .map .points .point:nth-child(1) {
  top: 27.3958333333vw;
  left: 40.4166666667vw;
}
.sec7 .map .points .point:nth-child(2) {
  top: 33.4895833333vw;
  left: 43.125vw;
}
.sec7 .map .points .point:nth-child(3) {
  top: 35.2083333333vw;
  left: 42.7604166667vw;
}
.sec7 .map .points .point:nth-child(4) {
  top: 39.21875vw;
  left: 38.1770833333vw;
}
.sec7 .map .points .point:nth-child(5) {
  top: 34.0625vw;
  left: 31.0416666667vw;
}
.sec7 .sec7_top {
  position: absolute;
  top: 6.3020833333vw;
  left: 8.8541666667vw;
  width: 26.7708333333vw;
}
.sec7 .sec7_top .h5 {
  color: #0D2052;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.0583333333vw;
}
.sec7 .sec7_top .p {
  color: #696969;
  font-weight: 400;
  margin: 1.25vw 0 0;
}
.sec7 .sec7_box {
  position: absolute;
  right: 10.625vw;
  bottom: 4.7916666667vw;
  z-index: 3;
  width: 25.8854166667vw;
}
.sec7 .sec7_box .part {
  width: 100%;
  border-radius: 1.25vw;
  background: #F7FBFF;
  overflow: hidden;
  position: relative;
  display: none;
}
.sec7 .sec7_box .part.on {
  display: block;
}
.sec7 .sec7_box .part .part_top {
  padding: 1.875vw 1.875vw 1.4583333333vw;
}
.sec7 .sec7_box .part .part_top .part_h5 {
  color: #0D2052;
  font-weight: 500;
  line-height: 1.16667;
  margin-bottom: 1.1458333333vw;
}
.sec7 .sec7_box .part .part_top form {
  display: flex;
  align-items: center;
  gap: 0.4166666667vw;
  padding: 0 0.4166666667vw;
  height: 2.0833333333vw;
  border-radius: 0.3125vw;
  background: #FFF;
}
.sec7 .sec7_box .part .part_top form .icon {
  width: 1.0416666667vw;
}
.sec7 .sec7_box .part .part_top form .icon img {
  display: block;
  width: 100%;
  height: unset;
}
.sec7 .sec7_box .part .part_top form .line {
  width: 0.0520833333vw;
  height: 1.0416666667vw;
  opacity: 0.6;
  background: #696969;
}
.sec7 .sec7_box .part .part_top form input {
  width: 19.2708333333vw;
  border: none;
  height: 100%;
  color: #696969;
  font-size: 0.8333333333vw;
  font-weight: 400;
}
.sec7 .sec7_box .part .part_top form input::placeholder {
  color: #696969;
  opacity: 0.6;
}
.sec7 .sec7_box .part .part_bottom {
  height: 25.78125vw;
  overflow-y: auto;
  border-top: 0.0520833333vw solid rgba(0, 0, 0, 0.06);
}
.sec7 .sec7_box .part .part_bottom .item .first {
  padding: 1.25vw 1.875vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sec7 .sec7_box .part .part_bottom .item .first .p {
  color: #1F2937;
  font-weight: 400;
}
.sec7 .sec7_box .part .part_bottom .item .first .info {
  padding: 0.1041666667vw 0.7291666667vw;
  color: #0055D5;
  font-weight: 400;
  border-radius: 2.5520833333vw;
  border: 0.0520833333vw solid #0055D5;
  cursor: pointer;
  transition: 0.6s;
}
.sec7 .sec7_box .part .part_bottom .item .first .info:hover {
  background: #0055D5;
  color: #FFFFFF;
}
.sec7 .sec7_box .part .part_bottom .item .second {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 1.25vw;
  background: #F7FBFF;
  overflow: hidden;
  display: none;
}
.sec7 .sec7_box .part .part_bottom .item .second.show {
  display: block;
}
.sec7 .sec7_box .part .part_bottom .item .second .second_top {
  padding: 1.875vw 1.875vw 1.4583333333vw;
  border-bottom: 0.0520833333vw solid rgba(0, 0, 0, 0.06);
}
.sec7 .sec7_box .part .part_bottom .item .second .second_top .second_top_h5 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.1458333333vw;
}
.sec7 .sec7_box .part .part_bottom .item .second .second_top .second_top_h5 p {
  color: #0D2052;
  font-weight: 500;
}
.sec7 .sec7_box .part .part_bottom .item .second .second_top .second_top_h5 .label {
  padding: 0.1041666667vw 0.625vw;
  border-radius: 2.5520833333vw;
  color: #0055D5;
  font-weight: 400;
  background: #DFEDFF;
}
.sec7 .sec7_box .part .part_bottom .item .second .second_top form {
  display: flex;
  align-items: center;
  gap: 0.4166666667vw;
  padding: 0 0.4166666667vw;
  height: 2.0833333333vw;
  border-radius: 0.3125vw;
  background: #FFF;
}
.sec7 .sec7_box .part .part_bottom .item .second .second_top form .icon {
  width: 1.0416666667vw;
}
.sec7 .sec7_box .part .part_bottom .item .second .second_top form .icon img {
  display: block;
  width: 100%;
  height: unset;
}
.sec7 .sec7_box .part .part_bottom .item .second .second_top form .line {
  width: 0.0520833333vw;
  height: 1.0416666667vw;
  opacity: 0.6;
  background: #696969;
}
.sec7 .sec7_box .part .part_bottom .item .second .second_top form input {
  width: 19.2708333333vw;
  border: none;
  height: 100%;
  color: #696969;
  font-size: 0.8333333333vw;
  font-weight: 400;
}
.sec7 .sec7_box .part .part_bottom .item .second .second_top form input::placeholder {
  color: #696969;
  opacity: 0.6;
}
.sec7 .sec7_box .part .part_bottom .item .second .second_bottom {
  height: 21.1979166667vw;
  overflow-y: auto;
}
.sec7 .sec7_box .part .part_bottom .item .second .second_bottom .second_bottom_item {
  padding: 1.09375vw 1.875vw;
  border-bottom: 0.0520833333vw solid rgba(0, 0, 0, 0.06);
}
.sec7 .sec7_box .part .part_bottom .item .second .second_bottom .second_bottom_item .second_bottom_item_top {
  margin-bottom: 0.4166666667vw;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.sec7 .sec7_box .part .part_bottom .item .second .second_bottom .second_bottom_item .second_bottom_item_top .p {
  color: #1F2937;
  font-weight: 400;
  line-height: 1.2;
}
.sec7 .sec7_box .part .part_bottom .item .second .second_bottom .second_bottom_item .second_bottom_item_top .tel {
  color: #696969;
  text-align: right;
  font-weight: 400;
  line-height: 1.14;
}
.sec7 .sec7_box .part .part_bottom .item .second .second_bottom .second_bottom_item .second_bottom_item_bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sec7 .sec7_box .part .part_bottom .item .second .second_bottom .second_bottom_item .second_bottom_item_bottom .p {
  color: #696969;
  font-weight: 400;
  line-height: 1;
}
.sec7 .sec7_box .part .part_bottom .item .second .second_bottom .second_bottom_item .second_bottom_item_bottom .tel {
  text-align: right;
  color: #696969;
  font-weight: 400;
  line-height: 1;
}
.sec7 .sec7_box .part .part_bottom .item .second .back {
  height: 4.0625vw;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #696969;
  font-weight: 400;
  background: #D9E9FD;
  transition: 0.6s;
}
.sec7 .sec7_box .part .part_bottom .item .second .back:hover {
  color: #0055D5;
}
.sec7 .sec7_box .part .part_bottom .item:not(:last-child) {
  border-bottom: 0.0520833333vw solid rgba(0, 0, 0, 0.06);
}

@keyframes scale {
  100% {
    transform: scale(3);
    opacity: 0;
  }
}
@media screen and (max-width: 768px) {
  .sec1 {
    padding: 40px 5vw;
    display: block;
  }
  .sec1 .l_box {
    width: 100%;
  }
  .sec1 .l_box .title {
    margin-bottom: 20px;
  }
  .sec1 .l_box .des {
    font-size: 14px;
  }
  .sec1 .r_box {
    width: 100%;
    height: 79vw;
    margin: 28px 0 0;
  }
  .sec1 .r_box .bg {
    width: 100%;
    mix-blend-mode: difference;
    top: 0;
    left: 0;
  }
  .sec1 .r_box .num_cir {
    position: absolute;
    gap: 5px;
  }
  .sec1 .r_box .num_cir .num p {
    font-size: 18px;
  }
  .sec1 .r_box .num_cir .num span {
    font-size: 10px;
  }
  .sec1 .r_box .num_cir .num_des {
    font-size: 10px;
  }
  .sec1 .r_box .num_cir.num_cir1 {
    width: 34vw;
    height: 34vw;
    top: 7vw;
    left: 28vw;
  }
  .sec1 .r_box .num_cir.num_cir2 {
    width: 28vw;
    height: 28vw;
    top: 14vw;
    left: 61vw;
  }
  .sec1 .r_box .num_cir.num_cir3 {
    width: 34vw;
    height: 34vw;
    top: 41vw;
    left: 47vw;
  }
  .sec1 .r_box .num_cir.num_cir4 {
    width: 28vw;
    height: 28vw;
    top: 41vw;
    left: 18vw;
  }
  .sec2 {
    padding: 60px 5vw 0;
  }
  .sec2 .des {
    font-size: 14px;
    margin: 10px 0 25px;
  }
  .sec2 .list {
    flex-wrap: wrap;
    gap: 15px;
  }
  .sec2 .list .item {
    width: 100%;
  }
  .sec2 .list .item .icon {
    width: 32px;
  }
  .sec2 .list .item .h5 {
    font-size: 16px;
    margin: 10px 0;
  }
  .sec2 .list .item .p {
    font-size: 14px;
  }
  .sec2 .list .line {
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, rgba(11, 152, 148, 0.1) 0%, #0B9894 50.86%, rgba(11, 152, 148, 0.1) 100%);
  }
  .sec3 {
    padding: 70px 5vw 0;
    display: block;
  }
  .sec3 .l_box {
    width: 100%;
  }
  .sec3 .l_box .swiper .swiper-pagination {
    bottom: 15px;
    gap: 10px;
  }
  .sec3 .l_box .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
  .sec3 .l_box .swiper .swiper-slide {
    height: 115vw;
    border-radius: 10px;
  }
  .sec3 .r_box {
    width: 100%;
    margin: 20px 0 0;
  }
  .sec3 .r_box .des {
    width: 100%;
    font-size: 14px;
    margin: 10px 0 20px;
  }
  .sec3 .r_box .list .item {
    padding: 20px;
    background: #E9F1FC;
    border-radius: 8px;
    display: block;
  }
  .sec3 .r_box .list .item:not(:last-child) {
    margin-bottom: 15px;
  }
  .sec3 .r_box .list .item .icon {
    width: 32px;
    height: 32px;
    margin-bottom: 10px;
  }
  .sec3 .r_box .list .item .item_r {
    width: 100%;
  }
  .sec3 .r_box .list .item .item_r .item_h5 {
    font-size: 16px;
  }
  .sec3 .r_box .list .item .item_r .item_p {
    font-size: 14px;
    margin: 8px 0 0;
  }
  .sec4 {
    padding: 60px 5vw 0;
    display: block;
  }
  .sec4 .l_box {
    width: 100%;
  }
  .sec4 .l_box .h5 {
    margin: 20px 0 15px;
  }
  .sec4 .l_box .des {
    width: 100%;
    margin-bottom: 15px;
    font-size: 14px;
  }
  .sec4 .l_box .des br {
    display: none;
  }
  .sec4 .l_box .des b {
    font-size: 16px;
  }
  .sec4 .l_box .peo_box .peo {
    gap: 10px;
    margin-bottom: 8px;
  }
  .sec4 .l_box .peo_box .peo .avatar {
    width: 60px;
    height: 60px;
  }
  .sec4 .l_box .peo_box .peo p {
    font-size: 15px;
  }
  .sec4 .l_box .peo_box .peo_info {
    font-size: 14px;
  }
  .sec4 .r_box {
    width: 100%;
    margin: 25px 0 0;
  }
  .sec4 .r_box .control {
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
  }
  .sec4 .r_box .control .item {
    padding: 4px 15px;
    width: fit-content;
    height: fit-content;
    border-radius: 30px;
    font-size: 13px;
  }
  .sec4 .r_box .r_box_list .part .part_list {
    gap: 15px;
  }
  .sec4 .r_box .r_box_list .part .part_list .item {
    width: 100%;
  }
  .sec4 .r_box .r_box_list .part .part_list .item .item_bg {
    width: 100%;
    top: 0;
    left: 0;
    display: none;
  }
  .sec4 .r_box .r_box_list .part .part_list .item .item_h5 {
    font-size: 15px;
    color: #0D2052 !important;
  }
  .sec4 .r_box .r_box_list .part .part_list .item .line {
    margin: 6px 0;
    background: rgba(13, 32, 82, 0.6) !important;
  }
  .sec4 .r_box .r_box_list .part .part_list .item .label {
    font-size: 14px;
    color: #2A4D9C !important;
  }
  .sec4 .r_box .r_box_list .part .part_list .item .item_des {
    font-size: 13px;
    margin: 12px 0 0;
    color: #696969 !important;
  }
  .sec5 {
    padding: 60px 5vw 0;
    display: block;
  }
  .sec5 .l_box {
    width: 100%;
    margin-bottom: 25px;
  }
  .sec5 .l_box .des {
    margin: 15px 0 0;
    width: 100%;
    font-size: 14px;
  }
  .sec5 .l_box .img {
    height: 50vw;
    border-radius: 20px;
    margin: 15px 0 0;
  }
  .sec5 .r_box {
    width: 100%;
  }
  .sec5 .r_box .p {
    font-size: 14px;
    margin: 15px 0 0;
  }
  .sec6 {
    padding: 60px 5vw;
  }
  .sec6 .wrap {
    display: block;
    width: 100%;
  }
  .sec6 .wrap .swiper_box {
    border-radius: 10px;
  }
  .sec6 .wrap .swiper_box .swiper {
    width: 100%;
  }
  .sec6 .wrap .swiper_box .swiper .swiper-slide .slide_box {
    width: 100%;
    flex-direction: column-reverse;
    height: unset;
    padding: 0;
    clip-path: unset !important;
  }
  .sec6 .wrap .swiper_box .swiper .swiper-slide .slide_box .img {
    position: unset;
    width: 100%;
    opacity: 1 !important;
    height: 60vw;
    overflow: hidden;
  }
  .sec6 .wrap .swiper_box .swiper .swiper-slide .slide_box .img img {
    transform: scale(1.3);
  }
  .sec6 .wrap .swiper_box .swiper .swiper-slide .slide_box .slide_box_l {
    width: 100%;
    padding: 10px 15px 25px;
  }
  .sec6 .wrap .swiper_box .swiper .swiper-slide .slide_box .slide_box_l .slide_top .num {
    font-size: 40px;
  }
  .sec6 .wrap .swiper_box .swiper .swiper-slide .slide_box .slide_box_l .slide_top .h5 {
    font-size: 15px;
    margin: -23px 0 0 0 !important;
  }
  .sec6 .wrap .swiper_box .swiper .swiper-slide .slide_box .slide_box_l .slide_top .en {
    font-size: 12px;
  }
  .sec6 .wrap .swiper_box .swiper .swiper-slide .slide_box .slide_box_l .line {
    margin: 8px 0;
  }
  .sec6 .wrap .swiper_box .swiper .swiper-slide .slide_box .slide_box_l .slide_bottom {
    font-size: 13px;
  }
  .sec6 .wrap .swiper_box {
    border-radius: 10px;
    flex-wrap: wrap;
    gap: 25px;
  }
  .sec6 .wrap .swiper_box .slide_box {
    border-radius: 10px;
    width: 100% !important;
    flex-direction: column-reverse;
    height: unset;
    padding: 0 !important;
    clip-path: unset !important;
    position: relative !important;
    overflow: hidden;
  }
  .sec6 .wrap .swiper_box .slide_box:after {
    opacity: 1;
  }
  .sec6 .wrap .swiper_box .slide_box .img {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 1 !important;
    height: 60vw;
    overflow: hidden;
  }
  .sec6 .wrap .swiper_box .slide_box .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .sec6 .wrap .swiper_box .slide_box .slide_box_l {
    width: 100%;
    padding: 10px 15px 25px;
  }
  .sec6 .wrap .swiper_box .slide_box .slide_box_l .slide_top .num {
    font-size: 40px;
    color: rgba(255, 255, 255, 0.25);
  }
  .sec6 .wrap .swiper_box .slide_box .slide_box_l .slide_top .h5 {
    font-size: 15px;
    color: #FFFFFF;
    margin: -23px 0 0 0 !important;
  }
  .sec6 .wrap .swiper_box .slide_box .slide_box_l .slide_top .en {
    font-size: 12px;
    color: #FFFFFF;
  }
  .sec6 .wrap .swiper_box .slide_box .slide_box_l .line {
    margin: 8px 0;
    opacity: 1;
  }
  .sec6 .wrap .swiper_box .slide_box .slide_box_l .slide_bottom {
    font-size: 13px;
    color: #FFFFFF;
    opacity: 1;
  }
  .sec6 .wrap .btns {
    position: unset;
    gap: 10px;
    width: 100%;
    justify-content: center;
    margin: 20px 0 0;
    display: none;
  }
  .sec6 .wrap .btns .jt {
    width: 32px;
    height: 32px;
  }
  .sec6 .wrap .btns .jt img {
    display: block;
    width: 6px;
  }
  .sec7 {
    overflow: hidden;
    padding: 0 0 40px;
  }
  .sec7 .sec7_top {
    position: unset;
    width: 90%;
    margin: 0 auto 15px;
  }
  .sec7 .sec7_top .h5 {
    margin-bottom: 10px;
  }
  .sec7 .sec7_top .p {
    font-size: 14px;
  }
  .sec7 .sec7_box {
    position: unset;
    width: 90%;
    margin: 0 auto;
  }
  .sec7 .sec7_box .part {
    border-radius: 10px;
  }
  .sec7 .sec7_box .part .part_top {
    padding: 15px;
  }
  .sec7 .sec7_box .part .part_top .part_h5 {
    font-size: 15px;
    margin-bottom: 8px;
  }
  .sec7 .sec7_box .part .part_top form {
    gap: 8px;
    padding: 0 8px;
    height: 40px;
    border-radius: 6px;
  }
  .sec7 .sec7_box .part .part_top form .icon {
    width: 14px;
    height: 14px;
  }
  .sec7 .sec7_box .part .part_top form .line {
    height: 12px;
  }
  .sec7 .sec7_box .part .part_top form input {
    font-size: 13px;
    width: calc(100% - 38px);
  }
  .sec7 .sec7_box .part .part_bottom {
    height: 250px;
  }
  .sec7 .sec7_box .part .part_bottom .item .first {
    padding: 10px 15px;
  }
  .sec7 .sec7_box .part .part_bottom .item .first .p {
    font-size: 14px;
  }
  .sec7 .sec7_box .part .part_bottom .item .first .info {
    padding: 2px 10px;
    font-size: 12px;
    border-radius: 20px;
  }
  .sec7 .sec7_box .part .part_bottom .item .second {
    border-radius: 10px;
  }
  .sec7 .sec7_box .part .part_bottom .item .second .second_top {
    padding: 15px;
  }
  .sec7 .sec7_box .part .part_bottom .item .second .second_top .second_top_h5 {
    margin-bottom: 10px;
  }
  .sec7 .sec7_box .part .part_bottom .item .second .second_top .second_top_h5 p {
    font-size: 15px;
  }
  .sec7 .sec7_box .part .part_bottom .item .second .second_top .second_top_h5 .label {
    font-size: 12px;
    padding: 2px 10px;
    border-radius: 30px;
  }
  .sec7 .sec7_box .part .part_bottom .item .second .second_top form {
    gap: 8px;
    padding: 0 8px;
    height: 40px;
    border-radius: 6px;
  }
  .sec7 .sec7_box .part .part_bottom .item .second .second_top form .icon {
    width: 14px;
    height: 14px;
  }
  .sec7 .sec7_box .part .part_bottom .item .second .second_top form .line {
    height: 12px;
  }
  .sec7 .sec7_box .part .part_bottom .item .second .second_top form input {
    font-size: 13px;
    width: calc(100% - 38px);
  }
  .sec7 .sec7_box .part .part_bottom .item .second .second_bottom {
    height: 208px;
  }
  .sec7 .sec7_box .part .part_bottom .item .second .second_bottom .second_bottom_item {
    padding: 8px 15px;
  }
  .sec7 .sec7_box .part .part_bottom .item .second .second_bottom .second_bottom_item .second_bottom_item_top {
    margin-bottom: 8px;
  }
  .sec7 .sec7_box .part .part_bottom .item .second .second_bottom .second_bottom_item .second_bottom_item_top .p {
    font-size: 13px;
  }
  .sec7 .sec7_box .part .part_bottom .item .second .second_bottom .second_bottom_item .second_bottom_item_top .tel {
    font-size: 12px;
  }
  .sec7 .sec7_box .part .part_bottom .item .second .second_bottom .second_bottom_item .second_bottom_item_bottom .p {
    font-size: 12px;
  }
  .sec7 .sec7_box .part .part_bottom .item .second .second_bottom .second_bottom_item .second_bottom_item_bottom .tel {
    font-size: 12px;
  }
  .sec7 .sec7_box .part .part_bottom .item .second .back {
    height: 40px;
    font-size: 13px;
  }
  .sec7 .map img {
    max-width: unset;
    width: 200%;
    position: relative;
    left: -16%;
  }
  .sec7 .map .points .point .icon {
    width: 10px;
  }
  .sec7 .map .points .point .point_cir:after, .sec7 .map .points .point .point_cir:before {
    width: 16px;
    height: 16px;
  }
  .sec7 .map .points .point .label {
    font-size: 11px;
    padding: 4px 8px;
    border-radius: 18px;
    right: -10px;
    top: -8px;
  }
  .sec7 .map .points .point:nth-child(1) {
    top: 53.395833vw;
    left: 65.416667vw;
  }
  .sec7 .map .points .point:nth-child(2) {
    top: 65.489583vw;
    left: 70.125vw;
  }
  .sec7 .map .points .point:nth-child(3) {
    top: 70.208333vw;
    left: 69.760417vw;
  }
  .sec7 .map .points .point:nth-child(4) {
    top: 77.208333vw;
    left: 59.760417vw;
  }
  .sec7 .map .points .point:nth-child(5) {
    top: 67.208333vw;
    left: 45.760417vw;
  }
}

/*# sourceMappingURL=medical.css.map */
