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

#title_two h2 {
  font-size: 36px;
  color: #5186ec;
  margin-bottom: 35px;
}
#title_two i {
  display: block;
  margin: 30px 0;
  width: 65px;
  height: 3px;
  background-color: #5186ec;
}
.p_one_m ul li {
  margin-bottom: 20px;
}
.p_one_m ul li h3 {
  display: inline-block;
  padding: 5px 8px;
  margin-bottom: 10px;
  font-size: 16px;
  color: #fff;
  background-color: #5186ec;
}
.p_one_m ul li p {
  font-size: 16px;
  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;
  width: 27%;
}
.p_two_m ul li img {
  width: 225px;
  height: 225px;
  border: 5px solid #c9c9c9;
  border-radius: 50%;
}
.p_two_m ul li h3 {
  font-size: 22px;
  color: #333;
  line-height: 4em;
}
.p_two_m ul li p {
  font-size: 16px;
  color: #444;
  line-height: 1.8em;
}
/*part_two end*/

.p_three_m ul li {
  width: 15%;
}
.p_three_m ul li img {
  width: 170px;
  height: 300px;
}
.p_three_m ul li h3 {
  font-size: 20px;
  color: #666;
  line-height: 2.5em;
}
.p_three_m ul li p {
  font-size: 16px;
  text-align: center;
  line-height: 1.3em;
  color: #666;
}
/*part_three end*/
.p_four_m ul li {
  width: 23%;
}
.p_four_m ul li img {
  width: 280px;
  height: 280px;
  border: 2px solid #e4e4e4;
  border-radius: 30px;
  margin-bottom: 2em;
}
.p_four_m ul li p {
  width: 85%;
  font-size: 18px;
  color: #666;
}
/*part_four end*/
.p_five_t {
  width: 59%;
  font-size: 22px;
  line-height: 1.8em;
  color: #333;
}
.p_five_m img {
  width: 380px;
  height: 435px;
  margin-right: 2.5em;
}
/*part_five end*/
.p_six_m img {
  width: 317px;
  height: 397px;
}
.p_six_text {
  width: 69%;
}
.p_six_text h3 {
  font-size: 30px;
  color: #3e3a39;
}
.p_six_text i {
  display: block;
  margin: 2em 0;
  width: 65px;
  height: 3px;
  background-color: #5186ec;
}
.p_six_p {
  font-size: 20px;
  line-height: 1.8em;
}
/*part_six end*/