body {
    padding: 0;
    margin: 0;
    min-width: 1900px;
    letter-spacing: 1px;
    position: relative;
  }
  *,html,body{
      margin: 0;
      padding: 0;
  }
  html{
    font-size: 16px !important;
  }
  h2 {
    /* margin: 30px 0 0; */
    letter-spacing: 4px;
  }
  ul{
    list-style-position: inside;
  }
  .contentTitle {
    font-weight: 800;
    font-size: 56px;
    color: #000000;
    line-height: 66px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    width: 1200px;
    letter-spacing: 4px;
    margin: 0 auto;
  }
  .contentTitlep{
      font-weight: 400;
      font-size: 20px;
      color: #333333;
      line-height: 23px;
      text-align: center;
      font-style: normal;
      text-transform: none;
      padding: 30px 0;
      width: 800px;
      margin: 0 auto;
  }
  .contentTitle-w {
    font-weight: 800;
    font-size: 56px;
    color: #FFFFFF;
    line-height: 66px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    width: 1200px;
    letter-spacing: 4px;
    margin: 0 auto;
  }
  .contentTitlep-w{
      font-weight: 400;
      font-size: 20px;
      color: #FFFFFF;
      line-height: 23px;
      text-align: center;
      font-style: normal;
      text-transform: none;
      padding: 30px 0;
      width: 800px;
      margin: 0 auto;
  }
  button:active {
    transform: scale(0.8);
  }
  a {
      text-decoration: none; /* 去掉下划线 */
      color: inherit; /* 继承父元素的颜色 */
  }
  .content{
      width: 100%;
      padding-top: 30px;
  }
  .cItem{
      width: 1200px;
      margin: 0 auto;
  }
  .content1 {
    width: 100%;
    height: 600px;
    background: url(https://lrgw.act315.com/static/outInStock/c1BG.png);
    background-size: cover;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }
  .c1Item {
    width: 1200px;
    /* height: 520px; */
    margin-left: 360px;
    margin-top: 78px;
  }
  .c1Item > img {
    width: 217px;
    height: 24px;
  }
  .c1Item > h2 {
    font-weight: 800;
    font-size: 54px;
    color: #FFFFFF;
    line-height: 60px;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 26px;
  }
  .c1Item > p {
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 26px;
    margin-top: 86px;
  }
  .contactBtn {
    width: 110px;
    height: 40px;
    background: linear-gradient(135deg, #336afe 0%, #1ca9f8 100%);
    border-radius: 4px 4px 4px 4px;
    font-weight: 500;
    font-size: 16px;
    color: #ffffff;
    line-height: 19px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    border: none;
  }
  
  .content2 {
    width: 100%;
    height: 60px;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.05);
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .c2Item {
    width: 1200px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-left: 360px;
  }
  .c2Item > img {
    width: 14px;
    height: 14px;
    margin-right: 5px;
  }
  .c2Item > p > a:hover {
    color: #011eff;
  }
  
  .c2Item > p {
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 16px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    letter-spacing: 1px;
  }

  .content3 .c3Item{
    margin: 30px auto;
  }
  .content3 .c3Item .c3Card .c3CardItem{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 40px 0;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);  
  }
  .content3 .c3Item .c3Card .c3CardItem:last-child{
    border-bottom: none;
    padding-bottom: 0;
  }
  .content3 .c3Item .c3Card .c3CardItem .order-1{
    order: 1;
  }
  .content3 .c3Item .c3Card .c3CardItem .order-2{
    order: 2;
    margin-left: 60px;
  }
  .content3 .c3Item .c3Card .c3CardItem .c3Left img{
    width: 600px;
    height: 338px;
    display: block;
  }
  .content3 .c3Item .c3Card .c3CardItem .c3Right h4{
    font-weight: bold;
    font-size: 24px;
    color: #000000;
    line-height: 31px;
    text-align: left;
    font-style: normal;
    text-transform: none;
  }
  .content3 .c3Item .c3Card .c3CardItem .c3Right p{
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 21px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin: 30px 0;
  }

  .content3 .c3Item .c3Card .c3CardItem .c3Right ul li{
    margin: 16px 0;
    font-weight: 500;
    font-size: 16px;
    color: #333333;
    line-height: 27px;
    text-align: left;
    font-style: normal;
    text-transform: none;
  }
  .content3 .c3Item .c3Card .c3CardItem .c3Right ul li span{
    font-weight: bold;
  }

  .content4{
    background: #216CEC;
    padding-bottom: 60px;
  }
  .content4 .c4HeadBar{
    width: 1200px;
    margin: 30px auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .content4  .c4HeadBar .active p{
    font-weight: 500 !important;
    color: #FFFFFF !important;
  }
  .content4  .c4HeadBar .c4HeadItem{
    position: relative;
  }
  .content4  .c4HeadBar .c4HeadItem p{
    font-weight: 400;
    font-size: 22px;
    color: #E1ECFF;
    line-height: 28px;
    text-align: center;
    font-style: normal;
    text-transform: none;
  }
  .content4  .c4HeadBar .c4HeadItem .c4xiahuaxian{
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translate(-50%,0);
    width: 60px;
    height: 10px;
    background: #FFFFFF;
    border-radius: 5px 5px 5px 5px;
  }
  .content4 .c4Item{
    padding-top: 30px;
  }
  .content4 .c4Item .c4Card{
    width: 1200px;
    height: 600px;
    background: #FFFFFF;
    border-radius: 30px 30px 30px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .content4 .c4Item .c4Card h4{
    font-weight: bold;
    font-size: 28px;
    color: #216CEC;
    line-height: 36px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-bottom: 40px;
  }
  .content4 .c4Item .c4Card img{
    width: 700px;
    height: 400px;
  }
  .content4 .c4Item {
    text-align: center;
  }
  .content4 .c4Item button{
    width: 170px;
    height: 58px;
    background: linear-gradient( 135deg, #336CFE 0%, #1DA8F9 100%);
    border-radius: 6px 6px 6px 6px;
    border: 1px solid #FFFFFF;
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 38px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 60px auto 0;
  }
  .content4 .c4Item button img{
    width: 24px;
    height: 24px;
  }
  .content5 .c5Item{
    padding-top: 30px;
  }
  .content5 .c5Item img{
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 30px;
  }
 
  .content6{
    background: #EEF4FF;
    padding-bottom: 30px;
  }
  .content6 .c6Titlep{
    font-weight: 500;
    font-size: 24px;
    color: #666666;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin: 30px auto;
  }
  .content6 .c6Card{
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
  }
  .content6 .c6Card .c6CardItem{
    width: 560px;
    height: 300px;
    background: #FFFFFF;
    border-radius: 0px 0px 0px 0px;
    box-sizing: border-box;
    padding: 50px 30px;
    margin: 20px 0;
  }

  .content6 .c6Card .c6CardItem img{
    width: 80px;
    height: 80px;
  }
  .content6 .c6Card .c6CardItem h4{
    font-weight: 500;
    font-size: 26px;
    color: #000000;
    line-height: 33px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin: 30px auto;
  }
  .content6 .c6Card .c6CardItem p{
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 21px;
    text-align: left;
    font-style: normal;
    text-transform: none;
  }

  .content7 .c7ContentTitlep{
    font-weight: 400;
    font-size: 20px;
    color: #333333;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin: 30px 0;
  }
  .content7 .c7Item{
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    padding-bottom: 60px;
  }
  .content7 .c7Item .c7Card{
    width: 380px;
  }
  .content7 .c7Item .c7Card img{
    width: 380px;
    height: 260px;
  }
  .content7 .c7Item .c7Card p{
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    line-height: 26px;
    text-align: left;
    font-style: normal;
    text-transform: none;
  }


  /* 强大的技术研发团队 质量售后服务有保障 */
  .content24 {
    width: 100%;
    height: 690px;
    background: url(./img/fiveInOne/c8BG.png);
    background-size: cover;
    position: relative;
  }
  .c24Item {
    width: 1200px;
    margin: auto;
    padding-top: 60px;
  }
  .c24Item h2 {
    font-weight: 800;
    font-size: 56px;
    color: #000000;
    line-height: 72px;
    text-align: center;
    font-style: normal;
    text-transform: none;
  }
  .c24Item p {
    font-weight: 400;
    font-size: 20px;
    color: #333333;
    line-height: 32px;
    text-align: center;
    font-style: normal;
    text-transform: none;
  }
  #c24box {
    position: relative;
    width: 1050px;
    height: 420px;
    overflow: hidden;
    border-radius: 20px;
  }
  .c24SwiperBox {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
  }
  .c24SwiperItem {
    width: 1050px;
    height: 420px;
    display: flex;
    background: #ffffff;
    border-radius: 20px;
  }
  .c24SwiperItemLeft {
    width: 626px;
    height: 420px;
    border-radius: 20px 0 0 20px;
  }
  .c24SwiperItemLeft img {
    width: 100%;
    height: 100%;
    border-radius: 20px 0 0 20px;
  }
  .c24SwiperItemRight {
    flex: 1;
    box-sizing: border-box;
    padding-right: 40px;
    margin-left: 50px;
  }
  .c24SwiperItemRight h4 {
    font-weight: 800;
    font-size: 32px;
    color: #000000;
    line-height: 38px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding-top: 100px;
  }
  .c24rrblue {
    width: 40px;
    height: 6px;
    background: #268efb;
    border-radius: 5px 5px 5px 5px;
    margin-top: 20px;
  }
  .c24SwiperItemRight p {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 19px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-top: 30px;
  }
  .c24leftbtn {
    width: 60px;
    height: 60px;
    margin-right: 15px;
  }
  .c24rightbtn {
    width: 60px;
    height: 60px;
    margin-left: 15px;
  }

  /* 合作伙伴部分 */
.partnerCard{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    background: #FAFAFA;
  }
  .partnerCard>h2{
    font-weight: bold;
    font-size: 56px;
    color: #000000;
    line-height: 72px;
    text-align: center;
    letter-spacing: 4px;
    padding-top: 60px;
  }
  .partnerCardItem{
    width: 1200px;
    margin-top: 30px;
    margin-bottom: 50px;
  }
  .pcItemCard{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
  
  }
  .pcItemCardItem{
    width: 16.6%;
  }
  .pcItemCardItem:hover{
    transform: scale(1.1);
  }
  .pcItemCardItem>img{
    width: 180px;
    height: 100px;
  }