.container-page {
  width: 100%;
}
.container-page .banner {
  height: 745px;
  background: url("../../images/page/sj/banner.jpg") no-repeat;
  background-size: 100% 100%;
  transition: all 0.5s;
}
.container-page .banner .content {
  width: 1240px;
  margin: 0 auto;
  padding: 130px 0 91px;
}
.container-page .banner .content .b-c-1 {
  font-size: 35px;
  color: #FFFFFF;
}
.container-page .banner .content .b-c-2 {
  font-size: 55px;
  color: #FFFFFF;
  font-weight: bold;
  margin: 40px 0 57px;
}
.container-page .banner .content .b-c-3 {
  font-size: 26px;
  color: #FFFFFF;
}
.container-page .banner .content .b-c-4 {
  margin: 21px 0 49px;
}
.container-page .banner .content .b-c-4 span {
  display: inline-block;
  width: 14.7px;
  height: 14.7px;
  margin-right: 12px;
  border-radius: 14.7px;
}
.container-page .banner .content .b-c-4 span:nth-child(1) {
  background: #3271EF;
}
.container-page .banner .content .b-c-4 span:nth-child(2) {
  background: #009944;
}
.container-page .banner .content .b-c-4 span:nth-child(3) {
  background: #D8FF00;
}
.container-page .banner .content .b-c-5 {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.93);
  padding: 35px;
  font-size: 20px;
  line-height: 2;
}
.container-page .sec-2 .sec-2-c {
  width: 1240px;
  margin: 0 auto;
  padding-bottom: 56px;
}
.container-page .sec-2 .sec-2-c .imgs {
  padding: 0 205px 0 109px;
}
.container-page .sec-3 {
  background: #F1F1F1;
  min-height: 540px;
}
.container-page .sec-3 .sec-3-c {
  width: 1240px;
  margin: 0 auto;
  padding-bottom: 56px;
}
.container-page .sec-3 .sec-3-c .lists {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  flex: auto;
  border-radius: 10px;
}
.container-page .sec-3 .sec-3-c .lists .list {
  width: 191.7px;
  height: 244.8px;
  background: #FFFFFF;
}
.container-page .sec-3 .sec-3-c .lists .list .l-l-icon {
  width: 55px;
  height: 55px;
  margin: 49px auto 32px;
}
.container-page .sec-3 .sec-3-c .lists .list .l-l-desc {
  font-size: 16px;
  text-align: center;
}
.container-page .sec-4 {
  background: #FFFFFF;
}
.container-page .sec-4 .sec-4-c {
  width: 1240px;
  margin: 0 auto;
  padding-bottom: 121px;
}
.container-page .sec-4 .sec-4-c .lists .head-list,
.container-page .sec-4 .sec-4-c .lists .content-list {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  flex: auto;
}
.container-page .sec-4 .sec-4-c .lists .head-list p,
.container-page .sec-4 .sec-4-c .lists .content-list p {
  width: 30%;
}
.container-page .sec-4 .sec-4-c .lists .head-list {
  border-bottom: 1px solid #DEDEDE;
}
.container-page .sec-4 .sec-4-c .lists .head-list > p {
  font-size: 20px;
  color: #009944;
  padding-bottom: 40px;
  font-weight: bold;
}
.container-page .sec-4 .sec-4-c .lists .content-list {
  margin-top: 33px;
}
.container-page .sec-4 .sec-4-c .lists .content-list > p {
  font-size: 16px;
  color: #888888;
  line-height: 2;
}
.container-page .sec-5 {
  background: #F1F1F1;
}
.container-page .sec-5 .sec-5-c {
  width: 1240px;
  margin: 0 auto;
  padding-bottom: 121px;
}
.c-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 40px 0 60px;
}
.c-title span {
  display: inline-flex;
  font-size: 26px;
  font-weight: bold;
}
.c-title .icon {
  width: 17px;
  height: 17px;
  border-radius: 17px;
  margin: 0;
  margin-right: 24px;
}
.content {
  min-height: inherit;
}
