<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* 头部 */
.ht_top {
  height: 60px;
  background:rgba( 30, 30, 30, .8);
}
.ht_top h1 {
  float:left;
}
.ht_top h1 a {
  display: block;
  width: 160px;
  height: 60px;
  overflow: hidden;
  text-indent: -100em;
  background: url(../images/logo.png) no-repeat left;
}
.topNav { 
  float:left;
  margin-left:60px;
}
.topNav li {
  position:relative;
  float:left;
}
.topNav .navtit {
  width:135px;
  height:60px;
  cursor: pointer;
	color:#fff;
  font-size: 16px;
  line-height:60px;
  text-align:center;
}
.topNav li:hover .navtit {
  background: #1e1e1e;
  color:#009775;
}
.topNav .navtit:after { 
  content: "&gt;";
  display:inline-block;
  vertical-align: top;
  width:25px;
  height:60px;
  font-size: 12px;
  transform:rotate(90deg) scale(.75,1.5);
	transition:.3s;
}
.topNav li:hover .navtit:after {
  color:#009775;
	transform:rotate(-90deg) scale(.75,1.5);
}
.topNav .navcon {
  display: none;
  position: absolute;
  left:0;
  top:60px;
  width:100%;
  padding:10px 0;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, .25);
  z-index: 1;
  text-align: center;
}
.topNav .navcon img {
  display:block;
  width:105px;
  height:105px;
  margin:0 auto 5px;
}
.topNav .navcon p {
  font-size: 16px;
  line-height: 24px;
}
.ht_top .topnav {
  float: right;
}
.ht_top .topnav a {
  display: inline-block;
  margin-left: 25px;
  cursor: pointer;
  color:#fff;
  font-size:16px;
  line-height: 60px;
}
.ht_top .topnav a:hover {
  color:#009775;
}
/* 尾部 */
.newfooter {
  padding: 30px 0;
  background-color: #333;
  text-align: center;
}
.newfooter p,
.newfooter p a {
  font-size: 14px;
  color: #fff;
  line-height: 26px;
}
#changeTitle{
  display: none;
}
#changeProvince{
  margin-bottom: 15px;
}
.chartTips{
  padding-top:25px;
}
.btn06{
  display: inline-block;
  height: 26px;
  padding: 0 12px;
  border-radius: 26px;
  border: 1px solid #e5e8e7;
}
.btn06:hover{
  border-color: #5ad5b4;
}
.sort {
    display: inline-block;
    width: 30px;
    height: 20px;
    background-image: url(../images/icon-arr-5.png);
    background-repeat: no-repeat;
    background-position: center center;
    vertical-align: middle;
    cursor: pointer;
    background-size: 13px 16px;
}
.sort-down {
    background-image: url(../images/icon-arr-down.png);
}
.login-view{
  color: #009775;
  cursor: pointer;
}
.login-view-num .num{
  display: none;
}
.cover{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 11;
    background-color: rgba(0,0,0,1);
}
/* 注册弹窗 */
.loginbox .imgCodes #captchaimg,.imgCodes img {
  width: 120px;
  height: 46px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
}
/* 注册弹窗 */
.registerbox, .loginbox {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 390px;
  height: 430px;
  padding: 0 25px;
  margin: -215px 0 0 -195px;
  background-color: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  display: none;
  z-index: 99;
}
.loginbox {
  height:380px;

}
.registerbox h3, .loginbox h3 {
  font-size: 20px;
  line-height: 80px;
  text-align: center;
}

.registerbox h3 em, .loginbox h3 em {
  display: inline-block;
  margin: 0 16px;
  color: #009775;
  cursor: pointer;
}

.registerbox h3 span, .loginbox h3 span {
  display: inline-block;
  color: #333;
  margin: 0 16px;
  cursor: pointer;
}

.registerbox .close, .loginbox .close {
  right: 10px;
  top: 10px;
  width: 14px;
  height: 14px;
  background: url(../images/icon-close03.png) no-repeat center / 100% 100%;
}

.registerbox .selDiv, .loginbox .selDiv {
  float: none;
  width: 100%;
  height: 46px;
  margin: 0 0 14px 0;
}

.registerbox .selDiv .inp, .loginbox .selDiv .inp {
  height: 46px;
  line-height: 46px;
}

.registerbox .selDiv cite, .loginbox .selDiv cite {
  height: 46px;
  line-height: 46px;
}

.registerbox .selDiv ul, .loginbox .selDiv ul {
  top: 46px;
}

.registerbox .imgCodes, .loginbox .imgCodes {
  position: relative;
}

.registerbox .code .inp, .registerbox .imgCodes .inp, .loginbox .imgCodes .inp {
  width: 208px;
}

.registerbox .imgCodes #captchaimg, .loginbox .imgCodes #captchaimg {
  width: 120px;
  height: 46px;
  cursor: pointer;
}

