@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);
  opacity: .5;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
  margin: 0 9px;
}
.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;}
}


/* 顶部服务热线 */
@media (min-width: 1200px){
  .rd-navbar-panel .rd-navbar-brand{
    width: 60%;
    float: left;
  }
  .rd-navbar-panel .nav-hotline{
    width: 40%;
    float: left;
  }
  .epower-lang-xs{display: none;}
  .epower-lang{
    margin-bottom: 10px;
  }
}

.rd-navbar-panel .nav-hotline .tel-number p{margin-top: 0;}
.rd-navbar-panel .nav-hotline .tel-number p{
  font-family: "Microsoft YaHei";
  font-size: 40px;
  line-height: 40px;
  color: #444444; 
}
.rd-navbar-panel .nav-hotline .tel-number .title{
  font-size: 26px;
  line-height: 30px;
  color: var(--first_color);
}

/* 语言 */
.epower-lang{
  display: flex;
  justify-content: flex-end;
}
.epower-lang .lang-item a{
  color: #333333;
  font-size: 14px;
}
.epower-lang>div{
  display: flex;
  align-items: center;
}
.epower-lang .lang-item{
  border-right: 1px solid #333333;
  padding: 0 8px;
  line-height: 14px;
}
.epower-lang .lang-item:last-of-type{
  border-right: 0;
}

.rd-navbar-panel .tel-number{
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1199px){
  .rd-navbar-panel .nav-hotline{
    display: none;
  }
  .epower-lang{
    background: var(--first_color);
    padding: 8px 0
  }
  .epower-lang .lang-item a{
    color: #ffffff;
  }
  .epower-lang .lang-item{
    border-right: 1px solid #ffffff;;
  }
}


