/* Animate.css动画演示 */
@import "../css/animate.min.css";

/* Swiper 6.4.1 */
@import "../swiper/swiper-bundle.min.css";

/* 字体图标 */
@import "../css/iconfont.min.css";

/* 公共样式 */
@import "../css/public.min.css";

/* 头部 */
.header {
  width: 100%;
  overflow-x: hidden;
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  z-index:2;
  box-shadow: 10px 10px 10px rgba(0,0,0,0.2);
}
/* .header_active{
  background-color: rgba(255,255,255,0.8);
} */
.header>.container{
  width: 100%;
  max-width: 1700px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.logo{
  padding: 18px 0;
  position: relative;
}
.logo::after{
  content: "";
  width: 1920px;
  float: left;
  height: 8px;
  border-radius: 0 30px 0 0;
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url(../images/logo_heng.jpg);
  background-position: right center;
  background-repeat: no-repeat;
  background-color: #0758a7;
}
.logo > a{
  width: 264px;
}
.logo img {
  width: 100%;
  display: block;
  height: auto;
}

/* 导航 */
nav {
  width: 63%;
  float: left;
  display: flex;
}
.layui-nav{
  width: 100%;
  display: flex;
  justify-content: space-between;
  background-color: initial;
  padding: 0;
  border-radius: initial;
  -webkit-border-radius: initial;
  -moz-border-radius: initial;
  -ms-border-radius: initial;
  -o-border-radius: initial;
}
.layui-nav .layui-nav-item{
  height: 100%;
  line-height: initial;
  float: left;
}
.layui-nav .layui-nav-item > a{
  height: 100%;
  padding: 0;
  text-align: center;
  font-size: 18px;
  color: #363636;
  position: relative;
  z-index: 1001;
  display: flex;
  align-items: center;
}
.layui-nav .layui-this:after,
.layui-nav-bar,
.layui-nav-tree .layui-nav-itemed:after {
  background-color: #de0010;
  height: 3px;
}
.layui-nav .layui-nav-item a:hover,
.layui-nav .layui-this a{
  color: #0758a7;
  font-weight: bold;
}
.layui-nav .layui-nav-item:hover > a{
  color: #0758a7;
  font-weight: bold;
}

/* 导航下拉 */
/* .layui-nav-child{
  top: 100%;
  padding: 2px 0;
  border: none;
  line-height: 40px;
  background-color: rgba(133,192,63,0.95);
  border-radius: initial;
  -webkit-border-radius: initial;
  -moz-border-radius: initial;
  -ms-border-radius: initial;
  -o-border-radius: initial;
}
.layui-nav .layui-nav-child dd a{
  font-size: 14px;
  color: #fff;
  padding: 0;
  text-align: center;
}
.layui-nav .layui-nav-child dd a:hover{
  background-color: #85c03f;
  color: #fff;
} */

/* 登录注册 */
.nav_B{
  float: right;
  display: flex;
  align-items: center;
  line-height: 30px;
  font-size: 15px;
  color: #878787;
}
.nav_B>img{
  width: 30px;
  float: left;
  height: 30px;
  margin-right: 10px;
}
.nav_B>a{
  color: #3076b9;
  margin: 0 10px;
}
.nav_B>a:hover{
  color: #0758a7;
  text-decoration: underline;
}

/*banner大图*/
.banner {
  width: 100%;
  position: relative;
}
.banner-imgbox .swiper-slide img {
  width: 100%;
}
/*圆点*/
.banner-imgbox .swiper-pagination {
  bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.banner-imgbox .swiper-pagination-bullet {
  width: 30px;
  height: 3px;
  background: #0758a7;
  opacity: 1;
  border-radius: 0;
}
.banner-imgbox>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 2px;
}
.banner-imgbox .swiper-pagination-bullet-active {
  opacity: 1;
  background: #de0010;
}
/*箭头*/
.banner-prev,
.banner-next{
  left: 2%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 70px;
  background-color: rgba(0,0,0,0.6);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  z-index: 999999;
  transition: all 0.4s;
  font-family: SimSun;
  font-size: 40px;
  color: #fff;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  text-align: center;
}
.banner-next{
  left: initial;
  right: 2%;
}
.banner-imgbox:hover .banner-next,
.banner-imgbox:hover .banner-prev  {
  opacity: 1;
}
/* END */

/* 首页 */
.bus{
  width: 100%;
  overflow: hidden;
  padding: 45px 0 95px 0;
  background: url(../images/bus_bj.jpg) no-repeat center center;
  background-size: cover;
}
.bus_title{
  display: block;
  overflow: hidden;
  text-align: center;
}
.bus_p{
  line-height: 68px;
  text-transform: uppercase;
  font-size: 72px;
  color: #f2f2f2;
  font-weight: bold;
}
.bus_sp{
  position: relative;
  z-index: 5;
  margin-top: -40px;
  display: flex;
  justify-content: center;
}
.bus_sp>span{
  float: left;
  position: relative;
  line-height: 40px;
  padding: 10px 20px;
  font-size: 30px;
  color: #303030;
  font-family: "Source Han Sans CN";
  font-weight: bold;
}
.bus_sp>span::before{
  content: "";
  width:0;
  height:0;
  border-left: 13px solid #0758a7;
  border-top: 0 solid transparent;
  border-bottom: 13px solid transparent;
  position: absolute;
  left: 0;
  top: 15px;
}
.bus_sp>span::after{
  content: "";
  width:0;
  height:0;
  border-right: 19px solid #de0010;
  border-top: 19px solid transparent;
  border-bottom: 0 solid transparent;
  position: absolute;
  right: 0;
  bottom: 0;
}
.bus_contect{
  position: relative;
  margin-top: 50px;
}
#gallery .swiper-slide>a{
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  border-radius: 5px;
}
#gallery .swiper-slide>a::before{
  content: "";
  display: block;
  padding-top: 48.25%;
}
#gallery .swiper-slide>a .bus_hover{
  width: 50%;
  float: left;
  position: absolute;
  left: 50px;
  bottom: 60px;
  color: #fff;
  line-height: 34px;
  text-transform: uppercase;
  font-size: 24px;
}
#gallery .swiper-slide>a .bus_hover>span{
  display: block;
  overflow: hidden;
  line-height: 44px;
  font-size: 30px;
}
.bus-prev,
.bus-next{
  left: -95px;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  font-family: SimSun;
  font-size: 72px;
  color: #b3b3b3;
  float: left;
  z-index: 999;
  cursor: pointer;
  outline: none;
}
.bus-next{
  left: initial;
  right: -95px;
}

#thumbs{
  width: 23%;
  height: calc(100% - 80px);
  float: left;
  position: absolute;
  right: 35px;
  top: 40px;
  background-color: rgba(255,255,255,0.8);
  border-radius: 5px;
  z-index: 99999;
}
#thumbs .swiper-slide{
  display: flex;
  align-items: center;
  align-content: center;
  font-size: 18px;
  color: #1f1f1f;
  font-weight: bold;
  padding-left: 55px;
  cursor: pointer;
}
#thumbs .swiper-slide>img{
  width: 38px;
  float: left;
  height: 33px;
  margin-right: 30px;
}
#thumbs .swiper-slide-thumb-active{
  background-color: #fff;
  color: #0758a7;
}

.recruit_dl{
  width: 100%;
  overflow: hidden;
}
.recruit_dl .recruit_dd{
  width: 100%;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 75px 0;
}
.recruit_dl .recruit_dd .recruit_contect{
  width: 50%;
}
.recruit_dl .recruit_dd .recruit_contect .recruit_title{
  display: block;
  overflow: hidden;
  font-size: 30px;
  margin-bottom: 30px;
}
.recruit_dl .recruit_dd .recruit_contect .recruit_title .recruit_p{
  line-height: 40px;
  color: #0758a7;
  font-family: "Source Han Sans CN";
}
.recruit_dl .recruit_dd .recruit_contect .recruit_title .recruit_sp{
  line-height: 34px;
  color: #949494;
  text-transform: uppercase;
}
.recruit_dl .recruit_dd .recruit_contect .recruit_ul{
  display: block;
  overflow: hidden;
}
.recruit_dl .recruit_dd .recruit_contect .recruit_ul li{
  display: block;
  overflow: hidden;
  margin-bottom: 15px;
}
.recruit_dl .recruit_dd .recruit_contect .recruit_ul li a{
  display: block;
  overflow: hidden;
  line-height: 54px;
  background-color: #fff;
  border-radius: 5px;
  position: relative;
  padding: 0 25px;
  font-size: 18px;
  color: #222222;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.recruit_dl .recruit_dd .recruit_contect .recruit_ul li a>span{
  float: right;
  font-size: 14px;
  color: #a4a4a4;
  margin-left: 5px;
  transition: all 0.4s;
}
.recruit_dl .recruit_dd .recruit_contect .recruit_ul li a::before{
  content: "";
  width: 4px;
  float: left;
  height: 20px;
  background-color: #de0010;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.recruit_dl .recruit_dd .recruit_contect .recruit_ul li a:hover{
  background-color: #de0010;
  color: #fff;
}
.recruit_dl .recruit_dd .recruit_contect .recruit_ul li a:hover>span{
  color: #fff;
}
.recruit_dl .recruit_dd .recruit_contect .recruit_more{
  display: block;
  overflow: hidden;
  margin-top: 50px;
  padding-bottom: 8px;
  font-family: "Source Han Sans CN Light";
  background: url(../images/more.png) no-repeat left bottom;
}
.recruit_dl .recruit_dd .recruit_contect .recruit_more>a{
  float: left;
  line-height: 24px;
  font-size: 14px;
  color: #7c7c7c;
}
.recruit_dl .recruit_dd .recruit_contect .recruit_more>a:hover{
  color: #de0010;
}

.post{
  width: 100%;
  overflow: hidden;
  padding: 78px 0;
}
.post_ul{
  display: block;
  overflow: hidden;
  padding-top: 20px;
  width: 1236px;
}
.post_ul li{
  width: 376px;
  float: left;
  margin: 40px 36px 0 0;
}
.post_ul li a{
  display: block;
  overflow: hidden;
  border: 1px solid #dedede;
  border-radius: 5px;
  box-shadow: 4px 4px 0 #ededed;
  margin-bottom: 4px;
  padding: 25px;
}
.post_ul li a .post_p{
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 18px;
  color: #1d1d1d;
  text-overflow:ellipsis;
  white-space: nowrap;
  margin-bottom: 10px;
}
.post_ul li a .post_sp{
  display: block;
  overflow: hidden;
  line-height: 24px;
  font-size: 14px;
  color: #9d9d9d;
  margin-bottom: 20px;
}
.post_ul li a .post_sp>span{
  color: #6a6a6a;
}
.post_ul li a .post_spp{
  float: right;
  line-height: 34px;
  font-size: 15px;
  color: #a6a6a6;
}
.post_ul li a .post_btn{
  width: 104px;
  float: left;
  height: 34px;
  line-height: 32px;
  text-align: center;
  border: 1px solid #0758a7;
  border-radius: 17px;
  font-size: 16px;
  color: #0758a7;
  font-weight: bold;
}
.post_ul li a:hover{
  background-color: #e6eff8;
  border-color: #fff;
}
.post_ul li a:hover .post_btn{
  background-color: #0758a7;
  color: #fff;
}
/* END-首页 */

