#join.join {
  position: relative;
  width: 100%;
  min-width: 1200px;
  min-height: calc(100vh - 398px);
  background: #fff;
  padding-top: 122px;
  overflow: hidden;
}
#join .content {
  width: 1200px;
  margin: 0 auto;
}
#join .title {
  position: relative;
}
#join .title .color {
  width: 20px;
  height: 22px;
  position: absolute;
  left: 0;
  top: 7px;
  z-index: 0;
}
#join .title .color.blackish-green {
  background: #3de7d9;
}
#join .title .color.blue {
  background: #74d3ff;
}
#join .title .color.purple {
  background: #a2a6ff;
}
#join .title .color.orange {
  background: #ffcd8c;
}
#join .title .color.green {
  background: #55d632;
}
#join .title .color.dark-blue {
  background: #a2bffe;
}
#join .title .color.pink {
  background: #FEAEAE;
}
#join .title-name {
  line-height: 22px;
  font-size: 22px;
  font-weight: bold;
  color: #23222b;
  margin-bottom: 13px;
  position: relative;
  z-index: 1;
}
#join .title-desc {
  line-height: 16px;
  font-size: 16px;
  color: #9d9ca4;
}
#join .top {
  height: 700px;
  background: #000;
  padding-top: 104px;
  box-sizing: border-box;
  position: relative;
}
#join .top .video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  overflow: hidden;
}
#join .top .video-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 700px;
}
#join .top .top-content {
  position: relative;
  z-index: 5;
}
#join .top .top-text {
  height: 34px;
  background: url(/assets/images/medical/join-text.png) no-repeat center center;
  margin-top: 200px;
  position: relative;
  z-index: 5;
}
#join .top .top-btn {
  width: 32px;
  height: 32px;
  background: url(/assets/images/medical/join-play.png) no-repeat center center;
  background-size: 32px 32px;
  margin: 50px auto 0;
  position: relative;
  z-index: 5;
  cursor: pointer;
}
#join .innovation {
  background: #f9fafa;
  padding: 40px 0 60px;
}
#join .innovation-content {
  padding-top: 36px;
  display: flex;
  justify-content: space-between;
}
#join .innovation-content-item {
  width: 285px;
  background: #fff;
  padding: 20px;
  border-top: 2px solid;
  border-radius: 0 0 4px 4px;
}
#join .innovation-content-item.blue {
  border-color: #7ecef4;
}
#join .innovation-content-item.purple {
  border-color: #858af7;
}
#join .innovation-content-item.green {
  border-color: #1ac3b6;
}
#join .innovation-content-item.orange {
  border-color: #f7920f;
}
#join .innovation-content-item .icon {
  width: 120px;
  height: 60px;
  background: no-repeat center center;
  background-size: 120px 60px;
  margin-bottom: 20px;
}
#join .innovation-content-item .icon.bg-1 {
  background-image: url(/assets/images/medical/join-1.png);
}
#join .innovation-content-item .icon.bg-2 {
  background-image: url(/assets/images/medical/join-2.png);
}
#join .innovation-content-item .icon.bg-3 {
  background-image: url(/assets/images/medical/join-3.png);
}
#join .innovation-content-item .icon.bg-4 {
  background-image: url(/assets/images/medical/join-4.png);
}
#join .innovation-content-item .text {
  line-height: 28px;
  font-size: 16px;
  font-weight: 400;
  color: #53525c;
}
#join .jobs {
  background: #fff;
  padding: 60px 0 0;
}
#join .jobs-content {
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#join .jobs-content-item {
  width: 589px;
  height: 120px;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 30px;
  cursor: pointer;
  position: relative;
}
#join .jobs-content-item .item-bg {
  width: 589px;
  height: 120px;
  background: no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
}
#join .jobs-content-item .item-text {
  color: #fff;
  padding-left: 30px;
  position: relative;
  z-index: 1;
}
#join .jobs-content-item .item-text .type {
  line-height: 18px;
  font-size: 18px;
  font-weight: bold;
  padding-top: 30px;
  margin-bottom: 20px;
}
#join .jobs-content-item .item-text .more,
#join .jobs-content-item .item-text .total {
  line-height: 14px;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
}
#join .jobs-content-item .item-text .total {
  transform: translateY(40px);
}
#join .jobs-content-item:hover .more {
  transform: translateX(466px);
}
#join .jobs-content-item:hover .total {
  transform: translateY(-16px);
}
#join .product {
  background: #F9FAFA;
  padding: 40px 0 60px;
  position: relative;
}
#join .product-content {
  margin: 30px auto 0;
}
#join .product-content .productSwiper {
  overflow: hidden;
  width: 1200px;
  margin: 0 auto;
}
#join .product-content .productSwiper .swiper-button-prev {
  left: 50%;
  top: 50%;
  transform: rotate(180deg) translate(695px, -25px);
}
#join .product-content .productSwiper .swiper-button-next {
  right: 50%;
  top: 50%;
  transform: translate(695px, 25px);
}
#join .product-content .productSwiper .swiper-button-prev,
#join .product-content .productSwiper .swiper-button-next {
  width: 48px;
  height: 48px;
  background: url(/assets/images/medical/you-btn.png) no-repeat center center;
  background-size: 100% 100%;
  border-radius: 50%;
  opacity: 0.4;
  z-index: 5;
}
#join .product-content .productSwiper .swiper-button-prev:hover,
#join .product-content .productSwiper .swiper-button-next:hover {
  opacity: 1;
}
#join .product-content .item {
  display: flex;
  align-items: center;
}
#join .product-content .item img {
  width: 800px;
  height: 446px;
}
#join .product-content .item .right {
  flex: 1;
  height: 446px;
  background: #fff;
  padding: 80px 30px;
}
#join .product-content .item .right .name {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #9DA4B5;
}
#join .product-content .item .right .name .title-icon {
  width: 15px;
  height: 15px;
  background: url(/assets/images/medical/title-3.png) no-repeat center center;
  background-size: 100% 100%;
  margin-right: 10px;
}
#join .product-content .item .right .position {
  margin-top: 10px;
  font-size: 22px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #363D40;
}
#join .product-content .item .right .desc {
  margin-top: 53px;
  position: relative;
  z-index: 11;
  font-size: 16px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #53525C;
}
#join .product-content .item .right .desc::before {
  content: "";
  width: 60px;
  height: 52px;
  background: url(/assets/images/medical/desc-1.png) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  top: -32px;
  left: -20px;
  z-index: -1;
}
#join .product-content .item .right .desc::after {
  content: "";
  width: 60px;
  height: 52px;
  background: url(/assets/images/medical/desc-2.png) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  bottom: -50px;
  right: -20px;
  z-index: -1;
}
#join .product-content .item .right .more {
  display: block;
  margin-top: 76px;
  position: relative;
  font-size: 16px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #06BCBA;
}
#join .product-content .item .right .more::after {
  content: "";
  width: 340px;
  height: 2px;
  background: #06bcba;
  position: absolute;
  bottom: -13px;
  left: 0;
}
#join .executives {
  background: url(/assets/images/medical/executives-bg.png) no-repeat center top;
  background-size: 2560px 640px;
  background-color: #fff;
  padding: 80px 0 60px;
}
#join .executives-content {
  font-size: 0;
  white-space: nowrap;
  overflow-x: auto;
  padding-top: 30px;
  padding-bottom: 10px;
}
#join .executives-content .swiper-container {
  max-height: 505px;
  height: 505px !important;
}
#join .executives-content .swiper-slide {
  height: 505px !important;
}
#join .executives-content .swiper-button-group {
  width: 100px;
  height: 32px;
  border: 1px solid #e7eaee;
  border-radius: 15px;
  position: relative;
  margin: 30px auto 0;
  transform: translateX(-5px);
}
#join .executives-content .swiper-button-group::after {
  display: block;
  width: 1px;
  height: 20px;
  content: '';
  background: #e5e5e5;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#join .executives-content .swiper-button-group .btn-icon {
  width: 50px;
  height: 30px;
  background: none;
  line-height: 30px;
  font-size: 14px;
  color: #b0b3c2;
  text-align: center;
  top: 0;
  bottom: 0;
  margin: 0;
}
#join .executives-content .swiper-button-group .btn-icon.left {
  left: 0;
}
#join .executives-content .swiper-button-group .btn-icon.left .icon {
  display: inline-block;
  transform: rotate(90deg);
}
#join .executives-content .swiper-button-group .btn-icon.right {
  right: 0;
}
#join .executives-content .swiper-button-group .btn-icon.right .icon {
  display: inline-block;
  transform: rotate(-90deg);
}
#join .executives-content-less {
  display: flex;
  justify-content: space-between;
}
#join .executives-content-less .executives-content-item {
  width: 50%;
  height: 260px;
  margin-right: 16px;
}
#join .executives-content-less .executives-content-item .head {
  width: 230px;
  height: 260px;
  float: left;
  margin-right: 18px;
}
#join .executives-content-less .executives-content-item .text {
  padding: 25px 16px;
}
#join .executives-content-less .executives-content-item .text .name {
  margin-bottom: 18px;
}
#join .executives-content-less .executives-content-item .text .job {
  margin-bottom: 14px;
}
#join .executives-content-item {
  display: inline-block;
  width: 386px;
  height: 505px;
  background: #fff;
  border: 1px solid #f2f2f2;
  box-shadow: 0px 3px 46px 0px rgba(0, 0, 0, 0.04);
  border-radius: 10px;
  overflow: hidden;
  margin-right: 20px;
}
#join .executives-content-item:last-child {
  margin-right: 0;
}
#join .executives-content-item .head {
  height: 230px;
  background: no-repeat center bottom;
  background-size: auto;
  background-color: #eee;
}
#join .executives-content-item .text {
  padding: 30px 20px;
}
#join .executives-content-item .text .name {
  line-height: 20px;
  font-size: 20px;
  font-weight: bold;
  color: #363d40;
  margin-bottom: 20px;
}
#join .executives-content-item .text .job {
  line-height: 20px;
  font-size: 18px;
  color: #9da4b5;
  margin-bottom: 20px;
}
#join .executives-content-item .text .desc {
  line-height: 28px;
  font-size: 15px;
  color: #363d40;
  white-space: normal;
  word-break: break-all;
}
#join .benefits {
  background: #f9fafa;
  padding: 60px 0 40px;
}
#join .benefits-content {
  padding-top: 30px;
  overflow: hidden;
}
#join .benefits-content-item {
  background: #edddd9;
  line-height: 40px;
  font-size: 16px;
  font-weight: 400;
  color: #23222b;
  padding: 0 30px;
  border-radius: 6px;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
