@charset "UTF-8";
/******公用头部******/
/* This CSS is generated by My Snazzy Framework version 六盘水市知易职业技术学校 */
@import url("../css/header.css");
@import url("../css/foot.css");
main.scrollbar {
  background-color: #f7f7f7;
}

#section01 {
  background-color: #f5f5f5;
  padding: 20px 0;
  overflow: hidden;
}
#section01 .itemBox1 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
}
#section01 .itemBox1 .item01 {
  width: auto;
  max-width: 200px;
}
@media (min-width: 320px) and (max-width: 1024px) {
  #section01 .itemBox1 .item01 {
    width: 100px;
  }
}
#section01 .itemBox1 .item02 {
  width: 100%;
  padding: 0 2%;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
}
#section01 .itemBox1 .item02 .commslist ul {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#section01 .itemBox1 .item02 .commslist ul li {
  width: auto;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#section01 .itemBox1 .item02 .commslist ul li h5 {
  font-size: 18px;
  color: #686868;
  font-weight: 500;
}
#section01 .itemBox1 .item02 .commslist ul li i {
  width: 12px;
  height: 12px;
  margin-right: 5px;
  display: inline;
  border-radius: 50%;
  background-color: #d90101;
}
@media (min-width: 320px) and (max-width: 1024px) {
  #section01 .itemBox1 .item02 .commslist ul li {
    max-width: 100%;
  }
  #section01 .itemBox1 .item02 .commslist ul li h5 {
    font-size: 12px;
  }
  #section01 .itemBox1 .item02 .commslist ul li h5 a {
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}
#section01 .itemBox1 .item02 .commslist ul li:hover h5 a {
  color: #d90101;
}

