* {
  box-sizing: border-box;
}
img {
  max-width: 100%;
}
/* ÐÐÏÔÊ¾£¬£¬£¬£¬£¬£¬£¬¶à³öÊ¡ÂÔ */
/*
* ×Ô½çËµ×ª¶¯ÌõÑùÊ½
* @class: ÀàÃû ²»¼ÓÒýºÅºÍµã
* @w:×ª¶¯Ìõ¿í¶È
* @barColor£º×ª¶¯ÌõÍÏ×§ÌõµÄÑÕÉ«
* @barOpacity£º×ª¶¯ÌõÍÏ×§ÌõµÄÍ¸Ã÷¶È
* @bgColor£º×ª¶¯ÌõÅä¾°ÖÂ
* @bgOpacity£º×ª¶¯ÌõµÄÍ¸Ã÷¶È
*
* Ê¹ÓÃ£º.scrollBar(xx,8px,#ff0)
*/
.demo::-webkit-scrollbar {
  width: 6px;
}
.demo::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.8);
}
.demo::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.3);
}
.clear,
.cl {
  display: block!important;
  float: none!important;
  clear: both;
  width: auto!important;
  max-width: none!important;
  min-width: 0!important;
  max-height: none!important;
  min-height: 0!important;
  overflow: hidden;
  margin: 0!important;
  padding: 0!important;
  border: 0 none!important;
  font-size: 0!important;
  line-height: 0 !important;
}
.demo {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='5px');
  filter: blur(5px);
  *zoom: 1;
}
.xx::-webkit-scrollbar {
  width: 8px;
}
.xx::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: rgba(255, 255, 0, 0.8);
}
.xx::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.3);
}
/* ÓÅÃÀÉúÑÄ */
.index_title {
  text-align: left;
  margin-bottom: 30px;
}
.sec_title {
  position: relative;
  font-weight: bold;
  padding-left: 23px;
  line-height: 1.1;
  margin: 2.36111111% 0 1.80555556%;
  overflow: hidden;
}
.sec_title::before {
  content: '';
  position: absolute;
  top: 1px;
  left: 0;
  display: block;
  width: 4px;
  height: 100%;
  background-image: -webkit-gradient(linear, top, bottom, from(#32beff), to(#005aab));
  background-image: -webkit-linear-gradient(top, #32beff 0%, #005aab 100%);
  background-image: -moz-linear-gradient(top, #32beff 0%, #005aab 100%);
  background-image: linear-gradient(to bottom, #32beff 0%, #005aab 100%);
}
.life_part1 {
  padding: 3.47222222% 0 4.16666667%;
  background: #f6f6f6;
}
.life_part1_swp {
  position: relative;
}
.life_part1_swp .swiper-slide {
  overflow: hidden;
  background: #fff;
}
.life_part1_swp .swiper-slide .img {
  float: left;
  width: 46.18%;
}
.life_part1_swp .swiper-slide .cont {
  position: absolute;
  top: 18.71657754%;
  left: 51.80555556%;
  right: 6.25%;
}
.life_part2_swp {
  position: relative;
}
.life_part2_swp .swiper-slide {
  background: #fff;
}
.life_part2_swp .swiper-slide h2 {
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-height: 1.5;
  overflow: hidden;
  height: 1.5em;
}
.life_part2_swp .cont {
  font-size: 16px;
  padding: 5.43478261% 8.69565217%;
}
.life_part2_swp .cont p {
 
  height: 6em;
  overflow: hidden;
  margin-top: 4.34782609%;
}

.life_part2_swp .mCSB_scrollTools .mCSB_draggerRail{ width:1px; background: #ccc;}
.life_part2_swp .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:3px;-webkit-border-radius:0;border-radius:0;background:#005dab;}
.life_part2_swp .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.life_part2_swp .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.life_part2_swp .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag:hover .mCSB_dragger_bar{ background:#005dab;}


.life_btns div {
  width: 30px;
  height: 30px;
  line-height: 26px;
  text-align: center;
  margin-top: -15px;
  box-sizing: border-box;
  border: 2px solid #265ba7;
  border-radius: 50%;
  font-size: 16px;
  background: none;
  font-weight: bold;
}
.life_btns .swiper-button-disabled {
  opacity: 0.5;
}
.life_btns div.swiper-button-prev {
  left: -60px;
}
.life_btns div.swiper-button-prev i {
  background: url(/upload/images/arrow_left.png) 1px 0 no-repeat;
  background-size: contain;
}
.life_btns div.swiper-button-prev i::before {
  opacity: 0;
}
.life_btns div.swiper-button-next {
  right: -60px;
}
.life_btns div.swiper-button-next i {
  background: url(/upload/images/arrow_right.png) 4px 0 no-repeat;
  background-size: contain;
}
.life_btns div.swiper-button-next i::before {
  opacity: 0;
}
.life_part2 {
  background: url(/upload/images/life_part2_bg.jpg) 0 0 no-repeat;
  background-size: cover;
  padding: 5.20833333% 0 6.25%;
}
.life_part2 .index_title {
  position: relative;
}
.life_part2 .index_title .news_more {
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  position: absolute;
  right: 0;
  top: 50%;
}
.life_part2 .list {
  margin-top: 2.77777778%;
}
.life_part2 .list .content_box {
  position: relative;
  width: 15.272%;
  float: left;
  margin-right: 1.5333%;
  background: none;
}
.life_part2 .list .content_box:last-child {
  margin-right: 0;
}
.life_part2 .list .content_box:nth-child(2n) {
  margin-top: 2.569%;
}
.life_part2 .list .img {
  width: 100%;
  transition: all 0.6s;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  overflow: hidden;
}
@media (any-hover: hover) {
  .life_part2 .list .img.back_active {
    transform: rotateY(180deg);
  }
  .life_part2 .list .img.back_active .back {
    opacity: 1;
  }
}
.life_part2 .list img {
  transition: all 0.6s;
  opacity: 1;
}
.life_part2 .list .back {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  background: rgba(38, 91, 167, 0.5);
  transform: rotateY(180deg);
  transition: all 0.6s;
  backdrop-filter: blur(10px);
  color: #fff;
  text-align: center;
  padding-top: 21%;
  font-weight: bold;
}
.life_part2 .list .back i {
  position: absolute;
  left: 50%;
  bottom: 20%;
  display: block;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 36px;
}
.life_part3 {
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.life_part3 .wrap {
  padding-left: 5.5%;
}
.life_part3 .title {
  margin-top: 12%;
  margin-bottom: 1%;
}
.life_part3 .title span {
  font-weight: bold;
  background-image: none;
  color: #fff;
}
.life_part3 .sub_title {
  max-width: 440px;
  color: #fff;
}
.life_part3 .index_more {
  margin-top: 30px;
}
/* ÉùÓþ¿ä½± */
.honor_wrap {
  margin-top: 2.08333333%;
}
.honor_wrap .honor_tab {
  text-align: center;
  font-size: 0;
  margin-bottom: 3.125%;
}
.honor_wrap .honor_tab li {
  display: inline-block;
}
.honor_wrap .honor_tab li span {
  position: relative;
  margin: 0 15px;
  padding: 0 0 15px;
  cursor: pointer;
  white-space: nowrap;
  display: inline-block;
  max-width: 8em;
  overflow: hidden;
}
.honor_wrap .honor_tab li span::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 4px;
  background: #265ba7;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
}
.honor_wrap .honor_tab li.on span::after {
  width: 100%;
  left: 0;
}
.honor_wrap .edit {
  display: none;
  padding-bottom: 5%;
}
.honor_wrap .edit.on {
  display: block;
}
/* ÕÐÆ¸±íµ¥Ò³Ãæ */
.job_form_wrap {
  padding-top: 3.125%;
  padding-bottom: 6.45833333%;
}
.job_form_wrap .tit {
  font-weight: bold;
  background: url(/upload/images/form_tit.jpg) 0 0 no-repeat;
  background-size: cover;
  padding: 3.05555556% 4.16666667%;
  line-height: 1;
  color: #fff;
}
.job_form_wrap .item {
  box-shadow: 0 0 13px 0 rgba(13, 26, 25, 0.15);
  margin-bottom: 4.2%;
}
.job_form_wrap #country {
  border: none;
  font-size: 0;
}
.job_form_wrap #country .sheng,
.job_form_wrap #country .shi,
.job_form_wrap #country .qu {
  position: relative;
  border: 1px solid #cacaca;
  width: calc(33.333% - 6px);
  margin-right: 6px;
  float: left;
}
.job_form_wrap #country select {
  border: none;
  padding: 20px;
  width: 100%;
  font-size: 18px;
  appearance: none;
  cursor: pointer;
  position: relative;
  z-index: 2;
  background: none;
  max-height:62px;
}


.upload_form_wrap .index_title{position: relative;}
.upload_form_wrap .index_title::before {
    content: '*';
    color: #f00;
    position: absolute;
    left: -15px;
    top: 3px;
    font-size:20px;
    font-weight: bold;
    top: 37%;
}

.job_ipt_box {
  font-size: 18px;
  background-color: #fff;
  padding: 4.16666667% 12.91666667% 2.08333333%;
}
.job_ipt_box ul {
  margin: 0 -7px;
}
.job_ipt_box li {
  float: left;
  width: 50%;
  padding: 0 7px;
  margin-bottom: 30px;
}
.job_ipt_box .label {
  position: relative;
  font-size: 18px;
  padding-left: 18px;
  margin-bottom: 15px;
  font-weight: bold;
}
.job_ipt_box .require .label::before {
  content: '*';
  color: #f00;
  position: absolute;
  left: 0;
  top: 3px;
}
.job_ipt_box .ipt {
  border: 1px solid #cacaca;
}
.job_ipt_box .ipt input {
  width: 100%;
  font-size: 18px;
  padding: 20px;
}
.job_ipt_box .ipt input.time {
  background: url(/upload/images/date_icon.png) 95% center no-repeat;
}
.job_ipt_box .ipt textarea {
  width: 100%;
  height: 100%;
  padding: 20px;
  height: 240px;
  font-size: 18px;
}
.job_ipt_box .select {
  position: relative;
}
.job_ipt_box .select .list {
  display: none;
  position: absolute;
  top: 100%;
  left: -1px;
  z-index: 2;
  width: calc(100% + 2px);
  border: 1px solid #cacaca;
  background: #fff;
  padding: 0 4%;
  max-height: 140px;
  overflow-y: scroll;
}
.job_ipt_box .select .li {
  border-bottom: 1px solid #cacaca;
  padding: 2% 5px;
  transition: all 0.3s;
  cursor: pointer;
}
.job_ipt_box .select .li:hover {
  color: #2559a5;
  font-weight: bold;
}
.job_ipt_box .select .li:last-child {
  border-bottom: none;
}
.job_ipt_box input[disabled] {
  cursor: pointer;
}
.job_ipt_box i.icon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
  font-weight: bold;
  color: #2559a5;
  cursor: pointer;
  z-index: 0;
}
.list::-webkit-scrollbar {
  width: 6px;
}
.list::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.8);
}
.list::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.3);
}
.upload_form_wrap .btns {
  overflow: hidden;
}
.upload_form_wrap .btns .bn {
  width: 222px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  float: left;
  margin-right: 20px;
  cursor: pointer;
}
.upload_form_wrap .btns .reset {
  border: 1px solid #2559a5;
  color: #2559a5;
}
.upload_form_wrap .btns .submit {
  color: #fff;
  background-image: -webkit-gradient(linear, left, right, from(#5b9fe6), to(#285daa));
  background-image: -webkit-linear-gradient(left, #5b9fe6 0%, #285daa 100%);
  background-image: -moz-linear-gradient(left, #5b9fe6 0%, #285daa 100%);
  background-image: linear-gradient(to right, #5b9fe6 0%, #285daa 100%);
}
.upload_form_wrap .upload_box {
  position: relative;
  width: 525px;
  max-width: 100%;
  height: 147px;
  background: #f1f1f1;
  margin-bottom: 20px;
  margin-top: 10px;
  cursor: pointer;
}
.upload_form_wrap .upload_box #uploadBtn {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.upload_form_wrap .upload_box span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #2559a5;
  font-weight: bold;
}
.upload_form_wrap .upload_box span i {
  padding-right: 10px;
  vertical-align: sub;
}
.upload_form_wrap .upload_box .view_file{
  position: absolute;
  right: -100px;
  top: 50%;
  z-index: 2;
  margin-top: -6px;
  display: none;
}
@media screen and (max-width: 1024px) {

  /* ÕÐÏÍÄÉÊ¿-±íµ¥Ò³Ãæ */
  .job_ipt_box {
    padding-left: 4%;
    padding-right: 4%;
  }
  /* ¸³ÄÜÓÅÃÀÉúÑÄ */
  .life_part2 .list .content_box {
    width: 32.66666%;
    margin-right: 1%;
    margin-top: 0 !important;
    margin-bottom: 2%;
  }
  .life_part2 .list .content_box:nth-child(3n) {
    margin-right: 0;
  }
  .life_btns div.swiper-button-prev {
    left: 25px;
    /*border-color: #fff;
    color: #fff;*/
  }
  .life_btns div.swiper-button-next {
    right: 25px;
    /*border-color: #fff;
    color: #fff;*/
  }
  /*.life_part1_swp .life_btns div.swiper-button-prev,
  .life_part1_swp .life_btns div.swiper-button-next {
    border-color: #000;
    color: #000;
  }*/
  .life_part3 .title {
    margin-top: 6%;
  }
}
@media screen and (max-width: 768px) {
  .upload_form_wrap .index_title::before {top:6px;}
  /* ÕÐÏÍÄÉÊ¿-±íµ¥Ò³Ãæ */
  .job_ipt_box li {
    width: 100%;
    margin-bottom: 15px;
  }
  .job_ipt_box .ipt input {
    padding: 10px;
  }
  .job_ipt_box .ipt textarea {
    height: 150px;
  }
  .upload_form_wrap .btns .bn {
    width: 48%;
    margin-right: 4%;
    height: 45px;
    line-height: 45px;
  }
  .upload_form_wrap .btns .submit {
    margin-right: 0;
  }
  .upload_form_wrap .upload_box{
    width:100%;
    margin-bottom: 60px;
  }
  .upload_form_wrap .upload_box .view_file{
    right: auto;
    left: 0;
    top: 110%;
    margin-top: 0;
  }
  /* ¸³ÄÜÓÅÃÀÉúÑÄ */
  .life_part1_swp .swiper-slide .img {
    width: 100%;
    float: none;
  }
  .life_part1_swp .swiper-slide .cont {
    position: static;
    width: 100%;
    padding: 5%;
  }
  /* Éç»áÔðÈÎ */
  .life_part2 .list .content_box {
    width: 49%;
    height: auto !important;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .life_part2 .list .content_box:nth-child(3n) {
    margin-right: 2%;
  }
  .life_part2 .list .content_box:nth-child(2n) {
    margin-right: 0;
  }
  .life_part2_swp .cont {
    padding: 5%;
  }
  .life_part2_swp .life_btns .swiper-button-prev,
  .life_part2_swp .life_btns .swiper-button-next {
    border-width: 1px;
    margin-top: -27%;
  }
  .life_part2_swp .life_btns .swiper-button-prev {
    left: 15px;
  }
  .life_part2_swp .life_btns .swiper-button-next {
    right: 15px;
  }
  .life_part3 {
    height: 280px !important;
  }
  .life_part3 .title {
    margin-bottom: 15px;
  }
  .life_part3 .btn {
    width: 120px;
    height: 30px;
    line-height: 30px;
  }


.life_btns div{border-color:#fff;}
.life_btns div.swiper-button-prev i {
  background: url(/upload/images/arrow_left_w.png) 1px 0 no-repeat;
  background-size: contain;
}

.life_btns div.swiper-button-next i {
  background: url(/upload/images/arrow_right_w.png) 4px 0 no-repeat;
  background-size: contain;
}


}



.life_part1_swp .swiper-slide{background: none}
  .sec_box{background:#fff;position: relative;overflow: hidden;}

@media only screen and (max-width:767px) {
  .life_part1_swp .life_btns div.swiper-button-prev {
    left: 15px;
  }
  .life_part1_swp .life_btns div.swiper-button-next {
    right: 15px;
  }
  .life_part1_swp .life_btns div{top:35%;}
}


.formbox_in{position: relative;margin-bottom: 30px;}
.job_ipt_box li:last-child{margin-bottom: 0;}
  .recruit_delete a{position: absolute;right: 0;bottom: 0;font-size:14px;width:100px;height: 40px;line-height:40px;text-align: center;background:#005aab;cursor: pointer;color:#fff;border-radius:4px;}
   .recruit_delete a:hover{color:#fff !important;}
.plus_add {width:140px;height: 40px;line-height:40px;text-align: center;background:#005aab;cursor: pointer;color:#fff;border-radius:4px;}

@media only screen and (max-width:767px) {
  .recruit_delete{overflow: hidden;padding-top: 10px;}
  .recruit_delete a{float: right; position: static;right: 0;bottom: 0;font-size:14px;width:100px;height: 4
}
<!--ºÄÊ±1770324126.8628Ãë-->