: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;}
}
/* 顶部 */
.nav_top_right{margin-bottom: 12px;}
.nav_top_text1{font-size: 16px;font-family: "Microsoft YaHei";color: #333333;}
.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: 11px 0;}/* pc顶部填充 */
.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: 24px;color: #333;font-weight: bold;}
.header2 .nav_phone_text2{font-size: 14px;color: #333;}
.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{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: #d2572d;}
.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: 13px 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: 0 12px;}
.header2 .header_mid_mid ul li a.biga.down{padding-right: 0;}
@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{position: relative;}
.index_search_text{}
.index_search_form{border: 2px solid var(--first_color);max-width: 100%;}
.index_search_form .form-group{margin-bottom: unset;}
.index_search_input{
  border-radius: unset;
  border: unset;
  background-color: #fff;
  font-size: 14px;
  color: #666;
  height: 36px;
  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: 18px;
  color: #fff;
  height: 36px;
  padding: 0 .929rem!important;
  background-color: var(--first_color);
  font-weight: normal;
}
.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{text-align: center;position: relative;padding-bottom: 10px;margin-bottom: 36px;}
.index_column_top p{color: #333333;font-size: 32px;font-weight: bold;}
.index_column_top::after{content: '';width: 46px;height: 2px;position: absolute;bottom: 0;left: 0;right: 0;margin: 0 auto;background: var(--first_color);}
.index_about1{padding: 60px 0;}
.index_about1_title{color: #333333;font-size: 18px;}
.index_about1_desc{color: #666666;font-size: 14px;line-height: 22px;display: none;margin-top: 7px;}
.index_about1_item a{background: #fde8e1;border-radius: 30px;text-align: center;display: block;}
.index_about1_text{padding: 22px;}
.index_about1_text img{width: 100%;max-width: 234px;margin-top: 10px;}
.index_about1_more{width: 90px;height:22px;line-height:22px;color: #fff;font-size: 14px;text-align: center;background: var(--first_color);margin: 12px auto 0 auto;border-radius: 50px;display: none;}

.index_about1_item a:hover .index_about1_desc{    display: -webkit-box;}
.index_about1_item a:hover{background: #fff;box-shadow: 5px 5px 5px #666; box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.13);}
.index_about1_item a:hover .index_about1_more{display: block;}
.index_about1_item a:hover .index_about1_text img{display: none;}

.index_about1_more2{width: 182px;height:42px;line-height:42px;text-align: center;background: var(--first_color);margin: 33px auto 0 auto;border-radius: 50px;}
.index_about1_more2 a{color: #fff;font-size: 20px;}
.index_about1 .row{margin-top: 0;}

@media (min-width: 768px){
  .index_about1_item{min-height: 395px;}
}
@media (max-width: 767px){
  .index_about1{padding: 30px 0;}
  .index_about1_item{margin-bottom: 20px;}
  .index_about1_more2{margin: 0 auto;}
  .index_column_top p:nth-child(2){font-size: 26px;}
}



/* 关于 */
.index_about2{background: url(../images/index-about-bg.jpg) no-repeat center bottom;padding-top: 60px;}
.index_about2 .index_about2_text{background: #fff;padding: 64px 25% 50px 64px;box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);}
.index_about2 .index_about2_top{}
.index_about2 .index_about2_top_text1{font-size: 42px;color: var(--first_color);line-height: 1.2;font-family: 'Impact';}
.index_about2 .index_about2_top_text2{font-size: 20px;color: #333;line-height: 1.2;font-weight: bold;}
.index_about2 .index_about2_text2{font-size: 14px;color: #666666;line-height: 30px;margin: 24px 0 36px 0;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 6;}
.index_about2_text_img{width: 100%;max-width: 405px;display: flex;justify-content: space-between;}
.index_about2_text_img img{width: 27.2%;max-width: 110px;border-radius: 50%;}
.index_about2 .index_about2_text3{
  font-size: 14px;
  color: #fff;
  padding: 0 1.5rem;
  background: var(--first_color);
  line-height: 34px;
  width: max-content;
  display: block;
}
.index_about2 .index_about2_box{position: relative;padding-bottom: 90px;}
.index_about2 .index_about2_img a{border: 3px solid var(--first_color);display: block;}



@media (min-width: 768px){
  .index_about2 .index_about2_text{width: 74.4%;}
  .index_about2 .index_about2_img{position: absolute;right: 0;bottom: 0;width: 47.5%;}
}
@media all and (max-width: 767px) {

  .index_about2 .index_about2_box{
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    padding-bottom: 30px;
  }
  .index_about2 .index_about2_img{
    order: 0;
  }
  .index_about2 .index_about2_text{
    order: 1;
    padding: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px){

}

/*关于*/

/* 服务 */

.index_service{background: url(../images/index-service-bg.jpg) no-repeat center;background-size: cover;padding: 54px 0 38px 0;}
.index_service .index_column_top p{color: #fff;}
.index_service_box{display: flex;background: #fff;flex-wrap: wrap;}

.index_service_left{padding-top: 48px;padding-bottom: 48px;padding-right: 62px;}
.index_service_item {text-align: right;margin-bottom: 34px;}
.index_service_item p:nth-child(2){color: #333333;font-size: 26px;}
.index_service_item p:nth-child(3){color: #666666;font-size: 14px;line-height: 26px;}
.index_service_item {position: relative;}
.index_service_item img{position: absolute;right: -101px;}
.index_service_item:last-of-type{margin-bottom: 0;}
@media (min-width: 768px){
  .index_service_left,.index_service_right{width: 50%;}
  .index_service_left{padding-left: 10%;}
}
@media (max-width: 1199px) and (min-width: 768px){
  .index_service_right img{max-width: unset;width: unset !important;}
  .index_service_right{overflow: hidden;}
}
@media (max-width: 1199px) {
  .index_about2 .index_about2_top_text2{font-size: 20px;}
}
@media (max-width: 767px){
  .index_service_left,.index_service_right{width: 100%;}
  .index_service_left{padding: 20px;}
  .index_service_item{padding-right: 90px;}
  .index_service_item img{right: 0;}
  .index_service_item p:nth-child(2){font-size: 22px;}
  .index_service .index_about1_more2{margin-top: 20px;}
  .index_service_box{
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
  }
  .index_service_right{
    order:0;
  }
  .index_service_left{
    order:1;
  }
}

/* product */
.index_product1{padding: 60px 0;background: url(../images/index-product-bg.png) no-repeat center bottom;}
.index_product1 .index_column_top{margin-bottom: 66px;}
/* .index_product1_nav{background: var(--first_color);padding: 26px 30px;} */
.index_product1_nav_item{color: #fff;font-size: 16px;position: relative;cursor: pointer;}
.index_product1_nav_item:hover{color: #fff;}
#index_msg1_sw_text .index_news1_text1.action img,
.index_product1_nav_item:hover img{border: 2px solid #fff;}
.index_product1_item{display: flex;justify-content: space-between;flex-wrap: wrap;}
.index_product1_item .index_product1_item_img{width: 40%;}
.index_product1_item .index_product1_item_text>div{border: 3px solid rgba(244, 102, 54, 0.5);background: #fff;padding: 32px 20px;margin: 0 auto;}
.index_product1_item .index_product1_item_text{width: 60%;}

/* .index_product1_box{border: 1px dashed #e2e2e2;} */
.index_product1_item_title{
  display: block;
  color: #333333;
  font-size: 30px;
  margin-bottom: 14px;
  position: relative;
  padding-left: 25px;
  padding-right: 53px;
  line-height: 53px;
  background: url(../images/index-product-more.png) no-repeat center right;
  background-size: 53px 53px;
}
.index_product1_item_title:hover{color: #333333;}
.index_product1_item_title::before{
  content: '';
  width: 6px;
  height: 44px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background: var(--first_color);
}
.index_product1_item_desc{
  color: #999999;
  font-size: 16px;
  line-height: 26px; 
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  border-top: 2px solid rgba(244, 102, 54, 0.5);
  text-align: center;
  padding-top: 27px;
}
.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;}

.index_product1 .swiper_button_prev_product{background: url(../images/product_left.png) no-repeat center;left: 0;}
.index_product1 .swiper_button_prev_product::after{display: none;}
.index_product1 .swiper_button_prev_product.swiper-button-disabled{background: url(../images/product_left.png) no-repeat center;}
.index_product1 .swiper_button_next_product{background: url(../images/product_right.png) no-repeat center;right: 0;}
.index_product1 .swiper_button_next_product::after{display: none;}
.index_product1 .swiper_button_next_product.swiper-button-disabled{background: url(../images/product_right.png) no-repeat center;}

#index_msg1_sw_item{width: 80%;}
#index_msg1_sw_item .swiper-wrapper .swiper-slide{width: 33.333%;}

.index_product1_text_box{position: relative;}
.index_product1_nav_item img{border-radius: 50%;}

.index_product1 .index_about1_more2{margin: 70px auto 0 auto;}
@media (min-width: 768px){
  .index_product1_nav{width: 60%;position: absolute;bottom: 0;right: 0;}
  .index_product1_item .index_product1_item_text>div{width: 60%;}
}

@media (max-width: 767px){
  .index_product1 .index_column_top{margin-bottom: 30px;}
  .index_product1_nav{position: relative;margin-top: 20px;}
  #index_msg1_sw_item{width: 70%;}
  .index_product1{padding: 30px 0;}
  #index_msg1_sw_item .swiper-wrapper .swiper-slide{width: 50%;}
  .index_product1_more{width: 50%;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 .index_about1_more2{margin-top: 30px;}
}


/* 资讯2 */
.index_msg2{padding: 60px 0 ;}
.index_msg2 .index_msg_box{display: flex;flex-wrap: wrap;}

.index_msg2 .index_news1_box{display:block;}
.index_msg2 .index_news1_text1{font-size: 16px;color: #333;margin-bottom: 15px;}
.index_msg2 .index_news1_text2{font-size: 14px;color: #666;line-height: 20px;}
.index_msg2 .index_news1_text{border-bottom: 1px solid #c7c7c7;padding: 24px 17px;}
.index_msg2 .index_news1_text3{width: 94px;font-size: 14px;color: #666;height: 34px;line-height: 34px;border: 1px solid #c7c7c7;text-align: center;margin-top: 26px;margin-left: 17px;}
.index_msg2 .index_news1:hover .index_news1_text1{color: var(--first_color);}
.index_msg2 .index_news1:hover .index_news1_text{border-bottom: 1px solid var(--first_color);}

@media (max-width: 767px){
  .index_msg2{padding: 30px 0;}
  .index_msg2 .index_news1{margin-bottom: 20px;}
}
@media (min-width: 768px) and (max-width: 991px){

}
@media all and (min-width: 1281px){

}
/* 资讯2 */
.index_map{padding-bottom: 60px;}
.index_map .map{
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.18);
}

/* 底部 */

footer{background: var(--first_color);}
.foot_box{padding: 40px 26px;display: flex;flex-wrap: wrap;}

.foot_title{font-size: 24px; color:#fff;font-weight: bold;margin-bottom: 24px;padding-bottom: 18px;position: relative;}
.foot_title::after{content: '';width: 38px;height: 2px;background: #fff;position: absolute;bottom: 0;left: 0;}
.foot_nav_item a{color:#fff;font-size: 16px;margin-bottom: 8px;width: 50%;}
.foot_nav_item{display: flex;flex-wrap: wrap;}

.foot_text_item p{
  color: #fff;
  font-size: 16px;
  margin-bottom: 12px;
}
.foot_text_item a{color: #fff;}
@media (min-width: 768px) {
  .foot_text{display: flex;justify-content: center;}
  .foot_qr{display: flex;justify-content: flex-end;}
}

.foot_qr{text-align: center;}
.foot_qr .foot_qr_img{max-width: 100%;width: 120px;margin-bottom: 8px;}
.foot_qr p:nth-child(2){color: #fff;font-size: 18px;}
.foot_qr p:nth-child(2) img{width: 30px;height: 20px;padding-right: 10px;}
.foot_qr p:nth-child(3){color: #fff;font-size: 30px;font-weight: bold;}


.foot_copyright , .foot_copyright a , .foot_copyright p{
  font-size: 16px;
  color: #fff;
}
.foot_copyright p{
  margin-bottom: 12px;
}

.online i, .botmenu i{margin-right: .3rem;}
@media (max-width: 991px) {
  .foot_qr p:nth-child(3){font-size: 22px;}
}

@media all and (max-width: 767px) {
  .foot_qr{margin-top: 20px;}
  .foot_box{padding: 30px 0;}
}
@media (min-width: 768px) and (max-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);}