body {
  position: relative;
  background-color: #edf5ff;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
/* 隐藏滚动条 */
body::-webkit-scrollbar {
  display: none;
}
ul,li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.left-aligned {
  margin-left: auto;
}
.bg-nav-dark {
  background-color: #063154;
}
.bg-hero {
  position: relative;
  /* min-height: 100vh; */
}
.bg-hero-container,.bg-hero-container .align-items-center,.align-items-img{
  max-width: 100%;
  padding: 0;
  margin: 0;
}
/* CALLOUT */
.bd-callout {
  padding: 1.25rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  border: 1px solid #e9ecef;
  border-left-width: 0.25rem;
  border-radius: 0.25rem;
}
.bd-callout h4 {
  margin-bottom: 0.25rem;
}
.bd-callout p:last-child {
  margin-bottom: 0;
}
.bd-callout code {
  border-radius: 0.25rem;
}
.bd-callout + .bd-callout {
  margin-top: -0.25rem;
}
.bd-callout-info {
  border-left-color: #5bc0de;
}
.bd-callout-warning {
  border-left-color: #f0ad4e;
}
.bd-callout-danger {
  border-left-color: #d9534f;
}
/* footer */
footer a {
  color: white;
  text-decoration: none;
}
footer a:hover {
  color: white;
  text-decoration: underline;
}
footer .col-list-logos li{
  padding:2px 5px;
  width: 14.285%;
}
footer .col-list-logos li img{
  transition: transform .2s;
}
footer .col-list-logos li img:hover {
  transform: scale(1.1);
}
footer ul li a{
  display:block;
  margin-bottom:5px;
}
footer .footer-sub-row .footer-sub-nav-col{
  width: 13.33%;
  margin-bottom: 20px;
}
footer .footer-sub-row .footer-sub-nav-col h4{
  font-size: 1.265rem;
}
footer .footer-sub-row .footer-sub-nav-col:last-child{
  width: 20%;
}
footer .social{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin:10px 0;
  flex-wrap: wrap;
}
footer .social li {
  list-style: none;
}
footer .social li a{
  font-size: 1em;
  color:azure;
  margin: 0 10px;
  display: inline-block;
  transition: 0.5s;
}
footer .social li a:hover {
  transform: translateY(-10px);
}
footer .nav-mpdel-parts {
  display: none;
}
footer .nav-mpdeling-parts {
  display: block;
}
/* footer .footer-sponsors {
  display: none;
} */
img,video {
  width: 100%;
}
.navbar-dark .navbar-toggler {
  color: rgba(255,255,255,0);
}
/* to top */
#back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  animation-duration: 0.5s;
  animation-name: fadeInRight;
  z-index: 100000;
}
#back-to-top:focus {
  box-shadow: none 
}
.btn-circle.btn-md {
  width: 50px;
  height: 50px;
  padding: 7px 10px;
  border-radius: 50%;
  font-size: 10px;
  text-align: center;
  border: none;
  outline: none;
  cursor: pointer;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s, transform 0.3s, opacity 0.3s, visibility 0.3s;
}
/* Hover effect */
.btn-circle.btn-md:hover {
  transform: scale(1.3);
}
.icon_move{
  width: 32px;
  height: 64px;
  padding: 0;
  position: absolute;
  bottom: 30%;
  left: 50%;
  transform: translateX(-50%) 
}
/* home */
#AllPage .sections.fp-auto-height,#AllPage .sections.fp-auto-height > .fp-tableCell {
  min-height: auto !important;
  height: auto !important;
}
#AllPage .page {
  padding-right: var(--bs-gutter-x,.75rem);
  padding-left: var(--bs-gutter-x,.75rem);
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}
#AllPage .contain {
  display: flex;
  direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
