.main-content {
  /* padding-bottom: 16rem; */
  overflow-x: hidden;
}
.play-control {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  cursor: pointer;
  display: none;
}
.playbtn-img {
  width: 100px;
  height: 100px;
}
.index-section {
}
.index-section .title-box {
  height: 3rem;
  display: flex;
  flex-direction: row;
  align-items: baseline;
}
@media (max-width: 768px) {
  .header-bg-box {
    min-height: 26rem;
  }
}
.index-section h2.title {
  font-size: 1.38rem;
  line-height: 1.88rem;
  text-align: center;
  font-weight: bold;
  color: #1d2129;
  display: flex;
  flex-direction: column;
  margin-bottom: 1.88rem;
  padding-top: 1.88rem;
  align-items: center;
}
.index-section .title img {
  width: 4.13rem;
  margin-top: 0.25rem;
}
.index-section:nth-of-type(2n) {
  background-color: #f7f8fa;
}
.index-section:nth-of-type(2n + 1) {
  background-color: #fff;
}
/* 公司简介 start */
.index-section.intro .content h4 {
  font-size: 2.2rem;
  font-weight: 400;
  color: #1d2129;
  line-height: 2.46rem;
  margin-bottom: 1.88rem;
}


/* 默认情况下， */
.info-box {
  margin: 2.6rem 4.6rem 0 4.6rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  
}
/* 当屏幕宽度小于等于576px时 */
@media (max-width: 576px) {
  .info-box {
    margin: 0.8rem 0 0 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    
  }
}
.info-box .text-box .desc {
  font-weight: 400;
  font-size: 16px;
  font-family: PingFangSC, PingFang SC;
}
.info-box .image-box {
  display: flex;
  flex-direction: column;
  align-items: left;
}
.info-box .image-box .image-box-item {
  margin: 0 0 1.88rem auto;
  border-radius: 3.75rem 0 3.75rem 0;
  border: 1px solid #E5E6EB;
  height: 8.63rem;
  width: 35.63rem;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
}
.info-box .image-box .image-box-item .item-image{
  width: 4.38rem;
  height: 4.38rem;
  object-fit: contain;
  margin-left: 2.5rem;
}
.info-box .image-box .image-box-item .text-item{
  font-size: 1rem;
  margin-left: 3.13rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
/* 当屏幕宽度小于等于576px时 */
@media (max-width: 576px) {
  .info-box .image-box .image-box-item {
    margin: 0 0 1.88rem auto;
    border-radius: 3.75rem 0 3.75rem 0;
    border: 1px solid #E5E6EB;
    height: 8.63rem;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
  }
  .info-box .image-box .image-box-item .text-item{
    font-size: 1rem;
    margin-left: 1.13rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.yellow-text {
  color: #EF5904;
  font-size: 1.40rem;
}
.desc-text {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0 !important;
}
.index-section.intro .content .desc {
  /* margin-bottom: 1.88rem; */
}
.index-section.intro .count-box {
  border-top: 1px solid #f2f3f5;
  padding: 1.88rem 6.9rem 1.88rem 6.9rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  text-align: left;
}
.index-section.intro .count-box .count-item {
  display: flex;
}
@media (max-width: 800px) {
  .index-section.intro .count-box {
    justify-content: space-evenly;
    padding: 1.88rem 1rem 1.88rem 1rem;
  }
  .index-section.intro .count-box .count-item {
    /* padding: 0 6px; */
  }
}
@media (max-width: 576px) {
  .index-section.intro .count-box .count-item {
    flex: 0 0 50%;
    justify-content: center;
  }
  .index-section.intro .count-box .count-item:nth-of-type(4) {
    order: -1;
    flex: 0 0 100%;
    justify-content: center;
  }
  .index-section.intro .count-box {
    border-top: 1px solid #f2f3f5;
    display: flex;
    flex-direction: row;
    align-items: baseline;
    /* width: max-content;
    align-items: flex-start; */
  }
  .desc-text {
    font-size: 0.88rem;
    font-weight: 400;
    margin-bottom: 0 !important;
  }
  .yellow-text {
    color: #EF5904;
    font-size: 1.00rem;
  }
}
.index-section.intro .count-box .count-item-img {
  width: 2rem;
  height: 2rem;
}
.index-section.intro .count-box .right-box {
  margin-left: 0.63rem;
  color: var(--bs-primary);
  font-weight: bold;
}
.index-section.intro .count-box .right-box p:nth-of-type(1) {
  margin-bottom: 0.38rem;
}
.index-section.intro .count-box .speci {
  color: var(--bs-primary);
  font-size: 1.88rem;
  font-weight: bold;
  line-height: 2.19rem;
  margin-right: 0.38rem;
}
.count-box .special-color {
  color: var(--bs-primary);
  font-size: 0.75rem;
  font-weight: normal;
}

/* 公司简介 end */
/* 农业培训服务 start */
.index-section.nypx {
  background: url("../image/nypx-bg.png") 50% 0% / cover no-repeat;
}
.index-section.nypx .top-box {
  display: flex;
  margin: 20rpx;
  margin-bottom: 3.75rem;
}
.index-section.nypx .section {
  width: 45%;
  margin-left: 3.75rem;
}
.index-section.nypx .intro-img {
  width: 45%;
  object-fit: contain;
  /* height: 26.69rem; */
}
.index-section.nypx .content .desc1 {
  font-size: 1.13rem;
  font-weight: bold;
  text-align: center;
  color: var(--bs-primary);
  margin-bottom: 0.5rem;
}
.index-section.nypx .content .desc2 {
  font-size: 0.94rem;
  text-align: center;
  margin-bottom: 1.25rem;
}

.index-section.nypx .content .col {
  /* height: 5rem; */
}
.index-section.nypx .content .lesson-box {
  margin-top: 2.56rem;
  display: flex;
  margin-bottom: 2.5rem;
}

.index-section.nypx .content .lesson-item {
  width: 17.19rem;
}
.index-section.nypx .content .lesson-item + .lesson-item {
  margin-left: 1.25rem;
}
.index-section.nypx .content .lesson-item img {
  width: 100%;
  /* height: 100%; */
}
@media (max-width: 800px) {
  .index-section.nypx .learn-btn {
    font-size: 0.75rem !important;
  }
}
@media (max-width: 576px) {
  .index-section.nypx .learn-btn {
    display: none !important;
  }
}
.index-section.nypx .content .lesson-box .learn-btn {
  cursor: pointer;
  width: 8.81rem;
  text-decoration: none;
  /* height: 9.63rem; */
  align-self: stretch;
  background: #ffffff;
  border-radius: 2rem 0rem 2rem 0rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #86909c;
  margin-left: 1.25rem;
}
.index-section.nypx .content .teacher-box {
  padding-bottom: 1.88rem;
}
.index-section.nypx .content .teacher-box .teacher-item {
  background: #ffffff;
  border-radius: 2rem 0rem 2rem 0rem;
  overflow: hidden;
  height: 7.5rem;
  display: flex;
}
.index-section.nypx .content .teacher-box .teacher-item .teacher-item-img {
  flex: none;
}
.index-section.nypx .content .teacher-box .teacher-item .teacher-item-img img {
  width: 7.5rem;
  height: 7.5rem;
}
.index-section.nypx .content .teacher-box .teacher-item .right-box {
  margin: 1.5rem 1.25rem;
  text-align: left;
}
.index-section.nypx .content .teacher-box .teacher-item .right-box .title {
  font-size: 1.13rem;
  line-height: 1.56rem;
  color: #1d2129;
}
.index-section.nypx .content .teacher-box .teacher-item .right-box .desc {
  font-size: 0.88rem;
  color: #1d2129;
  margin-top: 0.5rem;
  line-height: 1.25rem;
}
.more-btn {
  width: 11.25rem;
  height: 1.88rem;
  line-height: 1.88rem;
  border-radius: 1.25rem;
  border: 0.06rem solid #c9cdd4;
  color: #86909c;
  margin: 1.25rem auto 0;
  display: block;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
}

/* 农业培训服务 end */
/* 政企合作 start */
.index-section.zqxhz .content .nav {
  justify-content: center;
  margin-bottom: 1.25rem;
}
.index-section.zqxhz .content .nav-item {
  background-color: #f7f8fa;
}
.index-section.zqxhz .content .nav-item .nav-link.active {
  background-color: var(--bs-primary);
}
.index-section.zqxhz .content .nav-item + .nav-item {
  margin-left: 0.63rem;
}
.index-section.zqxhz .content .content-box {
  padding-bottom: 1.88rem;
}
@media (max-width: 768px) {
  .nav-pills .nav-item a {
    font-size: 0.875rem;
    padding: 0.3125rem 0.625rem;
  }
}

/* 政企合作 end */
/* 企业荣誉 start */
.index-section.honor .content .content-box {
  padding-bottom: 1.88rem;
}

/* 企业荣誉 end */
/* 合作单位 start */
.index-section.parent .content .content-box {
  padding-bottom: 1.88rem;
}

/* 合作单位 end */

/* 视频弹框 start */
#videoModal .modal-dialog {
  max-width: 1200px;
}
/* 视频弹框 end */

/* 新闻资讯 start */
.news-section {
  padding: 5rem 6.25rem;
}
/* 当屏幕宽度小于等于576px时 */
@media (max-width: 576px) {
  .news-section {
    padding: 2rem 1rem;
  }
  .entrance-item .right-box{
    margin-right: 1rem;
  }
}
.news-section .news-title {
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 3.13rem;
}
.news-section .desc-title {
  margin-left: 0.63rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 3.13rem;
  color: #4E5969;
}
.news-section .yellow-line {
  width: 7.5rem;
  background-color: #FA6400;
  height: 0.38rem;
  margin-top: 1.2rem;
}
.news-item {
  /* padding: 2.5rem 0; */
  cursor: pointer;
}
.news-item .left-container {
  width: 11.25rem;
  height: 8.4375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.25rem;
  overflow: hidden;
}   
.news-item .img {
  max-width: 100%;
  height: 19rem;
}
.news-item .right-container {
  flex: 1;
}
.news-item .title {
  color: #1d2129;
  font-size: 1.38rem;
  line-height: 2rem;
  margin: 1.25rem 0;
}
.news-item .sub-title {
  color: #86909c;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.38rem;
}
.news-item .content-box {
  color: #86909c;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
  margin-bottom: 1.25rem;
  font-family: PingFangSC, PingFang SC;
}
.news-item .news-content {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 1rem;
  color: #86909C;
  line-height: 1.75rem;
  margin-bottom: 0.6rem;
}
/* 新闻资讯 end */

/* 业务入口 start */
/* 业务入口 */
.entrance-item {
  min-height: 37.5rem;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.left-icon {
  position: absolute;
  right: 0;
}
.right-icon {
  position: absolute;
  left: 0;
}
.animate-grow {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.animate-grow:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  z-index: 9;
}
.entrance-item .left-box{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: left;
  height: 90%;
}
.entrance-item .pc {
  margin-left: 6.36rem;
  width: 29rem;
  margin-right: 15.6rem;
}
.entrance-item .mobile {
  margin-left: 1.36rem;
  margin-right: 1.36rem;
}
.entrance-item .left-box .top-icon {
  /* margin-top: 5rem; */
  width: 3rem;
  height: 3rem;
}
.entrance-item .left-box .title {
  margin-top: 0.63rem;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 2.25rem;
  line-height: 3.13rem;
}
.entrance-item .left-box .sub-title {
  margin-top: 0.38rem;
  font-weight: 500;
  font-size: 1.25rem;
  color: #FFFFFF;
  line-height: 2.25rem;
  text-align: left;
}
.entrance-item .left-box .white-line {
  width: 7.5rem;
  background-color: #FFFFFF;
  height: 0.38rem;
  margin-top: 1.2rem;
}
.entrance-item .yellow-bg {
  background-color: #FF7200;
}
.white-bg {
  background-color: #FFFFFF;
}
.white-bg .black-text {
  color: #1D2129 !important;
}
.white-bg .info-black-text {
  color: #4E5969 !important; 
}
.entrance-item .left-box .info-text {
  margin-top: 2.5rem;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 1rem;
  color: #FFFFFF;
  line-height: 1.75rem;
}
.entrance-item .right-box{
  margin-right: 6.0rem;
}
@media (max-width: 576px) {
  .entrance-item .right-box{
    margin-right: 1rem;
  }
}
.entrance-item .right-box img{
  width: 3.5rem;
  height: 3.5rem;
}
.gary-bg {
  background-color: #F7F8FA !important;
}
.nfyw-bg {
  background: url("../image/nfyw.png") 50% / cover
  no-repeat;
}
.mhyw-bg {
  background: url("../image/mhyw.png") 50% / cover
  no-repeat;
}
.mxqy-bg {
  background: url("../image/qyfw.png") 50% / cover
  no-repeat;
}
.xczx-bg {
  background: url("../image/xczx.png") 50% / cover
  no-repeat;
}
.mxyx-bg {
  background: url("../image/xqhz.jpg") 50% / cover
 ;
}
/* 业务入口 end *//* 默认情况下，所有设备都显示这个元素 */
.pc-only {
  display: flex !important;
}
/* 当屏幕宽度小于等于768px时，隐藏.pc-only元素，显示.mobile-only元素 */
@media (max-width: 576px) {
  .pc-only {
      display: none !important;
  }
  .entrance-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .entrance-item .left-box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: left;
    height: auto;
    padding: 1rem;
    border-radius: 1rem;
    background-color: rgba(0, 0, 0, 0.2);
  }

  .xqhz .left-box{
    background-color: rgba(0, 0, 0, 0.4);
  }
  .entrance-item .right-box {
    display: flex;
    margin-right: 1rem;
    margin-left: auto;
    margin-top: 1rem;
  }
}