#join .benefits-content-item.color1 {
  background: #edddd9;
}
#join .benefits-content-item.color2 {
  background: #d3dceB;
}
#join .benefits-content-item.color3 {
  background: #c6e4e9;
}
#join .benefits-content-item.color4 {
  background: #dcddf2;
}
#join .activity {
  background: #fff;
  padding: 60px 0 0;
}
#join .activity-content {
  padding-top: 30px;
  overflow: hidden;
}
#join .activity-content .row {
  overflow: hidden;
  height: 300px;
}
#join .activity-content .row .image-content {
  height: 100%;
  float: left;
}
#join .activity-content .row .image-content.color1 {
  background: #27249d;
}
#join .activity-content .row .image-content.color2 {
  background: #5b5be8;
}
#join .activity-content .row .image-content.color3 {
  background: #353b6e;
}
#join .activity-content .row .image-content.small {
  width: 12.5%;
}
#join .activity-content .row .image-content.min {
  width: 25%;
}
#join .activity-content .row .image-content.mid {
  width: calc(100% / 3);
}
#join .activity-content .row .image-content.big {
  width: 50%;
}
#join .activity-content .row .image-content .image {
  width: 100%;
  height: 300px;
  background: no-repeat center center;
  background-size: cover;
}
#join .address {
  background: #fff;
  padding: 60px 0;
}
#join .address-content {
  padding-top: 30px;
  overflow: hidden;
}
#join .address-content .left {
  width: 104px;
  float: left;
  box-sizing: border-box;
  position: relative;
}
#join .address-content .left::before {
  display: block;
  content: '';
  width: 2px;
  height: 100%;
  background: #e3e3e3;
  position: absolute;
  top: 0;
  left: 0;
}
#join .address-content .left .city {
  max-height: 330px;
  overflow-y: auto;
}
#join .address-content .left .city-item {
  line-height: 22px;
  font-size: 18px;
  color: #37363e;
  border-left: 2px solid #e3e3e3;
  padding-left: 10px;
  margin-bottom: 15px;
  cursor: pointer;
}
#join .address-content .left .city-item:last-child {
  margin-bottom: 0;
}
#join .address-content .left .city-item.active {
  color: #2968f5;
  border-left: 2px solid #2968f5;
  position: relative;
  z-index: 1;
}
#join .address-content .right {
  width: 1094px;
  float: right;
}
#join .address-content .right .address-name {
  line-height: 22px;
  font-size: 16px;
  font-weight: 400;
  color: #23222b;
  margin-bottom: 20px;
}
#join .address-content .right .map {
  width: 100%;
  height: 348px;
  border-radius: 4px;
  overflow: hidden;
}
#join .cover-big {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: -5;
}
#join .cover-big.show {
  z-index: 2022;
}
#join .cover-big-content {
  width: 1200px;
  position: absolute;
  top: -2000px;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}
