.banner-title-data-text {
  padding-top: 24px;
}

.banner-title-data-text p {
  width: 758px;
}

.date-content-section {
  text-align: center;
  min-height: 460px;
}

.energy-content-anni {
  min-height: 700px;
  min-width: 1200px;
  text-align: center;
}

.air-cont-minheigth {
  min-height: 660px;
}

.energy-deal-methods {
  min-height: 800px;
}

.energy-dqsb-minheigth {
  min-height: 750px;
}

.date-content-section:nth-child(even) {
  background-color: #ffffff !important;
}

.date-content-section:nth-child(odd) {
  background-color: #f7f8fc !important;
}

.content-div:nth-child(1) {
  margin-left: 55px;
}

.content-div {
  width: 220px;
  height: 246px;
  background-image: url(../img/block.png);
  background-position: inherit;
  background-repeat: no-repeat;
  float: left;
  cursor: default;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.content-div i {
  display: block;
  font-size: 59px;
  margin-top: 27px;
  color: #a2fe01;
}

.content-div strong {
  font-size: 18px;
  color: #333;
}

.content-div p {
  width: 63%;
  color: #999;
  margin: 0 auto;
}

.content-div:nth-child(1) strong {
  display: block;
  margin-top: -23px;
}

.content-div:nth-child(1) i {
  font-size: 80px;
  margin-top: 19px;
}

.content {
  margin: 0 auto;
  text-align: center;
}

.content-div:hover {
  transform: scale(1.4);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/* 第二页 */
.energy-content-zh {
  background: url(../img/energyback.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  min-height: 600px;
  min-width: 1200px;
  color: #fff;
}

.energy-nav {
  width: 230px;
  height: 600px;
  float: left;
}

.energy-nav-title {
  width: 100%;
  height: 100px;
  line-height: 100px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.1);
  font-size: 18px;
  font-weight: bold;
  cursor: default;
}

.energy-ul {
  width: 100%;
  height: 500px;
  background-color: rgb(200, 200, 200, 0.1);
}

.energy-ul li {
  width: 100%;
  /* border-bottom: 1px solid #525252; */
  height: 90px;
  cursor: pointer;
  display: inherit;
}

.energy-ul li p {
  width: 92%;
  height: 90px;
  margin: 0 auto;
  border-bottom: 1px solid #525252;
  line-height: 90px;
  font-size: 16px;
  text-indent: 14px;
}

.fbs {
  background-image: url(../img/gjj.jpeg);
  background-size: 100%;
  background-position: 10% 73%;
}

.cn {
  background-image: url(../img/traffic/energy03.jpg);
  background-size: 100%;
  background-position: 10% 72%;
}

.trq {
  background-image: url(../img/traffic/energy01.jpg);
  background-size: 100%;
  background-position: 10% 40%;
}

.energy-p {
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0, 0.85);
}

.energy-p-activity {
  background-color: rgb(0, 0, 0, 0.45);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.energy-content {
  width: 970px;
  height: 100%;
  float: right;
}

.energy01 {
  width: 80%;
  height: 100%;
  margin: 0 auto;
  min-height: 600px;
}

.energy01-title {
  font-size: 24px;
  padding-bottom: 25px;
  font-weight: normal;
  font-family: "微软雅黑", "Arial", "宋体";
}

.energy01-text {
  width: 100%;
  font-size: 13px;
  line-height: 22px;
  opacity: 0.8;
  text-indent: 2em;
  margin-top: 26px;
}

.energy01-p {
  font-size: 14px;
}

.energy01-ul {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  list-style-type: none;
  text-align: center;
}

.energy01-ul li {
  float: left;
  width: 180px;
  height: 35px;
  line-height: 35px;
  margin: 0 5px 5px 0;
  border: 1px solid #696969;
}

.dqsb-content {
  width: 1200px;
  margin: 0 auto;
  height: 440px;
}

.dqsb-tab {
  width: 486px;
  margin: 0 auto;
  text-align: center;
  margin-top: 30px;
  display: flex;
}

.dqsb-tab div {
  font-size: 18px;
  cursor: pointer;
  opacity: 1;
  font-weight: inherit;
  width: 243px;
  height: 42px;
  line-height: 42px;
  background: #e6eefa;
  border-radius: 4px;
  color: #333333;
}

.strong-activity {
  color: #ffffff !important;
  background: #163272 !important;
}

.dqsb-tab samp {
  font-size: 18px;
}

.dqsb-ul li {
  float: left;
  display: inherit;
  font-size: 14px;
  height: 230px;
  width: 180px;
  line-height: 60px;
  text-align: center;
  margin: 0 20px 9px 0;
  position: relative;
  cursor: default;
  padding: 0 20px 0 20px;
  border: 1px solid #f2f2f2;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.dqsb-ul li:hover {
  transform: scale(1.4);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 9999;
}

.dqsb-bgc {
  background: #ffffff !important;
}

.dqsb-mytitle {
  height: 65px !important;
}

.dqsb-li-div {
  width: 100%;
  height: 175px;
  text-align: center;
}

.dqsb-li-div img {
  height: 175px;
  width: auto;
}

.dqsb-li-title {
  width: 100%;
  height: 25px;
  line-height: 25px;
  text-align: center;
  font-size: 12px;
}


.energy-content-sdpt {
  background-size: cover;
  background-attachment: fixed;
  background-color: #f7f8fc;
  min-height: 676px;
  padding-top: 130px;
  min-width: 1200px;
  text-align: center;
  /* color: #fff; */
}

.tra-title {
  text-indent: 0 !important;
}

.span-li3 {
  display: inherit;
  font-weight: bold;
}

.span-li {
  display: inherit;
  line-height: 36px;
}

.span-li2 {
  display: inherit;
  text-indent: 1em;
}

.tra-image {
  min-height: 700px;
}

#carousel-example-tra {
  width: 92%;
  margin: 0 auto;
  height: 435px;
  position: relative;
}

#carousel-example-tra img {
  width: 100%;
  height: 435px;
}

