:root {
    --main-color: #5b764f;
    --sub-color: #b0c490;
    /* 海航班招生门户主题是蓝色 */
    /* --main-color: #0656ce;
    --sub-color: #6797df; */
}

html {
    overflow-x: hidden;
}
body{
    overflow-x: hidden;
    margin: 0;
}
ul,li,h3{
    padding: 0;
    margin: 0;
}
li{
    text-decoration: none;
    list-style: none;
}
.home {
    background: #eee;
}
.el-pager li.active{
    background : #6797df!important;
    color: #fff!important;
}
.el-pagination{
    text-align: center;
}
#app{
    width: 100%;
    background: #F5F5F5;
    font-family: Microsoft YaHei;
}
#app .margin-top{
    margin-top: 50px;
}
#app .margin-bottom{
    margin-bottom: 50px;
}
#app .margin-tb{
    margin-top: 50px;
    margin-bottom: 50px;
    overflow: hidden;
}
/* 首页的配置部分 */
.el-main{
    /* width: 1000px; */
    margin: 10px auto;
    padding: 0 4% !important;
    overflow: hidden;
    position: relative;
}
.setting{
    position: absolute;
    top:0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #004826;
    opacity: 0.3;
    z-index: 99;
    display: flex;
    justify-content: flex-end;
}
.setting i{
    display: inline-block;
    font-size: 25px;
    margin-top: 10px;
    margin-right: 15px;
    color: #fff;
    cursor: pointer;
}
.setting .el-icon-edit-outline{
    margin-right: 3%;
}
.actBox{
    font-size: 14px;
    height: 350px;
}
.actContent{
    height: 80px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 55px;
}
.actContent .title{
    padding: 15px;
    font-weight: 600;
    width: 100%;
    color: #333;
    font-size: 20px;
}
.actContent .content{
    font-size: 14px;
    height: 200px;
    margin: 15px 0;
    color: #F7EDD1;
    display: -webkit-box;
      overflow: hidden;
      word-break: break-all;
      text-overflow: ellipsis;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
}
.actContent .button{
    text-align: center;
    height: 100%;
    background-color: #444;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
    color: #fff;
    min-width: 55px;
}
.actContent .button span{
    font-size: 20px;
}
.actContent .button button{
    background: #fff;
    border: 1px solid #007940;
    border-radius: 8px;
    font-size: 12px;
    color: #007940;
    padding: 5px 10px;
}
.carousel-box{
    height: 480px;
}
.el-carousel__button{
    width: 30px;
    height: 30px;
}
.bg-box{
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
}
.bg-box .el-image img{
    z-index: 1;
    filter: blur(10px);
}
.bg-mask{
    background: rgba(112,112,112,0.44);
}
.img-title{
    font-size: 2vw;
    /* font-weight: 700; */
    color: #6797df;
}
/* 首页的专家轮播 */
.experts{
    height: 421px;
    background-image: url(../images/expertBg.png);
    background-size: 100% 100%;
}
.imgBox{
    padding: 50px 0px;
    background: #fff;
}
.imgTextBox{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 15px 30px;
    position: relative;
}
.img-intro{
    padding: 15px;
}
.imgMainBox{
    height: 100%;
    padding: 15px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.leftTop{
    width: 42px;
    height: 42px;
    position: absolute;
    top: 0;
    left: 0;
}
.rightBottom{
    width: 42px;
    height: 42px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.leftTop,.rightBottom{
    background: #EBB74F;
}
.rightBottom-item,.leftTop-item{
    width: 35px;
    height: 35px;
}
.leftTop-item{
    background: #fff;
    position: absolute;
    top: 7px;
    left: 7px;
}
.rightBottom-item{
    background: #eef7de;
    position: absolute;
    bottom: 7px;
    right: 7px;
}
/* 成果展现 */
.results{
    position: relative;
    padding: 30px 0;
    background: #fff;
}
.results-img-box{
    display: flex;
    justify-content: center;
    align-items: center;
}
/* .results-img{
    width: 600px;
    height: 450px;
} */
.results-title{
    height: 84px;
    width: 430px;
    line-height: 84px;
    text-align: left;
    background: #fff;
    color: #314914;
    text-align: 28px;
    padding-left: 30px;
    position: absolute;
    top: 396px;
}
.results-text{
    min-height: 57px;
    background: #fff;   
    padding: 15px 30px;
    text-align: left;
    z-index: 5;
    font-size: 16px;
    color: #333;
}
.border-left{
    border-left: 1px solid #e5e5e5;
}
.results-text-right{
    position: relative; 
    left: -5%;
    bottom: -60px;
}
.results-text-left{
    position: relative; 
    left: 5%;
    bottom: -60px;
}
.results-text .content{
    font-size: 18px;
}
.results-box{

}
/* 配置框的内容 */
.el-dialog{
    width: 75%;
}
.el-form-item__content{
    display: flex;
    justify-content: start;
    align-items: center;
}
.el-button{
    background: #6797df;
    color: #fff;
}
.actItem{
    padding: 5px;    
    margin-top: 10px;
}
.boderForItem{
    border: 1px solid #184388;
}
.chooseTitle{
    font-size: 14px;
    font-weight: 500;
    color: #6797df;
}
.chooseText{
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
}
.el-icon-delete-solid{
    display: inline-block;
    margin-right: 5px;
    color: #d68080;
}
/* 首页标题 */
.el-main .title{
    justify-content: center;
    margin: 30px 0;
}
.el-main .title .title-h{
    border: none;
    background-size:100% 100%;
    font-size: 25px;
    letter-spacing: 5px;
    min-width: 200px;
    text-align: center;
}
/* 下载按钮的样式 */
#uploadFile,#uploadVideo{
    display: inline-block;
    width: 25px;
    height: 25px;
    position: relative;
    left: 25px;
    top: 10px;
    opacity: 0;
    z-index: 99;
}
#uploadVideo{
    top: 0px;
}
#adver{
    display: inline-block;
    width: 25px;
    height: 25px;
    position: relative;
    left: -45px;
    top: 0px;
    opacity: 0;
    z-index: 99;
}
.adver-box{
    position: absolute;
    height: 300px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -150px;
    z-index: 100;
    display: flex;
    justify-content: center;
}
.video-show-box{
    height: calc(35vw);
    position: relative;
    margin-top: 15px;
}
.video-show-item{
    position:absolute;
    top: 0;
    height: 100%;
    width: 100%;
}
.video-show-item video{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
/* 首页的配置部分end */
.img{
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: center;
    object-fit:cover;
}
.bg{
    height: calc(100vh - 127px);
    position: relative;
}
.el-carousel{
    height: 100%;
}
.el-carousel__container{
    height: 100%;
}
.video_box{
    height: auto;
    position:absolute;
    top: 20px;
}
.video_box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.video_box .video_box_middle{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.video-img{
    position: relative;
    width: 405px;
}
.intro{
    color: #F7EDD1;
    /* border: 1px solid #fff; */
    padding: 15px;
    line-height: 25px;
}
.intro-image {
    width: 500px;
    height: 350px;
}
.intro h3{
    text-align: left;
    font-size: 16px;
}
.mean-statu{
    background: #fff;
    height: 190px;
    padding: 20px 15px;
    margin-left: 15px;
    width: 230px;
}
.mean-statu .title{
    font-weight: 700;
    border-bottom: 1px solid #44B549;
}
.title span{
    display: inline-block;
    border-bottom: 2px solid #44B549;
    font-size: 14px;
}
.mean-content{
    font-size: 12px;
    color: #333;
    overflow: hidden; 
    text-overflow: ellipsis; 
    display: -webkit-box; 
    -webkit-line-clamp: 11; 
    -webkit-box-orient: vertical;
}
.video-back{
    width: 100%;
}
.title-bg{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 10px;
    margin-left: 10px;
}
.title-bg .more{
    position: relative;
    background-size: 100% 100%;
    min-width: 80px;
    text-align: right;
    display: none;
}
.title-bg .title-h{
    font-size: 20px;
    color: #333333;
    font-weight: 700;
    padding: 5px 10px;
    border-bottom: 2px solid #6797df;
}
.more_text{
    font-size: 12px;
    color: #184388;
    border-bottom: none!important;
    cursor: pointer;

}
/* 轮播图 */
.el-carousel__item h3 {
    color: #475669;
    font-size: 14px;
    opacity: 0.75;
    line-height: 200px;
    margin: 0;
}

.el-carousel__item:nth-child(2n) {
    background-color: #99a9bf;
}

.el-carousel__item:nth-child(2n+1) {
    background-color: #d3dce6;
}
/*合作单位*/
.school-img{
    max-width: 180px;
    padding: 30px;
    height: 120px;
    border-radius: 20px;
    background: #fff;
}
.textName{
    font-size: 14px;
    color: #333;
    background: none;
    padding: 15px 10px;
    width: 160px;
}
/*视频回顾*/
.img-h .el-row,.img-f .el-row{
    height: 100%;
}
.img-h .el-row .el-col,.img-f .el-row .el-col{
    height: 100%;		
}
/*.img-h,.img-f
.el-carousel-item img{
    height: 100%;
}*/
.el-carousel__item h3 {
    color: #475669;
    font-size: 18px;
    opacity: 0.75;
    line-height: 300px;
    margin: 0;
  }
  
  .el-carousel__item:nth-child(2n) {
    background-color: #99a9bf;
  }
  
  .el-carousel__item:nth-child(2n+1) {
    background-color: #d3dce6;
  }
  .el-container{
      width: 1000px;
      margin: 0 auto;
  }
  p{
      margin: 10px 0;
  }
  /* 统计人数的模块 */
  .countBox{
      height: 50px;
      width: 100%;
      position:absolute;
      bottom: 0;
      z-index: 99;
  }
  .countBg{
      position: absolute;
      bottom: 0;
      height: 100%;
      width: 100%;
      background: #000;
      opacity: 0.6;
      z-index: -1;
  }
  .count-item-div{
      height: 100%;
  }
  .countBox .h3{
      color: #fff;
      padding: 0px 15px;
      font-size: 16px;
      text-align: center;
      line-height: 50px;
  }
  .countBox .h3 span:nth-child(2){
      font-size: 14px;
      letter-spacing: 2px;
  }
  .count-item{
      flex-wrap: wrap;
      justify-content: start;
      height: 100%;
      padding: 10px 15px;
  }
  .count-item-box{
      margin-bottom: 5px;
      width: 16.66%;
      height: 25px;
  }
  .count-item-box-content{
      display: flex;
      justify-content: space-between;
      border: 1px solid #fff;     
  }
  .count-item-box-content span{
      display: inline-block;
      color: #fff;
      padding: 5px 10px;
      font-size: 16px;
  }
  .count-item-box-content span:nth-child(1){
    background: #fff;
    color: #333;
    font-weight: 700;
}
/* 统计人数的模块end */
/* 直播图模块 */
  .live{
      position: absolute;
      bottom: 0;
      height: 150px;
      left: 50%;
      margin-left: -75px;
      opacity: 0.75;
  }
/* 直播图模块end */
  .model-title .h3{
      border-left:5px solid #42659D; 
      padding-left: 5px;
      font-style: 15px;
      color: #333333;
      font-weight: 700;
      margin: 10px 0;
  }
  .mean-title{
      color:#F7EDD1;
      font-weight: 700;
      font-size: 34px;
      text-align: center;
  }
  .theme{
    color: #F7EDD1;
      font-weight: 700;
      font-size: 17px;
      margin: 15px 0;
      text-align: center;
  }
  .icon{
      position: absolute;
          top: 50%;
        left: 50%;
        z-index: 99;
        color: #fff;
        font-size: 36px;
        margin-top: -17px;
        margin-left: -17px;
  }
  .video-info{
      overflow:hidden; 
      text-overflow:ellipsis; 
      white-space:nowrap;
  }
  .img-h-box{
      /*display: flex;
      flex-direction: column;*/
      text-align: center;
  }
  .model-content span{
      font-size: 12px;
      color: #666666;

  }
  .school p{
      border-left:5px solid #42659D; 
      padding-left: 5px;
      font-size: 12px;
      color: #333;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
  }
  .place{
      position: absolute;
      width: 100%;
      height: 100%;
      height: 227px;
      left: 0;
  }
  .video-box,.experts-box{
     flex-wrap: wrap;
  }
  .video-box-item {
    display: inline-block;
    width: calc(25% - 10px) !important;;
    margin: 5px;
    background: #fff;
  }
  .video-box-item-card {
    margin: 0;
  }
  .video-box-item-card-img {
    overflow: hidden;
    text-align: center;
    object-fit: cover;
  }
  .video-box-item,.experts-box-item{
      margin-bottom: 15px;
      
  }
  .video-item{
      height: 15vw;
      position: relative;
      display: flex;
      justify-content: center;
      justify-items: center;
      background: #fff;
  }
  .video-box-item p{
      background: #fff;
  }
  .intro-title{
    font-size: 18px;
    padding: 10px 5px;
    /* font-weight: 700; */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  /* 自在的样式 */
  .rightitem{
    margin-bottom: 10px;
  }
  .rightitem,.leftitem{
      position: relative;
  }
  .main-box{
      /* max-width: 1280px; */
      margin: 20px auto;
  }
  .zizai{
    text-align: center;   
    /* font-size: 1.8vw; */
    font-size: 18px;
    width: 100%;
    color: #2c3e50;
    /* font-weight: 600; */
    bottom: 0;
    background: transparent;
    padding: 15px 0;
  }
  .zizai span{
    display: inline-block;
    position: absolute;  
    width: 200px;
    height: 80px;    
    background-size: 100% 100%;
  }
  .left-span{
    right: 20px;
    top:-20px;
    background-image: url(../images/introbg1.png);
  }
  .right-span{
    left: 20px;
    top:20px;
    background-image: url(../images/introbg2.png);
  }
  .intro-content{
      font-size: 16px;
      background: #fff;
      color: #333;
      padding: 0 5px;
      height: 55px;
      display: -webkit-box;
      overflow: hidden;
      word-break: break-all;
      text-overflow: ellipsis;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      margin-bottom: 10px;
  }
  .video-item .el-icon-video-play{
      position: absolute;
      z-index: 1;
      top: 50%;
      margin-top: -15px;
      width: 30px;
      height: 30px;
      color: #fff;
      font-size: 30px;
  }
  .video-play{
      position: fixed;
      top: 0;
      height: 100%;
      width: 100%;
      z-index:100;
  }
  .video-bg{
      position: fixed;
      top: 0;
      height: 100%;
      width: 100%;
      background: #000;
      opacity: 0.7;
      z-index: 100;
  }
  .video-main{
      position: fixed;
      top: 50%;
      left: 50%;
      margin-left: -40%;
      margin-top: -250px;
      width: 80%;
      height: 500px;
      z-index: 100;
  }
  .video-title{
      color: #fff;
      font-size: 16px;
      text-align: center;
      margin-bottom: 4%;
  }
  .video-main video{			  
      width: 100%;
      height: 90%;
  }
  .video-main i{
    position: absolute;
      z-index: 101;
      right: 0;
      margin-right: 15px;
      width: 30px;
      height: 30px;
      color: #fff;
      font-size: 50px;
      top: 0;
  }
.download-item{
    position: relative;
}
.download{
    position: absolute;
    font-size: 20px;
    right: 20px;
}
  /* 底部标签 */
  .el-footer{
      padding: 0px 0!important;
      height: auto!important;
      min-height: 200px!important;
      background: #364A1E;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
  }
  .footer-box{
      width: 92%;
      padding: 0 4%;
      margin: 0 auto;
      /* min-height: 550px; */
  }
  .footer-box-xy{
        /* height: 600px; */
    }
  .center-box{
      display: flex;
      justify-content: space-between;
      align-items: center;
  }
  .footer-ip{
      /* height: 109px; */
      display: flex;
      padding: 15px 3%;
      width: 94%;
      margin: 0 auto;
      justify-content: center;
      align-items: center;
      background: #273615;
  }
  .spanLink{			  
      display: flex;
      justify-content: flex-start;
      align-items: center;
      flex-wrap: wrap;
      margin-bottom: 25px;
  }
  .link-item{
      max-width: 120px;
      border-right: 1px solid #9FAE8C;
      padding-right: 5px;
      margin-right: 5px;
      color: #9FAE8C;
      text-align: center; 
      margin-bottom: 10px;
  }
  .link-item a{
      color: #9FAE8C;
      font-size: 14px;
      text-decoration: none;
  }
  .link-item a:hover{
      color: #C9EC92;
  }
  .borderNone{
      border: none!important;
  }
  .icp p{
      color: #fff;
      font-size: 14px;
      text-align: center;
  }
  .icp p a{
      color: #fff;
      text-decoration: none;
      display: inline-block;
      margin-left: 25px;
  }
  .icon-box{
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
      margin-top: 65px;
  }
  .icon-box-weixin{
      margin-top: 195px;
      justify-content: flex-end;
  }
  .logo{
      display: flex;
      align-items: center;
      margin-bottom: 20px;
  }
  .logo p{
      color: #fff;
      font-size: 16px;
      font-weight: 500;
      text-align: center;
  }
  .logo .zhongmeng{
    width: 150px;   
  }
  .logo .zhongmeng img{
      width: 100%;
  }
  .logo .yanxue{
      width: 150px;
      margin-left: 50px;
  }
  .logo .yanxue img{
      height: 40px;
      padding: 20px 0;
  }
  .logo .zhongmeng img{
    height: 45px;
    padding: 10px 0;
  }
  .weixin{
      position: relative;
      display: flex;
      justify-content: space-between;
  }
  .wein-icon{
      margin-left: 30px;
      margin-right: 20px;
      text-align: center;
      position: relative;
  }
  .wein-icon p{
      color: #fff;
  }
  .weixin img{
      /* width: 25px; */
      height: 25px;
  }
  .qrcode{
      position: absolute;
      top: -200px;
      left: 50%;
      margin-left: -80px;
      width: 160px;
      min-height: 90px;
      border-radius: 10px;
      background: #fff;
  }
  .mobile{
    margin-left: 30px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #qrcode{
    width: 150px;
    height: 150px;  
  }
  .qrcode img{
      width: 130px;
      height: 130px;
      padding: 10px;
  }
  .qrcode p{
      color: #333;
      font-size: 12px;
      text-align: center;
      padding: 10px 0;
  }
  .qrcode:after{
    content: ' ';
    display: block;
    position: absolute;
    left: 50%;
    bottom: -10px;
    -webkit-transform: translateX(-50%) translateY(50%);
    transform: translateX(-50%) translateY(50%);
    height: 0;
    width: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    border-bottom: 10px solid transparent;
  }
  .guide{
      color: #9FAE8C;
      text-align: left;
  }
  .guide-title{
      font-size: 20px;
      position: relative;
      text-align: left;
      margin-bottom: 35px;
  }
  .guide-title:after{
    content: "";
    position: absolute;
    width: 20px;
    height: 4px;
    left: 0;
    bottom: -19px;
    background: #9FAE8C;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
  }
  .guide-item{
      margin-bottom: 10px;
      font-size: 14px;
      color: #9FAE8C ;
  }
  .guide-intro{
      display: inline-block;
      width: 100px;
  }
  .guide-item>span{
    text-align: left;
  }
  .guide-item>a{
    text-align: left;
    color: #9FAE8C;
  }
  .guide-item>a:hover{
      color: #C9EC92;
  }
  .guide-m{
      margin: 0 22px;
  }
  .pageBox{
      text-align: center;
  }
  .el-image-viewer__close{
      color: #fff;
  }
  .el-pagination {
      margin: 15px 0;
  }
  .el-row--flex{
      flex-wrap: wrap;
  }
  .indexbg{
      /* height: 50vw; */
        height: 100vh;
  }
  .imgBg .image-slot{
      height: 100%;     
  }
  .img-cover{
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
      background: rgba(0,0,0,0.65);
  }
  /* 图片占位符的大小 */
  .image-slot{
      width: 100%;
      height: 115px;
      display: flex;
      background: #fff;
      flex-direction: column;
      justify-content: center;
      align-items: center;
  }
  /*视频的显示区*/
  /*.video-box{
      height: 300px;
      width: 400px;
      background: #fff;
      z-index: 9999;
      position: fixed;
      top: 50%;
      left: 50%;
      margin-left: -150px;
      margin-top: -200px;
  }*/
  /* 响应式布局 */
@media all and (min-width: 768px) {
    .results-col12{
        height: 46vw;
        display: flex;
    }
    .results{
        padding: 3vw 0;
    }
    .results-title{
        height: 6vw;
        width: 30vw;
        line-height: 6vw;
        padding-left: 2vw;
        top: 30vw;
    }
    .results-img{
        height: 33vw;
    }
    .results-text{
        padding: 2vw;
    }
}
  /* 手机或小平板 phone */
@media all and (max-width: 767px) {
  .act-img{
    height: 100%!important;
  }
  .act-list-item{
    margin-bottom: 10px!important;
    padding-bottom: 20px!important;
    border-bottom: 1px #ddd solid!important;
  }
  .act-img .el-image{
    line-height: 150px!important;
  }
  .content-box{
    padding: 0 5%!important;
  }
  .detail-button{
    padding: 0 5%!important;
  }

  .act-img{
    height: 100%!important;
  }
  .content-title{
    margin: 15px 0 !important;
  }
  .content-title:after {
    bottom: -12px !important;
    height: 4px !important;
  }
    .video-show-box{
        height: calc(50vh);
    }
    .video-box-item {
      display: inline-block;
      margin: 1% !important;
      background: none !important;
    }
    .video-box-item-card-img {
      width: 100% !important;
      height: 100% !important;
      overflow: hidden;
      text-align: center;
      object-fit: cover;
    }
	.actBox .el-carousel__container{
		height: 80%!important;
	}
    .main-box{
        width: 100%;
    }
    .zizai{
      font-size: 15px!important;
      padding: 5px 0!important;
    }
    .bg{
        /* height: 250px!important; */
    }
    .indexbg{
        /* height: 60vw; */
        height: 100vh;
    }
    .video_box{
        width: 100%;
        margin-left: 0;  
        left: 0;     
    }
    .video-item{
        height: auto!important;
    }
    .intro-title{
      font-size: 16px;
      padding: 10px 5px;
      /* font-weight: 700; */
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }
    .meanning-item{
        height: 100%!important;
    }
    .title-phone{
        display: block !important;
    }
    .el-container,.el-main{
        width: 100%;
        overflow: hidden!important;
    }
    .mean-title{
        font-size: 14px!important;
    }
    .img-intro-item{
        font-size: 14px;
    }
    .theme{
        font-size: 12px;
    }
    .intro{
        font-size: 12px;
    }
    .intro-image {
        width: 300px !important;
        height: 220px !important;
    }
    .intro-content {
      font-size: 14px;
    }
    .title-h{
        font-size: 16px!important;
    }
    .el-col-12{
        width: 100%!important;
    }
    .el-col-6{
        width: 48%!important;
    }
    .el-col-4{
        width: 50%!important;
    }
    /* 头部内容 */
    .zmLogo{
        /* width: 150px!important;
        height: 50px; */
    }
    .zmLogo img{
        width: auto;
        height: 50px;
        margin: 8px 0;
    }
    .logoBox{
        margin: 10px 15px;
        justify-content: start!important;
    }
    /* 活动直接 */
    .actBox{
        height: 300px!important;
    }
    .act-img-box .el-image{
        height: 180px!important;
    }
    .carousel-box{
        height: 300px;
    }
    .actBox .el-col-8{
        width: 100%;
    }
    .actBox .el-col-16{
        width: 100%;
    }
    .actBox .act-img-box{
        /* position: absolute;
        z-index: -1; */
    }
    /* 专家轮播 */
    .actContent .title{
        font-size: 16px;
    }
    .experts .el-col-12{
        width: 100%;
    }
    .swiper-pagination{
        display: none;
    }
    .imgBox{
        padding: 10px 15px;
    }
    .imgBox .el-image{
        height: 50%!important;
    } 
    .imgBox .el-col-12{
        width: 50%;
    }
    /* 成果交流 */
    .results{
        flex-wrap: wrap;
    }
    .results .results-img{
        width: 100%;
        bottom: 0;
        left: 0;
    }
    .results-title{
      position: absolute;
      top: 51vw;
      height: 40px;
      line-height: 40px;
      padding-left: 10px;
      font-size: 20px;
      width: 80%;
    }
    .results .results-text{
      min-height: 0;
      padding: 5px 10px;
      bottom: 0;
      left: 0;
    }
    .results-text .content {
      font-size: 16px;
    }
    /* 研学照片 */
    .video-box .el-col-8{
        width: 50%;
    }
    .textName{
        width: 100%;
    }
    /* 底部栏 */
    .link-item{
        font-size: 12px;
    }
    .borderNone{
        border: none!important;
    }
    .icon-box{
        justify-content: center;
    }
    .meanning{
        width: 100%!important;
    }
    .footer-box{
        /* width: 100%; */
    }
    .icon-box-weixin{
        margin-top: 30px;
    }
    .icon-box-weixin{
        display: none;
    }
    /*导航栏*/
    .link-box{
        display: none;
    }
    .logoBox{
        width: 100%;
    }
    .center-box{
        flex-wrap: wrap;
    }
    .guide{
        width: 100%;
    }
    .el-footer-xy{
        /* height: 1000px!important; */
    }
    .footer-box-xy{
        /* height: 1000px!important; */
    }
    .icp .guide-item{
        margin-top: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
    .icp .guide-item .guide-m{
        /* display: none; */
    }
    .icp .guide-item span{
        margin-bottom: 7px;
        margin-left: 15px;
        margin-right: 15px;
    }
    .guide-m{
		/* width: 100%; */
	}
}