/* 底部 */
footer {
  background: url(../images/footer_bj.jpg) no-repeat center center;
  background-size: cover;
}
.footer{
  width: 100%;
  overflow: hidden;
  padding: 55px 0 30px 0;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255,255,255,0.3);
  margin-bottom: 30px;
}
.footer_logo img{
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.footer_dianhua{
  line-height: 18px;
  background: url(../images/footer_dianhua.png) no-repeat left center;
  padding-left: 44px;
  margin-top: 19px;
  font-size: 14px;
  color: #fff;
}
.footer_dianhua>span{
  display: block;
  overflow: hidden;
  line-height: 24px;
  font-size: 24px;
  color: #e04f5a;
}
.footer_left{
  padding-bottom: 30px;
}
.footer_nav{
  display: block;
  overflow: hidden;
  line-height: 24px;
  margin-bottom: 10px;
}
.footer_nav>a{
  font-size: 16px;
  color: #fff !important;
  margin-right: 50px;
}
.footer_nav>a:hover{
  color: #fff !important;
  text-decoration: underline;
}
.copyright{
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 13px;
  color: rgba(255,255,255,0.6);
}
.copyright a{
  color: #fff;
  margin: 0 5px;
}
.copyright a:hover{
  color: #fff;
  text-decoration: underline;
}
.footer_R{
  padding-top: 10px;
}
.footer_R>a{
  float: left;
  font-size: 20px;
  color: #fff !important;
  margin-left: 40px;
  position: relative;
}
.footer_wx{
  width: 140px;
  float: left;
  height: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: 120%;
  transition: all 0.4s;
}
.footer_wx>img{
  width: 140px;
  height: 140px;
  display: block;
}
.footer_R>a:hover .footer_wx{
  height: 140px;
}
/* END-底部 */

/* 关于我们 */
.N_banner{
  height: 420px;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.N_banner_txt{
  width: 100%;
  float: left;
  max-width: 1200px;
  position: absolute;
  left: 50%;
  bottom: 45px;
  z-index: 1;
  transform: translateX(-50%);
  line-height: 24px;
  color: #fff;
  font-size: 18px;
  padding-left: 22px;
}
.N_banner_txt>span{
  display: block;
  overflow: hidden;
  line-height: 44px;
  font-size: 36px;
}
.N_banner_txt::before{
  content: "";
  width: 4px;
  float: left;
  height: 46px;
  background-color: #0758a7;
  position: absolute;
  left: 0;
  top: 5px;
  z-index: 2;
}
.N_banner_txt::after{
  content: "";
  width: 4px;
  float: left;
  height: 15px;
  background-color: #f5505c;
  position: absolute;
  left: 0;
  bottom: 4px;
}

.job-detail-header{
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 136px auto 0 auto;
    line-height: 24px;
    color: #444;
    font-size: 18px;
    padding-left: 22px;
}
.job-detail-header>span{
    display: block;
    overflow: hidden;
    line-height: 44px;
    font-size: 36px;
}
.job-detail-header::before{
    content: "";
    width: 4px;
    float: left;
    height: 46px;
    background-color: #0758a7;
    position: absolute;
    left: 0;
    top: 5px;
}
.job-detail-header::after{
    content: "";
    width: 4px;
    float: left;
    height: 15px;
    background-color: #f5505c;
    position: absolute;
    left: 0;
    bottom: 4px;
}

.main{
  width: 100%;
  overflow: hidden;
  padding: 40px 0;
}
.company{
  display: block;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0,0,0,0.1);
  padding: 30px;
  font-size: 16px;
  color: #383838;
  line-height: 30px;
  border-radius: 5px;
}
/* END-关于我们 */

/* 机场招聘/高铁招聘/地铁招聘/实习生招聘/内部招聘 */
.screen{
  width: 100%;
  overflow: hidden;
  padding: 50px 0;
}
.screen_box{
  width: 100%;
  float: left;
  margin-bottom: 15px;
  position: relative;
}
.screen_box .screen_T{
  width: 122px;
  float: left;
  line-height: 24px;
  font-size: 18px;
  color: #2c2c2c;
  font-family: "Source Han Sans CN";
  padding: 6px 0;
}
.screen_box::after{
  content: "";
  width: calc(100% - 122px);
  float: left;
  height: 1px;
  background-color: #e7e7e7;
  position: absolute;
  right: 0;
  bottom: 0;
}
.screen_box>dl{
  display: block;
  padding: 0 25px 0 51px;
  position: relative;
  font-size: 16px;
  color: #595959;
  line-height: 30px;
  margin-bottom: 15px;
}
.screen_box>dl>dt{
  float: left;
  margin: 0px 19px 0px 0;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}
.screen_box>dl>dd{
  float: left;
  margin: 6px 19px;
  cursor: pointer;
}
.screen_box>dl>dt.screen_active,
.screen_box>dl>dd.screen_active{
  color: #0758a7;
}
.screen_box .screen_jiantou{
  width: 18px;
  float: left;
  height: 11px;
  background: url(../images/jiantou1.png) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  right: 4px;
  top: 12px;
  transition: all 0.4s;
  cursor: pointer;
}
.screen_box .screen_jiantou1{
  transform: rotate(360deg);
  background: url(../images/jiantou2.png) no-repeat center center;
}
#screen dl.select{
  /*display: none;*/
  width: 100%;
  float: left;
}
#screen dl.sel_active{
  display: block;
}
#screen dl.select>dt{
  width: 122px;
  float: left;
  line-height: 24px;
  font-size: 18px;
  color: #2c2c2c;
  font-family: "Source Han Sans CN";
  padding: 6px 0;
  margin-bottom: 5px;
}
#screen dl.select>dd{
  float: left;
  border: 1px solid #0758a7;
  height: 36px;
  line-height: 24px;
  font-size: 16px;
  border-radius: 5px;
  background-color: #fff;
  padding: 5px 10px;
  margin: 0 5px 5px 0;
}
dd.filter-dd::after{
    cursor: pointer;
    content: '×';
    background: #0758a7;
    width: 24px;
    height: 24px;
    font-size: 18px;
    color: #ffffff;
    float: right;
    text-align: center;
    margin-right: 0;
    margin-left: 8px;
    border-radius: 5px;
}
#screen dl.select>dd>span{
  width: 24px;
  height: 24px;
  float: right;
  text-align: center;
  line-height: 24px;
  font-size: 14px;
  background: #0758a7;
  color: #fff;
  margin-left: 5px;
  cursor: pointer;
  border-radius: 5px;
}
.screen_box>dl{
  height: 36px;
  transition: all 0.4s;
}

.screen_box:first-child>dl{
  height: auto;
}

.screen-high dl.select>dd>dl{
  display: none;
}
.screen_box:first-child>dl>dd{
width: 6.25%;
float: left;
cursor: pointer;
line-height: 30px;
    margin: 0;
}

.screen-high .screen_box>dl{
  display: flex;
  flex-wrap: wrap;
  height: auto;
}
.screen-high .screen_box>dl>dd{
  position: relative;
}
.screen-high .screen_box>dl>dd>dl{
    display: none;
    width: 800%;
    float: left;
    position: absolute;
    left: 0;
    top: 32px;
    z-index: 9;
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 10px;
}
.screen-high .screen_box>dl>dd>dl>dd{
    width: 14.285%;
    float: left;
    font-size: 14px;
    line-height: 20px;
    color: #595959;
    margin: 3px 0;
}
.screen-high .screen_box>dl>dd>dl>dd.screen_active{
  color: #0758a7;
}

.screen-high .screen_box>dl>dd.screen_active>dl{
  display: block;
}
.screen-high .screen_box>dl>dd:nth-child(16n+11)>dl{left: -100%;}
.screen-high .screen_box>dl>dd:nth-child(16n+12)>dl{left: -200%;}
.screen-high .screen_box>dl>dd:nth-child(16n+13)>dl{left: -300%;}
.screen-high .screen_box>dl>dd:nth-child(16n+14)>dl{left: -400%;}
.screen-high .screen_box>dl>dd:nth-child(16n+15)>dl{left: -500%;}
.screen-high .screen_box>dl>dd:nth-child(16n+16)>dl{left: -600%;}
.screen-high .screen_box>dl>dd:nth-child(16n+17)>dl{left: -700%;}









.screen_contect{
  width: 100%;
  overflow: hidden;
  background-color: #f5f5f5;
  padding: 60px 0;
}
.cp_dl{
  display: block;
  overflow: hidden;
}
.cp_dl>dt{
  display: block;
  overflow: hidden;
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 15px;
  font-size: 18px;
  color: #0758a7;
  font-weight: bold;
}
.cp_dl>dt>ul{
    background-color: #fff;
}
.cp_dl>dd{
  display: block;
  overflow: hidden;

  border-radius: 5px;
  margin-bottom: 10px;
  font-size: 16px;
  color: #343638;
}
.cp_dl ul{
    margin-bottom: 15px;
  width: 100%;
  float: left;
    background-color: #ebebeb;
  display: flex;
  flex-wrap: wrap;
}
.cp_dl ul li{
  width: 17%;
  float: left;
  line-height: 24px;
  padding: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  overflow: hidden;
}
.cp_dl ul li:first-child{
  width: 32%;
}
.cp_dl ul li:first-child>a{
  color: #343638;
  display: block;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.cp_dl ul li:first-child>a:hover{
  color: #de0010;
  text-decoration: underline;
}
.cp_dl ul li:last-child>a{
  width: 100%;
  max-width: 92px;
  float: left;
  height: 32px;
  line-height: 32px;
  border-radius: 16px;
  background-color: #fff;
  color: #de0010;
}
.cp_dl ul li:last-child>a:hover{
  background-color: #de0010;
  color: #fff;
}

.cpxq{
  width: 100%;
  overflow: hidden;
  padding: 40px 0;
}
.cpxq_dl{
  width: 100%;
  float: left;
}
.cpxq_dl>dt{
  width: 100%;
  float: left;
  overflow: hidden;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 20px rgba(0,0,0,0.1);
  padding: 20px;
  margin-bottom: 20px;
}
.cpxq_dl>dd{
  width: 100%;
  float: left;
  overflow: hidden;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 20px rgba(0,0,0,0.1);
  padding: 20px 30px;
  margin-top: 10px;
}
.cpxq_title{
  display: block;
  line-height: 34px;
  font-size: 30px;
  color: #0758a7;
  padding: 20px 0;
  border-bottom: 1px solid #eee;
  margin-bottom: 30px;
}
.cpxq_ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
}
.cpxq_ul li{
  float: left;
  margin-bottom: 25px;
}
.cpxq_ul li .cpxq_pp{
  display: block;
  overflow: hidden;
  padding-left: 13px;
  position: relative;
  margin-bottom: 15px;
}
.cpxq_ul li .cpxq_pp::before{
  content: "";
  width: 4px;
  float: left;
  height: calc(100% - 10px);
  background-color: #f5505c;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.cpxq_ul li .cpxq_pp::after{
  content: "";
  width: 4px;
  float: left;
  height: 100%;
  background-color: #0758a7;
  position: absolute;
  left: 6px;
  top: 0;
}
.cpxq_ul li .cpxq_pp>span{
  float: left;
  min-width: 110px;
  height: 38px;
  line-height: 38px;
  background-color: #efefef;
  padding: 0 15px;
  border-radius: 0 19px 19px 0;
  font-size: 16px;
  color: #434343;
  font-weight: bold;
}
.cpxq_ul li .cpxq_pps{
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 16px;
  color: #434343;
  padding-left: 25px;
}
.cpxq_ul li:nth-child(1){
  width: 20.5%;
}
.cpxq_ul li:nth-child(2){
  width: 20.5%;
}
.cpxq_ul li:nth-child(3){
  width: 35%;
}
.cpxq_ul li:nth-child(4){
  width: 24%;
}

