@charset "utf-8";
/*单行省略号*/
/*多行省略号*/
/**清除浮动**/
/**fit img**/
/*主色调*/
/*移动左右间隙*/
br {
  content: "";
  display: block;
  height: 10px;
}

/*单行省略号*/
/*多行省略号*/
/**清除浮动**/
/**fit img**/
/*主色调*/
/*移动左右间隙*/
br {
  content: "";
  display: block;
  height: 10px;
}

.tab-nav {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.tab-nav ul {
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}

.tab-nav li {
  width: 25%;
  float: left;
  height: 64px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 64px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  cursor: pointer;
}

.tab-nav li ~ li {
  border-left: 1px solid rgba(255, 255, 255, 0.4);
}

.tab-nav li::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(127deg, #009FEA 0%, #00E1B3 100%);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  opacity: 0;
  color: #fff;
}

.tab-nav li.on::after, .tab-nav li:hover::after {
  opacity: 1;
}

.tab-nav.fixed {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.6);
}

.three-block {
  padding: 88px 0 96px;
}

.three-block ul {
  margin: 0 -50px;
}

.three-block ul:after {
  content: '';
  display: block;
  clear: both;
}

.three-block li {
  float: left;
  width: 33.333333%;
  box-sizing: border-box;
  padding: 0 50px;
  position: relative;
}

.three-block img {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 0;
  left: 50px;
  z-index: 1;
}

.three-block .text {
  padding-left: 112px;
  line-height: 32px;
  font-size: 16px;
}

.tab-page {
  position: relative;
  min-height: 65px;
  background-color: #eee;
}

.tab-page .padd-tb {
  padding-top: 80px;
  padding-bottom: 80px;
}

.tab-page .page-item {
  display: none;
  font-size: 20px;
}

.tab-page .page-item .sec-des {
  font-size: 20px;
}

.tab-page .block {
  height: 560px;
  background-size: cover;
  position: relative;
  background-position: center;
}

.tab-page .rec-list {
  margin-top: 30px;
}

.tab-page .rec-list li {
  position: relative;
  line-height: 32px;
  padding-left: 24px;
}

.tab-page .rec-list li ~ li {
  margin-top: 10px;
}

.tab-page .rec-list li::after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 14px;
  z-index: 1;
}

.tab-page .brackets-list {
  margin-top: 48px;
}

.tab-page .brackets-list li {
  line-height: 32px;
  position: relative;
  padding-left: 30px;
}

.tab-page .brackets-list li .index {
  position: absolute;
  font-size: 24px;
  line-height: 32px;
  top: 0;
  left: 0;
  z-index: 1;
}

.tab-page .brackets-list li ~ li {
  margin-top: 36px;
}

.base .block2 {
  background: linear-gradient(103deg, #009FEA 0%, #00E1B3 100%);
}

.base .block2 .list {
  margin-top: 80px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.base .block2 .list .index img {
  width: 64px;
  height: 64px;
}

.base .block2 .list .tit {
  font-size: 24px;
  max-width: 200px;
  margin-top: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}

.base .block2 .list .des {
  margin-top: 32px;
  line-height: 2;
  font-size: 16px;
  width: 180px;
}

.base .block2 .chart {
  margin-top: 100px;
}

.base .block2 .chart:after {
  content: '';
  display: block;
  clear: both;
}

.base .block2 .chart .l {
  float: left;
}

.base .block2 .chart .r {
  float: right;
}

.base .block2 .chart .tit {
  text-align: center;
  font-size: 24px;
}

.module .lf-con > div {
  width: 510px;
}

.module .lf-con img {
  width: 66px;
  height: 66px;
  margin-bottom: 30px;
  display: block;
}

.module .lf-con .tit {
  font-size: 24px;
}

.module .lf-con .des {
  margin-top: 24px;
  font-size: 20px;
  line-height: 2;
}

.module .block3 .lf-con .des {
  font-size: 16px;
}

.module .icon-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin-top: 65px;
  font-size: 16px;
}

.module .icon-list ~ .icon-list {
  margin-top: 50px;
}

.module .icon-list li {
  text-align: center;
  width: 80px;
}

.module .icon-list img {
  width: 45px;
  height: 45px;
}

.module .icon-list p {
  margin-top: 20px;
}

.bms .col-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.bms .col-list > li {
  width: 260px;
}

.bms .col-list img {
  width: 66px;
  height: 66px;
  margin-bottom: 30px;
  display: block;
}

.bms .col-list .tit {
  font-size: 24px;
}

.bms .col-list .des {
  margin-top: 24px;
  font-size: 16px;
  line-height: 2;
}

.bms .block2 {
  background: linear-gradient(103deg, #009FEA 0%, #00E1B3 100%);
  padding-bottom: 80px;
}

.bms .block2 .list {
  overflow: hidden;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
          align-items: stretch;
}

.bms .block2 .list ~ .list {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.bms .block2 .list li {
  width: 33.333333%;
  float: left;
  padding: 64px 0;
}

.bms .block2 .list li:nth-child(1) .icon {
  right: 76px;
}

.bms .block2 .list li:nth-child(2) .con {
  padding-left: 46px;
}

.bms .block2 .list li:nth-child(2) .icon {
  right: 32px;
}

.bms .block2 .list li:nth-child(3) .con {
  padding-left: 87px;
}

.bms .block2 .list li ~ li .con {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.bms .block2 .list .con {
  position: relative;
  min-height: 320px;
}

.bms .block2 .list .icon {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 50px;
  height: 50px;
}

.bms .block2 .list .tit {
  font-size: 24px;
  font-weight: 600;
}

.bms .block2 .list .des {
  margin-top: 24px;
  font-size: 16px;
  line-height: 36px;
  width: 210px;
}

.electric-cor .block4 .sec-title, .electric-cor .block4 .sec-des {
  max-width: 310px;
}

/*# sourceMappingURL=maps/results.css.map */
