@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: var(--first_color);
}


.swiper-button-next, .swiper-button-prev{color:var(--first_color);}
.swiper-pagination-bullet-active{background: var(--first_color);}
@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-text{
  background: url(../images/ty_01.jpg)top center no-repeat;
  padding: 7px 0;
} 
.nav-text * + p{
  margin-top: 0;
}
.top-left p{
  color: #fefefe;
  font-size: 12px;
  line-height: 20px;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.top-right{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.epower-lang{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #fefefe;
  font-size: 12px;
  line-height: 12px;
}
.epower-lang .lang-item{
  padding: 0 8px;
}
.epower-lang .lang-item:last-of-type{
  padding-left: 8px;
  padding-right: 0;
}
.epower-lang a{
  color: #fefefe;
}
@media (max-width: 767px){
  .top-left{
    display: none;
  }
}


/* 导航 */
.rd-navbar-wrap{
  height: auto !important;
}
.rd-navbar-brand{
  line-height: 0;
}
.rd-navbar-static p{
  margin: 0;
}
.rd-navbar .rd-navbar-nav > li > a,.rd-navbar-static .rd-navbar-nav > li{
  font-size: 14px;
  color: #444444;
}
.rd-navbar .rd-navbar-nav > li > a{
  text-transform: none;
}

.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: #333 !important;
}

.rd-navbar-static .rd-navbar-dropdown{
  padding: 10px 20px 20px 20px;
  margin-left: 0;
}
.rd-navbar-static .rd-navbar-nav > li{
  padding: 0;
  margin: 0;
}
@media (min-width:1200px){
  .rd-navbar-static{
    padding-top: 0;
    padding-bottom: 0;
  }
  .rd-navbar-static.rd-navbar--is-stuck{
    position: unset;
  }
  .rd-navbar-static{box-shadow: unset;}
  .rd-navbar-static .rd-navbar-inner,.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-inner{
    padding: 0;
  }
  .page-header .rd-navbar-brand .brand-logo-dark{
    max-height: 90px;
    padding-left: 115px;
  }
  .page-header .rd-navbar-brand a{
    position: relative;
  }
  .page-header .rd-navbar-brand .company-logo{
    max-width: 113px;
    position: absolute;
    top: 0px;
    left: 0px;
  }
  .rd-navbar-static .rd-navbar-nav > li{
    width: 100%;
  }
  .rd-navbar-static .rd-navbar-nav .rd-nav-item .rd-nav-link{
    position: relative;
    width: 100%;
    height: 90px;
    line-height: 90px;
    overflow: hidden;
    z-index: 0;
  }
  .rd-navbar-static .rd-navbar-nav .rd-nav-item.active .rd-nav-link:after, 
  .rd-navbar-static .rd-navbar-nav .rd-nav-item> .rd-nav-link:hover:after, 
  .rd-navbar-static .rd-navbar-nav .rd-nav-item.focus .rd-nav-link:after {
    content: '';
    width: 55px;
    height: 3px;
    background-color: var(--first_color);
    position: absolute;
    bottom: 24px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
  }
  .rd-navbar-static .rd-navbar-nav > li > .rd-navbar-dropdown{
    margin-top: 0;
  }
  .header-nav-list{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .rd-navbar-panel{
      width: 47%;
      float: left;
  }
  .rd-navbar-nav-wrap{
      width: 53% !important;
      float: left;
      padding-left: 10px;
  }
  .rd-navbar-static .rd-navbar-nav{
    margin: 0;
  }
  .rd-navbar-inner>div{
    display: flex;
    align-items: center;
  }
  .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: 50px;}
}
@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;
  }
  .page-header .rd-navbar-brand .company-logo{
    display: none;
  }
}


