.page{
    width:100%;
    min-width: 1200px;
    height: 100%;
    margin:0 auto;
    letter-spacing: 2px;
  }
  /* 头部导航 */
  .header{
    position: fixed;
    left:0;
    top:0;
    z-index: 999;
    display:flex;
    justify-content: space-between;
    align-items: center;
    height:100px;
    width:100%;
    min-width: 1200px;
    background:rgba(0, 0, 0, 0.1);
  }
  .logo{
    display:flex;
    align-items: center;
    margin-left:70px;
    height:100%;
    cursor: pointer;
  }
  .img{
    display:block;
    width:126px;
    height:40px;
  }
.line{
    width: 1px;
    height: 24px;
    background: #FFFFFF;
    opacity: 0.22;
    margin:0 24px;
 }
 .shiming{
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    opacity: 0.51;
}

.nav{
    display:flex;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    margin-right:50px;
    line-height: 34px;
}
.nav a {
    display:block;
    color:#fff;
    font-size: 18px;
    margin-left:47px;
}
.nav .active{
    position:relative;
    font-size: 24px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
}
.active::after{
    position: absolute;
    left:0;
    bottom:-15px;
    content:'';
    background: #C52A2A;    
    height:2px;
    width:100%;
}
/* 白色背景的导航栏 */
.header2{
  background:#fff;
}
.header2 .logo{

}
.header2 .shiming{
  color: #838383;
  
}
.header2 .line{
  background: #999999;
  
}
.header2 .nav>a{
  color: #838383;
}
.header2 .nav>.active{
  color: #0B0B0B;
}
.animate__slideInDown{
  position:fixed;
  top:0px;
  display:flex;
}



/* 视频 */
.video{
    position:relative;
    width:100%;
    overflow: hidden;
}
.video_content{
    display:block;
    position:absolute;
    left:0;
    top:0;
    z-index: 1;
    width:100%;
    height:100%;
    display:flex;
    justify-content: center;
    align-items: center;
  }
  .title_box{
    padding-top:200px;
    width:100%;
  }
  .title{
    display:flex;
    justify-content: center;
    align-items: center;
    text-align:center;
    height: 118px;
    font-size: 48px;
    font-family: PingFang SC;
    font-weight: 800;
    color: #FFFFFF;
    line-height: 72px;
  }
  .watch_box{
    width:100%;
    margin-top:42px;
    display:flex;
    justify-content: center;
    align-items: center;
  }
  .watch{
    width:176px;
    height:50px;
    border: 1px solid #FFFFFF;
    display:flex;
    justify-content: space-around;
    align-items: center;
    cursor: pointer;
  }
  .watch>p{
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
  }

  .watch>img{
    width:27px;
    height:27px;
  }
  .videoTrue{
    width:100% !important;
    margin-bottom :-160px;
    margin-top :-160px;
  }
