.flex-c-c {
    display: flex;
    align-items: center;
    justify-content: center; }
  
  .flex-clumn {
    flex-direction: column; }
  
  .top-banner {
    height: 560px;
    background-size: cover; }
  
  .bannerItem {
    margin-top: 70px; }
  
  .top-banner img {
    width: 351px;
    height: 356px; }
  
  .member {
    padding-bottom: 80px;
    padding-top: 0; }
  
  .member img {
    width: 500px; }
  
  .member-tit {
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 40px; }
  
  .member-subtit {
    font-size: 18px;
    line-height: 32px;
    color: #7D88A2; }
  
  .member-right {
    padding-left: 157px; }
  
  .div1-bg {
    position: absolute;
    left: 50%;
    top: 52%;
    transform: translate(-50%, -50%); }
  
  .div1 {
    text-align: center; }
    .div1 p {
      font-size: 24px;
      line-height: 34px;
      text-align: center;
      color: #3B426B; }
    .div1 img {
      display: inline-block; }
    .div1.div1-2 {
      padding-right: 132px; }
      .div1.div1-2 p {
        display: flex;
        align-items: center; }
        .div1.div1-2 p img {
          margin-right: 15px; }
    .div1.div1-3 {
      padding-right: 122px; }
      .div1.div1-3 p {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center; }
      .div1.div1-3 img {
        margin-bottom: 8px; }
    .div1.div1-4 {
      padding-right: 115px; }
      .div1.div1-4 p {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center; }
  
  .div2 {
    width: 331px;
    height: 361px;
    background: #FFFFFF;
    box-shadow: 0px 10px 30px rgba(218, 222, 240, 0.7);
border-radius: 10px;
    flex-direction: column;
    margin: 0 13px; }
    .div2 img {
        width: 299px;
height: 234px;
margin-top: 16px;
      margin-bottom: 31px; }
    .div2 p {
      font-size: 26px;
      font-weight: 600;
      line-height: 167%;
      text-align: center;
      color: #3B426B; }
  
  .div3 {
    width: 513px;
    height: 339px;
    background: #ffffff;
    box-shadow: 0px 10px 30px rgba(218, 222, 240, 0.7);
border-radius: 10px;
    margin: 0 67px; }
    .div3 img {
        width: 127px;
        height: 107px;
        margin:  0 auto;
        margin-top: 40px;
      margin-bottom: 32px; }
    .div3 .p1 {
        font-weight: 600;
        font-size: 26px;
      text-align: center;
      color: #3B426B; }
      .div3 .p2 {
        font-size: 18px;
        width: 310px;
        margin: 0 auto;
        margin-top:9px;
      text-align: center;
      color: #7D88A2; }
  
  .title h3 {
    font-weight: 600;
    font-size: 30px;
    padding-bottom: 0; }
  
  .moments-function {
    background: #F7FAFF; }
  .flex-c-c{
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .flex-clumn{
      flex-direction: column;
    }
    .top-banner{
      height: 560px;
      background-size: cover;
    }
    .bannerItem{
      margin-top: 70px;
    }
    .top-banner img{
      width: 351px;
      height: 356px;
    }
    .member{
      padding-bottom: 80px;
      padding-top: 0;
    }
    .member img{
      width: 500px;
    }
    .member-tit{
      font-size: 22px;
      font-weight: bold;
      padding-bottom: 40px;
    }
    .member-subtit{
      font-size: 18px;
      line-height: 32px;
      color: #7D88A2;
    }
    .member-right{
      padding-left: 157px;
    }
    .title h3{
      font-weight: 600;
      font-size: 30px;
    }
    .moments-function{
      background: #F7FAFF;
    }
    .moments-function .swiper-container {
      width: 100%;
      height: 750px;
      padding-bottom: 80px;
    }
    
    .moments-function .swiper-container .swiper-slide {
      left: 612px;
    }
    
    .moments-function .swiper-container .moments-page-item > img {
      width: 342px;
      height: 744px;
    }
    
    .moments-function .swiper-container .swiper-pagination-bullet {
      width: 226px;
      height: 52px;
      border-radius: 52px;
      font-size: 20px;
      line-height: 52px;
      text-align: center;
      color: #3B426B;
      background: #fff;
      opacity: 1;
      border: 1px solid #FF2424;
    }
    
    .moments-function .swiper-container .swiper-pagination-bullet:hover {
        background: linear-gradient(180deg, rgba(255, 124, 124, 0.99) 0%, #FF2424 100%);
      color: #fff;
    }
    
    .moments-function .swiper-container-vertical > .swiper-pagination-bullets {
      left: 182px;
      width: 226px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
    
    .moments-function .swiper-container .swiper-pagination-bullet-active {
      background: linear-gradient(180deg, rgba(255, 124, 124, 0.99) 0%, #FF2424 100%);
      color: #fff;
    }
    
    .moments-function .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
      margin: 0 0 70px 0;
    }
    .member-item-num{
        width: 79px !important;
        height: 57px !important;
        margin-bottom: 30px;
    }
    