/* other style */
/* .slick-track {
  opacity: 1;
  width: 21896rem;
  transform: translate3d(-21252rem, 0rem, 0rem); 
} */
.clearfix:after {
  content: '';
  display: block;
  clear: both;
}
/* first swiper */
.first-swiper-container {
  position: relative;
  height: 100%;
}
.first-swiper-container .swiper-slide img {
  height: 100%;
}

.first-swiper-pagination {
  position: absolute !important;
  bottom: .20rem !important;
  text-align: center !important;
  z-index: 102;
}
.first-swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 1.6vw;
  height: 1.6vw;
  max-width: .24rem;
  max-height: .24rem;
  border: 0.02rem solid rgba(255,255,255,.5);
  border-radius: 51%;
  box-sizing: border-box;
  background: transparent;
  opacity: 1;
  margin-left: .06rem !important;
  margin-right: .06rem !important;
}
.first-swiper-pagination .swiper-pagination-bullet-active {
  background: rgba(255,255,255,0.5);
}

/* second swiper */
.second-swiper-container .bottom {
  padding: 0 8vw;
}
.second-swiper-container .bottom .title {
  margin-top: .1rem;
  margin-bottom: .18rem;
  font-size: .30rem;
  line-height: .54rem;
  text-align: left;
}
.second-swiper-container .bottom .desc {
  font-size: .2rem;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  text-align: left;
  position: relative;
  line-height: .36rem;
  margin-bottom: 0.05rem;
}
.second-swiper-container .swiper-button-prev,
.second-swiper-container .swiper-button-next {
  position: absolute;
  top: calc(28vw + .18rem);
  width: .17rem;
  height: .31rem;
  font-size: 0;
  color: transparent;
  background-size: 100% 100%;
  z-index: 5;
  cursor: pointer;
}
.second-swiper-container .swiper-button-prev{
  margin-left: .52rem;
  background-image: url("../img/second_swiper_button_prev.png");
}
.second-swiper-container .swiper-button-next {
  margin-right: .52rem;
  background-image: url("../img/second_swiper_button_next.png");
}

/* third swiper */
.third-swiper-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.third-swiper-pagination-wrap {
  position: relative !important;
  width: 120%;
  bottom: -.62rem !important;
  overflow: hidden;
  transform: translateX(-10%);
}
.third-swiper-pagination {
  transition: transform .2s ease;
}
.third-swiper-pagination .swiper-pagination-bullet {
  float: left;
  width: 1.03rem;
  height: 1rem;
  transition: width .2s ease;
  background: transparent;
  opacity: 1;
  border-radius: 0;
  cursor: default !important;
  margin: .05rem 0 0 !important;
}
.third-swiper-pagination .swiper-pagination-bullet-active {
  width: 1.38rem;
}
.third-swiper-pagination .swiper-pagination-bullet-active .third-swiper-pic {
  transform: scale(1.75);
}
.third-swiper-pagination .swiper-pagination-bullet li {
  display: inline-block;
  width: 100%;
  text-align: center;
  overflow: visible;
  height: .02rem;
  list-style: none;
  background-color: #333;
}
.third-swiper-pagination .swiper-pagination-bullet li .third-swiper-pic {
  position: relative;
  width: .32rem;
  height: .32rem;
  border-radius: 50%;
  z-index: 1;
  cursor: pointer;
  margin: -0.15rem auto 0;
  transition: transform .15s ease;
}
.third-swiper-container .swiper-slide {
  display: flex;
  width: 6.44rem !important;
  opacity: 0;
  transition: opacity .4s ease;
  border-radius: .22rem;
  background-color: #fff;
  /* box-shadow: 0 0.04rem 0.05rem rgb(0 0 0 / 15%); */
  /* box-shadow: rgba(0,0,0,.1) 0.02rem 0.11rem 0.26rem 0.09rem; */
  box-shadow: rgba(0,0,0,.1) 0.02rem 0.11rem 0.26rem 0.09rem;
  -webkit-box-shadow: rgba(0,0,0,.1) 0.02rem 0.11rem 0.26rem 0.09rem;
  -moz-box-shadow: rgba(0,0,0,.1) 0.02rem 0.11rem 0.26rem 0.09rem;
  overflow: hidden;
}
.third-swiper-container .swiper-slide img {
  width: 3.14rem !important;
  height: 100%;
  object-fit: cover;
}
.third-swiper-container .swiper-slide .words {
  flex: 1;
  text-align: left;
  font-family: 'Gilroy';
  margin: .23rem .26rem 0 .45rem;
}
.words .time {
  font-family: 'Gilroy-Bold';
  font-weight: 500;
  font-size: .3rem;
  line-height: .37rem;
}
.words .desc {
  font-size: .18rem;
  margin-top: .1rem;
}

