@charset "UTF-8";
:root {
  box-sizing: border-box;
  --default-font: 'PingFang SC';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: always;
}

@media screen and (min-width: 375px) {
  html {
    /* iPhone6的375px尺寸作为16px基准，414px正好18px大小, 600 20px */
    font-size: calc(100% + 2 * (100vw - 375px) / 39);
    font-size: calc(16px + 2 * (100vw - 375px) / 39);
  }
}

@media screen and (min-width: 414px) {
  html {
    /* 414px-1000px每100像素宽字体增加1px(18px-22px) */
    font-size: calc(112.5% + 4 * (100vw - 414px) / 586);
    font-size: calc(18px + 4 * (100vw - 414px) / 586);
  }
}

@media screen and (min-width: 600px) {
  html {
    /* 600px-1000px每100像素宽字体增加1px(20px-24px) */
    font-size: calc(125% + 4 * (100vw - 600px) / 400);
    font-size: calc(20px + 4 * (100vw - 600px) / 400);
  }
}

@media screen and (min-width: 1000px) {
  html {
    /* 1000px往后是每100像素0.5px增加 */
    font-size: 16px;
  }
}

@media screen and (max-width: 1100px) {
  .head-wrap .head-l p {
    font-size: 1.875rem;
    line-height: 1.875rem;
  }
  .head-r a {
    font-size: 1rem;
  }
}

@media (min-width: 1200px) {
  .row .col-lg-4 {
    width: calc(33.33333333% - 16px);
  }
}

@media screen and (max-width: 1480px) {
  .head-wrap,
  .jumbotron_txt_wrap,
  .fund-introduction-wrap,
  .member-intro-wrap,
  .latest-news-wrap {
    padding: 0 30px;
    margin: auto;
  }
}

