.cui-btn {
  display: inline-block;
  height: 40px;
  padding: 0 30px;
  border: solid 1px transparent;
  border-radius: 2px;
  background: transparent;
  font-weight: 400;
  font-size: 14px;
  line-height: 38px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  transition: .2s;
}
.cui-btn-normal {
  height: 40px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 14px;
  line-height: 38px;
}
.cui-btn-small {
  height: 32px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 12px;
  line-height: 30px;
}
.cui-btn-large {
  height: 48px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 18px;
  line-height: 46px;
}
.cui-btn-primary {
  border-color: #f66f6a;
  background-color: #f66f6a;
  color: #fff;
}
.cui-btn-primary:hover,
.cui-btn-primary.hover {
  box-shadow: 0 8px 16px rgba(246, 111, 106, 0.5);
}
.cui-btn-dark {
  border-color: #252b3a;
  background-color: #252b3a;
  color: #fff;
}
.cui-btn-outline-primary {
  border: solid 1px #f66f6a;
  color: #f66f6a;
}
.cui-btn-outline-primary:hover,
.cui-btn-outline-primary .hover {
  border-color: #f66f6a;
  background-color: #f66f6a;
  color: #fff;
}
.cui-btn-outline-dark {
  border: solid 1px #252b3a;
  color: #252b3a;
}
.cui-btn-outline-dark:hover,
.cui-btn-outline-dark .hover {
  border: solid 1px #f66f6a;
  color: #f66f6a;
}
.cui-btn-outline-light {
  border: solid 1px #fff;
  color: #fff;
}
.cui-btn-outline-light:hover,
.cui-btn-outline-light .hover {
  border-color: #f66f6a;
  background-color: #f66f6a;
  color: #fff;
}
.cui-btn.disabled,
.cui-btn[disabled] {
  cursor: default;
  background-color: #f7f7f7;
  border-color: #ddd;
  color: #a0a2a8;
}
.cui-btn.disabled:hover,
.cui-btn[disabled]:hover {
  box-shadow: none;
}
.cui-select {
  display: inline-block;
  position: relative;
  width: 220px;
  height: 32px;
  border: solid 1px #ddd;
  border-radius: 2px;
  background: white;
  cursor: pointer;
}
.cui-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  border: none;
  outline: none;
  width: 100%;
  height: 100%;
  padding-left: 10px;
  padding-right: 0;
  background: transparent;
  font-size: 14px;
  color: #252b3a;
  line-height: 30px;
  cursor: pointer;
}
.cui-select select::-ms-expand {
  display: none;
}
.cui-select i {
  position: absolute;
  right: 0;
  top: 0;
  width: 32px;
  height: 30px;
  background: white;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}
.cui-select i:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  border: solid 4px transparent;
  border-bottom: none;
  border-top: solid 5px #666a75;
  margin-bottom: 1px;
}
.cui-select:after {
  content: "";
  position: absolute;
  top: 5px;
  right: 32px;
  bottom: 5px;
  border-right: solid 1px #ddd;
}
.cui-select-trigger {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0);
}
.cui-select-option-list {
  display: none;
}
.cui-select.open .cui-select-option-list {
  display: block;
  position: absolute;
  z-index: 9;
  top: 100%;
  left: -1px;
  right: -1px;
  max-height: 152px;
  overflow: auto;
  border: solid 1px #ddd;
  border-radius: 2px;
  margin-top: 5px;
}
.cui-select.open .cui-select-option-list li {
  padding: 4px 9px;
  background: white;
  font-size: 14px;
  line-height: 22px;
  color: #666a75;
}
.cui-select.open .cui-select-option-list li:hover {
  background: #f7f7f7;
  color: #f66f6a;
}
.cui-select.open .cui-select-option-list li.selected {
  background: #f66f6a;
  color: #fff;
}
.pro-content {
  padding-bottom: 50px;
  background: #f6f6f6;
  background: url(./../images/product-job-new-en-web-bg.jpg) center / 100% 100%;
  background-position: center 70px;
}
.pro-wrap {
  position: relative;
  max-width: 1210px;
  margin: 0 auto;
}
.pro-category-item {
  overflow: hidden;
  transition: 0.5s;
}
.pro-category-item:last-child {
  margin-bottom: 0;
}
/*.container{
    background-color: #c5d1e0;
    background-image: url(./content-bg.png),url(./web-bg.jpg);
    background-repeat: no-repeat, repeat;
    background-position: center 26px;
}*/
.searchItem-wrap {
  position: relative;
  padding-right: 20px;
  display: inline-block;
  width: calc(100% - 100px);
}
.category-mb-box {
  display: none;
}
.category-box-wrap {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.category-box {
  margin-bottom: 20px;
  padding: 30px 30px 10px;
  background: #ffffff;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  -webkit-transition: -webkit-box-shadow 0.2s;
  transition: -webkit-box-shadow 0.2s;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
}
.category-box:hover {
  box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.05);
}
.category-box span {
  margin-left: 15px;
  padding: 2px 10px;
  height: 28px;
  font-size: 14px;
  cursor: pointer;
  display: block;
  float: left;
  margin-bottom: 15px;
  color: #666A75;
  border: 1px solid transparent;
  transition: all .3s;
}
.category-box span:hover {
  color: #f66f6a;
}
.category-box span.actived {
  border: 1px solid #f66f6a;
  color: #f66f6a;
  border-radius: 2px;
}
.category-box label {
  display: inline-block;
  margin-top: 3px;
  width: 100px;
  line-height: 20px;
  vertical-align: middle;
  float: left;
  margin-bottom: 16px;
  font-size: 14px;
  color: #252B3A;
}
.container-wrap {
  max-width: 1210px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}
