﻿.details{
  padding: 50px 0;
}
.details p img{
  text-align:center;
  width:100%;
}
.details_tit{
  text-align: center;
  padding-bottom: .26rem;
}
.details_tit h4{
  font-size: .42rem;
  color: #0068b7;
  font-weight: bold; 
  padding-bottom:0.10rem;
}
.details_tit p{
  font-size: .18rem;
  color: #000000;
}
.details_con p{
  font-size: .16rem;
  color: #333333;
  line-height: .26rem;
  padding-bottom: .12rem; 
  text-indent: 2em;
}
.details_img{
  padding-bottom: .26rem;
}
@media screen and (max-width: 1024px){
  .details{
    padding: 30px 0;
  }	
  .details_tit{
    padding-bottom: 20px;
  }
  .details_tit h4{
    font-size: 20px; 
    padding-bottom:6px;
  }
  .details_tit p{
    font-size: 13px;
    color: #000000;
  }
  .details_con p{
    font-size: 13px; 
    line-height: 16px; 
    padding-bottom: 15px;
  }
  .details_img{
    padding-bottom: 15px;
  }
  .details img{
  width:90% !important;
  }
}