/* 大数据 */
  .bigData{
    width:100%;
    background:url(https://hxlxxpt.hongxinglin.com/static/hxl-guanWang/nav/bigData_bg.jpg);
  }
  .bigData-main{
    height:165px;
    width:1200px;
    margin:auto;
    display:flex;
    justify-content: space-around;
    align-items: center;
  }
  .bigData-data{
    text-align:center;
  }
  .bigData-data>p{
    font-size: 48px;
    font-family: 'PingFang SC';
    font-weight: bold;
    color: #000000;
  }
  .bigData-data>h2{
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #999999;
    margin-top:10px;
  }
  .bigData-data span{
    color:#8E2A2A;
  }
  .bigData-line{
    width: 1px;
    height: 70px;
    background: #000000;
    opacity: 0.13;
  }
  /* <!-- 一颗红心只为照亮杏林  介绍 --> */
  .jieshao{
    width: 100%;
    height: 655px;
    background-image:
    url(https://hxlxxpt.hongxinglin.com/static/hxl-guanWang/home/hand_left.png),
    url(https://hxlxxpt.hongxinglin.com/static/hxl-guanWang/home/hand_right.png),
    url(https://hxlxxpt.hongxinglin.com/static/hxl-guanWang/home/hongbanwen.jpg);
    background-position:left center,right center,left top;
    background-repeat: no-repeat,no-repeat,repeat;
    background-size:434px 540px,434px 540px,30% 30%;
  }
  .jieshao_box{
    width:600px;
    height:100%;
    margin:auto;
    display:flex;
    justify-content: center;
    align-items: center;
  }
  .jieshao_textbox{
    text-align:center;
  }
  .jieshao-title{
    font-size: 36px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #ECB67C;
    line-height: 48px;
  }
  .jieshao-line{
    width: 50px;
    height: 2px;
    margin:30px auto 44px;
    background: #ECB67C;
  }
  .jieshao-text{
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFE1C0;
    line-height: 36px;
    opacity: 0.6;
  }
  .jieshao-more{
    width: 106px;
    height: 32px;
    margin:52px auto 0;
    opacity: 0.5;
    border: 1px solid #ECB67C;
    display:flex;
    justify-content: space-around;
    align-items: center;
    cursor: pointer;
  }
  .jieshao-more>p{
    font-size: 14px;
    font-family: FZShuSong-Z01;
    font-weight: 400;
    color: #ECB67C;
  }
  .jieshao-more>img{
    width:9px;
    height:13px;
  }

  /* 好老师等四个 */
  .mingshi{
    position:relative;
    width:100%;
  }
  .mingshi-bannerimg{
    vertical-align: middle;
    max-width: 100%;
  }
  .mingshi-top_box{
    width:100%;
    position:absolute;
    top:-56px;
    left:0;
    z-index: 77;
    display:flex;
    justify-content: center;
    align-items: center;
  }
  .mingshi-top_box>.top{
      width:1200px;
      height:112px;
      background: #FFFFFF;
      display:flex;
      justify-content: center;
      align-items: center;
    }
    .mingshi-content{
      position:relative;
      width:1178px;
      height:91px;
      background: #FFFFFF;
      border: 1px solid #ede7e1;
      /* // opacity: 0.18; */
      display:flex;
      justify-content: space-around;
      align-items: center;
    }
    .mingshi-item{
      display:flex;
      justify-content: space-around;
      align-items: center;
      cursor: pointer;
    }
    .mingshi-item>.line{
      width:15px;
      height:2px;
      border-radius: 1px;
      background:#ECB67C;
    }
    .mingshi-item>.tit{
      margin:0 12px;
      font-size: 26px;
      font-family: PingFang SC;
      font-weight: 200;
      color: #000000;
      letter-spacing: 3px;
    }
    .mingshi-current>.tit{
      margin:0 12px;
      font-size: 26px;
      font-family: PingFang SC;
      font-weight: 200;
      color: #000000;
      letter-spacing: 3px;
    }
    .lingxing{
      position: absolute;
      bottom:-5px;
      left:126px;
      width:34px;
      height:10px;
      transition:left .5s linear;
    }
    /* 学好课  */
    .goodCourse{
      width:100%;
      height:1080px;
      background:url(https://hxlxxpt.hongxinglin.com/static/hxl-guanWang/home/xuehaoke_bg.png);
      background-size:100% 100%;
      display:flex;
      justify-content: center;
      align-items: center;
      text-align:center;
      overflow: hidden;
    }
    .goodCourse-title{
      font-size: 48px;
      line-height: 50px;
      font-family: PingFang SC;
      font-weight: 500;
      color: #C19B72;
    }
    .goodCourse-text{
      font-size: 16px;
      font-family: PingFang SC;
      font-weight: 400;
      color: #262626;
      line-height: 30px;
      margin:48px 0 51px;
    }
    .line-box{
      width:100%;
      display:flex;
      align-items: center;
      justify-content: center;
      margin-bottom:81px;
    }
    .line-box>.line{
      width: 40px;
      height: 2px;
      background: #C19B72;
    }
    .goodCourse-imgbox{
      height:367px;
      width:1131px;
      display:flex;
      justify-content: space-between;
     align-items: center;
    }
    .goodCourse-item{
      position:relative;
      width:140px;
      height:100%;
    }
    .item_posi{
      position:absolute;
      left:0;
      top:0;
      width:100%;
      height:100%;
    }
    .item_posi>img{
      width:140px;
      height:140px;
      position:absolute;
      left:0;
      top:0;
    }
    .item_posi>.vertical_text{
      position:absolute;
      bottom:0;
      left:50%;
      margin-left:-17px;
      writing-mode: vertical-lr;/*从左向右 从右向左是 writing-mode: vertical-rl;*/  
      writing-mode: tb-lr;/*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl；*/
      width:34px;
      font-size: 26px;
      font-family: PingFang SC;
      font-weight: 400;
      color: #000000;
      letter-spacing: 3px;
    }
    .xilie{
      position:absolute;
      bottom:0;
      left:34px;
      font-size: 12px;
      font-family: PingFang SC;
      font-weight: 400;
      color: #B59F8E;
    }
    .vertical_line{
      position:absolute;
      bottom:115%;
      left:50%;
      width:1px;
      height:66px;
      background: #E2CFBA;
    }
    .goodCourse-item:nth-child(2n-1) .item_posi .img{
      top:40px;
    }
    .goodCourse-item:nth-child(1) .vertical_line{
      height:76px !important;
    }
    .goodCourse-item:nth-child(2) .vertical_line{
      height:76px !important;
    }
    .goodCourse-item:nth-child(3) .vertical_line{
      height:70px !important;
    }
    .goodCourse-item:nth-child(4) .vertical_line{
      height:46px !important;
    }
    .goodCourse-item:nth-child(5) .vertical_line{
      height:73px !important;
    }
    .goodCourse-item:nth-child(6) .vertical_line{
      height:30px !important;
      bottom:105% !important;
    }
    .goodCourse-item:nth-child(7) .vertical_line{
      height:76px !important;
    }

    .goodCourse-item:nth-child(1) .item_posi{
      transition:top 0.75s linear 0s;
    }
    .goodCourse-item:nth-child(2) .item_posi{
      transition:top 0.75s linear 0.4s;
    }
    .goodCourse-item:nth-child(3) .item_posi{
      transition:top 0.75s linear 0.8s;
    }
    .goodCourse-item:nth-child(4) .item_posi{
      transition:top 0.75s linear 1.2s;
    }
    .goodCourse-item:nth-child(5) .item_posi{
      transition:top 0.75s linear 1.6s;
    }
    .goodCourse-item:nth-child(6) .item_posi{
      transition:top 0.75s linear 2s;
    }
    .goodCourse-item:nth-child(7) .item_posi{
      transition:top 0.75s linear 2.4s;
    }

    .goodCourse-item1:nth-child(1) .item_posi{
      top:520px;
    }
    .goodCourse-item1:nth-child(2) .item_posi{
      top:590px;
    }
    .goodCourse-item1:nth-child(3) .item_posi{
      top:520px;
    }
    .goodCourse-item1:nth-child(4) .item_posi{
      top:590px;
    }
    .goodCourse-item1:nth-child(5) .item_posi{
      top:520px;
    }
    .goodCourse-item1:nth-child(6) .item_posi{
      top:590px;
    }
    .goodCourse-item1:nth-child(7) .item_posi{
      top:520px;
    }

    /* 从名师 */
    .teacher{
      height:1080px;
      width:100%;
      background: url(https://hxlxxpt.hongxinglin.com/static/hxl-guanWang/home/hongbanwen.jpg);
      display:flex;
      justify-content: center;
      align-items: center;
      text-align:center;
    }
    .teacher-title{
      display:flex;
      justify-content: center;
      align-items: center;
    }
    .teacher-title>h2{
      font-size: 48px;
      line-height: 50px;
      font-family: PingFang SC;
      font-weight: 500;
      color: #ECB67C;
      margin:0 48px;
    }
    /* html页面没有 */
    .shan_left{
      width:173px;
      height:11px;
      background:url(https://hxlxxpt.hongxinglin.com/static/hxl-guanWang/home/shan_left.png);
      background-size: 100% 100%;
    }
    /* html页面没有 */
    .shan_right{
      width:173px;
      height:11px;
      background:url(https://hxlxxpt.hongxinglin.com/static/hxl-guanWang/home/shan_right.png);
      background-size: 100% 100%;
    }
    .teacher-text{
      font-size: 16px;
      font-family: PingFang SC;
      font-weight: 400;
      color: #fedfdf;
      line-height: 30px;
      /* // opacity: 0.5; */
      margin:49px 0 61px;
    }
    .teacher-banner{
      display:flex;
      justify-content: center;
      align-items: center;
      height:572px;
    }
    .teacher-left{
      position:relative;
      width:180px;
      height:540px;
      background:#C19B72 url(https://hxlxxpt.hongxinglin.com/static/hxl-guanWang/home/teacher_line.png);
      background-size:100% 100%;
      padding-top:32px;
    }
    .teacher-name{
      position:relative;
      font-size: 22px;
      font-family: PingFang SC;
      font-weight: 400;
      color: #000000;
      /* // margin-bottom:43px; 版本 1 */
      margin-bottom:73px;
      cursor: pointer;
    }
    .teacher-name::after{
      position:absolute;
      left:65px;
      /* // bottom:-22px; // 版本 1 */
      bottom:-43px; 
      content:'';
      display:block;
      width: 50px;
      height: 2px;
      background: #140000;
      opacity: 0.1;
    }
    .teacher-name:nth-last-of-type(1)::after{
      display:none;
    }
    .nameActive{
      font-size: 26px;
      color: #8D2727;
    }
    .min_lx{
      position:absolute;
      right:16px;
      top:45px;
      width:20px;
      height:6px;
      transition:top .5s linear;
    }
    .seeMore{
      position:absolute;
      bottom:10px;
      left:0;
      width: 100%;
      text-align:center;
      font-size: 12px;
      font-family: PingFang SC;
      font-weight: 400;
      color: #856441;
      cursor: pointer;
    }
    .teacher-right{
      width:1020px;
      height: 100%;
    }
    /* 会校友 */
    .alumnus{
      height:1132px;
      width:100%;
      background-image:
      url(https://hxlxxpt.hongxinglin.com/static/hxl-guanWang/home/shuye_left.png),
      url(https://hxlxxpt.hongxinglin.com/static/hxl-guanWang/home/shuye_right.png),
      url(https://hxlxxpt.hongxinglin.com/static/hxl-guanWang/home/baidiwne.jpg);
      background-repeat: no-repeat,no-repeat,repeat;
      background-size:224px 379px,224px 379px;
      background-position: left top,right top,left top;
      display:flex;
      justify-content: center;
      align-items: center;
  }
  .alumnus-main{

  }
  .alumnus-title{
    font-size: 48px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #C19B72;
    line-height: 50px;
    text-align:center;
  }
  .alumnus-text{
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #262626;
    line-height: 30px;
    text-align:center;
    margin:56px 0 63px;
  }
  .alumnus-banner{
    height:628px;
  }
  .alumnus-item1{
    width:84px;
    margin-right:4px;
    float:left;
    cursor: pointer;
    overflow: hidden;
    transition:width .5s linear;
    display:flex;
    justify-content: space-between;
    align-items: center;
  }
  .alumnus-item1:last-of-type{
    margin-right:0px;
  }
  .alumnus-left{
    width: 78px;
    height: 626px;
    background: rgba(250, 250, 250,.37);
    border: 1px solid #E9D0B6;
    display:flex;
    justify-content: center;
    align-items: center;
    margin-right:3px;
  }
  .alumnus-box{
    width: 60px;
    height: 606px;
    border: 1px solid #E9D0B6;
    /* // opacity: 0.37; */
    display:flex;
    justify-content: center;
    align-items: center;
  }
  .alumnus-box>p{
    width:48px;
    font-size: 24px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #a8743d;
    line-height: 48px;
    letter-spacing: 20px;
    writing-mode: vertical-lr;/*从左向右 从右向左是 writing-mode: vertical-rl;*/  
    writing-mode: tb-lr;/*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl；*/
  }
  .alumnus-right{
    width:0px;
    height:628px;
    transition:width .5s linear;
  }
  .item22{
    overflow:visible;
    width:1020px;
  }
  .item22 .alumnus-left{
    background:#fff;
  }
  .item22 .alumnus-right{
    width:930px;
  }
  /* 联系我们 加入我们 */
  .foot{
    width:100%;
    height:228px;
    background:url(https://hxlxxpt.hongxinglin.com/static/hxl-guanWang/home/hongbanwen.jpg);
    display:flex;
    justify-content: center;
    align-items: center;
  }
  .foot-main{

  }
  .foot-title{
    width:477px;
    padding-bottom:25px;
    border-bottom:1px solid #a2473b;
    display:flex;
    justify-content: space-between;
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #ECB67C;
    line-height: 30px;
    letter-spacing: 3px;
    margin-bottom:24px;
    
  }
  .foot-left{
    cursor: pointer;
  }
  .foot-right{
    cursor: pointer;
    color: #ECB67C;
  }
  .foot-bott{
    display:flex;
    justify-content: space-between;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #ECB67C;
    line-height: 30px;
    opacity: 0.4;
  }
  .foot-right{
    color: #ECB67C;
  }
  /* <!-- 滚动 往上图标开始 --> */
  .page-up {
    background-color: #fff;
    position: fixed;
    right: 50px;
    bottom: 30px;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    cursor: pointer;
    transition: 0.3s;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
    /* opacity: 0.5; */
    z-index: 100;
  }
  .el-icon-caret-top {
    color: red;
    display: block !important;
    line-height: 40px !important;
    text-align: center !important;
    font-size: 18px;
  }
  /* p {
    display: none;
    text-align: center;
    color: red;
  } */
  .page-up:hover {
    opacity: 1;
  }

.blogroll-bigbox{
    width: 100%;
    background-image: url(https://hxlxxpt.hongxinglin.com/static/hxl-guanWang/home/baidiwne.jpg);
    padding: 22px 0px 20px;
}
.blogroll-box{
    width: 1196px;
    border: 1px solid #E9D0B6;
    margin: 0 auto;
    padding: 12px;
    box-sizing: border-box;
    display: flex;
    border-radius: 5px;
    background-color: #ffffff;
}
.blogroll-title{
    font-weight: 700;
    word-break: keep-all;
    white-space: nowrap;
}
.blogroll-link-box{
    display: flex;
    flex-wrap: wrap;
    font-size: 15px;
}
.blogroll-link-text{
    margin-right: 26px;
    margin-bottom: 16px;
}
.dynamic-bigbox{
  width: 100%;
  background-image: url(https://hxlxxpt.hongxinglin.com/static/hxl-guanWang/home/baidiwne.jpg);
  padding-bottom: 20px;
}
.dynamic-box{
  width: 1196px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.school-dynamic,.trade-dynamic,.zy-dynamic{
  width: 33.33%;
}
.dynamic-news-a{
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  display: inline-block;
  margin: 10px 0px;
}
.dynamic-news-title{
  text-align: center;
  margin-bottom: 25px;
}
.dynamic-news-more{
  text-align: right;
  font-size: 15px;
}
.school-content{
  font-size: 15px;
}
.hy-news-box{
  padding: 0px 50px;
  box-sizing: border-box;
}
