*{
    margin: 0;
    padding: 0;
}
.banner{
    height: 450px;
    color: #fff;
    position: relative;
}   
.banner_txt div:nth-child(1){
    font-size: 50px;
}
.bannertxt_Box{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
  }
  
.AIGC_topbox{
    display: flex; 
    align-items: center;
    gap: 10px;
  }
  .AIGC_txt1{
  font-size: 120px;
  font-weight: bold; 
  letter-spacing: 5px;
  }
  .AIGC_txt2{
    margin-bottom: 5px;
    color: #d14a56;
    font-size: 15px;
    letter-spacing: 2px;
    font-weight: bold;
  }
  .AIGC_txt3{ 
    font-size: 50px;
    letter-spacing: 13px;
  }
  .AIGC_txt4{
    font-size: 28px;
    letter-spacing: 7px;
    margin-bottom: 80px;
  }
/* 导航标题 */
.navtitle{
    font-size: 38px;
}
/* 副标题 */
.subtitle{
    font-size: 30px;
    margin-bottom: 30px;
    color: #1963a0;
    font-weight: bold;
    display: flex;
    align-items:baseline;
    gap: 15px;
}
/* 文字描述 */
.txtdec{
    font-size: 20px ;
    padding-left: 40px;
}   
.gntd{
    padding-top: 70px;
    text-align: center;
}
.gntd_con{
    max-width: 1250px;
    margin: 0 auto;
    padding-bottom: 60px;
}
.gongnengdiv{
    text-align: center;
     cursor: pointer;
     border-radius: 7px;
     padding: 0 30px;
     min-height: 210px;
     font-size: 20px;
}
.gongnengdiv:hover{
    color: #ff9d10;
    box-shadow: 0 0 40px #ccc;
    background-color: #fff;
}
.row{
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.xttd{
    text-align: center;
}
.gdfa_tit{
    text-align: center;
    margin: 70px 0;
}
.xiaoping_img{
    width: 100%;
    display: none;
}
.dpshow{
    display: flex;
    text-align: center;
}
.xpshow{
    width: 100%;
    text-align: center;
    display: none;
}
@media (max-width: 1850px) {  
}
@media (max-width: 1200px) {  
}
@media (max-width: 768px) { 
    .banner_txt div:nth-child(1){
        font-size: 35px;
    }
    .gntd{
        font-size: 30px;
        padding-top: 40px;
    }
    .gntd div:nth-child(1){
        margin-bottom: 0px !important
    }
    .gntd_con{
        padding-bottom: 10px;
    }
    .navtitle{
        font-size: 25px
    }
   .subtitle{
       font-size: 21px ;
       margin-bottom: 10px ;
   }
   .txtdec{
    font-size: 16px;
    line-height: 30px;
   }    
   .syp_bg{
    width: 80vw;
    }
    .gdfa_tit{
        margin-bottom: 20px;
    }
    .banner{
        height: 100%;
    }
    .daping_img{
        display: none;
    }
    .xiaoping_img{
        display: block;
    }
    .gongnengdiv:hover{
        box-shadow: none;
        background-color: initial;
    }
    .gongnengdiv{
         font-size: 16px;
    } 
      .dpshow{
        display: none !important;
    }
      .xpshow{
        display: block;
    }

    
  .AIGC_topbox{
    flex-direction: column;
    gap: 0;
  }
  .AIGC_txt1{
    font-size: 80px; 
    }
  .AIGC_txt2{
    display: none;
  }
  .AIGC_txt3{ 
    font-size: 30px;
    letter-spacing: 5px;
  }
  .AIGC_txt4{
    margin-top: 30px;
    font-size: 20px;
    letter-spacing: 3px;
  }
}