.job-list {
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.05);
}
.pro-item {
  position: relative;
  height: 90px;
  -webkit-transition: -webkit-box-shadow 0.2s;
  transition: -webkit-box-shadow 0.2s;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
  border-bottom: 1px solid #ddd;
  background: #fff;
  transition: all .3s;
}
.title-box {
  position: relative;
  min-height: 136px;
  padding: 30px;
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 2px;
}
.pro-item-box {
  transition: all .3s;
}
.pro-item-head {
  display: block;
  background: url(./../images/product-job-new-en-PC-bg02.jpg) center / cover;
  overflow: hidden;
}
.pro-item-head > * {
  float: left;
}
.pro-item-head span,
.pro-item span {
  display: inline-block;
}
.pro-item-head span {
  padding: 12px 20px;
  color: #FFFFFF;
  line-height: 18px;
}
.pro-item-head div {
  display: inline-block;
  width: 56%;
}
.pro-item-head span:nth-of-type(1) {
  width: 28%;
}
.pro-item-head div span:nth-child(1) {
  width: 30%;
}
.pro-item-head div span:nth-child(2) {
  width: 70%;
}
.pro-item-head span:nth-of-type(2) {
  width: calc(16% - 1px);
}
.pro-item > span,
.pro-item .wrap-span {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0 20px;
  line-height: 20px;
  color: #666A75;
}
.pro-item > span:nth-of-type(1) {
  width: 28%;
  font-size: 14px;
  color: #1B79C8;
  transition: all .3s;
}
.pro-item .wrap-span {
  left: 28%;
  width: 56%;
  padding: 0;
  font-size: 16px;
  color: #252B3A;
}
.pro-item .wrap-span span {
  padding: 0 20px;
  word-wrap: break-word;
}
.pro-item span i {
  display: inline-block;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
}
.pro-item .wrap-span span:nth-child(1) {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  width: 30%;
  font-size: 14px;
}
.pro-item .wrap-span span:nth-child(2) {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 30%;
  width: 70%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 40px;
}
.pro-item > span:nth-of-type(2) {
  left: 84%;
  width: 16%;
  font-size: 16px;
  font-size: 14px;
  line-height: 20px;
}
.arrow-box {
  position: absolute;
  bottom: 44%;
  right: 30px;
  width: 22px;
  height: 22px;
  cursor: pointer;
}
.arrow-box-mb {
  display: none;
}
.arrow-box-pc {
  display: block;
}
.arrow-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  cursor: pointer;
  transition: all 0.8s;
}
.arrow-gray {
  background: url(./../images/product-job-new-en-arrow-down.svg) no-repeat center;
  transition: all 0.8s;
  opacity: 1;
}
@media (max-width: 1024px) {
  .pro-item-head span:nth-of-type(1) {
    width: 26%;
  }
  .pro-item-head span:nth-of-type(2) {
    width: 18%;
  }
  .pro-item > span:nth-of-type(1) {
    width: 26%;
  }
  .pro-item .wrap-span {
    left: 26%;
  }
  .pro-item > span:nth-of-type(2) {
    left: 82%;
    width: 18%;
  }
}
@media (min-width: 1024px) {
  .arrow-down:hover {
    background: url(./../images/product-job-new-en-arrow-hover.svg) no-repeat center;
  }
}
.arrow-write {
  position: relative;
  top: -24px;
  background: url(./../images/product-job-new-en-arrow-down2.svg) no-repeat center;
  opacity: 0;
  transition: all 0.8s;
}
.arrow-actived .arrow-gray {
  opacity: 0;
}
.arrow-actived .arrow-write {
  -webkit-transform: rotateZ(-180deg);
  transform: rotateZ(-180deg);
  opacity: 1;
}
.pro-tit-line,
.time {
  margin-bottom: 10px;
}
.pro-tit {
  font-size: 18px;
  color: #252b3a;
  line-height: 22px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
}
.label-btn {
  padding: 1px 10px;
  border-radius: 100px;
  margin-right: 12px;
  color: #f66f6a;
  display: inline-block;
  margin-top: 5px;
  font-size: 12px;
  border: 1px solid #f66f6a;
}
.pro-tit-line .label-btn:last-child {
  margin-right: 0;
}
.title-box.active .label-btn {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border: none;
}
.pro-des {
  font-size: 14px;
  color: #666a75;
  line-height: 22px;
}
.title-box-left {
  float: left;
  width: calc(100% - 132px);
  padding-right: 78px;
}
.title-box-right {
  width: 132px;
  float: left;
}
.title-box-right a {
  display: block;
  width: 80px;
  line-height: 22px;
  font-size: 14px;
  color: #666a75;
  margin-bottom: 10px;
}
.title-box {
  transition: all 0.8s;
  background-image: url(./../images/product-job-new-en-write-bg.png);
  cursor: pointer;
}
.title-box.active {
  background-image: url(./../images/product-job-new-en-title-bg-web.png);
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid transparent;
  background-size: cover;
}
/*  @media(min-width: 1024px){
    .title-box .pro-tit,.title-box .pro-des,.title-box .title-box-right a,.title-box .time{
        transition:all 0.8s;
    }
}  */
.title-box-right a:hover {
  color: #f66f6a;
}
.title-box.active .pro-tit,
.title-box.active .pro-des,
.title-box.active .title-box-right a,
.title-box.active .time {
  color: #fff;
}
.item-content {
  display: none;
  padding: 30px;
  border: 1px solid #dddddd;
  border-top: none;
  background: #fff;
}
.property-dsc-box dl:nth-of-type(even),
.pro-introduced dl {
  padding-right: 110px;
}
.property-dsc-box dl {
  float: left;
  width: 100%;
}
.property-dsc-box dl {
  margin-top: 20px;
}
.item-content dt {
  margin-bottom: 10px;
  font-size: 18px;
  color: #252b3a;
  line-height: 22px;
}
.item-content dd {
  font-size: 16px;
  color: #a0a2a8;
  text-align: justify;
  line-height: 22px;
}
.mb-a {
  display: none;
}
.pro-table {
  display: table-row;
}
.pagination-container {
  margin-top: 40px;
  text-align: center;
}
.more-job,
.no-more-job {
  display: none;
}
.caret {
  display: none;
  width: 12px;
  height: 8px;
  border: solid 6px transparent;
  border-bottom: 0;
  transition: transform 0.5s ease;
  position: absolute;
  top: 13px;
  right: 0;
  margin-top: -4px;
  border-top-color: #666a75;
  cursor: pointer;
}
.caret.active {
  -ms-transform: rotateZ(-180deg);
  transform: rotateZ(-180deg);
}
.caret:before {
  content: "";
  position: absolute;
  top: -8px;
  left: -8px;
  width: 16px;
  height: 8px;
  margin-top: -2px;
  border: solid 8px transparent;
  border-top-color: white;
  border-bottom: 0;
}
.nodata-box {
  padding: 60px 0;
  background: #FFFFFF;
  border: 1px solid #DDDFE6;
  border-top-width: 0;
  box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  text-align: center;
  font-size: 16px;
  color: #999999;
  display: none;
}
@media (max-width: 767px) {
  .job-list {
    box-shadow: none;
  }
  .pro-content {
    padding-bottom: 0;
    background: #fff;
  }
  #content {
    overflow: auto;
  }
  .more-job,
  .no-more-job {
    display: block;
    line-height: 68px;
    text-align: center;
  }
  .nodata-box {
    padding: 60px 10px;
  }
  .category-box-wrap {
    padding-top: 0;
  }
  .pagination-container {
    display: none !important;
  }
  .category-box label {
    font-size: 14px;
  }
  .container {
    background: initial;
  }
  .category-box {
    display: none;
  }
  .category-mb-box {
    display: block !important;
    background: #ffffff;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.05);
    border-radius: 2px;
    padding-bottom: 5px;
  }
  .pro-wrap {
    border-bottom: 1px solid #ddd;
  }
  .category-mb-box label {
    width: 130px;
    line-height: 36px;
    font-size: 16px;
  }
  .selectBox {
    position: relative;
    width: 100%;
    height: 32px;
    line-height: 36px;
  }
  .inputCase {
    position: relative;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
  }
  .pro-mb-info {
    font-size: 14px;
    color: #252B3A;
    line-height: 22px;
    margin-right: 5px;
    width: 70px;
    display: inline-block;
  }
  .pro-mb-category {
    padding: 0 10px 15px 10px;
  }
  .inputCase input.imitationSelect {
    width: calc(100% - 80px);
    height: 32px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    display: inline-block;
    padding-left: 10px;
    color: #252B3A;
    font-size: 14px;
    padding-right: 24px;
  }
  .pro-mb-category + .pro-mb-category .inputCase input.imitationSelect {
    border-left: 1px solid #ddd;
  }
  .select-icon {
    position: absolute;
    right: 10px;
    top: 16px;
    width: 0;
    height: 0;
    border-width: 5px 4px 0;
    border-style: solid;
    border-color: #666A75 transparent transparent transparent;
  }
  .selectUl {
    display: none;
    position: absolute;
    width: calc(100% - 82px);
    top: 39px;
    left: 79px;
    padding: 0;
    margin: 0;
    background: #fff;
    z-index: 2;
    overflow: auto;
    margin-top: 1px;
    border: 1px solid #ddd;
  }
  .selectUl::-webkit-scrollbar {
    width: 4px;
    height: 4px;
  }
  .selectUl li {
    height: 36px;
    line-height: 36px;
    list-style: none;
    text-indent: 10px;
    color: #252B3A;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .selectUl li:hover {
    color: #F66F6A;
  }
  .selectUl li:last-child {
    border-bottom: 0 none;
  }
  .container-wrap {
    width: 100%;
    padding: 0;
  }
  .title-box {
    padding: 40px 30px;
  }
  .mask-job {
    position: relative;
  }
  .mask-job:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: -68px;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1;
  }
  .title-box.active {
    background: rgba(21, 0, 255, 0.1);
    background-image: url(./../images/product-job-new-en-title-bg-ipad.png);
    border: none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .title-box-left {
    float: initial;
    width: 100%;
    padding-right: 0;
  }
  .pro-tit {
    font-size: 16px;
  }
  .item-content dt {
    font-size: 16px;
  }
  .item-content dd {
    font-size: 14px;
  }
  .pro-des {
    font-size: 12px;
    line-height: 15px;
  }
  .title-box-right {
    width: 100%;
    margin-top: 8px;
  }
  .time {
    float: left;
    line-height: 15px;
  }
  .title-box-right a {
    float: right;
    text-align: right;
    font-size: 12px;
    line-height: 15px;
  }
  .mb-a {
    display: block;
  }
  .pc-a {
    display: none;
  }
  .title-box-right a {
    color: #2d56b1;
  }
  .arrow-down {
    display: block;
    width: 18px;
    height: 18px;
    background: url(./../images/product-job-new-en-arrow-down-mb.svg) no-repeat center;
    background-size: 100% 100%;
  }
  .arrow-actived .arrow-down {
    background: url(./../images/product-job-new-en-arrow-up-mb.svg) no-repeat center;
    background-size: 100% 100%;
  }
  .pro-item-head {
    display: none;
  }
  .pro-item {
    position: relative;
    display: block;
    margin-top: 0;
    padding: 20px;
    height: 88px;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .pro-item:nth-child(odd) {
    background: #F4FAFF;
  }
  .pro-item > span:nth-of-type(1),
  .pro-item .wrap-span {
    position: static;
    transform: none;
    padding: 0;
  }
  .pro-item > span:nth-of-type(1) {
    display: block;
    margin-bottom: 10px;
    width: calc(100% - 82px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #252B3A;
    line-height: 20px;
    font-weight: 600;
  }
  .pro-item .wrap-span {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    line-height: 18px;
    color: #252B3A;
  }
  .pro-item .wrap-span i {
    display: inline;
    line-height: 18px;
  }
  .pro-item .wrap-span span:nth-child(1) {
    position: static;
    transform: none;
    width: auto;
    padding: 0 10px 0 0;
    display: inline-block;
    float: left;
  }
  .pro-item .wrap-span span:nth-child(2) {
    position: static;
    transform: none;
    padding: 0 0 0 10px;
    border-left: 1px solid #ddd;
    display: inline-block;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 80%;
  }
  .pro-item > span:nth-of-type(2) {
    position: absolute;
    top: 20px;
    left: auto;
    right: 0px;
    transform: none;
    width: auto;
    font-size: 12px;
    color: #666A75;
  }
  .title-box {
    position: initial;
  }
  .arrow-box {
    bottom: 16px;
    right: 49%;
    width: 18px;
    height: 18px;
  }
  .arrow-box-mb {
    display: block;
  }
  .arrow-box-pc {
    display: none;
  }
  .item-content {
    padding: 20px 30px 40px 30px;
  }
  .item-content dl {
    padding-right: 0;
  }
  .property-dsc-box dl:nth-of-type(even),
  .pro-introduced dl {
    padding-right: 0;
  }
  .property-dsc-box dl {
    width: 100%;
  }
  .selectUl li.actived_li {
    color: #252b3a;
  }
  .ucd-pager-count {
    display: none;
  }
  .ucd-pager-pages,
  .ucd-pager-goto {
    width: 100%;
    padding: 0 16px;
    text-align: center;
  }
  .ucd-pager-pages {
    margin-bottom: 12px;
  }
  .ucd-pager-pages li {
    display: inline;
  }
  .ucd-pager-btn,
  .ucd-pager-ellipsis,
  .ucd-pager-page {
    float: initial;
  }
  .ucd-pager-pages li {
    display: inline;
  }
  .ucd-pager-btn {
    position: relative;
    top: 8px;
  }
}
/* todo remove */
@media (max-width: 767px) {
  .pro-tit {
    vertical-align: middle;
    font-size: 14px;
    line-height: 18px;
    display: inline-block;
  }
}
/*分页样式 s*/
.pagination > .active > a {
  color: #f66f6a;
}
.pagination > li:not(.active):not(.ellipsis):not(.disabled) > a:active,
.pagination-toFirst:not(.disabled):active,
.pagination-toLast:not(.disabled):active {
  background-color: #f66f6a;
}
@media (min-width: 1024px) {
  .pagination-submit:hover {
    border-color: #f66f6a;
    color: #f66f6a;
  }
  .pagination > li:not(.active):not(.ellipsis):not(.disabled) > a:hover {
    background-color: #f66f6a;
  }
  .pro-item:hover {
    background: #FAFBFE;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.05);
    z-index: 1;
  }
  .pro-item:hover a {
    color: #1B79C8;
  }
}
@media (max-width: 1023px) {
  .pagination-goto-mb {
    background: #fff;
  }
  .goto-mb-input {
    text-align: center;
  }
}
/*分页样式 e*/
.pro-title h2 {
  font-size: 36px;
  color: #252B3A;
  text-align: center;
  line-height: 46px;
  padding: 50px 0 30px 0;
  font-weight: 400;
}
@media (max-width: 767px) {
  .pro-title h2 {
    font-size: 20px;
    line-height: 22px;
    padding: 30px 0 20px 0;
  }
}
@media (min-width: 768px) {
  .pro-content.school {
    background: url(./../images/product-job-new-en-F3-bg.jpg) center / 100% 100%;
  }
  .pro-content.school .pro-item .wrap-span {
    left: 40%;
  }
  .pro-content.school .pro-item .wrap-span span:nth-child(2) {
    left: 50%;
  }
  .pro-content.school .pro-item > span:nth-of-type(2) {
    left: 80%;
  }
  .pro-content.school .pro-item > span:nth-of-type(1) {
    color: #1B79CB;
  }
  .pro-content.school .pro-item .wrap-span span:nth-child(1) {
    color: #252B3A;
  }
  .pro-content.school .pro-item-head span:nth-of-type(1),
  .pro-content.school .pro-item > span:nth-of-type(1) {
    width: 40%;
  }
  .pro-content.school .pro-item > span:nth-of-type(2) {
    width: 20%;
  }
  .pro-content.school .pro-item-head span:nth-of-type(2) {
    width: calc(20% - 1px);
  }
  .pro-content.school .pro-item-head div,
  .pro-content.school .pro-item .wrap-span {
    width: 40%;
  }
  .pro-content.school .pro-item .wrap-span span:nth-child(1),
  .pro-content.school .pro-item-head div span:nth-child(1) {
    width: 50%;
  }
  .pro-content.school .pro-item-head div span:nth-child(2),
  .pro-content.school .pro-item .wrap-span span:nth-child(2) {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .school .pro-item > span:nth-of-type(2) {
    display: none;
  }
  .school .pro-item > span:nth-of-type(1) {
    width: 100%;
  }
  .school .pro-mb-info {
    width: 100px;
  }
  .school .inputCase input.imitationSelect {
    width: calc(100% - 110px);
  }
  .school .selectUl {
    width: calc(100% - 110px);
    left: 109px;
  }
}
.band-banner {
  position: relative;
}
.banner-innert {
  max-width: 1180px;
  padding: 100px 0;
  margin: 0 auto;
}
.banner-innert h1 {
  font-size: 48px;
  color: #FFFFFF;
  line-height: 60px;
}
.banner-innert p {
  margin-top: 20px;
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 28px;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
}
.mb-img-box {
  display: none;
}
.ipad-img-box {
  display: none;
}
.pc-img-box {
  display: block;
  height: 414px;
  background: url(./../images/product-job-new-en-banner-bg.jpg) center / cover;
}
.banner-innert-wrap {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
}
.banner-innert {
  padding: 0;
  text-align: center;
  margin-top: -64px;
}
@media (max-width: 768px) {
  .band-banner img {
    height: 140px;
  }
  .banner-innert {
    margin-top: -50px;
  }
  .banner-innert p {
    margin-top: 8px;
    font-size: 16px;
    line-height: 20px;
  }
  .banner-innert h1 {
    font-size: 24px;
    line-height: 30px;
  }
  .pc-img-box {
    height: 190px;
    background: url(./../images/product-job-new-en-banner-bg-mb.jpg) center / cover;
  }
}
.banner-bar {
  position: absolute;
  height: 64px;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
}
.banner-bar .banner-bar-list {
  max-width: 1180px;
  margin: 0 auto;
}
.banner-bar .banner-bar-list .banner-bar-item {
  width: 33.3%;
  float: left;
  text-align: center;
}
.banner-bar .banner-bar-list .banner-bar-item a {
  display: inline-block;
  font-size: 18px;
  color: #252B3A;
  text-align: center;
  line-height: 64px;
  padding: 0 10px;
  transition: all .3s;
}
.banner-bar .banner-bar-list .banner-bar-item a:hover {
  color: #f66e6a;
}
.banner-bar .banner-bar-list a {
  position: relative;
}
.banner-bar .banner-bar-list a:after {
  content: "";
  display: block;
  position: absolute;
  height: 4px;
  bottom: 0;
  left: 50%;
  right: 50%;
  transition: 0.2s;
  background-color: #F66F6A;
}
.banner-bar .banner-bar-list .active a:after {
  left: 0;
  right: 0;
}
@media (max-width: 768px) {
  .banner-bar {
    position: absolute;
    height: 50px;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.8);
  }
  .banner-bar .banner-bar-list {
    max-width: 1180px;
    margin: 0 auto;
  }
  .banner-bar .banner-bar-list .banner-bar-item {
    width: 33.3%;
    float: left;
    text-align: center;
  }
  .banner-bar .banner-bar-list .banner-bar-item a {
    width: 100%;
    display: inline-block;
    font-size: 14px;
    color: #252B3A;
    text-align: center;
    line-height: 50px;
    transition: all .3s;
  }
  .banner-bar .banner-bar-list .banner-bar-item a:hover {
    color: #f66e6a;
  }
}
@media (max-width: 350px) {
  .banner-bar .banner-bar-list .banner-bar-item a {
    font-size: 12px;
  }
}
.pro-introduct {
  background: url(./../images/product-job-new-en-introduct-bg.jpg) no-repeat center;
  background-size: 100% 100%;
  height: 530px;
}
.pro-introduct img {
  display: block;
  width: 730px;
  margin-left: 30px;
}
.introduct-content {
  width: 500px;
  height: 294px;
  background: #FFFFFF;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  padding: 30px 40px 40px;
  position: absolute;
  right: 30px;
  top: 30px;
}
.introduct-content h3 {
  font-size: 22px;
  color: #252B3A;
  line-height: 28px;
  margin-bottom: 20px;
}
.introduct-content p {
  font-size: 14px;
  color: #666A75;
  line-height: 22px;
  margin-bottom: 30px;
  display: -webkit-box;
}
@media (max-width: 768px) {
  .pro-introduct {
    height: auto;
    padding-bottom: 30px!important;
  }
  .pro-introduct {
    padding: 0 15px;
  }
  .pro-introduct img {
    display: block;
    width: 100%;
    margin-left: 0px;
  }
  .introduct-content {
    position: static;
    width: 100%;
    padding: 25px 20px;
    height: auto;
    text-align: center;
  }
  .introduct-content h3 {
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px;
  }
  .introduct-content p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
    text-align: left;
  }
}
.product-advantage {
  background: url(./../images/product-job-new-en-advantage-pc-bag.png) no-repeat center;
  background-size: 100% 100%;
}
.product-advantage-slide {
  height: auto;
}
.product-advantage-slide:before,
.product-advantage-slide:after {
  content: " ";
  display: table;
}
.product-advantage-slide:after {
  clear: both;
}
.product-advantage-slide[data-cols="4"] > li {
  width: calc((100% - 60px ) / 4 );
}
.product-advantage-slide[data-cols="3"] > li {
  width: calc((100% - 40px ) / 3 );
}
.product-advantage-slide[data-cols="5"] > li {
  width: calc((100% - 80px ) / 5 );
}
.product-advantage-item {
  margin-right: 20px;
  text-align: center;
  padding: 50px 30px;
  position: relative;
  border: 1px solid #ddd;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
  float: left;
}
.product-advantage-item:last-child {
  margin-right: 0px;
}
.product-advantage-item a {
  display: inline-block;
  margin-top: 10px;
  text-align: left;
  color: #1B79C8;
  transition: all 0.3s;
}
.product-advantage-item a:hover {
  color: #f66f6a;
}
.product-advantage-item i {
  width: 48px;
  height: 48px;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: contain;
}
.product-advantage-item h3 {
  font-size: 16px;
  margin: 20px 0 40px 0;
  color: #252b3a;
  line-height: 22px;
  position: relative;
  font-weight: 600;
  min-height: 44px;
}
.product-advantage-item h3:after {
  content: '';
  width: 24px;
  height: 2px;
  position: absolute;
  left: 50%;
  bottom: -20px;
  margin-left: -12px;
  background-color: #f66f6a;
}
.product-advantage-item p {
  font-size: 14px;
  line-height: 22px;
  text-align: left;
  color: #666a75;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  max-height: 88px;
}
@media (max-width: 1023px) {
  .product-advantage .product-wrapper {
    padding-bottom: 30px;
  }
  .product-advantage {
    background-position: center bottom;
  }
  .product-advantage-item {
    width: calc((100% - 5px ) / 2 ) !important;
    height: auto;
    padding: 15px;
    margin: 0 5px 5px 0;
    border-radius: 2px;
  }
  .product-advantage-item:nth-child(even) {
    margin-right: 0px;
  }
  .product-advantage-item i {
    width: 48px;
    height: 48px;
  }
  .product-advantage-item h3 {
    font-size: 16px;
    line-height: 20px;
    margin: 10px 0 20px 0;
  }
  .product-advantage-item h3:after {
    bottom: -10px;
  }
  .product-advantage-item p {
    font-size: 14px;
    line-height: 22px;
    text-align: center;
  }
}
.no-border {
  border: none;
}
@media (max-width: 767px) {
  .product-advantage-content {
    padding: 0 10px 30px 10px;
  }
  .product-advantage-slide {
    border-radius: 2px;
    box-shadow: none;
  }
  .product-advantage-item {
    width: 100% !important;
    padding: 15px;
    margin: 0;
    box-shadow: none;
    margin-bottom: 10px;
  }
  .product-advantage-item:last-child {
    margin-bottom: 0;
  }
  .product-advantage-item p {
    text-align: center;
    -webkit-line-clamp: 100;
  }
}

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