@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: .3;
}
.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-top{
  background: #f5f5f5;
  padding: 6px 0;
  font-size: 12px;
  color: #333333;
}
.epower-lang{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.epower-lang .lang-item a{
  color: #333333;
  font-size: 12px;
}
.epower-lang .lang-item{
  padding: 0 8px;
  line-height: 12px;
  border-right: 1px solid #333333;
}
.epower-lang .lang-item:last-of-type{
  border-right: 0;
  padding: 0 0 0 7px;
}
@media (max-width: 767px){
  .top-text{
    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{
  transition: 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: var(--first_color) !important;
  border-bottom: 2px solid var(--first_color);
}
.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 .rd-navbar-nav > li > a,.rd-navbar-static .rd-navbar-nav > li{
    font-size: 14px;
    color: #2b2b2b;
  }
  .rd-navbar-static{
    padding-top: 28px;
    padding-bottom: 28px;
    background: #ffffff;
    border-bottom: 2px solid var(--first_color);
  }
  .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 img{
    max-height: 50px;
  }
  .rd-navbar-static .rd-navbar-nav .rd-nav-item .rd-nav-link{
    width: 100%;
    height: 38px;
    line-height: 38px;
    overflow: hidden;
  }

  .rd-navbar-static .rd-navbar-nav > li > .rd-navbar-dropdown{
    margin-top: 0;
  }
  .header-nav-list{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .rd-navbar-panel{
      width: 45%;
      float: left;
  }
  .rd-navbar-nav-wrap{
      width: 55% !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);
  }
  .rd-navbar-fullwidth .rd-navbar-dropdown > li.focus > a, .rd-navbar-fullwidth .rd-navbar-dropdown > li.opened > a, .rd-navbar-static .rd-navbar-dropdown > li.focus > a, .rd-navbar-static .rd-navbar-dropdown > li.opened > a,
  .rd-navbar-fullwidth .rd-navbar-dropdown .rd-navbar--has-dropdown > .rd-navbar-submenu-toggle:hover, .rd-navbar-static .rd-navbar-dropdown .rd-navbar--has-dropdown > .rd-navbar-submenu-toggle:hover{
    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;
  }
}


/* 首页产品区块 */
.index-column-title{
  text-align: center;
  padding-bottom: 20px;
}
.index-column-title .cn{
  color: var(--first_color);
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 0;
}
.index-column-title .en{
  color: #333333;
  font-size: 14px;
  margin: 3px 0;
}
.index-column-title .line{
  width: 28px;
  height: 2px;
  margin:0 auto;
  background: var(--first_color);
}
.epower-index-product a{
  display: block;
}
.product-category-list{
  width: 100%;
  float: left;
  background: #f5f5f5;
  margin-bottom: 48px;
}
.epower-index-product .product-category-title{
  height: 50px;
  line-height: 50px;
  background: #f5f5f5;
  width: 50%;
  float: left;
} 
.epower-index-product .product-category-title:nth-child(1){
  text-align: right;
}
.epower-index-product .product-category-title:nth-child(2){
  text-align: left;
}
.epower-index-product .product-category-title a .product-category-title-name{
  color: #333333;
  font-size: 18px; 
  display:block;
  white-space:nowrap;
  text-overflow:ellipsis;
  overflow:hidden;
  text-align: center;
  padding-right: .9375rem;
  padding-left: .9375rem;
}
@media (min-width: 768px){
  .epower-index-product .product-category-title a .product-category-title-name {
    width: 375px;
  }
  .epower-index-product .product-category-title:nth-child(1) a .product-category-title-name{
    float: right;
    
  }
  .epower-index-product .product-category-title:nth-child(2) a .product-category-title-name{
    float: left;
  }
}
@media (min-width: 992px){
  .epower-index-product .product-category-title a .product-category-title-name {
    width: 485px;
  }
}
@media (min-width: 1200px){
  .epower-index-product .product-category-title a .product-category-title-name {
    width: 574px;
  }
}

.epower-index-product .product-category-title:hover a .product-category-title-name{
  color: #fff;
  background: var(--first_color);
}
.epower-index-product .product-category-title:hover{
  color: #fff;
  background: var(--first_color);
}
#product{
  clear: both;
}
.epower-index-product #product .swiper-wrapper .swiper-slide{
  margin-bottom: 22px;
  margin-top: 0 !important;
  margin-right: 28px;
}
.epower-index-product #product .product-img{
  border: 1px solid #cccccc;
}
@media (min-width: 768px){
  .epower-index-product #product .swiper-wrapper .swiper-slide{
      width: 25%;
  }
}
@media (max-width: 767px){
  .epower-index-product #product .swiper-wrapper .swiper-slide{
      width: 50%;
  }
}

