.container-page {
  background: #F1F1F1;
  overflow-x: hidden;
  width: 100%;
  margin: 0 auto;
}
.container-page .banner {
  height: 745px;
  background: url("../../images/page/dg/banner.jpg") no-repeat;
  background-size: 100% 100%;
  transition: all 0.5s;
}
.container-page .banner .banner-content {
  width: 1240px;
  margin: 0 auto;
  padding: 130px 0 112px;
}
.container-page .banner .banner-content .b-c-1 {
  font-size: 35px;
  color: #FFFFFF;
}
.container-page .banner .banner-content .b-c-2 {
  font-size: 55px;
  color: #FFFFFF;
  font-weight: bold;
  margin: 40px 0 57px;
}
.container-page .banner .banner-content .b-c-3 {
  font-size: 26px;
  color: #FFFFFF;
}
.container-page .banner .banner-content .b-c-4 {
  margin: 21px auto 49px;
}
.container-page .banner .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 .banner-content .b-c-4 span:nth-child(1) {
  background: #3271EF;
}
.container-page .banner .banner-content .b-c-4 span:nth-child(2) {
  background: #009944;
}
.container-page .banner .banner-content .b-c-4 span:nth-child(3) {
  background: #D8FF00;
}
.container-page .banner .banner-content .b-c-5 {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.93);
  padding: 35px;
  font-size: 20px;
  color: #454545;
  line-height: 2;
}
.container-page .sec-2 {
  background: #FFFFFF;
  min-height: 600px;
}
.container-page .sec-2 .sec-2-c {
  width: 1240px;
  margin: 0 auto ;
  padding-bottom: 64px;
}
.container-page .sec-2 .sec-2-c .imgs {
  display: flex;
  height: 600px;
  margin-top: 49px;
}
.container-page .sec-2 .sec-2-c .imgs .part-left {
  width: 613px;
}
.container-page .sec-2 .sec-2-c .imgs .part-left > .desc {
  text-align: center;
  font-size: 25px;
}
.container-page .sec-2 .sec-2-c .imgs .part-right {
  padding-top: 72px;
  padding-left: 63px;
}
.container-page .sec-2 .sec-2-c .imgs .part-right .img {
  width: 125px;
  margin-right: 70px;
  margin-bottom: 50px;
  float: left;
}
.container-page .sec-2 .sec-2-c .imgs .part-right .img img {
  height: 125px;
}
.container-page .sec-2 .sec-2-c .imgs .part-right .img .desc {
  line-height: 11px;
  text-align: center;
}
.container-page .sec-2 .sec-2-c .imgs .part-right .tooltip {
  clear: both;
  width: 100%;
}
.container-page .sec-2 .sec-2-c .imgs .part-right .tooltip p {
  font-size: 20px;
}
.container-page .sec-2 .sec-2-c .imgs .part-right .tooltip p:nth-child(1) {
  margin-bottom: 35px;
}
.container-page .sec-2 .sec-2-c .imgs .part-right .tooltip p:nth-child(1)::before {
  display: inline-block;
  content: "";
  width: 12.6px;
  height: 12.6px;
  background: #009944;
  margin-right: 17px;
}
.container-page .sec-2 .sec-2-c .imgs .part-right .tooltip p:nth-child(2)::before {
  display: inline-block;
  content: "";
  width: 12.6px;
  height: 12.6px;
  background: #D62525;
  margin-right: 17px;
}
.container-page .sec-3 {
  min-height: 540px;
  background: #F1F1F1;
}
.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: 23%;
  height: 366.9px;
  background: #FFFFFF;
}
.container-page .sec-3 .sec-3-c .lists .list .l-l-icon {
  width: 75px;
  height: 75px;
  margin: 104px auto 66px;
}
.container-page .sec-3 .sec-3-c .lists .list .l-l-desc {
  font-size: 20px;
  text-align: center;
}
.container-page .sec-4 {
  min-height: 598px;
  background: url("../../images/page/dg/sec-4-banner.jpg");
}
.container-page .sec-4 .sec-4-c {
  width: 1240px;
  margin: 0 auto;
  padding-bottom: 121px;
}
.container-page .sec-4 .sec-4-c > .c-title {
  color: #FFFFFF;
}
.container-page .sec-4 .sec-4-c .lists {
  background: #FFFFFF;
  border-radius: 10px;
  padding: 49px 32px 70px;
}
.container-page .sec-4 .sec-4-c .lists .list {
  margin-bottom: 65px;
}
.container-page .sec-4 .sec-4-c .lists .list:nth-last-child(1) {
  margin-bottom: 0;
}
.container-page .sec-4 .sec-4-c .lists .list .head-list,
.container-page .sec-4 .sec-4-c .lists .list .content-list {
  display: flex;
  flex-flow: row nowrap;
  flex: auto;
}
.container-page .sec-4 .sec-4-c .lists .list .head-list p,
.container-page .sec-4 .sec-4-c .lists .list .content-list p {
  width: 100%;
}
.container-page .sec-4 .sec-4-c .lists .list .head-list > p {
  font-size: 20px;
  font-weight: bold;
}
.container-page .sec-4 .sec-4-c .lists .list .content-list {
  margin-top: 33px;
}
.container-page .sec-4 .sec-4-c .lists .list .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;
}