@media screen and (max-width: 900px) {
  .navbar {
    min-height: 101px;
    height: 101px;
    padding: 0;
  }
  .navbar-brand {
    margin-left: 20px;
  }
  .navbar-brand img {
    width: 100px;
    height: auto;
  }
  .navbar-toggler {
    margin-right: 20px;
  }
  .navbar-collapse {
    position: absolute;
    top: 100px;
    padding: 1rem;
    width: 100% !important;
    background: #fff;
  }
  .jumbotron-detail {
    padding: 0;
  }
  .section-contaner .container {
    padding: 0 1.5rem;
  }
  .section-contaner .container .row {
    padding-left: 0;
    padding-right: 0;
  }
  .section-contaner .container .row .col-md-12 {
    padding-left: 0;
    padding-right: 0;
  }
  .section-contaner .container .content {
    width: 100%;
  }
  .section-contaner .container .content p {
    margin: 1rem auto !important;
    width: 100% !important;
    line-height: 1.8em !important;
    font-size: 1em !important;
    color: #231815 !important;
    text-indent: 0 !important;
  }
  .section-contaner .container .content img {
    margin: 1rem auto !important;
    max-width: 100% !important;
    height: auto !important;
    border: none !important;
  }
  .section-contaner .container .page-title {
    padding: 1.5rem 0 .8rem 0;
    height: auto;
    line-height: 2.2rem;
    font-size: 1.5rem;
    text-align: center;
  }
  .section-contaner .source-date-box {
    padding-bottom: 1rem;
    line-height: 1.8rem;
    font-size: .75rem;
  }
  .footer {
    padding: 20px;
  }
  .footer .footer-wrap .footer-left .copyright-info {
    line-height: 1.4rem;
    font-size: .75rem;
  }
  .footer .footer-wrap .footer-right img {
    width: 70%;
  }
  .footer .footer-wrap .footer-right .subscription-name {
    text-align: right;
  }
  .founder-info-box .lead1,
  .founder-info-box .cy-detail {
    padding: 0 10px;
  }
  .member-intro-wrap .row {
    display: block;
  }
  .member-intro-wrap .row .col-lg-4 {
    display: block;
    padding: 0 20px 20px 20px;
    margin: 0;
    width: 100% !important;
  }
  .member-intro-wrap .row .col-lg-4 .adv-title {
    padding: 0;
    height: auto;
    line-height: 1.8rem;
    font-size: .875rem;
  }
  .head-wrap,
  .jumbotron_txt_wrap,
  .fund-introduction-wrap,
  .member-intro-wrap,
  .latest-news-wrap {
    padding: 0;
    margin: 0;
  }
  .company-profile-details .item .font-item div {
    font-size: .875rem;
  }
  .carousel-inner .img-fluid {
    object-fit: fill;
    /*height: 240px;*/
    width: 100%;
    height: auto;
  }
  .themed-grid-col .common-title-name {
    position: relative;
    padding: .5rem 0 !important;
    font-size: 1.4rem;
  }
  .themed-grid-col .more-news {
    position: absolute;
    top: 3.5rem;
    right: 10px;
    padding-top: 0;
  }
  .themed-grid-col .more-news a {
    width: 44px;
    height: 44px;
  }
  .themed-grid-col .more-news a img {
    width: 28px;
    height: 28px;
  }
  .latest-news-wrap .news-box .news-txt-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-right: 0;
    width: 100%;
  }
  .latest-news-wrap .news-box .news-txt-wrap .news-txt-box {
    display: flex;
    padding: 0;
    width: 100%;
  }
  .latest-news-wrap .news-box .news-txt-wrap .news-txt-box:hover {
    position: relative;
    padding: 0 12px;
    background: #009B4C;
    box-shadow: none;
    border-radius: 5px;
  }
  .latest-news-wrap .news-box .news-txt-wrap .news-txt-box:hover .news-content .news-title a,
  .latest-news-wrap .news-box .news-txt-wrap .news-txt-box:hover .news-content .news-brief {
    color: #fff;
  }
  .latest-news-wrap .news-box .news-txt-wrap .news-txt-box .news-time {
    border-radius: 5px;
    width: 80px;
  }
  .latest-news-wrap .news-box .news-txt-wrap .news-txt-box .news-time .news-day {
    font-size: 1.125rem;
  }
  .latest-news-wrap .news-box .news-txt-wrap .news-txt-box .news-time .news-month {
    font-size: .75rem;
  }
  .latest-news-wrap .news-box .news-txt-wrap .news-txt-box .news-content {
    width: calc(100% - 100px);
  }
  .latest-news-wrap .news-box .news-txt-wrap .news-txt-box .news-content .news-title a {
    font-size: 1rem;
    text-align: left;
  }
  .latest-news-wrap .news-box .news-txt-wrap .news-txt-box .news-content .news-brief {
    font-size: .75rem;
    text-align: left;
  }
  .founder-info-box .lead1 {
    line-height: 1.8rem;
    text-indent: 0;
    font-size: 1rem;
  }
  .company-profile-details .item .icon-item {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0;
    width: 50px;
    height: auto;
  }
  .company-profile-details .item .icon-item img {
    width: 24px;
    height: auto;
  }
  .company-profile-details .item .font-item {
    display: block;
    margin: 0 0 0;
    padding: 0;
    width: 100px;
  }
  .company-profile-details .item .font-item .font-num {
    font-size: 1rem;
  }
  .company-profile-details .item .font-item .font-name {
    font-size: 0.7rem;
  }
  .founder-info-box,
  .ana-box {
    padding-bottom: 0;
  }
  .title-container .title {
    padding: .5rem 0;
    width: 100%;
    font-size: 1.4rem;
  }
  .member-intro-container {
    padding-bottom: 0;
  }
  .title-container {
    margin-bottom: 30px;
  }
  .title-container .title {
    position: relative;
    width: 100%;
  }
  .title-container .more-news {
    position: absolute;
    top: 3.5rem;
    right: 36px;
    padding-top: 0;
  }
  .title-container .more-news a {
    width: 44px;
    height: 44px;
  }
  .title-container .more-news a img {
    width: 28px;
    height: 28px;
  }
  .btn-to-top {
    width: 32px;
    height: 32px;
    background-size: contain;
  }
  .btn-to-top:hover {
    background-size: contain;
  }
}
