.fp-tableCell {
  vertical-align: top;
}
#index header {
  /* 头部导航 */
  position: fixed;
  top: 0;
  left: 0;
  border-bottom: 1px solid #9f9e9e;
  z-index: 9999;
  width: 100%;
  transition: all 0.8s;
}
@media (max-width: 992px) {
  #index header .navbar {
    background-color: #fff !important;
  }
  #index header .navbar-nav {
    width: 100% !important;
    z-index: 9999 !important;
    background-color: #fff !important;
  }
  #index header .nav-item {
    padding: 0 20px !important;
    background-color: #fff !important;
  }
  #index header .nav-item a {
    font-size: 16px;
    color: #333 !important;
  }
  #index header .search,
  #index header .login-register {
    display: none;
  }
}
#index .navbar {
  max-width: 1520px;
  min-width: 570px;
  height: 94px;
  margin: 0 auto;
  padding: 0;
}
#index .navbar .navbar-collapse {
  height: 100%;
}
#index .navbar .navbar-nav {
  display: flex;
  justify-content: space-between;
  width: 830px;
  height: 100%;
}
#index .navbar .navbar-nav .nav-item {
  height: 100%;
}
#index .navbar .navbar-nav .nav-item a {
  height: 100%;
  line-height: 80px;
  font-size: 16px;
  color: #f6f6f6;
  transition: all 0.4s;
}
#index .navbar .navbar-nav .nav-item:after {
  transition: all 0.5s;
}
#index .navbar .navbar-nav .nav-item.active,
#index .navbar .navbar-nav .nav-item:hover {
  position: relative;
}
#index .navbar .navbar-nav .nav-item.active:after,
#index .navbar .navbar-nav .nav-item:hover:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1px;
  transform: translateX(-50%);
  width: 100%;
  height: 2px;
  background-color: #008fdc;
}
#index .navbar .navbar-nav .nav-item.active a,
#index .navbar .navbar-nav .nav-item:hover a {
  color: #008fdc;
}
#index .navbar form.search {
  margin-left: 41px;
}
#index .navbar form.search input {
  padding-left: 20px;
  padding-right: 30px;
  width: 145px;
  height: 28px;
  border: 1px solid #fff4e8;
  border-radius: 14px;
  font-size: 14px;
  color: #f6f6f6;
  background-color: rgba(255, 255, 255, 0);
}
#index .navbar form.search input::placeholder {
  color: #f6f6f6;
}
#index .navbar form.search img {
  margin-left: -30px;
  width: 18px;
  height: 18px;
}
#index .navbar .login-register {
  margin-left: 22px;
  margin-right: 50px;
}
#index .navbar .login-register a {
  width: 64px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  border-radius: 13px;
  border: 1px solid #fff;
  color: #fff;
}
#index .navbar .login-register a:first-child {
  margin-right: 10px;
}
#index .navbar .login-register a.active,
#index .navbar .login-register a:hover {
  background-color: #0a88d2;
  border: none;
}
#index .navbar-brand {
  width: 182px;
  height: 46px;
}
#index .navbar-brand img {
  height: 100%;
}
#index header.active {
  background-color: #fff !important;
  border-bottom: 1px solid #ddd;
}
#index header.active .navbar {
  height: 66px;
}
#index header.active .nav-item a {
  line-height: 50px !important;
  color: #333 !important;
}
#index header.active input {
  border: 1px solid #999 !important;
  color: #333 !important;
}
#index header.active input::placeholder {
  color: #666 !important;
}
#index header.active .login-register {
  margin-left: 22px;
}
#index header.active .login-register a {
  border: 1px solid #999;
  color: #333;
}
#index header.active .login-register a.active,
#index header.active .login-register a:hover {
  color: #fff;
  background-color: #0a88d2;
}
#index header.active .nav-item.active,
#index header.active .nav-item:hover {
  position: relative;
}
#index header.active .nav-item.active:after,
#index header.active .nav-item:hover:after {
  background-color: #008fdc !important;
}
#index header.active .nav-item.active a,
#index header.active .nav-item:hover a {
  color: #008fdc !important;
}
@media (max-width: 1300px) {
  #index .navbar .login-register {
    margin-right: 0px;
  }
  #index .navbar {
    padding: 0 20px;
  }
}
#index .section1 {
  /* 第一部分 */
  position: relative;
}
#index .section1 .slideshow {
  /* 背景全屏切换 */
  position: absolute;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
