@charset "gb2312";

/* 禁用iPhone中Safari的字号自动调整 */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 解决IOS默认滑动很卡的情况 */
  -webkit-overflow-scrolling : touch;
    height: 100%;
    width: 100%;
}
body{
    height: 100%;
    width: 100%;
}
body {
  font: 16px/1.5 'Microsoft YaHei','宋体', Tahoma, Arial, sans-serif;
  color: #333;
  background-color: #fff;
}
/* 禁止缩放表单 */
input[type="submit"], input[type="reset"], input[type="button"], input {
  resize: none;
  border: none;
}

/* 取消链接高亮  */
body, div, ul, li, ol, h1, h2, h3, h4, h5, h6, input, textarea, select, p, dl, dt, dd, a, img, button, form, table, th, tr, td, tbody, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* 设置HTML5元素为块 */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

textarea{
    outline: none;
}

/* 图片自适应 */
img {
  width: 100%;
  height: auto;
  width: auto\9; /* ie8 */
  display: block;
  -ms-interpolation-mode: bicubic;/*为了照顾ie图片缩放失真*/
}
input,select{
    -webkit-appearance: none;
    appearance: none;
}
select{
    background: #fff;
    color: #555;
    /*background-image:url('../img/up.png');*/
    background-repeat:no-repeat;
    background-position: right center;
    background-size: 0.5rem 100%;
    /*background: url('../../img/up.png') no-repeat right center;*/
}

/* 初始化 */
body, div, ul, li, ol, h1, h2, h3, h4, h5, h6, input, textarea, select, p, dl, dt, dd, a, img, button, form, table, th, tr, td, tbody, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  margin: 0;
  padding: 0;
}