.cpxq_p{
  position: relative;
  font-size: 24px;
  color: #121212;
  line-height: 36px;
}
.cpxq_p::before{
  content: "";
  width: 4px;
  float: left;
  height: calc(100% - 10px);
  background-color: #0758a7;
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
}
.cpxq_p::after{
  content: "";
  display: block;
  clear: both;
}
.cpxq_txt{
  display: block;
  overflow: hidden;
  padding: 15px 0;
  font-size: 16px;
  line-height: 36px;
  color: #525252;
}
.cpxq_btn{
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-top: 40px;
}
.cpxq_btn>a{
    height: 34px;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
    border-radius: 17px;
    padding: 0 20px;
    margin-left: 10px;
}
.cpxq_btn>a:first-child{
  border: 2px solid #de0010;
  background-color: #de0010;
  color: #fff;
}
.cpxq_btn>a:last-child{
  border: 2px solid #0758a7;
  background-color: #fff;
  color: #0758a7;
}
.cpxq_btn>a:last-child:hover{
  background-color: #0758a7;
  color: #fff;
}
/* END-机场招聘/高铁招聘/地铁招聘/实习生招聘/内部招聘 */

/*联系我们*/
.contact_txt {
  width: 36%;
  float: left;
  padding-right: 30px;
  font-size: 16px;
  color: #383838;
  line-height: 30px;
}
.contact_p{
  display: block;
  overflow: hidden;
  line-height: 44px;
  font-size: 24px;
  margin-bottom: 20px;
}
.contact_map {
  width: 64%;
  float: left;
  overflow: hidden;
  height: 390px;
  border: none;
  border-radius: 10px;
}
/*END-联系我们*/

