@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;
}
.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;}
}


/* 语言 */
.epower-lang{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 10px;
}
.epower-lang .lang-item{
  color: #333333;
  font-size: 12px;
  line-height: 14px;
}
.epower-lang .lang-item a{
  color: #333333;
}
.epower-lang .lang-item{
  padding: 0 5px;
  border-right: 1px solid #333333;
}
.epower-lang .lang-item:last-of-type{
  padding: 0 0 0 5px;
  border-right: none;
}

/* 顶部服务热线 */
.rd-navbar-panel .nav-hotline * + p{margin-top: 0;}
@media (min-width: 1200px){
  .rd-navbar-panel .rd-navbar-brand{
    width: 68%;
    float: left;
  }
  .rd-navbar-panel .nav-hotline{
    width: 32%;
    float: left;
    display: flex;
    justify-content: flex-end;
  }
}
.rd-navbar-panel .nav-hotline .tel-logo img{
  width: 30px;
  height: 30px;
}
.rd-navbar-panel .nav-hotline .tel-number{
  color: #333333;
  font-size: 14px;
  line-height: 20px;
  padding-left: 5px;
}
@media (max-width: 1199px){
  .rd-navbar-panel .nav-hotline{
    display: none;
  }
  .epower-lang{
    padding-bottom: 10px;
  }
}


/* 导航 */
.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: #065b56;
}
.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: 10px 0 23px 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: 80%;
    padding-right: 10px;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .rd-navbar-fixed .rd-navbar-toggle{
    width: 20%;
    max-width: 48px;
  }
}


