@media (max-width: 1200px) {
  .visu-box {
    width: 75%;
  }
}
@media (min-width: 992px) {
  .example-left{
    width: 50%;
  }
  .example-right{
    width: 50%;
  }
  .custom-place{
    width: 100%;
  }
  .app-footer{
    display: none;
  }
  .home-footer{
    display: block;
  }
 }
@media(max-width: 992px) {
  .analysis-img{
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 30px 0;
  }
  .find-img{
    width: 750px;
    height: 100%;
    background: none;
    display: flex;
    flex-wrap: wrap;
  }
  .find-bg{
    background: none;
  }
  .findimg-box{
    width: 339px;
    height: 279px;
    border-radius:20px;
  }
  .findimg-box img{
    height: 224px;
    border-radius:20px 20px 0 0;
  }
  .findimg-box p{
    
    height: 55px;
    border-radius: 0 0 20px 20px;
  }
  .find-img .row{
    height: 100%;
  }
  .custom-two img:hover {
    transform: none;
  }

  .analysis-contnet {
    display: none;
  }

  .analysis-box {
    display: none;
    height: 905px;
  }

  .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: 700px;
  }

  .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 {
    height: 100%;
  }

  .example-left {
    height: 260px;
    margin-top: 0px;
    text-align: center;
  }

  .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 {
    max-width: 650px;
    font-size: 28px;
    margin: 0 auto;
    
  }

  .example-line {
    display: none;
  }

  .example-right {
    margin: 0;
    height: 582px;
  }

  .find-box {
    height: 910px;
  }

  .find-text {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
  }

  .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) {
    max-width: 658px;
    font-size: 28px;
    line-height:40px;
  }

  .imgTop {
    margin-top: 30px;
  }


  /* 数据·定制 */
  .custom-box {
    height: 953px;
  }
  .place-box {
    display: none;
  }

  .custom-place {
    display: none;
  }

  .custom-app {
    display: block !important;
  }

  .custom-top span:nth-child(1) {
    display: none;
  }

  .custom-text {
    margin: 0;
    padding: 0 20px 20px;
    text-align: center;
  }

  .custom-top {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 144px;
  }

  .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 {
    color: #666666;
    max-width: 650px;
    margin: 0 auto;
    font-size: 28px;
  }

  .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);
  }

  .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;
    color: rgba(0, 0, 0, 0.85);
  }

  .big-text {
    margin: 0;
  }

  .encrypt-text p:nth-of-type(1) {
    margin: 0;
    font-size: 36px;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
  }

  .encrypt-text p:nth-of-type(2) {
    margin: 0;
    font-size: 28px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.5);
  }

  .encrypt-text 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-text2,.product-text3{
    font-size: 14px;
  }
  .product-text{
    font-size: 18px;
  }
  .product-into {
    display: none;
  }

  .two-text p:nth-child(4) {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    
  }
  .analysis-yi{
    width: calc(100% - 48px);
    margin: 0 auto;
  }
  .find-text p:nth-of-type(1){
    font-size: 18px;
  }
  .find-text p:nth-child(2){
    font-size: 14px;
    margin: 5px 0 10px 0;
  }
  .find-text{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    height: 152px;
  }
  .find-text p:nth-child(4){
    width: 100%;
    max-width: 330px;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
  }
  .find-img{
    padding: 0;
  }
  .findimg-box{
    width: calc(50% - 10px);
    height: auto;
    padding: 0 5px;
  }
  .findimg-box img{
    width: 100%;
    height: auto;
    display: inline-block;
    border-radius: 10px 10px 0 0 ;
  }
  .findimg-box p{
    height: 27px;
    font-size: 9px;
    border-radius: 0 0 10px 10px;
  }
  .imgTop{
    margin-top: 10px;
  }
  .find-box{
    height: auto;
  }
  .find-bg {
    height: auto;
  }
  .find-img{
    flex: 1;
    width: calc(100% - 48px);
  }
  .example-title{
    font-size: 18px;
    margin-top: 30px;
  }
  .example-en{
    font-size: 14px;
    margin: 5px 0 10px 0;
  }
  .example-text{
    max-width: 330px;
    font-size: 14px;
  }
  .example-box{
    width: 100%;
    padding: 0;
  }
  .example-left{
    padding: 0;
    height: 186px;
  }
  .example-right{
    height: auto;
    padding: 0;
  }
  .example-right img{
    width: 100%;
    height: 100%;
  }
  .product-example .col-lg-1{
    padding: 0 10px;
  }
  .product-example{
    height: auto;
  }
  .two-text p:nth-child(1) {
    font-size: 16px;
    margin-top: 48px;
    
  }
  .two-text p:nth-child(3){
    display: none;
  }
  .custom-two{
    height: 240px;
  }
  .two-text{
    width: 100%;
    max-width: 330px;
    height: 240px;
  }
  .custom-top span:nth-child(2){
    font-size: 18px;
    margin-top: 15px;
  }
  .custom-top span:nth-child(3){
    font-size: 14px;
    margin: 10px 0;
  }
  .custom-top{
    height: 72px;
  }
  .custom-title p{
    font-size: 14px;
  }
  .app-lunbo{
    width: calc(100% - 48px);
    height: auto;
    padding: 0;
  }

  .dot-box ul li {
    width: 10px;
    height: 10px;
  }
  .app-img img{
    width: 100%;
    height: auto;
  }
  .custom-box{
    height: auto;
  }
  .dot-box ul{
    padding: 0;
  }
  }