.BannerBox,
.industryBgBox,
.fileLLGBox {
  position: relative;
}
.bannerBoxBg,
.industryBgBoxBg,
.fileLLGBoxBg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -10;
}
.banner,
.industryBg,
.fileLLG {
  width: 100%;
  max-width: 1060px;
  padding: 0 50px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
/* ----------------------Banner---------------------------*/
.BannerBox {
  /* background-color: #677fc0; */
  background-image: url('../image/energy/banner.jpg');
  background-size: cover;
  background-position: center center;
  /* padding-bottom: 200px; */
  height: 560px;
  z-index: 2;
}
.banner {
  max-width: 1430px;
  padding-bottom: 50px;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
.banner > .row {
  flex: 1;
}
.bannerContent {
  color: #fff;
  padding: 40px;
  width: 100%;
  background-color: rgba(17, 116, 206, 0.3);
  border-radius: 15px;
}
.bannerTitle {
  margin-bottom: 10px;
  font-size: 29px;
}
.bannerRemark {
  font-size: 17px;
  /* padding-right: 10%; */
    /* font-weight: 300; */
}

/* ----------------------industryBg---------------------------*/
.industryBgBox {
  padding: 70px 0 80px;
  background-color: #f7f9fc;
}
.industryBgTitle,.ETBSTitle {
  font-size: 29px;
  color: #1e336e;
  text-align: center;
}
.industryBox {
  margin-bottom: 20px;
  margin-top: 30px;
}
.bgContent {
  /* margin: 20px 0; */
  background-color: #fff;
  border-radius: 10px;
  /* padding: 5% 0%; */
  text-indent:2em;
  font-size: 15px;
  color: #9098ab;
    /* font-weight: 300; */
  line-height: 26px;
}
.faceQuestion,.solution,.industryBox {
  background-color: #fff;
  border-radius: 10px;
  padding: 5% 8% 7%;
}
.faceQuestionTitle,.solutionTitle {
  font-size: 29px;
  margin-bottom: 20px;
  color: #1e336e;
}
.faceQuestionRemark,.solutionContent {
  font-size: 17px;
  line-height: 26px;
  color: #9098ab;
    /* font-weight: 300; */
  /* margin-bottom: 20px; */
}
.faceQuestionItem {
  margin-top: 30px;
  border-top: 1px solid #eff1f3;
  padding: 20px 0 10px;
  display: flex;
}
.faceQuestionItemCircle {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #377ef8;
  margin-right: 10px;
  margin-top: 7px;
}
.faceQuestionItemText {
  flex: 1;
  padding-right: 10%;
  font-size: 15px;
    /* font-weight: 300; */
  color: #9098ab;
}
.solution {
  margin: 20px 0 80px;
  padding-top: 7%;
}
.solutionItem {
  margin-top: 30px;
  padding: 40px 0 0;
  border-top: 1px solid #edeef1;
}
.solutionItemLeftTitle {
  display: flex;
  font-size: 19px;
  color: #1e336e;
}
.solutionItemLeftContent {
  margin-top: 15px;
  line-height: 24px;
  color: #9098ab;
    /* font-weight: 300; */
  padding-right: 10%;
  font-size: 15px;
}
.solutionItemRight {
  background-color: #f0f2f4;
  border-radius: 5px;
  padding: 20px;
  display: flex;
  color: #27366e;
  justify-content: flex-start;
}
.solutionItemRightImg {
  width: calc(30% + 1px) !important;
  margin-right: 15px;
}
.solutionItemRightImgText {
  background-color: #1c2d67;
  color: #fff;
  padding: 5% 0;
  display: flex;
  justify-content: center;
}
.solutionItemRightImgText > div {
  width: 166.67%;
  transform: scale(0.65);
  text-align: center;
  white-space: nowrap;
}
.solutionItemRightImgImg {
  background-color: #fff;
  padding: 10%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.solutionItemRightText {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #1c2d67;
}
.solutionItemRightText > div {
  margin: 2px 0;
}
.ETBSItem {
  padding: 30px;
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 50px;
}
.ETBSItemImg {
  width: 25%;
}
.ETBSItemTitle {
  margin: 30px 0 10px;
  font-size: 19px;
  color: #1e336e;
  text-align: center;
}
.ETBSItemRemark {
  font-size: 15px;
  line-height: 24px;
  color: #9098ab;
    /* font-weight: 300; */
  /* padding: 0 10%; */
  text-align: center;
}