#section02 {
  padding: 2% 0;
  background-color: #fff;
}
#section02 .item02 {
  --n: 1600;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: unset;
     -moz-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
  height: 520px;
  gap: 50px;
}
@media (min-width: 320px) and (max-width: 1024px) {
  #section02 .item02 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    height: auto;
    gap: 10px;
  }
}
#section02 .item02 .item02Box01 {
  --w: 520;
  -webkit-flex-basis: -webkit-calc(var(--w) / var(--n) * 100%);
      -ms-flex-preferred-size: calc(var(--w) / var(--n) * 100%);
          flex-basis: -moz-calc(var(--w) / var(--n) * 100%);
          flex-basis: calc(var(--w) / var(--n) * 100%);
  overflow: hidden;
}
@media (min-width: 320px) and (max-width: 1024px) {
  #section02 .item02 .item02Box01 {
    --n: var(--w);
    width: auto;
  }
}
#section02 .item02 .item02Box01 .item02Box01aNum {
  right: 10px;
  bottom: 20px;
  gap: 5px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#section02 .item02 .item02Box01 .item02Box01aNum span {
  background: #fff;
}
#section02 .item02 .item02Box01 .item02Box01a {
  background-color: rgb(71, 185, 255);
  height: 320px;
  width: 100%;
}
#section02 .item02 .item02Box01 .item02Box01a .item02Box01a1 {
  position: relative;
  width: 100%;
  height: 100%;
}
#section02 .item02 .item02Box01 .item02Box01a ul li {
  position: relative;
}
#section02 .item02 .item02Box01 .item02Box01a ul li a {
  width: 100%;
  height: 100%;
}
#section02 .item02 .item02Box01 .item02Box01a ul li .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#section02 .item02 .item02Box01 .item02Box01a ul li .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#section02 .item02 .item02Box01 .item02Box01a ul li .text {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.5);
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#section02 .item02 .item02Box01 .item02Box01a ul li .text h2 {
  width: 78%;
  overflow-wrap: break-word;
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-family: MicrosoftYaHeiLight;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  margin-left: 2%;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
#section02 .item02 .item02Box01 .item02Box01b {
  margin-top: 25px;
  height: 160px;
}
#section02 .item02 .item02Box01 .item02Box01b ul {
  gap: 25px;
}
#section02 .item02 .item02Box01 .item02Box01b ul li {
  position: relative;
  width: -webkit-calc((100% - 25px) / 2);
  width: -moz-calc((100% - 25px) / 2);
  width: calc((100% - 25px) / 2);
}
#section02 .item02 .item02Box01 .item02Box01b ul li a {
  width: 100%;
  height: 100%;
}
#section02 .item02 .item02Box01 .item02Box01b ul li .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#section02 .item02 .item02Box01 .item02Box01b ul li .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#section02 .item02 .item02Box01 .item02Box01b ul li .text {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.5);
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#section02 .item02 .item02Box01 .item02Box01b ul li .text h2 {
  width: 78%;
  overflow-wrap: break-word;
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-family: MicrosoftYaHeiLight;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  margin-left: 2%;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
#section02 .item02 .item02Box02 {
  --w: 700;
  -webkit-flex-basis: -webkit-calc(var(--w) / var(--n) * 100%);
      -ms-flex-preferred-size: calc(var(--w) / var(--n) * 100%);
          flex-basis: -moz-calc(var(--w) / var(--n) * 100%);
          flex-basis: calc(var(--w) / var(--n) * 100%);
  overflow: hidden;
  height: 100%;
  background-color: #fff;
}
@media (min-width: 320px) and (max-width: 1024px) {
  #section02 .item02 .item02Box02 {
    --n: var(--w);
  }
}
#section02 .item02 .item02Box02 .section_15 {
  height: 50px;
  width: 100%;
  border-bottom: 1px solid #dadada;
}
#section02 .item02 .item02Box02 .section_15 .text-wrapper_9 {
  width: auto;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
}
@media (min-width: 320px) and (max-width: 1024px) {
  #section02 .item02 .item02Box02 .section_15 .text-wrapper_9 {
    margin: 0 10px;
  }
}
#section02 .item02 .item02Box02 .section_15 .text-wrapper_9 span {
  width: auto;
  overflow-wrap: break-word;
  font-size: 18px;
  font-family: MicrosoftYaHeiLight;
  font-weight: 500;
  white-space: nowrap;
  cursor: pointer;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  border-bottom: 2px solid rgba(217, 1, 1, 0);
}
#section02 .item02 .item02Box02 .section_15 .text-wrapper_9 span.active {
  color: var(--base);
  border-bottom: 2px solid #d90101;
}
#section02 .item02 .item02Box02 .section_15 .text-wrapper_9 .text_25 {
  margin-right: 0;
  margin-left: 10%;
  color: #666666;
  font-size: 14px;
  font-family: MicrosoftYaHeiLight;
  font-weight: 500;
}
@media (min-width: 320px) and (max-width: 1024px) {
  #section02 .item02 .item02Box02 .block_5 {
    margin: 0 auto;
  }
}
#section02 .item02 .item02Box02 .block_5 ul li {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid rgb(224, 233, 242);
}
#section02 .item02 .item02Box02 .block_5 ul li:nth-child(5) {
  margin-top: 30px;
}
#section02 .item02 .item02Box02 .block_5 ul li .block_6 {
  background-color: #dadada;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  -webkit-flex: 0 0 10px;
     -moz-box-flex: 0;
      -ms-flex: 0 0 10px;
          flex: 0 0 10px;
}
#section02 .item02 .item02Box02 .block_5 ul li .text_26 {
  width: 100%;
  height: auto;
  overflow-wrap: break-word;
  color: #666;
  font-size: 16px;
  font-family: MicrosoftYaHeiLight;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  max-width: 99%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
#section02 .item02 .item02Box02 .block_5 ul li .text_27 {
  width: auto;
  overflow-wrap: break-word;
  color: #888;
  font-size: 14px;
  font-family: MicrosoftYaHeiLight;
  font-weight: 300;
  text-align: left;
  white-space: nowrap;
  margin-left: auto;
}
#section02 .item02 .item02Box02 .block_5 ul li:hover .block_6 {
  background: var(--base);
}
#section02 .item02 .item02Box02 .block_5 ul li:hover .text_26,
#section02 .item02 .item02Box02 .block_5 ul li:hover .text_27 {
  color: var(--base);
}
#section02 .item02 .item02Box03 {
  width: 380px;
  background-color: #fff;
}
@media (min-width: 320px) and (max-width: 1024px) {
  #section02 .item02 .item02Box03 {
    width: 100%;
  }
}
#section02 .item02 .item02Box03 .news_list ul li {
  gap: 10px;
  padding: 2px 0;
  border-bottom: 1px solid rgb(224, 233, 242);
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#section02 .item02 .item02Box03 .news_list ul li span {
  width: auto;
  overflow-wrap: break-word;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  margin-left: 0;
  padding: 15px 2%;
  margin-bottom: 1px;
  background-color: whitesmoke;
}
#section02 .item02 .item02Box03 .news_list ul li a {
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 16px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
#section02 .item02 .item02Box03 .news_list ul li:hover span {
  background-color: #d90101;
  color: #fff;
}
#section02 .item02 .item02Box03 .news_list ul li:hover a {
  color: #d90101;
}