/* 登录 */
.sign-html,
.sign-body{
  width: 100%;
  height: 100%;
}
.sign-body{
  background-image: url(../images/dl_bj.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.sign-in-box{
  width: 100%;
  overflow-x: hidden;
  position: relative;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.sign_logo{
  width: 100%;
  float: left;
  overflow: hidden;
}
.sign_logo img{
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.sign_main{
  width: 100%;
  float: left;
  padding: 50px 0;
  display: flex;
  justify-content: center;
}
.sign_form{
  width: 100%;
  float: left;
  max-width: 500px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 20px rgba(0,0,0,0.2);
  padding: 30px 40px;
}
.sign_title{
  width: 100%;
  float: left;
  line-height: 40px;
  text-align: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #a0a0a0;
  margin-bottom: 30px;
  font-size: 24px;
  color: #2b2b2b;
}
.sign_input{
  width: 100%;
  float: left;
  overflow: hidden;
  border: 1px solid #ddd;
  border-radius: 5px;
  position: relative;
  margin-bottom: 18px;
}
.sign_input>input{
  width: 100%;
  float: left;
  height: 44px;
  line-height: 44px;
  padding: 0 50px 0 15px;
  font-size: 14px;
  color: #2b2b2b;
}
.sign_name::after{
  content: "";
  width: 18px;
  float: left;
  height: 24px;
  background: url(../images/sign_icon1.png) no-repeat left center;
  background-size: contain;
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
}
.sign_password::after{
  content: "";
  width: 20px;
  float: left;
  height: 24px;
  background: url(../images/sign_icon2.png) no-repeat left center;
  background-size: contain;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.sign_form input::-webkit-input-placeholder{
  color: #9c9c9c;

}
.sign_form input:-moz-placeholder{
  color: #9c9c9c;
}
.sign_yzm{
  padding: 0 15px;
  display: flex;
  align-items: center;
}
.sign_yzm>input{
  width: calc(100% - 84px);
  padding: 0 10px 0 0;
}
.sign_yzm .sign_img{
  width: 84px;
  float: left;
  height: 28px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.sign_yzm .sign_img>img{
  width: 84px;
  height: 28px;
  display: block;
}
.sign_txt{
  width: 100%;
  float: left;
  margin: 15px 0;
  line-height: 25px;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #999;
  cursor: pointer;
}
.sign_txt>input{
  float: left;
  margin-right: 5px;
}
.sign_btn{
  width: 100%;
  float: left;
  height: 48px;
  background-color: #0758a7;
  border-radius: 5px;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
}
.sign_box{
  width: 100%;
  float: left;
  line-height: 26px;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  margin-top: 15px;
}
.sign_left{
  color: #f52626;
}
.sign_left>a{
  color: #595959;
}
.sign_left>a:hover{
  color: #f52626;
  text-decoration: underline;
}
.sign_right{
  color: #8c8c8c;
  text-decoration: underline;
}
.sign_right>a:hover{
  color: #f52626;
  text-decoration: underline;
}
.sign_copyright{
  width: 100%;
  float: left;
  overflow: hidden;
  text-align: center;
  font-size: 13px;
  color: #3a3a3a;
  line-height: 24px;
  opacity: 0.6;
}
/* END-登录 */

/* 新用户注册 */
.layui-div{
  margin-bottom: 18px;
}
.layui-form-item{
  margin-bottom: 0;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.layui-form-label {
  padding: 0 0 0 15px;
  width: auto;
  font-weight: normal;
  line-height: 46px;
  text-align: right;
  font-size: 14px;
  color: #9c9c9c;
}
.layui-input-block {
  margin-left: 45px;
  min-height: 46px;
}
.layui-input{
  height: 46px;
  border-width: 0px;
  font-size: 14px;
  color: #3a3a3a;
  padding: 0 10px;
}
.layui-form-item1>.layui-input-block{
  margin-left: 100px;
}
.layui-form-txt{
  line-height: 22px;
  font-size: 14px;
  color: #9c9c9c;
  margin-bottom: 18px;
}
.layui-form-txt>span{
  color: #f40000;
}
.layui-form-item2>.layui-input-block{
  margin-left: 60px;
}
.layui-form-item3{
  padding-right: 15px;
}
.layui-form-item3>.layui-input-block{
  margin-left: 100px;
}
.layui-form-item3>.layui-input-block{
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.layui-form-item3>.layui-input-block>a{
  width: 84px;
  float: right;
}
.layui-form-item3>.layui-input-block>.layui-input{
  width: calc(100% - 84px);
}
.layui-form-item4{
  overflow: hidden;
  width: 100%;
  border: none;
}
.layui-form-item4>.layui-input-block{
  margin: 0;
  width: 60%;
  float: left;
}
.layui-form-item4>.layui-input-block:nth-child(2){
  width: 40%;
}
.layui-form-item4>.layui-input-block>.layui-input{
  padding: 0 15px;
  border: 1px solid #ddd;
  border-right: none;
  border-radius: 5px 0 0 5px;
}
.layui-form-item4>.layui-input-block:nth-child(2) button,
.layui-form-item4>.layui-input-block:nth-child(2) button.send1{
  width: 100%;
  float: left;
  background-color: #e8e8e8;
  color: #373737;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  border: none;
  line-height: 46px;
  text-align: center;
}
.layui-form-item4>.layui-input-block:nth-child(2) button.send1:hover{
  background-color: #0758a7;
  color: #fff;
}
.layui-form-item4>span{
  width: 100%;
  float: left;
  line-height: 24px;
  font-size: 14px;
  color: #f00;
}
.layui-form-item4>.layui-input-block:nth-child(2) button.send0{
  cursor: default;
}
.error{
  width: 100%;
  display: block;
  line-height: 24px;
  font-size: 14px;
  color: #f00;
  margin-top: 5px;
  text-align: right;
}
.layui-form-item5>.layui-input-block{
  margin-left: 75px;
}
.layui-form-item6{
  width: 100%;
  float: left;
  margin: 20px 0 15px 0;
  border: none;
}
.layui-form input[type=checkbox]{
  display: block;
  margin-right: 5px;
}
.layui-form-item .layui-form-checkbox{
  display: none;
}
.register_txt{
  width: 100%;
  float: left;
  line-height: 26px;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #999;
  cursor: pointer;
}
.register_bottom{
  width: 100%;
  float: left;
  line-height: 30px;
  font-size: 14px;
  color: #595959;
  margin-top: 15px;
}
.register_bottom>a{
  color: #0758a7;
}
.register_bottom>a:hover{
  color: #0758a7;
  text-decoration: underline;
}
/* END-新用户注册 */

/* 个人中心>基础信息 */
.personal-main{
  width: 100%;
  float: left;
  overflow: hidden;
  background-color: #f5f6f7;
  padding: 55px 0;
}
.personal-title{
  width: 100%;
  float: left;
  line-height: 40px;
  font-size: 18px;
  color: #b6b6b6;
  text-transform: uppercase;
}
.personal-title>span{
  float: left;
  font-size: 24px;
  color: #0758a7;
  font-weight: bold;
  margin-right: 10px;
}
.personal-contect{
  width: 100%;
  float: left;
  margin-top: 20px;
}
.personal-left{
  width: 206px;
  float: left;
  background-color: #fff;
}
.abtou_ul{
  width: 100%;
  float: left;
}
.abtou_ul>li{
  width: 100%;
  float: left;
  border-bottom: 1px solid #eaeaea;
}
.abtou_ul>li>a{
  display: block;
  overflow: hidden;
  line-height: 36px;
  font-size: 18px;
  color: #393939;
  background-color: #fff;
  position: relative;
  padding: 23px 10px 23px 30px;
}
.abtou_ul>li>a::before{
  content: "";
  width: 5px;
  float: left;
  height: 36px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.4s;
}
.abtou_ul>li:hover>a,
.abtou_ul>li.about_on>a{
  background-color: #0758a7;
  color: #fff;
}
.abtou_ul>li:hover>a::before,
.abtou_ul>li.about_on>a::before{
  background-color: #fd515f;
}

.personal-right{
  width: 980px;
  float: right;
}
.basics-form-box{
  width: 100%;
  float: left;
  background-color: #fff;
  padding: 40px;
  margin-bottom: 20px;
}
.basics-form .layui-upload{
  width: 190px;
  float: left;
  position: relative;
}
.basics-form .layui-upload .layui-btn{
  width: 136px;
  height: 136px;
  float: left;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  border-radius: 50%;
  background: none;
  padding: 0;
  z-index: 5;
}
.basics-form .layui-upload .layui-upload-list{
  width: 136px;
  height: 136px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  border: none;
  border-radius: 50%;
}
.basics-form .layui-upload .layui-upload-list .layui-upload-img{
  position:absolute;
  top:0;
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  border: none;
  outline: none;
  border-radius: 50%;
}
.basics-form .layui-upload .layui-upload-progress{
  width: 100%;
  max-width: 136px;
  margin: 0 auto;
}
.basics-form .layui-upload .layui-progress {
  background-color: #fff;
}
.basics-form .layui-upload .layui-progress-big,
.basics-form .layui-upload .layui-progress-big .layui-progress-bar {
  height: 3px;
  line-height: 3px;
}
.basics-form .layui-upload  .layui-upload-txt{
  display: block;
  overflow: hidden;
  font-size: 14px;
  color: #939393;
  line-height: 24px;
  margin-top: 25px;
}
.basics-form .basics-form-right{
  width: calc(100% - 250px);
  float: right;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.basics-form .basics-form-right .layui-form-item{
  width: calc(50% - 18px);
  float: left;
  margin-bottom: 25px;
  border: none;
  border-radius: 0;
}
.basics-form .basics-form-right .layui-form-item .layui-form-label{
  width: 100%;
  float: left;
  text-align: left;
  padding: 0;
  line-height: 24px;
  font-size: 16px;
  color: #666;
  margin-bottom: 15px;
}
.basics-form .basics-form-right .layui-form-item .layui-form-label>span{
  color: #c91a1d;
}
.basics-form .basics-form-right .layui-form-item .layui-input-block{
  width: 100%;
  float: left;
  margin: 0;
  min-height: 100%;
}
.basics-form .basics-form-right .layui-form-item .layui-input-block .layui-input {
  height: 44px;
  border-width: 0px;
  font-size: 16px;
  color: #202020;
  padding: 0 15px;
  background-color: #f5f6f7;
}
.basics-form .basics-form-right .layui-form-items{
  width: calc(50% - 18px);
  float: left;
}
.basics-form .basics-form-right .layui-form-items .layui-form-label{
  line-height: 30px;
  padding: 0;
  font-size: 16px;
  color: #666;
}
.basics-form .basics-form-right .layui-form-items .layui-form-label>span{
  color: #c91a1d;
}
.basics-form .basics-form-right .layui-form-items .layui-input-block{
  margin-left: 60px;
  min-height: 30px;
}
.basics-form .basics-form-right .layui-form-items .layui-input-block .layui-form-radio {
  line-height: 30px;
  margin: 0 20px 0 0;
  padding-right: 0;
  font-size: 16px;
  color: #151515;
}
.basics-form .layui-form-radio>i {
  margin-right: 5px;
  font-size: 16px;
  color: #dddee0;
}
.basics-form .layui-form-radio>i:hover,
.basics-form .layui-form-radioed>i {
  color: #0758a7;
}


.basics-form .cer-title{
  display: block;
  overflow: hidden;
  line-height: 34px;
  font-size: 16px;
  color: #666;
}
.basics-form .cer-title>span{
  color: #c91a1d;
}
.basics-form .cer-contect{
  display: block;
  overflow: hidden;
  padding-top: 15px;
}
.basics-form .cer-left{
  width: 302px;
  float: left;
  margin-right: 45px;
}
.basics-form .cer-left .cer-p{
  display: block;
  overflow: hidden;
  line-height: 55px;
  background-color: #f5f6f7;
  border-radius: 5px 5px 0 0;
  text-align: center;
  font-size: 16px;
  color: #434343;
}
.basics-form .cer-left .cer-box{
  display: block;
  overflow: hidden;
  position: relative;
}
.basics-form .cer-left .cer-box .layui-btn {
  width: 100%;
  height: 100%;
  float: left;
  position: absolute;
  top: 0;
  opacity: 0;
  background: none;
  z-index: 5;
  padding: 0;
}
.basics-form .cer-left .cer-box .layui-upload-list{
  margin: 0;
  width: 100%;
  height: 194px;
  border-radius: 5px;
  border: 1px solid #c8c8c8;
  position: relative;
  overflow: hidden;
  padding: 0;
}
.basics-form .cer-left .layui-upload-progress{
  width: 100%;
}
.basics-form .cer-left .layui-progress {
  background-color: #fff;
}
.basics-form .cer-left .layui-progress-big,
.basics-form .cer-left .layui-progress-big .layui-progress-bar {
  height: 3px;
  line-height: 3px;
}

.basics-form .basics-form-item{
  width: 102%;
  margin-left: -1%;
  display: flex;
  flex-wrap: wrap;
}
.basics-form .basics-form-item .layui-form-item{
  width: 31.3333%;
  float: left;
  border: none;
  border-radius: 0;
  margin: 0 1% 30px 1%;
}
.basics-form .basics-form-item .layui-form-item .layui-form-label{
  width: 100%;
  float: left;
  text-align: left;
  padding: 0;
  line-height: 30px;
  font-size: 16px;
  color: #666;
  margin-bottom: 10px;
}
.basics-form .basics-form-item .layui-form-item .layui-form-label>span{
  color: #c91a1d;
}
.basics-form .basics-form-item .layui-form-item .layui-input-block{
  width: 100%;
  float: left;
  margin: 0;
  min-height: initial;
}
.basics-form .basics-form-item .layui-form-item .layui-input-block .layui-select-title{
  background-color: #e6e6e6;
  border-radius: 4px;
  overflow: hidden;
}
.basics-form .basics-form-item .layui-form-item .layui-input-block .layui-select-title .layui-input {
  width: calc(100% - 46px);
  height: 44px;
  padding: 0 10px;
  background-color: #f5f6f7;
  font-size: 16px;
  color: #171717;
}
.basics-form .basics-form-item .layui-form-item .layui-input-block .layui-form-select .layui-edge {
  position: absolute;
  right: 14px;
  top: 50%;
  margin-top: -4px;
  cursor: pointer;
  border-width: 8px;
  border-top-color: #c2c2c2;
  border-top-style: solid;
  transition: all .3s;
  -webkit-transition: all .3s;
}
.basics-form .basics-form-item .layui-form-item .layui-input-block .layui-form-selected .layui-edge {
  margin-top: -12px;
}
.basics-form .basics-form-item .layui-form-item .layui-input-block .layui-form-select dl {
  top: 45px;
  border-radius: 4px;
}
.basics-form .basics-form-item .layui-form-item .layui-input-block .layui-form-select dl dd.layui-this {
  background-color: #0758a7;
}
.basics-form .basics-form-item .layui-form-item1{
  width: 64.3333%;
}
.basics-form .basics-form-item .layui-form-text{
  width: 100%;
  margin: 0;
}
.basics-form .basics-form-item .layui-form-text .layui-textarea {
  min-height: 160px;
  height: auto;
  line-height: 24px;
  padding: 10px;
  background-color: #f5f6f7;
  border: none;
  font-size: 16px;
  color: #171717;
}
.basics-form .basics-form-item .layui-input{
  width: 100%;
  height: 44px;
  background-color: #f5f6f7;
  border-radius: 4px;
  padding: 0 15px;
  font-size: 16px;
  color: #171717;
}
.basics-form .layui-btn{
  width: 100%;
  float: left;
  height: 54px;
  background-color: #c91a1d;
  border-radius: 5px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}
/* END-个人中心>基础信息 */

/* 个人中心>报名确认 */
.bmtrue_dl{
  display: block;
  overflow: hidden;
  background-color: #fff;
  padding: 20px 30px;
}
.bmtrue_dl dt{
  display: block;
  overflow: hidden;
  line-height: 36px;
  padding-bottom: 25px;
  border-bottom: 1px solid #e1e1e1;
  font-size: 24px;
  color: #0758a7;
  margin-bottom: 30px;
}
.bmtrue_dl dd{
  display: block;
  overflow: hidden;
  background-color: #f5f6f7;
  border-radius: 5px;
  padding: 20px;
}
.bmtrue_dl dd .bmtrue_p{
  display: block;
  overflow: hidden;
  line-height: 28px;
  font-size: 16px;
  color: #2e2e2e;
}
.bmtrue_dl dd .bmtrue_p>span{
  display: block;
  overflow: hidden;
  line-height: 42px;
  font-size: 22px;
  color: #0758a7;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.bmtrue_dl dd .bmtrue_sp{
  display: block;
  overflow: hidden;
  line-height: 24px;
  font-size: 15px;
  color: #777777;
  padding-bottom: 20px;
  border-bottom: 1px solid #e2e3e4;
  margin-bottom: 15px;
}
.bmtrue_dl dd .bmtrue_sp>span{
  color: #c8c8c8;
  margin: 0 30px;
}
.bmtrue_dl dd .bmtrue_left{
  font-size: 16px;
  color: #181818;
  line-height: 36px;
}
.bmtrue_dl dd .bmtrue_left>span{
  display: inline-block;
  width: 116px;
  height: 36px;
  line-height: 36px;
  background-color: #fff;
  border-radius: 18px;
  margin: 0 10px;
  text-align: center;
  color: #c91a1d;
}
.bmtrue_dl dd .bmtrue_left>a{
  width: 118px;
  height: 36px;
  float: right;
  line-height: 36px;
  border-radius: 18px;
  text-align: center;
  background-color: #0758a7;
  font-size: 14px;
  color: #fff;
}
.bmtrue_dl dd .bmtrue_left>a:hover{
  background-color: #fd515f;
  color: #fff;
}
.bmtrue_dl dd .bmtrue_right{
  line-height: 36px;
  font-size: 14px;
  color: #5d5d5d;
  text-decoration: underline;
}
.bmtrue_dl dd .bmtrue_right>a{
  color: #fd515f;
}

.bm-edit{
  display: block;
  overflow: hidden;
  background-color: #fff;
  padding: 20px 30px;
}
.bm-edit-title{
  display: block;
  overflow: hidden;
  line-height: 36px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e1e1e1;
  font-size: 24px;
  color: #0758a7;
  margin-bottom: 20px;
}
.bmedit-form{
  display: block;
  overflow: hidden;
}
.bmedit_p{
  display: block;
  overflow: hidden;
  line-height: 36px;
  font-size: 18px;
  color: #2e2e2e;
  font-weight: bold;
}
.bmedit_p>span{
  color: #0758a7;
}
.bmedit_sp{
  display: block;
  overflow: hidden;
  margin-top: 10px;
  line-height: 30px;
  font-size: 18px;
  color: #2e2e2e;
}
.bmedit_sp>span{
  color: #0758a7;
}
.bmedit_box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bmedit_box .layui-form-item{
  width: calc(50% - 12px);
  float: left;
  border: none;
  border-radius: 0;
  margin-top: 30px;
}
.bmedit_box .layui-form-item .layui-form-label{
  width: 100%;
  float: left;
  text-align: left;
  padding: 0;
  line-height: 30px;
  font-size: 16px;
  color: #666;
  margin-bottom: 10px;
}
.bmedit_box .layui-form-item .layui-form-label>span{
  color: #c91a1d;
}
.bmedit_box .layui-form-item .layui-input-block{
  width: 100%;
  float: left;
  margin: 0;
  min-height: initial;
}
.bmedit_box .layui-form-item .layui-input-block .layui-select-title{
  background-color: #e6e6e6;
  border-radius: 4px;
  overflow: hidden;
}
.bmedit_box .layui-form-item .layui-input-block .layui-select-title .layui-input {
  width: calc(100% - 46px);
  height: 44px;
  padding: 0 10px;
  background-color: #f5f6f7;
  font-size: 16px;
  color: #171717;
}
.bmedit_box .layui-form-item .layui-input-block .layui-form-select .layui-edge {
  position: absolute;
  right: 14px;
  top: 50%;
  margin-top: -4px;
  cursor: pointer;
  border-width: 8px;
  border-top-color: #c2c2c2;
  border-top-style: solid;
  transition: all .3s;
  -webkit-transition: all .3s;
}
.bmedit_box .layui-form-item .layui-input-block .layui-form-selected .layui-edge {
  margin-top: -12px;
}
.bmedit_box .layui-form-item .layui-input-block .layui-form-select dl {
  top: 45px;
  border-radius: 4px;
}
.bmedit_box .layui-form-item .layui-input-block .layui-form-select dl dd.layui-this {
  background-color: #0758a7;
}
.bmedit_box .layui-form-item .layui-form-radio {
  line-height: 30px;
  margin: 0 30px 0 0;
  padding: 0;
  font-size: 16px;
  color: #1e1e1e;
}
.bmedit_box .layui-form-item .layui-form-radio>i {
  font-size: 16px;
  color: #ebebeb;
}
.bmedit_box .layui-form-item .layui-form-radio>i:hover,
.bmedit_box .layui-form-item .layui-form-radioed>i {
  color: #0758a7;
}
.bmedit-form .layui-btn{
  width: 134px;
  height: 44px;
  background-color: #0758a7;
  border-radius: 5px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  margin-top: 30px;
}
/* END-个人中心>报名确认 */

/* 个人中心>教育经历 */
.edu-form{
  display: block;
  background-color: #fff;
  padding: 20px 30px;
}
.edu_p{
  display: block;
  overflow: hidden;
  line-height: 36px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e1e1e1;
  font-size: 24px;
  color: #0758a7;
  margin-bottom: 30px;
}
.edu_dl{
  display: block;
  overflow: hidden;
}
.edu_dl dt{
  display: block;
  overflow: hidden;
  background-color: #ddd;
  font-size: 16px;
  color: #252525;
}
.edu_dl dd{
  display: block;
  overflow: hidden;
  color: #747474;
  font-size: 16px;
  background-color: #f8f8f8;
}
.edu_dl ul{
  width: 100%;
  float: left;
  display: flex;
}
.edu_dl ul li{
  width: 20%;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
  line-height: 28px;
  padding: 15px 10px;
}
.edu_dl ul li:nth-child(4),
.edu_dl ul li:nth-child(5){
  width: 13%;
}
.edu_dl ul li:nth-child(6){
  width: 14%;
}
.edu_dl ul li:nth-child(6)>button{
  background: none;
  color: #0758a7;
  cursor: pointer;
  margin: 0 2px;
}
.edu_dl ul li:nth-child(6)>button:hover{
  text-decoration: underline;
}
.edu_box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 35px;
}
.edu_box .layui-form-item{
  width: calc(50% - 15px);
  float: left;
  border: none;
  border-radius: 0;
  margin-bottom: 30px;
}
.edu_box .layui-form-item .layui-form-label{
  width: 100%;
  float: left;
  line-height: 30px;
  font-size: 16px;
  color: #666;
  margin-bottom: 10px;
  text-align: left;
  padding: 0;
}
.edu_box .layui-form-item .layui-form-label>span{
  color: #c91a1d;
}
.edu_box .layui-form-item .layui-input-inline {
  width: 100%;
  float: left;
  margin: 0;
}
.edu_box .layui-form-item .layui-input-block{
  width: 100%;
  float: left;
  margin: 0;
  min-height: initial;
}
.edu_box .layui-form-item .layui-input-inline .layui-input{
  background-color: #f5f6f7;
  padding: 0 15px;
  font-size: 16px;
  color: #171717;
}
.edu_box .layui-form-item .layui-input-block .layui-select-title{
  background-color: #e6e6e6;
  border-radius: 4px;
  overflow: hidden;
}
.edu_box .layui-form-item .layui-input-block .layui-select-title .layui-input {
  width: calc(100% - 46px);
  height: 44px;
  padding: 0 10px;
  background-color: #f5f6f7;
  font-size: 16px;
  color: #171717;
}
.edu_box .layui-form-item .layui-input-block .layui-form-select .layui-edge {
  position: absolute;
  right: 14px;
  top: 50%;
  margin-top: -4px;
  cursor: pointer;
  border-width: 8px;
  border-top-color: #c2c2c2;
  border-top-style: solid;
  transition: all .3s;
  -webkit-transition: all .3s;
}
.edu_box .layui-form-item .layui-input-block .layui-form-selected .layui-edge {
  margin-top: -12px;
}
.edu_box .layui-form-item .layui-input-block .layui-form-select dl {
  top: 45px;
  border-radius: 4px;
}
.edu_box .layui-form-item .layui-input-block .layui-form-select dl dd.layui-this {
  background-color: #0758a7;
}
.edu-form .layui-btn{
  width: 134px;
  height: 44px;
  background-color: #0758a7;
  border-radius: 5px;
  text-align: center;
  font-size: 16px;
  color: #fff;
}
/* END-个人中心>教育经历 */

/* 个人中心>自我介绍 */
.edu-form .layui-form-text{
  width: 100%;
  float: left;
  border: none;
  border-radius: 0;
  margin-bottom: 30px;
}
.edu-form .layui-form-item .layui-form-label{
  width: 100%;
  float: left;
  line-height: 30px;
  font-size: 16px;
  color: #666;
  margin-bottom: 10px;
  text-align: left;
  padding: 0;
}
.edu-form .layui-form-item .layui-form-label>span{
  color: #c91a1d;
}
.edu-form .layui-form-item .layui-input-block{
  width: 100%;
  float: left;
  margin: 0;
  min-height: initial;
}
.edu-form .layui-form-text .layui-textarea {
  min-height: 240px;
  height: auto;
  line-height: 24px;
  padding: 10px;
  background-color: #f5f6f7;
  border: none;
  font-size: 16px;
  color: #171717;
}
/* END-个人中心>自我介绍 */

/* 个人中心>长传资料 */
.edu-form .edu_btn{
  display: block;
  overflow: hidden;
}
.edu-form .edu_btn .layui-btn{
  width: 120px;
  float: left;
  height: 44px;
  line-height: 42px;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  text-align: center;
  background-color: #fff;
  font-size: 18px;
  color: #373737;
  padding: 0;
  margin: 0 20px 10px 0;
}
.edu-form .edu_btn .layui-btn:hover,
.edu-form .edu_btn .layui-btn-active{
  border-color: #0758a7;
  background-color: #0758a7;
  color: #fff;
}
.edu-form .edu_contect{
  display: block;
  overflow: hidden;
  padding-top: 20px;
}
.edu-form .edu_contect>div{
  display: none;
}
.edu-form .edu_contect>div:first-child{
  display: block;
}
.edu-form .layui-elem-quote{
  border: none;
  padding: 0;
  margin: 0;
}
.edu-form .layui-elem-quote .layui-upload-imgB{
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 10px;
}
.edu-form .layui-elem-quote .layui-upload-imgB a{
    display: block;
    text-align: center;
    margin-top: 20px;
    color: #0d6aad;
}
.edu-form .layui-elem-quote .layui-upload-imgB .layui-upload-off{
  width: 20px;
  float: left;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 14px;
  background-color: #0758a7;
  color: #fff;
  border-radius: 50%;
  text-transform: uppercase;
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
}
.edu-form .layui-elem-quote .layui-upload-list img{
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.edu-form .layui-btn-upload{
  width: 100%;
  display: block;
  max-width: 312px;
  border-radius: 5px;
  background-color: #f5f6f7;
  background-image: url(../images/cer_jia.png);
  background-position: center;
  background-repeat: no-repeat;
  padding: 0;
  height: auto;
}
.edu-form .layui-btn-upload::before{
  content: "";
  display: block;
  padding-top: 61.25%;
}
/* END-个人中心>长传资料 */

@media (max-width: 1700px) {
  .header>.container{
    max-width: 98%;
  }
}

@media (max-width: 1400px) {
  .bus-prev,
  .bus-next{
    left: 0;
  }
  .bus-next {
    left: initial;
    right: 0;
  }
  #thumbs {
    right: 40px;
  }
}

@media (max-width: 1220px) {
  nav {
    width: 58%;
  }
  .layui-nav .layui-nav-item > a {
    font-size: 17px;
  }
  .nav_B>img {
    margin-right: 5px;
  }
  .nav_B>a {
    margin: 0 5px;
  }
  .nav_B>a:last-child{
    margin: 0 0 0 5px;
  }
/*首页内容*/
.bus {
  padding: 40px 0 80px 0;
}
.bus_contect {
  margin-top: 40px;
}
#thumbs .swiper-slide {
  padding-left: 35px;
}
.recruit_dl .recruit_dd {
  padding: 40px 0;
}
.recruit_dl .recruit_dd .recruit_contect .recruit_more {
  margin-top: 30px;
}
.post {
  padding: 40px 0;
}
.post_ul{
  width: 102%;
  margin-left: -1%;
}
.post_ul li {
  width: 31.3333%;
  margin: 30px 1% 0 1%;
}
/*END-首页内容*/

/* 底部 */
.footer_nav>a{
  margin-right: 40px;
}
.footer_R>a {
  margin-left: 30px;
}
/* END-底部 */

/* 关于我们 */
.N_banner {
  height: 360px;
}
.N_banner_txt {
  max-width: 98%;
}
/* END-关于我们 */

/* 机场招聘/高铁招聘/地铁招聘/实习生招聘/内部招聘 */
    .screen_box:first-child>dl>dd {
        width: 10%;
    }
    .screen-high .screen_box>dl>dd>dl {
        width: 500%;
    }
    .screen-high .screen_box>dl>dd>dl>dd {
        width: 25%;
    }
    .screen-high .screen_box>dl>dd:nth-child(16n+11)>dl,
    .screen-high .screen_box>dl>dd:nth-child(16n+12)>dl,
    .screen-high .screen_box>dl>dd:nth-child(16n+13)>dl,
    .screen-high .screen_box>dl>dd:nth-child(16n+14)>dl,
    .screen-high .screen_box>dl>dd:nth-child(16n+15)>dl,
    .screen-high .screen_box>dl>dd:nth-child(16n+16)>dl,
    .screen-high .screen_box>dl>dd:nth-child(16n+17)>dl{
        left: 0;
    }

    .screen-high .screen_box>dl>dd:nth-child(10n+8)>dl{left: -100%;}
    .screen-high .screen_box>dl>dd:nth-child(10n+9)>dl{left: -200%;}
    .screen-high .screen_box>dl>dd:nth-child(10n+10)>dl{left: -300%;}
    .screen-high .screen_box>dl>dd:nth-child(10n+11)>dl{left: -400%;}



    .screen{
  padding: 40px 0;
}
.screen_contect {
  padding: 40px 0;
}
/* END-机场招聘/高铁招聘/地铁招聘/实习生招聘/内部招聘 */

/* 个人中心>基础信息 */
.personal-main {
  padding: 40px 0;
}
.personal-left{
  width: 22%;
}
.personal-right{
  width: 76%;
}
.basics-form-box {
  padding: 30px;
}
.basics-form .basics-form-right {
  width: calc(100% - 220px);
}
/* END-个人中心>基础信息 */

}

@media (max-width: 991px) {
  .header>.container{
    max-width: calc(100% - 20px);
  }
/* 导航按钮 */
.icon-menu {
  float: right;
  cursor: pointer;
  width: 40px;
  height: 30px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999999;
  background-size: 100% 100%;
}
.icon-menu span {
  width: 100%;
  height: 6px;
  float: left;
  background-image: linear-gradient(to right,#0758a7,#de0010);
}

/* 头部 */
.nav_B {
  padding-right: 60px;
}

/* 导航 */
nav {
  width: 100%;
  padding:0;
  background: none;
  position: fixed;
  display: block;
}
.layui-nav{
  display: none;
  width: 150px;
  padding: 1px 0;
  background-color: rgba(7,88,167,0.8);
  position: absolute;
  right: 20px;
  top:0;
}
.layui-nav .layui-nav-item{
  width: 100%;
  height: auto;
  line-height: 40px;
  border-bottom: 1px solid #fff;
}
.layui-nav .layui-nav-item>a{
  width: 100%;
  color: #fff;
  text-align: center;
  justify-content: center;
  font-size: 16px;
}
.layui-nav .layui-this:after, .layui-nav-bar, .layui-nav-tree .layui-nav-itemed:after {
  display: none;
}
.layui-nav .layui-nav-item:hover{
  background-color: #de0010;
}
.layui-nav .layui-nav-item:hover a{
  color: #fff;
}
.layui-nav .layui-this{
  background-color: #de0010;
}
.layui-nav .layui-this a{
  color: #fff;
}
/* END */

/* 首页 */
.bus {
  padding: 20px 0 40px 0;
}
.bus_contect {
  margin-top: 20px;
}
#gallery .swiper-slide>a .bus_hover {
  left: 20px;
  bottom: 30px;
  line-height: 30px;
  font-size: 20px;
}
#thumbs {
  height: calc(100% - 40px);
  top: 20px;
}
#thumbs .swiper-slide {
  padding-left: 10px;
}
#thumbs .swiper-slide>img {
  margin-right: 15px;
}
.recruit_dl .recruit_dd {
  padding: 20px 0;
}
.recruit_dl .recruit_dd .recruit_contect {
  width: 65%;
}
.recruit_dl .recruit_dd .recruit_contect .recruit_title {
  margin-bottom: 15px;
}
.recruit_dl .recruit_dd .recruit_contect .recruit_more {
  margin-top: 15px;
}
.post {
  padding: 20px 0;
}
.post_ul {
  padding-top: 10px;
}
.post_ul li {
  width: 48%;
  margin: 15px 1% 0 1%;
}
/* END-首页 */

/* 底部 */
.footer{
  padding: 20px 0;
  margin-bottom: 15px;
}
.footer_left {
  padding-bottom: 15px;
}
.footer_nav>a {
  margin-right: 15px;
}
.footer_R>a {
  margin-left: 15px;
}
/* END-底部 */

/* 关于我们 */
.N_banner {
  height: 300px;
}
.N_banner_txt {
  max-width: calc(100% - 20px);
}
.main{
  padding: 30px 0;
}
/* END-关于我们 */

/* 机场招聘/高铁招聘/地铁招聘/实习生招聘/内部招聘 */
    .screen_box:first-child>dl>dd {
        width: 12.5%;
    }

    .screen-high .screen_box>dl>dd>dl {
        width: 400%;
    }
    .screen-high .screen_box>dl>dd>dl>dd {
        width: 25%;
    }
    .screen-high .screen_box>dl>dd:nth-child(16n+11)>dl,
    .screen-high .screen_box>dl>dd:nth-child(16n+12)>dl,
    .screen-high .screen_box>dl>dd:nth-child(16n+13)>dl,
    .screen-high .screen_box>dl>dd:nth-child(16n+14)>dl,
    .screen-high .screen_box>dl>dd:nth-child(16n+15)>dl,
    .screen-high .screen_box>dl>dd:nth-child(16n+16)>dl,
    .screen-high .screen_box>dl>dd:nth-child(16n+17)>dl,
    .screen-high .screen_box>dl>dd:nth-child(10n+8)>dl,
    .screen-high .screen_box>dl>dd:nth-child(10n+9)>dl,
    .screen-high .screen_box>dl>dd:nth-child(10n+10)>dl,
    .screen-high .screen_box>dl>dd:nth-child(10n+11)>dl{
        left: 0;
    }

    .screen-high .screen_box>dl>dd:nth-child(8n+7)>dl{left: -100%;}
    .screen-high .screen_box>dl>dd:nth-child(8n+8)>dl{left: -200%;}
    .screen-high .screen_box>dl>dd:nth-child(8n+9)>dl{left: -300%;}

.screen{
  padding: 30px 0;
}
.screen_box .screen_T {
  width: 100px;
}
.screen_box>dl>dd {
  margin: 6px 10px;
}
.cp_dl ul li {
  padding: 10px;
}
#screen dl.select>dt {
  width: 100px;
}
.screen_contect {
  padding: 30px 0;
}

.cpxq {
  padding: 30px 0;
}
.cpxq_ul li:nth-child(1){
  width: 50%;
}
.cpxq_ul li:nth-child(2){
  width: 50%;
}
.cpxq_ul li:nth-child(3){
  width: 50%;
}
.cpxq_ul li:nth-child(4){
  width: 50%;
}
/* END-机场招聘/高铁招聘/地铁招聘/实习生招聘/内部招聘 */

/*联系我们*/
.contact_txt {
  width: 40%;
  padding-right: 20px;
}
.contact_map {
  width: 60%;
}
/*END-联系我们*/

/* 个人中心>基础信息 */
.personal-main {
  padding: 30px 0;
}
.personal-left{
  width: 24%;
}
.personal-right{
  width: 74%;
}
.basics-form-box {
  padding: 20px;
}
.basics-form .basics-form-right .layui-form-item .layui-form-label {
  margin-bottom: 10px;
}
.basics-form .basics-form-right .layui-form-item {
  width: 100%;
  margin-bottom: 10px;
}
.basics-form .basics-form-right .layui-form-items {
  width: 100%;
}
.basics-form .cer-left {
  width: 100%;
  margin: 0 0 20px 0;
}
.basics-form .basics-form-item .layui-form-item {
  width: 48%;
  margin: 0 1% 20px 1%;
}
.basics-form .basics-form-item .layui-form-text {
  width: 100%;
  margin: 0;
}
/* END-个人中心>基础信息 */

/* 个人中心>报名确认 */
.bmtrue_dl dt {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.bmtrue_dl dd {
  padding: 15px;
}
.bmtrue_dl dd .bmtrue_sp>span {
  margin: 0px 15px;
}
.bmtrue_dl dd .bmtrue_left {
  font-size: 14px;
  line-height: 30px;
}
.bmtrue_dl dd .bmtrue_left>span {
  width: 86px;
  height: 30px;
  border-radius: 15px;
  margin: 0 5px;
}
.bmtrue_dl dd .bmtrue_left>a {
  width: 88px;
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
}
.bmtrue_dl dd .bmtrue_right {
  line-height: 30px;
}
/* END-个人中心>报名确认 */

/* 个人中心>教育经历 */
.edu-form {
  padding: 10px 20px;
}
.edu_dl ul li:nth-child(6) {
  width: 20%;
}
/* END-个人中心>教育经历 */

/* 个人中心>长传资料 */
.edu-form .edu_btn .layui-btn {
  width: 116px;
  margin: 0 10px 10px 0;
}
/* END-个人中心>长传资料 */

}

@media (max-width: 767px) {
/* 导航按钮 */
.icon-menu {
  right: 10px;
  width: 30px;
  height: 18px;
}
.icon-menu span {
  height: 3px;
}

/* 头部 */
.logo{
  width: 50%;
  padding: 15px 0;
}
.logo a {
  width: 100%;
}
.logo::after {
  height: 3px;
}
.nav_B {
  padding-right: 40px;
}
/* END */

/* 首页 */
.bus {
  padding: 10px 0;
}
.bus_p {
  line-height: 50px;
  font-size: 30px;
}
.bus_sp>span {
  line-height: 30px;
  font-size: 20px;
}
.bus_contect {
  margin-top: 10px;
}
#gallery .swiper-slide>a::before {
  padding-top: 75%;
}
#gallery .swiper-slide>a .bus_hover {
  width: calc(100% - 20px);
  left: 10px;
  bottom: initial;
  top: 10px;
  line-height: 24px;
  font-size: 16px;
}
#gallery .swiper-slide>a .bus_hover>span {
  line-height: 30px;
  font-size: 20px;
}
#thumbs {
  width: calc(100% - 20px);
  height: auto;
  right: 10px;
  top: initial;
  bottom: 10px;
}
#thumbs .swiper-slide {
  padding: 5px;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 16px;
  line-height: 24px;
}
#thumbs .swiper-slide>img {
  margin: 0 20px 5px 20px;
}
.recruit_dl .recruit_dd {
  padding: 10px 0;
}
.recruit_dl .recruit_dd .recruit_contect {
  width: 100%;
}
.recruit_dl .recruit_dd .recruit_contect .recruit_title {
  margin-bottom: 10px;
  font-size: 16px;
  text-align: center;
}
.recruit_dl .recruit_dd .recruit_contect .recruit_title .recruit_p {
  line-height: 30px;
  font-size: 20px;
}
.recruit_dl .recruit_dd .recruit_contect .recruit_title .recruit_sp {
  line-height: 20px;
}
.recruit_dl .recruit_dd .recruit_contect .recruit_ul li {
  margin-bottom: 10px;
}
.recruit_dl .recruit_dd .recruit_contect .recruit_ul li a {
  line-height: 40px;
  padding: 0 10px;
  font-size: 14px;
}
.recruit_dl .recruit_dd .recruit_contect .recruit_more {
  margin-top: 0;
  padding: 10px 0;
  background: none;
  display: flex;
  justify-content: center;
}
.recruit_dl .recruit_dd .recruit_contect .recruit_more>a{
  width: 90px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.recruit_dl .recruit_dd .recruit_contect .recruit_more>a:hover{
  background-color: #de0010;
  color: #fff;
}
.post {
  padding: 10px 0;
}
.post_ul {
  padding-top: 0;
}
.post_ul li {
  width: 100%;
  margin: 10px 0 0 0;
}
.post_ul li a {
  padding: 10px;
}
.post_ul li a .post_sp {
  margin-bottom: 10px;
}
/* END-首页 */

/* 底部 */
.footer_left {
  padding: 10px 0;
}
.footer_nav {
  line-height: 20px;
  text-align: center;
}
.footer_nav>a {
  margin: 0 4px;
  font-size: 14px;
}
.copyright {
  text-align: center;
  line-height: 20px;
}
/* END-底部 */

/* 关于我们 */
.N_banner {
  height: 250px;
}
.N_banner_txt {
  bottom: 15px;
  font-size: 14px;
  line-height: 20px;
  padding-left: 15px;
}
.N_banner_txt>span{
  line-height: 30px;
  font-size: 20px;
}
.N_banner_txt::before {
  height: 65%;
}
.N_banner_txt::after {
  height: 42%;
}
.main{
  padding: 10px 0;
}
.company{
  padding: 10px;
  font-size: 14px;
  line-height: 24px;
}
/* END-关于我们 */

/* 机场招聘/高铁招聘/地铁招聘/实习生招聘/内部招聘 */
    .overflow-y{overflow-y: hidden;}
    #screen dl.select{
        padding: 10px;
    }
    .screen{
        padding: 0;
    }
    .screen_actived{
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
        background-color: rgba(0,0,0,0.8);
        z-index: 999999999;
    }
    .screen>.container {
        max-width: 100% !important;
    }
    .screen_box {
        width: 50%;
        background-color: #fff;
        margin: 0;
    }
    .screen_box::after {
        display: none;
    }
    .screen_box .screen_T {
        width: 100%;
        font-size: 16px;
        padding: 10px;
        line-height: 24px;
        border-bottom: 1px solid #ccc;
    }
    .screen_box .screen_T::after{
        content: "\e8ec";
        float: right;
        font-size: 16px;
        color: #999;
        font-family:icon-layui!important;
        font-style:normal;
        -webkit-font-smoothing:antialiased;
        -moz-osx-font-smoothing:grayscale;
        padding-left: 5px;
    }
    .screen-high .screen_box>dl{
        display: none;
        overflow-y: auto;
        height: 62%;
    }


    .screen_box>dl {
        display: none;
        width: 100%;
        height: 62%;
        padding: 0;
        margin: 0;
        position: fixed;
        left: 0;
        top: 45px;
        overflow-y: auto;
        background-color: #fff;
    }
    .screen_box>dl>dt {
        width: 100%;
        margin:  0;
        position: relative;
        text-align: center;
        padding: 10px;
        line-height: 20px;
        background-color: #fff;
    }
    .screen_box>dl>dd {
        width: 100%;
        margin: 0;
        line-height: 20px;
        border-top: 1px solid #fff;
        text-align: center;
    }
    .screen_box>dl>dd>span{
        display: block;
        overflow: hidden;
        padding: 10px;
        background-color: #fff;
    }
    #screen dl.select>dt {
        width: 60px;
        font-size: 14px;
        line-height: 28px;
        padding: 0;
        margin: 0;
    }
    #screen dl.select>dd {
        font-size: 14px;
        height: auto;
        line-height: 20px;
        padding: 1px;
        margin: 2px;
    }
    dd.filter-dd::after {
        width: 20px;
        height: 20px;
    }
    .screen_box:first-child>dl>dt{
        width: 100%;
    }
    .screen_box:first-child>dl>dd{
        width: 100%;
        line-height: 20px;
        border-top: 1px solid #fff;
        text-align: left;
    }
    .screen_box:first-child>dl>dd>span{
        width: 100%;
        float: left;
    }
    .screen_box:first-child>dl>dd>span::after{
        content: "\e8ee";
        float: right;
        font-size: 16px;
        color: #999;
        font-family:icon-layui!important;
        font-style:normal;
        -webkit-font-smoothing:antialiased;
        -moz-osx-font-smoothing:grayscale;
        padding-left: 5px;
    }
    .screen-high .screen_box>dl>dd>dl {
        display: none;
        width: 50%;
        height: 60%;
        overflow-y: auto;
        top: 45px;
        left: 50%;
        margin: 0;
        padding: 0;
        position: fixed;
        border: 0;
    }
    .screen-high .screen_box>dl>dd>dl>dd {
        width: 100%;
        margin: 0;
        padding: 10px;
        line-height: 20px;
        margin-bottom: 1px;
    }
    .screen-high .screen_box>dl>dd:nth-child(2)>dl{
        display: block;
    }

    .screen-high .screen_box>dl>dd:nth-child(16n+11)>dl,
    .screen-high .screen_box>dl>dd:nth-child(16n+12)>dl,
    .screen-high .screen_box>dl>dd:nth-child(16n+13)>dl,
    .screen-high .screen_box>dl>dd:nth-child(16n+14)>dl,
    .screen-high .screen_box>dl>dd:nth-child(16n+15)>dl,
    .screen-high .screen_box>dl>dd:nth-child(16n+16)>dl,
    .screen-high .screen_box>dl>dd:nth-child(16n+17)>dl,
    .screen-high .screen_box>dl>dd:nth-child(10n+8)>dl,
    .screen-high .screen_box>dl>dd:nth-child(10n+9)>dl,
    .screen-high .screen_box>dl>dd:nth-child(10n+10)>dl,
    .screen-high .screen_box>dl>dd:nth-child(10n+11)>dl {
        left: 50%;
    }
    .screen-high .screen_box>dl>dd:nth-child(8n+7)>dl,
    .screen-high .screen_box>dl>dd:nth-child(8n+8)>dl
    {left: 50%;}
    .screen-high .screen_box>dl>dd:nth-child(5n+4)>dl{left: 50%;}
    .screen-high .screen_box>dl>dd:nth-child(5n+5)>dl{left: 50%;}
    .screen-high .screen_box>dl>dd:nth-child(5n+6)>dl{left: 50%;}

    .screen_box .screen_T.screen_active,
    .screen_box .screen_T.screen_active::after,
    .screen_box>dl>dd.screen_active>span{
        background-color: #0758a7;
        color: #fff;
    }
    .screen_box>dl>dt.screen_active{
        background-color: #0758a7;
        color: #fff;
    }
    .screen_box:first-child>dl>dd.screen_active>span::after,
    .screen_box>dl>.screen_active>span::after{
        color: #fff;
    }
    .screen-high .screen_box>dl>dd>dl>dd.screen_active {
        background-color: #0758a7;
        color: #fff;
    }

    .screen_contect {
  padding: 10px 0;
}
.cp_dl>dt {
  font-size: 16px;
  line-height: 22px;
}
.cp_dl>dd {
  font-size: 14px;
  line-height: 16px;
}
.cp_dl ul{
  margin: 0;
  border: 1px solid #dedede;
  border-radius: 5px;
  box-shadow: 4px 4px 0 #ededed;
  margin-bottom: 4px;
  padding: 10px;
  background-color: #fff;
}
.cp_dl ul li {
  width: auto;
  padding: 0;
  line-height: 24px;
  justify-content: left;
  text-align: left;
  margin-bottom: 10px;
}
.cp_dl ul li:first-child {
  width: 100%;
  line-height: 30px;
  font-size: 18px;
  color: #1d1d1d;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cp_dl ul li:first-child>a {
  width: 100%;
}
.cp_dl ul li:nth-child(2),
.cp_dl ul li:nth-child(4){
  font-size: 14px;
  color: #6a6a6a;
}
.cp_dl ul li:nth-child(2)>span,
.cp_dl ul li:nth-child(4)>span{
  color: #9d9d9d;
}
.cp_dl ul li:last-child{
  width: 100%;
  margin: 0;
  justify-content: space-between;
}
.cp_dl ul li:last-child>a {
  width: 104px;
  float: left;
  height: 34px;
  line-height: 32px;
  text-align: center;
  border: 1px solid #0758a7;
  border-radius: 17px;
  font-size: 16px;
  color: #0758a7;
  font-weight: bold;
}
.cp_dl ul li:last-child>span{
  font-size: 15px;
  color: #a6a6a6;
}

