

.v6img .disimg .img2 {
    display: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.v6img .disimg {
    width: 100%;
    height: 100%;
}
.v6img .disvideo {
    
    width: 100%;
    height: 100%;
}
.v6img .disvideo .video_mine {
    
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.v6 .v6-banner{
position: relative;
height: 100vh;
}
.v6 .v6-banner .v6img {

    width: 100%;
    height: 100%;
}
.v6 .v6-banner .v6img  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.v6 .v6-banner .v6txt {

      position: absolute;
    left: 50%;
    top: auto;
    transform: translateX(-50%);
    z-index: 20;
    bottom: 100px;
}

.v6 .v6-banner .v6txt p {

    	letter-spacing: 0px;
	color: #ffffff;
    text-align: left;
}

.v6 .v6-banner .v6txt span {
    letter-spacing: 0px;
    color: #ffffff;
    text-align: center;
    width: 100%;
    display: flex
;
    justify-content: left;
}

.v6 .v6-banner .v6txt .v6button {
     width: 220px;
    height: 60px;
        display: flex
;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    display: none;
}
.v6 .v6-banner .v6txt .v6button span {

      text-align: center;
width: 100%;
height: 100%;
    background-color: #de6a18;
    border-radius: 8px;
    display: flex
;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    color: #ffffff;
    cursor: pointer;
    transition: all 0.4s;
}
.v6 .v6-banner .v6txt .v6button span:hover {

    transform: scale(1.05);
}
@media only screen and (max-width: 1600px) {   
    .v6 .v6-banner .v6txt .v6button {

    width: 180px;
    height: 50px;
}
    
}
@media only screen and (max-width: 1200px) {   
.v6 .v6-banner .v6txt .v6button {

    width: 160px;
    height: 40px;
}

}


@media only screen and (max-width: 1200px) {   
          .v6img .disimg {
        display: block!important;
        
        
    }
  .v6img .disimg .img2 {
        display: block!important;
        
        
    }
    
      .v6img .disimg .img1 {
          display: none;
      }
    .v6 .v6-banner .v6img .disvideo {
        
        display: none!important;
    }
    
}

@media only screen and (max-width: 768px) {    
    .v6 .v6-banner .v6txt .v6button {
        
                width: 140px;
        height: 40px;
        display: block;
        margin: unset;
        margin-top: 20px;
    }
.v6 .v6-banner {
    
    height: 600px;
}
 .v6 .v6-banner .v6txt {
     
     bottom: 40px;
 }   
    
}


