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

.p_one_t {
  width: 50%;
}
.p_one_p {
  line-height: 1.8em;
}
.p_one_t h2 {
  padding: 8px;
  margin-top: 1em;
  width: calc(100% - 16px);
  font-size: 22px;
  text-align: center;
  color: #fff;
  background-color: #f00;
}
/*part_one end*/

.p_two_m ul li {
  width: 27%;
}
.p_two_m ul li img {
  width: 280px;
  height: 280px;
  border: 5px solid #c9c9c9;
  border-radius: 50%;
}
.p_two_m ul li h2 {
  font-size: 22px;
  line-height: 3.5em;
  color: #333;
}
.p_two_m ul li p {
  font-size: 16px;
  text-align: center;
  line-height: 1.5em;
  color: #444;
}
.p_two_red {
  margin-top: 5em;
  text-align: center;
}
.p_two_red b {
  display: inline-block;
  padding: 10px 20px;
  font-size: 32px;
  line-height: 32px;
  color: #fff;
  border-radius: 40px;
  background-color: #f00;
}
/*part_two end*/
.p_three_p {
  width: 51%;
}
.p_three_p p {
  line-height: 1.8em;
}
.p_three_p b,
.p_three_p em {
  display: inline-block;
  padding: 3px 5px;
  margin: 1em 0;
  font-size: 20px;
  color: #fff;
  background-color: #f00;
}
.p_three_p em {
  font-style: normal;
  font-size: 16px;
}
.p_three_m img {
  width: 490px;
  height: 355px;
  margin-right: 3%;
}
/*part_three end*/

.p_four_m ul {
  background: url(../images/gug_6.png) no-repeat center;
}
.p_four_m ul li {
  padding: 70px 19% 70px 1%;
  width: 30%;
}
.p_four_m ul li:nth-child(even) {
  padding-right: 1%;
  padding-left: 19%;
}
.p_four_m ul li h2 {
  font-size: 30px;
  line-height: 2em;
}
.p_four_m ul li p {
  font-size: 26px;
  line-height: 1.3em;
  color: #444;
}
/*part_four end*/