.pageMain {
  margin: 20px 0px 60px;
}
.sec1 {
  margin-top: 30px;
  display: flex;
  align-items: center;
}
.sec1 .pic {
  width: 455px;
}
.sec1 .pic img {
  display: block;
  width: 100%;
}
.sec1 .text {
  flex: 1;
  padding: 0px 20px;
}
.sec1 .text .title {
  line-height: 40px;
  font-size: 36px;
  color: #323232;
}
.sec1 .text .title span {
  color: #eb6796;
}
.sec1 .text .info {
  margin-top: 35px;
}
.sec1 .text .info p {
  line-height: 30px;
  font-size: 16px;
  color: #000000;
  text-indent: 2em;
  padding: 15px 0px;
}

.sec2 {
  display: flex;
  align-items: center;
}
.sec2 .pic {
  width: 455px;
}
.sec2 .pic img {
  display: block;
  width: 100%;
}
.sec2 .text {
  flex: 1;
  padding: 0px 20px;
}
.sec2 .text .title {
  line-height: 40px;
  font-size: 36px;
  color: #323232;
}
.sec2 .text .info {
  margin-top: 35px;
}
.sec2 .text .info p {
  line-height: 30px;
  font-size: 16px;
  color: #000000;
  text-indent: 2em;
  padding: 15px 0px;
}

.sec3 {
  display: flex;
  align-items: center;
  margin-top: 70px;
}
.sec3 .cel {
  width: 50%;
  box-sizing: border-box;
  padding: 0px 20px;
}
.sec3 .cel .pic {
  text-align: center;
}
.sec3 .cel .pic img {
	width:70%;
  display: inline-block;
  max-width: 100%;
}
.sec3 .cel .title {
  padding: 10px 0px;
  line-height: 40px;
  font-size: 36px;
  text-align: center;
  color: #323232;
}
.sec3 .cel .info{
  line-height: 30px;
  font-size: 16px;
  color: #000000;
  text-indent: 2em;
  margin-top: 10px;
}

.sec4 {
  display: flex;
  align-items: center;
  margin-top: 50px;
}
.sec4 .pic {
  width: 480px;
}
.sec4 .pic img {
  display: block;
  width: 100%;
}
.sec4 .text {
  flex: 1;
  padding: 0px 20px;
}
.sec4 .text .title {
  line-height: 40px;
  font-size: 36px;
  color: #323232;
}
.sec4 .text .info {
  margin-top: 35px;
}
.sec4 .text .info p {
  line-height: 30px;
  font-size: 16px;
  color: #000000;
  text-indent: 2em;
  padding: 15px 0px;
}

.sec5 {
  display: flex;
  align-items: center;
}
.sec5 .pic {
  width: 445px;
}
.sec5 .pic img {
  display: block;
  width: 100%;
}
.sec5 .text {
  flex: 1;
  padding: 0px 20px 0px 75px;
}
.sec5 .text .title {
  line-height: 40px;
  font-size: 36px;
  color: #323232;
}
.sec5 .text .title span {
  color: #eb6796;
}
.sec5 .text .info {
  margin-top: 40px;
  padding: 0px 40px;
}
.sec5 .text .info p {
  line-height: 30px;
  font-size: 16px;
  color: #000000;
}
.sec5 .text .info .row {
  padding-left: 15px;
  position: relative;
}
.sec5 .text .info .row:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #aaaaaa;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.sec6 {
  margin-top: 90px;
}
.sec6 .title {
  line-height: 40px;
  font-size: 36px;
  color: #323232;
  text-align: center;
}
.sec6 .text {
  margin-top: 45px;
}
.sec6 .text p {
  line-height: 30px;
  font-size: 16px;
  color: #000000;
  text-indent: 2em;
}

.sec7 {
  margin-top: 60px;
}
.sec7 .title {
  line-height: 40px;
  font-size: 36px;
  color: #323232;
  text-align: center;
}
.sec7 .text {
  margin-top: 45px;
}
.sec7 .text p {
  line-height: 30px;
  font-size: 16px;
  color: #000000;
  text-indent: 2em;
}

.sec8 {
  margin-top: 60px;
}
.sec8 .title {
  line-height: 40px;
  font-size: 36px;
  color: #323232;
  text-align: center;
}
.sec8 .text {
  margin-top: 45px;
}
.sec8 .text p {
  line-height: 30px;
  font-size: 16px;
  color: #000000;
  text-indent: 2em;
}






















