.introduce {
  padding: 0.8rem 0;
  background-color: #f5f5f5;
}

.introduce .centre {
  display: flex;
  flex: 1;
  /*flex-direction: column;*/
  flex-wrap: wrap;
}
.centre p{
    /*flex: 1;*/
}
.introduce .centre .div {
  width: 50%;
  height: 350px;
  box-sizing: border-box;
}

.introduce .centre div img {
  display: block;
  width: 100%;
  height: 100%;
}

.introduce .centre .text {
  padding-left: 40px;
  padding-top: 54.5px;
  background-color: #003abc;
  color: #ffffff;
}
.introduce .centre .text_1 {
  padding-top: 0.215rem;
}
.introduce .centre .text_2 {
  padding: 0.88rem 0.54rem;
}
.introduce .centre .small {
  border: none;
  width: 5.92rem;
  height: 1.73rem;
  font-size: 0.16rem;
}



.pages_pbox p{
    width: 100%;
}




.introduce .centre .text_p {
  font-size: 24px;
  /* font-weight: bold; */

  color: #ffffff;
  box-sizing: border-box;
  margin: 0;
  line-height: 53px;
}
.introduce .centre .text .text_line {
  margin: 30px 0;
  width: 200px;
  height: 3px;
  background-color: #fff;
}
.introduce .centre .text p:last-child {
  font-size: 16px;
  line-height: 34px;
}
.introduce .text_2_span {
  display: inline-block;
  font-size: 0.16rem;
  margin-bottom: 0.2rem;
}

.blod {
  font-weight: 700;
}
.text_2_span.blod {
  font-size: 0.24rem;
}

@media only screen and (max-width: 1024px){
    
    .introduce .centre .div{
    width: 100%;
    padding-left: 0;
    height: auto;
}
.introduce .centre .text{
    padding-left: 0px;
   padding: 15px;
}
}




