.banner {
  height: 7.49rem !important;
}

.bannerTit {
  width: 14.52rem;
  top: 3.25rem !important;
  bottom: auto !important;
}

.bannerTxt {
  width: 14.52rem;
  position: absolute;
  left: 50%;
  top: 4.14rem;
  transform: translateX(-50%);
  font-family: MiSans-Regular;
  font-weight: normal;
  font-size: 0.29rem;
  color: #FFFFFF;
}

.newBread {
  margin: 1.12rem auto .23rem !important;
}

.comL {
  padding-top: .96rem;
}

.comR {
  display: flex;
  flex-wrap: wrap;
}

.proItem {
  width: 4.12rem;
  height: 4.37rem;
  background: #FFFFFF;
  box-shadow: 0rem 0.03rem 0.03rem 0.01rem rgba(165, 164, 164, 0.75);
  border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
  margin-right: .5rem;
  padding: .4rem;
  box-sizing: border-box;
  margin-bottom: .52rem;
  transition: all .3s;
}

.proItem:nth-child(3n) {
  margin-right: 0;
}

.proItem:hover {
    box-shadow: rgba(74, 90, 117, 0.08) 0px .02rem .1rem 0px, rgba(74, 90, 117, 0.24) 0px .2rem .2rem -.12rem;
}

.proItem img {
  width: 1.24rem;
  height: 1.24rem;
  margin-bottom: .28rem;
}

.proItemTit {
  font-family: MiSans-Medium;
  font-weight: normal;
  font-size: 0.34rem;
  color: #172A88;
  margin-bottom: .2rem;
}

.proItemTxt {
  font-family: MiSans-Regular;
  font-weight: normal;
  font-size: 0.19rem;
  color: #898989;
  line-height: 0.3rem;
}

.proDetails {
  width: 100%;
  background: #F7F8F8;
  background: #fff;
  box-shadow: 0rem 0.03rem 0.03rem 0.01rem rgba(165, 164, 164, 0.75);
  border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
  padding: .69rem .38rem .66rem .67rem;
  font-size: .16rem;
}

.proDetailsTitle {
  display: flex;
  align-items: center;
  margin-bottom: .4rem;
}

.proDetailsTitle p:first-child{
    font-family: MiSans-Demibold;
    font-weight: normal;
    font-size: 0.4rem;
    color: #172A88;
}

.proDetailsTitle p:last-child{
    /*font-family: MiSans-Demibold;
    font-weight: normal;
    font-size: 0.18rem;
    color: 333;*/
}

.proDetailsTitle img {
  width: 2.74rem;
  height: 2.47rem;
  margin-right: .22rem;
  flex-shrink: 0;
}

.otherITem {
  width: 5.02rem;
  height: 3.69rem;
  background: #FFFFFF;
  box-shadow: 0rem 0.03rem 0.03rem 0.01rem rgba(165, 164, 164, 0.75);
  border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
  padding: .26rem .16rem .17rem;
  box-sizing: border-box;
}

.otherITem:nth-child(3n){
  margin-right: .5rem;
}

.otherITem img {
  width: 100%;
  height: 2.74rem;
  margin-bottom: .07rem;
}

.otherITem .proItemTit {
  font-family: MiSans-Medium;
  font-weight: normal;
  font-size: 0.34rem;
  color: #172A88;
  text-align: center;
}

.otherDetails{
  font-family: MiSans-Demibold;
  font-weight: normal;
  font-size: 0.59rem;
  color: #172A88;
  margin-bottom: .34rem;
}

.detailsContent {
  font-size: .16rem;
}

.detailsContent img{
  width: revert-layer;
  height: auto;
  max-width: 100%;
}


@media only screen and (max-width: 768px) {
.proItem{
    width: auto!important;
    height: 100%!important;
    margin-right: 0!important;
    flex: 0 0 50%;
    }
}




/*2025-06-5*/
.down_list{
    margin-top: 1rem;
    width: 100%;
    background: #F7F8F8;
    box-shadow: 0rem 0.03rem 0.03rem 0.01rem rgba(165, 164, 164, 0.75);
    border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
    padding: 0.36rem;
    box-shadow: border-box;
}
.down_list .downTile {
    font-family: MiSans-Medium;
    font-weight: normal;
    font-size: 0.4rem;
    color: #000000;
    margin-bottom: 0.25rem;
}
.down_list .downItem {
  display: flex;
  align-items: center;
  padding: .26rem 0;
  padding-left: .23rem;
  border-top: 0.01rem solid #898989;
}
.down_list .downItemTit {
  font-family: MiSans-Medium;
  font-weight: normal;
  font-size: 0.18rem;
  color: #898989;
  width: 8.4rem;
  margin-left: .06rem;
}

.down_list .pdf {
  width: 0.3rem;
}

.down_list .pdfDetail {
  font-family: MiSans-Medium;
  font-weight: normal;
  font-size: 0.19rem;
  color: #898989;
  width: 1.5rem;
}

.down_list .downBtn {
  width: fit-content;
  padding: 0 .14rem;
  height: 0.35rem;
  border-radius: 0.07rem 0.07rem 0.07rem 0.07rem;
  border: 0.01rem solid #172A88;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: MiSans-Medium;
  font-weight: normal;
  font-size: 0.19rem;
  color: #172A88;
  margin-left: 1.2rem;
  transition: all .3s;
}