.cpxq {
  padding: 10px 0;
}
.cpxq_dl>dt {
  padding: 10px;
  margin-bottom: 10px;
}
.cpxq_dl>dd {
  padding: 10px;
  margin-top: 10px;
}
.cpxq_title {
  line-height: 30px;
  font-size: 20px;
  padding: 5px 0;
  margin-bottom: 10px;
}
.cpxq_ul li {
  margin-bottom: 10px;
}
.cpxq_ul li .cpxq_pp {
  margin-bottom: 5px;
}
.cpxq_ul li .cpxq_pps {
  line-height: 24px;
  font-size: 14px;
}
.cpxq_ul li:nth-child(1){
  width: 100%;
}
.cpxq_ul li:nth-child(2){
  width: 100%;
}
.cpxq_ul li:nth-child(3){
  width: 100%;
}
.cpxq_ul li:nth-child(4){
  width: 100%;
}
.cpxq_p {
  font-size: 20px;
  line-height: 30px;
}
.cpxq_p::before {
  left: -10px;
}
.cpxq_txt {
  padding: 5px 0;
  font-size: 14px;
  line-height: 24px;
}
.cpxq_btn {
  margin-top: 10px;
}
.cpxq_btn>a {
  height: 40px;
  line-height: 36px;
  font-size: 16px;
}
/* END-机场招聘/高铁招聘/地铁招聘/实习生招聘/内部招聘 */

