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

.index-H .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-H  .main-href a:hover {
  background: var(--color-second);
  text-decoration: none;
}
.index-H .pic {
  min-width: 100%;
  min-height: 100%;
}
.index-H  .title {
  width: 30%;
  margin-top: -10px;
}

 

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

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

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

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

  .index-H  .main-href {
    margin-top: 20px;
  }

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

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

  .index-H  .main-href a {
    padding: 6px 20px;
    font-size: 15px;
  }

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

   
}

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

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

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

  

  .index-H p {
    font-size: 15px;
    line-height: 24px;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
  }

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

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

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

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

  
 
}

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