body {
    background: #f5f5f5;
  }

  .banner {
    width: 100%;
    max-width: 1440px;
    height: 340px;
    margin: 60px auto 0 auto;
    background: url("/static_new/img/xinrenzhongxin/bg-1.png") no-repeat;
    /* background-size: 80% 80%; */
    background-size: contain;
  }

  .guoji p {
    font-size: 30px;
    color: #333333;
    text-align: center;
    margin-bottom: 42px;
    margin-top: 64px;
  }

  .guoji ul {
    width: 1250px;
    margin: 0 auto;
  }

  .guoji ul li {
    width: 388px;
    height: 228px;
    background: #ffffff;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    padding: 30px 21px 0 23px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
  }

  .guojiInfo img {
    width: 62px;
    height: 62px;
    margin-right: 25px;
  }

  .guojiInfo > div span {
    font-size: 18px;
    font-weight: 500;
    color: #333333;
  }

  .detail {
    font-size: 12px;
    color: #555555;
    line-height: 20px;
    display: inline-block;
    margin-top: 20px;
  }

  .guonei {
    clear: both;
  }

  .guonei p {
    font-size: 30px;
    color: #333333;
    text-align: center;
    margin-bottom: 42px;
  }

  .guonei ul {
    width: 1250px;
    margin: 0 auto;
  }

  .guonei ul li {
    width: 592px;
    height: 208px;
    background: #ffffff;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    padding: 25px 21px 0 23px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
  }

  .guoneiInfo img {
    width: 62px;
    height: 62px;
    margin-right: 25px;
  }

  .guoneiInfo > div span {
    font-size: 18px;
    font-weight: 500;
    color: #333333;
  }

  .protect {
    clear: both;
    width: 100%;
    height: 475px;
    background: url("/static_new/img/xinrenzhongxin/bg-3.png") no-repeat;
    background-size: 100%;
  }

  .protect > p {
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    color: #333333;
    padding-top: 60px;
    margin-bottom: 45px;
  }

  .protect ul {
    width: 1250px;
    margin: 0 auto;
  }

  .protect ul li {
    border-bottom: 1px solid #dbdbdb;
  }

  .protectInfo p {
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    margin-top: 20px;
  }

  .protectInfo span {
    font-size: 12px;
    color: #555555;
    padding-bottom: 24px;
    display: inline-block;
  }

  .plan {
    clear: both;
    width: 1205px;
    margin: 0 auto;
    padding-bottom: 90px;
  }

  .plan > p {
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    color: #333333;
    padding-top: 60px;
    margin-bottom: 60px;
  }

  .plan .planInfo {
    background: #ffffff;
    display: flex;
  }

  .plan .planInfo img {
    width: 429px;
    margin-right: 37px;
  }

  .plan .planInfo p {
    margin: 60px 23px 0 0;
    font-size: 14px;
    color: #333333;
    line-height: 30px;
  }

  .plan .planInfo button {
    width: 128px;
    height: 44px;
    border-radius: 8px;
    border: 1px solid #ee2233;
    margin-top: 33px;
    background: #ffffff;
    color: #e60012;
    font-size: 14px;
  }