/***********************/
/* author ：fly_kun    */
/* date   : 2018-11-25 */
/* version: v1.0       */
/***********************/
@charset "utf-8";
.part_one,
.part_three,
.part_five {
  padding: 20px 0;
}
#title_one {
  width: 80%;
  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;
}
.p_one_list ul li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 35px;
}
.p_one_list ul li img {
  width: 35%;
  border: 3px solid #c9c9c9;
  border-radius: 50%;
}
.onelist {
  padding-left: 10px;
}
.onelist h2 {
  font-size: 18px;
  color: #333;
  line-height: 2em;
}
.onelist p {
  font-size: 14px;
  color: #444;
}
/*part_one end*/
.part_two,
.part_four {
  padding: 35px 0;
  background-color: #f1f0f0;
}
.p_two_text h2 {
  padding-bottom: 1em;
  font-size: 20px;
  color: #666;
}
.p_two_text p {
  font-size: 14px;
  color: #3e3a39;
  line-height: 1.8em;
}
.part_two img {
  width: 100%;
}
/*part_two end*/
.p_three_m ul li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 47.5%;
}
.p_three_m ul li p {
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 1.7em;
  color: #666;
}
.p_three_m ul li img {
  width: 100%;
  border-radius: 30px;
}
/*part_three end*/
.p_four_m p {
  font-size: 15px;
  line-height: 1.5em;
  color: #333;
}
.p_four_m img {
  width: 100%;
  margin-top: 1em;
}
/*part_four end*/
#title_two h2 {
  font-size: 20px;
  color: #5186ec;
}
#title_two i {
  display: block;
  margin: 10px 0;
  width: 65px;
  height: 3px;
  background-color: #5186ec;
}
.p_five_m img {
  width: 100%;
  margin-bottom: 1em;
}
.p_five_m p {
  font-size: 16px;
  color: #3e3a39;
  line-height: 1.6em;
}
