@media (max-width: 1200px) {
  .visu-box {
    width: 75%;
  }
}
@media(min-width: 992px) and (max-width: 1200px){
  .visu-box{
    width: 100%;
  }
  .find-auto{
    width: 100%;
  }
  .modeling-text{
    width: 35%;
  }
  .data-img{
    width: 65%;
  }
  .data-img img{
    width: 100%;
    height: 100%;
  }
  .app-footer{
    display: none;
  }
  .home-footer{
    display: block;
  }
}

@media(max-width: 992px) {
  div.find-auto {
    width: 100%;
  }

  .example-box {
    width: 100%;
  }

  .product-talking {
    height: 420px;
    overflow: hidden;
  }

  .product-text {
    margin: 0;
    
    font-size: 36px;
  }

  .product-text2 {
    font-size: 26px;
    
    margin-top: 10px;
  }

  .product-text3 {
    font-size: 26px;
    
    margin-top: 10px;
  }

  /* 数据可视 */
  .product-example {
    height: 1020px;
    padding: 0 24px;
  }

  .example-zoom {
    border-radius: 20px;
    height: 100%;
  }

  .example-zoom2 {
    margin: 0;
    height: 100%;
  }

  .example-img {
    height: 279px;
    border-radius: 20px;
  }

  .example-img2 {
    height: 279px;
    border-radius: 20px;
  }


  .example-row {
    width: 100%;
    height: 100%;
    display: inline-block;
  }

  .example-left {
    height: 320px;
    margin-top: 0px;
    text-align: center;
    padding: 0 30px;
  }

  .example-title {
    font-size: 36px;
    margin-top: 64px;
    font-weight: 400;
  }

  .example-en {
    font-size: 28px;
    color: rgba(0, 0, 0, 0.25);
    margin: 10px 0 20px 0;
  }

  .example-text {
    font-size: 28px;
    max-width: 658px;
    
    margin: 0 auto;
  }

  .example-line {
    display: none;
  }

  .example-right {
    margin: 0 auto;
    height: 582px;
  }

  .find-box {
    height: 860px;
    background: rgba(24,144,255,0.05);
  }

  .find-text {
    padding: 64px 0 0;
    margin: 0;
    text-align: center;
  }

  .find-text p:nth-of-type(1) {
    margin: 0;
    font-weight: 400;
    font-size: 36px;
  }

  .find-text p:nth-child(3) {
    display: none;

  }

  .find-text p:nth-child(2) {
    font-size: 28px;
    color: rgba(0, 0, 0, 0.25);
  }

  .find-text p:nth-child(4) {
    font-size: 28px;
  }

  .find-img {
    width: 702px;
    height: 510px;
    flex-wrap: wrap;
    margin-top: 30px;
  }

  .find-img .imgTop {
    width:339px;
    height:244px;
  }

  /* 数据·定制 */
  .custom-box {
    height: auto;
  }

  .place-box {
    display: none;
  }

  .custom-place {
    display: none;
  }

  .custom-app{
    width: auto;
    height: auto;
    display: block !important;
  }

  .custom-top span:nth-child(1) {
    display: none;
  }
  .app-lunbo {
    height: auto;
    margin-top: 0;
  }

  .custom-text {
    margin: 0;
    text-align: center;
    padding-bottom: 30px;
  }

  .custom-top {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 180px;
  }

  .custom-top span:nth-child(2) {
    font-size: 36px;
    margin: 0;
    margin-top: 30px;
  }

  .custom-top span:nth-child(3) {
    color: rgba(0, 0, 0, 0.25);
    margin: 0;
    font-size: 28px;
    margin: 20px 0;
  }

  .custom-title p {
    max-width: 658px;
    font-size: 28px;
    margin: 0 auto;
    color: #666666;
  }

  /* 数据建模 */
  .modeling-box {
    height: 766px;
    background: none;
    padding: 0 23px;
  }

  .modeling-center {
    display: flex;
    flex-direction: column;
  }

  .visu-box2 {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .modeling-text {
    width: 702px;
    padding-bottom: 20px;
    margin: 0;
    text-align: center;
  }

  .modeling-text p:nth-of-type(3) {
    display: none;
  }

  .modeling-text p:nth-of-type(1) {
    font-size: 36px;
    color: #333333;
  }

  .modeling-text p:nth-of-type(2) {
    font-size: 28px;
    color: rgba(0, 0, 0, 0.25);
    margin: 5px 0 10px 0;
  }

  .modeling-text p:nth-of-type(4) {
    font-size: 28px;
    color: #666666;
    margin: 0 auto;
  }
  
  .encrypt-box {
    height: 520px;
    padding: 0 24px;
  }

  .data-img {
    width: 702px;
    height: 380px;
    background: rgba(24, 144, 255, 1);
    box-shadow: 0px 6px 12px 0px rgba(14, 96, 171, 0.4);
    border-radius: 10px;
    margin: 0 auto;
  }

  .data-img img {
    width: 100%;
    height: 100%;
  }

  .encrypt-text p:nth-of-type(3) {
    display: none;
  }

  .encrypt-text p:nth-of-type(1) {
    font-size: 36px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.85);
    margin-top: 0;
  }

  .encrypt-text p:nth-of-type(2) {
    font-size: 28px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.25);
  }

  .encrypt-text p:nth-of-type(4) {
    font-size: 28px;
    font-weight: 400;
    margin-top: 10px;
  }

  .encrypt-img {
    margin-top: 30px;
  }

  .big-text {
    margin: 0;
  }

  .encrypt-text2 p {
    text-align: center;
  }

  .encrypt-text2 p:nth-of-type(1) {
    margin: 0;
    font-size: 36px;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
  }

  .encrypt-text2 p:nth-of-type(2) {
    margin: 0;
    font-size: 28px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.5);
  }

  .encrypt-text2 p:nth-of-type(4) {
    margin-top: 10px;
    font-size: 28px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.65);
  }

  .big-box {
    height: 640px;
    background: #02469D;
  }

  .big-box img {
    height: 396px;
    position: absolute;
    bottom: 0;
  }

  .big-box img:hover {
    transform: none;
  }
}

