.t1 {
  position: relative;
  font-size: 30px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.t2 {
  font-size: 16px;
  font-weight: 700;
}

.page_title {
  position: relative;
  margin-bottom: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page_title .t1 {
  margin-right: 30px;
}

.page_title .t1:after {
  content: '';
  right: 0;
  margin-left: 20px;
  background-color: #000;
  width: 1px;
  height: 22px;
}

p.note {
  font-size: 15px;
  line-height: 1.6em;
  letter-spacing: 0.05em;
  margin-bottom: 65px;
  color: #515151;
}

.ex_page {
  position: relative;
  padding-top: 60px;
  padding-bottom: 50px;
  border-bottom: 1px solid #aaa;
  background-color: #fff;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.ex_page .swiper-slide {
  position: relative;
  width: 50%;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  border-left: 1px solid rgba(0, 0, 0, 0.19);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.ex_page .swiper-slide:last-child {
  border-right: 1px solid rgba(0, 0, 0, 0.19);
}

.ex_page .swiper-slide:after {
  content: '';
  position: absolute;
  left: 0;
  top: -60px;
  width: 100%;
  height: 5px;
  background-color: #9b9b9b;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.ex_page .swiper-slide.active:after {
  background: -moz-linear-gradient(left, #8e488f 19%, #2b599f 36%, #ecb831 48%, #15957c 50%);
  background: -webkit-linear-gradient(left, #8e488f 19%, #2b599f 36%, #ecb831 48%, #15957c 50%);
  background: -webkit-gradient(linear, left top, right top, color-stop(19%, #8e488f), color-stop(36%, #2b599f), color-stop(48%, #ecb831), color-stop(50%, #15957c));
  background: -o-linear-gradient(left, #8e488f 19%, #2b599f 36%, #ecb831 48%, #15957c 50%);
  background: linear-gradient(to right, #8e488f 19%, #2b599f 36%, #ecb831 48%, #15957c 50%);
}

@media only screen and (max-width: 1150px) {
  p.note {
    width: 100%;
    margin-bottom: 65px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .ex_page {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 40px;
  }
  .ex_page .swiper-slide:after {
    top: -30px;
  }
}

@media only screen and (max-width: 650px) {
  .page_title .t1 {
    width: 100%;
    padding-bottom: 18px;
    margin-bottom: 18px;
  }
  .page_title .t1:after {
    width: 11px;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    margin-left: 0;
    background-color: rgba(0, 0, 0, 0.18);
  }
  p.note {
    padding-right: 33px;
    padding-left: 33px;
    margin-bottom: 35px;
  }
  .ex_page {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .ex_page .swiper-slide {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 15px;
  }
  .ex_page .swiper-slide:after {
    top: -20px;
    height: 3px;
  }
}

.gotopage {
  display: none;
}

@media only screen and (max-width: 650px) {
  .gotopage {
    position: relative;
    width: calc(100% - 66px);
    display: block;
    margin: 0 auto 55px;
    padding-top: 50px;
    border-top: 1px solid #dedede;
  }
  .gotopage select {
    width: 100%;
    border: 0;
    font-size: 16px;
    color: #8d8d8d;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid #000;
    outline: 0;
    background-image: url("../images/selectsign.png");
    background-size: 13px;
    background-position: right center;
    background-repeat: no-repeat;
  }
  .gotopage option {
    outline: 0;
  }
}

.page_content > * {
  opacity: 0;
}

.swiper-pagination-bullet {
  position: relative;
  width: 10px;
  height: 10px;
  background-color: #e3e3e3;
  opacity: 1;
  margin: 0 10px;
}

.swiper-pagination-bullet:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-box-shadow: 1px 0 2px 1px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 1px 0 2px 1px rgba(0, 0, 0, 0.2) inset;
}

.swiper-pagination-bullet-active {
  background-color: #9f841b;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin-left: 10px;
  margin-right: 10px;
}

.swiper-pagination {
  position: relative;
  top: 0;
  margin-top: 50px;
  margin-bottom: 70px;
}

h3 {
  font-size: 20px !important;
  font-weight: 700;
  line-height: 1.4em;
}

h3.textcenter {
  text-align: center;
}

.flexblk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 60px;
  margin-bottom: 80px;
  padding-bottom: 70px;
  border-bottom: 1px solid #c4c4c4;
}

.flexblk .pillar {
  width: 1px;
  background-color: #d0d0d0;
  margin: 0 5%;
}

.flexblk .item {
  width: 33.33%;
  opacity: 0;
}

.flexblk .item_title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6em;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}

.editor {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #c4c4c4;
}

.edit_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 50px;
}

.edit_title h3 {
  margin-right: 50px;
}

.edit_title p {
  max-width: 350px;
}

.slide_table {
  max-height: 660px;
  margin-bottom: 50px;
}

.job_title {
  margin-bottom: 75px;
}

.row,
.row_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #707070;
  font-size: 15px;
  line-height: 1.4em;
  letter-spacing: 0.05em;
}

.row > div,
.row_header > div {
  width: 25%;
}

.row_header {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  color: #000;
}

.row_header > div {
  position: relative;
  padding-top: 10px;
  padding-bottom: 20px;
  border-right: 1px solid #c6c6c6;
}

.row_header > div:last-child {
  border-right: 0;
}

.row_header > div::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 100%;
  height: 5px;
}

.row_header > div:nth-child(even):after {
  background-color: #454545;
}

.row_header > div:nth-child(odd):after {
  background-color: #949494;
}

.row_header > div:first-child::after {
  background: #8e488f;
  background: -moz-linear-gradient(left, #8e488f 19%, #2b599f 36%, #ecb831 48%, #15957c 50%);
  background: -webkit-linear-gradient(left, #8e488f 19%, #2b599f 36%, #ecb831 48%, #15957c 50%);
  background: -webkit-gradient(linear, left top, right top, color-stop(19%, #8e488f), color-stop(36%, #2b599f), color-stop(48%, #ecb831), color-stop(50%, #15957c));
  background: -o-linear-gradient(left, #8e488f 19%, #2b599f 36%, #ecb831 48%, #15957c 50%);
  background: linear-gradient(to right, #8e488f 19%, #2b599f 36%, #ecb831 48%, #15957c 50%);
}

.row > div {
  position: relative;
  padding: 25px 40px;
  height: 165px;
  height: auto;
  border-right: 1px solid #c6c6c6;
  border-bottom: 1px solid #c6c6c6;
  overflow: hidden;
}

.row > div:first-child {
  text-align: center;
}

.row > div:last-child {
  text-align: center;
  border-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: center;
  /* align-self: center; */
}

.row > div .box {
  position: relative;
  width: 80%;
  height: 60%;
  max-height: 55px;
  color: #333;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #af5797;
  background: -moz-linear-gradient(110deg, #af5797 0%, #2765a9 37%, #ecb831 72%, #15957c 92%);
  background: -webkit-linear-gradient(110deg, #af5797 0%, #2765a9 37%, #ecb831 72%, #15957c 92%);
  background: -webkit-linear-gradient(340deg, #af5797 0%, #2765a9 37%, #ecb831 72%, #15957c 92%);
  background: -o-linear-gradient(340deg, #af5797 0%, #2765a9 37%, #ecb831 72%, #15957c 92%);
  background: linear-gradient(110deg, #af5797 0%, #2765a9 37%, #ecb831 72%, #15957c 92%);
}

.row > div .box span {
  display: block;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media only screen and (min-width: 1025px) {
  .row > div .box:hover span {
    background-color: transparent;
    color: #fff;
  }
}

@media only screen and (max-width: 1150px) {
  .editor,
  .flexblk,
  .joblist,
  .page_title,
  h3.textcenter,
  p.note {
    width: calc(100% - 80px);
    margin-right: auto;
    margin-left: auto;
    text-align: left;
  }
  .slide_table {
    max-height: 630px;
  }
  .row > div {
    padding: 20px 25px;
    height: 210px;
  }
  .row > div .box {
    width: 85%;
    height: 30%;
  }
}

@media only screen and (max-width: 650px) {
  p.note br {
    display: none;
  }
  .page_title {
    margin-bottom: 30px;
  }
  .editor,
  .flexblk,
  .joblist,
  .page_title,
  h3.textcenter,
  p.note {
    padding-left: 0;
    padding-right: 0;
    width: calc(100% - 66px);
    margin-right: auto;
    margin-left: auto;
  }
  h3.textcenter {
    font-size: 18px;
  }
  .flexblk {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 45px;
    padding-bottom: 45px;
  }
  .flexblk .item {
    width: 100%;
  }
  .flexblk .item_img {
    margin-bottom: 30px;
  }
  .flexblk .item_title {
    font-size: 15px;
  }
  .flexblk .pillar {
    width: 100%;
    height: 1px;
    margin: 45px auto;
  }
  .slide_table {
    max-height: 210px;
  }
  .edit_title {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .edit_title h3 {
    width: 100%;
    margin-bottom: 30px;
  }
  .job_title {
    margin-bottom: 40px;
  }
  .row > div,
  .row_header > div {
    width: 100%;
    border-right: 0;
  }
  .row > div:nth-child(2), .row > div:nth-child(3), .row > div:nth-child(4),
  .row_header > div:nth-child(2),
  .row_header > div:nth-child(3),
  .row_header > div:nth-child(4) {
    display: none;
  }
  .row_header > div {
    padding-top: 5px;
    padding-bottom: 0;
    overflow: hidden;
    height: 0;
  }
  .row > div {
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .row > div:last-child {
    width: 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    padding: 0;
  }
  .row > div:last-child span {
    display: none;
  }
  .row > div:first-child {
    width: 80%;
    text-align: left;
  }
  .row > div .box {
    width: 100%;
    background: unset;
    border-left: 1px solid #e7e7e7;
  }
  .row > div .box:after {
    position: absolute;
    content: '>';
  }
  .swiper-pagination {
    margin-bottom: 50px;
  }
}

/*# sourceMappingURL=web_career_recruit.css.map */