em, i {
  font-style: normal;
}
ul,li{
  list-style-type: none;
}
strong {
  font-weight: normal;
}
/* 清除浮动 */
.clearfix:after {
  content: "";
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
}
.clearfix {
  zoom: 1;
}
a {
  text-decoration: none;
  color: #333;
  font-family: 'Microsoft YaHei', Tahoma, Arial, sans-serif;
}
a:hover {
  text-decoration: none;
}
ul, ol {
  list-style: none;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-family: 'Microsoft YaHei';
}
img {
  border: none;
}
input{
  font-family: 'Microsoft YaHei';
  /* 去除inpurt点击显示的高亮边框 */
  outline:none;
}
/*单行溢出*/
.one-txt-cut{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/*多行溢出 手机端使用*/
.txt-cut{
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* -webkit-line-clamp: 2; */
  -webkit-box-orient: vertical;
}

.w50{
  width: 50%;
}
.w25{
  width: 25%;
}
.w20{
  width: 20%;
}
.w33{
  width: 33.333333%;
}
.fl{
  float: left;
}
.fr{
  float: right;
}
.dn{
  display: none;
}

.clear:after{content:".";height:0;overflow:hidden;visibility:hidden;display:block;clear:both;}
.cursor{cursor: pointer;}

/*组件切换的动画*/
.fade-enter-active, .fade-leave-active {
    transition: opacity .5s
}

/* .fade-leave-active in <2.1.8 */
.fade-enter, .fade-leave-to {
    opacity: 0
}
/* 盒子 */
.h5{
    height: .05rem;
    width: 100%;
}
.h10{
    height: .1rem;
    width: 100%;
}
.h15{
    height: .15rem;
    width: 100%;
}
.h20{
    height: .2rem;
    width: 100%;
}
.h30{
    height: .3rem;
    width: 100%;
}
.h35{
  height: .35rem;
  width: 100%;
}
.h40{
    height: .4rem;
    width: 100%;
}
.h50{
    height: .5rem;
    width: 100%;
}
.h60{
    height: .6rem;
    width: 100%;
}
.h70{
    height: .7rem;
    width: 100%;
}
.h80{
  height: .8rem;
  width: 100%;
}
.h90{
    height: .9rem;
    width: 100%;
}
.h100{
  height: 1rem;
  width: 100%;
}
.h120{
  height: 1.2rem;
  width: 100%;
}
.public{
  overflow: hidden;
}
/* 老师标签 */
.lsbq{
  font-size: .2rem;
  margin-left: 8px;
}
/* 就业服务原点位置 */
.pointList {
  margin-left: 46% !important;
}



/* 基准 */

.public{
  max-width: 730px;
  min-width: 320px;
  margin: 0 auto;
}
/* 小方块 */
/* .yi1{
  height: .05rem;
  width: .56rem;
  margin: 0 auto;
  background-color: #25cb73;
}
.yi2{
  height: .05rem;
  width: .56rem;
  margin: 0 auto;
  background-color: #fff;
}
.adb{
  display: block;
} */

/* 标题*/
.bt1{
  font-size: .38rem;
  text-align: center;
}
.bt01{
  font-size: .22rem;
  text-align: center;
  color: #525252;
}
.bt2{
  font-size: .38rem;
  text-align: center;
  color: #fff;
}
.bt02{
  font-size: .22rem;
  text-align: center;
  /* color: #fff; */
}

/* 三点条件要求 */
/* .ask{
  background-color: #fff;
  border-bottom: #f04d73 .02rem solid;
} */

.ask ul{
  display: flex;
  padding : .2rem .08rem .08rem .08rem;
  flex-wrap: wrap;
}
.ask ul li{
  flex: 30%;
  margin: 0 .05rem .1rem .05rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ask ul li span{
  flex: 1;
}
.ask ul li span:nth-child(1) img{
  display: block;
  height: .46rem;
  width: .66rem;
 
}
.ask ul li span:nth-child(2){
  font-size: .22rem;
  padding: .1rem 0 0 0 ;
}
.ask ul li span:nth-child(3){
  font-size: .27rem;
  font-weight: 700;
 /* color: #f04d73; */
}

/* 点击咨询按钮样式 */
.zixun{
  display: inline-block;
  height: .65rem;
  line-height: .65rem;
  border-radius: .35rem;
  padding: 0 .39rem;
  text-align: center;
  /* font-size: .23rem; */
  font-weight: 700;
  /* color: #fff;
  background-color: #f04d73; */
  margin-left: 50%;
  transform: translateX(-50%);
}

/* 课程课题部分 */
.kt{
   
}
.contents{
    position: relative;
    width: 84%;
    margin: 0 auto;
    padding: .6rem .2rem .7rem .3rem;
    /* border: .02rem #333 solid; */
}
.c_zi{
    font-size: .22rem;
    line-height: .36rem;
    color: #333;

}
/* 两个定位的模块 */
.class{
    position: absolute;
    left: .3rem;
    top: -.31rem;
    font-size: .32rem;
    /* color: #333;
    background-color: #fff; */
    width: 2rem;
    height:.6rem;
    text-align: center;
    line-height: .6rem;
}
.task{
    position: absolute;
    right: -.15rem;
    bottom: -.39rem;
    width: 2.7rem;
    height: 1rem;
    text-align: center;
    line-height: 1rem;
    border-radius: 10px;
    font-size: .25rem;
    /* background-color: #f04d73;
    color: #fff; */
    
}

/* 第七部分 */
.seven ul{
  display: flex;
  flex-wrap: wrap;
  margin-right: .18rem;
}
.seven ul li{
  flex:40%;
  margin: .1rem .02rem .1rem .18rem ;
  display: flex;
  flex-direction: column;
 align-items: center;
}
.seven ul li span{
  flex: 1;
}
.seven ul li span:nth-child(2){
  font-size: .2rem;
  padding-top: .2rem;
}

/* 多重就业服务banner */
.wrap {
  width: 84%;
  margin: 0 auto;
}

.wrap .list .item ul {
  display: flex;
  flex-wrap: wrap;
}
.wrap .list .item ul li{
  flex: 20%;
  margin: .06rem;
}

/* 第十一部分 */
.bgc{
  /* background: url(../images/uibgc.jpg) no-repeat center/100% 100%; */
  -moz-background-size: 100% 100%;  
  -o-background-size: 100% 100%;  
  -webkit-background-size: 100% 100%;  
  background-size: 100% 100%;  
  height: 4.13rem;
  color: #fff;
  font-size: .3rem;
  font-weight: 700;
  padding: .6rem 1.6rem  0 .4rem;
}
.last{
   /* background: url(../images/dmbgc02.jpg) no-repeat no-repeat center/100% 100%;   */
   -moz-background-size: 100% 100%;  
    -o-background-size: 100% 100%;  
    -webkit-background-size: 100% 100%;  
    background-size: 100% 100%;
    padding: .25rem .2rem .35rem .2rem;
}
.yanse{
    color: #f0255c !important ;
}

