@font-face {
  font-family: 'Roboto';
  src: url('../../css/fonts/Roboto/Roboto-Black-1.ttf') format('truetype');
}

@font-face {
  font-family: 'Alimama ShuHeiTi';
  src: url('../../css/fonts/AlimamaShuHeiTi/AlimamaShuHeiTi-Bold.ttf') format('truetype');
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Source Han Sans CN';
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

.main-bg1 {
  background-color: #fff;
  padding: 40px 0 60px 0;
}

.main-bg2 {
  background-color: #F3F4F9;
  padding: 40px 0 60px 0;
}

.main-container {
  width: 1200px;
  margin: 0 auto;
}

.main-title {
  position: relative;
  text-align: center;
  overflow: hidden;
}

.main-title-text {
  display: inline-block;
  position: relative;
  font-size: 36px;
  line-height: 50px;
  color: #333;
  font-family: 'Alimama ShuHeiTi';
  font-weight: bold;
  max-width: 80%;
}

.main-title-text::before {
  position: absolute;
  left: -216px;
  top: 17px;
  content: '';
  width: 200px;
  height: 3px;
  background: url(../images/title-left.png) no-repeat center center;
}

.main-title-text::after {
  position: absolute;
  right: -216px;
  top: 17px;
  content: '';
  width: 200px;
  height: 3px;
  background: url(../images/title-right.png) no-repeat center center;
}

.main-title-en {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  font-weight: 600;
  line-height: 20px;
  font-size: 32px;
  color: rgba(23, 100, 206, 0.08);
  font-family: 'Roboto';
}

.alliance-content {
  padding-right: 560px;
  background: url(../images/alliance-bg.png) no-repeat right center;
  padding-top: 48px;
}

.alliance-title {
  border-bottom: 1px solid #CBD0D7;
  height: 56px;
  margin-bottom: 28px;
}

.alliance-title-main-text {
  font-size: 28px;
  line-height: 40px;
  font-weight: bold;
  color: #333;
  padding-bottom: 16px;
  border-bottom: 1px solid #1764CE;
  letter-spacing: 0.8px;
  margin-right: 8px;
}

.alliance-minor-title-text {
  font-size: 20px;
  line-height: 20px;
  color: #999;
  font-family: 'Roboto';
  font-weight: 300;
}

.alliance-content-text {
  font-size: 16px;
  line-height: 28px;
  color: #333;
}

.alliance-content .open-detail-btn {
  margin-top: 32px;
}

.open-detail-btn {
  width: 160px;
  height: 40px;
  background: linear-gradient(90deg, #1764CE 0%, #3A85ED 100%);
  border-radius: 40px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.open-arrow {
  display: inline-block;
  width: 12px;
  height: 4px;
  background: url(../images/icon_arrow_hover.png) no-repeat center;
  background-size: 100% 100%;
  margin-left: 4px;
}

.institution-bg {
  background: url(../images/institution-bg.png) no-repeat right bottom #F3F4F9;
  padding: 40px 0 60px;
}

.institution-content {
  background: #fff;
  box-shadow: 0px 4px 28px 0px rgba(0, 73, 173, 0.04);
  border-radius: 8px;
  padding: 0 20px 20px 20px;
  margin-top: 48px;
}

.institution-hdl {
  font-size: 20px;
  line-height: 60px;
  color: #333333;
  margin-bottom: 20px;
  margin-right: 40px;
  cursor: pointer;
}

.institution-hdl.active {
  font-weight: bold;
  color: #1764CE;
  border-bottom: 3px solid #1764CE;
}

.institution-hd {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.institution-hd>p {
  width: 110px;
}

.more {
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 24px;
  color: #333;
}

.more-btn {
  padding: 8px 40px;
  background-color: #F6F7F9;
  font-size: 18px;
  line-height: 24px;
  color: #333;
  border-radius: 40px;
  display: flex;
  align-items: center;
}

.more-arrow {
  display: inline-block;
  width: 12px;
  height: 4px;
  background: url(../images/icon-more.png) no-repeat center;
  margin-left: 4px;
}

.institution-header {
  background-color: #1764CE;
  border-radius: 4px;
  display: flex;
  align-items: center;
}

.institution-header .header-item {
  display: inline-block;
  padding: 12px 16px;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
}

.institution-header .header-item:first-child {
  width: 60%;
}

.institution-header .header-item:last-child {
  width: 40%;
}

.institution-item {
  display: flex;
  align-items: center;
  border-bottom: 1px dashed #CBD0D7;
}

.institution-text {
  padding: 14px 20px;
  font-size: 16px;
  line-height: 24px;
  color: #333;
}

.institution-item .institution-text:first-child {
  width: 60%;
}

.institution-item .institution-text:last-child {
  width: 40%;
}

.institution-item a:hover {
  color: #1764CE;
}

.talents-content {
  margin-bottom: 40px;
  margin-top: 48px;
}

.talents-hd {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 612px;
  height: 68px;
  padding: 6px;
  border-radius: 40px;
  background: rgba(23, 100, 206, 0.1);
  margin: 0 auto;
  margin-bottom: 40px;
}

.talents-hdl {
  font-size: 20px;
  line-height: 52px;
  color: #354E7B;
  text-align: center;
  width: 50%;
  height: 100%;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.talents-hdl.active {
  position: relative;
  background: linear-gradient(135deg, #71ADFF 0%, #1764CE 100%);
  border-radius: 50px;
  font-weight: bold;
  color: #fff;
  z-index: 1;
}

.talents-hdl.active::after {
  position: absolute;
  left: 50%;
  bottom: -5px;
  content: '';
  width: 16px;
  height: 7px;
  background: url(../images/icon-vector1.png) no-repeat center;
  z-index: 0;
}

.talents-hdl.active::before {
  position: absolute;
  left: 48.5%;
  bottom: -11px;
  content: '';
  width: 26px;
  height: 10px;
  background: url(../images/icon-vector2.png) no-repeat center;
  z-index: 0;
}

.talents-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -24px 0 0;
}

.talents-item {
  position: relative;
  width: 384px;
  height: 236px;
  margin: 42px 24px 0 0;
  padding: 20px;
  background-color: #F6F7F9;
  border-radius: 8px;
  cursor: pointer;
}

.talent-head-icon {
  position: absolute;
  top: -42px;
  right: 20px;
  border-radius: 50%;
  width: 110px;
  height: 110px;
  border: 1px solid #FFFFFF;
}

.talent-head-icon img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.talent-name {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  color: #333;
  margin-bottom: 28px;
}

.talent-introduce {
  font-size: 16px;
  line-height: 24px;
  color: #666;
  height: 72px;
}

.talent-detail-arrow {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
  color: #1764CE;
  margin-top: 20px;
}

.talent-detail-arrow-icon {
  display: inline-block;
  width: 12px;
  height: 4px;
  background: url(../images/icon-more-blue.png) no-repeat center;
  margin-left: 4px;
}

.talents-item:hover {
  background-color: #1764CE;
}

.talents-item:hover .talent-name,
.talents-item:hover .talent-introduce,
.talents-item:hover .talent-detail-arrow {
  color: #fff;
}

.talents-item:hover .talent-detail-arrow-icon {
  background: url(../images/icon_arrow_hover.png) no-repeat center;
  background-size: 100% 100%;
}

.chain-point-content {
  width: 938px;
  padding: 20px 430px 35px 28px;
  margin-right: 262px;
  margin-top: 65px;
  background-color: #fff;
}

.chain-point-title {
  margin-bottom: 40px;
}

.chainpoint-main-title {
  font-size: 28px;
  line-height: 40px;
  color: #333;
  font-weight: bold;
  margin-right: 8px;
  padding-bottom: 16px;
  border-bottom: 1px solid #1764CE;
}

.chainpoint-minor-title {
  font-size: 20px;
  line-height: 20px;
  color: #999;
  font-weight: 300;
}

.chain-point-content-text {
  font-size: 16px;
  line-height: 28px;
  color: #333;
}

.chain-point-content-box {
  position: relative;
}

.chain-point-content-box .open-detail-btn {
  margin-top: 40px;
}

.chain-point-img {
  position: absolute;
  top: 0;
  right: -692px;
  width: 644px;
  height: 278px;
}

.chain-point-img img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

.slide-bg {
  background: url(../images/slide-bg.png) no-repeat center;
}

.case-content {
  margin-bottom: 40px;
  margin-top: 48px;
}

.case-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -20px -20px 0;
}

.case-item {
  width: 386px;
  height: 148px;
  margin-right: 20px;
  margin-bottom: 20px;
}

.case-item a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 28px 20px 26px 20px;
  border-radius: 8px;
  background: #F6F7F9 url(../images/quotes-icon.png) no-repeat right 20px top 20px;
}

.case-item a:hover {
  background: #1764CE url(../images/quotes-icon.png) no-repeat right 20px top 20px;
  background-blend-mode: color-burn;
}

.case-date {
  font-size: 16px;
  line-height: 24px;
  color: #666;
  margin-bottom: 22px;
}

.case-title {
  font-size: 18px;
  line-height: 24px;
  color: #333;
  height: 48px;
}

.case-item a:hover .case-date,
.case-item a:hover .case-title {
  color: #fff;
}

.swiper-box {
  height: 320px;
}

.my-swiper {
  height: 100%;
  overflow: hidden;
}

.my-swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.slide-btn {
  padding: 8px 40px;
  border: 1px solid #FFFFFF;
  backdrop-filter: blur(20px);
  background: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  line-height: 24px;
  color: #1764CE;
  margin-top: 30px;
  border-radius: 40px;
  display: flex;
  align-items: center;
}

.slide-arrow {
  display: inline-block;
  width: 12px;
  height: 4px;
  background: url(../images/icon-more-blue.png) no-repeat center;
  margin-left: 4px;
}

.my-swiper-perv,
.point-swiper-perv {
  background: url(../images/icon-swiper-perv.png) no-repeat center rgba(255, 255, 255, 0.08);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 0.2);
}

.point-swiper-perv {
  left: 175px;
}

.my-swiper-next,
.point-swiper-next  {
  background: url(../images/icon-swiper-next.png) no-repeat center rgba(255, 255, 255, 0.08);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 0.2);
}

point-swiper-next {
  right: 175px;
}

.point-detail-pup {
  padding: 25px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: none;
}

.point-detail-pup.active {
  display: block;
}

.point-detail-content {
  width: 1150px;
  height: 870px;
  margin: 0 auto;
  background: #ccc;
  margin-top: 80px;
}

.point-content-swiper {
  width: 100%;
  height: 100%;
}

.point-swiper {
  height: 100%;
  overflow: hidden;
}

point-swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.point-swiper img {
  max-width: 100%;
  height: 100%;
  width: auto;

  position: absolute;
  top: 0;
  left: 30%;
  transform: scale(1);
  /* transition: transform 0.2s ease; */
  cursor: grab;
}

.point-swiper img.grabbing {
  cursor: grabbing;
}

.pup-close {
  float: right;
  display: inline-block;
  width: 29px;
  height: 29px;
  background: url(/images/close-icon.png) no-repeat;
  cursor: pointer;
}

.point-bottom-btn-group {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 28px;
}

.point-btn {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  margin-right: 21px;
  cursor: pointer;
  border: none;
}

.magnify-btn {
  background: #D9D9D9 url(/images/magnify-icon.png) no-repeat center;
}

.lessen-btn {
  background: #D9D9D9 url(/images/lessen-icon.png) no-repeat center;
}

.download-btn {
  background: #D9D9D9 url(/images/download-icon.png) no-repeat center;
}

.body-fixed {
  overflow: hidden;
  height: 100vh;
}

.flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.hidden{
  display: none;
}
.open-detail-btn>a {
  color:inherit;
}

/* 1500ä»¥ä¸‹ */

@media(max-width:1499px) {}

/* å°å±å¹• */

@media(max-width:1199px) {
  .main-container {
    width: 100%;
    overflow: hidden;
  }
}

/* pad */

@media(max-width:979px) {
  .main-container {
    width: 100%;
  }

  .institution-hd {
    flex-wrap: wrap;
  }

  .institution-hdl {
    margin-right: 0;
    width: 50%;
    text-align: center;
  }

  .main-title-text::before {
    width: 50px;
    left: -56px
  }

  .main-title-text::after {
    width: 50px;
    right: -56px;
  }

  .alliance-content {
    padding: 20px;
    background: #fff;
  }

  .talents-hd {
    width: 100%;
  }

  .chain-point-content {
    width: 100%;
    margin-right: 0;
    padding: 20px;
  }

  .chain-point-img {
    position: unset;
    width: 100%;
    height: calc((100% * 3)/7);
  }

  .my-swiper .swiper-slide img {
    width: 80%;
  }

  .talents-item {
    width: 100%;
  }

  .talents-item,
  .case-item {
    margin-right: 0;
  }

  .institution-hd {
    flex-wrap: wrap;
  }

  .institution-hd>div {
    width: 100%
  }
  
  .institution-hdl {
    margin-right: 0;
    width: 50%;
    text-align: center;
  }

  .institution-hd>p {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
    font-size: 18px;
    line-height: 24px;
    color: #333;
    margin-bottom: 10px;
  }

    .institution-hd>p>a {
        text-align: left;
        margin-right: 30px;
    }
}

/* phone */

@media(max-width:767px) {
  .main-container {
    width: 100%;
  }

  .main-title-text::before {
    width: 50px;
    left: -56px
  }

  .main-title-text::after {
    width: 50px;
    right: -56px;
  }

  .alliance-content {
    padding: 20px;
    background: #fff;
  }

  .talents-hd {
    width: 100%;
  }

  .chain-point-content {
    width: 100%;
    margin-right: 0;
    padding: 20px;
  }

  .chain-point-img {
    position: unset;
    width: 100%;
    height: calc((100% * 3)/7);
  }

  .my-swiper .swiper-slide img {
    width: 80%;
  }

  .talents-item {
    width: calc(100% - 20px);
  }

  .talents-item,
  .case-item {
    margin-right: 0;
  }

  .institution-hd {
    flex-wrap: wrap;
  }

  .institution-hd>div {
    width: 100%
  }
  
  .institution-hdl {
    margin-right: 0;
    width: 50%;
    text-align: center;
  }

  .institution-hd>p {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
    font-size: 18px;
    line-height: 24px;
    color: #333;
    margin-bottom: 10px;
  }

  .institution-hd>p>a {
      text-align: left;
      margin-right: 30px;
  }

  .open-detail-btn {
      margin-bottom: 40px;
      float: right;
  }
  
  
}