/* 首页简介区块 */
.epower-index-about{
  padding: 26px 0;
  background: url(../images/about-bg.jpg) no-repeat center;
  font-family: "Microsoft YaHei";
}
.index-about-title{
  font-size: 24px;
  color: #ffffff;
  line-height: 30px;
  margin-bottom: 25px;
}
.index-about-title span{
  font-size: 30px;
  margin-right: 7px;
}
.home-about-content p{
  color: #ffffff;
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  margin-bottom: 0;
  text-indent: 2em;
}

.home-about-more a{ 
  color: #ffffff;
  font-size: 14px;
}
@media (min-width:768px){
  .index-about-row{
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
  }
  .index-about-left{
    width: 43.6%;
    float: left;
  }
  .index-about-right{
    width: 56.4%;
    float: left;
    padding-left: 38px;
  }

}
#index_about_image{
  margin-top: 34px;
}
@media (min-width:1200px) {
  .home-about-content-item{
    position: relative;
  }
  .home-about-more{ 
    position: absolute;
    bottom: 0;
    right: 45%;
  }
}
@media (max-width:1199px){
  .home-about-more{
    margin-top: 10px;
  }
}
@media (max-width:1199px) and (min-width:768px) {
  .home-about-content p{
    -webkit-line-clamp: 4;
  }

}

@media (max-width:767px){ 
  .index-about-right{
    margin-top: 30px;
  }
  .home-about-more{
    text-align: center;
  }
  .epower-index-about{
    background-size: cover;
  }
}

@media (min-width: 768px){
  #index_about_image .swiper-wrapper .swiper-slide{
      width: 33.3333%;
  }
}
#index_about_image .swiper-wrapper .swiper-slide{
  margin-right: 28px;
}

/*图片区块*/
.epower-index-case{
  padding:24px 0 50px 0;
}
.epower-index-case a{
  display: block;
}
@media (min-width: 768px){
  .epower-index-case #case .swiper-wrapper .swiper-slide{
      width: 20%;
  }
}
.epower-index-case .swiper-wrapper .swiper-slide{
  margin-left: 0;
  margin-right: 24px;
}
.epower-index-case #case .case-title{
  color: #333333;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0 10px;
  margin-top: 15px;
}
.epower-index-case #case .case-img img{
  border: 1px solid #ccc;
}
.epower-index-case #case .swiper-wrapper .swiper-slide:hover .case-title{
  color: var(--first_color);
} 



/*首页新闻区块*/
.epower-index-news{
  font-family: "Microsoft YaHei";
  padding-bottom: 48px;
}
.epower-index-news p + *, .epower-index-news * + .row, .epower-index-news * + p{
  margin-top: 0;
}
.epower-index-news a{display: block;}

