: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;}
}
/* 顶部 */

/*顶部*/
.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{border-top: 2px solid #1386ce;}
.header2 .header_mid_box{padding: 19px 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: 14px;color: #333333;}
.header2 .nav_phone_text2{font-size: 24px;color: #1386ce;font-weight: bold;}
.header2_nav{background-color: #1386ce;}/* 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.down:after{background-color: #fff;}
.header2 .header_mid_mid ul li a.biga:before{background: unset;}/* 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;}
.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: 18px 0;text-align: center;}
.header2 .header_mid_mid ul li a.biga.down:after{right: unset;}
.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{position: relative;background: linear-gradient(to right,#1386ce 50% ,#fafafa 50%);border-top: 8px solid #1386ce;}
.index_search .row > div{padding-top: 20px;padding-bottom: 20px;display: flex;align-items: center;}
.index_search_text1{font-size: 24px;color: #fff;font-weight: bold;background-color: #1386ce;}
.index_search_text{background-color: #fafafa;}
.index_search_text span{font-size: 16px;color: #666;}
.index_search_text a{font-size: 16px;color: #666;}
.index_search_form{margin: 5px 0; border: 1px solid #e6e6e6;max-width: 100%;}
.index_search_form .form-group{margin-bottom: unset;}
.index_search_input{
  border-radius: unset;
  border: unset;
  background-color: #fafafa;
  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;
  height: 32px;
  padding: 0 .929rem!important;
  background-color: #fafafa;
}
.index_search_i{
  margin: auto;
}

@media (max-width: 767px){
  .index_search_form{width: 100%}
}
@media (min-width: 768px){
  .input-group-btn .index_search_btn{}
}
/*搜索*/

/*产品3*/
.index_product3{padding: 60px 0;}
.index_product_top{text-align: center;margin-bottom: 40px;}
.index_product_top1{font-size: 40px;color: #1486ce;font-weight: bold;background: url(../images/index_product_top.png) no-repeat center center;}
.index_product_top2{font-size: 24px;color: #1486ce;font-weight: bold;}

.index_product_column{background: url(../images/index_column_bg.png) no-repeat bottom center;margin-bottom: 37px;}
.index_column_title{font-size: 30px;color: #1486ce;font-weight: bold;}

#index_product3_sw_text{background: linear-gradient(to bottom, #fff 4px ,#187fc0 3px)}
.index_product3_sw_text1{font-size: 16px;color: #fff;text-align: center;display: block;width: 146px;margin: 0 auto;padding: 17px 10px;}
.index_product3_sw_text1:hover{background: url(../images/column_bg.png) no-repeat top center;color: #fff;}
#index_product3_sw_text .swiper-slide-thumb-active{}

.index_product3_sw_item{}
.index_product3_sw_item_img{width: 100%;position: relative;max-width:400px;border: 1px solid #ccc;}
.index_product3_sw_item_img img{width: 100%;}
.index_product3_sw_text2{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  font-size: 16px;
  padding: 15px 40px;
  background: rgba(0,0,0, 0.4) url(../images/plus.png) no-repeat 95% center;
}

@media (max-width: 767px){
  .index_product3{padding: 20px 0;}
  .index_product_top1{font-size: 1.875rem;}
  .index_product_top2{font-size: 14px;}
}
@media (min-width: 768px) and (max-width: 991px){

}
@media all and (min-width: 1281px){

}
/*产品3*/

.index_b1_top{text-align: center;padding: 50px 0;background: url(../images/b_bg1.jpg) no-repeat bottom center / cover;}
.index_b1_top1{font-size: 42px;color: #fff;font-weight: bold;}
.index_b1_top2{font-size: 32px;color: #a6dbfc;}
.index_b1_top3{font-size: 14px;color: #fff;text-transform: uppercase;opacity: 0.5;}

.index_b1_box{background: url(../images/b_bg2.jpg) no-repeat center center / cover;padding: 70px 0;}
.index_b1_box .row{justify-content: space-between;}
.index_b1_item{margin-bottom: 20px;}
.index_b1_text{display: flex;}
.index_b1_text1{
  height: 160px;
  width: 11.11%;
  background: #1386ce;
  line-height: 160px;
  color: #fff;
  text-align: center;
  font-size: 2.25rem;
  font-weight: bold;
}
.index_b1_text2{width: 88.89%;background: #fff;height: 160px;}
.index_b1_text3{width: 86%;margin: 0 auto;background: url(../images/b1_border.png) no-repeat left bottom;font-size: 1.875rem;color: #1386ce;font-weight: bold;padding-top: 15px;padding-bottom: 24px;}
.index_b1_text4{width: 86%;margin: 8px auto 0 auto;font-size: 0.875rem;color: #6b6b6b;line-height: 24px;overflow: hidden;height: 48px;}
.index_b1_item1{order: 1;}
.index_b1_item2{order: 3;}
.index_b1_item3{order: 5;}
.index_b1_item4{order: 2;}
.index_b1_item5{order: 4;}
.index_b1_item6{order: 6;}
.index_b1_item7{order: 8;}
.index_b1_item8{order: 7;}

.index_b2{background: #e5f1f8 url(../images/b2_bg.png) no-repeat bottom center;padding-top: 70px;padding-bottom: 100px;}
.index_b2_top{text-align: center;margin-bottom: 75px;}
.index_b2_top1{
  font-size: 40px;
  font-family: "Impact";
  color: rgba(255, 255, 255, 0.2);
  text-transform: uppercase;
  line-height: 1;
  text-align: justifyLeft;
  -moz-transform: matrix( 1.17646858076366,0,0,1.17646858076366,0,0);
  -webkit-transform: matrix( 1.17646858076366,0,0,1.17646858076366,0,0);
  -ms-transform: matrix( 1.17646858076366,0,0,1.17646858076366,0,0);
}
.index_b2_top2{font-size: 40px;color: #fff;margin-top: -30px;}
.index_b2_top3{
  width: 103px;
  height: 2px;
  background-color: #fff;
  margin: 15px auto 0;
  left: 0;
  right: 0;
}
.index_b2_box{background: url(../images/r.png) no-repeat center 43px;text-align: center;display: flex;align-items: center;justify-content: center;}
.index_b2_item{display: inline-block;margin: 0 36px;text-align: center;}
.index_b2_icon{}
.index_b2_text{color: #fff;padding-top: 18px;font-size: 14px;}
.index_b2_phone{text-align: center;display: flex;align-items: center;justify-content: center;margin-top: 90px;}
.index_b2_phone1{font-size: 18px;color: #fff;margin: 0 20px;}
.index_b2_phone1 span{font-size: 28px;}
.index_b2_phone2{font-size: 18px;color: #fff!important;background-color: #82cfff;border-radius: 20px;padding: 0 30px;line-height: 40px;}

@media (max-width: 767px){
  .index_b1_top1{font-size: 20px;}
  .index_b1_top2{font-size: 14px;}
  .index_b1_top3{font-size: 12px;}
  .index_b1_item1{order: 1;}
  .index_b1_item2{order: 2;}
  .index_b1_item3{order: 3;}
  .index_b1_item4{order: 4;}
  .index_b1_item5{order: 5;}
  .index_b1_item6{order: 6;}
  .index_b1_item7{order: 7;}
  .index_b1_item8{order: 8;}
  .index_b2{background-size: cover;padding: 40px 0;}
  .index_b2_top{margin-bottom: 40px;}
  .index_b2_box{background: unset;flex-wrap: wrap;}
  .index_b2_item{width: 33%;margin: 0;margin-bottom: 10px;}
  .index_b2_phone{margin-top: 20px;flex-wrap: wrap;}
  .index_b2_phone1{margin: 10px auto;}
}
@media (min-width: 768px) and (max-width: 991px){
  
}
@media all and (min-width: 768px){
  .index_b1_item8{display: flex;justify-content: flex-end;}
  .index_b1_item8 div{margin-bottom: -50%;}
  .index_b1_item8 img{width: auto;max-width: unset;}

}

.index_case{background-color: #e5f1f8;padding: 50px 0;}
.index_top{text-align: center;margin-bottom: 50px;}
.index_top1{font-size: 40px;color: #0267a5;font-weight: bold;background: url(../images/case_top.png) no-repeat bottom center ;padding-bottom: 10px;margin-bottom: 10px;}
.index_top2{font-size: 20px;color: #0267a5;text-transform: uppercase;}


#index_case_sw{}
.index_case_item{position: relative;display: block;}
.index_case_text{position: absolute;left: 0;width: 100%; font-size: 16px;color: #fff;background: rgba(40, 126, 180,0.5);text-align: center;padding: 15px;transition: all ease 0.5s;bottom: -100%;}
.index_case_item:hover .index_case_text{
  bottom: 0;
  transition: all ease 0.5s;
}

@media (max-width: 767px){

}
@media (min-width: 768px) and (max-width: 991px){

}
@media all and (min-width: 1281px){

}
/* 资讯1 */


/*资讯3*/
.index_msg3{padding: 60px 0;background: url(../images/news_bg.png);}
.index_news1{display: block;padding-bottom: 18px;border-bottom: 1px solid #ccc;margin-bottom: 1rem;}
.index_news1_ti{display: flex;justify-content: space-between;background-color: #1386ce;margin-bottom: 30px;align-items: center;}
.index_news1_time{width: 26%;text-align: center;color: #fff;font-size: 1.125rem;}
.index_news1_time1{font-size: 58px;color: #fff;font-weight: bold;}
.index_news1_time2{font-size: 18px;color: #fff;}
.index_news1_img{width: 74%;}
.index_news1_text{}
.index_news1_text1{font-size: 16px;color: #333;margin-bottom: 5px;}
.index_news1_text2{font-size: 16px;color: #666;}

.index_news2_list{display: flex;justify-content: space-between;align-items: baseline;padding: 12px 0;border-bottom: 1px dashed #ccc;margin-bottom: 10px;}
.index_news2_text1{font-size: 14px;color: #333;width: 60%;}
.index_news2_text2{font-size: 12px;color: #999;}

.index_news2_top{display: flex;justify-content: space-between;align-items: baseline;margin-bottom: 24px;}
.index_news2_top1{font-size: 20px;color: #333333;font-weight: bold;}
.index_news2_top1 span{font-size: 14px;color: #999;font-weight: normal;}
.index_news2_top2{font-size: 14px;color: #666;}

.index_news3_list{display: flex;justify-content: space-between;margin-bottom: 14px;}
.index_news3_img{width: 32.2%;}
.index_news3_text{width: 65%;border-bottom: 1px dashed #aaa;}
.index_news3_text1{font-size: 16px;color: #333;line-height: 32px;padding-left: 45px;background: url(../images/news2_q.png) no-repeat left center;margin-bottom: 1rem;}
.index_news3_text2{font-size: 14px;color: #666;padding-left: 45px;background: url(../images/news2_a.png) no-repeat left top;}

@media (max-width: 767px){
  .index_msg3{padding: 20px 0;}
  .index_msg3 .row > div{margin-bottom: 1rem;}
}
@media (min-width: 768px) and (max-width: 991px){

}
@media all and (min-width: 1281px){

}
/*资讯3*/

.index_contact{padding: 45px 0;background: url(../images/contact_bg.jpg) no-repeat bottom center / cover;}
.index_contact_top{text-align: center;margin-bottom: 50px;}
.index_contact_top1{font-size: 40px;color: #fff;font-weight: bold;background: url(../images/contact_top.png) no-repeat bottom center ;padding-bottom: 10px;margin-bottom: 10px;}
.index_contact_top2{font-size: 20px;color: #fff;text-transform: uppercase;}
.index_contact_box{display: flex;justify-content: space-between;align-items: center;}
.index_contact_item{display: flex;align-items: center;}
.index_contact_icon{margin-right: 1rem;}
.index_contact_text{}
.index_contact_text1{font-size: 16px;color: #fff;}
.index_contact_text2,
.index_contact_text2 a{font-size: 16px;color: #fff;}

.index_link{padding: 10px 0;}
.index_link_text{font-size: 14px;color: #333;display: flex;align-items: baseline;flex-wrap: wrap;}
.index_link_text span{font-size: 16px;color: #0166a5;font-weight: bold;padding-right: 1rem;}
@media (max-width: 767px){
  .index_contact_box{flex-wrap: wrap;}
  .index_contact_item{width: 100%;margin-bottom: 20px;}
}
@media (min-width: 768px) and (max-width: 991px){

}
@media all and (min-width: 1281px){

}
/* 底部 */


footer{background: #0166a5;}
.foot_box{padding-top: 2rem;padding-bottom: 2rem; display: flex;flex-wrap: wrap;}

.foot_phone{margin-bottom: 40px;}
.foot_phone1{font-size: 16px;color: #fff;}
.foot_phone2{font-size: 30px;color: #fff;}
.foot_qr{display: flex;justify-content: flex-start;}
.foot_qr img{max-width: 100%;width: 150px;}

.foot_nav{display: flex;justify-content: space-between;}
.foot_nav_title{margin-bottom: .5rem;display: block;font-size: 16px; color:#fff!important;padding-bottom: 1rem;background: url(../images/nav_border.png) no-repeat left bottom;}
.foot_nav_subtitle a{font-size: 14px;color: #fff;}
.foot_nav > div{margin-right: 1.5rem;}
.foot_nav > div:last-of-type{margin-right: unset;}

.foot_box2{padding: 2rem 0;border-top: 1px solid #3485b7;}
.foot_copy_right{text-align: right;align-self: center;}
.foot_copy_right,
.foot_copy_right a{font-size: 14px;color: #fff;}
.foot_copyright , .foot_copyright a , .foot_copyright p{
  font-size: 14px;
  font-family: "Microsoft YaHei";
  color: #fff;line-height: 2;
}

.online i, .botmenu i{margin-right: .3rem;}
@media all and (max-width: 767px) {
  .foot_qr{justify-content: center;margin: 20px 0;}
  .foot_copy_right{order: 0;text-align: center;}
  .foot_copyright{order: 1;text-align: center;}
}
@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);}


