html, body {
  padding: 0;
  margin: 0;
}

* {
  box-sizing: border-box;
}

body {
  min-width: 1200px;
}

a {
  text-decoration: none;
}

.banner {
  width: 100%;
  height: 669px;
  padding-top: 547px;
  background: url(../img/banner-txt-3.png) center center no-repeat,
  url(../img/banner-bg.png) center top / 100% 100% no-repeat;
}

.bgc-FF921F {
  background-color: #FF921F;
}

.pv-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 297px;
  height: 64px;
  padding: 0 30px;
  margin: 0 auto;
  background: url(../img/pv-bg.png) left top / cover no-repeat;
  font-size: 28px;
  line-height: 64px;
  text-align: center;
}

.pv-icon {
  width: 30px;
  height: 18px;
  margin-right: 11px;
}

.main {
  width: 1200px;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 73px;
}

.pv-num {
  color: #FFF600;
}

.pv-txt {
  color: #fff;
}

.preface-container {
  width: 100%;
  height: 483px;
  padding: 80px 38px 78px 43px;
  background: url(../img/preface-bg.png) left top / cover no-repeat;
  font-size: 20px;
  color: #342721;
  line-height: 39px;
}

.school-list {
  padding-top: 35px;
  padding-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px 27px;
}

.school-item {
  width: 586px;
}

.school-item--hide {
  display: none;
}

.school-item-cover {
  display: block;
  width: 100%;
  height: 224px;
}

.school-item-main {
  /* 正式显示的时候最高是这个值, 为了最快速地完成才设置了这个值 */
  height: 191px;
  padding: 16px 11px 12px;
  background: #fff url(../img/school-item-bottom-bg.png) left bottom / 100% 12px no-repeat;
}

.school-item-title {
  height: 43px;
  padding-left: 81px;
  margin-bottom: 13px;
  background: url(../img/school-item-key.png) left center no-repeat;
  font-weight: bold;
  font-size: 24px;
  color: #333333;
  line-height: 43px;
}

.school-tag-container {
  display: flex;
  gap: 19px;
  flex-wrap: wrap;
  margin-bottom: 22px;
}

.school-tag {
  height: 33px;
  padding: 0 21.5px;
  border-radius: 6px;
  border: 1px solid #E97B3E;
  font-size: 16px;
  color: #E97B3E;
  line-height: 31px;
}

.more-school-btn {
  width: 175px;
  height: 48px;
  margin: 0 auto;
  background: url(../img/more-school-btn-bg.png) left top / cover no-repeat;
  cursor: pointer;
}

/* 覆盖页脚样式 */
#bottom * {
  box-sizing: content-box;
}

.school-main {
  width: 1200px;
  margin: 0 auto;
  padding-top: 47px;
  padding-bottom: 59px;
}

.school-title {
  /* height: 36px; */
  margin-bottom: 50px;
  font-weight: bold;
  font-size: 36px;
  /* color: #E4FF00; */
  color: #fff;
  /* line-height: 36px; */
  line-height: 1.2;
  text-align: center;
  background: url(../img/school-title-bg.png) left center / 100% 12px no-repeat;
}

.zjxx-group {
  display: flex;
  margin-bottom: 50px;
}

.zjxx-cover {
  width: 690px;
  height: 388px;
}

.zjxx-main {
  flex: 1;
  background: url(../img/zjxx-main-bg.png) left top / cover no-repeat;
  padding: 51px 26px 34px 31px;
}

.zjxx-icon {
  width: 208px;
  height: 46px;
  margin-bottom: 16px;
  background: url(../img/zjxx-icon.png) left top / cover no-repeat;
}

.zjxx-content {
  /* height: 144px; */
  font-size: 20px;
  color: #342721;
  line-height: 36px;
  margin-bottom: 23px;
}

.zjxx-group-more {
  text-align: right;
}

.group-more-btn {
  display: inline-block;
  width: 131px;
  height: 36px;
  background: url(../img/group-more-btn.png) left top / cover no-repeat;
}

.tszy-group {
  padding-top: 26px;
  margin-bottom: 50px;
  position: relative;
}

/* .tszy-icon {
  width: 262px;
  height: 100px;
  background: url(../img/tszy-icon.png) left top / cover no-repeat;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
} */

