@font-face {
  font-family: "youshebth_text";
  /* Project id 2814501 */
  src: url("../../iconfont/youshebth.ttf") format("truetype"); }
.top-nav {
  background: #060624; }

.banner {
  overflow: hidden;
  position: relative;
  margin-bottom: 56px;
  font-size: 0;
  padding-top: 80px;
  position: relative; }
  .banner img {
    width: 100%;
    height: 320px; }
  .banner .banner-line-bg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
  .banner h1 {
    font-size: 56px;
    font-family: 'youshebth_text' !important;
    font-weight: 400;
    line-height: 73px;
    color: #fff;
    position: absolute;
    top: 168px;
    left: 50%;
    transform: translate(-50%, 0); }
  .banner p {
    font-size: 32px;
    font-family: 'youshebth_text' !important;
    font-weight: 400;
    line-height: 48px;
    color: #fff;
    position: absolute;
    top: 257px;
    left: 50%;
    transform: translate(-50%, 0); }

.about {
  width: 1351px;
  margin: auto;
  padding-bottom: 56px; }
  .about h2 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 500;
    color: #16172F;
    text-align: center;
    margin-bottom: 56px; }
  .about .content {
    display: flex; }
    .about .content .left {
      width: 583px;
      height: 385px;
      margin-right: 48px;
      box-sizing: border-box;
      padding: 36px 40px 36px 73px;
      display: flex;
      background-image: url("../../images/about.png");
      background-size: 100% 100%; }
      .about .content .left img {
        flex-grow: 1;
        border-radius: 16px; }
    .about .content .info {
      flex-grow: 1;
      width: 0;
      padding: 20px 0 0 0; }
      .about .content .info .image-tag {
        display: flex;
        margin-bottom: 24px; }
        .about .content .info .image-tag .left-icon {
          width: 32px;
          margin: 4px 0; }
        .about .content .info .image-tag .left-text {
          width: 119px;
          margin: 8px; }
        .about .content .info .image-tag p {
          font-family: "youshebth_text" !important;
          font-size: 32px;
          font-weight: 400;
          line-height: 40px;
          color: #16172F; }
      .about .content .info .text {
        font-size: 24px;
        font-weight: 400;
        line-height: 36px;
        color: #16172F; }

.accumulate {
  padding: 59px 0 58px;
  background: #F8F9FE; }
  .accumulate h2 {
    font-size: 32px;
    font-weight: 400;
    color: #16172F;
    text-align: center;
    line-height: 62px;
    margin-bottom: 32px; }
    .accumulate h2 span {
      font-weight: 400;
      font-family: "youshebth_text" !important;
      font-size: 48px;
      color: #EF1A1A;
      line-height: 62px; }
  .accumulate .list {
    width: 1200px;
    margin: auto;
    display: flex; }
    .accumulate .list li {
      width: calc((100% - (24px * 3))/ 4);
      margin-right: 24px;
      background: #fff;
      border-radius: 12px;
      border: 1px solid #EDF0F9;
      padding: 16px; }
      .accumulate .list li .icon {
        width: 55px;
        height: 55px;
        margin: 0 auto 24px; }
      .accumulate .list li h3 {
        text-align: center;
        font-size: 18px;
        line-height: 26px;
        font-weight: 500;
        color: #16172F;
        margin-bottom: 8px; }
      .accumulate .list li p {
        text-align: center;
        font-size: 14px;
        line-height: 22px;
        font-weight: 400;
        color: #737482; }
      .accumulate .list li:last-child {
        margin-right: 0; }

.cooperate {
  padding: 56px 0 32px; }
  .cooperate h2 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 500;
    color: #16172F;
    text-align: center;
    margin-bottom: 32px; }
  .cooperate .list {
    width: 1200px;
    margin: auto; }
    .cooperate .list li {
      width: calc((100% - (24px * 3)) / 4);
      margin: 0 24px 24px 0;
      float: left;
      box-sizing: border-box;
      padding: 16px;
      background: #fff;
      box-shadow: 0px 8px 40px 0px rgba(6, 6, 36, 0.08);
      border-radius: 12px;
      display: flex;
      align-items: center; }
      .cooperate .list li .image {
        width: 80px;
        height: 80px;
        margin-right: 8px;
        border-radius: 50%;
        overflow: hidden; }
        .cooperate .list li .image img {
          width: 100%;
          height: 100%; }
      .cooperate .list li .text {
        display: flex;
        flex-direction: column;
        justify-content: center; }
        .cooperate .list li .text h4 {
          font-size: 18px;
          line-height: 26px;
          margin-bottom: 8px;
          font-weight: 400; }
        .cooperate .list li .text p {
          font-size: 14px;
          line-height: 22px;
          font-weight: 400; }
      .cooperate .list li:nth-child(4n) {
        margin-right: 0; }
    .cooperate .list:after {
      content: '';
      display: block;
      clear: both; }

.advertisement {
  height: 277px;
  position: relative; }
  .advertisement img {
    width: 100%;
    height: 100%; }
  .advertisement .box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .advertisement .box h2 {
      font-size: 56px;
      line-height: 83px;
      text-align: center;
      color: #fff;
      font-family: "youshebth_text" !important;
      padding: 0 0 24px;
      font-weight: 400;
      display: block;
      white-space: nowrap; }
    .advertisement .box a {
      display: block;
      width: 176px;
      height: 56px;
      background: linear-gradient(315deg, #6730FF 0%, #38FFB7 100%);
      margin: auto;
      border-radius: 56px;
      text-align: center;
      line-height: 56px;
      color: #16172F;
      font-size: 24px; }
      .advertisement .box a span {
        position: relative;
        font-weight: 500;
        padding-right: 10px; }
        .advertisement .box a span:after {
          font-family: "iconfont" !important;
          content: "\e74d";
          position: absolute; }

@media (max-width: 1411px) {
  .about {
    width: auto;
    margin: 0 30px; } }
@media (max-width: 1280px) {
  .banner {
    margin-bottom: 5.6rem;
    padding-top: 8rem; }
    .banner img {
      height: 31.1rem; }
    .banner h1 {
      font-size: 5.6rem;
      line-height: 7.3rem;
      top: 16.8rem; }
    .banner p {
      font-size: 3.2rem;
      line-height: 4.8rem;
      top: 25.7rem; }

  .about {
    padding-bottom: 5.6rem;
    margin: 0 4.8rem; }
    .about h2 {
      font-size: 4rem;
      line-height: 4.8rem;
      margin-bottom: 4.8rem; }
    .about .content .left {
      display: none; }
    .about .content .info {
      padding: 0; }
      .about .content .info .image-tag {
        justify-content: center;
        margin-bottom: 2.4rem; }
        .about .content .info .image-tag .left-icon {
          width: 3.2rem;
          margin: 0.4rem 0; }
        .about .content .info .image-tag .left-text {
          width: 11.9rem;
          margin: 0.8rem; }
        .about .content .info .image-tag p {
          font-size: 3.2rem;
          line-height: 4rem; }
      .about .content .info .text {
        font-size: 2.4rem;
        line-height: 3.6rem; }

  .accumulate {
    padding: 5.6rem 0; }
    .accumulate h2 {
      font-size: 3.2rem;
      line-height: 6.2rem;
      margin-bottom: 3.2rem; }
      .accumulate h2 span {
        font-size: 4.8rem;
        line-height: 6.2rem; }
    .accumulate .list {
      width: auto;
      margin: 0 4.8rem; }
      .accumulate .list li {
        width: calc((100% - (1.6rem * 3))/ 4);
        margin-right: 1.6rem;
        border-radius: 1.2rem;
        padding: 3.2rem 0 3.2rem; }
        .accumulate .list li .icon {
          width: 4.8rem;
          height: 4.8rem;
          margin: 0 auto 1.6rem; }
        .accumulate .list li h3 {
          font-size: 2.4rem;
          line-height: 3.2rem;
          margin-bottom: 0.8rem; }
        .accumulate .list li p {
          font-size: 1.4rem;
          line-height: 2.2rem; }
        .accumulate .list li:last-child {
          margin-right: 0; }

  .cooperate {
    padding: 5.6rem 4.8rem 4.1rem; }
    .cooperate h2 {
      font-size: 4rem;
      line-height: 4.8rem;
      margin-bottom: 3.2rem; }
    .cooperate .list {
      width: auto;
      margin: auto; }
      .cooperate .list li {
        width: calc((100% - (1.6rem * 2)) / 3);
        margin: 0 1.6rem 1.6rem 0;
        padding: 2.4rem 1.6rem;
        border-radius: 1.2rem; }
        .cooperate .list li .image {
          width: 6.4rem;
          height: 6.4rem;
          margin-right: 1.6rem; }
        .cooperate .list li .text h4 {
          font-size: 1.8rem;
          line-height: 2.6rem;
          margin-bottom: 0.8rem; }
        .cooperate .list li .text p {
          font-size: 1.4rem;
          line-height: 2.2rem; }
        .cooperate .list li:nth-child(4n) {
          margin-right: 1.6rem; }
        .cooperate .list li:nth-child(3n) {
          margin-right: 0; }

  .advertisement {
    height: 21.8rem; }
    .advertisement .box h2 {
      font-size: 5.6rem;
      line-height: 7.3rem;
      padding: 0 0 2.4rem; }
    .advertisement .box a {
      width: 17.6rem;
      height: 5.6rem;
      border-radius: 5.6rem;
      line-height: 5.6rem;
      font-size: 2.4rem; }
      .advertisement .box a span {
        padding-right: 1rem; } }
@media (max-width: 750px) {
  .banner {
    margin-bottom: 4.8rem;
    padding-top: 9.8rem; }
    .banner img {
      height: 32rem; }
    .banner h1 {
      font-size: 4.8rem;
      line-height: 6.2rem;
      top: 19.8rem; }
    .banner p {
      font-size: 3.2rem;
      line-height: 4.8rem;
      top: 27.8rem; }

  .about {
    padding-bottom: 4.8rem;
    margin: 0 8rem; }
    .about h2 {
      font-size: 4.8rem;
      line-height: 4.8rem;
      margin-bottom: 3.2rem; }
    .about .content .info .image-tag {
      margin-bottom: 2.4rem; }
      .about .content .info .image-tag .left-icon {
        width: 3.2rem;
        margin: 0.4rem 0; }
      .about .content .info .image-tag .left-text {
        width: 11.9rem;
        margin: 0.8rem; }
      .about .content .info .image-tag p {
        font-size: 3.2rem;
        line-height: 4rem; }
    .about .content .info .text {
      font-size: 3.2rem;
      line-height: 4.8rem; }

  .accumulate {
    padding: 4.8rem 0 1.8rem; }
    .accumulate h2 {
      font-size: 3.2rem;
      line-height: 5.2rem;
      margin-bottom: 4.8rem; }
      .accumulate h2 span {
        font-size: 4rem;
        line-height: 5.2rem; }
    .accumulate .list {
      display: block;
      width: auto;
      margin: 0 3.2rem; }
      .accumulate .list li {
        width: calc((100% - 3rem) / 2);
        margin: 0 3rem 3rem 0;
        padding: 3.2rem 4.8rem;
        float: left; }
        .accumulate .list li .icon {
          width: 6.4rem;
          height: 6.4rem;
          margin: 0 auto 3.2rem; }
        .accumulate .list li h3 {
          font-size: 3.2rem;
          line-height: 4.8rem;
          margin-bottom: 1.6rem; }
        .accumulate .list li p {
          font-size: 2.4rem;
          line-height: 4rem;
          display: block;
          height: 8rem; }
        .accumulate .list li:nth-child(2n) {
          margin-right: 0; }
      .accumulate .list:after {
        content: '';
        display: block;
        clear: both; }

  .cooperate {
    padding: 4.8rem 3.2rem 1.6rem; }
    .cooperate h2 {
      font-size: 4.8rem;
      line-height: 4.8rem;
      margin-bottom: 3.2rem; }
    .cooperate .list li {
      width: calc((100% - 3rem) / 2);
      margin: 0 3rem 3rem 0;
      padding: 1rem 2.4rem;
      border-radius: 1.2rem; }
      .cooperate .list li .image {
        width: 6.4rem;
        height: 6.4rem;
        margin-right: 1.6rem; }
      .cooperate .list li .text h4 {
        font-size: 2.8rem;
        line-height: 4.4rem;
        margin-bottom: 0.8rem; }
      .cooperate .list li .text p {
        font-size: 2.4rem;
        line-height: 4rem; }
      .cooperate .list li:nth-child(3n) {
        margin-right: 3rem; }
      .cooperate .list li:nth-child(2n) {
        margin-right: 0; }

  .advertisement {
    height: 25rem; }
    .advertisement .box {
      top: 4.8rem;
      transform: translate(-50%, 0); }
      .advertisement .box h2 {
        font-size: 4rem;
        line-height: 5.2rem;
        padding: 0 0 3.8rem; }
      .advertisement .box a {
        width: 24.8rem;
        height: 6.4rem;
        border-radius: 6.4rem;
        line-height: 6.4rem;
        font-size: 3.6rem; }
        .advertisement .box a span {
          padding-right: 2rem; } }

/*# sourceMappingURL=about.css.map */