.third-swiper-container .swiper-slide-active {
  opacity: 1;
}

/* 我们的产品 */
.products-carousel {
  position: relative;
  width: 100%;
  height: calc(100vh - 1rem);
  min-width: 10.24rem;
  min-height: 6rem;
  background-image: url('../img/product_bg.png');
}
.products-carousel .main-wrapper {
  height: 100%;
  width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.products-carousel .main-wrapper .item-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  width: 100%;
  /* background-color: #fff; */
  background-size: cover;
  background-repeat: no-repeat;
  flex-direction: row;
  margin-bottom: 0 !important;
}
.products-carousel .main-wrapper .item-wrapper .item-left {
  margin-top: -.3rem;
  width: 4.1rem;
  margin-left: 6.6%;
}
.products-carousel .main-wrapper .item-wrapper .item-left img {
  width: .8rem;
  height: .8rem;
}
.products-carousel .main-wrapper .item-wrapper .item-left .title {
  margin-top: .32rem;
  line-height: .32rem;
  font-size: .28rem;
}
.products-carousel .main-wrapper .item-wrapper .second-title {
  margin-top: .30rem;
  line-height: .30rem;
  font-size: .22rem;
  font-weight: bold;
}
.products-carousel .main-wrapper .item-wrapper .item-left .desc {
  margin-top: .3rem;
  font-size: .16rem;
  line-height: 1.8;
}
.products-carousel .main-wrapper .item-wrapper .item-left .desc a {
  color: #3c8cff;
}
.products-carousel .slide-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: space-around;
  -webkit-justify-content: space-around;
  -ms-flex-pack: space-around;
  justify-content: space-around;
  position: absolute;
  right: 6.6%;
  top: 50%;
  height: 60%;
  transform: translateY(-50%);
}
.products-carousel .slide-wrapper .slide-item {
  width: 0.4rem;
  height: 0.4rem;
  min-width: .3rem;
  min-height: .3rem;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.products-carousel .slide-wrapper .slide-item img {
  width: 100%;
  height: 100%;
}
.products-carousel .slide-wrapper .slide-item:hover, .products-carousel .slide-wrapper .slide-item.active {
  box-shadow: 0 0.09rem 0.18rem 0 rgb(0 0 0 / 15%);
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}


/* 新闻页面样式 */
.news-wrapper {
  max-width: 9.55rem !important;
  padding: .59rem 16vw .78rem;
  box-sizing: content-box;
}
.news-wrapper>.top-wrapper>.cover {
  width: 100%;
  min-height: 3.5rem;
  margin-bottom: .24rem;
  object-fit: contain;
}
.news-wrapper>.title {
  font-size: .48rem;
  margin-left: -8vw;
  margin-bottom: .49rem;
}
.news-wrapper.zh .title {
  line-height: 1.41;
}
.news-wrapper.zh>.top-wrapper>.title, .news-wrapper.ja>.top-wrapper>.title {
  font-size: .34rem;
}
.news-wrapper>.top-wrapper>.title {
  margin-bottom: .1rem;
  color: #333;
  font-size: .36rem;
  cursor: pointer;
}
.news-wrapper>.top-wrapper {
  width: 100%;
  margin: auto;
  margin-bottom: .65rem;
  text-align: center;
}
.news-wrapper>.top-wrapper .desc {
  font-size: 0.24rem;
  overflow: hidden;
  height: 2.22rem;
  /* text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6; */
}
.news-wrapper>.top-wrapper img {
  max-width: 100%;
}
.news-wrapper>.showmore {
  margin-top: .38rem;
  /* margin-left: -8vw; */
  font-size: .24rem;
  cursor: pointer;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news-wrapper>.bottom-line {
  width: 100%;
  height: .01rem;
  margin-top: .23rem;
  background-color: #828282;
  opacity: .3;
}
/* .news-wrapper>.showmore::after {
  content: " →";
  display: inline-block;
  color: #F33535;
  white-space: pre;
} */
.news-wrapper>.showmore:hover, .news-wrapper>.showmore:active {
  color: #555;
}
.item-wrapper {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  flex-direction: row-reverse;
  position: relative;
  margin-bottom: 0.4rem;
}
.item-wrapper > .cover {
  width: 4.6rem;
  height: 2.6rem;
  background-size: cover;
  background-color: rgb(255, 255, 255);
}
.item-wrapper > .words {
  width: 4.6rem;
  height: 2.6rem;
  overflow: hidden;
}
.item-wrapper > .words .title {
  color: #333;
  font-size: 0.24rem;
  cursor: pointer;
}
.item-wrapper > .words .time {
  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
  color: rgb(130, 130, 130);
  font-size: 0.14rem;
}
.item-wrapper > .words .desc {
  font-size: 0.16rem;
  /* overflow: hidden; */
  /* height: 1.7rem; */
  /* text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6; */
}
/* 新闻详情 */
.news-wrapper>.readmore {
  margin-left: -.5rem;
}
/* .readmore.left::before {
  content: "← ";
} */
.readmore::before, .readmore::after {
  display: inline-block;
  color: #F33535;
  white-space: pre;
}
.readmore {
  cursor: pointer;
}
.news-wrapper>.top-item-wrapper {
  margin-top: .54rem;
}
.news-wrapper.zh .title, .news-wrapper.ja .title {
  line-height: 1.41;
}
.news-wrapper>.top-item-wrapper>.title {
  margin-bottom: .1rem;
  font-size: .48rem;
}
.title {
  font-family: "Gilroy-Bold",-apple-system,"Sofia Pro","Microsoft YaHei","Helvetica","Arial",sans-serif;
  font-weight: 700;
}
.news-wrapper>.top-item-wrapper>.time {
  margin-bottom: .3rem;
  color: #828282;
  font-size: .14rem;
  visibility: visible;
}
.news-wrapper>.top-item-wrapper>.content p {
  margin-bottom: .24rem;
}
.news-wrapper>.top-item-wrapper>.content img {
  width: auto;
  max-width: 100%;
  height: auto;
}



/* 企业社会责任 */
.csr-wrapper {
  padding: .62rem 0 .93rem;
}
.corporate-zh-chessboard .corporate-zh-chessboard__title {
  font-size: .3rem;
  font-weight: 600;
  margin-bottom: .4rem;
}
.corporate-zh-chessboard {
  text-align: left;
  /* margin: 0 5.55% .62rem; */
  margin: 0 11.55% .62rem;
}
.corporate-zh-chessboard__item-container {
  display: table;
}
.corporate-zh-chessboard__item-container .corporate-zh-card {
  vertical-align: top;
  /* width: 29.6825%; */
  width: 39.5237%;
  margin-bottom: .4rem;
}
.corporate-zh-card {
  display: inline-block;
}
.corporate-zh-card__image-wrapper {
  width: 100%;
  margin-bottom: .28rem;
}
.corporate-zh-card__image {
  padding-bottom: 56.31579%;
  background-size: cover;
  background-position: center;
}
.corporate-zh-card__title {
  font-size: .18rem;
  font-weight: 600;
  color: #0b1c34;
  margin-bottom: .2rem;
}
.corporate-zh-card__description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden; 
  height: 1.68rem;
  font-size: .16rem;
  color: #404e60;
}
.corporate-zh-chessboard__item-container .corporate-zh-card:nth-child(odd) {
  /* float: left; */
}
.corporate-zh-chessboard__item-container .corporate-zh-card:nth-child(even) {
  float: right;
}




/* 加入我们 */
.atsx-layout, .atsx-layout * {
  box-sizing: border-box;
}
.atsx-layout {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: auto;
  flex: auto;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 0;
  background: #fff;
  margin: 0;
  padding: 0;
}
.contentWrap__jzsFV {
    min-height: calc(100vh - 3.21rem);
    overflow-x: hidden;
    overflow-y: hidden;
}
.atsx-layout-content {
    -ms-flex: auto;
    flex: auto;
    min-height: 0;
}
.contentWrap__jzsFV>* {
    height: 100%;
    overflow-y: hidden;
    overflow-x: hidden;
}
.listContainer__2Av-1 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
.header__36dmY {
    width: 100%;
    margin-bottom: .50rem;
    position: relative;
}
.header__36dmY .search__3INJ4 {
    width: 100%;
}
.positionList__wn6FF .searchBlockArea .swiper-container {
    height: 3.40rem;
}
.carousel_container__1rCmu.swiper-container {
    z-index: 0;
}
.carousel_container__1rCmu {
    width: 100%;
    height: 4.16rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 0;
}
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.carousel_container__1rCmu .swiper-wrapper {
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}
.carousel_container__1rCmu .swiper-slide {
    transition-timing-function: linear;
}
.carousel_container__1rCmu .carousel_slide {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    background-color: #fff;
    box-shadow: 0 .04rem .12rem rgb(0 0 0 / 12%);
}
.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}
.jobs-swiper-container {
  position: relative;
}
.jobs-swiper-container .jobs-swiper-pagination {
  bottom: .56rem;
}
.jobs-swiper-container .swiper-pagination-bullet {
  background: #fff;
  opacity: .2;
}
.jobs-swiper-container .swiper-pagination-bullet-active {
  opacity: 1;
}
.carousel_container__1rCmu .carousel_slide .carousel_image {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    width: 100%;
    margin: 0 auto;
    height: 100%;
    position: relative;
    cursor: pointer;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.positionList__wn6FF .searchBlockArea .search-block {
    height: .56rem;
    margin-top: -.28rem;
}
.header__36dmY .searchBlock__1mh35 {
    height: .50rem;
    text-align: center;
    margin-top: -.25rem;
}
.positionList__wn6FF .searchBlockArea .search-block .search-block__input {
    width: 8.00rem;
}
.positionList__wn6FF .search-block__input {
    box-shadow: 0 .08rem .24rem 0 rgb(187 191 196 / 20%);
    border-radius: .30rem;
}
.header__36dmY .searchInput__1GLnY {
    width: 8.40rem;
    height: 100%;
    border-radius: .04rem;
    box-shadow: 0 .08rem .24rem 0 rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 .08rem .24rem 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 .08rem .24rem 0 rgb(0 0 0 / 10%);
    font-size: .16rem;
}
.atsx-input {
    resize: none;
    box-sizing: border-box;
    margin: 0;
    font-variant: tabular-nums;
    list-style: none;
    -webkit-font-feature-settings: "tnum";
    font-feature-settings: "tnum";
    position: relative;
    display: inline-block;
    width: 100%;
    height: .32rem;
    padding: .04rem .12rem;
    color: #1f2329;
    font-size: .14rem;
    line-height: 1.5;
    background-color: #fff;
    background-image: none;
    border: .01rem solid #bbbfc4;
    border-radius: .04rem;
    transition: all .3s;
    caret-color: #222;
    border: none;
    outline: none;
    --swiper-theme-color: #007aff;
    --wave-shadow-color: #3370ff;
}
.atsx-input-affix-wrapper {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: #1f2329;
    font-size: .14rem;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    -webkit-font-feature-settings: "tnum";
    font-feature-settings: "tnum";
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: start;
}
.atsx-input-affix-wrapper .atsx-input-prefix {
    left: .13rem;
}
.header__36dmY .searchInput__1GLnY .atsx-input-prefix {
    left: .16rem;
}
.positionList__wn6FF .search-block__input .atsx-input-prefix {
    left: .30rem;
}
.atsx-input-affix-wrapper .atsx-input-prefix, .atsx-input-affix-wrapper .atsx-input-suffix {
    font-size: .16rem;
    position: absolute;
    top: 50%;
    z-index: 2;
    line-height: 0;
    color: #9ca2a9;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.atsx-input-affix-wrapper .atsx-input:not(:last-child) {
    padding-right: .36rem;
}
.atsx-input-affix-wrapper .atsx-input:not(:first-child) {
    padding-left: .36rem;
}
.header__36dmY .searchInput__1GLnY .atsx-input {
    padding-left: .46rem;
    padding-right: 2.00rem;
}
.positionList__wn6FF .search-block__input input.atsx-input {
    padding-left: .58rem;
    border-radius: .30rem;
}
.header__36dmY .searchInput__1GLnY input {
    font-size: .16rem;
    border: .01rem solid rgba(0,0,0,0);
    text-align: left;
}
.atsx-input-affix-wrapper .atsx-input {
    position: relative;
    text-align: inherit;
}
.atsx-input-affix-wrapper .atsx-input {
    min-height: 100%;
}
.atsx-input-affix-wrapper .atsx-input-prefix, .atsx-input-affix-wrapper .atsx-input-suffix {
    font-size: .16rem;
    position: absolute;
    top: 50%;
    z-index: 2;
    line-height: 0;
    color: #9ca2a9;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.header__36dmY .searchInput__1GLnY .atsx-input-suffix {
    top: 0;
    right: 0;
    bottom: 0;
    -ms-transform: none;
    transform: none;
}
.atsx-input-affix-wrapper .atsx-input-suffix {
    right: .13rem;
}
.positionList__wn6FF .search-block__input .search-searchAction {
    width: 1.49rem;
    border-top-right-radius: .30rem;
    border-bottom-right-radius: .30rem;
}
.header__36dmY .searchInput__1GLnY button {
    font-weight: 800;
}
.header__36dmY .searchAction__1yMqt {
    position: relative;
    width: 1.80rem;
    height: 100%;
    border-radius: .03rem;
    background: #222;
    font-size: .16rem;
    color: #fff;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    transition: background-color .3s,border-color .3s;
}
.atsx-btn-primary {
    color: #fff;
    background-color: #222;
    border-color: #222;
    box-shadow: none;
}
.atsx-btn {
    box-shadow: none;
}
.atsx-btn, .atsx-btn:active {
    outline: 0;
}
.atsx-btn {
    line-height: 1.499;
    position: relative;
    display: inline-block;
    font-weight: 400;
    white-space: nowrap;
    text-align: center;
    background-image: none;
    border: .01rem solid rgba(0,0,0,0);
    cursor: pointer;
    transition: padding .3s cubic-bezier(.645,.045,.355,1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    height: .32rem;
    padding: 0 .12rem;
    font-size: .14rem;
    border-radius: .04rem;
    min-width: .80rem;
}
.atsx-layout, .atsx-layout * {
    box-sizing: border-box;
}
.atsx-btn>i, .atsx-btn>span {
    display: inline-block;
    pointer-events: none;
}
.positionList__wn6FF .search-block__input {
    border-radius: .30rem;
}
.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/44*27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1*var(--swiper-navigation-size)/2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color,var(--swiper-theme-color));
}
.carousel_container__1rCmu .swiper-button-next, .carousel_container__1rCmu .swiper-button-prev {
    width: .60rem;
    height: .60rem;
    outline: none;
    border-radius: 50%;
    background: hsla(0,0%,100%,.8);
    opacity: .8;
}
.carousel_container__1rCmu .swiper-button-prev {
  left: .38rem;
}
.carousel_container__1rCmu .swiper-button-next {
  right: .38rem;
}
.carousel_container__1rCmu .swiper-button-prev svg,
.carousel_container__1rCmu .swiper-button-next svg {
    fill: #3370ff;
    width: .32rem;
    height: .32rem;
}
:root {
    --swiper-theme-color: #007aff;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next,
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: none;
}
.jobs-swiper-button-prev,
.jobs-swiper-button-next {
  display: none;
}
.jobs-swiper-container:hover .jobs-swiper-button-prev,
.jobs-swiper-container:hover .jobs-swiper-button-next {
  display: flex;
}
.jobs-swiper-button-prev:hover,
.jobs-swiper-button-next:hover {
  opacity: .6;
}
.leftFilter__3H2uI {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 2.76rem;
    margin-right: .35rem;
    position: relative;
}
.listContainer__2Av-1 .content__IN8vJ {
    display: -ms-flexbox;
    display: flex;
    width: 10.16rem;
    min-height: 4.00rem;
    margin: auto auto .60rem;
}
.leftFilter__3H2uI .filterHeader__1xOu5 {
    font-family: 'PINGFANG-BOLD';
    font-size: .14rem;
    color: #1f2329;
    border-bottom: .01rem solid #eff1f1;
    padding-bottom: .12rem;
    margin-top: .10rem;
    margin-bottom: .23rem;
    font-weight: 800;
}
.border__3ZhOs {
    border-left: .01rem solid #eff1f1;
}
.rightBlock__2ZGFh {
    width: 7.12rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
div.optionBlock__1wRP0 .optionTitle__3DM3c {
    font-size: .18rem;
    font-weight: 700;
    color: #1f2329;
    margin-bottom: .09rem;
}
.atsx-tree {
    box-sizing: border-box;
    color: #1f2329;
    font-size: .14rem;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    -webkit-font-feature-settings: "tnum";
    font-feature-settings: "tnum";
    margin: 0;
    padding: 0;
}
.atsx-tree>li:first-child {
    margin-top: .08rem;
}
.atsx-tree li span.atsx-tree-checkbox {
    top: auto;
    height: .38rem;
    margin: 0 .04rem 0 .02rem;
    padding: .11rem 0;
}
div.optionFilter__1M5Xo .atsx-tree .atsx-tree-checkbox {
    margin-right: .08rem;
}
.atsx-tree-checkbox {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: #1f2329;
    font-size: .14rem;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    -webkit-font-feature-settings: "tnum";
    font-feature-settings: "tnum";
    position: relative;
    top: -.09em;
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    vertical-align: middle;
    outline: none;
    cursor: pointer;
}
.atsx-tree-checkbox-inner {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    width: .16rem;
    height: .16rem;
    background-color: #fff;
    border: .01rem solid #8f959e;
    border-radius: .02rem;
    border-collapse: separate;
    transition: all .3s;
}
.atsx-tree-checkbox-inner:after {
    position: absolute;
    top: 50%;
    left: 21%;
    display: table;
    width: .05rem;
    height: .09rem;
    border: .02rem solid #fff;
    border-top: 0;
    border-left: 0;
    -ms-transform: rotate(45deg) scale(0) translate(-50%,-50%);
    transform: rotate(45deg) scale(0) translate(-50%,-50%);
    opacity: 0;
    transition: all .1s cubic-bezier(.71,-.46,.88,.6),opacity .1s;
    content: " ";
}
div.optionFilter__1M5Xo .atsx-tree .atsx-tree-node-content-wrapper {
    width: 80%;
}
.atsx-tree li .atsx-tree-node-content-wrapper {
    display: inline-block;
    height: .38rem;
    margin: 0;
    padding: 0 .05rem 0 0;
    color: #1f2329;
    line-height: .38rem;
    text-decoration: none;
    vertical-align: top;
    border-radius: .02rem;
    cursor: pointer;
    position: relative;
    overflow: visible;
}
div.optionFilter__1M5Xo .atsx-tree .atsx-tree-node-content-wrapper {
    width: 80%;
}
.atsx-tree li .atsx-tree-node-content-wrapper {
    display: inline-block;
    height: .38rem;
    margin: 0;
    padding: 0 .05rem 0 0;
    color: #1f2329;
    line-height: .38rem;
    text-decoration: none;
    vertical-align: top;
    border-radius: .02rem;
    cursor: pointer;
    position: relative;
    overflow: visible;
}
.atsx-clamp-content, .atsx-clamp-line-content {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.atsx-clamp-content {
    display: inline-block;
    white-space: nowrap;
    height: 100%;
    vertical-align: top;
}
.rightBlock__2ZGFh .atsx-skeleton, .rightBlock__2ZGFh .borderContainer__3S4gr {
    padding-left: .24rem;
}
.rightBlock__2ZGFh .listTitle__B3GFq {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    height: .36rem;
    line-height: .36rem;
    font-size: .30rem;
    font-weight: 700;
    color: #1f2329;
    margin-bottom: .18rem;
    margin-left: .16rem;
}
.listItems__1q9i5 {
    margin-top: .22rem;
}
@keyframes box-shadow {
  0%   {}
  100% {}
}
.positionItem__1giWi {
    padding: .22rem .08rem .18rem .16rem;
    transition: box-shadow .5s;
}
.positionItem__1giWi .positionItem-title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.positionItem:hover {
  box-shadow: #eee .01rem .01rem .60rem;
}
.positionItem__1giWi .title__37NOe {
    font-size: .20rem;
    font-weight: 700;
    line-height: 1.6;
    color: #3370ff;
}
.positionList__wn6FF .positionItem .positionItem-title {
    color: #1f2329;
    font-weight: 600;
}
.positionItem__1giWi .subTitle__3sRa3 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: .16rem;
    font-weight: 500;
    line-height: 1.5;
    color: #1f2329;
    margin: .04rem 0 .12rem;
}
.positionList__wn6FF .positionItem-subTitle {
    color: #646a73;
}
.lineDevider__3u51h {
    display: inline-block;
    width: .01rem;
    height: .12rem;
    background-color: #bbbfc4;
    margin: 0 .08rem;
}
.positionItem__1giWi .jobDesc__3ZDgU {
    width: 6.64rem;
    max-height: .44rem;
    font-size: .14rem;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.57;
    letter-spacing: normal;
    color: #646a73;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    white-space: pre-line;
    -webkit-line-clamp: 2;
}
.positionList__wn6FF .positionItem-jobDesc {
    color: #8f959e;
}
.listItems__1q9i5 a {
  text-decoration: none;
}
.rightBlock__2ZGFh .pager__3IM2I {
    text-align: right;
    margin-top: .14rem;
}

/* 新闻动态 */
.more-wrapper .showmore {
  margin-left: -4vw;
  display: flex;
  align-items: center;
}
/* .more-wrapper>.showmore::after {
  content: " →";
  display: inline-block;
  color: #F33535;
  white-space: pre;
} */
.more-wrapper>.bottom-line {
  width: 84vw;
  height: .01rem;
  margin-left: -4vw;
  margin-top: .23rem;
  background-color: #979797;
}
.news-wrapper>.more-wrapper {
  margin-top: .68rem;
}
.more-wrapper>.items-wrapper {
  max-width: 9.55rem;
  margin: 1rem auto 0;
}