/*轮播*/
.section.welcome {
  display: flex;
  align-items: flex-end;
  padding: 0.4rem 0.15rem 0.16rem;
  background: #084782;
  overflow: hidden;
}
.section.welcome .content {
  width: 100%;
}
.section.welcome .text {
  font-size: 0.24rem;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 0.2rem;
}
.section.welcome .college {
  display: flex;
  align-items: center;
  font-weight: bold;
}
.section.welcome .college span {
  display: block;
  width: 0.2rem;
  height: 0.2rem;
  margin-top: 0rem;
  margin-left: 0.1rem;
  background: url(../img/images/arrow-white-right-bottom.svg) no-repeat center;
  background-size: 100%;
}
.section.welcome .welBanner {
  width: 100%;
  display: block;
}
.section.welcome .welBanner .swiper-index-first {
  width: 100%;
  padding-top: 0.36rem;
  overflow: hidden;
}
.section.welcome .welBanner .swiper-index-first .swiper-slide {
  position: relative;
}
.section.welcome .welBanner .swiper-index-first .swiper-slide .img img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 4.8rem;
  object-fit: cover;
  object-position: center;
}
.section.welcome .welBanner .swiper-index-first .swiper-slide .title {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px 15px;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}
.section.welcome .welBanner .swiper-index-first .index-first-pagination {
  display: flex;
  justify-content: flex-end;
  bottom: auto;
  top: 0px;
  left: 0;
  width: 100%;
  height: 0.12rem;
  text-align: right;
}
.section.welcome .welBanner .swiper-index-first .index-first-pagination .swiper-pagination-bullet {
  position: relative;
  width: 0.56rem;
  height: 0.12rem;
  padding: 0.02rem;
  border-radius: 0;
  opacity: 1;
  background-color: #084782;
  border: 1px solid rgba(219, 219, 219, 0.7);
}
.section.welcome .welBanner .swiper-index-first .index-first-pagination .swiper-pagination-bullet::before {
  content: '';
  display: block;
  position: absolute;
  left: 0.03rem;
  top: 0.03rem;
  width: 0.48rem;
  height: 0.04rem;
  background-color: rgba(219, 219, 219, 0.7);
}
.section.welcome .welBanner .swiper-index-first .index-first-pagination .swiper-pagination-bullet-active {
  border: 1px solid #C1A861;
}
.section.welcome .welBanner .swiper-index-first .index-first-pagination .swiper-pagination-bullet-active::before {
  background-color: #C1A861;
}
.section.welcome .welBanner .swiper-index-first .index-first-next,
.section.welcome .welBanner .swiper-index-first .index-first-prev {
  width: 0.48rem;
  height: 0.48rem;
}
.section.welcome .welBanner .swiper-index-first .index-first-next:after,
.section.welcome .welBanner .swiper-index-first .index-first-prev:after {
  content: '';
}
.section.welcome .welBanner .swiper-index-first .index-first-next {
  right: 0;
  left: auto;
  background: url(../img/images/prev-next.svg) no-repeat center;
  background-color: rgba(8, 71, 130, 0.5);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
}
.section.welcome .welBanner .swiper-index-first .index-first-next:hover {
  background-color: #084782;
}
.section.welcome .welBanner .swiper-index-first .index-first-prev {
  left: 0;
  right: auto;
  background: url(../img/images/prev-next.svg) no-repeat center;
  background-color: rgba(8, 71, 130, 0.5);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
}
.section.welcome .welBanner .swiper-index-first .index-first-prev:hover {
  background-color: #084782;
}
.section.home-news {
  background-color: #fff;
  padding: 0.4rem 0 0;
}
.section.home-news .title {
  display: flex;
  justify-content: space-between;
  width: 3.2rem;
  height: 0.9rem;
  padding: 0.15rem;
  background: url(../img/images/image34.png) no-repeat center;
  background-color: #084782;
  background-size: cover;
}
.section.home-news .title .text h3 {
  font-size: 0.24rem;
  line-height: 0.36rem;
  color: #fff;
}
.section.home-news .title .text span {
  display: block;
  font-size: 0.14rem;
  line-height: 0.24rem;
  color: #fff;
}
.section.home-news .title .more {
  display: block;
  font-size: 0.14rem;
  line-height: 0.24rem;
  color: #ffffff75;
}
.section.home-news .newsList {
  padding: 0.05rem 0.15rem 0.15rem;
  background-color: #fff;
}
.section.home-news .newsList .items {
  width: 100%;
  margin-top: 0.16rem;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.section.home-news .newsList .items .format-up {
  position: relative;
  display: block;
  overflow: hidden;
}
.section.home-news .newsList .items .format-up .imgs {
  width: 100%;
}
.section.home-news .newsList .items .format-up .imgs img {
  display: block;
  width: 100%;
  height: 2.35rem;
  object-position: center;
  object-fit: cover;
}
.section.home-news .newsList .items .format-up .texts {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0.15rem;
  background: rgba(8, 71, 130, 0.8);
}
.section.home-news .newsList .items .format-up .texts h3 {
  width: calc(100% - 115px);
  font-size: 0.14rem;
  line-height: 0.24rem;
  font-weight: 600;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.section.home-news .newsList .items .format-up .texts .time {
  display: flex;
  align-items: center;
  width: 1rem;
  height: 0.24rem;
  justify-content: flex-end;
}
.section.home-news .newsList .items .format-up .texts .time span {
  display: block;
  font-size: 0.14rem;
  height: 0.24rem;
  line-height: 0.24rem;
  color: #C1A861;
}
.section.home-news .newsList .items .format-up .texts .time span.icon {
  display: block;
  width: 0.18rem;
  height: 0.18rem;
  margin-right: 5px;
  background: url(../img/images/time-golden.svg) no-repeat center;
  background-size: cover;
  overflow: hidden;
}
.section.home-notice {
  background-color: #fff;
  padding: 0.25rem 0 0.25rem;
}
.section.home-notice .title {
  display: flex;
  justify-content: space-between;
  width: 3.2rem;
  height: 0.9rem;
  padding: 0.15rem;
  background: url(../img/images/image34.png) no-repeat center;
  background-color: #C1A861;
  background-size: cover;
}
.section.home-notice .title .text h3 {
  font-size: 0.24rem;
  line-height: 0.36rem;
  color: #fff;
}
.section.home-notice .title .text span {
  display: block;
  font-size: 0.14rem;
  line-height: 0.24rem;
  color: #fff;
}
.section.home-notice .title .more {
  display: block;
  font-size: 0.14rem;
  line-height: 0.24rem;
  color: #ffffff75;
}
.section.home-notice .noticeList {
  padding: 0.05rem 0.15rem 0.15rem;
  background-color: #fff;
}
.section.home-notice .noticeList .items {
  width: 100%;
  margin-top: 0.16rem;
  height: 1.2rem;
  padding: 0.24rem;
  background: url(../img/images/notice-bg-room.svg) no-repeat right top;
  background-color: #e5e5e5;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.section.home-notice .noticeList .items h3 {
  font-size: 0.14rem;
  line-height: 0.24rem;
  font-weight: normal;
  color: #000000;
  margin-bottom: 0.1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.section.home-notice .noticeList .items h3 a {
  color: #000000;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.section.home-notice .noticeList .items .time {
  display: flex;
  font-size: 0.14rem;
  line-height: 0.18rem;
  color: #C1A861;
}
.section.home-notice .noticeList .items .time span.icon {
  display: block;
  width: 0.18rem;
  height: 0.18rem;
  margin-right: 0.05rem;
  background: url(../img/images/time-golden.svg) no-repeat 0 0;
  background-size: cover;
  overflow: hidden;
}
.section.home-teachers {
  background-color: #084782;
  padding: 0 0.15rem;
}
.section.home-teachers .content {
  padding: 1.5rem 0 0.2rem;
}
.section.home-teachers .content .power {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  padding: 0.15rem 0.15rem 0;
  background: rgba(255, 255, 255, 0.1);
}
.section.home-teachers .content .power .item {
  width: 48%;
  margin-bottom: 0.15rem;
}
.section.home-teachers .content .power .item h3 {
  font-size: 0.16rem;
  line-height: 0.24rem;
  font-weight: bold;
  color: #FFFFFF;
}
.section.home-teachers .content .power .item h6 {
  font-size: 0.12rem;
  line-height: 0.24rem;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.75);
  transform: scale(0.8);
  transform-origin: left;
  white-space: nowrap;
  margin: 0;
}
.section.home-teachers .content .power .item h2 {
  font-size: 0.24rem;
  line-height: 0.36rem;
  font-weight: bold;
  color: #C1A861;
}
.section.home-teachers .content .power .item:nth-child(even) {
  margin-right: 0;
  margin-left: 2%;
}
.section.home-teachers .content .power .item:nth-child(odd) {
  margin-right: 2%;
  margin-left: 0;
}
.section.home-teachers .content .map-right {
  width: 100%;
  box-sizing: border-box;
}
.section.home-teachers .content .map-right .imgs {
  position: relative;
  width: 100%;
}
.section.home-teachers .content .map-right .imgs img.imgBg {
  display: block;
  width: 100%;
  opacity: 0;
}
.section.home-teachers .content .map-right .imgs img.imgCon {
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.section.home-teachers .content .map-right .imgs .data {
  position: absolute;
  display: none;
  width: 100%;
  padding: 0.15rem;
  background-color: rgba(0, 0, 0, 0.6);
  box-sizing: border-box;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 101;
}
.section.home-teachers .content .map-right .imgs .data::before {
  content: '';
  position: absolute;
  display: block;
  width: 2px;
  height: 0.6rem;
  background-color: #C1A861;
}
.section.home-teachers .content .map-right .imgs .data::after {
  content: '';
  position: absolute;
  display: block;
  width: 0.1rem;
  height: 0.1rem;
  background-color: #C1A861;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.section.home-teachers .content .map-right .imgs .data .ft {
  float: left;
}
.section.home-teachers .content .map-right .imgs .data .ft .area-cn {
  font-size: 0.14rem;
  line-height: 0.24rem;
  color: #C1A861;
}
.section.home-teachers .content .map-right .imgs .data .ft .area-en {
  font-size: 0.12rem;
  line-height: 0.2rem;
  color: #C1A861;
}
.section.home-teachers .content .map-right .imgs .data .rt {
  float: left;
  font-size: 0.12rem;
  line-height: 0.2rem;
  margin-left: 0.2rem;
  color: rgba(255, 255, 255, 0.75);
}
.section.home-teachers .content .map-right .imgs .data .rt b {
  color: #fff;
}
.section.home-teachers .content .map-right .imgs .data:nth-child(1) {
  display: block;
  left: 0;
  top: -1.26rem;
}
.section.home-teachers .content .map-right .imgs .data:nth-child(1)::before {
  left: 0.63rem;
  top: 100%;
}
.section.home-teachers .content .map-right .imgs .data:nth-child(1)::after {
  left: 0.59rem;
  top: 1.05rem;
}
.section.home-teachers .content .map-right .imgs .data:nth-child(2) {
  left: 0;
  top: -1.26rem;
}
.section.home-teachers .content .map-right .imgs .data:nth-child(2)::before {
  left: 1.93rem;
  top: 100%;
}
.section.home-teachers .content .map-right .imgs .data:nth-child(2)::after {
  left: 189px;
  top: 1.05rem;
}
.section.home-teachers .content .map-right .imgs .data:nth-child(3) {
  left: 0;
  top: -1.26rem;
}
.section.home-teachers .content .map-right .imgs .data:nth-child(3)::before {
  left: 2.53rem;
  top: 100%;
}
.section.home-teachers .content .map-right .imgs .data:nth-child(3)::after {
  left: 2.49rem;
  top: 1.05rem;
}
.section.home-teachers .content .map-right .imgs .data:nth-child(4) {
  left: 0;
  top: -1.26rem;
}
.section.home-teachers .content .map-right .imgs .data:nth-child(4)::before {
  left: 0.96rem;
  top: 100%;
  height: 1.04rem;
}
.section.home-teachers .content .map-right .imgs .data:nth-child(4)::after {
  left: 0.92rem;
  top: 1.05rem;
}
.section.home-teachers .content .map-right .imgs .data:nth-child(5) {
  left: 0;
  top: -1.26rem;
}
.section.home-teachers .content .map-right .imgs .data:nth-child(5)::before {
  left: 1.83rem;
  top: 100%;
  height: 0.92rem;
}
.section.home-teachers .content .map-right .imgs .data:nth-child(5)::after {
  left: 1.79rem;
  top: 1.05rem;
}
.section.home-teachers .content .map-right .imgs .data:nth-child(6) {
  left: 0;
  top: -1.26rem;
}
.section.home-teachers .content .map-right .imgs .data:nth-child(6)::before {
  left: auto;
  right: 0.38rem;
  top: 100%;
  height: 1.2rem;
}
.section.home-teachers .content .map-right .imgs .data:nth-child(6)::after {
  left: auto;
  right: 0.34rem;
  top: 1.05rem;
}
.section.home-teachers .content .map-right .imgs .markbox .mark {
  position: absolute;
  width: 0.08rem;
  height: 0.16rem;
  background: url(../img/images/hexagon.svg) no-repeat center;
  cursor: pointer;
  z-index: 99;
}
.section.home-teachers .content .map-right .imgs .markbox .mark:nth-child(1) {
  left: 0.6rem;
  top: 0.4rem;
}
.section.home-teachers .content .map-right .imgs .markbox .mark:nth-child(2) {
  left: 1.9rem;
  top: 0.38rem;
}
.section.home-teachers .content .map-right .imgs .markbox .mark:nth-child(3) {
  left: 2.5rem;
  top: 0.41rem;
}
.section.home-teachers .content .map-right .imgs .markbox .mark:nth-child(4) {
  left: 0.93rem;
  top: 0.85rem;
}
.section.home-teachers .content .map-right .imgs .markbox .mark:nth-child(5) {
  left: 1.8rem;
  top: 0.7rem;
}
.section.home-teachers .content .map-right .imgs .markbox .mark:nth-child(6) {
  left: 3.02rem;
  top: 1rem;
}
.section.home-teachers .content .map-right .imgs .markbox .markLogo {
  position: absolute;
  right: 0.54rem;
  display: block;
  bottom: 0.42rem;
  width: 0.2rem;
  height: 0.2rem;
  background: url(../img/images/zjuLogo.svg) no-repeat center bottom;
  background-size: cover;
  z-index: 100;
}
.section.home-teachers .content .map-right .tongji {
  font-size: 0.12rem;
  line-height: 0.24rem;
  text-align: right;
  color: #FFFFFF;
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
}
.section.home-publicty {
  background-color: #fff;
  padding: 0.25rem 0 0.3rem;
}
.section.home-publicty .title {
  display: flex;
  justify-content: space-between;
  width: 3.2rem;
  height: 0.9rem;
  padding: 0.15rem;
  background: url(../img/images/image34.png) no-repeat center;
  background-color: #C1A861;
  background-size: cover;
}
.section.home-publicty .title .text h3 {
  font-size: 0.24rem;
  line-height: 0.36rem;
  color: #fff;
}
.section.home-publicty .title .text span {
  display: block;
  font-size: 0.14rem;
  line-height: 0.24rem;
  color: #fff;
}
.section.home-publicty .title .more {
  display: block;
  font-size: 0.14rem;
  line-height: 0.24rem;
  color: #ffffff75;
}
.section.home-publicty .bottom {
  position: relative;
  padding: 0 0.15rem;
  margin-top: 0.24rem;
}
.section.home-publicty .bottom .ft-video {
  width: 100%;
  margin-bottom: 0.24rem;
}
.section.home-publicty .bottom .ft-video .swiper-video-publicty {
  position: relative;
  padding: 0;
}
.section.home-publicty .bottom .ft-video .swiper-video-publicty::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1rem;
  background: rgba(0, 0, 0, 0.6);
}
.section.home-publicty .bottom .ft-video .swiper-video-publicty .swiper-slide {
  width: 100%;
}
.section.home-publicty .bottom .ft-video .swiper-video-publicty .swiper-slide .img {
  position: relative;
  width: 3.04rem;
  height: 1.68rem;
  margin: 0 auto;
}
.section.home-publicty .bottom .ft-video .swiper-video-publicty .swiper-slide .img::before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.42rem;
  height: 0.28rem;
  margin-top: -0.14rem;
  margin-left: -0.21rem;
  border-radius: 0.12rem;
  background: url(../img/images/play.png) no-repeat center;
  background-size: cover;
  overflow: hidden;
}
.section.home-publicty .bottom .ft-video .swiper-video-publicty .swiper-slide .img img {
  display: block;
  width: 3.04rem;
  height: 1.68rem;
  object-fit: cover;
}
.section.home-publicty .bottom .ft-video .swiper-video-publicty .swiper-slide .img .tags {
  position: absolute;
  left: -0.1rem;
  top: 0.24rem;
  font-size: 0.12rem;
  color: #fff;
  padding: 0.08rem 0.08rem;
  background: linear-gradient(80.42deg, #C1A861 -2.5%, #DBC995 100%);
}
.section.home-publicty .bottom .ft-video .swiper-video-publicty .swiper-slide .text {
  width: 100%;
  padding: 0.12rem 0;
  text-align: center;
}
.section.home-publicty .bottom .ft-video .swiper-video-publicty .swiper-slide .text h5 {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 0.14rem;
  line-height: 0.24rem;
  font-weight: bold;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 0.05rem;
}
.section.home-publicty .bottom .ft-video .swiper-video-publicty .swiper-slide .text .infos {
  font-size: 0.12rem;
  line-height: 0.24rem;
  color: #fff;
}
.section.home-publicty .bottom .ft-video .swiper-video-publicty .swiper-slide .text .infos span {
  margin: 0 0.05rem;
}
.section.home-publicty .bottom .ft-video .swiper-video-publicty .index-video-next,
.section.home-publicty .bottom .ft-video .swiper-video-publicty .index-video-prev {
  position: absolute;
  width: 0.24rem;
  height: 0.24rem;
  backdrop-filter: blur(4px);
}
.section.home-publicty .bottom .ft-video .swiper-video-publicty .index-video-next::after,
.section.home-publicty .bottom .ft-video .swiper-video-publicty .index-video-prev::after {
  content: '';
  display: none;
}
.section.home-publicty .bottom .ft-video .swiper-video-publicty .index-video-next {
  left: 24px;
  right: auto;
  top: auto;
  bottom: 24px;
  background: url(../img/images/prev-next.svg) no-repeat center;
  background-color: rgba(113, 113, 113, 0.75);
  background-size: 60%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.section.home-publicty .bottom .ft-video .swiper-video-publicty .index-video-prev {
  left: auto;
  right: 24px;
  top: auto;
  bottom: 24px;
  background: url(../img/images/prev-next.svg) no-repeat center;
  background-color: rgba(113, 113, 113, 0.75);
  background-size: 60%;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.section.home-publicty .bottom .ft-video .type {
  width: 100%;
  font-weight: 700;
  text-align: center;
  font-size: 0.16rem;
  line-height: 0.24rem;
  margin-top: 0.06rem;
  color: #084782;
}
.section.home-publicty .bottom .rt-books {
  width: 100%;
}
.section.home-publicty .bottom .rt-books .swiper-books-publicty {
  position: relative;
  padding: 0 0;
}
.section.home-publicty .bottom .rt-books .swiper-books-publicty::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1rem;
  background: rgba(0, 0, 0, 0.6);
}
.section.home-publicty .bottom .rt-books .swiper-books-publicty .swiper-slide {
  width: 100%;
}
.section.home-publicty .bottom .rt-books .swiper-books-publicty .swiper-slide .img {
  position: relative;
  width: 1.28rem;
  margin: 0 auto;
}
.section.home-publicty .bottom .rt-books .swiper-books-publicty .swiper-slide .img img {
  display: block;
  width: 100%;
  height: 1.58rem;
  object-fit: cover;
  object-position: center;
}
.section.home-publicty .bottom .rt-books .swiper-books-publicty .swiper-slide .img .tags {
  position: absolute;
  left: -10px;
  top: 24px;
  font-size: 12px;
  color: #fff;
  padding: 10px 10px;
  background: linear-gradient(80.42deg, #C1A861 -2.5%, #DBC995 100%);
}
.section.home-publicty .bottom .rt-books .swiper-books-publicty .swiper-slide .text {
  width: 100%;
  padding: 0.12rem 0;
  text-align: center;
}
.section.home-publicty .bottom .rt-books .swiper-books-publicty .swiper-slide .text h5 {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 0.14rem;
  line-height: 0.24rem;
  font-weight: bold;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 5px;
}
.section.home-publicty .bottom .rt-books .swiper-books-publicty .swiper-slide .text .infos {
  font-size: 0.12rem;
  line-height: 0.24rem;
  color: #fff;
}
.section.home-publicty .bottom .rt-books .swiper-books-publicty .swiper-slide .text .infos span {
  margin: 0 5px;
}
.section.home-publicty .bottom .rt-books .swiper-books-publicty .swiper-slide-prev,
.section.home-publicty .bottom .rt-books .swiper-books-publicty .swiper-slide-next + .swiper-slide {
  opacity: 0;
  cursor: not-allowed;
  pointer-events: none;
}
.section.home-publicty .bottom .rt-books .swiper-books-publicty .index-books-next,
.section.home-publicty .bottom .rt-books .swiper-books-publicty .index-books-prev {
  position: absolute;
  width: 0.24rem;
  height: 0.24rem;
  backdrop-filter: blur(4px);
}
.section.home-publicty .bottom .rt-books .swiper-books-publicty .index-books-next::after,
.section.home-publicty .bottom .rt-books .swiper-books-publicty .index-books-prev::after {
  content: '';
  display: none;
}
.section.home-publicty .bottom .rt-books .swiper-books-publicty .index-books-next {
  left: 0.16rem;
  right: auto;
  top: auto;
  bottom: 0.16rem;
  background: url(../img/images/prev-next.svg) no-repeat center;
  background-color: rgba(113, 113, 113, 0.75);
  background-size: 60%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.section.home-publicty .bottom .rt-books .swiper-books-publicty .index-books-prev {
  left: auto;
  right: 0.16rem;
  top: auto;
  bottom: 0.16rem;
  background: url(../img/images/prev-next.svg) no-repeat center;
  background-color: rgba(113, 113, 113, 0.75);
  background-size: 60%;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.section.home-publicty .bottom .rt-books .type {
  width: 100%;
  font-weight: 700;
  text-align: center;
  font-size: 0.16rem;
  line-height: 0.24rem;
  margin-top: 0.06rem;
  color: #084782;
}
.section.home-footer {
  position: relative;
  width: 100%;
  padding: 0;
  background-color: #fff;
  overflow: hidden;
}
.section.home-footer .bg {
  width: 100%;
}
.section.home-footer .bg img {
  display: block;
  width: 100%;
}
.section.home-footer .content {
  position: relative;
  width: 100%;
  padding: 0.15rem 0.15rem 0;
  background-color: #084782;
}
.section.home-footer .content .top {
  width: 100%;
}
.section.home-footer .content .top .infos p {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 0.24rem;
  line-height: 0.24rem;
  font-size: 0.12rem;
  color: #fff;
}
.section.home-footer .content .top .infos p span.icons {
  display: block;
  width: 0.16rem;
  height: 0.16rem;
  margin-right: 0.08rem;
}
.section.home-footer .content .top .infos p span.icons img {
  display: block;
  width: 0.16rem;
  height: 0.16rem;
}
.section.home-footer .content .top .infos .nav {
  width: 65%;
}
.section.home-footer .content .top .infos .nav .title {
  color: #fff;
  font-size: 0.16rem;
  font-weight: 600;
  margin-bottom: 0.1rem;
  margin-top: 0.3rem;
}
.section.home-footer .content .top .infos .nav .foot-links {
  display: flex;
  flex-wrap: wrap;
}
.section.home-footer .content .top .infos .nav a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  height: 0.24rem;
  line-height: 0.24rem;
  font-size: 0.12rem;
  text-transform: uppercase;
  color: #fff;
}
.section.home-footer .content .top .infos .nav a span.icons {
  display: block;
  width: 0.16rem;
  height: 0.16rem;
  margin-right: 0.08rem;
}
.section.home-footer .content .top .infos .nav a span.icons img {
  display: block;
  width: 0.16rem;
  height: 0.16rem;
}
.section.home-footer .content .top .out {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 0.3rem;
}
.section.home-footer .content .top .out .links {
  width: 48%;
}
.section.home-footer .content .top .out .links .title {
  color: #fff;
  font-size: 0.14rem;
  margin-bottom: 0.15rem;
  font-weight: 600;
}
.section.home-footer .content .top .out .links .select-box {
  margin-top: 8px;
  position: relative;
}
.section.home-footer .content .top .out .links .select-box::after {
  content: '';
  display: block;
  position: absolute;
  right: 7px;
  top: 7px;
  width: 0.2rem;
  height: 0.2rem;
  background: url(../img/images/arrow-bottom.svg) no-repeat center;
  background-size: contain;
}
.section.home-footer .content .top .out .links .select-box .input_select {
  width: 100%;
  height: 0.34rem;
  line-height: 0.34rem;
  padding-left: 0.08rem;
  padding-right: 0.3rem;
  border: 1px solid #a9c9e2;
  color: #807a62;
  cursor: pointer;
  box-sizing: border-box;
}
.section.home-footer .content .top .out .links .select-box .input_select:focus {
  outline: none;
}
.section.home-footer .content .top .out .links .select-box ul {
  width: calc(100% - 2px);
  background: #e8f5fe;
  border: 1px solid #a9c9e2;
  position: absolute;
  z-index: 99;
  display: none;
}
.section.home-footer .content .top .out .links .select-box ul li {
  height: 0.3rem;
  line-height: 0.3rem;
  text-indent: 0.1rem;
}
.section.home-footer .content .top .out .links .select-box ul li a {
  display: block;
  height: 0.3rem;
  font-size: 0.14rem;
  color: #807a62;
  text-decoration: none;
}
.section.home-footer .content .top .out .links .select-box ul li a:hover {
  background: #c6dbfc;
  color: #369;
}
.section.home-footer .content .top .out .links .select-box select {
  min-width: 100%;
  height: 0.34rem;
  padding-left: 0.05rem;
  border-radius: 2px;
  color: #00000025;
}
.section.home-footer .content .top .out .wx-follow {
  width: 48%;
  height: 0.96rem;
  background: #ffffff10;
  border-radius: 4px;
  padding: 0.12rem;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section.home-footer .content .top .out .wx-follow .tips p {
  text-align: center;
  line-height: 24px;
  font-size: 12px;
  color: #fff;
}
.section.home-footer .content .top .out .wx-follow .tips p:first-child {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}
.section.home-footer .content .top .out .wx-follow .wx-code {
  width: 0.64rem;
  height: 0.64rem;
  border-radius: 4px;
}
.section.home-footer .content .bottom {
  margin-top: 0.24rem;
  padding-bottom: 0.16rem;
}
.section.home-footer .content .bottom .copyright {
  width: 100%;
  text-align: center;
  border-top: solid 1px #C1A861;
}
.section.home-footer .content .bottom .copyright span {
  display: block;
  padding: 0.08rem 0;
  font-size: 0.12rem;
  line-height: 0.24rem;
  color: rgba(255, 255, 255, 0.75);
}
.section.home-footer .content .bottom .copyright a {
  color: #C1A861;
  font-size: 0.14rem;
  text-decoration: underline;
}
.service-btn {
  position: fixed;
  display: flex;
  align-items: center;
  right: 0;
  bottom: 0.45rem;
  width: 1.35rem;
  height: 0.48rem;
  padding: 0 0.16rem;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(4px);
  border-radius: 0px;
  z-index: 99;
}
.service-btn img.blue {
  display: block;
  width: 0.16rem;
  height: 0.16rem;
}
.service-btn span {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #084782;
  margin-left: 0.1rem;
}
.service-page {
  position: fixed;
  right: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 101;
}
.service-page .service-box {
  width: 100%;
  height: 100%;
  padding: 0;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(4px);
}
.service-page .service-box .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  padding: 0 0.15rem;
  border-bottom: 1px solid #084782;
  color: #084782;
}
.service-page .service-box .title .intro {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  cursor: pointer;
    width: 120px;
}
.service-page .service-box .title .intro img {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
.service-page .service-box .title .tips {
  display: flex;
  justify-content: flex-end;
}
.service-page .service-box .title .tips span {
  font-size: 13px;
  line-height: 0.2rem;
  color: #084782;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}
.service-page .service-box .title .tips .icon-close {
  width: 0.2rem;
  height: 0.2rem;
  margin-left: 0.1rem;
  background: url(../img/images/close.svg) no-repeat center;
  background-size: contain;
}
.service-page .service-box .menu {
  width: 100%;
  padding: 0.15rem;
}
.service-page .service-box .menu li {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  /*height: 0.8rem;*/
  margin-bottom: 0.16rem;
  padding-left: 0.16rem;
    padding-bottom: 0.2rem;
}
.service-page .service-box .menu li:last-child {
  margin-bottom: 0;
}
.service-page .service-box .menu li:nth-child(1) {
  background: url(../img/images/online-bg-1.svg) 96% bottom no-repeat;
  background-color: #fff;
}
.service-page .service-box .menu li:nth-child(2) {
  background: url(../img/images/online-bg-2.svg) 96% bottom no-repeat;
  background-color: #fff;
}
.service-page .service-box .menu li:nth-child(3) {
  background: url(../img/images/online-bg-3.svg) 96% bottom no-repeat;
  background-color: #fff;
}
.service-page .service-box .menu li:nth-child(4) {
  background: url(../img/images/online-bg-4.svg) 96% bottom no-repeat;
  background-color: #fff;
}
.service-page .service-box .menu li:nth-child(5) {
  background: url(../img/images/online-bg-5.svg) 96% bottom no-repeat;
  background-color: #fff;
}
.service-page .service-box .menu li:nth-child(6) {
  background: url(../img/images/online-bg-6.svg) 96% bottom no-repeat;
  background-color: #fff;
}
.service-page .service-box .menu li .txt {
  width: 0.85rem;
  font-size: 0.14rem;
  line-height: 0.24rem;
  font-weight: 700;
  color: #084782;
  margin-right: 0.1rem;
  transition: all 0.4s linear;
}
.service-page .service-box .menu li .box {
  width: calc(100% - 1rem);
}
.service-page .service-box .menu li .box a {
  display: block;
  width: 100%;
  font-size: 0.12rem;
  line-height: 0.2rem;
  color: #02396c;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-decoration: none;
}
@media only screen and (min-width: 376) and (max-width: 390px) {
  .section.home-teachers .content .map-right .imgs .data:nth-child(1)::before {
    left: 0.63rem;
    top: 100%;
  }
  .section.home-teachers .content .map-right .imgs .data:nth-child(1)::after {
    left: 0.59rem;
    top: 1.05rem;
  }
  .section.home-teachers .content .map-right .imgs .data:nth-child(2) {
    left: 0;
    top: -1.26rem;
  }
  .section.home-teachers .content .map-right .imgs .data:nth-child(2)::before {
    left: 1.93rem;
    top: 100%;
  }
  .section.home-teachers .content .map-right .imgs .data:nth-child(2)::after {
    left: 196px;
    top: 1.05rem;
  }
  .section.home-teachers .content .map-right .imgs .data:nth-child(3) {
    left: 0;
    top: -1.26rem;
  }
  .section.home-teachers .content .map-right .imgs .data:nth-child(3)::before {
    left: 263px;
    top: 100%;
  }
  .section.home-teachers .content .map-right .imgs .data:nth-child(3)::after {
    left: 259px;
    top: 1.05rem;
  }
  .section.home-teachers .content .map-right .imgs .data:nth-child(4) {
    left: 0;
    top: -1.26rem;
  }
  .section.home-teachers .content .map-right .imgs .data:nth-child(4)::before {
    left: 100px;
    top: 100%;
    height: 110px;
  }
  .section.home-teachers .content .map-right .imgs .data:nth-child(4)::after {
    left: 96px;
    top: 1.05rem;
  }
  .section.home-teachers .content .map-right .imgs .data:nth-child(5) {
    left: 0;
    top: -1.26rem;
  }
  .section.home-teachers .content .map-right .imgs .data:nth-child(5)::before {
    left: 183px;
    top: 100%;
    height: 92px;
  }
  .section.home-teachers .content .map-right .imgs .data:nth-child(5)::after {
    left: 179px;
    top: 1.05rem;
  }
  .section.home-teachers .content .map-right .imgs .data:nth-child(6) {
    left: 0;
    top: -1.26rem;
  }
  .section.home-teachers .content .map-right .imgs .data:nth-child(6)::before {
    left: auto;
    right: 0.38rem;
    top: 100%;
    height: 1.2rem;
  }
  .section.home-teachers .content .map-right .imgs .data:nth-child(6)::after {
    left: auto;
    right: 0.34rem;
    top: 1.05rem;
  }
}