#index .section1 .slideshow-image {
  position: absolute;
  width: 100%;
  height: 100%;
  background: no-repeat 50% 50%;
  background-size: cover;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: all 1s;
}
#index .section1 .slideshow-image:nth-child(1) {
  -webkit-animation-name: kenburns-1;
  animation-name: kenburns-1;
  z-index: 3;
}
#index .section1 .slideshow-image:nth-child(2) {
  -webkit-animation-name: kenburns-2;
  animation-name: kenburns-2;
  z-index: 2;
}
#index .section1 .slideshow-image:nth-child(3) {
  -webkit-animation-name: kenburns-3;
  animation-name: kenburns-3;
  z-index: 1;
}
#index .section1:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.42);
}
#index .section1 .slideshow {
  z-index: -1;
}
#index .section1 .container {
  /* 内容 */
  position: relative;
  max-width: 1350px !important;
  height: 100%;
}
#index .section1 .container .row.content {
  padding-top: 94px;
  height: 88%;
}
#index .section1 .container .row.content .left,
#index .section1 .container .row.content .right {
  height: 100%;
}
#index .section1 .container .row.content .right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#index .section1 .container .describe {
  color: #fff;
  font-size: 16px;
}
#index .section1 .container .describe .title {
  font-size: 38px;
}
#index
  .section1
  .container
  .describe
  .title.animate__animated.animate__fadeInUp {
  animation-delay: 0.3s;
}
#index
  .section1
  .container
  .describe
  .date.animate__animated.animate__fadeInUp {
  animation-delay: 0.9s;
}
#index
  .section1
  .container
  .describe
  .text.animate__animated.animate__fadeInUp {
  animation-delay: 1.4s;
}
#index
  .section1
  .container
  .describe
  .more.animate__animated.animate__fadeInUp {
  animation-delay: 2s;
}
#index .section1 .container .describe .date {
  margin: 41px 0;
  font-size: 14px;
}
#index .section1 .container .describe .text {
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#index .section1 .container .describe .more {
  margin-top: 58px;
  width: 108px;
  height: 38px;
  text-align: center;
  line-height: 37px;
  color: #fff;
  border: 1px solid #fff;
  transition: background-color 1s;
}
#index .section1 .container .describe .more:hover {
  background-color: #ff7a21;
  border: none;
  transform: scale(1.2);
}
#index .section1 .container .title-swiper {
  position: relative;
  font-size: 16px;
  height: 274px;
}
#index .section1 .container .title-swiper:before {
  content: "";
  position: absolute;
  top: -70px;
  left: -20px;
  height: 390px;
  width: 1px;
  background-color: #fff;
}
#index .section1 .container .title-swiper:after {
  content: "";
  position: absolute;
  top: 48.4%;
  left: -24px;
  transform: translateY(-50%);
  width: 9px;
  height: 9px;
  background-color: #ededed;
  border-radius: 50%;
}
#index .section1 .container .title-swiper ul.ts-swiper-box {
  height: 100%;
}
#index .section1 .container .title-swiper ul.ts-swiper-box .ts-swiper-item {
  height: 24px;
  line-height: 24px;
  margin-bottom: 96px;
}
#index .section1 .container .title-swiper ul.ts-swiper-box .ts-swiper-item a {
  font-size: 16px;
  color: #a6a5a5;
}
#index
  .section1
  .container
  .title-swiper
  ul.ts-swiper-box
  .ts-swiper-item.active
  > a {
  animation: fz 1.5s;
  margin-right: -60px;
  animation-fill-mode: forwards;
}
#index .section1 .container .plate {
  position: absolute;
  bottom: 0;
  width: 100%;
}
#index .section1 .container .plate .pl-box {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  height: 112px;
  margin: 0 auto;
  background-color: #fff;
}
#index .section1 .container .plate .pl-item {
  width: 33.3%;
  height: 112px;
  line-height: 112px;
  text-align: center;
  transition: all 0.6s;
}
#index .section1 .container .plate .pl-item a {
  width: 100%;
  height: 100%;
  font-size: 20px;
}
#index .section1 .container .plate .pl-item a img {
  margin-right: 10px;
  max-width: 56px;
  max-height: 46px;
}
#index .section1 .container .plate .pl-item:hover {
  background-color: #0a88d2;
}
#index .section1 .container .plate .pl-item:hover a {
  color: #fff;
}
#index .section1 .container .plate .pl-item:hover .hide {
  display: inline-block;
}
#index .section1 .container .plate .pl-item:hover .show {
  display: none;
}
#index .section1 .container .plate .pl-item.acitve .hide {
  display: inline-block;
}
#index .section1 .container .plate .pl-item.acitve .show {
  display: none;
}
#index .section2 {
  /* 第二部分 */
}
#index .section2 .container-fluid,
#index .section2 .course-grade,
#index .section2 .col {
  height: 100%;
}
#index .section2 .left {
  background: url(../images/index/s2-course-bg.png) no-repeat center;
  background-size: cover;
  padding-top: 8% !important;
}
#index .section2 .left .newest-course .all-title {
  margin-bottom: 55px;
  margin-right: 42px;
  font-size: 30px;
  color: #fafcfe;
  text-align: right;
}
#index .section2 .left .newest-course #pills-tab {
  /* tab切换按钮 */
  display: flex;
  justify-content: flex-end;
  margin-bottom: 30px !important;
  font-size: 19px;
  padding-right: 42px;
}
#index .section2 .left .newest-course #pills-tab .nav-item:first-child {
  margin-right: 30px;
}
#index .section2 .left .newest-course #pills-tab .nav-item > a {
  color: #fafcfe;
}
#index .section2 .left .newest-course .nav-pills .nav-link.active,
#index .section2 .left .newest-course .nav-pills .show > .nav-link {
  background-color: #0a88d2;
  border: none;
}
#index .section2 .left .newest-course .nav-pills .nav-link {
  padding: 0;
  width: 103px;
  height: 39px;
  text-align: center;
  line-height: 39px;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
}
#index .section2 .left .newest-course #network,
#index .section2 .left .newest-course #face_teach {
  /* 网路/面授 */
}
#index .section2 .left .newest-course #network .net-list,
#index .section2 .left .newest-course #face_teach .net-list {
  width: 100%;
}
#index .section2 .left .newest-course #network .net-list-item,
#index .section2 .left .newest-course #face_teach .net-list-item {
  display: flex;
  justify-content: flex-end;
  transition: all 0.6s;
  opacity: 0;
}
#index .section2 .left .newest-course #network .net-list-item a,
#index .section2 .left .newest-course #face_teach .net-list-item a {
  padding: 54px 42px 30px;
  color: #fff;
  width: 86%;
}
#index .section2 .left .newest-course #network .net-list-item a .title,
#index .section2 .left .newest-course #face_teach .net-list-item a .title {
  font-size: 20px;
  text-align: right;
  max-width: 100%;
}
#index .section2 .left .newest-course #network .net-list-item a .text,
#index .section2 .left .newest-course #face_teach .net-list-item a .text {
  margin-top: 36px;
  max-width: 100%;
  line-height: 28px;
  font-size: 16px;
  /* text-align: right; */
  display: none;
  transition: all 1s ease-in-out;
  text-indent: 2em;
}
#index .section2 .left .newest-course #network .net-list-item:nth-child(1),
#index .section2 .left .newest-course #face_teach .net-list-item:nth-child(1) {
  animation-delay: 0.06s;
}
#index .section2 .left .newest-course #network .net-list-item:nth-child(2),
#index .section2 .left .newest-course #face_teach .net-list-item:nth-child(2) {
  animation-delay: 0.6s;
}
#index .section2 .left .newest-course #network .net-list-item:nth-child(3),
#index .section2 .left .newest-course #face_teach .net-list-item:nth-child(3) {
  animation-delay: 0.8s;
}
#index .section2 .left .newest-course #network .net-list-item.animate__animated,
#index
  .section2
  .left
  .newest-course
  #face_teach
  .net-list-item.animate__animated {
  opacity: 1;
}
#index .section2 .left .newest-course #network .net-list-item.show,
#index .section2 .left .newest-course #face_teach .net-list-item.show {
  background-color: rgba(0, 0, 0, 0.09);
}
#index .section2 .left .newest-course #network .net-list-item.show .text,
#index .section2 .left .newest-course #face_teach .net-list-item.show .text {
  display: block;
  opacity: 0.9;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#index .section2 .right {
  position: relative;
  background: url(../images/index/s2-grade-bg.png) no-repeat center;
  background-size: cover;
  padding-top: 8% !important;
  padding-bottom: 125px !important;
}
#index .section2 .right:after {
  content: "";
  width: 365px;
  height: 280px;
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url(../images/index/s2-grade-bg1.png);
}
#index .section2 .right .archives-grade {
  padding-left: 20px;
  padding-right: 27px;
  height: 100%;
}
#index .section2 .right .archives-grade .all-title {
  padding-left: 30px;
  margin-bottom: 6px;
  font-size: 30px;
  color: #071d4e;
}
#index .section2 .right .archives-grade .arc-grade-box {
  width: 100%;
  height: 100%;
  background: url(../images/index/s2-grade-line.png) no-repeat;
  background-position: 20% 65%;
  background-size: contain;
}
#index .section2 .right .archives-grade .arc-grade-box ul {
  position: relative;
  height: 100%;
}
#index .section2 .right .archives-grade .arc-grade-box .grade-item {
  position: absolute;
  width: 20%;
  height: 45%;
  text-align: center;
}
#index .section2 .right .archives-grade .arc-grade-box .grade-item img {
  width: 100%;
}
#index .section2 .right .archives-grade .arc-grade-box .grade-item .title {
  margin: 32px 0 20px;
  font-size: 22px;
}
#index .section2 .right .archives-grade .arc-grade-box .grade-item .text {
  font-size: 12px;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#index .section2 .right .archives-grade .arc-grade-box .grade-item a {
  position: absolute;
}
#index
  .section2
  .right
  .archives-grade
  .arc-grade-box
  .grade-item
  a:first-child {
  left: 50%;
  transform: translateX(-50%);
  top: -300px;
  transition: margin-top 0.5s;
  opacity: 0;
}
#index
  .section2
  .right
  .archives-grade
  .arc-grade-box
  .grade-item
  a:first-child:hover {
  margin-top: -20px;
}
#index
  .section2
  .right
  .archives-grade
  .arc-grade-box
  .grade-item
  a:last-child {
  left: 50%;
  bottom: -120px;
  opacity: 0;
  transform: translateX(-50%);
}
#index
  .section2
  .right
  .archives-grade
  .arc-grade-box
  .grade-item
  a:last-child:nth-child(2) {
  width: 60%;
}
#index
  .section2
  .right
  .archives-grade
  .arc-grade-box
  .grade-item:nth-child(1) {
  top: 51%;
  left: -1%;
}
#index
  .section2
  .right
  .archives-grade
  .arc-grade-box
  .grade-item:nth-child(1)
  a {
  color: #00ae7a;
}
#index
  .section2
  .right
  .archives-grade
  .arc-grade-box
  .grade-item:nth-child(2) {
  top: 40%;
  left: 23%;
}
#index
  .section2
  .right
  .archives-grade
  .arc-grade-box
  .grade-item:nth-child(2)
  a {
  color: #008eae;
}
#index
  .section2
  .right
  .archives-grade
  .arc-grade-box
  .grade-item:nth-child(3) {
  left: 54.6%;
  transform: translateX(-50%);
  top: 26%;
}
#index
  .section2
  .right
  .archives-grade
  .arc-grade-box
  .grade-item:nth-child(3)
  a {
  color: #c76403;
}
#index
  .section2
  .right
  .archives-grade
  .arc-grade-box
  .grade-item:nth-child(4) {
  right: 16.2%;
  top: 14.6%;
}
#index
  .section2
  .right
  .archives-grade
  .arc-grade-box
  .grade-item:nth-child(4)
  a {
  color: #7d0252;
}
#index
  .section2
  .right
  .archives-grade
  .arc-grade-box
  .grade-item:nth-child(5) {
  right: -3%;
  top: 3%;
}
#index
  .section2
  .right
  .archives-grade
  .arc-grade-box
  .grade-item:nth-child(5)
  a {
  color: #ae0600;
}
#index .section3 {
  /* 第三部分 */
  background: url(../images/index/s3-bg.png) no-repeat center;
  background-size: cover;
  margin: 80px 0;
}
#index .section3 .animate__fadeInLeftBig,
#index .section3 .animate__fadeInRightBig {
  animation-duration: 1.2s;
  animation-delay: 6ms;
}
#index .section3 .news-policy {
  max-width: 1200px;
  margin: 0 auto;
}
#index .section3 .news-policy .news-content .card {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  border: none;
}
#index .section3 .news-policy .news-content .card .card-body {
  padding: 0;
}
#index .section3 .news-policy .news-content .card .card-img,
#index .section3 .news-policy .news-content .card .card-img-top {
  border-radius: 0;
}
#index .section3 .news-policy .news-content .news-imgtext {
  opacity: 0;
  display: none;
  /* max-height: 430px;
  overflow: hidden; */
}
#index .section3 .news-policy .news-content .news-imgtext img {
  max-height: 430px;
  width: 100%;
}
#index .section3 .news-policy .news-content .news-imgtext .card-title {
  display: flex;
  justify-content: space-between;
  margin: 22px 0 30px;
  font-size: 16px;
  color: #333;
}
#index .section3 .news-policy .news-content .news-imgtext .card-title .date {
  font-weight: 400;
  color: #8b8b8c;
}
#index .section3 .news-policy .news-content .news-imgtext .card-text {
  color: #747474;
  font-size: 14px;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#index .section3 .news-policy .news-content .news-imgtext.show {
  display: block;
}
#index .section3 .news-policy .news-content .news-list {
  opacity: 0;
}
#index .section3 .news-policy .news-content .news-list .news-item {
  height: 127px;
  background-color: #fff;
  padding: 16px 20px 36px 24px;
  transition: all 0.4s;
  cursor: pointer;
}
#index
  .section3
  .news-policy
  .news-content
  .news-list
  .news-item:not(last-child) {
  margin-bottom: 20px;
}
#index .section3 .news-policy .news-content .news-list .news-item .card-title {
  display: flex;
  justify-content: space-between;
  color: #333;
  font-size: 16px;
  margin-bottom: 24px;
  transition: all 0.4s;
}
#index
  .section3
  .news-policy
  .news-content
  .news-list
  .news-item
  .card-title
  .date {
  color: #777777;
  font-weight: 400;
}
#index .section3 .news-policy .news-content .news-list .news-item .card-text {
  font-size: 12px;
  color: #747474;
  line-height: 1.8;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#index .section3 .news-policy .news-content .news-list .news-item.active1 {
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.14);
}
#index
  .section3
  .news-policy
  .news-content
  .news-list
  .news-item.active1
  .card-title {
  color: #008fdc;
}
#index .pub-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 75px;
  margin-bottom: 100px;
}
#index .pub-title .title {
  position: relative;
  font-size: 30px;
  color: #333333;
  left: 34px;
}
#index .pub-title .title:before {
  content: "";
  position: absolute;
  left: -26px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #008fdc;
}
#index .news-title .title:after {
  content: "NEWSPOLICY";
  position: absolute;
  top: -50px;
  left: -222px;
  color: #f3f2f2;
  font-size: 105px;
  z-index: -1;
}
#index .arcs-title .title:after {
  /* content: "SCIENCE"; */
  content: "EXHIBITION";
  position: absolute;
  top: -50px;
  left: -222px;
  color: #f3f2f2;
  font-size: 105px;
  z-index: -1;
}
#index .teacher-title .title:after {
  content: "TEACHERS";
  position: absolute;
  top: -50px;
  left: -222px;
  color: #f3f2f2;
  font-size: 105px;
  z-index: -1;
}
#index .pub-title .more {
  font-size: 22px;
  color: #bababa;
  font-weight: 400;
}
#index .section4 {
  position: relative;
  /* 第四部分 */
  /* background: url(../images/index/s4-bg.png) no-repeat left;
  background-size: contain; */
  margin: 80px 0;
  /* background-color: #fff; */
}
#index .section4::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  width: 15%;
  height: 60%;
  background: url(../images/index/s4-bg.png) no-repeat center;
  background-size: contain;
}
#index .section4 .archival-science {
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
}
#index .section4 .archival-science .arcs-list {
  /* height: 100%; */
  height: 62%;
}
#index .section4 .archival-science .arcs-list .arcs-item {
  position: relative;
  width: 25%;
  max-height: 572px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  transition: width 2s;
  -webkit-transition: width 1s;
  color: #fff;
}
#index .section4 .archival-science .arcs-list .arcs-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    -8deg,
    #000000 0%,
    rgba(255, 255, 255, 0.38) 100%
  );
  opacity: 0.5;
}
#index .section4 .archival-science .arcs-list .arcs-item:not(last-child) {
  margin-right: 5px;
}
#index .section4 .archival-science .arcs-list .arcs-item .item-box {
  position: absolute;
  bottom: -160px;
  left: 0;
  padding: 32px 41px 32px 33px;
  overflow: hidden;
  transition: all 1.2s;
  opacity: 0.8;
}
#index .section4 .archival-science .arcs-list .arcs-item .item-box p {
  width: 436px;
  height: 84px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