/*自定义options*/
.index-search{
  padding: 8px 0;
}
.index-search .row{
  display: flex;
  align-items: center;
}
.index-search * + p{margin-top: 0;}
.index-search-text{
  display: flex;
  align-items: center;
  padding-left: 6px;
}
.index-search-text img{
  width: 16px;
  height: 16px;
}
.index-search-text p{
  color: #999999; 
  font-size: 14px;
  padding-left: 6px;
}
.index-search-text span{color: #333;}
.index-search .index-search-form .index-search-group{display: flex; align-items: center; width: 100%;padding-left: 15px;background: #ffffff;border-radius: 10px;}
.index-search .index-search-form .input-group{width: 100%; display: flex; align-items: center;justify-content: flex-end; flex-wrap: nowrap;margin-bottom: 0;border: 1px solid #cccccc;border-radius: 10px;background: #ffffff;}
.index-search .index-search-form .index-search-input{width:100%; height:24px; list-style:none; text-align:left; float:left; font-size: 14px; margin:0; padding:0;border:0; color: #999;}
.index-search-input::-webkit-input-placeholder{color: #999;}
.index-search-input::-moz-placeholder{color: #999;}
.index-search-input:-ms-input-placeholder{color: #999;}
/* .options-search .input-search .searchword-btn{position: relative; width:54px; height:30px; line-height:30px; color:#fff; font-size: 14px; background: var(--first_color); text-align:center; margin:0; padding:0; border:0; cursor:pointer; float:left;} */
.index-search .index-search-form .index-search-btn{
  width: 26px;
  height: 24px;
  margin: 0; 
  padding: 0; 
  border: 0; 
  cursor: pointer; 
  float: left;
  background: #ffffff;
  border-radius: 20px;
}
.index-search-btn img{
  width: 18px;
  height: 16px;
  display: block;
}
@media (min-width:768px){
  .index-search .index-search-form{display: flex;justify-content: flex-end;}
  .index-search .index-search-form form{width: 188px;} 
}
@media (max-width:767px){
  .index-search .index-search-form .input-group{margin: 20px auto 10px auto; text-align:center; justify-content: center;}
  .index-search{padding: 10px 0;}
}


/* 首页简介区块 */
.epower-index-about .index-about-bg img{
  max-width: unset;
}
@media (min-width:768px){
  .index-about-left{
    width: 15%;
    float: left;
  }
  .index-about-right{
    position: relative;
    width: 85%;
    float: left;
    padding-bottom: 24px;
    display: flex;
    align-items: center;
    
  }
  .index-about-right .index-about-bg{
    position: absolute;
    left: 29px;
    bottom: 0;
    z-index: -1;
  }
  .index-about-right .index-about-bg img{
    width: 1333px;
    height: 412px;
  }
  .index-column-end{
    display: -webkit-box;
    display: flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }
  .index-about-title .en{
    display: none;
  }
  .product-category-list p, .product-category-list .product-category-title a{
    padding-left: 20px;
  }
}

.product-category-list p{
  color: #222222;
  font-size: 20px;
  font-weight: bold;
  background: #e0f5f4;
  height: 40px;
  line-height: 40px;
  margin-bottom: 13px;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.product-category-list .product-category-title a{
  color: #222222;
  font-size: 14px;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  height: 37px;
  line-height: 37px;
}
.product-category-list .product-category-title a:hover{
  color: var(--first_color);
  font-weight: bold;
}
.epower-index-about{
  margin-top: 66px;
} 
.index-about-title .cn{
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 0;
}
.index-about-title-item .line{
  width: 32px;
  height: 4px;
  margin: 11px 0 20px 0;
  background: #fff;
}
@media (min-width:768px){
  .index-about-image{
    width: 59.8%;
    float: left;
  }
  .index-about-text{
    width: 40.2%;
    float: left;
    padding-left: 28px;
    margin-top: 95px;
  }

}

.home-about-content p{
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  margin-bottom: 0;
}
.index-about-text .more{
  width: 70px;
  height: 26px;
  line-height: 26px;
  background: #fff;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 18px;
}
.index-about-text .more a{
  display: block;
  color: var(--first_color);
  font-size: 12px;
  font-weight: bold;
}

@media (max-width:767px){
  .index-about-left{
    margin-bottom: 30px;
  }
  .product-category-list{
    text-align: center;
  }
  .product-category-list .product-category-title{
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }
  .product-category-list .product-category-title:first-of-type{
    border-top: 1px solid #ccc;
  }
  .index-about-bg{
    display: none;
  }
  .index-about-right{
    background: var(--first_color);
  }
  .index-about-title{
    position: relative;
    text-align: center;
  }
  .index-about-title .cn{
    font-size: 28px;
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
  }
  .index-about-title .en{
    font-size: 33px;
    color: #fff;
    opacity: 0.2;
    margin-bottom: 0;
    font-weight: bold;
  }
  .index-about-title-item .line{
    margin: 26px auto 20px auto;
  }
  .index-about-text .more{
    margin: 30px auto 18px auto;
  }
  .index-about-text{
    padding: 16px;
  }
}

/* 优势 */
.epower-index-advantage{
  margin-top: 80px;
  background: url(../images/index-advantage-bg.png) no-repeat center bottom;
}
@media (min-width:768px){
  .index-advantage-left{
    width: 57.3%;
    float: left;
  }
  .index-advantage-right{
    width: 42.7%;
    float: left;
    padding-left: 56px;
    padding-bottom: 40px;
  }
  .index-advantage-title .en{
    display: none;
  }
  .index-advantage-item2{
    width: 50%;
    float: left;
    padding-right: 35px;
  }
  .index-advantage-item3{
    width: 50%;
    float: left;
    padding-left: 35px;
  }
  .index-advantage-left-con{
    margin-top: 42px;
  }
}
.index-advantage-title{
  margin-bottom: 35px;
}
.index-advantage-title .cn{
  font-size: 36px;
  font-weight: bold;
  color: var(--first_color);
  margin-bottom: 0;
}
.index-advantage-name{
  font-size: 22px;
  color: #222222;
  font-weight: bold;
  margin-bottom: 8px;
}
.index-advantage-text{
  font-size: 14px;
  color: #333333;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.index-advantage-left-con{
  width: 100%;
  float: left;
  margin-bottom: 68px;
}
.index-advantage-item1{
  margin-bottom: 52px;
}
@media (max-width:1199px){
  .index-advantage-title .cn{
    font-size: 32px;
  }
}
@media (max-width:767px){
  .epower-index-advantage {
    background: url(../images/index-advantage-bg.png) no-repeat left bottom;
    background-size: cover;
    margin-top: 40px;
  }
  .index-advantage-left,.index-advantage-right{
    width: 100%;
    float: left;
  }
  .index-advantage-title{
    position: relative;
    text-align: center;
    margin-bottom: 50px;
  }
  .index-advantage-title .cn{
    font-size: 28px;
    line-height: 24px;
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
  }
  .index-advantage-title .en{
    font-size: 33px;
    color: var(--first_color);
    opacity: 0.2;
    margin-bottom: 0;
    font-weight: bold;
  }
  .epower-index-advantage .index-column-end, .index-advantage-right-con{
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
  }
  .index-advantage-right, .index-advantage-image2{
    order:0;
  }
  .index-advantage-left, .index-advantage-item1{
    order:1;
  }
  .index-advantage-item1{
    margin: 20px 0;
  }
  .index-advantage-item2, .index-advantage-item3{
    margin-top: 20px;
  }
  .index-advantage-left-con{
    margin-bottom: 30px;
  }
}

  /* 首页设备区块 */
  .epower-index-case{
    padding: 66px 0 76px 0;
  }
  #case{
    clear: both;
  }
  .epower-index-case a{
    display: block;
  }
  .epower-index-case .swiper-wrapper .swiper-slide{
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }
 
  @media (min-width: 768px){
    .epower-index-case .swiper-wrapper .swiper-slide{
      width: 25%;
    }
  }
  .epower-index-case .swiper-wrapper .swiper-slide{
    margin-right: 28px;
  }
  .epower-index-case .swiper-wrapper .swiper-slide .case-item-title {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
  }
  
  .epower-index-case .swiper-wrapper .swiper-slide .case-item-title{
    color: #333333;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  
  .epower-index-case .swiper-wrapper .swiper-slide:hover{
    border-top: 6px solid var(--first_color);
    border-left: 6px solid var(--first_color);
    border-right: 6px solid var(--first_color);
  }
  .epower-index-case .swiper-wrapper .swiper-slide:hover .case-item-title{
    background: var(--first_color);
    border-bottom: 1px solid var(--first_color);
    border-top: 1px solid var(--first_color);
  }
  .epower-index-case .swiper-wrapper .swiper-slide:hover .case-item-title{
    color: #fff;
  }
  
  .epower-index-case .swiper-father{
    position:relative;
    clear: both;
  }
  .epower-index-case .swiper-case-button-next,.epower-index-case .swiper-case-button-prev{
    position: absolute;
    width: 46px;
    height: 46px;
    background-size: 46px 46px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    cursor: pointer;
  }
  .epower-index-case .swiper-case-button-next{
    background-image: url(../images/case-button-next.png);
    right: -84px;
  }
  .epower-index-case .swiper-case-button-prev{
    background-image: url(../images/case-button-prev.png);
    left: -84px;
  }
  .epower-index-case .swiper-case-button-next:focus,.epower-index-case .swiper-case-button-prev:focus{
    outline: unset;
  }
  @media (max-width: 767px){
    .epower-index-case .swiper-case-button-prev,.epower-index-case .swiper-case-button-next{
        display: none;
    }
    .epower-index-case{
      padding: 30px 0;
    }
    .epower-index-case .swiper-wrapper .swiper-slide{
      width: 50%;
    }
  }
  

/* 新闻 */
.epower-index-news{
  padding-bottom: 60px;
}
.epower-index-news p + *, .epower-index-news * + .row, .epower-index-news * + p{
  margin-top: 0;
}
.epower-index-news a{display: block;}
.index-news-left .index-news-title{
  display: block;
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}
.index-news-left .index-news-more{
  margin-right: 0;
  margin-left: auto;
  padding-bottom: 5px;
}
.index-news-left .index-news-top .swiper-slide-thumb-active span{
  color: var(--first_color);
  font-weight: bold;
}
.index-news-left .index-news-top{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.index-news-left .index-news-more a{
  font-size: 14px;
  color: #666666;
}
.index-news-left .index-news-top .swiper-slide{
  width: unset!important;
}
.index-news-right .title p{
  width: 70%;
  color: #333333;
  font-weight: bold;
  font-size: 20px;
}
.index-news-right .title{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.index-news-right .title .more{
  width: 30%;
  text-align: right;
}
.index-news-right .title .more a{
  font-size: 14px;
  color: #666666;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}


@media (min-width:768px){
  .index-news-left .news-list-left{
    width: 35.2%;
    float: left;
  }
  .index-news-left .news-list-right{
    width: 64.8%;
    float: left;
    padding-left: 28px;
  }
}
.index-news-left .news-list-left .news-item .news-title{
  color: #333333;
  font-size: 16px;
  margin: 8px 0 6px 0;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.index-news-left .news-list-left .news-item .news-desc{
  color: #666;
  font-size: 12px;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin-bottom: 0;
}
.index-news-left .news-list-right .news-item .news-image{
  width: 19.5%;
  float: left;
}
.index-news-left .news-list-right .news-item .news-text{
  width: 80.5%;
  float: left;
  padding-left: 16px;
}
.index-news-left .news-list-right .news-item .news-title{
  width: 70%;
  float: left;
  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-updatetime{
  width: 30%;
  float: left;
  text-align: right;
  color: #999999;
  font-size: 12px;
  margin-bottom: 0;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.index-news-left .news-list-right .news-item .news-title-item{
  height: 24px;
  line-height: 24px;
  margin-bottom: 8px;
}
.index-news-left .news-list-right .news-item .news-desc{
  clear: both;
  color: #666;
  font-size: 12px;
  line-height: 22px;
  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:first-of-type{
  margin-bottom: 9px;
}
.index-news-left .news-list-right .news-item:nth-child(2){
  margin-bottom: 5px;
}
.index-news-left .news-list-right .news-item{
  display: -webkit-box;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.index-news-left .news-list-right .news-item2 .news-title{
  width: 70%;
  float: left;
  color: #333333;
  font-size: 14px;
  margin-bottom: 0;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.index-news-left .news-list-right .news-item2 .news-updatetime{
  width: 30%;
  float: left;
  text-align: right;
  color: #999999;
  font-size: 12px;
  margin-bottom: 0;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.index-news-left .news-list-right .news-item2{
  height: 38px;
  line-height: 38px;
}
.index-news-left .news-list-right .news-item2{
  border-bottom: 1px dashed #cccccc;
}
.index-news-left .news-list-right .news-item2:last-of-type{
  border-bottom: none;
}
.index-news-left .news-list-right .news-item2:hover .news-title{
  color: var(--first_color);
}
.index-news-left .news-list-right .news-item{
  clear: both;
  width: 100%;
  float: left;
}
.index-news-left .news-list-right .news-item2{
  clear: both;
}
.index-news-right .news-item .news-desc{
  padding-left: 32px;
  background: url(../images/answer-logo.jpg) no-repeat center left;
  font-size: 14px;
  color: #666666;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 0;
}
.index-news-right .news-item .news-title{
  padding-left: 32px;
  background: url(../images/question-logo.jpg) no-repeat center left;
  font-size: 14px;
  color: #333333;
  margin-bottom: 8px;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.index-news-right .news-item{
  padding-top: 19px;
  padding-bottom: 19px;
  border-bottom: 1px dashed #ccc;
}
.index-news-right .news-item:first-of-type{
  padding-top: 0;
}
.index-news-right .news-list{
  padding-top: 7px;
  clear: both;
}
.index-news-left .news-list-left .news-item:hover .news-title,
.index-news-left .news-list-right .news-item:hover .news-title,
.index-news-right .news-item:hover .news-title{
  color: var(--first_color);
  font-weight: bold;
}
@media (max-width:767px){
  .index-news-left .news-list-right{
    margin: 30px 0;
  }
}

/*新闻*/


/* 底部信息 */
footer{
  font-family: "Microsoft YaHei"; clear: both;
}
footer p + *, footer * + p, footer * + .row{
  margin-top: 0;
}
.epower-foot-contact{
  background: var(--first_color);
  padding: 42px 0 34px 0;
}

.foot-contact-item img{
  width: 100%;
  height: auto;
  max-width: 354px;
  margin-bottom: 23px;
}
.foot-contact-text p{
  color: #fff;
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 0;
}
.foot-contact-text p a{
  color: #fff;
}
.foot-nav{
  width: 100%;
  float: left;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 4px;
}
.foot-nav-item{
  padding: 0px;
  width: 100%;
  text-align: right;
  height: 48px;
  line-height: 48px;
  overflow: hidden 
}
.foot-nav-item a{
  color: #fff;
  font-size: 14px;
}
.foot-nav-item a:hover,.foot-nav-item a.active{
  color: #fff;
}
.foot-nav-item .dropdown-toggle::after{
  display: none;
}
.foot-web-code .sao-logo p{
  font-size: 12px;
  color: #fff;
  margin-bottom: 0;
  width: 19px;
  float: left;
  line-height: 16px;
}
.foot-web-code .sao-logo img{
  width: 36px;
  height: 36px;
  float: left;
  margin-bottom: 3px;
  margin-right: 8px;
}
.foot-web-code .sao-logo{
  display: flex;
  align-items: flex-end;
}

@media (min-width:768px){
  .foot-box{
    display: flex;
    flex-wrap: wrap;
  }
  .foot-web-code-item{
    width: 43%;
    float: left;
  }
  .foot-contact-item{
    width: 57%;
    float: left;
  }
}
.foot-web-code{
  clear: both;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
  
.foot-web-code-img img{
  width: 100%;
  height: auto;
  max-width: 146px;
}
.copy{
  text-align: center;
  clear: both;
  font-size: 12px;
  color: #fff;
  background: #065b56;
  padding: 10px 0;
}
.copy a{
  background-color: unset !important;
  color: #fff;
}

@media (max-width:767px){
  .met-foot-contact{
    padding: 50px 0;
  }
  .foot-nav{
    display: none;
  }
  .foot-web-code{
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 20px;
  }
 
}

.foot-copyright{
  color: #fff;
  background: #065b56;
  font-size: 12px;
  padding: 10px 0;
  text-align: center;
}
.foot-copyright a{
  color: #f5f5f5;
}


/* 内页 */
/* 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;
}

/* 表格 */
table tr{
  border-bottom: 1px solid #cccccc;
}
table td{
  border-right: 1px solid #cccccc;
  padding: 5px !important;
}