@charset "utf-8";

/* ===================首页样式========================== */

/* banner */

.banner {

  position: relative;

}

.banner .bg {
  display: block;
  margin: 0 auto;
  height: 648px;
  width: 100%;
}

.banner .content {

  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

  display: flex;

  align-items: center;

}

.banner .content .title {

  line-height: 70px;

  color: #00274c;

}

.banner .content .title span {

  font-family: 微软雅黑;

}

.banner .content .desc {

  font-family: Poppins Light;

  font-weight: lighter;

  font-size: 20px;

  line-height: 30px;

  max-width: 790px;

  margin-top: 20px;

}

.cards li:nth-child(2n-1) {

  width: 23%;

  text-align: center;

  padding: 40px 12px 36px;

  background: linear-gradient(180deg, #caeeff 0%, #FFFFFF 70%, #FFF 100%);
  ;

  box-shadow: 3px 8px 9px 0px rgba(0, 0, 0, 0.05);

  border-radius: 14px;

  position: relative;

}

.cards li:nth-child(2n) {

  width: 23%;

  text-align: center;

  padding: 40px 12px 36px;

  background: linear-gradient(180deg, #e9ffe1 0%, #FFFFFF 70%, #FFF 100%);
  ;

  box-shadow: 3px 8px 9px 0px rgba(0, 0, 0, 0.05);

  border-radius: 14px;

  position: relative;

}

.cards li .icon img {

  object-fit: contain;

}

.cards li:nth-child(2n):hover {
  box-shadow: 0 2px 2px #5acb33;
}

.cards li:nth-child(2n-1):hover {
  box-shadow: 0 2px 2px #1fb8fe;
}

.cards li:nth-child(2n):after {

  content: "";

  width: 100%;

  height: 100%;

  position: absolute;

  left: 0;

  top: 0;

  border-radius: 14px;

  border: 2px solid #5acb33;

  opacity: 0;

  transition: all 0.4s ease;

  pointer-events: none;

}

.cards li:nth-child(2n-1):after {

  content: "";

  width: 100%;

  height: 100%;

  position: absolute;

  left: 0;

  top: 0;

  border-radius: 14px;

  border: 2px solid #1fb8fe;

  opacity: 0;

  transition: all 0.4s ease;

  pointer-events: none;

}


.cards li:hover:after {

  opacity: 1;

}

.cards li:hover .icon img {

  transform: scaleX(-1);

}

.cards .icon {

  height: 80px;

  display: flex;

  justify-content: center;

  align-items: center;

}

.cards .icon img {

  display: block;

  transform: scaleX(1);

  transition: transform .3s;

}

.cards .title {

  font-size: 25px;

  font-family: 微软雅黑;

  color: #262b2a;

  line-height: 28px;

  height: 56px;

  display: flex;

  flex-direction: column;

  justify-content: center;

  margin-top: 15px;

}

.cards .title span {

  display: block;

}

.cards .desc {

  font-size: 16px;

  font-family: 微软雅黑;

  color: #646666;

  line-height: 29px;

  margin-top: 15px;

}

.cellText {

  /* background-color: #f4f6f8;*/
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;

}

.cellText .com-tit {

  text-align: left;

  max-width: 800px;

  color: #fff;

}

.cellText .text {

  font-size: 17px;

  line-height: 29px;

  color: #fff;

  max-width: 700px;

}

.mission .blk .lft {

  width: 64%;

  align-content: space-between;

}

.mission .blk .lft .item {

  position: relative;

  width: 49.8%;

  background: #FFFFFF;

  box-shadow: 0px 0px 5px 0px #1fb8fe;

  border-radius: 13px;

  height: 47.8%;

  padding: 56px 30px;

  transform: translate(0, 0);

  transition: box-shadow .3s, transform .3s;

}

.mission .blk .lft .item:hover {

  transform: translate(0, -5px);

  box-shadow: 1px 1px 5px 0px #1fb8fe;

}

.mission .blk .rgt:hover {

  transform: translate(0, -5px);

  box-shadow: 10px 10px 9px 0px rgba(0, 0, 0, 0.1);

}

.mission .blk .lft .item:hover .icon {

  transform: scaleX(-1);

}

.mission .blk .lft .item:nth-child(even) {

  width: 47%;

}

.mission .blk .lft .item .icon {

  position: absolute;

  right: 34px;

  top: 34px;

  transform: scaleX(1);

  transition: transform .3s;

}

.mission .blk .lft .item .title {

  font-size: 24px;

  line-height: 29px;

  font-family: 微软雅黑;

  text-align: center;

  margin-top: 15px;

  color: #262b2a;

}

.mission .blk .lft .item .text {

  font-size: 18px;

  color: #646666;

  line-height: 29px;

  margin-top: 10px;

  text-align: center;

  justify-content: center;

}

.mission .blk .rgt {

  width: 34%;

  transform: translate(0, 0);

  box-shadow: 10px 10px 9px 0px rgba(0, 0, 0, 0.02);

  border-radius: 13px;

  overflow: hidden;

  transition: box-shadow .3s, transform .3s;

}

.mission .font-big {

  position: absolute;

  left: 50%;

  bottom: 0;

  transform: translateX(-50%);

  z-index: -1;

}

.index-banner {
  position: relative;
}

.index-banner:after {
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  /* background-image: linear-gradient(to top, #f6f6f8, transparent); */
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 0;
}

.index-banner .video {
  width: 100%;
}

.index-banner .video video {
  width: 100%;
  vertical-align: middle;
}

.index-banner .swiper-slide {
  position: relative;
}

.index-banner .banner-info {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
}

.index-banner .banner-info .text1 {
  font-size: 2.5rem;
  line-height: 1;
  color: #090E4F;
}

.index-banner .banner-info .text2 {
  font-size: 2.5rem;
  line-height: 1.5;
  font-weight: 700;
  color: #090E4F;
  margin-top: 1rem;
}

.index-banner .banner-info .more-btn {
  border-radius: 0.07rem;
  border: 1px solid #979797;
  color: #333;
  width: 2.67rem;
  height: 0.83rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.5rem;
  font-size: 0.27rem;
  position: relative;
  overflow: hidden;
  transition: color 0.4s;
  margin-bottom: 1.83rem;

  transition: all 0.4s;
}

.index-banner .banner-info .more-btn span {
  display: block;
  position: relative;
  z-index: 2;
  line-height: 1;
}

.index-banner .banner-info .more-btn:hover {
  color: #fff;
  background-color: #18D0C8;
  border-color: #18D0C8;
  box-shadow: 0.13rem 0.17rem 0.2rem 0rem rgba(158, 184, 230, 0.19);
}

.index-banner .banner-info .more-btn:hover:after {
  visibility: visible;
  opacity: 1;
}

.index-banner .swiper-button-prev,
.index-banner .swiper-button-next {
  width: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.5rem;
  color: #fff;
  z-index: 9;
  cursor: pointer;
  outline: none;
  margin: 0;
  background-color: #18D0C8;
  padding: 0.67rem 0.33rem;
}

.index-banner .swiper-button-prev:after,
.index-banner .swiper-button-next:after {
  font-size: 0.33rem;
}

.index-banner .swiper-button-prev {
  left: 1.64rem;
  transform: translateY(-50%);
}

.index-banner .swiper-button-next {
  right: 1.64rem;
}

.index-banner .banner-info {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 32%;
  transform: translate(-50%, -50%);
  z-index: 99;
}

.mxw-box {
  width: 490px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.research-icon {
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}


/* 专家与论坛 */
.expert .list {
  display: flex;
  flex-wrap: wrap;
}

.expert .list-li {
  margin-top: -1px;
  margin-left: -1px;
  width: 50%;
}

.expert .list-li .border {
  display: block;
  position: relative;
  height: 100%;
  padding: 55px 33px 45px;
  border: 1.9px solid #1fb8fe
}

.expert .list-li:nth-child(1) {
  background: linear-gradient(to right, #fff 40%, #e9ffe1);
}

.expert .list-li:nth-child(2) {
  background: linear-gradient(to right, #fff 40%, #caeeff);
}

.expert .list-li:nth-child(3) {
  background: linear-gradient(to right, #fff 40%, #caeeff);
}

.expert .list-li:nth-child(4) {
  background: linear-gradient(to right, #fff 40%, #e9ffe1);
}


.expert .list-li .bg-img {
  display: block;
  position: absolute;
  right: 57px;
  top: 85px;
  width: 100px;
  height: 100%;
  pointer-events: none;
}

.expert .list-li .bg-img img {
  display: block;
  margin: 0 auto;
}

.expert .list-li .li-title {
  position: relative;
  font-size: 28px;
  font-weight: bold;
  line-height: 36px;
  color: #262b2a;
  font-family: 微软雅黑;
}

.expert .list-li .des {
  margin-top: 18px;
  position: relative;
  width: 400px;
  max-width: 100%;
  font-size: 18px;
  font-family: 微软雅黑;
  line-height: 22px;
  color: #646666;
}

.expert .list-li .more {
  display: inline-block;
  vertical-align: top;
  margin-top: 20px;
  position: relative;
  border-radius: 22px;
  border: 1px solid #1fb8fe;
  padding: 0 2.8em;
  font-size: 14px;
  line-height: 42px;
  color: #646666;
  transition: all 0.3s;
}

/* 会员服务 */
.member {
  padding-bottom: 125px;
}

.member .member-title {
  text-align: center;
  color: #262b2a;
  font-family: 微软雅黑;
  font-size: 44px;
}
.member .process-list {
  display: flex;
  justify-content: space-between;
  padding-top: 75px;
}
.member .process-list .list-wid {
  flex-shrink: 0;
}
.member .process-list .list-wid:hover .img-con {
  transform: scaleX(-1);
}
.member .process-list .list-wid .txt .num {
  font-size: 24px;
  font-family: DIN-Bold, DIN;
  font-weight: bold;
  line-height: 22px;
  color: #333333;
}
.member .process-list .list-wid .txt .title {
  font-family: 微软雅黑;
  font-size: 32px;
  line-height: 30px;
  color: #262b2a;
}
.member .process-list .list-wid .img-con {
  display: inline-block;
  margin-top: 22px;
  vertical-align: top;
  border-radius: 50%;
  transform: scaleX(1);
  transition: transform 0.3s;
}
.member .process-list .list-wid .img-con img {
  display: block;
  border-radius: 50%;
}
.member .process-list .list-jt {
  width: 80px;
  padding-top: 95px;
}
.member .process-list .list-jt.list-jt1 .line-jt {
  width: 120%;
}
.member .process-list .list-jt.list-jt2 .line-jt {
  margin-left: -25%;
  width: 130%;
}
.member .process-list .list-jt.list-jt3 .line-jt {
  margin-left: -5%;
  width: 120%;
}
.member .process-list .list-jt .line-jt {
  display: flex;
  align-items: center;
  width: 120%;
}
.member .process-list .list-jt .line {
  position: relative;
  width: 100%;
  height: 4px;
}
.member .process-list .list-jt .line::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -16px;
  border-radius: 2px;
  width: calc(100% + 15px);
  height: 100%;
  background: #1fb8fe;
}
.member .process-list .list-jt .jt {
  position: relative;
  z-index: 2;
  flex-shrink: 0;
  width: 22px;
  height: 26px;
}

/* 全球医疗创新贡献奖 */

.award .award-title {
  color: #262b2a;
}

.award .award-des {
  color: #646666;
}

.award .award-btn {
  background: #1fb8fe;
  color: #fff;
}



/* 新闻与公告 */
.news {
  overflow: hidden;
}

.news .news-topmenu {
    font-family: 微软雅黑;
    font-size: 44px;
}

.news .news-menu {
    text-align: right;
    margin-top: -30px;
}

.news .news-menu a {
    font-size: 22px;
    margin: 0 15px;
}

.news ul li {
  float: left;
  width: 69.166%;
  overflow: hidden;
}
.news ul li:nth-child(2) {
  width: 29.166%;
  float: right;
}
.news ul li:nth-child(2) .boxs {
  margin-bottom: 6%;
}
.news ul li:nth-child(2) .txts {
  align-items: flex-end;
}
.news ul li:nth-child(2) .txts .h3 {
  margin-bottom: 17px;
  line-height: 31px;
  height: 62px;
}
.news ul li a {
  color: #ffffff;
}
.news ul li .boxs {
  overflow: hidden;
  border-radius: 17px;
  position: relative;
}
.news ul li .boxs:hover .imgs img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.news ul li .boxs:hover .txts {
  background-color: rgba(0, 0, 0, 0);
}
.news ul li .imgs {
  overflow: hidden;
}
.news ul li .imgs img {
  display: block;
  width: 100%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.news ul li .txts {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 1px solid #979797;
  background-color: rgba(0, 0, 0, 0.4);
  transition: all 0.3s;
  justify-content: left;
  display: flex;
  border-radius: 17px;
}
.news ul li .txts .cons {
  width: 94%;
  margin: 0 auto;
  overflow: hidden;
}
.news ul li .txts .h3 {
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news ul li .txts .p {
  max-width: 550px;
  overflow: hidden;
  font-size: 14px;
  line-height: 30px;
  height: 90px;
  margin-top: 5px;
}
.news ul li:nth-child(1) .txts {
  align-items: center;
}
.news ul li:nth-child(1) .txts .h3 {
  line-height: 46px;
  height: 92px;
  max-width: 490px;
}