/* 导航 */
.rd-navbar-wrap{
  height: unset !important;
}
.rd-navbar-static{
  padding: 0;
}
.rd-navbar-brand{
  line-height: 0;
}
.rd-navbar-static .rd-navbar-nav-wrap{
  background: var(--first_color);
}
.header-nav-list{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.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: 16px;
}
.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{
  background: #f79d14;
  color: #ffffff !important;
}
.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;
  background: url(../images/nav-line-bg.png) no-repeat center right;
  background-size: 1px 61px;
}
.rd-navbar-static .rd-navbar-nav > li:last-of-type{
  background: unset;
}
.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-inner, .rd-navbar-static.rd-navbar--is-stuck .rd-navbar-inner{
    padding: 14px 0 22px 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: 61px;
    line-height: 61px;
    color: #ffffff;
    overflow: hidden;
  }
  .rd-navbar-static.rd-navbar--is-stuck{
    position: unset;
  }
  .rd-navbar-static{box-shadow: unset;}
  .page-header .rd-navbar-brand img{
    max-height: 80px;
  }
  .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: 40px;}
}
@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{background: #f8f8f8;}
.index-search-text{
  color: #666666;
  font-size: 12px;
}
.index-search-text span{
  font-weight: bold;
  font-size: 14px;
  color: #333333;
}
.index-search .row{
  display: -webkit-box;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.index-search .index-search-form .index-search-group{display: flex; align-items: center; width: 100%;max-width: 298px;border-bottom: 1px solid #cccccc; border-top: 1px solid #cccccc; border-left: 1px solid #cccccc;padding-left: 11px;background: #fff;}
.index-search .index-search-form .input-group{width: 100%;height: 34px; display: flex; align-items: center;justify-content: flex-end; margin: 13px 0;flex-wrap: nowrap;}
.index-search .index-search-form .index-search-input{width:100%; height:32px; list-style:none; text-align:left; float:left; font-size: 12px; margin:0; padding:0;border:0; color: #999;padding-left: 11px;}
.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: $first_color$; text-align:center; margin:0; padding:0; border:0; cursor:pointer; float:left;} */
.index-search-title{
  width: 55px;
  height: 28px;
  background: var(--first_color);
  color: #fff;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  border-radius: 50px 0 0 50px;
}
.index-search .index-search-form .index-search-btn{
  width: 66px;
  height: 34px;
  margin: 0; 
  padding: 0; 
  border: 0; 
  cursor: pointer; 
  float: left;
  color: #ffffff;
  font-size: 14px;
  background: var(--first_color);
}
.index-search-group img{
  width: 27px;
  height: 22px;
}
@media (max-width:767px){
  .index-search .index-search-form .index-search-group{width: 100%;}
  .index-search .index-search-form .input-group{ margin:10px auto; text-align:center; justify-content: center;}
  .index-search-text{margin-top: 10px;text-align: center;}
}


/* 首页区块标题 */
.index-column-title-item{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
  border-bottom: 3px solid var(--first_color);
  padding-bottom: 3px;
}
.index-column-title-item .title{
  width: 60%;
  font-size: 24px;
  color: var(--first_color);
  background: url(../images/icon1.png) no-repeat center left;
  background-size: 27px 27px;
  padding-left: 38px;
}
.index-column-title-item .more{
  width: 40%;
  text-align: right;
}
.index-column-title-item .more a{
  font-size: 16px;
  color: #888888;
}


/* 首页产品区块 */
.epower-index-product{
  padding: 60px 0;
}
.epower-index-product p, .epower-index-product p + *{
  margin: 0;
}
.epower-index-product .index-product-title{
  text-align: center;
  padding: 16px 0;
  background: var(--first_color);
  font-size: 26px;
  color: #ffffff;
}
.epower-index-product .product-category-list{
  border-left: 1px solid var(--first_color);
  border-right: 1px solid var(--first_color);
  border-bottom: 1px solid var(--first_color);
}
.epower-index-product .product-category-title a{
  min-height: 81px;
  color: var(--first_color);
  font-size: 22px; 
  border-bottom: 1px solid var(--first_color);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.epower-index-product .product-category-title a:hover{
  color: var(--first_color);
}
.epower-index-product .product-category-title:last-of-type a{
  border-bottom: 0;
}

.epower-index-product #product{clear: both;}

@media (min-width: 992px){
  .epower-index-product .swiper-wrapper .swiper-slide{
      width: 33.3333%;
  }
}
.epower-index-product .swiper-wrapper .swiper-slide{
  margin-right: 28px;
  margin-top: 32px !important;
}
.epower-index-product .swiper-wrapper .swiper-slide .product-img img{
  border: 1px solid #cccccc;
}
.epower-index-product .swiper-wrapper .swiper-slide a{
  display: block;
}
@media (max-width: 767px){
  .epower-index-product{
    padding: 50px 0;
  }
  .epower-index-product .swiper-wrapper .swiper-slide{
    width: 50%;
}
  .index-product-right{
    margin-top: 30px;
  }
  .epower-index-product .product-category-title a{
    min-height: 50px;
    font-size: 20px;
  }
}


/* 首页关于我们 */
.epower-index-about{
  padding: 60px 0;
  font-family: "Microsoft YaHei";
  background: #eeeeee;
}
.epower-index-about p + *, .epower-index-about * + p, .epower-index-about * + .row{
  margin-top: 0;
}
.about-category-list{
  margin-bottom: 32px;
}
.about-category-title{
  text-align: center;
}
.about-category-title a{
  display: block;
  color: #ffffff;
  background: var(--first_color);
  font-size: 24px;
  min-height: 73px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px){
  .index-about-box{
    display: flex;
    align-items: flex-end;
  }
}
.epower-index-about .desc p{
  color: #444444;
  font-size: 18px;
  line-height: 32px;
  text-indent: 2em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.epower-index-about .desc{
  margin-bottom: 15px;
}
@media (max-width: 767px){
  .epower-index-about{
    padding: 50px 0;
  }
  .about-category-title{
    margin-bottom: 30px;
  }
  .about-category-list{
    margin-bottom: 0;
  }
  .index-about-img{
    margin-top: 28px;
  }
}



/* 六大流程 */
.epower-index-process{
  margin: 68px 0 60px 0;
  font-family: "Microsoft YaHei"; 
}
.epower-index-process p + p, .epower-index-process p + *, .epower-index-process * + .row{
  margin-top: 0;
}
.index-process-title{
  text-align: center;
  margin-bottom: 42px;
}
.index-process-title h2{
  color: var(--first_color);
  font-size: 26px;
  margin-bottom: 3px;
}
.index-process-title img{
  width: 224px;
  height: 23px;
}
.process-title{
  color: var(--first_color);
  font-size: 50px;
  background: url(../images/index-process-bg.png) no-repeat center;
  background-size: 100%;
  max-width: 170px;
  height: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 3px auto;
  text-align: center;
}
.process-desc{
  color: #444444;
  font-size: 16px;
  line-height: 30px;
}
@media (min-width: 992px){
  .process-line{
    width: 20%;
    max-width: 20%;
  }
}
.process-line{
  background: url(../images/process-line.png) no-repeat center right;
  background-size: 1px 293px;
}
.process-line:last-of-type{
  background: none;
}
@media (max-width: 991px){
  .epower-index-process{
    margin: 50px 0 30px 0;
  }
  .process-line{
    margin-bottom: 20px;
  }
}


/* 保养方法 */
.epower-index-way{
  background: url(../images/index-way-bg.jpg) no-repeat center;
  background-size: cover;
  padding: 53px 0 52px 0;
}
.index-way-title{
  color: #ffffff;
  font-size: 26px;
  margin-bottom: 9px;
  text-align: center;
}
.index-way-desc{
  color: #ffffff;
  font-size: 16px;
  line-height: 30px;
  max-width: 954px;
  margin: 0 auto;
}


/* 新闻 */
.epower-index-news{
  padding: 66px 0 60px 0;
  font-family: "Microsoft YaHei";
}
.epower-index-news p + *, .epower-index-news  * + .row{
  margin-top: 0;
}
.epower-index-news a{display: block;}
.index-news-left .index-news-title{
  display: block;
  font-size: 24px;
  color: var(--first_color);
  text-align: center;
  cursor: pointer;
  padding: 24px 30px; 
}

.index-news-left .index-news-more{
  margin-right: 0;
  margin-left: auto;
  padding-right: 30px;
}
.index-news-left .index-news-top .swiper-slide-thumb-active span{
  color: var(--first_color);
}

#sw_news_text{
  margin-bottom: 19px;
  border: 2px solid var(--first_color);
}

.index-news-left .index-news-top{
  justify-content: space-between;
  align-items: center;
}
.index-news-left .index-news-more a{
  font-size: 16px;
  color: #888888;
}
.index-news-left .index-news-top .swiper-slide{
  width: unset!important;
  background: url(../images/news-line.png) no-repeat center left;
  background-size: 1px 77px;
}
.index-news-left .index-news-top .swiper-slide:first-of-type{
  background: unset;
}
.index-news-left .index-news-item1{
  display: flex;
  align-items: center;
  margin-top: 22px;
}
.index-news-left .index-news-item1:first-of-type{
  margin-top: 0;
}
.index-news-left .index-news-img{
  width: 18.4%;
}
.index-news-left .index-news-text{
  width: 81.6%;
  padding-left: 26px;
}
.index-news-left .index-news-item1 .news-title{
  font-size: 16px;
  color: #444444;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 8px;
}
.index-news-left .index-news-item1 .news-desc{
  font-size: 16px;
  line-height: 28px;
  color: #888888;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.index-news-left .index-news-item2 .news-title{
  font-size: 16px;
  color: #444444;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.index-news-left .index-news-item2{
  margin-top: 28px;
}

.index-news-right .title h2{
  width: 70%;
  font-size: 24px;
  color: var(--first_color);
}
.index-news-right .title{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 19px;
  border: 2px solid var(--first_color);
  box-sizing: border-box;
  padding: 24px 30px;
}
.index-news-right .title .more{
  width: 30%;
  text-align: right;
}
.index-news-right .title .more a{
  font-size: 16px;
  color: #888888;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.index-news-item1:hover .news-title,
.index-news-item2:hover .news-title{
  color: var(--first_color);
}
@media (max-width: 767px) {
  .epower-index-news{
    padding: 50px 0;
  }
  .index-news-left{
    margin-bottom: 30px;
  }
  .index-news-left .index-news-title{
    padding: 24px 15%;
  }
  .index-news-left .index-news-img{
    width: 34%;
  }
  .index-news-left .index-news-text{
    width: 66%;
  }
}
/* 联系 */
.index-contact-desc p{
  color:#444444;
  font-size: 18px;
  margin-bottom: 15px;
}

/* 底部信息 */
footer{
  font-family: "Microsoft YaHei"; clear: both;
}
footer p + *, footer * + p, footer * + .row{
  margin-top: 0;
}
.epower-foot-contact{
  background: var(--first_color);
  padding: 58px 0;
}

/* 底部导航栏 */
.epower-foot-contact .foot-nav-list{
  display: flex;
  justify-content: center;
  width: 100%;
}
.epower-foot-contact .foot-nav-item{
  width: 100%;
  text-align: center;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.epower-foot-contact .foot-nav-item:first-of-type{
  border-left: 0;
}
.epower-foot-contact .foot-nav-list .foot-nav a{
  color: #ffffff;
  font-size: 18px;
}
.epower-foot-contact .foot-nav-list .foot-2nav a{
  color: #ffffff;
  font-size: 16px;
}
.epower-foot-contact .foot-nav-list .foot-2nav{
  margin-top: 10px;
}

.foot-copyright{
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  background: var(--first_color);
  color: #fff;
  font-size: 14px;
  padding: 9px 0;
  text-align: center;
}
.foot-copyright a{
  color: #fff;
}
@media (max-width:767px){
  .epower-foot-contact .foot-code{
    text-align: center;
  }
  .epower-foot-contact{
    display: none;
  }
}



/* 内页 */
/* 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 #fff;
}
.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;
}