.index-G  .title {
   
}
.index-G {
  height: 100vh;
}
.index-G .con_container {
  height: 100vh;
}

@media screen and (max-width: 768px) {
  .index-G .pic{
    min-height: auto;
  }
  
  .index-G .container{
    top: 5%;
    left: 5%;
    bottom: auto;
    height: auto;
  }
  
  .index-G{
    height: auto;
  }
  
  .index-G .con_container{
    height: auto;
  }
  .index-G .banner-text{
    width: 55%;
  }
  
  .index-G  h2,
  .index-G  h2 a {
    font-size: 18px;
  }
  
  .index-G p {
    font-size: 8px;
    line-height: 13px;
    padding: 10px 0;
  }
  
  .index-G .main-href a {
    font-size: 8px;
    padding: 5px 13px;
  }
  
  .index-G .main-href {
    margin-top: 0;
  }
}
