.sec1 {
  margin-top: 30px;
}
.sec1 .title {
  line-height: 40px;
  font-size: 36px;
  color: #323232;
  padding-left: 310px;
}
.sec1 .tip {
  line-height: 40px;
  font-size: 36px;
  color: #323232;
  margin-top: 20px;
  padding-left: 310px;
}
.sec1 .tip span {
  color: #eb6796;
}
.sec1 .body {
  display: flex;
  align-items: center;
  margin-top: 50px;
}
.sec1 .body .pic {
  width: 260px;
}
.sec1 .body .pic img {
  display: block;
  margin: 0px auto;
}
.sec1 .body .text {
  width: calc(100% - 260px);
  line-height: 60px;
  font-size: 18px;
  color: #323232;
  box-sizing: border-box;
  padding-left: 20px;
}

.sec2 {
  margin-top: 30px;
}
.sec2 .title {
  line-height: 40px;
  font-size: 36px;
  color: #323232;
  padding-left: 358px;
}
.sec2 .tip {
  line-height: 40px;
  font-size: 36px;
  color: #323232;
  margin-top: 20px;
  padding-left: 358px;
}
.sec2 .body {
  display: flex;
  align-items: center;
  margin-top: 50px;
}
.sec2 .body .pic {
  width: 490px;
}
.sec2 .body .pic img {
  display: block;
  margin: 0px auto;
}
.sec2 .body .text {
  width: calc(100% - 490px);
  line-height: 60px;
  font-size: 18px;
  color: #323232;
  box-sizing: border-box;
  padding-left: 20px;
}
.sec2 .body .text .cel {
  position: relative;
  padding-left: 15px;
}
.sec2 .body .text .cel:before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  background-color: #959595;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.sec2 .body .text .son {
  position: relative;
  padding-left: 80px;
}
.sec2 .body .text .son:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: #959595 1px solid;
  position: absolute;
  left: 50px;
  top: 50%;
  transform: translateY(-50%);
}

.sec3 {
  margin-top: 50px;
}
.sec3 .title {
  line-height: 40px;
  font-size: 36px;
  color: #323232;
  text-align: center;
}
.sec3 .body {
  margin-top: 30px;
  line-height: 60px;
  font-size: 18px;
  color: #323232;
  padding-left: 155px;
}
.sec3 .body .cel {
  position: relative;
  padding-left: 30px;
}
.sec3 .body .cel:before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  background-color: #959595;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.sec3 .body .son {
  position: relative;
  padding-left: 80px;
}
.sec3 .body .son:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: #959595 1px solid;
  position: absolute;
  left: 50px;
  top: 50%;
  transform: translateY(-50%);
}

.sec4 {
  padding-top: 50px;
  background: url(../images/diozhxt/sec4_bg.png) right top no-repeat;
  padding-bottom: 160px;
  margin-top:50px;
}
.sec4 .title {
  line-height: 40px;
  font-size: 36px;
  color: #323232;
  text-align: center;
}
.sec4 .body {
  margin-top: 30px;
  line-height: 60px;
  font-size: 18px;
  color: #323232;
}
.sec4 .body .cel {
  position: relative;
  padding-left: 30px;
}
.sec4 .body .cel:before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  background-color: #959595;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.sec5 {
  margin-top: 30px;
}
.sec5 .title {
  line-height: 40px;
  font-size: 36px;
  color: #323232;
  padding-left: 358px;
}
.sec5 .body {
  display: flex;
  align-items: center;
  margin-top: 50px;
}
.sec5 .body .pic {
  width: 480px;
}
.sec5 .body .pic img {
  display: block;
  margin: 0px auto;
}
.sec5 .body .text {
  width: calc(100% - 480px);
  line-height: 60px;
  font-size: 18px;
  color: #323232;
  box-sizing: border-box;
  padding-left: 125px;
}
.sec5 .body .text .cel {
  position: relative;
  padding-left: 30px;
}
.sec5 .body .text .cel:before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  background-color: #959595;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.sec5 .body .text .son {
  position: relative;
  padding-left: 80px;
}
.sec5 .body .text .son:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: #959595 1px solid;
  position: absolute;
  left: 50px;
  top: 50%;
  transform: translateY(-50%);
}
