.tszy-icon {
  width: 250px;
  height: 83px;
  background: url(../img/tszy-icon-2.png) left top / cover no-repeat;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.tszy-group-inner {
  padding: 34px 30px 28px;
  background: url(../img/tszy-group-bg.png) left top / cover no-repeat;
}

.tszy-zsjh-container {
  text-align: right;
  margin-bottom: 27px;
}

.zsjh-btn {
  display: inline-block;
  width: 171px;
  height: 46px;
  background: #FEF00D;
  border-radius: 23px;
  font-weight: bold;
  font-size: 22px;
  color: #E25141;
  line-height: 46px;
  text-align: center;
  cursor: pointer;
}

.tszy-carousel {
  position: relative;
}

.tszy-carousel-inner {
  margin-bottom: 30px;
}

.tszy-item {
  /* 处理当元素小于3个的时候轮播图未生效而导致的样式异常问题 */
  display: inline-block;
  width: 352px;
  height: 198px;
  margin-right: 38px;
  background-position: left top;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.tszy-item-title {
  width: 100%;
  height: 48px;
  background-color: rgba(7, 9, 45, 0.7);
  font-size: 20px;
  color: #FFFFFF;
  line-height: 48px;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
}

.tszy-pagination ul {
  text-align: center;
}

.tszy-pagination li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 10px;
  background: #D92713;
  border-radius: 50%;
  line-height: 2.5;
  overflow: hidden;
}

.tszy-pagination li.on {
  background: #FF6C00;
}

.tszy-carousel-btn {
  cursor: pointer;
  width: 30px;
  height: 80px;
  background-color: rgba(0, 0, 0, 0.4);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50px;
}

.tszy-carousel-btn--prev {
  left: 0;
  background-image: url(https://www.kunming.cn/zhuanti/statics/2023/ynsgzgzmxhz20230404/image/left.png);
}

.tszy-carousel-btn--next {
  right: 8px;
  background-image: url(https://www.kunming.cn/zhuanti/statics/2023/ynsgzgzmxhz20230404/image/right.png);
}

.common-group {
  padding-top: 26px;
  margin-bottom: 50px;
  position: relative;
}

.common-icon {
  width: 262px;
  height: 100px;
  background-position: left top;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

/* .common-icon--msfc {
  background-image: url(../img/msfc-icon.png);
} */

/* .common-group-inner {
  display: flex;
  height: 432px;
  padding: 92px 33px 31px 30px;
  background: url(../img/common-group-bg.png) left top / cover no-repeat;
} */

/* .common-icon--msfc {
  width: 250px;
  height: 83px;
  background-image: url(../img/msfc-icon-2.png);
} */

.common-icon--msfc {
  width: 276px;
  height: 83px;
  background-image: url(../img/msfc-icon-3.png);
}

.common-group-inner {
  display: flex;
  height: 432px;
  padding: 82px 33px 31px 30px;
  background: url(../img/common-group-bg.png) left top / cover no-repeat;
}

.common-group-cover {
  width: 550px;
  height: 309px;
}

.common-group-rest {
  flex: 1;
  padding-left: 37px;
}

.common-group-content {
  font-size: 20px;
  color: #000000;
  line-height: 36px;
  margin-top: 33px;
  margin-bottom: 50px;
}

.common-group-btn-container {
  text-align: right;
}

/* .common-icon--jxzx {
  background-image: url(../img/jxzx-icon.png);
} */

.common-icon--jxzx {
  width: 250px;
  height: 83px;
  background-image: url(../img/jxzx-icon-2.png);
}

/* .common-icon--jybz {
  background-image: url(../img/jybz-icon.png);
} */

.common-icon--jybz {
  width: 250px;
  height: 83px;
  background-image: url(../img/jybz-icon-2.png);
}

/* .common-icon--xyhd {
  background-image: url(../img/xyhd-icon.png);
} */

.common-icon--xyhd {
  width: 250px;
  height: 83px;
  background-image: url(../img/xyhd-icon-2.png);
}

/* .common-icon--ssjt {
  background-image: url(../img/ssjt-icon.png);
} */

.common-icon--ssjt {
  width: 250px;
  height: 83px;
  background-image: url(../img/ssjt-icon-2.png);
}

.school-group-cover {
  width: 550px;
  height: 309px;
}

/* .jcsp-icon {
  width: 262px;
  height: 100px;
  margin: 0 auto 8px;
  background: url(../img/jcsp-icon.png) left top / cover no-repeat;
} */

.jcsp-icon {
  width: 250px;
  height: 83px;
  margin: 0 auto 8px;
  background: url(../img/jcsp-icon-2.png) left top / cover no-repeat;
}

video {
  display: block;
  width: 889px;
  height: 506px;
  margin: 0 auto;
}

.school-footer {
  height: 345px;
  background: url(../img/school-footer-bg.png) left top / cover no-repeat;
}

.school-footer-inner {
  width: 1200px;
  margin: 0 auto;
  padding-top: 50px;
}

.sfi-left, .sfi-middle {
  float: left;
}

.sfi-middle {
  width: 124px;
  height: 233px;
  margin-left: 90px;
  position: relative;
}

.sfi-middle .group-more-btn {
  width: 124px;
  height: 31px;
  position: absolute;
  bottom: 0;
  background-size: 100% 100%;
}

.sfi-right {
  float: right;
  width: 145px;
  height: 233px;
  padding-top: 48px;
}

/* .zslx-icon {
  width: 260px;
  height: 100px;
  margin-bottom: 25px;
  background: url(../img/zslx-icon.png) left top / cover no-repeat;
} */

.zslx-icon {
  width: 250px;
  height: 83px;
  margin-bottom: 25px;
  background: url(../img/zslx-icon-2.png) left top / cover no-repeat;
}

.zslx-txt {
  font-size: 24px;
  color: #FFFFFF;
  line-height: 1.5;
}

.qrcode {
  width: 145px;
  height: 143px;
}

.qrcode-txt {
  font-size: 24px;
  color: #FFFEFE;
  line-height: 50px;
}

.detail-main {
  width: 1200px;
  margin: 30px auto 59px;
  padding: 70px 30px;
  box-shadow: 0px 0px 19px 1px rgba(243,120,50,0.2);
}

.article-title {
  font-weight: 600;
  font-size: 40px;
  color: #000000;
  line-height: 50px;
  text-align: center;
  margin-bottom: 10px;
}

.article-info {
  font-size: 14px;
  color: #999999;
  line-height: 50px;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 1px solid #E2E2E2;
}

.article-content {
  font-size: 16px;
  color: #3B3B3B;
  line-height: 34px;
}

.article-content img {
  display: inline;
}


