@charset "UTF-8";
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ellipsis2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.in_body {
  background: #f3f6f8;
}

.sub_content {
  width: 73.96vw;
  margin: 0 auto;
  overflow: hidden;
}

.sub_content .sub_nav {
  height: 1.25vw;
  line-height: 1.25vw;
  padding-left: 1.77vw;
  background: url("?fer/images/sub_nav_home_icon.png") no-repeat left center;
  background-size: 0.73vw 0.78vw;
  margin: 0.52vw 0 2.76vw 0;
}

.sub_content .sub_nav a {
  color: #666666;
  font-size: 0.8333vw;
}

.sub_content .sub_nav i {
  color: #d3d3d3;
  margin: 0 0.78vw;
  font-family: SimSun;
}

.sub_content .sub_nav a:last-child {
  color: #1e3a6b;
  font-weight: bold;
  background: none;
  margin-right: 0;
}

.sub_content .title {
  color: #333333;
  text-align: center;
  line-height: 4.79vw;
}

.sub_content .title span {
  display: inline-block;
  position: relative;
}

.sub_content .title span::after {
  content: "";
  width: 1.3vw;
  height: 0.26vw;
  background: #35558c;
  position: absolute;
  left: 50%;
  margin-left: -0.65vw;
  bottom: 0;
}

.sub_content .title_desc {
  margin-top: 2.6vw;
  font-size: 1.04vw;
  line-height: 2.19vw;
  text-align: center;
  color: #333333;
}

/* 产品管线/治疗领域 */
.treatment {
  width: 100%;
  margin: 3.02vw auto 0;
  overflow: hidden;
  padding-bottom: 6.77vw;
}

.treatment img {
  max-width: 100%;
  height: auto !important;
}

.treatment table {
  width: 100%;
  background: #ffffff;
}

.treatment table tr {
  height: 3.39vw;
  border-bottom: 1px solid #e4eaee;
}

.treatment table tr:nth-last-child(1) {
  border-bottom: none;
}

.treatment table tr td, .treatment table tr th {
  border-right: 1px solid #e4eaee;
  text-align: left;
  padding: 0 1.3vw;
  position: relative;
  color: #333333;
}

.treatment table tr th {
  background: #35558c;
  font-weight: normal;
  color: #ffffff;
}

.treatment table tr td:nth-last-child(1), .treatment table tr th:nth-last-child(1) {
  border-right: none;
}

.treatment table tr td .process {
  width: 27.5vw;
  height: 1.04vw;
  position: absolute;
  left: 0;
  margin-top: -0.52vw;
  background: #35558c;
  border-top-right-radius: 1.04vw;
  border-bottom-right-radius: 1.04vw;
}

.treatment table tr td .bar1 {
  background: #35558c;
}

.treatment table tr td .bar2 {
  background: #9aaac5;
}

.treatment table tr td .bar3 {
  background: #d2d2d2;
}

/* 加入我们-人才发展 */
.develop_main {
  background: url("?fer/images/develop_big_bg.jpg") repeat-y top center;
  background-size: 100% auto;
}

.develop {
  width: 100%;
}

