@media screen and (min-width: 961px) {
  
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'SimHei';
  }
  body {
    max-width: 1920px;
    min-width: 1440px;
    margin: 0 auto;
  }
  /* 头部 */
  header {
    max-width: 1920px;
    position: fixed;
    top: 0;
    z-index: 99;
    opacity: 0.8;
    width: 100%;
  }
  header #header-wrapper {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: black;
    height: 100px;
    /* logo */
    /* 头部 - 中间导航*/
    /* 头部 - 右侧*/
    /* 手机端-菜单icon */
    /* 手机端-搜索icon */
  }
  header #header-wrapper .logo {
    /* border: 1px solid red; */
    width: 25%;
    text-align: center;
  }
  header #header-wrapper .logo img {
    width: 80%;
  }
  header #header-wrapper nav {
    /* border: 1px solid red; */
    height: auto;
  }
  header #header-wrapper nav ul {
    /* border: 1px solid red; */
    list-style: none;
    line-height: 95px;
    position: relative;
    max-height: 95px;
    min-width: 597px;
    overflow: hidden;
  }
  header #header-wrapper nav ul li {
    /* border: 1px solid red; */
    display: inline-block;
    margin-left: 20px;
    margin-right: 20px;
  }
  header #header-wrapper nav ul li a {
    /* border: 1px solid yellow; */
    text-decoration: none;
    color: white;
    /* font-size: 1vw; */
    font-size: 1rem;
  }
  header #header-wrapper nav ul li:hover a {
    border-bottom: 3px solid #0095DC;
    padding-bottom: 20px;
  }
  header #header-wrapper .header-right {
    /* border: 1px solid red; */
    display: flex;
    align-items: center;
    height: 40%;
    width: 25%;
    /* 搜索框 */
    /* 电话号码 */
  }
  header #header-wrapper .header-right .header-search {
    border-radius: 25px;
    background-color: #46485a;
    height: 35px;
    width: 50%;
  }
  header #header-wrapper .header-right .header-search input {
    background-color: transparent;
    border: 0;
    color: white;
    outline: none;
    height: 40px;
    padding: 10px;
    width: 80%;
  }
  header #header-wrapper .header-right .phoneNumber {
    border-radius: 25px;
    font-size: 1rem;
    color: white;
    margin-left: 40px;
    height: 35px;
    line-height: 25px;
    padding: 5px;
    width: 10rem;
    text-align: center;
    background-color: #46485a;
    white-space: nowrap;
  }
  header #header-wrapper .icon-caidan {
    display: none;
  }
  header #header-wrapper .small-search {
    display: none;
  }
  /* 手机端菜单 */
  #phone-menu {
    display: none;
  }
  /* banner */
  #banner {
    width: 100%;
    max-width: 1920px;
    min-width: 1440px;
    height: 580px;
    margin: 0 auto;
    position: relative;
  }
  #banner #banner-content {
    position: relative;
    /* banner 2 */
    /* banner 3 */
    /* banner 4 */
    /* banner 5 */
    /* banner 6 */
    /* banner 7 */
  }
  #banner #banner-content .banner-content-wrapper {
    display: none;
    width: 100%;
    max-width: 1920px;
    min-width: 1440px;
    height: 580px;
    position: absolute;
  }
  #banner #banner-content .banner-content-wrapper .box {
    position: absolute;
    width: 100%;
    max-width: 1920px;
    min-width: 1440px;
    height: 580px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
  #banner #banner-content .banner-content-wrapper .box .banner-txt {
    color: white;
    white-space: nowrap;
  }
  #banner #banner-content .banner-content-wrapper .box .banner-txt h1 {
    display: inline-block;
  }
  #banner #banner-content .banner-content-wrapper .box .banner-imgs {
    position: relative;
  }
  #banner #banner-content .banner-content-wrapper .box .banner-imgs img {
    position: absolute;
  }
  #banner #banner-content .banner-content-wrapper .box .yuansu {
    position: absolute;
  }
  #banner #banner-content .banner-content-wrapper:nth-child(1) {
    display: block;
    /* banner 1 */
  }
  #banner #banner-content .banner-content-wrapper:nth-child(1) .box {
    background-image: url('../img/banner/bg1.png');
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
  #banner #banner-content .banner-content-wrapper:nth-child(1) .box .banner-txt {
    margin-bottom: 140px;
    transform: translateX(30px);
  }
  #banner #banner-content .banner-content-wrapper:nth-child(1) .box .banner-txt h1 {
    font-size: 58px;
    margin: 48px 0;
  }
  #banner #banner-content .banner-content-wrapper:nth-child(1) .box .banner-txt p:nth-child(2) {
    font-size: 29px;
    margin: 29px 0;
  }
  #banner #banner-content .banner-content-wrapper:nth-child(1) .box .banner-txt p:nth-child(3) {
    font-size: 20px;
    margin: 20px 0;
  }
  #banner #banner-content .banner-content-wrapper:nth-child(1) .box .banner-imgs {
    min-width: 839px;
    min-height: 468px;
    opacity: 0;
    animation: fadeIn 0.5s forwards;
  }
  #banner #banner-content .banner-content-wrapper:nth-child(2) .box {
    background-color: #0F2038;
  }
  #banner #banner-content .banner-content-wrapper:nth-child(2) .box .banner-txt {
    margin-bottom: 95px;
    transform: translateX(125px);
  }
  #banner #banner-content .banner-content-wrapper:nth-child(2) .box .banner-txt h1 {
    font-size: 58px;
    border-bottom: 1px solid white;
    padding-bottom: 8px;
    margin-bottom: 0;
  }
  #banner #banner-content .banner-content-wrapper:nth-child(2) .box .banner-txt p {
    font-size: 20px;
    margin: 20px 0;
  }
  #banner #banner-content .banner-content-wrapper:nth-child(2) .box .banner-imgs {
    min-width: 919px;
    min-height: 424px;
    transform: translateX(-60px);
  }
  #banner #banner-content .banner-content-wrapper:nth-child(2) .box .banner-imgs img:nth-child(2) {
    transform: translate(380px, 180px);
    animation: banner2_people 1s ease-out;
  }
  #banner #banner-content .banner-content-wrapper:nth-child(2) .box .banner-imgs img:nth-child(3) {
    transform: translate(450px, 170px);
    animation: fadeIn 1s ease-out;
  }
  #banner #banner-content .banner-content-wrapper:nth-child(2) .box .banner-imgs img:nth-child(4) {
    transform: translate(515px, 225px);
    animation: fadeIn 1s ease-out;
  }
  #banner #banner-content .banner-content-wrapper:nth-child(3) .box {
    background-image: url('../img/banner/bg3.png');
  }
  #banner #banner-content .banner-content-wrapper:nth-child(3) .box .banner-txt {
    margin-bottom: 120px;
    transform: translateX(55px);
  }
  #banner #banner-content .banner-content-wrapper:nth-child(3) .box .banner-txt h1 {
    font-size: 58px;
    border-bottom: 1px solid white;
    padding-bottom: 8px;
    margin: 20px 0;
  }
  #banner #banner-content .banner-content-wrapper:nth-child(3) .box .banner-txt p {
    font-size: 20px;
    margin: 20px 0;
  }
  #banner #banner-content .banner-content-wrapper:nth-child(3) .box .banner-imgs {
    min-width: 626px;
    min-height: 397px;
    margin-bottom: 30px;
    transform: translateX(-70px);
  }
  #banner #banner-content .banner-content-wrapper:nth-child(3) .box .banner-imgs img:nth-child(2) {
    transform: translate(133px, 174px);
    animation: banner3_people 1s ease-in-out;
  }
  #banner #banner-content .banner-content-wrapper:nth-child(3) .box .yuansu:nth-child(3) {
    top: 20px;
    transform: translateX(45px);
  }
  #banner #banner-content .banner-content-wrapper:nth-child(3) .box .yuansu:nth-child(4) {
    transform: translate(-545px, -15px);
  }
  #banner #banner-content .banner-content-wrapper:nth-child(4) .box {
    background-image: url('../img/banner/bg2.png');
  }
  #banner #banner-content .banner-content-wrapper:nth-child(4) .box .banner-txt {
    margin-bottom: 40px;
    transform: translateX(120px);
    z-index: 10;
  }
  #banner #banner-content .banner-content-wrapper:nth-child(4) .box .banner-txt h1 {
    font-size: 58px;
    border-bottom: 1px solid white;
    padding-bottom: 8px;
    margin-bottom: 0;
  }
  #banner #banner-content .banner-content-wrapper:nth-child(4) .box .banner-txt p {
    font-size: 20px;
    margin: 20px 0;
  }
  #banner #banner-content .banner-content-wrapper:nth-child(4) .box .banner-imgs {
    min-width: 815px;
    min-height: 404px;
    transform: translateX(-15px);
  }
  #banner #banner-content .banner-content-wrapper:nth-child(4) .box .banner-imgs img:nth-child(1) {
    transform: translate(10px, 10px);
    animation: banner4_sphere 1s ease-in-out;
  }
  #banner #banner-content .banner-content-wrapper:nth-child(4) .box .banner-imgs img:nth-child(2) {
    transform: translate(470px, 10px);
    animation: banner4_logo 1s ease-in-out;
  }
  #banner #banner-content .banner-content-wrapper:nth-child(5) .box {
    background-image: url('../img/banner/bg3.png');
  }
  #banner #banner-content .banner-content-wrapper:nth-child(5) .box .banner-txt {
    margin-bottom: 140px;
  }
  #banner #banner-content .banner-content-wrapper:nth-child(5) .box .banner-txt h1 {
    font-size: 58px;
    border-bottom: 1px solid white;
    padding-bottom: 8px;
    margin-bottom: 0;
  }
  #banner #banner-content .banner-content-wrapper:nth-child(5) .box .banner-txt p {
    font-size: 20px;
    margin: 20px 0;
  }
  #banner #banner-content .banner-content-wrapper:nth-child(5) .box .banner-imgs {
    min-width: 737px;
    min-height: 385px;
  }
  #banner #banner-content .banner-content-wrapper:nth-child(5) .box .banner-imgs img:nth-child(2) {
    transform: translate(320px, 180px);
    animation: banner5_people 1s ease-in-out;
  }
  #banner #banner-content .banner-content-wrapper:nth-child(5) .box .yuansu:nth-child(3) {
    transform: translate(-582px, -20px);
  }
  #banner #banner-content .banner-content-wrapper:nth-child(5) .box .yuansu:nth-child(4) {
    top: 60px;
    transform: translateX(430px);
  }
  #banner #banner-content .banner-content-wrapper:nth-child(6) .box {
    background-image: url('../img/banner/bg3.png');
  }
  #banner #banner-content .banner-content-wrapper:nth-child(6) .box .banner-txt {
    margin-bottom: 110px;
  }
  #banner #banner-content .banner-content-wrapper:nth-child(6) .box .banner-txt h1 {
    font-size: 58px;
    border-bottom: 1px solid white;
    padding-bottom: 8px;
    margin-bottom: 0;
  }
  #banner #banner-content .banner-content-wrapper:nth-child(6) .box .banner-txt p {
    font-size: 20px;
    margin: 20px 0;
  }
  #banner #banner-content .banner-content-wrapper:nth-child(6) .box .banner-imgs {
    min-width: 714px;
    min-height: 493px;
  }
  #banner #banner-content .banner-content-wrapper:nth-child(6) .box .banner-imgs img:nth-child(2) {
    transform: translate(140px, 160px);
    animation: banner6_people_man 1s ease-in-out;
    transition-delay: 2s;
  }
  #banner #banner-content .banner-content-wrapper:nth-child(6) .box .banner-imgs img:nth-child(3) {
    transform: translate(645px, 215px);
    animation: banner6_people_women 1s ease-in-out;
  }
  #banner #banner-content .banner-content-wrapper:nth-child(6) .box .yuansu:nth-child(3) {
    transform: translate(-525px, -11px);
  }
  #banner #banner-content .banner-content-wrapper:nth-child(6) .box .yuansu:nth-child(4) {
    top: 55px;
    transform: translateX(475px);
  }
  #banner #banner-content .banner-content-wrapper:nth-child(7) .box {
    background-image: url('../img/banner/bg3.png');
  }
  #banner #banner-content .banner-content-wrapper:nth-child(7) .box .banner-txt {
    margin-bottom: 105px;
  }
  #banner #banner-content .banner-content-wrapper:nth-child(7) .box .banner-txt h1 {
    font-size: 58px;
    border-bottom: 1px solid white;
    padding-bottom: 8px;
    margin-bottom: 40px;
  }
  #banner #banner-content .banner-content-wrapper:nth-child(7) .box .banner-txt p {
    font-size: 20px;
    margin: 20px 0;
  }
  #banner #banner-content .banner-content-wrapper:nth-child(7) .box .banner-imgs {
    min-width: 480px;
    min-height: 418px;
  }
  #banner #banner-content .banner-content-wrapper:nth-child(7) .box .banner-imgs img:nth-child(2) {
    opacity: 0;
    transform: translate(63px, 30px);
    animation: banner7_yellow 1s ease-in-out 0.2s forwards;
  }
  #banner #banner-content .banner-content-wrapper:nth-child(7) .box .banner-imgs img:nth-child(3) {
    opacity: 0;
    transform: translate(-25px, 20px);
    animation: banner7_blue 1s ease-in-out forwards;
  }
  #banner #banner-content .banner-content-wrapper:nth-child(7) .box .yuansu:nth-child(3) {
    top: 55px;
    transform: translateX(-510px);
  }
  #banner #banner-content .banner-content-wrapper:nth-child(7) .box .yuansu:nth-child(4) {
    transform: translate(-170px, -20px);
  }
  #banner #banner-dots {
    position: absolute;
    /* border: 1px solid red; */
    width: 100%;
    height: 20px;
    bottom: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 98;
  }
  #banner #banner-dots span {
    display: inline-block;
    background-color: #596B99;
    width: 2%;
    height: 3px;
    margin-left: 8px;
    margin-right: 8px;
    cursor: pointer;
  }
  #banner #banner-dots .dot-active {
    background-color: #FFFFFF;
  }
  /* 统一的渐入 */
  @keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  /* banner2动画 */
  @keyframes banner2_people {
    0% {
      opacity: 0;
      transform: translate(420px, 180px);
    }
    100% {
      opacity: 1;
      transform: translate(380px, 180px);
    }
  }
  /* banner3动画 */
  @keyframes banner3_people {
    0% {
      opacity: 0;
      transform: translate(60px, 180px);
    }
    100% {
      opacity: 1;
      transform: translate(133px, 174px);
    }
  }
  /* banner4动画 */
  @keyframes banner4_sphere {
    0% {
      opacity: 0;
      transform: translate(-40px, 10px);
    }
    100% {
      opacity: 1;
      transform: translate(10px, 10px);
    }
  }
  @keyframes banner4_logo {
    0% {
      opacity: 0;
      transform: translate(520px, 10px);
    }
    100% {
      opacity: 1;
      transform: translate(470px, 10px);
    }
  }
  /* banner5动画 */
  @keyframes banner5_people {
    0% {
      opacity: 0;
      transform: translate(280px, 180px);
    }
    100% {
      opacity: 1;
      transform: translate(320px, 180px);
    }
  }
  /* banner6动画 */
  @keyframes banner6_people_man {
    0% {
      opacity: 0;
      transform: translate(90px, 160px);
    }
    100% {
      opacity: 1;
      transform: translate(140px, 160px);
    }
  }
  @keyframes banner6_people_women {
    0% {
      opacity: 0;
      transform: translate(645px, 170px);
    }
    100% {
      opacity: 1;
      transform: translate(645px, 215px);
    }
  }
  /* banner7动画 */
  @keyframes banner7_yellow {
    0% {
      opacity: 0;
      transform: translate(63px, 0);
    }
    100% {
      opacity: 1;
      transform: translate(63px, 30px);
    }
  }
  @keyframes banner7_blue {
    0% {
      opacity: 0;
      transform: translate(-25px, 60px);
    }
    100% {
      opacity: 1;
      transform: translate(-25px, 20px);
    }
  }
  /* 产品 */
  #product {
    /* border: 1px solid red; */
    height: 100%;
    min-height: 1178px;
    width: 100%;
    /* overflow: hidden; */
    padding-top: 100px;
    font-family: 'SimHei';
    /* 标题 */
    /* 列表 */
  }
  #product h1 {
    width: 150px;
    border-bottom: 1px solid #55C9FF;
    text-align: center;
    padding-bottom: 20px;
    margin: 0 auto;
    font-weight: normal;
  }
  #product ul {
    /* border: 1px solid red; */
    width: 90%;
    max-width: 1213px;
    margin: 0 auto;
    font-size: 0;
    /*消除块之间的空格*/
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #product ul li {
    /* border: 1px solid blue; */
    margin: 0 auto;
    margin-top: 46px;
    width: 370px;
    height: 412px;
    border-top: 6px solid #FFA93A;
    display: inline-block;
    list-style-type: none;
    transition: 0.5s all ease;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    /* 图片 */
    /* 文字 */
  }
  #product ul li .product-img {
    /* border: 1px solid yellow; */
    width: 100%;
    height: 192px;
    text-align: center;
    padding-top: 65px;
  }
  #product ul li .product-img :nth-child(2) {
    display: none;
  }
  #product ul li .product-txt {
    height: 100%;
    text-align: center;
    font-family: SimHei;
  }
  #product ul li .product-txt h2 {
    font-size: 19px;
    padding-bottom: 27px;
    font-weight: normal;
    color: #333333;
  }
  #product ul li .product-txt p {
    font-size: 14px;
    color: #999999;
    padding-bottom: 10px;
  }
  #product ul li a {
    text-decoration: none;
    color: #fff;
  }
  #product ul li a .try-btn {
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    width: 120px;
    height: 40px;
    color: #fff;
    background-color: #E87D00;
    border: 0;
    outline: 0;
    border-radius: 5px;
    box-shadow: 0 0 5px #E87D00;
    cursor: pointer;
    font-size: 16px !important;
  }
  #product ul li:hover {
    background-color: #5DCDFF;
    border-top: 5px solid transparent;
    /* border-top: 0; */
  }
  #product ul li:hover .product-txt > h2 {
    color: #fff;
  }
  #product ul li:hover .product-txt > p {
    color: #fff;
  }
  #product ul li:hover .try-btn {
    display: block;
  }
  /* 优势 */
  #vantage {
    background-color: #070C41;
    height: 100%;
    min-height: 796px;
    width: 100%;
    padding-top: 100px;
    font-family: 'SimHei';
    background-image: url(../img/vantage-bg.png);
    background-position: bottom;
    background-repeat: no-repeat;
    /* 标题 */
    /* 列表 */
  }
  #vantage h1 {
    width: 150px;
    border-bottom: 1px solid #55C9FF;
    text-align: center;
    padding-bottom: 20px;
    margin: 0 auto;
    font-weight: normal;
    color: #C9CAD5;
  }
  #vantage ul {
    /* border: 1px solid red; */
    width: 90%;
    max-width: 1081px;
    margin: 0 auto;
    font-size: 0;
    /*消除块之间的空格*/
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    /* 项 */
  }
  #vantage ul li {
    /* border: 1px solid blue; */
    margin: 0 auto;
    margin-top: 46px;
    width: 197px;
    height: 325px;
    display: inline-block;
    list-style-type: none;
    transition: 0.5s all ease;
    /* 图 */
    /* 文字 */
  }
  #vantage ul li .vantage-img {
    position: relative;
    /* border: 1px solid yellow; */
    width: 100%;
    height: 144px;
    text-align: center;
  }
  #vantage ul li .vantage-img img {
    /* border: 1px solid blue; */
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    /* top: 50%; */
    /* left: 50%; */
    /* transform: translate(-50%, -50%); */
  }
  #vantage ul li .vantage-img img:nth-child(3) {
    display: none;
  }
  #vantage ul li .vantage-txt {
    text-align: center;
    font-family: SimHei;
  }
  #vantage ul li .vantage-txt h2 {
    font-size: 19px;
    padding-bottom: 10px;
    font-weight: normal;
    color: #fff;
    opacity: 0.8;
  }
  #vantage ul li .vantage-txt p {
    /* border: 1px solid red; */
    font-size: 14px;
    color: #fff;
    padding-bottom: 10px;
    line-height: 25px;
    padding-left: 34px;
    padding-right: 34px;
    opacity: 0.5;
    text-align: left;
  }
  #vantage ul li:nth-child(even) {
    transform: translateY(60px);
  }
  #vantage ul li:nth-last-child(1) {
    height: 377px;
  }
  #vantage ul li:hover {
    background-color: #0C135B;
    cursor: pointer;
    /* 图 */
  }
  #vantage ul li:hover .vantage-img .circle {
    transform: rotate(3600deg);
    transition: all 20s linear;
  }
  #vantage ul li:hover .vantage-txt h2 {
    opacity: 1;
  }
  #vantage ul li:hover .vantage-txt p {
    opacity: 1;
  }
  #case {
    margin-top: 80px;
    background-image: url(../img/case-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 800px;
    display: flex;
    align-items: center;
  }
  #case #case-box {
    /* border: 1px solid blue; */
    background-color: white;
    max-width: 1200px;
    height: 550px;
    margin: 0 auto;
    padding: 56px;
    position: relative;
    /* 箭头 */
  }
  #case #case-box h1 {
    width: 150px;
    border-bottom: 1px solid #55C9FF;
    text-align: center;
    padding-bottom: 20px;
    margin: 0 auto;
    margin-bottom: 36px;
    font-weight: normal;
  }
  #case #case-box p {
    font-size: 18px;
    line-height: 30px;
    color: #858585;
    padding-left: 8px;
  }
  #case #case-box p:nth-child(6) {
    margin-top: 48px;
    margin-bottom: 10px;
  }
  #case #case-box ul {
    list-style-type: none;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #case #case-box ul li {
    margin: 0 8px;
  }
  #case #case-box #case-arrow-left {
    position: absolute;
    width: 24px;
    height: 50px;
    background-color: #E6F2FE;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #case #case-box #case-arrow-left span {
    width: calc(0.7vw);
    height: calc(0.7vw);
    border-top: 1px solid white;
    border-left: 1px solid white;
    transform: rotate(-45deg);
    margin-left: 10px;
  }
  #case #case-box #case-arrow-right {
    position: absolute;
    width: 24px;
    height: 50px;
    background-color: #E6F2FE;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #case #case-box #case-arrow-right span {
    width: calc(0.7vw);
    height: calc(0.7vw);
    border-top: 1px solid white;
    border-right: 1px solid white;
    transform: rotate(45deg);
    margin-right: 10px;
  }
  #case #case-box:hover #case-arrow-right {
    background-color: #A7E2FD;
    cursor: pointer;
  }
  #case #case-box:hover #case-arrow-left {
    background-color: #A7E2FD;
    cursor: pointer;
  }
  /* 合作伙伴 */
  #friends {
    /* border: 1px solid red; */
    min-height: 670px;
    height: 100%;
    width: 100%;
    padding-top: 100px;
    /* overflow: hidden; */
    font-family: 'SimHei';
  }
  #friends h1 {
    width: 150px;
    border-bottom: 1px solid #55C9FF;
    text-align: center;
    padding-bottom: 20px;
    margin: 0 auto;
    margin-bottom: 20px;
    font-weight: normal;
    color: #000;
  }
  #friends p {
    text-align: center;
    color: #7F8294;
  }
  #friends ul {
    /* border: 1px solid red; */
    width: 82%;
    max-width: 1200px;
    list-style-type: none;
    margin: 0 auto;
    padding-top: 10px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  #friends ul li {
    /* border: 1px solid blue; */
    width: 220px;
    height: 80px;
    margin-top: 40px;
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  /* 项目合作流程 */
  #cooperation {
    max-height: 635px;
    width: 100%;
    background-color: #EFF7FE;
    margin-top: 80px;
    padding-top: 100px;
    padding-bottom: 118px;
    font-family: 'SimHei';
    overflow: hidden;
  }
  #cooperation h1 {
    width: 150px;
    border-bottom: 1px solid #DBDFFE;
    text-align: center;
    padding-bottom: 20px;
    margin: 0 auto;
    margin-bottom: 18px;
    font-weight: normal;
    color: #000;
    white-space: nowrap;
  }
  #cooperation p {
    margin-bottom: 73px;
    text-align: center;
    color: #7D8194;
  }
  #cooperation #cooperation-imgs {
    /* border: 1px solid red; */
    width: 90%;
    max-width: 1182px;
    margin: 0 auto;
  }
  #cooperation #cooperation-imgs img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
  }
  /* 关于我们 */
  #about {
    min-height: 635px;
    width: 100%;
    background-image: linear-gradient(#143360, #0f1f3b);
    overflow: hidden;
    padding-top: 100px;
    padding-bottom: 112px;
    padding-left: 100px;
    padding-right: 100px;
    font-family: 'SimHei';
  }
  #about h1 {
    width: 150px;
    border-bottom: 1px solid #fff;
    text-align: center;
    padding-bottom: 20px;
    margin: 0 auto;
    margin-bottom: 50px;
    font-weight: normal;
    color: #fff;
  }
  #about > p {
    color: #fff;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 24px;
  }
  #about ul {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
  }
  #about ul li {
    width: 50%;
    min-height: 100px;
    color: #fff;
    display: flex;
    align-items: center;
    margin: 12px 0;
  }
  #about ul li .title {
    margin-right: 36px;
    text-align: center;
    width: 70px;
  }
  #about ul li .title img {
    margin-bottom: 8px;
  }
  #about ul li .content {
    width: 375px;
  }
  #about ul li:nth-child(odd) {
    justify-content: flex-end;
    padding-right: 100px;
  }
  #about ul li:nth-child(even) {
    justify-content: flex-start;
    padding-left: 100px;
  }
  /* footer */
  footer {
    width: 100%;
    min-height: 606px;
    /* min-height: 505px; */
    background-color: #000;
    padding-top: 70px;
    font-family: 'SimHei';
    overflow: hidden;
  }
  footer #footer-top {
    /* border: 1px solid red; */
    width: 65%;
    min-height: 390px;
    margin: 0 auto;
    border-bottom: 1px solid #191919;
  }
  footer #footer-top ul {
    /* border: 1px solid blue; */
    width: 100%;
    min-width: 827px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 30px;
  }
  footer #footer-top ul li {
    /* border: 1px solid yellow; */
    list-style-type: none;
    width: 165px;
    height: 220px;
  }
  footer #footer-top ul li h3 {
    color: #fff;
    font-size: 16px;
    border-bottom: 1px solid #191919;
    font-weight: normal;
    padding-bottom: 15px;
  }
  footer #footer-top ul li p {
    color: #666666;
    font-size: 15px;
    line-height: 48px;
  }
  footer #footer-top > p {
    color: #666666;
    line-height: 28px;
    font-size: 15px;
  }
  footer #footer-top > p:nth-child(5) {
    /* border: 1px solid green; */
    margin-top: 15px;
  }
  footer #footer-top > p:nth-child(5) > span {
    color: #003351;
    cursor: pointer;
  }
  footer #footer-top > p:nth-child(5) > span a{
    text-decoration: none;
    color: #64bff9;
  }
  footer #footer-bottom {
    /* border: 1px solid blue; */
    width: 65%;
    height: 139px;
    margin: 0 auto;
    padding-top: 24px;
  }
  footer #footer-bottom ul {
    list-style-type: none;
  }
  footer #footer-bottom ul li {
    display: inline-block;
    color: #666666;
    font-size: 15px;
  }
  footer #footer-bottom ul li a {
    text-decoration: none;
    color: #666666;
  }
  footer #footer-bottom > p {
    padding-top: 30px;
    color: #003351;
    font-size: 12px;
  }
  /* 回滚按钮 */
  #gotoTopBtn {
    display: none;
    opacity: 0;
    border-radius: 50%;
    position: fixed;
    left: calc(1vw);
    bottom: calc(1vw);
    width: calc(4vw);
    height: calc(4vw);
    cursor: pointer;
    z-index: 100;
  }
  /* 用户留言 */
  .float-tool {
    position: fixed;
    right: 0px;
    bottom: 50px;
    background-color: #fff;
    box-shadow: -3px 0 15px rgba(0, 0, 0, 0.3);
    width: 50px;
  }
  .float-tool ul {
    list-style-type: none;
  }
  .float-tool ul li {
    cursor: pointer;
    margin: 16px 0;
    padding: 8px 0;
    text-align: center;
  }
  .float-tool ul li .ivu-poptip .ivu-poptip-rel img {
    width: 35px;
    height: 35px;
  }
  .float-tool ul li .iconfont {
    font-size: 25px;
    color: rgba(0, 0, 0, 0.5);
  }
  /* 模态框 */
  .float-tool-modal h1 {
    font-weight: 500;
    margin: 12px 0;
    padding-left: 24px;
  }
  /* 模态框 */
  .modal {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .modal .modal-wrapper {
    width: 500px;
    height: 700px;
    background-color: #fff;
    margin: 0;
    padding: 24px;
    z-index: 100;
  }
  .modal .modal-wrapper .modal-header {
    margin-bottom: 24px;
  }
  .modal .modal-wrapper .modal-header .title {
    font-size: 24px;
  }
  .modal .modal-wrapper .modal-content .form .form-item {
    display: flex;
  }
  .modal .modal-wrapper .modal-content .form .form-item .name {
    text-align: right;
    min-width: 90px;
  }



  .wechat-QRCode .wechat-title {
    font-size: 20px;

    width: 240px;
    padding: 12px 12px;
  }
  .wechat-QRCode .wechat-QRCode-img {
    width: 200px;
    height: 200px;
    display: block;
    margin: 0 auto;
  }
  .wechat-QRCode .wechat-firmName {
    font-size: 20px;
    
    padding-left: 32px;
    margin-bottom: 24px;
  }

  .valid-code-img {
    min-width: 160px;
    height: 40px;
    cursor: pointer;
  }
}
