.container-page .banner {
  height: 745px;
  background: url("../../images/page/tdaq/banner.jpg") no-repeat;
  object-fit: cover;
  background-size: 100% 100%;
  transition: all 0.5s;
}
.container-page .banner .content {
  width: 1240px;
  margin: 0 auto;
  padding: 139px 0 79px;
}
.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: 19px;
  line-height: 2;
}
.container-page .sec-2 {
  background: #FFFFFF;
}
.container-page .sec-2 .sec-2-c {
  width: 1240px;
  margin: 0 auto;
  padding-bottom: 56px;
}
.container-page .sec-2 .sec-2-c .imgs {
  margin-bottom: 64px;
}
.container-page .sec-3 {
  min-height: 568px;
  background: url("../../images/page/tdaq/sec-3.jpg") no-repeat;
  background-size: 100% 100%;
  color: #FFFFFF;
}
.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: 133px;
  height: 244.8px;
}
.container-page .sec-3 .sec-3-c .lists .list .l-l-icon {
  width: 133px;
  height: 133px;
  margin: 0 auto;
}
.container-page .sec-3 .sec-3-c .lists .list .l-l-desc {
  color: #FFFFFF;
  margin-top: 36px;
  font-size: 18px;
  text-align: center;
}
.container-page .sec-4 {
  background: #F1F1F1;
}
.container-page .sec-4 .sec-4-c {
  width: 1240px;
  margin: 0 auto;
  padding-bottom: 121px;
}
.container-page .sec-4 .sec-4-c .lists {
  background: #FFFFFF;
  border-radius: 10px;
  margin-bottom: 32px;
}
.container-page .sec-4 .sec-4-c .lists:nth-last-child(1) {
  margin-bottom: 0;
}
.container-page .sec-4 .sec-4-c .lists .head-list > p {
  display: inline-block;
  height: 72.8px;
  width: 100%;
  border-bottom: 1px solid #F1F1F1;
  font-size: 20px;
  font-weight: bold;
  padding: 25px 30px;
}
.container-page .sec-4 .sec-4-c .lists .head-list > p::before {
  display: inline-block;
  content: "";
  background: linear-gradient(to right, #3271EF 0%, #3271EF 80%, transparent 80%, transparent 100%);
  vertical-align: middle;
  margin-right: 3px;
  border-right: 1px solid #3271EF;
  width: 6px;
  height: 100%;
}
.container-page .sec-4 .sec-4-c .lists .content-list > p {
  height: 140.8px;
  font-size: 16px;
  color: #888888;
  line-height: 2;
  padding: 35px 30px;
}
.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;
}
