.navActive {
  background: #00b377;
}
.navActive > a {
  color: white;
}
.electronicContent {
  margin-top: 10px;
  min-height: 780px;
}
.electronicContent .sideNav {
  width: 100%;
  height: 300px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.08);
}
.electronicContent .sideNav .sideNavUl {
  padding: 0;
  list-style: none;
}
.electronicContent .sideNav .sideNavUl > li {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  text-align: center;
}
.electronicContent .sideNav .sideNavUl > li > a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.electronicContent .sideNav .sideNavUl > li > a:hover {
  color: white;
}
.electronicContent .sideNav .sideNavUl > li:hover {
  background: #00b377;
}
.electronicContent .electronicContentDetail {
  height: 110px;
}
.electronicContent .electronicContentDetail .sElectronicContentDetail {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 15px;
}
.electronicContent .electronicContentDetail .lElectronicContentDetail {
  font-size: 13px;
  text-align: left;
}
.electronicContent .roundImg {
  width: 100%;
  min-height: 550px;
  text-align: center;
}
.electronicContent .roundImg > img {
  max-width: 100%;
  height: auto;
}
.electronicContent .lifeRound {
  width: 100%;
  min-height: 450px;
  text-align: center;
}
.electronicContent .lifeRound .lifeRoundTitle {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.electronicContent .lifeRound > img {
  max-width: 100%;
  height: auto;
}
.electronicContent .cleverServiceImg {
  width: 100%;
  height: 500px;
  text-align: center;
}
.electronicContent .cleverServiceImg .cleverTitle {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin: 20px 0;
}
.electronicContent .cleverServiceImg .macImgBox {
  z-index: 100;
  position: relative;
  width: 100%;
  height: 80%;
}
.electronicContent .cleverServiceImg .macImgBox .mac {
  position: absolute;
  display: block;
  left: 10%;
  top: 10%;
}
.electronicContent .cleverServiceImg .macImgBox .macImg1 {
  position: absolute;
  left: 4%;
  top: 4%;
  z-index: 300;
}
.electronicContent .cleverServiceImg .macImgBox .macImg2 {
  position: absolute;
  left: 8%;
  top: 8%;
  z-index: 200;
}
.electronicContent .cleverServiceImg .macImgBox .macImg3 {
  position: absolute;
  left: 12%;
  top: 12%;
  z-index: 100;
}
.electronicContent .cleverServiceImg .macImgBox .macContent {
  position: absolute;
  width: 60%;
  height: 100%;
  z-index: 999;
  right: 5%;
  top: 15%;
}
.electronicContent .cleverServiceImg .macImgBox .macContent .macContentUl {
  padding: 0;
  list-style: none;
  display: block;
  width: 100%;
  height: 50%;
}
.electronicContent .cleverServiceImg .macImgBox .macContent .macContentUl > li {
  position: relative;
  display: block;
  width: 100%;
  height: 30%;
  box-sizing: border-box;
}
.electronicContent .cleverServiceImg .macImgBox .macContent .macContentUl > li .macUlMes {
  position: absolute;
  text-align: left;
  font-size: 16px;
  width: 50%;
  height: 100%;
  right: 0;
}
.electronicContent .cleverServiceImg .macImgBox .macContent .macContentUl > li .macUlLine {
  position: absolute;
  right: 51%;
}
.electronicContent .analImg {
  width: 100%;
  min-height: 500px;
  text-align: center;
}
.electronicContent .analImg .analTitle {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
.electronicContent .analImg .analImgBox {
  width: 100%;
  height: 100%;
}
.electronicContent .analImg .analImgBox .analItem {
  width: 47.5%;
  height: 50%;
  float: left;
}
.electronicContent .analImg .analImgBox .analItem .analItemImg {
  width: 100%;
  height: auto;
}
.electronicContent .analImg .analImgBox .analItem .analItemImg > img {
  display: block;
  box-shadow: 2px 2px 5px lightgray;
}
.electronicContent .analImg .analImgBox .analItem .analItemTile {
  font-size: 16px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 32px;
}
.electronicContent .analImg > img {
  max-width: 100%;
  height: auto;
}
.electronicResourcesFooter {
  height: 170px;
  border-top: 1px solid lightgray;
  text-align: center;
  color: #333;
  font-size: 12px;
  box-sizing: border-box;
  padding-top: 26px;
}
/*# sourceMappingURL=content.css.map */