.typecal-case-content {
  box-sizing: border-box;
  padding-top: 50px;
  width: 1200px;
  margin: 0 auto;
}


#case-swi-box {
  width: 100%;
  height: 600px;
  margin: 0 auto;
}

.case-item {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  background-color: #fff;
}

.case-item .item-img {
  width: 664px;
  height: 514px;
  box-sizing: border-box;
  padding: 30px;
}

.case-item img {
  width: 100%;
}

.case-info-box {
  flex: 1;
  box-sizing: border-box;
  padding: 0 18px;
  font-family: Microsoft YaHei;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.case-info-title {
  height: 40px;
  font-weight: 400;
  font-size: 18px;
  color: #2C86F0;
  line-height: 40px;
}

.case-info-text {
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  line-height: 22px;
}

.case-swiper-but-prev,
.case-swiper-but-next {
  color: #fff;
  padding: 10px;
  cursor: pointer;
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  z-index: 999;
}

.case-swiper-box {
  position: relative;
  box-sizing: border-box;
  padding: 0 30px;
}

.case-swiper-but-next img,
.case-swiper-but-prev img {
  opacity: 0.4;
  transform: scale(1);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.case-swiper-but-next:hover img,
.case-swiper-but-prev:hover img {
  opacity: 1;
  transform: scale(1.25);
}

.case-swiper-but-next {
  right: -60px;
}

.case-swiper-but-prev {
  left: -60px;
}


.pv-mi-height {
  /* width: 1400px;
  margin: 50px auto 0;
  min-width: 1400px; */
  min-height: 500px;
}

.pv-title-box {
  position: relative;
  margin-bottom: 50px;
  width: 531px;
  height: 306px;
  margin: 0 auto 50px;
}

.pv-title-box img {
  width: 100%;
  height: 100%;
}

.pv-title-detail1,
.pv-title-detail2,
.pv-title-detail3 {
  position: absolute;
  width: 260px;
}

.pv-title-detail1 {
  top: 20px;
  left: -280px;
}

.pv-title-detail2 {
  bottom: -30px;
  left: -280px;
}

.pv-title-detail3 {
  right: -280px;
  top: 90px;
}

.grey-ita {
  font-weight: 600;
  font-size: 48px;
  color: #e8e8eb;
  font-style: italic;
}

.pv-title-text {
  box-sizing: border-box;
  padding: 0 5px;
  font-weight: 400;
  font-size: 24px;
  color: #2C86F0;
  line-height: 26px;
  font-style: italic;
  margin-bottom: 20px;
}

.pv-title-detail3 .pv-title-text {
  text-align: left;
}

.pv-info {
  text-align: left;
  font-size: 13px;
  color: #666666;
  line-height: 22px;
}



.storage-energy-mi-height {
  /* width: 1400px;
  margin: 50px auto 0;
  min-width: 1400px; */
  min-height: 500px;
}

.storage-energy-title-box {
  position: relative;
  margin-bottom: 50px;
  width: 531px;
  height: 306px;
  margin: 0 auto 50px;
}

.storage-energy-title-box img {
  width: 100%;
  height: 100%;
}

.storage-energy-title-detail1,
.storage-energy-title-detail2,
.storage-energy-title-detail3 {
  position: absolute;
  width: 260px;
}

.storage-energy-title-detail1 {
  top: 90px;
  left: -280px;
}

.storage-energy-title-detail2 {
  top: 20px;
  right: -280px;
}

.storage-energy-title-detail3 {
  bottom: 10px;
  right: -280px;
}

.storage-energy-title-text {
  box-sizing: border-box;
  padding: 0 5px;
  font-weight: 400;
  font-size: 24px;
  color: #2C86F0;
  line-height: 26px;
  font-style: italic;
  margin-bottom: 20px;
}

.storage-energy-title-detail2 .storage-energy-title-text,
.storage-energy-title-detail3 .storage-energy-title-text {
  text-align: left;
}

.storage-energy-info {
  text-align: left;
  font-size: 13px;
  color: #666666;
  line-height: 22px;
}


.to-detail a {
  text-decoration: none !important;
}

.view-details-btn {
  display: inline-block;
  padding: 5px 20px;
  border: 2px solid #2c86f0;
  border-radius: 25px;
  background-color: transparent;
  color: #2c86f0;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.view-details-btn:hover {
  background-color: #2c86f0;
  color: #ffffff;
}



.content-icon {
  width: 1104px;
  height: 300px;
  margin: 0 auto;
}

.smart-system-cont {
  width: 1104px;
  height: 480px;
  margin: 60px auto 0;
  font-family: Microsoft YaHei;
}

.top-cont {
  display: flex;
}

.top-cont .smart-item {
  padding: 28px;
  margin-right: 30px;
  width: 196px;
  height: 229px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: url(../img/energy/smart-system-item-bg.png);
}

.top-cont .smart-item:nth-child(odd) {
  margin-top: 93px;
}

.top-cont .smart-item:last-child {
  margin-right: 0;
}

.top-cont .smart-item strong {
  margin-top: 18px;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
}

.top-cont .smart-item p {
  height: 81px;
  padding-top: 15px;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  text-align: left;
}

.bottom-cont {
  margin-top: -60px;
}

.platform-container {
  margin-top: 56px;
  display: flex;
  justify-content: center;
  font-family: Microsoft YaHei;
}

.platform-container .platform-item {
  margin-right: 23px;
  width: 202px;
  height: 256px;
  padding: 30px;
  background: rgba(255, 255, 255, 0.93);
  border: 1px solid #cae9f9;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.platform-container .platform-item:hover {
  background-color: #a3d7ff;
}

.platform-container .platform-item:hover p {
  color: #ffffff;
}

.platform-container .platform-item:hover strong {
  color: #ffffff;
}

.platform-container .platform-item:last-child {
  margin-right: 0;
}

.platform-container .platform-item strong {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  margin: 28px 0 24px 0;
}

.platform-container .platform-item p {
  font-weight: 400;
  height: 48px;
  font-size: 14px;
  color: #999999;
  text-align: left;
}

/* 电气设备
智能表计
智能开关 */
.swiper-container-cont {
  width: 1200px;
  margin: 0 auto;
  height: 630px;
  position: relative;
}

#certify {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1200px;
  margin: 60px auto;
}

#certify {
  position: relative;
  box-sizing: border-box;
  padding: 30px 90px;
}