.registerbox .code .auth, .loginbox .code .auth {
  position: absolute;
  right: 0;
  top: 0;
  width: 120px;
  height: 46px;
  background-color: #5ad5b4;
  border-radius: 6px;
  font-size: 16px;
  line-height: 46px;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

.registerbox .submit, .dl_bottom a {
  width: 100%;
  height: 50px;
  margin-top: 25px;
  line-height: 50px;
  border-radius: 6px;
  color: #fff;
  background: #009775;
  background: linear-gradient(90deg, #5ad5b4, #009775);
}

.registerbox .submit:hover, .dl_bottom a:hover {
  color: #fff;
  background: #009775;
  background: linear-gradient(90deg, #009775, #5ad5b4);
}

.loginbox {
  height: 380px;
}

.dl_bottom a {
  display: block;
  text-align: center;
  font-size: 20px;
}


/* 头图和导航 */
.header {
  background: url(../images/banner.jpg) no-repeat center top;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  position: relative;
}
.banner {
  position: relative;
  height: 230px;
}
.banner h2 {
  position: absolute;
  left: 50%;
  top: 30px;
  margin-left: -580px;
  font-size: 66px;
  font-weight: 800;
  line-height: 70px;
  color: #fff;
}
.banner h2 span {
  font-size: 24px;
  font-weight: 400;
}
.nav {
  margin:0 auto;
  width: 1176px;
  height: 120px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.1);
  display: flex; 
  flex-direction: row;
  -webkit-box-pack:justify;
  -webkit-justify-content:space-between;
  -ms-flex-pack:justify;
  justify-content:space-between;
}
.nav li {
  flex: 1;
  width: 150px;
  height: 120px;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
}
.nav li.current {
  background-color: #edf7f8;
}
.nav li a {
  display: block;
  width: 100%;
  height: 100px;
  padding-top: 20px;
}
.nav i {
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  background-image: url(../images/icon-nav.png);
  background-repeat: no-repeat;
}
.nav li:nth-child(1) i {
  background-position: 0 0;
}

.nav li:nth-child(2) i {
  background-position: 0 -50px;
}

.nav li:nth-child(3) i {
  background-position: 0 -100px;
}

.nav li:nth-child(4) i {
  background-position: 0 -150px;
}

.nav li:nth-child(5) i {
  background-position: 0 -200px;
}

.nav li:nth-child(6) i {
  background-position: 0 -300px;
}
.nav li:nth-child(7) i {
  background-position: 0 -250px;
}
.nav li:hover a, .nav li.current a {
  color: #009775;
}

.nav li:nth-child(1):hover i, .nav li:nth-child(1).current i {
  background-position: -50px 0;
}

.nav li:nth-child(2):hover i, .nav li:nth-child(2).current i {
  background-position: -50px -50px;
}

.nav li:nth-child(3):hover i, .nav li:nth-child(3).current i {
  background-position: -50px -100px;
}

.nav li:nth-child(4):hover i, .nav li:nth-child(4).current i {
  background-position: -50px -150px;
}

.nav li:nth-child(5):hover i, .nav li:nth-child(5).current i {
  background-position: -50px -200px;
}

.nav li:nth-child(7):hover i, .nav li:nth-child(7).current i {
  background-position: -50px -250px;
}
.nav li:nth-child(6):hover i, .nav li:nth-child(6).current i {
  background-position: -50px -300px;
}

/* title */
.title, .title02 {
  padding: 40px 0;
  font-size: 28px;
  line-height: 40px;
  text-align: center;
}
.title02 {
  text-align: left;
}
.title02 span {
  margin-left: 10px;
  font-size: 16px;
  color: #999;
}
.title03 h2 {
  font-size: 28px;
  line-height: 64px;
  font-weight: bold;
}
.title03 p {
  font-size: 20px;
  line-height: 40px;
}
.title03 p em {
  margin: 0 20px 0 10px;
}
.title03 .links {
  top: 18px;
}
.title04,.title03 h3{
  padding-top: 15px;
  font-size: 24px;
  line-height: 60px;
  font-weight: bold;
}
.title03 h3{
  font-size: 24px;
}
/* 报名人数 */
.countBox {
  margin-top: 60px;
  height: 160px;
  box-sizing: border-box;
  background: #fff;
  border:1px solid rgba(154,154,154,0.15);
  box-shadow: 0 0 20px rgba(230, 230, 230, .16);
  font-size: 24px;
  text-align: center;
  box-sizing: border-box;
  padding-top:30px;
}
.bm-num-box{
  height:60px;
  line-height: 60px;
  overflow:hidden;
  text-align: center;
  padding-bottom:40px;
}
.countBox span {
  padding:0 30px;
  font-size: 36px;
  font-weight: 800;
  display: inline-block;
}
.countBox span b {
  color: #ed531e;
  font-weight: 800;
}
.countBox a {
  display: inline-block;
  width: 260px;
  height: 60px;
  background: #009775;
  background: linear-gradient(-87deg, #009775 , #5ad5b4, #5ad5b4, #009775  ) no-repeat right ;
  background-size: 200%;
  box-shadow: 0 20px 30px rgba(0, 153, 137, .25);
  border-radius: 60px;
  color: #fff;
  font-size: 20px;
  line-height: 60px;
  text-align: center;
  transition: .3s;
}
.countBox a:hover {
  color: #fff;
  background-position: left;
}
/* 模糊搜索 */
.selectBox {
  margin-top: 60px;
  margin-bottom: 80px;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, .07);
}
.selectBoxLeft,
.selectBoxImg {
  /*float: left;*/
  /*width: 50%;*/
  width: 100%;
  overflow: hidden;
}
.selectBoxLeft{
  padding-bottom: 35px;
}
.selectBoxLeft .intDiv {
  width: 78%;
  height: 60px;
  margin:35px auto 0;
  overflow: hidden;
  box-sizing: border-box;
  background: #fff;
  border: solid 1px #5ad5b4;
  border-radius: 6px;
  box-shadow: 0 5px 30px rgba(0, 153, 137, 0.15);
}
.selectBoxLeft .keyWord {
  display: block;
  float: left;
  width:72%;
  height:58px;
  border:none;
  font-size: 18px;
  text-indent: 1em;
}
.selectBoxLeft .searchBtn {
  display: block;
  float: right;
  width: 28%;
  height:58px;
  cursor: pointer;
  background: #009775;
  border:none;
  background: linear-gradient(-87deg, #009775 , #5ad5b4, #5ad5b4, #009775  ) no-repeat right ;
  background-size: 200%;
  color:#fff;
  font-size: 20px;
  line-height: 58px;
  text-align: center;
  transition: .3s;
}
.selectBoxLeft .searchBtn:hover {
  color: #fff;
  background-position: left;
}
.selectBoxLeft .hotWords {
  width: 78%;
  max-height: 60px;
  margin:20px auto 0;
  overflow: hidden;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
}
.selectBoxLeft .hotWords a {
  padding:0 8px;
}
.selectBoxImg img {
  display: block;
  width: 100%;
}
.count-line {
  border-bottom: 1px solid #ececec;
  margin-bottom: 20px;
}

/* 搜索条件 */
.selDiv {
  float: left;
  width: 23%;
  height: 62px;
  margin: 0 1% 15px;
  position: relative;
}
/* .selDiv:nth-child(5) {
  margin-right: 0;
} */
.selDiv cite {
  display: block;
  width: 100%;
  height: 62px;
  padding-right: 20px;
  border-radius: 8px;
  border: 1px solid #ececec;
  background-image: url(../images/icon-arr-1.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-color: #fff;
  font-size: 16px;
  line-height: 60px;
  text-indent: 1em;
  cursor: pointer;
  box-sizing: border-box;
  box-shadow: 0 3px 10px 1px #ececec;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.selDiv:hover cite {
  color: #009775;
  border-color: #5ad5b4;
  background-image: url(../images/icon-arr-2.png);
  box-shadow: 0 5px 30px rgba(0,153,137,0.15);
}
.selDiv ul {
  position: absolute;
  right: 0;
  top: 62px;
  width: 100%;
  max-height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 10;
  background: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 8px;
  display: none;
}
.selDiv li {
  font-size: 16px;
  line-height: 40px;
  text-indent: 1em;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.selDiv li:hover {
  background-color: #CCC;
}
.selDiv .inp {
  display: block;
  width: 100%;
  height: 62px;
  border-radius: 8px;
  border: 1px solid #ececec;
  background-color: #fff;
  font-size: 16px;
  line-height: 60px;
  text-indent: 1em;
  cursor: pointer;
  box-sizing: border-box;
  box-shadow: 0 3px 10px 1px #dcdcdc;
}
.selDiv:hover .inp {
  color: #009775;
  border-color: #5ad5b4;
  box-shadow: 0 5px 30px rgba(0,153,137,0.15);
}
.submit {
  display: block;
  width: 260px;
  height: 60px;
  margin: 56px auto 40px;
  border-radius: 60px;
  background: #009775;
  background: linear-gradient(-87deg, #009775 , #5ad5b4, #5ad5b4, #009775  ) no-repeat right ;
  background-size: 200%;
  box-shadow: 0 10px 30px rgba(0, 153, 137, .25);
  font-size: 20px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  transition: .3s;
}
.submit:hover {
  color: #fff;
  background-position: left;
}

/* 排行榜 */
.hot-wrap {
  width:48%;
}
.hot-wrap h3 {
  margin-bottom: 20px;
  font-size: 20px;
}
.hot-list {
  height: 563px;
  padding:0 30px 30px;
  box-sizing: border-box;
  background: #fff;
  border: solid 1px #ececec;
  border-radius: 6px;
}
.list-title {
  height:70px;
  margin-bottom: 10px;
  border-bottom: solid 1px #ececec;
  font-size: 16px;
  font-weight: 800;
  line-height: 70px;
  text-align: center;
}
.list-title .list-l {
  float:left;
  width:70%;
}
.list-title .list-r {
  float:right;
  width:18%;
}
.hot-wrap li {
  height: 48px;
  overflow: hidden;
  line-height: 48px;
}
.hot-wrap .list-l {
  float:left;
  width:70%;
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.hot-wrap .list-l em {
  padding:0 15px;
  color: #999;
  font-size: 16px;
}
.hot-wrap li:nth-child(-n+3) em {
  color: #fd9c27;
}
.hot-wrap span {
  float:right;
  width:18%;
  color:#666;
  text-align: center;
}
.hot-wrap .list-l a:hover {
  color:#009775;
  text-decoration: underline;
}

/* 更多推荐 */
.moreView {
  margin-top: 80px;
}
.moreView .pic {
  position: relative;
  display: block;
  float:left;
  width: 507px;
  height: 286px;
  margin-right:39px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 30px rgba(0, 0, 0, .05);
  transition: .3s;
}
.moreView .pic:hover {
  box-shadow: 0 0 35px rgba(0, 0, 0, .1);
}
.moreView .pic:nth-child(3n) {
  margin-right: 0;
}
.moreView .pic img {
  display: block;
  width:100%;
  height:100%;
}
.moreView .pic:hover img {
  opacity: .9;
}
.moreView p {
  position: absolute;
  left: 0;
  bottom:0;
  width: 100%;
  height: 48px;
  background: rgba(0,0,0,.4);
  color: #fff;
  font-size: 18px;
  line-height: 48px;
  text-indent: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* 备考指导入口 */
.bkzdBox {
  padding:50px 30px 20px;
  margin-top: 60px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, .07);
}

.bkzdBox a {
  display:block;
  float:left;
  width:10.5%;
  height:54px;
  margin:0 1% 20px;
  box-sizing: border-box;
  cursor: pointer;
  background: #fff;
  border:1px solid #009775;
  border-radius: 54px;
  font-size: 22px;
  line-height: 52px;
  text-align: center;
}

.bkzdBox a:hover {
  background: #009775;
  background: linear-gradient(-87deg, #009775 , #5ad5b4 );
  background-size: 110%;
  border-color: transparent;
  color:#fff;
}

/* 工作地区 */
.jobAdd li {
  float: left;
  width: 16.66%;
  height: 152px;
  text-align: center;
  border: 1px solid #ececec;
  box-sizing: border-box;
}
.jobAdd li a{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.jobAdd li:hover h4, .jobAdd li:hover p{
  color: #009775;
}
.jobAdd li:hover{
  box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.1)
}
.jobAdd h4 {
  padding-top: 22px;
  font-size: 26px;
  line-height: 30px;
}
.jobAdd p{
  font-size: 16px;
  line-height: 40px;
  color: #999;
}
.jobAdd p span{
  margin: 0 3px;
}

/* 推荐课程 */
.tjkc {
  padding: 50px 0;
}
.tjkc div {
  float: left;
  margin: 0 1%;
  width: 31.3%;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 0 15px 3px rgba(100, 100, 100, 0.1)
}
.tjkc div img {
  transition: all .5s;
}
.tjkc div img:hover {
  transform: scale(1.05, 1.05)
}
.tjkc div p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 42px;
  padding: 0 10px;
  background-color: rgba(0, 0, 0, 0.2);
  font-size: 18px;
  color: #fff;
  line-height: 40px;
  box-sizing: border-box;
  overflow: hidden;
}

/* 免责说明 */
.mianze {
  padding: 30px 0 50px;
  font-size: 16px;
  line-height: 32px;
  color: #009775;
}

/* 右侧悬浮 */
.xfnav {
  position: fixed;
  right: 0;
  bottom: 50%;
  width: 70px;
  margin-bottom: -175px;
  box-sizing: border-box;
  background: #fff;
  border:1px solid #e2e2e2;
  z-index: 5;
}
.xfnav li {
  height:69px;
  border-top:1px solid rgba(226,226,226,.3);
}
.xfnav li a {
  display: block;
  width:100%;
  height:69px;
  padding-top:5px;
  box-sizing: border-box;
  position: relative;
}
.xfnav li em {
  position: absolute;
  right: 10px;
  top: 5px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #f3463c;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  display: none;
}
.xfnav li i {
  display: block;
  width: 40px;
  height: 40px;
  background-image: url(../images/icon-xfnav.png);
  background-repeat: no-repeat;
  margin:0 auto;
}

.xfnav li:nth-child(1) i {
  background-position: 0 0;
}
.xfnav li:nth-child(2) i,
.xfnav04 li:nth-child(1) i {
  background-position: 0 -40px;
}
.xfnav li:nth-child(3) i,
.xfnav04 li:nth-child(2) i{
  background-position: 0 -80px;
}
.xfnav02 li:nth-child(4) i,
.xfnav04 li:nth-child(3) i{
    background-position: 0 -120px;
}
.xfnav02 li:nth-child(5) i,
.xfnav04 li:nth-child(4) i{
    background-position: 0 -160px;
}
.xfnav li span {
  display: block;
  font-size: 14px;
  line-height:18px;
  color: #a5a5a5;
  text-align: center;
}
.xfnav li:nth-child(1):hover i {
  background-position: -40px 0;
}
.xfnav li:nth-child(2):hover i,
.xfnav04 li:nth-child(1):hover i{
  background-position: -40px -40px;
}
.xfnav li:nth-child(3):hover i,
.xfnav04 li:nth-child(2):hover i {
  background-position: -40px -80px;
}
.xfnav02 li:nth-child(4):hover i,
.xfnav04 li:nth-child(3):hover i {
    background-position: -40px -120px;
}
.xfnav02 li:nth-child(5):hover i,
.xfnav04 li:nth-child(4):hover i{
    background-position: -40px -160px;
}
.xfnav li:hover span {
  color: #009775;
}
.xfnav04 {
  margin-bottom: -140px;
}

/* 左侧悬浮 */
.xfnav03 {
  position: fixed;
  left: 0;
  bottom: 50%;
  margin-bottom: -140px;
  z-index: 3;
}
.xfnav03Tit {
  width: 50px;
  height: 280px;
  padding: 36px 10px;
  cursor: pointer;
  box-sizing: border-box;
  background: #008999 ;
  background: linear-gradient( 0, #008999 , #009775 );
  border-radius: 2px;
  color: #fff;
  font-size: 22px;
  line-height:26px;
  text-align: center;
}
.xfnav03Con {
  display: none;
  position: absolute;
  left:50px;
  top:0;
  width: 104px;
  height: 280px;
  box-sizing: border-box;
  background: #fff;
  border: solid 1px #e2e2e2;
  border-left: none;
}

.xfnav03Con a {
  display: block;
  width:100%;
  height:70px;
  padding-top: 5px;
  box-sizing: border-box;
  border-top:1px solid rgba(226,226,226,.3);
}
.xfnav03Con a i {
  display: block;
  width: 40px;
  height: 40px;
  background-image: url(../images/icon-xfnav.png);
  background-repeat: no-repeat;
  margin:0 auto;
}
.xfnav03Con a:nth-child(1) i {
  background-position: 0 -200px;
}
.xfnav03Con a:nth-child(2) i {
  background-position: 0 -240px;
}
.xfnav03Con a:nth-child(3) i {
  background-position: 0 -280px;
}
.xfnav03Con a:nth-child(4) i {
  background-position: 0 -320px;
}
.xfnav03Con a span {
  display: block;
  font-size: 14px;
  line-height:18px;
  color: #a5a5a5;
  text-align: center;
}
.xfnav03Con a:nth-child(1):hover i {
  background-position: -40px -200px;
}
.xfnav03Con a:nth-child(2):hover i {
  background-position: -40px -240px;
}
.xfnav03Con a:nth-child(3):hover i {
  background-position: -40px -280px;
}
.xfnav03Con a:nth-child(4):hover i {
  background-position: -40px -320px;
}
.xfnav03Con a:hover span {
  color: #009775;
}

/* 职位对比弹框 */
.alert-hint {
  display: none;
  position: fixed;
  top: 28%;
  left: 50%;
  width: 400px;
  min-height: 250px;
  padding: 40px;
  margin-left: -200px;
  background-color: #fff;
  z-index: 99;
  box-shadow: 0 0 15px #ddd;
  border-radius: 8px;
  text-align: center;
}
.close {
  position: absolute;
  top: -30px;
  right: -30px;
  width: 30px;
  height: 30px;
  background-image: url(../images/icon-close02.png);
  background-repeat: no-repeat;
  background-size: 100%;
  cursor: pointer;
}
.hint-title {
  margin-bottom: 20px;
  font-size: 20px;
}
.flex {
  display: flex;
  justify-content: left;
  align-items: center;
}
.hint-list li {
  margin-bottom: 20px;
  text-align: left !important;
}
.hint-list li .icon {
  display: block;
  width: 18px;
  height: 18px;
  margin-right: 12px;
  background-image: url(../images/icon-close02.png);
  background-repeat: no-repeat;
}
.hint-list li p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
}
.go {
  margin-left: 16%;
}
.go, .empty {
  width: 120px;
  height: 40px;
  border: 1px solid #009775;
  margin-top: 30px;
  margin-right: 20px;
  line-height: 40px;
  text-align: center;
  border-radius: 8px;
  background-color: #009775;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}
.go:hover {
  color: #fff;
  background-color: #009775;
}
.empty {
  border-color: #ddd;
  margin-right: 0;
  color: #333;
  background-color: #fff;
}

/*竞争排行*/
.linksList {
  margin-top: 30px;
  background-color: #f8f8f8;
}
.linksList li {
  float: left;
  width: 16.25%;
  height: 120px;
  margin-right: 0.5%;
  font-size: 16px;
  line-height: 28px;
  color: #999;
  position: relative;
}
.linksList li:nth-child(6) {
  margin-right: 0;
}
.linksList li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 36px 2px 0 90px;
  box-sizing: border-box;
}
.linksList li span {
  display: block;
}
.linksList li em {
  position: absolute;
  left: 15px;
  top: 30px;
  width: 60px;
  height: 60px;
  background-image: url(../images/icon-icon02.png);
  background-repeat: no-repeat;
  background-size: 60px auto;
}
.linksList li i {
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-left: 10px;
  background-image: url(../images/icon-arr-4.png);
  background-repeat: no-repeat;
  vertical-align: middle;
}
.linksList li:nth-child(1) em {
  background-position: 0 0;
}
.linksList li:nth-child(2) em {
  background-position: 0 -60px;
}
.linksList li:nth-child(3) em {
  background-position: 0 -120px;
}
.linksList li:nth-child(4) em {
  background-position: 0 -180px;
}
.linksList li:nth-child(5) em {
  background-position: 0 -240px;
}
.linksList li:nth-child(6) em {
  background-position: 0 -300px;
}

/* 职位库 */
.tab-province li {
  float: left;
  height: 36px;
  margin: 0 26px 10px 0;
  box-sizing: border-box;
}

.tab-province li a {
  display: block;
  height: 36px;
  font-size: 16px;
  line-height: 36px;
}

.tab-province li.cur {
  border-bottom: 2px solid #009775;
}

.tab-province li.cur a {
  color: #009775;
}

.tab-province-data li:hover {
  border-bottom: 2px solid #009775;
}
/* 职位库 隐藏后三项 */
/*.resultwrap-zw .listTitle span:nth-last-child(1),
.resultwrap-zw .listTitle span:nth-last-child(2),
.resultwrap-zw .listTitle span:nth-last-child(3){
  display: none;
}*/
.resultwrap-zw .linksList{
  display: none;
}

/* 表格样式 */
.table,
.table table {
  border: 1px solid #ededed;
  box-sizing: border-box;
}
.table th {
  padding: 12px 0;
  border-bottom: 1px solid #ededed;
  background-color: #edf7f8;
  text-align: center;
  font-size: 16px;
  line-height: 28px;
}
.table th div {
  cursor: pointer;
}
.table td {
  border-bottom: 1px solid #ededed;
  background-color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  padding: 10px 2px;
}
.table-contrast td {
  padding: 10px 0;
}

.btn01 ,
.zwss p.check_num{
  display: inline-block;
  width: 66px;
  height: 26px;
  background-color: #f5f5f5;
  border-radius: 26px;
  line-height: 26px;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
}
.btn01:hover ,
.zwss p.check_num:hover{
  color: #fff;
  background: #009775;
}
.choose {
  display: inline-block;
  width: 31px;
  height: 31px;
  background-image: url(../images/icon-choose.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  cursor: pointer;
}
.choose.active {
  background-position: left top;
}

/* 分页 */
.coursePage {
  text-align: center;
  overflow: hidden;
  margin: 60px 0 50px;
}
.coursePage li {
  display: inline-block;
}
.coursePage a {
  display: inline-block;
  padding: 0 13px;
  height: 38px;
  border: solid 1px #eaeaea;
  text-align: center;
  line-height: 38px;
  margin: 0 8px;
  color: #333;
  border-radius: 4px;
  font-size: 18px;
}
.coursePage a.coursePage-prev, .coursePage a.coursePage-next {
  width: 40px;
  padding: 0;
}
.coursePage-prev {
  background: url(../images/fxfyprev.png) no-repeat center;
}
.coursePage-next {
  background: url(../images/fxfynext.png) no-repeat center;
}
.coursePage a.coursePage-prev:hover {
  background-image: url(../images/fxfyprevon.png);
}
.coursePage a.coursePage-next:hover {
  background-image: url(../images/fxfynexton.png);
}
.coursePage a:hover {
  color: #009775;
  border: solid 1px #009775;
}
.coursePage a.on {
  background: #009775;
  border: solid 1px #009775;
  color: #fff;
}
.coursePage li.thisclass a {
  background: #009775;
  border: solid 1px #009775;
  color: #fff;
}
.coursePage-inp {
  display: inline-block;
}
.coursePage-inp input {
  width: 50px;
  height: 39px;
  border: solid 1px #eaeaea;
  margin: 0 8px;
  text-align: center;
  border-radius: 4px;
  font-size: 18px;
}
.coursePage-inp button {
  width: 50px;
  height: 39px;
  border: solid 1px #009775;
  background: #009775;
  line-height: 39px;
  margin: 0 8px;
  border-radius: 4px;
  font-size: 18px;
  cursor: pointer;
  color: #fff;
}
/* 面包屑 */
.crumbsNav {
  padding-top: 48px;
  line-height: 40px;
  font-size: 14px;
  color: #999;
}
.crumbsNav span, .crumbsNav a {
  color: #009775;
}

/* 职位详情页 */
.linksBox {
  position: absolute;
  right: 0;
  top: 64px;
}
.btn02 {
  float: right;
  height: 40px;
  padding: 0 17px;
  border-radius: 40px;
  margin-left: 5px;
  background-color: #fdeaea;
  color: #ff5463;
  font-size: 16px;
  line-height: 40px;
  cursor: pointer;
}
.btn02:hover {
  box-shadow: 0 0 5px 2px #f7f7f7;
}
.btn-share {
  background-color: #ecffff;
  color: #00e2dd;
  position: relative;
}
.btn-send {
  background-color: #fef4e6;
  color: #fc972c;
}

/*分享*/
#share {
  position: absolute;
  width: 66px;
  height: 40px;
  top: 0;
  left: 0;
}
#share .bds_more {
  display: block;
  width: 66px;
  height: 40px;
  padding: 0;
  margin: 0;
  background: none;
}
#share .bds_more:hover {
  background: none;
}
.tk-sendToMoble {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 460px;
  height: 420px;
  padding: 40px;
  margin: -250px 0 0 -230px;
  background-color: #fff;
  border-radius: 8px;
  box-sizing: border-box;
  display: none;
}
.tk-sendToMoble input {
  display: block;
  width: 100%;
  height: 62px;
  margin-bottom: 17px;
  border-radius: 8px;
  border: 1px solid #dcdcdc;
  background-color: #fff;
  font-size: 16px;
  line-height: 60px;
  text-indent: 1em;
  cursor: pointer;
  box-sizing: border-box;
}
.tk-sendToMoble .selDiv {
  float: none;
  width: 100%;
}
.tk-sendToMoble .selDiv cite {
  box-shadow: none;
}
.tk-sendToMoble .selDiv ul {
  max-height: 200px;
}
.imgCode {
  position: relative;
}
.imgCode input {
  width: 220px;
}
#captchaimg {
  position: absolute;
  right: 0;
  top: 0;
  width: 140px;
  height: 62px;
}
.close03 {
  position: absolute;
  right: -10px;
  top: -10px;
  width: 30px;
  height: 30px;
  background-image: url(../images/icon-close02.png);
  background-repeat: no-repeat;
  background-size: 30px 30px;
  cursor: pointer;
}
.table02 td {
  border: 1px solid #ededed;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  padding: 10px 2px;
}
.table02 td:nth-child(2n+1) {
  background-color: #edf7f8;
}

/* 历年数据 */
.scorelineList li {
  float: left;
  height: 160px;
  width: 24.06%;
  padding: 50px 0 0 150px;
  margin-right: 1.25%;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 30px;
  color: #999;
  position: relative;
}
.scorelineList li:nth-child(4) {
  margin-right: 0;
}
.scorelineList li span {
  display: block;
  font-size: 30px;
  color: #333;
}
.scorelineList li i {
  position: absolute;
  left: 40px;
  top: 45px;
  width: 70px;
  height: 70px;
  background-image: url(../images/icon-icon01.png);
  background-repeat: no-repeat;
}
.scorelineList li:nth-child(1) i {
  background-position: 0 0;
}
.scorelineList li:nth-child(2) i {
  background-position: 0 -75px;
}
.scorelineList li:nth-child(3) i {
  background-position: 0 -150px;
}
.scorelineList li:nth-child(4) i {
  background-position: 0 -225px;
}
.chart {
  width: 100%;
  height: 550px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.1);
}

/* 搜索结果页 提示 */
.resultTip {
  margin-top: 30px;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
}

.window_mask{
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background-color: rgba(0,0,0,1);
}
.close_num{
  width: 25px;
  position: absolute;
  right: 0;
  top: -40px;
  cursor: pointer;
  z-index: 3;
}
.num_box{
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 505px;
  background-image: url("../images/num_bg.png");
  background-size: 100%;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 125px 20px 40px;
}
.num_box::before{
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -130px;
  z-index: 1;
}
.num1::before{
  background-image: url("../images/rabbit1.png");
  background-size: 100%;
  width: 377px;
  height: 315px;
}
.num2::before{
  background-image: url("../images/rabbit2.png");
  background-size: 100%;
  width: 405px;
  height: 300px;
}
.num3::before{
  background-image: url("../images/rabbit3.png");
  background-size: 100%;
  width: 330px;
  height: 325px;
}
.num_text{
  position: relative;
  z-index: 5;
  width: 100%;
  box-sizing: border-box;
  padding: 30px 0;
  background:rgba(255,255,255,1);
  box-shadow: inset 0 0 21px 0px rgba(20,139,147,0.28);
  border-radius:10px;
  text-align: center;
}
.num_text h5{
  line-height: 45px;
  margin-bottom: 12px;
  font-size: 28px;
  color: #333;
}
.num_text h5 span{
  color: #c02334;
}
.num_text h6{
  line-height: 40px;
  margin-bottom: 30px;
  font-size: 26px;
  color: #666;
  font-weight: normal;
}
.num_text p{
  line-height: 30px;
  font-size: 22px;
  color: #999;
}
.num_text h3{
  font-weight: normal;
  line-height: 50px;
  font-size: 26px;
  color: #138A96;
}
.close_num_text{
  cursor: pointer;
  margin: 20px auto 0;
  width:266px;
  line-height:62px;
  background:linear-gradient(90deg,rgba(255,173,0,1),rgba(253,153,41,1));
  box-shadow:0px 5px 0px 0px rgba(245,179,76,1);
  border-radius:31px;
  font-size: 25px;
  color: #fff;
  text-align: center;
}


/* 默认适配屏幕最大1710px */
@media screen and (min-width: 1200px) and (max-width: 1709px) {
  
  .linksList li {
    height: 110px;
    font-size: 12px;
    line-height: 24px;
  }

  .linksList li a {
    padding: 30px 2px 0 70px;
  }

  .linksList li em {
    left: 10px;
    width: 50px;
    height: 50px;
    background-size: 50px auto;
  }

  .linksList li:nth-child(2) em {
    background-position: 0 -50px;
  }

  .linksList li:nth-child(3) em {
    background-position: 0 -100px;
  }

  .linksList li:nth-child(4) em {
    background-position: 0 -150px;
  }

  .linksList li:nth-child(5) em {
    background-position: 0 -200px;
  }

  .linksList li:nth-child(6) em {
    background-position: 0 -250px;
  }

  .table td {
    font-size: 14px;
  }

  .chooseList {
    max-width: 1000px;
  }

  
  .scorelineList li {
    height: 130px;
    padding: 38px 0 0 130px;
  }

  .scorelineList li i {
    top: 30px;
  }

  .chart {
    height: 400px;
  }

  .table-compete td {
    padding: 12px 2px;
  }
  
  /* 模糊搜索 */
  .selectBox {
    margin-top: 60px;
    margin-bottom: 80px;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, .07);
  }
  .selectBoxLeft,
  .selectBoxImg {
    float: left;
    width: 100%;
    overflow: hidden;
  }
  .selectBoxLeft .intDiv {
    margin-top:40px;
  }
  .selectBoxLeft .hotWords {
    max-height: 30px;
  }
  /* 更多推荐 */
  .moreView .pic {
    width: 380px;
    height: 201px;
    margin-right:29px;
  }

}

/* 适配移动端 */
@media screen and (max-width: 1199px) {
  /* 头部 */
  .ht_top { 
    height:2.5rem;
  }
  .ht_top h1 a {
    height:2.5rem;
    width:7rem;
    background-size:contain;
  }
  .ht_top .topnav a {
    margin-left:0;
    font-size:.7rem;
    line-height: 2.5rem;
  }
  
  .linksBox {
    float: right;
    top: 0 !important;
  }
  .title03 {
    overflow: hidden;
  }
  .title03 p {
    float: left;
  }

  /* 隐藏元素 */
  .topNav,
  .ht_top .topnav a:nth-child(n+1),
  .xfnav03,
  .topbg, .top, .links, .line, .jobAdd p, .department p {
    display: none;
  }

  .header {
    width: 18.75rem;
    overflow-x: hidden;
  }
  .banner {
    height:7rem;
    background-size:100%;
  }
  .banner h2 {
    top:1.2rem;
    margin-left: -8.3rem;
    font-size: 1.5rem;
    line-height: 1.9rem;
  }
  .banner h2 span{
    font-size: .75rem;
  }

  .navwrap {
    width: 37.5rem;
    height: 3.2rem;
    overflow-x: scroll;
    border-bottom: 1px solid #e3e3e3;
    white-space:nowrap;
  }

  .nav {
    position: relative;
    left: 0;
    top: 0;
    margin-left: 0;
    width: 200%;
    display: block;
    height: 3.2rem;

  }
  .nav02{
    width:32rem;
  }
  .nav li {
    float: left;
    width: 4.68rem;
    height: 3.2rem;
    font-size: .6rem;
    line-height: 1rem;
  }
  .nav li a {
    padding-top: .5rem;
    height: 2.7rem;
  }

  .nav i {
    width: 1.25rem;
    height: 1.25rem;
    background-size: 2.5rem;
  }

  .nav li:nth-child(1) i {
    background-position: 0 0;
  }

  .nav li:nth-child(2) i {
    background-position: 0 -1.25rem;
  }

  .nav li:nth-child(3) i {
    background-position: 0 -2.5rem;
  }

  .nav li:nth-child(4) i {
    background-position: 0 -3.75rem;
  }

  .nav li:nth-child(5) i {
    background-position: 0 -5rem;
  }

  .nav li:nth-child(6) i {
    background-position: 0 -7.25rem;
  }
  .nav li:nth-child(7) i {
    background-position: 0 -6.25rem;
  }

  .nav li:nth-child(1):hover i, .nav li:nth-child(1).current i {
    background-position: -1.25rem 0;
  }

  .nav li:nth-child(2):hover i, .nav li:nth-child(2).current i {
    background-position: -1.25rem -1.25rem
  }

  .nav li:nth-child(3):hover i, .nav li:nth-child(3).current i {
    background-position: -1.25rem -2.5rem
  }

  .nav li:nth-child(4):hover i, .nav li:nth-child(4).current i {
    background-position: -1.25rem -3.75rem;
  }

  .nav li:nth-child(5):hover i, .nav li:nth-child(5).current i {
    background-position: -1.25rem -5rem;
  }

  .nav li:nth-child(6):hover i, .nav li:nth-child(6).current i {
    background-position: -1.25rem -7.25rem;
  }
  .nav li:nth-child(7):hover i, .nav li:nth-child(7).current i {
    background-position: -1.25rem -6.25rem;
  }

  .btn06{
    height: 1rem;
    min-width: 1.2rem;
    line-height: 1rem;
    padding: 0 .4rem;
    border-radius: 1rem;
  }
  /* 悬浮 */
  /* 手机底部 */
  .xfnav {
    bottom: 0;
    width: 100%;
    height: 2.55rem;
    margin-bottom: 0;
    border:none;
    background: #009775;
  }
  
  .xfnav li {
    float:left;
    width: 25%;
    height: 2.5rem;
    border-top: none;
  }
  
  .xfnav li a {
    height: 2.5rem;
    padding-top: .4rem;
  }

  .xfnav li em {
    position: absolute;
    right: .3rem;
    top: -.3rem;
    width: 1rem;
    height: 1rem;
    font-size: .5rem;
    line-height: 1rem;
  }

  .xfnav li span {
    display: block;
    padding-left: 0;
    font-size: .5rem;
    line-height: .8rem;
    color: #fff;
    text-align: center;
  }

  .xfnav li i {
    float: none;
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    margin: 0 auto;
    background-image: url(../images/icon-xfnav-m.png);
    background-size: 2.5rem auto;
  }

  .xfnav li.backTop {
    position: absolute;
    bottom: 4.8rem;
    right: .6rem;
    width: 1.6rem;
    height: 1.6rem;
    margin: 0;
    border-radius: 50%;
    background: url(../images/top.png);
    background-size: 1.6rem 1.6rem;
    box-shadow: 0 0 3px #ffe3cd;
  }

  .xfnav li.backTop i {
    background: none !important;
  }

  .xfnav li.backTop:hover i {
    background: none !important;
  }

  .xfnav li.backTop span {
    display: none;
  }

  .xfnav li.backTop a {
    width: 1.6rem;
    height: 1.6rem;
    padding-top: 0;
  }

  .xfnav li:nth-child(1) i,
  .xfnav li:nth-child(1):hover i {
    background-position: 0 0;
  }

  .xfnav li:nth-child(2) i,
  .xfnav li:nth-child(2):hover i,
  .xfnav04 li:nth-child(1) i,
  .xfnav04 li:nth-child(1):hover i {
    background-position: 0 -1.25rem
  }

  .xfnav li:nth-child(3) i,
  .xfnav li:nth-child(3):hover i,
  .xfnav04 li:nth-child(2) i,
  .xfnav04 li:nth-child(2):hover i {
    background-position: 0 -2.5rem;
  }
  
  .xfnav li:nth-child(4) i,
  .xfnav02 li:nth-child(4):hover i,
  .xfnav04 li:nth-child(3) i,
  .xfnav04 li:nth-child(3):hover i {
    background-position: 0 -3.75rem;
  }
  
  .xfnav li:hover {
    opacity: .85;
  }
  
  .xfnav li:hover span {
    color:#fff;
  }
  
  .xfnav04 {
    margin-bottom: 0;
  }
  
  .xfnav04 li {
    width:33.3333%;
  }

  .alert-hint {
    display: none;
    position: fixed;
    top: 28%;
    left: 50%;
    width: 12.325rem;
    min-height: 8.8rem;
    padding: 1.375rem .5rem;
    margin-left: -6.625rem;
    background-color: #fff;
    box-shadow: 0 0 .15rem #ddd;
    border-radius: .3rem;
    text-align: center;
  }

  .close {
    position: absolute;
    top: -1.3rem;
    right: -.6rem;
    width: 1.1rem;
    height: 1.1rem;
    background-size: 100%;
  }

  .hint-title {
    margin-bottom: 1.2rem;
    font-size: 1.1rem;
  }

  .hint-list li {
    margin-bottom: .65rem;
  }

  .hint-list li .icon {
    display: block;
    width: .9rem;
    height: .9rem;
    margin-right: .5rem;
    border-radius: 50%;
    background-color: #a8a8a8;
    background-size: .9rem .9rem;
  }

  .hint-list li .icon i {
    display: inline-block;
    width: .5rem;
    height: .5rem;
    margin: .2rem auto;
    background-size: 100%;
  }

  .hint-list li p {
    max-width: 70%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: .75rem;
  }

  .go {
    margin-left: 10%;
  }

  .go, .empty {
    width: 4.5rem;
    height: 1.625rem;
    margin-top: .75rem;
    margin-right: .5rem;
    line-height: 1.625rem;
    text-align: center;
    border-radius: .3rem;
    color: #fff;
  }

  .empty {
    border-color: #a8a8a8;
    margin-right: 0;
    color: #333;
    background-color: #fff;
  }

  /* title */
  .title, .title02 {
    padding: 1rem 0;
    font-size: 1rem;
    line-height: 2rem;
  }

  .title02 span {
    margin-left: .4rem;
    font-size: .6rem;
  }

  .title03 h2 {
    font-size: .8rem;
    line-height: 1.2rem;
    padding: .6rem 0;
  }

  .title03 p {
    font-size: .6rem;
    line-height: 1rem;
  }

  .title03 p em {
    margin: 0 .5rem 0 .25rem;
  }

  .title03 .links {
    top: .5rem;
  }

  .title04 {
    padding-top: .5rem;
    font-size: .7rem;
    line-height: 2rem;
  }
  .title04 .more-link{
    font-size:12px;
  }
  
  /* 报名人数 */
  .countBox {
    padding:.75rem 0;
    margin-top: 1rem;
    height: auto;
    box-shadow: 0 0 .5rem rgba(230, 230, 230, .16);
    font-size: .65rem;
    line-height:2rem;
  }
  
  .countBox span {
    padding:0 .25rem;
    font-size: .75rem;
  }

  .countBox a {
    display: block;
    width: 6rem;
    height: 1.8rem;
    margin:0 auto;
    box-shadow: 0 .15rem .5rem rgba(0, 153, 137, .25);
    border-radius: 1.8rem;
    font-size: .7rem;
    line-height: 1.8rem;
  }
  
  /* 模糊搜索 */
  .selectBox {
    margin-top: 1rem;
    margin-bottom: 1rem;
    box-shadow: 0 .15rem .5rem rgba(0, 0, 0, .07);
  }
  
  .selectBoxLeft,
  .selectBoxImg {
    float: none;
    width: 100%;
  }
  
  .selectBoxLeft .intDiv {
    width: 90%;
    height:2rem;
    margin:1rem auto 0;
    border-radius: .25rem;
    border-width: .05rem;
    box-shadow: 0 .15rem .5rem rgba(0, 153, 137, 0.15);
  }
  
  .selectBoxLeft .keyWord {
    height:1.9rem;
    font-size: .7rem;
  }
  
  .selectBoxLeft .searchBtn {
    height:1.9rem;
    font-size: .75rem;
    line-height: 1.9rem;
  }

  .selectBoxLeft .hotWords {
    width: 90%;
    max-height: 2rem;
    margin:.5rem auto 1rem;
    font-size: .6rem;
    line-height: 1rem;
  }
  
  .selectBoxLeft .hotWords a {
    padding:0 .15rem;
  }
  
  .count-line {
    border-bottom: 1px solid #ececec;
    margin-bottom: 20px;
  }

  /* 搜索条件 */
  .selDiv {
    float: left;
    width: 48%;
    height: 2rem;
    margin: 0 1% 1rem;
  }


  .selDiv cite {
    height: 2rem;
    border-radius: .1rem;
    background-size: .85rem .15rem;
    font-size: .6rem;
    line-height: 2rem;
  }

  .selDiv ul {
    top: 2rem;
    max-height: 15rem;
    border-radius: .1rem;
  }

  .selDiv li {
    font-size: .6rem;
    line-height: 1.5rem;
  }

  .selDiv .inp {
    height: 2rem;
    border-radius: .1rem;
    font-size: .6rem;
    line-height: 2rem;
  }

  .submit {
    width: 49%;
    height: 2rem;
    margin: 0 auto 1.5rem;
    border-radius: .1rem;
    font-size: 1rem;
    line-height: 2rem;
    text-align: center;
  }
  
  /* 排行榜 */
  .hot-wrap {
    float: none;
    width:100%;
    margin-bottom: .75rem;
  }
  
  .hot-wrap h3 {
    margin-bottom: .35rem;
    font-size: .85rem;
  }
  
  .hot-list {
    height:auto;
    padding:0 .5rem .5rem;
    border-radius: .25rem;
  }
  
  .list-title {
    height: 2rem;
    margin-bottom: .5rem;
    font-size: .75rem;
    line-height: 2rem;
  }
  
  .list-title .list-r {
    width:72%;
  }
  
  .list-title .list-r {
    width:25%;
  }
  
  .hot-wrap li {
    height: 1.4rem;
    line-height: 1.4rem;
  }
  
  .hot-wrap .list-l {
    width:72%;
    font-size: .6rem;
  }
  
  .hot-wrap .list-l em {
    padding:0 .25rem;
    font-size: .6rem;
  }
  
  .hot-wrap span {
    width:25%;
  }
  
  /* 更多推荐 */
  .moreView {
    margin-top:1rem;
  }
  
  .moreView .pic {
    width: 8.5rem;
    height: 4.75rem;
    margin-right:.5rem;
    border-radius: .25rem;
  }
  
  .moreView .pic:nth-child(2) {
    margin-right: 0;
  }
  
  .moreView .pic:nth-child(3) {
    display: none;
  }
  
  .moreView p {
    height: 1.8rem;
    font-size: .6rem;
    line-height: 1.8rem;
    text-indent: .5rem;
  }
  
  /* 备考指导入口 */
  .bkzdBox {
    padding:.75rem .15rem .25rem;
    margin-top:1rem;
    box-shadow: 0 .15rem .5rem rgba(0, 0, 0, .07);
  }
  
  .bkzdBox a {
    width:22%;
    height:1.8rem;
    margin:0 1.5% .5rem;
    border-width:.05rem;
    border-radius: 2rem;
    font-size: .7rem;
    line-height: 1.7rem;
  }
  
  /* 工作地区 */
  .jobAdd li {
    float: left;
    width: 19%;
    height: 2.5rem;
    margin: 0 .8% .3rem 0;
  }

  .jobAdd li:nth-child(6n) {
    margin-right: 0;
  }

  .jobAdd h4 {
    padding-top: 0;
    font-size: .6rem;
    line-height: .8rem;
  }

  /* 推荐课程 */
  .tjkc {
    padding: 1.5rem 0 0;
  }

  .tjkc div {
    width: 48%;
    border-radius: 8px;
  }

  .tjkc div:nth-child(2) {
    margin: 0 0 0 2%;
  }

  .tjkc div:nth-child(3) {
    display: none;
  }

  .tjkc div p {
    height: 1.2rem;
    padding: 0 10px;
    font-size: .6rem;
    line-height: 1.2rem;
  }

  /* 免责说明 */
  .mianze {
    padding: 1rem 0;
    font-size: .6rem;
    line-height: 1rem;
    margin-bottom: 1rem;
  }

  /* 表格样式 */
  .table th {
    padding: .2rem 0;
    font-size: .5rem;
    line-height: 1rem;
  }

  .table td {
    font-size: .5rem;
    line-height: .8rem;
    padding: .2rem 0;
  }

  /* 职位搜索 */
  
  .btn01,
  .zwss p.check_num {
    width: 2.5rem;
    height: 1rem;
    padding: 0 0;
    border-radius: 1rem;
    line-height: 1rem;
    font-size: .6rem;
  }

  .choose {
    width: .7rem;
    height: .7rem;
    background-size: .7rem 1.4rem;
  }

  /* 分页 */
  .coursePage {
    margin: 1rem 0;
  }

  .coursePage a {
    padding: 0 .3rem;
    height: 1rem;
    line-height: 1rem;
    margin: 0 .1rem;
    border-radius: .1rem;
    font-size: .6rem;
  }

  .coursePage a.coursePage-prev, .coursePage a.coursePage-next {
    width: 1rem;
    background-size: .25rem .4rem
  }

  .coursePage-inp input {
    width: 1.2rem;
    height: 1rem;
    margin: 0 .1rem;
    border-radius: .1rem;
    font-size: .6rem;
  }

  .coursePage-inp button {
    width: 1.2rem;
    height: 1rem;
    line-height: 1rem;
    margin: 0 .1rem;
    border-radius: .1rem;
    font-size: .6rem;
  }

  /* 面包屑 */
  .crumbsNav {
    padding-top: 1rem;
    line-height: 1.2rem;
    font-size: .6rem;
  }

  /* 职位详情页 */
  .linksBox {
    position: relative;
    left: 0;
    right: 0;
    top: 1rem;
    padding-bottom: 1rem;
  }

  .btn02 {
    float: none;
    float: left;
    height: 1.2rem;
    padding: 0 .4rem;
    border-radius: 1.2rem;
    margin-left: .2rem;
    font-size: .5rem;
    line-height: 1.2rem;
  }

  .btn-contrast {
    margin-left: 0;
  }

  /*分享*/
  #share {
    width: 1.8rem;
    height: 1.2rem;
  }

  #share .bds_more {
    width: 1.8rem;
    height: 1.2rem;
  }

  .tk-sendToMoble {
    width: 16rem;
    height: 17rem;
    padding: 2rem 1rem;
    margin: -8.5rem 0 0 -8rem;
  }

  .tk-sendToMoble input {
    height: 2rem;
    margin-bottom: 1rem;
    font-size: .6rem;
    line-height: 2rem;
    border-radius: .1rem;
  }

  .tk-sendToMoble .selDiv ul {
    max-height: 9rem;
  }

  .imgCode input {
    width: 8rem;
  }

  .imgCode img {
    width: 4rem !important;
    height: 2rem !important;
    position: absolute;
    left: 9rem !important;
    bottom: 0 !important;
  }

  #captchaimg {
    width: 5rem;
    height: 2rem;
  }

  #sendToMoble {
    margin-top: 3rem;
  }

  .close03 {
    right: -.5rem;
    top: -.5rem;
    width: 1.2rem;
    height: 1.2rem;
    background-size: 1.2rem 1.2rem;
  }

  .table02 td {
    font-size: .5rem;
    line-height: .8rem;
    padding: .2rem .05rem;
  }

  .remark {
    padding: 1rem;
    font-size: .6rem;
    line-height: 1rem;
  }

  .btn03 {
    display: inline-block;
    width: 30%;
    height: 1.5rem;
    margin-top: 1.5rem;
    margin-bottom: .5rem;
    border-radius: 1.5rem;
    font-size: .7rem;
    line-height: 1.5rem;
  }

  /* 历年数据 */

  .scorelineList li {
    float: left;
    height: 4rem;
    width: 49%;
    padding: 1rem 0 0 3rem;
    margin-right: 2%;
    margin-bottom: .5rem;
    font-size: .6rem;
    line-height: 1rem;
  }

  .scorelineList li:nth-child(2n) {
    margin-right: 0;
  }

  .scorelineList li span {
    font-size: .7rem;
  }

  .scorelineList li i {
    left: 1rem;
    top: 1rem;
    width: 1.75rem;
    height: 1.75rem;
    background-size: 1.75rem auto;
  }

  .scorelineList li:nth-child(1) i {
    background-position: 0 0;
  }

  .scorelineList li:nth-child(2) i {
    background-position: 0 -1.875rem;
  }

  .scorelineList li:nth-child(3) i {
    background-position: 0 -3.75rem;
  }

  .scorelineList li:nth-child(4) i {
    background-position: 0 -5.625rem;
  }

  .chart {
    width: 100%;
    height: 12rem;
    font-size: .4rem;
    padding:2%;
    box-sizing: border-box;
    z-index: 1;
  }


  /*竞争排行*/
  .linksList {
    margin-top: 1rem;
  }

  .linksList li {
    width: 49%;
    height: 3.5rem;
    margin-right: 2%;
    margin-bottom: .4rem;
    font-size: .55rem;
    line-height: 1rem;
    box-sizing: border-box;
  }

  .linksList li:nth-child(2n) {
    margin-right: 0;
  }

  .linksList li a {
    padding: .8rem 0 0 2.7rem;
  }

  .linksList li em {
    left: .3rem;
    top: .8rem;
    width: 2rem;
    height: 2rem;
    background-size: 2rem auto;
  }

  .linksList li i {
    width: .4rem;
    height: .4rem;
    margin-left: .3rem;
    background-size: .4rem .4rem;
  }

  .linksList li:nth-child(1) em {
    background-position: 0 0;
  }

  .linksList li:nth-child(2) em {
    background-position: 0 -2rem
  }

  .linksList li:nth-child(3) em {
    background-position: 0 -4rem;
  }

  .linksList li:nth-child(4) em {
    background-position: 0 -6rem;
  }

  .linksList li:nth-child(5) em {
    background-position: 0 -8rem;
  }

  .linksList li:nth-child(6) em {
    background-position: 0 -10rem;
  }

  .tab-province li {
    height: 1rem;
    margin: 0 .55rem 1rem;
  }

  .tab-province li a {
    height: 1rem;
    font-size: .7rem;
    line-height: 1rem;
  }

  .tab-province-data {
    padding: 1rem 0 0 .8rem;
  }

  /* 搜索结果页 提示 */
  .resultTip {
    margin-top: 1rem;
    font-size: .6rem;
    line-height: 1rem;
  }

  /* 职位搜索结果 */
  .zwss th:nth-child(4),
  .zwss th:nth-child(8),
  .zwss th:nth-child(5),
  .zwss th:nth-child(7),
  .zwss th:nth-child(6),
  .zwss td:nth-child(4),
  .zwss td:nth-child(5), 
  .zwss td:nth-child(6),
  .zwss td:nth-child(8),
  .zwss td:nth-child(7)
  {
    /* display: none; */
  }

  /* 部门检索页 */
  .bmjs th:nth-child(4),
  .bmjs th:nth-child(5),
  .bmjs th:nth-child(6),
  .bmjs th:nth-child(7), 
  .bmjs th:nth-child(8),
  .bmjs td:nth-child(4),
  .bmjs td:nth-child(5), 
  .bmjs td:nth-child(6),
  .bmjs td:nth-child(7), 
  .bmjs td:nth-child(9)
   {
    /* display: none; */
  }

  /* 专业检索页 */
  .zyjs th:nth-child(4),
  .zyjs th:nth-child(5),
  .zyjs th:nth-child(6),
  .zyjs th:nth-child(7), 
  .zyjs th:nth-child(8),
  .zyjs td:nth-child(4),
  .zyjs td:nth-child(5), 
  .zyjs td:nth-child(6),
  .zyjs td:nth-child(7), 
  .zyjs td:nth-child(8)
  {
    /* display: none; */
  }
  .sort {
    width: .5rem;
    height: .5rem;
    background-size: .325rem .4rem;
  }
  
  /* 登录注册 */
  .registerbox, .loginbox {
    width: 17rem;
    height: 18rem;
    padding: 0 .5rem;
    margin: -9rem 0 0 -8.5rem;
  }

  .registerbox h3, .loginbox h3 {
    font-size: .8rem;
    line-height: 3rem;
  }

  .registerbox h3 em, .loginbox h3 em, .registerbox h3 span, .loginbox h3 span {
    margin: 0 1rem;
  }

  .registerbox .close, .loginbox .close {
    right: .5rem;
    top: .5rem;
    width: 1rem;
    height: 1rem;
  }

  .registerbox .selDiv, .loginbox .selDiv {
    height: 1.8rem;
    margin: 0 0 .8rem 0;
  }

  .registerbox .selDiv .inp, .loginbox .selDiv .inp {
    height: 1.8rem;
    line-height: 1.8rem;
  }

  .registerbox .selDiv cite, .loginbox .selDiv cite {
    height: 1.8rem;
    line-height: 1.8rem;
  }

  .registerbox .selDiv ul, .loginbox .selDiv ul {
    top: 1.8rem;
  }

  .registerbox .imgCodes .inp, .registerbox .code .inp, .loginbox .imgCodes .inp {
    width: 10rem;
  }

  .registerbox .imgCodes #captchaimg, .loginbox .imgCodes #captchaimg {
    width: 5rem;
    height: 1.8rem;
  }

  .registerbox .code .auth {
    width: 5rem;
    height: 1.8rem;
    border-radius: .15rem;
    font-size: .7rem;
    line-height: 1.8rem;
  }

  .registerbox .submit, .dl_bottom a {
    height: 1.8rem;
    margin-top: 1rem;
    line-height: 1.8rem;
    border-radius: .15rem;
  }

  .loginbox {
    height: 15rem;
  }

  .dl_bottom a {
    font-size: .8rem;
  }
  #tableSort tr th:nth-child(3),
   #tableSort tr th:nth-child(5),
    #tableSort tr th:nth-child(6),
     #tableSort tr th:nth-child(7),
      #tableSort tr th:nth-child(8),
      #tableSort tr td:nth-child(3),
      #tableSort tr td:nth-child(5),
        #tableSort tr td:nth-child(6),
        #tableSort tr td:nth-child(7),
        #tableSort tr td:nth-child(8){
          display: none;
        }

  .num_box{
    width: 90%;
    border-radius: .2rem;
    padding: 3rem .5rem 1rem;
  }
  .close_num{
    width: 1.2rem;
    top: -1.5rem;
  }
  .num_box::before{
    top: -3.25rem;
  }
  .num1::before{
    width: 9.425rem;
    height: 7.875rem;
  }
  .num2::before{
    width: 10.125rem;
    height: 7.5rem;
  }
  .num3::before{
    width: 8.25rem;
    height: 8.125rem;
  }
  .num_text{
    padding: .5rem 0;
    border-radius: .2rem;
  }
  .num_text h5{
    line-height: 1.2rem;
    margin-bottom: .3rem;
    font-size: .8rem;
  }
  .num_text h6{
    line-height: 1.1rem;
    margin-bottom: .2rem;
    font-size: .75rem;
  }
  .num_text p{
    line-height: 1rem;
    font-size: .7rem;
  }
  .num_text h3{
    line-height: 1.1rem;
    font-size: .8rem;
  }
  .close_num_text{
    margin: .5rem auto 0;
    width: 70%;
    line-height: 1.5rem;
    border-radius: .75rem;
    font-size: .75rem;
  }


}
</pre></body></html>