.index-news-title{
  display: -webkit-box;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 4px;
  margin-top: 25px;
}
.index-news-title .cn{
  font-size: 30px;
  line-height: 30px;
  float: left;
  color: var(--first_color);
}
.index-news-title .line{
  width: 66px;
  height: 2px;
  background: var(--first_color);
  margin: 5px auto 0 auto;
}
.index-news-title .en{
  font-size: 18px;
  line-height: 18px;
  float: left;
  margin-top: 6px;
  margin-left: 6px;
  color: var(--first_color);
}
@media (min-width:768px){
  .index-news-left{
    width: 76.8%;
    float: left;
    padding-right: 58px;
  }
  .index-news-right{
    width: 23.2%;
    float: left;
  }
}
.epower-index-news .news-bg{
  width: 12%;
  height: 78px;
  float: left;
  color: var(--first_color);
  text-align: center;
  border-right: 1px solid #ccc;
  padding-right: 14px;
}
.epower-index-news .news-text{
  width: 88%;
  float: left;
  padding-left: 15px;
}
.epower-index-news .news-data{
  width: 70px;
}
.epower-index-news .news-bg .day{
  font-size: 40px;
  line-height: 40px;
  margin: 6px 0 2px 0;
}
.epower-index-news .news-bg .year{
  font-size: 16px;
  line-height: 16px;

}
.epower-index-news .news-item{
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 12px;
  padding-top: 20px;
}
.epower-index-news .news-title{
  font-size: 16px;
  line-height:16px;
  margin-bottom: 0;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: var(--first_color);
}
.epower-index-news .news-desc{
  color: #666666;
  font-size: 12px;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 0;
  margin-top: 8px;
}
.news-list{
  clear: both;
}
@media (max-width:767px){
  .epower-index-news .news-bg{
    width: 30%;
  }
  .epower-index-news .news-text{
    width: 70%;
  }
}


/* 联系我们 */
.index-news-right{
  padding:22px 18px 20px 18px;
  background: var(--first_color);
}
.index-news-right a{
  color: #ffffff;
}
.index-contact-title{
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  margin-bottom: 15px;
  line-height: 24px;
}
.index-contact-title span{
  font-size: 24px;
  margin-right: 8px;
}
.index-contact-content p{
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
}
.index-web-code{
  text-align: center;
  margin-top: 15px;
}
.index-web-code img{
  width: 100%;
  height: auto;
  max-width: 134px;
}
@media (max-width:767px){
  .index-news-right{
    margin-top: 20px;
  }
  .index-contact-content{
    text-align: center;
  }
}


/* 底部信息 */
footer{
  font-family: "Microsoft YaHei"; clear: both;background: #f2f2f2;
}
footer p + *, footer * + p, footer * + .row{
  margin-top: 0;
}
.epower-foot-contact{
  position: relative;
  padding: 42px 0 32px 0;
  background: var(--first_color);
}


.foot-top{
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 50px;
  border: 2px solid var(--first_color);
  text-align: center;
  position: absolute;
  top: -30px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.foot-top-text{
  color: #333333;
  font-size: 14px;
  line-height: 14px;
  margin-top: 13px;
}
.foot-top img{
  width: 16px;
  height: 15px;
}
@media (min-width:768px){
  .foot-box{
    display: flex;
    flex-wrap: wrap;
  }
  .foot-nav{
    width: 51.2%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .foot-code{
    width: 48.8%;
  }
}
.foot-code img{
  width: 100%;
  height: auto;
  max-width: 501px;
  margin-bottom: 18px;
}
.foot-contact{
  display: flex;
  flex-wrap: wrap;
}
.foot-hotline{
  color: #ffffff;
  font-size: 16px;
  float: left;
}
.foot-tel-number{
  float: left;
}
.foot-tel{
  color: #ffffff;
  font-size: 28px;
  line-height: 28px;
  
}
.foot-phone{
  font-size: 14px;
  color: #ffffff;
  line-height: 22px;
  margin-top: 3px;
}
.foot-phone span{
  font-size: 22px;
}
.foot-nav-item a{
  color: #ffffff;
  font-size: 14px;
  line-height: 24px;
}
.foot-nav-list a{
  color: #ffffff;
  font-size: 12px;
  line-height: 20px;
}
.foot-copyright{
  font-size: 12px;
  color: #ffffff;
  line-height: 20px;
  background: #064670;
  padding: 8px 0;
  text-align: center;
}
.foot-copyright a{
  color: #ffffff;
}
@media (max-width:767px){
  .foot-nav{
    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 #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;
}