.huake-indexD {
    padding: 0px 0 0;
    position: relative;
}

.huake-indexD::before {
    display: block;
    content: '';
    height: 1245px;
    background: url(../../images/ibg14.png);
    position: absolute;
    left: 0;
    bottom: 60px;
}

.huake-indexD h3 {
   font-size: 50px;
  margin: auto;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 5px;
  font-family: var(--font-family1);
  text-transform: uppercase;
  color: var(--color-primary);
   text-align: center;
}

.huake-indexD h3::after {
    /* display: block; */
    content: '';
    width: 95px;
    height: 3px;
    background: #F6AA00;
    margin: 25px auto 0;
}

.huake-indexD dl {
    margin-top: 20px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.huake-indexD dl dd {
    position: relative;
    width: 49%;
    box-sizing: border-box;
    cursor: pointer;
    margin: 20px 0 36px 0;
}

.huake-indexD dl dd img {
    display: block;
    width: 100%;
}

.huake-indexD dl dd ins {
   
    text-align: center;
    background: #b16f23bf;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    font-size: 26px;
    font-family: var(--font-family1);
}

.huake-indexD dl dd .txt {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 105;
    padding: 0 35px;
    background: rgb(23 23 23 / 43%);
    box-sizing: border-box;
    text-align: center;
    opacity: 0;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
    transition: opacity 0.2s, transform 0.35s;
    -webkit-transform: scale(0);
    transform: scale(0);
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.huake-indexD dl dd .txt::before {
    position: absolute;
    content: '';
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    z-index: 102;
    border: 2px solid rgb(110 82 19 / 65%);
}

.huake-indexD dl dd .txt h6 {
    font-size: 20px;
    color: #f6aa00;
}

.huake-indexD dl dd .txt p {
    font-size: 15px;
    color: #fff;
    line-height: 30px;
    margin: 15px 0 0 0;
}

.huake-indexD dl dd .txt .more {
    border-radius: 50%;
    width: 50px;
    height: 48px;
    background: rgba(246,170,0,0.5);
    line-height: 46px;
    display: inline-block;
    text-align: center;
    margin: 15px 0 0;
}

.huake-indexD dl dd .txt .more i {
    color: #fff;
    font-size: 20px;
}

.huake-indexD dl dd:hover::before {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.huake-indexD dl dd:hover::after {
    display: block;
}

.huake-indexD dl dd:hover .txt {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
}

.huake-indexD dl dd:hover ins {
    display: none;
}


@media screen and (max-width:768px){
.huake-indexD h3 {
    font-size: 30px;
}
}

@media screen and (max-width:600px){
.huake-indexD dl dd {
    width: 100%;;
}
}

@media screen and (max-width:520px){
.huake-indexD dl dd ins {
    font-size: 21px;

}
}.huake-indexD .t h3{
    color: #000;
    padding-left: 30px;
    margin-bottom: 24px;
    font-size: 50px;
    position: relative;
    text-align: left;
}
.huake-indexD .t h3 span{
    color: #b16f23;
   
}
.huake-indexD .t h3::before{
       content: '';
       width: 16px;
       background: #b16f23;
       position: absolute;
       top: 5px;
       left: 0px;
       height: 41px;
       margin: 0;
}
@media screen and (max-width:1280px){
.huake-indexD dl dd ins{
font-size:20px;
}
}

@media screen and (max-width:992px){
.huake-indexD .t h3{
font-size:34px
}
.huake-indexD dl dd ins{
font-size:17px;
  padding:15px 0px;
}
  
}