/* 热门搜索 */
.epower-index-search{
  padding: 6px 0;
}
.epower-index-search * + p{margin-top: 0;}
.epower-index-search p{
  color: #333;
  font-size: 14px;
  line-height: 28px;
}
.epower-index-search .index-search-left span{
  color: var(--first_color);
}
.epower-index-search .index-search-right span{
  color: var(--first_color);
  font-size: 22px;
  font-weight: bold;
}
.epower-index-search .index-search-right img{
  width: 28px;
  height: 28px;
}
.epower-index-search .index-search-right p{
  padding-left: 5px;
}
.epower-index-search .index-search-right{
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.epower-index-search .index-search-left{
  display: flex;
  align-items: center;
}
@media (max-width: 767px){
  .epower-index-search .index-search-right{
    justify-content: center;
    margin-top: 10px;
  }
}
/* 关于我们 */
.epower-index-about{
  clear: both;
}
@media (min-width: 768px){
  .epower-index-about{
    background: url(../images/abj_06.jpg) no-repeat top center #f9f9f9; 
    min-height:471px;
    padding-top: 82px;
  }
  .epower-index-about .index-about-left{
    padding-left: 45px;
  }
}
.index-about-left .title{
  position: relative;
  font-size: 26px;
  color: #333;
  font-weight: bold;
  padding-bottom: 10px;
}
.index-about-left .title::after{
  content: '';
  width: 54px;
  height: 3px;
  background: var(--first_color);
  position: absolute;
  bottom: 0;
  left: 0;
}
.index-about-left .desc{
  margin-top: 9px;
  font-size: 12px;
  color: #333;
}
.index-about-left .text{
  margin-top: 15px;
  font-size: 14px;
  line-height: 26px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  text-indent: 2em;
}
.index-about-right{
  margin-top: 15px;
}
@media (max-width: 767px){
  .epower-index-about{
    background: #f9f9f9; 
    padding: 50px 0;
  }
}

/* 首页产品区块 */
.epower-index-product{
  font-family: "Microsoft YaHei";
  padding: 60px 0 20px 0;
}
.epower-index-product p + *{
  margin-top: 0;
}
.epower-index-product .index-product-title{
  margin-bottom: 20px;
  display: flex;
  align-items: flex-end;
}
.epower-index-product .index-product-title h2{
  width: 27%;
  font-size: 26px;
  line-height: 26px;
  color: #333333;
  font-weight: bold;
  overflow: hidden;
  padding-bottom: 15px;
  position: relative;
}
.epower-index-product .index-product-title h2::after{
  position: absolute;
  content: '';
  width: 55px;
  height: 3px;
  background: var(--first_color);
  bottom: 0;
  left: 0;
}
.epower-index-product .index-product-title .product-more{
  width: 73%;
  font-size: 14px;
  line-height: 38px;
  color: #333333;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center; 
  border-bottom: 1px solid #ccc;
}
.epower-index-product .index-product-title .product-more a{
  font-size: 14px;
  color: #333333; 
  padding-right: 10px;
}
.epower-index-product .index-product-title .product-more a:last-child{
  padding-right: 0;
}
.epower-index-product .index-product-title .product-more a:hover{
  color: var(--first_color);
}
.epower-index-product #product{clear: both;}
.epower-index-product #product .product-img{
  border: 1px solid #cccccc;
}
.epower-index-product #product .product-title{
  color: #444;
  font-size: 14px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  border: 1px solid #cccccc;
  margin-top: 5px;
  background: #e9e9e9;
  margin-bottom: 40px;
}

.epower-index-product #product .swiper-wrapper .swiper-slide:hover .product-title{
  color: #fff;
  background: var(--first_color);
  border: 1px solid var(--first_color);
}
@media (min-width: 768px){
  .epower-index-product .swiper-wrapper .swiper-slide{
      width: 25%;
  }
} 
.epower-index-product .swiper-wrapper .swiper-slide{
  margin-right: 40px;
  margin-top: 0 !important;
}
.epower-index-product .swiper-wrapper .swiper-slide a{
  display: block;
}
@media (max-width: 767px){
  .epower-index-product{
    padding: 50px 0 10px 0;
  }
  .epower-index-product .swiper-wrapper .swiper-slide{
    width: 50%;
  }
  .epower-index-product .index-product-title h2{
    width: 100%;
  }
  .epower-index-product .index-product-title .product-more{
    display: none;
  }
}


