: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: 1200px;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: 1230px;}
@media (min-width: 1600px){
  .row > [class*='col-']{padding-left: 1rem;padding-right: 1rem;}
  .row{margin-left: -1rem;margin-right: -1rem;}
}
/* 顶部 */
.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) {  }

/* header1 */
.header1 .header_mid_mid ul li a.biga{font-size: 14px;padding: 40px 0;} /* pc一级文本 */
.header1 .header_mid_mid ul li a.biga:hover, 
.header1 .header_mid_mid ul li a.biga.action, 
.header1 .header_mid_mid ul li a.bigaon{color: var(--first_color);}/* pc选中文本 */
.header1 .header_mid_mid ul li a.biga:before{bottom: 30px;height: 1px;background-color: var(--first_color);}/* pc选中文本线 */
.header1 .header_mid_mid ul li a.biga.down:after{background-color: #333;}
.header1 .header_mid_mid ul li dl dd a{font-size: 14px;}/* pc二级文本 */
.header1 .header_mid_mid ul li dl dd p a span{font-size: 14px;}/* pc三级文本 */
@media screen and (max-width:1024px) {
  header.header1{background-color: #fff;}
  .header1 .site__navi .icon,
  .header1 .site__navi .icon:before,
  .header1 .site__navi .icon:after{background: var(--first_color);}
}
/* header1 */


/* header2 */
.header2 .header_mid_box{padding: 32px 0;}/* pc顶部填充 */
.header2 .nav_phone{display: flex;justify-content: flex-end;align-items: flex-start;}
.header2 .nav_phone_text{color: #007ac9;font-size: 14px;}
.header2 .nav_phone_text span{font-size: 24px;font-family: 'Impact';}
.header2_nav{background-color: #2b2b2b;}/* 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: unset;display: none;}/* pc选中文本线 */
.header2 .header_mid_mid ul li a.biga{font-size: 16px;color: #fff;}/* 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: var(--first_color);}
.header2 .header_mid_mid ul li a.biga.down{padding-right: 0;}
.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: 25px 0;text-align: center;}
.header2 .header_mid_mid ul li a.biga.down:after{right: unset;display: none;}
.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_search{box-shadow: 0px 3px 7px 0px rgba(137,137,137,0.29);position: relative;}
.index_search_text{}
.index_search_text span{font-size: 14px;color: #333;}
.index_search_text a{font-size: 14px;color: #333;}
.index_search_form{margin: 5px 0; border: 1px solid #e5e5e5;max-width: 100%;}
.index_search_form .form-group{margin-bottom: unset;}
.index_search_input{
  border-radius: unset;
  border: unset;
  background-color: #fff;
  font-size: 12px;
  color: #666;
  height: 32px;
  padding: 0 .929rem!important;
}
.index_search_input::-webkit-input-placeholder{color: #999;}
.index_search_input::-moz-placeholder{color: #999;}
.index_search_input:-ms-input-placeholder{color: #999;}

.index_search_btn{
  border-radius: unset!important;
  font-size: 14px;
  color: #fff;
  height: 32px;
  padding: 0 .929rem!important;
  background-color: var(--first_color);
}
.index_search_i{
  margin: auto;
  position: absolute!important;
  z-index: 5;
  top: 0;
  bottom: 0;
  left: 11px;
  padding-right: 10px;
  border-right: 1px solid #ccc;
}

@media (max-width: 767px){
  .index_search_form{width: 100%}
}
@media (min-width: 768px){
  .input-group-btn .index_search_btn{}
}
/*搜索*/


.index_column_top{
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 36px;
}
.index_column_top a{
  color: #333333;
  font-size: 24px;
  font-weight: bold;
}
.index_column_top::after{content: '';width: 116px;height: 2px;background: #008781;position: absolute;left: 0;bottom: 0;}

/* 关于 */
.index_about1{padding: 60px 0;}
.index_about1 .flex-row{position: relative;padding-top: 50px;margin-top: 0;}
.index_about1 .flex-row::after{position: absolute;content: ''; width: 487px;height: 350px;border: 1px solid var(--first_color);left: 10%;bottom: 50px;z-index: -1;}
/* .index_about1 .index_about1_text{display: flex;flex-direction: column;justify-content: space-between;align-items: flex-start;} */
.index_about1 .index_about1_top{}
.index_about1 .index_about1_top_text1{font-size: 28px;color: #666666;line-height: 1.2;position: relative;padding-bottom: 12px;margin-bottom: 10px;}
.index_about1 .index_about1_top_text1::after{content: '';width: 213px;height: 2px;background: var(--first_color);position: absolute;bottom: 0;left: 0;}
.index_about1 .index_about1_top_text2{font-size: 40px;color: #333333;line-height: 1.2;font-weight: bold;margin-bottom:16px;}
.index_about1 .index_about1_text2{font-size: 14px;color: #666666;line-height: 24px;}
.index_about1 .index_about1_desc{background: #fff;padding: 10px 0;margin-top: 15px;}
.index_about1 .index_about1_text3{
  background: #017abf;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  width: 46px;
  height: 46px;
  margin: 15px 0 0 80%;
}
.index_about1 .index_about1_text3 img{width: 21px;height: 18px;}
.index_about1 .index_about1_img{display: flex;align-items: center;}

@media all and (max-width: 767px) {
  .index_about1{padding: 30px 0;}
  .index_about1 .flex-row{padding-top: 0;}
  .index_about1 .index_about1_text3{margin-bottom: 1rem;}
  .index_about1 .flex-row::after{display: none;}
}
@media (min-width: 768px) and (max-width: 991px){

}
@media all and (min-width: 768px){

}


/* 热展推荐 */
.index_hot_case{padding: 60px 0;background: url(../images/index-hot-news-bg1.jpg) no-repeat center;background-size: cover;}
#index_product3_sw{text-align: center;background: url(../images/index-hot-news-bg2.jpg) no-repeat center;padding: 94px 30px 84px 30px;background-size: cover;}
#index_product3_sw .index_hot_news_title{
  color: #fff;
  font-size: 42px;
  margin-bottom: 15px;
}
#index_product3_sw .index_hot_news_subtitle{
  color: #fff;
  font-size: 16px;
  margin-bottom: 35px;
}
#index_product3_sw .index_hot_news_time{
  color: #fff;
  font-size: 20px;
  line-height: 36px;
}
.index_hot_case .swiper-pagination-hot-news .swiper-pagination-bullet{width: 15px;height: 15px;background: #d8d8d8;opacity: 0.5;}
.index_hot_case .swiper-pagination-hot-news .swiper-pagination-bullet-active{background: #d8d8d8;opacity: 1;}
.index_hot_case .swiper-pagination-hot-news{bottom: 5px;}

@media all and (max-width: 767px) {
  #index_product3_sw{padding: 50px 10px;}
  #index_product3_sw .index_hot_news_title{font-size: 20px;}
  #index_product3_sw .index_hot_news_subtitle{font-size: 12px;}
  #index_product3_sw .index_hot_news_time{font-size: 16px;}
  .index_hot_case{padding: 30px 0;}
}

/* product */
.index_product1{padding-top: 60px;}
.index_product1_nav{display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;background: var(--first_color);padding: 26px 30px;}
.index_product1_nav_item{color: #fff;font-size: 16px;padding: 10px 0;position: relative;cursor: pointer;}
.index_product1_nav_item:hover{color: #fff;}
#index_msg1_sw_text .index_news1_text1.action::after,
.index_product1_nav_item:hover::after{content: '';width: 100%;height: 2px;background: rgba(255,255,255,0.3);position: absolute;bottom: 0;left: 0;}
.index_product1_item a{display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;}
.index_product1_item .index_product1_item_img{width: 21.5%;}
.index_product1_item .index_product1_item_text{width: 76%;}
.index_product1_text_box{padding: 36px 40px;}
.index_product1_box{border: 1px dashed #e2e2e2;}
.index_product1_item_title{color: #333333;font-size: 16px;margin-bottom: 10px;}
.index_product1_item_desc p{color: #999999;font-size: 12px;line-height: 24px;}
.index_product1_item{padding: 26px 0;border-bottom: 1px dashed #e1e1e1;}
.index_product1_item:first-of-type{padding-top: 0;}
.index_product1_item:last-of-type{padding-bottom: 0;border-bottom: unset;}

@media (max-width: 767px){
  .index_product1{padding-top: 30px;}
  #index_msg1_sw_text{width: 50%;padding: 0 10px;}
  .index_product1_more{width: 50%;padding: 10px;}
  .index_product1_nav{padding: 10px;}
  .index_product1_item .index_product1_item_img{width: 100%;margin-bottom: 10px;}
  .index_product1_item .index_product1_item_text{width: 100%;}
  .index_product1_text_box{padding: 20px;}
}

/*产品2*/
.index_product2{padding: 60px 0;}
.index_product2 #index_product2_sw{}
.index_product2 .index_product_item_img{position: relative;}
.index_product2 .index_product_item_img img{width: 100%;border: 1px solid #ddd;}

.index_product2 .index_product_text{font-size: 14px;color: #333333;text-align: center;padding: 0.5rem 0;line-height: 50px;border-bottom: 1px solid #ebebeb;}
.index_product2 .index_product_item:hover .index_product_text{color: var(--first_color);}
.index_product2 .swiper-slide{width: 33.3333%;margin-right: 25px;}
@media (max-width: 767px){
  .index_product2{padding: 30px 0;}
}
@media (min-width: 768px) and (max-width: 991px){

}
@media all and (min-width: 1281px){

}
/*产品2*/



/* 资讯1 */
.index_msg1{padding: 60px 0 ;}
.index_msg1 #index_msg1_sw_text{display: flex;}
.index_msg1 .index_news1_text1{
  font-size: 18px;
  color: #333;
  text-align: center;
  padding: 0.5rem ;
  margin-bottom: 14px;
  border: 1px solid #ccc;
  cursor: pointer;
  width:100%
}
.index_msg1 #index_msg1_sw_text  .index_news1_text1.action{
  color: #fff;
  background: var(--first_color);
  border: 1px solid var(--first_color);
}




/* 资讯2 */
.index_msg2{padding: 60px 0 ;}
.index_msg2 .index_news_nav{max-width: 316px;display: flex;justify-content: space-between;margin: 0 auto 36px auto;}
.index_msg2 .index_news_nav_item{color: #0066b4;font-size: 16px;border: 2px solid #dedede;text-align: center;width: 146px;height: 42px;line-height: 42px;border-radius: 50px;}
.index_msg2 .index_news_nav_item:hover{color: #fff;background: #0066b4;border: 2px solid #0066b4;}
.index_msg2 .index_msg_box{display: flex;flex-wrap: wrap;}
.index_news1_title p, .index_news2_title p{color: #0066b4;font-size: 20px;font-weight: bold;}
.index_news2_title img{width: 22px;height: 22px;}
.index_news2_title{display: flex;align-items: center;justify-content: space-between;}
.index_news1_title, .index_news2_title{border-bottom: 2px solid #ededed;padding: 18px 20px;}

.index_msg2 .index_news1_item{display:block}
.index_msg2 .index_news1_img{margin-bottom: 1.5rem;}
.index_msg2 .index_news1_text1{font-size: 16px;color: #333;margin-bottom: 10px;}
.index_msg2 .index_news1_text2{font-size: 14px;color: #666;line-height: 24px;}
.index_msg2 .index_news1:hover .index_news1_text1{color: var(--first_color)}


.index_msg2 .index_news2_list{font-size: 14px;color: #333; border-bottom: 1px dashed #ccc;padding: 15px 0;display: flex;align-items: center;justify-content: space-between;}
.index_msg2 .index_news2_list .index_news2_img{width: 22%;border: 1px solid #d4d4d4;}
.index_msg2 .index_news2_list .index_news2_text{width: 75%;}
.index_msg2 .index_news2_list:first-of-type{padding-top: unset;}
.index_msg2 .index_news2_list:last-of-type{padding-bottom: unset;border-bottom: unset;}
.index_msg2 .index_news_list_top{display: flex; justify-content: space-between;margin-bottom: 0.5rem;}
.index_msg2 .index_news_list_text1{font-size: 16px;color: #333;width: 60%;}
.index_msg2 .index_news_list_text2{font-size: 14px;color: #999;width: 40%;text-align: right;}
.index_msg2 .index_news_list_text3{font-size: 14px;color: #999;line-height: 24px;}
.index_msg2 .index_news_list:hover .index_news_list_text1{color: var(--first_color)}
.index_news2_list:hover .index_news_list_text1{color: var(--first_color)}
.index_msg2 .index_news2_text_box{padding: 28px 20px;}
.index_msg2 .index_news2_box{border: 1px solid #d4d4d4;}


@media (max-width: 767px){
  .index_msg2{padding: 30px 0;}
  .index_msg2 .index_news2_list .index_news2_img{width: 40%;}
  .index_msg2 .index_news2_list .index_news2_text{width: 57%;}
}
@media (min-width: 768px) and (max-width: 991px){

}
@media all and (min-width: 1281px){

}
/* 资讯2 */

.index_service{padding-bottom: 60px;}
.index_service_item1{
  background: url(../images/index-service-bg1.jpg);
  padding: 0 10%;
  min-height: 256px;
  display: flex;
  align-items: center;
}
.index_service_item2{
  background: url(../images/index-service-bg2.jpg);
  padding: 0 10%;
  min-height: 256px;
  display: flex;
  align-items: center;
}
.index_service_item1 p:nth-child(1),.index_service_item2 p:nth-child(1){
  font-size: 40px;
  color: #ffffff;
}
.index_service_item1 p:nth-child(2),.index_service_item2 p:nth-child(2){
  font-size: 20px;
  color: #ffffff;
  position: relative;
  padding-bottom: 22px;
}
.index_service_item1 p:nth-child(2)::after,.index_service_item2 p:nth-child(2)::after{
  content: '';
  width: 86px;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(255,255,255,0.6);
}
@media all and (max-width: 767px){
  .index_service{padding-bottom: 30px;}
  .index_service_item1,.index_service_item2{min-height: unset;padding: 30px 10%;}
  .index_service_item1 p:nth-child(1), .index_service_item2 p:nth-child(1){font-size: 32px;}
  .index_service_item1 p:nth-child(2), .index_service_item2 p:nth-child(2){font-size: 14px;}
}

/* 合作伙伴 */
.index_partner{padding-bottom: 60px;}

.index_partner_box{display: flex;justify-content: center;}
.index_partner_img{border: 1px solid #dfdfdf;}
.index_partner .index_partner_text{color: #999999;font-size: 12px;line-height: 20px;margin-bottom: 36px;max-width: 380px;}
.index_partner .index_column_top{margin-bottom: 15px;}
@media all and (max-width: 767px){
  .index_partner_item{margin-bottom: 10px;}
  .index_partner{padding-bottom: 30px;}
}

/* 底部 */
footer{background: #1f1f1f;}
.foot_box{padding-top: 50px;padding-bottom: 30px; display: flex;flex-wrap: wrap;align-items: center;}

.foot_contact_title{color: #fff;font-size: 28px;margin-bottom: 12px;}
.foot_contact_desc{color: #fff;line-height: 28px;font-size: 14px;}
.foot_contact_desc a{color: #fff;}

.foot_qr{display: flex;justify-content: space-between;text-align: center;}
.foot_qr img{max-width: 100%;width: 131px;}
.foot_qr p{color: #fff;font-size: 14px;margin-top: 12px;}

.foot_copyright{padding: 16px 0;border-top: 1px solid rgba(255,255,255,0.1);}
.foot_copyright , .foot_copyright a , .foot_copyright p{
  font-size: 14px;
  font-family: "Microsoft YaHei";
  color: #fff;
  text-align: center;
  background-color: #1f1f1f!important;
}
@media (min-width: 768px){
  .foot_contact_text{width: 26.8%;}
  .foot_company_name{width: 46.2%;}
  .foot_qr{width: 27%;}
}
.online i, .botmenu i{margin-right: .3rem;}
@media all and (max-width: 767px) {
  .foot_contact_text,.foot_company_name,.foot_qr{width: 100%;}
  .foot_company_name{margin: 20px 0;}
  .foot_box{padding-top: 30px;}
  .foot_qr{padding: 0 20px;}
}

@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);}