#certify .swiper-container {
  padding-bottom: 60px;
}

#certify .swiper-slide {
  width: 339px;
  height: 380px;
  background-color: transparent;
  display: block;
  /* border: 1px solid #c2c2c2; */
}

#certify .swiper-slide img {
  width: 270px;
  height: 340px;
  display: block;
  margin-left: 55px;
}

#certify .swiper-pagination {
  width: 100%;
  bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
  border: 3px solid #fff;
  background-color: #d5d5d5;
  width: 10px;
  height: 10px;
  opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
  border: 3px solid #00aadc;
  background-color: #fff;
}

#certify .swiper-button-prev {
  left: 41px;
  width: 21px;
  height: 36px;
  top: 200px;
}



#caiji {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1200px;
  margin: 60px auto;
}

#caiji {
  position: relative;
  box-sizing: border-box;
  padding: 30px 90px;
}

#caiji .swiper-container {
  padding-bottom: 60px;
}

#caiji .swiper-slide {
  width: 339px;
  height: 380px;
  background-color: transparent;
  display: block;
  /* border: 1px solid #c2c2c2; */
}

#caiji .swiper-slide img {
  width: 270px;
  height: 340px;
  display: block;
  margin-left: 55px;
}

#caiji .swiper-pagination {
  width: 100%;
  bottom: 20px;
}

