@charset "UTF-8";
.top {
  display: block;
}

.phone {
  display: none;
}

.nbanner {
  width: 100%;
  height: 6rem;
  overflow: hidden;
  position: relative;
  z-index: -1;
}

.nbanner img {
  width: 100%;
}

.nbanner .black {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1.5rem;
  background-image: linear-gradient(to top, #1a1a33, transparent);
}

/*框架*/
.frame .nav1 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  color: #fff;
  margin-top: -.8rem;
}

.frame .nav1 .dqlm {
  font-size: .3rem;
}

.frame .nav1 .mbx a {
  font-size: .16rem;
  color: #fff;
}

.frame .nav2l {
  width: 88%;
  background-color: #074a86;
  height: .8rem;
  margin-top: .33rem;
  margin-left: 12%;
  clip-path: polygon(2% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.frame .nav2l .nav2s {
  margin-left: .5rem;
  display: flex;
}

.frame .nav2l .nav2s li {
  position: relative;
  line-height: .8rem;
  margin-left: .5rem;
}

.frame .nav2l .nav2s li a {
  color: #fff;
  font-size: .18rem;
}

.frame .nav2l .nav2s li:hover a {
  color: #7afffe;
}

.frame .nav2l .nav2s li:hover::after {
  content: '';
  display: block;
  width: 100%;
  height: .05rem;
  background: #7afffe;
  position: absolute;
  bottom: 0;
  left: 0;
}

.frame .nav2l .nav2s .navactiv a {
  color: #7afffe;
}

.frame .nav2l .nav2s .navactiv::after {
  content: '';
  display: block;
  width: 100%;
  height: .05rem;
  background: #7afffe;
  position: absolute;
  bottom: 0;
  left: 0;
}

.frame .overview .about {
  margin: .8rem 0rem;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.frame .overview .about p {
  font-size: .16rem;
  width: 55%;
  text-indent: .3rem;
  line-height: .32rem;
  color: #666;
  text-align: justify;
}

.frame .overview .about img {
  width: 5rem;
}

.frame .overview .num {
  border-top: 0.01rem solid #E8E8E8;
  border-bottom: 0.01rem solid #E8E8E8;
  padding: .1rem 0rem;
  margin: 1rem 0rem;
  display: flex;
  justify-content: space-between;
}

.frame .overview .num .num-box {
  width: 22%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.frame .overview .num .num-box .nfl .num1 {
  font-size: .36rem;
  font-family: Arial, Helvetica, sans-serif !important;
  font-weight: bold;
}

.frame .overview .num .num-box .nfl .num1 span {
  font-size: .14rem;
  color: #881f1f;
}

.frame .overview .num .num-box .nfl p:nth-child(2) {
  font-size: .14rem;
  color: #999;
}

.frame .overview .num .num-box img {
  width: .38rem;
  height: .38rem;
}

.frame .overview .img1 {
  width: 100%;
  height: 6rem;
  overflow: hidden;
}

.frame .overview .img1 .four-img {
  height: 6rem;
  overflow: hidden;
  width: 100%;
  position: relative;
}

.frame .overview .img1 .four-img img {
  width: 100%;
}

.frame .overview .img1 .four-img .vd {
  position: absolute;
  left: 50%;
  top: 2rem;
  cursor: pointer;
  width: 1.13rem;
  height: 1.13rem;
}

.frame .overview .img1 .four-img .vd img {
  width: 100%;
}

.frame .overview .img1 .four-img .vd::after {
  content: "";
  display: block;
  position: absolute;
  left: -15%;
  top: -16%;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #fff;
  border-radius: 50%;
  animation: ripple 2s infinite;
}

.frame .overview .img1 .four-img .vd::before {
  content: "";
  display: block;
  position: absolute;
  left: -15%;
  top: -16%;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #fff;
  border-radius: 50%;
  animation: ripple 3s infinite;
}

@keyframes ripple {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}

.frame .overview .img1 .video {
  width: 100%;
  max-height: 5.5rem;
  /* 设置最大高度 */
  overflow: hidden;
  /* 超出部分隐藏 */
  object-fit: cover;
  /* 保持视频比例并填充容器 */
}

.frame .overview .dpzw {
  margin: .8rem 0rem;
  font-size: .18rem;
  line-height: .32rem;
}

.frame .experteam {
  margin: .5rem 0rem;
}

.frame .experteam .dofLa {
  display: flex;
  justify-content: space-between;
}

.frame .experteam .dofLa .imgs4 {
  width: 3rem;
  height: 3.86rem;
  overflow: hidden;
}

.frame .experteam .dofLa .imgs4 img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
  /* 添加平滑过渡效果 */
}

.frame .experteam .dofLa .imgs4:hover img {
  transform: scale(1.1);
  /* 鼠标悬停时放大1.1倍 */
}

.frame .experteam .dofLa .detil {
  width: 10rem;
}

.frame .experteam .dofLa .detil .names1 {
  font-size: .3rem;
  font-weight: bold;
}

.frame .experteam .dofLa .detil .text1 {
  font-size: .16rem;
  color: #999;
  margin: .2rem 0rem;
}

.frame .experteam .dofLa .detil .text2 {
  font-size: .16rem;
  -webkit-line-clamp: 7;
  margin-top: .2rem;
  line-height: .32rem;
  text-align: justify;
}

.frame .experteam .dofLa .detil .btn {
  display: flex;
  align-items: center;
  margin-top: .2rem;
}

.frame .experteam .dofLa .detil .btn .line {
  width: 1.2rem;
  height: .01rem;
  background-color: #074a86;
}

.frame .experteam .dofLa .detil .btn .more1 {
  width: .8rem;
  height: .8rem;
  border-radius: 50%;
  background-color: #e7f1fa;
  color: #074a86;
  font-size: .16rem;
  margin-left: .2rem;
  line-height: .8rem;
}

.frame .experteam .dofLa .detil .btn .more1:hover {
  background-color: #074a86;
  color: #fff;
}

.frame .experteam .fenge {
  width: 100%;
  height: 0.01rem;
  background-color: #d4d4d4;
  margin: .5rem 0rem;
}

.frame .experteam .uteam {
  display: flex;
  flex-wrap: wrap;
}

.frame .experteam .uteam li {
  margin-right: .5rem;
  margin-bottom: .5rem;
}

.frame .experteam .uteam li .imgs4 {
  width: 3rem;
  height: 3.86rem;
  overflow: hidden;
}

.frame .experteam .uteam li .imgs4 img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
  /* 添加平滑过渡效果 */
}

.frame .experteam .uteam li .imgs4:hover img {
  transform: scale(1.1);
  /* 鼠标悬停时放大1.1倍 */
}

.frame .experteam .uteam li .namex1 {
  font-size: .22rem;
  margin-top: .1rem;
  font-weight: bold;
}

.frame .experteam .uteam li .line2 {
  width: 100%;
  height: 0.01rem;
  background-color: #dbdbdb;
  margin: .1rem 0rem;
}

.frame .experteam .uteam li .fu {
  font-size: .16rem;
  color: #999;
}

.frame .scientific {
  margin-top: .5rem;
}

.frame .scientific .sechteam {
  margin-top: .2rem;
}

.frame .scientific .sechteam .see {
  display: flex;
  font-size: .18rem;
  align-items: center;
  padding: 0rem .2rem;
  border-bottom: 0.01rem solid #dbdbdb;
  padding-bottom: .2rem;
  margin-bottom: .22rem;
}

.frame .scientific .sechteam .see a {
  font-size: .18rem;
  margin: 0rem .1rem;
  padding: .02rem .07rem;
  line-height: .32rem;
}

.frame .scientific .sechteam .see a:hover {
  color: #fff;
  display: block;
  background-color: #0573d3;
  border-radius: 0.05rem;
}

.frame .scientific .sechteam .see .aactive {
  color: #fff;
  display: block;
  background-color: #0573d3;
  border-radius: 0.05rem;
}

.frame .scientific .uteam {
  display: flex;
  flex-wrap: wrap;
  margin-top: .5rem;
}

.frame .scientific .uteam li {
  margin-right: .5rem;
  margin-bottom: .5rem;
  width: 21%;
}

.frame .scientific .uteam li .imgs4 {
  width: 3rem;
  height: 3.86rem;
  overflow: hidden;
}

.frame .scientific .uteam li .imgs4 img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
  /* 添加平滑过渡效果 */
}

.frame .scientific .uteam li .imgs4:hover img {
  transform: scale(1.1);
  /* 鼠标悬停时放大1.1倍 */
}

.frame .scientific .uteam li .namex1 {
  font-size: .22rem;
  margin-top: .1rem;
  font-weight: bold;
}

.frame .scientific .uteam li .line2 {
  width: 100%;
  height: 0.01rem;
  background-color: #dbdbdb;
  margin: .1rem 0rem;
}

.frame .scientific .uteam li .fu {
  font-size: .16rem;
  color: #666;
  margin-bottom: .1rem;
}

.frame .pagination-container {
  display: flex;
  justify-content: center;
  margin: 30px 0;
}

.frame .custom-pagination {
  display: flex;
  gap: 8px;
}

.frame .custom-pagination li {
  list-style: none;
}

.frame .custom-pagination a {
  display: block;
  min-width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 8px;
  background: #f5f7fa;
  color: #4a5568;
  text-decoration: none;
  transition: all 0.3s;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.frame .custom-pagination a:hover {
  background: #e2e8f0;
  transform: translateY(-2px);
}

.frame .custom-pagination .active a {
  background: #0573d3;
  color: white;
  box-shadow: 0 4px 6px rgba(79, 70, 229, 0.3);
}

.frame .custom-pagination .disabled a {
  opacity: 0.5;
  pointer-events: none;
}

.frame .page-jump {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: 15px;
}

.frame .page-jump input {
  width: 60px;
  height: 40px;
  text-align: center;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
}

.frame .teamny {
  margin: .5rem 0rem;
  margin-top: 1rem;
}

.frame .teamny .dofLa {
  display: flex;
  justify-content: space-between;
  background-color: #f4faff;
  padding: .5rem;
}

.frame .teamny .dofLa .imgs {
  width: 3rem;
}

.frame .teamny .dofLa .detil {
  width: 9rem;
}

.frame .teamny .dofLa .detil .names1 {
  font-size: .3rem;
  font-weight: bold;
  color: #074a86;
}

.frame .teamny .dofLa .detil .names1 span {
  font-size: .16rem;
  color: #333;
}

.frame .teamny .dofLa .detil .text1 {
  font-size: .16rem;
  color: #333;
  margin: .2rem 0rem;
}

.frame .teamny .dofLa .detil .text2 {
  font-size: .16rem;
  -webkit-line-clamp: 7;
  margin-top: .2rem;
  line-height: .32rem;
  text-align: justify;
  color: #999;
}

.frame .teamny .dofLa .detil .btn {
  display: flex;
  align-items: center;
  margin-top: .2rem;
}

.frame .teamny .dofLa .detil .btn .line {
  width: 1.2rem;
  height: .01rem;
  background-color: #074a86;
}

.frame .teamny .dofLa .detil .btn .more1 {
  width: .8rem;
  height: .8rem;
  border-radius: 50%;
  background-color: #e7f1fa;
  color: #074a86;
  font-size: .16rem;
  margin-left: .2rem;
  line-height: .8rem;
}

.frame .teamny .dofLa .detil .btn .more1:hover {
  background-color: #074a86;
  color: #fff;
}

.frame .teamny .teamcont ul {
  margin-top: .5rem;
}

.frame .teamny .teamcont ul li {
  margin-bottom: .5rem;
}

.frame .teamny .teamcont ul li .titels {
  display: flex;
  border-bottom: 0.01rem solid #e5e5e5;
}

.frame .teamny .teamcont ul li .titels .sj {
  width: 0;
  height: 0;
  border-left: .1rem solid #074a86;
  border-right: .1rem solid transparent;
  border-bottom: .1rem solid transparent;
  border-top: .1rem solid transparent;
  margin-top: .06rem;
  /* 方向由保留的边框决定 */
}

.frame .teamny .teamcont ul li .titels p {
  font-size: .2rem;
  color: #074a86;
  font-weight: bold;
  margin-bottom: .24rem;
}

.frame .teamny .teamcont ul li > p {
  font-size: .18rem;
  line-height: .32rem;
  text-align: justify;
  text-indent: .32rem;
  margin: .2rem 0rem;
}

.frame .contents {
  margin-top: .5rem;
}

.frame .contents .dpzw p {
  font-size: .16rem;
  line-height: .32rem;
  text-align: justify;
  text-indent: .32rem;
}

.frame .contents .dpzw img {
  width: 60% !important;
  display: flex;
  justify-content: center;
  height: auto;
  margin: 20px auto;
}

.jsyc {
  width: 100%;
  margin-bottom: .5rem;
  margin-top: .5rem;
}

.jsyc .jsyc-title {
  width: auto;
  /* 移除固定宽度，让内容撑开 */
  padding: 0.1rem .2rem;
  /* 可选：添加内边距避免内容贴边 */
  display: inline-block;
  /* 确保宽度由内容决定 */
  font-size: .24rem;
  background: linear-gradient(to right, #3b8fce, #63b1e1);
  text-align: center;
  color: #fff;
  font-weight: bold;
  position: relative;
}

.jsyc .jsyc-title::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: .1rem solid transparent;
  border-right: .1rem solid transparent;
  border-top: 10px solid #3c90cf;
  margin-left: 5px;
  vertical-align: middle;
  position: absolute;
  top: .54rem;
  left: .2rem;
}

.jsyc ul {
  margin-top: .4rem;
  display: flex;
  flex-wrap: wrap;
}

.jsyc ul li {
  background-color: #f4f8fb;
  padding: .1rem .2rem;
  margin-right: .2rem;
  width: 1.5rem;
  text-align: center;
  margin-bottom: .1rem;
}

.jsyc ul li:hover {
  background-color: #3c90cf;
}

.jsyc ul li:hover a {
  color: #fff;
}

.jsyc ul li a {
  font-size: .16rem;
  color: #666;
}

/*小屏幕*/
@media screen and (max-width: 1200px) {
  .top {
    display: none;
  }
  .phone {
    display: block;
  }
}
