/* 整体架构 */
body {
  background-color: #f4f4f4;
}

.wrap {
  width: 100%;
}

/*横幅*/
.banner {
  width: 100%;
  min-width: 1232px;
  height: auto;
  margin: 0 auto;
  padding: 0px;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}

.banner .banner-list {
  width: 1232px;
  margin: 0 auto;
  position: relative;
}

.banner .banner-list ul {
  position: absolute;
  width: 220px;
  height: 510px;
  z-index: 999;
  color: white;
  left: 0;
  top: 0;
}

.banner .banner-list li {
  width: 220px;
  height: 85px;
  box-sizing: border-box;
  padding-top: 26px;
  padding-left: 24px;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.banner .banner-list li:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

.banner .banner-list img {
  width: 32px;
  height: 32px;
  float: left;
}

.banner .banner-list p {
  float: left;
  line-height: 32px;
  font-size: 16px;
  padding-left: 16px;
}

.swiper-container .swiper-slide .slide-box {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-container .swiper-slide img {
  min-height: 510px;
}

.swiper-button-next {
  margin-right: 10%;
}

.swiper-button-prev {
  margin-left: 10%;
}


/* 我们的服务 */
.main1 {
  float: left;
  width: 100%;
  min-width: 1232px;
  margin-top: 70px;
}

.main1-top {
  height: 80px;
  margin: 0 auto;
  width: 470px;
  text-align: center;
  margin-bottom: 10px;
}

.main1-top img,
.main1-top span {
  float: left;
}

.main1-top img {
  margin-top: 18px;
}

.main1-top p:first-child {
  color: #303133;
  font-size: 32px;
}

.main1-top p:nth-child(2) {
  width: 44px;
  height: 4px;
  margin: 10px auto;
  background-color: #00B1A0;
}

.main2 {
  width: 1232px;
  min-width: 1232px;
  height: 330px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.business {
  width: 400px;
  height: 228px;
  position: relative;
}

.business>img {
  width: 100%;
}

.cover {
  width: 400px;
  height: 228px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

.cover>.cover-con {
  width: 100%;
  height: 100%;
  text-align: center;
  position: absolute;
  font-size: 22px;
  line-height: 30px;
  color: #fff;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: 0.3s;
  border-radius: 8px;
}

.cover>.cover-con .ico,
.cover>.cover-con .tit,
.cover>.cover-con .des,
.cover>.cover-con .btn {
  position: absolute;
  transition: 0.3s;
}

.cover>.cover-con .ico {
  width: 60px;
  left: 172px;
  top: 74px;
}

.cover>.cover-con .tit {
  font-size: 22px;
  line-height: 30px;
  left: 156px;
  top: 139px;
}

.cover>.cover-con .des {
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  width: 306px;
  left: 47px;
  top: 96px;
  /* display: none; */
  animation-fill-mode: forwards;
  opacity: 0;
}

.cover>.cover-con .btn {
  width: 108px;
  height: 40px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  border-radius: 100px;
  left: 264px;
  top: 164px;
  /* display: none; */
  opacity: 0;
}

.cover>.cover-con:hover {
  background: rgba(0, 116, 127, 0.7);
}

.cover>.cover-con:hover .ico {
  left: 43px;
  top: 28px;
}

.cover>.cover-con:hover .tit {
  left: 114px;
  top: 42px;
}

.cover>.cover-con:hover .des {
  animation-name: tit_fadein;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.cover>.cover-con:hover .btn {
  animation-name: btn_fadein;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

@keyframes tit_fadein {
  0% {
    display: block;
    top: 120px;
    opacity: 0;
  }

  100% {
    top: 96px;
    opacity: 1;
  }
}

@keyframes btn_fadein {
  0% {
    display: block;
    top: 190px;
    opacity: 0;
  }

  100% {
    top: 164px;
    opacity: 1;
  }
}

/* .cover-con>img{
    width: 60px;
}
.cover2{
    width: 400px;
    height: 228px;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 116, 127, 0.7);
    border-radius: 10px;
    display: none;
}
.cover2 h4{
    font-size: 22px;
    font-weight:normal;
}
.cover2 img{
    width: 50px;
    float: left;
    margin: 20px 0 0 50px;
}
.cover2 span{
    float: left;
    margin: 30px 0 0 20px;
    color: #fff;
}
.cover2 p{
    float: left;
    font-size: 16px;
    line-height: 24px;
    margin: 24px 0 0 50px;
    width: 300px;
    color: #fff;
}
.cover2 a{
    width: 108px;
    height: 40px;
    border: 1px solid #fff;
    color:#fff;
    font-size: 14px;
    float: right;
    text-align: center;
    line-height: 40px;
    border-radius: 100px;
    margin: 28px 24px 0 0 ;
} */
/* 
.main3 {
    margin: 0 auto;
    width: 1232px;
    min-width: 1232px;
    height: 600px;
    
}
.mian-flex{
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.main3-1{
    width: 400px;
    height: 284px;
    text-align: center;
    color: #303133;
    cursor: pointer;
    float: left;
}


.main3-1 p:nth-child(1){
    padding: 16px 0;

}
.main3-1 p:nth-child(1) img{
  width: 150px;
}
.main3-1 img{
    width: 126px;
}

.main3-1 p:nth-child(2){
    font-size: 24px;
    margin-bottom: 8px;
}

.main3-1 .hid{
    font-size: 18px;
    line-height: 30px;
    width: 296px;
    height: 0;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    color: #909399;
}

.main3-1:hover{
    animation-name: main3-1_fadein;
    animation-duration: 0.4s;
    animation-fill-mode: forwards;
}
.main3-1:hover p:nth-child(1) img{
  animation-name: p1-img_fadein;
  animation-duration: 0.4s;
  animation-fill-mode: forwards;
}
.main3-1:hover .hid {
  animation-name: hid_fadein;
  animation-duration: 0.4s;
  animation-fill-mode: forwards;
}

@keyframes main3-1_fadein{
  100% {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0px 20px 25px -5px rgba(28, 29, 36, 0.1),
    0px 10px 10px -5px rgba(28, 29, 36, 0.04);
  }
}

@keyframes p1-img_fadein {
  100% {
    width: 125px;
  }
}

@keyframes hid_fadein {
  100% {
    height: 60px;
  }
} */
/* 
.main4 {
    min-width: 1232px;
    width: 1232px;
    margin: 0 auto;
    margin-top: 80px;
    height: 582px;
}
.main-4-2{
    width: 588px;
    height: 396px;
    margin-top: 40px;
    float: left;
    position: relative;
}
.main-4-2 div {
    height: 369px;
    width: 485px;
    background-color: #00B1A0;
    color: #FFF;
    float: right;
}

.main-4-2-1 a {
    font-size: 24px;
    height: 76px;
    width: 252px;
    float: right;
    color: #FFF;
    margin-top: 44px;
    margin-right: 28px;
    margin-bottom: 16px;
}
.main-4-2-1 span {
    float: right;
    height: 140px;
    font-size: 16px;
    margin-right: 28px;
    width: 252px;
}

.main-4-3{
    width: 588px;
    height: 396px;
    margin-top: 40px;
    float: right;
    position: relative;
}

.main-4-2 .img {
    width: 280px;
    height: 280px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.main-4-3 {
    width: 588px;
}

.main-4-3 ul {
    width: 100%;
    height: 124px;
    margin-bottom: 10px;
    border-bottom: 1px solid #C0C4CC;
}

.main-4-3 ul li:nth-child(1) {
    float: left;
    height: 100px;
    margin-right: 36px;
}

.main-4-3 ul li:nth-child(1) span:nth-child(1) {
    color: #303133;
    font-size: 54px;
    height: 70px;
    text-align: center;
}

.p {
    opacity: 0.800000011920929;
    color: #303133;
    font-size: 24px;
    margin-bottom: 8px;
}

.main-4-3 li:nth-child(2) span {
    height: 53px;
    float: right;
    width: 456px;
    opacity: 0.8;
    color: #606266;
    font-size: 16px;
    line-height: 28px;
    overflow: hidden;
    margin-top: 5px;
    text-overflow:ellipsis;
}

.main-4-3 ul:last-child {
    border: 0;
} */
/* 合作院校 */
.school {
  width: 1232px;
  height: 542px;
  margin: 50px auto;
  /* border: 1px solid #f00; */
}

.school-content {
  float: left;
  width: 100%;
}

.school-left {
  float: left;
  width: 537px;
}

.since {
  opacity: 0.6;
  color: #C0C4CC;
  font-weight: bold;
  font-size: 48px;
  line-height: 42px;
  margin: 60px 0 20px 0;
}

.henan {
  float: left;
  font-size: 28px;
  color: #909399;
}

.henan p,
.country p {
  color: #303133;
  font-size: 28px;
}

.henan span,
.country span {
  color: #00B1A0;
  font-size: 88px;
  font-weight: bold;
}

.country {
  float: right;
  font-size: 28px;
  color: #909399;
}

.school-desc {
  float: left;
  width: 100%;
  font-size: 14px;
  color: #606266;
}

.school-right {
  width: 588px;
  height: 392px;
  overflow: hidden;
  float: right;
}

.school-right li {
  height: 80px;
  overflow: hidden;
}

.school-right img {
  border: 0 none;
}


/* 关于我们 */
.main5 {
  height: 652px;
  width: 1232px;
  min-width: 1232px;
  margin: 0 auto;
  position: relative;
  margin-top: 50px;
}

.main5-1 {
  width: 540px;
  font-size: 14px;
  padding: 30px 50px 50px 50px;
  column-rule: #000000;
  height: 280px;
  color: #909399;
  line-height: 20px;
  box-shadow: 0px 20px 25px -5px rgba(28, 29, 36, 0.1), 0px 10px 10px -5px rgba(28, 29, 36, 0.04);
  position: absolute;
  background-color: #fff;
  margin-top: 80px;
}

.about-title {
  color: #606266;
}

.main5-2 {
  width: 690px;
  float: right;
  margin-top: 40px;
}

.main5-1 p:nth-child(1) {
  margin: 48px 0 16px 0;
  font-size: 24px;
}

.main5-1 a {
  display: inline-block;
  width: 104px;
  margin-top: 28px;
  height: 44px;
  color: #606266;
  border-radius: 2px;
  background: #FFFFFF;
  border: 1px solid #606266;
  text-align: center;
  line-height: 44px;
}

/* 师资团队 */
.teacher {
  width: 100%;
  height: 570px;
}

.teacher-all {
  width: 1232px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  display: flex;
  height: 398px;
  justify-content: space-between;
}

.teacher-content {
  overflow: hidden;
  position: absolute;
  /* width: 2000px; */
  width: 2400px;
  left: 0;
  top: 30px;
  height: 400px;
}

.tea {
  width: 296px;
  height: 368px;
  background-color: #fff;
  border-radius: 8px;
  text-align: center;
  float: left;
  transition: 1s;
  margin: 0 10px;
  cursor: pointer;
}

.tea:hover {
  box-shadow: 0px 20px 25px -5px rgba(28, 29, 36, 0.1), 0px 10px 10px -5px rgba(28, 29, 36, 0.04);
  /* border: 1px solid #f00; */
}

.tea h3 {
  font-size: 22px;
  line-height: 30px;
  margin: 10px 0 5px 0;
}

.tea p {
  font-size: 16px;
  line-height: 24px;
}

.tea .img-box {
  width: 100%;
  height: 278px;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
}

.tea .img-box img {
  transition: 0.3s;
}

.tea:hover img {
  transform: scale(1.05);
}

/* 就业信息 */
.job {
  width: 1232px;
  height: 790px;
  /* border: 1px solid #f00; */
  margin: 0 auto;
}

.job-box {
  margin-bottom: 40px;
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 0 16px rgba(0, 0, 0, .1);
  overflow: hidden;
  background-color: #fff;
}

.job-box>.title {
  float: left;
  width: 1232px;
  height: 44px;
  color: #fff;
  background: #072448;
  border-radius: 8px 8px 0 0;
  text-align: center;
  line-height: 44px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.table-color {
  background: #FF6150;
}

.job-box>.title>li {
  float: left;
}

.title-name,
.item-name {
  width: 130px;
}

.title-age,
.item-age {
  width: 120px;
}

.title-pay,
.item-pay {
  width: 120px;
}

.title-edu,
.item-edu {
  width: 120px;
}

.title-job,
.item-job {
  width: 425px;
}

.title-welfare,
.item-welfare {
  width: 317px;
}

.job-content {
  width: 100%;
  height: 626px;
  /* overflow: hidden; */
  position: relative;
}

.job-content>ul {
  width: 100%;
  float: left;
  font-size: 16px;
  height: 44px;
  line-height: 44px;
  color: #606266;
}

.job-content>ul>li {
  width: 100%;
  float: left;
  border-bottom: 1px solid #dbdbdb;
}

.job-content>ul>li:hover {
  background-color: #00B1A0;
  color: white;
}

.job-content>ul>li>span {
  float: left;
  text-align: center;
}

/* 领导关怀 */
.main6 {
  width: 1232px;
  min-width: 1232px;
  height: 618px;
  margin: 0 auto;
  margin-top: 50px;
}

.honor-cont {
  width: 1232px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.honor {
  width: 400px;
  background-color: #C4C4C4;
  margin-top: 20px;
}

.honor img {
  width: 100%;
}


.swiper-pagination2 {
  margin-top: 20px;
  text-align: center;
}

.swiper-pagination2 span {
  width: 10px;
  height: 10px;
}

.swiper-pagination-bullet-active {
  background-color: #00B1A0 !important;
}

.main8 {
  width: 1232px;
  min-width: 1232px;
  height: 620px;
  margin: 0 auto;
  margin-top: 50px;
}

.main8 img {
  width: 400px;
  height: 272px;
}

/* 企业环境 */
.main7 {
  width: 1232px;
  min-width: 1232px;
  height: 1226px;
  margin: 0 auto;
  margin-top: 50px;
  .honor img{
    height: 100%;
  }
}

/* 企业合作 */
.company {
  width: 1232px;
  min-width: 1232px;
  margin: 70px auto 60px;
}

.company-bottom {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 140px;
  position: relative;
  overflow: hidden;
}

.company-bottom ul {
  /* overflow: hidden; */
  position: absolute;
  width: 1600px;
  left: 0;
  top: 10px;
}

.company-bottom ul li {
  float: left;
  width: 200px;
  height: 200px;
  padding: 20px 0;
}

.company-bottom ul li img {
  margin-left: 10px;
  /* filter: grayscale(100%); */
}

.company-bottom ul li img:hover {
  box-shadow: 0px 10px 15px -3px rgba(28, 29, 36, 0.1),
    0px 4px 6px -2px rgba(28, 29, 36, 0.05);
  /* filter: grayscale(0%); */
}

/* 学员风采 */
.starStu {
  margin-bottom: 40px;
}

.starStu .part-box {
  width: 1232px;
  height: 272px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.starStu .scroll-box {
  height: 272px;
  display: flex;
  flex-flow: column wrap;
  align-items: flex-start;
  position: absolute;
  left: 0;
  top: 0;
}

.starStu .scroll-box .img-box {
  width: 400px;
  height: 272px;
  border-radius: 8px;
  margin-right: 12px;
  overflow: hidden;
  position: relative;
}

.starStu .scroll-box .img-box p {
  position: absolute;
  width: 100%;
  height: 30px;
  color: white;
  font-size: 16px;
  line-height: 20px;
  box-sizing: border-box;
  padding: 5px;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
}

.starStu .scroll-box .img-box img {
  width: 100%;
  height: 100%;
}

/* 学员认可 */
.stuAgree {
  margin-bottom: 40px;
}

.stuAgree .part-box {
  width: 1232px;
  height: 299px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.stuAgree .scroll-box {
  height: 299px;
  display: flex;
  flex-flow: column wrap;
  align-items: flex-start;
  position: absolute;
  left: 0;
  top: 0;
}

.stuAgree .scroll-box .img-box {
  width: 192px;
  height: 299px;
  border-radius: 8px;
  margin-right: 16px;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.stuAgree .scroll-box .img-box p {
  position: absolute;
  width: 100%;
  height: 30px;
  color: white;
  font-size: 16px;
  line-height: 20px;
  box-sizing: border-box;
  padding: 5px;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
}

.stuAgree .scroll-box .img-box img {
  width: 100%;
}



.lead-swiper-container {
  overflow: hidden;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.lead-swiper-container .swiper-slide {
  text-align: center;
  width: 400px;
  height: 228px;
  /* display: flex;
  justify-content: center;
  align-items: center; */
  position: relative;
}

.lead-swiper-container .swiper-slide img {
  width: 100%;
  height: 100%;
}

.lead-swiper-container .swiper-slide p {
  position: absolute;
  padding: 8px;
  font-size: 14px;
  line-height: 21px;
  background-color: rgba(0, 0, 0, 0.7);
  width: 400px;
  box-sizing: border-box;
  height: 37px;
  left: 0;
  bottom: 0;
  color: white;
  text-align: left;
}

.QWinlet {
  width: 6%;
  /* border: 1px solid red; */
  position: fixed;
  top: 320px;
  right: 0.1%;
  z-index: 1000;

  h4 {
    text-align: center;
    margin-bottom: 10px;
    font-family: "宋体";
  }

  img {
    width: 100%;
    margin-bottom: 10px;
  }
}