
  body{
    padding: 0;
    margin: 0;
    min-width: 1900px;
    font-family: 'Source Han Sans';
    letter-spacing: 1px;
  }
  button:active {
    transform: scale(0.8);
  }
  .content1 {
    background: url(./img/antiFake/Frame13307.png);
    background-size: cover;
    width: 100%;
    height: 470px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }
  .c1Item {
    width: 1200px;
    margin-left: 360px;
    margin-top: 143px;
  }
  .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;
    margin: 0px;
    letter-spacing: 4px;
  }
  .c1Item > p {
    width: 670px;
    font-weight: 400;
    font-size: 20px;
    color: #ffffff;
    line-height: 25px;
    text-align: left;
    text-indent: 2em;
    letter-spacing: 2px;
  }
  button {
    width: 110px;
    height: 40px;
    background: linear-gradient(135deg, #336afe 0%, #1ca9f8 100%);
    border-radius: 4px;
    font-weight: 500;
    font-size: 14px;
    color: #ffffff;
    line-height: 19px;
    text-align: center;
    border: none;
    letter-spacing: 2px;
  }
  .content2 {
    width: 100%;
    height: 60px;
    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 {
    width: 100%;
    height: 500px;
    background: #eef4ff;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  .c3Item {
    width: 1200px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .c3Left {
    margin-right: 56px;
    /* margin-top: -60px; */
  }
  .c3Left > h2 {
    font-weight: bold;
    font-size: 36px;
    color: #000000;
    line-height: 54px;
    text-align: left;
    margin: 0px;
    letter-spacing: 4px;
  }
  .c3Left > p {
    width: 578px;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    text-align: left;
  }
  .c3LeftBottom {
    margin-top: 60px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
  }
  .c3LeftBottom > img {
    width: 372px;
    height: 80px;
  }
  .c3LeftBottomText {
    width: 480px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -45px;
  }
  .c3LBTextItem {
    width: 33%;
    text-align: left;
  }
  .c3LBTextItem > p {
    font-weight: 400;
    font-size: 12px;
    color: #666666;
    line-height: 18px;
    text-align: center;
  }
  .c3LBTextItem > p > span {
    font-weight: 500;
    font-size: 14px;
    color: #000000;
    line-height: 21px;
    text-align: center;
  }

  .c3Right {
    margin-top: 25px;
  }
  .c3Right > img {
    width: 566px;
    height: 412px;
  }
  .content4 {
    width: 100%;
    height: 625px;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .c4Item {
    width: 1200px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .c4Item > h2 {
    font-weight: bold;
    font-size: 56px;
    color: #000000;
    line-height: 70px;
    text-align: left;
    margin: 0px;
    letter-spacing: 4px;
  }
  .c4Body {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 60px;
  }
  
  .c4BodyItem {
    padding: 20px;
    border: 1px solid #f5f5f5;
    border-left: none;
  }
  .c4BodyItem:last-child {
    border-right: none;
  }
  .c4BodyItem > img {
    width: 360px;
    height: 260px;
  }
  .c4BodyItem > p {
    font-weight: 400;
    font-size: 20px;
    color: #000000;
    line-height: 25px;
    text-align: left;
    margin: 0;
    margin-top: 20px;
  }
  .content5 {
    background: url(./img/antiFake/Group4077.png);
    background-size: cover;
    width: 100%;
    height: 1094px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    position: relative;
  }
  .content5 > h2 {
    font-weight: bold;
    font-size: 56px;
    color: #000000;
    line-height: 84px;
    text-align: left;
    margin: 0px;
    margin-top: 30px;
    letter-spacing: 4px;
  }
  .c5Item {
    width: 1200px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 60px;
  }
  .c5ItemLeft {
    margin-right: 90px;
  }
  .c5ILeftItem:hover{
    transform: scale(1.05);
  }
  .c5ILeftItem {
    width: 300px;
    height: 400px;
  }
  .c5ILeftItem>img{
    width: 300px;
    height: 400px;
  }
  .c5ILeftItem>p{
    text-indent: 2em;
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    line-height: 27px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin: -350px 30px 0px;
   
  }
  .c5ItemCenter {
    margin-right: 90px;
  }
  .c5ItemCenter > img {
    width: 420px;
    height: 665px;
  }
  .c5IRightItem:hover{
    transform: scale(1.05);
  }
 .c5IRightItem {
    width: 300px;
    height: 400px;
  }
  .c5IRightItem>img{
    width: 300px;
    height: 400px;
  }
  .c5IRightItem>p{
    text-indent: 2em;
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    line-height: 27px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin: -350px 30px 0px;
   
  }
  .content6 {
    width: 100%;
    height: 1150px;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .c6Item {
    width: 1200px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .c6ItemCard {
    width: 380px;
    height: 500px;
    width: 33%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 30px;
  }
  .c6ItemCard>a> img {
    width: 380px;
    height: 380px;
  }
  .c6ItemCardFoot {
    flex: 1;
    width: 380px;
    box-sizing: border-box;

    background: #f5f5f7;
  }
  .c6ItemCardFoot > p {
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin: 30px 40px;
    display: flex;
    flex-wrap: wrap;

  }
  .content7 {
    width: 100%;
    background: #fafafa;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    padding-bottom: 70px;
  }
  .content7 > h2 {
    font-weight: bold;
    font-size: 56px;
    color: #000000;
    line-height: 84px;
    text-align: left;
    margin: 0;
    margin-top: 50px;
    letter-spacing: 4px;
  }
  .content7 > p {
    font-weight: 400;
    font-size: 20px;
    color: #000000;
    line-height: 23px;
    text-align: left;
  }
  .c7Item {
    width: 1260px;
    margin-top: 65px;
  }
  .c7imgGroup {
    
  }
  .c7imgGroup > img {
    width: 384px;
    height: 420px;
    margin-right: 14px;
    overflow: hidden;
  }
  .c7ItemCard {
    width: 1260px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
  }
  .c7ICItem {
    width: 50%;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
  }
  .c7ICItemLeft {
    width: 120px;
    height: 120px;
    margin-right: 20px;
  }
  .c7ICItemLeft > img {
    width: 100%;
    height: 120px;
  }
  .c7ICItemRight {
    flex: 1;
  }
  .c7ICItemRight > h5 {
    font-weight: bold;
    font-size: 20px;
    color: #000000;
    line-height: 23px;
    text-align: left;
    margin: 0;
    letter-spacing: 2px;
  }
  .c7ICItemRight > p {
    width: 400px;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 19px;
    text-align: left;
  }
  .content8 {
    width: 100%;
    height: 626px;
    background: url(./img/antiFake/Group4077.png);
    background-size: cover;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
  }
  .content8 > h2 {
    font-weight: bold;
    font-size: 56px;
    color: #000000;
    line-height: 84px;
    text-align: left;
    margin: 40px 0 20px;
    letter-spacing: 4px;
  }
  .c8Item {
    width: 1200px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .c8ItemLeft {
    width: 60px;
    height: 60px;
    margin-right: 15px;
  }
  .c8ItemSwiper {
    width: 1050px;
    height: 420px;
    overflow: hidden;
    background: #ffffff;
    border-radius: 20px;
  }
  .c8ISItem {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .c8ISItemLeft {
    width: 626px;
    height: 420px;
  }
  .c8ISItemLeft > img {
    width: 100%;
    height: 100%;
  }
  .c8ISItemRight {
    flex: 1;
    margin: 100px 40px 0px ;
  }
  .c8ISItemRight > h4 {
    font-weight: 800;
    font-size: 32px;
    color: #000000;
    line-height: 38px;
    text-align: left;
    margin: 20px 0;
  }
  .c8ISItemRight > p {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 22px;
    text-align: left;
    letter-spacing: 2px;
  }
  .c8ISIRblue {
    width: 40px;
    height: 6px;
    background: #268efb;
    border-radius: 5px 5px 5px 5px;
  }
  .c8ItemRight {
    width: 60px;
    height: 60px;
    margin-left: 15px;
  }
  .content9 {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
  }
  .content9>h2{
  
    font-weight: bold;
    font-size: 56px;
    color: #000000;
    line-height: 84px;
    text-align: left;
    letter-spacing: 4px;
  }
  .c9Item{
    width: 1200px;
  }
  .c9ItemCard{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
  }
  .c9ICItem{
    width: 25%;
    margin-bottom: 24px;
    position: relative;
  }
  .c9ICItem>img{
    width: 283px;
  }
  .c9TextBox{
    width: 283px;
    height: 106px;
    background: linear-gradient( 180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.41) 100%);
    position: absolute;
    left: 0;
    bottom: 5px;
  }
  .c9TextBox>p{
    font-weight: 500;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 28px;
    text-shadow: 0px 2px 2px rgba(0,0,0,0.1);
    text-align: left;
    margin-left: 20px;
    margin-top: 50px;
  }
  .c9ItemImgGroup{
    width: 100%;
  }
  .c9ItemImgGroup>img{
    width: 100%;
    margin-top: 60px;
  }
  .content10{
    width: 100%;
    background: #FFFFFF;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
  }
  .content10>h2{
    font-weight: bold;
    font-size: 56px;
    color: #000000;
    line-height: 84px;
    text-align: left;
    letter-spacing: 4px;
  }
  .c10Item{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
  }
  .c10ItemBox{
    width: 25%;
    margin-right: 17px;
  }
  .c10ItemBox:last-child{
    width: 25%;
    margin-right: 0;
  }
  .c10ItemBoxItem{
    width: 100%;
    min-width: 462px;
    background: #D9F1FF;
  }
  .c10ItemBoxItem>img{
    width: 100%;
    
  }
  .c10ItemBoxItem>h4{
    font-weight: 800;
    font-size: 32px;
    color: #000000;
    line-height: 38px;
    text-align: center;
    margin-top: -60px;
    letter-spacing: 2px;
    padding-bottom: 40px;
  }
  .content11{
    width: 100%;
    height: 1092px;
    background: url(./img/antiFake/moreServicebg.png);
    background-size: cover;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
  }
  .content11>h2{
    font-weight: bold;
    font-size: 56px;
    color: #000000;
    line-height: 84px;
    text-align: left;
    margin: 40px 0 20px;
    letter-spacing: 4px;
  }
  .c11Item{
    width: 1224px;
  }
  .c11ItemCard{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
  }
  .c11ICItem{
    width: 50%;
  }
  .c11ICItemBox{
    width: 588px;
    height: 260px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    margin-top: 24px;
  }
  .c11ICItemBox>img{
    width: 360px;
    height: 260px;
  }
  .c11ICItemBox>h4{
    flex: 1;
    font-weight: bold;
    font-size: 32px;
    color: #000000;
    line-height: 48px;
    text-align: center;
    letter-spacing: 2px;
  }

  /* 合作伙伴部分 */
  .partnerCard{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
  }
  .partnerCard>h2{
    font-weight: bold;
    font-size: 56px;
    color: #000000;
    line-height: 72px;
    text-align: center;
    letter-spacing: 4px;
  }
  .partnerCardItem{
    width: 1200px;
    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;
  }