#caiji .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
  border: 3px solid #fff;
  background-color: #d5d5d5;
  width: 10px;
  height: 10px;
  opacity: 1;
}

#caiji .swiper-pagination-bullets .swiper-pagination-bullet-active {
  border: 3px solid #00aadc;
  background-color: #fff;
}

#caiji .swiper-button-prev {
  left: 41px;
  width: 21px;
  height: 36px;
  top: 200px;
  background-size: 100%;
}

#caiji .swiper-button-prev:hover {
  /*background-position: 0 -46px;*/
  /*background-size: 100%*/
}

#caiji .swiper-button-next {
  right: 41px;
  width: 21px;
  height: 36px;
  top: 200px;
  background: url("../images/lunbo_20.png") no-repeat;
  background-size: 100%;
}

#caiji .swiper-button-next:hover {
  /*background-position: 0 -139px;*/
  /*background-size: 100%*/
}

#another {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1200px;
  margin: 60px auto;
}

#another {
  position: relative;
  box-sizing: border-box;
  padding: 30px 90px;
}

#another .swiper-container {
  padding-bottom: 60px;
}

#another .swiper-slide {
  width: 339px;
  height: 380px;
  background-color: transparent;
  display: block;
  /* border: 1px solid #c2c2c2; */
}

#another .swiper-slide img {
  width: 270px;
  height: 340px;
  display: block;
  margin-left: 55px;
  box-shadow: 5px 10px 10px rgba(0, 0, 0, 0.25);
}

#another .swiper-pagination {
  width: 100%;
  bottom: 20px;
}

#certify .swiper-button-next {
  width: 21px;
  height: 36px;
  top: 200px;
  background: url("../images/lunbo_20.png") no-repeat;
  background-size: 100%;
}

#certify .swiper-button-prev:hover {
  /*background-position: 0 -46px;*/
  /*background-size: 100%*/
}

#certify .swiper-button-next:hover {
  /*background-position: 0 -139px;*/
  /*background-size: 100%*/
}

#another .swiper-button-prev {
  width: 21px;
  height: 36px;
  top: 200px;
  background-size: 100%;
}

#another .swiper-button-prev:hover {
  /*background-position: 0 -46px;*/
  /*background-size: 100%*/
}

#another .swiper-button-next {
  width: 21px;
  height: 36px;
  top: 200px;
  background: url("../images/lunbo_20.png") no-repeat;
  background-size: 100%;
}

#another .swiper-button-next:hover {
  /*background-position: 0 -139px;*/
  /*background-size: 100%*/
}

.swiper-button-next:after,
.swiper-button-prev:after {
  color: #626262 !important;
  font-weight: bold;
}

.bj-kg-swiper-button-next {
  right: -90px;
}

.bj-kg-swiper-button-prev {
  left: -90px;
}

.caiji-swiper-button-next {
  right: -90px;
}

.caiji-swiper-button-prev {
  left: -90px;
}


/* .block-left,
.block-right {
  width: 135px;
  height: 100%;
  background-color: #8b9ce2;
  background-color: #f7f8fc;
  background-color: #ffffff;
  position: absolute;
  z-index: 1;
}

.block-left {
  left: 0;
  top: -5px;
}

.block-right {
  right: 0px;
  top: -5px;
} */