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

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

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

.p_four_m ul {
  background: url(../images/gug_6.png) no-repeat center;
  -webkit-background-size: 100%;
  background-size: 100%;
}
.p_four_m ul li {
  padding: 40px 19% 5px 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: 16px;
  line-height: 2em;
}
.p_four_m ul li p {
  font-size: 14px;
  line-height: 1.5em;
  color: #444;
}
/*part_four end*/