#section03 {
  margin-top: 25px;
  background-color: #fff;
  padding: 1% 0;
}
#section03 .teachers-grid {
  overflow: hidden;
  padding-top: 30px;
}
#section03 .teacher-card {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
}
#section03 .teacher-card .teacher-img {
  width: 100%;
  height: auto;
  overflow: hidden;
}
#section03 .teacher-card .teacher-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}
#section03 .teacher-card .teacher-info {
  text-align: left;
  margin-top: 20px;
}
#section03 .teacher-card .teacher-info h3 {
  font-size: 22px;
  margin-bottom: 3px;
  font-weight: normal;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
#section03 .teacher-card .teacher-info i {
  display: block;
  width: 100%;
  height: 2px;
  margin: 10px auto;
  background-color: #dadada;
}
#section03 .teacher-card .teacher-info p {
  font-size: 18px;
  color: black;
  margin: 0;
}
#section03 .teacher-card:hover {
  -webkit-transform: translateY(-5px);
     -moz-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
       -o-transform: translateY(-5px);
          transform: translateY(-5px);
}
#section03 .teacher-card:hover img {
  -webkit-transform: scale(1.04);
     -moz-transform: scale(1.04);
      -ms-transform: scale(1.04);
       -o-transform: scale(1.04);
          transform: scale(1.04);
}
#section03 .teacher-card:hover .teacher-info h3 {
  color: #1977ca;
}
#section03 .teachers {
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin: 0 auto 0;
  padding: 20px 0;
  width: 100%;
  position: relative;
  --swiper-pagination-color: #1977ca;
}
#section03 .teachers .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}

#section04 {
  margin-top: 25px;
  background-color: #fff;
  padding: 1% 0;
}
#section04 .itemBox {
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
}
@media (min-width: 320px) and (max-width: 1024px) {
  #section04 .itemBox {
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#section04 .itemBox .item02Box1 {
  -webkit-flex: 0 0 clamp(320px, 40%, 640px);
     -moz-box-flex: 0;
      -ms-flex: 0 0 clamp(320px, 40%, 640px);
          flex: 0 0 clamp(320px, 40%, 640px);
}
#section04 .itemBox .item02Box1 .item1content {
  gap: 10px;
  padding-top: 25px;
}
#section04 .itemBox .item02Box1 .item1content a img {
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}
#section04 .itemBox .item02Box1 .item1content a:hover img {
  -webkit-transform: scale(1.04);
     -moz-transform: scale(1.04);
      -ms-transform: scale(1.04);
       -o-transform: scale(1.04);
          transform: scale(1.04);
}
#section04 .itemBox .item02Box2 {
  -webkit-flex: 0 0 clamp(320px, 58.75%, 940px);
     -moz-box-flex: 0;
      -ms-flex: 0 0 clamp(320px, 58.75%, 940px);
          flex: 0 0 clamp(320px, 58.75%, 940px);
}
#section04 .itemBox .item02Box2 .item1content {
  gap: 20px;
  padding-top: 25px;
}
@media (min-width: 320px) and (max-width: 1024px) {
  #section04 .itemBox .item02Box2 .item1content {
    gap: 5px;
  }
}
#section04 .itemBox .item02Box2 .item1content a {
  position: relative;
  overflow: hidden;
  width: 100%;
  border-radius: 10px;
}
#section04 .itemBox .item02Box2 .item1content a img {
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  width: 100%;
  height: 100%;
  max-height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
}
#section04 .itemBox .item02Box2 .item1content a h4 {
  background-color: rgba(255, 255, 255, 0.81);
  padding: 5px 10px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  font-weight: 500;
  font-size: 24px;
  text-align: center;
  line-height: 1.5em;
  width: 100%;
  position: absolute;
  bottom: 0;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media (min-width: 320px) and (max-width: 1024px) {
  #section04 .itemBox .item02Box2 .item1content a h4 {
    font-size: 18px;
  }
}
#section04 .itemBox .item02Box2 .item1content a:hover img {
  -webkit-transform: scale(1.04);
     -moz-transform: scale(1.04);
      -ms-transform: scale(1.04);
       -o-transform: scale(1.04);
          transform: scale(1.04);
}

