.about_container{
  width: 1200px;
  margin: auto;
  min-height: 400px;
  padding-bottom: 50px;
}
.about_title{
  padding-top: 20px;
  text-align: center;
  height: 70px;
  line-height: 50px;
  font-size: 24px;
  color: #333;
  background: url('../images/bg_about_title.png') center bottom no-repeat;
}
.about_con_txt{
  padding: 20px 100px;
  text-align: center;
}
.about_con_txt p{
  line-height: 30px;
  font-size: 14px;
  color:#333;
}
.about_service_list{
  padding-top: 50px;
}
.about_service_list li{
  float: left;
  width: 25%;
  text-align: center;
}
.about_service_list li img{
  margin-bottom: 10px;
  display: inline-block;
}
.about_service_list li p{
  line-height: 20px;
  font-size: 12px;
  padding: 0 20px;
  color: #666;
}
.about_service_list li h3{
  color: #333;
  font-size: 16px;
  line-height: 30px;
}
.apply_title{
  padding-top: 20px;
  text-align: center;
  line-height: 50px;
  font-size: 24px;
  color: #333;
}
.apply_title_tips{
  text-align: center;
  line-height: 25px;
  font-size: 14px;
  color: #333;
}
 .apply_title_tips.f_Red{
   color: #f00;
 }
 .apply_title_tips span{
   color: #439cff;
 }
 .form_label{
   font-size: 14px;
   padding-left: 15px;
   color: #333;
   line-height: 30px;
    font-weight: 700;
 }
 .apply_btn button{
   width: 100%;
   background-color: #439cff;
 }
