* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  li {
    list-style: none;
  }
  a {
    cursor: pointer;
    text-decoration: none;
  }
  button {
    cursor: pointer;
  }
  .wrap {
    margin: 0 auto;
    width: 1500px;
  }
  img{
    width: 100%;
  }
  .wrap .header {
    display: flex;
    width: 100%;
    padding: 20px 0px 20px 290px;
    background-color: #120e8b;
    background-image: linear-gradient(to right, #0F0380, #2670F0);
  }
  .wrap .header .logo {
    width: 137px;
    height: 38px;
  }
  .wrap .header .logo h1 {
    width: 137px;
    height: 38px;
  }
  .wrap .header .logo h1 a {
    display: block;
    width: 133px;
    height: 37px;
    background-image: url(/img/logo.png);
    background-size: contain;
    /* 目的：让h1里面的字看不见 */
    font-size: 0;
  }
  .wrap .header .nav {
    width: 80%;
  }
  .wrap .header .nav ul {
    display: flex;
    justify-content: space-evenly;
  }
  .wrap .header .nav ul li {
    color: #fff;
    font-size: 24px;
  }
  .wrap .header .nav ul hr {
    margin: 0 auto;
    margin-top: 10px;
    width: 36px;
    height: 2px;
    background-image: linear-gradient(180deg, #FDFDFF 0%, rgba(249, 250, 254, 0) 100%);
    border-radius: 2px;
  }
  .wrap .banner {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .wrap .banner .p0 {
    position: absolute;
    top: 325px;
    left: 845px;
    width: 192px;
    height: 48px;
    background: #00C7EF;
    border-radius: 4px;
  }
  .wrap .banner .p0 .p12 {
    text-align: center;
    line-height: 48px;
    color: #fff;
  }
  .wrap .prc {
    margin-top: 150px;
  }
  .wrap .prc .p1 {
    font-size: 34px;
    text-align: center;
  }
  .wrap .prc hr {
    margin: 0 auto;
    margin-top: 8px;
    width: 48px;
    height: 4px;
    opacity: 0.1;
    border-radius: 2px;
    background-color: #266EEB;
  }
  .wrap .prc .p2 {
    margin-top: 8px;
    font-size: 16px;
    color: #999999;
    text-align: center;
    line-height: 22px;
    font-weight: 400;
  }
  .wrap .prc .img2 {
    margin-top: 30px;
  }
  .wrap .footer {
    width: 100%;
    height: 296px;
    background-color: #2A2C33;
  }
  .wrap .footer .foot_main {
    margin: 0 auto;
    width: 1200px;
    display: flex;
    justify-content: space-between;
  }
  .wrap .footer .foot_main .foot_p {
    margin-top: 40px;
    font-size: 20px;
    color: #FFFFFF;
  }
  .wrap .footer .foot_main .foot_p2 {
    margin-top: 20px;
    font-size: 14px;
    color: #FFFFFF;
  }
  .wrap .footer .foot_main .relation {
    width: 225px;
  }
  .wrap .footer .foot_main .coperation {
    width: 161px;
  }
  .wrap .footer .foot_main .work {
    width: 80px;
  }
  .wrap .footer .foot_main .work a {
    display: block;
    margin-top: 20px;
    font-size: 14px;
    color: #FFFFFF;
  }
  .wrap .footer .foot_main .wx {
    margin-top: 40px;
    width: 118px;
  }
  .wrap .footer hr {
    margin: 0 auto;
    margin-top: 30px;
    width: 1200px;
    height: 1px;
    opacity: 0.5;
    background: #3D3F47;
  }
  .wrap .footer .p12 {
    margin-top: 20px;
    text-align: center;
    font-size: 14px;
    color: #F8F9FA;
  }