html,body{
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  font-family: Microsoft YaHei
}
a{
  text-decoration: none;
}
.dn{
  display: none !important;
}
.dg{
  display: grid;
}
.banner{
  width: 100%;
  height: 800px;
  /* background-image: url(../img/banner.png); */
  background-image: url(../img/banner2.png);
  background-position: center top;
  background-repeat: no-repeat;
}
.nav{
  display: flex;
  height: 100px;
  justify-content: center;
  background: linear-gradient(180deg, #1025A1 0%, #0550D2 100%);
}
.nav-inner{
  display: flex;
  justify-content: space-between;
  width: 1202px;
}
.nav a{
  color: #fff;
  line-height: 100px;
  font-size: 24px;
  font-weight: 600;
}
.main{
  width: 1202px;
  padding-top: 50px;
  margin: 0 auto;
}
.column-container{
  padding-bottom: 52px;
}
.column-title{
  width: 1202px;
  height: 126px;
  background-image: url(../img/col-bg-img.png);
  background-repeat: no-repeat;
  background-position: center center;
  font-size: 36px;
  font-weight: 600;
  color: #0F26A2;
  letter-spacing: 8px;
  text-align: center;
  line-height: 126px;
}
.jrzx-column-item-title{
  font-size: 28px;
  color: #7F574B;
  margin-bottom: 36px;
  text-align: center;
}
.jrzx-column-inner{
  display: flex;
  justify-content: space-between;
}
.jrzx-column-inner-1{
  margin-bottom: 41px;
}
.jrzx-column-item-img{
  width: 580px;
  height: 326px;
  box-shadow: 8px 8px 20px 0px rgba(0,0,0,0.2);
  border: 5px solid #FFFFFF;
}
.grid-container{
  display: grid;
  grid-template-columns: repeat(4, 275px);
  gap: 16px 33px;
}
.rect{
  width: 275px;
  height: 60px;
  border: 2px solid #FCD113;
  font-size: 20px;
  font-weight: 500;
  color: #0F27A2;
  text-align: center;
  line-height: 60px;
  overflow: hidden;
}
.dnkx-column-inner{
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.dnkx-sub-col-btn{
  width: 277px;
  height: 80px;
  border-radius: 40px;
  border: 2px solid #FCD113;
  font-size: 30px;
  font-weight: 500;
  color: #0F26A2;
  line-height: 80px;
  text-align: center;
}
.dnkx-sub-col-btn_active{
  background: #FCD113;
}
.footer{
  height: 182px;
  background: linear-gradient(360deg, #0193E6 0%, #0062E7 47%, #1025A1 100%);
  font-size: 24px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 182px;
  text-align: center;
}
.zxzx-column-body{
  height: 375px;
  overflow: hidden;
}
.zxzx-column-body .tempWrap{
  height: 100% !important;
}
.zxzx-column-item{
  display: flex;
  align-items: center;
}
.zxzx-column-item-dot{
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #0061E6;
}
.zxzx-column-item-txt{
  padding-left: 7px;
  font-size: 28px;
  font-weight: 300;
  color: #333333;
  line-height: 28px;
}
.nav-container{
  box-shadow: 0px 4px 10px 0px rgba(0,32,73,0.05);
}
.nav-container-inner{
  width: 1202px;
  height: 50px;
  margin: 0 auto;
  line-height: 50px;
  font-size: 14px;
  font-weight: 500;
  color: #888888;
}
.school-content-container{
  padding-top: 88px;
  width: 1202px;
  margin: 0 auto;
}
.school-title{
  font-size: 32px;
  font-weight: 600;
  color: #000;
  text-align: center;
  padding-bottom: 50px;
}
.instant-release-container{
  width: 1202px;
  height: 88px;
  padding-left: 180px;
  margin-bottom: 31px;
  background-image: url(../img/instant-release-bg-img.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.instant-release-container-inner{
  height: 100%;
  overflow: hidden;
}
.instant-release-item-wrapper{
  height: 100%;
}
.instant-release-item{
  display: block;
  height: 88px;
  font-size: 24px;
  color: #333330;
  line-height: 88px;
}
.school-column-body{
  display: flex;
  padding: 24px 0 35px;
}
.school-body-left{
  width: 686px;
  padding-right: 40px;
}
.school-body-left-carousel{
  position: relative;
  overflow: hidden;
}
.school-body-right{
  width: 476px;
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.school-body-carousel-item{
  display: block;
  width: 100%
}
.school-body-left-carousel .swiper-button-prev,
.school-body-left-carousel .swiper-button-next{
  width: 74px;
  height: 68px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.school-body-left-carousel .swiper-button-prev{
  background-image: url(../img/prev.png);
}
.school-body-left-carousel .swiper-button-next{
  background-image: url(../img/next.png);
}
.school-body-left-carousel .swiper-pagination-bullets .swiper-pagination-bullet-active{
  background-color: #fff;
}
.school-body-title{
  height: 20px;
  padding-bottom: 34px;
  border-bottom: 4px solid #F6CD17;
  font-size: 16px;
  font-weight: 600;
  color: #333330;
  line-height: 20px;
  text-align: center;
}
.school-body-desc{
  padding-top: 34px;
  font-size: 16px;
  font-weight: 600;
  color: #999990;
  line-height: 20px;
}
.school-body-down{
  display: flex;
  justify-content: flex-end;
}
.view-detail-btn{
  display: block;
  width: 89px;
  height: 20px;
  background-image: url(../img/view-detail-icon.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.follow-school-body{
  display: flex;
  justify-content: center;
  padding: 37px 0; 
  background: linear-gradient(180deg, #0943C3 0%, #0193E6 100%);
}
.follow-school-up{
  display: flex;
}
.follow-school-down{
  width: 100%;
}
.follow-school-qrcode{
  width: 290px;
  height: auto;
  padding-right: 57px;
}
.follow-school-contact{
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.follow-school-contact-txt{
  padding-left: 30px;
  background-image: url(../img/phone-icon.png);
  background-repeat: no-repeat;
  background-size: 23px 23px;
  background-position: left bottom;
  height: 23px;
  font-size: 18px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 20px;
}
.follow-school-txt{
  width: 290px;
  height: 20px;
  padding-top: 20px;
  font-size: 12px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 20px;
  text-align: center;
}
.follow-school-call-btn-container{
  padding-top: 30px;
  display: flex;
  justify-content: flex-end;
}
.follow-school-call-btn{
  width: 93px;
  height: 36px;
  background-image: url(../img/call-btn.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.school-video-container{
  padding-top: 164px;
}
.jx-school-video{
  display: block;
  width: 100%;
  height: auto;
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
  border-radius: 0px 40px 0px 40px;
}
#map-container{
  height: 310px;
}
.map-txt-container{
  height: 37px;
  padding-top: 19px;
  padding-left: 70px;
  font-size: 18px;
  font-weight: 500;
  color: #7F574B;
  line-height: 37px;
  background-image: url(../img/local-icon.png);
  background-repeat: no-repeat;
  background-size: 40px 37px;
  background-position: left bottom;
}
.school-footer{
  margin-top: 103px;
}