.develop .develop_top {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.develop .develop_top .num {
  font-size: 11.46vw;
  line-height: 1;
  color: #35558c;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
  font-family: "Arial";
}

.develop .develop_top .develop_top_inner {
  width: 68.59vw;
  height: 29.69vw;
  background: url("?fer/images/money_bg.jpg") no-repeat center center;
  background-size: 100% 100%;
  margin: 7.5vw auto 0;
  position: relative;
  overflow: hidden;
}

.develop .develop_top .develop_top_inner .top_tit {
  line-height: 1;
  color: #35558c;
  font-weight: bold;
  text-align: center;
  margin: 5vw 0 3.44vw 0;
}

.develop .develop_top .top_list {
  text-align: center;
  padding: 0 6.77vw;
  box-sizing: border-box;
}

.develop .develop_top .top_list li {
  display: inline-block;
  width: 8.65vw;
  margin-bottom: 3.96vw;
  text-align: center;
}

.develop .develop_top .top_list li .money_icon {
  width: 3.02vw;
  height: 3.02vw;
  display: inline-block;
}

.develop .develop_top .top_list li .money_icon img {
  width: 100%;
  height: 100%;
}

.develop .develop_top .top_list li p {
  padding-top: 0.78vw;
  line-height: 1;
  color: #35558c;
}

.develop .develop_bottom {
  padding-bottom: 6.77vw;
}

.develop .develop_bottom .develop_item {
  display: flex;
  justify-content: space-between;
  padding-top: 7.29vw;
  position: relative;
  margin-top: 3.13vw;
}

.develop .develop_bottom .develop_item .num {
  font-size: 11.46vw;
  line-height: 1;
  color: #35558c;
  position: absolute;
  right: 0;
  top: 0;
  font-weight: bold;
  font-family: "Arial";
}

.develop .develop_bottom .develop_item .item_text {
  flex: 1;
  position: relative;
}

.develop .develop_bottom .develop_item .item_text .item_text_inner {
  position: absolute;
  left: 2.6vw;
  top: 50%;
  transform: translateY(-50%);
  width: 28.39vw;
}

.develop .develop_bottom .develop_item .item_text .item_text_inner h3 {
  color: #333333;
  font-weight: bold;
  margin-bottom: 1.88vw;
}

.develop .develop_bottom .develop_item .item_text .item_text_inner p {
  line-height: 1.88vw;
  color: #666666;
}

.develop .develop_bottom .develop_item .item_lunbo {
  flex: 0 0 34.38vw;
}

.develop .develop_bottom .develop_item .item_lunbo .view {
  width: 28.65vw;
  height: 28.65vw;
  float: right;
}

.develop .develop_bottom .develop_item .item_lunbo .view img {
  width: 100%;
  height: 100%;
}

.develop .develop_bottom .develop_item .item_lunbo .preview {
  width: 5.21vw;
  height: 28.65vw;
  float: left;
  overflow: hidden;
  position: relative;
}

.preview .arrow-left {
  width: 5.21vw;
  height: 2.6vw;
  position: absolute;
  left: 0;
  top: 0;
  background: url("?fer/images/lunbo_jt_top.png") #acaeaf no-repeat center center;
  background-size: 1.3vw 0.83vw;
}

.preview .arrow-right {
  width: 5.21vw;
  height: 2.6vw;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url("?fer/images/lunbo_jt_bottom.png") #acaeaf no-repeat center center;
  background-size: 1.3vw 0.83vw;
}

.preview .swiper-container {
  height: 22.92vw;
  margin-top: 3.13vw;
}

.preview .swiper-slide {
  width: 5.21vw;
  height: 5.21vw;
  margin-bottom: 0.52vw;
  opacity: 0.4;
}

.preview .swiper-slide img {
  width: 100%;
  height: 100%;
}

.preview .active-nav {
  opacity: 1;
}

.develop .develop_bottom .develop_item:nth-child(2n) {
  flex-direction: row-reverse;
}

.develop .develop_bottom .develop_item:nth-child(2n) .num {
  left: 0;
  right: auto;
}

.develop .develop_bottom .develop_item:nth-child(2n) .view {
  float: left;
}

.develop .develop_bottom .develop_item:nth-child(2n) .preview {
  float: right;
}

/* 加入我们-人才理念 */
.idea_content {
  margin-top: 4.32vw;
  width: 100%;
  height: 31.35vw;
  position: relative;
  background: #ffffff;
  overflow: hidden;
  margin-bottom: 6.77vw;
}

.idea_content .idea_left {
  width: 41.51vw;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.idea_content .idea_left img {
  width: 100%;
  height: 100%;
}

.idea_content .idea_right {
  margin-left: 41.51vw;
}

.idea_content .idea_right .idea_info {
  margin-left: 4.69vw;
  margin-top: 4.79vw;
}

.idea_content .idea_right .idea_info dl {
  margin-bottom: 2.81vw;
}

.idea_content .idea_right .idea_info dl dt {
  float: left;
  width: 3.28vw;
  height: 3.28vw;
}

.idea_content .idea_right .idea_info dl dt img {
  width: 100%;
  height: 100%;
}

.idea_content .idea_right .idea_info dl dd {
  margin-left: 4.58vw;
}

.idea_content .idea_right .idea_info dl dd h3 {
  line-height: 2.08vw;
  color: #35558c;
}

.idea_content .idea_right .idea_info dl dd p {
  line-height: 1;
  color: #a4a4a4;
}

/* 研发创新-技术平台 */
.technology .technology_info {
  width: 100%;
  min-height: 26.2vw;
  position: relative;
  background: url("?fer/images/technology_bg.png") no-repeat top center;
  background-size: 100% auto;
}

.technology .technology_info .info_txt {
  width: 44.27vw;
  padding-top: 5.21vw;
  margin-bottom: 5.21vw;
}

.technology .technology_info .info_txt .info_h3 {
  color: #333333;
  font-weight: bold;
  position: relative;
  padding-bottom: 1.25vw;
  margin-bottom: 1.82vw;
}

.technology .technology_info .info_txt .info_h3::after {
  content: "";
  width: 1.25vw;
  height: 0.16vw;
  background: #2d4c8d;
  position: absolute;
  left: 0;
  bottom: 0;
}

.technology .technology_info .info_txt .info_h3 h3 {
  line-height: 2.6vw;
}

.technology .technology_info .info_txt p {
  line-height: 2.29vw;
  color: #666666;
}

.technology .technology_info .info_txt p span {
  color: #35558c;
}

.technology .technology_info .info_img {
  position: absolute;
  right: 0;
  top: 5.21vw;
}

.technology .technology_info .info_img img {
  width: 23.54vw;
  height: 27.34vw;
}

.technology .technology_lunbo {
  width: 100%;
  margin-top: 1.04vw;
  padding-bottom: 4.95vw;
  margin-bottom: 6.77vw;
  position: relative;
}

.technology .technology_lunbo .swiper-slide {
  width: 35.42vw;
  height: 26.41vw;
  background: #ffffff;
}

.technology .technology_lunbo .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0.3;
}

.technology .technology_lunbo .swiper-slide-active img {
  opacity: 1;
}

.technology .technology_lunbo .swiper-button-prev {
  top: inherit;
  bottom: 0;
  left: calc(50% - 3.65vw);
  width: 3.13vw;
  height: 3.13vw;
  background-image: url("?fer/images/lunbo_btn_left.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}

.technology .technology_lunbo .swiper-button-prev::after, .technology .technology_lunbo .swiper-button-next::after {
  display: none;
}

.technology .technology_lunbo .swiper-button-prev:hover {
  background-image: url("?fer/images/lunbo_btn_left_hover.png");
}

.technology .technology_lunbo .swiper-button-next {
  top: inherit;
  bottom: 0;
  right: calc(50% - 3.65vw);
  width: 3.13vw;
  height: 3.13vw;
  background-image: url("?fer/images/lunbo_btn_right.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}

.technology .technology_lunbo .swiper-button-next:hover {
  background-image: url("?fer/images/lunbo_btn_right_hover.png");
}

/* 招聘岗位 */
.recruit {
  padding-bottom: 9.26vh;
}

.recruit_main {
  background: url("?fer/images/recruit_bg.jpg") no-repeat top center;
  background-size: 100% auto;
}

.recruit .search_input {
  width: 100%;
  height: 4.01vw;
  position: relative;
  background: #ffffff;
  margin: 3.33vw 0 1.98vw 0;
}

.recruit .search_input input {
  border: none;
  outline: none;
  background: #ffffff;
  width: 52.08vw;
  height: 1.56vw;
  position: absolute;
  left: 2.08vw;
  top: 50%;
  transform: translateY(-50%);
}

.recruit .search_input input::-webkit-input-placeholder {
  color: #999999;
}

.recruit .search_input .search_btn {
  width: 14.37vw;
  height: 100%;
  line-height: 4.01vw;
  text-align: center;
  background: #35558c;
  color: #ffffff;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}

.recruit .search_select {
  margin-bottom: 3.65vw;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 10;
}

.recruit .search_select .select_item {
  background: #ffffff;
  position: relative;
  width: 17.71vw;
  height: 3.59vw;
}

.recruit .search_select .select_item .select_input {
  padding: 0 2.08vw;
  height: 100%;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
}

.recruit .search_select .select_item .select_input > span {
  width: 80%;
  display: inline-block;
  color: #78797e;
  line-height: 1;
}

.recruit .search_select .select_item .select_input > span.active {
  color: #000000;
}

.recruit .search_select .select_item .select_input > em {
  position: absolute;
  right: 1.98vw;
  top: 1.56vw;
  width: 0.89vw;
  height: 0.52vw;
  font-size: 0;
}

.recruit .search_select .select_item .select_input > em img {
  width: 100%;
  height: 100%;
}

.recruit .search_select .select_item .select_ul {
  width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  display: none;
  border-radius: 0.26vw;
  padding: 1.04vw 2.08vw;
  background: #ffffff;
  box-shadow: 0 0 0.52vw #e5e5e5;
  max-height: 15.63vw;
  overflow-y: scroll;
  z-index: 10;
  box-sizing: border-box;
}

.recruit .search_select .select_item .select_ul > li {
  cursor: pointer;
  width: 100%;
  line-height: 2;
  color: #666666;
}

.recruit .search_select .select_item .select_ul > li:hover {
  color: #000000;
}

ul.recruit_slide li {
  margin-bottom: 2.08vw;
}

ul.recruit_slide li .slide_top {
  height: 170px;
  padding: 0 15.63vw 0 5.21vw;
  box-sizing: border-box;
  border-top: 1px solid #e5e7ee;
  border-bottom: 1px solid #e5e7ee;
  position: relative;
}

ul.recruit_slide li .slide_top h3 {
  font-weight: normal;
  line-height: 2.08vw;
  color: #1b2739;
  margin-top: 2.08vw;
}

ul.recruit_slide li .slide_top p {
  line-height: 1.56vw;
  color: #999999;
  margin-top: 0.89vw;
}

ul.recruit_slide li .slide_top p span {
  margin-left: 0.52vw;
}

ul.recruit_slide li .slide_top .slide_share {
  position: absolute;
  right: 8.85vw;
  top: 50%;
  width: 2.6vw;
  height: 2.6vw;
  margin-top: -1.3vw;
}

ul.recruit_slide li .slide_top .slide_share .share_icon {
  width: 100%;
  height: 100%;
  background-image: url("?fer/images/share_icon.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}

ul.recruit_slide li .slide_top .slide_share .share_ewm {
  display: none;
  position: absolute;
  right: 3.96vw;
  top: 0;
  width: 9.84vw;
  padding: 1.04vw;
  box-sizing: border-box;
  z-index: 999;
  background: #ffffff;
  box-shadow: -0.73vw 0.42vw 1.51vw 0px rgba(53, 85, 140, 0.15);
}

ul.recruit_slide li .slide_top .slide_share .share_ewm img {
  width: 100%;
  height: 100%;
}

ul.recruit_slide li .slide_top .slide_share:hover .share_ewm {
  display: block;
}

ul.recruit_slide li .slide_top .slide_share .share_ewm p {
  line-height: 1;
  color: #666666;
  margin-top: 0.83vw;
  text-align: center;
}

ul.recruit_slide li .slide_top .slide_icon {
  position: absolute;
  right: 4.69vw;
  top: 50%;
  width: 2.6vw;
  height: 2.6vw;
  margin-top: -1.3vw;
  cursor: pointer;
  background-image: url("?fer/images/slide_down_icon.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

ul.recruit_slide li .slide_bottom {
  box-shadow: 0px 0.16vw 2.55vw 0px rgba(53, 85, 140, 0.06);
}

ul.recruit_slide li .slide_bottom .bottom_inner {
  padding: 0.36vw 5.52vw 3.33vw 5.52vw;
}

ul.recruit_slide li .slide_bottom .bottom_inner h3 {
  font-weight: normal;
  line-height: 1.77vw;
  color: #000000;
  margin: 2.76vw 0 0.52vw 0;
}

ul.recruit_slide li .slide_bottom .bottom_inner p {
  line-height: 1.88vw;
  color: #666666;
}

ul.recruit_slide li .slide_bottom .bottom_inner .submit_btn {
  display: block;
  width: 7.29vw;
  height: 2.34vw;
  line-height: 2.34vw;
  text-align: center;
  border-radius: 2.34vw;
  background: #35558c;
  color: #ffffff;
  margin-top: 1.77vw;
  cursor: pointer;
}

ul.recruit_slide li.active .slide_top {
  background: url("?fer/images/slide_item_bg.jpg") no-repeat center center;
  background-size: 100% 100%;
}

ul.recruit_slide li.active .slide_top h3 {
  color: #ffffff;
}

ul.recruit_slide li.active .slide_top p {
  color: #ffffff;
}

ul.recruit_slide li.active .slide_top .slide_share .share_icon {
  background-image: url("?fer/images/share_icon_hover.png");
}

ul.recruit_slide li.active .slide_top .slide_icon {
  background-image: url("?fer/images/slide_down_icon_hover.png");
}

/* 分页 start */
.pageing {
  padding: 4.17vw 0 7.81vw 0;
  color: #222222;
  font-size: 0;
  user-select: none;
  text-align: center;
}

.pageing a {
  color: #666666;
  display: inline-block;
  width: 2.08vw;
  height: 2.08vw;
  line-height: 2.08vw;
  text-align: center;
  margin: 0 0.21vw;
  vertical-align: middle;
  user-select: none;
}

.pageing span.current {
  display: inline-block;
  width: 2.08vw;
  height: 2.08vw;
  line-height: 2.08vw;
  margin: 0 0.21vw;
  text-align: center;
  vertical-align: middle;
  border: none;
  color: #174193;
}

.pageing .prevPage, .pageing .nextPage {
  display: inline-block;
  font-size: 0;
  height: 3.13vw;
  width: 3.13vw;
  margin: 0 2.08vw;
  vertical-align: middle;
  overflow: hidden;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.pageing .prevPage {
  background-image: url("?fer/images/paging_left_icon.png");
}

.pageing a.prevPage:hover {
  background-image: url("?fer/images/paging_left_icon_hover.png");
}

.pageing .nextPage {
  background-image: url("?fer/images/paging_right_icon.png");
}

.pageing a.nextPage:hover {
  background-image: url("?fer/images/paging_right_icon_hover.png");
}

.pageing span.disabled {
  opacity: 0.8;
}

.pageing a:hover {
  color: #174193;
}

.pageing .jump_btn, .pageing em {
  color: #666666;
  display: inline-block;
  line-height: 2.08vw;
  margin: 0 0.21vw;
  vertical-align: middle;
  user-select: none;
  white-space: nowrap;
  width: auto;
  font-style: normal;
}

.pageing input {
  padding: 0 0.52vw;
  box-sizing: border-box;
  color: #666666;
  width: 3.13vw;
  height: 3.13vw;
  line-height: 3.13vw;
  margin: 0 0.21vw;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #dfe0e0;
  border-radius: 50%;
  text-align: center;
  background: none;
}

/* 分页 end */
/* 研发中心 */
.centre_main::after {
  content: "";
  width: 16.72vw;
  height: 16.77vw;
  background: url("?fer/images/flower_bg_img.png") no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  right: 13.02vw;
  top: 1.88vw;
}

.centre_content {
  width: 100%;
  min-height: 37.92vw;
  margin-top: 2.4vw;
  position: relative;
  overflow: hidden;
}

.centre_content::before {
  content: "";
  width: 55%;
  height: 100%;
  background: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
}

.centre_content .content_inner {
  width: 73.96vw;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}

.centre_content .content_inner::after {
  content: "";
  width: 13.18vw;
  height: 12.92vw;
  background: url("?fer/images/flower_bg_img.png") no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  left: 8.49vw;
  top: 18.75vw;
}

.centre_content .content_inner .content_info {
  width: 23.44vw;
}

.centre_content .content_inner .content_info h3 {
  color: #333333;
  line-height: 3.65vw;
  padding: 4.01vw 0;
  position: relative;
  margin-bottom: 2.6vw;
}

.centre_content .content_inner .content_info h3::before {
  content: "";
  width: 1.3vw;
  height: 0.26vw;
  background: #35558c;
  position: absolute;
  left: 0;
  bottom: 0;
}

.centre_content .content_inner .content_info p {
  color: #333333;
  line-height: 2.6vw;
}

.centre_content .content_inner .content_info p span {
  color: #35558c;
}

.centre_content .content_inner .content_lunbo {
  width: 63.96vw;
  position: absolute;
  top: 4.79vw;
  left: 45%;
  overflow: hidden;
  height: 26.77vw;
}

.centre_content .content_inner .content_lunbo .swiper {
  width: 100%;
  height: 21.72vw;
}

.centre_content .content_inner .content_lunbo .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.centre_content .content_inner .content_lunbo .swiper-button-prev {
  left: 0;
  right: initial;
  top: initial;
  bottom: 0;
  width: 3.02vw;
  height: 3.02vw;
  background-image: url("?fer/images/lb_left_icon.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}

.centre_content .content_inner .content_lunbo .swiper-button-prev::after {
  display: none;
}

.centre_content .content_inner .content_lunbo .swiper-button-prev:hover {
  background-image: url("?fer/images/lb_left_icon_hover.png");
}

.centre_content .content_inner .content_lunbo .swiper-button-next {
  left: 3.85vw;
  right: initial;
  top: initial;
  bottom: 0;
  width: 3.02vw;
  height: 3.02vw;
  background-image: url("?fer/images/lb_right_icon.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}

.centre_content .content_inner .content_lunbo .swiper-button-next::after {
  display: none;
}

.centre_content .content_inner .content_lunbo .swiper-button-next:hover {
  background-image: url("?fer/images/lb_right_icon_hover.png");
}

/* 研发成果 */
.ach_content {
  width: 100%;
  position: relative;
}

.ach_content::after {
  content: "";
  width: 22.55vw;
  height: 21.82vw;
  background: url("?fer/images/flower_bg_img.png") no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  right: 0;
  top: 5.21vw;
  opacity: 0.12;
}

.ach_content .ach_top {
  padding: 2.08vw 0 5.21vw 0;
  position: relative;
  display: flex;
}

.ach_content .ach_top .ach_img {
  flex: 0 0 24.79vw;
  width: 24.79vw;
  height: 24.79vw;
}

.ach_content .ach_top .ach_img img {
  width: 100%;
  height: 100%;
}

.ach_content .ach_top .ach_txt {
  margin-left: 2.6vw;
  padding-top: 5.05vw;
}

.ach_content .ach_top .ach_txt p {
  color: #666666;
  line-height: 2.29vw;
}

.programme_content {
  width: 100%;
  background: #ffffff;
  overflow: hidden;
  padding-bottom: 7.19vw;
}

.programme_content .sub_content {
  width: 73.96vw;
}

.programme_content .sub_content .programme_tit {
  line-height: 2.6vw;
  color: #333333;
  text-align: center;
  position: relative;
  padding: 5.73vw 0 5.21vw 0;
}

.programme_content .sub_content .programme_tit::after {
  content: "";
  width: 1.3vw;
  height: 0.26vw;
  background: #35558c;
  position: absolute;
  bottom: 4.17vw;
  left: 50%;
  margin-left: -0.65vw;
}

.programme_content .programme_center {
  position: relative;
}

.programme_content .programme_center::after {
  content: "";
  width: 100%;
  height: 34.17vw;
  background: url("?fer/images/programme_img_bg.jpg") no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.programme_content .programme_center .center_inner {
  width: 73.96vw;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.programme_content .programme_center .center_inner .pro_top {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.programme_content .programme_center .center_inner .pro_top .l {
  width: 36.46vw;
  height: 14.64vw;
}

.programme_content .programme_center .center_inner .pro_top .r {
  width: 36.46vw;
  height: 14.64vw;
}

.programme_content .programme_center .center_inner .pro_top img {
  width: 100%;
  height: 100%;
}

.programme_content .programme_center .center_inner .pro_center {
  padding-bottom: 3.33vw;
}

.programme_content .programme_center .center_inner .pro_center h3 {
  line-height: 1.88vw;
  font-weight: normal;
  margin-top: 1.82vw;
  color: #333333;
}

.programme_content .programme_center .center_inner .pro_center p {
  line-height: 1.88vw;
  color: #666666;
}

.programme_content .programme_center .center_inner .pro_bottom {
  width: 100%;
  height: 18.33vw;
  position: relative;
}

.programme_content .programme_center .center_inner .pro_bottom img {
  width: 100%;
  height: 100%;
}

.programme_content .programme_center .center_inner .pro_bottom p {
  width: 30.73vw;
  color: #333333;
  line-height: 2.08vw;
  position: absolute;
  right: 3.85vw;
  top: 50%;
  transform: translateY(-50%);
}

.programme_as {
  background: #f3f6f8;
  padding-bottom: 0;
  position: relative;
}

.programme_as::after {
  content: "";
  width: 11.61vw;
  height: 11.35vw;
  background: url("?fer/images/flower_bg_img.png") no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  right: 5.36vw;
  top: 7.14vw;
}

.programme_fa {
  width: 100%;
  height: 15.52vw;
  position: relative;
}

.programme_fa img {
  width: 100%;
  height: 100%;
}

.programme_fa p {
  width: 30.73vw;
  color: #333333;
  line-height: 2.08vw;
  position: absolute;
  right: 3.85vw;
  top: 50%;
  transform: translateY(-50%);
}

.programme_list {
  background: #ffffff;
  padding-bottom: 6.77vw;
  overflow: hidden;
  position: relative;
}

.programme_list::before {
  content: "";
  width: 19.01vw;
  height: 18.65vw;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url("?fer/images/flower_bg_img.png") no-repeat center center;
  background-size: 100% 100%;
}

.programme_list .sub_content {
  background: #ffffff;
  box-shadow: 0px 0.16vw 2.55vw 0px rgba(53, 85, 140, 0.06);
  padding: 1.88vw 0 3.39vw 0;
  position: relative;
  z-index: 10;
}

.programme_list .programme_item {
  float: left;
  width: 50%;
  padding-left: 2.5vw;
  box-sizing: border-box;
}

.programme_list .programme_item h3 {
  font-weight: normal;
  line-height: 2.08vw;
  margin-bottom: 1.25vw;
  color: #666666;
}

.programme_list .programme_item li {
  padding-left: 1.88vw;
  background: url("?fer/images/check_icon.png") no-repeat left 0.21vw top 0.31vw;
  background-size: 0.99vw 0.99vw;
  line-height: 1.46vw;
  color: #666666;
  margin-bottom: 0.52vw;
}

@media screen and (max-width: 990px) {
  .sub_content {
    width: auto;
    margin: 0 20px;
  }
  .sub_content .sub_nav {
    height: 0.24rem;
    line-height: 0.24rem;
    padding-left: 0.3rem;
    background-size: 0.14rem 0.15rem;
    margin: 0.2rem 0 0.23rem;
  }
  .sub_content .title {
    line-height: 0.72rem;
  }
  .sub_content .title span::after {
    width: 0.25rem;
    height: 0.05rem;
    margin-left: -0.125rem;
  }
  .sub_content .title_desc {
    margin-top: 0.2rem;
    line-height: 0.22rem;
  }
  .sub_content .sub_nav a {
  font-size: 0.14rem;
}
  /* 产品管线/治疗领域 */
  .treatment {
    margin: 0.28rem auto 0;
    padding-bottom: 0;
    overflow-x: scroll;
    margin-bottom: 0.8rem;
  }
  .treatment table {
    width: 19rem;
  }
  .treatment table tr {
    height: 0.65rem;
  }
  .treatment table tr td, .treatment table tr th {
    padding: 0 0.25rem;
  }
  .treatment table tr td .process {
    width: 5.28rem;
    height: 0.2rem;
    margin-top: -0.1rem;
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
  }
  /* 加入我们-人才发展 */
  .develop .develop_top .num {
    font-size: 1.2rem;
  }
  .develop .develop_top .develop_top_inner {
    width: auto;
    height: 5.7rem;
    margin: 0.8rem auto 0;
  }
  .develop .develop_top .develop_top_inner .top_tit {
    margin: 0.36rem 0 0.26rem 0;
  }
  .develop .develop_top .top_list {
    padding: 0 0.3rem;
  }
  .develop .develop_top .top_list li {
    width: 1rem;
    margin-bottom: 0.26rem;
  }
  .develop .develop_top .top_list li .money_icon {
    width: 0.58rem;
    height: 0.58rem;
  }
  .develop .develop_top .top_list li p {
    padding-top: 0.15rem;
  }
  .develop .develop_bottom {
    padding-bottom: 0.6rem;
  }
  .develop .develop_bottom .develop_item {
    display: block;
    position: relative;
    padding-top: 0.4rem;
    margin-top: 0.2rem;
  }
  .develop .develop_bottom .develop_item .num {
    font-size: 1.2rem;
  }
  .develop .develop_bottom .develop_item:nth-child(2n) .num {
    left: inherit;
    right: 0;
  }
  .develop .develop_bottom .develop_item .item_text .item_text_inner {
    position: relative;
    left: initial;
    top: initial;
    transform: inherit;
    width: 100%;
  }
  .develop .develop_bottom .develop_item .item_text .item_text_inner h3 {
    margin-bottom: 0.36rem;
  }
  .develop .develop_bottom .develop_item .item_text .item_text_inner p {
    line-height: 0.26rem;
  }
  .develop .develop_bottom .develop_item .item_lunbo {
    width: 100%;
    flex: inherit;
    margin-top: 0.2rem;
  }
  .develop .develop_bottom .develop_item .item_lunbo .view {
    float: inherit;
    width: 100%;
    height: auto;
  }
  .develop .develop_bottom .develop_item .item_lunbo .preview {
    float: inherit;
    width: 100%;
    height: 1rem;
  }
  .preview .arrow-left {
    width: 0.5rem;
    height: 1rem;
    background-image: url("?fer/images/lunbo_jt_left.png");
    background-size: 0.16rem 0.25rem;
  }
  .preview .arrow-right {
    left: inherit;
    right: 0;
    top: 0;
    bottom: inherit;
    width: 0.5rem;
    height: 1rem;
    background-image: url("?fer/images/lunbo_jt_right.png");
    background-size: 0.16rem 0.25rem;
  }
  .preview .swiper-container {
    width: auto;
    height: 1rem;
    margin-left: 0.6rem;
    margin-right: 0.6rem;
    margin-top: initial;
  }
  .preview .swiper-slide {
    width: 1rem;
    height: 1rem;
    margin-bottom: 0.1rem;
  }
  /* 加入我们-人才理念 */
  .idea_content {
    margin-top: 0.3rem;
    height: auto;
    margin-bottom: 0.6rem;
  }
  .idea_content .idea_left {
    width: 100%;
    height: initial;
    position: relative;
    left: inherit;
    top: inherit;
  }
  .idea_content .idea_left img {
    height: auto;
  }
  .idea_content .idea_right {
    margin-left: 0;
  }
  .idea_content .idea_right .idea_info {
    margin-left: 0.3rem;
    margin-top: 0.32rem;
  }
  .idea_content .idea_right .idea_info dl {
    margin-bottom: 0.54rem;
  }
  .idea_content .idea_right .idea_info dl dt {
    width: 0.63rem;
    height: 0.63rem;
  }
  .idea_content .idea_right .idea_info dl dd {
    margin-left: 0.88rem;
  }
  .idea_content .idea_right .idea_info dl dd h3 {
    font-size: 0.22rem;
    line-height: 0.4rem;
  }
  /* 研发创新-技术平台 */
  .technology .technology_info {
    min-height: 5.03rem;
  }
  .technology .technology_info .info_txt {
    width: 100%;
    padding-top: 0.3rem;
    margin-bottom: 0.3rem;
  }
  .technology .technology_info .info_txt .info_h3 {
    line-height: 0.4rem;
    padding-bottom: 0.14rem;
    margin-bottom: 0.25rem;
  }
  .technology .technology_info .info_txt .info_h3::after {
    width: 0.24rem;
    height: 0.03rem;
  }
  .technology .technology_info .info_txt .info_h3 h3 {
    line-height: 0.5rem;
    font-size: 0.22rem;
  }
  .technology .technology_info .info_txt p {
    line-height: 0.3rem;
    color: #666666;
  }
  .technology .technology_info .info_img {
    position: relative;
    top: 0;
    width: 100%;
    height: auto;
  }
  .technology .technology_info .info_img img {
    width: 100%;
    height: auto;
  }
  .technology .technology_lunbo {
    margin-top: 0.2rem;
    padding-bottom: 0.95rem;
    margin-bottom: 0.6rem;
  }
  .technology .technology_lunbo .swiper-slide {
    width: 100%;
    height: auto;
  }
  .technology .technology_lunbo .swiper-button-prev {
    left: 20%;
    width: 0.6rem;
    height: 0.6rem;
  }
  .technology .technology_lunbo .swiper-button-next {
    left: inherit;
    right: 20%;
    width: 0.6rem;
    height: 0.6rem;
  }
  /* 招聘岗位 */
  .recruit {
    padding-bottom: 0;
  }
  .recruit .search_input {
    height: 0.57rem;
    margin: 0.3rem 0 0.18rem 0;
  }
  .recruit .search_input input {
    width: 100rem;
    height: 0.3rem;
    left: 0.4rem;
  }
  .recruit .search_input .search_btn {
    width: 1.2rem;
    line-height: 0.57rem;
    font-size: 0.16rem;
  }
  .recruit .search_select {
    margin-bottom: 0.2rem;
    display: inherit;
    position: relative;
    z-index: 10;
  }
  .recruit .search_select .select_item {
    width: 100%;
    height: 0.69rem;
  }
  .recruit .search_select .select_item .select_input {
    padding: 0 0.4rem;
  }
  .recruit .search_select .select_item .select_input > em {
    right: 0.38rem;
    top: 0.3rem;
    width: 0.17rem;
    height: 0.1rem;
  }
  .recruit .search_select .select_item .select_ul {
    border-radius: 0.05rem;
    padding: 0.2rem 0.4rem;
    box-shadow: 0 0 0.1rem #e5e5e5;
    max-height: 3rem;
  }
  ul.recruit_slide li {
    margin-bottom: 0.2rem;
  }
  ul.recruit_slide li .slide_top {
    height: 1rem;
    padding: 0 1rem 0 0.2rem;
  }
  ul.recruit_slide li .slide_top h3 {
    line-height: 0.3rem;
    margin-top: 0.2rem;
  }
  ul.recruit_slide li .slide_top p {
    line-height: 0.2rem;
    margin-top: 0.07rem;
  }
  ul.recruit_slide li .slide_top p span {
    margin-left: 0.1rem;
  }
  ul.recruit_slide li .slide_top .slide_share {
    right: 0.6rem;
    width: 0.4rem;
    height: 0.4rem;
    margin-top: -0.2rem;
  }
  ul.recruit_slide li .slide_top .slide_share .share_ewm {
    right: 0.46rem;
    width: 1.3rem;
    padding: 0.1rem;
    box-shadow: -0.04rem 0.08rem 0.19rem 0px rgba(53, 85, 140, 0.15);
  }
  ul.recruit_slide li .slide_top .slide_share .share_ewm p {
    margin-top: 0.06rem;
  }
  ul.recruit_slide li .slide_top .slide_icon {
    right: 0.1rem;
    width: 0.4rem;
    height: 0.4rem;
    margin-top: -0.2rem;
  }
  ul.recruit_slide li .slide_bottom {
    box-shadow: 0px 0.03rem 0.49rem 0px rgba(53, 85, 140, 0.06);
  }
  ul.recruit_slide li .slide_bottom .bottom_inner {
    padding: 0.2rem;
  }
  ul.recruit_slide li .slide_bottom .bottom_inner h3 {
    line-height: 0.24rem;
    margin: 0.13rem 0 0.04rem 0;
  }
  ul.recruit_slide li .slide_bottom .bottom_inner p {
    line-height: 0.26rem;
  }
  ul.recruit_slide li .slide_bottom .bottom_inner .submit_btn {
    display: block;
    width: 1rem;
    height: 0.3rem;
    line-height: 0.3rem;
    border-radius: 0.3rem;
    margin-top: 0.1rem;
  }
  /* 分页 start */
  .pageing {
    padding: 0.8rem 0 1.5rem 0;
  }
  .pageing a {
    width: 0.4rem;
    height: 0.4rem;
    line-height: 0.4rem;
    margin: 0 0.04rem;
  }
  .pageing span.current {
    width: 0.4rem;
    height: 0.4rem;
    line-height: 0.4rem;
    margin: 0 0.04rem;
  }
  .pageing .prevPage, .pageing .nextPage {
    height: 0.6rem;
    width: 0.6rem;
    margin: 0 0.4rem;
  }
  .pageing .jump_btn, .pageing em {
    line-height: 0.4rem;
    margin: 0 0.04rem;
  }
  .pageing input {
    padding: 0 0.1rem;
    width: 0.6rem;
    height: 0.6rem;
    line-height: 0.6rem;
    margin: 0 0.04rem;
  }
  /* 分页 end */
  /* 研发中心 */
  .centre_main::after {
    width: 3.21rem;
    height: 3.22rem;
    right: 2.5rem;
    top: 0.36rem;
    display: none;
  }
  .centre_content {
    min-height: inherit;
    margin: 0.3rem 20px 0.46rem;
    width: initial;
  }
  .centre_content::before {
    display: none;
  }
  .centre_content .content_inner {
    width: auto;
  }
  .centre_content .content_inner::after {
    display: none;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
  .centre_content .content_inner .content_info {
    width: 100%;
  }
  .centre_content .content_inner .content_info h3 {
    line-height: 0.5rem;
    padding: 0 0.37rem 0 0;
    margin-bottom: 0.2rem;
  }
  .centre_content .content_inner .content_info h3::before {
    width: 0.25rem;
    height: 0.05rem;
  }
  .centre_content .content_inner .content_info p {
    line-height: 0.3rem;
  }
  .centre_content .content_inner .content_lunbo {
    margin-top: 0.2rem;
    position: relative;
    width: 100%;
    top: inherit;
    left: inherit;
    height: auto;
    padding-bottom: 0.3rem;
  }
  .centre_content .content_inner .content_lunbo .swiper {
    height: auto;
  }
  .centre_content .content_inner .content_lunbo .swiper-button-prev {
    display: none;
    width: 0.58rem;
    height: 0.58rem;
  }
  .centre_content .content_inner .content_lunbo .swiper-button-next {
    display: none;
    left: 0.74rem;
    width: 0.58rem;
    height: 0.58rem;
  }
  /* 研发成果 */
  .ach_content ::after {
    width: 4.33rem;
    height: 4.19rem;
    top: 1rem;
    top: inherit;
  }
  .ach_content .ach_top {
    display: initial;
    padding: 0.4rem 0 1rem 0;
  }
  .ach_content .ach_top .ach_img {
    flex: initial;
    width: 100%;
    height: auto;
  }
  .ach_content .ach_top .ach_img img {
    width: 100%;
    height: auto;
  }
  .ach_content .ach_top .ach_txt {
    margin-left: 0rem;
    padding-top: 0.2rem;
  }
  .ach_content .ach_top .ach_txt p {
    line-height: 0.34rem;
  }
  .programme_content {
    padding-bottom: 0.6rem;
  }
  .programme_content .sub_content {
    width: auto;
  }
  .programme_content .sub_content .programme_tit {
    font-size: 0.2rem;
    line-height: 0.3rem;
    padding: 0.2rem 0 0.3rem 0;
  }
  .programme_content .sub_content .programme_tit::after {
    width: 0.25rem;
    height: 0.05rem;
    bottom: 0.2rem;
    margin-left: -0.125rem;
  }
  .programme_content .programme_center::after {
    display: none;
    height: 6.56rem;
  }
  .programme_content .programme_center .center_inner {
    width: auto;
    margin: 0 20px;
  }
  .programme_content .programme_center .center_inner .pro_top {
    display: initial;
  }
  .programme_content .programme_center .center_inner .pro_top .l {
    width: 100%;
    height: auto;
  }
  .programme_content .programme_center .center_inner .pro_top .r {
    width: 100%;
    height: auto;
  }
  .programme_content .programme_center .center_inner .pro_center {
    padding-bottom: 0.34rem;
  }
  .programme_content .programme_center .center_inner .pro_center h3 {
    line-height: 0.36rem;
    margin-top: 0.15rem;
  }
  .programme_content .programme_center .center_inner .pro_center p {
    line-height: 0.26rem;
  }
  .programme_content .programme_center .center_inner .pro_bottom {
    height: auto;
  }
  .programme_content .programme_center .center_inner .pro_bottom p {
    position: relative;
    width: auto;
    line-height: 0.3rem;
    top: inherit;
    right: inherit;
    margin: 0.2rem 0;
    transform: inherit;
  }
  .programme_as {
    padding-bottom: 0;
  }
  .programme_as::after {
    display: none;
    width: 2.23rem;
    height: 2.18rem;
    right: 1.03rem;
    top: 1.37rem;
  }
  .programme_fa {
    height: auto;
  }
  .programme_fa p {
    position: initial;
    width: 100%;
    line-height: 0.4rem;
    right: inherit;
    top: inherit;
    margin: 0.2rem 0;
    transform: inherit;
  }
  .programme_list {
    padding-bottom: 0.6rem;
  }
  .programme_list::before {
    width: 3.65rem;
    height: 3.58rem;
  }
  .programme_list .sub_content {
    box-shadow: 0px 0.03rem 0.49rem 0px rgba(53, 85, 140, 0.06);
    padding: 0.26rem 0 0.35rem 0;
  }
  .programme_list .programme_item {
    width: 100%;
    padding-left: 0.18rem;
    padding-right: 0.18rem;
  }
  .programme_list .programme_item h3 {
    line-height: 0.4rem;
    margin-bottom: 0.24rem;
  }
  .programme_list .programme_item li {
    padding-left: 0.36rem;
    background: url("?fer/images/check_icon.png") no-repeat left 0.04rem top 0.06rem;
    background-size: 0.19rem 0.19rem;
    line-height: 0.28rem;
    margin-bottom: 0.1rem;
  }
}

/*# sourceMappingURL=sub_content.css.map */
<!--0.0002899169921875-->