@charset "UTF-8";
html {
  font-size: 62.5%; }

.uk-container {
  max-width: 1400px; }

a:hover {
  text-decoration: none; }

header {
  position: relative;
  padding: 2rem 4rem;
  z-index: 10;
  transition: all 0.4s; }
  header .uk-container {
    max-width: 100%; }

/** 顶部固定效果 **/
header.uk-active {
  background-color: #fff;
  padding: 1rem 2.5rem; }
  header.uk-active .navlogo img {
    max-width: 25rem; }
  header.uk-active .nav_item a {
    color: #000; }
  header.uk-active .btn-light a {
    border-color: #000;
    color: #000; }
  header.uk-active .language a {
    color: #000; }

.navlogo {
  display: block; }
  .navlogo img {
    max-width: 30rem; }

.nav_item {
  margin-right: 5rem; }
  .nav_item:last-child {
    margin-right: 0; }
  .nav_item > a {
    font-size: 1.8rem;
    color: #fff;
    position: relative; }
    .nav_item > a:after {
      content: "";
      display: block;
      height: 0.2rem;
      width: 100%;
      background-color: #e1b87f;
      position: absolute;
      left: 50%;
      right: 0;
      bottom: -10px;
      opacity: 0;
      width: 0;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      -webkit-transition: all 0.4s;
      transition: all 0.4s; }
  .nav_item:hover > a {
    text-decoration: none;
    color: #a17435; }
  .nav_item:hover a:after {
    opacity: 1;
    width: 100%; }

/**下拉菜单**/
.dropdown_nav {
  max-width: 130px;
  min-width: 130px;
  border-radius: 15px;
  padding: 15px 15px; }
  .dropdown_nav ul {
    padding: 0;
    margin: 0; }
  .dropdown_nav li {
    list-style: none;
    text-align: center; }
  .dropdown_nav a {
    color: #000;
    text-decoration: none;
    display: block;
    padding: 6px 0;
    font-size: 1.5rem; }
    .dropdown_nav a:hover {
      color: #a17435; }

.index_banner {
  margin-top: -10.3rem; }

.btn a {
  font-size: 1.7rem;
  display: block;
  padding: 0.5rem 3rem;
  border-style: solid;
  border-width: 1px;
  border-radius: 2.5rem; }

.btn-light a {
  border-color: #fff;
  color: #fff;
  transition: all 0.4s; }
  .btn-light a:hover {
    text-decoration: none;
    color: #000;
    background-color: #fff; }

.language {
  margin-left: 3rem; }
  .language a {
    color: #fff; }
    .language a i {
      font-size: 2.2rem; }
    .language a:hover {
      text-decoration: none; }

/** index_banner **/
.index_banner h2 {
  font-size: 6.3rem;
  color: #fff;
  margin-bottom: 1rem; }
.index_banner h3 {
  font-size: 5.4rem;
  margin: 0; }
  .index_banner h3 span {
    color: #e1b87f; }

.index_banner_arrow {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10%;
  z-index: 10; }
  .index_banner_arrow a {
    display: inline-block;
    width: 6.2rem;
    height: 6.2rem;
    padding: 0;
    border: #fff 1px solid;
    text-align: center;
    line-height: 6.2rem;
    border-radius: 50%;
    margin-right: 2rem;
    opacity: 0.5;
    transition: all 0.4s; }
    .index_banner_arrow a:hover {
      opacity: 1; }

/**  index_about **/
.index_about {
  padding-top: 16rem;
  padding-bottom: 16rem; }
  .index_about h2 {
    font-size: 2.4rem;
    color: #333;
    margin-bottom: 4rem;
    font-weight: bold; }
  .index_about h3 {
    font-size: 4rem;
    color: #333; }
  .index_about p {
    font-size: 1.6rem;
    color: #666; }

.index_about_count {
  margin-top: 12rem;
  padding-bottom: 4rem;
  background-image: url(../images/index/count_bg.png);
  background-repeat: repeat-x;
  background-position: bottom center;
  text-align: center; }
  .index_about_count h3 {
    font-size: 5rem;
    color: #707372;
    font-weight: 700;
    margin-bottom: 1.4rem;
    transition: all 0.3s; }
  .index_about_count p {
    font-size: 1.8rem;
    color: #707372;
    margin: 0;
    font-weight: 100;
    transition: all 0.6s; }
  .index_about_count .uk-card:after {
    content: '';
    width: 4rem;
    height: 10rem;
    background-image: url(../images/index/active_logo.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    transition: all 1s;
    left: 50%;
    bottom: -7.4rem;
    transform: translateX(-50%);
    opacity: 0; }
  .index_about_count .uk-card.active h3 {
    color: #e1b87f;
    transform: translateY(-6rem); }
  .index_about_count .uk-card.active p {
    color: #e1b87f;
    transform: translateY(-6rem); }
  .index_about_count .uk-card.active:after {
    opacity: 1; }

.aboutpage_count {
  margin-top: 0;
  padding-bottom: 0;
  background-position: center 90%; }
  .aboutpage_count h3 {
    font-size: 4rem; }
  .aboutpage_count p {
    font-size: 1.8rem; }
  .aboutpage_count .uk-card {
    padding-top: 5rem;
    padding-bottom: 6.5rem; }
    .aboutpage_count .uk-card:after {
      bottom: -1rem; }

/***  横向触发滚动效果 ***/
.section_index_slider {
  background-color: #f8f8fa;
  background-image: url(../images/index/p_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  position: relative;
  height: 100vh;
  overflow: hidden; }

.horizontal-container {
  width: max-content;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 15%;
  padding-right: 6%; }
  .horizontal-container .uk-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    height: 100vh; }
  .horizontal-container .card01 {
    transform: translateY(-15%); }
  .horizontal-container .card02 {
    transform: translateY(12%) translateX(-20%); }
  .horizontal-container .card03 {
    transform: translateY(-15%) translateX(-35%); }
  .horizontal-container .card04 {
    transform: translateY(12%) translateX(-45%); }
  .horizontal-container .uk-inline-clip {
    border-radius: 2rem;
    overflow: hidden; }

.section_index_slider_title h2 {
  font-size: 5.8rem;
  color: #000; }
.section_index_slider_title p {
  font-size: 2.3rem;
  color: #707372; }

.index_slider_block {
  text-decoration: none; }
  .index_slider_block h4 {
    font-size: 2.8rem;
    color: #000;
    transition: all 0.5s; }
  .index_slider_block p {
    font-size: 1.8rem;
    color: #707372; }
  .index_slider_block:hover {
    text-decoration: none; }
    .index_slider_block:hover h4 {
      color: #e1b87f; }

.section_news {
  padding: 11rem 0; }

.section_news_title h3 {
  font-size: 2.4rem;
  color: #e1b87f;
  font-weight: bold;
  margin-bottom: 0; }
.section_news_title h2 {
  font-size: 5rem;
  font-weight: bold;
  color: #333;
  margin-top: 1rem; }

.section_news_grid {
  margin-top: 7.5rem; }
  .section_news_grid figure {
    background-color: #f5f5f5;
    border-radius: 1rem;
    overflow: hidden; }
  .section_news_grid figcaption {
    padding: 2rem; }
    .section_news_grid figcaption h5 {
      font-size: 1.8rem;
      font-weight: bold;
      margin-bottom: 1rem; }
      .section_news_grid figcaption h5 a {
        color: #333; }
    .section_news_grid figcaption p {
      font-size: 1.4rem;
      color: #999;
      margin: 0; }
  .section_news_grid figure:hover h5 a {
    color: #e1b87f; }

footer {
  background-color: #272727;
  padding: 4rem 0; }

.bottom_contact {
  width: 54rem; }

.box_ewm h4 {
  font-size: 2rem;
  color: #fff; }

.box_address_list {
  padding: 0;
  margin: 0; }
  .box_address_list li {
    list-style: none;
    margin-bottom: 1rem;
    color: #fff;
    font-size: 1.8rem; }
  .box_address_list i {
    font-size: 2.2rem; }

.bottom_nav {
  margin-top: 3rem; }
  .bottom_nav dt {
    margin-bottom: 3.5rem; }
    .bottom_nav dt a {
      font-size: 2rem;
      color: #fff; }
  .bottom_nav dd {
    margin-bottom: 1.5rem; }
    .bottom_nav dd a {
      color: #999;
      font-size: 1.8rem;
      text-decoration: none; }
      .bottom_nav dd a:hover {
        text-decoration: none;
        color: #fff; }

.links {
  margin-top: 12rem; }
  .links h3 {
    color: rgba(255, 255, 255, 0.5);
    font-size: 1.8rem;
    font-weight: bold; }
  .links a {
    color: rgba(255, 255, 255, 0.5);
    font-size: 1.8rem;
    display: inline-block;
    font-weight: 100;
    margin-right: 1rem; }

.copyright {
  background-color: #1f1f1f;
  padding: 1.5rem 0; }

.copyright p {
  margin: 0;
  font-size: 1.4rem;
  color: #999; }
  .copyright p a {
    color: #999; }

/****  about  ***/
.header_inner {
  border-bottom: rgba(255, 255, 255, 0.2) 1px solid; }

.page_banner {
  margin-top: -10.2rem;
  height: 60vh; }

.page_banner_text {
  text-align: left;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }
  .page_banner_text h1 {
    font-size: 5.4rem;
    color: #fff;
    margin-top: 2rem; }

.about_intro {
  padding: 11rem 0;
  background-image: url(../images/about/ssciLF.png);
  background-position: center;
  background-repeat: no-repeat; }

.about_h2 {
  font-size: 5rem;
  color: #000;
  font-weight: bold; }

.about_intro_body {
  margin-top: 8rem; }
  .about_intro_body h3 {
    font-size: 4rem;
    color: #000;
    margin-bottom: 3rem; }
  .about_intro_body p {
    font-size: 2rem;
    line-height: 4rem;
    color: #999; }

.about_intro_video {
  position: absolute;
  right: -3rem;
  bottom: 5rem; }
  .about_intro_video i {
    font-size: 6rem;
    color: #fff;
    transition: all 0.5s; }
  .about_intro_video h4 {
    font-size: 2rem;
    color: #fff;
    margin-top: 0;
    margin-bottom: 0; }
  .about_intro_video:hover i {
    transform: scale(1.2); }

.about_sec_padding {
  padding-top: 16rem;
  padding-bottom: 16rem; }

.about_pos_body {
  margin-top: 3.5rem; }
  .about_pos_body ul {
    width: 73rem; }
  .about_pos_body .uk-accordion-title {
    font-size: 2.4rem;
    padding: 2rem 0;
    border-top: #ddd 1px solid;
    color: #999;
    font-weight: 200;
    transition: all 0.4s; }
    .about_pos_body .uk-accordion-title:hover {
      padding: 2rem 2rem;
      background: #f7f7f7;
      border-radius: 1.2rem;
      overflow: hidden; }
  .about_pos_body .uk-accordion-content {
    font-size: 2rem;
    color: #333;
    margin-top: 0;
    margin-bottom: 8rem; }
  .about_pos_body li.uk-open .uk-accordion-title {
    color: #e1b87f;
    font-size: 2.8rem;
    font-weight: 500; }

.about_culture {
  padding: 4rem 0; }

.about_culture_body {
  background-image: url(../images/about/ssciLF.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  margin-top: 12rem; }
  .about_culture_body .icon_box i {
    color: #e1b87f;
    font-size: 8rem; }
  .about_culture_body .icon_box h3 {
    font-size: 2.8rem;
    margin-top: 1.5rem;
    margin-bottom: 1.2rem;
    color: #e1b87f; }
  .about_culture_body .icon_box p {
    font-size: 2rem;
    color: #666;
    margin: 0; }

.about_culture_grid {
  margin-top: 7rem;
  background-image: url(../images/about/culture_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover; }
  .about_culture_grid .uk-card {
    padding: 6rem 0; }
    .about_culture_grid .uk-card h4 {
      color: #fff;
      font-size: 3rem;
      font-weight: bold;
      margin: 0; }
    .about_culture_grid .uk-card p {
      color: #fff;
      font-size: 1.8rem;
      margin: 0; }

.sec_honor {
  padding: 18rem 0; }

.about_honor_body {
  margin-top: 8rem; }
  .about_honor_body figcaption {
    padding: 6rem 2rem 2rem;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.4) 30%, rgba(0, 0, 0, 0) 100%);
    transition: all 0.4s; }
    .about_honor_body figcaption h4 {
      margin-bottom: 0;
      color: #fff;
      font-size: 1.6rem; }
    .about_honor_body figcaption a {
      display: inline-block;
      width: 3.2rem;
      height: 3.2rem;
      text-align: center;
      line-height: 2.8rem;
      background-color: #dfb782;
      border-radius: 50%;
      color: #fff; }
    .about_honor_body figcaption:before {
      content: '';
      width: 100%;
      height: 1px;
      background-color: rgba(255, 255, 255, 0.3);
      position: absolute;
      left: 0;
      right: 0;
      top: 4rem; }
  .about_honor_body figure {
    margin-bottom: 0;
    position: relative;
    border-radius: 1.3rem;
    overflow: hidden; }
    .about_honor_body figure:hover figcaption {
      background-image: linear-gradient(to top, rgba(217, 177, 126, 0.7) 30%, rgba(217, 177, 126, 0) 100%); }

.card-sm figcaption {
  padding: 3rem 2rem 1.5rem; }
  .card-sm figcaption h4 {
    font-size: 1.4rem; }
  .card-sm figcaption a {
    width: 2.4rem;
    height: 2.4rem;
    line-height: 2rem; }
  .card-sm figcaption:before {
    top: 1rem; }

.slider_arrow {
  gap: 1rem; }
  .slider_arrow a {
    display: block;
    width: 6rem;
    height: 6rem;
    text-align: center;
    line-height: 6rem;
    border: #e1b87f 2px solid;
    border-radius: 50%;
    color: #e1b87f;
    transition: all 0.5s; }
    .slider_arrow a:hover {
      background-color: #e1b87f;
      color: #fff; }

/** 高管团队 **/
.sec_team {
  background-color: #eeeeee;
  padding: 15rem 0; }
  .sec_team .uk-card {
    background-color: #f4f6f9;
    padding: 5.5rem;
    border-radius: 2rem; }
  .sec_team h4 {
    font-size: 2.4rem;
    color: #000;
    font-weight: bold;
    margin-bottom: 0.2rem; }
  .sec_team p {
    margin-top: 0;
    font-size: 1.4rem;
    color: #666; }
  .sec_team a {
    background-color: #e1b87f;
    width: 4rem;
    height: 4rem;
    line-height: 3.8rem;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    right: 14%;
    top: 5%; }
  .sec_team figcaption {
    font-size: 1.4rem;
    color: #666; }

.sec_team_body {
  margin-top: 10rem; }

.sec_power {
  padding: 18rem 0; }

.sec_power_body {
  margin-top: 10rem; }

.sec_note {
  padding-bottom: 18rem; }

.sec_note_body {
  margin-top: 10rem; }
  .sec_note_body .uk-card {
    background-color: #EEEEEE;
    padding: 4rem;
    border: #b6b6b6 1px solid;
    border-radius: 2rem;
    transition: all 0.3s; }
    .sec_note_body .uk-card h5 a {
      font-size: 1.6rem;
      color: #000; }
    .sec_note_body .uk-card p {
      font-size: 1.6rem;
      color: #666;
      margin-bottom: 0;
      font-weight: 100; }
    .sec_note_body .uk-card:hover {
      background-color: #e1b87f;
      border-color: #e1b87f; }
      .sec_note_body .uk-card:hover h5 a {
        color: #fff; }
      .sec_note_body .uk-card:hover p {
        color: #fff; }

.contact_map {
  padding: 9rem 0; }

/** contact **/
.map_marker {
  position: absolute;
  left: 51%;
  top: 43%;
  transform: translate(-50%, -50%);
  z-index: 10; }

.map_address {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15%; }

.map_address_box {
  background-color: #fff;
  padding: 4rem;
  border-radius: 2rem; }
  .map_address_box h4 {
    font-size: 2.4rem;
    font-weight: bold; }
    .map_address_box h4 img {
      margin-right: 1rem; }
  .map_address_box p {
    font-size: 1.8rem;
    color: #000; }

/***   business ***/
.business_banner {
  margin-top: -10.3rem;
  height: 60vh; }

.business_banner_text {
  left: 0;
  right: 0;
  top: 40%;
  z-index: 14; }
  .business_banner_text h1 {
    font-size: 5.4rem;
    color: #fff; }
  .business_banner_text h2 {
    font-size: 2.4rem;
    color: rgba(255, 255, 255, 0.5);
    margin-top: 2rem; }

.subnav_wrap {
  border-bottom: #ddd 1px solid; }

.breadcrumb {
  font-size: 1.5rem;
  color: #666; }
  .breadcrumb a {
    font-size: 1.5rem;
    color: #666;
    display: inline-block;
    padding: 2rem 1rem; }

.business_subnav {
  padding: 0; }
  .business_subnav li {
    list-style: none;
    display: inline-block; }
    .business_subnav li a {
      font-size: 1.5rem;
      color: #666;
      display: inline-block;
      padding: 2rem 1rem;
      margin-left: 4rem;
      position: relative; }
    .business_subnav li.active a {
      color: #cca777; }
      .business_subnav li.active a:after {
        content: '';
        display: block;
        width: 100%;
        height: 3px;
        background-color: #cca777;
        position: absolute;
        bottom: 0;
        left: 0; }

/**  核心数据  **/
.core_data {
  padding: 12rem 0; }

.core_data .uk-card {
  background-color: #fff;
  border-radius: 3rem;
  box-shadow: rgba(0, 0, 0, 0.08) 0 0 20px;
  padding: 8rem 4rem 6rem;
  transition: all 0.4s; }
  .core_data .uk-card h3 {
    font-size: 4rem;
    color: #000; }
  .core_data .uk-card p {
    margin-bottom: 0;
    font-size: 2.4rem;
    color: #666;
    font-weight: 100; }
.core_data .uk-card:hover {
  background-color: #e0b783;
  background-image: url(../images/business01/logo_light_50.png); }
  .core_data .uk-card:hover * {
    color: #fff; }
  .core_data .uk-card:hover .progress-container {
    border-color: #fff; }
  .core_data .uk-card:hover .progress-bar {
    background-color: #fff; }
  .core_data .uk-card:hover .progress-text {
    color: #e1b87f; }
.core_data .dataunit_box {
  margin-top: 3rem; }
.core_data .data {
  font-size: 8rem;
  line-height: 7rem;
  color: #e1b87f; }
.core_data .unit {
  font-size: 3.5rem;
  color: #e1b87f; }
.core_data .data_sm {
  font-size: 5.8rem;
  color: #e1b87f; }
.core_data .unit_sm {
  font-size: 2.5rem;
  color: #e1b87f; }

/** 进度条 **/
.progress_wrap {
  margin-top: 2rem; }

.progress_note {
  font-size: 1.6rem; }
  .progress_note .active {
    color: #e1b87f; }

.progress-container {
  max-width: 350px;
  margin-top: 15px;
  height: 25px;
  border: 1px solid #e4bf8f;
  border-radius: 20px;
  overflow: hidden;
  position: relative; }

.progress-bar {
  height: 100%;
  width: 0;
  background-color: #e4bf8f;
  border-radius: 20px;
  overflow: hidden;
  transition: width 0.5s ease-out;
  position: relative; }

.progress-text {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-family: Arial, sans-serif;
  font-size: 16px;
  color: white; }

#chart-container {
  width: 100%;
  height: 500px; }

/*** 母基金概况 ***/
.overview {
  padding: 11rem 0;
  background-image: url(../images/about/ssciLF.png);
  background-repeat: no-repeat;
  background-position: right 9rem; }

.data_sec_title h3 {
  font-size: 2.4rem;
  color: rgba(0, 0, 0, 0.1);
  margin: 0;
  font-weight: bold; }
.data_sec_title h2 {
  font-size: 4rem;
  color: #e1b87f;
  font-weight: bold;
  margin-top: 1rem; }
.data_sec_title p {
  font-size: 1.8rem;
  color: #333; }

.data_sec_note {
  font-size: 2.4rem;
  margin-top: 5rem;
  color: #000;
  max-width: 74rem; }

.chart_wrap h4 {
  margin-top: 5rem; }
.chart_wrap p {
  font-size: 1.8rem; }

.chart_note {
  font-size: 1.2rem;
  margin-top: 2rem; }
  .chart_note i {
    display: inline-block;
    margin-right: 0.5rem;
    width: 2.2rem;
    height: 1.4rem;
    transform: translateY(2px);
    border-radius: 1px; }
  .chart_note > div {
    margin-right: 4rem; }

.sec_h4 {
  font-size: 3.2rem;
  font-weight: bold;
  color: #000; }

.zhitou {
  padding-bottom: 15rem; }

.dt_count .title {
  font-size: 5.4rem;
  color: #e1b87f; }
.dt_count p {
  font-size: 1.6rem;
  color: #999;
  margin: 0; }

/** 核心优势 ***/
.core_advantage {
  background-color: #f8f8f8;
  padding: 11rem 0; }

.core_advantage_grid {
  border-top: #ddd 1px solid;
  margin-top: 10rem;
  padding-top: 10rem; }

.ad_grid_box h5 {
  font-size: 2.4rem;
  color: #000;
  font-weight: bold;
  margin-bottom: 0; }
.ad_grid_box p {
  font-size: 1.6rem;
  color: #c4c4c4;
  font-weight: 100;
  margin: 0; }
.ad_grid_box ul {
  padding: 0;
  margin-top: 4rem;
  margin-bottom: 0; }
.ad_grid_box li {
  list-style: none;
  font-size: 1.7rem;
  color: #333; }
.ad_grid_box span {
  font-size: 2.4rem;
  color: #e1b87f; }

/**** 重点布局赛道 ***/
.key_layout {
  padding: 10rem 0 15rem; }

.key_layout_table_title h5 {
  font-size: 3.2rem;
  color: #000;
  font-weight: bold;
  margin-bottom: 0; }
.key_layout_table_title p {
  font-size: 1.6rem;
  color: #c4c4c4;
  font-weight: 100;
  margin: 0; }

.key_layout_table {
  margin-top: 8rem; }

.table_header {
  background-color: #dedede;
  font-size: 1.8rem;
  color: #b58139;
  font-weight: bold;
  padding: 1.5rem 2rem; }

.table_body > div {
  padding: 1.5rem 2rem;
  font-size: 1.6rem;
  color: #999; }
  .table_body > div .uk-text-bold {
    color: #000; }

.table_body > div:nth-child(odd) {
  background-color: #f8f8f8; }

.layout_table {
  border-radius: 1rem;
  overflow: hidden; }

/**  人工投资  **/
.business_box2 {
  margin-top: 8rem; }
  .business_box2 h3 {
    font-size: 2.4rem;
    font-weight: bold;
    color: #000;
    margin-bottom: 0; }
  .business_box2 h4 {
    font-size: 2.4rem;
    color: #666;
    margin-top: 0;
    margin-bottom: 0; }
  .business_box2 p {
    font-size: 1.4rem;
    line-height: 2.6rem;
    color: #999; }
    .business_box2 p span {
      color: #e1b87f; }

.q_line {
  width: 15rem;
  height: 15rem;
  border: #e1b87f 1px dashed;
  color: #e1b87f;
  border-radius: 50%;
  font-size: 2rem;
  transition: all 0.4s; }
  .q_line:hover {
    transform: scale(1.1); }

.business02_advantage_grid {
  margin-top: 7rem; }
  .business02_advantage_grid .uk-card {
    background-color: #fff;
    padding: 4rem 3rem;
    border-radius: 3rem;
    transition: all 0.4s; }
    .business02_advantage_grid .uk-card h4 {
      font-size: 2.4rem;
      color: #000;
      margin-bottom: 0; }
    .business02_advantage_grid .uk-card h5 {
      font-size: 1.6rem;
      margin-top: 0;
      margin-bottom: 0;
      color: rgba(51, 51, 51, 0.3); }
    .business02_advantage_grid .uk-card p {
      font-size: 1.4rem;
      line-height: 2.4rem;
      color: #333;
      margin-bottom: 0; }
    .business02_advantage_grid .uk-card:hover {
      background-color: #e1b87f; }
      .business02_advantage_grid .uk-card:hover h4, .business02_advantage_grid .uk-card:hover h5, .business02_advantage_grid .uk-card:hover p {
        color: #fff; }

/** 集成电路 switcher **/
.business03_switcher {
  margin-top: 8rem; }

.sw_title {
  padding: 0;
  margin: 0;
  width: 100%; }
  .sw_title li {
    list-style: none;
    width: 100%; }
  .sw_title a {
    display: block;
    background-color: #faf5ef;
    font-size: 1.6rem;
    color: #666;
    padding: 2.2rem 0;
    text-align: center; }
    .sw_title a:hover {
      text-decoration: none; }
  .sw_title li.uk-active a {
    background-color: #fff;
    border-bottom: #e1b87f 2px solid; }

.sw_container {
  padding: 6rem 8rem;
  border-left: rgba(251, 245, 239, 0.5) 1px solid;
  border-right: rgba(251, 245, 239, 0.5) 1px solid;
  border-bottom: rgba(251, 245, 239, 0.5) 1px solid;
  box-shadow: rgba(251, 245, 239, 0.9) 0 0 20px;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem; }

.sw_01 h3 {
  font-size: 2.2rem;
  font-weight: bold;
  color: #000;
  margin-top: 2rem;
  margin-bottom: 1.5rem; }
.sw_01 h5 {
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #333;
  margin: 0;
  max-width: 80%; }
.sw_01 p {
  font-size: 1.8rem;
  color: #666;
  line-height: 3rem;
  margin: 0; }

/**
 * scroll nav
 * **/
.srollnav_box {
  height: 1px; }
  .srollnav_box ul {
    left: -220px;
    top: 150px; }
  .srollnav_box li {
    list-style: none; }
    .srollnav_box li a {
      font-size: 2rem;
      color: rgba(90, 90, 90, 0.6);
      display: block;
      padding: 1rem 0;
      font-weight: 100;
      text-decoration: none; }
    .srollnav_box li.uk-active a {
      color: #e1b87f;
      position: relative; }
      .srollnav_box li.uk-active a:before {
        content: '';
        display: block;
        width: 2.8rem;
        height: 3rem;
        background-image: url(../images/index/favicon.png);
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        left: -4.5rem;
        top: 1.2rem; }

.article_wrap {
  padding: 10.5rem 0; }

.article_page_title {
  font-size: 5rem;
  color: #000; }

.article_list_wrap {
  margin-top: 5rem; }

.notice_sw_title {
  width: 100%;
  padding: 0;
  border-bottom: #ddd 1px solid;
  margin-bottom: 6rem; }
  .notice_sw_title li {
    width: 100%;
    list-style: none;
    text-align: center; }
    .notice_sw_title li.uk-active a {
      color: #e1b87f;
      border-bottom: #e1b87f 3px solid;
      font-weight: 100; }
  .notice_sw_title a {
    font-size: 2rem;
    display: inline-block;
    padding: 2rem 0;
    color: #000;
    text-decoration: none; }
    .notice_sw_title a:hover {
      color: #e1b87f; }

.notice_list_box {
  background-color: #f5f7fa;
  padding: 5rem 5rem;
  border-radius: 2rem;
  margin-top: 3rem; }
  .notice_list_box img {
    width: 10rem; }
  .notice_list_box h4 {
    margin-bottom: 1rem; }
    .notice_list_box h4 a {
      font-size: 2.4rem;
      font-weight: bold;
      color: #000;
      text-decoration: none; }
      .notice_list_box h4 a:hover {
        color: #e1b87f; }
  .notice_list_box p {
    color: #999;
    font-size: 1.6rem;
    line-height: 2.8rem;
    margin: 0;
    font-weight: 100; }
  .notice_list_box .uk-icon-button {
    background-color: #e1b87f;
    color: #fff; }
    .notice_list_box .uk-icon-button:hover {
      background-color: #fab759; }

.article_bg {
  background-color: #f8f8f8; }

.article_content_box {
  background-color: #fff;
  padding: 6rem 5rem; }
  .article_content_box h1 {
    font-size: 3.2rem;
    color: #000;
    font-weight: bold; }
  .article_content_box p {
    font-size: 2rem;
    color: #666;
    line-height: 3.4rem; }

.article_date {
  font-size: 2rem;
  color: #e1b87f; }

.nextpage {
  margin-top: 4rem; }
  .nextpage span {
    font-size: 1.6rem; }
  .nextpage a {
    font-size: 1.6rem;
    color: #666; }

.beitou_list {
  margin-top: 8rem; }
  .beitou_list h3 a {
    font-size: 2.4rem;
    color: #000;
    text-decoration: none; }
  .beitou_list p {
    color: #999;
    font-size: 1.4rem; }
  .beitou_list .more_btn {
    background-color: #e5c59a;
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center; }
  .beitou_list .uk-card {
    padding: 5rem;
    background-color: #fff;
    border-radius: 3rem;
    border: #f0f0f0 1px solid; }
    .beitou_list .uk-card:hover .more_btn {
      background-color: #f7bf73; }

.recommend_news {
  border-radius: 1.5rem;
  overflow: hidden; }
  .recommend_news .uk-position-bottom {
    padding: 4rem; }
  .recommend_news p {
    font-size: 1.5rem;
    color: #fff;
    margin: 0; }
  .recommend_news h3 {
    font-size: 2.4rem;
    margin-top: 1rem;
    color: #fff;
    margin-bottom: 0; }
  .recommend_news img {
    transition: all 0.4s; }
  .recommend_news:hover img {
    transform: scale(1.05); }

.conpanynews_list img {
  transition: all 0.5s; }
.conpanynews_list figure {
  border-radius: 1.5rem;
  background-color: #f5f5f5;
  overflow: hidden;
  margin: 0; }
  .conpanynews_list figure:hover img {
    transform: scale(1.05); }
.conpanynews_list figcaption {
  padding: 5rem; }
  .conpanynews_list figcaption h5 {
    font-size: 1.5rem;
    margin: 0; }
  .conpanynews_list figcaption h3 {
    margin-top: 1rem;
    margin-bottom: 7rem; }
    .conpanynews_list figcaption h3 a {
      font-size: 2rem;
      color: #000; }
  .conpanynews_list figcaption a {
    font-size: 1.7rem;
    color: #000; }

.guandian_list .uk-card {
  background-color: #fff;
  border-radius: 2rem;
  padding: 4rem 10rem 4rem 4rem; }
.guandian_list h3 a {
  font-size: 2.4rem;
  font-weight: bold;
  color: #000; }
.guandian_list p {
  font-size: 1.4rem;
  font-weight: 100; }
.guandian_list .more_btn {
  color: #fff;
  background-color: #e1b87f;
  width: 4rem;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: absolute;
  right: 4rem;
  top: 4rem; }
  .guandian_list .more_btn:hover {
    background-color: #fcc06c; }

.article_more_category {
  font-size: 1.8rem;
  color: #000; }
  .article_more_category:hover {
    text-decoration: none;
    color: #e1b87f; }

.beitou_index_bg {
  background-image: url(../images/news/ssciLF_bg.jpg); }

.more_infomation_btn {
  border: none;
  background: none;
  text-decoration: none; }
  .more_infomation_btn:hover {
    text-decoration: none;
    font-weight: bold;
    cursor: pointer; }
    .more_infomation_btn:hover i {
      transform: translateY(-3px); }
  .more_infomation_btn span {
    color: #e1b87f;
    font-size: 1.8rem;
    font-weight: 100; }
  .more_infomation_btn i {
    width: 3rem;
    height: 3rem;
    background-color: #e1b87f;
    border-radius: 50%;
    color: #fff;
    line-height: 2.6rem;
    transition: all 0.4s; }

.map_sw_title {
  padding: 0;
  margin: 0; }
  .map_sw_title a {
    font-size: 1.8rem;
    color: #000;
    display: inline-block;
    padding: 8px 30px; }
  .map_sw_title li {
    list-style: none;
    display: inline; }
  .map_sw_title .uk-active a {
    background-color: #e1b87f; }

.contact_map_box {
  height: 70vh; }

/** 动画缓动 Component: Animation  */
[class*='uk-animation-'] {
  animation-duration: 0.7s;
  animation-timing-function: ease-out;
  animation-fill-mode: both; }

/** 手机版 **/
@media (max-width: 1400px) {
  html {
    font-size: 54%; } }
@media (max-width: 1200px) {
  html {
    font-size: 48%; }

  .index_banner h3 {
    font-size: 3rem; }

  .mobile_header {
    background-color: #fff; }

  .mobile_logo {
    margin: 10px 0; }

  .mobile-menu {
    width: 54px;
    height: 54px;
    position: relative;
    display: block;
    background: none;
    border: none; }

  .menu-i {
    height: 3px;
    right: 0px;
    position: absolute;
    border-radius: 1px;
    font-style: normal;
    background-color: #333;
    display: block;
    transition: all 0.5s; }

  .menu-i-1 {
    width: 25px;
    top: 18px; }

  .menu-i-2 {
    width: 15px;
    top: 26px; }

  .menu-i-3 {
    width: 25px;
    top: 34px; }

  .mobile-menu-on {
    z-index: 1001; }

  .mobile-menu-on .menu-i-1 {
    transform: translateY(8px) rotate(45deg);
    background-color: #000; }

  .mobile-menu-on .menu-i-2 {
    opacity: 0; }

  .mobile-menu-on .menu-i-3 {
    transform: translateY(-8px) rotate(-45deg);
    background-color: #000; }

  .nav-open-noscroll {
    overflow: hidden !important;
    height: 100%; }

  .mobile-nav-model {
    background: #fff;
    width: 100vw;
    height: calc(100vh - 54px);
    position: absolute;
    top: 54px;
    left: 0;
    display: none;
    box-shadow: none !important;
    z-index: 1000;
    overflow-y: auto; }

  .mobile-nav-model .uk-close {
    color: #000; }

  .m-body {
    height: calc(100vh - 54px);
    padding-top: 54px;
    overflow-y: auto;
    background-color: #fff; }

  .m-body .uk-nav-default {
    padding-left: 0;
    transform: translateY(-30px); }

  .m-body .uk-nav-default > li {
    list-style: none;
    transition: all;
    opacity: 0;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: opacity 400ms ease,-webkit-transform 400ms ease;
    transition: opacity 400ms ease,-webkit-transform 400ms ease;
    -o-transition: transform 400ms ease,opacity 400ms ease;
    transition: transform 400ms ease,opacity 400ms ease;
    transition: transform 400ms ease,opacity 400ms ease,-webkit-transform 400ms ease;
    border-bottom: #ddd 1px solid; }

  .m-body .uk-nav-default > li > a {
    padding: 15px 20px;
    font-size: 18px; }

  .mnav-li-visible {
    opacity: 1 !important;
    transform: translateY(0) !important; }

  .m-body .uk-nav-sub li a {
    padding: 10px 20px; }

  .m-body .uk-nav-sub {
    background-color: #f8f8f8; }

  .business_subnav li a {
    margin-left: 2rem; }

  .page_banner, .business_banner {
    height: 40vh; } }

/*# sourceMappingURL=style.css.map */
