.pageMain {
  margin: 20px 0px 60px;
}
.sec1 {
  margin-top: 30px;
  display: flex;
  align-items: center;
}
.sec1 .pic {
  width: 480px;
}
.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;
  margin-top:40px;
}
.sec1 .text .info {
  margin-top: 35px;
}
.sec1 .text .info p {
  line-height: 30px;
  font-size: 16px;
  color: #000000;
  padding: 15px 0px;
}

.singleTit {
  line-height: 40px;
  font-size: 36px;
  color: #323232;
  text-align: center;
  padding: 60px 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;
  padding: 15px 0px;
}

.sec3 {
  display: flex;
  align-items: center;
  margin-top: 80px;
}
.sec3 .pic {
  width: 480px;
}
.sec3 .pic img {
  display: block;
  width: 100%;
}
.sec3 .text {
  flex: 1;
  padding: 0px 0px 0px 20px;
}
.sec3 .text .title {
  line-height: 40px;
  font-size: 36px;
  color: #323232;
}
.sec3 .text .title span {
  color: #eb6796;
}
.sec3 .text .info {
  margin-top: 40px;
}
.sec3 .text .info p {
  line-height: 30px;
  font-size: 16px;
  color: #000000;
}
.sec3 .text .info p:first-child {
  margin-bottom: 10px;
}
.sec3 .text .info .row {
  padding-left: 25px;
  position: relative;
  line-height: 36px;
}
.sec3 .text .info .row:before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  background-color: #959595;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}


.secText {
  margin: 80px auto 0;
  width:80%;
}
.secText .title {
  line-height: 40px;
  font-size: 36px;
  color: #323232;
  text-align: center;
}
.secText .text {
  margin-top: 20px;
}
.secText .text p {
  line-height: 30px;
  font-size: 16px;
  color: #000000;
  text-align: center;
}


.sec4 {
  display: flex;
  align-items: center;
  margin-top: 80px;
}
.sec4 .cel {
  width: 50%;
  box-sizing: border-box;
  padding: 0px 20px;
}
.sec4 .cel .pic {
  text-align: center;
}
.sec4 .cel .pic img {
  width:70%;
  display: inline-block;
  max-width: 100%;
}
.sec4 .cel .title {
  padding: 10px 0px;
  line-height: 40px;
  font-size: 36px;
  text-align: center;
  color: #323232;
}
.sec4 .cel .info{
  line-height: 30px;
  font-size: 16px;
  color: #000000;
  text-indent: 2em;
  margin-top: 10px;
}






