/*联系我们*/
.contact_txt {
  width: 100%;
  padding: 0;
  font-size: 14px;
  line-height: 24px;
}
.contact_txt img{
    max-width: 100%;
}
.contact_p{
  line-height: 30px;
  font-size: 18px;
  margin-bottom: 10px;
}
.contact_map {
  width: 100%;
  height: 250px;
  margin-top: 10px;
}
/*END-联系我们*/

/* 登录 */
.sign-in-box {
  padding: 10px;
}
.sign_main {
  padding: 20px 0;
}
.sign_form {
  padding: 10px;
}
.sign_title {
  line-height: 30px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 20px;
}
.sign_input {
  margin-bottom: 10px;
}
.sign_input>input {
  height: 40px;
  line-height: 40px;
}
.sign_txt {
  margin: 10px 0;
}
.sign_box {
  margin-top: 10px;
}
.sign_copyright {
  line-height: 22px;
}
/* END-登录 */

/* 新用户注册 */
.layui-input-block {
  min-height: 40px;
}
.layui-form-label {
  line-height: 40px;
}
.layui-input {
  height: 40px;
}
.layui-div {
  margin-bottom: 10px;
}
.layui-form-txt {
  line-height: 20px;
  margin-bottom: 10px;
}
.layui-form-item4>.layui-input-block:nth-child(2) button, .layui-form-item4>.layui-input-block:nth-child(2) button.send1 {
  line-height: 40px;
}
.layui-form-item6 {
  margin: 5px 0 10px 0;
}
.register_bottom {
  margin-top: 10px;
}
/* END-新用户注册 */

