::-webkit-scrollbar-track-piece {
  background-color: rgba(0, 0, 0, 0);
  border-left: 0.01rem solid rgba(0, 0, 0, 0);
}
::-webkit-scrollbar {
  width: 0.1rem;
  height: 0.1rem;
  -webkit-border-radius: 0.05rem;
  -moz-border-radius: 0.05rem;
  border-radius: 0.05rem;
}
::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  -webkit-border-radius: 0.05rem;
  -moz-border-radius: 0.05rem;
  border-radius: 0.05rem;
  min-height: 0.28rem;
}
/*
@font-face {
  font-family: OPPOSans;
  src: url('../fonts/opposans-r.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: DINPro;
  src: url('../fonts/din.woff') format('woff'), url('../fonts/d-din-pro-500-medium.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
*/
/** 通用样式 */
* {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  box-sizing: border-box;
}
*::after,
*::before {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  box-sizing: border-box;
}
a {
  color: inherit;
}
a:hover {
  color: inherit;
}
input,
textarea {
  border: none;
  outline: none;
  background-color: transparent;
}
html {
  font-size: 100px;
}
body {
  font-family: OPPOSans, Poppins, 微软雅黑;
  font-size: 0.16rem;
  line-height: 0.16rem;
  background-color: #fff;
  padding: 0;
  margin: 0;
  width: 100%;
  scroll-behavior: smooth;
  max-width: 100vw;
  overflow-x: hidden;
}
.swiper-pagination-bullets {
  line-height: 0;
}
.swiper-pagination-bullets .swiper-pagination-bullet {
  border-radius: 0;
  opacity: 1;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 100%;
}
video {
  max-width: 100%;
  height: auto;
}
.pic img {
  object-fit: cover;
}
hr {
  border: none !important;
}
.title1 {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 0.38rem;
}
.title1 + .content {
  margin-top: 0.2rem;
}
.title1::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0.32rem;
  height: 0.32rem;
}
.title1 h2 {
  color: #000;
  font-family: OPPOSans;
  font-size: 0.24rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.title2 {
  margin-bottom: 0.24rem;
}
.title2 h2 {
  position: relative;
  padding-bottom: 0.14rem;
  color: #333;
  text-align: justify;
  font-family: OPPOSans;
  font-size: 0.32rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.title2 h2::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0.72rem;
  height: 0.02rem;
  background-color: #004098;
}
.more1 {
  position: relative;
  padding-right: 0.21rem;
  color: #666;
  font-family: OPPOSans;
  font-size: 0.16rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.22rem;
  /* 137.5% */
  transition: color 0.3s;
}
.more1:hover {
  color: #004098;
}
.more1::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 0.18rem;
  height: 0.18rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M10.8225 14.115C10.68 14.115 10.5375 14.0625 10.425 13.95C10.2075 13.7325 10.2075 13.3725 10.425 13.155L14.58 8.99997L10.425 4.84497C10.2075 4.62747 10.2075 4.26747 10.425 4.04997C10.6425 3.83247 11.0025 3.83247 11.22 4.04997L15.7725 8.60247C15.99 8.81997 15.99 9.17997 15.7725 9.39747L11.22 13.95C11.1075 14.0625 10.965 14.115 10.8225 14.115Z' fill='%23004098'/%3E%3Cpath d='M15.2475 9.5625H2.625C2.3175 9.5625 2.0625 9.3075 2.0625 9C2.0625 8.6925 2.3175 8.4375 2.625 8.4375H15.2475C15.555 8.4375 15.81 8.6925 15.81 9C15.81 9.3075 15.555 9.5625 15.2475 9.5625Z' fill='%23004098'/%3E%3C/svg%3E");
}
.more2 {
  position: relative;
  padding: 0.1rem;
  padding-bottom: 0.12rem;
  color: #fff;
  font-family: OPPOSans;
  font-size: 0.16rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.22rem;
  /* 137.5% */
  z-index: 0;
}
.more2:hover {
  color: #fff;
}
.more2:hover::after {
  transform: scaleY(1);
}
.more2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: bottom;
  transform: scaleY(0.1);
  background-color: #f2a900;
  z-index: -1;
  transition: all 0.5s;
}
.more3 {
  position: relative;
  padding-right: 0.32rem;
  color: #fff;
  font-family: OPPOSans;
  font-size: 0.16rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.more3.more2 {
  padding-right: 0.42rem;
}
.more3.more2::before {
  right: 0.1rem;
}
.more3:hover {
  color: #fff;
}
.more3::before {
  content: '';
  position: absolute;
  right: 0;
  width: 0.21rem;
  height: 0.21rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='21' viewBox='0 0 20 21' fill='none'%3E%3Cpath d='M12.025 16.1834C11.8667 16.1834 11.7083 16.1251 11.5833 16.0001C11.3417 15.7584 11.3417 15.3584 11.5833 15.1168L16.2 10.5001L11.5833 5.88343C11.3417 5.64176 11.3417 5.24176 11.5833 5.0001C11.825 4.75843 12.225 4.75843 12.4667 5.0001L17.525 10.0584C17.7667 10.3001 17.7667 10.7001 17.525 10.9418L12.4667 16.0001C12.3417 16.1251 12.1833 16.1834 12.025 16.1834Z' fill='white'/%3E%3Cpath d='M16.9417 11.125H2.91666C2.57499 11.125 2.29166 10.8417 2.29166 10.5C2.29166 10.1583 2.57499 9.875 2.91666 9.875H16.9417C17.2833 9.875 17.5667 10.1583 17.5667 10.5C17.5667 10.8417 17.2833 11.125 16.9417 11.125Z' fill='white'/%3E%3C/svg%3E");
}
.more4 {
  position: relative;
  padding-bottom: 0.08rem;
  color: #666;
  font-family: OPPOSans;
  font-size: 0.16rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.22rem;
  /* 137.5% */
}
.more4:hover {
  color: #004098;
}
.more4::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.02rem;
  transform-origin: bottom;
  background-color: #1651A1;
  transition: all 0.5s;
}
.date {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.08rem;
}
.date h3 {
  color: #004098;
  font-family: DINPro;
  font-size: 0.32rem;
  font-style: normal;
  font-weight: 500;
  line-height: 0.23rem;
}
.date h4 {
  color: #004098;
  font-family: DINPro;
  font-size: 0.12rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  white-space: nowrap;
}
.list1 {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.list1 li {
  position: relative;
  height: 0.88rem;
  padding: 0.2rem 0;
  display: flex;
  align-items: center;
  gap: 0.15rem;
}
.list1 li .date {
  width: 0.48rem;
  height: 0.48rem;
}
.list1 li .txt {
  flex-grow: 1;
}
.list1 li .txt a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #333;
  font-family: OPPOSans;
  font-size: 0.16rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.24rem;
  /* 150% */
}
.list1 li .txt a:hover {
  color: #004098;
}
.list2 {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.list2 li {
  position: relative;
  display: flex;
  gap: 0.3rem;
  height: 1.85rem;
}
.list2 li:hover .pic img {
  transform: scale(1.05);
}
.list2 li:hover .txt h3 {
  color: #004098;
}
.list2 li .date {
  position: absolute;
  top: 0;
  left: 0;
  width: 0.6rem;
  height: 0.6rem;
  background-color: #004098;
  z-index: 10;
}
.list2 li .date h3 {
  color: #fff;
}
.list2 li .date h4 {
  color: #fff;
}
.list2 li .pic {
  flex-shrink: 0;
  width: 3rem;
  height: 100%;
  overflow: hidden;
}
.list2 li .pic img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.list2 li .txt {
  flex-grow: 1;
  padding: 0.08rem 0;
}
.list2 li .txt h3 {
  margin-bottom: 0.16rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #333;
  font-family: OPPOSans;
  font-size: 0.18rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.26rem;
  /* 144.444% */
}
.list2 li .txt p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  color: #666;
  text-overflow: ellipsis;
  font-family: OPPOSans;
  font-size: 0.14rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.22rem;
  /* 157.143% */
}
.list2 hr {
  width: 100%;
  border-bottom: 0.01rem solid #e2e8ee !important;
  margin: 0.24rem 0;
}
.list3 {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.list3 li img{ width:200px; height:150px; float:left;border-radius: 8px}
.list3 li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.2rem;
  padding: 0.24rem 0;
  border-bottom: 0.01rem dashed #e2e8ee !important;
}
.xwbt{ font-size:26px; border-bottom:1px dashed #cccccc; line-height:50px;}
.list3 li .xwms{ padding:15px; margin-top:15px;line-height:28px; color:#666666; background-color:#F1F1F1; font-size:14px;}
.list3 li .date {
  min-width: 0.6rem;
  height: 0.6rem;
}
.list3 li .txt {
  flex-grow: 1;
}
.list3 li .txt a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #333;
  font-family: OPPOSans;
  font-size: 0.18rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.26rem;
  /* 130% */
}
.list3 li .txt a:hover {
  color: #004098;
}
.list3 li .belongings {
  flex-shrink: 0;
  padding: 0.1rem;
  border: 0.02rem solid #004098;
  border-radius: 0.05rem;
}
.list3 li .belongings h3 {
  color: #004098;
  font-family: OPPOSans;
  font-size: 0.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.26rem;
  /* 130% */
}
.list3 hr {
  display: none;
  width: 100%;
  border-bottom: 0.01rem solid #e2e8ee !important;
  margin: 0.24rem 0;
}
.list_zjk {
  width: 100%;
  flex-direction: column;
}
.list_zjk li img{ width:200px; height:200px; float:left;}
.list_zjk li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.2rem;
  padding: 0.24rem 0;
  border-bottom: 0.01rem solid #e2e8ee !important;
  width:48%; float:left;
  margin-right:2%;
}
.list_zjk li .date {
  min-width: 0.6rem;
  height: 0.6rem;
}
.list_zjk li .miaos{padding-top:15px; line-height:28px; color:#666666;}
.list_zjk li .txt {
  flex-grow: 1;
}
.list_zjk li .txt a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #333;
  font-family: OPPOSans;
  font-size: 0.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.26rem;
  /* 130% */
}
.list_zjk li .txt a:hover {
  color: #004098;
}
.list_zjk li .belongings {
  flex-shrink: 0;
  padding: 0.1rem;
  border: 0.02rem solid #004098;
  border-radius: 0.05rem;
}
.list_zjk li .belongings h3 {
  color: #004098;
  font-family: OPPOSans;
  font-size: 0.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.26rem;
  /* 130% */
}
.list_zjk hr {
  display: none;
  width: 100%;
  border-bottom: 0.01rem solid #e2e8ee !important;
  margin: 0.24rem 0;
}
.imglist {
  display: flex;
  gap: 0.4rem;
  flex-wrap: wrap;
}
.imglist li {
  width: calc((100% - 0.4rem * 2) / 3);
  height: 2.8rem;
  overflow: hidden;
}
.imglist li:hover img {
  transform: scale(1.05);
}
.imglist li img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.imglist2 {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 0.29rem;
}
.imglist2 li {
  width: calc((100% - 0.29rem * 2) / 3);
  height: 2.8rem;
}
.imglist2 li:hover .pic img {
  transform: scale(1.05);
}
.imglist2 li:hover .txt h3 {
  color: #004098;
}
.imglist2 li .pic {
  width: 100%;
  height: 2.2rem;
  overflow: hidden;
}
.imglist2 li .pic img {
  width: 100%;
  height: 100%;
  transition: transform 0.3s;
}
.imglist2 li .txt {
  margin-top: 0.12rem;
  padding: 0 0.095rem;
}
.imglist2 li .txt h3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #333;
  text-align: center;
  font-family: OPPOSans;
  font-size: 0.16rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.link-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.4rem;
}
.link-list li {
  width: calc((100% - 0.4rem) / 2);
  height: 0.73rem;
  padding: 0.1rem 0;
  border-bottom: 0.01rem solid #e2e8ee;
  transition: padding 0.3s;
}
.link-list li:hover {
  padding-left: 0.05rem;
  border-color: #004098;
  background-color: #f7f9fd;
}
.link-list li:hover a {
  color: #004098;
}
.link-list li:hover a::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M10.8225 14.115C10.68 14.115 10.5375 14.0625 10.425 13.95C10.2075 13.7325 10.2075 13.3725 10.425 13.155L14.58 8.99997L10.425 4.84497C10.2075 4.62747 10.2075 4.26747 10.425 4.04997C10.6425 3.83247 11.0025 3.83247 11.22 4.04997L15.7725 8.60247C15.99 8.81997 15.99 9.17997 15.7725 9.39747L11.22 13.95C11.1075 14.0625 10.965 14.115 10.8225 14.115Z' fill='%23004098'/%3E%3Cpath d='M15.2475 9.5625H2.625C2.3175 9.5625 2.0625 9.3075 2.0625 9C2.0625 8.6925 2.3175 8.4375 2.625 8.4375H15.2475C15.555 8.4375 15.81 8.6925 15.81 9C15.81 9.3075 15.555 9.5625 15.2475 9.5625Z' fill='%23004098'/%3E%3C/svg%3E");
}
.link-list li a {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding-left: 0.28rem;
  color: #333;
  font-family: OPPOSans;
  font-size: 0.18rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.link-list li a[href^='javascript'],
.link-list li a[href='#'],
.link-list li a[href=''] {
  pointer-events: none;
}
.link-list li a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 0.18rem;
  height: 0.18rem;
  transform: translateY(-50%);
  transition: all 0.5s;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M10.8223 14.115C10.6798 14.115 10.5373 14.0625 10.4248 13.95C10.2073 13.7325 10.2073 13.3725 10.4248 13.155L14.5798 9.00003L10.4248 4.84503C10.2073 4.62753 10.2073 4.26753 10.4248 4.05003C10.6423 3.83253 11.0023 3.83253 11.2198 4.05003L15.7723 8.60253C15.9898 8.82003 15.9898 9.18003 15.7723 9.39753L11.2198 13.95C11.1073 14.0625 10.9648 14.115 10.8223 14.115Z' fill='%23333333'/%3E%3Cpath d='M15.2475 9.5625H2.625C2.3175 9.5625 2.0625 9.3075 2.0625 9C2.0625 8.6925 2.3175 8.4375 2.625 8.4375H15.2475C15.555 8.4375 15.81 8.6925 15.81 9C15.81 9.3075 15.555 9.5625 15.2475 9.5625Z' fill='%23333333'/%3E%3C/svg%3E");
}
.custom-table {
  margin-bottom: 0.3rem;
}
.custom-table .title h3 {
  position: relative;
  padding-left: 0.14rem;
  margin-bottom: 0.22rem;
  color: #004098;
  font-family: OPPOSans;
  font-size: 0.24rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.32rem;
  /* 133.333% */
}
.custom-table .title h3::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0.04rem;
  height: 0.24rem;
  background-color: #004098;
}
.custom-table.research-project table tr:first-of-type th:nth-of-type(1),
.custom-table.research-project table tr:first-of-type td:nth-of-type(1) {
  width: 9% !important;
}
.custom-table.research-project table tr:first-of-type th:nth-of-type(2),
.custom-table.research-project table tr:first-of-type td:nth-of-type(2) {
  width: 44% !important;
}
.custom-table.research-project table tr:first-of-type th:nth-of-type(3),
.custom-table.research-project table tr:first-of-type td:nth-of-type(3) {
  width: 9% !important;
}
.custom-table.research-project table tr:first-of-type th:nth-of-type(4),
.custom-table.research-project table tr:first-of-type td:nth-of-type(4) {
  width: 38% !important;
}
.custom-table.research-institution table tr:first-of-type th:nth-of-type(1),
.custom-table.research-institution table tr:first-of-type td:nth-of-type(1) {
  width: 38% !important;
}
.custom-table.research-institution table tr:first-of-type th:nth-of-type(2),
.custom-table.research-institution table tr:first-of-type td:nth-of-type(2) {
  width: 20% !important;
}
.custom-table.research-institution table tr:first-of-type th:nth-of-type(3),
.custom-table.research-institution table tr:first-of-type td:nth-of-type(3) {
  width: 22% !important;
}
.custom-table.research-institution table tr:first-of-type th:nth-of-type(4),
.custom-table.research-institution table tr:first-of-type td:nth-of-type(4) {
  width: 20% !important;
}
.custom-table.major-establishment table tr:nth-of-type(odd) th,
.custom-table.major-establishment table tr:nth-of-type(odd) td {
  background-color: #fff;
}
.custom-table.major-establishment table tr:nth-of-type(even) th,
.custom-table.major-establishment table tr:nth-of-type(even) td {
  background-color: #fff;
}
.custom-table.major-establishment table tr:first-of-type th,
.custom-table.major-establishment table tr:first-of-type td {
  background-color: #e4ecf4;
}
.custom-table.major-establishment table tr:first-of-type th:nth-of-type(1),
.custom-table.major-establishment table tr:first-of-type td:nth-of-type(1) {
  width: 10% !important;
}
.custom-table.major-establishment table tr:first-of-type th:nth-of-type(2),
.custom-table.major-establishment table tr:first-of-type td:nth-of-type(2) {
  width: 19% !important;
}
.custom-table.major-establishment table tr:first-of-type th:nth-of-type(3),
.custom-table.major-establishment table tr:first-of-type td:nth-of-type(3) {
  width: 29% !important;
}
.custom-table.major-establishment table tr:first-of-type th:nth-of-type(4),
.custom-table.major-establishment table tr:first-of-type td:nth-of-type(4) {
  width: 13% !important;
}
.custom-table.major-establishment table tr:first-of-type th:nth-of-type(5),
.custom-table.major-establishment table tr:first-of-type td:nth-of-type(5) {
  width: 14% !important;
}
.custom-table.major-establishment table tr:first-of-type th:nth-of-type(6),
.custom-table.major-establishment table tr:first-of-type td:nth-of-type(6) {
  width: 15% !important;
}
.custom-table table {
  width: 100%;
  height: auto;
}
.custom-table table colgroup col {
  width: auto !important;
}
.custom-table table tr th,
.custom-table table tr td {
  vertical-align: middle;
  color: #333;
  min-height: 0.6rem;
  padding: 0.18rem 0.3rem;
  font-family: OPPOSans;
  font-size: 0.18rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-color: #c8d5e2;
  border-left: none !important;
  border-bottom: 0.01rem solid #e2e8ee !important;
  border-right: 0.01rem solid #e2e8ee !important;
}
.custom-table table tr th:last-of-type,
.custom-table table tr td:last-of-type {
  border-right: none !important;
}
.custom-table table tr:nth-of-type(odd) th,
.custom-table table tr:nth-of-type(odd) td {
  background-color: #f7f9fd;
}
.custom-table table tr:nth-of-type(even) th,
.custom-table table tr:nth-of-type(even) td {
  background-color: #fff;
}
.custom-table table tr:first-of-type {
  white-space: nowrap;
}
.custom-table table tr:first-of-type th,
.custom-table table tr:first-of-type td {
  text-align: left;
  color: #004098;
  height: 0.62rem;
  border-top: 0.02rem solid #004098;
  background: #e4ecf4;
}
.latest-dynamics {
  width: 100%;
}
.latest-dynamics .title {
  margin-bottom: 0.2rem;
  position: relative;
  padding-left: 0.4rem;
  padding-bottom: 0.2rem;
  display: flex;
  border-bottom: 0.02rem solid #e2e8ee;
}
.latest-dynamics .title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0.32rem;
  height: 0.32rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M26 0H6C4.34272 0 3 1.34269 3 3L3.00086 26.0191L3 26V32L10 26H26C27.6573 26 29 24.6573 29 23V3C29 1.34269 27.6573 0 26 0ZM21.924 19.87H19.5791C16.8287 15.8325 14.8011 12.8529 13.5141 10.9135C13.0028 10.0496 12.5796 9.22094 12.2094 8.42756H12.1389C12.2799 9.25619 12.3504 10.1906 12.3504 11.2485V19.8523H10.0761V5.62422H12.4915C15.2066 9.62647 17.1813 12.5884 18.4155 14.5102C18.9267 15.2507 19.3851 16.097 19.7906 17.0667V16.9962C19.7025 16.0794 19.6496 15.2331 19.6496 14.4397V5.62425H21.924L21.924 19.87Z' fill='%23004098'/%3E%3C/svg%3E");
}
.latest-dynamics .title h2 {
  margin-top: 0.03rem;
  color: #004098;
  font-family: OPPOSans;
  font-size: 0.22rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.22rem;
  /* 100% */
}
.latest-dynamics .content {
  position: relative;
}
.latest-dynamics .content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0.05rem;
  width: 0.01rem;
  height: 100%;
  transform: translateY(0.1rem);
  background-color: #bbc7d8;
}
.latest-dynamics .content ul {
  display: flex;
  flex-direction: column;
  gap: 0.16rem;
}
.latest-dynamics .content ul li {
  position: relative;
  padding-left: 0.23rem;
}
.latest-dynamics .content ul li:hover h3 {
  color: #004098;
}
.latest-dynamics .content ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.05rem;
  width: 0.11rem;
  height: 0.11rem;
  border-radius: 50%;
  border: 0.01rem solid #bbc7d8;
  background-color: #fff;
}
.latest-dynamics .content ul li span {
  color: #004098;
  font-family: OPPOSans;
  font-size: 0.14rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.22rem;
  /* 157.143% */
}
.latest-dynamics .content ul li h3 {
  margin-top: 0.08rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #333;
  font-family: OPPOSans;
  font-size: 0.16rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.24rem;
  /* 150% */
}
.latest-notice {
  width: 100%;
}
.latest-notice ul {
  display: flex;
  flex-direction: column;
}
.latest-notice ul li:hover h3 {
  color: #004098;
}
.latest-notice ul li span {
  color: #004098;
  font-family: OPPOSans;
  font-size: 0.14rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.22rem;
  /* 157.143% */
}
.latest-notice ul li h3 {
  margin-top: 0.08rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #333;
  font-family: OPPOSans;
  font-size: 0.16rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.latest-notice ul hr {
  border-bottom: 0.01rem solid #e2e8ee !important;
  margin: 0.1rem 0;
}
.latest-notice ul hr:last-of-type {
  display: none;
}
.wrapper {
  width: 14rem;
  height: 100%;
  margin: 0 auto;
}
.header {
  display: block;
  position: fixed;
  top: 0;
  width: 100%;
  height: 1.44rem;
  padding: 0.14rem 0;
  z-index: 100;
  transform: translateY(-100%);
  transition: all 0.3s;
}
.header.top {
  background-color: transparent !important;
  transform: translateY(0);
  transition: none;
}
.header.show {
  background-color: #004098;
  transform: translateY(0);
}
.header > .wrapper {
  width: 17.6rem;
  display: flex;
  gap: 0.4rem;
  align-items: center;
}
.header .logo {
  width: 3.83rem;
  height: 0.88rem;
}
.header .logo img {
  width: 100%;
  height: 100%;
}
.header .menu {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}
.header .menu hr {
  width: 100%;
  margin: 0.1rem 0;
  border-bottom: 0.01rem solid rgba(255, 255, 255, 0.5) !important;
}
.header .menu .top-menu {
  display: flex;
  align-items: center;
  gap: 0.2rem;
}
.header .menu .top-menu .search-btn {
  width: 0.24rem;
  height: 0.24rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11.5 21C16.7467 21 21 16.7467 21 11.5C21 6.25329 16.7467 2 11.5 2C6.25329 2 2 6.25329 2 11.5C2 16.7467 6.25329 21 11.5 21Z' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M22 22L20 20' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  cursor: pointer;
}
.header .menu .top-menu .search-btn:hover,
.header .menu .top-menu .search-btn.active {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11.5 21C16.7467 21 21 16.7467 21 11.5C21 6.25329 16.7467 2 11.5 2C6.25329 2 2 6.25329 2 11.5C2 16.7467 6.25329 21 11.5 21Z' stroke='%23F2A900' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M22 22L20 20' stroke='%23F2A900' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.header .menu .links {
  display: flex;
  align-items: center;
  gap: 0.16rem;
}
.header .menu .links a {
  color: #fff;
  font-family: OPPOSans;
  font-size: 0.16rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.22rem;
  /* 137.5% */
}
.header .menu .links a:hover {
  color: #f2a900;
}
.header .menu .links .devider {
  width: 2px;
  height: 0.16rem;
  background-color: #f2a900;
}
.header .menu .bottom-menu {
  padding-top: 0.1rem;
}
.wap-header {
  display: none;
}
.nav {
  display: flex;
  gap: 0.4rem;
}
.nav .nav-item.has-sub:hover .nav-cont {
  transform: scaleY(1);
  opacity: 1;
}
.nav .nav-tit a {
  display: block;
  position: relative;
  color: #fff;
  font-family: OPPOSans;
  font-size: 0.22rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 0.08rem;
}
.nav .nav-tit a:hover::after {
  transform: scaleX(1);
}
.nav .nav-tit a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
  width: 100%;
  height: 0.025rem;
  background-color: #1651A1;
  transition: all 0.5s;
}
.nav .nav-cont {
  position: absolute;
  width: 100%;
  min-height: calc(2.4rem + 2 * 0.48rem);
  padding: 0.48rem 0;
  left: 0;
  top: 100%;
  background-color: #fff;
  box-shadow: 0rem 0.04rem 0.2rem 0rem rgba(3, 66, 126, 0.1);
  transform-origin: top;
  transform: scaleY(0);
  opacity: 0;
  transition: all 0.5s;
}
.nav .nav-cont > .wrapper {
  display: flex;
  gap: 0.56rem;
}
.nav .nav-cont .pic {
  flex-shrink: 0;
  position: relative;
  width: 3.84rem;
  height: 2.4rem;
}
.nav .nav-cont .pic[column-name='关于学会'] {
  background-image: url('../images/columnimage1.jpg');
}
.nav .nav-cont .pic[column-name='分支机构'] {
  background-image: url('../images/columnimage2.jpg');
}
.nav .nav-cont .pic[column-name='学会动态'] {
  background-image: url('../images/columnimage3.jpg');
}
.nav .nav-cont .pic[column-name='学会服务'] {
  background-image: url('../images/columnimage4.jpg');
}
.nav .nav-cont .pic[column-name='科学普及'] {
  background-image: url('../images/columnimage1.jpg');
}
.nav .nav-cont .pic[column-name='智库中心'] {
  background-image: url('../images/columnimage2.jpg');
}
.nav .nav-cont .pic[column-name='会员之窗'] {
  background-image: url('../images/columnimage3.jpg');
}
.nav .nav-cont .pic[column-name='会员服务'] {
  background-image: url('../images/columnimage4.jpg');
}
.nav .nav-cont .pic a {
  display: block;
  width: 100%;
  height: 100%;
}
.nav .nav-cont .pic .shadow {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.2rem;
  background: linear-gradient(0deg, #002956 0%, transparent 93.12%);
}
.nav .nav-cont .pic .shadow h3 {
  position: absolute;
  left: 0.22rem;
  bottom: 0.31rem;
  padding-bottom: 0.08rem;
  color: #fff;
  font-family: OPPOSans;
  font-size: 0.16rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.22rem;
  /* 137.5% */
}
.nav .nav-cont .pic .shadow h3::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.02rem;
  background-color: #f2a900;
}
.nav .nav-cont .txt {
  flex-grow: 1;
  height: 100%;
}
.nav .nav-cont .txt dl {
  padding: 0.1rem 0;
}
.nav .nav-cont .txt dt {
  color: #004098;
  font-family: OPPOSans;
  font-size: 0.24rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.nav .nav-cont .txt .sub {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem 0.6rem;
  margin-top: 0.2rem;
}
.nav .nav-cont .txt dd {
  width: 2.8rem;
  border-bottom: 0.01rem solid #e2e8ee;
  transition: border-bottom 0.5s;
}
.nav .nav-cont .txt dd:hover {
  border-bottom: 0.01rem solid #004098;
}
.nav .nav-cont .txt dd:hover a {
  color: #004098;
}
.nav .nav-cont .txt dd:hover a::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M9.1463 6.4528L3.76337 11.8136C3.51378 12.0621 3.10362 12.0621 2.85402 11.8136C2.60443 11.565 2.60443 11.1565 2.85402 10.908L7.78229 6L2.85402 1.09202C2.60443 0.843459 2.60443 0.434989 2.85402 0.186424C3.10362 -0.0621413 3.51378 -0.0621413 3.76337 0.186424L9.1463 5.5472C9.39589 5.79576 9.39589 6.20423 9.1463 6.4528Z' fill='%23004098'/%3E%3C/svg%3E");
}
.nav .nav-cont .txt dd a {
  position: relative;
  display: block;
  padding: 0.13rem 0.22rem 0.13rem 0;
  color: #333;
  font-family: OPPOSans;
  font-size: 0.17rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: color 0.5s;
}
.nav .nav-cont .txt dd a::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.12rem;
  height: 0.12rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M9.1463 6.4528L3.76337 11.8136C3.51378 12.0621 3.10362 12.0621 2.85402 11.8136C2.60443 11.565 2.60443 11.1565 2.85402 10.908L7.78229 6L2.85402 1.09202C2.60443 0.843459 2.60443 0.434989 2.85402 0.186424C3.10362 -0.0621413 3.51378 -0.0621413 3.76337 0.186424L9.1463 5.5472C9.39589 5.79576 9.39589 6.20423 9.1463 6.4528Z' fill='%23ACB6CC'/%3E%3C/svg%3E");
  transition: background-image 0.5s;
}
.nav2 {
  display: flex;
}
.nav2 .nav-item {
  position: relative;
  padding: 0.01rem 0;
}
.nav2 .nav-item:hover .nav-tit,
.nav2 .nav-item:hover .nav-cont {
  background-color: #fff;
}
.nav2 .nav-item:hover .nav-tit {
  box-shadow: 0rem 0rem 0rem 0.03rem #ccd8eb;
}
.nav2 .nav-item:hover .nav-tit::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
  width: 100%;
  height: 0.04rem;
  z-index: 60;
}
.nav2 .nav-item:hover .nav-tit h2 {
  color: #004098;
}
.nav2 .nav-item:hover .nav-cont {
  transform: scaleY(1);
  opacity: 1;
  box-shadow: 0rem 0rem 0rem 0.03rem #ccd8eb;
}
.nav2 .nav-item .nav-tit {
  position: relative;
  padding: 0.1rem 0.12rem;
}
.nav2 .nav-item .nav-tit h2 {
  position: relative;
  padding-right: 0.18rem;
  cursor: pointer;
  color: #fff;
  font-family: OPPOSans;
  font-size: 0.16rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.22rem;
  /* 137.5% */
}
.nav2 .nav-item .nav-tit h2::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 0.14rem;
  height: 0.14rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M2.54673 5.65607C2.32962 5.39554 2.51488 5 2.85402 5H11.146C11.4851 5 11.6704 5.39554 11.4533 5.65607L7.51215 10.3854C7.24562 10.7053 6.75438 10.7053 6.48785 10.3854L2.54673 5.65607Z' fill='%23F2A900'/%3E%3C/svg%3E");
}
.nav2 .nav-item .nav-cont {
  position: absolute;
  min-width: 100%;
  transform: scaleY(0);
  transform-origin: top;
  opacity: 0;
  transition: all 0.5s;
  display: flex;
  flex-direction: column;
  gap: 0.08rem;
  z-index: 50;
}
.nav2 .nav-item .nav-cont ul {
  padding: 0.04rem 0.12rem 0.12rem 0.16rem;
}
.nav2 .nav-item .nav-cont li a,
.nav2 .nav-item .nav-cont dl .sub a {
  color: #333;
  font-family: OPPOSans;
  font-size: 0.14rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.32rem;
  /* 228.571% */
  position: relative;
  padding-left: 0.12rem;
}
.nav2 .nav-item .nav-cont li a::before,
.nav2 .nav-item .nav-cont dl .sub a::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0.04rem;
  height: 0.04rem;
  background-color: #f2a900;
}
.nav2 .nav-item .nav-cont li a:hover,
.nav2 .nav-item .nav-cont dl .sub a:hover {
  color: #004098;
}
.nav2 .nav-item .nav-cont dl {
  width: 5.5rem;
  padding: 0.08rem 0.16rem 0;
}
.nav2 .nav-item .nav-cont dl:last-of-type {
  margin-bottom: 0.16rem;
}
.nav2 .nav-item .nav-cont dl dt {
  padding-left: 0.11rem;
  position: relative;
  color: #004098;
  font-family: OPPOSans;
  font-size: 0.16rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.36rem;
  /* 225% */
}
.nav2 .nav-item .nav-cont dl dt::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0.03rem;
  height: 0.16rem;
  background-color: #004098;
}
.nav2 .nav-item .nav-cont dl dt a {
  color: #004098;
}
.nav2 .nav-item .nav-cont dl .sub {
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.24rem;
}
.nav2 .nav-item .nav-cont dl dd {
  width: calc((100% - 0.24rem * 2) / 3);
}
.nav2 .nav-item .nav-cont dl dd a {
  white-space: nowrap;
}
.nav3 {
  display: flex;
  flex-direction: column;
}
.nav3 .nav-item {
  display: flex;
  gap: 0.6rem;
}
.nav3 .nav-item .nav-tit h2 {
  width: 1.4rem;
  color: #004098;
  font-family: OPPOSans;
  font-size: 0.18rem;
  font-style: normal;
  font-weight: 400;
  line-height: 144.444%;
}
.nav3 .nav-item .nav-tit h2 a {
  transition: all 0.3s;
}
.nav3 .nav-item .nav-tit h2:hover a {
  color: #f2a900;
}
.nav3 .nav-item .nav-cont {
  width: 5.6rem;
}
.nav3 .nav-item .nav-cont ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem 0.4rem;
}
.nav3 .nav-item .nav-cont li {
  flex: 0 0 1.6rem;
}
.nav3 .nav-item .nav-cont li:hover a {
  color: #004098;
}
.nav3 .nav-item .nav-cont li a {
  position: relative;
  color: #333;
  font-family: OPPOSans;
  font-size: 0.16rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.nav3 hr {
  margin: 0.2rem 0;
  border-bottom: 0.01rem solid #e2e8ee !important;
}
.nav3 hr:last-of-type {
  display: none;
}
.search {
  position: fixed;
  top: 0;
  width: 100%;
  height: 1.6rem;
  padding: 0.6rem 0;
  background: #fff;
  box-shadow: 0rem 0.04rem 0.2rem 0rem rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scaleY(0);
  transform-origin: top;
  opacity: 0;
  z-index: 99;
  transition: all 0.3s;
}
.search.top {
  top: 1.44rem;
}
.search.active {
  transform: scaleY(1);
  opacity: 1;
}
.search #search-form {
  position: relative;
  width: 7.1rem;
  height: 100%;
  border-bottom: 0.01rem solid #d6dfeb;
}
.search #search-form [type='text'] {
  width: 6.5rem;
  color: #333;
  font-family: OPPOSans;
  font-size: 0.16rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background-color: transparent !important;
}
.search #search-form [type='text']::placeholder {
  color: #999;
}
.search #search-form [type='submit'] {
  position: absolute;
  top: 0;
  right: 0;
  width: 0.24rem;
  height: 0.24rem;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11.5 21C16.7467 21 21 16.7467 21 11.5C21 6.25329 16.7467 2 11.5 2C6.25329 2 2 6.25329 2 11.5C2 16.7467 6.25329 21 11.5 21Z' stroke='%23004098' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M22 22L20 20' stroke='%23004098' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  cursor: pointer;
}
.search #search-form [type='submit']:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11.5 21C16.7467 21 21 16.7467 21 11.5C21 6.25329 16.7467 2 11.5 2C6.25329 2 2 6.25329 2 11.5C2 16.7467 6.25329 21 11.5 21Z' stroke='%23F2A900' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M22 22L20 20' stroke='%23F2A900' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.footer {
  min-height: 4rem;
  margin-top: 0.8rem;
  padding: 0.6rem 0 0.3rem;
  background-color: #004098;
}
.footer .center {
  display: flex;
  justify-content: space-between;
  gap: 0.8rem;
  margin-bottom: 0.5rem;
}
.footer .center .devider {
  width: 0.01rem;
  background-color: rgba(255, 255, 255, 0.1);
}
.footer .center .contact .logo {
  margin-bottom: 0.2rem;
  width: 2.5rem;
  height: 0.6rem;
}
.footer .center .contact .logo img {
  width: 100%;
  height: 100%;
}
.footer .center .contact .info {
  display: flex;
  flex-direction: column;
  gap: 0.16rem;
}
.footer .center .contact .info p {
  color: #fff;
  font-family: OPPOSans;
  font-size: 0.14rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.footer .center .contact .info .telephone {
  display: flex;
  gap: 0.1rem;
}
.footer .center .contact .info .telephone .call-icon {
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.15);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11.05 14.95L9.2 16.8C8.81 17.19 8.19 17.19 7.79 16.81C7.68 16.7 7.57 16.6 7.46 16.49C6.43 15.45 5.5 14.36 4.67 13.22C3.85 12.08 3.19 10.94 2.71 9.81C2.24 8.67 2 7.58 2 6.54C2 5.86 2.12 5.21 2.36 4.61C2.6 4 2.98 3.44 3.51 2.94C4.15 2.31 4.85 2 5.59 2C5.87 2 6.15 2.06 6.4 2.18C6.66 2.3 6.89 2.48 7.07 2.74L9.39 6.01C9.57 6.26 9.7 6.49 9.79 6.71C9.88 6.92 9.93 7.13 9.93 7.32C9.93 7.56 9.86 7.8 9.72 8.03C9.59 8.26 9.4 8.5 9.16 8.74L8.4 9.53C8.29 9.64 8.24 9.77 8.24 9.93C8.24 10.01 8.25 10.08 8.27 10.16C8.3 10.24 8.33 10.3 8.35 10.36C8.53 10.69 8.84 11.12 9.28 11.64C9.73 12.16 10.21 12.69 10.73 13.22C10.83 13.32 10.94 13.42 11.04 13.52C11.44 13.91 11.45 14.55 11.05 14.95Z' fill='white'/%3E%3Cpath d='M21.97 18.33C21.97 18.61 21.92 18.9 21.82 19.18C21.79 19.26 21.76 19.34 21.72 19.42C21.55 19.78 21.33 20.12 21.04 20.44C20.55 20.98 20.01 21.37 19.4 21.62C19.39 21.62 19.38 21.63 19.37 21.63C18.78 21.87 18.14 22 17.45 22C16.43 22 15.34 21.76 14.19 21.27C13.04 20.78 11.89 20.12 10.75 19.29C10.36 19 9.97001 18.71 9.60001 18.4L12.87 15.13C13.15 15.34 13.4 15.5 13.61 15.61C13.66 15.63 13.72 15.66 13.79 15.69C13.87 15.72 13.95 15.73 14.04 15.73C14.21 15.73 14.34 15.67 14.45 15.56L15.21 14.81C15.46 14.56 15.7 14.37 15.93 14.25C16.16 14.11 16.39 14.04 16.64 14.04C16.83 14.04 17.03 14.08 17.25 14.17C17.47 14.26 17.7 14.39 17.95 14.56L21.26 16.91C21.52 17.09 21.7 17.3 21.81 17.55C21.91 17.8 21.97 18.05 21.97 18.33Z' fill='white'/%3E%3C/svg%3E");
  background-size: 50%;
}
.footer .center .contact .info .telephone .call-number h2 {
  margin-top: 0.02rem;
  color: #fff;
  font-family: OPPOSans;
  font-size: 0.18rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.footer .center .title {
  pointer-events: none;
  margin-bottom: 0.08rem;
  color: #fff;
  font-family: OPPOSans;
  font-size: 0.18rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.footer .center .content {
  display: flex;
  gap: 0.4rem;
}
.footer .center .content li:hover a {
  color: #ffffff;
}
.footer .center .content li a {
  color: rgba(255, 255, 255, 0.8);
  font-family: OPPOSans;
  font-size: 0.14rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.28rem;
  /* 200% */
}
.footer .center .content li a[href^='javascript'],
.footer .center .content li a[href='#'],
.footer .center .content li a[href=''] {
  pointer-events: none;
}
.footer .bottom {
  padding-top: 0.24rem;
  border-top: 0.01rem solid rgba(255, 255, 255, 0.1);
  text-align:center;
}
.footer .bottom p,
.footer .bottom a {
  color: rgba(255, 255, 255, 0.7);
  font-family: OPPOSans;
  font-size: 0.14rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 0.21rem */
}
.footer .bottom a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.footer .bottom .copyright {
  gap: 0.16rem;
}
.footer .bottom .technology {
  display: flex;
}
/** 首页 */
.home-banner {
  position: relative;
  height: 50vw;
}
.home-banner::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  background: linear-gradient(284deg, rgba(2, 62, 134, 0) 0%, rgba(5, 56, 117, 0.5) 100%);
  user-select: none;
  pointer-events: none;
  z-index: 5;
}
.home-banner .swiper-container {
  height: 100%;
}
.home-banner .swiper-container::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  background: linear-gradient(180deg, #001e46 0%, rgba(0, 30, 70, 0) 30%);
  user-select: none;
  pointer-events: none;
  z-index: 10;
}
.home-banner .swiper-slide {
  position: relative;
}
.home-banner .swiper-slide::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 64, 152, 0) 75%, #004098 100%);
  user-select: none;
  pointer-events: none;
  z-index: 15;
}
.home-banner .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.home-banner .swiper-pagination {
  width: 17.6rem;
  text-align: end;
  left: 50%;
  bottom: 0.5rem;
  transform: translateX(-50%);
}
.home-banner .swiper-pagination .swiper-pagination-bullet {
  width: 0.14rem;
  height: 0.14rem;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Ccircle cx='6' cy='6' r='4' fill='white'/%3E%3C/svg%3E");
  background-size: 100%;
  margin: 0 0.06rem;
}
.home-banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Ccircle cx='6' cy='6' r='5.25' stroke='white' stroke-width='1.5'/%3E%3C/svg%3E");
  background-size: 100%;
}
.home-banner .explore {
  position: absolute;
  bottom: 0.4rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 35;
  text-align: center;
  animation: move_up_down 3s infinite ease-in-out;
}
.home-banner .explore:hover h2 {
  color: #f2a900;
}
.home-banner .explore h2 {
  padding-bottom: 0.08rem;
  color: #fff;
  font-family: OPPOSans;
  font-size: 0.24rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: color 0.5s;
}
.home-banner .explore img {
  width: 0.12rem;
  height: 0.64rem;
}
.home-search {
  min-height: 2.4rem;
  padding: 0.4rem 0 0.5rem;
  background-color: #004098;
}
.home-search .wrapper {
  width: 10.8rem;
  display: flex;
  flex-direction: column;
  gap: 0.41rem;
}
.home-search #home-search-form {
  height: 0.8rem;
  background: rgba(255, 255, 255, 0.2);
  padding: 0 0.3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.2rem;
}
.home-search #home-search-form [type='text'] {
  flex-grow: 1;
  background-color: transparent;
  color: #fff;
  font-family: OPPOSans;
  font-size: 0.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
