<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.container-w{ max-width:1200px; min-width: 1200px; margin: 0 auto;}
/* èƒŒæ™¯å›¾éƒ¨åˆ†å¼€å§‹ */
.faculty-bg img {
  width: 100%;
  min-width: 1200px;
  margin-top: 90px;
  vertical-align: bottom;
}
/* èƒŒæ™¯å›¾éƒ¨åˆ†ç»“æŸ */

/* æ•°æ®å±•ç¤ºå¼€å§‹ */
.main {
  display: block;
  position: relative;
}
.data-show-wrapper {
  position: absolute;
  width: 100%;
  top: -87px;
  box-shadow: 0px 4px 14px 0px #F1EDED;
  background: #fff;
}
.data-show {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 144px;
}
.data-show .data-item {
  text-align: center;
}
.data-show .data-item .data-num {
  font-size: 40px;
  font-weight: 700;
  color: #DC3221;
}
.data-show .data-item .data-title {
  font-size: 16px;
  font-weight: 500;
  color: #333;
}
.vertical-division {
  display: inline-block;
  width: 2px;
  height: 48px;
  background-color: #EFEFEF;
}
/* æ•°æ®å±•ç¤ºç»“æŸ */

/* sloganå¼€å§‹ */
.slogan-wrapper {
  padding-top: 117px;
}
.slogan-wrapper .slogan {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.slogan-wrapper .slogan .slogan-item {
  box-sizing: border-box;
  width: 238px;
  height: 210px;
  border: 2px solid #F7F7F7;
}
.slogan-wrapper .slogan .slogan-item 
.slogan-icon, 
.slogan-name, 
.slogan-content{
  text-align: center;
}
.slogan-icon img {
  margin-top: 10px;
}
.slogan-wrapper .slogan .slogan-item .slogan-name {
  font-weight: 700;
  font-size: 20px;
  margin: 5px 0 21px 0;
}
.slogan-wrapper .slogan .slogan-item .slogan-content {
  font-weight: 500;
  font-size: 16px;
  color: #666;
}
/* sloganç»“æŸ */

/* è€å¸ˆä»‹ç»bannerå¼€å§‹ */
.banner-teacher-wrapper {
  margin-bottom: 50px;
}
.banner-teacher {
  position: relative;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.banner-teacher-item {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  width: 383px;
  height: 191px;
  margin-top: 60px;
  border: 2px solid #F7F7F7;
  border-radius: 4px;
  background-color: #FEFFFF;
  cursor: pointer;
}
.banner-teacher-current {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  transition: all 0.8s;
  z-index: 1;
  width: 383px;
  height: 190px;
  margin-top: 60px;
  border-bottom: 4px solid #DC3221; 
  box-shadow: 0px 5px 12px 0px #F2F2F2;
  border-radius: 4px;
  opacity: 1;
}
.current-2, .current-3, .current-4 {
  transition: all 0.8s;
  opacity: 0;
}
.teacher-pic img{
  width: 134px;
  height: 134px;
  margin-left: 12px;
}
.teacher-description {
  margin-left: 17px;
}
.teacher-name {
  font-size: 24px;
  margin-bottom: 15px;
}
.teacher-code {
  margin-bottom: 22px;
  font-size: 14px;
  color: #999;
}
.teacher-info {
  text-decoration: none;
  font-size: 16px;
  color: #DD2C1F;
}
.teacher-info:active {
  border-bottom: 0;
}
.swiper-container {
  width: 1200px;
  height: 550px;
  --swiper-theme-color: red;
}
.swiper-container-horizontal&gt;.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}
/* è€å¸ˆä»‹ç»bannerç»“æŸ */

/* è€å¸ˆè¯¦ç»†ä¿¡æ¯å¼¹æ¡†å¼€å§‹ */
.mask-box {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.3;
  z-index: 999;
  cursor: pointer;
}
.teacher-info-modal {
  position: absolute;
  left: 50%;
  top: 60%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  width: 760px;
  height: 350px;
  background-color: #fff;
  border: 2px solid #F0EEEE;
  z-index: 999;
  display: none;
}
.icon-close img{
  position: absolute;
  right: 22px;
  top: 22px;
  width: 14px;
  height: 14px;
  cursor: pointer;
  transition: all 0.3s;
}
.icon-close img:hover{
  transform: scale(1.2);
  transition: all 0.3s;
}
.detail-box {
  display: flex;
  padding-left: 70px;
  height: 350px;
  justify-content: space-around;
  align-items: center;
}
.modal-teacher-description {
  box-sizing: border-box;
  width: 454px;

}
.modal-teacher-name {
  font-weight: 500;
  font-size: 24px;
  color: #DD2C1F;
}
.modal-teacher-code, .modal-teacher-detail {
  margin-top: 15px;
  font-size: 16px;
}
.modal-teacher-pic {
  box-sizing: border-box;
  width: 134px;
}
.modal-teacher-pic img {
  width: 100%;
}
/* è€å¸ˆè¯¦ç»†ä¿¡æ¯å¼¹æ¡†ç»“æŸ */

/* è£èª‰å¥–é¡¹å¼€å§‹ */
.honor-bg {
  width: 100%;
  height: 501px;
  background-color: #F0EFEF;
}
/* è£èª‰å¥–é¡¹ç»“æŸ */

</pre></body></html>