@keyframes bb {
  0% {
    transform: translate(0, 0);
    opacity: 0.2;
  }
  20% {
    transform: translate(0, 3px);
    opacity: 1;
  }
  80% {
    transform: translate(0, 10px);
    opacity: 1;
  }
  90% {
    transform: translate(0, 10px);
    opacity: 0.2;
  }
  100% {
    transform: translate(0, 10px);
    opacity: 0.2;
  }
}
@keyframes xuanzhuan {
  0% {
    transform: rotateY(0);
  }
  25% {
    transform: rotateY(90deg);
  }
  50% {
    transform: rotateY(180deg);
  }
  75% {
    transform: rotateY(270deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
.x_gd {
  position: relative;
  z-index: 2;
}
.x_gd .x_gg {
  display: block;
  width: 100%;
  margin-top: -20rem;
}
.x_gd_down {
  position: absolute;
  top: 8rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  animation: bb 2.5s linear 0s infinite;
}
.x_gd_up {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -4rem;
}
.swiper img {
  display: block;
  width: 100%;
}
.swiper .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper .swiper-horizontal > .swiper-pagination-bullets,
.swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper .swiper-pagination-custom,
.swiper .swiper-pagination-fraction {
  bottom: 3rem;
}
.x_white {
  position: relative;
}
.x_white .x_title {
  margin: 0;
  text-align: center;
  font-size: 5rem;
  padding: 6rem;
  height: auto;
}
.x_white img {
  display: block;
  width: 100%;
}
.x_white .x_team {
  width: 172.4rem;
  margin: -30rem auto 2rem auto;
  position: relative;
  padding-bottom: 4rem;
}
.x_white .x_team_des {
  width: 32rem;
  margin-right: 3rem;
  background: #fff;
  border-radius: 2rem;
  text-align: center;
  position: relative;
  box-shadow: 3px 9px 16px rgba(0, 0, 0, 0.2);
}
.x_white .x_team_des .headImg {
  width: 24rem;
  margin: 4rem auto;
}
.x_white .x_team_des .name {
  font-weight: bold;
  margin-bottom: 1rem;
  font-size: 2.4rem;
}
.x_white .x_team_des .career {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
.x_white .x_team_des a {
  color: #333;
}
.x_white .x_team_des:hover img {
  opacity: 0.8;
}
.x_white .x_team_des:hover .x_team_more img {
  animation: bb 1.5s linear 0s infinite;
}
.x_white .x_team_more {
  border-radius: 2rem;
  text-align: left;
  padding: 0 3rem 3rem;
}
.x_white .x_team_more img {
  width: auto;
  margin: 0 auto 2rem;
}
.x_white .x_team_more p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  /* 定义显示的行数 */
  overflow: hidden;
  text-overflow: ellipsis;
}
.x_white .moreLink {
  font-size: 3rem;
  color: #0867a3;
  font-weight: bold;
  float: right;
  margin-right: 9.5rem;
  margin-bottom: 5rem;
}
@media (max-width: 768px) {
  .x_white .x_title {
    font-size: 16px;
  }
  .x_white .x_team {
    margin-top: -45rem;
  }
  .x_white .x_team_des {
    width: calc(50% - 15px)!important;
    padding-bottom: 20px;
  }
  .x_white .x_team_des .headImg {
    width: 120px;
  }
  .x_white .x_team_des .name {
    font-size: 14px;
  }
  .x_white .x_team_des .career {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .x_white .x_team_more {
    font-size: 12px;
    /* 定义显示的行数 */
    padding: 0 15px;
  }
  .x_white .x_team_more p {
    -webkit-line-clamp: 3;
  }
  .x_white .moreLink {
    font-size: 14px;
  }
}
.x_keshi {
  background: url("../upload/index/beijing1.jpg") no-repeat;
  background-size: cover;
  height: 102.4rem;
}
.x_keshi .x_title {
  display: block;
  text-align: left;
  padding: 0;
  padding-left: 2rem;
  position: relative;
  color: #fff;
  font-size: 5rem;
}
.x_keshi .x_title span {
  display: block;
}
.x_keshi .x_title span.x_en {
  padding: 0;
  margin-bottom: 0.5rem;
  color: #fff;
}
.x_keshi .x_title span.x_en b {
  color: #fff;
}
.x_keshi .x_title span.x_cn:after {
  background: none;
}
.x_keshi .x_title:after {
  content: '';
  background: #fff;
  width: 0.6rem;
  border-radius: 1rem;
  left: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}
.x_keshi_grid {
  width: 139.8rem;
  margin: 0 auto;
  padding-top: 11rem;
}
.x_keshi_grid_item {
  margin-top: 11rem;
  display: flex;
  align-items: center;
}
.x_keshi_grid_item_list {
  position: relative;
  margin-right: 8.7rem;
  margin-bottom: 7.6rem;
  cursor: pointer;
}
.x_keshi_grid_item_list.active img {
  display: block;
}
.x_keshi_grid_item_list p {
  background: url("../upload/index/keshi_biao.png") no-repeat;
  background-size: contain;
  width: 21.2rem;
  padding: 0.7rem 0;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
}
.x_keshi_grid_item_list p span {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
}
.x_keshi_grid_item_list img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -7rem;
  margin: 0 auto;
  display: none;
  width: 2.9rem;
  height: 2.3rem;
}
.x_keshi_grid_item_list:hover img {
  display: block;
}
.x_keshi_detail {
  padding-bottom: 17.7rem;
  margin-top: 3.5rem;
}
.x_keshi_detail_list {
  display: none;
  width: 139.8rem;
  padding: 5rem 8.4rem 0;
  background: rgba(101, 163, 204, 0.4);
  border-radius: 3rem;
  border: 2px solid rgba(255, 255, 255, 0.4);
  flex-wrap: wrap;
  justify-content: flex-start;
}
.x_keshi_detail_list.active {
  display: flex;
}
.x_keshi_detail_list a {
  position: relative;
  font-size: 2.2rem;
  margin-bottom: 5rem;
  width: 20%;
  color: #fff;
}
.x_keshi_detail_list a span {
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #fff;
}
@media (max-width: 768px) {
  .x_keshi {
    height: auto;
  }
  .x_keshi_grid_item_list p {
    width: 65px;
    background-size: contain;
    font-size: 11px;
    padding: 3px 0;
  }
  .x_keshi_detail a {
    width: 50%;
    font-size: 12px;
  }
}
.x_shebei {
  background: url("../upload/index/beijing2.jpg") no-repeat;
  background-size: cover;
}
.x_shebei_list {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 156.6rem;
  padding-top: 11.5rem;
  padding-bottom: 17.6rem;
  margin: 0 auto;
  flex-wrap: wrap;
}
.x_shebei_list a {
  width: 25%;
  display: block;
}
.x_shebei_list a:hover {
  opacity: 0.8;
}
.x_shebei_list_title {
  width: 50% !important;
}
.x_shebei_list .x_title {
  font-size: 5rem;
  font-weight: bold;
  height: auto;
  padding: 0;
  text-align: left;
  display: block;
  margin-bottom: 14.4rem;
}
.x_shebei_list .x_title .x_cn {
  padding: 0;
  margin-bottom: 3rem;
  position: relative;
  display: block;
}
.x_shebei_list .x_title .x_cn:after {
  background: none;
}
.x_shebei_list .x_title .x_en {
  padding-top: 0;
  font-weight: normal;
  padding-left: 3.5rem;
  position: relative;
  color: #999;
}
.x_shebei_list .x_title .x_en:after {
  content: '';
  background: #0867a3;
  width: 0.6rem;
  border-radius: 1rem;
  left: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}
.x_shebei_list .x_title .x_en b {
  color: #0867a3;
}
.x_shebei_list .x_foot_title {
  width: 50%;
  height: 28.3rem;
  background: #055882;
  color: #fff;
  border-bottom-right-radius: 40rem;
  line-height: 28.2rem;
  font-size: 5.6rem;
  padding-left: 9.7rem;
}
.x_zhinan {
  background: url("../upload/index/beijing3.jpg") no-repeat;
  background-size: cover;
  height: 121.3rem;
}
.x_zhinan .x_title {
  display: block;
  text-align: left;
  height: auto;
  width: 70rem;
  padding: 0;
  padding-left: 2rem;
  margin: 0 auto;
  position: relative;
}
.x_zhinan .x_title span {
  display: block;
  color: #fff;
}
.x_zhinan .x_title span.x_en {
  color: #fff;
  padding: 0;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  position: relative;
}
.x_zhinan .x_title span.x_en:after {
  content: '';
  background: #fff;
  width: 10rem;
  height: 6px;
  border-radius: 1rem;
  left: 0;
  bottom: 0;
  position: absolute;
}
.x_zhinan .x_title span.x_en b {
  color: #fff;
  display: block;
}
.x_zhinan .x_title span.x_cn:after {
  background: none;
}
.x_zhinan_list {
  padding-top: 11.5rem;
  width: 140.3rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
}
.x_zhinan_list a {
  display: block;
  width: 35rem;
  position: relative;
}
.x_zhinan_list a img {
  width: 100%;
}
.x_zhinan_list a p {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 7rem;
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
}
.x_zhinan_list a p span {
  font-size: 1.8rem;
  font-weight: normal;
  display: block;
}
.x_zhinan_list a:hover img {
  animation: xuanzhuan 0.5s linear 0s;
}
.x_zhinan_list a:nth-of-type(1) {
  margin-right: 35rem;
}
.x_zhinan_list a:nth-of-type(1) p,
.x_zhinan_list a:nth-of-type(5) p,
.x_zhinan_list a:nth-of-type(6) p,
.x_zhinan_list a:nth-of-type(7) p {
  color: #181818;
}
.x_zhinan_list a:nth-of-type(1) p span,
.x_zhinan_list a:nth-of-type(5) p span,
.x_zhinan_list a:nth-of-type(6) p span,
.x_zhinan_list a:nth-of-type(7) p span {
  color: #666;
}
@media (max-width: 768px) {
  .x_zhinan_list a p {
    font-size: 11px;
    bottom: 5px;
  }
  .x_zhinan_list a p span {
    font-size: 6px;
  }
}
.x_news {
  background: url("../upload/index/beijing4.jpg") no-repeat;
  background-size: cover;
  padding-bottom: 20rem;
}
.x_news .x_title {
  padding: 12rem 0 11rem;
}
.x_news_list {
  width: 163.9rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.x_news_list a {
  border-radius: 3rem;
  width: 37.6rem;
  background: #fff;
  transition: all 0.3s;
}
.x_news_list a img {
  /* height: 24.8rem; */
  object-fit: cover;
  border-top-left-radius: 3rem;
  border-top-right-radius: 3rem;
  display: block;
  margin: 0 auto;
}
.x_news_list a .x_news_list_date {
  font-size: 1.6rem;
  color: #333;
}
.x_news_list a .x_news_list_content {
  background: #fff;
  padding: 3rem 2rem;
  border-bottom-left-radius: 3rem;
  border-bottom-right-radius: 3rem;
}
.x_news_list a .x_news_list_content .x_news_list_title {
  font-size: 2.2rem;
  color: #333;
  font-weight: bold;
  margin-bottom: 3rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.x_news_list a .x_news_list_content .x_news_list_desc {
  margin-bottom: 4.6rem;
  line-height: 3rem;
  font-size: 1.8rem;
  color: #333;
}
.x_news_list a .x_news_list_content .x_news_list_more {
  color: #055882;
  font-size: 1.8rem;
  text-align: right;
  margin-top: 2rem;
}
.x_news_list a:hover {
  margin-top: -2.5rem;
}
.x_news_list a:hover .x_news_list_title {
  color: #0867a3;
}
@media (max-width: 768px) {
  .x_news_list a {
    width: 48%;
    margin-bottom: 15px;
  }
  .x_news_list a img {
    height: unset;
  }
  .x_news_list a .x_news_list_date {
    font-size: 12px;
  }
  .x_news_list a .x_news_list_content .x_news_list_title {
    font-size: 14px;
  }
  .x_news_list a .x_news_list_content .x_news_list_desc {
    line-height: 22px;
    font-size: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* 定义显示的行数 */
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .x_news_list a .x_news_list_content .x_news_list_more {
    font-size: 12px;
    text-align: right;
  }
}
.x_hezuo {
  background: url("../upload/index/beijing5.jpg") no-repeat;
  background-size: cover;
  padding-bottom: 21rem;
}
.x_hezuo .x_title {
  padding: 11.5rem 0 9rem;
  height: auto;
}
.x_hezuo_list {
  width: 141.1rem;
  margin: 0 auto;
  display: flex;
  /* justify-content: space-between; */
  gap: 10px;
  flex-wrap: wrap;
}
.x_hezuo_list a {
  width: 26.5rem;
}
.x_hezuo_list a img {
  height: 7.7rem;
  object-fit: contain;
  display: block;
  margin: 0 auto;
  width: 100%;
}
.x_hezuo_list a:hover {
  opacity: 0.8;
}
/*# sourceMappingURL=index.css.map */