#join .cover-big-content.show {
  top: 50%;
}
#join .cover-big-content .close {
  height: 30px;
  margin-bottom: 10px;
}
#join .cover-big-content .close-btn {
  width: 30px;
  height: 30px;
  line-height: 42px;
  text-align: center;
  cursor: pointer;
  float: right;
}
#join .cover-big-content .close-btn .icon {
  display: inline-block;
  width: 26px;
  height: 26px;
  background: #c7c8c9;
  border-radius: 50%;
  position: relative;
}
#join .cover-big-content .close-btn .icon::before,
#join .cover-big-content .close-btn .icon::after {
  content: '';
  position: absolute;
  height: 2px;
  width: 14px;
  top: 56%;
  right: 22%;
  margin-top: -2px;
  background: #8f9192;
}
#join .cover-big-content .close-btn .icon::after {
  transform: rotate(-45deg);
}
#join .cover-big-content .close-btn .icon::before {
  transform: rotate(45deg);
}
#join .cover-big-content .video-big {
  width: 1200px;
  border-radius: 10px;
  object-fit: cover;
  background: #000;
}
.swiper-container {
  max-height: 300px;
}
.swiper-slide {
  height: auto !important;
}
::-webkit-scrollbar {
  width: 0px;
  height: 4px;
  background-color: #eef2f5;
}
::-webkit-scrollbar-thumb {
  background: #dee4ea;
  border-radius: 6px;
}
::-webkit-scrollbar-button {
  height: 0;
  color: #999999;
  background: #eeeeee;
}
