.introduce .centre_h2 {
  padding-bottom: 0.3rem;
  margin-bottom: 0.2rem;
  margin-top: 0.8rem;
  text-align: start;
  color: #003abc;
  font-size: 0.36rem;
  border-bottom: 0.01rem #ccc solid;
  box-sizing: border-box;
}

.centre .detail_int_p {
  margin: 0;
  font-size: 0.18rem;
  color: #333333;
  line-height: 0.46rem;
  text-align: left;
}
.introduce {
  width: 100%;
  background-color: #f5f5f5;
}
.introduce .detail_img {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.8rem;
  border: 0.01rem dashed #f5f5f5;
}

.introduce .detail_h4 {
  margin-bottom: 0.36rem;
  padding-left: 0.25rem;
  height: 0.36rem;
  line-height: 0.36rem;
  font-size: 0.2rem !important;
  font-weight: bold;
  color: #003abc !important;
  border-left: 0.05rem solid #003abc;
  box-sizing: border-box;
}
.introduce .last_h4 {
  margin-top: 0.66rem;
  margin-bottom: 0.4rem;
}

.table {
  border-collapse: collapse;
  margin-bottom: 0.81rem;
}

.introduce .table .caption {
  line-height: 0.8rem;
  height: 0.8rem;
  width: 14rem;
  font-size: 0.2rem;
  font-weight: bold;
  color: #ffffff;
  background: #003abc;
  box-sizing: border-box;
}
.introduce .table .th {
  background-color: #dbe6ff !important;
  font-size: 0.18rem;
  font-weight: bold;
  color: #333333;
}

.introduce .table .td {
  font-size: 0.16rem;
  text-align: center;
}
.introduce .table .tr:last-child .td {
  font-size: 0.16rem;
  color: #666666;
  line-height: 0.6rem;
}

.introduce .table .tr:nth-child(2n + 1) {
  background-color: #ffffff;
}




@media only screen and (max-width: 1024px){
    .introduce .detail_img{
    margin-bottom: 15px;
}
.introduce .last_h4{
    margin: 15px auto;
}
.introduce .centre_h2{
    
    margin-top: 10px;
}
.introduce .centre_h2 span{
    font-size: 20px!important;
}
.detail_int_p span{
    font-size: 14px;
}

}