.page-home-head{
  width: 100%;
  padding: 10px 0 54px;
  margin-bottom: 26px;
  background: url(../zsimages/home-bg.png) no-repeat center;
  background-size: cover;
}
.page-personal-head{
  width: 100%;
  height: 124px;
  background: url(../zsimages/home-bg.png) no-repeat center;
  background-size: cover;
}
.page-home-wrapper{
  width: 1200px;
  margin: 0 auto;
}
.page-personal-wrapper{
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page-head-logo-left img{
display: block;
}
.page-home-logo img{
  display: block;
  margin: 0 auto;
  max-width: 90%;
}
.page-home-introduce{
  color: #fff;
  font-size: 14px;
  line-height: 28px;
  text-indent: 2em;
  margin-top: 50px;
}
.recruit-students-tel{
  width: 512px;
  color: #fff;
  padding: 10px 157px;
  border: 1px solid #eaeaea;
  border-radius: 4px;
  margin: 50px auto 0;
  display: flex;
}
.tel-icon{
  width: 45px;
  height: 45px;
  background: url(../zsimages/tel.png) no-repeat;
  margin-right: 30px;
}
.recruit-students-tel>div{
  flex: 1;
}
.recruit-students-tel .font20 {
  font-size: 20px;
}
.recruit-students-tel .font14 {
  font-size: 14px;
  margin-top: 5px;
}
.page-home-list-tab{
  text-align: center;
}
.page-home-list-tab a{
  display: inline-block;
  vertical-align: middle;
  width: 296px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 3px;
  background: #eaeaea;
  color: #333;
  font-size: 20px;
  text-decoration: none;
  transition: all 0.2s linear;
}
.page-home-list-tab a:hover,.page-home-list-tab a.on {
  background: #1d985b;
  color: #fff;
}
.page-home-list-tips{
  font-size: 14px;
  color: #333;
  text-align: center;
  margin-top: 20px;
}
.page-home-list-tit{
  display: none;
}
.page-home-list-tit h3{
  background: #1d985b;
  color: #fff;
  font-size:20px ;
  text-align: center;
   height: 60px;
   line-height: 60px;
  font-weight: normal;
}
.page-home-list-tit p{
  font-size: 14px;
  color: #333;
  text-align: center;
  margin-top: 10px;
}
.page-home-list{
  display: flex;
  flex-wrap: wrap;
  margin-top: 56px;
}
.page-home-list a{
  width: 13%;
  margin-right: 4.4%;
  margin-bottom: 54px;
  padding-bottom: 10px;
  background: #eaeaea;
}
.page-home-list a:nth-child(6n){
  margin-right: 0;
}
.page-home-list a img{
  display: block;
  width: 100%;
  margin-bottom: 10px;
  /* width: 156px; */
  height: 173px;
  border: 1px solid #eaeaea;
}
.page-home-list a p{
  text-align: center;
  color: #333;
  font-size: 18px;
  line-height: 30px;
}
.page-home-bottom{
  background: #006637;
  color: #fff;
  text-align: center;
  padding: 36px 0;
  line-height: 24px;
  font-size: 14px;
}
.page-back-top{
  position: fixed;
  right:0%;
  bottom: 30%;
  margin-left: 630px;
  width: 68px;
  height: 68px!important;
  background: #44b882!important;
  background-image: url(../zsimages/arrow-up.png)!important;
  background-repeat: no-repeat!important;
  background-position: center!important;
  cursor: pointer;
}
.page-right-nav{
  position: absolute;
  right: 0%;
  top:475px;
  margin-left: 630px;
  width: 68px;
  transition: none;
}
.page-right-nav.fixed{
  position: fixed;
  top: 10px;
  z-index: 300;
}
.page-right-nav li{
  font-size: 16px;
  text-align: center;
  color: #Fff;
  height: 40px;
  line-height: 40px;
  background: #168050;
  cursor: pointer;
}
.page-right-nav li:hover,.page-right-nav li.on{
  background: #006236;
}
.page-right-nav .page-back-top{
  position: static;
  margin: 5px 0;
}
.page-head-link-right a,
.page-head-link-right span{
  display: inline-block;
  color: #58d49d;
  font-size: 12px;
  line-height: 104px;
  text-decoration: none;
}
.page-head-link-right a:hover{
  color: #fff;
}
.page-personal-box{
  padding: 46px 0 0;
  background: #f3f3f3;
}
.page-personal-box dl{
  display: flex;
  width: 1200px;
  margin: 0 auto;padding-bottom:50px;
}
.page-personal-box dt{
  width: 271px;
  height:301px;
  margin-right: 32px;
}
.page-personal-box dt img{
  display: block;
  width: 100%;
  height: 100%;
}
.page-personal-box dd{
  flex: 1;
}
.page-personal-tit{
  display: flex;
  align-items: flex-end;
}
.page-personal-tit h2{
  font-size: 30px;
  color: #333;
  margin-right: 20px;
  line-height: 1;
}
.page-personal-tit p{
  font-size: 20px;
  color: #333;
  margin-right: 10px;
}
.page-personal-tags{
  display: flex;
  margin: 15px 0 25px;
}
.page-personal-tags p{
  padding-left: 20px;

  line-height: 35px;
  color: #fff;
  font-size: 16px;
  border-radius: 4px;
  margin-right: 8px;
}
.page-personal-tags p:nth-child(1){
  background: #4ab869;
  flex: 1;
}
.page-personal-tags p:nth-child(2){
  background: #5cce77;
  flex: 1;
}
.page-personal-tags p:nth-child(3){
  width: 180px;
  padding-left: 10px;
  background: #d95642;
}
.page-personal-tags i{
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-right: 15px;
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle;
  margin-top: -2px;
}
.personal-person-icon{
  background-image: url(../zsimages/personal-person.png);
}
.personal-document-icon{
  background-image: url(../zsimages/personal-document.png);
}
.personal-location-icon{
  background-image: url(../zsimages/personal-location.png);
}
.page-personal-tags span{
  vertical-align: middle;
  margin-top: -2px;
}
.page-personal-msg,.page-personal-msg p,.page-personal-msg span,.page-personal-msg a{
  font-size: 14px;
  color: #333;
  line-height: 26px;
}
.page-personal-box h3{
  font-size: 14px;
  color: #333;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 5px;
}
.page-flex{
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.page-flex h3{
  margin: 0;
}
.personal-studen-cout-box{
  padding: 45px 0;
  background: #fff;
}
.personal-student-cout{
  width: 1200px;
  display: flex;
  margin: 0 auto;
}
.personal-student-cout li{
  flex: 1;
  display: flex;
  height: 90px;
  line-height: 90px;
  border: 1px solid #026b3c;
  margin-right: 10px;
  font-size: 18px;
  color: #333;
}
.personal-student-cout li:nth-child(2){
  margin-right: 0;
  border-color: #27bb8f;
}
.personal-student-cout li div{
  background-size: cover;
  background-repeat: no-repeat;
 padding-left: 35px;
  color: #fff;
  width: 220px;
}
.personal-student-type1{
  background-image: url(../zsimages/personal-img1.png);
}
.personal-student-type2{
  background-image: url(../zsimages/personal-img2.png);
}
.personal-student-cout li p{
  flex: 1 ;
  text-align: center;
}
.personal-student-cout li span{
  font-size: 40px;
  color: #026b3c;
  vertical-align: middle;
  margin: 0 15px;
}

.personal-student-cout li .shu{color:#27bb8f}

.personal-context-tit{
  text-align: center;
  font-size: 30px;
  color: #333;
  margin-bottom: 38px;
}
.personal-context-tit i{
  display: inline-block;
  width: 46px;
  height: 38px;
  vertical-align: middle;
  margin-right: 5px;
  margin-left: -30px;
  background: url(../zsimages/personal-tit-icon.png) no-repeat;
}
.personal-require-box{
  background: url(../zsimages/personal-bg1.png) no-repeat center;
  padding: 38px 0 30px;
}
.personal-require-list{
  width: 1200px;
  margin: 0 auto 0;
  padding-top: 66px;
  display: flex;
}
.personal-require-list li{
  width: 19%;
  margin-right: 1.25%;
  padding: 80px 20px 0;
  height: 300px;
  position: relative;
}
.personal-require-list li:nth-child(1){
  background: #cbe4d9;
}
.personal-require-list li:nth-child(2){
  background: #d6f7dc;
}
.personal-require-list li:nth-child(3){
  background: #e6fde5;
}
.personal-require-list li:nth-child(4){
  background: #ebfbe4;
}
.personal-require-list li:nth-last-child(1){
  margin-right: 0;
  background: #e1edf3;
}
.require-img{
  width: 132px;
  height: 132px;
  border-radius: 50%;
  position: absolute;
  top: -66px;
  left: 50%;
  margin-left: -66px;
  text-align: center;
  background: #219862;
}
.require-img h3{
  font-size: 20px;
  color: #fff;
}
.require-img i{
  display: block;
  width: 74px;
  height: 73px;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 10px auto 0;
}
.personal-icon1{
  background-image: url(../zsimages/personal-icon1.png);
}
.personal-icon2{
  background-image: url(../zsimages/personal-icon2.png);
}
.personal-icon3{
  background-image: url(../zsimages/personal-icon3.png);
}
.personal-icon4{
  background-image: url(../zsimages/personal-icon4.png);
}
.personal-icon5{
  background-image: url(../zsimages/personal-icon5.png);
}
.personal-require-list li p{
  font-size: 14px;
  color: #333;
  line-height: 24px
}
.personal-achieve-box{
  padding: 50px 0;
}
.personal-achieve-list{
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.personal-achieve-list li{
  width: 32%;
  margin-right: 2%;
  margin-bottom: 30px;
}
.personal-achieve-list li:nth-child(3n){
  margin-right: 0;
}
.personal-achieve-list li a{
  display: block;
  padding: 30px 10px;
  line-height:22px;
  font-size: 14px;
  color: #333;
  background: #eaeaea;
  position: relative;
}
.personal-achieve-list li a::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  height: 6px;
  background: #22a269;
}
.personal-achieve-list li.on a,.personal-achieve-list li a:hover{
  background: #22a269;
  color: #fff;
}
.personal-vedio-box{
  padding: 40px 0;
  background: url(../zsimages/personal-bg2.png) no-repeat center;
}
.personal-vedio-box2{
  background: none;
}
.personal-vedio-box3{
  background: url(../zsimages/personal-bg3.png) no-repeat center;
}
.personal-slider-box{
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.personal-slider-box .swiper-container{
  height: 188px;
}
.personal-slider-box2 .swiper-container{
  height: 336px;
}
.personal-slider-box:hover .swiper-button-prev,.personal-slider-box:hover .swiper-button-next{
  display: block;
}
.personal-slider-box .swiper-button-prev,.personal-slider-box .swiper-button-next{
  display: none;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(49, 210, 138, 0.7);
  position: absolute;
  top: 50px;
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 10;
}
.personal-slider-box2 .swiper-button-prev,.personal-slider-box2 .swiper-button-next{
  top: 100px;
}
.personal-slider-box .swiper-button-prev:hover,.personal-slider-box .swiper-button-next:hover{
  background-color: rgba(49, 210, 138, 1);
}
.personal-slider-box .swiper-button-prev{
  left: 0;
  background-position: 6px;
  background-image: url(../zsimages/slider-arrow-prev.png);
}
.personal-slider-box .swiper-button-next{
  right: 0;
  background-position: 10px;
  background-image: url(../zsimages/slider-arrow-next.png);
}
.personal-swiper-context{
  width: 216px;
 margin-right: 30px;
 cursor: pointer;
}
.swiper-wrapper .swiper-slide:nth-last-child(1) .personal-swiper-context{
  margin-right: 0;
}
.personal-swiper-img{
  width: 100%;
  height: 126px;
  position: relative;
}
.swiper-video-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 43px;
  height: 42px;
  margin: -21px 0 0 -21px;
  background: url(../zsimages/iconplay.png) no-repeat;
  background-size: contain;
  z-index: 10;
}
.personal-swiper-context img{
  display: block;
  width: 100%;
  height: 100%;
  border:1px solid #eaeaea;
}
.personal-swiper-text{
  background: #eaeaea;
  padding: 5px 10px;
  line-height: 26px;
  font-size: 14px;
  color: #333;
  text-align: left;
  height: 62px;
}
.personal-swiper-context1{
width: 168px;
margin-right: 38px;
}
.personal-swiper-context1 .personal-swiper-img{
  height: 208px;
}
.personal-swiper-context1 .personal-swiper-text{
  height: 128px;
}
.personal-swiper-text h4{
  font-size: 18px;
  color: #333;
  font-weight: normal;
  margin-bottom: 5px;
  width: fit-content;
  border-bottom: 6px solid #32d18a;
}
.personal-swiper-text .tips{
  color: #666;
  line-height: 20px;
  margin-top: 2px;font-size:13px;
}
.graduate-info-box{
  position: relative;
  border: 2px solid #32d18a;
  padding: 20px 26px;
  background: #f6fefb;
  width: 1200px;
  margin: 0 auto 50px;
}
.graduate-info-box h3{
  position: absolute;
  left: 50%;
  top: -15px;
  height: 30px;
  line-height: 30px;
  width: 180px;
  margin-left: -90px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  background: #32d18a;
  border-radius: 4px;
}
.graduate-info-box p{
  color: #333;
  font-size: 14px;
  line-height: 26px;
  text-indent: 2em;
}
.page-dialog-modal{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
  z-index: 1000;
}
.img-dialog-modal{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
  z-index: 1000;
}
.page-dialog-box{
  margin: 15vh auto 0  ;
  width: 900px;
  padding-bottom: 20px;
  background: #fff;
  position: relative;
}
.img-dialog-modal .page-dialog-box{
  width: 90%;
  height: calc(85vh - 70px);
  max-height: initial;
}
.page-dialog-close{
  position: absolute;
  right: 20px;
  top: 10px;
  color: #fff;
  font-size: 20px;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 26px;
  border-radius: 50%;
  background: #c3c3c3;
  font-style: normal;
  cursor: pointer;
}
.page-dialog-header{
  text-align: center;
  padding: 20px 10px;
  font-size: 18px;
  color: #333;
  font-weight: bold;
}
.page-dialog-content{
  padding: 0 20px 20px;
  text-indent: 2em;
  font-size: 14px;
  line-height: 24px;
  max-height: calc(70vh - 70px);
  overflow-y: auto;
}
.img-dialog-box{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.img-dialog-box img{
  display: block;
  max-width: 100%;
  max-height: 100%;
}



@media (max-width: 768px) {
  .page-home-list-tab,
  .page-home-list-tips,
  .page-back-top {
    display: none;
  }
  .page-home-list-tit,
  .page-home-box {
    display: block !important;
  }
  .page-home-wrapper{
    width: 100%;
    padding: 0 20px;
  }
  .recruit-students-tel{
    width: fit-content;
    /* border: none;
    padding: 0; */
    justify-content: center;
    padding: 10px 80px;
  }
  .tel-icon{
    width: 26px;
    height: 26px;
    background-size: contain;
    margin-right: 10px;
  }
  .recruit-students-tel p span{
    display: block;
    margin-bottom: 5px;
  }
  .page-home-list {
    margin-top: 36px;
  }
  .page-home-list a {
    width: 45%;
    margin-right: 10%;
    margin-bottom: 10%;
    border: 1px #eaeaea solid;
  }
  .page-home-list a:nth-child(2n) {
    margin-right: 0;
  }
  .page-home-bottom{
    text-align: left;
    padding-left: 20px;
  }
  .page-home-bottom span{
    display: block;
  }
  .page-personal-wrapper{
    width: 100%;
    display: block;
    padding:  20px;
  }
  .page-head-logo-left img{
    height: 44px;margin:0 auto;
  }
  .page-head-link-right{
    text-align: center;
  }
  .page-head-link-right a,.page-head-link-right span{
    line-height: 44px;
  }
  .page-personal-box{
    padding: 0;
  }
  .page-personal-box dl{
    display: block;
    width: 100%;
    padding: 20px;
  }
  .page-personal-box dt{
    margin-bottom: 20px;
    width: 100%;
    height: auto;
  }
  .page-personal-tags{
    display: block;
  }
  .page-personal-tags p{
    margin-bottom: 10px;
  }
  .page-personal-tags p:nth-child(3){
    padding-left: 20px;
  }
  .page-personal-msg span{
    display: block;
  }
  .personal-student-cout-box{
    padding: 15px 0;
  }
  .personal-student-cout{
    display: block;
    width: 100%;
    padding: 0 20px;
  }
  .personal-student-cout li{
    margin: 0;
    width: 100%;
    height: 58px;
    line-height: 58px;
    margin-bottom: 10px;
  }
  .personal-student-cout li div{
    width: 140px;
    padding-left: 5px;
  }
  .personal-student-cout li p{
    margin-left: -10px;
  }
  .personal-student-cout li span{
    margin: 0 5px;
    font-size: 20px;
    position: relative;
    top: -3px;
  }
  .personal-require-box{
    background-size: cover;
  }
  .personal-require-list{
    width: 100%;
    padding: 50px 20px 0;
    flex-wrap: wrap;
  }
  .personal-require-list li{
    width: 100%;
    margin-right:0%;
    margin-bottom: 70px;
	padding-bottom:30px;
    padding-top: 60px;
	border-radius:15px;
	height:auto;
  }
  .personal-require-list li:nth-child(even){
    margin-right: 0;
  }
  .personal-require-list li:nth-last-child(1){
    margin: 0;
  }
  .require-img{
    width: 100px;
    height: 100px;
    top: -50px;
    margin-left: -50px;
  }
  .require-img i{
    width: 50px;
    height: 49px;
    margin: 10px auto 0 ;
  }
  .require-img h3{
    font-size: 16px;
  }
  .personal-achieve-list {
    width: 100%;
    padding: 0 20px;
  }
  .personal-achieve-list li {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 4%;
  }
  .personal-achieve-list li:nth-child(even){
    margin-right: 0;
  }
  .personal-achieve-list li:nth-child(odd){
    margin-right: 0%;
  }
  .personal-achieve-list li a:hover{
    background: #eaeaea;
    color: #333;
  }
  .personal-slider-box{
    width: 100%;
  }
  .personal-vedio-box{
    padding: 40px 20px;
  }
  .personal-slider-box .swiper-button-prev,.personal-slider-box .swiper-button-next{
    display: block;
  }
  .graduate-info-box{
    width: 100%;
  }
  .page-dialog-box{
    width: 90%;
  }
  
  .page-right-nav li{display:none;}
  
  .page-personal-tags p:nth-child(1),.page-personal-tags p:nth-child(2),.page-personal-tags p:nth-child(3){width:100%;}
  .page-right-nav{top:60%!important;}
  .page-personal-msg p img{width:100%;}
}
@media screen and (min-width:768px) and (max-width: 1396px){
.page-right-nav{
  right: 0;
  left: inherit;
  margin-left: 0;
}


}