:root{
  /* --first_color:#66ccff; */
}
h2,p{word-break: break-word}

.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;}
a:focus,
a:hover{color: var(--first_color);}
.flex-row{display: flex;flex-wrap: wrap;}
.flex-item-center{align-items: center;}
.text-center{text-align: center;}
.text-right{text-align: right;}
.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;}
.sw_banner{width: 1920px;max-width: 100%;}
.sw_banner .swiper-pagination-bullet{background: #fff;border: 2px solid var(--first_color); width: 12px;height: 12px;}
.sw_banner .swiper-pagination-bullet-active{background-color: var(--first_color)!important;border: 2px solid transparent;}
.clearfix::after{display: table;clear: both;content: '';}
p{margin-bottom: unset;}
.navbar-default .navbar-nav .nav-link:focus{background: unset;}
:focus{outline: unset;}
* + p,
p + *,
p + p{margin-top: unset;}
@media (min-width: 992px){
  * + p {margin-top: unset;}
}
.zoom_img{overflow: hidden;}
.zoom_img img{transition: all .6s cubic-bezier(0.22, 0.61, 0.36, 1) 0s;}
.zoom_img:hover img{transform: scale(1.1);transition: all .30s ease;}
/* 1200 */
/* .container{max-width: 1230px;}
@media (min-width: 1600px){
  .container{width: 1230px;}
} */
.container{max-width: 1178px;}
@media (min-width: 1600px){
  .row > [class*='col-']{padding-left: 1rem;padding-right: 1rem;}
  .row{margin-left: -1rem;margin-right: -1rem;}
}
/* 响应式支持 */
.col-2-4 {
  flex: 0 0 20%;
  max-width: 20%;
}

@media (min-width: 768px) {
  .col-md-2-4 {
      flex: 0 0 20%;
      max-width: 20%;
  }
}

@media (min-width: 992px) {
  .col-lg-2-4 {
      flex: 0 0 20%;
      max-width: 20%;
  }
}

@media (min-width: 1200px) {
  .col-xl-2-4 {
      flex: 0 0 20%;
      max-width: 20%;
  }
}

/* 顶部 */
.nav_top{padding: 0.3rem 0;}
.nav_top_text1{font-size: 12px;font-family: "Microsoft YaHei";color: #666;}
.nav_top_right{text-align: right;}
/*顶部*/
.sw_banner{background: #fff;--swiper-navigation-color: var(--first_color);}
.sw_banner a{display: block;}
/* max-width:567px max-width:768px max-width:992px max-width:1200px */
/* // Small devices (landscape phones, 576px and up) sm*/
@media (min-width: 576px) {  }

/* // Medium devices (tablets, 768px and up) md*/
@media (min-width: 768px) {  }

/* // Large devices (desktops, 992px and up) lg*/
@media (min-width: 992px) {  }

/* // Extra large devices (large desktops, 1200px and up) xl*/
@media (min-width: 1200px) {  }



/* header2 */
.header2 .header_mid_box{padding: 28px 0;}/* pc顶部填充 */
.header2 .header_mid_center{display: flex;}
.header2 .nav_link{margin-right: 1rem;display: flex;}
.header2 .nav_link a{display: block;margin-left: 1rem;}
.header2 .nav_phone{display: flex;justify-content: flex-end;align-items: flex-start;}
.header2 .nav_phone_text{margin-left: .5rem;line-height: 1.2;}
.header2 .nav_phone_text1{font-size: 18px;color: #888;}
.header2 .nav_phone_text2{font-size: 24px;color: #444;font-weight: bold;}
.header2_nav{background-color: var(--first_color);}/* pc导航 */
.header2 .header_mid_mid ul{width: 100%;justify-content: space-between;}
.header2 .header_mid_mid ul li{width: 100%;}
.header2 .header_mid_mid ul li a.biga:before{background-color: var(--first_color);display: none;}/* pc选中文本线 */
.header2 .header_mid_mid ul li a.biga{font-size: 14px;color: #fff;font-size: 18px;padding: 12px 0;}/* pc一级文本 */
.header2 .header_mid_mid ul li dl dd a{font-size: 14px;color: #333;}/* pc二级文本 */
.header2 .header_mid_mid ul li dl dd p a span{font-size: 14px;color: #333;}/* pc三级文本 */
.header2 .header_mid_mid ul li a.biga:hover, 
.header2 .header_mid_mid ul li a.biga.action, 
.header2 .header_mid_mid ul li a.bigaon{color: #fff;background-color: #fda213;}
.header2 .header_mid_mid ul li a.biga.down:hover:after, 
.header2 .header_mid_mid ul li a.biga.down.action:after, 
.header2 .header_mid_mid ul li a.down.bigaon:after{background-color: #fff;}
.header2 .header_mid_mid ul li a.biga{padding: 10px 0;text-align: center;}
.header2 .header_mid_mid ul li a.biga.down:after{right: unset;background-color: #fff;}
.header2 .header_mid_mid ul li a.biga.down>span{padding-right: 5px;}
@media screen and (max-width:1024px) {
  .header2 .site__navi .icon,
  .header2 .site__navi .icon:before,
  .header2 .site__navi .icon:after{background: var(--first_color);}
}
/* header2 */

.index_b1{text-align: center;background-color: #f8f8f8;padding-top: 90px;}
.index_b1_top{margin-bottom: 30px;}
@media all and (max-width: 767px) {
  .index_b1{padding-top: 20px;}
}
@media (min-width: 768px) and (max-width: 991px){

}
@media all and (min-width: 768px){

}

.index_c{padding: 70px 0;background: url(../images/c_bg.jpg);}
.index_c_top{text-align: center;margin-bottom: 30px;}
.index_c_top1{font-size: 50px;color: #fff;font-weight: bold;}
.index_c_top2{font-size: 12px;color: #fff;}
.index_c_box{text-align: center;}
.index_c_img{margin-bottom: 20px;}
.index_c_text1{font-size: 22px;color: #fff;}
.index_c_text2{font-size: 12px;color: #fff;}
@media all and (max-width: 767px) {
  .index_c{padding: 20px 0;}
  .index_c_top1{font-size: 28px;}
  .index_c_img{margin-bottom: 10px;margin-top: 10px;}
}
@media (min-width: 768px) and (max-width: 991px){

}
@media all and (min-width: 768px){

}
.index_b2{padding: 80px 0;}
.index_b2_top{text-align: center;margin-bottom: 45px;}
.index_b2_top1{font-size: 60px;color: #333;font-style: italic;text-transform: uppercase;font-weight: bold;}
.index_b2_top2{font-size: 28px;color: #333;margin: 10px 0;}
.index_b2_top3{font-size: 12px;color: #333;}
.index_b2_box{}
.index_b2_item{margin-bottom: 20px;}
.index_b2_img{}
.index_b2_text{font-size: 24px;color: #0076f4;text-align: center;margin-top: 5px;}
@media all and (max-width: 767px) {
  .index_b2{padding: 20px 0;}
  .index_b2_top1{font-size: 24px;}
  .index_b2_top2{font-size: 16px;}
  .index_b2_text{font-size: 18px;}
}
@media (min-width: 768px) and (max-width: 991px){

}
@media all and (min-width: 768px){

}

.index_about2{padding: 0 0 60px 0;margin-top: 130px; background: #0076f4 url(../images/about_bg.png) no-repeat bottom center;}
.index_about_t_box{display: flex;justify-content: space-between;width: 90%;margin: 0 auto}
.index_about_t_item{
  width: 30%;margin: 3% 0;
  background-color: rgb(253, 162, 19);
  box-shadow: 0px -4px 6px 0px rgba(0, 0, 0, 0.3);
  border: 2px solid #fff;
  padding: 18px;
  /* height: 100%; */
  margin-top: -130px;
}
.index_about_t_text1{
  font-size: 30px;color: #fff;
  text-shadow: 2px 0px 4px rgba(0, 0, 0, 0.5);
  -moz-transform: matrix( 0.82568430725528,0,0,0.82576193214491,0,0);
  -webkit-transform: matrix( 0.82568430725528,0,0,0.82576193214491,0,0);
  -ms-transform: matrix( 0.82568430725528,0,0,0.82576193214491,0,0);
  text-align: center;
}
.index_about_t_text2{margin: 10px auto;width: 30px;height: 2px;background-color: #1253ad;}
.index_about_t_text3{font-size: 12px;color: #fff;text-align: center;}
.index_about_t_text4{font-size: 16px;color: #fff;margin-top: 10px;}

.index_about2_top{text-align: center;margin-bottom: 40px;}
.index_about2_top1{font-size: 50px;color: #fff;line-height: 1.2;font-weight: bold;font-style: italic;}
.index_about2_contact{font-size: 30px;color: #fff;line-height: 2;margin: 1rem 0;font-weight: bold;}

.index_about2_b{display: flex;justify-content: center;width: 90%;margin:0 auto}
.index_about2_b_item{width: 25%;padding: 0 25px ;background: url(../images/about_border.png) no-repeat right center;}
.index_about2_b_item:last-of-type{background: unset;}
.index_about2_b_text1{color: #fff;font-size: 20px;font-weight: bold;}
.index_about2_b_text1 span{font-size: 50px;}
.index_about2_b_text2{font-size: 20px;color: #fff;}

.index_about2_c{margin-top: 50px;}
.index_about2_c_title{font-size: 50px;color: #fff;font-weight: bold;margin-bottom: 30px;}
.index_about2_c_item{display: flex;justify-content: flex-start;margin-bottom: 30px;}
.index_about2_c_item > div{margin-left: 1rem;}
.index_about2_c_text{font-size: 30px;color: #fff;font-weight: bold;}
@media all and (max-width: 767px) {
  .index_about2{padding: 20px 0;margin-top: 0;}
  .index_about1 .index_about1_text{margin-top: 10px;margin-bottom: 10px;}
  .index_about_t_box{flex-wrap: wrap;}
  .index_about_t_item{width: 100%;margin-top: 20px;}
  .index_about2_top{margin-bottom: 20px;}
  .index_about2_top1{font-size: 24px;}
  .index_about2_contact{font-size: 16px;font-weight: normal;}
  .index_about2_b{flex-wrap: wrap;}
  .index_about2_b_item{width: 100%;background: unset;}
  .index_about2_c_item img{width: 80px;height: 80px;}
  .index_about2_c_text{font-size: 18px;}
  .index_about2_c{margin-top: 20px;}
}
@media (min-width: 768px) and (max-width: 991px){

}
@media all and (min-width: 768px){

}
/* product */




/*产品3*/
.index_product3{padding: 60px 0;background-color: #f3f3f3;}
#index_product3_sw_text{margin-bottom: 2rem;}
.index_product3_item{display: block;text-align: center;margin-bottom: 20px;}
.index_product3_img{margin-bottom: 5px;}
.index_product3_text1{font-size: 22px;color: #333;margin-bottom: 5px;}
.index_product3_text2{font-size: 14px;color: #fff;background-color: #177afc;padding: 5px 10px;display: inline-block;}


@media (max-width: 767px){
  .index_product3{padding: 20px 0;}
}
@media (min-width: 768px) and (max-width: 991px){

}
@media all and (min-width: 1281px){

}
/*产品3*/

.index_column{text-align: center;}
.index_column_item{}
.index_column_title{
  background-color: #177afc;
  font-size: 50px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 30px;
  border-bottom: 17px solid #fda213;
  padding: 20px 20px;
  box-shadow: inset 0px 4px 6px 0px rgba(0, 0, 0, 0.3);
}
.index_column_pic{margin-bottom: 15px;}
@media (max-width: 767px){
  .index_column_title{font-size: 24px;}
}
@media (min-width: 768px) and (max-width: 991px){

}
@media all and (min-width: 1281px){

}

.index_ca{padding: 60px 0;background-color: #f5f5f5;}
#index_ca_sw{}
.index_ca_item{display: block;}
.index_ca_img{
  /* border: 30px solid #fff;
  border-image: url(../images/ca_border.png); */
  /* background: url(../images/ca_border.png) no-repeat center center / 100% 100%; */
  padding: 30px;
  position: relative;
}
.index_ca_img::after{
  content: url(../images/ca_border.png);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.index_ca_text{
  font-size: 36px;color: #177afc;text-align: center;
  margin-top: 5px;
}
@media (max-width: 767px){
  .index_ca{padding: 20px 0;}
  .index_ca_img{padding: 0;}
  .index_ca_img::after{display: none;}
  .index_ca_text{font-size: 16px;}
}
@media (min-width: 768px) and (max-width: 991px){

}
@media all and (min-width: 1281px){

}
/* 资讯2 */
.index_msg2{padding: 60px 0 ;}

.index_news_top{margin-bottom: 50px;text-align: center;}
.index_news_top1{font-size: 50px;color: #444;font-weight: bold;font-style: italic;}

.index_msg2 .index_msg_box{display: flex;flex-wrap: wrap;}

.index_msg2 .index_news1_box{display:block;background-color: #fafafa;border-bottom: 1px solid #fafafa;}
.index_msg2 .index_news1_img{}
.index_msg2 .index_news1_text{background-color: #fafafa;padding: 20px 15px;}
.index_msg2 .index_news1_text1{font-size: 20px;color: #444;margin-bottom: .5rem;}
.index_msg2 .index_news1_text2{font-size: 16px;color: #888;line-height: 1.5;height: 72px;}
.index_msg2 .index_news1:hover .index_news1_box{border-bottom-color: var(--first_color)}
.index_msg2 .index_news1:hover .index_news1_text1{color: var(--first_color)}


.index_msg2 .index_news2{display: flex;flex-direction: column;justify-content: space-between;}
.index_msg2 .index_news_list{padding: 15px 15px;border-bottom: 1px solid #fafafa;background-color: #fafafa;}
.index_msg2 .index_news_list_text1{font-size: 18px;color: #444;position: relative;padding-bottom: 10px;}
.index_msg2 .index_news_list_text1::after{content: '';width: 80px;background-color: #dcdcdc;height: 1px;position: absolute;left: 0;bottom: 0;}
.index_msg2 .index_news_list_text2{font-size: 14px;color: #888;margin: .5rem 0;line-height: 1.5;height: 42px;}
.index_msg2 .index_news_list_text{display: flex;justify-content: space-between;align-items: baseline;}
.index_msg2 .index_news_list_text3{font-size: 16px;color: #444;}
.index_msg2 .index_news_list_text4{font-size: 16px;color: #888;padding-right: 1.5rem;background: url(../images/m1.png) no-repeat right center;}
.index_msg2 .index_news_list:hover{border-bottom-color: var(--first_color)}
.index_msg2 .index_news_list:hover .index_news_list_text1{color: var(--first_color)}
.index_msg2 .index_news_list:hover .index_news_list_text4{background: url(../images/m2.png) no-repeat right center;color: var(--first_color);}
@media (max-width: 767px){
  .index_msg2{padding: 20px 0;}
  .index_news_top{margin-bottom: 20px;}
  .index_news_top1{font-size: 26px;}
}
@media (min-width: 768px) and (max-width: 991px){

}
@media all and (min-width: 1281px){

}
/* 资讯2 */

/* 底部 */

footer{background: var(--first_color);}
.foot_box{padding-top: 24px;padding-bottom: 24px; display: flex;flex-wrap: wrap;;}

.foot_nav1{background: var(--first_color);border-top: 1px solid rgba(255,255,255,0.5);color: rgba(255,255,255,0.5);}
.foot_nav11{display: flex;justify-content: space-between;width: 80%;margin: 0 auto;align-items: center;}
.foot_nav1 a{font-size: 14px;color: #fff;width: 100%;text-align: center;padding: 0 5px;line-height: 40px;}

.foot_qr{display: flex;justify-content: flex-end;}
.foot_qr img{max-width: 100%;width: 150px;}

.foot_logo{align-self: center;}
/* .foot_border{display: flex;justify-content: center;align-items: center;}
.foot_border div{background-color: rgba(255,255,255,0.5);width: 1px;height: 100%;} */
.foot_text_box{display: flex;flex-wrap: wrap;}
.foot_text_item{display: flex;align-items: flex-start;min-width: 25%;margin-bottom: 15px;padding: 6px 10px;border: 1px solid rgba(255,255,255,0.5);margin-right: 15px;}
.foot_text1{font-size: 16px;color: #fff;}
.foot_text , 
.foot_text a{color: #fff;}

.foot_copyright{padding: 0 0 2rem 0;}
.foot_copyright , .foot_copyright a , .foot_copyright p{
  font-size: 16px;line-height: 1.5;
  font-family: "Microsoft YaHei";
  color: #fff;
  text-align: center;
  background-color: var(--first_color)!important;
}


.online i, .botmenu i{margin-right: .3rem;}
@media all and (max-width: 767px) {
  .foot_qr{justify-content: center;margin: 20px 0;}
  .foot_logo{margin-bottom: 20px;}
  .foot_copyright{padding: 1rem 0;}
}
@media (min-width: 768px) and (max-width: 991px){

}
@media all and (min-width: 991px) {

}
/* 底部 */


@media all and (max-width: 767px) {
  .no_dis2 {display: none!important;}
}
@media (min-width: 768px) and (max-width: 991px){
	.no_dispad{display: none!important;}
}
@media all and (min-width: 991px) {
  .no_dis1{display: none;}
}


/* 内页 */
/* about */
.pages{padding: 30px 15px;}
.about_content{line-height: 1.5;font-size: 16px;}
.about_content p{margin-bottom: 10px;}
/* subnavlist */
.subnavlist .swiper-container .swiper-slide a.active,
.subnavlist ul li a:hover, 
.subnavlist ul li a:focus,
.subnavlist ul li a.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);}
.newslist ul li h4 a{display: block;}
.showproduct .tab-content{line-height: 1.5;font-size: 16px;}
.showproduct .tab-content p{margin-bottom: 10px;}
.showcase .tab-content{line-height: 1.5;font-size: 16px;}
.showcase .tab-content p{margin-bottom: 10px;}
@media (max-width: 767px){
  .newslist ul li.media .media-left{width: 35%;}
  .newslist .media-body{width: 65%;align-self: center;}
  .newslist ul li{padding: 10px 0;margin-bottom: 10px;}
}

/* 详情页右侧推荐 */
.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)}

/* 分页器 */
.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;}
}
/* product */
.showproduct .recommend ul li.item_block a p.item_date{min-width: 50px;}
.showproduct .recommend ul li.item_block a .item_info{max-width: unset;}
.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;}

/* job */
.joblist ul li{margin-bottom: 30px;padding-bottom: 30px;}
.joblist ul li:before{border-color: var(--first_color);}
.joblist ul li .des{line-height: 1.5;font-size: 16px;}
.joblist ul li .des p{margin-bottom: 10px;}
/* 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;}
.downloadlist ul li:hover p{margin-left: 15px;transition: all .30s ease;}

/* 产品 新闻推荐 */
.showproduct .recommend span.toptitle, .shownews .recommend span.toptitle {margin-bottom: 20px;}
.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;}
.productlist .card .card-img{text-align: center;}
.shownews .recommend ul li.item_block a p.item_date,.showproduct .recommend ul li.item_block a p.item_date{width: 20%;}
.shownews .recommend ul li.item_block a .item_info,.showproduct .recommend ul li.item_block a .item_info{width: 78%;max-width: unset;}
.product-params-box{margin-top: 10px;}
.product-params{margin: 5px 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}
  .shownews .recommend ul li.item_block a .item_des{width: 100%;}
}

/* tabber */
.botmenu {border-top: 1px #fff solid;}
.botmenu p {width: 100%;padding: 0 0;margin: 0 0;margin-top: 2px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.botmenu i {font-size: 24px;}

/* 新闻列表 */
.newslist ul li.media .media-left{width: 20%;}
.newslist ul li.media .media-body{width: 80%;}
.newslist h2,
.newslist p{word-break:break-all;}

/* 新闻 */
.shownews .content{line-height: 1.5;font-size: 16px;}
.shownews .content p{margin-bottom: 10px;}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before{color:var(--first_color)}
.showproduct .img-thumbnail-variant-2{width:100%}

.subnavlist .swiper-subnav .dropdown-item.active, 
.swiper-subnav .dropdown-item:active{color:var(--first_color);}