.top_bj {
  width: 100%;
  height: 96px;
  background: url("/image/bus_bg.png") no-repeat top center;
  background-size: 100% auto;
}

@media screen and (min-width: 1921px) {
  .top_bj {
    height: 104px;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1680px) {
  .top_bj {
    height: 78px;
  }
}
@media screen and (max-width: 1366px) {
  .top_bj {
    height: 61px;
  }
}
.bus_content {
  width: 100%;
}
.bus_content .newEnergy {
  width: 100%;
  height: 100px;
  overflow: hidden;
  position: relative;
}

.bus_content .newEnergy .nav {
  position: absolute;
  top: 16px;
  left: 74px;
  cursor: pointer;
  display: flex;
  color: #fff;
  align-items: center;
  z-index: 999;
}
.bus_content .newEnergy .nav .active {
  color: #fff;
}

.bus_content .newEnergy .nav .visited {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}
.bus_content .newEnergy .nav a:hover {
  text-decoration: underline;
}

.bus_content .newEnergy .nav span {
  display: block;
  margin: 0 6px;
}

.bus_content .newEnergy .newEnergy-title {
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 30px;
  color: #ffffff;
  letter-spacing: 0;
  text-align: center;
  line-height: 30px;
}

@media screen and (min-width: 1921px) {
  .bus_content .newEnergy .newEnergy-title span {
    margin: 24px auto;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1680px) {
  .bus_content .newEnergy .newEnergy-title {
    top: 16px;
  }
  .bus_content .newEnergy .newEnergy-title span {
    margin: 15px 0 6px 0;
  }
}
@media screen and (max-width: 1366px) {
  .bus_content .newEnergy .newEnergy-title {
    top: 16px;
  }
  .bus_content .newEnergy .newEnergy-title span {
    margin: 14px 0 0 0;
  }
}
.bus_content .newEnergy .newEnergy-title div {
  width: 70%;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0;
  text-align: center;
  line-height: 36px;
  margin: auto;
}
.bus_content .newEnergy-container {
  width: 1200px;
  margin: 44px auto;
}
.bus_content .newEnergy-container .newEnergy-item h1 {
  font-size: 28px;
  color: #0059a4;
  letter-spacing: 0;
  line-height: 36px;
}
.bus_content .newEnergy-container .newEnergy-item .line {
  display: block;
  width: 100%;
  border: 1px #bfbfbf dashed;
  margin: 20px 0;
}
.bus_content .newEnergy-container .newEnergy-item .line::before {
  position: absolute;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #005baa;
  border-radius: 50%;
  margin-top: -6px;
}
.bus_content .newEnergy-container .newEnergy-item .newEnergy-info {
  margin-bottom: 80px;
}
.bus_content
  .newEnergy-container
  .newEnergy-item
  .newEnergy-info
  .newEnergy-info-center {
  padding: 40px 80px 0 80px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.bus_content
  .newEnergy-container
  .newEnergy-item
  .newEnergy-info
  .newEnergy-info-center
  .newEnergy-info-center-item {
  display: flex;
  margin-bottom: 32px;
}
.bus_content
  .newEnergy-container
  .newEnergy-item
  .newEnergy-info
  .newEnergy-info-center
  .newEnergy-info-center-item
  img {
  width: 50px;
  height: 50px;
  margin-right: 26px;
}
.newEnergy-info
  .newEnergy-info-center
  .newEnergy-info-center-item
  .newEnergy-info-one {
  width: 394px;
}
.newEnergy-info
  .newEnergy-info-center
  .newEnergy-info-center-item
  .newEnergy-info-one
  h4 {
  font-size: 16px;
  color: #2b2b2b;
  letter-spacing: 0;
  line-height: 23.08px;
  font-weight: bold;
}
.newEnergy-info
  .newEnergy-info-center
  .newEnergy-info-center-item
  .newEnergy-info-one
  p {
  font-size: 12px;
  color: #5b5b5b;
  letter-spacing: 0;
  line-height: 22px;
}
/* //昊易充 */

.easyCharge_content {
  width: 1200px;
  margin: 32px auto;
}
.easyCharge_content .business_advantage {
  margin-top: 80px;
}
.business_advantage h1 {
  font-size: 38px;
  color: #00579f;
  letter-spacing: 0;
  text-align: center;
  line-height: 36px;
}
.business_advantage > span {
  display: block;
  width: 60px;
  height: 2px;
  margin: 24px auto;
  background: #00579f;
}
.business_advantage_content {
  display: flex;
  flex-wrap: wrap;
}
.business_advantage_content .business_advantage_item {
  position: relative;
  overflow: hidden;
}
.business_advantage_content .business_advantage_item div {
  position: absolute;
  top: 79px;
  left: 70px;
}
.business_advantage_content .business_advantage_item div h2 {
  font-size: 30px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 36px;
}
.business_advantage_content .business_advantage_item div span {
  display: block;
  width: 60px;
  height: 2px;
  background-color: #fff;
  margin: 20px 0;
}
.business_advantage_content .business_advantage_item div p {
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 26px;
}
.business_advantage_content .business_advantage_item:first-child div p,
.business_advantage_content .business_advantage_item:last-child div p {
  margin-right: 204px;
}
.business_advantage_content .business_advantage_item:nth-child(2) div p,
.business_advantage_content .business_advantage_item:nth-child(3) div p {
  margin-right: 64px;
}
.hyx_advantage_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.hyx_advantage_content .business_advantage_item {
  width: 32%;
  height: 325px;
  margin-bottom: 24px;
}
.hyx_advantage_item_img {
  height: 200px;
  overflow: hidden;
}

.hyx_advantage_content .business_advantage_item > .hyx_advantage_item_text {
  height: 125px;
  border: solid #d3d3d3 1px;
  box-sizing: border-box;
}
.hyx_advantage_content
  .business_advantage_item
  > .hyx_advantage_item_text
  > div {
  padding: 16px 16px 0 16px;
}
.hyx_advantage_content
  .business_advantage_item
  > .hyx_advantage_item_text
  > div
  h2 {
  font-size: 20px;
  color: #2b2b2b;
  letter-spacing: 0;
  font-weight: bold;
  line-height: 26px;
}
.hyx_advantage_content
  .business_advantage_item
  > .hyx_advantage_item_text
  > div
  span {
  display: block;
  width: 61px;
  height: 2px;
  background-color: #00579f;
  margin: 5px 0;
}
.hyx_advantage_content
  .business_advantage_item
  > .hyx_advantage_item_text
  > div
  p {
  font-size: 14px;
  color: #2b2b2b;
  letter-spacing: 0;
  line-height: 22px;
}

.service_scenario .service_scenario_img {
  position: relative;
  overflow: hidden;
}
.service_scenario .service_scenario_img p {
  position: absolute;
  bottom: 32px;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 12px;
  color: #ffffff;
  letter-spacing: 0;
  text-align: center;
  line-height: 24px;
}
.blow_up {
  transition: all 0.6s;
}
.blow_up:hover {
  transform: scale(1.3);
}
.service_scenario_icon {
  width: 70%;
  margin-top: 32px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 32px auto;
}
.service_scenario_icon > div {
  width: 50px;
}
.service_scenario_icon > div img {
  width: 100%;
  height: auto;
}
.service_scenario_icon > div > span {
  display: block;
  font-size: 12px;
  color: #5b5b5b;
  letter-spacing: 0;
  line-height: 22px;
  text-align: center;
  margin-top: 8px;
}
.site_show {
  width: 100%;
  background: #f5f5f5;
  padding-bottom: 90px;
}
.site_show .site_show_content {
  width: 1200px;
  padding-top: 90px;
  margin: auto;
}
.site_show_item{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.site_show_item>div{
  width: 32%;
  position: relative;
}
.site_show_item>div p{
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin:auto;
  color: #fff;
  font-size: 20px;
  text-align: center;
}
.swiper-wrapper {
  display: flex;
}

.slide .swiper-wrapper .swiper-slide {
  width: 284px;
  height: 405px;
  background-color: #fff;
  border: 0.9px solid #d3d3d3;
  margin-right: 18px;
}
.swiper-wrapper .swiper-slide .swiper-slide-img {
  overflow: hidden;
}

.swiper-wrapper .swiper-slide:last-child {
  margin-right: 0;
}
.swiper-slide-img-text {
  padding: 16px 0 0 12px;
}
.swiper-slide-img-text > h2 {
  font-size: 20px;
  color: #2b2b2b;
  letter-spacing: 0;
  line-height: 26px;
}
.swiper-slide-img-text > span {
  display: block;
  width: 60px;
  height: 2px;
  background: #00579f;
  margin: 5px 0 7px 0;
}

.swiper-slide-img-text > p {
  font-size: 14px;
  color: #2b2b2b;
  letter-spacing: 0;
  line-height: 22px;
}
