.aC{text-align: center;}
.dis-b{display: block;}
.dis-n{display: none;}
.dis-i{display: inline-block;}
*{
  box-sizing: border-box;
}
/*原base.css*/
body, p, h1, h2, h3, h4, h5, h6, ul, ol, dl, dd {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  font-family: "微软雅黑";
  color: #666560;
}
a {
  text-decoration: none;
  color: #666560;
}

.pos-pr{
  position: relative; 
}

img, input {
  padding: 0;
  outline-style: none;
  vertical-align: top;
}

.clearfix::after {
  content: "";
  height: 0;
  line-height: 0;
  display: block;
  clear: both;
  visibility: hidden;
}

.clearfix {
  zoom: 1;
}


.left {
  float: left;
}

.right {
  float: right;
}
.cur-i{
  cursor: initial;
}
.mt50{
  margin-top: 0.5rem;
}
.f33{
  font-size: 0.33rem;
}
.f18{
  font-size: 0.18rem;
}
.f20{
  font-size: 0.20rem;
}
.f16{
  font-size: 0.16rem;
}
.f38{
  font-size: .38rem;
}
.strong{
  font-weight: bold;
}
/*原 index_qn.css*/
body {
  background-color: #fff;
}
.section-title{
  width: 100%;
  color: #3f3f48;
  font-size: 0.4rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
}

.section-desc{
  width: 100%;
  display: flex;
  font-size: 0.28rem;
  color: #666666;
  justify-content: center;
  /* letter-spacing: 0.01rem; */
  /* letter-spacing: 1px; */
}
.icon-common{
  background-image: url('../images/index-1.png');
  background-repeat: no-repeat;
  background-size: 8rem 6rem;
}
.icon-info-1{
  width: 0.17rem;
  height: 0.21rem;
  background-position: 0 0;
}
.icon-info-2{
  width: 0.23rem;
  height: 0.22rem;
  background-position: -0.3rem 0;
}
.icon-info-3{
  width: 0.22rem;
  height: 0.22rem;
  background-position: 0 -0.3rem;
}
.icon-info-4{
  width: 0.21rem;
  height: 0.19rem;
  background-position: -0.3rem -0.3rem;
}
.icon-info-5{
  width: 0.29rem;
  height: 0.28rem;
  background-position: 0 -0.6rem;
}
.icon-info-6{
  width: 0.14rem;
  height: 0.13rem;
  background-position: -0.3rem -0.6rem;
}
.section-10 .section-10-bj{
  width: 100%;
  height: 4.52rem;
}

.section-20 .tabs-container .tabs{
  display: flex;
  justify-content: space-between;
}

.section-20 .tab-item{
    height: 0.55rem;
    width: 1.28rem;
    font-size: 0.25rem;
    background-color: #f5f9ff;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #090909;
    font-weight: bold;
    border-radius: 0.1rem;
    -webkit-border-radius: 0.1rem;
    -moz-border-radius: 0.1rem;
    -ms-border-radius: 0.1rem;
    -o-border-radius: 0.1rem;
    gap: 0.05rem;
}
.section-20 .tab-item.selected{
  color: #ffffff;
  background: linear-gradient(to right,#03d6f6,#007fff);
}
/* .section-20 .main-content .content-left .img-content */
.section-20 .main-content{
  height: 2.58rem;
  display: flex;
}
.section-20 .main-content .content-left .img-content{
  width: 3.76rem;
  height: 2.58rem;
}
.section-20 .main-content .content-right .line-row2{
    width: 0.15rem;
    height: 0.05rem;
    background-color: #000000;
}
.section-20 .main-content .content-right .line-row{
  width: 2.95rem;
  height: 0.01rem;
  background-color: #e5e5e5;
}
.section-20 .main-content .content-right .titleEmp{
  font-size: 0.28rem;
  font-weight: bold;
  color: #090909;
} 
.section-20 .main-content .content-right .desc{
  font-size: 0.21rem;
  color: #999999;
} 
.section-20 .main-content .content-right .desc-content{
  font-size: 0.22rem;
  color: #333333;
} 
.section-20 .main-content .content-right .desc-content .desc-item{
  font-size: 0.22rem;
  color: #333333;
} 

/* 全方位就业保障 */

.section-30{
    width: 100%;
    height: 6.05rem;
    background-color: #f8f8f8;
}

.section-30 .section-employ-swiper{
  overflow: hidden;
}

.section-30 .item-employ{
  width: 3.21rem;
  height: 3.83rem;
}
.section-30 .item-employ .item-employ-content{
  width: 3.21rem;
  height: 3.83rem;
}

/* 资源共享终身职场陪伴 */
.section-40{
  width: 100%;
}
.section-40 .main-content-common{
  display: flex;
  gap: 0.4rem;
}
.section-40 .main-content-common .content-right-common .order-common{
    font-size: 0.25rem;
    color: #3fbbce;
    font-weight: bold;
}
.section-40 .content-left-common .img-content-common{
  width: 3.46rem;
  height: 2.36rem;
  background-color: #f8f8f8;
}
.section-40 .main-content-common .titlePro-common{
    font-size: 0.28rem;
    color: #333333;
}
.section-40 .main-content-common .desc-common{
    font-size: 0.23rem;
    color: #666666;
    letter-spacing: 0.01rem;
}
.section-40 .main-content-common .line-row-common{
  width: 0.15rem;
  height: 0.05rem;
  background-color: #3fbbce;
}

/* 覆盖原导航样式 */
.header-index-nav #mEmploy{
  border-bottom: 0.06rem solid #36bdd1 !important;
  padding-bottom: 0.2rem !important;
  color: #36bdd1 !important;
}