#section05 {
  margin-top: 25px;
  background-color: #fff;
  padding: 1% 0;
}
#section05 .itemBox {
  margin-top: 25px;
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 20px;
  padding: 20px;
}
@media (min-width: 320px) and (max-width: 1024px) {
  #section05 .itemBox {
    grid-template-columns: auto auto;
    padding: 0px;
  }
}
#section05 .itemBox .section {
  overflow: hidden;
  text-align: center;
  max-height: 230px;
  position: relative;
}
#section05 .itemBox .section img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#section05 .itemBox .section .text_box {
  position: absolute;
  margin: auto;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 90%;
}
#section05 .itemBox .section .text_box h3 {
  margin: 0;
  font-size: 18px;
  color: #fff;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  border-bottom: 1px solid white;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  max-width: 100%;
  overflow: hidden;
}
#section05 .itemBox .section .text_box p {
  display: none;
}
#section05 .itemBox .section:hover .text_box {
  -webkit-transform: translate(-50%, -45%);
     -moz-transform: translate(-50%, -45%);
      -ms-transform: translate(-50%, -45%);
       -o-transform: translate(-50%, -45%);
          transform: translate(-50%, -45%);
}
#section05 .itemBox .section:hover img {
  -webkit-transform: scale(1.04);
     -moz-transform: scale(1.04);
      -ms-transform: scale(1.04);
       -o-transform: scale(1.04);
          transform: scale(1.04);
}
#section05 .itemBox .item0 {
  grid-row: 1/span 2;
  max-height: 480px;
  text-align: left;
}
#section05 .itemBox .item0 .text_box p {
  display: block;
  font-size: 14px;
  color: #fff;
  margin: 10px 0 0;
  text-align: left;
}
#section05 .itemBox .item0 .text_box h3 {
  font-size: 36px;
  margin: 0;
  text-align: left;
}
@media (min-width: 320px) and (max-width: 1024px) {
  #section05 .itemBox .item0 {
    grid-column: 1/3;
    grid-row: unset;
    max-height: 200px;
  }
}

#section06 {
  margin-top: 25px;
  padding: 1% 0;
}
#section06 .itemBox {
  margin-top: 30px;
}
#section06 .itemBox .features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (min-width: 320px) and (max-width: 1024px) {
  #section06 .itemBox .features-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
#section06 .itemBox .feature-item {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #fff;
}
#section06 .itemBox .feature-item:hover {
  -webkit-transform: translateY(-5px);
     -moz-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
       -o-transform: translateY(-5px);
          transform: translateY(-5px);
}
#section06 .itemBox .feature-item:hover .feature-img img {
  -webkit-transform: scale(1.05);
     -moz-transform: scale(1.05);
      -ms-transform: scale(1.05);
       -o-transform: scale(1.05);
          transform: scale(1.05);
}
#section06 .itemBox .feature-item .feature-img {
  width: clamp(120px, 50%, 380px);
  height: 270px;
  overflow: hidden;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (min-width: 320px) and (max-width: 1024px) {
  #section06 .itemBox .feature-item .feature-img {
    display: none;
  }
}
#section06 .itemBox .feature-item .feature-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#section06 .itemBox .feature-item .feature-content {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 15px;
}
#section06 .itemBox .feature-item .feature-content h3 {
  font-size: 20px;
  color: #000;
  margin-bottom: 10px;
  font-weight: 550;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.8;
}
#section06 .itemBox .feature-item .feature-content p {
  font-size: 16px;
  color: #717171;
  margin-bottom: 10px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 1.5;
}
#section06 .itemBox .feature-item .feature-content .date {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.81);
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  margin-top: auto;
  margin-bottom: 0;
}