#AllPage .contain img{
  width: auto;
  max-width: 100%;
}
#AllPage .section-title{
  font-size: 1.6rem;
  color: white;
  text-align: center;
  padding-right: 30px;
  text-align:justify;
  margin-top: 30px;
}
#AllPage .section-line img{
  height: 100vh;
}
#AllPage .section1 .section-title{
  height:40vh;
  padding-top: 20vh;
}
/* 详情 */
.main-details{
  width: 100%;
  background: #EDF5FF;
  padding: 60px 0;
  box-sizing: border-box;
  margin-top: -3rem !important;
}
/* tabel */
.img_14{
  width: 30%;
  margin: 0 auto;
  display: block;
}
table{
  background-color: #fff;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  width: 100%;
}
table colgroup col:nth-child(1){
  width: 15% !important;
}
table colgroup col:nth-child(2){
  width: 60% !important;
}
table colgroup col:nth-child(3){
  width: 25% !important;
}
th{
  text-align: center;
  padding: 10px 5px;
  background-color: #A7C7FF;
  border-right: 1px solid #fff;
}
th:last-child{
  border-right: none;
}
tr,td{
  text-align: center;
  padding: 5px;
  border: 1px solid #A7C7FF;
}
tr td img{
  width: 90%;
  max-width: 90px;
}
.table-bodys{
  width: 100%;
  border-radius: 0;
}
.table-bodys tr td img{
  width: 100%;
  max-width: 130px;
}
.table-bodys2{
  display: none;
}
.table-bodys3 tr td{
  /* text-align: left; */
}
/* title h1 */
#Headlineh1{
  margin: 35px auto 20px;
  text-align: center;
}
/* 左边菜单 */
.side-menu{
  padding: 0 10% 0 2%;
  max-width: 400px;
  margin-left:0;
  height: 85vh;
  overflow-y: auto;
  scrollbar-width: none;
 /* 对于FireFox 64 */
  -ms-overflow-style: none;
 /* 对于IE和Edge */
}
/* 针对Webkit浏览器隐藏滚动条 */
.side-menu::-webkit-scrollbar {
  display: none;
 /* 隐藏滚动条 */
}
.side-menu p{
  padding: 0;
  margin: 0;
}
.side-menu ul li .list-group-item{
  border: none;
  background: none;
}
.side-menu ul li .list-group-item.active {
  z-index: 2;
  color: #0142D3;
  background:none;
  border-bottom: 1px solid #0142D3 !important;
}
.side-menu ul li a{
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #D6D8DE !important;
  padding: 10px 0;
  display: block;
}
.side-menu ul li a:hover{
  color: #0142D3;
  border-bottom: 1px solid #0142D3 !important;
}
.side-menu ul li ul a{
  padding-left:20px;
}
.ecib-pku-details .col-lg-8 h2{
  padding:10px 0;
  margin-top: 0px;
  -webkit-background-clip: content-box;
  background-clip: content-box;
}
.ecib-pku-details .col-lg-8 h3,.ecib-pku-details .col-lg-8 h4{
  padding:10px 0;
  line-height: 1.35;
}
.ecib-pku-details .col-lg-8 h1{
  text-align: center;
}
.human-details .ecib-pku-details .col-lg-8 ul {
  border: 1px solid #37383C;
  padding: 10px 10px;
  margin: 10px 0;
}
.human-details .ecib-pku-details .col-lg-8 a{
  word-wrap: break-word;
}
.sub-pku-img{
  max-width: 255px;
  margin: 0 auto;
  display: block;
}
.safety-details .ecib-pku-details ul li{
  border: 1px solid #B1B5BB;
  padding: 10px 20px;
  margin: 5px 0 20px;
}
.safety-details .ecib-pku-details ul li p{
  margin: 0;
}
.safety-details .ecib-pku-details ul li:hover{
  background: #e6edf7;
}
.ecib-pku-details .col-lg-8 ul li{
  list-style-type: initial;
  margin-left: 15px;
}
.ecib-pku-details .col-lg-8 ol{
  padding-left: 1rem;
}
.ecib-pku-details .col-lg-8 ol li{
  list-style-type: decimal;
}
.main-details p{
  text-align:justify;
}
.ecib-pku-details .col-lg-4 p{
  text-align: left;
}
.grid-article {
  grid-column:span 2;
  grid-row:span 1;
  width: 100%;
  text-align:center;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
}
/* parts */
.accordion-item{
  background:none;
  border-color: transparent;
}
.details-title{
  width: 100%;
  padding: 10px 0 5px 0;
  box-sizing: border-box;
  border: 1px solid #D6D8DE;
  background: rgba(255,255,255,0.5);
  cursor: pointer;
}
.details-title h6{
  display:flex;
  align-items: center;
  box-sizing: border-box;
  line-height:1.5rem;
}
.details-title a{
  background: #fff;
  color:#000;
  text-align:center;
  padding:8px 5%;
  margin-right:8%;
  transition: ease-out 0.3s;
  font-size: 16px;
  position: relative;
  z-index: 1;
  border: 1px solid #D6D8DE;
}
.details-content{
  width: 100%;
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
  border: 1px solid #D6D8DE;
}
.details-title a:hover{
  color: #fff;
  cursor:pointer;
}
.details-title a:before{
  position: absolute;
  transition: 0.5s;
  top:0;
  left: 50%;
  right:50%;
  bottom:0;
  opacity: 0;
  content: "";
  background: linear-gradient( 90deg, #00D2FF 0%, #3A7BD5 100%);
}
.details-title a:hover:before{
  transition: 0.5s all ease;
  left:0;
  right:0;
  opacity:1;
  z-index: -1;
}
.navbar{
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  transition: all 0.5s;
}
.navbar-brand img{
  max-width: 70px;
}
/* education */
.educa-photo{
  background:#fff;
  padding-bottom:15px;
  margin-bottom:15px;
}
.educa-photo h4{
  background:#D6E4FE;
  padding:10px 20px;
  margin-bottom:15px;
}
.educa-photo p{
  padding:3px 20px;
}
/* human-main */
.human-main-details{
  padding: 1rem 7.5%;
  width: 100%;
}
.human-main-details h3{
  text-align: center;
}
.human-main{
  width: 100%;
  background-color: #fff;
  padding: 2rem 7.5%;
  position: relative;
}
.human-main:nth-child(odd){
  background-color: #EDF5FF;
  flex-direction: row-reverse;
}
.human-main img{
  max-height: 393px;
}
.human-main button{
  color: #022D9A;
  background-color: #fff;
  border: 1px solid #022D9A;
  padding: 0.5rem;
}
.human-main button:hover{
  color: #fff;
  background-color: #022D9A;
}
/* team */
#teams-title{
  text-align: center;
  margin-top:20px;
}
.teams-photo {
  background: #EDF5FF;
  position: relative;
  display: block;
  margin: auto;
  margin-bottom: 35px;
  width: 94%;
  text-align: center;
  overflow: hidden;
  border-radius: 10px;
}
.teams-head{
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: #EDF5FF;
  overflow: hidden;
  margin: 15px auto;
}
.teams-name{
  height: 110px;
  background: #fff;
}
.teams-photo > .personnel, .teams-photo > .back {
  display: block;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-duration: 0.8s;
  transition-property: transform, opacity;
  color: white;
  width: 100%;
  height: 100%;
}
.teams-photo > .personnel {
  background: #fff;
  padding: 40px 15px 55px;
  position: relative;
}
.teams-photo > .back {
  border-radius: 10px;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0;
  transform: translateY(63%);
  text-align: center;
  overflow: auto;
  -ms-overflow-style: none;
 /* Internet Explorer 10+ */
  scrollbar-width: none;
 /* Firefox */
  background: #fff;
}
.teams-photo > .back > .back-text{
  height: 100%;
  padding: 0 55px;
  scrollbar-width: none;
 /* firefox */
  -ms-overflow-style: none;
 /* IE 10+ */
  overflow-x: hidden;
  overflow-y: auto;
  overflow-y: scroll;
}
.teams-photo > .back > .back-text::-webkit-scrollbar {
  display: none;
 /* Chrome Safari */
}
@keyframes slide-up {
  to {
      transform: translateY(0);
 }
}
.back::-webkit-scrollbar {
  display: none;
 /* Safari and Chrome */
}
.teams-photo:hover > .personnel {
  animation: slide-up 1s forwards;
  transform: translateY(0%);
}
.teams-photo:hover > .back {
  animation: slide-up 1s forwards;
  padding:1rem 20px;
  transform: translateY(55%);
  background: rgba(0,0,0,0.8);
}
.teams-photo:hover > .back h3{
  color: #fff;
}
.teams-photo:hover > .back p{
  display: block;
  color: #c9c9c9;
}
.teams-photo > .back h3 {
  font-size: 1.2rem;
  padding: 0.5em 0 0.5em 0;
  color: #000;
}
.teams-photo > .back p {
  font-size: 0.9125rem;
  line-height: 160%;
  color: #696C73;
  display: -webkit-box;
  -webkit-line-clamp: 3;
 /* 显示行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ecib-pku-details .col-lg-8 h2, .ecib-pku-details .col-lg-8 h3{
  padding-top: 90px;
  margin-top: -80px;
  -webkit-background-clip: content-box;
  background-clip: content-box;
}
.ecib-pku-details .col-lg-8 h2{
  padding-top: 120px;
}
#Headline1{
  padding-top: 90px;
}
/* results-details */
.results-details em{
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
}
.results-details p{
  word-wrap: break-word;
}
/* parts */
.parts-details table colgroup col:nth-child(1){
  width: 18% !important;
}
.parts-details table colgroup col:nth-child(2){
  width: 25% !important;
}
.parts-details table colgroup col:nth-child(3){
  width: 57% !important;
}
.parts-details td{
  padding:20px
}
.parts-details tr td:last-child{
  text-align: left;
}
.parts-details tr td a {
  text-decoration: none;
  border: 1px solid #5d8ad9;
  padding: 5px 20px;
}
.parts-details tr td a{
  background: #fff;
  color:#000;
  border: 1px solid #D6D8DE;
  border-radius: 3px;
}
.parts-details tr td a:hover{
  color: #0142D3;
  cursor:pointer;
  border: 1px solid #0142D3;
}

.fp-viewing-1 .bg-nav-dark,
.fp-viewing-2 .bg-nav-dark,
.fp-viewing-3 .bg-nav-dark,
.fp-viewing-4 .bg-nav-dark,
.fp-viewing-5 .bg-nav-dark,
.fp-viewing-6 .bg-nav-dark {
    background-color: #063154 !important;
}

@media (min-width: 576px) {
  #AllPage .page {
      max-width:540px;
 }
}
@media (min-width: 768px) {
  #AllPage .page {
      max-width:720px;
 }
 
}
@media (min-width: 992px) {
  #AllPage .page {
      max-width:960px 
 }
}
@media (min-width: 1200px) {
  #AllPage .page {
      max-width:1140px;
 }
}
@media (min-width: 1400px) {
  #AllPage .page {
      max-width:1320px;
 }
}
@media (max-width: 992px) {
  footer .footer-sub-row .footer-sub-nav-col{
    width: 18.5%;
  }
  footer .footer-sub-row .footer-sub-nav-col:last-child {
    width: 26%;
}
  footer .nav-mpdel-parts {
    display: block;
  }
  footer .nav-mpdeling-parts {
    display: none;
  }
}

