.index-G .main-href {
  margin-top: 50px;
}

.index-G .main-href a {
  display: inline-block;
  padding: 10px 30px;
  background: #fff;
  color: #000;
  font-size: 16px;
  cursor: pointer;
  border-radius: 50px;
  text-transform: uppercase;
  font-weight: bold;
}

.index-G  .main-href a:hover {
  background: var(--color-second);
  text-decoration: none;
}

.index-G .pic {
  min-width: 100%;
  min-height: 100%;
}
.index-G  .title {
  width: 30%;
  margin-top: -10px;
}

 

.index-G  h2,
.index-G  h2 a {
  font-size: 56px;
}

.index-G  .title p {
  margin-top: 30px;
  font-size: 18px;
}

.index-G  {
  position: relative;
  height: 100vh;
}
.index-G .con_container {
  height: 100vh;
}
.index-G .container {
  /* width: 10px; */
  margin: auto;
  position: absolute;
  height: 100vh;
  /* top: auto; */
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 1600px;
  align-content: center;
}
.index-G .banner-text {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 37.8%;
  /* min-height: 504px; */
  text-align: left;
  z-index: 1;
  bottom: 0%;
  align-content: center;
}
.index-G  h2,
.index-G  p {
  color: #fff;
}
 .index-G  p{
   line-height: 2;
   padding: 20px 0;
 }
.index-G  .container {
  width: 1600px;
  margin: 0 auto;
}

@media screen and (max-width: 1580px) {
  .index-G  .container {
    width: 78%;
  }

  .index-G  .main-href {
    margin-top: 40px;
  }

  .index-G  h2,
 .index-G  h2 a {
    font-size: 32px;
  }

  .index-G .title p {
    font-size: 17px;
  }

  .index-G  .main-href a {
    padding: 16px 50px;
    font-size: 15px;
  }

  .index-G  .title p {
    margin-top: 20px;
  }

   
}

@media screen and (max-width: 1280px) {
  .index-G  h2,
  .index-G  h2 a {
    font-size: 28px;
  }
}

@media screen and (max-width: 960px) {
  .index-G  .container {
    width: 88%;
  }

  .index-G  .main-href a {
    font-size: 14px;
  }

  

  .index-G  p {
    font-size: 15px;
    line-height: 24px;
  }

 .index-G  .main-href {
    margin-top: 30px;
  }

  .index-G  .title {
    width: 100%;
  }

  .index-G  .title p {
    font-size: 16px;
  }

  
  .index-G  h2,
  .index-G  h2 a {
    font-size: 26px;
  }

  
 
}

