.about{
  width:100%;
  height: 520px;
  margin-top:20px;
  background: #fff;
  padding:0 20px;
  box-sizing: border-box;
  font-size:16px;
  color:#333333;
  font-family:"新宋体";
}
.about h1{
  font-size:24px;
  line-height: 80px;
  text-align: center;	
  font-weight: bold;	
  color:#FF5217;	
}
.about h3{
  font-size:18px;
  color:#1AB67A;

}	
.ab_b1{
  margin-bottom: 60px;			
}
b{
  display: block;
  font-size:19px;
  color:#FF5217;
  margin-top:60px;			
}
.about p{
  margin:0px 0 15px 0;
  font-size:18px;
  font-weight: bold;
  border-bottom:1px dashed #A1A1A1;
  padding-bottom: 30px;
}
.about p:nth-of-type(3){
  border-bottom: none;
}