/* 个人中心>基础信息 */
.personal-main {
  padding: 15px 0;
}
.personal-left{
  width: 100%;
}
.abtou_ul{
  border-top: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea;
}
.abtou_ul>li{
  width: 25%;
  border-right: 1px solid #eaeaea;
}
.abtou_ul>li>a {
  line-height: 40px;
  font-size: 14px;
  text-align: center;
  padding: 0;
}
.abtou_ul>li>a::before {
  width: 50%;
  height: 2px;
  left: 50%;
  top: initial;
  bottom: 0;
  transform: translate(-50%,0);
}
.personal-right{
  width: 100%;
  padding: 10px 0 0 0;
}
.basics-form-box {
  padding: 10px;
  margin-bottom: 10px;
}
.basics-form .layui-upload {
  width: 100%;
  float: left;
  position: relative;
}
.basics-form .layui-upload .layui-upload-txt {
  font-size: 12px;
  line-height: 20px;
  margin-top: 10px;
  text-align: center;
}
.basics-form .basics-form-right {
  width: 100%;
  margin-top: 10px;
}
.basics-form .basics-form-right .layui-form-item {
  margin-bottom: 10px;
}
.basics-form .basics-form-right .layui-form-item .layui-form-label {
  margin-bottom: 5px;
}
.basics-form .basics-form-right .layui-form-item .layui-input-block .layui-input {
  height: 34px;
  font-size: 14px;
  padding: 0 10px;
}
.basics-form .cer-title {
  line-height: 24px;
  font-size: 14px;
}
.basics-form .cer-contect {
  padding-top: 10px;
}
.basics-form .cer-left {
  margin: 0 0 10px 0;
}
.basics-form .cer-left .cer-p {
  line-height: 30px;
  font-size: 14px;
}
.basics-form .cer-left .cer-box .layui-upload-list {
  height: 150px;
}
.basics-form .basics-form-item .layui-form-item {
  width: 98%;
  margin: 0 1% 10px 1%;
}
.basics-form .basics-form-item .layui-form-item .layui-form-label {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 5px;
  text-overflow: initial;
  white-space: initial;
}
.basics-form .basics-form-item .layui-form-item .layui-input-block .layui-select-title .layui-input {
  width: calc(100% - 36px);
  height: 34px;
  font-size: 16px;
}
.basics-form .basics-form-item .layui-form-item .layui-input-block .layui-form-select .layui-edge {
  right: 10px;
}
.basics-form .layui-btn {
  height: 40px;
  font-size: 16px;
}
/* END-个人中心>基础信息 */

