/* CSS  */
* {margin:0;padding:0;outline:none;list-style:none;text-decoration:none;box-sizing: border-box;font-family: Microsoft YaHei,arial;}
body,html {color:#333;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;background: #fff;position: relative;font-size: 14px;}
body{min-width: 1200px;overflow-x: hidden;background: url(../images/bg.png) no-repeat center bottom;}
body.lan{background: url(../images/bglan.png) no-repeat center bottom;}
img{border:none;max-width: 100%;vertical-align: top; }
input, textarea ,select{border:none;background:none;cursor:pointer;font-size:14px;vertical-align:middle;color:#333;}
select {border:inherit;background: inherit; }
em, i {font-style:normal;  }
a{color: #000;text-decoration: none;}
a:focus, input, select {outline:none;}
.clearfix {*zoom:1; clear: both; }
.clearfix:after {content:"\200B"; display: block;clear: both;height: 0;  }
.inner{width: 1200px;margin: 0 auto;position: relative;}
.fl{float: left;}
.fr{float: right;}
/* body,html,li,a:active, body,html,li,a:hover, body,html,li,a:visited{
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select: none;
    -moz-user-focus: none;
    -moz-user-select: none;
} */

/* 动画缓存公共文件  最好放最下面 */
a,*:before,*:after,.navSub{-webkit-transition:all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}


input::-webkit-input-placeholder{color: #ccc;} /* WebKit browsers */
input:-moz-placeholder{color: #ccc;} /* Mozilla Firefox 4 to 18 */
input::-moz-placeholder{color: #ccc;} /* Mozilla Firefox 19+ */
input:-ms-input-placeholder {color: #ccc;} /* Internet Explorer 10+ */
select::-ms-expand {
    display: none;
}
a:active, a:hover, a:visited{
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select: none;
    -moz-user-focus: none;
    -moz-user-select: none;
}


/* 移入放大 */
#grad:hover{-webkit-transform:scale(1.1,1.1);-moz-transform:scale(1.1,1.1);transform:scale(1.1,1.1);}
/* 移入位移 */
#grad:hover{ -webkit-transform: translate(0, -10px);-moz-transform: translate(0, -10px);transform: translate(0, -10px);}
/* 从上大小渐变 */
#grad {
    background: -webkit-linear-gradient(red, blue); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(red, blue); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(red, blue); /* Firefox 3.6 - 15 */
    background: linear-gradient(red, blue); /* 标准的语法 */
  }  
/* 从左到右渐变 */
#grad {
    background: -webkit-linear-gradient(left, red , blue); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, red, blue); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, red, blue); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, red , blue); /* 标准的语法 */
  }



.toast-loading .index-toast {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  padding: 24px 30px;
  max-width: 360px;
  min-width: 180px;
  width: max-content;
  line-height: 30px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  background: rgba(0, 0, 0, 0.65);
  border-radius: 20px;
  transform: translate(-50%, -50%);
  box-sizing: content-box;
  z-index: 10000002;
}
.toast-loading .loading {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10000001;
}
.toast-loading .loading .loading-cont {
  padding: 15px 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 360px;
  min-width: 160px;
  width: max-content;
  min-height: 160px;
  text-align: center;
  background: rgba(0, 0, 0, 0.65);
  border-radius: 10px;
  box-sizing: border-box;
}
.toast-loading .loading .loading-img {
  width: 50px;
  height: 50px;
  background-image: url("https://www.kaoyan365.cn/statics/images/icon/loading.gif");
  background-repeat: no-repeat;
  background-size: cover;
}
.toast-loading .loading .text {
  margin-top: 15px;
  line-height: 30px;
  font-size: 20px;
  color: #fff;
  
}
.toast-loading .loading-mask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000001;
}

header{height: 100px;background: url(../images/header.jpg) no-repeat center;display: flex;flex-wrap: wrap;justify-content: center;padding-top: 12px;}
header a{display: block;width: 442px;height: 78px;border: 4px #0f8cf6 solid;border-radius: 50px;background:url(../images/zxs.png) no-repeat center #fff;overflow: hidden;}
header a:nth-child(2){margin-left: 152px;background: url(../images/zzr.png) no-repeat center #fff;border-color: #f21112;}
header a:nth-child(1).act{background:url(../images/zxs_on.png) no-repeat center, linear-gradient(to bottom,#39ffab,#038afa);}
header a:nth-child(2).act{background:url(../images/zzr_on.png) no-repeat center, linear-gradient(to bottom,#f88081,#ff1b14);}





/*   在职人 begin */
.zzr{display: none;}
.zzrBanner{height: 600px;background: url(../images/zzrbanner.jpg) no-repeat center;}
.zzrM1{height: 616px;background: url(../images/zzrm1bg.png) no-repeat center top;}
.zzrM1 p{font-size: 24px;color: #fff;position: absolute;}
.zzrM1 p:nth-child(1){top: 184px;left: 392px;}
.zzrM1 p:nth-child(2){top: 206px;left: 678px;}
.zzrM1 p:nth-child(3){top: 196px;left: 982px;}
.zzrM1 p:nth-child(4){top: 276px;left: 250px;}
.zzrM1 p:nth-child(5){top: 276px;left: 466px;}
.zzrM1 p:nth-child(6){top: 280px;left: 772px;}
.zzrM1 p:nth-child(7){top: 364px;left: 292px;}
.zzrM1 p:nth-child(8){top: 344px;left: 628px;}
.zzrM1 p:nth-child(9){top: 336px;left: 1000px;}
.zzrM1 p:nth-child(10){top: 420px;left: 500px;}
.zzrM1 p:nth-child(11){top: 422px;left: 812px;}
.zzrBtn{display: block;margin: 0 auto;font-size: 26px;color: #0d0d0d;font-weight: bold;text-align: center;width: 400px;height: 60px;line-height: 60px;background: linear-gradient(to bottom,#fff3ce,#ffc102);border-radius: 50px;position: relative;top: 550px;}
.zzrM2Tit{text-align: center;}
.zzrM2{padding-top: 50px;}
.zzrM2List{display: flex;flex-wrap: wrap;justify-content: space-between;}
.zzrM2List li{width: 276px;height: 215px;margin-top: 25px;text-align: center;padding-top: 16px;}
.zzrM2List li:nth-child(1),.zzrM2List li:nth-child(3),.zzrM2List li:nth-child(5),.zzrM2List li:nth-child(7){background: url(../images/zzrm2itembg1.png) no-repeat center;}
.zzrM2List li:nth-child(2),.zzrM2List li:nth-child(4),.zzrM2List li:nth-child(6),.zzrM2List li:nth-child(8){background: url(../images/zzrm2itembg2.png) no-repeat center;}
.zzrM2List li p:nth-child(2){font-weight: bold;font-size: 24px;color: #232323;padding-bottom: 5px;padding-top: 20px;}
.zzrM2List li p:nth-child(3){font-size: 18px;color: #333;line-height: 25px;}
.zzrM2List li i{display: block;width: 54px;height: 54px;margin: 0 auto;border-radius: 50%;}
.zzrM2List li:nth-child(1) i{background: url(../images/zzrm2ico1.png) no-repeat center;}
.zzrM2List li:nth-child(2) i{background: url(../images/zzrm2ico2.png) no-repeat center;}
.zzrM2List li:nth-child(3) i{background: url(../images/zzrm2ico3.png) no-repeat center;}
.zzrM2List li:nth-child(4) i{background: url(../images/zzrm2ico4.png) no-repeat center;}
.zzrM2List li:nth-child(5) i{background: url(../images/zzrm2ico5.png) no-repeat center;}
.zzrM2List li:nth-child(6) i{background: url(../images/zzrm2ico6.png) no-repeat center;}
.zzrM2List li:nth-child(7) i{background: url(../images/zzrm2ico7.png) no-repeat center;}
.zzrM2List li:nth-child(8) i{background: url(../images/zzrm2ico8.png) no-repeat center;}
.zzrM2Btn{top: 40px;}

.zzrM3{padding-top: 88px;}
.zzrM3List{display: flex;flex-wrap: wrap;justify-content: space-between;padding-top: 20px;}
.zzrM3List li{width: 380px;height: 385px;overflow: hidden;text-align: center;padding-top: 20px;}
.zzrM3List li:nth-child(1){background: url(../images/zzrm3bg1.png) no-repeat center;}
.zzrM3List li:nth-child(2){background: url(../images/zzrm3bg2.png) no-repeat center;}
.zzrM3List li:nth-child(3){background: url(../images/zzrm3bg3.png) no-repeat center;}
.zzrM3LiImg{width: 340px;height: 230px;background: #fff;border-radius: 6px;margin: 0 auto;overflow: hidden;}
.zzrM3LiP{line-height: 35px;font-weight: bold;color: #fff;font-size: 20px;padding-top: 15px;}
.zzrM3Btn{top: 0;margin-top: 33px;}

.zzrM4{padding-top:50px ;}
.zzrM4Table1{background: url(../images/table1.png) no-repeat center;height: 1160px;margin-bottom: 2px;margin-top: 30px;}
.zzrM4Table2{background: url(../images/table2.png) no-repeat center;height: 212px;}

.zzrM5{padding-top: 80px;}
.zzrM5List{display: flex;flex-wrap: wrap;justify-content: space-between;padding-top: 30px;}
.zzrM5List li{width: 284px;height: 294px;text-align: center;}
.zzrM5List li:nth-child(1){background: url(../images/zzrm5bg1.png) no-repeat center;}
.zzrM5List li:nth-child(2){background: url(../images/zzrm5bg2.png) no-repeat center;}
.zzrM5List li:nth-child(3){background: url(../images/zzrm5bg3.png) no-repeat center;}
.zzrM5List li:nth-child(4){background: url(../images/zzrm5bg4.png) no-repeat center;}
.zzrM5List li:nth-child(5){background: url(../images/zzrm5bg5.png) no-repeat center;}
.zzrM5List li:nth-child(6){background: url(../images/zzrm5bg6.png) no-repeat center;}
.zzrM5List li:nth-child(7){background: url(../images/zzrm5bg7.png) no-repeat center;}
.zzrM5List li:nth-child(8){background: url(../images/zzrm5bg8.png) no-repeat center;}
.zzrM5LiP1{font-size:30px;font-weight: bold;padding-top: 100px;padding-bottom: 17px;position: relative;margin-bottom: 18px;}
.zzrM5LiP1::before{content: '';display: block;width: 66px;height: 7px;position: absolute;left: 50%;transform: translate(-50%,0);bottom: 0;background: #e31916;border-radius: 5px;}
.zzrM5LiP2{line-height: 30px;font-size: 20px;color: #4b4b4b;}

.zzrM6{padding-top: 60px;padding-bottom: 70px;}
.zzrM6Con{width: 1200px;height: 764px;background: url(../images/zzrm6bg.png) no-repeat center;margin-top: 36px;position: relative;margin-bottom: 40px;}
.zzrM6C{width: 370px;height: 312px;position: absolute;left:196px ;top: 216px;padding: 43px;}
.zzrM6CP1{font-size: 18px;color: #ffbbbb;padding-bottom: 15px;}
.zzrM6CP1 b{color: #ffe947;padding-right: 10px;}
.zzrM6CP2{line-height: 37px;color: #fff;font-size: 18px;}
.zzrM6CP2 b{font-size: 21px;display: inline-block;padding-right: 10px;}
/*   在职人 end   */


/* 在校生  begin */
.zxs{display: none;}
.zxsBanner{background: url(../images/zxsbanner.jpg) no-repeat center;height: 600px;}
.zxsM1{height: 616px;background: url(../images/zxsm1bg.png) no-repeat center top;}
.zxsM1 p{position: absolute;font-size: 24px;color: #fff;}
.zxsM1 p:nth-child(1){top: 183px;left: 405px;}
.zxsM1 p:nth-child(2){top: 208px;left: 678px;}
.zxsM1 p:nth-child(3){top: 196px;left: 982px;}
.zxsM1 p:nth-child(4){top: 278px;left: 264px;}
.zxsM1 p:nth-child(5){top: 274px;left: 464px;}
.zxsM1 p:nth-child(6){top: 280px;left: 776px;}
.zxsM1 p:nth-child(7){top: 366px;left: 290px;}
.zxsM1 p:nth-child(8){top: 344px;left: 630px;}
.zxsM1 p:nth-child(9){top: 336px;left: 1004px;}
.zxsM1 p:nth-child(10){top: 420px;left: 500px;}
.zxsM1 p:nth-child(11){top: 422px;left: 808px;}

.zxsM2{height: 718px;}
.zxsM2 .zzrM2List li:nth-child(1),.zxsM2 .zzrM2List li:nth-child(3),.zxsM2 .zzrM2List li:nth-child(5),.zxsM2 .zzrM2List li:nth-child(7){background: url(../images/zxsm2itembg1.png) no-repeat center;}
.zxsM2 .zzrM2List li:nth-child(2),.zxsM2 .zzrM2List li:nth-child(4),.zxsM2 .zzrM2List li:nth-child(6),.zxsM2 .zzrM2List li:nth-child(8){background: url(../images/zxsm2itembg2.png) no-repeat center;}
.zxsM2 .zzrM2List li:nth-child(1) i{background: url(../images/zzrm2ico1lan.png) no-repeat center;}
.zxsM2 .zzrM2List li:nth-child(2) i{background: url(../images/zzrm2ico2lan.png) no-repeat center;}
.zxsM2 .zzrM2List li:nth-child(3) i{background: url(../images/zzrm2ico3lan.png) no-repeat center;}
.zxsM2 .zzrM2List li:nth-child(4) i{background: url(../images/zzrm2ico4lan.png) no-repeat center;}
.zxsM2 .zzrM2List li:nth-child(5) i{background: url(../images/zzrm2ico5lan.png) no-repeat center;}
.zxsM2 .zzrM2List li:nth-child(6) i{background: url(../images/zzrm2ico6lan.png) no-repeat center;}
.zxsM2 .zzrM2List li:nth-child(7) i{background: url(../images/zzrm2ico7lan.png) no-repeat center;}
.zxsM2 .zzrM2List li:nth-child(8) i{background: url(../images/zzrm2ico8lan.png) no-repeat center;}

.zxsM3{padding-top: 48px;}
.zxsM3 .zzrM4Table1{background: url(../images/table1lan.png) no-repeat center;height: 1274px;margin-bottom: 2px;margin-top: 30px;}
.zxsM3 .zzrM4Table2{background: url(../images/table2lan.png) no-repeat center;height: 212px;}

.zxsM4{padding-top: 80px;}
.zxsM4 .zzrM5LiP1::before{background: #0071ff;}
.zxsM4 .zzrM5List li:nth-child(1){background: url(../images/zzrm5bg1lan.png) no-repeat center;}
.zxsM4 .zzrM5List li:nth-child(2){background: url(../images/zzrm5bg2lan.png) no-repeat center;}
.zxsM4 .zzrM5List li:nth-child(3){background: url(../images/zzrm5bg3lan.png) no-repeat center;}
.zxsM4 .zzrM5List li:nth-child(4){background: url(../images/zzrm5bg4lan.png) no-repeat center;}
.zxsM4 .zzrM5List li:nth-child(5){background: url(../images/zzrm5bg5lan.png) no-repeat center;}
.zxsM4 .zzrM5List li:nth-child(6){background: url(../images/zzrm5bg6lan.png) no-repeat center;}
.zxsM4 .zzrM5List li:nth-child(7){background: url(../images/zzrm5bg7lan.png) no-repeat center;}
.zxsM4 .zzrM5List li:nth-child(8){background: url(../images/zzrm5bg8lan.png) no-repeat center;}

.zxsM5 .zzrM6Con{width: 1200px;height: 764px;background: url(../images/zzrm6bglan.png) no-repeat center;margin-top: 36px;position: relative;margin-bottom: 40px;}
.zxsM5 .zzrM6CP1{color: #bbceff;}