@media (max-width: 768px) {
  .product-talking {
    height: 210px;
    margin-top: 49px;
  }

  .product-text {
    font-size: 18px;
  }

  .example-text {
    max-width: 329px;
    margin: 0 auto;
    font-size: 14px;
  }

  .product-text2,
  .product-text3 {
    font-size: 12px;
  }

  .product-example {
    height: auto;
    padding: 0 24px 30px;
  }

  .dot-box ul li {
    width: 10px;
    height: 10px;
  }

  .example-left {
    height: 186px;
  }

  .example-right {
    height: auto;
    width: calc(100% - 24px);
  }

  /* .example-img img{
    width: 100%;
    height: 100%;
  } */
  .example-img {
    width: calc(50% - 10px);
    margin-bottom: 10px;
    height: auto;
    border-radius: 10px;
  }

  .example-img2 {
    height: 140px;
  }

  .example-title {
    font-size: 18px;
    margin-top: 32px;
  }

  .example-en {
    font-size: 14px;
    margin: 5px 0 10px 0;
  }

  .product-into {
    display: none;
  }

  .example-box {
    width: 100%;
    padding: 0;
  }

  .find-text p:nth-of-type(1) {
    font-size: 18px;
  }

  .find-text p:nth-of-type(2) {
    font-size: 14px;
  }

  .find-text p:nth-child(4) {
    font-size: 14px;
    max-width: 329px;
    margin: 0 auto;
  }

  .find-text {
    height: 152px;
    padding: 32px 0 0;
  }

  .find-auto .find-img{
    padding: 0;
    margin-top: 15px;
    width: calc(100% - 24px);
    height: auto;
  }

  .find-img .imgTop {
    width: calc(50% - 10px);
    height: auto;
    margin-bottom: 10px;
  }

  .imgTop {
    margin: 0;
  }

  .find-box {
    height: auto;
    padding-bottom: 20px;
  }

  .custom-box {
    height: auto;
  }

  .custom-top span:nth-child(2) {
    font-size: 18px;
    height: 20px;
    margin: 0;
    margin-top: 15px;
  }

  .custom-top span:nth-child(3) {
    font-size: 14px;
    height: 15px;
    margin: 10px 0;
  }

  .custom-title p {
    font-size: 14px;
    margin: 0 auto;
    max-width: 355px;
    line-height: 20px;
  }

  .custom-top {
    height: 72px;
  }

  .app-lunbo {
    width: calc(100% - 24px);
    height: auto;
    margin:  0 auto;
  }

  .modeling-text p:nth-of-type(1) {
    font-size: 18px;
  }

  .modeling-text p:nth-of-type(2) {
    font-size: 14px;
  }

  .modeling-text p:nth-of-type(4) {
    font-size: 14px;
    height: auto;
  }

  .modeling-text {
    width: 100%;
    max-width: 355px;
  }

  .data-img {
    width: 100%;
    height: auto;
  }

  .modeling-box {
    height: auto;
    padding: 0 12px 30px;
  }

  .encrypt-text p:nth-of-type(4) {
    max-width: 355px;
    line-height: 20px;
  }

  .encrypt-text p:nth-of-type(1),
  .encrypt-text2 p:nth-of-type(1) {
    font-size: 18px;
    margin: 0;
  }

  .encrypt-text p:nth-of-type(2),
  .encrypt-text p:nth-of-type(4),
  .encrypt-text2 p:nth-of-type(2) {
    font-size: 14px;
  }

  .encrypt-box {
    height: 280px;
    padding: 0 12px;
  }

  .encrypt-text2 p:nth-of-type(4) {
    max-width: 355px;
    font-size: 14px;
  }

  .big-box img {
    height: auto;
  }

  .big-box {
    height: 320px;
  }

}