/***********************/
/* author ：fly_kun    */
/* date   : 2018-11-25 */
/* version: v1.0       */
/***********************/
@charset "utf-8";
.p70 {
  padding: 15px 0;
}
.bgcf1 {
  background-color: #f1f0f0;
}
#title_one {
  width: 95%;
  margin: 0 auto;
  padding-bottom: 20px;
  line-height: 1.8em;
  text-align: center;
}
#title_one h3 {
  font-size: 18px;
  color: #565656;
}
#title_one h2 {
  font-size: 20px;
  color: #5186ec;
}

#title_two h2 {
  font-size: 18px;
  color: #5186ec;
  margin-bottom: 10px;
}
#title_two i {
  display: block;
  margin: 30px 0;
  width: 65px;
  height: 3px;
  background-color: #5186ec;
}
.p_one_m ul li {
  margin-bottom: 15px;
}
.p_one_m ul li h3 {
  display: inline-block;
  padding: 3px 5px;
  margin-bottom: 10px;
  font-size: 16px;
  color: #fff;
  background-color: #5186ec;
}
.p_one_m ul li p {
  font-size: 14px;
  color: #3e3a39;
  line-height: 1.8em;
}
/*part_one end*/

.p_two_m ul li,
.p_three_m ul li,
.p_four_m ul li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1.5em;
}
.p_two_m ul li img {
  width: 180px;
  height: 180px;
  border: 5px solid #c9c9c9;
  border-radius: 50%;
}
.p_two_m ul li h3 {
  font-size: 18px;
  color: #333;
  line-height: 2em;
}
.p_two_m ul li p {
  font-size: 14px;
  color: #444;
  line-height: 1.8em;
}
/*part_two end*/

.p_three_m ul li {
  width: 32%;
}
.p_three_m ul li img {
  width: 100%;
}
.p_three_m ul li h3 {
  font-size: 15px;
  color: #666;
  line-height: 2em;
}
.p_three_m ul li p {
  font-size: 14px;
  text-align: center;
  line-height: 1.3em;
  color: #666;
}
/*part_three end*/
.p_four_m ul li {
  width: 48.5%;
}
.p_four_m ul li img {
  width: 100%;
  border: 2px solid #e4e4e4;
  border-radius: 30px;
  margin-bottom: 1em;
}
.p_four_m ul li p {
  width: 95%;
  font-size: 14px;
  color: #666;
}
/*part_four end*/
.p_five_t {
  font-size: 15px;
  line-height: 1.5em;
  color: #333;
  margin-bottom: .5em;
}
.p_five_m img {
  width: 100%;
}
/*part_five end*/
.p_six_m img {
  width: 100%;
  margin-bottom: .5em;
}
.p_six_text h3 {
  font-size: 18px;
  color: #3e3a39;
}
.p_six_text i {
  display: block;
  margin: 1em 0;
  width: 65px;
  height: 3px;
  background-color: #5186ec;
}
.p_six_p {
  font-size: 15px;
  line-height: 1.5em;
}
/*part_six end*/