/* 个人中心>报名确认 */
.bmtrue_dl {
  padding: 10px;
}
.bmtrue_dl dt {
  padding-bottom: 10px;
  margin-bottom: 10px;
  line-height: 30px;
  font-size: 18px;
}
.bmtrue_dl dd {
  padding: 5px;
}
.bmtrue_dl dd .bmtrue_p {
  line-height: 22px;
  font-size: 14px;
}
.bmtrue_dl dd .bmtrue_p>span {
  line-height: 22px;
  font-size: 16px;
  text-overflow:ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: initial;
}
.bmtrue_dl dd .bmtrue_sp {
  line-height: 22px;
  font-size: 13px;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.bmtrue_dl dd .bmtrue_sp>span {
  margin: 0px 5px;
}
.bmtrue_dl dd .bmtrue_left {
  font-size: 12px;
  line-height: 26px;
}
.bmtrue_dl dd .bmtrue_left>span {
  width: 70px;
  height: 26px;
  line-height: 26px;
  border-radius: 13px;
}
.bmtrue_dl dd .bmtrue_left>a {
  width: 80px;
  height: 26px;
  line-height: 26px;
  border-radius: 13px;
}
.bmtrue_dl dd .bmtrue_right {
  line-height: 24px;
  margin-top: 5px;
}

.bm-edit {
  padding: 10px;
}
.bm-edit-title {
  line-height: 30px;
  padding-bottom: 5px;
  font-size: 18px;
  margin-bottom: 10px;
}
.bmedit_p {
  line-height: 24px;
  font-size: 16px;
}
.bmedit_sp {
  margin-top: 5px;
  line-height: 26px;
  font-size: 14px;
}
.bmedit_box .layui-form-item {
  width: 100%;
  margin-top: 10px;
}
.bmedit-form .layui-btn {
  margin-top: 10px;
}
/* END-个人中心>报名确认 */

/* 个人中心>教育经历 */
.edu-form {
  padding: 10px;
}
.edu_p {
  line-height: 24px;
  padding-bottom: 5px;
  font-size: 18px;
  margin-bottom: 10px;
}
.edu_dl ul{
  flex-wrap: wrap;
}
.edu_dl ul li {
  width: 33.3333% !important;
  padding: 5px;
  line-height: 20px;
}
.edu_dl dd {
  font-size: 14px;
}
.edu_box {
  padding-top: 10px;
}
.edu_box .layui-form-item {
  width: 100%;
  margin-bottom: 10px;
}
.edu_box .layui-form-item .layui-input-inline .layui-input {
  padding: 0 10px;
  font-size: 14px;
}
/* END-个人中心>教育经历 */

/* 个人中心>自我介绍 */
.edu-form .layui-form-text{
  margin-bottom: 10px;
}
.edu-form .layui-form-text .layui-textarea {
  min-height: 160px;
}
/* END-个人中心>自我介绍 */

/* 个人中心>长传资料 */
.edu-form .edu_btn{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.edu-form .edu_btn .layui-btn {
  width: calc(50% - 2px);
  margin: 0 0 5px 0;
  height: 40px;
  line-height: 38px;
  font-size: 16px;
}
.edu-form .edu_contect {
  padding-top: 0;
}
/* END-个人中心>长传资料 */

}

/* 手机底部组件 */
.root_kong {
  width: 100%;
  height: 57px;
  float: left;
  background-color: #fff;
	height: calc(57px +  constant(safe-area-inset-bottom));
	height: calc(57px +  env(safe-area-inset-bottom));
	padding-bottom: constant(safe-area-inset-bottom);
	padding-bottom: env(safe-area-inset-bottom);
}
.root {
  width: 100%;
  height: 55px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 3;
  background-color: #fff;
	height: calc(55px +  constant(safe-area-inset-bottom));
	height: calc(55px +  env(safe-area-inset-bottom));
	padding-bottom: constant(safe-area-inset-bottom);
	padding-bottom: env(safe-area-inset-bottom);
}
.root > .layui-col-xs3 > a {
  display: flex;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  padding: 5px 0;
  background: #0758a7;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.root > .layui-col-xs3 > a > div {
  width: 100%;
  float: left;
  height: 20px;
  line-height: 20px;
}
.root > .layui-col-xs3 > a > div:first-child {
  height: 24px;
  line-height: 24px;
  font-size: 19px;
}
.root > .layui-col-xs3 > a:hover {
  background: #de0010;
  color: #fff;
}
/* 电话 */
.root_bj {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0,0,0,0.6);
  z-index: 999;
}
.root_phone {
  display: none;
  width: 100%;
  background-color: #f5f5f5;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 999999;
  overflow: hidden;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.root_phone>a,
.root_phone>.root_off {
  display: block;
  background-color: #fff;
  line-height: 44px;
  color:#333;
  text-align: center;
  border-bottom: 1px solid #ddd;
  font-size:15px;
}
.root_phone .root_off {
  margin-top: 6px;
  border-top: 1px solid #ddd;
}
.root_phone .root_off:hover,
.root_phone a:hover {
  background:#ddd;
}
/* 微信号 */
.wecht-box{
  display: none;
  width: 100%;
  float: left;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}
.wecht-box .wecht{
  width: 100%;
  float: left;
  background-color: #fff;
  border-radius: 5px;
  padding: 20px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.wecht-box .wecht .wecht_title{
  display: block;
  overflow: hidden;
  line-height: 20px;
  font-size: 14px;
  color: #333;
}
.wecht-box .wecht .wecht_title>span{
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 18px;
  font-weight: bold;
}
.wecht-box .wecht>img{
  display: block;
  max-width: 150px;
  margin: 10px auto;
  overflow: hidden;
}
.wecht-box .wecht .wecht_txt{
  display: block;
  overflow: hidden;
  font-size: 14px;
  line-height: 24px;
  color: #333;
  line-height: 18px;
}
.wecht-box .wecht .wecht_txt>span{
  font-family: Impact;
  font-size: 16px;
}
.wecht-box .wecht .wecht_off{
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #fff;
  position: absolute;
  left:50%;
  bottom:-38px;
  border: 1px solid #fff;
  transform:translateX(-50%);
  border-radius: 50%;
  display:flex;
  justify-content: center;
  align-items: center
}
/* END */

.window{
    position: fixed;
    background-color: #ffffff;
    bottom: calc(50% - 50px);
    right: 80px;
    border:1px solid #f3f3f3;
    z-index: 2;
}
.window li{
    padding: 0 40px;
    height: 50px;
    line-height: 50px;
    /*text-align: center;*/
}
.window li.act{
    background-color: #0758a7;
}
.window li.act a{
    color: #ffffff;
}
.window li img{
    margin-right: 10px;
    filter:contrast(0);
}
.window li.act img{
    filter:contrast(1);
}
.window li a{
    color: #383838;
    font-size: 16px;
}

ul.news li{
    /*height: 40px;*/
    line-height: 40px;
    border-bottom: 1px dashed #666666;
    margin-bottom: 1rem;
}
ul.news li a{
    color: #353535;
}
ul.news li p{
    background-color: #f1f1f1;
    padding: 0 1rem;
    margin-bottom: 1rem;
    color: #4c4c4c;
    border-radius: 3px;
}
ul.news li a span.news-title::before{
    content: '○';
    margin-right: .5rem;
}
ul.news li a span.news-title{
    font-size: 16px;
}
ul.news li a span.news-datetime{
    color: #666666;
    float: right;
}
div.news-detail{
    display: block;
    overflow: hidden;
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    padding: 30px;
    font-size: 16px;
    color: #383838;
    line-height: 30px;
    border-radius: 5px;
}
div.news-detail h1{
    text-align: center;
    margin-bottom: 2rem;
}
div.news-detail h2{
    text-align: center;
    margin-bottom: 4rem;
}
div.news-detail h2 span.view-num{
    margin-right: 3rem;
}
div.news-datetime h2 span.created-at{
    margin-left: 3rem;
}

.default-btn{
    background: #0758a7;
    padding: 5px 10px;
    color: #ffffff;
    margin: 0 1px;
}
.delete-btn{
    background-color: #ff0000;
}

@media (max-width: 991px){
.window {
    bottom: inherit;
    top: 10%;
    right: 20px;
}
}