/* 联系我们 */
.epower-index-contact p + p,
.epower-index-contact p + *,
.epower-index-contact * + p{
  margin-top: 0;
}
.epower-index-contact{
  background: url(../images/lkm_14.jpg) no-repeat top center;
  background-size: cover;
  min-height: 258px;
}
.epower-index-contact .text1{
  font-size: 20px;
  color: #333;
}
.epower-index-contact .text2{
  font-size: 34px;
  color: var(--first_color);
  font-weight: bold;
  margin: 8px 0 12px 0;
}
.index-contact-box{
  display: flex;
  justify-content: flex-end;
}
.index-contact-box>div{
  padding-top: 60px;
}
.index-contact-box .hotline{
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.index-contact-box .hotline img{
  width: 18px;
  height: 14px;
}
.index-contact-box .hotline p{
  padding-left: 5px;
}
.index-contact-box .hotline p span{
  font-size: 20px;
  font-weight: bold;
}
@media (min-width: 768px){
  .index-contact-box>div{
    min-width: 375px;
  }
}
@media (max-width: 767px){
  .epower-index-contact{
    background: url(../images/lkm_14.jpg) no-repeat top right;
  }
}
/*首页优势栏目*/
.epower-index-advantage{
  background: url(../images/rtu_02.jpg) top center no-repeat;
  padding: 40px 0 10px 0;
  background-size: cover;
}
.index_advantage{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}
.advantage_1148{ width:1148px; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}
.advantage_1148>.top{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}
.advantage_1148>.top>.title{position: relative; width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; font-size:26px; line-height:26px; color:#000; font-weight:bold;padding-bottom: 20px;}
.advantage_1148>.top>.title::after{position: absolute; content: '';width: 55px;height: 3px;background: var(--first_color); left: 0;right:0;bottom:0;margin: 0 auto;}
.advantage_1148>.top>.title>span{ margin:0 auto; padding-left:5px; padding-right:5px;font-size:38px; line-height:38px; color:#ff3000; font-weight:bold;}
.advantage_1148>.top>.text{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; font-size:12px; line-height:20px; color:#333;margin-top: 10px;}

.advantage_1148>.bot{ width:100%; height:auto; margin:0 auto; margin-top:40px; display:block; overflow:hidden; text-align:center;}

.adv_1{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}
.adv_1>.img{ width:51.5%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; float:left;}
.adv_1>.img>img{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}

.adv_1>.cs{ width:48.5%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; float:left;}
.adv_1>.cs>.cs_1{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}
.adv_1>.cs>.cs_1>.cs_top{ width:100%; height:auto; margin:0 auto; padding-bottom: 30px; border-bottom: 1px solid #ccc; display:block; overflow:hidden; text-align:center;}
.adv_1>.cs>.cs_1>.cs_top>.img{ width:10%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; float:left;}
.adv_1>.cs>.cs_1>.cs_top>.img>img{ max-width:36px; width:100%; height:auto; margin-right: 10px; display:block; overflow:hidden; text-align:center;}

.adv_1>.cs>.cs_1>.cs_top>.list{ width:90%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; float:right;}
.adv_1>.cs>.cs_1>.cs_top>.list>.title{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:left; font-size:20px; color:#333; font-weight:bold;}
.adv_1>.cs>.cs_1>.cs_top>.list>.text{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:left; font-size:14px; color:#666;}
.adv_1>.cs>.cs_1>.cs_top>.list>.cs_bot{ width:100%; height:auto; margin:0 auto; margin-top:2%; display:block; overflow:hidden; text-align:left;}
.adv_1>.cs>.cs_1>.cs_top>.list>.cs_bot>p{ font-size:16px; line-height:20px; color:#333;}

.adv_1>.cs>.cs_2{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}
.adv_1>.cs>.cs_2>.cs_top{ width:100%; height:auto; margin:0 auto; margin-top:30px; display:block; overflow:hidden; text-align:center;}
.adv_1>.cs>.cs_2>.cs_top>.img{ width:10%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; float:left;}
.adv_1>.cs>.cs_2>.cs_top>.img>img{ max-width:36px; width:100%; height:auto; margin-right: 10px; display:block; overflow:hidden; text-align:center;}
.adv_1>.cs>.cs_2>.cs_top>.list{ width:90%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; float:right;}
.adv_1>.cs>.cs_2>.cs_top>.list>.title{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:left; font-size:20px; color:#333; font-weight:bold;}
.adv_1>.cs>.cs_2>.cs_top>.list>.text{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:left; font-size:14px; color:#666;}
.adv_1>.cs>.cs_2>.cs_top>.list>.cs_bot{ width:100%; height:auto; margin:0 auto; margin-top:2%; display:block; overflow:hidden; text-align:left;}
.adv_1>.cs>.cs_2>.cs_top>.list>.cs_bot>p{ font-size:16px; line-height:20px; color:#333;}





.adv_2{ width:100%; height:auto; margin:0 auto; margin-top:40px; display:block; overflow:hidden; text-align:center;}
.adv_2>.img{ width:50.3%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; float:right;}
.adv_2>.img>img{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}

.adv_2>.cs{ width:49.7%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; float:left;}
.adv_2>.cs>.cs_1{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}
.adv_2>.cs>.cs_1>.cs_top{ width:100%; height:auto; margin:0 auto; padding-bottom: 30px; border-bottom: 1px solid #ccc; display:block; overflow:hidden; text-align:center;}
.adv_2>.cs>.cs_1>.cs_top>.img{ width:10%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; float:left;}
.adv_2>.cs>.cs_1>.cs_top>.img>img{ max-width:36px; width:100%; height:auto; margin-right: 10px; display:block; overflow:hidden; text-align:center;}
.adv_2>.cs>.cs_1>.cs_top>.list{ width:90%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; float:right;}
.adv_2>.cs>.cs_1>.cs_top>.list>.title{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:left; font-size:20px; color:#333; font-weight:bold;}
.adv_2>.cs>.cs_1>.cs_top>.list>.text{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:left; font-size:14px; color:#666;}
.adv_2>.cs>.cs_1>.cs_top>.list>.cs_bot{ width:100%; height:auto; margin:2% auto; display:block; overflow:hidden; text-align:left;}
.adv_2>.cs>.cs_1>.cs_top>.list>.cs_bot>p{ font-size:16px; line-height:20px; color:#333;}

.adv_2>.cs>.cs_2{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center;}
.adv_2>.cs>.cs_2>.cs_top{ width:100%; height:auto; margin:0 auto; margin-top:30px; display:block; overflow:hidden; text-align:center;}
.adv_2>.cs>.cs_2>.cs_top>.img{ width:10%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; float:left;}
.adv_2>.cs>.cs_2>.cs_top>.img>img{ max-width:36px; width:100%; height:auto; margin-right: 10px; display:block; overflow:hidden; text-align:center;}
.adv_2>.cs>.cs_2>.cs_top>.list{ width:90%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:center; float:right;}
.adv_2>.cs>.cs_2>.cs_top>.list>.title{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:left; font-size:20px; color:#333; font-weight:bold;}
.adv_2>.cs>.cs_2>.cs_top>.list>.text{ width:100%; height:auto; margin:0 auto; display:block; overflow:hidden; text-align:left; font-size:14px; color:#666;}
.adv_2>.cs>.cs_2>.cs_top>.list>.cs_bot{ width:100%; height:auto; margin:2% auto; display:block; overflow:hidden; text-align:left;}
.adv_2>.cs>.cs_2>.cs_top>.list>.cs_bot>p{ font-size:16px; line-height:20px; color:#333;}

@media (min-width: 1200px){
  .adv_1>.cs{
    padding-left: 32px;
  }
  .adv_2>.cs{
    padding-right: 32px;
  }
}

@media (max-width:1199px) and (min-width:768px){
	.advantage_1148{ width:100%;}
	.adv_1>.img{ display:none}
	.adv_2>.img{ display:none}
	.adv_1>.cs{ width:100%;}
	.adv_2>.cs{ width:100%;}
	.adv_2{ margin-top:0px;}
  .adv_2>.cs>.cs_1>.cs_top{
    margin-top: 30px;
  }
}

@media (max-width:767px) {
	.advantage_1148{ width:100%;}
	.advantage_1148>.top>.title{ font-size:20px;}
	.advantage_1148>.top>.title>span{ font-size:24px;}
	
	.adv_1>.img{ width:100%;margin-bottom: 20px;}
	.adv_1>.cs{ width:100%;}
	.adv_1>.cs>.cs_1>.cs_top>.list>.title{ font-size:16px;}
	.adv_1>.cs>.cs_1>.cs_bot>p{ font-size:14px;}
	.adv_1>.cs>.cs_2>.cs_top>.list>.title{ font-size:16px;}
	.adv_1>.cs>.cs_2>.cs_bot>p{ font-size:14px;}
	
	.adv_2>.img{ width:100%;margin-bottom: 20px;}
	.adv_2>.cs{ width:100%;}
	
	.adv_2>.cs>.cs_1>.cs_top>.list>.title{ font-size:16px;}
	.adv_2>.cs>.cs_1>.cs_bot>p{ font-size:14px;}
	.adv_2>.cs>.cs_2>.cs_top>.list>.title{ font-size:16px;}
	.adv_2>.cs>.cs_2>.cs_bot>p{ font-size:14px;}
	}



/* 首页新闻区块 */
.epower-index-news{
  font-family: "Microsoft YaHei";
  padding: 60px 0 82px 0;
}
.epower-index-news p{
  margin: 0;
}
.epower-index-news .index-column-title{
  margin-bottom: 30px;
  text-align: center;
}
.epower-index-news .index-column-title:after{
  right: 0;
  margin: 0 auto;
}
.index-news-title h2{
  width: 70%;
  font-size: 24px;
  font-weight: bold;
  position: relative;
  padding-bottom: 5px;
}
.index-news-title h2 a,.index-news-title h2 a:hover{
  color: #333;
}
.index-news-title h2 a:first-of-type{padding-right: 10px;}
.index-news-left .index-news-title h2::after{
  content: '';
  width: 98px;
  height: 3px;
  background: var(--first_color);
  position: absolute;
  bottom: -1px;
  left: 0;
}
.index-news-title{
  border-bottom: 1px solid #cccccc;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 15px;
}
.index-news-title .more{
  width: 30%;
  text-align: right;
}
.index-news-title .more a{
  width: 100%;
  max-width: 65px;
  height: 25px;
  line-height: 25px;
  font-size: 14px;
  color: #444;
  text-align: right;
}
.index-news-left .news-image{
  width: 32%;
  float: left;
}
.index-news-left .news-text{
  width: 68%;
  float: left;
  padding-left: 20px;
}
.index-news-left .news-text a{display: block;}
.epower-index-news .index-news-left .news-item .news-title,
.epower-index-news .index-news-right .news-item .news-title{
  color: #2b2b2b;
  font-size: 14px;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.epower-index-news .index-news-left .news-item .news-title{
  margin-bottom: 8px;
}
.epower-index-news .index-news-right .news-item .news-title{
  margin-bottom: 2px;
}
.epower-index-news .index-news-left .news-item .news-date{
  color: #999999;
  font-size: 12px;
  margin-bottom: 4px;
}
.epower-index-news .index-news-left .news-item .news-desc{
  color: #666;
  font-size: 12px;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.epower-index-news .index-news-right .news-item .news-desc{
  color: #888888;
  font-size: 12px;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.epower-index-news .index-news-left .news-item{
  display: -webkit-box;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 15px;
}
.epower-index-news .index-news-right .news-item a{
  width: 100%;
  display: block;
}
.epower-index-news .index-news-right .news-item{
  clear: both;
  margin-top: 10px;
  background: url(../images/xwre_06.jpg) no-repeat left top 5px;
  background-size: 28px 26px;
  padding-left: 40px;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 10px;
}
.epower-index-news .index-news-right .news-item:first-of-type{
  margin-top: 0;
}
.epower-index-news .news-item:hover .news-title,
.epower-index-news .news-item2:hover .news-title,
.epower-index-news .news-item:hover .news-title{
  color: var(--first_color);
}
@media (max-width: 767px){
  .epower-index-news{
    padding: 30px 0 50px 0;
  }
  .index-news-right{
    margin-top: 30px;
  }
  .index-news-left .news-image{
    width: 40%;
    float: left;
  }
  .index-news-left .news-text{
    width: 60%;
    float: left;
    padding-left: 14px;
  }
  .epower-index-news .index-news-left .news-item .news-desc, .epower-index-news .index-news-right .news-item .news-desc{
    line-height: 22px;
  }
}


/* 底部信息 */
footer{
  font-family: "Microsoft YaHei"; 
  background: #454545;
  padding-bottom: 18px;
}
footer p + *, footer * + p{
  margin-top: 0;
}
.foot-left{
  position: relative;
}
.foot-left img{
  width: 100%;
  height: auto;
  max-width: 196px;
  position: absolute;
  top: -22px;
  left: 0px;
}
.foot-right ul{
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #848484;
  margin-bottom: 40px;
  padding: 10px 0;
}

.foot-right ul li a,.foot-right .foot-copyright a{
  color: #ffffff;
  font-size: 14px;
}
.foot-right .foot-list span{
  color: #848484;
  font-size: 12px;
}

.foot-right .foot-copyright{
  color: #ffffff;
  font-size: 14px;
  line-height: 30px;
}

@media (min-width:768px){
  .epower-foot-contact>div{
    display: flex;
    flex-wrap: wrap;
  }
  .foot-left{
    width: 24%;
    float: left;
  }
  .foot-right{
    width: 76%;
    float: left;
    margin-bottom: 0;
    padding-left: 30px;
  }
  .foot-right .foot-web-code{
    width: 30%;
    float: left; 
  }
  .foot-right .foot-copyright{
    width: 70%;
    float: left;
  }
  .foot-contact-item{
    display: flex;
  }
}
.foot-right .foot-web-code .foot-web-box{
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.foot-right .foot-web-code .foot-text{
  text-align: right;
  padding-right: 6px;
}
.foot-right .foot-web-code .foot-text img{
  width: 30px;
  height: 30px;
}
.foot-right .foot-web-code .foot-text p{
  color: #ffff;
  font-size: 12px;
  margin-top: 8px;
}
.foot-right .foot-web-code .foot-code{
  width: 100%;
  height: auto;
  max-width: 120px;
}
@media (max-width:767px){
  .foot-right ul{
    display: none !important;
  }
  .foot-left{
    min-height: 241px;
  }
  .foot-left img{
    right: 0;
    margin: 0 auto;
  }
  .foot-right .foot-web-code .foot-web-box{
    justify-content: center;
    margin-top: 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%;}
.shownews .content p img{display: block; text-align: center; margin:0 auto;}
/* 英文时需自动换行 */
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);
}
.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;
}