@charset "UTF-8";
.text-1len{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.text-2len{overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;}
.text-3len{overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;text-overflow:ellipsis;-webkit-box-orient:vertical;}
.text-4len{overflow:hidden;display:-webkit-box;-webkit-line-clamp:4;text-overflow:ellipsis;-webkit-box-orient:vertical;}
.text-5len{overflow:hidden;display:-webkit-box;-webkit-line-clamp:5;text-overflow:ellipsis;-webkit-box-orient:vertical;}
.text-6len{overflow:hidden;display:-webkit-box;-webkit-line-clamp:6;text-overflow:ellipsis;-webkit-box-orient:vertical;}
.botmenu{ text-align: center !important; background: var(--first_color);}
.online dl{background:var(--first_color);padding:10px 5px;margin-bottom:1px;position:relative}
.online dl:hover{background:var(--first_color)}
.online dl dt button{margin:10px 0;border:none;border-radius:5px;width:100%;font-size:18px;height:40px;line-height:40px;background:var(--first_color);color:#fff;cursor:pointer}
a{color:#333;}
.sw_banner a{display: block;}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, a:hover, a:focus{color: var(--first_color);}
.rd-navbar-static .rd-navbar-inner{max-width: 1148px;}

/* banner*/
.swiper-pagination-bullet{
  width: 10px;
  height: 10px;
  background: #ffffff; 
  opacity: 1;
}
.swiper-container-horizontal>.swiper-pagination-bullets{bottom: 20px;}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
  margin: 0 10px;
}
.swiper-button-next, .swiper-button-prev{color: var(--first_color);}
.swiper-pagination-bullet-active{background: var(--first_color); opacity: 1;}
@media (min-width: 1200px){
  .container{width: 1178px;}
} 
@media (min-width: 1200px){
  .row >[class*='col-']{padding-left: 1rem; padding-right: 1rem;}
  .row{margin-left: -1rem;margin-right: -1rem;}
}


/* 语言 */
/*头部*/
.nav-lang{
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.nav-lang .lang-item{
  text-align: center;
  padding: 0 7px;
  background: #222222;
  height: 22px;
  line-height: 22px;
  margin-left: 7px;
}
.nav-lang .lang-sel{
  background: var(--first_color);
}
.nav-lang .lang-item a{
  color: #fff;
  font-size: 12px;
}


/* 顶部服务热线 */
.rd-navbar-panel .nav-hotline * + p{margin-top: 0;}
@media (min-width: 1200px){
  .rd-navbar-panel .rd-navbar-brand{
    width: 60%;
    float: left;
  }
  .rd-navbar-panel .nav-hotline{
    width: 40%;
    float: left;
    display: flex;
    justify-content: flex-end;
  }
}
.rd-navbar-panel .nav-hotline .tel-number{
  color: #333333;
  font-size: 14px;
  text-align: right;
}
@media (max-width: 1199px){
  .rd-navbar-panel .tel-number{
    display: none;
  }
}


/* 导航 */
.rd-navbar-wrap{
  height: unset !important;
}
.rd-navbar-static{
  padding: 0;
}
.rd-navbar-brand{
  line-height: 0;
}

.header-nav-list{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-nav-list .rd-nav-item{
  width: 100%;
}
.rd-navbar .rd-navbar-nav > li > a{display: block;}
.rd-navbar-static .rd-navbar-nav{
  margin: 0;
}
.rd-navbar .rd-navbar-nav > li > a,.rd-navbar-static .rd-navbar-nav > li{
  font-size: 14px;
}
.rd-navbar-static .rd-navbar-nav > li.active > a,
.rd-navbar-static .rd-navbar-nav > li.active > .rd-navbar-submenu-toggle::after,
.rd-navbar-static .rd-navbar-nav > li.focus > a,
.rd-navbar-static .rd-navbar-nav > li > a:hover,
.rd-navbar-static .rd-navbar-nav > li.opened > .rd-navbar-submenu-toggle::after,
.rd-navbar-static .rd-navbar-nav > li:hover > .rd-navbar-submenu-toggle::after,
.rd-navbar-static .rd-navbar-nav > li.focus > .rd-navbar-submenu-toggle::after{
  color: #ffffff !important;
  background: #333333;
}
.rd-navbar-static .rd-navbar-dropdown{
  padding: 10px 20px 20px 20px;
  margin-left: 0;
}
.rd-navbar-static .rd-navbar-nav > li > .rd-navbar-dropdown{
  min-width: 100%;
}
.rd-navbar-static .rd-navbar-nav > li{
  padding: 0;
  margin: 0;
}
.rd-navbar-static .rd-navbar-dropdown > li.focus > a, .rd-navbar-static .rd-navbar-dropdown > li.focus > a ~ .rd-navbar-submenu-toggle,.rd-navbar-static .rd-navbar-dropdown .rd-navbar--has-dropdown > .rd-navbar-submenu-toggle:hover{
  color: var(--first_color);
}
@media (min-width:1200px){
  .rd-navbar-static .rd-navbar-nav-wrap{background: var(--first_color);}
  .rd-navbar-static .rd-navbar-inner, .rd-navbar-static.rd-navbar--is-stuck .rd-navbar-inner{
    padding: 18px 0;
  }
  .rd-navbar-static .rd-navbar-inner .rd-navbar-panel{
    display: -webkit-box;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding: 0;
  }
  .rd-navbar-static .rd-navbar-nav-wrap .container{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .rd-navbar-static .rd-navbar-nav > li > a{
    height: 44px;
    line-height: 44px;
    color: #ffffff;
    overflow: hidden;
  }
  
  .rd-navbar-static.rd-navbar--is-stuck{
    position: unset;
  }
  .rd-navbar-static{box-shadow: unset;}
  .rd-navbar-static .rd-navbar-nav > li > .rd-navbar-dropdown{
    margin-top: 0;
  }
  .rd-navbar-static.rd-navbar--is-stuck .rd-navbar-nav > li > .rd-navbar-dropdown{
    margin-top: 0;
  }
  .rd-navbar-static .rd-navbar-nav > li > .rd-navbar-submenu-toggle, .rd-navbar-sidebar .rd-navbar-nav > li > .rd-navbar-submenu-toggle{
    display: none;
  }
  .rd-navbar-fullwidth .rd-navbar-dropdown > li > a:hover, .rd-navbar-static .rd-navbar-dropdown > li > a:hover,.rd-navbar-static .rd-navbar-dropdown > li.active > a, .rd-navbar-static .rd-navbar-dropdown > li.active > a:focus, .rd-navbar-static .rd-navbar-dropdown > li.active > a:active{
    color: var(--first_color);
  }
}
@media (max-width: 1200px){
  .rd-navbar-fixed .rd-navbar-nav li:hover > a, .rd-navbar-fixed .rd-navbar-nav li.focus > a, .rd-navbar-fixed .rd-navbar-nav li.active > a, 
  .rd-navbar-fixed .rd-navbar-nav li.opened > a{background: var(--first_color);}
  .rd-navbar-fixed .rd-navbar-brand img{height: auto;}
}
@media (max-width: 1199px){
  .rd-navbar-nav-wrap .container{padding: 0;}
  .rd-navbar-fixed .rd-navbar-brand{padding-right: 10px;}
}
.rd-navbar-fixed .rd-navbar-toggle {display:inline-block;position: absolute;right:10px;}
.rd-navbar-fixed .rd-navbar-nav-wrap {right:0;left:unset;transform:translateX(110%);}
.rd-navbar-fixed .rd-navbar-brand{left: 10px;}
@media (max-width: 1199px){
  .rd-navbar-fixed .rd-navbar-brand {
    width: 50%;
    padding-right: 10px;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .rd-navbar-fixed .rd-navbar-toggle{
    width: 20%;
    max-width: 48px;
  }
  .rd-navbar-panel .nav-hotline{
    width: 30%;
    position: absolute;
    right: 20%;
    bottom: 0;
  }
}

/* 首页产品区块 */
.epower-index-product{
  padding: 67px 0 46px 0;
}
.epower-index-product * + .product-title,
.epower-index-product * + p,.epower-index-product p + *{
  margin-top: 0;
}
.index-product-title{
  text-align: center;
  margin-bottom: 40px;
}
.index-product-title .cn{
  color: #222222;
  font-size: 40px;
  line-height: 40px;
  font-weight: bold;
  margin-bottom: 0;
  padding: 0 5px;
}
.index-product-title .desc{
  color: #333333;
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 0;
}
.index-product-title .cn-item{
  display: -webkit-box;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.index-product-title .line{
  width: 22px;
  height: 4px;
  background: #222222;
}
.epower-index-product #product .product-img img{
  border: 1px solid #ccc;
}
@media (min-width: 768px){
  .epower-index-product #product .swiper-wrapper .swiper-slide{
    width: 25%;
  }
}
.epower-index-product #product .swiper-wrapper .swiper-slide{
  margin-right: 28px;
  margin-bottom: 30px;
  margin-top: 0 !important;
}
.epower-index-product #product .swiper-wrapper .swiper-slide a{
  display: block;
}
.epower-index-product #product .product-title{
  height: 42px;
  line-height: 42px;
  font-size: 16px;
  text-align: center;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  color: #333333;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.epower-index-product #product .swiper-wrapper .swiper-slide:hover .product-title{
  color: var(--first_color);
}


/*四大理由 */
.epower-index-reason{
  padding-bottom: 76px;
}
.epower-index-reason .index-reason-title{
  background: url(../images/index-reason-bg.png) no-repeat center;
  background-size: cover;
  text-align: center;
  padding: 35px 0 38px 0;
}
.epower-index-reason .title{
  color: #fff;
  font-size: 48px;
  line-height: 48px;
  font-weight: bold;
  margin-bottom: 0;
}
.epower-index-reason .hotline{
  color: #fff;
  font-size: 22px;
  margin-bottom: 10px;
  margin-top: 5px;
}
.epower-index-reason .hotline-number{
  line-height: 36px;
  background: #fff;
  color: var(--first_color);
  font-size: 22px;
  font-weight: bold;
  margin: 0 auto;
  border-radius: 50px;
  display: inline;
  padding: 0 10px;
}

@media (min-width: 768px){
  .index-reason-left1{
    width: 37.5%;
    float: left;
    padding-right: 16px;
  }
  .index-reason-right1{
    width: 62.5%;
    float: left;
  }
  .index-reason-left2{
    width: 59.3%;
    float: left;
  }
  .index-reason-right2{
    width: 40.7%;
    float: left;
    padding-left: 52px;
  }
  .index-reason-item{
    display: -webkit-box;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
}
.index-reason-item:first-of-type{
  margin-bottom: 70px;
  margin-top: 64px;
}
.index-reason-item .title{
  color: #222222;
  font-size: 28px;
  font-weight: bold;
  height: 50px;
  line-height: 50px;
  padding-left: 62px;
  border-bottom: 1px solid var(--first_color);
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.index-reason-item .title span{
  color: var(--first_color);
}
.index-reason-item .index-reason-left1 .index-reason-con1 .title{
  background: url(../images/reason-num1.jpg) no-repeat center left;
}
.index-reason-item .index-reason-left1 .index-reason-con2 .title{
  background: url(../images/reason-num2.jpg) no-repeat center left;
}
.index-reason-item .index-reason-right2 .index-reason-con1 .title{
  background: url(../images/reason-num3.jpg) no-repeat center left;;
}
.index-reason-item .index-reason-right2 .index-reason-con2 .title{
  background: url(../images/reason-num4.jpg) no-repeat center left;;
}
.index-reason-item .index-reason-left1 .index-reason-con2,
.index-reason-item .index-reason-right2 .index-reason-con2{
  margin-top: 40px;
}
.index-reason-item .text{
  color: #333333;
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 0;
  margin-top: 5px;
}
@media (max-width: 991px) and (min-width: 768px){
  .index-reason-item .title{
    font-size: 20px;
  }
}

@media (max-width: 767px){
  .epower-index-reason .title{
    font-size: 30px;
  }
  .index-reason-item{
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
  }
  .index-reason-right1{
    order:0;
  }
  .index-reason-left1{
    order:1;
  }
  .index-reason-right1 img,
  .index-reason-left2 img{
    margin-bottom: 30px;
  }
  .epower-index-reason{
    padding-bottom: 50px;
  }
}


.epower-index-case{
  background: url(../images/index-case-bg.jpg) no-repeat center;
  background-size: cover;
  padding: 74px 0;
}
.epower-index-case * + p{
  margin-top: 0;
}
.index-case-title-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 36px;
}
.index-case-title{
  width: 70%;
  float: left;
}
.index-case-title .title{
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 0;
}
.index-case-title .desc{
  color: #fff;
  font-size: 16px;
  margin: 5px 0 16px 0;
}
.index-case-title .line{
  width: 22px;
  height: 4px;
  background: #fff;
}
.index-case-title-item .more{
  width: 30%;
  float: left;
  max-width: 104px;
}
.index-case-title-item .more a{
  display: block;
  background: #fff;
  width: 100%;
  height: 34px;
  line-height: 34px;
  text-align: center;
  float: right;
  color: #333333;
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 23px;
}
@media (min-width:768px){
  .home-case-img1{
    width: 23.1%;
    float: left;
  }
  .home-case-img2{
    width: 45.2%;
    float: left;
    padding: 0 28px;
  }
  .home-case-img3-item{
    width: 31.7%;
    float: left;
  }
  .home-case-img-item{
    clear: both;
    display: flex;
    flex-wrap: wrap;
  }
  .home-case-img3:first-of-type{
    margin-bottom: 28px;
  }
}

@media (max-width:767px){
  .epower-index-case{
    padding: 50px 0;
  }
  .home-case-img-item{
    display: flex;
  }
  .home-case-img1{
    width: 22%;
    float: left;
    order: 0;
  }
  .home-case-img2{
    width: 43%;
    float: left;
    order: 2;
    padding-left: 14px;
    order: 1;
  }
  .home-case-img3-item{
    width: 35%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    order: 2;
  }
  .home-case-img3{
    width: 100%;
    float: left;
    padding-left: 14px;
  }
  .index-case-title .desc{
    font-size: 12px;
  }
}


  /* 首页设备区块 */
  .epower-index-equipment{
    padding-bottom: 54px;
    border-bottom: 1px solid #ccc;
  }

 
  .epower-index-equipment .case-img img{
    border:1px solid #ccc;
  }
  @media (min-width: 768px){
    .epower-index-equipment .swiper-wrapper .swiper-slide{
        width: 25%;
    }
  }
  .epower-index-equipment .swiper-wrapper .swiper-slide{
    margin-right: 28px;
  }
  
  .epower-index-equipment .swiper-father{
    position:relative;
    clear: both;
  }
  .epower-index-equipment .swiper-equipment-button-next,.epower-index-equipment .swiper-equipment-button-prev{
    position: absolute;
    width: 24px;
    height: 44px;
    background-size: 24px 44px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    cursor: pointer;
  }
  .epower-index-equipment .swiper-equipment-button-next{
    background-image: url(../images/equipment-button-next.png);
    right: -72px;
  }
  .epower-index-equipment .swiper-equipment-button-prev{
    background-image: url(../images/equipment-button-prev.png);
    left: -72px;
  }

  @media (max-width: 767px){
    .epower-index-equipment .swiper-equipment-button-prev,.epower-index-equipment .swiper-equipment-button-next{
        display: none;
    }
    .epower-index-equipment{
      padding-bottom: 50px;
    }
  }

  
/* 首页简介区块 */
.epower-index-about{
  padding: 76px 0 54px 0;
}
.epower-index-about p + p{
  margin-top: 0;
}
.index-about-title .cn{
  font-size: 36px;
  line-height: 36px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 7px;
}
.index-about-title .en{
  font-size: 16px;
  color: #333333;
  margin-bottom: 0;
}
.index-about-title .line{
  width: 22px;
  height: 4px;
  margin: 15px 0 20px 0;
  background: #333333;
}
@media (min-width:768px){
  .index-about-image-item{
    width: 51.2%;
    float: left;
  }
  .index-about-text{
    width: 48.8%;
    float: left;
    padding-right: 24px;
  }
}
.index-about-image1{
  width: 42.5%;
  float: left;
}
.index-about-image2{
  width: 57.5%;
  float: left;
  padding-left: 18px;
}
.index-about-image-item a{
  display: flex;
  align-items: flex-end;
}
.home-about-content p{
  color: #333333;
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  margin-bottom: 5px;
}
.index-about-text .more{
  width: 104px;
  height: 34px;
  line-height: 34px;
  background: var(--first_color);
  font-size: 14px;
  text-align: center;
  margin-top: 25px;
}
.index-about-text .more a{
  display: block;
  color: #fff;
}
@media (min-width:768px){
  .index-about-con{
    display: -webkit-box;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
}

@media (max-width:767px){
  .epower-index-about{
    padding: 50px 0;
  }
  .index-about-title .cn{
    font-size: 26px;
  }
  .index-about-title .en{
    font-size: 12px;
  }
  .index-about-text .more{
    margin: 25px auto 0 auto;
  }
  .index-about-title{
    text-align: center;
  }
  .index-about-title .line{
    margin: 15px auto 18px auto;
  }
  .index-about-con{
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
  }
  .index-about-image-item{
    order: 0;
  }
  .index-about-text{
    order: 1;
    margin-top: 30px;
  }
  .index-about-image1{
    width: 55%;
  }
  .index-about-image2{
    width: 45%;
  }
}

/*首页新闻区块*/
.epower-index-news{
  padding: 70px 0 74px 0;
}
.epower-index-news a{
  display: block;
}
.epower-index-news p + p{margin-top: 0;}
.index-news-category {
  width: 100%;
  float: left;
  margin-bottom: 32px;
}
.index-news-category .title{
  color: #333333;
  font-weight: bold;
  font-size: 30px;
  line-height: 30px;
  width: 80%;
  float: left;
  margin-bottom: 0;
}
.index-news-category .title span{
  color: var(--first_color);
}
.index-news-category .more{
  width: 20%;
  float: left;
  text-align: right;
  margin-bottom: 0; 
  margin-top: 15px;
  line-height: 14px;
}
.index-news-category .more a{
  color: #333333;
  font-size: 14px;
}
.index-news-con{
  display: flex;
  flex-wrap: wrap;
}
@media (min-width:768px){
  .index-news-left{
    width: 65.9%;
    float: left;
  }
  .index-news-right{
    width: 34.1%;
    float: left;
    padding-left: 29px;
  }
  .index-news-left .news-list-left{
    width: 38.8%;
    float: left;
  }
  .index-news-left .news-list-right{
    width: 61.2%;
    float: left;
    padding-left: 18px;
  }
}
.index-news-left .news-list-left .news-item .news-title{
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 0;
}
.index-news-left .news-list-left .news-item .news-desc{
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin-bottom: 0;
}
.index-news-left .news-list-left .news-item .news-title-item{
  background: var(--first_color);
  padding: 10px 15px;
}
.index-news-left .news-bg{
  font-family: "Microsoft YaHei";
  width: 18%;
  height: 80px;
  float: left;
  color: #222222;
  text-align: center;
  background: #f1f1f1;
  padding: 0 7px;
}
.index-news-left .news-text{
  width: 82%;
  float: left;
  padding-left: 13px;
}
.index-news-left .news-bg .day{
  font-size: 44px;
  line-height: 44px;
  margin: 6px 0 2px 0;
}
.index-news-left .news-bg .year{
  font-size: 14px;
  line-height: 14px;
  padding-top: 7px;
  border-top: 1px solid #fff;
}
.index-news-left .news-list-right .news-item{
  clear: both;
  margin-top: 15px;
}
.index-news-left .news-list-right .news-item a{
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.index-news-left .news-list-right .news-item:first-of-type{
  margin-top: 0;
}
.index-news-left .news-list-right .news-item .news-title{
  color: #333333;
  font-size: 16px;
  margin-bottom: 0;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.index-news-left .news-list-right .news-item .news-desc{
  color: #777777;
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 0;
}
.index-news-left .news-list-right .news-item:hover .news-bg{
  color: #fff;
  background: var(--first_color);
}
.index-news-left .news-list-right .news-item:hover .news-title,
.index-news-left .news-list-right .news-item:hover .news-desc{
  color: var(--first_color);
}
.index-news-right .news-item .news-title{
  width: 70%;
  float: left;
  font-size: 14px;
  color: #333333;
  margin-bottom: 0;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.index-news-right .news-item .news-updatetime{
  font-family: "Microsoft YaHei";
  width: 30%;
  float: left;
  font-size: 12px;
  color: #999999;
  text-align: right;
  margin-bottom: 0;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.index-news-right .news-item{
  line-height: 45px;
  margin-top: 9px;
  border-bottom: 1px dashed #cccccc;
}
.index-news-right .news-item a{
  display: flex;
  align-items: center;
}
.index-news-right .news-item:first-of-type{
  margin-top: 0;
  line-height: 16px;
  padding-bottom: 15px;
}
.index-news-right .news-item:first-of-type{
  margin-top: 0;
}
.index-news-right .news-list{
  width: 100%;
  float: left;
}
.index-news-right .news-item:hover .news-title{
  font-weight: bold;
  color: var(--first_color);
}
.index-news-right .news-item:hover .news-updatetime{
  color: var(--first_color);
}
@media (max-width:1199px){
  .index-news-left .news-bg{
    width: 30%;
  }
  .index-news-left .news-text{
    width: 70%;
  }
}
@media (max-width:767px){
  .epower-index-news{
    padding: 50px 0;
  }
  .index-news-left .news-bg{
    width: 25%;
  }
  .index-news-left .news-text{
    width: 75%;
  }
  .index-news-left .news-bg .day{
    font-size: 34px;
  }
  .index-news-left .news-list-right{
    margin-top: 30px;
  }
  .index-news-right{
    width: 100%;
    float: left;
    margin-top: 30px;
  }
  .index-news-left{
    width: 100%;
  }
}


  /* 合作伙伴 */
  .epower-index-partner{
    padding-bottom: 54px;
  }
  .epower-index-partner p + p{
    margin-top: 0;
  }
  .index-partner-title {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 13px;
  }
  .index-partner-title .title{
    color: #333333;
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    width: 80%;
    float: left;
    margin-bottom: 0;
  }
  .index-partner-title .title span{
    color: var(--first_color);
  }
  .index-partner-title .more{
    width: 20%;
    float: left;
    text-align: right;
  }
  .index-partner-title .more a{
    color: #333333;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 0;
    margin-top: 16px;
  }
  .epower-index-partner .partner-item{
    width: 20%;
    float: left;
    padding: 20px 14px 0 14px;
  }
  .epower-index-partner .index-partner-list{
    padding: 0 3px 20px 3px;
    border: 1px solid #ccc;
    display: flex;
    flex-wrap: wrap;
  }
  .epower-index-partner .partner-item img{
    width: 100%;
    height: auto;
    border: 1px solid #cccccc;
  }
  @media (max-width:767px){
    .epower-index-partner .partner-item{
      width: 33.3333%;
      float: left;
    }
  }


/* 底部信息 */

/*底部版权信息*/
footer{
  font-family: "Microsoft YaHei"; clear: both;
}
footer p + *, footer * + p, footer * + .row{
  margin-top: 0;
}

.foot-nav-item{
  background: #333333;
  padding: 56px 0;
}
.foot-contact-text{
  background: #222222;
  padding: 56px 0;
}
.foot-nav-item .foot-nav{
  width: 100%;
  float: left;
}
.foot-nav-item .foot-nav-name{
  padding: 0px;
  width: 50%;
  float: left;
  text-align: left;  
}
.foot-nav-item .foot-nav-name a{
  color: #fff;
  font-size: 14px;
  height: 34px;
  line-height: 34px;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.foot-nav-item .foot-nav-name a:hover, .foot-nav-item .foot-nav-name a.active{
  color: #fff;
}
.foot-nav-item .foot-nav-name .dropdown-toggle::after{
  display: none;
}

.foot-contact-text .foot-contact-information p{
  color: #fff;
  font-size: 14px;
  line-height: 32px;
}
.foot-contact-text .foot-contact-information a{
  color: #fff;
}
@media (min-width:768px){
  .epower-foot-contact{
    background: linear-gradient(90deg,#333 39%,#222 0) center;
  }
  @media (min-width:768px){
    .epower-foot-contact .foot-box{
      display: flex;
      flex-wrap: wrap;
    }
    
  }
  .foot-contact-text{
    width: 68.3%;
    float: left;
    padding-left: 43px;
  }
  .foot-nav-item{
    width: 31.7%;
    float: left;
  }
  .foot-contact-item{
    display: flex;
    flex-wrap: wrap;
  }
  .foot-information-item{
    width: 77%;
    float: left;
  }
  .foot-web-code-img{
    width: 23%;
    float: left;
  }
}
.foot-web-code-img img{
  width: 100%;
  height: auto;
  max-width: 169px;
  margin-top: 30px;
}
@media (max-width:767px){
  .foot-nav-item{
    display: none;
  }
  .foot-web-code-img{
    text-align: center;
  }
  .foot-contact-text{
    padding: 40px 0;
  }
}
.foot-copyright{
  background: var(--first_color);
  color: #ffffff;
  font-size: 14px;
  padding: 10px 0;
  text-align: center;
}
.foot-copyright a{
  color: #ffffff;
}
@media (max-width:767px){
  .epower-foot-contact{background: #222222;}
  .epower-foot-contact .foot-nav-list{
    display: none;
  }
  .epower-foot-contact .foot-web-code{
    margin-bottom: 20px;
  }
}


/* 内页 */
/* about */
.pages{padding: 30px 15px;}
.section .content a{color: #444444;}
.section .content p{font-size: 16px;line-height: 1.5;}


/* subnavlist */
.subnavlist .swiper-container .swiper-slide a.active,
.subnavlist ul li a:hover, 
.subnavlist ul li a:focus,
.subnavlist ul li a.active,
.subnavlist .swiper-subnav .dropdown-item.active,
.swiper-subnav .dropdown-item:active{color: var(--first_color);}

/* product news */
.productlist .card:before,
.newslist ul li:before{border-color: var(--first_color);}
.showproduct .tabs-custom .nav-item a.active{border-bottom-color: var(--first_color);}
.productlist .card .card-img a{display: block;}
.productlist .card .card-img{text-align: center;}
.newslist ul li.media .media-left{width: 20%;}
.newslist ul li.media .media-body{width: 80%;}
.shownews .recommend ul li.item_block a p.item_date,.showproduct .recommend ul li.item_block a p.item_date{width: 20%;white-space: nowrap;}
.shownews .recommend ul li.item_block a .item_info,.showproduct .recommend ul li.item_block a .item_info{width: 80%;max-width: unset;}
.shownews .recommend ul li.item_block a .item_des{width: 100%;}
/* 英文时需自动换行 */
h2,p{word-break:break-all;}


/* 详情页右侧推荐 */
.showproduct .recommend ul li.item_block:hover:before,
.shownews .recommend ul li.item_block:before{border-color: var(--first_color);}
.showproduct .recommend ul li.item_block a:hover p.item_date span, .showproduct .recommend ul li.item_block a:hover .item_info,
.shownews .recommend ul li.item_block a:hover p.item_date span, .shownews .recommend ul li.item_block a:hover .item_info{color:var(--first_color)}
.showproduct .recommend span.toptitle,.shownews .recommend span.toptitle{
  margin-bottom: 20px;
}
.showproduct .recommend ul li.item_block a .item_des{width: unset;}
.showproduct .recommend ul li.item_block a .item_img{max-width: 100%;width: 100%;text-align: center;}
.showproduct .recommend ul li.item_block {
  margin: 0 0;
  padding: 0 0;
  margin-bottom: 15px;
}
.showproduct .recommend ul li.item_block a {
  display: block;
  width: 100%;
}
.showproduct .recommend ul li.item_block a .item_img {
  width: 100%;
  max-width: unset;
}
.showproduct .recommend ul li.item_block a .item_img img {
  width: 100%;
  height: auto;
  display: block;
  max-width: unset;
}
.showproduct .recommend ul li.item_block a .item_link {
  width: 100%;
  padding: 0 0;
  margin-bottom: 10px;
}
.showproduct .recommend ul li.item_block a .item_link p {
  padding: 0 0;
}
@media(max-width:991px) {
  .showproduct .recommend ul li.item_block,.shownews .recommend ul li.item_block{
    width: 50%;
  }
  .showproduct .recommend ul li.item_block:nth-child(even),.shownews .recommend ul li.item_block:nth-child(even){
    padding-left:10px
  }
  .showproduct .recommend ul li.item_block:nth-child(odd),.shownews .recommend ul li.item_block:nth-child(odd){
    padding-right:10px
  }
}


/* 分页器 */
.page-link, .page-num{color: #333;}
.page-link:hover,
.page-num:hover,
.page-num-current{background-color:var(--first_color);border-color:var(--first_color);color: #fff;}
.searchcomponent .btn-info{background-color:var(--first_color);border-color:var(--first_color)}
.searchcomponent .btn-info:hover{background-color:var(--first_color);border-color:var(--first_color)}
@media all and (max-width: 767px) {
  .searchcomponent .form-group{width: 75%;}
  .searchcomponent button{width:25%}
  .page-link[href], 
  .page-num[href]{color:var(--first_color)}
  .page-link[href]:hover,
  .page-num[href]:hover,
  .page-num-current[href]{background-color:var(--first_color);border-color:var(--first_color);color: #fff!important;}
}




/* job */
.joblist ul li{margin-bottom: 30px;padding-bottom: 30px;}
.joblist ul li:before{border-color: var(--first_color);}


/* case */
.caselist .card:before{border-color: var(--first_color);}
.showcase .tabs-custom .nav-item a.active{border-bottom-color: var(--first_color);}


/* message */
.form-control:focus{border-color: var(--first_color);box-shadow: unset;}
.messagelist .btn-info:hover{background-color: var(--first_color);border-color: var(--first_color);}
.messagelist .btn-info{background-color: var(--first_color);border-color: var(--first_color);}


/* download */
.downloadlist ul li{padding-bottom: 30px;}
.downloadlist ul li:before{border-color: var(--first_color);}
.downloadlist .downloadbtn{color: var(--first_color);border-color: var(--first_color);}
.downloadlist .downloadbtn:hover{background-color: var(--first_color);border-color: var(--first_color);color: #fff;}
.btn-info:not(:disabled):not(.disabled):active:focus, 
.btn-info:not(:disabled):not(.disabled).active:focus, 
.show > .btn-info.dropdown-toggle:focus{box-shadow: unset;}
.btn-info:not(:disabled):not(.disabled):active, 
.btn-info:not(:disabled):not(.disabled).active, 
.show > .btn-info.dropdown-toggle{background-color: var(--first_color);border-color: var(--first_color);}
.btn-info:focus, .btn-info.focus{box-shadow: unset;}

/* product */
.showproduct .img-thumbnail-variant-2{
  width: 100%;
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before{color:var(--first_color)}


/* newslist */
.newslist ul li h4 a{display: block;}
@media (max-width: 767px){
  .newslist ul li.media .media-left{width: 35%;}
  .newslist ul li.media .media-body{width: 65%;align-self: center;}
  .newslist ul li{padding: 10px 0;margin-bottom: 10px;}
}
.clearfix::after{display: table;clear: both;content: '';}

/* 客服 */
@media (max-width: 767px){
  .online{display: block!important;}
}
.online dl{
  background: var(--first_color);
}

/*手机端底部按钮 */
.botmenu {
  background: var(--first_color);
  border-top: 1px solid #ffffff;
}
.botmenu p {
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.botmenu i {
  font-size: 24px;
}
.botmenu p{
  margin-top: 2px;
}
/* 返回顶部 */
.ui-to-top{
  display: none;
}