#index .section4 .archival-science .arcs-list .arcs-item .arcs-item-title {
  font-size: 18px;
  margin-bottom: 50px;
}
#index .section4 .archival-science .arcs-list .arcs-item .arcs-item-more {
  margin-top: 22px;
  color: #008fdc;
}
#index .section4 .archival-science .arcs-list .arcs-item.open {
  width: 56%;
}
#index .section4 .archival-science .arcs-list .arcs-item.open .item-box {
  bottom: 0;
}
#index .section5 {
  /* 第六部分 */
  margin-top: 80px;
  /* background-color: #F9F9F9 !important; */
}
#index .section5 .teacher {
  max-width: 1600px;
  margin: 0 auto;
  height: 98%;
}
#index .section5 .teacher h3 {
  max-width: 1200px;
  margin: 0 auto;
}
#index .section5 .teacher .swiper-container {
  position: relative;
  max-height: 83%;
}
#index .section5 .teacher .swiper-container .swiper-info {
  position: absolute;
  right: 300px;
  /* top: 162px; */
  top: 164px;
  height: 205px;
  width: 576px;
  color: #333;
  visibility: hidden;
}
#index .section5 .teacher .swiper-container .swiper-info .info-title {
  font-size: 24px;
}
#index .section5 .teacher .swiper-container .swiper-info .info-grade {
  margin: 22px 0 26px;
  color: #666;
}
#index .section5 .teacher .swiper-container .swiper-info .info-text {
  font-size: 16px;
  line-height: 30px;
}
#index .section5 .teacher .swiper-container .swiper-info p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
#index .section5 .teacher .swiper-container .swiper-info.active {
  visibility: visible;
}
#index .section5 .teacher .swiper-container .swiper-wrapper {
  display: flex;
  align-items: flex-end;
}
#index .section5 .teacher .swiper-container .swiper-slide {
  height: 36%;
  margin-bottom: 40px;
  background-color: #008fdc;
}
#index .section5 .teacher .swiper-container .swiper-slide-next {
  margin-bottom: 20px;
  width: 430px !important;
  height: 620px !important;
  background-color: #fff;
}
#index .section5 .teacher .swiper-container .sbtn .arrow-hide {
  display: none;
}
#index .section5 .teacher .swiper-container .sbtn:hover .arrow-hide {
  display: block;
}
#index .section5 .teacher .swiper-container .sbtn:hover .arrow-show {
  display: none;
}
@media (max-width: 1600px) {
  #index .section5 .teacher {
    /* width: 1600px; */
    /* overflow-x: scroll; */
  }
}
#index .footer {
  /* 最后一部分 */
}
#index .footer .other {
  padding: 80px 0 70px;
  background: url(../images/index/s7-bg.png) no-repeat center;
  background-size: cover;
}
#index .footer .other .other-list {
  display: flex;
  justify-content: space-between;
  max-width: 830px;
  margin: 0 auto;
}
#index .footer .other .other-list .other-item {
  opacity: 0;
}
#index .footer .other .other-list .other-item a {
  position: relative;
  color: #fefefe;
  font-size: 20px;
  text-align: center;
}
#index .footer .other .other-list .other-item a img {
  max-width: 72px;
}
#index .footer .other .other-list .other-item a span {
  margin-top: 20px;
  display: block;
}
#index .footer .other .other-list .other-item a:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 2px;
  background-color: #fff;
}
#index .footer footer {
  padding: 80px 0 100px;
  background-color: #3c3c3c;
}
#index .footer footer .footer-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1183px;
  margin: 0 auto;
}
#index .footer footer .footer-content .links {
  width: 155px;
  color: #cccccc;
}
#index .footer footer .footer-content .links h5 {
  margin-bottom: 19px;
  font-size: 18px;
}
#index .footer footer .footer-content .links select {
  height: 32px;
  border: 1px solid #999999;
  color: #999;
  background-color: rgba(0, 0, 0, 0);
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../images/index/right-arrow.png) 95% 50% no-repeat scroll
    transparent;
  background-size: 11%;
  outline: none;
  border-radius: 7px;
}
#index .footer footer .footer-content .about-us {
  height: 140px;
  line-height: 3;
}
#index .footer footer .footer-content .about-us h5 {
  margin-bottom: 10px;
  font-size: 18px;
  color: #ccc;
}
#index .footer footer .footer-content .about-us .aus-item a {
  color: #999;
}
#index .footer footer .footer-content .contact-us .us-telephone {
  margin-bottom: 32px;
}
#index .footer footer .footer-content .contact-us .us-telephone,
#index .footer footer .footer-content .contact-us .us-address {
  display: flex;
}
#index .footer footer .footer-content .contact-us .imgbox {
  position: relative;
  margin-right: 10px;
  height: 62px;
  width: 45px;
}
#index .footer footer .footer-content .contact-us .imgbox img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  max-width: 45px;
}
#index .footer footer .footer-content .contact-us .text {
  color: #cccccc;
}
#index .footer footer .footer-content .contact-us .text span {
  font-size: 18px;
}
#index .footer footer .footer-content .contact-us .text p {
  font-size: 16px;
}
#index .footer footer .footer-content .us-code {
  display: flex;
  color: #cccccc;
  text-align: center;
}
#index .footer footer .footer-content .us-code .one-code {
  margin-right: 62px;
}
#index .footer footer .footer-content .us-code .code-img {
  margin-bottom: 20px;
  max-width: 113px;
  width: 113px;
  height: 110px;
  background-color: #ccc;
}
#index .footer footer .footer-content > div {
  opacity: 0;
}
#index .footer .bot-info {
  padding: 15px 0;
  background: #323232;
  color: #fff;
  text-align: center;
}
.mlr0 {
  padding-left: 0;
  padding-right: 0;
}
@keyframes fz {
  100% {
    font-size: 20px;
    color: #fff;
  }
}
.hide {
  display: none;
}
@keyframes kenburns-1 {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes kenburns-2 {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes kenburns-3 {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@media (max-width: 1366px) {
  #index .navbar {
    padding: 0 40px;
  }
  #index .navbar .navbar-nav {
    width: 720px;
  }
  #index .section1 .container .plate .pl-box {
    width: 1020px;
  }
  #index .section1 .container .plate .pl-box {
    height: 100px;
  }
  #index .section1 .container .plate .pl-item {
    height: 100px;
    line-height: 100px;
  }
  #index .section1 .container .row.content .right {
    justify-content: flex-start;
  }
  #index .section2 .right .archives-grade .arc-grade-box .grade-item .title {
    font-size: 20px;
  }
}
.section5 #randomconten span {
  cursor: pointer;
}
/* 退出登录 */
.logout .modal-dialog {
  top: 30%;
}
.logout .modal-content {
  left: 50%;
  transform: translateX(-50%);
  width: 351px;
  height: 227px;
  /* padding: 45px; */
  border-radius: 10px;
  overflow: hidden;
}
.logout .modal-content .modal-body {
  height: 175px;
  line-height: 175px;
  font-size: 16px;
  text-align: center;
  background-image: linear-gradient(to top, #1686ee, #6cddfe);
  color: #fefefe;
}
.logout .modal-content .modal-footer {
  height: 50px;
  padding: 0;
  text-align: center;
  border: none;
}
.logout .modal-content .modal-footer button {
  width: 47%;
  padding: 0;
  height: 88%;
  line-height: 100%;
  border: none;
  font-size: 16px;
  background-color: #fff;
}
.logout .modal-content .modal-footer button a {
  color: #999999;
}
.logout .modal-content .modal-footer button:last-child a {
  color: #4d9ff5;
  margin-left: 0;
}
.logout-btn {
  /* padding: 2px 2px; */
  /* width: 68px !important; */
  /* height: 28px; */
}
.random-content > ul > li {
  margin-left: 100px;
  margin-top: 100px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}
/* 公共固定块 */
.fixedbox {
  position: fixed;
  bottom: 6%;
  right: 0;
  z-index: 10;
}
.fixedbox ul {
  width: 80px;
  padding: 10px 10px;
  background-color: #fff;
  border: 1px solid #eee;
}
.fixedbox ul a {
  display: block;
  text-align: center;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
}
.fixedbox ul a p {
  margin: 10px 0;
}
.fixedbox ul .lasta {
  border: none;
}
.fixedbox ul .lasta p {
  margin-top: 10px;
}
.fixedbox .none1 {
  display: none;
}
.fixedbox li:hover .show1 {
  display: none;
}
.fixedbox li:hover .none1 {
  display: block;
  color: #ea413c;
}
.fixedbox .backtop {
  width: 80px;
  height: 84px;
  margin-top: 16px;
}
.fixedbox .to-top,
.fixedbox .backtop .show1 {
  display: none;
  cursor: pointer;
  height: 100%;
  width: 100%;
  padding: 10px 10px;
  text-align: center;
  border: 1px solid #eee;
  background-color: #fff;
}
.fixedbox .to-top img,
.backtop .show1 img {
  margin: 6px 0;
}
/* 求职招聘 */
.job .modal-dialog {
  top: 30%;
}
.job .modal-content {
  left: 50%;
  transform: translateX(-50%);
  width: 374px;
  height: 476px;
  /* padding: 45px; */
  border-radius: 10px;
  overflow: hidden;
}
.job .modal-content .modal-body {
  flex: none;
  position: relative;
  height: 340px;
  font-size: 16px;
  text-align: center;
  background: url("/static/web/images/index/personal.png") no-repeat top center;
  color: #fefefe;
}
.job .modal-content .modal-footer {
  height: 80px;
  padding: 0;
  text-align: center;
  border: none;
}
.job .modal-content .modal-footer button {
  width: 285px;
  height: 44px;
  margin: 0 auto;
  padding: 0;
  border: none;
  font-size: 16px;
  color: #fff;
}
.job .modal-content .modal-footer button > a {
  width: 100%;
  height: 100%;
  line-height: 44px;
  background: linear-gradient(180deg, #2d68ff, #1c95fc);
  border-radius: 6px;
  color: #fff;
}
.job .info-tips {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  margin: 0 auto;
}
.job .info-tips > h4 {
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
.job .info-tips > p {
  color: #999;
  font-size: 14px;
}
.job .job-close {
  position: absolute;
  right: 15px;
  top: 42px;
  width: 25px;
  height: 25px;
  cursor: pointer;
}
.job .job-close > img {
  width: 100%;
  height: 100%;
}
.animate__fadeInLeft {
  animation-duration: 2s;
  animation-delay: 0.1s;
}
/* 档案科普媒体查询适配 */
@media screen and (max-height: 800px) {
  /* 第四部分 */
  #index .pub-title {
    margin-bottom: 40px !important;
  }
  #index .section4 .archival-science .arcs-list .arcs-item.open {
    width: 50%;
  }
  #index .section4 .archival-science .arcs-list .arcs-item .item-box p {
    width: 320px;
  }
  #index .section4 .archival-science,
  #index .section3 .news-policy {
    max-width: 980px;
  }
  #index .pub-title .title {
    font-size: 26px;
  }
  #index .pub-title {
    /* width: 850px; */
  }
  #index .pub-title .title:after {
    top: -27px;
    left: -152px;
    font-size: 68px;
  }
  #index .arcs-title .title:after {
    top: -28px;
    left: -92px;
  }
  #index .teacher-title .title:after {
    top: -28px;
    left: -92px;
  }
  #index .pub-title .more {
    font-size: 18px;
  }
  /* 第三部分 */
  #index .section3 .news-policy .news-content .news-list .news-item:last-child {
    /* display: none; */
    opacity: 0;
  }
  #index .section3 .news-policy .news-content .news-imgtext img {
    max-height: 230px;
  }
  #index
    .section3
    .news-policy
    .news-content
    .news-list
    .news-item
    .card-title {
    margin-bottom: 14px;
  }
  #index .section3 .news-policy .news-content .news-list .news-item {
    height: 110px;
    padding: 20px;
  }
  /* 第五部分 */
  #index .section5 .teacher {
    height: 89%;
    max-width: 1100px;
  }
  #index .section5 .teacher .swiper-container .swiper-slide-next {
    height: 460px !important;
    width: 320px !important;
    margin-bottom: 25px;
  }
  #index .section5 .teacher .swiper-container .swiper-slide {
    height: 33.6%;
  }
  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    left: 545px !important;
  }
  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    left: 604px !important;
  }
  #index .section5 .teacher .swiper-container .swiper-info {
    right: 220px;
    top: 160px;
    top: 40px;
    height: 180px;
    width: 330px;
  }
  .swiper-button-next,
  .swiper-button-prev {
    width: 30px !important;
    height: 30px !important;
  }
  #index .section5 .teacher h3 {
    max-width: 980px;
  }
  /* 顶部导航 */
  #index .navbar .navbar-nav {
    width: 670px;
  }
  #index .navbar-brand {
    height: 45px;
  }
  #index .navbar form.search input {
    padding-left: 14px;
    padding-right: 22px;
    width: 120px;
    height: 24px;
    font-size: 12px;
  }
  #index .navbar form.search img {
    margin-left: -24px;
    width: 14px;
    height: 14px;
  }
  #index .navbar form.search {
    margin-left: 20px;
  }
  #index .navbar .navbar-nav .nav-item a {
    font-size: 14px;
  }
  #index .navbar .login-register a {
    width: 54px;
    height: 22px;
    line-height: 22px;
    font-size: 12px;
  }
  #index .section1 .container .describe .title {
    font-size: 34px;
  }
  #index .section1 .container .plate .pl-box {
    height: 88px;
  }
  .section1 .container .plate .pl-box {
    width: 900px;
  }
  #index .section1 .container .plate .pl-item {
    height: 88px;
    line-height: 88px;
  }
  #index .section .content .left .describe {
    margin-left: 14%;
  }
  /* 第二部分 */
  #index .section2 .left .newest-course .all-title {
    font-size: 24px;
  }
  #index .section2 .left .newest-course .nav-pills .nav-link {
    width: 90px;
    height: 34px;
    line-height: 34px;
  }
  #index .section2 .left .newest-course .all-title {
    font-size: 24px;
  }
  #index .section2 .left .newest-course #network .net-list-item a,
  #index .section2 .left .newest-course #face_teach .net-list-item a {
    padding: 36px 42px;
  }
  #index .section2 .left .newest-course .all-title {
    margin-bottom: 34px;
  }
  #index .section2 .left .newest-course #network .net-list-item a .text,
  #index .section2 .left .newest-course #face_teach .net-list-item a .text {
    margin-top: 20px;
  }
  #index .section2 .right .archives-grade .all-title {
    font-size: 24px;
  }
  #index .section2 .right .archives-grade .arc-grade-box .grade-item .title {
    font-size: 16px;
  }
  #index .section2 .right .archives-grade .arc-grade-box .grade-item .title {
    margin-bottom: 10px;
  }
  #index .section2 .right .archives-grade .arc-grade-box .grade-item {
    height: 49%;
  }
  #index
    .section2
    .right
    .archives-grade
    .arc-grade-box
    .grade-item:nth-child(1) {
    top: 53%;
  }
  #index
    .section2
    .right
    .archives-grade
    .arc-grade-box
    .grade-item:nth-child(2) {
    top: 38.6%;
  }
  #index
    .section2
    .right
    .archives-grade
    .arc-grade-box
    .grade-item:nth-child(3) {
    top: 23.6%;
  }
  #index
    .section2
    .right
    .archives-grade
    .arc-grade-box
    .grade-item:nth-child(4) {
    top: 11%;
  }
  #index
    .section2
    .right
    .archives-grade
    .arc-grade-box
    .grade-item:nth-child(5) {
    top: -2%;
  }
  #index .section5 .teacher .swiper-container .swiper-info p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
}
@media screen and (max-width: 1300px) {
  /* 第一屏 */
  #index .section1 .container .describe {
    font-size: 14px;
  }
  #index .section1 .container .describe .date {
    margin: 26px 0;
  }
  #index .section1 .container .describe .title {
    font-size: 28px;
  }
  #index .section1 .container .describe .text {
    line-height: 1.5;
  }
  #index .section2 .left .newest-course .all-title,
  #index .section2 .right .archives-grade .all-title {
    font-size: 22px;
  }
  #index .section2 .left .newest-course #pills-tab {
    font-size: 16px;
  }
  #index .section2 .left .newest-course .nav-pills .nav-link {
    width: 82px;
    height: 30px;
    line-height: 30px;
  }
  #index .section2 .left .newest-course #network .net-list-item a,
  #index .section2 .left .newest-course #face_teach .net-list-item a {
    padding: 20px 42px;
  }
  #index .section2 .left .newest-course #network .net-list-item a .text,
  #index .section2 .left .newest-course #face_teach .net-list-item a .text {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.8;
  }
  #index .section2 .left .newest-course #network .net-list-item a .title,
  #index .section2 .left .newest-course #face_teach .net-list-item a .title {
    font-size: 18px;
  }
  .section2 {
    min-width: 1280px;
  }
  #index .section2 .right .archives-grade .arc-grade-box .grade-item {
    height: 55%;
  }
  #index
    .section2
    .right
    .archives-grade
    .arc-grade-box
    .grade-item:nth-child(1) {
    top: 52%;
  }
  #index
    .section2
    .right
    .archives-grade
    .arc-grade-box
    .grade-item:nth-child(2) {
    top: 35.6%;
  }
  #index
    .section2
    .right
    .archives-grade
    .arc-grade-box
    .grade-item:nth-child(3) {
    top: 18.6%;
  }
  #index
    .section2
    .right
    .archives-grade
    .arc-grade-box
    .grade-item:nth-child(4) {
    top: 5%;
  }
  #index
    .section2
    .right
    .archives-grade
    .arc-grade-box
    .grade-item:nth-child(5) {
    top: -9%;
  }
  #index .section3 .news-policy .news-content .news-list .news-item {
    height: 96px;
    padding: 12px 20px;
  }
  #index .section3 .news-policy .news-content .news-list .news-item {
    font-size: 12px;
  }
  #index
    .section3
    .news-policy
    .news-content
    .news-list
    .news-item
    .card-title {
    font-size: 14px;
  }
  #index .section4 .archival-science,
  #index .section3 .news-policy {
    max-width: 900px;
  }
  #index .section5 .teacher {
    height: 83%;
  }
  #index .section5 .teacher .swiper-container .swiper-slide-next {
    height: 370px !important;
    width: 296px !important;
  }
  #index .section5 .teacher .swiper-container .swiper-slide {
    height: 41.6%;
  }
  #index .section5 .teacher .swiper-container .swiper-info {
    right: 240px;
    top: 22px;
    height: 140px;
    width: 330px;
  }
  .swiper-button-next,
  .swiper-button-prev {
    width: 20px !important;
    height: 20px !important;
  }
  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    left: 570px !important;
  }
  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    left: 526px !important;
  }
  .swiper-button-next,
  .swiper-button-prev {
    top: 48% !important;
  }
  #index .section5 .teacher .swiper-container .swiper-info .info-grade {
    margin: 10px 0;
  }
  #index .section5 .teacher .swiper-container .swiper-info p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  #index .section5 .teacher .swiper-container .swiper-info .info-title {
    font-size: 20px;
  }
  #index .section3 .news-policy .news-content .news-imgtext .card-title {
    margin: 20px 0;
  }
  #index .section3 .news-policy .news-content .news-imgtext .card-text {
    font-size: 12px;
  }
  #index .section3 .news-policy .news-content .news-imgtext img {
    max-height: 200px;
  }
  #index
    .section3
    .news-policy
    .news-content
    .news-list
    .news-item
    .card-title {
    margin-bottom: 10px;
  }
  #index .section5 .teacher .swiper-container .swiper-info .info-text {
    font-size: 14px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1370px) and (min-width: 1300px) {
  #index .section5 .teacher .swiper-container .swiper-info .info-text {
    font-size: 14px;
    line-height: 24px;
  }
  #index .section2 .right .archives-grade .arc-grade-box .grade-item {
    height: 51%;
  }
  #index
    .section2
    .right
    .archives-grade
    .arc-grade-box
    .grade-item:nth-child(2) {
    top: 36.6%;
  }
  #index
    .section2
    .right
    .archives-grade
    .arc-grade-box
    .grade-item:nth-child(3) {
    top: 21%;
  }
  #index
    .section2
    .right
    .archives-grade
    .arc-grade-box
    .grade-item:nth-child(4) {
    top: 8%;
  }
  #index
    .section2
    .right
    .archives-grade
    .arc-grade-box
    .grade-item:nth-child(5) {
    top: -5%;
  }
}
@media screen and (max-width: 1540px) and (min-width: 1370px) {
  #index .navbar-brand {
    margin-left: 80px !important;
  }
  #index .navbar .navbar-nav {
    width: 800px !important;
  }
  #index .navbar form.search {
    margin-left: 60px !important;
  }
  #index .section5 .teacher .swiper-container .swiper-info .info-text {
    font-size: 14px;
    line-height: 24px;
  }
}