#section07 {
  margin-top: 25px;
  padding: 1% 0;
  padding-bottom: 3%;
  background-color: #fff;
}
#section07 .itemBox {
  margin-top: 30px;
}
#section07 .itemBox .achievements-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px;
}
@media (min-width: 320px) and (max-width: 1024px) {
  #section07 .itemBox .achievements-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
#section07 .itemBox .achievement-item {
  text-align: center;
  overflow: hidden;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#section07 .itemBox .achievement-item:hover {
  -webkit-transform: translateY(-5px);
     -moz-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
       -o-transform: translateY(-5px);
          transform: translateY(-5px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
#section07 .itemBox .achievement-item .achievement-img {
  overflow: hidden;
}
#section07 .itemBox .achievement-item img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  -moz-transition: transform 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
}
#section07 .itemBox .achievement-item:hover img {
  -webkit-transform: scale(1.05);
     -moz-transform: scale(1.05);
      -ms-transform: scale(1.05);
       -o-transform: scale(1.05);
          transform: scale(1.05);
}
#section07 .itemBox .achievement-item h3 {
  padding: 10px;
  font-size: 18px;
  font-weight: normal;
  line-height: 2em;
  color: #000;
  background-color: #f6f6f6;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin: 0;
}

.h1_title {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  /* align-items: flex-end; */
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 15px;
  margin-bottom: 2%;
}
@media (min-width: 320px) and (max-width: 1024px) {
  .h1_title {
    row-gap: 5px;
  }
}
.h1_title h1 {
  width: auto;
  height: auto;
  overflow-wrap: break-word;
  color: #d9d9d9;
  font-size: 80px;
  font-family: MicrosoftYaHei-Bold;
  font-weight: bold;
  white-space: nowrap;
  line-height: 30px;
  opacity: 0.5;
  z-index: 1;
}
@media (min-width: 320px) and (max-width: 1024px) {
  .h1_title h1 {
    font-size: 28px;
    font-weight: 600;
  }
}
.h1_title span {
  overflow-wrap: break-word;
  color: rgb(51, 51, 51);
  font-size: 32px;
  font-weight: 600;
  font-family: MicrosoftYaHeiLight;
  white-space: nowrap;
  line-height: 30px;
  text-align: center;
  z-index: 9;
}
@media (min-width: 320px) and (max-width: 1024px) {
  .h1_title span {
    font-size: 24px;
  }
}
.h1_title i {
  background-color: var(--base);
  width: 80px;
  height: 3px;
  margin: 0px auto 0;
}
@media (min-width: 320px) and (max-width: 1024px) {
  .h1_title i {
    margin: 0px auto 0;
  }
}

.h2_title {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  border-bottom: 1px solid #dadada;
}
.h2_title .left_text {
  color: var(--colors);
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.h2_title .left_text h5 {
  font-size: 28px;
}
@media (min-width: 320px) and (max-width: 1024px) {
  .h2_title .left_text h5 {
    font-size: 18px;
  }
}
.h2_title .left_text h4 {
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  white-space: nowrap;
}
@media (min-width: 320px) and (max-width: 1024px) {
  .h2_title .left_text h4 {
    font-size: 12px;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}
.h2_title .left_text .moretext {
  color: #dadada;
}

.itemxxx {
  position: sticky;
  top: 0;
  left: 0;
  background-image: -webkit-radial-gradient(rgba(8, 2, 2, 0.4705882353) 1px, #fff 1px);
  background-image: -moz-radial-gradient(rgba(8, 2, 2, 0.4705882353) 1px, #fff 1px);
  background-image: -o-radial-gradient(rgba(8, 2, 2, 0.4705882353) 1px, #fff 1px);
  background-image: radial-gradient(rgba(8, 2, 2, 0.4705882353) 1px, #fff 1px);
  -o-background-size: 2px 2px;
     background-size: 2px 2px;
  backdrop-filter: saturate(50%) blur(2px);
}

/**视频弹出**/
.videos {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
}

#video_bg {
  width: 80%;
  height: auto;
  top: 50%;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.vclose {
  position: absolute;
  right: 2%;
  top: 2%;
  border-radius: 100%;
  cursor: pointer;
}

.button {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  outline: none;
  position: absolute;
  width: auto;
  z-index: 10;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}

.button .iconfont {
  color: #a7231f;
  font-size: 60px;
  font-weight: bold;
}
@media (min-width: 320px) and (max-width: 1024px) {
  .button .iconfont {
    font-size: 24px;
  }
}