: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{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: 20px 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: #333;}
.header2 .nav_phone_text2{font-size: 30px;line-height: 32px;color: #d90b18;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{display: none;}/* pc选中文本线 */
.header2 .header_mid_mid ul li a.biga{font-size: 14px;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: #072f54;}
.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{display: none;}
.header2 .header_mid_mid ul li a.biga.down{padding-right: 0;}
.header2 .header_mid_mid ul li a.biga.down>span{padding: 0 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{border-bottom: 1px #dddddd solid; 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: 14px;
  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: #ffb000;
}
.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{padding: 5px 0;}
  .index_search_form{width: 100%}
}
@media (min-width: 768px){
  .input-group-btn .index_search_btn{}
}
/*搜索*/


/* 产品区块 */
.section-product4{padding: 36px 0;background: #ffffff;}
.section-product4-content{display: flex;}
.sp4c-title-category{width: 168px;}
.sp4c-title-category-text{width: 100%;background: #00498e;margin-bottom: 6px;line-height: 42px;color: #fff;text-align: center;font-size: 16px;}
.sp4c-title-category-list{width: 100%;border-bottom: 1px #ccc solid;text-align: center;}
.sp4c-title-category-list:last-of-type{border-bottom: 0;}
.sp4c-title-category-list a{display: block;font-size: 14px;line-height: 41px;}
.sp4c-tcl-name{width: 100%;height: 100%;background: #f8f8f8;}
.sp4c-tcl-name.action{color: var(--first_color);}

.sp4c-group{width: calc(100% - 168px);padding-left: 28px;}
.sp4c-group-title{height: 35px; width: 100%;margin: 0px 0;padding-top: 10px;padding-bottom: 3px;background: url(../images/ptl.png) no-repeat left bottom !important;margin-bottom: 17px;}
.sp4c-group-title p{width: auto;}
.sp4c-group-title p:nth-child(1){margin: 0 0;font-size: 18px;line-height: 18px;color: #00498e;float: left;font-weight: bold;}
.sp4c-group-title p:nth-child(2){margin: 0 0;font-size: 14px;line-height: 14px;color: #ffb100;float: left;margin-left: 4px;margin-top: 6px;text-transform: uppercase;}
.sp4c-group-title a:nth-child(3){font-size: 14px;line-height: 16px;color: #666666;float: right;}
#product2_container{width: 100%;overflow: hidden;}

.index_product3_sw_item{width: 100%;}
.index_product3_sw_item .swiper-slide{width: 20%;}
.sp4c-group-list-box{width: 100%;}
.sp4c-group-list-box .sp4c-group-product-img{border: 1px #ccc solid;}
.sp4c-group-list-box p{width: 100%;height: 34px;line-height: 34px;font-size: 14px;color: #333333;padding: 0 10px;text-align: center;}
@media(max-width:1199px){
  .sp4c-title-category-list a{line-height: 34px;}
}
@media(max-width:991px){
  .sp4c-title-category-list a {line-height: 40px;}
}
@media(max-width:767px){
  .section-product4-content{display: block;}
  .sp4c-title-category{width: 100%;}
  .sp4c-group{width: 100%;padding-left: 0;margin-top: 20px;}
}
/* 产品区块 */




.pro-main {
  padding: 0 0;
  padding-bottom: 40px;
  background: #fff !important;
}
.pro-main-content{
  display: flex;
}
.pro-main-left {
  width: 50%;
}

.pro-main-right {
  width: 50%;
}

@media(max-width:767px) {
  .pro-main {
      padding: 0 0px;
      padding-bottom: 40px;
  }
  .pro-main-content{
    flex-wrap: wrap;
  }
}

/* title */

.pro-title-content {
  width: 100%;
  float: left;
  margin-bottom: 18px;
  padding-bottom: 5px;
  background: url(../images/mtl.png) no-repeat left bottom !important;
}

.pro-title-content p {
  margin: 0 0;
}

.pro-title-content p:nth-child(1) {
  margin: 0 0;
  font-size: 18px;
  line-height: 18px;
  color: #00498e;
  float: left;
  font-family: '微软雅黑';
  font-weight: bold;
}

.pro-title-content p:nth-child(2) {
  margin: 0 0;
  font-size: 14px;
  line-height: 14px;
  color: #ffb100;
  float: left;
  margin-left: 4px;
  margin-top: 6px;
  text-transform: uppercase;
  font-family: '微软雅黑';
}
.pro-title-content a:nth-child(3){
  float: right;
}
.pro-title-content a:nth-child(3) p {
  font-size: 14px !important;
  line-height: 14px !important;
  color: #666666 !important;
  float: right !important;
  margin-top: 5px !important;
  font-weight: unset !important;
}

/* title */

/* 简介区块 */

/* 左右模式 */

.pro-index-about {
  width: 100%;
  float: left;
  padding: 0px 0;
  margin-bottom: 36px;
  background: #fff !important;
}

.pro-about-content {
  width: 100%;
  float: left;
}

.pro-about-content-img {
  width: 196px;
  float: left;
  text-align: left;
}

.pro-about-content-img img {
  width: 100%;
}

.pro-about-content-text {
  width: calc(100% - 196px);
  float: left;
  padding-left: 10px;
}

.pro-about-content-text p {
  margin: 0 0;
  font-size: 14px;
  line-height: 24px;
  color: #333333;
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-indent: 2em;
}

@media(max-width:1199px) {

}

@media(max-width:991px) {

}

@media(max-width:767px) {
  .pro-main-left {
      width: 100%;
      float: left;
  }
  .pro-about-content-text p {
      margin-top: 5px;
  }
  .pro-main-right {
      width: 100%;
      float: left;
      margin-top: 36px;
  }

}

/* 简介区块end */

/* 图片区块 */

.pro-index-case {
  width: 100%;
  float: left;
  padding: 0 0;
  background: #fff;
}

.pro-case-content {
  width: 100%;
  overflow: hidden;
}

.case-figure {
  padding: 0 0;
  margin: 0 0;
}

/* 图片区块 */

/* 新闻区块 */

.pro-index-news {
  padding: 0px 0 !important;
  background: #fff !important;
}

.pro-news-content {
  width: 100%;
  float: left;
}

.pro-content-one {
  width: 100%;
  float: left;
  margin-bottom: 36px;
}

.pro-content-one-top {
  width: 100%;
  float: left;
}
.pro-content-one-top a{width: 100%;display: block;}

.pro-content-one-img {
  width: 168px;
  float: left;
}

.pro-content-one-img img {
  width: 100%;
}

.pro-content-one-text {
  width: calc(100% - 168px);
  float: left;
  padding-left: 10px;
}

.pro-content-one-text p {
  margin: 0 0;
}

.pro-content-one-text p:nth-child(1) {
  font-size: 14px;
  color: #333;
  width: 100%;
  line-height: 37px;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.pro-content-one-text p:nth-child(2) {
  font-size: 12px;
  color: #888888;
  line-height: 20px;
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.pro-content-one-text p:nth-child(3) {
  text-align: left;
  font-size: 12px;
  color: #999;
  line-height: 14px;
  margin-top: 6px;
}

.pro-content-one-bottom {
  width: 100%;
  float: left;
  margin-top: 1px;
}

.pro-content-one-list {
  width: 50%;
  float: left;
  margin-top: 18px;
}
.pro-content-one-list a{
  width: 100%;
  display: block;
}
.pro-content-one-list:nth-child(odd) {
  padding-right: 14px;
}

.pro-content-one-list:nth-child(even) {
  padding-left: 14px;
}

.pro-content-one-list p {
  margin: 0 0;
}

.pro-content-one-list p:nth-child(1) {
  text-align: left;
  width: 60%;
  float: left;
  font-size: 14px;
  line-height: 14px;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.pro-content-one-list p:nth-child(2) {
  font-size: 12px;
  color: #999999;
  text-align: right;
  float: left;
  width: 40%;
  line-height: 14px;
}

.pro-content-one-top:hover .pro-content-one-text p:nth-child(1), .pro-content-one-list:hover p:nth-child(1) {
  color: #ffb100;
}
.pro-content-one-top a{
  width: 100%;
  display: block;
}

/* news-two */

.pro-content-two {
  width: 100%;
  float: left;
}

.pro-content-two-group {
  width: 100%;
  float: left;
}

.pro-content-two-img {
  width: 266px;
  float: left;
}

.pro-content-two-img img {
  width: 100%;
}

.pro-content-two-text {
  width: calc(100% - 266px);
  float: left;
  padding-left: 14px;
}
.pro-content-two-text a{
  width: 100%;
  display: block;
}
.pro-content-two-text p {
  margin: 0 0;
}

.pro-content-two-text p:nth-child(1) {
  width: 60%;
  float: left;
  text-align: left;
  font-size: 14px;
  color: #333333;
  line-height: 33px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.pro-content-two-text a:hover  p:nth-child(1){
  color: #ffb100;
}

.pro-content-two-text p:nth-child(2) {
  font-size: 12px;
  color: #999;
  text-align: right;
  float: left;
  width: 40%;
  line-height: 33px;
}


@media(max-width:991px) {
  .pro-content-one{margin-top: 36px;}
  .pro-content-one-list {
      width: 50%;
      float: left;
      margin-top: 19px;
  }
  .pro-content-one-bottom {
      width: 100%;
      float: left;
      margin-top: 0;
  }
  
}
@media(max-width:767px){

  .pro-content-one-text p:nth-child(1) {
      line-height: 32px;
  }
  .pro-content-one-list {
      width: 100%;
      float: left;
      margin-top: 15px;
  }
  .pro-content-one-list:nth-child(even) {
      padding-left: 0;
  }
  .pro-content-one-list:nth-child(odd) {
      padding-right: 0;
  }
  .pro-content-two-text p:nth-child(1) {
      width: 52%;
  }
  .pro-content-two-text p:nth-child(2) {
      width: 48%;
  }
  .pro-content-one {
    margin-top: 0;
}
.pro-content-two-img{
  width: 100%;
  padding-right: 0;
  text-align: center;
}
.pro-content-two-img a{
  margin: 0 auto;
  text-align: center;
}
.pro-content-two-text {
  width: 100%;
  float: left;
  padding-left: 0;
}
.pro-about-content-img{
  width: 100%;
}
.pro-about-content-text{
  width: 100%;
  padding-left: 0;
}
.pro-about-content-text p {
  margin-top: 0;
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

}

/* 新闻区块 */

/* 底部 */

footer{background: var(--first_color);}
.foot_copyright{padding: 10px 0;}
.foot_copyright , .foot_copyright a , .foot_copyright p{
  font-size: 12px;
  line-height: 22px;
  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;}
}
@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;border: 1px solid #eeeeee;}
.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);}