:root {
  --theme-color: #003f88;
  --noticeColor: #d41c1c;
  --warnColor: #e6a23c;
  --gray-f4: #f4f4f4;
  --c-33: #333;
  --c-66: #666;
  --c-99: #999;
  --c-cc: #ccc;
}

:root {
  --theme-color: #003f88;
  --noticeColor: #d41c1c;
  --warnColor: #e6a23c;
  --gray-f4: #f4f4f4;
  --c-33: #333;
  --c-66: #666;
  --c-99: #999;
  --c-cc: #ccc;
}

.swiper {
  position: relative;
}
.swiper .btn {
  --w: .05rem;
}
.swiper .btn .dots {
  position: absolute;
  z-index: 2;
  bottom: 0.27rem;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.swiper .btn .dots .swiper-pagination-bullet {
  width: 0.19rem;
  height: 0.19rem;
  margin: 0 0.08rem;
  background-color: transparent;
  opacity: 1;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #fff;
  box-sizing: border-box;
}
.swiper .btn .dots .swiper-pagination-bullet-active {
  background-color: #fff;
  border: 1px solid #fff;
}
.swiper .btn .prev,
.swiper .btn .next {
  position: absolute;
  z-index: 2;
  top: 46%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}
.swiper .btn .prev i,
.swiper .btn .next i {
  color: #4384d0;
  font-size: 0.65rem;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}
.swiper .btn .prev:hover i,
.swiper .btn .next:hover i {
  color: var(--theme-color);
}
.swiper .btn .prev {
  left: var(--w);
}
.swiper .btn .next {
  right: var(--w);
}

.banner {
  height: 4.34rem;
}
.banner .layout {
  height: 100%;
}
.banner .swiper {
  position: relative;
  width: 100%;
  height: 100%;
}
.banner .swiper .swiper-wrapper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  overflow: hidden;
}
.banner .swiper .swiper-wrapper .slide-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
   -ms-flex-align: center;
       align-items: center;
  color: #fff;
}

