/***********************/
/* author ：fly_kun    */
/* date   : 2018-11-25 */
/* version: v1.0       */
/***********************/
@charset "utf-8";
.part_one,
.part_three,
.part_five {
  padding: 70px 0;
}
#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;
}
.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;
  width: 48%;
  margin-bottom: 35px;
}
.p_one_list ul li img {
  width: 220px;
  height: 220px;
  border: 3px solid #c9c9c9;
  border-radius: 50%;
}
.onelist {
  padding-left: 10px;
}
.onelist h2 {
  font-size: 22px;
  color: #333;
  line-height: 2em;
}
.onelist p {
  font-size: 16px;
  color: #444;
}
/*part_one end*/
.part_two,
.part_four {
  padding: 70px 0;
  background-color: #f1f0f0;
}
.p_two_text {
  width: 49%;
}
.p_two_text h2 {
  padding-bottom: 1em;
  font-size: 40px;
  color: #666;
}
.p_two_text p {
  font-size: 16px;
  color: #3e3a39;
  line-height: 1.8em;
}
.part_two img {
  width: 518px;
  height: 330px;
}
/*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: 50px;
  font-size: 18px;
  line-height: 1.7em;
  color: #666;
}
.p_three_m ul li img {
  margin-bottom: 50px;
  width: 520px;
  height: 325px;
  border-radius: 30px;
}
/*part_three end*/
.p_four_m p {
  width: 56%;
  font-size: 26px;
  line-height: 1.8em;
  color: #333;
}
.p_four_m img {
  width: 393px;
  height: 261px;
}
/*part_four end*/
#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_five_m img {
  width: 490px;
  height: 355px;
}
.p_five_m p {
  width: 51%;
  font-size: 18px;
  color: #3e3a39;
  line-height: 2em;
}