.home-search #home-search-form [type='text']::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.home-search #home-search-form [type='submit'] {
  width: 0.24rem;
  height: 0.24rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11.5 21C16.7467 21 21 16.7467 21 11.5C21 6.25329 16.7467 2 11.5 2C6.25329 2 2 6.25329 2 11.5C2 16.7467 6.25329 21 11.5 21Z' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M22 22L20 20' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-color: transparent;
  cursor: pointer;
}
.home-search #home-search-form [type='submit']:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11.5 21C16.7467 21 21 16.7467 21 11.5C21 6.25329 16.7467 2 11.5 2C6.25329 2 2 6.25329 2 11.5C2 16.7467 6.25329 21 11.5 21Z' stroke='%23F2A900' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M22 22L20 20' stroke='%23F2A900' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.home-search .fast-links {
  display: flex;
  justify-content: center;
  gap: 0.4rem;
}
.home-search .fast-links a {
  display: block;
  position: relative;
  color: rgba(255, 255, 255, 0.7);
  font-family: OPPOSans;
  font-size: 0.18rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 0.08rem;
}
.home-search .fast-links a:hover {
  color: #fff;
}
.home-search .fast-links a:hover::after {
  transform: scaleX(1);
}
.home-search .fast-links a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
  width: 100%;
  height: 0.025rem;
  background-color: #f2a900;
  transition: all 0.5s;
}
.home-section1 {
  padding: 0.7rem 0 0.9rem;
}
.home-section1 > .wrapper {
  display: flex;
}
.home-section1 .news,
.home-section1 .notice {
  width: 3.8rem;
  height: 100%;
}
.home-section1 .news .content,
.home-section1 .notice .content {
  height: 5.7rem;
  position: relative;
  background-color: #edf2f9;
}
.home-section1 .news .content::after,
.home-section1 .notice .content::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 0.06rem;
  height: 95%;
  background-color: #004098;
}
.home-section1 .news {
  order: 1;
}
.home-section1 .news .title1::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M21.3333 30.3333H10.6667C5.8 30.3333 3 27.5333 3 22.6666V9.33329C3 4.46663 5.8 1.66663 10.6667 1.66663H21.3333C26.2 1.66663 29 4.46663 29 9.33329V22.6666C29 27.5333 26.2 30.3333 21.3333 30.3333ZM10.6667 3.66663C6.85333 3.66663 5 5.51996 5 9.33329V22.6666C5 26.48 6.85333 28.3333 10.6667 28.3333H21.3333C25.1467 28.3333 27 26.48 27 22.6666V9.33329C27 5.51996 25.1467 3.66663 21.3333 3.66663H10.6667Z' fill='%23004098'/%3E%3Cpath d='M24.6667 12.3333H22C19.9733 12.3333 18.3333 10.6933 18.3333 8.66667V6C18.3333 5.45333 18.7867 5 19.3333 5C19.88 5 20.3333 5.45333 20.3333 6V8.66667C20.3333 9.58667 21.08 10.3333 22 10.3333H24.6667C25.2133 10.3333 25.6667 10.7867 25.6667 11.3333C25.6667 11.88 25.2133 12.3333 24.6667 12.3333Z' fill='%23004098'/%3E%3Cpath d='M16 18.3334H10.6667C10.12 18.3334 9.66666 17.88 9.66666 17.3334C9.66666 16.7867 10.12 16.3334 10.6667 16.3334H16C16.5467 16.3334 17 16.7867 17 17.3334C17 17.88 16.5467 18.3334 16 18.3334Z' fill='%23004098'/%3E%3Cpath d='M21.3333 23.6666H10.6667C10.12 23.6666 9.66666 23.2133 9.66666 22.6666C9.66666 22.12 10.12 21.6666 10.6667 21.6666H21.3333C21.88 21.6666 22.3333 22.12 22.3333 22.6666C22.3333 23.2133 21.88 23.6666 21.3333 23.6666Z' fill='%23004098'/%3E%3C/svg%3E");
}
.home-section1 .news .content {
  padding: 0.16rem 0.28rem 0.24rem;
}
.home-section1 .news .content::after {
  transform: translateX(-50%);
  left: 0;
}
.home-section1 .news .content .list1 li {
  border-bottom: 0.01rem solid #d6dfeb;
}
.home-section1 .notice {
  order: 3;
}
.home-section1 .notice .title1::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M16.7333 27.4534C15.68 27.4534 14.52 27.0801 13.36 26.3467L9.46663 23.9067C9.19996 23.7467 8.89329 23.6534 8.58663 23.6534H6.66663C3.43996 23.6534 1.66663 21.8801 1.66663 18.6534V13.3201C1.66663 10.0934 3.43996 8.32006 6.66663 8.32006H8.57329C8.87996 8.32006 9.18663 8.22673 9.45329 8.06673L13.3466 5.62673C15.2933 4.41339 17.1866 4.18673 18.68 5.01339C20.1733 5.84006 20.9866 7.56006 20.9866 9.86673V22.0934C20.9866 24.3867 20.16 26.1201 18.68 26.9467C18.0933 27.2934 17.4266 27.4534 16.7333 27.4534ZM6.66663 10.3334C4.55996 10.3334 3.66663 11.2267 3.66663 13.3334V18.6667C3.66663 20.7734 4.55996 21.6667 6.66663 21.6667H8.57329C9.26663 21.6667 9.93329 21.8534 10.52 22.2267L14.4133 24.6667C15.6933 25.4667 16.9066 25.6801 17.72 25.2267C18.5333 24.7734 19 23.6401 19 22.1334V9.88006C19 8.36006 18.5333 7.22673 17.72 6.78673C16.9066 6.33339 15.6933 6.53339 14.4133 7.34673L10.5066 9.77339C9.93329 10.1467 9.25329 10.3334 8.57329 10.3334H6.66663Z' fill='%23004098'/%3E%3Cpath d='M24 22.3333C23.7867 22.3333 23.5867 22.2666 23.4 22.1333C22.96 21.8 22.8667 21.1733 23.2 20.7333C25.2933 17.9466 25.2933 14.0533 23.2 11.2666C22.8667 10.8266 22.96 10.2 23.4 9.86662C23.84 9.53329 24.4667 9.62662 24.8 10.0666C27.4133 13.56 27.4133 18.44 24.8 21.9333C24.6 22.2 24.3067 22.3333 24 22.3333Z' fill='%23004098'/%3E%3Cpath d='M26.4401 25.6667C26.2267 25.6667 26.0267 25.6 25.8401 25.4667C25.4001 25.1334 25.3067 24.5067 25.6401 24.0667C29.2001 19.32 29.2001 12.68 25.6401 7.93337C25.3067 7.49337 25.4001 6.8667 25.8401 6.53337C26.2801 6.20004 26.9067 6.29337 27.2401 6.73337C31.3334 12.1867 31.3334 19.8134 27.2401 25.2667C27.0534 25.5334 26.7467 25.6667 26.4401 25.6667Z' fill='%23004098'/%3E%3C/svg%3E");
}
.home-section1 .notice .content {
  padding: 0.25rem 0.28rem;
}
.home-section1 .notice .content::after {
  transform: translateX(50%);
  right: 0;
}
.home-section1 .notice .content .list1 {
  gap: 0.2rem;
}
.home-section1 .notice .content .list1 li {
  padding: 0.2rem;
  border-radius: 0.06rem;
  background: #fff;
}
.home-section1 .notice .content .list1 li:nth-of-type(odd)::after {
  left: 0.14rem;
  border-left: 0.13rem solid transparent;
  border-bottom: 0.13rem solid #fff;
}
.home-section1 .notice .content .list1 li:nth-of-type(even)::after {
  right: 0.14rem;
  border-right: 0.13rem solid transparent;
  border-bottom: 0.13rem solid #fff;
}
.home-section1 .notice .content .list1 li::after {
  content: '';
  position: absolute;
  bottom: 100%;
}
.home-section1 .news-swiper {
  order: 2;
  margin-top: 0.52rem;
  width: 6.4rem;
  height: 5.7rem;
  padding: 0.4rem 0.4rem 0.5rem;
  box-shadow: 0rem 0rem 0.3rem 0rem rgba(7, 90, 182, 0.1);
}
.home-section1 .news-swiper .swiper-container {
  height: 100%;
}
.home-section1 .news-swiper .swiper-container:hover .swiper-slide .pic img {
  transform: scale(1.05);
}
.home-section1 .news-swiper .swiper-container .swiper-slide .pic {
  width: 100%;
  height: 3.6rem;
  margin-bottom: 0.2rem;
  overflow: hidden;
}
.home-section1 .news-swiper .swiper-container .swiper-slide .pic img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.home-section1 .news-swiper .swiper-container .swiper-slide .txt h3 {
  margin-bottom: 0.12rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
  text-align: center;
  font-family: OPPOSans;
  font-size: 0.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: color 0.5s;
}
.home-section1 .news-swiper .swiper-container .swiper-slide .txt h3:hover {
  color: #004098;
}
.home-section1 .news-swiper .swiper-container .swiper-slide .txt p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #666;
  font-family: OPPOSans;
  font-size: 0.15rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.22rem;
  /* 146.667% */
}
.home-section1 .news-swiper .buttons {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.16rem;
}
.home-section1 .news-swiper .buttons .news-swiper-button {
  width: 0.24rem;
  height: 0.24rem;
  cursor: pointer;
}
.home-section1 .news-swiper .buttons .news-swiper-button.news-swiper-button-prev {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M9.57 18.82C9.76 18.82 9.95 18.75 10.1 18.6C10.39 18.31 10.39 17.83 10.1 17.54L4.56 12L10.1 6.46C10.39 6.17 10.39 5.69 10.1 5.4C9.81 5.11 9.33 5.11 9.04 5.4L2.97 11.47C2.68 11.76 2.68 12.24 2.97 12.53L9.04 18.6C9.19 18.75 9.38 18.82 9.57 18.82Z' fill='%23A6B1C8'/%3E%3Cpath d='M3.67 12.75H20.5C20.91 12.75 21.25 12.41 21.25 12C21.25 11.59 20.91 11.25 20.5 11.25H3.67C3.26 11.25 2.92 11.59 2.92 12C2.92 12.41 3.26 12.75 3.67 12.75Z' fill='%23A6B1C8'/%3E%3C/svg%3E");
}
.home-section1 .news-swiper .buttons .news-swiper-button.news-swiper-button-prev:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M9.57 18.82C9.76 18.82 9.95 18.75 10.1 18.6C10.39 18.31 10.39 17.83 10.1 17.54L4.56 12L10.1 6.46C10.39 6.17 10.39 5.69 10.1 5.4C9.81 5.11 9.33 5.11 9.04 5.4L2.97 11.47C2.68 11.76 2.68 12.24 2.97 12.53L9.04 18.6C9.19 18.75 9.38 18.82 9.57 18.82Z' fill='%23004098'/%3E%3Cpath d='M3.67 12.75H20.5C20.91 12.75 21.25 12.41 21.25 12C21.25 11.59 20.91 11.25 20.5 11.25H3.67C3.26 11.25 2.92 11.59 2.92 12C2.92 12.41 3.26 12.75 3.67 12.75Z' fill='%23004098'/%3E%3C/svg%3E");
}
.home-section1 .news-swiper .buttons .news-swiper-button.news-swiper-button-next {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.43 18.82C14.24 18.82 14.05 18.75 13.9 18.6C13.61 18.31 13.61 17.83 13.9 17.54L19.44 12L13.9 6.46C13.61 6.17 13.61 5.69 13.9 5.4C14.19 5.11 14.67 5.11 14.96 5.4L21.03 11.47C21.32 11.76 21.32 12.24 21.03 12.53L14.96 18.6C14.81 18.75 14.62 18.82 14.43 18.82Z' fill='%23A6B1C8'/%3E%3Cpath d='M20.33 12.75H3.5C3.09 12.75 2.75 12.41 2.75 12C2.75 11.59 3.09 11.25 3.5 11.25H20.33C20.74 11.25 21.08 11.59 21.08 12C21.08 12.41 20.74 12.75 20.33 12.75Z' fill='%23A6B1C8'/%3E%3C/svg%3E");
}
.home-section1 .news-swiper .buttons .news-swiper-button.news-swiper-button-next:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.43 18.82C14.24 18.82 14.05 18.75 13.9 18.6C13.61 18.31 13.61 17.83 13.9 17.54L19.44 12L13.9 6.46C13.61 6.17 13.61 5.69 13.9 5.4C14.19 5.11 14.67 5.11 14.96 5.4L21.03 11.47C21.32 11.76 21.32 12.24 21.03 12.53L14.96 18.6C14.81 18.75 14.62 18.82 14.43 18.82Z' fill='%23004098'/%3E%3Cpath d='M20.33 12.75H3.5C3.09 12.75 2.75 12.41 2.75 12C2.75 11.59 3.09 11.25 3.5 11.25H20.33C20.74 11.25 21.08 11.59 21.08 12C21.08 12.41 20.74 12.75 20.33 12.75Z' fill='%23004098'/%3E%3C/svg%3E");
}
.home-section1 .news-swiper .buttons .news-swiper-pagination {
  display: flex;
  gap: 0.16rem;
}
.home-section1 .news-swiper .buttons .news-swiper-pagination .swiper-pagination-bullet {
  width: 0.14rem;
  height: 0.14rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Ccircle cx='6' cy='6' r='4' fill='%23BDC4D3'/%3E%3C/svg%3E");
  background-color: transparent;
  background-size: 100%;
}
.home-section1 .news-swiper .buttons .news-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Ccircle cx='6' cy='6' r='5.25' stroke='%23004098' stroke-width='1.5'/%3E%3C/svg%3E");
}
.home-section2 .tab .tab-title-box {
  display: flex;
  gap: 0.3rem;
  min-height: 0.76rem;
}
.home-section2 .tab .tab-title-box h2 {
  flex-grow: 1;
  position: relative;
  color: #333;
  font-family: OPPOSans;
  font-size: 0.32rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-top: 0.11rem;
}
.home-section2 .tab .tab-title-box h2::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0.64rem;
  height: 0.03rem;
  background-color: #f2a900;
}
.home-section2 .tab .tab-title-box .tab-title {
  width: 3.2rem;
  padding: 0.2rem 0rem;
  text-align: center;
  color: #fff;
  font-family: OPPOSans;
  font-size: 0.24rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background-color: #8da8d0;
  cursor: pointer;
  border-top: 0.04rem solid #fff;
}
.home-section2 .tab .tab-title-box .tab-title.active {
  border-top: 0.04rem solid #f2a900;
  background-color: #004098;
}
.home-section2 .tab .tab-content-box {
  position: relative;
  background-color: #004098;
  min-height: 7.32rem;
  overflow: hidden;
}
.home-section2 .tab .tab-content-box .tab-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s;
}
.home-section2 .tab .tab-content-box .tab-content > .wrapper {
  display: flex;
}
.home-section2 .tab .tab-content-box .tab-content.active {
  opacity: 1;
  visibility: visible;
}
.home-section2 .prospective-student {
  padding-top: 0.9rem;
}
.home-section2 .prospective-student > .wrapper {
  gap: 0.6rem;
}
.home-section2 .prospective-student .introduction {
  flex-shrink: 0;
  width: 3.2rem;
  height: 100%;
}
.home-section2 .prospective-student .introduction h1 {
  margin-bottom: 0.32rem;
  color: #fff;
  font-family: OPPOSans;
  font-size: 0.48rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.64rem;
  /* 133.333% */
}
.home-section2 .prospective-student .introduction p {
  margin-bottom: 0.58rem;
  color: #fff;
  font-family: OPPOSans;
  font-size: 0.18rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.28rem;
  /* 155.556% */
}
.home-section2 .prospective-student .introduction .buttons {
  position: absolute;
  bottom: 1rem;
  display: flex;
  gap: 0.08rem;
  align-items: center;
}
.home-section2 .prospective-student .introduction .buttons .nav-swiper-button {
  flex-shrink: 0;
  width: 0.64rem;
  height: 0.64rem;
  background-size: 50%;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
  transition: background-color 0.5s;
}
.home-section2 .prospective-student .introduction .buttons .nav-swiper-button:hover {
  background-color: #fff;
}
.home-section2 .prospective-student .introduction .buttons .nav-swiper-button.nav-swiper-button-prev {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M9.57 18.82C9.76 18.82 9.95 18.75 10.1 18.6C10.39 18.31 10.39 17.83 10.1 17.54L4.56 12L10.1 6.46C10.39 6.17 10.39 5.69 10.1 5.4C9.81 5.11 9.33 5.11 9.04 5.4L2.97 11.47C2.68 11.76 2.68 12.24 2.97 12.53L9.04 18.6C9.19 18.75 9.38 18.82 9.57 18.82Z' fill='%23004098'/%3E%3Cpath d='M3.67 12.75H20.5C20.91 12.75 21.25 12.41 21.25 12C21.25 11.59 20.91 11.25 20.5 11.25H3.67C3.26 11.25 2.92 11.59 2.92 12C2.92 12.41 3.26 12.75 3.67 12.75Z' fill='%23004098'/%3E%3C/svg%3E");
}
.home-section2 .prospective-student .introduction .buttons .nav-swiper-button.nav-swiper-button-next {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.43 18.82C14.24 18.82 14.05 18.75 13.9 18.6C13.61 18.31 13.61 17.83 13.9 17.54L19.44 12L13.9 6.46C13.61 6.17 13.61 5.69 13.9 5.4C14.19 5.11 14.67 5.11 14.96 5.4L21.03 11.47C21.32 11.76 21.32 12.24 21.03 12.53L14.96 18.6C14.81 18.75 14.62 18.82 14.43 18.82Z' fill='%23004098'/%3E%3Cpath d='M20.33 12.75H3.5C3.09 12.75 2.75 12.41 2.75 12C2.75 11.59 3.09 11.25 3.5 11.25H20.33C20.74 11.25 21.08 11.59 21.08 12C21.08 12.41 20.74 12.75 20.33 12.75Z' fill='%23004098'/%3E%3C/svg%3E");
}
.home-section2 .prospective-student .introduction .buttons .nav-swiper-pagination {
  margin-left: 0.12rem;
  color: #fff;
  font-family: OPPOSans;
  font-size: 0.14rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.22rem;
  /* 157.143% */
}
.home-section2 .prospective-student .nav-swiper {
  height: 100%;
}
.home-section2 .prospective-student .nav-swiper .swiper-container .swiper-slide {
  width: 3.2rem;
  margin-right: 0.3rem;
}
.home-section2 .prospective-student .nav-swiper .swiper-container .swiper-slide:hover .pic img {
  transform: scale(1.05);
}
.home-section2 .prospective-student .nav-swiper .swiper-container .swiper-slide:hover .pic .shadow h2::after {
  transform: scaleX(1);
}
.home-section2 .prospective-student .nav-swiper .swiper-container .swiper-slide:hover .txt hr {
  transform: scaleY(2);
}
.home-section2 .prospective-student .nav-swiper .swiper-container .swiper-slide .pic {
  position: relative;
  height: 4.2rem;
  overflow: hidden;
}
.home-section2 .prospective-student .nav-swiper .swiper-container .swiper-slide .pic img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.home-section2 .prospective-student .nav-swiper .swiper-container .swiper-slide .pic .shadow {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2.2rem;
  background: linear-gradient(5deg, rgba(0, 41, 86, 0.9) 0%, rgba(0, 41, 86, 0) 93.12%);
}
.home-section2 .prospective-student .nav-swiper .swiper-container .swiper-slide .pic .shadow h2 {
  position: absolute;
  left: 0.24rem;
  bottom: 0.24rem;
  color: #fff;
  font-family: OPPOSans;
  font-size: 0.24rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.28rem;
  /* 116.667% */
}
.home-section2 .prospective-student .nav-swiper .swiper-container .swiper-slide .pic .shadow h2::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -0.04rem;
  width: 100%;
  height: 0.02rem;
  background-color: #fbfbfb;
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.3s;
}
.home-section2 .prospective-student .nav-swiper .swiper-container .swiper-slide .txt {
  padding: 0.2rem 0.24rem;
}
.home-section2 .prospective-student .nav-swiper .swiper-container .swiper-slide .txt p {
  color: #fff;
  font-family: OPPOSans;
  font-size: 0.16rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.24rem;
  /* 150% */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.home-section2 .prospective-student .nav-swiper .swiper-container .swiper-slide .txt hr {
  width: 100%;
  margin: 0.2rem 0 0.18rem;
  border-bottom: 0.04rem solid #f2a900 !important;
  transform-origin: bottom;
  transition: all 0.5s;
}
.home-section2 .current-student > .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home-section2 .current-student .current-student-item {
  position: relative;
  width: 3.2rem;
  height: 5.4rem;
}
.home-section2 .current-student .current-student-item h2[nav-title*='校园生活']::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48' fill='none'%3E%3Cpath d='M42 23.5003H6C4.08 23.5003 2.5 21.9203 2.5 20.0003V13.3603C2.5 12.0003 3.43995 10.6203 4.69995 10.1203L22.7 2.92031C23.46 2.62031 24.54 2.62031 25.3 2.92031L43.3 10.1203C44.56 10.6203 45.5 12.0203 45.5 13.3603V20.0003C45.5 21.9203 43.92 23.5003 42 23.5003ZM24 5.68032C23.92 5.68032 23.84 5.68022 23.8 5.70022L5.81995 12.9003C5.69995 12.9603 5.5 13.2203 5.5 13.3603V20.0003C5.5 20.2803 5.72 20.5003 6 20.5003H42C42.28 20.5003 42.5 20.2803 42.5 20.0003V13.3603C42.5 13.2203 42.3201 12.9603 42.1801 12.9003L24.1801 5.70022C24.1401 5.68022 24.08 5.68032 24 5.68032Z' fill='white'/%3E%3Cpath d='M44 45.5H4C3.18 45.5 2.5 44.82 2.5 44V38C2.5 36.08 4.08 34.5 6 34.5H42C43.92 34.5 45.5 36.08 45.5 38V44C45.5 44.82 44.82 45.5 44 45.5ZM5.5 42.5H42.5V38C42.5 37.72 42.28 37.5 42 37.5H6C5.72 37.5 5.5 37.72 5.5 38V42.5Z' fill='white'/%3E%3Cpath d='M8 37.5C7.18 37.5 6.5 36.82 6.5 36V22C6.5 21.18 7.18 20.5 8 20.5C8.82 20.5 9.5 21.18 9.5 22V36C9.5 36.82 8.82 37.5 8 37.5Z' fill='white'/%3E%3Cpath d='M16 37.5C15.18 37.5 14.5 36.82 14.5 36V22C14.5 21.18 15.18 20.5 16 20.5C16.82 20.5 17.5 21.18 17.5 22V36C17.5 36.82 16.82 37.5 16 37.5Z' fill='white'/%3E%3Cpath d='M24 37.5C23.18 37.5 22.5 36.82 22.5 36V22C22.5 21.18 23.18 20.5 24 20.5C24.82 20.5 25.5 21.18 25.5 22V36C25.5 36.82 24.82 37.5 24 37.5Z' fill='white'/%3E%3Cpath d='M32 37.5C31.18 37.5 30.5 36.82 30.5 36V22C30.5 21.18 31.18 20.5 32 20.5C32.82 20.5 33.5 21.18 33.5 22V36C33.5 36.82 32.82 37.5 32 37.5Z' fill='white'/%3E%3Cpath d='M40 37.5C39.18 37.5 38.5 36.82 38.5 36V22C38.5 21.18 39.18 20.5 40 20.5C40.82 20.5 41.5 21.18 41.5 22V36C41.5 36.82 40.82 37.5 40 37.5Z' fill='white'/%3E%3Cpath d='M46 45.5H2C1.18 45.5 0.5 44.82 0.5 44C0.5 43.18 1.18 42.5 2 42.5H46C46.82 42.5 47.5 43.18 47.5 44C47.5 44.82 46.82 45.5 46 45.5Z' fill='white'/%3E%3Cpath d='M24 18.5C21.52 18.5 19.5 16.48 19.5 14C19.5 11.52 21.52 9.5 24 9.5C26.48 9.5 28.5 11.52 28.5 14C28.5 16.48 26.48 18.5 24 18.5ZM24 12.5C23.18 12.5 22.5 13.18 22.5 14C22.5 14.82 23.18 15.5 24 15.5C24.82 15.5 25.5 14.82 25.5 14C25.5 13.18 24.82 12.5 24 12.5Z' fill='white'/%3E%3C/svg%3E");
}
.home-section2 .current-student .current-student-item h2[nav-title*='校内通知']::before {
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.1 41.1802C23.52 41.1802 21.78 40.6202 20.04 39.5202L14.2 35.8602C13.8 35.6202 13.34 35.4802 12.88 35.4802H10C5.16 35.4802 2.5 32.8202 2.5 27.9802V19.9802C2.5 15.1402 5.16 12.4802 10 12.4802H12.86C13.32 12.4802 13.78 12.3402 14.18 12.1002L20.02 8.44021C22.94 6.62021 25.78 6.28021 28.02 7.52021C30.26 8.76021 31.48 11.3402 31.48 14.8002V33.1402C31.48 36.5802 30.24 39.1802 28.02 40.4202C27.14 40.9402 26.14 41.1802 25.1 41.1802ZM10 15.5002C6.84 15.5002 5.5 16.8402 5.5 20.0002V28.0002C5.5 31.1602 6.84 32.5002 10 32.5002H12.86C13.9 32.5002 14.9 32.7802 15.78 33.3402L21.62 37.0002C23.54 38.2002 25.36 38.5202 26.58 37.8402C27.8 37.1602 28.5 35.4602 28.5 33.2002V14.8202C28.5 12.5402 27.8 10.8402 26.58 10.1802C25.36 9.50021 23.54 9.80021 21.62 11.0202L15.76 14.6602C14.9 15.2202 13.88 15.5002 12.86 15.5002H10Z' fill='white'/%3E%3Cpath d='M36.0001 33.5001C35.6801 33.5001 35.3801 33.4001 35.1001 33.2001C34.4401 32.7001 34.3001 31.7601 34.8001 31.1001C37.9401 26.9201 37.9401 21.0801 34.8001 16.9001C34.3001 16.2401 34.4401 15.3001 35.1001 14.8001C35.7601 14.3001 36.7001 14.4401 37.2001 15.1001C41.1201 20.3401 41.1201 27.6601 37.2001 32.9001C36.9001 33.3001 36.4601 33.5001 36.0001 33.5001Z' fill='white'/%3E%3Cpath d='M39.66 38.5001C39.34 38.5001 39.04 38.4001 38.76 38.2001C38.1 37.7001 37.96 36.7601 38.46 36.1001C43.8 28.9801 43.8 19.0201 38.46 11.9001C37.96 11.2401 38.1 10.3001 38.76 9.80006C39.42 9.30006 40.36 9.44006 40.86 10.1001C47 18.2801 47 29.7201 40.86 37.9001C40.58 38.3001 40.12 38.5001 39.66 38.5001Z' fill='white'/%3E%3C/svg%3E%0A");
}
.home-section2 .current-student .current-student-item h2[nav-title*='学习平台']::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48' fill='none'%3E%3Cpath d='M24 44.16C23.4 44.16 22.8 44.02 22.3 43.74C18.56 41.7 11.98 39.54 7.86 39L7.28 38.92C4.66 38.6 2.5 36.14 2.5 33.48V9.32001C2.5 7.74002 3.12 6.30002 4.26 5.26002C5.4 4.22002 6.88 3.72002 8.44 3.86002C12.84 4.20002 19.48 6.40002 23.24 8.76002L23.72 9.04002C23.86 9.12002 24.16 9.12002 24.28 9.06002L24.6 8.86001C28.36 6.50002 35 4.26002 39.42 3.88002C39.46 3.88002 39.62 3.88002 39.66 3.88002C41.12 3.74002 42.62 4.26002 43.74 5.30002C44.88 6.34002 45.5 7.78001 45.5 9.36001V33.5C45.5 36.18 43.34 38.62 40.7 38.94L40.04 39.02C35.92 39.56 29.32 41.74 25.66 43.76C25.18 44.04 24.6 44.16 24 44.16ZM7.96 6.84002C7.32 6.84002 6.74 7.06002 6.28 7.48002C5.78 7.94002 5.5 8.60001 5.5 9.32001V33.48C5.5 34.66 6.52 35.8 7.66 35.96L8.26 36.04C12.76 36.64 19.66 38.9 23.66 41.08C23.84 41.16 24.1 41.18 24.2 41.14C28.2 38.92 35.14 36.64 39.66 36.04L40.34 35.96C41.48 35.82 42.5 34.66 42.5 33.48V9.34002C42.5 8.60002 42.22 7.96002 41.72 7.48002C41.2 7.02002 40.54 6.80002 39.8 6.84002C39.76 6.84002 39.6 6.84002 39.56 6.84002C35.74 7.18002 29.58 9.24002 26.22 11.34L25.9 11.56C24.8 12.24 23.24 12.24 22.18 11.58L21.7 11.3C18.28 9.20002 12.12 7.16002 8.2 6.84002C8.12 6.84002 8.04 6.84002 7.96 6.84002Z' fill='white'/%3E%3Cpath d='M24 42.48C23.18 42.48 22.5 41.8 22.5 40.98V10.98C22.5 10.16 23.18 9.47998 24 9.47998C24.82 9.47998 25.5 10.16 25.5 10.98V40.98C25.5 41.82 24.82 42.48 24 42.48Z' fill='white'/%3E%3Cpath d='M15.5 18.48H11C10.18 18.48 9.5 17.8 9.5 16.98C9.5 16.16 10.18 15.48 11 15.48H15.5C16.32 15.48 17 16.16 17 16.98C17 17.8 16.32 18.48 15.5 18.48Z' fill='white'/%3E%3Cpath d='M17 24.48H11C10.18 24.48 9.5 23.8 9.5 22.98C9.5 22.16 10.18 21.48 11 21.48H17C17.82 21.48 18.5 22.16 18.5 22.98C18.5 23.8 17.82 24.48 17 24.48Z' fill='white'/%3E%3C/svg%3E");
}
.home-section2 .current-student .current-student-item h2[nav-title*='就业创业']::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48' fill='none'%3E%3Cpath d='M32 45.5H16C6.76003 45.5 5.04003 41.2 4.60003 37.02L3.10003 21C2.88003 18.9 2.82003 15.8 4.90003 13.48C6.70003 11.48 9.68003 10.52 14 10.52H34C38.34 10.52 41.32 11.5 43.1 13.48C45.18 15.8 45.12 18.9 44.9 21.02L43.4 37C42.96 41.2 41.24 45.5 32 45.5ZM14 13.5C10.62 13.5 8.30003 14.16 7.12003 15.48C6.14003 16.56 5.82003 18.22 6.08003 20.7L7.58003 36.72C7.92003 39.88 8.78003 42.5 16 42.5H32C39.2 42.5 40.08 39.88 40.42 36.7L41.92 20.72C42.18 18.22 41.86 16.56 40.88 15.48C39.7 14.16 37.38 13.5 34 13.5H14Z' fill='white'/%3E%3Cpath d='M32 13.5C31.18 13.5 30.5 12.82 30.5 12V10.4C30.5 6.84 30.5 5.5 25.6 5.5H22.4C17.5 5.5 17.5 6.84 17.5 10.4V12C17.5 12.82 16.82 13.5 16 13.5C15.18 13.5 14.5 12.82 14.5 12V10.4C14.5 6.88 14.5 2.5 22.4 2.5H25.6C33.5 2.5 33.5 6.88 33.5 10.4V12C33.5 12.82 32.82 13.5 32 13.5Z' fill='white'/%3E%3Cpath d='M24 33.5C18.5 33.5 18.5 30.1 18.5 28.06V26C18.5 23.18 19.18 22.5 22 22.5H26C28.82 22.5 29.5 23.18 29.5 26V28C29.5 30.08 29.5 33.5 24 33.5ZM21.5 25.5C21.5 25.66 21.5 25.84 21.5 26V28.06C21.5 30.12 21.5 30.5 24 30.5C26.5 30.5 26.5 30.18 26.5 28.04V26C26.5 25.84 26.5 25.66 26.5 25.5C26.34 25.5 26.16 25.5 26 25.5H22C21.84 25.5 21.66 25.5 21.5 25.5Z' fill='white'/%3E%3Cpath d='M28 29.54C27.26 29.54 26.6 28.98 26.52 28.22C26.42 27.4 27 26.64 27.82 26.54C33.1 25.88 38.16 23.88 42.42 20.78C43.08 20.28 44.02 20.44 44.52 21.12C45 21.78 44.86 22.72 44.18 23.22C39.5 26.62 33.98 28.8 28.18 29.54C28.12 29.54 28.06 29.54 28 29.54Z' fill='white'/%3E%3Cpath d='M20 29.5598C19.94 29.5598 19.88 29.5598 19.82 29.5598C14.34 28.9398 8.99998 26.9398 4.37998 23.7798C3.69998 23.3198 3.51998 22.3798 3.97998 21.6998C4.43998 21.0198 5.37998 20.8398 6.05998 21.2998C10.28 24.1798 15.14 25.9998 20.14 26.5798C20.96 26.6798 21.56 27.4198 21.46 28.2398C21.4 28.9998 20.76 29.5598 20 29.5598Z' fill='white'/%3E%3C/svg%3E");
}
.home-section2 .current-student .current-student-item:hover .hover-box {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.home-section2 .current-student .current-student-item .cover-box {
  position: relative;
  height: 100%;
  cursor: pointer;
  z-index: 0;
}
.home-section2 .current-student .current-student-item .cover-box .pic {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.home-section2 .current-student .current-student-item .cover-box .pic[nav-title*='校园生活'] {
  background-image: url('../images/pccurrstu1.jpg');
}
.home-section2 .current-student .current-student-item .cover-box .pic[nav-title*='校内通知'] {
  background-image: url('../images/pccurrstu2.jpg');
}
.home-section2 .current-student .current-student-item .cover-box .pic[nav-title*='学习平台'] {
  background-image: url('../images/pccurrstu3.jpg');
}
.home-section2 .current-student .current-student-item .cover-box .pic[nav-title*='就业创业'] {
  background-image: url('../images/pccurrstu4.jpg');
}
.home-section2 .current-student .current-student-item .cover-box::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(5deg, rgba(0, 41, 86, 0.9) 0%, rgba(0, 41, 86, 0.1) 93.12%);
}
.home-section2 .current-student .current-student-item .cover-box h2 {
  padding-top: 0.6rem;
  position: absolute;
  bottom: 0.4rem;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-family: OPPOSans;
  font-size: 0.32rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.home-section2 .current-student .current-student-item .cover-box h2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0.48rem;
  height: 0.48rem;
}
.home-section2 .current-student .current-student-item .hover-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0.4rem;
  top: 0;
  left: 0;
  background: rgba(19, 86, 178, 0.95);
  transform: translateY(5%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
.home-section2 .current-student .current-student-item .hover-box .title h2 {
  padding-left: 0.44rem;
  position: relative;
  color: #fff;
  font-family: OPPOSans;
  font-size: 0.24rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.home-section2 .current-student .current-student-item .hover-box .title h2::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0.32rem;
  height: 0.32rem;
}
.home-section2 .current-student .current-student-item .hover-box hr {
  width: 100%;
  border-bottom: 0.01rem solid rgba(255, 255, 255, 0.25) !important;
  margin: 0.2rem 0 0.24rem;
}
.home-section2 .current-student .current-student-item .hover-box .content {
  width: 100%;
}
.home-section2 .current-student .current-student-item .hover-box .content ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 0.16rem 0.12rem;
}
.home-section2 .current-student .current-student-item .hover-box .content ul[nav-title*='校园生活'] li {
  flex: 0 0 calc((100% - 0.12rem) / 2);
}
.home-section2 .current-student .current-student-item .hover-box .content ul[nav-title*='校园生活'] li:last-of-type:nth-of-type(2n + 1) {
  flex: 0 0 100%;
}
.home-section2 .current-student .current-student-item .hover-box .content ul[nav-title*='校内通知'] li {
  flex: 0 0 calc((100% - 0.12rem) / 2);
}
.home-section2 .current-student .current-student-item .hover-box .content ul[nav-title*='校内通知'] li:last-of-type:nth-of-type(odd) {
  flex: 0 0 100%;
}
.home-section2 .current-student .current-student-item .hover-box .content ul[nav-title*='学习平台'] li {
  flex: 0 0 100%;
}
.home-section2 .current-student .current-student-item .hover-box .content ul[nav-title*='就业创业'] li {
  flex: 0 0 100%;
}
.home-section2 .current-student .current-student-item .hover-box .content li {
  height: 0.48rem;
  background-color: #3174cf;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-section2 .current-student .current-student-item .hover-box .content li a {
  color: #fff;
  text-align: center;
  font-family: OPPOSans;
  font-size: 0.16rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.home-section2 .staff {
  padding-top: 1rem;
}
.home-section2 .staff > .wrapper {
  display: flex;
  justify-content: space-between;
}
.home-section2 .staff .smart-campus {
  width: 6.6rem;
}
.home-section2 .staff .smart-campus .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home-section2 .staff .smart-campus .title h2 {
  color: #fff;
  font-family: OPPOSans;
  font-size: 0.32rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.44rem;
  /* 137.5% */
}
.home-section2 .staff .smart-campus .title .buttons {
  display: flex;
  gap: 0.2rem;
}
.home-section2 .staff .smart-campus .title .buttons .smart-campus-swiper-button {
  width: 0.32rem;
  height: 0.32rem;
  cursor: pointer;
  transition: background 0.5s;
}
.home-section2 .staff .smart-campus .title .buttons .smart-campus-swiper-button.smart-campus-swiper-button-prev {
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='31' height='31' rx='15.5' stroke='white'/%3E%3Cpath d='M18 21.2802L13.6533 16.9335C13.14 16.4202 13.14 15.5802 13.6533 15.0669L18 10.7202' stroke='white' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.home-section2 .staff .smart-campus .title .buttons .smart-campus-swiper-button.smart-campus-swiper-button-prev:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='white' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='31' height='31' rx='15.5' stroke='white'/%3E%3Cpath d='M18 21.2802L13.6533 16.9335C13.14 16.4202 13.14 15.5802 13.6533 15.0669L18 10.7202' stroke='%23004098' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.home-section2 .staff .smart-campus .title .buttons .smart-campus-swiper-button.smart-campus-swiper-button-next {
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='31' height='31' rx='15.5' stroke='white'/%3E%3Cpath d='M13.9399 21.2802L18.2866 16.9335C18.7999 16.4202 18.7999 15.5802 18.2866 15.0669L13.9399 10.7202' stroke='white' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.home-section2 .staff .smart-campus .title .buttons .smart-campus-swiper-button.smart-campus-swiper-button-next:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='white' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='31' height='31' rx='15.5' stroke='white'/%3E%3Cpath d='M13.9399 21.2802L18.2866 16.9335C18.7999 16.4202 18.7999 15.5802 18.2866 15.0669L13.9399 10.7202' stroke='%23004098' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.home-section2 .staff .smart-campus .title .buttons .smart-campus-swiper-pagination {
  display: flex;
  align-items: center;
  gap: 0.18rem;
}
.home-section2 .staff .smart-campus .title .buttons .smart-campus-swiper-pagination .swiper-pagination-bullet {
  width: 0.14rem;
  height: 0.14rem;
  background: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Ccircle cx='6' cy='6' r='4' fill='white'/%3E%3C/svg%3E");
  background-size: 100%;
}
.home-section2 .staff .smart-campus .title .buttons .smart-campus-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Ccircle cx='6' cy='6' r='5.25' stroke='white' stroke-width='1.5'/%3E%3C/svg%3E");
}
.home-section2 .staff .smart-campus .content {
  overflow: hidden;
}
.home-section2 .staff .smart-campus .content .swiper-container {
  padding-top: 0.36rem;
  margin-right: -0.3rem;
}
.home-section2 .staff .smart-campus .content .swiper-container .swiper-slide {
  text-align: center;
  width: 2rem !important;
  height: 2rem;
  margin: 0 0.285rem 0.4rem 0;
  padding-top: 0.48rem;
  background: linear-gradient(180deg, #bad7ff 0%, #fff 100%), #fff;
  transition: transform 0.3s, background 0.3s;
}
.home-section2 .staff .smart-campus .content .swiper-container .swiper-slide.empty {
  visibility: hidden;
}
.home-section2 .staff .smart-campus .content .swiper-container .swiper-slide:hover {
  transform: translateY(-0.1rem);
  background: linear-gradient(180deg, #1665d2 0%, #3f86e7 100%), linear-gradient(180deg, #bad7ff 0%, #fff 100%);
}
.home-section2 .staff .smart-campus .content .swiper-container .swiper-slide:hover .icon[smart-campus-title='校务大厅'] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64' fill='none'%3E%3Cg clip-path='url(%23clip0_2392_5498)'%3E%3Cpath d='M62.75 50.75H1.25C0.7 50.75 0.25 50.3 0.25 49.75V1.25C0.25 0.7 0.7 0.25 1.25 0.25H62.75C63.3 0.25 63.75 0.7 63.75 1.25V49.75C63.75 50.3 63.3 50.75 62.75 50.75ZM2.25 48.75H61.75V2.25H2.25V48.75Z' fill='white'/%3E%3Cpath d='M56.9501 40.3998H7.05005C6.75005 40.3998 6.55005 40.1998 6.55005 39.8998V7.5498C6.55005 7.2498 6.75005 7.0498 7.05005 7.0498H56.9501C57.2501 7.0498 57.4501 7.2498 57.4501 7.5498V39.8998C57.4501 40.1498 57.2501 40.3998 56.9501 40.3998ZM7.55005 39.3998H56.4501V8.0498H7.55005V39.3998ZM42.9501 57.9998H21.05C20.5 57.9998 20.05 57.5498 20.05 56.9998V49.7498C20.05 49.1998 20.5 48.7498 21.05 48.7498H43.0001C43.5501 48.7498 44.0001 49.1998 44.0001 49.7498V56.9998C43.9501 57.5498 43.5001 57.9998 42.9501 57.9998ZM22.05 55.9998H42.0001V50.7498H22.05V55.9998Z' fill='white'/%3E%3Cpath d='M50.25 63.75H13.75C13.2 63.75 12.75 63.3 12.75 62.75V57C12.75 56.45 13.2 56 13.75 56H50.25C50.8 56 51.25 56.45 51.25 57V62.75C51.25 63.3 50.8 63.75 50.25 63.75ZM14.75 61.75H49.25V58H14.75V61.75ZM48.55 35C48.5 35 48.45 35 48.4 34.95C48.25 34.9 48.15 34.8 48.1 34.65L46.45 30.35L44.9 33.05C44.8 33.25 44.55 33.35 44.3 33.3C44.1 33.25 43.95 33 43.95 32.8L44.9 21.9C44.9 21.7 45.05 21.55 45.2 21.5C45.35 21.45 45.55 21.45 45.7 21.55L53.15 27.55C53.3 27.7 53.4 27.9 53.3 28.15C53.2 28.35 53 28.5 52.8 28.45L50 28.2L51.75 32.75C51.85 33 51.75 33.25 51.55 33.35L48.8 34.95C48.7 34.95 48.65 35 48.55 35ZM46.5 28.7C46.75 28.7 46.9 28.85 46.95 29L48.8 33.75L50.65 32.65L48.75 27.75C48.7 27.6 48.7 27.4 48.8 27.25C48.9 27.1 49.05 27.05 49.25 27.05L51.2 27.2L45.75 22.8L45.1 30.5L46.05 28.85C46.15 28.8 46.3 28.7 46.5 28.7ZM50.6 15.75H13.4C13.1 15.75 12.9 15.55 12.9 15.25C12.9 14.95 13.1 14.75 13.4 14.75H50.65C50.95 14.75 51.15 14.95 51.15 15.25C51.15 15.55 50.9 15.75 50.6 15.75ZM38.7 24.1H13.4C13.1 24.1 12.9 23.9 12.9 23.6C12.9 23.3 13.1 23.1 13.4 23.1H38.7C39 23.1 39.2 23.3 39.2 23.6C39.2 23.9 38.95 24.1 38.7 24.1ZM38.7 32.7H13.4C13.1 32.7 12.9 32.5 12.9 32.2C12.9 31.9 13.1 31.7 13.4 31.7H38.7C39 31.7 39.2 31.9 39.2 32.2C39.2 32.5 38.95 32.7 38.7 32.7ZM33.75 45.3H30.25C29.95 45.3 29.75 45.1 29.75 44.8C29.75 44.5 29.95 44.3 30.25 44.3H33.75C34.05 44.3 34.25 44.5 34.25 44.8C34.25 45.1 34 45.3 33.75 45.3Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2392_5498'%3E%3Crect width='64' height='64' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.home-section2 .staff .smart-campus .content .swiper-container .swiper-slide:hover .icon[smart-campus-title='师生意见快递站'] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64' fill='none'%3E%3Cg clip-path='url(%23clip0_2392_5513)'%3E%3Cpath d='M49.3 63.75H1.25C0.7 63.75 0.25 63.3 0.25 62.75V1.25C0.25 0.7 0.7 0.25 1.25 0.25H49.3C49.85 0.25 50.3 0.7 50.3 1.25V27.3C50.3 27.85 49.85 28.3 49.3 28.3C48.75 28.3 48.3 27.85 48.3 27.3V2.25H2.25V61.75H48.3V43.65C48.3 43.1 48.75 42.65 49.3 42.65C49.85 42.65 50.3 43.1 50.3 43.65V62.75C50.3 63.3 49.85 63.75 49.3 63.75Z' fill='white'/%3E%3Cpath d='M43.6499 57.0502H6.8999C6.5999 57.0502 6.3999 56.8502 6.3999 56.5502V7.4502C6.3999 7.1502 6.5999 6.9502 6.8999 6.9502H43.6499C43.9499 6.9502 44.1499 7.1502 44.1499 7.4502V33.0002C44.1499 33.3002 43.9499 33.5002 43.6499 33.5002C43.3499 33.5002 43.1499 33.3002 43.1499 33.0002V7.9502H7.3999V56.0502H43.1499V49.3002C43.1499 49.0002 43.3499 48.8002 43.6499 48.8002C43.9499 48.8002 44.1499 49.0002 44.1499 49.3002V56.5002C44.1499 56.8002 43.8999 57.0502 43.6499 57.0502Z' fill='white'/%3E%3Cpath d='M38 16.25H12.75C12.45 16.25 12.25 16.05 12.25 15.75C12.25 15.45 12.45 15.25 12.75 15.25H38C38.3 15.25 38.5 15.45 38.5 15.75C38.5 16 38.25 16.25 38 16.25ZM38 25.3H12.75C12.45 25.3 12.25 25.1 12.25 24.8C12.25 24.5 12.45 24.3 12.75 24.3H38C38.3 24.3 38.5 24.5 38.5 24.8C38.5 25.05 38.25 25.3 38 25.3ZM38 34.35H12.75C12.45 34.35 12.25 34.15 12.25 33.85C12.25 33.55 12.45 33.35 12.75 33.35H38C38.3 33.35 38.5 33.55 38.5 33.85C38.5 34.1 38.25 34.35 38 34.35ZM28.25 57.75C28 57.75 27.75 57.65 27.55 57.45C27.3 57.2 27.2 56.85 27.3 56.5L30.25 45.35C30.3 45.2 30.4 45.05 30.5 44.9L54 21.1C54.4 20.7 55.05 20.7 55.4 21.1L63.45 29.25C63.85 29.65 63.85 30.25 63.45 30.65L40.1 54.3C39.95 54.5 39.75 54.65 39.55 54.75L28.5 57.75H28.25ZM32.1 46.1L29.65 55.35L38.65 52.9L61.35 30L54.7 23.25L32.1 46.1Z' fill='white'/%3E%3Cpath d='M28.25 57.2501C28.1 57.2501 28 57.2001 27.9 57.1001C27.75 56.9501 27.7 56.8001 27.75 56.6001L30.75 45.5001C30.8 45.3501 30.95 45.2001 31.1 45.1501C31.25 45.1001 31.45 45.1501 31.6 45.3001L39.7 53.5001C39.85 53.6501 39.8499 53.8001 39.8499 54.0001C39.7999 54.1501 39.65 54.3001 39.5 54.3501L28.45 57.3501C28.35 57.2501 28.3 57.2501 28.25 57.2501ZM31.45 46.6001L28.95 56.1001L38.3 53.5501L31.45 46.6001Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2392_5513'%3E%3Crect width='64' height='64' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.home-section2 .staff .smart-campus .content .swiper-container .swiper-slide:hover .icon[smart-campus-title='信息公开'] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64' fill='none'%3E%3Cg clip-path='url(%23clip0_2392_5521)'%3E%3Cpath d='M51.45 63.7501H3.85C1.85 63.7501 0.25 62.1501 0.25 60.1501V18.9501C0.25 16.9501 1.85 15.3501 3.85 15.3501H5.6C6.15 15.3501 6.6 15.8001 6.6 16.3501C6.6 16.9001 6.15 17.3501 5.6 17.3501H3.85C2.95 17.3501 2.25 18.0501 2.25 18.9501V60.1501C2.25 61.0501 2.95 61.7501 3.85 61.7501H51.45C52 61.7501 52.45 62.2001 52.45 62.7501C52.45 63.3001 52 63.7501 51.45 63.7501Z' fill='white'/%3E%3Cpath d='M5.6001 47.3C5.0501 47.3 4.6001 46.85 4.6001 46.3V1.25C4.6001 0.7 5.0501 0.25 5.6001 0.25H49.7001C50.2501 0.25 50.7001 0.7 50.7001 1.25V29.85C50.7001 30.4 50.2501 30.85 49.7001 30.85C49.1501 30.85 48.7001 30.4 48.7001 29.85V2.25H6.6001V46.3C6.6001 46.85 6.1501 47.3 5.6001 47.3Z' fill='white'/%3E%3Cpath d='M43.4 10.8501H11.9C11.6 10.8501 11.4 10.6501 11.4 10.3501C11.4 10.0501 11.6 9.8501 11.9 9.8501H43.4C43.7 9.8501 43.9 10.0501 43.9 10.3501C43.9 10.6501 43.65 10.8501 43.4 10.8501ZM43.4 20.4501H11.9C11.6 20.4501 11.4 20.2501 11.4 19.9501C11.4 19.6501 11.6 19.4501 11.9 19.4501H43.4C43.7 19.4501 43.9 19.6501 43.9 19.9501C43.9 20.2501 43.65 20.4501 43.4 20.4501ZM51.85 63.7501H3.84997C2.69997 63.7501 1.64997 63.2001 0.949971 62.2501C0.249971 61.3001 0.0999712 60.1501 0.449971 59.0501L9.39997 31.3501C9.89997 29.8501 11.25 28.8501 12.8 28.8501H60.15C61.3 28.8501 62.35 29.4001 63.05 30.3501C63.75 31.3001 63.9 32.4501 63.55 33.5501L54.4 61.9001C54.05 63.0001 53 63.7501 51.85 63.7501ZM12.8 30.8501C12.1 30.8501 11.5 31.3001 11.3 31.9501L2.34997 59.6501C2.19997 60.1501 2.24997 60.6501 2.59997 61.0501C2.89997 61.4501 3.34997 61.7001 3.89997 61.7001H51.9C52.2 61.7001 52.45 61.5001 52.55 61.2501L61.7 32.9001C61.85 32.4001 61.8 31.9001 61.45 31.5001C61.1 31.1001 60.7 30.8501 60.15 30.8501H12.8Z' fill='white'/%3E%3Cpath d='M54.0499 30.8498H49.7C49.15 30.8498 48.7 30.3998 48.7 29.8498V21.5498C48.7 20.9998 49.15 20.5498 49.7 20.5498H51.45C53.45 20.5498 55.0499 22.1498 55.0499 24.1498V29.8998C55.0499 30.3998 54.5999 30.8498 54.0499 30.8498ZM50.7 28.8498H53.0499V24.0998C53.0499 23.1998 52.35 22.4998 51.45 22.4998H50.7V28.8498Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2392_5521'%3E%3Crect width='64' height='64' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.home-section2 .staff .smart-campus .content .swiper-container .swiper-slide:hover .icon[smart-campus-title='校历表'] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64' fill='none'%3E%3Cg clip-path='url(%23clip0_2392_5506)'%3E%3Cpath d='M62.75 18.6502H1.25C0.95 18.6502 0.75 18.4502 0.75 18.1502V6.7002C0.75 6.4002 0.95 6.2002 1.25 6.2002H62.75C63.05 6.2002 63.25 6.4002 63.25 6.7002V18.1502C63.25 18.4002 63.05 18.6502 62.75 18.6502ZM1.75 17.6502H62.25V7.2002H1.75V17.6502Z' fill='white'/%3E%3Cpath d='M62.75 63.7502H1.25C0.7 63.7502 0.25 63.3002 0.25 62.7502V6.7002C0.25 6.1502 0.7 5.7002 1.25 5.7002H62.75C63.3 5.7002 63.75 6.1502 63.75 6.7002V62.7502C63.75 63.3002 63.3 63.7502 62.75 63.7502ZM2.25 61.7502H61.75V7.7002H2.25V61.7502Z' fill='white'/%3E%3Cpath d='M11.9 13.15C11.35 13.15 10.9 12.7 10.9 12.15V1.25C10.9 0.7 11.35 0.25 11.9 0.25C12.45 0.25 12.9 0.7 12.9 1.25V12.15C12.9 12.7 12.45 13.15 11.9 13.15ZM52.1 13.15C51.55 13.15 51.1 12.7 51.1 12.15V1.25C51.1 0.7 51.55 0.25 52.1 0.25C52.65 0.25 53.1 0.7 53.1 1.25V12.15C53.1 12.7 52.65 13.15 52.1 13.15ZM29.2001 33.4H21.8C21.5 33.4 21.3 33.2 21.3 32.9V25.5C21.3 25.2 21.5 25 21.8 25H29.25C29.55 25 29.75 25.2 29.75 25.5V32.95C29.7001 33.2 29.5 33.4 29.2001 33.4ZM22.3 32.4H28.75V26H22.3V32.4ZM42.2001 33.4H34.8C34.5 33.4 34.3 33.2 34.3 32.9V25.5C34.3 25.2 34.5 25 34.8 25H42.25C42.55 25 42.75 25.2 42.75 25.5V32.95C42.7001 33.2 42.5 33.4 42.2001 33.4ZM35.3 32.4H41.75V26H35.3V32.4ZM55.2001 33.4H47.8C47.5 33.4 47.3 33.2 47.3 32.9V25.5C47.3 25.2 47.5 25 47.8 25H55.25C55.55 25 55.75 25.2 55.75 25.5V32.95C55.7001 33.2 55.5 33.4 55.2001 33.4ZM48.3 32.4H54.75V26H48.3V32.4ZM29.2001 44.65H21.8C21.5 44.65 21.3 44.45 21.3 44.15V36.75C21.3 36.45 21.5 36.25 21.8 36.25H29.25C29.55 36.25 29.75 36.45 29.75 36.75V44.2C29.7001 44.45 29.5 44.65 29.2001 44.65ZM22.3 43.65H28.75V37.25H22.3V43.65ZM16.2 44.65H8.80005C8.50005 44.65 8.30005 44.45 8.30005 44.15V36.75C8.30005 36.45 8.50005 36.25 8.80005 36.25H16.25C16.55 36.25 16.75 36.45 16.75 36.75V44.2C16.7 44.45 16.5 44.65 16.2 44.65ZM9.30005 43.65H15.75V37.25H9.30005V43.65ZM42.2001 44.65H34.8C34.5 44.65 34.3 44.45 34.3 44.15V36.75C34.3 36.45 34.5 36.25 34.8 36.25H42.25C42.55 36.25 42.75 36.45 42.75 36.75V44.2C42.7001 44.45 42.5 44.65 42.2001 44.65ZM35.3 43.65H41.75V37.25H35.3V43.65ZM55.2001 44.65H47.8C47.5 44.65 47.3 44.45 47.3 44.15V36.75C47.3 36.45 47.5 36.25 47.8 36.25H55.25C55.55 36.25 55.75 36.45 55.75 36.75V44.2C55.7001 44.45 55.5 44.65 55.2001 44.65ZM48.3 43.65H54.75V37.25H48.3V43.65ZM29.2001 55.9H21.8C21.5 55.9 21.3 55.7 21.3 55.4V48C21.3 47.7 21.5 47.5 21.8 47.5H29.25C29.55 47.5 29.75 47.7 29.75 48V55.45C29.7001 55.7 29.5 55.9 29.2001 55.9ZM22.3 54.9H28.75V48.5H22.3V54.9ZM16.2 55.9H8.80005C8.50005 55.9 8.30005 55.7 8.30005 55.4V48C8.30005 47.7 8.50005 47.5 8.80005 47.5H16.25C16.55 47.5 16.75 47.7 16.75 48V55.45C16.7 55.7 16.5 55.9 16.2 55.9ZM9.30005 54.9H15.75V48.5H9.30005V54.9ZM42.2001 55.9H34.8C34.5 55.9 34.3 55.7 34.3 55.4V48C34.3 47.7 34.5 47.5 34.8 47.5H42.25C42.55 47.5 42.75 47.7 42.75 48V55.45C42.7001 55.7 42.5 55.9 42.2001 55.9ZM35.3 54.9H41.75V48.5H35.3V54.9Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2392_5506'%3E%3Crect width='64' height='64' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.home-section2 .staff .smart-campus .content .swiper-container .swiper-slide:hover .icon[smart-campus-title='邮件服务'] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64' fill='none'%3E%3Cg clip-path='url(%23clip0_2392_5529)'%3E%3Cpath d='M62.75 63.7502H1.25C0.7 63.7502 0.25 63.3002 0.25 62.7502V24.3502C0.25 23.8002 0.7 23.3502 1.25 23.3502C1.8 23.3502 2.25 23.8002 2.25 24.3502V61.7502H61.75V24.3502C61.75 23.8002 62.2 23.3502 62.75 23.3502C63.3 23.3502 63.75 23.8002 63.75 24.3502V62.7502C63.75 63.3002 63.3 63.7502 62.75 63.7502ZM24.85 7.5502C24.55 7.5502 24.25 7.4002 24.05 7.1502C23.7 6.7002 23.8 6.1002 24.25 5.7502L31.3 0.450195C31.65 0.200195 32.15 0.200195 32.5 0.450195L39.55 5.7502C40 6.1002 40.1 6.7002 39.75 7.1502C39.4 7.6002 38.8 7.7002 38.35 7.3502L31.9 2.5002L25.45 7.3502C25.25 7.5002 25.05 7.5502 24.85 7.5502Z' fill='white'/%3E%3Cpath d='M31.9 48.4999C31.7 48.4999 31.5 48.4499 31.3 48.2999L0.65 25.1499C0.4 24.9499 0.25 24.6499 0.25 24.3499C0.25 24.0499 0.4 23.7499 0.65 23.5499L8.5 17.6499C8.95 17.2999 9.55 17.3999 9.9 17.8499C10.25 18.2999 10.15 18.8999 9.7 19.2499L2.9 24.3499L31.9 46.1999L60.9 24.3499L54.15 19.2499C53.7 18.8999 53.6 18.2999 53.95 17.8499C54.3 17.3999 54.9 17.2999 55.35 17.6499L63.15 23.5499C63.4 23.7499 63.55 24.0499 63.55 24.3499C63.55 24.6499 63.4 24.9499 63.15 25.1499L32.5 48.2999C32.3 48.4499 32.1 48.4999 31.9 48.4999Z' fill='white'/%3E%3Cpath d='M62.5501 63.75H1.25011C0.800107 63.75 0.450107 63.5 0.300107 63.05C0.150107 62.65 0.300107 62.2 0.650107 61.95L26.1001 42.75C26.5501 42.4 27.1501 42.5 27.5001 42.95C27.8501 43.4 27.7501 44 27.3001 44.35L4.25011 61.75H59.5501L36.5001 44.35C36.0501 44 35.9501 43.4 36.3001 42.95C36.6501 42.5 37.2501 42.4 37.7001 42.75L63.1501 61.95C63.5001 62.2 63.6501 62.65 63.5001 63.05C63.3501 63.45 62.9501 63.75 62.5501 63.75Z' fill='white'/%3E%3Cpath d='M31.9 48.4998C31.7001 48.4998 31.5001 48.4498 31.3001 48.2998L8.45005 31.0498C8.20005 30.8498 8.05005 30.5498 8.05005 30.2498V6.5498C8.05005 5.9998 8.50005 5.5498 9.05005 5.5498H54.7001C55.2501 5.5498 55.7001 5.9998 55.7001 6.5498V30.2498C55.7001 30.5498 55.5501 30.8498 55.3001 31.0498L32.5001 48.2998C32.3001 48.4498 32.1 48.4998 31.9 48.4998ZM10.05 29.7498L31.85 46.1998L53.6501 29.7498V7.5498H10.05V29.7498Z' fill='white'/%3E%3Cpath d='M45.9501 15.6499H17.8501C17.5501 15.6499 17.3501 15.4499 17.3501 15.1499C17.3501 14.8499 17.5501 14.6499 17.8501 14.6499H45.9001C46.2001 14.6499 46.4001 14.8499 46.4001 15.1499C46.4001 15.4499 46.2001 15.6499 45.9501 15.6499ZM45.9501 23.7499H17.8501C17.5501 23.7499 17.3501 23.5499 17.3501 23.2499C17.3501 22.9499 17.5501 22.7499 17.8501 22.7499H45.9001C46.2001 22.7499 46.4001 22.9499 46.4001 23.2499C46.4001 23.5499 46.2001 23.7499 45.9501 23.7499ZM45.9501 31.8999H17.8501C17.5501 31.8999 17.3501 31.6999 17.3501 31.3999C17.3501 31.0999 17.5501 30.8999 17.8501 30.8999H45.9001C46.2001 30.8999 46.4001 31.0999 46.4001 31.3999C46.4001 31.6999 46.2001 31.8999 45.9501 31.8999Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2392_5529'%3E%3Crect width='64' height='64' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.home-section2 .staff .smart-campus .content .swiper-container .swiper-slide:hover .icon[smart-campus-title='网络服务'] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64' fill='none'%3E%3Cpath d='M27.9999 57.9499C12.6999 57.9499 0.199951 45.4999 0.199951 30.1499C0.199951 14.8499 12.6499 2.3999 27.9999 2.3999C43.3499 2.3999 55.7999 14.8499 55.7999 30.1999C55.7999 35.7999 54.1499 41.1999 50.9999 45.7999C50.6999 46.2499 50.0499 46.3499 49.5999 46.0499C49.1499 45.7499 49.0499 45.0999 49.3499 44.6499C52.2499 40.3499 53.7999 35.3499 53.7999 30.1499C53.7999 15.9499 42.2499 4.3499 27.9999 4.3499C13.7499 4.3499 2.19995 15.9499 2.19995 30.1499C2.19995 44.3499 13.7499 55.9499 27.9999 55.9499C35.1999 55.9499 42.0999 52.8999 46.9999 47.5999C47.3499 47.1999 48 47.1499 48.3999 47.5499C48.7999 47.8999 48.8499 48.5499 48.4499 48.9499C43.1999 54.6499 35.7499 57.9499 27.9999 57.9499Z' fill='white'/%3E%3Cpath d='M28 57.4499C20.8 57.4499 14.95 45.1999 14.95 30.1499C14.9 15.0999 20.8 2.8999 28 2.8999C34.95 2.8999 40.55 13.7499 41 28.1999C41 28.3499 40.95 28.4499 40.85 28.5499C40.75 28.6499 40.65 28.6999 40.5 28.6999C37.95 28.6999 35.5 29.7499 33.7 31.5499C29.9 35.3499 29.9 41.4999 33.7 45.2999C34.75 46.3499 36.05 47.1499 37.5 47.6499C37.65 47.6999 37.75 47.7999 37.8 47.8999C37.85 48.0499 37.85 48.1499 37.8 48.2999C35.3 54.0999 31.75 57.4499 28 57.4499ZM28 3.8999C21.35 3.8999 15.95 15.6999 15.95 30.1999C15.95 44.6999 21.35 56.4999 28 56.4999C31.25 56.4999 34.4 53.5499 36.65 48.3999C35.25 47.8499 34.05 47.0499 33 45.9999C28.8 41.7999 28.8 34.9999 33 30.8499C34.9 28.9499 37.35 27.8499 40 27.7499C39.4 14.2999 34.15 3.8999 28 3.8999ZM49.15 50.1999C49 50.1999 48.9 50.1499 48.8 50.0499L45.95 47.1999C45.85 47.0999 45.8 46.9499 45.8 46.7999C45.8 46.6499 45.9 46.4999 46 46.4499C46.5 46.0999 47 45.6999 47.45 45.2999C47.85 44.8999 48.25 44.3999 48.6 43.8499C48.7 43.7499 48.8 43.6499 48.95 43.6499C49.1 43.6499 49.25 43.6999 49.35 43.7999L52.2 46.6499C52.4 46.8499 52.4 47.1499 52.2 47.3499L49.45 50.0999C49.4 50.1499 49.3 50.1999 49.15 50.1999ZM47.05 46.8999L49.15 48.9999L51.2 46.9499L49.1 44.8499C48.5199 45.6292 47.8293 46.3198 47.05 46.8999Z' fill='white'/%3E%3Cpath d='M59.4 61.6C58.35 61.6 57.35 61.2 56.55 60.4L47.5 51.35C47.1 50.95 47.1 50.35 47.5 49.95L52.15 45.3C52.55 44.9 53.15 44.9 53.55 45.3L62.6 54.35C64.15 55.9 64.15 58.5 62.6 60.05L62.25 60.4C61.5 61.25 60.45 61.6 59.4 61.6ZM49.6 50.65L57.95 59C58.75 59.8 60.05 59.8 60.8 59L61.15 58.65C61.95 57.85 61.95 56.55 61.15 55.8L52.8 47.45L49.6 50.65ZM40.55 49.1C37.8 49.1 35.05 48.05 32.95 45.95C28.75 41.75 28.75 34.95 32.95 30.8C37.15 26.6 43.95 26.6 48.1 30.8C52.3 35 52.3 41.8 48.1 45.95C46.05 48.05 43.3 49.1 40.55 49.1ZM40.55 28.7C38.05 28.7 35.55 29.65 33.7 31.55C29.9 35.35 29.9 41.5 33.7 45.3C37.5 49.1 43.65 49.1 47.45 45.3C51.25 41.5 51.25 35.35 47.45 31.55C45.55 29.65 43.05 28.7 40.55 28.7ZM51.05 17.25H4.5C4.2 17.25 4 17.05 4 16.75C4 16.45 4.2 16.25 4.5 16.25H51.05C51.35 16.25 51.55 16.45 51.55 16.75C51.55 17.05 51.35 17.25 51.05 17.25Z' fill='white'/%3E%3Cpath d='M28 57.4499C27.7 57.4499 27.5 57.2499 27.5 56.9499V3.3999C27.5 3.0999 27.7 2.8999 28 2.8999C28.3 2.8999 28.5 3.0999 28.5 3.3999V56.9499C28.5 57.1999 28.25 57.4499 28 57.4499ZM54.75 30.6499H46.6C46.3 30.6499 46.1 30.4499 46.1 30.1499C46.1 29.8499 46.3 29.6499 46.6 29.6499H54.75C55.05 29.6499 55.25 29.8499 55.25 30.1499C55.25 30.4499 55.05 30.6499 54.75 30.6499Z' fill='white'/%3E%3Cpath d='M34.5499 30.6499H1.19995C0.899951 30.6499 0.699951 30.4499 0.699951 30.1499C0.699951 29.8499 0.899951 29.6499 1.19995 29.6499H34.5499C34.8499 29.6499 35.0499 29.8499 35.0499 30.1499C35.0499 30.4499 34.7999 30.6499 34.5499 30.6499ZM51.0499 44.0499H49.3499C49.0499 44.0499 48.8499 43.8499 48.8499 43.5499C48.8499 43.2499 49.0499 43.0499 49.3499 43.0499H51.0499C51.3499 43.0499 51.5499 43.2499 51.5499 43.5499C51.5499 43.7999 51.3499 44.0499 51.0499 44.0499ZM31.7499 44.0499H4.49995C4.19995 44.0499 3.99995 43.8499 3.99995 43.5499C3.99995 43.2499 4.19995 43.0499 4.49995 43.0499H31.7499C32.0499 43.0499 32.2499 43.2499 32.2499 43.5499C32.2499 43.7999 32.0499 44.0499 31.7499 44.0499Z' fill='white'/%3E%3C/svg%3E");
}
.home-section2 .staff .smart-campus .content .swiper-container .swiper-slide:hover .icon[smart-campus-title='图书馆服务'] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64' fill='none'%3E%3Cpath d='M62.75 58.0499H1.25C0.7 58.0499 0.25 57.5999 0.25 57.0499V14.3999C0.25 13.8499 0.7 13.3999 1.25 13.3999H6.3C6.85 13.3999 7.3 13.8499 7.3 14.3999C7.3 14.9499 6.85 15.3999 6.3 15.3999H2.25V56.0499H61.75V15.3999H57.15C56.6 15.3999 56.15 14.9499 56.15 14.3999C56.15 13.8499 56.6 13.3999 57.15 13.3999H62.75C63.3 13.3999 63.75 13.8499 63.75 14.3999V57.0499C63.75 57.5999 63.3 58.0499 62.75 58.0499Z' fill='white'/%3E%3Cpath d='M57.15 52.8998C57 52.8998 56.85 52.8498 56.7 52.7998C48.25 48.7998 39.6 50.2498 32.15 51.8998C31.85 51.9498 31.5499 51.8998 31.2999 51.6998C31.0499 51.4998 30.95 51.1998 30.95 50.8998V8.64984C30.95 8.19984 31.3 7.79984 31.75 7.64984C39.5 5.89984 48.55 4.44984 57.55 8.69984C57.9 8.84984 58.1 9.19984 58.1 9.59984V51.8998C58.1 52.2498 57.9 52.5498 57.65 52.7498C57.55 52.8498 57.35 52.8998 57.15 52.8998ZM44.7 48.2498C48.45 48.2498 52.3 48.7998 56.2 50.3998V10.2998C48.25 6.74984 40.1 7.94984 33.0499 9.49984V49.7498C36.7 48.8998 40.6 48.2498 44.7 48.2498Z' fill='white'/%3E%3Cpath d='M53.6 17.7998C53.55 17.7998 53.45 17.7998 53.4 17.7498C47.3 14.8498 41.05 15.8998 35.65 17.0998C35.4 17.1498 35.1 16.9998 35.05 16.6998C35 16.4498 35.15 16.1498 35.45 16.0998C41 14.8498 47.45 13.7998 53.85 16.8498C54.1 16.9498 54.2 17.2498 54.1 17.4998C54 17.6998 53.8 17.7998 53.6 17.7998ZM53.6 24.3498C53.55 24.3498 53.45 24.3498 53.4 24.2998C47.3 21.3998 41.05 22.4498 35.65 23.6498C35.4 23.6998 35.1 23.5498 35.05 23.2498C35 22.9998 35.15 22.6998 35.45 22.6498C41 21.3998 47.45 20.3498 53.85 23.3998C54.1 23.4998 54.2 23.7998 54.1 24.0498C54 24.2498 53.8 24.3498 53.6 24.3498ZM53.6 30.8998C53.55 30.8998 53.45 30.8998 53.4 30.8498C47.3 27.9498 41.05 28.9998 35.65 30.1998C35.4 30.2498 35.1 30.0998 35.05 29.7998C35 29.5498 35.15 29.2498 35.45 29.1998C41 27.9498 47.45 26.8998 53.85 29.9498C54.1 30.0498 54.2 30.3498 54.1 30.5998C54 30.7998 53.8 30.8998 53.6 30.8998ZM53.6 37.4498C53.55 37.4498 53.45 37.4498 53.4 37.3998C47.3 34.4998 41.05 35.4998 35.65 36.6998C35.4 36.7498 35.1 36.5998 35.05 36.2998C35 36.0498 35.15 35.7498 35.45 35.6998C41 34.4498 47.45 33.3998 53.85 36.4498C54.1 36.5498 54.2 36.8498 54.1 37.0998C54 37.3498 53.8 37.4498 53.6 37.4498ZM53.6 43.9498C53.55 43.9498 53.45 43.9498 53.4 43.8998C47.3 40.9998 41.05 42.0498 35.65 43.2498C35.4 43.2998 35.1 43.1498 35.05 42.8498C35 42.5998 35.15 42.2998 35.45 42.2498C41 40.9998 47.45 39.9498 53.85 42.9998C54.1 43.0998 54.2 43.3998 54.1 43.6498C54 43.8498 53.8 43.9498 53.6 43.9498Z' fill='white'/%3E%3Cpath d='M6.8501 52.9001C6.6501 52.9001 6.5001 52.8501 6.3001 52.7501C6.0001 52.5501 5.8501 52.2501 5.8501 51.9001V9.65013C5.8501 9.25013 6.0501 8.90013 6.4001 8.75013C15.4001 4.50013 24.4501 5.95013 32.2001 7.70013C32.6501 7.80013 33.0001 8.20013 33.0001 8.70013V51.0001C33.0001 51.3001 32.8501 51.6001 32.6501 51.8001C32.4001 52.0001 32.1001 52.0501 31.8001 52.0001C24.3501 50.3501 15.7001 48.9001 7.2501 52.9001H6.8501ZM7.8501 10.3001V50.4001C15.9001 47.1001 23.9501 48.2001 31.0001 49.7001V9.45013C23.9001 7.90013 15.8001 6.75013 7.8501 10.3001Z' fill='white'/%3E%3Cpath d='M15.1499 25.9502C15.0499 25.9502 14.9999 25.9502 14.8999 25.9002C14.7499 25.8002 14.6499 25.6502 14.6499 25.4502V7.2002C14.6499 6.9002 14.8499 6.7002 15.1499 6.7002C15.4499 6.7002 15.6499 6.9002 15.6499 7.2002V24.4502L19.0999 22.0502C19.2499 21.9502 19.4999 21.9502 19.6499 22.0502L23.0999 24.4502V7.2002C23.0999 6.9002 23.2999 6.7002 23.5999 6.7002C23.8999 6.7002 24.0999 6.9002 24.0999 7.2002V25.4502C24.0999 25.6502 23.9999 25.8002 23.8499 25.9002C23.6999 26.0002 23.4999 25.9502 23.3499 25.8502L19.3999 23.1002L15.4499 25.8502C15.3499 25.9002 15.2499 25.9502 15.1499 25.9502Z' fill='white'/%3E%3C/svg%3E");
}
.home-section2 .staff .smart-campus .content .swiper-container .swiper-slide:hover .icon[smart-campus-title='财务系统'] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64' fill='none'%3E%3Cg clip-path='url(%23clip0_2392_5591)'%3E%3Cpath d='M43.0635 56.6079H20.9363C20.6387 56.6079 20.341 56.4591 20.1425 56.211C19.9441 55.963 19.8945 55.6157 19.9937 55.318L21.9782 48.8684C22.127 48.4715 22.4743 48.1738 22.9208 48.1738H41.079C41.5255 48.1738 41.9224 48.4715 42.0216 48.8684L44.0061 55.318C44.1053 55.6157 44.0557 55.963 43.8573 56.211C43.6588 56.4591 43.3611 56.6079 43.0635 56.6079ZM22.2759 54.6234H41.7239L40.3348 50.1583H23.665L22.2759 54.6234Z' fill='white'/%3E%3Cpath d='M60.6263 50.1581H3.3736C2.82786 50.1581 2.38135 49.7116 2.38135 49.1659V0.992248C2.38135 0.446512 2.82786 0 3.3736 0H60.5767C61.1224 0 61.5689 0.446512 61.5689 0.992248V49.1659C61.6186 49.7116 61.172 50.1581 60.6263 50.1581ZM4.36584 48.1736H59.5844V1.9845H4.36584V48.1736Z' fill='white'/%3E%3Cpath d='M55.5162 39.1938H8.48367C8.186 39.1938 7.98755 38.9954 7.98755 38.6977V6.30081C7.98755 6.00314 8.186 5.80469 8.48367 5.80469H55.5658C55.8635 5.80469 56.062 6.00314 56.062 6.30081V38.6977C56.0124 38.9954 55.8139 39.1938 55.5162 39.1938ZM8.9798 38.2016H55.0697V6.79694H8.9798V38.2016ZM47.3798 56.707V62.0155H16.6201V56.707H47.3798ZM47.3798 54.7225H16.6201C15.5286 54.7225 14.6356 55.6155 14.6356 56.707V62.0155C14.6356 63.107 15.5286 64 16.6201 64H47.3798C48.4713 64 49.3643 63.107 49.3643 62.0155V56.707C49.3643 55.6155 48.4713 54.7225 47.3798 54.7225Z' fill='white'/%3E%3Cpath d='M25.9969 29.9658H16.1241C15.8264 29.9658 15.6279 29.7673 15.6279 29.4696C15.6279 29.172 15.8264 28.9735 16.1241 28.9735H25.7489L31.5535 22.9208C31.6527 22.8216 31.752 22.772 31.9008 22.772C32.0496 22.772 32.1489 22.8216 32.2481 22.9208L36.2171 27.0386L47.5287 15.2309C47.7272 15.0324 48.0248 15.0324 48.2233 15.2309C48.4217 15.4293 48.4217 15.727 48.2233 15.9254L36.5644 28.0805C36.3659 28.2789 36.0186 28.2789 35.8698 28.0805L31.9008 23.9627L26.3442 29.8169C26.245 29.9161 26.0961 29.9658 25.9969 29.9658ZM32 46.189C30.462 46.189 29.1721 44.9487 29.1721 43.3611C29.1721 41.8231 30.4124 40.5332 32 40.5332C33.538 40.5332 34.8279 41.7735 34.8279 43.3611C34.8279 44.9487 33.538 46.189 32 46.189ZM32 41.5254C31.0078 41.5254 30.1644 42.3689 30.1644 43.3611C30.1644 44.3533 31.0078 45.1968 32 45.1968C32.9923 45.1968 33.8357 44.3533 33.8357 43.3611C33.8357 42.3689 32.9923 41.5254 32 41.5254Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2392_5591'%3E%3Crect width='64' height='64' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.home-section2 .staff .smart-campus .content .swiper-container .swiper-slide:hover h3 {
  color: #fff;
}
.home-section2 .staff .smart-campus .content .swiper-container .swiper-slide:hover h3::after {
  transform: translateX(-50%) scaleY(1);
}
.home-section2 .staff .smart-campus .content .swiper-container .swiper-slide .icon {
  width: 0.64rem;
  height: 0.64rem;
  margin: 0 auto 0.16rem;
  transition: background-image 0.3s;
}
.home-section2 .staff .smart-campus .content .swiper-container .swiper-slide .icon[smart-campus-title='校务大厅'] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64' fill='none'%3E%3Cg clip-path='url(%23clip0_2392_5498)'%3E%3Cpath d='M62.75 50.75H1.25C0.7 50.75 0.25 50.3 0.25 49.75V1.25C0.25 0.7 0.7 0.25 1.25 0.25H62.75C63.3 0.25 63.75 0.7 63.75 1.25V49.75C63.75 50.3 63.3 50.75 62.75 50.75ZM2.25 48.75H61.75V2.25H2.25V48.75Z' fill='%23004098'/%3E%3Cpath d='M56.9501 40.3998H7.05005C6.75005 40.3998 6.55005 40.1998 6.55005 39.8998V7.5498C6.55005 7.2498 6.75005 7.0498 7.05005 7.0498H56.9501C57.2501 7.0498 57.4501 7.2498 57.4501 7.5498V39.8998C57.4501 40.1498 57.2501 40.3998 56.9501 40.3998ZM7.55005 39.3998H56.4501V8.0498H7.55005V39.3998ZM42.9501 57.9998H21.05C20.5 57.9998 20.05 57.5498 20.05 56.9998V49.7498C20.05 49.1998 20.5 48.7498 21.05 48.7498H43.0001C43.5501 48.7498 44.0001 49.1998 44.0001 49.7498V56.9998C43.9501 57.5498 43.5001 57.9998 42.9501 57.9998ZM22.05 55.9998H42.0001V50.7498H22.05V55.9998Z' fill='%23004098'/%3E%3Cpath d='M50.25 63.75H13.75C13.2 63.75 12.75 63.3 12.75 62.75V57C12.75 56.45 13.2 56 13.75 56H50.25C50.8 56 51.25 56.45 51.25 57V62.75C51.25 63.3 50.8 63.75 50.25 63.75ZM14.75 61.75H49.25V58H14.75V61.75ZM48.55 35C48.5 35 48.45 35 48.4 34.95C48.25 34.9 48.15 34.8 48.1 34.65L46.45 30.35L44.9 33.05C44.8 33.25 44.55 33.35 44.3 33.3C44.1 33.25 43.95 33 43.95 32.8L44.9 21.9C44.9 21.7 45.05 21.55 45.2 21.5C45.35 21.45 45.55 21.45 45.7 21.55L53.15 27.55C53.3 27.7 53.4 27.9 53.3 28.15C53.2 28.35 53 28.5 52.8 28.45L50 28.2L51.75 32.75C51.85 33 51.75 33.25 51.55 33.35L48.8 34.95C48.7 34.95 48.65 35 48.55 35ZM46.5 28.7C46.75 28.7 46.9 28.85 46.95 29L48.8 33.75L50.65 32.65L48.75 27.75C48.7 27.6 48.7 27.4 48.8 27.25C48.9 27.1 49.05 27.05 49.25 27.05L51.2 27.2L45.75 22.8L45.1 30.5L46.05 28.85C46.15 28.8 46.3 28.7 46.5 28.7ZM50.6 15.75H13.4C13.1 15.75 12.9 15.55 12.9 15.25C12.9 14.95 13.1 14.75 13.4 14.75H50.65C50.95 14.75 51.15 14.95 51.15 15.25C51.15 15.55 50.9 15.75 50.6 15.75ZM38.7 24.1H13.4C13.1 24.1 12.9 23.9 12.9 23.6C12.9 23.3 13.1 23.1 13.4 23.1H38.7C39 23.1 39.2 23.3 39.2 23.6C39.2 23.9 38.95 24.1 38.7 24.1ZM38.7 32.7H13.4C13.1 32.7 12.9 32.5 12.9 32.2C12.9 31.9 13.1 31.7 13.4 31.7H38.7C39 31.7 39.2 31.9 39.2 32.2C39.2 32.5 38.95 32.7 38.7 32.7ZM33.75 45.3H30.25C29.95 45.3 29.75 45.1 29.75 44.8C29.75 44.5 29.95 44.3 30.25 44.3H33.75C34.05 44.3 34.25 44.5 34.25 44.8C34.25 45.1 34 45.3 33.75 45.3Z' fill='%23004098'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2392_5498'%3E%3Crect width='64' height='64' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.home-section2 .staff .smart-campus .content .swiper-container .swiper-slide .icon[smart-campus-title='师生意见快递站'] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64' fill='none'%3E%3Cg clip-path='url(%23clip0_2392_5513)'%3E%3Cpath d='M49.3 63.75H1.25C0.7 63.75 0.25 63.3 0.25 62.75V1.25C0.25 0.7 0.7 0.25 1.25 0.25H49.3C49.85 0.25 50.3 0.7 50.3 1.25V27.3C50.3 27.85 49.85 28.3 49.3 28.3C48.75 28.3 48.3 27.85 48.3 27.3V2.25H2.25V61.75H48.3V43.65C48.3 43.1 48.75 42.65 49.3 42.65C49.85 42.65 50.3 43.1 50.3 43.65V62.75C50.3 63.3 49.85 63.75 49.3 63.75Z' fill='%23004098'/%3E%3Cpath d='M43.6499 57.0502H6.8999C6.5999 57.0502 6.3999 56.8502 6.3999 56.5502V7.4502C6.3999 7.1502 6.5999 6.9502 6.8999 6.9502H43.6499C43.9499 6.9502 44.1499 7.1502 44.1499 7.4502V33.0002C44.1499 33.3002 43.9499 33.5002 43.6499 33.5002C43.3499 33.5002 43.1499 33.3002 43.1499 33.0002V7.9502H7.3999V56.0502H43.1499V49.3002C43.1499 49.0002 43.3499 48.8002 43.6499 48.8002C43.9499 48.8002 44.1499 49.0002 44.1499 49.3002V56.5002C44.1499 56.8002 43.8999 57.0502 43.6499 57.0502Z' fill='%23004098'/%3E%3Cpath d='M38 16.25H12.75C12.45 16.25 12.25 16.05 12.25 15.75C12.25 15.45 12.45 15.25 12.75 15.25H38C38.3 15.25 38.5 15.45 38.5 15.75C38.5 16 38.25 16.25 38 16.25ZM38 25.3H12.75C12.45 25.3 12.25 25.1 12.25 24.8C12.25 24.5 12.45 24.3 12.75 24.3H38C38.3 24.3 38.5 24.5 38.5 24.8C38.5 25.05 38.25 25.3 38 25.3ZM38 34.35H12.75C12.45 34.35 12.25 34.15 12.25 33.85C12.25 33.55 12.45 33.35 12.75 33.35H38C38.3 33.35 38.5 33.55 38.5 33.85C38.5 34.1 38.25 34.35 38 34.35ZM28.25 57.75C28 57.75 27.75 57.65 27.55 57.45C27.3 57.2 27.2 56.85 27.3 56.5L30.25 45.35C30.3 45.2 30.4 45.05 30.5 44.9L54 21.1C54.4 20.7 55.05 20.7 55.4 21.1L63.45 29.25C63.85 29.65 63.85 30.25 63.45 30.65L40.1 54.3C39.95 54.5 39.75 54.65 39.55 54.75L28.5 57.75H28.25ZM32.1 46.1L29.65 55.35L38.65 52.9L61.35 30L54.7 23.25L32.1 46.1Z' fill='%23004098'/%3E%3Cpath d='M28.25 57.2501C28.1 57.2501 28 57.2001 27.9 57.1001C27.75 56.9501 27.7 56.8001 27.75 56.6001L30.75 45.5001C30.8 45.3501 30.95 45.2001 31.1 45.1501C31.25 45.1001 31.45 45.1501 31.6 45.3001L39.7 53.5001C39.85 53.6501 39.8499 53.8001 39.8499 54.0001C39.7999 54.1501 39.65 54.3001 39.5 54.3501L28.45 57.3501C28.35 57.2501 28.3 57.2501 28.25 57.2501ZM31.45 46.6001L28.95 56.1001L38.3 53.5501L31.45 46.6001Z' fill='%23004098'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2392_5513'%3E%3Crect width='64' height='64' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.home-section2 .staff .smart-campus .content .swiper-container .swiper-slide .icon[smart-campus-title='信息公开'] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64' fill='none'%3E%3Cg clip-path='url(%23clip0_2392_5521)'%3E%3Cpath d='M51.45 63.7501H3.85C1.85 63.7501 0.25 62.1501 0.25 60.1501V18.9501C0.25 16.9501 1.85 15.3501 3.85 15.3501H5.6C6.15 15.3501 6.6 15.8001 6.6 16.3501C6.6 16.9001 6.15 17.3501 5.6 17.3501H3.85C2.95 17.3501 2.25 18.0501 2.25 18.9501V60.1501C2.25 61.0501 2.95 61.7501 3.85 61.7501H51.45C52 61.7501 52.45 62.2001 52.45 62.7501C52.45 63.3001 52 63.7501 51.45 63.7501Z' fill='%23004098'/%3E%3Cpath d='M5.6001 47.3C5.0501 47.3 4.6001 46.85 4.6001 46.3V1.25C4.6001 0.7 5.0501 0.25 5.6001 0.25H49.7001C50.2501 0.25 50.7001 0.7 50.7001 1.25V29.85C50.7001 30.4 50.2501 30.85 49.7001 30.85C49.1501 30.85 48.7001 30.4 48.7001 29.85V2.25H6.6001V46.3C6.6001 46.85 6.1501 47.3 5.6001 47.3Z' fill='%23004098'/%3E%3Cpath d='M43.4 10.8501H11.9C11.6 10.8501 11.4 10.6501 11.4 10.3501C11.4 10.0501 11.6 9.8501 11.9 9.8501H43.4C43.7 9.8501 43.9 10.0501 43.9 10.3501C43.9 10.6501 43.65 10.8501 43.4 10.8501ZM43.4 20.4501H11.9C11.6 20.4501 11.4 20.2501 11.4 19.9501C11.4 19.6501 11.6 19.4501 11.9 19.4501H43.4C43.7 19.4501 43.9 19.6501 43.9 19.9501C43.9 20.2501 43.65 20.4501 43.4 20.4501ZM51.85 63.7501H3.84997C2.69997 63.7501 1.64997 63.2001 0.949971 62.2501C0.249971 61.3001 0.0999712 60.1501 0.449971 59.0501L9.39997 31.3501C9.89997 29.8501 11.25 28.8501 12.8 28.8501H60.15C61.3 28.8501 62.35 29.4001 63.05 30.3501C63.75 31.3001 63.9 32.4501 63.55 33.5501L54.4 61.9001C54.05 63.0001 53 63.7501 51.85 63.7501ZM12.8 30.8501C12.1 30.8501 11.5 31.3001 11.3 31.9501L2.34997 59.6501C2.19997 60.1501 2.24997 60.6501 2.59997 61.0501C2.89997 61.4501 3.34997 61.7001 3.89997 61.7001H51.9C52.2 61.7001 52.45 61.5001 52.55 61.2501L61.7 32.9001C61.85 32.4001 61.8 31.9001 61.45 31.5001C61.1 31.1001 60.7 30.8501 60.15 30.8501H12.8Z' fill='%23004098'/%3E%3Cpath d='M54.0499 30.8498H49.7C49.15 30.8498 48.7 30.3998 48.7 29.8498V21.5498C48.7 20.9998 49.15 20.5498 49.7 20.5498H51.45C53.45 20.5498 55.0499 22.1498 55.0499 24.1498V29.8998C55.0499 30.3998 54.5999 30.8498 54.0499 30.8498ZM50.7 28.8498H53.0499V24.0998C53.0499 23.1998 52.35 22.4998 51.45 22.4998H50.7V28.8498Z' fill='%23004098'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2392_5521'%3E%3Crect width='64' height='64' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.home-section2 .staff .smart-campus .content .swiper-container .swiper-slide .icon[smart-campus-title='校历表'] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64' fill='none'%3E%3Cg clip-path='url(%23clip0_2392_5506)'%3E%3Cpath d='M62.75 18.6502H1.25C0.95 18.6502 0.75 18.4502 0.75 18.1502V6.7002C0.75 6.4002 0.95 6.2002 1.25 6.2002H62.75C63.05 6.2002 63.25 6.4002 63.25 6.7002V18.1502C63.25 18.4002 63.05 18.6502 62.75 18.6502ZM1.75 17.6502H62.25V7.2002H1.75V17.6502Z' fill='%23004098'/%3E%3Cpath d='M62.75 63.7502H1.25C0.7 63.7502 0.25 63.3002 0.25 62.7502V6.7002C0.25 6.1502 0.7 5.7002 1.25 5.7002H62.75C63.3 5.7002 63.75 6.1502 63.75 6.7002V62.7502C63.75 63.3002 63.3 63.7502 62.75 63.7502ZM2.25 61.7502H61.75V7.7002H2.25V61.7502Z' fill='%23004098'/%3E%3Cpath d='M11.9 13.15C11.35 13.15 10.9 12.7 10.9 12.15V1.25C10.9 0.7 11.35 0.25 11.9 0.25C12.45 0.25 12.9 0.7 12.9 1.25V12.15C12.9 12.7 12.45 13.15 11.9 13.15ZM52.1 13.15C51.55 13.15 51.1 12.7 51.1 12.15V1.25C51.1 0.7 51.55 0.25 52.1 0.25C52.65 0.25 53.1 0.7 53.1 1.25V12.15C53.1 12.7 52.65 13.15 52.1 13.15ZM29.2001 33.4H21.8C21.5 33.4 21.3 33.2 21.3 32.9V25.5C21.3 25.2 21.5 25 21.8 25H29.25C29.55 25 29.75 25.2 29.75 25.5V32.95C29.7001 33.2 29.5 33.4 29.2001 33.4ZM22.3 32.4H28.75V26H22.3V32.4ZM42.2001 33.4H34.8C34.5 33.4 34.3 33.2 34.3 32.9V25.5C34.3 25.2 34.5 25 34.8 25H42.25C42.55 25 42.75 25.2 42.75 25.5V32.95C42.7001 33.2 42.5 33.4 42.2001 33.4ZM35.3 32.4H41.75V26H35.3V32.4ZM55.2001 33.4H47.8C47.5 33.4 47.3 33.2 47.3 32.9V25.5C47.3 25.2 47.5 25 47.8 25H55.25C55.55 25 55.75 25.2 55.75 25.5V32.95C55.7001 33.2 55.5 33.4 55.2001 33.4ZM48.3 32.4H54.75V26H48.3V32.4ZM29.2001 44.65H21.8C21.5 44.65 21.3 44.45 21.3 44.15V36.75C21.3 36.45 21.5 36.25 21.8 36.25H29.25C29.55 36.25 29.75 36.45 29.75 36.75V44.2C29.7001 44.45 29.5 44.65 29.2001 44.65ZM22.3 43.65H28.75V37.25H22.3V43.65ZM16.2 44.65H8.80005C8.50005 44.65 8.30005 44.45 8.30005 44.15V36.75C8.30005 36.45 8.50005 36.25 8.80005 36.25H16.25C16.55 36.25 16.75 36.45 16.75 36.75V44.2C16.7 44.45 16.5 44.65 16.2 44.65ZM9.30005 43.65H15.75V37.25H9.30005V43.65ZM42.2001 44.65H34.8C34.5 44.65 34.3 44.45 34.3 44.15V36.75C34.3 36.45 34.5 36.25 34.8 36.25H42.25C42.55 36.25 42.75 36.45 42.75 36.75V44.2C42.7001 44.45 42.5 44.65 42.2001 44.65ZM35.3 43.65H41.75V37.25H35.3V43.65ZM55.2001 44.65H47.8C47.5 44.65 47.3 44.45 47.3 44.15V36.75C47.3 36.45 47.5 36.25 47.8 36.25H55.25C55.55 36.25 55.75 36.45 55.75 36.75V44.2C55.7001 44.45 55.5 44.65 55.2001 44.65ZM48.3 43.65H54.75V37.25H48.3V43.65ZM29.2001 55.9H21.8C21.5 55.9 21.3 55.7 21.3 55.4V48C21.3 47.7 21.5 47.5 21.8 47.5H29.25C29.55 47.5 29.75 47.7 29.75 48V55.45C29.7001 55.7 29.5 55.9 29.2001 55.9ZM22.3 54.9H28.75V48.5H22.3V54.9ZM16.2 55.9H8.80005C8.50005 55.9 8.30005 55.7 8.30005 55.4V48C8.30005 47.7 8.50005 47.5 8.80005 47.5H16.25C16.55 47.5 16.75 47.7 16.75 48V55.45C16.7 55.7 16.5 55.9 16.2 55.9ZM9.30005 54.9H15.75V48.5H9.30005V54.9ZM42.2001 55.9H34.8C34.5 55.9 34.3 55.7 34.3 55.4V48C34.3 47.7 34.5 47.5 34.8 47.5H42.25C42.55 47.5 42.75 47.7 42.75 48V55.45C42.7001 55.7 42.5 55.9 42.2001 55.9ZM35.3 54.9H41.75V48.5H35.3V54.9Z' fill='%23004098'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2392_5506'%3E%3Crect width='64' height='64' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.home-section2 .staff .smart-campus .content .swiper-container .swiper-slide .icon[smart-campus-title='邮件服务'] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64' fill='none'%3E%3Cg clip-path='url(%23clip0_2392_5529)'%3E%3Cpath d='M62.75 63.7502H1.25C0.7 63.7502 0.25 63.3002 0.25 62.7502V24.3502C0.25 23.8002 0.7 23.3502 1.25 23.3502C1.8 23.3502 2.25 23.8002 2.25 24.3502V61.7502H61.75V24.3502C61.75 23.8002 62.2 23.3502 62.75 23.3502C63.3 23.3502 63.75 23.8002 63.75 24.3502V62.7502C63.75 63.3002 63.3 63.7502 62.75 63.7502ZM24.85 7.5502C24.55 7.5502 24.25 7.4002 24.05 7.1502C23.7 6.7002 23.8 6.1002 24.25 5.7502L31.3 0.450195C31.65 0.200195 32.15 0.200195 32.5 0.450195L39.55 5.7502C40 6.1002 40.1 6.7002 39.75 7.1502C39.4 7.6002 38.8 7.7002 38.35 7.3502L31.9 2.5002L25.45 7.3502C25.25 7.5002 25.05 7.5502 24.85 7.5502Z' fill='%23004098'/%3E%3Cpath d='M31.9 48.4999C31.7 48.4999 31.5 48.4499 31.3 48.2999L0.65 25.1499C0.4 24.9499 0.25 24.6499 0.25 24.3499C0.25 24.0499 0.4 23.7499 0.65 23.5499L8.5 17.6499C8.95 17.2999 9.55 17.3999 9.9 17.8499C10.25 18.2999 10.15 18.8999 9.7 19.2499L2.9 24.3499L31.9 46.1999L60.9 24.3499L54.15 19.2499C53.7 18.8999 53.6 18.2999 53.95 17.8499C54.3 17.3999 54.9 17.2999 55.35 17.6499L63.15 23.5499C63.4 23.7499 63.55 24.0499 63.55 24.3499C63.55 24.6499 63.4 24.9499 63.15 25.1499L32.5 48.2999C32.3 48.4499 32.1 48.4999 31.9 48.4999Z' fill='%23004098'/%3E%3Cpath d='M62.5501 63.75H1.25011C0.800107 63.75 0.450107 63.5 0.300107 63.05C0.150107 62.65 0.300107 62.2 0.650107 61.95L26.1001 42.75C26.5501 42.4 27.1501 42.5 27.5001 42.95C27.8501 43.4 27.7501 44 27.3001 44.35L4.25011 61.75H59.5501L36.5001 44.35C36.0501 44 35.9501 43.4 36.3001 42.95C36.6501 42.5 37.2501 42.4 37.7001 42.75L63.1501 61.95C63.5001 62.2 63.6501 62.65 63.5001 63.05C63.3501 63.45 62.9501 63.75 62.5501 63.75Z' fill='%23004098'/%3E%3Cpath d='M31.9 48.4998C31.7001 48.4998 31.5001 48.4498 31.3001 48.2998L8.45005 31.0498C8.20005 30.8498 8.05005 30.5498 8.05005 30.2498V6.5498C8.05005 5.9998 8.50005 5.5498 9.05005 5.5498H54.7001C55.2501 5.5498 55.7001 5.9998 55.7001 6.5498V30.2498C55.7001 30.5498 55.5501 30.8498 55.3001 31.0498L32.5001 48.2998C32.3001 48.4498 32.1 48.4998 31.9 48.4998ZM10.05 29.7498L31.85 46.1998L53.6501 29.7498V7.5498H10.05V29.7498Z' fill='%23004098'/%3E%3Cpath d='M45.9501 15.6499H17.8501C17.5501 15.6499 17.3501 15.4499 17.3501 15.1499C17.3501 14.8499 17.5501 14.6499 17.8501 14.6499H45.9001C46.2001 14.6499 46.4001 14.8499 46.4001 15.1499C46.4001 15.4499 46.2001 15.6499 45.9501 15.6499ZM45.9501 23.7499H17.8501C17.5501 23.7499 17.3501 23.5499 17.3501 23.2499C17.3501 22.9499 17.5501 22.7499 17.8501 22.7499H45.9001C46.2001 22.7499 46.4001 22.9499 46.4001 23.2499C46.4001 23.5499 46.2001 23.7499 45.9501 23.7499ZM45.9501 31.8999H17.8501C17.5501 31.8999 17.3501 31.6999 17.3501 31.3999C17.3501 31.0999 17.5501 30.8999 17.8501 30.8999H45.9001C46.2001 30.8999 46.4001 31.0999 46.4001 31.3999C46.4001 31.6999 46.2001 31.8999 45.9501 31.8999Z' fill='%23004098'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2392_5529'%3E%3Crect width='64' height='64' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.home-section2 .staff .smart-campus .content .swiper-container .swiper-slide .icon[smart-campus-title='网络服务'] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64' fill='none'%3E%3Cpath d='M27.9999 57.9499C12.6999 57.9499 0.199951 45.4999 0.199951 30.1499C0.199951 14.8499 12.6499 2.3999 27.9999 2.3999C43.3499 2.3999 55.7999 14.8499 55.7999 30.1999C55.7999 35.7999 54.1499 41.1999 50.9999 45.7999C50.6999 46.2499 50.0499 46.3499 49.5999 46.0499C49.1499 45.7499 49.0499 45.0999 49.3499 44.6499C52.2499 40.3499 53.7999 35.3499 53.7999 30.1499C53.7999 15.9499 42.2499 4.3499 27.9999 4.3499C13.7499 4.3499 2.19995 15.9499 2.19995 30.1499C2.19995 44.3499 13.7499 55.9499 27.9999 55.9499C35.1999 55.9499 42.0999 52.8999 46.9999 47.5999C47.3499 47.1999 48 47.1499 48.3999 47.5499C48.7999 47.8999 48.8499 48.5499 48.4499 48.9499C43.1999 54.6499 35.7499 57.9499 27.9999 57.9499Z' fill='%23004098'/%3E%3Cpath d='M28 57.4499C20.8 57.4499 14.95 45.1999 14.95 30.1499C14.9 15.0999 20.8 2.8999 28 2.8999C34.95 2.8999 40.55 13.7499 41 28.1999C41 28.3499 40.95 28.4499 40.85 28.5499C40.75 28.6499 40.65 28.6999 40.5 28.6999C37.95 28.6999 35.5 29.7499 33.7 31.5499C29.9 35.3499 29.9 41.4999 33.7 45.2999C34.75 46.3499 36.05 47.1499 37.5 47.6499C37.65 47.6999 37.75 47.7999 37.8 47.8999C37.85 48.0499 37.85 48.1499 37.8 48.2999C35.3 54.0999 31.75 57.4499 28 57.4499ZM28 3.8999C21.35 3.8999 15.95 15.6999 15.95 30.1999C15.95 44.6999 21.35 56.4999 28 56.4999C31.25 56.4999 34.4 53.5499 36.65 48.3999C35.25 47.8499 34.05 47.0499 33 45.9999C28.8 41.7999 28.8 34.9999 33 30.8499C34.9 28.9499 37.35 27.8499 40 27.7499C39.4 14.2999 34.15 3.8999 28 3.8999ZM49.15 50.1999C49 50.1999 48.9 50.1499 48.8 50.0499L45.95 47.1999C45.85 47.0999 45.8 46.9499 45.8 46.7999C45.8 46.6499 45.9 46.4999 46 46.4499C46.5 46.0999 47 45.6999 47.45 45.2999C47.85 44.8999 48.25 44.3999 48.6 43.8499C48.7 43.7499 48.8 43.6499 48.95 43.6499C49.1 43.6499 49.25 43.6999 49.35 43.7999L52.2 46.6499C52.4 46.8499 52.4 47.1499 52.2 47.3499L49.45 50.0999C49.4 50.1499 49.3 50.1999 49.15 50.1999ZM47.05 46.8999L49.15 48.9999L51.2 46.9499L49.1 44.8499C48.5199 45.6292 47.8293 46.3198 47.05 46.8999Z' fill='%23004098'/%3E%3Cpath d='M59.4 61.6C58.35 61.6 57.35 61.2 56.55 60.4L47.5 51.35C47.1 50.95 47.1 50.35 47.5 49.95L52.15 45.3C52.55 44.9 53.15 44.9 53.55 45.3L62.6 54.35C64.15 55.9 64.15 58.5 62.6 60.05L62.25 60.4C61.5 61.25 60.45 61.6 59.4 61.6ZM49.6 50.65L57.95 59C58.75 59.8 60.05 59.8 60.8 59L61.15 58.65C61.95 57.85 61.95 56.55 61.15 55.8L52.8 47.45L49.6 50.65ZM40.55 49.1C37.8 49.1 35.05 48.05 32.95 45.95C28.75 41.75 28.75 34.95 32.95 30.8C37.15 26.6 43.95 26.6 48.1 30.8C52.3 35 52.3 41.8 48.1 45.95C46.05 48.05 43.3 49.1 40.55 49.1ZM40.55 28.7C38.05 28.7 35.55 29.65 33.7 31.55C29.9 35.35 29.9 41.5 33.7 45.3C37.5 49.1 43.65 49.1 47.45 45.3C51.25 41.5 51.25 35.35 47.45 31.55C45.55 29.65 43.05 28.7 40.55 28.7ZM51.05 17.25H4.5C4.2 17.25 4 17.05 4 16.75C4 16.45 4.2 16.25 4.5 16.25H51.05C51.35 16.25 51.55 16.45 51.55 16.75C51.55 17.05 51.35 17.25 51.05 17.25Z' fill='%23004098'/%3E%3Cpath d='M28 57.4499C27.7 57.4499 27.5 57.2499 27.5 56.9499V3.3999C27.5 3.0999 27.7 2.8999 28 2.8999C28.3 2.8999 28.5 3.0999 28.5 3.3999V56.9499C28.5 57.1999 28.25 57.4499 28 57.4499ZM54.75 30.6499H46.6C46.3 30.6499 46.1 30.4499 46.1 30.1499C46.1 29.8499 46.3 29.6499 46.6 29.6499H54.75C55.05 29.6499 55.25 29.8499 55.25 30.1499C55.25 30.4499 55.05 30.6499 54.75 30.6499Z' fill='%23004098'/%3E%3Cpath d='M34.5499 30.6499H1.19995C0.899951 30.6499 0.699951 30.4499 0.699951 30.1499C0.699951 29.8499 0.899951 29.6499 1.19995 29.6499H34.5499C34.8499 29.6499 35.0499 29.8499 35.0499 30.1499C35.0499 30.4499 34.7999 30.6499 34.5499 30.6499ZM51.0499 44.0499H49.3499C49.0499 44.0499 48.8499 43.8499 48.8499 43.5499C48.8499 43.2499 49.0499 43.0499 49.3499 43.0499H51.0499C51.3499 43.0499 51.5499 43.2499 51.5499 43.5499C51.5499 43.7999 51.3499 44.0499 51.0499 44.0499ZM31.7499 44.0499H4.49995C4.19995 44.0499 3.99995 43.8499 3.99995 43.5499C3.99995 43.2499 4.19995 43.0499 4.49995 43.0499H31.7499C32.0499 43.0499 32.2499 43.2499 32.2499 43.5499C32.2499 43.7999 32.0499 44.0499 31.7499 44.0499Z' fill='%23004098'/%3E%3C/svg%3E");
}
.home-section2 .staff .smart-campus .content .swiper-container .swiper-slide .icon[smart-campus-title='图书馆服务'] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64' fill='none'%3E%3Cpath d='M62.75 58.0499H1.25C0.7 58.0499 0.25 57.5999 0.25 57.0499V14.3999C0.25 13.8499 0.7 13.3999 1.25 13.3999H6.3C6.85 13.3999 7.3 13.8499 7.3 14.3999C7.3 14.9499 6.85 15.3999 6.3 15.3999H2.25V56.0499H61.75V15.3999H57.15C56.6 15.3999 56.15 14.9499 56.15 14.3999C56.15 13.8499 56.6 13.3999 57.15 13.3999H62.75C63.3 13.3999 63.75 13.8499 63.75 14.3999V57.0499C63.75 57.5999 63.3 58.0499 62.75 58.0499Z' fill='%23004098'/%3E%3Cpath d='M57.15 52.8998C57 52.8998 56.85 52.8498 56.7 52.7998C48.25 48.7998 39.6 50.2498 32.15 51.8998C31.85 51.9498 31.5499 51.8998 31.2999 51.6998C31.0499 51.4998 30.95 51.1998 30.95 50.8998V8.64984C30.95 8.19984 31.3 7.79984 31.75 7.64984C39.5 5.89984 48.55 4.44984 57.55 8.69984C57.9 8.84984 58.1 9.19984 58.1 9.59984V51.8998C58.1 52.2498 57.9 52.5498 57.65 52.7498C57.55 52.8498 57.35 52.8998 57.15 52.8998ZM44.7 48.2498C48.45 48.2498 52.3 48.7998 56.2 50.3998V10.2998C48.25 6.74984 40.1 7.94984 33.0499 9.49984V49.7498C36.7 48.8998 40.6 48.2498 44.7 48.2498Z' fill='%23004098'/%3E%3Cpath d='M53.6 17.7998C53.55 17.7998 53.45 17.7998 53.4 17.7498C47.3 14.8498 41.05 15.8998 35.65 17.0998C35.4 17.1498 35.1 16.9998 35.05 16.6998C35 16.4498 35.15 16.1498 35.45 16.0998C41 14.8498 47.45 13.7998 53.85 16.8498C54.1 16.9498 54.2 17.2498 54.1 17.4998C54 17.6998 53.8 17.7998 53.6 17.7998ZM53.6 24.3498C53.55 24.3498 53.45 24.3498 53.4 24.2998C47.3 21.3998 41.05 22.4498 35.65 23.6498C35.4 23.6998 35.1 23.5498 35.05 23.2498C35 22.9998 35.15 22.6998 35.45 22.6498C41 21.3998 47.45 20.3498 53.85 23.3998C54.1 23.4998 54.2 23.7998 54.1 24.0498C54 24.2498 53.8 24.3498 53.6 24.3498ZM53.6 30.8998C53.55 30.8998 53.45 30.8998 53.4 30.8498C47.3 27.9498 41.05 28.9998 35.65 30.1998C35.4 30.2498 35.1 30.0998 35.05 29.7998C35 29.5498 35.15 29.2498 35.45 29.1998C41 27.9498 47.45 26.8998 53.85 29.9498C54.1 30.0498 54.2 30.3498 54.1 30.5998C54 30.7998 53.8 30.8998 53.6 30.8998ZM53.6 37.4498C53.55 37.4498 53.45 37.4498 53.4 37.3998C47.3 34.4998 41.05 35.4998 35.65 36.6998C35.4 36.7498 35.1 36.5998 35.05 36.2998C35 36.0498 35.15 35.7498 35.45 35.6998C41 34.4498 47.45 33.3998 53.85 36.4498C54.1 36.5498 54.2 36.8498 54.1 37.0998C54 37.3498 53.8 37.4498 53.6 37.4498ZM53.6 43.9498C53.55 43.9498 53.45 43.9498 53.4 43.8998C47.3 40.9998 41.05 42.0498 35.65 43.2498C35.4 43.2998 35.1 43.1498 35.05 42.8498C35 42.5998 35.15 42.2998 35.45 42.2498C41 40.9998 47.45 39.9498 53.85 42.9998C54.1 43.0998 54.2 43.3998 54.1 43.6498C54 43.8498 53.8 43.9498 53.6 43.9498Z' fill='%23004098'/%3E%3Cpath d='M6.8501 52.9001C6.6501 52.9001 6.5001 52.8501 6.3001 52.7501C6.0001 52.5501 5.8501 52.2501 5.8501 51.9001V9.65013C5.8501 9.25013 6.0501 8.90013 6.4001 8.75013C15.4001 4.50013 24.4501 5.95013 32.2001 7.70013C32.6501 7.80013 33.0001 8.20013 33.0001 8.70013V51.0001C33.0001 51.3001 32.8501 51.6001 32.6501 51.8001C32.4001 52.0001 32.1001 52.0501 31.8001 52.0001C24.3501 50.3501 15.7001 48.9001 7.2501 52.9001H6.8501ZM7.8501 10.3001V50.4001C15.9001 47.1001 23.9501 48.2001 31.0001 49.7001V9.45013C23.9001 7.90013 15.8001 6.75013 7.8501 10.3001Z' fill='%23004098'/%3E%3Cpath d='M15.1499 25.9502C15.0499 25.9502 14.9999 25.9502 14.8999 25.9002C14.7499 25.8002 14.6499 25.6502 14.6499 25.4502V7.2002C14.6499 6.9002 14.8499 6.7002 15.1499 6.7002C15.4499 6.7002 15.6499 6.9002 15.6499 7.2002V24.4502L19.0999 22.0502C19.2499 21.9502 19.4999 21.9502 19.6499 22.0502L23.0999 24.4502V7.2002C23.0999 6.9002 23.2999 6.7002 23.5999 6.7002C23.8999 6.7002 24.0999 6.9002 24.0999 7.2002V25.4502C24.0999 25.6502 23.9999 25.8002 23.8499 25.9002C23.6999 26.0002 23.4999 25.9502 23.3499 25.8502L19.3999 23.1002L15.4499 25.8502C15.3499 25.9002 15.2499 25.9502 15.1499 25.9502Z' fill='%23004098'/%3E%3C/svg%3E");
}
.home-section2 .staff .smart-campus .content .swiper-container .swiper-slide .icon[smart-campus-title='财务系统'] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64' fill='none'%3E%3Cg clip-path='url(%23clip0_2392_5591)'%3E%3Cpath d='M43.0635 56.6079H20.9363C20.6387 56.6079 20.341 56.4591 20.1425 56.211C19.9441 55.963 19.8945 55.6157 19.9937 55.318L21.9782 48.8684C22.127 48.4715 22.4743 48.1738 22.9208 48.1738H41.079C41.5255 48.1738 41.9224 48.4715 42.0216 48.8684L44.0061 55.318C44.1053 55.6157 44.0557 55.963 43.8573 56.211C43.6588 56.4591 43.3611 56.6079 43.0635 56.6079ZM22.2759 54.6234H41.7239L40.3348 50.1583H23.665L22.2759 54.6234Z' fill='%23004098'/%3E%3Cpath d='M60.6263 50.1581H3.3736C2.82786 50.1581 2.38135 49.7116 2.38135 49.1659V0.992248C2.38135 0.446512 2.82786 0 3.3736 0H60.5767C61.1224 0 61.5689 0.446512 61.5689 0.992248V49.1659C61.6186 49.7116 61.172 50.1581 60.6263 50.1581ZM4.36584 48.1736H59.5844V1.9845H4.36584V48.1736Z' fill='%23004098'/%3E%3Cpath d='M55.5162 39.1938H8.48367C8.186 39.1938 7.98755 38.9954 7.98755 38.6977V6.30081C7.98755 6.00314 8.186 5.80469 8.48367 5.80469H55.5658C55.8635 5.80469 56.062 6.00314 56.062 6.30081V38.6977C56.0124 38.9954 55.8139 39.1938 55.5162 39.1938ZM8.9798 38.2016H55.0697V6.79694H8.9798V38.2016ZM47.3798 56.707V62.0155H16.6201V56.707H47.3798ZM47.3798 54.7225H16.6201C15.5286 54.7225 14.6356 55.6155 14.6356 56.707V62.0155C14.6356 63.107 15.5286 64 16.6201 64H47.3798C48.4713 64 49.3643 63.107 49.3643 62.0155V56.707C49.3643 55.6155 48.4713 54.7225 47.3798 54.7225Z' fill='%23004098'/%3E%3Cpath d='M25.9969 29.9658H16.1241C15.8264 29.9658 15.6279 29.7673 15.6279 29.4696C15.6279 29.172 15.8264 28.9735 16.1241 28.9735H25.7489L31.5535 22.9208C31.6527 22.8216 31.752 22.772 31.9008 22.772C32.0496 22.772 32.1489 22.8216 32.2481 22.9208L36.2171 27.0386L47.5287 15.2309C47.7272 15.0324 48.0248 15.0324 48.2233 15.2309C48.4217 15.4293 48.4217 15.727 48.2233 15.9254L36.5644 28.0805C36.3659 28.2789 36.0186 28.2789 35.8698 28.0805L31.9008 23.9627L26.3442 29.8169C26.245 29.9161 26.0961 29.9658 25.9969 29.9658ZM32 46.189C30.462 46.189 29.1721 44.9487 29.1721 43.3611C29.1721 41.8231 30.4124 40.5332 32 40.5332C33.538 40.5332 34.8279 41.7735 34.8279 43.3611C34.8279 44.9487 33.538 46.189 32 46.189ZM32 41.5254C31.0078 41.5254 30.1644 42.3689 30.1644 43.3611C30.1644 44.3533 31.0078 45.1968 32 45.1968C32.9923 45.1968 33.8357 44.3533 33.8357 43.3611C33.8357 42.3689 32.9923 41.5254 32 41.5254Z' fill='%23004098'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2392_5591'%3E%3Crect width='64' height='64' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.home-section2 .staff .smart-campus .content .swiper-container .swiper-slide h3 {
  padding-bottom: 0.18rem;
  position: relative;
  color: #333;
  text-align: center;
  font-family: OPPOSans;
  font-size: 0.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.home-section2 .staff .smart-campus .content .swiper-container .swiper-slide h3::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0.48rem;
  height: 0.02rem;
  background-color: #f2a900;
  transform: translateX(-50%) scaleY(0);
}
.home-section2 .staff .research-trend {
  width: 6.8rem;
}
.home-section2 .staff .research-trend .title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.36rem;
}
.home-section2 .staff .research-trend .title h2 {
  color: #fff;
  font-family: OPPOSans;
  font-size: 0.32rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.44rem;
  /* 137.5% */
}
.home-section2 .staff .research-trend .content {
  min-height: 4.4rem;
  background: #00357d;
  padding: 0.1rem 0.3rem;
}
.home-section2 .staff .research-trend .content .research-trend-item {
  height: 1.4rem;
  padding: 0.2rem 0;
  display: flex;
  gap: 0.58rem;
}
.home-section2 .staff .research-trend .content .research-trend-item:not(:last-of-type) {
  border-bottom: 0.01rem solid rgba(255, 255, 255, 0.1);
}
.home-section2 .staff .research-trend .content .research-trend-item:hover .txt h3 {
  opacity: 1;
}
.home-section2 .staff .research-trend .content .research-trend-item:hover .pic img {
  transform: scale(1.05);
}
.home-section2 .staff .research-trend .content .research-trend-item .txt {
  flex-grow: 1;
}
.home-section2 .staff .research-trend .content .research-trend-item .txt h3 {
  height: 0.56rem;
  margin-bottom: 0.16rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #fff;
  font-family: OPPOSans;
  font-size: 0.22rem;
  font-style: normal;
  font-weight: 400;
  opacity: 0.8;
  line-height: 0.28rem;
  /* 155.556% */
}
.home-section2 .staff .research-trend .content .research-trend-item .txt span {
  color: #f2a900;
  font-family: OPPOSans;
  font-size: 0.14rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.home-section2 .staff .research-trend .content .research-trend-item .pic {
  flex-shrink: 0;
  width: 1.6rem;
  height: 1rem;
  overflow: hidden;
}
.home-section2 .staff .research-trend .content .research-trend-item .pic img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.home-section3 {
  padding-top: 0.7rem;
}
.home-section3 > .wrapper {
  display: flex;
  justify-content: space-between;
}
.home-section3 .video-campus {
  width: 6.8rem;
}
.home-section3 .video-campus .title1::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M17.1733 27.8134H9.07999C4.34666 27.8134 2.66666 24.4934 2.66666 21.4001V10.6001C2.66666 5.98677 4.46666 4.18677 9.07999 4.18677H17.1733C21.7867 4.18677 23.5867 5.98677 23.5867 10.6001V21.4001C23.5867 26.0134 21.7867 27.8134 17.1733 27.8134ZM9.07999 6.21343C5.59999 6.21343 4.69332 7.1201 4.69332 10.6001V21.4001C4.69332 23.0401 5.26666 25.7868 9.07999 25.7868H17.1733C20.6533 25.7868 21.56 24.8801 21.56 21.4001V10.6001C21.56 7.1201 20.6533 6.21343 17.1733 6.21343H9.07999Z' fill='%23004098'/%3E%3Cpath d='M27.7066 24.1466C27.1332 24.1466 26.3999 23.9599 25.5599 23.3732L21.9999 20.8799C21.7332 20.6932 21.5732 20.3866 21.5732 20.0532V11.9466C21.5732 11.6132 21.7332 11.3066 21.9999 11.1199L25.5599 8.62658C27.1466 7.51991 28.3066 7.83991 28.8532 8.11991C29.3999 8.41325 30.3332 9.17324 30.3332 11.1066V20.8799C30.3332 22.8132 29.3999 23.5866 28.8532 23.8666C28.5999 24.0132 28.1999 24.1466 27.7066 24.1466ZM23.5866 19.5199L26.7199 21.7066C27.3199 22.1199 27.7466 22.1599 27.9199 22.0666C28.1066 21.9732 28.3066 21.5999 28.3066 20.8799V11.1199C28.3066 10.3866 28.0932 10.0266 27.9199 9.93324C27.7466 9.83991 27.3199 9.87991 26.7199 10.2932L23.5866 12.4799V19.5199Z' fill='%23004098'/%3E%3Cpath d='M15.3333 15.6667C13.68 15.6667 12.3333 14.3201 12.3333 12.6667C12.3333 11.0134 13.68 9.66675 15.3333 9.66675C16.9867 9.66675 18.3333 11.0134 18.3333 12.6667C18.3333 14.3201 16.9867 15.6667 15.3333 15.6667ZM15.3333 11.6667C14.7867 11.6667 14.3333 12.1201 14.3333 12.6667C14.3333 13.2134 14.7867 13.6667 15.3333 13.6667C15.88 13.6667 16.3333 13.2134 16.3333 12.6667C16.3333 12.1201 15.88 11.6667 15.3333 11.6667Z' fill='%23004098'/%3E%3C/svg%3E");
}
.home-section3 .video-campus .content {
  position: relative;
  margin-top: 0.24rem;
  height: 4rem;
}
.home-section3 .video-campus .content .buttons.play {
  display: none;
}
.home-section3 .video-campus .content .buttons .video-swiper-button {
  position: absolute;
  bottom: 0.24rem;
  width: 0.24rem;
  height: 0.24rem;
  cursor: pointer;
  z-index: 10;
}
.home-section3 .video-campus .content .buttons .video-swiper-button.video-swiper-button-prev {
  left: 0.18rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M15.09 20.67C15.28 20.67 15.47 20.6 15.62 20.45C15.91 20.16 15.91 19.68 15.62 19.39L9.09999 12.87C8.61999 12.39 8.61999 11.61 9.09999 11.13L15.62 4.61002C15.91 4.32002 15.91 3.84002 15.62 3.55002C15.33 3.26002 14.85 3.26002 14.56 3.55002L8.03999 10.07C7.52999 10.58 7.23999 11.27 7.23999 12C7.23999 12.73 7.51999 13.42 8.03999 13.93L14.56 20.45C14.71 20.59 14.9 20.67 15.09 20.67Z' fill='white'/%3E%3C/svg%3E");
}
.home-section3 .video-campus .content .buttons .video-swiper-button.video-swiper-button-next {
  right: 0.18rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.90998 20.67C8.71998 20.67 8.52998 20.6 8.37998 20.45C8.08998 20.16 8.08998 19.68 8.37998 19.39L14.9 12.87C15.38 12.39 15.38 11.61 14.9 11.13L8.37998 4.61002C8.08998 4.32002 8.08998 3.84002 8.37998 3.55002C8.66998 3.26002 9.14998 3.26002 9.43998 3.55002L15.96 10.07C16.47 10.58 16.76 11.27 16.76 12C16.76 12.73 16.48 13.42 15.96 13.93L9.43998 20.45C9.28998 20.59 9.09998 20.67 8.90998 20.67Z' fill='white'/%3E%3C/svg%3E");
}
.home-section3 .video-campus .content .swiper-container {
  height: 100%;
}
.home-section3 .video-campus .content .swiper-container .swiper-slide {
  position: relative;
}
.home-section3 .video-campus .content .swiper-container .swiper-slide .poster-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: #8da8d0;
}
.home-section3 .video-campus .content .swiper-container .swiper-slide .poster-box::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.5rem;
  background: linear-gradient(5deg, rgba(0, 41, 86, 0.9) 0%, rgba(0, 41, 86, 0) 93.12%);
  z-index: 5;
}
.home-section3 .video-campus .content .swiper-container .swiper-slide .poster-box.play {
  display: none;
}
.home-section3 .video-campus .content .swiper-container .swiper-slide .poster-box .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.64rem;
  height: 0.64rem;
  z-index: 10;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64' fill='none'%3E%3Cg clip-path='url(%23clip0_2152_2004)'%3E%3Cpath d='M0 32C0 40.4869 3.37142 48.6263 9.37258 54.6274C15.3737 60.6286 23.5131 64 32 64C40.4869 64 48.6263 60.6286 54.6274 54.6274C60.6286 48.6263 64 40.4869 64 32C64 23.5131 60.6286 15.3737 54.6274 9.37258C48.6263 3.37142 40.4869 0 32 0C23.5131 0 15.3737 3.37142 9.37258 9.37258C3.37142 15.3737 0 23.5131 0 32Z' fill='%23004098'/%3E%3Cpath d='M44.0813 33.7564L28.3348 44.6228C28.0154 44.8437 27.6419 44.9728 27.2545 44.9962C26.8672 45.0195 26.4809 44.9362 26.1374 44.7553C25.7939 44.5744 25.5064 44.3028 25.3059 43.9698C25.1054 43.6369 24.9996 43.2553 25 42.8664V21.1336C24.9996 20.7447 25.1054 20.3631 25.3059 20.0302C25.5064 19.6972 25.7939 19.4256 26.1374 19.2447C26.4809 19.0638 26.8672 18.9805 27.2545 19.0039C27.6419 19.0272 28.0154 19.1563 28.3348 19.3772L44.0813 30.2479C44.3647 30.4439 44.5964 30.706 44.7564 31.0115C44.9164 31.3171 45 31.657 45 32.0021C45 32.3472 44.9164 32.6872 44.7564 32.9927C44.5964 33.2983 44.3647 33.5603 44.0813 33.7564Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2152_2004'%3E%3Crect width='64' height='64' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  cursor: pointer;
}
.home-section3 .video-campus .content .swiper-container .swiper-slide .poster-box img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.home-section3 .video-campus .content .swiper-container .swiper-slide .poster-box h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: absolute;
  bottom: 0.24rem;
  text-align: center;
  width: 100%;
  padding: 0 0.6rem;
  color: #fff;
  font-family: OPPOSans;
  font-size: 0.18rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.8;
  z-index: 25;
}
.home-section3 .video-campus .content .swiper-container .swiper-slide .poster-box h3:hover {
  opacity: 1;
}
.home-section3 .video-campus .content .swiper-container .swiper-slide .video-box {
  position: relative;
  height: 100%;
}
.home-section3 .video-campus .content .swiper-container .swiper-slide .video-box:hover .exit-btn {
  opacity: 1;
}
.home-section3 .video-campus .content .swiper-container .swiper-slide .video-box video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-section3 .video-campus .content .swiper-container .swiper-slide .video-box .exit-btn {
  position: absolute;
  top: 0.1rem;
  right: 0.1rem;
  width: 0.3rem;
  height: 0.3rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M25.0919 7.73654L8.12132 24.7071C7.73477 25.0937 7.09366 25.0937 6.70711 24.7071C6.32056 24.3206 6.32056 23.6794 6.70711 23.2929L23.6777 6.32233C24.0642 5.93578 24.7053 5.93578 25.0919 6.32233C25.4784 6.70888 25.4784 7.34999 25.0919 7.73654Z' fill='white'/%3E%3Cpath d='M6.70713 7.73654L23.6777 24.7071C24.0642 25.0937 24.7054 25.0937 25.0919 24.7071C25.4785 24.3206 25.4785 23.6794 25.0919 23.2929L8.12134 6.32233C7.73479 5.93578 7.09368 5.93578 6.70713 6.32233C6.32058 6.70888 6.32058 7.34999 6.70713 7.73654Z' fill='white'/%3E%3C/svg%3E");
  background-color: #8da8d0;
  z-index: 5;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s;
}
.home-section3 .media-campus {
  width: 6.8rem;
}
.home-section3 .media-campus .title1::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M16 21.6667C12.5067 21.6667 9.66669 18.8267 9.66669 15.3334V8.00008C9.66669 4.50675 12.5067 1.66675 16 1.66675C19.4934 1.66675 22.3334 4.50675 22.3334 8.00008V15.3334C22.3334 18.8267 19.4934 21.6667 16 21.6667ZM16 3.66675C13.6134 3.66675 11.6667 5.61341 11.6667 8.00008V15.3334C11.6667 17.7201 13.6134 19.6667 16 19.6667C18.3867 19.6667 20.3334 17.7201 20.3334 15.3334V8.00008C20.3334 5.61341 18.3867 3.66675 16 3.66675Z' fill='%23004098'/%3E%3Cpath d='M16 26.3334C9.82665 26.3334 4.79999 21.3067 4.79999 15.1334V12.8667C4.79999 12.32 5.25332 11.8667 5.79999 11.8667C6.34665 11.8667 6.79999 12.32 6.79999 12.8667V15.1334C6.79999 20.2 10.9333 24.3334 16 24.3334C21.0667 24.3334 25.2 20.2 25.2 15.1334V12.8667C25.2 12.32 25.6533 11.8667 26.2 11.8667C26.7467 11.8667 27.2 12.32 27.2 12.8667V15.1334C27.2 21.3067 22.1733 26.3334 16 26.3334Z' fill='%23004098'/%3E%3Cpath d='M17.8533 9.57334C17.7467 9.57334 17.6267 9.56001 17.5067 9.52001C16.5333 9.16001 15.4667 9.16001 14.4933 9.52001C13.9733 9.70668 13.4 9.44001 13.2133 8.92001C13.0267 8.40001 13.2933 7.82668 13.8133 7.64001C15.2267 7.13334 16.7867 7.13334 18.2 7.64001C18.72 7.82668 18.9867 8.40001 18.8 8.92001C18.64 9.32001 18.2533 9.57334 17.8533 9.57334Z' fill='%23004098'/%3E%3Cpath d='M17.0667 12.4C16.9733 12.4 16.8933 12.3867 16.8 12.36C16.2667 12.2133 15.72 12.2133 15.1867 12.36C14.6533 12.5067 14.1067 12.1867 13.96 11.6533C13.8133 11.1333 14.1333 10.5867 14.6667 10.44C15.5333 10.2 16.4667 10.2 17.3333 10.44C17.8667 10.5867 18.1867 11.1333 18.04 11.6667C17.92 12.1067 17.5067 12.4 17.0667 12.4Z' fill='%23004098'/%3E%3Cpath d='M16 30.3333C15.4533 30.3333 15 29.8799 15 29.3333V25.3333C15 24.7866 15.4533 24.3333 16 24.3333C16.5467 24.3333 17 24.7866 17 25.3333V29.3333C17 29.8799 16.5467 30.3333 16 30.3333Z' fill='%23004098'/%3E%3C/svg%3E");
}
.home-section3 .media-campus .content {
  margin-top: 0.24rem;
}
.home-section3 .media-campus .content .media-item {
  display: flex;
  gap: 0.2rem;
  padding: 0.2rem 0;
  border-bottom: 0.01rem solid #e3e9f0;
}
.home-section3 .media-campus .content .media-item:first-of-type {
  padding-top: 0;
}
.home-section3 .media-campus .content .media-item:hover .pic img {
  transform: scale(1.05);
}
.home-section3 .media-campus .content .media-item:hover .txt h3 {
  color: #004098;
}
.home-section3 .media-campus .content .media-item .pic {
  flex-shrink: 0;
  width: 1.6rem;
  height: 1rem;
  overflow: hidden;
}
.home-section3 .media-campus .content .media-item .pic img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.home-section3 .media-campus .content .media-item .txt {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.home-section3 .media-campus .content .media-item .txt h3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #333;
  font-family: OPPOSans;
  font-size: 0.18rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.28rem;
  /* 155.556% */
}
.home-section3 .media-campus .content .media-item .txt span {
  color: #004098;
  font-family: OPPOSans;
  font-size: 0.14rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.2rem;
  /* 142.857% */
}
.home-section4 {
  padding-top: 0.7rem;
}
.home-section4 > .wrapper {
  display: flex;
  justify-content: space-between;
}
.home-section4 .special-subject {
  width: 6.8rem;
}
.home-section4 .special-subject .title1::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M15.9999 29.6667C14.9065 29.6667 13.8132 29.32 12.9065 28.64L5.95987 23.44C4.66654 22.4667 3.89322 20.92 3.89322 19.3067V2.34668H28.1065V19.3067C28.1065 20.92 27.3332 22.4667 26.0399 23.44L19.0932 28.64C18.1865 29.32 17.0932 29.6667 15.9999 29.6667ZM5.89322 4.33335V19.2934C5.89322 20.28 6.37319 21.2267 7.15986 21.8267L14.1065 27.0267C15.2265 27.8667 16.7865 27.8667 17.9065 27.0267L24.8532 21.8267C25.6399 21.2267 26.1199 20.28 26.1199 19.2934V4.33335H5.89322Z' fill='%23004098'/%3E%3Cpath d='M29.3333 4.33325H2.66666C2.11999 4.33325 1.66666 3.87992 1.66666 3.33325C1.66666 2.78659 2.11999 2.33325 2.66666 2.33325H29.3333C29.88 2.33325 30.3333 2.78659 30.3333 3.33325C30.3333 3.87992 29.88 4.33325 29.3333 4.33325Z' fill='%23004098'/%3E%3Cpath d='M21.3333 11.6667H10.6667C10.12 11.6667 9.66666 11.2134 9.66666 10.6667C9.66666 10.1201 10.12 9.66675 10.6667 9.66675H21.3333C21.88 9.66675 22.3333 10.1201 22.3333 10.6667C22.3333 11.2134 21.88 11.6667 21.3333 11.6667Z' fill='%23004098'/%3E%3Cpath d='M21.3333 18.3333H10.6667C10.12 18.3333 9.66666 17.8799 9.66666 17.3333C9.66666 16.7866 10.12 16.3333 10.6667 16.3333H21.3333C21.88 16.3333 22.3333 16.7866 22.3333 17.3333C22.3333 17.8799 21.88 18.3333 21.3333 18.3333Z' fill='%23004098'/%3E%3C/svg%3E");
}
.home-section4 .special-subject .content {
  margin-top: 0.24rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.2rem;
}
.home-section4 .special-subject .content .special-subject-item {
  width: 3.3rem;
  height: 1.5rem;
  overflow: hidden;
  transition: transform 0.5s;
}
.home-section4 .special-subject .content .special-subject-item:hover {
  transform: translateY(-0.1rem);
}
.home-section4 .special-subject .content .special-subject-item:hover img {
  transform: scale(1.05);
}
.home-section4 .special-subject .content .special-subject-item img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.home-section4 .public-service {
  width: 100%;
}
.home-section4 .public-service .title1::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M9.33335 14.3334H6.66669C3.44002 14.3334 1.66669 12.5601 1.66669 9.33341V6.66675C1.66669 3.44008 3.44002 1.66675 6.66669 1.66675H9.33335C12.56 1.66675 14.3334 3.44008 14.3334 6.66675V9.33341C14.3334 12.5601 12.56 14.3334 9.33335 14.3334ZM6.66669 3.66675C4.56002 3.66675 3.66669 4.56008 3.66669 6.66675V9.33341C3.66669 11.4401 4.56002 12.3334 6.66669 12.3334H9.33335C11.44 12.3334 12.3334 11.4401 12.3334 9.33341V6.66675C12.3334 4.56008 11.44 3.66675 9.33335 3.66675H6.66669Z' fill='%23004098'/%3E%3Cpath d='M25.3334 14.3334H22.6667C19.44 14.3334 17.6667 12.5601 17.6667 9.33341V6.66675C17.6667 3.44008 19.44 1.66675 22.6667 1.66675H25.3334C28.56 1.66675 30.3334 3.44008 30.3334 6.66675V9.33341C30.3334 12.5601 28.56 14.3334 25.3334 14.3334ZM22.6667 3.66675C20.56 3.66675 19.6667 4.56008 19.6667 6.66675V9.33341C19.6667 11.4401 20.56 12.3334 22.6667 12.3334H25.3334C27.44 12.3334 28.3334 11.4401 28.3334 9.33341V6.66675C28.3334 4.56008 27.44 3.66675 25.3334 3.66675H22.6667Z' fill='%23004098'/%3E%3Cpath d='M25.3334 30.3334H22.6667C19.44 30.3334 17.6667 28.5601 17.6667 25.3334V22.6667C17.6667 19.4401 19.44 17.6667 22.6667 17.6667H25.3334C28.56 17.6667 30.3334 19.4401 30.3334 22.6667V25.3334C30.3334 28.5601 28.56 30.3334 25.3334 30.3334ZM22.6667 19.6667C20.56 19.6667 19.6667 20.5601 19.6667 22.6667V25.3334C19.6667 27.4401 20.56 28.3334 22.6667 28.3334H25.3334C27.44 28.3334 28.3334 27.4401 28.3334 25.3334V22.6667C28.3334 20.5601 27.44 19.6667 25.3334 19.6667H22.6667Z' fill='%23004098'/%3E%3Cpath d='M9.33335 30.3334H6.66669C3.44002 30.3334 1.66669 28.5601 1.66669 25.3334V22.6667C1.66669 19.4401 3.44002 17.6667 6.66669 17.6667H9.33335C12.56 17.6667 14.3334 19.4401 14.3334 22.6667V25.3334C14.3334 28.5601 12.56 30.3334 9.33335 30.3334ZM6.66669 19.6667C4.56002 19.6667 3.66669 20.5601 3.66669 22.6667V25.3334C3.66669 27.4401 4.56002 28.3334 6.66669 28.3334H9.33335C11.44 28.3334 12.3334 27.4401 12.3334 25.3334V22.6667C12.3334 20.5601 11.44 19.6667 9.33335 19.6667H6.66669Z' fill='%23004098'/%3E%3C/svg%3E");
}
.home-section4 .public-service .title1 .service-swiper-pagination {
  display: flex;
  gap: 0.12rem;
}
.home-section4 .public-service .title1 .service-swiper-pagination .swiper-pagination-bullet {
  width: 0.12rem;
  height: 0.12rem;
  background-color: transparent;
  background-size: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Ccircle cx='6' cy='6' r='4' fill='%23BDC4D3'/%3E%3C/svg%3E");
}
.home-section4 .public-service .title1 .service-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Ccircle cx='6' cy='6' r='5.25' stroke='%23004098' stroke-width='1.5'/%3E%3C/svg%3E");
}
.home-section4 .public-service .content {
  overflow: hidden;
  margin-top: 0.24rem;
  margin-right: -0.2rem;
}
.home-section4 .public-service .content .swiper-container .swiper-slide {
  width: 1.55rem !important;
  height: 1.5rem;
  margin: 0 0.22rem 0.2rem 0;
  transition: background-color 0.5s;
  background-color: #edf1f9;
}
.home-section4 .public-service .content .swiper-container .swiper-slide.empty {
  visibility: hidden;
}
.home-section4 .public-service .content .swiper-container .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.12rem;
}
.home-section4 .public-service .content .swiper-container .swiper-slide:hover {
  background-color: #8EABD2;
}
.home-section4 .public-service .content .swiper-container .swiper-slide:hover .service-icon[service-title='教务系统'] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='144' height='144' viewBox='0 0 144 144' fill='none'%3E%3Cpath opacity='0.4' d='M132 38.6783V78H12V38.6783C12 23.978 23.8978 12 38.4998 12H105.5C120.102 12 132 23.978 132 38.6783Z' fill='white'/%3E%3Cpath d='M12 78V79.1894C12 93.7004 23.8919 105.416 38.4865 105.416H61.5496C64.8529 105.416 67.5556 108.093 67.5556 111.363V117.132C67.5556 120.403 64.8529 123.079 61.5496 123.079H47.015C44.5526 123.079 42.5105 125.101 42.5105 127.54C42.5105 129.978 44.4925 132 47.015 132H97.1652C99.6276 132 101.67 129.978 101.67 127.54C101.67 125.101 99.6276 123.079 97.1652 123.079H82.6306C79.3273 123.079 76.6246 120.403 76.6246 117.132V111.363C76.6246 108.093 79.3273 105.416 82.6306 105.416H105.514C120.168 105.416 132 93.641 132 79.1894V78H12Z' fill='white'/%3E%3C/svg%3E");
}
.home-section4 .public-service .content .swiper-container .swiper-slide:hover .service-icon[service-title='学工系统'] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='144' height='144' viewBox='0 0 144 144' fill='none'%3E%3Cg opacity='0.4'%3E%3Cpath d='M54 12C38.28 12 25.5 24.78 25.5 40.5C25.5 55.92 37.56 68.4 53.28 68.94C53.76 68.88 54.24 68.88 54.6 68.94C54.72 68.94 54.78 68.94 54.9 68.94C54.96 68.94 54.96 68.94 55.02 68.94C70.38 68.4 82.44 55.92 82.5 40.5C82.5 24.78 69.72 12 54 12Z' fill='white'/%3E%3Cpath d='M119.94 44.04C120.9 55.68 112.62 65.88 101.16 67.26C101.1 67.26 101.1 67.26 101.04 67.26H100.86C100.5 67.26 100.14 67.26 99.84 67.38C94.02 67.68 88.68 65.82 84.66 62.4C90.84 56.88 94.38 48.6 93.66 39.6C93.24 34.74 91.56 30.3 89.04 26.52C91.32 25.38 93.96 24.66 96.66 24.42C108.42 23.4 118.92 32.16 119.94 44.04Z' fill='white'/%3E%3C/g%3E%3Cpath d='M84.48 84.8999C67.74 73.7399 40.44 73.7399 23.58 84.8999C15.96 89.9999 11.76 96.8999 11.76 104.28C11.76 111.66 15.96 118.5 23.52 123.54C31.92 129.18 42.96 132 54 132C65.04 132 76.08 129.18 84.48 123.54C92.04 118.44 96.24 111.6 96.24 104.16C96.18 96.7799 92.04 89.9399 84.48 84.8999Z' fill='white'/%3E%3Cpath d='M131.94 99.5399C131.46 105.36 127.74 110.4 121.5 113.82C115.5 117.12 107.94 118.68 100.44 118.5C104.76 114.6 107.28 109.74 107.76 104.58C108.36 97.1399 104.82 89.9999 97.74 84.2999C93.72 81.1199 89.04 78.5999 83.94 76.7399C97.2 72.8999 113.88 75.4799 124.14 83.7599C129.66 88.1999 132.48 93.7799 131.94 99.5399Z' fill='white'/%3E%3C/svg%3E");
}
.home-section4 .public-service .content .swiper-container .swiper-slide:hover .service-icon[service-title='校车安排表'] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='144' height='144' viewBox='0 0 144 144' fill='none'%3E%3Cg opacity='0.4'%3E%3Cpath d='M90 24V66C90 72.6 84.6 78 78 78H12V57.72C16.38 62.94 23.1002 66.18 30.5402 66C36.6002 65.88 42.06 63.54 46.14 59.64C48 58.08 49.5601 56.0999 50.7601 53.9399C52.9201 50.2799 54.12 45.9598 54 41.4598C53.82 34.4398 50.7001 28.26 45.8401 24L90 24Z' fill='white'/%3E%3Cpath d='M48 126C54.6274 126 60 120.627 60 114C60 107.373 54.6274 102 48 102C41.3726 102 36 107.373 36 114C36 120.627 41.3726 126 48 126Z' fill='white'/%3E%3Cpath d='M96 126C102.627 126 108 120.627 108 114C108 107.373 102.627 102 96 102C89.3726 102 84 107.373 84 114C84 120.627 89.3726 126 96 126Z' fill='white'/%3E%3Cpath d='M132 69.1802V78H114C110.7 78 108 75.3 108 72V54C108 50.7 110.7 48 114 48H121.74L130.44 63.2399C131.46 65.0399 132 67.0802 132 69.1802Z' fill='white'/%3E%3C/g%3E%3Cpath d='M30 18C24.36 18 19.14 19.98 15 23.28C9.48 27.66 6 34.44 6 42C6 55.26 16.74 66 30 66C36.06 66 41.5801 63.72 45.8401 60C50.8201 55.62 54 49.2 54 42C54 28.74 43.26 18 30 18ZM36 43.5C36 45.06 35.1601 46.5601 33.8401 47.3401L26.3401 51.8401C25.6201 52.2601 24.8401 52.5 24.0601 52.5C22.5601 52.5 21.06 51.7201 20.22 50.3401C18.96 48.1801 19.62 45.4199 21.78 44.1599L27.1201 40.9801V34.5C27.1201 32.04 29.1601 30 31.6201 30C34.0801 30 36.1201 32.04 36.1201 34.5V43.5H36Z' fill='white'/%3E%3Cpath d='M132 78V96C132 105.96 123.96 114 114 114H108C108 107.4 102.6 102 96 102C89.4 102 84 107.4 84 114H60C60 107.4 54.6 102 48 102C41.4 102 36 107.4 36 114H30C20.04 114 12 105.96 12 96V78H78C84.6 78 90 72.6 90 66V24H101.04C105.36 24 109.32 26.3401 111.48 30.0601L121.74 48H114C110.7 48 108 50.7 108 54V72C108 75.3 110.7 78 114 78H132Z' fill='white'/%3E%3C/svg%3E");
}
.home-section4 .public-service .content .swiper-container .swiper-slide:hover .service-icon[service-title='学籍查询'] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='144' height='144' viewBox='0 0 144 144' fill='none'%3E%3Cpath opacity='0.4' d='M110.28 77.04V106.62C110.28 114.24 104.34 122.4 97.2 124.8L78.06 131.16C74.7 132.3 69.24 132.3 65.94 131.16L46.8 124.8C39.6 122.4 33.72 114.24 33.72 106.62L33.78 77.04L60.3 94.32C66.78 98.58 77.46 98.58 83.94 94.32L110.28 77.04Z' fill='white'/%3E%3Cpath d='M119.88 38.7601L83.9401 15.1801C77.4601 10.9201 66.7801 10.9201 60.3001 15.1801L24.1801 38.7601C12.6001 46.2601 12.6001 63.2401 24.1801 70.8001L33.7801 77.0401L60.3001 94.3201C66.7801 98.5801 77.4601 98.5801 83.9401 94.3201L110.28 77.0401L118.5 71.6401V90.0001C118.5 92.4601 120.54 94.5001 123 94.5001C125.46 94.5001 127.5 92.4601 127.5 90.0001V60.4801C129.9 52.7401 127.44 43.7401 119.88 38.7601Z' fill='white'/%3E%3C/svg%3E");
}
.home-section4 .public-service .content .swiper-container .swiper-slide:hover .service-icon[service-title='图书馆'] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='144' height='144' viewBox='0 0 144 144' fill='none'%3E%3Cpath opacity='0.4' d='M72 31.7999V127.98C70.98 127.98 69.9 127.8 69.06 127.32L68.82 127.2C57.3 120.9 37.2 114.3 24.18 112.56L22.44 112.32C16.68 111.6 12 106.2 12 100.44V27.9599C12 20.8199 17.82 15.4199 24.96 16.0199C37.56 17.0399 56.64 23.3999 67.32 30.0599L68.82 30.9599C69.72 31.4999 70.86 31.7999 72 31.7999Z' fill='white'/%3E%3Cpath d='M132 28.0199V100.44C132 106.2 127.32 111.6 121.56 112.32L119.58 112.56C106.5 114.3 86.34 120.96 74.82 127.32C74.04 127.8 73.08 127.98 72 127.98V31.7999C73.14 31.7999 74.28 31.4999 75.18 30.9599L76.2 30.2999C86.88 23.5799 106.02 17.1599 118.62 16.0799H118.98C126.12 15.4799 132 20.8199 132 28.0199Z' fill='white'/%3E%3Cpath d='M46.5 55.4399H33C30.54 55.4399 28.5 53.3999 28.5 50.9399C28.5 48.4799 30.54 46.4399 33 46.4399H46.5C48.96 46.4399 51 48.4799 51 50.9399C51 53.3999 48.96 55.4399 46.5 55.4399Z' fill='white'/%3E%3Cpath d='M51 73.4399H33C30.54 73.4399 28.5 71.3999 28.5 68.9399C28.5 66.4799 30.54 64.4399 33 64.4399H51C53.46 64.4399 55.5 66.4799 55.5 68.9399C55.5 71.3999 53.46 73.4399 51 73.4399Z' fill='white'/%3E%3C/svg%3E");
}
.home-section4 .public-service .content .swiper-container .swiper-slide:hover .service-icon[service-title='教育基金会'] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='144' height='144' viewBox='0 0 144 144' fill='none'%3E%3Cpath d='M126.54 41.8801C121.44 36.2401 112.92 33.4201 100.56 33.4201H99.12V33.1801C99.12 23.1001 99.12 10.6201 76.56 10.6201H67.44C44.88 10.6201 44.88 23.1601 44.88 33.1801V33.4801H43.44C31.02 33.4801 22.56 36.3001 17.46 41.9401C11.52 48.5401 11.7 57.4201 12.3 63.4801L12.36 63.9001L12.96 70.2001C13.02 70.2601 13.14 70.3801 13.26 70.4401C15.24 71.7601 17.28 73.0801 19.44 74.2801C20.28 74.8201 21.18 75.3001 22.08 75.7801C32.34 81.4201 43.62 85.2001 55.08 87.0601C55.62 92.7001 58.08 99.3001 71.22 99.3001C84.36 99.3001 86.94 92.7601 87.36 86.9401C99.6 84.9601 111.42 80.7001 122.1 74.4601C122.46 74.2801 122.7 74.1001 123 73.9201C125.76 72.3601 128.34 70.6801 130.86 68.8201C130.98 68.7601 131.1 68.6401 131.16 68.5201L131.4 66.3601L131.7 63.5401C131.76 63.1801 131.76 62.8801 131.82 62.4601C132.3 56.4001 132.18 48.1201 126.54 41.8801ZM78.54 82.9801C78.54 89.3401 78.54 90.3001 71.16 90.3001C63.78 90.3001 63.78 89.1601 63.78 83.0401V75.4801H78.54V82.9801ZM53.46 33.4201V33.1801C53.46 22.9801 53.46 19.2001 67.44 19.2001H76.56C90.54 19.2001 90.54 23.0401 90.54 33.1801V33.4801H53.46V33.4201Z' fill='white'/%3E%3Cpath opacity='0.4' d='M123 73.7999C122.7 73.9799 122.4 74.1599 122.1 74.3399C111.42 80.5799 99.6 84.7799 87.36 86.8199C86.88 92.5799 84.36 99.1799 71.22 99.1799C58.08 99.1799 55.56 92.6399 55.08 86.9399C43.62 85.1399 32.34 81.3599 22.08 75.6599C21.18 75.1799 20.28 74.6999 19.44 74.1599C17.28 72.9599 15.24 71.6399 13.26 70.3199C13.14 70.2599 13.02 70.1399 12.96 70.0799L16.62 109.14C17.88 121.08 22.8 133.38 49.2 133.38H94.92C121.32 133.38 126.24 121.08 127.5 109.08L131.28 68.3999C131.22 68.5199 131.1 68.6399 130.98 68.6999C128.4 70.5599 125.76 72.2999 123 73.7999Z' fill='white'/%3E%3C/svg%3E");
}
.home-section4 .public-service .content .swiper-container .swiper-slide:hover .service-icon[service-title='师生意见快递站'] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='144' height='144' viewBox='0 0 144 144' fill='none'%3E%3Cpath opacity='0.4' d='M88.74 12H55.26C28.74 12 28.74 26.1 28.74 38.52V73.26C28.74 74.58 29.34 75.78 30.36 76.56C31.38 77.34 32.76 77.64 34.02 77.28C36.72 76.56 40.08 76.2 44.1 76.2C48.12 76.2 48.96 76.68 51.36 78.48L56.82 84.24C60.72 88.44 66.3 90.84 72.06 90.84C77.82 90.84 83.34 88.44 87.3 84.24L92.76 78.48C95.16 76.68 96 76.2 100.02 76.2C104.04 76.2 107.4 76.56 110.1 77.28C111.36 77.64 112.68 77.34 113.76 76.56C114.78 75.78 115.38 74.52 115.38 73.26V38.52C115.26 26.1 115.26 12 88.74 12Z' fill='white'/%3E%3Cpath d='M112.14 69.1801C108.72 68.2801 104.7 67.8001 99.9001 67.8001C93.2401 67.8001 90.7801 69.4201 87.3601 72.0001C87.1801 72.1201 87.0001 72.3001 86.8201 72.4801L81.1201 78.5401C76.3801 83.6401 67.6801 83.6401 62.8801 78.5401L57.1801 72.5401C57.0001 72.3001 56.8201 72.1201 56.6401 72.0001C53.1601 69.4201 50.7001 67.8001 44.1001 67.8001C39.3001 67.8001 35.2801 68.2201 31.8601 69.1801C17.5801 73.0201 17.5801 84.3601 17.5801 94.3201V99.9001C17.5801 114.96 17.5801 132 49.6801 132H94.3201C115.62 132 126.42 121.2 126.42 99.9001V94.3201C126.42 84.3601 126.42 73.0201 112.14 69.1801Z' fill='white'/%3E%3Cpath d='M81.3001 59.4601H62.7001C60.3601 59.4601 58.5001 57.6001 58.5001 55.2601C58.5001 52.9201 60.3601 51.0601 62.7001 51.0601H81.3001C83.6401 51.0601 85.5001 52.9201 85.5001 55.2601C85.5001 57.5401 83.5801 59.4601 81.3001 59.4601Z' fill='white'/%3E%3Cpath d='M85.9801 42.7201H58.0201C55.6801 42.7201 53.8201 40.8601 53.8201 38.5201C53.8201 36.1801 55.6801 34.3201 58.0201 34.3201H85.9201C88.2601 34.3201 90.1201 36.1801 90.1201 38.5201C90.1201 40.8001 88.2601 42.7201 85.9801 42.7201Z' fill='white'/%3E%3C/svg%3E");
}
.home-section4 .public-service .content .swiper-container .swiper-slide:hover .service-icon[service-title='官方微信'] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='144' height='144' viewBox='0 0 144 144' fill='none'%3E%3Cpath d='M94.0925 51.7273C95.5322 51.7273 96.9565 51.8328 98.3694 51.9903C94.5264 34.0958 75.3957 20.8008 53.5583 20.8008C29.1451 20.8008 9.14673 37.4418 9.14673 58.5727C9.14673 70.7698 15.8 80.7861 26.9182 88.5547L22.4763 101.915L38.0019 94.1291C43.5571 95.2288 48.0144 96.3596 53.5582 96.3596C54.9518 96.3596 56.3341 96.2905 57.7045 96.1828C56.8369 93.2134 56.334 90.1035 56.334 86.877C56.3341 67.4738 72.9961 51.7273 94.0925 51.7273ZM70.213 39.6856C73.5568 39.6856 75.7719 41.8855 75.7719 45.2276C75.7719 48.5561 73.5568 50.7867 70.213 50.7867C66.8841 50.7867 63.5441 48.5564 63.5441 45.2276C63.5441 41.8857 66.8841 39.6856 70.2129 39.6856H70.213ZM39.1306 50.7868C35.8021 50.7868 32.4428 48.5565 32.4428 45.2278C32.4428 41.8857 35.8019 39.6857 39.1306 39.6857C42.4592 39.6857 44.6744 41.8857 44.6744 45.2278C44.6744 48.5564 42.4591 50.7868 39.1306 50.7868Z' fill='white'/%3E%3Cpath opacity='0.4' d='M134.627 86.3431C134.627 68.5868 116.859 54.1133 96.903 54.1133C75.7719 54.1133 59.1294 68.587 59.1294 86.3431C59.1294 104.13 75.7719 118.573 96.903 118.573C101.326 118.573 105.787 117.458 110.229 116.344L122.41 123.015L119.07 111.916C127.985 105.228 134.627 96.3594 134.627 86.3431ZM84.6558 80.7859C82.4445 80.7859 80.214 78.5861 80.214 76.3419C80.214 74.1289 82.4445 71.9001 84.6558 71.9001C88.0155 71.9001 90.2153 74.1289 90.2153 76.3419C90.2153 78.5861 88.0155 80.7859 84.6558 80.7859ZM109.085 80.7859C106.889 80.7859 104.673 78.5861 104.673 76.3419C104.673 74.1289 106.889 71.9001 109.085 71.9001C112.413 71.9001 114.644 74.1289 114.644 76.3419C114.644 78.5861 112.413 80.7859 109.085 80.7859Z' fill='white'/%3E%3C/svg%3E");
}
.home-section4 .public-service .content .swiper-container .swiper-slide:hover h2 {
  color: #fff;
}
.home-section4 .public-service .content .swiper-container .swiper-slide .service-icon {
  width: 0.72rem;
  height: 0.72rem;
  transition: all 0.5s;
}
.home-section4 .public-service .content .swiper-container .swiper-slide .service-icon[service-title='教务系统'] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='144' height='144' viewBox='0 0 144 144' fill='none'%3E%3Cpath opacity='0.4' d='M132 38.6783V78H12V38.6783C12 23.978 23.8978 12 38.4998 12H105.5C120.102 12 132 23.978 132 38.6783Z' fill='%23004098'/%3E%3Cpath d='M12 78V79.1894C12 93.7004 23.8919 105.416 38.4865 105.416H61.5496C64.8529 105.416 67.5556 108.093 67.5556 111.363V117.132C67.5556 120.403 64.8529 123.079 61.5496 123.079H47.015C44.5526 123.079 42.5105 125.101 42.5105 127.54C42.5105 129.978 44.4925 132 47.015 132H97.1652C99.6276 132 101.67 129.978 101.67 127.54C101.67 125.101 99.6276 123.079 97.1652 123.079H82.6306C79.3273 123.079 76.6246 120.403 76.6246 117.132V111.363C76.6246 108.093 79.3273 105.416 82.6306 105.416H105.514C120.168 105.416 132 93.641 132 79.1894V78H12Z' fill='%23004098'/%3E%3C/svg%3E");
}
.home-section4 .public-service .content .swiper-container .swiper-slide .service-icon[service-title='学工系统'] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='144' height='144' viewBox='0 0 144 144' fill='none'%3E%3Cg opacity='0.4'%3E%3Cpath d='M54 12C38.28 12 25.5 24.78 25.5 40.5C25.5 55.92 37.56 68.4 53.28 68.94C53.76 68.88 54.24 68.88 54.6 68.94C54.72 68.94 54.78 68.94 54.9 68.94C54.96 68.94 54.96 68.94 55.02 68.94C70.38 68.4 82.44 55.92 82.5 40.5C82.5 24.78 69.72 12 54 12Z' fill='%23004098'/%3E%3Cpath d='M119.94 44.04C120.9 55.68 112.62 65.88 101.16 67.26C101.1 67.26 101.1 67.26 101.04 67.26H100.86C100.5 67.26 100.14 67.26 99.84 67.38C94.02 67.68 88.68 65.82 84.66 62.4C90.84 56.88 94.38 48.6 93.66 39.6C93.24 34.74 91.56 30.3 89.04 26.52C91.32 25.38 93.96 24.66 96.66 24.42C108.42 23.4 118.92 32.16 119.94 44.04Z' fill='%23004098'/%3E%3C/g%3E%3Cpath d='M84.48 84.8999C67.74 73.7399 40.44 73.7399 23.58 84.8999C15.96 89.9999 11.76 96.8999 11.76 104.28C11.76 111.66 15.96 118.5 23.52 123.54C31.92 129.18 42.96 132 54 132C65.04 132 76.08 129.18 84.48 123.54C92.04 118.44 96.24 111.6 96.24 104.16C96.18 96.7799 92.04 89.9399 84.48 84.8999Z' fill='%23004098'/%3E%3Cpath d='M131.94 99.5399C131.46 105.36 127.74 110.4 121.5 113.82C115.5 117.12 107.94 118.68 100.44 118.5C104.76 114.6 107.28 109.74 107.76 104.58C108.36 97.1399 104.82 89.9999 97.74 84.2999C93.72 81.1199 89.04 78.5999 83.94 76.7399C97.2 72.8999 113.88 75.4799 124.14 83.7599C129.66 88.1999 132.48 93.7799 131.94 99.5399Z' fill='%23004098'/%3E%3C/svg%3E");
}
.home-section4 .public-service .content .swiper-container .swiper-slide .service-icon[service-title='校车安排表'] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='144' height='144' viewBox='0 0 144 144' fill='none'%3E%3Cg opacity='0.4'%3E%3Cpath d='M90 24V66C90 72.6 84.6 78 78 78H12V57.72C16.38 62.94 23.1002 66.18 30.5402 66C36.6002 65.88 42.06 63.54 46.14 59.64C48 58.08 49.5601 56.0999 50.7601 53.9399C52.9201 50.2799 54.12 45.9598 54 41.4598C53.82 34.4398 50.7001 28.26 45.8401 24L90 24Z' fill='%23004098'/%3E%3Cpath d='M48 126C54.6274 126 60 120.627 60 114C60 107.373 54.6274 102 48 102C41.3726 102 36 107.373 36 114C36 120.627 41.3726 126 48 126Z' fill='%23004098'/%3E%3Cpath d='M96 126C102.627 126 108 120.627 108 114C108 107.373 102.627 102 96 102C89.3726 102 84 107.373 84 114C84 120.627 89.3726 126 96 126Z' fill='%23004098'/%3E%3Cpath d='M132 69.1802V78H114C110.7 78 108 75.3 108 72V54C108 50.7 110.7 48 114 48H121.74L130.44 63.2399C131.46 65.0399 132 67.0802 132 69.1802Z' fill='%23004098'/%3E%3C/g%3E%3Cpath d='M30 18C24.36 18 19.14 19.98 15 23.28C9.48 27.66 6 34.44 6 42C6 55.26 16.74 66 30 66C36.06 66 41.5801 63.72 45.8401 60C50.8201 55.62 54 49.2 54 42C54 28.74 43.26 18 30 18ZM36 43.5C36 45.06 35.1601 46.5601 33.8401 47.3401L26.3401 51.8401C25.6201 52.2601 24.8401 52.5 24.0601 52.5C22.5601 52.5 21.06 51.7201 20.22 50.3401C18.96 48.1801 19.62 45.4199 21.78 44.1599L27.1201 40.9801V34.5C27.1201 32.04 29.1601 30 31.6201 30C34.0801 30 36.1201 32.04 36.1201 34.5V43.5H36Z' fill='%23004098'/%3E%3Cpath d='M132 78V96C132 105.96 123.96 114 114 114H108C108 107.4 102.6 102 96 102C89.4 102 84 107.4 84 114H60C60 107.4 54.6 102 48 102C41.4 102 36 107.4 36 114H30C20.04 114 12 105.96 12 96V78H78C84.6 78 90 72.6 90 66V24H101.04C105.36 24 109.32 26.3401 111.48 30.0601L121.74 48H114C110.7 48 108 50.7 108 54V72C108 75.3 110.7 78 114 78H132Z' fill='%23004098'/%3E%3C/svg%3E");
}
.home-section4 .public-service .content .swiper-container .swiper-slide .service-icon[service-title='学籍查询'] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='144' height='144' viewBox='0 0 144 144' fill='none'%3E%3Cpath opacity='0.4' d='M110.28 77.04V106.62C110.28 114.24 104.34 122.4 97.2 124.8L78.06 131.16C74.7 132.3 69.24 132.3 65.94 131.16L46.8 124.8C39.6 122.4 33.72 114.24 33.72 106.62L33.78 77.04L60.3 94.32C66.78 98.58 77.46 98.58 83.94 94.32L110.28 77.04Z' fill='%23004098'/%3E%3Cpath d='M119.88 38.7601L83.9401 15.1801C77.4601 10.9201 66.7801 10.9201 60.3001 15.1801L24.1801 38.7601C12.6001 46.2601 12.6001 63.2401 24.1801 70.8001L33.7801 77.0401L60.3001 94.3201C66.7801 98.5801 77.4601 98.5801 83.9401 94.3201L110.28 77.0401L118.5 71.6401V90.0001C118.5 92.4601 120.54 94.5001 123 94.5001C125.46 94.5001 127.5 92.4601 127.5 90.0001V60.4801C129.9 52.7401 127.44 43.7401 119.88 38.7601Z' fill='%23004098'/%3E%3C/svg%3E");
}
.home-section4 .public-service .content .swiper-container .swiper-slide .service-icon[service-title='图书馆'] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='144' height='144' viewBox='0 0 144 144' fill='none'%3E%3Cpath opacity='0.4' d='M72 31.7999V127.98C70.98 127.98 69.9 127.8 69.06 127.32L68.82 127.2C57.3 120.9 37.2 114.3 24.18 112.56L22.44 112.32C16.68 111.6 12 106.2 12 100.44V27.9599C12 20.8199 17.82 15.4199 24.96 16.0199C37.56 17.0399 56.64 23.3999 67.32 30.0599L68.82 30.9599C69.72 31.4999 70.86 31.7999 72 31.7999Z' fill='%23004098'/%3E%3Cpath d='M132 28.0199V100.44C132 106.2 127.32 111.6 121.56 112.32L119.58 112.56C106.5 114.3 86.34 120.96 74.82 127.32C74.04 127.8 73.08 127.98 72 127.98V31.7999C73.14 31.7999 74.28 31.4999 75.18 30.9599L76.2 30.2999C86.88 23.5799 106.02 17.1599 118.62 16.0799H118.98C126.12 15.4799 132 20.8199 132 28.0199Z' fill='%23004098'/%3E%3Cpath d='M46.5 55.4399H33C30.54 55.4399 28.5 53.3999 28.5 50.9399C28.5 48.4799 30.54 46.4399 33 46.4399H46.5C48.96 46.4399 51 48.4799 51 50.9399C51 53.3999 48.96 55.4399 46.5 55.4399Z' fill='%23004098'/%3E%3Cpath d='M51 73.4399H33C30.54 73.4399 28.5 71.3999 28.5 68.9399C28.5 66.4799 30.54 64.4399 33 64.4399H51C53.46 64.4399 55.5 66.4799 55.5 68.9399C55.5 71.3999 53.46 73.4399 51 73.4399Z' fill='%23004098'/%3E%3C/svg%3E");
}
.home-section4 .public-service .content .swiper-container .swiper-slide .service-icon[service-title='教育基金会'] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='144' height='144' viewBox='0 0 144 144' fill='none'%3E%3Cpath d='M126.54 41.8801C121.44 36.2401 112.92 33.4201 100.56 33.4201H99.12V33.1801C99.12 23.1001 99.12 10.6201 76.56 10.6201H67.44C44.88 10.6201 44.88 23.1601 44.88 33.1801V33.4801H43.44C31.02 33.4801 22.56 36.3001 17.46 41.9401C11.52 48.5401 11.7 57.4201 12.3 63.4801L12.36 63.9001L12.96 70.2001C13.02 70.2601 13.14 70.3801 13.26 70.4401C15.24 71.7601 17.28 73.0801 19.44 74.2801C20.28 74.8201 21.18 75.3001 22.08 75.7801C32.34 81.4201 43.62 85.2001 55.08 87.0601C55.62 92.7001 58.08 99.3001 71.22 99.3001C84.36 99.3001 86.94 92.7601 87.36 86.9401C99.6 84.9601 111.42 80.7001 122.1 74.4601C122.46 74.2801 122.7 74.1001 123 73.9201C125.76 72.3601 128.34 70.6801 130.86 68.8201C130.98 68.7601 131.1 68.6401 131.16 68.5201L131.4 66.3601L131.7 63.5401C131.76 63.1801 131.76 62.8801 131.82 62.4601C132.3 56.4001 132.18 48.1201 126.54 41.8801ZM78.54 82.9801C78.54 89.3401 78.54 90.3001 71.16 90.3001C63.78 90.3001 63.78 89.1601 63.78 83.0401V75.4801H78.54V82.9801ZM53.46 33.4201V33.1801C53.46 22.9801 53.46 19.2001 67.44 19.2001H76.56C90.54 19.2001 90.54 23.0401 90.54 33.1801V33.4801H53.46V33.4201Z' fill='%23004098'/%3E%3Cpath opacity='0.4' d='M123 73.7999C122.7 73.9799 122.4 74.1599 122.1 74.3399C111.42 80.5799 99.6 84.7799 87.36 86.8199C86.88 92.5799 84.36 99.1799 71.22 99.1799C58.08 99.1799 55.56 92.6399 55.08 86.9399C43.62 85.1399 32.34 81.3599 22.08 75.6599C21.18 75.1799 20.28 74.6999 19.44 74.1599C17.28 72.9599 15.24 71.6399 13.26 70.3199C13.14 70.2599 13.02 70.1399 12.96 70.0799L16.62 109.14C17.88 121.08 22.8 133.38 49.2 133.38H94.92C121.32 133.38 126.24 121.08 127.5 109.08L131.28 68.3999C131.22 68.5199 131.1 68.6399 130.98 68.6999C128.4 70.5599 125.76 72.2999 123 73.7999Z' fill='%23004098'/%3E%3C/svg%3E");
}
.home-section4 .public-service .content .swiper-container .swiper-slide .service-icon[service-title='师生意见快递站'] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='144' height='144' viewBox='0 0 144 144' fill='none'%3E%3Cpath opacity='0.4' d='M88.74 12H55.26C28.74 12 28.74 26.1 28.74 38.52V73.26C28.74 74.58 29.34 75.78 30.36 76.56C31.38 77.34 32.76 77.64 34.02 77.28C36.72 76.56 40.08 76.2 44.1 76.2C48.12 76.2 48.96 76.68 51.36 78.48L56.82 84.24C60.72 88.44 66.3 90.84 72.06 90.84C77.82 90.84 83.34 88.44 87.3 84.24L92.76 78.48C95.16 76.68 96 76.2 100.02 76.2C104.04 76.2 107.4 76.56 110.1 77.28C111.36 77.64 112.68 77.34 113.76 76.56C114.78 75.78 115.38 74.52 115.38 73.26V38.52C115.26 26.1 115.26 12 88.74 12Z' fill='%23004098'/%3E%3Cpath d='M112.14 69.1801C108.72 68.2801 104.7 67.8001 99.9001 67.8001C93.2401 67.8001 90.7801 69.4201 87.3601 72.0001C87.1801 72.1201 87.0001 72.3001 86.8201 72.4801L81.1201 78.5401C76.3801 83.6401 67.6801 83.6401 62.8801 78.5401L57.1801 72.5401C57.0001 72.3001 56.8201 72.1201 56.6401 72.0001C53.1601 69.4201 50.7001 67.8001 44.1001 67.8001C39.3001 67.8001 35.2801 68.2201 31.8601 69.1801C17.5801 73.0201 17.5801 84.3601 17.5801 94.3201V99.9001C17.5801 114.96 17.5801 132 49.6801 132H94.3201C115.62 132 126.42 121.2 126.42 99.9001V94.3201C126.42 84.3601 126.42 73.0201 112.14 69.1801Z' fill='%23004098'/%3E%3Cpath d='M81.3001 59.4601H62.7001C60.3601 59.4601 58.5001 57.6001 58.5001 55.2601C58.5001 52.9201 60.3601 51.0601 62.7001 51.0601H81.3001C83.6401 51.0601 85.5001 52.9201 85.5001 55.2601C85.5001 57.5401 83.5801 59.4601 81.3001 59.4601Z' fill='%23004098'/%3E%3Cpath d='M85.9801 42.7201H58.0201C55.6801 42.7201 53.8201 40.8601 53.8201 38.5201C53.8201 36.1801 55.6801 34.3201 58.0201 34.3201H85.9201C88.2601 34.3201 90.1201 36.1801 90.1201 38.5201C90.1201 40.8001 88.2601 42.7201 85.9801 42.7201Z' fill='%23004098'/%3E%3C/svg%3E");
}
.home-section4 .public-service .content .swiper-container .swiper-slide .service-icon[service-title='官方微信'] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='144' height='145' viewBox='0 0 144 145' fill='none'%3E%3Cpath d='M94.0925 52.2273C95.5322 52.2273 96.9565 52.3328 98.3694 52.4903C94.5264 34.5958 75.3957 21.3008 53.5583 21.3008C29.1451 21.3008 9.14673 37.9418 9.14673 59.0727C9.14673 71.2698 15.8 81.2861 26.9182 89.0547L22.4763 102.415L38.0019 94.6291C43.5571 95.7288 48.0144 96.8596 53.5582 96.8596C54.9518 96.8596 56.3341 96.7905 57.7045 96.6828C56.8369 93.7134 56.334 90.6035 56.334 87.377C56.3341 67.9738 72.9961 52.2273 94.0925 52.2273ZM70.213 40.1856C73.5568 40.1856 75.7719 42.3855 75.7719 45.7276C75.7719 49.0561 73.5568 51.2867 70.213 51.2867C66.8841 51.2867 63.5441 49.0564 63.5441 45.7276C63.5441 42.3857 66.8841 40.1856 70.2129 40.1856H70.213ZM39.1306 51.2868C35.8021 51.2868 32.4428 49.0565 32.4428 45.7278C32.4428 42.3857 35.8019 40.1857 39.1306 40.1857C42.4592 40.1857 44.6744 42.3857 44.6744 45.7278C44.6744 49.0564 42.4591 51.2868 39.1306 51.2868Z' fill='%23004098'/%3E%3Cpath opacity='0.4' d='M134.627 86.8431C134.627 69.0868 116.859 54.6133 96.903 54.6133C75.7719 54.6133 59.1294 69.087 59.1294 86.8431C59.1294 104.63 75.7719 119.073 96.903 119.073C101.326 119.073 105.787 117.958 110.229 116.844L122.41 123.515L119.07 112.416C127.985 105.728 134.627 96.8594 134.627 86.8431ZM84.6558 81.2859C82.4445 81.2859 80.214 79.0861 80.214 76.8419C80.214 74.6289 82.4445 72.4001 84.6558 72.4001C88.0155 72.4001 90.2153 74.6289 90.2153 76.8419C90.2153 79.0861 88.0155 81.2859 84.6558 81.2859ZM109.085 81.2859C106.889 81.2859 104.673 79.0861 104.673 76.8419C104.673 74.6289 106.889 72.4001 109.085 72.4001C112.413 72.4001 114.644 74.6289 114.644 76.8419C114.644 79.0861 112.413 81.2859 109.085 81.2859Z' fill='%23004098'/%3E%3C/svg%3E");
}
.home-section4 .public-service .content .swiper-container .swiper-slide h2 {
  color: #004098;
  text-align: center;
  font-family: OPPOSans;
  font-size: 0.16rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: color 0.5s;
}
.ai-assistant {
  position: fixed;
  height: 1.6rem;
  top: 40%;
  right: 0;
  padding-right: 0.2rem;
  box-sizing: content-box;
  z-index: 1000;
}
.ai-assistant:hover {
  transform: translateX(0);
}
.ai-assistant .close {
  display: block;
  position: absolute;
  right: 0.2rem;
  width: 0.24rem;
  height: 0.24rem;
  background-color: #004098;
}
.ai-assistant img {
  height: 100%;
  object-fit: contain;
}
/** 内页 */
.inner-banner {
  position: relative;
  height: 5.2rem;
}
.inner-banner::before {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 30, 70, 0.7) 0%, rgba(0, 30, 70, 0) 50%);
}
.inner-banner img {
  width: 100%;
  height: 100%;
}
.inner-banner .column-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 3rem;
}
.inner-banner .column-info > .wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.inner-banner .column-info::before {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(277deg, rgba(2, 62, 134, 0) 11.27%, #001e46 100%);
  opacity: 0.6;
}
.inner-banner .column-info .column-name {
  position: relative;
  padding-bottom: 0.18rem;
  color: #fff;
  font-family: OPPOSans;
  font-size: 0.46rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.inner-banner .column-info .column-name::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0.48rem;
  height: 0.02rem;
  background-color: #fff;
}
.inner-banner .column-info .location {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.06rem;
}
.inner-banner .column-info .location::before {
  display: none;
  content: '';
  position: absolute;
  width: 0.2rem;
  height: 0.2rem;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M11.8602 15.1667H4.14016C2.3135 15.1667 0.833496 13.68 0.833496 11.8533V6.91333C0.833496 6.00666 1.3935 4.86666 2.1135 4.30666L5.70683 1.50666C6.78683 0.66666 8.5135 0.626659 9.6335 1.41333L13.7535 4.29999C14.5468 4.85333 15.1668 6.03999 15.1668 7.00666V11.86C15.1668 13.68 13.6868 15.1667 11.8602 15.1667ZM6.32016 2.29333L2.72683 5.09333C2.2535 5.46666 1.8335 6.31333 1.8335 6.91333V11.8533C1.8335 13.1267 2.86683 14.1667 4.14016 14.1667H11.8602C13.1335 14.1667 14.1668 13.1333 14.1668 11.86V7.00666C14.1668 6.36666 13.7068 5.47999 13.1802 5.11999L9.06016 2.23333C8.30016 1.69999 7.04683 1.72666 6.32016 2.29333Z' fill='white'/%3E%3Cpath d='M8 12.5C7.72667 12.5 7.5 12.2733 7.5 12V10C7.5 9.72667 7.72667 9.5 8 9.5C8.27333 9.5 8.5 9.72667 8.5 10V12C8.5 12.2733 8.27333 12.5 8 12.5Z' fill='white'/%3E%3C/svg%3E");
}
.inner-banner .column-info .location .next-btn {
  width: 0.18rem;
  height: 0.18rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M4.6665 11.6667L9.33317 6.99999L4.6665 2.33332' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.inner-banner .column-info .location a {
  color: #fff;
  font-family: OPPOSans;
  font-size: 0.18rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.8;
}
.inner-banner .column-info .location a:hover {
  opacity: 1;
}
.nav-bar {
  height: 0.8rem;
  background-color: #004098;
  margin-bottom: 0.1rem;
}
.nav-bar ul {
  display: flex;
  align-items: center;
  overflow-x: auto;
  overflow-y: hidden;
}
.nav-bar li {
  position: relative; margin-right:2px;
}
.nav-bar li:hover,
.nav-bar li.active {
  color: #004098;
  background-color: #fff;
  margin-right:2px;
}
.nav-bar li:hover::before,
.nav-bar li.active::before {
  transform: scaleX(1);
  transition: all 0.3s;
}
.nav-bar li:hover a,
.nav-bar li.active a {
  color: #004098;
}
.nav-bar li:hover a::before,
.nav-bar li.active a::before {
  transform: translateX(-50%);
  opacity: 1;
}
.nav-bar li::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 0.03rem;
  background: #f2a900;
  top: 0;
  transform-origin: left;
  transform: scaleX(0);
}
.nav-bar li a {
  position: relative;
  display: block;
  padding: 0.28rem;
  color: #fff;
  text-align: justify;
  font-family: OPPOSans;
  font-size: 0.18rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  white-space: nowrap;
}
.nav-bar li a::before {
  content: '';
  position: absolute;
  bottom: 0.04rem;
  left: 50%;
  width: 0.2rem;
  height: 0.2rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M10.3823 13.8131C10.1863 14.0623 9.81368 14.0623 9.61768 13.8131L4.10821 6.80902C3.85174 6.48298 4.07999 6 4.49053 6L15.5095 6C15.92 6 16.1483 6.48298 15.8918 6.80902L10.3823 13.8131Z' fill='%23004098'/%3E%3C/svg%3E");
  transform: translateX(-50%) translateY(-0.05rem);
  opacity: 0;
  transition: transform 0.3s;
}
.nav-list {
  position: absolute;
  top: 0;
  right: 0;
  width: calc((100% - 14rem) / 2 + 4.2rem);
  height: calc(100% + 0.8rem);
  padding: 0.7rem 0 0.8rem 0.4rem;
  background-color: #edf2f9;
}
.nav-list .title {
  margin-bottom: 0.2rem;
}
.nav-list .title h2 {
  color: #004098;
  font-family: OPPOSans;
  font-size: 0.24rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.26rem;
}
.nav-list .content ul {
  width: 3.8rem;
}
.nav-list .content li {
  width: 100%;
  border-bottom: 0.01rem solid #d6dfeb;
}
.nav-list .content li:hover,
.nav-list .content li.active {
  background-color: #004098;
}
.nav-list .content li:hover a,
.nav-list .content li.active a {
  color: #fff;
}
.nav-list .content li:hover a::before,
.nav-list .content li.active a::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M9.14581 6.4528L3.76288 11.8136C3.51329 12.0621 3.10313 12.0621 2.85354 11.8136C2.60394 11.565 2.60394 11.1565 2.85354 10.908L7.7818 6L2.85354 1.09202C2.60394 0.843459 2.60394 0.434989 2.85354 0.186424C3.10313 -0.0621413 3.51329 -0.0621413 3.76288 0.186424L9.14581 5.5472C9.39541 5.79576 9.39541 6.20423 9.14581 6.4528Z' fill='%23F2A900'/%3E%3C/svg%3E");
}
.nav-list .content li:first-of-type {
  border-top: 0.01rem solid #d6dfeb;
}
.nav-list .content li a {
  position: relative;
  display: block;
  padding: 0.18rem 0.16rem 0.18rem 0.38rem;
  color: #333;
  font-family: OPPOSans;
  font-size: 0.17rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nav-list .content li a::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0.16rem;
  transform: translateY(-50%);
  width: 0.12rem;
  height: 0.12rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M9.14581 6.4528L3.76288 11.8136C3.51329 12.0621 3.10313 12.0621 2.85354 11.8136C2.60394 11.565 2.60394 11.1565 2.85354 10.908L7.7818 6L2.85354 1.09202C2.60394 0.843459 2.60394 0.434989 2.85354 0.186424C3.10313 -0.0621413 3.51329 -0.0621413 3.76288 0.186424L9.14581 5.5472C9.39541 5.79576 9.39541 6.20423 9.14581 6.4528Z' fill='%23ACB6CC'/%3E%3C/svg%3E");
}
.sub-nav-bar .nav-tit {
  display: none !important;
}
.sub-nav-bar .nav-cont ul li {
  height: 0.59rem;
  border-bottom: 0.01rem solid #e2e8ee;
}
.sub-nav-bar .nav-cont .dabt{ width:100%; height:80px; line-height:80px; color:#FFFFFF; background-color:#004098; font-size:24px; padding-left:18px; font-weight:bold; border-bottom:10px solid #ffffff;}
.sub-nav-bar .nav-cont ul li:hover,
.sub-nav-bar .nav-cont ul li.active {
  background-color: #666666;
}
.sub-nav-bar .nav-cont ul li:hover a,
.sub-nav-bar .nav-cont ul li.active a {
  color: #fff;
}
.sub-nav-bar .nav-cont ul li:hover a::before,
.sub-nav-bar .nav-cont ul li.active a::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M9.14581 6.4528L3.76288 11.8136C3.51329 12.0621 3.10313 12.0621 2.85354 11.8136C2.60394 11.565 2.60394 11.1565 2.85354 10.908L7.7818 6L2.85354 1.09202C2.60394 0.843459 2.60394 0.434989 2.85354 0.186424C3.10313 -0.0621413 3.51329 -0.0621413 3.76288 0.186424L9.14581 5.5472C9.39541 5.79576 9.39541 6.20423 9.14581 6.4528Z' fill='%23F2A900'/%3E%3C/svg%3E");
}
.sub-nav-bar .nav-cont ul li a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0.18rem 0.2rem;
  padding-right: 0.42rem;
  color: #333;
  font-family: OPPOSans;
  font-size: 0.17rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.sub-nav-bar .nav-cont ul li a::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0.2rem;
  transform: translateY(-50%);
  width: 0.12rem;
  height: 0.12rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M9.14581 6.4528L3.76288 11.8136C3.51329 12.0621 3.10313 12.0621 2.85354 11.8136C2.60394 11.565 2.60394 11.1565 2.85354 10.908L7.7818 6L2.85354 1.09202C2.60394 0.843459 2.60394 0.434989 2.85354 0.186424C3.10313 -0.0621413 3.51329 -0.0621413 3.76288 0.186424L9.14581 5.5472C9.39541 5.79576 9.39541 6.20423 9.14581 6.4528Z' fill='%23ACB6CC'/%3E%3C/svg%3E");
}
.sub-nav-list {
  margin-bottom: 0.3rem;
}
.sub-nav-list .nav-tit {
  display: none !important;
}
.sub-nav-list .nav-cont ul {
  display: flex;
  flex-wrap: wrap;
}
.sub-nav-list .nav-cont ul li {
  min-width: calc(100% / 9);
  min-height: 0.58rem;
  text-align: center;
  border-bottom: 0.01rem solid transparent;
}
.sub-nav-list .nav-cont ul li:hover,
.sub-nav-list .nav-cont ul li.active {
  background-color: #004098;
  border-bottom: 0.01rem solid #e2e8ee;
}
.sub-nav-list .nav-cont ul li:hover a,
.sub-nav-list .nav-cont ul li.active a {
  color: #fff;
}
.sub-nav-list .nav-cont ul li:hover a::before,
.sub-nav-list .nav-cont ul li.active a::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.43 18.82C14.24 18.82 14.05 18.75 13.9 18.6C13.61 18.31 13.61 17.83 13.9 17.54L19.44 12L13.9 6.46C13.61 6.17 13.61 5.69 13.9 5.4C14.19 5.11 14.67 5.11 14.96 5.4L21.03 11.47C21.32 11.76 21.32 12.24 21.03 12.53L14.96 18.6C14.81 18.75 14.62 18.82 14.43 18.82Z' fill='%23004098'/%3E%3Cpath d='M20.33 12.75H3.5C3.09 12.75 2.75 12.41 2.75 12C2.75 11.59 3.09 11.25 3.5 11.25H20.33C20.74 11.25 21.08 11.59 21.08 12C21.08 12.41 20.74 12.75 20.33 12.75Z' fill='%23004098'/%3E%3C/svg%3E");
}
.sub-nav-list .nav-cont ul li a {
  display: block;
  padding: 0.18rem 0.2rem;
  color: #333;
  text-align: center;
  font-family: OPPOSans;
  font-size: 0.17rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.container {
  position: relative;
  padding-top: 0.7rem;
  min-height: 2rem;
}
.container .news-mode {
  display: flex;
  justify-content: space-between;
}
.container .news-mode .main {
  width: 10.4rem;
  display: flex;
  flex-direction: column;
}
.container .news-mode .aside {
  width: 3rem;
}
.detail .title h3 {
  text-align: center;
  margin-bottom: 0.16rem;
  color: #333;
  text-overflow: ellipsis;
  font-family: OPPOSans;
  font-size: 0.32rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.4rem;
  /* 125% */
}
.detail .title p {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.12rem;
}
.detail .title p span {
  color: #004098;
  font-family: OPPOSans;
  font-size: 0.14rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.2rem;
  /* 142.857% */
}
.detail hr {
  border-bottom: 0.01rem solid #e2e8ee !important;
  margin: 0.2rem 0;
}
.detail .content {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  min-height: 2rem;
  color: #333;
  text-align: justify;
  font-family: OPPOSans;
  font-size: 0.18rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 0.288rem */
}
.detail .adjacent-articles p,
.detail .adjacent-articles span,
.detail .adjacent-articles a {
  color: #333;
  text-align: justify;
  font-family: OPPOSans;
  font-size: 0.16rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 0.256rem */
}
.detail .adjacent-articles p + p {
  margin-top: 0.12rem;
}
.detail .adjacent-articles a:hover {
  color: #004098;
}
.detail p:has(img) {
  text-indent: 0 !important;
}
.detail p img {
  max-width: 100%;
  height: auto !important;
}
.detail tr p,
.detail td p {
  text-indent: 0 !important;
}
/* 自定义分页 仅适用于老版JCms */
.pages {
  margin-top: 0.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.08rem;
  height: 0.4rem;
  display: none;
}
.pages p {
  display: flex;
  gap: 0.08rem;
  color: #333;
  text-align: center;
  font-family: OPPOSans;
  font-size: 0.14rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.22rem;
}
.pages a {
  position: relative;
  min-width: 0.4rem;
  height: 100%;
  padding: 0.08rem 0.12rem;
  color: #333;
  text-align: center;
  font-family: Arial;
  font-size: 0.14rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.22rem;
  border: 0.01rem solid #e2e8ee;
  background-color: #fff;
}
.pages a:hover,
.pages a.page-num-current {
  color: #fff;
  background-color: #004098;
}
.pages a.disabled {
  display: none;
  pointer-events: none;
}
.pages a.page-prev,
.pages a.page-next {
  min-width: 0.66rem;
}
.pages a.page-prev::before,
.pages a.page-next::before {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
.pages a.page-prev::before {
  content: '上一页';
}
.pages a.page-next::before {
  content: '下一页';
}
/* 新版分页 */
[id$='Page'] {
  width: 100%;
  text-align: center;
}
[id$='Page'] .layui-laypage a:hover {
  color: #004098;
}
[id$='Page'] .layui-laypage input:focus,
[id$='Page'] .layui-laypage select:focus {
  border-color: #004098 !important;
}
[id$='Page'] .layui-laypage .layui-laypage-curr .layui-laypage-em {
  background-color: #004098;
}
/** 单页 */
/** 学校概况 */
.leader li {
  border-top: 0.01rem solid #e3e7f2;
}
.leader li:last-of-type {
  border-bottom: 0.01rem solid #e3e7f2;
}
.leader li .leader-postion {
  flex-shrink: 0;
}
.leader li .leader-postion h4 {
  color: #004098;
  font-family: OPPOSans;
  font-size: 0.2rem;
  font-style: normal;
  font-weight: 400;
}
.leader li .leader-name {
  flex-shrink: 0;
}
.leader li .leader-name h3 {
  color: #333;
  font-family: OPPOSans;
  font-size: 0.24rem;
  font-style: normal;
  font-weight: 400;
}
.leader li .leader-brief {
  flex-grow: 1;
  color: #333;
  font-family: OPPOSans;
  font-size: 0.18rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.26rem;
  /* 144.444% */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 10;
  overflow: hidden;
}
.leader .vip li {
  height: 2.7rem;
  padding: 0.3rem 0;
  display: flex;
  gap: 0.3rem;
}
.leader .vip li .pic {
  flex-shrink: 0;
  width: 1.6rem;
  height: 100%;
}
.leader .vip li .pic img {
  width: 100%;
  height: 100%;
}
.leader .vip li .txt {
  display: flex;
  gap: 0.3rem;
  align-items: center;
}
.leader .vip li .txt .leader-postion {
  width: 1.6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.12rem;
}
.leader .vip li .txt .devider {
  width: 0.01rem;
  height: 1.2rem;
  background-color: #e3e7ed;
}
.leader .vip .leader-name h3 {
  line-height: normal;
}
.leader .vip .leader-postion h4 {
  line-height: 0.28rem;
  /* 140% */
}
.leader .ordinary-member li {
  position: relative;
  min-height: 1.2rem;
  padding: 0.1rem 0;
  padding-left: 0.3rem;
  display: flex;
  align-items: center;
}
.leader .ordinary-member li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.02rem;
  height: 0.36rem;
  background-color: #004098;
}
.leader .ordinary-member .leader-postion {
  width: 2.1rem;
  flex-shrink: 0;
}
.leader .ordinary-member .leader-postion h4 {
  line-height: 0.26rem;
  /* 130% */
}
.leader .ordinary-member .leader-name {
  width: 1.65rem;
  flex-shrink: 0;
}
.leader .ordinary-member .leader-name h3 {
  line-height: 0.26rem;
  /* 130% */
}
.institution .institution-item .title h2 {
  margin-bottom: 0.2rem;
  color: #004098;
  font-family: OPPOSans;
  font-size: 0.32rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.institution .institution-item .content {
  margin-bottom: 0.6rem;
}
.institution .institution-item .content ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.4rem;
}
.institution .institution-item .content ul li {
  width: calc((100% - 0.4rem * 2) / 3);
  height: 0.73rem;
  padding: 0.1rem 0;
  border-bottom: 0.01rem solid #e2e8ee;
}
.institution .institution-item .content ul li:hover {
  border-color: #004098;
}
.institution .institution-item .content ul li:hover a {
  color: #004098;
}
.institution .institution-item .content ul li:hover a::before {
  transform: translateY(-50%) translateX(0.05rem);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.43 18.82C14.24 18.82 14.05 18.75 13.9 18.6C13.61 18.31 13.61 17.83 13.9 17.54L19.44 12L13.9 6.46C13.61 6.17 13.61 5.69 13.9 5.4C14.19 5.11 14.67 5.11 14.96 5.4L21.03 11.47C21.32 11.76 21.32 12.24 21.03 12.53L14.96 18.6C14.81 18.75 14.62 18.82 14.43 18.82Z' fill='%23004098'/%3E%3Cpath d='M20.33 12.75H3.5C3.09 12.75 2.75 12.41 2.75 12C2.75 11.59 3.09 11.25 3.5 11.25H20.33C20.74 11.25 21.08 11.59 21.08 12C21.08 12.41 20.74 12.75 20.33 12.75Z' fill='%23004098'/%3E%3C/svg%3E");
}
.institution .institution-item .content ul li a {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding-left: 0.28rem;
  color: #333;
  font-family: OPPOSans;
  font-size: 0.18rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.institution .institution-item .content ul li a[href^='javascript'],
.institution .institution-item .content ul li a[href='#'],
.institution .institution-item .content ul li a[href=''] {
  pointer-events: none;
}
.institution .institution-item .content ul li a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 0.18rem;
  height: 0.18rem;
  transform: translateY(-50%);
  transition: all 0.5s;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M10.8223 14.115C10.6798 14.115 10.5373 14.0625 10.4248 13.95C10.2073 13.7325 10.2073 13.3725 10.4248 13.155L14.5798 9.00003L10.4248 4.84503C10.2073 4.62753 10.2073 4.26753 10.4248 4.05003C10.6423 3.83253 11.0023 3.83253 11.2198 4.05003L15.7723 8.60253C15.9898 8.82003 15.9898 9.18003 15.7723 9.39753L11.2198 13.95C11.1073 14.0625 10.9648 14.115 10.8223 14.115Z' fill='%23333333'/%3E%3Cpath d='M15.2475 9.5625H2.625C2.3175 9.5625 2.0625 9.3075 2.0625 9C2.0625 8.6925 2.3175 8.4375 2.625 8.4375H15.2475C15.555 8.4375 15.81 8.6925 15.81 9C15.81 9.3075 15.555 9.5625 15.2475 9.5625Z' fill='%23333333'/%3E%3C/svg%3E");
}
.event {
  display: flex;
  gap: 0.5rem;
}
.event .main {
  flex-grow: 1;
}
.event .main .title {
  margin-bottom: 0.2rem;
}
.event .main .title h2 {
  position: relative;
  padding-bottom: 0.11rem;
  color: #004098;
  font-family: OPPOSans;
  font-size: 0.32rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.event .main .title h2::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0.48rem;
  height: 0.03rem;
  background: #f2a900;
}
.event .main .content {
  color: #333;
  font-family: OPPOSans;
  font-size: 0.18rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.event .sub-nav-bar {
  flex-shrink: 0;
  width: 2.2rem;
}
/** 新闻中心 */
.news-center {
  display: flex;
  justify-content: space-between;
}
.news-center + .news-center {
  margin-top: 0.7rem;
}
.news-center .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.3rem;
}
.news-center .title h2 {
  color: #333;
  font-family: OPPOSans;
  font-size: 0.24rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.news-center .campus-news .tab {
  display: flex;
  height: 6rem;
}
.news-center .campus-news .tab .tab-title-box {
  order: 2;
  width: 4.4rem;
}
.news-center .campus-news .tab .tab-title-box .tab-title {
  position: relative;
  height: 1.2rem;
  background-color: #edf1f9;
}
.news-center .campus-news .tab .tab-title-box .tab-title.active .tab-title-item {
  position: absolute;
  box-sizing: content-box;
  padding-left: 0.1rem;
  box-shadow: 0 0 0 0.06rem #004098;
  transform: translateX(-0.1rem);
  background-color: #004098;
  z-index: 15;
}
.news-center .campus-news .tab .tab-title-box .tab-title.active .tab-title-item:hover .txt h3 {
  color: #fff;
}
.news-center .campus-news .tab .tab-title-box .tab-title.active .tab-title-item .txt span {
  color: #fff;
}
.news-center .campus-news .tab .tab-title-box .tab-title.active .tab-title-item .txt h3 {
  color: #fff;
}
.news-center .campus-news .tab .tab-title-box .tab-title .tab-title-item {
  display: flex;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.news-center .campus-news .tab .tab-title-box .tab-title .tab-title-item:hover .txt h3 {
  color: #004098;
}
.news-center .campus-news .tab .tab-title-box .tab-title .tab-title-item .txt {
  padding: 0.24rem;
  flex-grow: 1;
}
.news-center .campus-news .tab .tab-title-box .tab-title .tab-title-item .txt span {
  color: #666;
  font-family: OPPOSans;
  font-size: 0.12rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.news-center .campus-news .tab .tab-title-box .tab-title .tab-title-item .txt h3 {
  margin-top: 0.08rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #333;
  font-family: OPPOSans;
  font-size: 0.16rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.22rem;
}
.news-center .campus-news .tab .tab-title-box .tab-title .tab-title-item .pic {
  flex-shrink: 0;
  width: 1.92rem;
}
.news-center .campus-news .tab .tab-title-box .tab-title .tab-title-item .pic img {
  width: 100%;
  height: 100%;
}
.news-center .campus-news .tab .tab-content-box {
  position: relative;
  order: 1;
  width: 9.6rem;
  height: 100%;
}
.news-center .campus-news .tab .tab-content-box .tab-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.news-center .campus-news .tab .tab-content-box .tab-content.active {
  display: block;
}
.news-center .campus-news .tab .tab-content-box .tab-content .pic {
  width: 100%;
  height: 100%;
}
.news-center .campus-news .tab .tab-content-box .tab-content .pic::before {
  content: '';
  position: absolute;
  bottom: 0;
  background: linear-gradient(5deg, rgba(0, 41, 86, 0.9) 0%, rgba(0, 41, 86, 0) 93.12%);
  width: 100%;
  height: 50%;
}
.news-center .campus-news .tab .tab-content-box .tab-content .pic img {
  width: 100%;
  height: 100%;
}
.news-center .campus-news .tab .tab-content-box .tab-content .txt {
  position: absolute;
  bottom: 0;
  padding: 0.4rem;
}
.news-center .campus-news .tab .tab-content-box .tab-content .txt h3 {
  margin-bottom: 0.16rem;
  color: #fff;
  font-family: OPPOSans;
  font-size: 0.24rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.22rem;
  /* 91.667% */
  opacity: 0.8;
}
.news-center .campus-news .tab .tab-content-box .tab-content .txt h3:hover {
  opacity: 1;
}
.news-center .campus-news .tab .tab-content-box .tab-content .txt p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.8);
  font-family: OPPOSans;
  font-size: 0.14rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.22rem;
  /* 157.143% */
}
.news-center .campus-news .news-swiper {
  display: none;
}
.news-center .campus-dynamics {
  width: 9.2rem;
}
.news-center .campus-dynamics .list2 {
  gap: 0.3rem;
}
.news-center .campus-dynamics .list2 li {
  padding-left: 0.15rem;
}
.news-center .campus-dynamics .list2 li .date {
  top: 0.22rem;
}
.news-center .campus-dynamics .list2 li .txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.news-center .media-report {
  width: 4.4rem;
  transform: translateY(-0.17rem);
}
.news-center .media-report .title {
  margin-bottom: -0.01rem;
}
.news-center .media-report .title h2 {
  position: relative;
  padding: 0.18rem 0.5rem;
  color: #fff;
  background-color: #004098;
}
.news-center .media-report .title h2::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.36rem;
  height: 0.01rem;
  background-color: rgba(255, 255, 255, 0.5);
}
.news-center .media-report .content {
  padding: 0.2rem 0.3rem;
  background-color: #004098;
}
.news-center .media-report .content .list1 li {
  height: auto;
}
.news-center .media-report .content .list1 li .date h3 {
  color: #fff;
}
.news-center .media-report .content .list1 li .date h4 {
  color: #fff;
}
.news-center .media-report .content .list1 li .txt {
  position: relative;
}
.news-center .media-report .content .list1 li .txt a {
  -webkit-line-clamp: 3;
  color: #fff;
  opacity: 0.8;
}
.news-center .media-report .content .list1 li .txt a:hover {
  opacity: 1;
}
.news-center .media-report .content .list1 li .txt::before {
  content: '';
  position: absolute;
  bottom: -0.2rem;
  left: 0;
  width: 100%;
  height: 0.01rem;
  background-color: rgba(255, 255, 255, 0.15);
  z-index: 10;
}
.news-center .news-center-item {
  width: 4.4rem;
}
.news-center .news-center-item .title {
  margin-bottom: 0;
}
.news-center .news-center-item .list1 li {
  border-bottom: 0.01rem solid #d6dfeb;
}
.news-center .news-center-item .list1 li:hover {
  border-color: #004098;
}
.zone .main .main-title {
  margin-top: -0.06rem;
  margin-bottom: 0.23rem;
  padding-bottom: 0.1rem;
  border-bottom: 0.01rem solid #e2e8ee;
}
.zone .main .main-title h2 {
  position: relative;
  color: #004098;
  font-family: OPPOSans;
  font-size: 0.32rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.zone .main .main-title h2::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -0.11rem;
  width: 0.48rem;
  height: 0.03rem;
  background-color: #f2a900;
}
.zone .main .zone-item {
  padding: 0.2rem 0;
  display: flex;
  justify-content: space-between;
  border-bottom: 0.01rem solid #e2e8ee;
}
.zone .main .zone-item:first-of-type {
  border-top: 0.01rem solid #e2e8ee;
}
.zone .main .zone-item .title h2 {
  position: relative;
  padding-left: 0.19rem;
  color: #004098;
  font-family: OPPOSans;
  font-size: 0.24rem;
  font-style: normal;
  font-weight: 400;
  line-height: 108.333%;
}
.zone .main .zone-item .title h2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0.02rem;
  height: 100%;
  background-color: #004098;
}
.zone .aside .aside-item {
  width: 100%;
  margin-bottom: 0.3rem;
}
.zone .aside .aside-item.nav-item {
  margin-top: -0.2rem;
}
.zone .aside .aside-item.nav-item .sub-nav-bar {
  margin-top: 0.12rem;
  background: #f7f9fd;
}
.zone .aside .aside-item .aside-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.zone .aside .aside-item .aside-title h2 {
  color: #004098;
  font-family: OPPOSans;
  font-size: 0.22rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.zone .aside .aside-item .aside-content {
  margin-top: 0.12rem;
  padding: 0.2rem;
  border-top: 0.02rem solid #004098;
  border-right: 0.01rem solid #e2e8ee;
  border-bottom: 0.01rem solid #e2e8ee;
  border-left: 0.01rem solid #e2e8ee;
  background: #f7f9fd;
}
.zone .aside .aside-item .aside-content .list3 li {
  border-bottom: none !important;
  padding: 0;
}
.zone .aside .duty-table th {
  color: #004098;
}
.zone .aside .duty-table td {
  color: #333;
}
.zone .aside .duty-table th,
.zone .aside .duty-table td {
  text-align: center;
  width: 0.9rem;
  padding: 0.1rem;
  font-family: OPPOSans;
  font-size: 0.16rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  word-break: break-all;
}
.zone .aside .duty-table th.tel{
  width: 2rem;
}
.zone .aside .logout {
  background-color: #004098;
  width: 100%;
  padding: 0.12rem 0.1rem;
  color: #fff;
  font-family: OPPOSans;
  font-size: 0.18rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
  border: 0.01rem solid #e2e8ee;
  transition: background-color 0.3s, color 0.3s;
}
.zone .aside .logout:hover {
  color: #004098;
  background-color: #f7f9fd;
}
/** 人才培养 */
.cultivate p {
  color: #333;
  font-family: OPPOSans;
  font-size: 0.18rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 0.288rem */
}
.cultivate .cultivate-pattern {
  gap: 0.4rem;
  margin-top: 0.4rem;
}
.cultivate .cultivate-pattern li {
  width:23%;
  float:left;
  margin-bottom:2%;
  margin-right:2%;
}
.cultivate .cultivate-pattern li:nth-child(4n){ margin-right:0%;}
.cultivate .cultivate-pattern li .pic {
  width: 100%;
  height: 2.6rem;
}
.cultivate .cultivate-pattern li .pic img {
  width: 100%;
  height: 100%;
}
.cultivate .cultivate-pattern li .txt {
  background-color: #edf2f9;
  padding: 0.3rem 0.24rem;
  height: 1.8rem;
}
.cultivate .cultivate-pattern li .txt h3 {
  margin-bottom: 0.16rem;
  color: #004098;
  font-family: OPPOSans;
  font-size: 0.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.cultivate .cultivate-pattern li .txt p {
  font-size: 0.16rem;
}
/** 动画效果 */
@keyframes move_up_down {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
    /* 根据需要调整移动的距离 */
  }
  100% {
    transform: translateY(0);
  }
}
@media screen and (min-width: 992px) {
  .effect0 {
    opacity: 0;
    transition: all 0.8s ease-out;
  }
  .effect0.isView {
    opacity: 1;
    -webkit-animation-name: effect0;
    animation-name: effect0;
  }
  .effect1,
  .effect11,
  .effect11 li {
    opacity: 0;
    transition: all 1.5s ease-out;
    transform: translateY(70px);
  }
  .effect1.isView,
  .effect11.isView,
  .effect11.isView li {
    opacity: 1;
    transform: none;
    -webkit-animation-name: effect1;
    animation-name: effect1;
  }
  .effect2,
  .effect21,
  .effect21 li {
    opacity: 0;
    transition: all 1.5s ease-out;
    transform: translateX(50px);
  }
  .effect2.isView,
  .effect21.isView,
  .effect21.isView li {
    opacity: 1;
    transform: none;
    -webkit-animation-name: effect2;
    animation-name: effect2;
  }
  .effect3,
  .effect31,
  .effect31 li {
    opacity: 0;
    transition: all 1.5s ease-out;
    transform: translateY(-70px);
  }
  .effect3.isView,
  .effect31.isView,
  .effect31.isView li {
    opacity: 1;
    transform: none;
    -webkit-animation-name: effect3;
    animation-name: effect3;
  }
  .effect4,
  .effect41,
  .effect41 li {
    opacity: 0;
    transition: all 1.5s ease-out;
    transform: translateX(-50px);
  }
  .effect4.isView,
  .effect41.isView,
  .effect41.isView li {
    opacity: 1;
    transform: none;
    -webkit-animation-name: effect4;
    animation-name: effect4;
  }
  .effect {
    transition: transform 1.5s, opacity 1.5s ease-in-out;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes effect0 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes effect0 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes effect1 {
  from {
    opacity: 0;
    transform: translateY(70px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes effect1 {
  from {
    opacity: 0;
    transform: translateY(70px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes effect2 {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes effect2 {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes effect3 {
  from {
    opacity: 0;
    transform: translateY(-70px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes effect3 {
  from {
    opacity: 0;
    transform: translateY(-70px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes effect4 {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes effect4 {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.hzhb img{ height:90px; width:100%; margin:auto;}

.ab_pages{clear:both;padding:20px 0;font-size:16px;text-align:center; overflow:hidden; margin-top:35px;}
.ab_pages ul{display:inline-block;margin:0 auto;padding:0}
.ab_pages ul a{color:#555;display:block;padding: 10px 10px;float: left;margin: 0 5px;font-size:16px;; border:1px solid #eeeeee;}
.ab_pages ul a.page-num-current{ background:#004098; border:1px solid #004098; color:#FFFFFF}
.ab_pages ul a:hover{ background:#004098; border:1px solid #004098; color:#FFFFFF}



.page {
  padding-top: 0.4rem;
}

.page_list {}

.page_list ul li {
  position: relative;
}

.page_list ul li a {
  display: flex;
  position: relative;
  padding: 0.3rem;
  z-index: 2;
}

.page_list ul li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 100%;
  opacity: 0;
  z-index: 1;
  background: url(../images/listactivebg.png) no-repeat center center #004098;
  transition: .6s;
}

.page_list ul li:hover::after {
  opacity: 1;
}

.page_list ul li:hover .txt span {
  color: #fff;
}

.page_list ul li:hover .txt b {
  color: #fff;
}

.page_list ul li:hover .txt p {
  color: #fff;
}

.page_list ul li:hover .line {
  background: #fff;
}

.page_list ul li:hover a .line::after {
  background: #F2A900;
}

.page_list ul li:hover a .img .time {
  background: #F2A900;
}

.page_list ul li a .img {
  width: 3rem;
  height: 2rem;
  margin-right: 0.4rem;
  position: relative;
}

.page_list ul li a .img .time {
  position: absolute;
  left: -0.15rem;
  top: .2rem;
  background: rgba(0, 64, 152, 0.90);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 0.6rem;
  height: 0.6rem;
}

.page_list ul li a .img .time span {
  color: #FFF;
  leading-trim: both;
  text-edge: cap;
  font-family: DINPro;
  font-size: .32rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
}

.page_list ul li a .img .time b {
  color: #FFF;
  leading-trim: both;
  text-edge: cap;
  font-family: DINPro;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  margin-top: 0.04rem;
}

.page_list ul li a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page_list ul li a .txt {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.page_list ul li a .line {
  height: 1px;
  width: 100%;
  background: #e2e8ee;
  position: relative;
  margin: 0.2rem 0;
}

.page_list ul li a .line::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 4px;
  width: 0.6rem;
  background: #004098;
}

.page_list ul li a .txt span {
  overflow: hidden;
  color: #004098;
  text-overflow: ellipsis;
  font-family: D-DIN-PRO;
  font-size: .16rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.page_list ul li a .txt b {
  overflow: hidden;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-family: OPPOSans;
  font-size: .22rem;
  font-style: normal;
  font-weight: 400;
  line-height: .26rem;
  margin-top: 0.15rem;
  max-width:10rem;
  /* 118.182% */
}

.page_list ul li a .txt p {
  overflow: hidden;
  color: #666;
  text-align: justify;
  text-overflow: ellipsis;
  font-family: OPPOSans;
  font-size: .14rem;
  font-style: normal;
  font-weight: 400;
  line-height: .22rem;
  /* 157.143% */
}


@media screen and (max-width:1000px) {

 .page_list ul li {
    margin: 1rem 0;
    box-shadow: 0 .1rem .8rem 0 rgba(0, 0, 0, 0.0969);
  }

  .page_list ul li a {
    flex-direction: column;
    padding: 0;
  }

  .page_list ul li a .img {
    width: 100%;
    height: 12rem;
  }

  .page_list ul li a .img .time {
    display: none;
  }

  .page_list ul li a .txt {
    /* margin-top: 0.5rem; */
    padding: 1rem;
  }

  .page_list ul li a .txt span {
    font-size: 0.8rem;
  }

  .page_list ul li a .txt b {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-top: 0.5rem;
    max-width:100%;
  }

  .page_list ul li a .txt p {
    font-size: 0.9rem;
    line-height: 1.5;
  }

  .page_list ul li a .line {
    margin: 0.5rem 0;
  }

  .page_list ul li a .line::after {
    width: 3rem;
  }
}

.detail {
  padding-top: 0.2rem;
}

.detail .title h3 {
  overflow: hidden;
  color: #333;
  text-overflow: ellipsis;
  font-family: OPPOSans;
  font-size: .28rem;
  font-style: normal;
  font-weight: 400;
  line-height: .4rem;
  text-align: center;
  /* 142.857% */
  /* 125% */
}

.detail .title p {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.12rem;
  margin-top: 0.15rem;
}

.detail .title p  {
  color: #004098;
  font-family: OPPOSans;
  font-size: 0.14rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.2rem;
  /* 142.857% */
}

.detail hr {
  border-bottom: 0.01rem solid #e2e8ee !important;
  margin: 0.2rem 0;
}

.detail .content {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  min-height: 2rem;
  color: #333;
  text-align: justify;
  font-family: OPPOSans;
  font-size: 0.16rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 0.288rem */
}

.detail .showbottom_btn {
  display: flex;
  align-items: center;
}
.detail .showbottom_btn .backList{
color: #fff;
background: #004098;
padding: .12rem .25rem;
cursor: pointer;
}
.detail .showbottom_btn .backList:hover{
  opacity: 0.9;
}
.detail .adjacent-articles {
  flex: 1;
}

.detail .adjacent-articles p,
.detail .adjacent-articles span,
.detail .adjacent-articles a {
  color: #333;
  text-align: justify;
  font-family: OPPOSans;
  font-size: 0.16rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 0.256rem */
}

.detail .adjacent-articles p+p {
  margin-top: 0.12rem;
}

.detail .adjacent-articles a:hover {
  color: #004098;
}

.detail p:has(img) {
  text-indent: 0 !important;
}

.detail p img {
  max-width: 100%;
  height: auto !important;
}

.detail tr p,
.detail td p {
  text-indent: 0 !important;
}

.hyqyzc{ float:left;}

.product_feedback .f60{ font-size:22px}
.product_feedback .f32{ font-size:32px; line-height:50px;}
.product_feedback{  background-size:cover;padding-top:7%; padding-bottom:7%; margin-bottom: -0.8rem;}
.product_feedback.bgs2{ background-image:url(https://www.justconnector.com/statics/mokelian/images/contact_bg1.jpg); overflow:hidden;}
.product_feedback .product_feedback_l{ text-align:left; float:left; width:48%; }
.product_feedback .product_feedback_l .desc{  font-size: 0.2rem;color:#222; line-height:1.5; margin-top:4%;max-width:420px;}
.product_feedback .product_feedback_l .about_t2{ margin-top:0;}
.product_feedback .product_feedback_r{ text-align:left; float:right; width:50%; overflow:hidden;}
.product_feedback .product_feedback_r .divs{ overflow:hidden; border:1px solid #cccccc; margin-bottom:10px;}
.product_feedback .product_feedback_r .inputs {
  width: 100%;
  height: 48px;
  line-height: 48px;
  padding: 0 18px;
  background:none; color:#333; border:none;font-family:"微软雅黑";
}
.product_feedback .product_feedback_r .inputs::-webkit-input-placeholder {
  color: #999;
}
.product_feedback .product_feedback_r .inputs:-moz-placeholder {
  color: #999;
}
.product_feedback .product_feedback_r .inputs::-moz-placeholder {
  color: #999;
}
.product_feedback .product_feedback_r .inputs:-ms-input-placeholder {
  color: #999;
}
.product_feedback .textarea{ padding:1%; width:100%; padding-left:18px; background:none; border:none; outline:none; color:#333; height:136px;font-family:"微软雅黑"; }
.product_feedback .textarea::-webkit-input-placeholder {
  color: #999;
}
.product_feedback .textarea:-moz-placeholder {
  color: #999;
}
.product_feedback .textarea::-moz-placeholder {
  color: #999;
}
.product_feedback .textarea:-ms-input-placeholder {
  color: #999;
}
.product_feedback .bnts{ width:100%; margin:0 auto; display:block; overflow:hidden;line-height:60px; height:60px; background-color:#004098; outline:none;-webkit-tap-highlight-color:transparent;transition:all 0.3s; cursor:pointer; color:#fff; font-size:16px; border:none; letter-spacing:2px;font-family:"微软雅黑"; }
.product_feedback .bnts:hover{ opacity:0.8;filter:Alpha(opacity=80);}

.contactInfor { background: #f5f5f5; padding: 66px 0 80px; margin-bottom: -0.8rem; overflow:hidden;}
.contactType { margin-top: 3.9vw;}

.contactType li { transition: all .5s; padding-bottom: 40px; text-align: center; padding-top: 50px; width: calc(33.33% - 2.395vw); float:left; margin-right:3%; background: #ffffff; border-radius: 8px; position: relative; background: #ffffff; position: relative;}
.contactType li i:nth-child(1) { left: 15px; top: 15px; position: absolute; background: url(../images/sline1.jpg) center no-repeat; width: 15px; height: 18px;}
.contactType li i:nth-child(2) { right: 15px; top: 15px; position: absolute; background: url(../images/sline2.jpg) center no-repeat; width: 15px; height: 18px;}
.contactType li i:nth-child(3) { left: 15px; bottom: 15px; position: absolute; background: url(../images/sline3.jpg) center no-repeat; width: 15px; height: 17px;margin-right:0%;}
.contactType li i:nth-child(4) { right: 15px; bottom: 15px; position: absolute; background: url(../images/sline4.jpg) center no-repeat; width: 15px; height: 17px;}
.contactType li img { transition: all 1s; display: block; margin: 0 auto 36px;}
.contactType li p { font-size: 18px; color: #3c3e40;}
.contactType li h3 { line-height: 70px; font-size: 24px; color: #3c3e40; font-weight: bold;}
.contactType li h2 { line-height: 70px; font-size: 24px; color: #333333;}
.contactType li span { font-size: 24px; line-height: 35px; display: block; margin: 0 auto; max-width:310px; width: 90%;}
.contactType li:hover { transform: translateY(-10px); }
.contactType li:hover img{ transform: rotateY(360deg);}
.contactForm { background: url(../images/sbg.jpg) center no-repeat; background-size: cover; padding: 70px 0;}


.xhld h2{ text-align:center; padding-top:15px; padding-bottom:15px; line-height:50px; font-weight:bold;}
.xhld img{ width:155px; height:180px;}
.xhld span{ display:block; text-align:center; line-height:30px;}
.xhld .lsz{ width:155px; margin:auto;}
.xhld .flsz li{ width:14%; float:left; margin:0.1%; text-align:center}

.xwzxl{float:left; width:85%;text-overflow:ellipsis; height:24px; line-height:24px; overflow:hidden;}
.xwzxr{float:right; color:#666666; font-size:14px; width:15%; text-align:right;height:24px; line-height:24px;}

.hzhb_left{ width:80%; float:left;}
.hzhb_left ul li{ width:12.4%; float:left; background-color:#EDF1F9;border-radius: 15px; height:190px; margin-bottom:15px; margin-right:15px; padding-top:5px; text-align:center;}
.hzhb_left ul li:nth-child(7n){ margin-right:0px;}
.hzhb_left ul li img{ max-width:95%; margin:auto; height:130px; opacity: 1;-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;transition: opacity 0.35s, transform 0.35s;}
.hzhb_left ul li img:hover{opacity: 1;-webkit-transform: scale3d(1.1,1.1,1);transform: scale3d(1.1,1.1,1);}
.hzhb_left ul li span{ display:block; text-align:center; line-height:50px; height:50px}
.hzhb_left ul li:hover{ color:#004098; background-color:#eeeeee;}

.hzhb_right{ width:20%; float:left;}
.hzhb_right .tjdw{width: 100%;
    height: 80px;
    line-height: 80px;
    color: #FFFFFF;
    background-color: #004098;
    font-size: 24px;
	text-align:center;
    font-weight: bold;}
	
	
.hzhb_right ul li{ width:100%; float:right; background-color:#ffffff; border:1px solid #cccccc; padding-top:15px; margin-top:15px; height:190px;  text-align:center;}
.hzhb_right ul li img{ max-width:95%; margin:auto; height:130px; opacity: 1;-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;transition: opacity 0.35s, transform 0.35s;}
.hzhb_right ul li img:hover{opacity: 1;-webkit-transform: scale3d(1.1,1.1,1);transform: scale3d(1.1,1.1,1);}
.hzhb_right ul li span{ display:block; text-align:center; line-height:50px; height:50px}
.hzhb_right ul li:hover{ color:#004098; background-color:#eeeeee;}

.list3 img{  opacity: 1;-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;transition: opacity 0.35s, transform 0.35s;}
.list3 img:hover{opacity: 1;-webkit-transform: scale3d(1.1,1.1,1);transform: scale3d(1.1,1.1,1);}

.hform{ margin-bottom:20px;}
.hform .search-keyword{ width:250px; height:40px; line-height:40px; border:1px solid #cccccc; padding-left:15px; float:left;} 
.hform .ssan{ width:100px; height:40px; line-height:40px; background-color:#004098; text-align:center; color:#FFFFFF; border:0px; font-size:16px; float:left;cursor:pointer;} 
.hform .ssan:hover{ background-color:#0066FF}


@media screen and (max-width:1000px) {

.contactType li { transition: all .5s; padding-bottom: 40px; text-align: center; padding-top: 50px; width: 100%; float:left; background: #ffffff; border-radius: 8px; position: relative; background: #ffffff; position: relative; margin-bottom:5%;}
.contactInfor { background: #f5f5f5; padding: 66px 0 80px; margin-bottom: -2rem;}
.product_feedback{  background-size:cover;padding-top:7%; padding-bottom:7%; margin-bottom: -2rem;}
.product_feedback .product_feedback_r{ text-align:left; float:right; width:100%; overflow:hidden;}
.product_feedback .product_feedback_l{ display:none}

.xhld h2{ text-align:center; padding-top:15px; padding-bottom:15px; line-height:50px; font-weight:bold;}
.xhld img{ width:155px; height:180px;}
.xhld span{ display:block; text-align:center; line-height:30px;}
.xhld .lsz{ width:155px; margin:auto;}
.xhld .flsz li{ width:49%; float:left; margin:0.1%; text-align:center}

}

@media screen and (max-width:1500px) {
.hzhb_left ul li{ width:14.6%; float:left; background-color:#EDF1F9;border-radius: 15px; height:190px; margin-bottom:15px; margin-right:15px; padding-top:5px; text-align:center;}
.hzhb_left ul li:nth-child(6n){ margin-right:0px;}

}


@media screen and (max-width:1400px) {
.xwzxl{ width:78%}
.xwzxr{ width:22%;}
.list3 strong{ font-size:16px;}

}