@media screen and (max-width: 800px) {
  .banner {
    height: 3rem;
  }
  .banner .btn {
    bottom: 0.2rem;
  }
  .banner .btn .swiper-pagination-bullet {
    width: 0.17rem;
    height: 0.17rem;
  }
}
.common-title {
  padding-top: 0.37rem;
  padding-bottom: 0.35rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.common-title h3 {
  font-size: 0.3rem;
  font-weight: 600;
}
.common-title h3 .iconfont {
  display: inline-block;
  width: 0.3rem;
  height: 0.3rem;
  color: var(--theme-color);
  font-size: 0.3rem;
}
.common-title h3 .pic {
  display: inline-block;
  width: 0.3rem;
  height: 0.3rem;
  overflow: visible;
}
.common-title h3 .pic img {
  width: 100%;
  height: auto;
  margin-top: -0.05rem;
}
.common-title .more {
  position: relative;
  margin-left: auto;
  margin-right: 0.35rem;
  white-space: nowrap;
  display: inline;
}
.common-title .more .text {
  font-size: 0.18rem;
  color: var(--c-99);
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}
.common-title .more .iconfont {
  position: absolute;
  left: -webkit-calc(100% - 0.07rem);
  left: -moz-calc(100% - 0.07rem);
  left: calc(100% - 0.07rem);
  display: inline-block;
  font-size: 0.45rem;
  color: var(--theme-color);
  top: -0.08rem;
  -webkit-transform-origin: 60% 47%;
     -moz-transform-origin: 60% 47%;
      -ms-transform-origin: 60% 47%;
       -o-transform-origin: 60% 47%;
          transform-origin: 60% 47%;
  -webkit-transform: rotateZ(360deg);
     -moz-transform: rotateZ(360deg);
      -ms-transform: rotate(360deg);
       -o-transform: rotateZ(360deg);
          transform: rotateZ(360deg);
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  -o-transition: -o-transform 0.5s ease-in-out;
  -moz-transition: transform 0.5s ease-in-out, -moz-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out, -moz-transform 0.5s ease-in-out, -o-transform 0.5s ease-in-out;
}
.common-title .more:hover .text {
  color: var(--theme-color);
}
.common-title .more:hover .iconfont {
  -webkit-animation: titleMore 0.4s linear;
     -moz-animation: titleMore 0.4s linear;
       -o-animation: titleMore 0.4s linear;
          animation: titleMore 0.4s linear;
  -webkit-transform: rotateZ(180deg);
     -moz-transform: rotateZ(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}

@media screen and (max-width: 1100px) {
  .common-title .more .iconfont {
    top: -0.1rem;
  }
}
.section1 {
  background: url(../images/section1-bg.png) no-repeat center bottom/cover;
  padding-bottom: 0.67rem;
}
.section1 .layout {
  display: grid;
  grid-template-columns: auto minmax(2rem, 27.1794871795%);
  -webkit-column-gap: 0.32rem;
     -moz-column-gap: 0.32rem;
          column-gap: 0.32rem;
}
.section1 .card-list {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 0.06rem;
}
.section1 .card-list .card-item {
  position: relative;
  padding: 0.17rem 0.13rem 0.2rem 0.18rem;
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-column-gap: 0.2rem;
     -moz-column-gap: 0.2rem;
          column-gap: 0.2rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
}
.section1 .card-list .card-item.btnBox,
.section1 .card-list .card-item .btnBox {
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  position: relative;
}
.section1 .card-list .card-item.btnBox .btnText,
.section1 .card-list .card-item .btnBox .btnText {
  position: relative;
  z-index: 100;
}
.section1 .card-list .card-item.btnBox::before,
.section1 .card-list .card-item .btnBox::before {
  position: absolute;
  content: "";
  opacity: 0;
  z-index: 1;
  cursor: pointer;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: var(--theme-color);
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.section1 .card-list .card-item.btnBox .btnText:not(.normal),
.section1 .card-list .card-item .btnBox .btnText:not(.normal) {
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: fontSize 0s;
  -o-transition: fontSize 0s;
  -moz-transition: fontSize 0s;
  transition: fontSize 0s;
}
.section1 .card-list .card-item.btnBox .btnText:not(.normal) span,
.section1 .card-list .card-item .btnBox .btnText:not(.normal) span {
  color: inherit;
}
.section1 .card-list .card-item:hover .btnBox, .section1 .card-list .card-item:hover.btnBox {
  color: #fff !important;
}
.section1 .card-list .card-item:hover .btnBox::before, .section1 .card-list .card-item:hover.btnBox::before {
  width: 100%;
  height: 100%;
  opacity: 1;
  background: var(--theme-color);
}
.section1 .card-list .card-item:hover .btnBox .btnText:not(.normal), .section1 .card-list .card-item:hover.btnBox .btnText:not(.normal) {
  color: #fff !important;
}
.section1 .card-list .card-item .timeBox {
  position: relative;
  z-index: 2;
  width: 0.89rem;
  height: 0.74rem;
}
.section1 .card-list .card-item .timeBox .month {
  font-size: 0.14rem;
}
.section1 .card-list .card-item .text {
  margin-top: -0.04rem;
}
.section1 .card-list .card-item .text h4 {
  font-size: 0.2rem;
  line-height: 1.8;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.section1 .laboratoryDynamics {
  position: relative;
}
.section1 .laboratoryDynamics .content {
  display: grid;
  grid-template-columns: 50% 1fr;
  -webkit-column-gap: 0.18rem;
     -moz-column-gap: 0.18rem;
          column-gap: 0.18rem;
}
.section1 .laboratoryDynamics .content .swiper {
  width: 100%;
}
.section1 .laboratoryDynamics .content .swiper .swiper-slide {
  background-color: #fff;
}
.section1 .laboratoryDynamics .content .swiper a {
  position: relative;
  width: 100%;
  display: inline-block;
  background-color: #fff;
}
.section1 .laboratoryDynamics .content .swiper a .pic {
  height: 3.11rem;
  position: relative;
}
.section1 .laboratoryDynamics .content .swiper a .pic::before {
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.15);
  z-index: 1;
}
.section1 .laboratoryDynamics .content .swiper a .pic:hover .timeBox {
  background-color: rgba(0, 63, 136, 0.66);
}
.section1 .laboratoryDynamics .content .swiper a .text {
  padding: 0 0.17rem;
}
.section1 .laboratoryDynamics .content .swiper a .text h4 {
  margin-top: 0.23rem;
  font-size: 0.2rem;
  font-weight: 600;
  line-height: 1.8;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.section1 .laboratoryDynamics .content .swiper a .text p {
  margin-top: 0.07rem;
  margin-bottom: 0.23rem;
  font-size: 0.14rem;
  line-height: 2;
  color: var(--c-99);
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.section1 .laboratoryDynamics .content .swiper .btn .dots {
  top: 2.86rem;
  right: 0;
  left: auto;
  bottom: auto;
  text-align: right;
  padding-right: 0.22rem;
}
.section1 .laboratoryDynamics .content .swiper .btn .dots .swiper-pagination-bullet {
  width: 0.13rem;
  height: 0.13rem;
  margin: 0 0.07rem;
}
.section1 .laboratoryDynamics .content .card-list .card-item:hover .timeBox {
  border: 1px solid rgba(255, 255, 255, 0.34);
}
.section1 .laboratoryDynamics .content .card-list .card-item:hover::after {
  -webkit-animation: treeBg 0.8s ease-in-out 0.15s forwards;
     -moz-animation: treeBg 0.8s ease-in-out 0.15s forwards;
       -o-animation: treeBg 0.8s ease-in-out 0.15s forwards;
          animation: treeBg 0.8s ease-in-out 0.15s forwards;
  z-index: 3;
}
.section1 .laboratoryDynamics .content .card-list .card-item::after {
  content: "";
  position: absolute;
  right: 0.17rem;
  bottom: 0.01rem;
  width: 1rem;
  height: 74.5454545455%;
  background: url(../images/icons/tree.png) no-repeat right bottom/contain;
}
.section1 .notice {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.section1 .notice .card-list {
  row-gap: 1px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.section1 .notice .card-list .card-item {
  padding: 0.12rem 0.15rem 0.15rem 0.16rem;
  -webkit-column-gap: 0.11rem;
     -moz-column-gap: 0.11rem;
          column-gap: 0.11rem;
}
.section1 .notice .card-list .card-item:hover .day {
  color: var(--theme-color);
}
.section1 .notice .card-list .card-item:hover .month {
  font-size: 0.12rem;
  color: var(--theme-color);
}
.section1 .notice .card-list .card-item:hover::after {
  -webkit-animation: treeBg 0.8s ease-in-out 0.15s forwards;
     -moz-animation: treeBg 0.8s ease-in-out 0.15s forwards;
       -o-animation: treeBg 0.8s ease-in-out 0.15s forwards;
          animation: treeBg 0.8s ease-in-out 0.15s forwards;
  z-index: 3;
}
.section1 .notice .card-list .card-item .timeBox {
  height: 0.56rem;
  width: 0.6rem;
  background-color: transparent;
  -webkit-box-align: start;
  -webkit-align-items: start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.section1 .notice .card-list .card-item .timeBox .day {
  color: var(--theme-color);
}
.section1 .notice .card-list .card-item .timeBox .month {
  font-size: 0.12rem;
  color: var(--theme-color);
}
.section1 .notice .card-list .card-item .text {
  margin-top: 0.03rem;
}
.section1 .notice .card-list .card-item .text h4 {
  font-size: 0.18rem;
  line-height: 1.6666666667;
}

@media screen and (max-width: 1440px) {
  .section1 .card-list {
    row-gap: 0.1rem;
  }
}
@media screen and (max-width: 1280px) {
  .section1 .laboratoryDynamics .content .swiper a .text p {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 900px) and (min-width: 800px) {
  .section1 .layout {
    grid-template-columns: 1fr;
  }
  .section1 .laboratoryDynamics .content .swiper a .text h4 {
    font-size: 0.24rem;
  }
  .section1 .laboratoryDynamics .content .swiper a .text p {
    font-size: 0.22rem;
  }
  .section1 .card-list .card-item .text h4 {
    font-size: 0.2rem;
  }
  .section1 .notice .card-list {
    background-color: transparent;
    row-gap: 0.15rem;
  }
  .section1 .notice .card-list .card-item {
    padding: 0.18rem;
    -webkit-column-gap: 0.15rem;
       -moz-column-gap: 0.15rem;
            column-gap: 0.15rem;
  }
  .section1 .notice .card-list .card-item .text h4 {
    font-size: 0.2rem;
  }
  .section1 .notice .card-list .card-item .timeBox .month {
    font-size: 0.14rem;
  }
  .section1 .card-list .card-item .timeBox {
    width: 0.85rem;
    height: 0.75rem;
  }
}
@media screen and (max-width: 800px) {
  .section1 .layout {
    grid-template-columns: 1fr;
  }
  .section1 .layout .card-list {
    row-gap: 0.15rem;
  }
}
@media screen and (max-width: 700px) {
  .section1 .laboratoryDynamics .content .swiper a .text h4 {
    font-size: 0.22rem;
  }
  .section1 .laboratoryDynamics .content .swiper a .text p {
    font-size: 0.18rem;
  }
  .section1 .laboratoryDynamics .content {
    grid-template-columns: 1fr;
    row-gap: 0.24rem;
  }
  .section1 .card-list {
    row-gap: 0.15rem;
  }
  .section1 .notice .card-list {
    background-color: transparent;
    row-gap: 0.15rem;
  }
  .section1 .notice .card-list .card-item .timeBox .month {
    font-size: 0.14rem;
  }
}
@media screen and (max-width: 500px) {
  .section1 {
    padding-bottom: 0.6rem;
  }
  .section1 .laboratoryDynamics .content .swiper a .text h4 {
    font-size: 0.24rem;
  }
  .section1 .laboratoryDynamics .content .swiper a .text p {
    font-size: 0.2rem;
  }
  .section1 .card-list .card-item .text h4 {
    font-size: 0.22rem;
  }
  .section1 .notice .card-list .card-item {
    padding: 0.2rem;
    -webkit-column-gap: 0.18rem;
       -moz-column-gap: 0.18rem;
            column-gap: 0.18rem;
  }
  .section1 .notice .card-list .card-item .text h4 {
    font-size: 0.2rem;
  }
}
.section2 {
  padding-bottom: 0.76rem;
}
.section2 .layout {
  display: grid;
  grid-template-columns: auto minmax(2rem, 27.1794871795%);
  -webkit-column-gap: 0.37rem;
     -moz-column-gap: 0.37rem;
          column-gap: 0.37rem;
}
.section2 .researchProgress {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.section2 .researchProgress .card-list {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 0.27rem;
     -moz-column-gap: 0.27rem;
          column-gap: 0.27rem;
}
.section2 .researchProgress .card-list .card-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  --bg: var(--theme-color);
}
.section2 .researchProgress .card-list .card-item.btnBox,
.section2 .researchProgress .card-list .card-item .btnBox {
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  position: relative;
}
.section2 .researchProgress .card-list .card-item.btnBox .btnText,
.section2 .researchProgress .card-list .card-item .btnBox .btnText {
  position: relative;
  z-index: 100;
}
.section2 .researchProgress .card-list .card-item.btnBox::before,
.section2 .researchProgress .card-list .card-item .btnBox::before {
  position: absolute;
  content: "";
  opacity: 0;
  z-index: 1;
  cursor: pointer;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background: var(--bg);
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.section2 .researchProgress .card-list .card-item.btnBox .btnText:not(.normal),
.section2 .researchProgress .card-list .card-item .btnBox .btnText:not(.normal) {
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: fontSize 0s;
  -o-transition: fontSize 0s;
  -moz-transition: fontSize 0s;
  transition: fontSize 0s;
}
.section2 .researchProgress .card-list .card-item.btnBox .btnText:not(.normal) span,
.section2 .researchProgress .card-list .card-item .btnBox .btnText:not(.normal) span {
  color: inherit;
}
.section2 .researchProgress .card-list .card-item:hover .btnBox, .section2 .researchProgress .card-list .card-item:hover.btnBox {
  color: #fff;
}
.section2 .researchProgress .card-list .card-item:hover .btnBox::before, .section2 .researchProgress .card-list .card-item:hover.btnBox::before {
  width: 100%;
  height: 100%;
  opacity: 1;
  background: var(--bg);
}
.section2 .researchProgress .card-list .card-item:hover .btnBox .btnText:not(.normal), .section2 .researchProgress .card-list .card-item:hover.btnBox .btnText:not(.normal) {
  color: #fff;
}
.section2 .researchProgress .card-list .card-item .pic {
  height: 1.96rem;
  border: 1px solid #D8D8D8;
}
.section2 .researchProgress .card-list .card-item:hover::after {
  opacity: 1;
}
.section2 .researchProgress .card-list .card-item:hover .text {
  padding-left: 0.13rem;
  padding-right: 0.13rem;
}
.section2 .researchProgress .card-list .card-item:hover .text::after {
  -webkit-transition: 0.4s ease 0.1s;
  -o-transition: 0.4s ease 0.1s;
  -moz-transition: 0.4s ease 0.1s;
  transition: 0.4s ease 0.1s;
  opacity: 1;
  right: 0.1rem;
}
.section2 .researchProgress .card-list .card-item .text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.section2 .researchProgress .card-list .card-item .text h4 {
  margin-top: 0.17rem;
  margin-bottom: 0.09rem;
  font-size: 0.18rem;
  line-height: 2;
  font-weight: 400;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.section2 .researchProgress .card-list .card-item .text::before {
  height: 0.04rem;
  opacity: 1;
  -webkit-transition: width 0s;
  -o-transition: width 0s;
  -moz-transition: width 0s;
  transition: width 0s;
  -webkit-transition: height 0.3s;
  -o-transition: height 0.3s;
  -moz-transition: height 0.3s;
  transition: height 0.3s;
}
.section2 .researchProgress .card-list .card-item .text::after {
  content: "";
  position: absolute;
  z-index: 2;
  right: -0.3rem;
  bottom: 0.01rem;
  width: 150px;
  height: 54.1237113402%;
  background: url(../images/icons/tree-grow.png) no-repeat right bottom/contain;
  opacity: 0;
}
.section2 .researchProgress .card-list .card-item .time {
  margin-top: auto;
  margin-bottom: 0.29rem;
  color: var(--c-66);
  font-size: 0.18rem;
}
.section2 .researchProgress .card-list .card-item::after {
  position: absolute;
  left: 0;
  width: 100%;
  top: -0.04rem;
  height: 0.04rem;
  background-color: var(--theme-color);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
  content: "";
}
.section2 .academicActivity {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.section2 .academicActivity .swiper {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow: hidden;
  width: 100%;
  max-height: 3.87rem;
  border: 1px solid #D8D8D8;
}
.section2 .academicActivity .swiper .pic {
  height: 100%;
}
.section2 .academicActivity .swiper a {
  position: relative;
}
.section2 .academicActivity .swiper a .text {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: var(--theme-color);
  padding: 0.15rem 0.15rem;
  text-align: center;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  -moz-transition: background 0.3s;
  transition: background 0.3s;
}
.section2 .academicActivity .swiper a .text h4 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
  font-size: 0.2rem;
}
.section2 .academicActivity .swiper a:hover .text {
  background-color: rgba(0, 63, 136, 0.8);
}

@media screen and (max-width: 900px) {
  .section2 .researchProgress .card-list {
    overflow: hidden;
  }
  .section2 .layout {
    grid-template-columns: 100%;
    row-gap: 0.05rem;
  }
  .section2 .academicActivity .swiper {
    max-height: 5rem;
  }
}
@media screen and (max-width: 800px) and (min-width: 450px) {
  .section2 .researchProgress .card-list {
    grid-template-columns: 1fr;
    row-gap: 0.2rem;
  }
  .section2 .researchProgress .card-list .card-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .section2 .researchProgress .card-list .card-item .pic {
    min-width: 3rem;
    width: 40%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0;
            flex: 0 0;
  }
  .section2 .researchProgress .card-list .card-item .text {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 0 0.2rem;
  }
  .section2 .researchProgress .card-list .card-item .text::before {
    height: 100%;
    width: 0.04rem;
    right: 0;
    left: auto;
    -webkit-transition: width 0.3s;
    -o-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
  }
  .section2 .researchProgress .card-list .card-item .text::after {
    right: 0.1rem;
    bottom: -0.7rem;
  }
  .section2 .researchProgress .card-list .card-item:hover::after {
    width: 0.04rem;
    height: 100%;
  }
  .section2 .researchProgress .card-list .card-item:hover .text {
    padding: 0 0.2rem;
  }
  .section2 .researchProgress .card-list .card-item:hover .text::after {
    bottom: 0.01rem;
  }
  .section2 .researchProgress .card-list .card-item::after {
    display: none;
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
  }
}
@media screen and (max-width: 500px) {
  .section2 {
    padding-bottom: 0.6rem;
  }
  .section2 .researchProgress .card-list .card-item .text h4,
  .section2 .academicActivity .swiper a .text h4 {
    font-size: 0.22rem;
  }
}
@media screen and (max-width: 450px) {
  .section2 .researchProgress .card-list {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 0.2rem;
  }
  .section2 .researchProgress .card-list .card-item {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .section2 .researchProgress .card-list .card-item .pic {
    height: 2.5rem;
  }
  .section2 .researchProgress .card-list .card-item .text {
    min-height: 1.8rem;
    padding: 0 0.2rem;
  }
  .section2 .researchProgress .card-list .card-item:hover .text {
    padding: 0 0.2rem;
  }
}
.section3 {
  position: relative;
}
.section3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: url(../images/yqsb-bg.png) no-repeat center/cover;
  z-index: -1;
}
.section3 .layout .equipment .common-title {
  padding-bottom: 0.24rem;
}
.section3 .layout .equipment .common-title h3,
.section3 .layout .equipment .common-title .more span,
.section3 .layout .equipment .common-title .iconfont {
  color: #fff;
}
.section3 .layout .equipment .swiper {
  width: 100%;
}
.section3 .layout .equipment .swiper .swiper-wrapper {
  margin-top: 0.11rem;
  margin-bottom: 1.08rem;
}
.section3 .layout .equipment .swiper .swiper-slide {
  -webkit-transition: margin 0.3s;
  -o-transition: margin 0.3s;
  -moz-transition: margin 0.3s;
  transition: margin 0.3s;
}
.section3 .layout .equipment .swiper .swiper-slide:hover {
  margin-top: -0.11rem;
}
.section3 .layout .equipment .swiper .swiper-slide:hover .text {
  background-color: var(--theme-color);
}
.section3 .layout .equipment .swiper .swiper-slide:hover .text h4 {
  color: #fff;
}
.section3 .layout .equipment .swiper a {
  width: 100%;
  display: inline-block;
}
.section3 .layout .equipment .swiper a .pic {
  max-height: 280px;
  min-height: 2.5rem;
}
.section3 .layout .equipment .swiper a .text {
  padding: 0.26rem 0.15rem;
  background-color: #EFF4FE;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  -moz-transition: background 0.3s;
  transition: background 0.3s;
}
.section3 .layout .equipment .swiper a .text h4 {
  text-align: center;
  font-size: 0.2rem;
  font-weight: 600;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}
.section3 .layout .equipment .swiper .dots {
  bottom: 0.43rem;
}
.section3 .layout .equipment .swiper .dots .swiper-pagination-bullet {
  background-color: #DADADA;
  width: 0.15rem;
  height: 0.15rem;
  border: none;
}
.section3 .layout .equipment .swiper .dots .swiper-pagination-bullet-active {
  background-color: var(--theme-color);
}

@media screen and (max-width: 550px) {
  .section3 .layout .equipment .swiper .swiper-wrapper {
    margin-bottom: 0.6rem;
  }
  .section3 .layout .equipment .swiper .swiper-wrapper .swiper-slide:hover {
    margin-top: 0;
  }
  .section3 .layout .equipment .swiper .dots {
    bottom: 1.6rem;
  }
  .section3 .layout .equipment .swiper .dots .swiper-pagination-bullet {
    background-color: transparent;
    border: 1px solid #fff;
  }
  .section3 .layout .equipment .swiper .dots .swiper-pagination-bullet-active {
    background-color: #fff;
  }
  .section3 .layout .equipment .swiper a .text h4 {
    font-size: 0.22rem;
  }
}