@media (max-width: 576px) {
  body {
      background-size: cover !important;
 }
 
 .footer-sub-nav li{
    /* width: 50%; */
    font-size: 13px;
 }

footer .footer-sub-row .footer-sub-nav-col{
  width:50%;
  margin-bottom: 20px;
}
footer .footer-sub-row .footer-sub-nav-col:last-child{
  width: 100%;
}
.col-list-logos{
  margin-bottom: 1rem;
}
footer .col-list-logos li {
    width:50%;
    padding: 2px 2px;
}

 .font-small-14{
  font-size: 13px;
  margin-top: 0.8rem !important;
 }
  #AllPage .page{
      height: auto;
      padding-bottom: 10vh;
 }
  #AllPage .contain {
      /* height: auto; */
      width: 100%;
      padding: 0;
      margin: 0 auto;
      overflow: hidden;
 }
  #AllPage .section-left{
      display: none;
 }
  #AllPage .section-right{
      width: 100%;
      padding: 0;
      margin: 0 auto;
 }
  #AllPage .section-right img{
      margin-left: 5%;
      width: 110%;
      max-width: 110%;
 }
  #AllPage .section-right .section-title{
      padding:0;
      font-size: 1.35rem;
 }
  #AllPage .section1 .contain .section-right{
      padding-top: 10vh;
      display: flex;
      flex-direction: column-reverse;
 }
  #AllPage .section1 .section-right .section-title{
      height: auto;
 }
 
  .bg-hero{
      min-height: auto;
 }
  .icon_move{
      display: none;
 }
  .side-menu{
      padding: 0 2% 0 2%;
      max-width: 100%;
      margin-left:auto;
 }
 tr td img{
  max-width: 78px;
}
  table colgroup col:nth-child(1){
      width: 20% !important;
 }
  table colgroup col:nth-child(2){
      width: 55% !important;
 }
  table colgroup col:nth-child(3){
      width: 25% !important;
 }
  .table-bodys1{
      display: none;
 }
  .table-bodys2{
      display: inline-table;
 }
  th,tr,td{
      font-size: 14px;
      /* word-wrap: break-word; */
      word-break: break-all;
 }
  .parts-details table colgroup col:nth-child(1){
    width: 15% !important;
  }
  .parts-details table colgroup col:nth-child(2){
    width: 20% !important;
  }
  .parts-details table colgroup col:nth-child(3){
    width: 65% !important;
  }
  .parts-details tr,td{
    padding:15px 3px !important;
    font-size: 13px;
    word-break: break-all;
    box-sizing: border-box;
  }
  .parts-details tr td a {
    border: none;
    padding: 5px 15px;
  }
}
@media (max-width: 990px) {
  .display-4.align-text-center {
      font-size: 2rem;
 }
}
