body {
  background: rgb(247, 247, 247);
}

.header_nav .nav_item.active,
.header_nav .nav_item:hover {
  color: #5e666a;
}

/*** tabs ***/

.tabs {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  flex-shrink: 0;
}

/*** tab-panes ***/

.tab_panes {
  width: 12rem;
}

/*** tab ***/

.tab {
  width: 3.2rem;
  text-align: center;
  font-size: 0.28rem;
  color: rgb(134, 134, 134);
}

.tab .tab_item {
  height: 1.28rem;
  line-height: 1.28rem;
  border-left: 0.026667rem solid transparent;
  background: #fff;
}

.tab .tab_item.active,
.tab .tab_item:hover {
  border-left-color: rgb(244, 203, 7);
}

.tab .tab_item a {
  display: block;
}

/*** tab_pane_item ***/

.tab_pane_item {
  display: none;
  z-index: -1;
  opacity: 0;
}

.tab_pane_item.active {
  display: block;
  z-index: initial;
  opacity: 1;
}

.tab_pane_item .banner {
  position: relative;
}

.tab_pane_item .banner>img {
  width: 100%;
}

.tab_pane_item .banner>span {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 0.64rem;
  line-height: 0.8rem;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  letter-spacing: 0.053333rem;
}

.tab_pane_item .banner>span::after {
  content: '';
  display: block;
  margin: 0 auto;
  width: 2em;
  height: 0.04rem;
  margin-top: 0.186667rem;
  background: rgb(244, 203, 7);
}

.tab_pane_item .description {
  padding: 0.293333rem 0.666667rem;
  line-height: 0.4rem;
  background: #fff;
  font-size:0.26rem;
}

.tab_pane_item .description>section {
  padding: 0.506667rem 0;
}

.tab_pane_item .description>section+section {
  border-top: 0.013333rem solid rgb(229, 229, 229);
}

.tab_pane_item .description h2 {
  font-size: 0.32rem;
}

.tab_pane_item .description p {
  line-height: 0.4rem; font-size:0.26rem;
}

/*** footer ***/

.layout_footer {
  margin-top: 0.4rem;
  text-align: left;
  background: #fff;
}

.footer_nav .nav_item:first-child {
  padding-left: 0;
}

.company_info>span:first-child {
  margin-left: 0;
}

.icon_link {
  display: inline-block;
  margin-right: 0.24rem;
  height: 0.266667rem;
  vertical-align: middle;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  transition: all .5s ease-out;
}

.icon_link:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

/*** recruit ***/

.recruit_wrap {
  margin-top: 0.573333rem;
  padding: 1.066667rem 0;
  background: #fff;
}

.recruit_wrap .recruit_title {
  font-size: 0.533333rem;
  color: rgb(111, 111, 111);
  text-align: center;
}

.recruit_summary {
  font-size: 0.24rem;
  line-height: 0.4rem;
  letter-spacing: 0.013333rem;
  color: rgb(91, 91, 91);
}

.recruit_desc {
  margin-top: 0.533333rem;
  font-size: 0.213333rem;
  line-height: 0.4rem;
  letter-spacing: 0.013333rem;
  color: rgb(91, 91, 91);
}

.recruit_category {
  padding: 0.266667rem 1.6rem;
}

.recruit_category h3 {
  font-size: 0.293333rem;
  color: rgb(122, 122, 122);
  line-height: 0.8rem;
  border-bottom: 1px solid rgb(223, 223, 223);
}

.recruit_category .recruit_item {
  display: inline-block;
  margin-top: 0.213333rem;
  padding: 0 0.293333rem;
  width: 48%;
  height: 0.68rem;
  line-height: 0.68rem;
  background: rgb(242, 242, 242);
  color: rgb(157, 157, 157);
  box-sizing: border-box;
  font-size:0.26rem;
}

.recruit_category .recruit_item:hover {
  background: rgb(241, 150, 0);
  color: #fff;
}

.recruit_category .recruit_item:nth-child(2n) {
  margin-right: 3%;
}

.recruit_category .recruit_item a {
  display: block;
}

.ending {
  font-size: 0.24rem;
  padding: 0 1.6rem;
  margin-top: 1.066667rem;
}

#map {
  height: 4.533333rem;
}

/*** mediaReport ***/

.article+.article {
  border-top: 1px solid rgb(229, 229, 229);
}

.article .article_title {
  font-size: 0.266667rem;
  color: rgb(90, 90, 90);
  margin: 0.346667rem 0;
}

.article .article_origin {
  font-size: 0.213333rem;
  color: rgb(192, 192, 192);
  margin: 0.213333rem 0;
}

.article .article_desc {
  line-height: 0.4rem;
  font-size: 0.26rem;
  color: rgb(90, 90, 90);
}

.article .more {
  display: inline-block;
  margin: 0.293333rem 0;
  width: 1.386667rem;
  height: 0.48rem;
  line-height: 0.48rem;
  color: rgb(244, 203, 7);
  border: 1px solid rgb(244, 203, 7);
  text-align: center;
  border-radius: 0.026667rem;
}

.pagination {
  margin-top: 0.4rem;
  text-align: right;
}

.pagination .page_btn {
  display: inline-block;
  padding: 0.133333rem 0.266667rem;
  margin: 0.133333rem 0 0.133333rem 0.133333rem;
  color: rgb(111, 111, 111);
  box-shadow: 0 0 0.04rem #ccc;
  background: #fff;
  cursor: pointer;
}