/***********************/
/* author ：fly_kun    */
/* date   : 2018-11-25 */
/* version: v1.0       */
/***********************/
@charset "utf-8";
.p70 {
  padding: 20px 0;
}
.bgcf1 {
  background-color: #f1f0f0;
}
#title_one {
  position: relative;
  width: 90%;
  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: 16px;
  color: #5186ec;
}
#title_two i {
  display: block;
  margin: 10px 0;
  width: 65px;
  height: 3px;
  background-color: #5186ec;
}
.p_one_m ul li {
  padding: 15px 10px;
}
.p_one_m ul li:first-child {
  background-color: #f1f0f0;
}
.p_one_m ul li h1 {
  width: 40px;
  height: 68px;
  padding: 14px 10px 0;
  font-size: 18px;
  text-align: center;
  line-height: 1em;
  color: #fff;
  background: url(../images/yao_wq.png) no-repeat center;
  background-size: 100%;
}
.p_one_t {
  width: calc(100% - 70px);
}
.p_one_t h2 {
  padding: 7px;
  margin-bottom: 10px;
  font-size: 15px;
  color: #fff;
  background-color: #f00;
}
.p_one_p {
  font-size: 14px;
  color: #000;
  line-height: 1.5em;
  letter-spacing: 1px;
}
.p_one_m ul li img {
  width: 260px;
  height: 260px;
  border-radius: 10px;
}
/*part_one end*/

.p_two_m ul li {
  width: 45%;
  margin-bottom: 1em;
}
.p_two_m ul li img {
  width: 100%;
  border: 5px solid #c9c9c9;
  border-radius: 50%;
}
.p_two_m ul li h2 {
  font-size: 16px;
  line-height: 2em;
  color: #333;
}
.p_two_red {
  text-align: center;
}
.p_two_red p {
  display: inline-block;
  padding: 6px 15px;
  font-size: 18px;
  color: #fff;
  border-radius: 40px;
  background-color: #f00;
}
/*part_two end*/

.part_three {
  padding-top: 20px;
}
.p_three_p em {
  display: block;
  margin-bottom: 1em;
  font-style: normal;
  font-size: 15px;
  color: #f00;
}
.p_three_m img {
  width: 60%;
  margin: 0 auto;
}